@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic UI", "Meiryo UI", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  position: relative;
}
body.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #000;
}

p {
  margin-bottom: 20px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0F2865;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1200px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sm {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sm-tab {
    display: block;
  }
}

.logoBr {
  display: none;
}
@media screen and (max-width: 1076px) {
  .logoBr {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .logoBr {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .logoBr {
    display: block;
  }
}

/*** Header ***/
header {
  width: 100vw;
}
header .btn {
  display: none;
}
header .headerInner {
  height: 170px;
}
header .headerInner .headerBox {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerInner .logo {
  max-width: 280px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .headerInner a {
  text-decoration: none;
}
header .subNav {
  width: calc(100% - 300px);
}
header .subNav ul {
  height: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
header .subNav ul li {
  margin-left: 1rem;
  height: 80px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
header .subNav ul li.system > a {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #0F2865;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.3s ease;
}
header .subNav ul li.system > a:before {
  content: url(../img/icon_system.svg);
  padding-right: 5px;
  margin-top: 7px;
}
header .subNav ul li.system > a:hover {
  background-color: #9C0F21;
  color: #fff;
}
header .subNav ul li.system:before {
  content: none;
}
header .subNav ul li.login > a {
  border: 2px solid #0F2865;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 50px;
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: 0.3s ease;
}
header .subNav ul li.login > a:before {
  content: url(../img/icon_login.svg);
  padding-right: 10px;
  margin-top: 7px;
}
header .subNav ul li.login > a:hover {
  opacity: 0.5;
  color: #000;
}
header .subNav ul li.login:before {
  content: none;
}
header .subNav ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  margin-right: 0.5rem;
  transition: 0.3s ease;
}
header .subNav ul li a {
  color: #000;
  text-decoration: none;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  transition: 0.3s ease;
}
header .subNav ul li:hover a {
  color: #9C0F21;
}
header .subNav ul li:hover:before {
  border-left: 10px solid #9C0F21;
}
header .mainNav {
  height: 90px;
  background-color: #9C0F21;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .mainNav .nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  height: 90px;
}
header .mainNav .nav .footeron {
  display: none;
}
header .mainNav .nav .footeroff {
  display: flex;
}
header .mainNav .nav > li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .mainNav .nav > li > a {
  color: #fff;
  white-space: nowrap;
  padding-right: 20px;
  position: relative;
  transition: color 0.3s ease;
}
header .mainNav .nav > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #CD8790;
  transition: transform 0.3s ease;
}
header .mainNav .nav > li:not(.menu-item-has-children) > a:after {
  display: none;
}
header .mainNav .nav > li:first-child {
  margin-left: 0;
}
header .mainNav .nav > li:last-child {
  margin-right: 0;
}
header .mainNav .nav > li:hover {
  z-index: 1001;
}
header .mainNav .nav > li:hover > a:after {
  transform: translateY(-50%) rotate(180deg);
}
header .mainNav .nav > li:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
header .mainNav .nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: -1rem;
  min-width: 200px;
  width: max-content;
  max-width: 400px;
  background-color: #9C0F21;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li {
  margin: 0;
  height: auto;
  display: block;
  position: relative;
}
header .mainNav .nav > li > .sub-menu li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  transition: 0.3s ease;
  box-sizing: border-box;
}
header .mainNav .nav > li > .sub-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header .mainNav .nav > li > .sub-menu li:hover > a {
  transform: translateX(5px);
}
header .mainNav .nav > li > .sub-menu li .sub-menu {
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  background-color: #770b19;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .mainNav .nav > li > .sub-menu li .sub-menu li {
  transition: 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li .sub-menu li a {
  transition: transform 0.3s ease;
}
header .mainNav .nav > li > .sub-menu li .sub-menu li:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
header .mainNav .nav > li > .sub-menu li .sub-menu li:hover a {
  transform: translateX(5px);
}
header .mainNav .nav > li:nth-last-child(-n+2) > .sub-menu {
  left: auto;
  right: -1rem;
}
header .sublogin,
header .subNavsp {
  display: none;
}
header .slideMenu {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 0;
  color: #fff;
  background: rgb(237, 237, 237);
  background-color: #fff;
  width: 100%;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
header .slideMenu.active {
  display: block;
  opacity: 100;
}
@media screen and (max-width: 1300px) {
  header .headerInner .logo {
    margin-left: 1rem;
    max-width: 180px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .subNav {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1200px) {
  header {
    position: relative;
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 20;
  }
  header .btn {
    display: block;
  }
  header .headerInner {
    height: 60px;
  }
  header .headerInner .headerBox {
    height: 60px;
    padding: 0;
  }
  header .headerInner .logo {
    margin-left: 1rem;
    max-width: 180px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  header .mainNav,
  header .subNav {
    display: none;
  }
  header .sublogin {
    display: block;
    margin-right: 70px;
  }
  header .sublogin > a {
    font-size: 12px;
    line-height: 1.2;
    border: 1px solid #0F2865;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    transition: 0.3s ease;
  }
  header .sublogin > a:before {
    content: "";
    background-image: url(../img/icon_login.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 12px;
    margin-right: 10px;
  }
  header .sublogin > a:hover {
    opacity: 0.5;
    color: #000;
  }
  header .sublogin:before {
    content: none;
  }
  header .slideMenu {
    width: 100%;
    height: 100vh;
    margin-top: 60px;
    padding-bottom: 100px;
    border-top: 1px solid #E2E2E2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .slideMenu ul.slideMain {
    padding: 2rem 1rem 1rem;
  }
  header .slideMenu ul.slideMain a {
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
  }
  header .slideMenu ul.slideMain > li.menu-item {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 16px;
  }
  header .slideMenu ul.slideMain li {
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
  header .slideMenu ul.slideMain li.footeron {
    display: none;
  }
  header .slideMenu ul.slideMain li.menu-item-has-children > a {
    display: inline-block;
  }
  header .slideMenu ul.slideMain li.menu-item-has-children > a::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #0F2865;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    line-height: 1;
  }
  header .slideMenu ul.slideMain li.menu-item-has-children.active > a::after {
    content: "−";
    background-color: #9C0F21;
    transform: translateY(-50%) rotate(180deg);
  }
  header .slideMenu ul.slideMain li.menu-item-has-children.active .sub-menu {
    max-height: 1000px;
    opacity: 1;
    margin-left: 1rem;
    margin-top: 1rem;
  }
  header .slideMenu ul.slideMain li .sub-menu {
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    opacity: 0;
  }
  header .slideMenu ul.slideMain li .sub-menu li {
    position: relative;
    font-weight: 400;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
  }
  header .slideMenu ul.slideMain li .sub-menu li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.5rem;
    left: 0px;
    background: url(../img/icon_arrow.svg) no-repeat;
    background-size: contain;
    width: 11px;
    height: 8px;
    transition: 0.3s ease;
  }
  header .slideMenu ul.slideMain li .sub-menu li a {
    font-size: 14px;
    transition: background-color 0.2s ease, padding-left 0.2s ease;
  }
  header .slideMenu ul.slideMain li .sub-menu li:hover:before {
    left: 5px;
  }
  header .slideMenu .subNavsp {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
  header .slideMenu .subNavsp ul li {
    margin-bottom: 1rem;
    position: relative;
  }
  header .slideMenu .subNavsp ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
    margin-right: 0.5rem;
    transition: 0.3s ease;
  }
  header .slideMenu .subNavsp ul li.system {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 2rem;
  }
  header .slideMenu .subNavsp ul li.system > a {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #0F2865;
    height: 50px;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: 0.3s ease;
  }
  header .slideMenu .subNavsp ul li.system > a:before {
    content: url(../img/icon_system.svg);
    padding-right: 5px;
    margin-top: 7px;
  }
  header .slideMenu .subNavsp ul li.system > a:hover {
    background-color: #9C0F21;
    color: #fff;
  }
  header .slideMenu .subNavsp ul li.system:before {
    content: none;
  }
  header .slideMenu .subNavsp ul li.login {
    display: none;
  }
  header .slideMenu .subNavsp ul li.splineup {
    padding-top: 1rem;
    border-top: 1px solid #CDCDCD;
  }
  header .slideMenu .subNavsp ul li.splinedown {
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  header .btn,
  header .btn span {
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 6;
    background-color: #0F2865;
  }
  header .btn span {
    position: absolute;
    right: 15px;
    margin: auto;
    width: 30px;
    height: 2px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 10;
  }
  header .btn span:nth-of-type(1) {
    top: 35%;
  }
  header .btn span:nth-of-type(2) {
    top: 50%;
  }
  header .btn span:nth-of-type(3) {
    top: 65%;
  }
  header .btn.on {
    background-color: #9C0F21;
  }
  header .btn.on span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  header .btn.on span:nth-of-type(2) {
    opacity: 0;
  }
  header .btn.on span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
}

/*** Footer ***/
footer {
  width: 100%;
}
footer article {
  background-color: #fff;
  padding: 100px 20px;
  box-sizing: border-box;
}
footer article .footerBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 80px;
}
footer article .footerBox .address address {
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer article .footerBox .address .btnMore a:after {
  content: none;
}
footer article .footerBox .address .btnMore a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  transition: 0.3s ease;
}
footer article .footerBox .address .btnMore a:hover:before {
  left: 0.8em;
}
footer article .footerBox .footerNav .mainUl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  column-gap: 40px;
  row-gap: 60px;
  align-items: start;
}
footer article .footerBox .footerNav .mainUl .footeroff {
  display: none;
}
footer article .footerBox .footerNav .mainUl > li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer article .footerBox .footerNav .mainUl > li > a {
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 20px;
  position: relative;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  left: 0px;
  background: url(../img/icon_arrow_bold.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li > a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
footer article .footerBox .footerNav .mainUl > li > a:hover:after {
  left: 2px;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a {
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 20px;
  position: relative;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
footer article .footerBox .footerNav .mainUl > li .sub-menu li a:hover:after {
  left: 2px;
}
footer article .footerBox .footerNav .mainUl > li.footeron > .sub-menu > li.fmain + li.fsub {
  margin-top: 20px;
}
footer article .footerBox .footerNav .mainUl > li.footeron > .sub-menu > .fmain a {
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  font-weight: 700;
  gap: 8px;
}
footer article .footerBox .footerNav .mainUl > li.footeron > .sub-menu > .fmain a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.6rem;
  left: 0px;
  background: url(../img/icon_arrow_bold.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transition: 0.3s ease;
}
footer article .footerBox .footerNav .mainUl > li.footeron > .sub-menu > .fmain a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
footer article .footerBox .footerNav .mainUl > li.footeron > .sub-menu > .fmain a:hover:after {
  left: 2px;
}
footer .copyright {
  background-color: #0F2865;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: clamp(0.625rem, 0.5096153846rem + 0.3205128205vw, 0.75rem);
}
@media screen and (max-width: 992px) {
  footer article {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer article .footerBox {
    flex-direction: column;
    gap: 20px 0;
  }
  footer article .footerBox .footerNav .mainUl {
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  footer article .footerBox .footerNav .mainUl {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }
}

#pagetop {
  background-color: #9C0F21;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  visibility: hidden;
}
#pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
#pagetop.is-absolute {
  position: absolute;
}
@media screen and (max-width: 576px) {
  #pagetop {
    width: 70px;
    height: 70px;
  }
  #pagetop img {
    width: 19px;
    height: 15px;
  }
}

/*** 共通 ***/
.center {
  text-align: center;
  margin: 2em auto;
}
.center p {
  line-height: 1;
}

.txtRight {
  text-align: right;
  margin: 1em 0;
}

.txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  margin-top: 10px;
  color: #888;
}

h1 {
  margin: 0 0 0.5em;
  font-size: clamp(1.5rem, 0.8076923077rem + 1.9230769231vw, 2.25rem);
  line-height: 1.4;
}

h2 {
  margin: 0 0 1em;
  font-size: clamp(1.25rem, 0.6730769231rem + 1.6025641026vw, 1.875rem);
  line-height: 1.4;
}

h3 {
  margin: 0 0 2em;
  font-size: clamp(1.125rem, 0.5480769231rem + 1.6025641026vw, 1.75rem);
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

.btnMore {
  text-align: center;
  margin-bottom: 10px;
  width: auto;
}
.btnMore a {
  display: inline-block;
  min-width: 320px;
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  color: #fff;
  padding: 1.5em 1em;
  line-height: 1;
  box-sizing: border-box;
  background-color: #0F2865;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: 0.3s ease;
}
.btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_arrow_w.svg);
  width: 18px;
  height: 15px;
  transition: 0.3s ease;
}
.btnMore a:hover {
  color: #fff;
  opacity: 1;
  background-color: #9C0F21;
}
.btnMore a:hover:after {
  right: 0.8em;
}
.btnMore.red a {
  background-color: #9C0F21;
}
.btnMore.red a:hover {
  background-color: #0F2865;
}
@media screen and (max-width: 576px) {
  .btnMore a {
    min-width: inherit;
    width: 100%;
  }
}

/*** Top ***/
.index h2 {
  color: #fff;
  text-align: center;
  font-size: clamp(1.875rem, 1.4134615385rem + 1.2820512821vw, 2.375rem);
  padding-top: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}
.index h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #9C0F21 50%, #9C0F21 100%);
}
.index h2 span {
  display: block;
  color: #9C0F21;
  padding-top: 1rem;
  font-weight: 400;
  font-family: montserrat, sans-serif;
  font-size: clamp(1rem, 0.4807692308rem + 1.4423076923vw, 1.5625rem);
}
.index .topBg {
  background-image: url(../img/top_pickup_back.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  .index {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .index h2 {
    margin-bottom: 1.5rem;
  }
}

.topMainimg {
  width: 100%;
  height: auto;
  position: relative;
}
.topMainimg img {
  width: 100%;
  height: auto;
}
.topMainimg h1 {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: clamp(2.5rem, 1.3461538462rem + 3.2051282051vw, 3.75rem);
  color: #fff;
}
@media screen and (max-width: 992px) {
  .topMainimg h1 {
    display: none;
  }
}

.topNews {
  padding-top: 100px;
}
.topNews .tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0 4px;
  position: relative;
  z-index: 0;
}
.topNews .tab li {
  width: 25%;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
}
.topNews .tab li a {
  height: 58px;
  padding: 1.2rem 1rem;
  font-size: clamp(0.625rem, 0.2788461538rem + 0.9615384615vw, 1rem);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s ease;
}
.topNews .tab li.active a {
  height: 65px;
}
.topNews .tab li:hover a {
  height: 65px;
}
.topNews .tab li:nth-child(2) {
  background-color: #687FB7;
}
.topNews .tab li:nth-child(2) a {
  color: #fff;
}
.topNews .tab li:nth-child(3) {
  background-color: #324982;
}
.topNews .tab li:nth-child(3) a {
  color: #fff;
}
.topNews .tab li:nth-child(4) {
  background-color: #123DA8;
}
.topNews .tab li:nth-child(4) a {
  color: #fff;
}
.topNews .selectBox {
  display: none;
}
.topNews .tab_area {
  display: none;
}
.topNews .btnMore {
  margin-top: 3rem;
}
.topNews .innerBox {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.topNews .innerBox .contents {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.topNews .innerBox a {
  text-decoration: none;
}
.topNews .innerBox dl {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0 1em;
  border-bottom: 1px solid #C7C7C7;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.topNews .innerBox dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0F2865;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.topNews .innerBox dl:hover:before {
  transform: scale(1, 1);
}
.topNews .innerBox dl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg);
  width: 20px;
  height: 15px;
  transition: 0.3s ease;
}
.topNews .innerBox dl:hover:after {
  right: 0;
}
.topNews .innerBox dl dt {
  width: 100px;
  line-height: 1.5;
}
.topNews .innerBox dl dd {
  line-height: 1.5;
}
.topNews .innerBox dl dd.txt {
  width: calc(100% - 270px);
  padding-right: 30px;
  box-sizing: border-box;
}
.topNews .innerBox dl dd.cat {
  width: 140px;
  padding: 0.5rem 0.5rem;
  margin-right: 30px;
  font-size: clamp(0.625rem, 0.3942307692rem + 0.641025641vw, 0.875rem);
  box-sizing: border-box;
  text-align: center;
  background-color: #687FB7;
  color: #fff;
  border-radius: 4px;
}
.topNews .innerBox dl dd.cat a {
  color: #fff;
}
.topNews .innerBox dl dd.cat.academic {
  background-color: #687FB7;
}
.topNews .innerBox dl dd.cat.specialist {
  background-color: #324982;
}
.topNews .innerBox dl dd.cat.general {
  background-color: #123DA8;
}
.topNews .innerBox dl .new {
  background-color: #9C0F21;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.5096153846rem + 0.3205128205vw, 0.75rem);
}
@media screen and (max-width: 992px) {
  .topNews {
    padding-top: 50px;
  }
  .topNews h2 {
    text-align: left;
    padding-left: 20px;
  }
  .topNews h2:before {
    left: 20px;
    transform: inherit;
  }
  .topNews .innerBox dl {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topNews .innerBox dl dd.txt {
    width: 100%;
    margin-top: 0.5rem;
    line-height: 1.3;
  }
}

.topPickup {
  padding-top: 100px;
  padding-bottom: 100px;
}
.topPickup .listBox li {
  width: 100%;
  margin-bottom: 20px;
}
.topPickup .listBox li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  position: relative;
  transition: 0.3s ease;
}
.topPickup .listBox li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  width: 31px;
  height: 22px;
  transition: 0.3s ease;
}
.topPickup .listBox li a:hover {
  opacity: 0.7;
}
.topPickup .listBox li a:hover:after {
  right: 30px;
}
.topPickup .listBox li dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 20px;
}
.topPickup .listBox li dl dt {
  width: 280px;
  border: 1px solid #707070;
  box-sizing: border-box;
}
.topPickup .listBox li dl dt img {
  width: 100%;
}
.topPickup .listBox li dl dd {
  width: calc(100% - 300px);
  padding-right: 50px;
  box-sizing: border-box;
}
.topPickup .listBox li dl dd h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 0.7788461538rem + 0.9615384615vw, 1.5rem);
}
@media screen and (max-width: 992px) {
  .topPickup {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .topPickup .listBox li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .topPickup .listBox li a:after {
    top: inherit;
    bottom: 1rem;
    right: 1rem;
    transform: inherit;
    width: 11px;
    height: 11px;
  }
  .topPickup .listBox li dl dt {
    width: 180px;
  }
  .topPickup .listBox li dl dd {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .topPickup .listBox li a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .topPickup .listBox li a:after {
    top: inherit;
    bottom: 1rem;
    right: 1rem;
    transform: inherit;
    width: 11px;
    height: 11px;
  }
  .topPickup .listBox li dl {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px 0;
  }
  .topPickup .listBox li dl dt {
    width: auto;
    margin: 0 auto;
  }
  .topPickup .listBox li dl dt img {
    width: auto;
    text-align: center;
  }
  .topPickup .listBox li dl dd {
    width: 100%;
  }
  .topPickup .listBox li dl dd p {
    line-height: 1.3;
  }
}

.topContents {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
.topContents:before {
  display: inline-block;
  content: "";
  background: url(../img/top_contents_bg2.svg) no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
  height: 220px;
  z-index: 0;
}
.topContents .contents {
  padding-top: 100px;
  max-width: 1200px;
}
.topContents ul.btnImg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 20px;
}
.topContents ul.btnImg li {
  width: 33.3333333333%;
}
.topContents ul.btnImg li a {
  background-color: #9C0F21;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  transition: 0.3s ease;
}
.topContents ul.btnImg li a:hover {
  background-color: #0F2865;
}
.topContents ul.btnImg li a:hover .txt:after {
  right: 1.5rem;
}
.topContents ul.btnImg li .img {
  width: 100%;
  height: 266px;
  transition: 0.3s ease;
}
.topContents ul.btnImg li .img img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.topContents ul.btnImg li .txt {
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.125rem, 0.8942307692rem + 0.641025641vw, 1.375rem);
  line-height: 1.5;
  position: relative;
}
.topContents ul.btnImg li .txt:after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow_w.svg);
  background-size: contain;
  width: 26px;
  height: 22px;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (max-width: 992px) {
  .topContents {
    margin-top: 30px;
  }
  .topContents:before {
    margin: 0;
    width: 100%;
    height: 120px;
    background-size: contain;
  }
  .topContents ul.btnImg {
    flex-direction: column;
    gap: 20px 0;
  }
  .topContents ul.btnImg li {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .topContents {
    margin-top: 0;
  }
  .topContents:before {
    margin: 0;
    width: 100%;
    height: 100px;
    background-position-y: 50px;
  }
  .topContents ul.btnImg li .img {
    height: 200px;
  }
  .topContents ul.btnImg li .img img {
    height: 200px;
  }
}

.topIsuues {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.topIsuues .innerBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 50px;
}
.topIsuues .innerBox h2.sm {
  display: none;
}
.topIsuues .innerBox .img {
  width: 400px;
}
.topIsuues .innerBox .img img {
  width: 100%;
}
.topIsuues .innerBox .txt {
  width: 580px;
}
.topIsuues .innerBox .txt h2 {
  text-align: left;
  color: #000;
}
.topIsuues .innerBox .txt h2:before {
  left: 0;
  transform: inherit;
  background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 50%, #9C0F21 50%, #9C0F21 100%);
}
.topIsuues .innerBox .txt h3 {
  font-weight: 700;
  font-size: clamp(1.375rem, 0.7980769231rem + 1.6025641026vw, 2rem);
  margin-bottom: 2rem;
}
.topIsuues .innerBox .txt .btnMore a {
  min-width: inherit;
  width: 100%;
  transition: 0.3s ease;
}
.topIsuues .innerBox .txt .btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 26px;
  transition: 0.3s ease;
}
.topIsuues .innerBox .txt .btnMore a:hover {
  background-color: #0F2865;
  filter: brightness(70%);
}
.topIsuues .innerBox .txt .btnMore a:hover:after {
  right: 0.8em;
}
.topIsuues .innerBox .txt .btnMore.red a {
  background-color: #9C0F21;
}
@media screen and (max-width: 992px) {
  .topIsuues {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .topIsuues .innerBox {
    gap: 0 30px;
  }
  .topIsuues .innerBox .img {
    width: 300px;
  }
  .topIsuues .innerBox .txt {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 576px) {
  .topIsuues .innerBox {
    flex-direction: column;
    gap: 20px 0;
  }
  .topIsuues .innerBox h2.sm {
    display: block;
    color: #000;
  }
  .topIsuues .innerBox h2.sm:before {
    background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 50%, #9C0F21 50%, #9C0F21 100%);
  }
  .topIsuues .innerBox .img {
    width: auto;
    margin: 0 auto;
  }
  .topIsuues .innerBox .txt {
    width: 100%;
    text-align: center;
  }
  .topIsuues .innerBox .txt h2 {
    display: none;
  }
}

.topInfo {
  padding-top: 100px;
  padding-bottom: 100px;
}
.topInfo ul.listBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
.topInfo ul.listBox li {
  background-color: #fff;
  border-radius: 4px;
}
.topInfo ul.listBox li a {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  font-weight: 700;
  transition: 0.3s ease;
}
.topInfo ul.listBox li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  background-image: url(../img/icon_blank_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 26px;
  transition: 0.3s ease;
}
.topInfo ul.listBox li a.pdf:after {
  background-image: url(../img/icon_pdf.svg);
  width: 28px;
  height: 28px;
}
.topInfo ul.listBox li a:hover {
  filter: brightness(70%);
  text-decoration: none;
}
.topInfo ul.listBox li a:hover:after {
  right: 1.5rem;
}
.topInfo ul.listBox li.half {
  width: calc(50% - 15px);
}
.topInfo ul.listBox li.half .icon {
  background-color: #9C0F21;
  width: 150px;
  height: 150px;
  position: relative;
}
.topInfo ul.listBox li.half .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topInfo ul.listBox li.three {
  width: calc(33.3333333333% - 20px);
}
.topInfo ul.listBox li.three a {
  padding: 2rem;
}
@media screen and (max-width: 992px) {
  .topInfo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .topInfo ul.listBox {
    flex-direction: column;
    gap: 20px 0;
  }
  .topInfo ul.listBox li.half {
    width: 100%;
  }
  .topInfo ul.listBox li.half .icon {
    width: 120px;
    height: 120px;
  }
  .topInfo ul.listBox li.half .icon img {
    width: 50%;
    height: 50%;
  }
  .topInfo ul.listBox li.three {
    width: 100%;
  }
  .topInfo ul.listBox li.three a {
    padding: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .topInfo ul.listBox li.half .icon {
    width: 80px;
    height: 80px;
  }
}

.logoListBlock {
  background-color: #CFD6E2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.logoListBlock ul.listBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0 20px;
}
.logoListBlock ul.listBox li a {
  display: block;
  transition: 0.3s ease;
}
.logoListBlock ul.listBox li a:hover {
  filter: brightness(70%);
}
@media screen and (max-width: 992px) {
  .logoListBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .logoListBlock ul.listBox {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/*** 下層 ***/
main.under {
  background-color: #F2F3F5;
  padding: 1rem 0 5rem;
}
@media screen and (max-width: 992px) {
  main.under {
    padding-bottom: 2rem;
  }
}

.breadcrumbs {
  margin-bottom: 4em;
  margin-top: 1rem;
  font-size: clamp(0.625rem, 0.5096153846rem + 0.3205128205vw, 0.75rem);
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0 50px;
}
.wrapper .sidebar {
  width: 280px;
}
.wrapper .pageinner {
  width: calc(100% - 300px);
}
@media screen and (max-width: 992px) {
  .wrapper {
    flex-direction: column-reverse;
  }
  .wrapper .sidebar {
    width: 100%;
  }
  .wrapper .pageinner {
    width: 100%;
  }
}

.sidebar h3 {
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 1.5em;
}
.sidebar__list {
  position: relative;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar__list > li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 2em;
}
.sidebar__list > li.has-children::before {
  content: "";
  position: absolute;
  left: 0.4em;
  top: 0.4rem;
  background-image: url(../img/icon_pulus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  transition: 0.3s ease;
}
.sidebar__list > li.has-children.is-open::before {
  background-image: url(../img/icon_minus.svg);
  width: 13px;
  height: 3px;
  top: 0.6rem;
}
.sidebar__list > li.has-children > a {
  cursor: pointer;
}
.sidebar__list > li.has-children > a:before {
  content: none;
}
.sidebar__list > li > a {
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.sidebar__list > li > a:before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #A6A6A6;
  transition: border-left-color 0.3s ease;
}
.sidebar__list > li:hover > a {
  text-decoration: underline;
}
.sidebar__list > li:hover > a:before {
  border-left-color: #000;
}
.sidebar__list > li.current > a:before {
  border-left-color: #000;
}
.sidebar__sublist {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 0.5em;
  list-style: none;
  padding: 0;
}
.is-open > .sidebar__sublist {
  max-height: 1000px;
}
.sidebar__sublist li {
  margin-bottom: 0.5em;
  position: relative;
}
.sidebar__sublist li a {
  color: #000;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.sidebar__sublist li a:before {
  content: none;
}
.sidebar__sublist li:hover a {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .sidebar {
    margin: 0;
    margin-bottom: 1.5em;
    position: relative;
  }
  .sidebar__list > li {
    margin-bottom: 5px;
    box-sizing: border-box;
  }
}

.sidebarInfo {
  margin-top: 3rem;
}
.sidebarInfo .journalImg {
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.sidebarInfo .journalImg::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.sidebarInfo .journalImg img {
  text-align: center;
  margin: 0 auto 10px;
}
.sidebarInfo .journalImg p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: clamp(0.8125rem, 0.6971153846rem + 0.3205128205vw, 0.9375rem);
}
.sidebarInfo .journalLink .btnMore {
  margin: 0 auto 5px;
  width: 100%;
}
.sidebarInfo .journalLink .btnMore a {
  min-width: inherit;
  width: 100%;
  font-size: clamp(0.625rem, 0.4519230769rem + 0.4807692308vw, 0.8125rem);
  text-decoration: none;
  text-align: left;
  padding-left: 1rem;
  transition: 0.3s ease;
}
.sidebarInfo .journalLink .btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transition: 0.3s ease;
}
.sidebarInfo .journalLink .btnMore a:hover {
  background-color: #0F2865;
  filter: brightness(70%);
}
.sidebarInfo .journalLink .btnMore a:hover:after {
  right: 0.8em;
}
.sidebarInfo .journalLink .btnMore.red a {
  background-color: #9C0F21;
}
.sidebarInfo .eventImg {
  margin-top: 2rem;
  width: 100%;
}
.sidebarInfo .eventImg a {
  text-decoration: none;
  padding: 0;
  transition: 0.3s ease;
}
.sidebarInfo .eventImg a:hover {
  background-color: #0F2865;
  filter: brightness(70%);
}
.sidebarInfo .eventImg a img {
  margin: 0 auto;
}

.pageinner h1 {
  line-height: 1;
  margin-bottom: 80px;
  font-size: clamp(1.875rem, 0.8365384615rem + 2.8846153846vw, 3rem);
  font-weight: 700;
}
.pageinner h1 span {
  display: block;
  font-family: montserrat, sans-serif;
  font-size: clamp(1.125rem, 0.7788461538rem + 0.9615384615vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
.pageinner h1 span::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 2px;
  background-color: #000;
}
.pageinner h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 0.8942307692rem + 0.641025641vw, 1.375rem);
  color: #000;
  line-height: 1.5;
  position: relative;
}
.pageinner h2 span {
  position: relative;
  background-color: #F2F3F5;
  padding-right: 1rem;
  z-index: 1;
}
.pageinner h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: double 3px #A6A6A6;
  z-index: 0;
}
.pageinner h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #0F2865;
  font-size: clamp(1.125rem, 1.0096153846rem + 0.3205128205vw, 1.25rem);
  color: #000;
  line-height: 1.5;
}
.pageinner h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  color: #000;
  line-height: 1.5;
}
.pageinner h4:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  background-color: #9C0F21;
  width: 5px;
  height: 1em;
  margin-right: 0.5em;
}
.pageinner a {
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
}
.pageinner p {
  margin-bottom: 1.5em;
}
.pageinner p strong {
  color: #0F2865;
}
.pageinner .btnMore {
  text-align: left;
}
.pageinner .btnMore a {
  text-decoration: none;
  text-align: left;
  padding: 1.5rem;
}
.pageinner .btnMore a[href$=".pdf"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_pdf_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transition: 0.3s ease;
}
.pageinner .btnMore a[target=_blank]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transition: 0.3s ease;
}
.pageinner .btnMore a[href$=".pdf"][target=_blank]:after {
  background-image: url(../img/icon_pdf_w.svg);
}
.pageinner .btnMore.right {
  margin: 3rem auto 0;
  text-align: center;
}
.pageinner .flexBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.pageinner .flexBox.txtcenter {
  align-items: center;
}
.pageinner .flexBox .img {
  width: 250px;
}
.pageinner .flexBox .img img {
  width: auto;
}
.pageinner .flexBox .txt {
  width: calc(100% - 270px);
}
.pageinner .flexBox .txt .strong {
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  font-weight: 700;
}
.pageinner .flexBox .half {
  width: calc(50% - 10px);
}
.pageinner .update {
  text-align: right;
  padding-bottom: 0.2em;
  font-size: clamp(0.625rem, 0.3942307692rem + 0.641025641vw, 0.875rem);
  color: #555;
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner .txtRight {
  text-align: right;
}
.pageinner a.pdf[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(libs/img/icon_pdf.svg);
  position: relative;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 992px) {
  .pageinner h1 {
    margin-bottom: 3rem;
  }
}

.conteStyle ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1rem;
}
.conteStyle ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  display: inline-block;
  background-color: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.conteStyle ol {
  counter-reset: section;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.conteStyle ol li {
  position: relative;
  padding-left: 1.5rem;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #0F2865;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}
.conteStyle table th,
.conteStyle table td {
  padding: 1rem;
}
.conteStyle table th {
  background-color: #0F2865;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.conteStyle table th:last-child {
  border-right: none;
}
.conteStyle table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.conteStyle table td:last-child {
  border-right: none;
}
.conteStyle table tbody > tr:last-of-type th, .conteStyle table tbody > tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table .bluecolor {
  color: #2E558E;
  font-weight: bold;
}
.conteStyle table .redcolor {
  color: #D06D61;
  font-weight: bold;
}
.conteStyle table .redcolor b {
  font-size: 130%;
}
.conteStyle dl.normal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
.conteStyle dl.normal dt {
  width: 80px;
}
.conteStyle dl.normal dd {
  width: calc(100% - 80px);
}
.conteStyle dl.faqBox {
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 1.5em;
  display: block;
}
.conteStyle dl.faqBox dt {
  border-bottom: 1px solid #0F2865;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 40px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  position: relative;
}
.conteStyle dl.faqBox dt:before {
  display: inline-block;
  content: "Q.";
  font-family: montserrat, sans-serif;
  color: #0F2865;
  position: absolute;
  top: 0;
  left: 0;
}
.conteStyle dl.faqBox dd {
  position: relative;
  padding-left: 40px;
}
.conteStyle dl.faqBox dd:before {
  display: inline-block;
  color: #9C0F21;
  content: "A.";
  font-weight: 700;
  font-family: montserrat, sans-serif;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  position: absolute;
  top: 0;
  left: 0;
}
.conteStyle .counterList p {
  margin: 0;
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
}
.conteStyle .counterList dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin-left: 1rem;
}
.conteStyle .counterList dl dt {
  width: 80px;
}
.conteStyle .counterList dl dd {
  width: calc(100% - 110px);
}

.pageLinkbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 4rem;
}
.pageLinkbox li {
  width: calc(50% - 10px);
}
.pageLinkbox li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  padding-right: 4rem;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.pageLinkbox li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 11px;
  transition: 0.3s ease;
}
.pageLinkbox li a:hover {
  background-color: #0F2865;
  color: #fff;
}
.pageLinkbox li a:hover:after {
  right: 1.8rem;
  background-image: url(../img/icon_arrow_w.svg);
}
.pageLinkbox li a:hover h2 {
  color: #fff;
}
.pageLinkbox li a h2 {
  font-size: clamp(1rem, 0.8846153846rem + 0.3205128205vw, 1.125rem);
  font-weight: 500;
  margin: 0;
  transition: 0.3s ease;
}
.pageLinkbox li a h2:before {
  content: none;
}
@media screen and (max-width: 576px) {
  .pageLinkbox {
    gap: 10px 0;
    margin-bottom: 2rem;
  }
  .pageLinkbox li {
    width: 100%;
  }
}

ul.archiveEvent li {
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.archiveEvent li:before {
  content: none;
}
ul.archiveEvent li .thumbnail {
  width: 100%;
  margin-bottom: 1.5rem;
}
ul.archiveEvent li .infoBox {
  min-width: 200px;
  margin-bottom: 2rem;
}
ul.archiveEvent li .infoBox h2 {
  margin-top: 0;
}
ul.archiveEvent li .infoBox h2 span {
  background-color: #fff;
}
ul.archiveEvent li .infoBox h2before {
  content: none;
}
ul.archiveEvent li .infoBox p {
  margin: 0;
  padding: 0;
}
ul.archiveEvent li .btnMore {
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}
ul.archiveEvent li .btnMore a {
  min-width: 210px;
  transition: 0.3s ease;
  text-decoration: none;
  text-align: left;
  font-size: clamp(0.8125rem, 0.6971153846rem + 0.3205128205vw, 0.9375rem);
  padding: 1.5rem;
  position: relative;
}
ul.archiveEvent li .btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(../img/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transition: 0.3s ease;
}
ul.archiveEvent li .btnMore a.is-pdf:after {
  background-image: url(../img/icon_pdf_w.svg);
}
ul.archiveEvent li .btnMore a:hover {
  background-color: #0F2865;
  filter: brightness(70%);
}
ul.archiveEvent li .btnMore a:hover:after {
  right: 0.8em;
}

.contactBox {
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 800px;
  /* デフォルトのチェックボックスを非表示 */
  /* チェックボックスにフォーカスした時 */
  /* チェックが入った状態 */
  /* チェックマーク */
  /* ラベルテキスト */
  /* エラー時のスタイル（オプション） */
}
.contactBox h3 {
  text-align: center;
  color: #0F2865;
}
.contactBox p {
  margin: 0;
  line-height: 1;
}
.contactBox .center {
  margin-bottom: 0;
}
.contactBox dl dt {
  margin-bottom: 0.8em;
  line-height: 1;
  font-size: clamp(1rem, 0.7692307692rem + 0.641025641vw, 1.25rem);
  font-weight: bold;
}
.contactBox dl dt .txts {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.7596153846rem + 0.3205128205vw, 1rem);
}
.contactBox dl dt span {
  display: inline-block;
  color: #9C0F21;
  font-size: clamp(0.75rem, 0.6346153846rem + 0.3205128205vw, 0.875rem);
  margin-left: 0.5em;
}
.contactBox dl dd {
  margin-bottom: 2em;
  margin-inline-start: 0px;
}
.contactBox dl dd p {
  margin: 0;
  line-height: 1;
}
.contactBox dl .text {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .textarea {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item {
  margin-right: 1em;
}
.contactBox dl .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
  margin-right: 1em;
}
.contactBox dl .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactBox dl input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.contactBox dl .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.2em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}
.contactBox dl input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #0F2865; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.contactBox .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}
.contactBox .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.contactBox .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin: 0;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:focus {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #0F2865;
  border-color: #333;
}
.contactBox .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contactBox .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: clamp(0.875rem, 0.6442307692rem + 0.641025641vw, 1.125rem);
  line-height: 1.5;
  user-select: none;
  text-align: left;
}
.contactBox .wpcf7-acceptance input[type=checkbox][aria-invalid=true] {
  border-color: #e74c3c;
}
.contactBox input[type=submit] {
  all: unset;
}
.contactBox .submitBtn {
  margin: 1re auto;
  text-align: center;
}
.contactBox input.contactBtn {
  width: 280px;
  box-sizing: border-box;
  background: #0F2865;
  border-radius: 4px;
  color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-top: 1em;
  cursor: pointer;
}
.contactBox input.contactBtn:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactBox .wpcf7-spinner {
  display: block;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .contactBox {
    padding: 1rem;
  }
  .contactBox input.contactBtn {
    width: 100%;
  }
}