@charset "UTF-8";
.contents .sectionInner.page-door {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
}
.contents .sectionInner.page-door br {
  display: none;
}
.contents .sectionInner.page-door img {
  display: block;
  margin: 0;
  border-radius: calc(var(--s) * 15);
}
.contents .sectionInner.page-door .flexWrap__image {
  margin: 0;
}
.contents .sectionInner.page-door a.btnlink--toUnder.btnlink--heading {
  margin: calc(var(--s) * 16) 0 calc(var(--s) * 6) !important;
  padding: 0 !important;
  color: #0040A0;
  font-size: calc(var(--s) * 32);
  font-weight: 700;
  border: none;
}
.contents .sectionInner.page-door a.btnlink--toUnder.btnlink--heading::after {
  display: none;
}
.contents .sectionInner.page-door .txt {
  font-size: calc(var(--s) * 16);
}
@media (min-width: 768px) {
  .contents .sectionInner.page-door {
    /* pc */
  }
  .contents .sectionInner.page-door .flexWrap--col3 a.btnlink--toUnder.btnlink--heading {
    font-size: calc(var(--s) * 24);
  }
  .contents .sectionInner.page-door {
    /* pc end */
  }
}
@media (max-width: 767px) {
  .contents .sectionInner.page-door {
    /* sp */
  }
  .contents .sectionInner.page-door a.btnlink--toUnder.btnlink--heading {
    font-size: calc(var(--s) * 50);
  }
  .contents .sectionInner.page-door .txt {
    font-size: calc(var(--s) * 28);
  }
  .contents .sectionInner.page-door {
    /* sp end */
  }
}

.page-news {
  position: relative;
  overflow: hidden;
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
  background: #F4F4F4;
}
.page-news__container {
  width: calc(var(--s) * 1160);
  max-width: calc(100% - var(--s) * 40);
  padding: calc(var(--s) * 70) 0 calc(var(--s) * 90);
  margin: 0 auto;
}
.page-news__box__item {
  margin: 0 0 calc(var(--s) * 46);
}
.page-news h3.page-news__box__title {
  padding: 0 0 calc(var(--s) * 30);
  color: #333;
  font-size: calc(var(--s) * 32);
  font-weight: 700;
  text-align: center;
  border: none;
}
.page-news__box__img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 514/373;
  margin: 0 0 calc(var(--s) * 18);
  transition-duration: 300ms;
}
.page-news__box__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-news__box__img:hover {
  opacity: 0.7;
}
.page-news__box__text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.page-news__box__text .cate {
  padding: 0.3em 0.8em;
  margin: 0 0.8em 0.2em 0;
  color: #fff;
  font-size: calc(var(--s) * 12);
  background: #333;
}
.page-news__box__text .cate.press {
  background: #0683D6;
}
.page-news__box__text .cate.information {
  background: #2DA05B;
}
.page-news__box__text .date {
  margin: 0 0 0.2em;
  font-family: "Poppins", sans-serif;
  font-size: calc(var(--s) * 12);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
.page-news__box__text .title {
  font-family: sans-serif;
  font-weight: bold;
  width: 100%;
  margin: 0.5em 0 0;
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
}
.page-news__box__text .title[href$=pdf]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.25em;
  width: 1.625em;
  aspect-ratio: 1/1;
  background: url(../img/index2311/news-pdf.svg) center/contain no-repeat;
}
.page-news__box__text .tag {
  display: flex;
  gap: 0.5em;
  margin: calc(var(--s) * 16) 0 0;
}
.page-news__box__text .tag a, .page-news__box__text .tag span {
  padding: 0.4em 1em;
  color: #333;
  font-size: calc(var(--s) * 10);
  border: 1px solid #333;
  border-radius: 999px;
}
.page-news__box__more {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 0 calc(var(--s) * 150);
}
.page-news__box__more::before, .page-news__box__more::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #989898;
}
.page-news__box__more a {
  position: relative;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  flex-shrink: 0;
  color: #0040A0;
  font-size: calc(var(--s) * 20);
  font-weight: 700;
  white-space: nowrap;
  background: #fff;
  border-radius: 999px;
  transition-duration: 300ms;
  box-shadow: calc(var(--s) * 2) calc(var(--s) * 2) calc(var(--s) * 10) 0 rgba(103, 103, 103, 0.5);
}
.page-news__box__more a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  border-right: 1px solid #0040A0;
  border-bottom: 1px solid #0040A0;
  transform: rotate(-45deg);
}
.page-news__box__more a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
.page-news__box:last-child .page-news__box__more {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-news {
    /* pc */
  }
  .page-news__box__items {
    display: flex;
    gap: 0 calc(var(--s) * 20);
  }
  .page-news__box__item {
    width: calc((100% - var(--s) * 40) / 3);
  }
  .page-news {
    /* pc end */
  }
}
@media (max-width: 767px) {
  .page-news {
    /* sp */
  }
  .page-news__container {
    padding-top: calc(var(--s) * 120);
  }
  .page-news__box__item {
    margin-bottom: calc(var(--s) * 74);
  }
  .page-news h3.page-news__box__title {
    font-size: calc(var(--s) * 50);
    padding-bottom: calc(var(--s) * 64);
  }
  .page-news__box__img {
    margin-bottom: calc(var(--s) * 28);
  }
  .page-news__box__text .cate {
    font-size: calc(var(--s) * 24);
  }
  .page-news__box__text .date {
    font-size: calc(var(--s) * 24);
  }
  .page-news__box__text .title {
    font-size: calc(var(--s) * 28);
  }
  .page-news__box__text .tag a, .page-news__box__text .tag span {
    font-size: calc(var(--s) * 20);
  }
  .page-news__box__more {
    margin-bottom: calc(var(--s) * 120);
  }
  .page-news__box__more a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: calc(var(--s) * 28);
  }
  .page-news {
    /* sp end */
  }
}

.wrap .contents .tabs {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
  border-bottom: 1px solid #C5C7C8;
}
.wrap .contents .tabs .tabs__item {
  height: calc(var(--s) * 58);
}
.wrap .contents .tabs .tabs__item a {
  border: none;
  border-bottom: 1px solid #C5C7C8;
  background-color: #F4F4F4;
}
.wrap .contents .tabs .tabs__item.current a {
  background: #fff;
  color: #0040A0;
  border-right: 1px solid #C5C7C8;
  border-bottom-color: #fff;
  border-left: 1px solid #C5C7C8;
}
.wrap .contents .tabs .tabs__item.current a:before {
  border-top-color: #0040A0;
}
@media (max-width: 767px) {
  .wrap .contents .tabs {
    /* sp */
  }
  .wrap .contents .tabs .tabs__item {
    height: calc(var(--s) * 76);
    line-height: 1;
  }
  .wrap .contents .tabs .tabs__item.current {
    height: calc(var(--s) * 92);
  }
  .wrap .contents .tabs {
    /* sp end */
  }
}

.page2311-newscenter {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
}
.page2311-newscenter h2.page2311-newscenter__tag {
  margin: 0;
  padding: 0 0 1em;
  font-size: calc(var(--s) * 24);
  font-weight: 700;
}
.page2311-newscenter__box__item {
  margin: 0 0 calc(var(--s) * 46);
}
.page2311-newscenter__box__img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 514/373;
  margin: 0 0 calc(var(--s) * 18);
  background: #fff;
  transition-duration: 300ms;
}
.page2311-newscenter__box__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page2311-newscenter__box__img:hover {
  opacity: 0.7;
}
.page2311-newscenter__box__text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.page2311-newscenter__box__text .cate {
  padding: 0.3em 0.8em;
  margin: 0 0.8em 0.2em 0;
  color: #fff;
  font-size: calc(var(--s) * 12);
  background: #333;
}
.page2311-newscenter__box__text .cate.press {
  background: #0683D6;
}
.page2311-newscenter__box__text .cate.information {
  background: #2DA05B;
}
.page2311-newscenter__box__text .date {
  margin: 0 0 0.2em;
  font-family: "Poppins", sans-serif;
  font-size: calc(var(--s) * 12);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-transform: uppercase;
}
.page2311-newscenter__box__text .title {
  font-family: sans-serif;
  font-weight: bold;
  width: 100%;
  margin: 0.5em 0 0;
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
}
.page2311-newscenter__box__text .title[href$=pdf]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.25em;
  width: 1.625em;
  aspect-ratio: 1/1;
  background: url(../img/index2311/news-pdf.svg) center/contain no-repeat;
}
.page2311-newscenter__box__text .tag {
  display: flex;
  gap: 0.5em;
  margin: calc(var(--s) * 16) 0 0;
}
.page2311-newscenter__box__text .tag a, .page2311-newscenter__box__text .tag span {
  padding: 0.4em 1em;
  color: #333;
  font-size: calc(var(--s) * 10);
  border: 1px solid #333;
  border-radius: 999px;
}
.page2311-newscenter__box__more {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 0 calc(var(--s) * 150);
}
.page2311-newscenter__box__more::before, .page2311-newscenter__box__more::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #989898;
}
.page2311-newscenter__box__more a {
  position: relative;
  display: inline-block;
  padding: 0.5em 3em 0.5em 2em;
  flex-shrink: 0;
  color: #0040A0;
  font-size: calc(var(--s) * 20);
  font-weight: 700;
  white-space: nowrap;
  background: #fff;
  border-radius: 999px;
  transition-duration: 300ms;
  box-shadow: calc(var(--s) * 2) calc(var(--s) * 2) calc(var(--s) * 10) 0 rgba(103, 103, 103, 0.5);
}
.page2311-newscenter__box__more a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  border-right: 1px solid #0040A0;
  border-bottom: 1px solid #0040A0;
  transform: rotate(-45deg);
}
.page2311-newscenter__box__more a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
.page2311-newscenter__box:last-child .page2311-newscenter__box__more {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page2311-newscenter {
    /* pc */
  }
  .page2311-newscenter__box__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page2311-newscenter__box__item {
    width: calc((100% - var(--s) * 20) / 2);
  }
  .page2311-newscenter {
    /* pc end */
  }
}
@media (max-width: 767px) {
  .page2311-newscenter {
    /* sp */
  }
  .page2311-newscenter h2.page2311-newscenter__tag {
    font-size: calc(var(--s) * 40);
  }
  .page2311-newscenter__box__item {
    margin-bottom: calc(var(--s) * 74);
  }
  .page2311-newscenter__box__img {
    margin-bottom: calc(var(--s) * 28);
  }
  .page2311-newscenter__box__text .cate {
    font-size: calc(var(--s) * 24);
  }
  .page2311-newscenter__box__text .date {
    font-size: calc(var(--s) * 24);
  }
  .page2311-newscenter__box__text .title {
    font-size: calc(var(--s) * 28);
  }
  .page2311-newscenter__box__text .tag a, .page2311-newscenter__box__text .tag span {
    font-size: calc(var(--s) * 20);
  }
  .page2311-newscenter__box__more {
    margin-bottom: calc(var(--s) * 120);
  }
  .page2311-newscenter__box__more a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: calc(var(--s) * 28);
  }
  .page2311-newscenter {
    /* sp end */
  }
}

.wrap .contents .pager {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wrap .contents .pager .pager__item {
  margin-bottom: calc(var(--s) * 20);
}
.wrap .contents .pager .pager__item a {
  border: 1px solid #C5C7C8;
  color: #0040A0;
  font-size: calc(var(--s) * 16);
}
.wrap .contents .pager .pager__item.current a {
  border: 1px solid #0040A0;
  background: #0040A0;
  color: #fff;
}
.wrap .contents .pager .pager__item--next a::before,
.wrap .contents .pager .pager__item--prev a::before {
  width: 10%;
  height: 10%;
  border: 2px solid #0040A0;
  border-bottom: none;
  border-left: none;
}
@media (max-width: 767px) {
  .wrap .contents .pager {
    /* sp */
    justify-content: center;
  }
  .wrap .contents .pager .pager__item a {
    font-size: calc(var(--s) * 32);
  }
  .wrap .contents .pager {
    /* sp end */
  }
}

.wrap .contents .sidebar {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
}
.wrap .contents .sidebar .sidebar__heading {
  color: #0040A0;
  border-bottom-color: #0040A0;
}
.wrap .contents .sidebar .sidebar__nav__item a {
  border-bottom-color: #6F6F6F;
}
.wrap .contents .sidebar .sidebar__nav__item a::after {
  border: 2px solid #0040A0;
  border-bottom: none;
  border-left: none;
}
.wrap .contents .sidebar .sidebar__nav__item.current {
  color: #0040A0;
  border-bottom-color: #0040A0;
}
.wrap .contents .sidebar .sidebar__nav__item.current a {
  color: #0040A0;
}
.wrap .contents .sidebar .sidebar__nav__item.current a::after {
  display: none;
}
.wrap .contents .sidebar .sidebar__nav__item--child a {
  border-bottom: none;
}
@media (min-width: 768px) {
  .wrap .contents .sidebar {
    /* pc */
    /* pc end */
  }
}
@media (max-width: 767px) {
  .wrap .contents .sidebar {
    /* sp */
    /* sp end */
  }
}

.sectionBlock2311 {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
  background: #F4F4F4;
}
.sectionBlock2311 h2.sectionBlock2311__head {
  margin: 0;
  padding: 0;
  font-size: calc(var(--s) * 32);
}
.sectionBlock2311__btn a {
  position: relative;
  display: inline-block;
  width: calc(var(--s) * 300);
  padding: calc(var(--s) * 20) calc(var(--s) * 10) calc(var(--s) * 20) 0;
  color: #fff;
  text-align: center;
  background: #0040A0;
  border-radius: 999px;
}
.sectionBlock2311__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--s) * 28);
  bottom: 0;
  display: block;
  width: calc(var(--s) * 6);
  height: calc(var(--s) * 6);
  margin: auto 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .sectionBlock2311 {
    /* pc */
    padding: calc(var(--s) * 80) calc(var(--s) * 20) calc(var(--s) * 90);
  }
  .sectionBlock2311__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: calc(var(--s) * 1160);
    max-width: 100%;
    margin: 0 auto;
    padding-left: 394px;
  }
  .sectionBlock2311 {
    /* pc end */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1216px) {
  .sectionBlock2311__container {
    padding-left: 32.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .sectionBlock2311__container {
    padding-left: calc(var(--s) * 20);
  }
}
@media (max-width: 767px) {
  .sectionBlock2311 {
    /* sp */
    padding: calc(var(--s) * 60) 0 calc(var(--s) * 80);
    text-align: center;
  }
  .sectionBlock2311 h2.sectionBlock2311__head {
    margin-bottom: calc(var(--s) * 16);
    font-size: calc(var(--s) * 50);
  }
  .sectionBlock2311__contents {
    margin-bottom: calc(var(--s) * 32);
    font-size: calc(var(--s) * 28);
  }
  .sectionBlock2311__btn a {
    width: calc(var(--s) * 450);
    font-size: calc(var(--s) * 28);
  }
  .sectionBlock2311 {
    /* sp end */
  }
}

.contact2311 {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
}
.contact2311__text {
  margin: 0 0 calc(var(--s) * 80);
  text-align: center;
}
.contact2311__list {
  padding: calc(var(--s) * 90) 0 calc(var(--s) * 120);
  background: #F4F5F6;
}
.contact2311__list__box {
  width: calc(var(--s) * 1160);
  max-width: calc(100% - var(--s) * 80);
  padding: 0 0 calc(var(--s) * 56);
  margin: 0 auto;
}
.contact2311__list__recruit p {
  text-align: center;
}
.contact2311__list__recruit p a::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  aspect-ratio: 1/1;
  margin: 0 0 0 0.5em;
  background: url(../img/icon_outer-link.png) center/contain no-repeat;
}
@media (min-width: 768px) {
  .contact2311 {
    /* pc */
  }
  .contact2311__list__box {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--s) * 20);
  }
  .contact2311 h3.contact2311__list__head {
    display: none;
  }
  .contact2311__list__item {
    position: relative;
    width: calc((100% - var(--s) * 40) / 3);
    padding: calc(var(--s) * 45) 0 calc(var(--s) * 160);
    margin: 0;
    color: inherit;
    background: #fff;
    border-radius: calc(var(--s) * 15);
    box-shadow: calc(var(--s) * 2) calc(var(--s) * 2) calc(var(--s) * 10) 0 rgba(103, 103, 103, 0.5);
  }
  .contact2311__list__item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(var(--s) * 60);
    left: 0;
    display: block;
    width: calc(var(--s) * 50);
    aspect-ratio: 1/1;
    margin: 0 auto;
    background: #0C4DAE url(../img/inquiry/arrow.svg) center/contain no-repeat;
    border-radius: 999px;
  }
  .contact2311__list__item h4 {
    padding: 0;
    margin: 0 0 calc(var(--s) * 20);
    border: none;
    color: #0040A0;
    font-size: calc(var(--s) * 24);
    font-weight: 700;
    text-align: center;
  }
  .contact2311__list__item p {
    text-align: center;
  }
  .contact2311 {
    /* pc end */
  }
}
@media (max-width: 767px) {
  .contact2311 {
    /* sp */
  }
  .contact2311__text {
    padding-right: calc(var(--s) * 40);
    padding-left: calc(var(--s) * 40);
    margin-bottom: calc(var(--s) * 110);
    font-size: calc(var(--s) * 32);
    line-height: 1.75;
    text-align: left;
  }
  .contact2311__list {
    padding: calc(var(--s) * 130) 0 calc(var(--s) * 120);
    background: #F4F5F6;
  }
  .contact2311 h3.contact2311__list__head {
    margin: calc(var(--s) * 50) 0 !important;
    padding: 0 !important;
    color: #0040A0;
    font-size: calc(var(--s) * 50);
    font-weight: 700;
  }
  .contact2311 h3.contact2311__list__head:first-child {
    margin-top: 0 !important;
  }
  .contact2311__list__item {
    position: relative;
    display: block;
    padding: calc(var(--s) * 44) calc(var(--s) * 150) calc(var(--s) * 44) calc(var(--s) * 40);
    margin: 0 0 calc(var(--s) * 20);
    background: #fff;
    border-radius: calc(var(--s) * 30);
    box-shadow: calc(var(--s) * 4) calc(var(--s) * 4) calc(var(--s) * 20) 0 rgba(103, 103, 103, 0.5);
  }
  .contact2311__list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(var(--s) * 40);
    display: block;
    width: calc(var(--s) * 60);
    height: calc(var(--s) * 60);
    background: #0C4DAE url(../img/inquiry/arrow.svg) center/contain no-repeat;
    border-radius: 999px;
    transform: translateY(-50%);
  }
  .contact2311__list__item a {
    color: inherit;
  }
  .contact2311__list__item h4 {
    display: none;
  }
  .contact2311__list__item p {
    font-size: calc(var(--s) * 28);
    line-height: 1.7;
  }
  .contact2311__list__recruit p {
    font-size: calc(var(--s) * 32);
  }
  .contact2311 {
    /* sp end */
  }
}

/* 基本タイトル */
.mainLead {
  padding: calc(var(--s) * 70) 0 calc(var(--s) * 45) !important;
  margin: 0 !important;
  display: block;
  font-size: calc(var(--s) * 60);
  font-weight: 700;
  text-align: center;
}
.mainLead .eng {
  display: block;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: calc(var(--s) * 20);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  /* sp */
  .mainLead {
    padding: calc(var(--s) * 110) 0 calc(var(--s) * 90) !important;
    font-size: calc(var(--s) * 70);
  }
  .mainLead .eng {
    margin-top: calc(var(--s) * 25);
    font-size: calc(var(--s) * 34);
  }
  /* sp end */
}
/* 基本タイトル */
.mainLead {
  padding: calc(var(--s) * 70) 0 calc(var(--s) * 45) !important;
  margin: 0 auto !important;
  display: block;
  width: 900px;
  max-width: 90%;
  font-size: calc(var(--s) * 60);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.mainLead .eng {
  display: block;
  margin-top: calc(var(--s) * 10);
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: calc(var(--s) * 20);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 700;
  text-align: center;
}
.mainLead small {
  display: inline-block;
  font-size: calc(var(--s) * 32);
  line-height: 1.25;
}
.mainLead small + .eng {
  margin-top: 0;
  font-size: calc(var(--s) * 18);
}

@media (max-width: 767px) {
  /* sp */
  .mainLead {
    padding: calc(var(--s) * 110) 0 calc(var(--s) * 90) !important;
    font-size: calc(var(--s) * 70);
  }
  .mainLead .eng {
    margin-top: calc(var(--s) * 25);
    font-size: calc(var(--s) * 34);
  }
  .mainLead small {
    font-size: calc(var(--s) * 37);
  }
  .mainLead small + .eng {
    margin-top: calc(var(--s) * 12);
    font-size: calc(var(--s) * 22);
  }
  /* sp end */
}
.subNav {
  color: #333;
  font-size: calc(var(--s) * 16);
  line-height: 1.75;
  font-weight: 500;
}
.subNav ul {
  border-top: 1px solid #6F6F6F;
}
.subNav li {
  padding: 0;
  border-bottom: 1px solid #6F6F6F;
}
.subNav li a {
  position: relative;
  display: block;
  padding: 1em 2.6em 1em 0;
  margin: 0 !important;
  color: #333;
}
.subNav li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.25em;
  bottom: 0;
  display: block;
  margin: auto 0;
  display: block;
  width: 0.375em;
  height: 0.375em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
.subNav li.active {
  border-bottom: 3px solid #0040A0;
}
.subNav li.active a {
  color: #0040A0;
}
.subNav li.active a::after {
  display: none;
}

@media (max-width: 767px) {
  /* sp */
  .subNav li a {
    font-size: calc(var(--s) * 28);
  }
  /* sp end */
}/*# sourceMappingURL=page2311.css.map */
