@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* タッチデバイス用の設定を追加 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


.wrapper {
  min-height: 100vh;
  touch-action: pan-y; 
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  line-height: 1.4;
  position: relative;
  margin-inline: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
}
body.show {
  overflow: hidden;
}
@media (width < 1440px) {
  body {
    background-position: top left;
	background-size: auto !important;
    background-repeat: repeat-x !important;
  }
}
@media (width < 768px) {
  body {
    min-width: 100%;
    padding-top: 56px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.onlyPC {
  display: block !important;
}

.onlySP {
  display: none !important;
}

@media (width < 768px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block !important;
  }
}
.section {
  margin-top: 100px;
}
.section__headline {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  color: #354556;
}
@media (width < 768px) {
  .section__headline {
    font-size: 22px;
  }
}

.notice__item {
  font-size: 14px;
  color: #707070;
  line-height: 1.86;
}
.notice__item-link {
  color: #0077a5;
  text-decoration: underline;
}

.anchor__target-wrap {
  position: relative;
}
.anchor__target {
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  display: block;
  margin-top: 40px;
  width: 100%;
  max-width: 320px;
  height: 49px;
  margin-inline: auto;
  color: #fff;
  border-radius: 38px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  background: #f56f15 url("../img/common/icon_arrow_right_white.svg") no-repeat right 22px center/18px;
}
.btn:hover {
  opacity: 1;
}
.btn--contents {
  border: 1px solid #f56f15;
  background-color: #f56f15;
  background-image: url("../img/common/icon_arrow_right_white.svg");
}
.btn--contents:hover {
  opacity: 1;
  background-color: #fff;
  background-image: url("../img/common/icon_arrow_right_orange.svg");
  color: #f56f15;
}
.btn--plan, .btn--bottom {
  border: 1px solid #6c7883;
  background-color: #6c7883;
  background-image: url("../img/common/icon_arrow_right_white.svg");
}
.btn--plan:hover, .btn--bottom:hover {
  opacity: 1;
  background-color: #fff;
  background-image: url("../img/common/icon_arrow_right_gray.svg");
  color: #6c7883;
}
.btn--bottom {
  max-width: 270px;
}
@media (width < 768px) {
  .btn {
    max-width: 343px;
  }
  .btn--plan {
    margin-top: 36px;
  }
  .btn--bottom {
    max-width: 270px;
  }
}



  .nav-bottom__list {
    margin-top: 60px;
    line-height: 1;
  }
  .nav-bottom__link {
    position: relative;
    font-size: 14px;
    line-height: 1;
    color: #0077a5;
  }
  .nav-bottom__link--prev {
    padding-left: 12px;
  }
  .nav-bottom__link--prev::before {
    content: "";
    width: 6px;
    height: 11px;
    background: url("../img/common/icon_arrow_narrow.svg") no-repeat center left/6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }

@media (width < 768px) {
  .nav-bottom__list {
    margin-top: 40px;
  }
 }
  .topicpath {
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px 12px 16px;
  }
  .topicpath__list {
    max-width: 1200px;
    margin-inline: auto;
    color: #707070;
    display: flex;
    flex-wrap: wrap;
  }
  .topicpath__item {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.2;
  }
  .topicpath__item + .topicpath__item {
    margin-left: 27px;
  }
  .topicpath__item + .topicpath__item::before {
    width: 13px;
    height: 13px;
    content: "";
    margin: 0 8px;
    background: url("../img/common/icon_arrow_topicpath.svg") no-repeat center center/13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
  }
  .topicpath__link {
    color: #707070;
    font-weight: normal;
    text-decoration: underline;
  }

@media (width < 768px) {
  .topicpath {
    width: 100%;
    padding: 80px 0 16px;
  }
  .topicpath__list {
    width: 100%;
  }
 }


  .header {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .header__inner {
    position: relative;
    max-width: 1200px;
    height: 73px;
    align-content: center;
    margin-inline: auto;
  }
  .header__logo {
    width: 123px;
    margin-inline: auto;
  }
  .header__btn {
    display: block;
    font-size: 15px;
    width: 220px;
    height: 36px;
    background-color: #eaeaea;
    text-align: center;
    align-content: center;
    border-radius: 38px;
    color: #111111;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__btn:hover {
    opacity: 1;
    background-color: #d7d7d7;
  }
  .header__btn-text {
    padding-left: 26px;
    background: url("../img/common/icon_arrow_black.svg") no-repeat left center/18px;
  }

@media (width < 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  .header.header-hidden {
    transform: translateY(-100%);
  }
  .header__inner {
    width: 100%;
    height: 56px;
  }
  .header__logo {
    width: 104px;
  }
  .header__btn {
    font-size: 0;
    width: 36px;
    height: 36px;
    border-radius: 100%;
  }
  .header__btn-text {
    display: block;
    padding-left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/common/icon_arrow_black.svg") no-repeat center/18px;
  }
}



  .footer__top {
    padding: 24px 13px 22px;
    background-color: #6c7883;
  }
  .footer__top-inner {
    width: 100%;
    margin-inline: auto;
  }
  .footer__top-link {
    width: 134px;
    display: block;
    margin-inline: auto;
  }
  .footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 21px;
    margin-top: 13px;
  }
  .footer__item-link {
    font-size: 12px;
    line-height: 2;
    color: #fff;
  }
  .footer__item-link:hover {
    text-decoration: underline;
  }
  .footer__bottom {
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__bottom-inner {
    max-width: 1200px;
    margin-inline: auto;
    height: 77px;
    align-content: center;
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .footer__bottom-logo {
    width: 144px;
  }
  .footer__copyright {
    font-size: 14px;
    color: #111;
  }

@media (width < 768px) {
  .footer__top {
    padding: 30px 30px 40px;
    border-top: 1px solid #c1c1c1;
  }
  .footer__top-inner {
    width: 100%;
  }
  .footer__top-link {
    width: 100px;
  }
  .footer__list {
    gap: 12px 24px;
    margin-top: 20px;
  }
  .footer__item-link {
    font-size: 13px;
  }
  .footer__bottom-inner {
    width: 100%;
    height: 92px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .footer__bottom-logo {
    width: 184px;
  }
  .footer__copyright {
    font-size: 12px;
    line-height: 1;
  }
}

.main {
  padding: 60px 16px 0;
}
@media (width < 768px) {
  .main {
    padding: 40px 16px 0;
  }
}



  .contents {
    max-width: 872px;
    margin-inline: auto;
  }
  .contents__headline {
    color: #354556;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
  }
  .contents__article {
    margin-top: 60px;
  }
  .contents__article + .contents__article {
    margin-top: 100px;
  }
  .contents__article-headline {
    position: relative;
    color: #354556;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.25;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    padding-left: 29px;
  }
  .contents__article-headline::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #0f9cc4;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .contents__section {
    margin-top: 24px;
  }
  .contents__section + .contents__section {
    margin-top: 40px;
  }
  .contents__section-definition-wrap {
    margin-top: 32px;
  }
  .contents__section-definition-wrap + .contents__section-definition-wrap {
    padding-top: 32px;
    padding-bottom: 24px;
    border-top: 1px solid #c1c1c1;
  }
  .contents__section-headline {
    color: #354556;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .contents__section-text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
  }
  .contents__section-text strong {
    font-weight: bold;
  }
  .contents__section-text a {
    color: #0077a5;
    text-decoration: underline;
  }
  .contents__section-list {
    margin-top: 20px;
    display: grid;
    row-gap: 12px;
    font-size: 16px;
    line-height: 1.6;
  }
  .contents__section-list-item {
    position: relative;
    padding-left: 1.5em;
  }
  .contents__section-list-item::before {
    content: "";
    position: absolute;
    left: 0.7em;
    top: 0.7em;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #111;
  }
  .contents__definition-list {
    padding-top: 6px;
    padding-bottom: 10px;
    display: flex;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 12px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .contents__definition-list + .contents__definition-list {
    padding-top: 14px;
    margin-top: 0;
    border-top: 1px dotted #c1c1c1;
  }
  .contents__definition-term {
    width: 200px;
    font-weight: bold;
    padding-left: 8px;
  }
  .contents__definition-term--margin {
    padding-left: 0;
  }
  .contents__definition-description {
    width: calc(100% - 200px);
    display: flex;
    flex-wrap: wrap;
    gap: 14px 8px;
  }
  .contents__definition-text {
    width: 158px;
  }

@media (width < 768px) {
  .contents {
    max-width: 100%;
  }
  .contents__headline {
    font-size: 24px;
  }
  .contents__article {
    margin-top: 40px;
  }
  .contents__article + .contents__article {
    margin-top: 80px;
  }
  .contents__article-headline {
    line-height: 1.25;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
  }
  .contents__article-headline::before {
    width: 13px;
    height: 13px;
  }
  .contents__section {
    margin-top: 16px;
  }
  .contents__section + .contents__section {
    margin-top: 24px;
  }
  .contents__section-definition-wrap {
    margin-top: 24px;
  }
  .contents__section-definition-wrap + .contents__section-definition-wrap {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .contents__section-headline {
    padding: 8px 0;
  }
  .contents__section-text {
    margin-top: 8px;
  }
  .contents__section-list {
    margin-top: 16px;
    row-gap: 12px;
  }
  .contents__section-list-item::before {
    content: "";
    position: absolute;
    left: 0.7em;
    top: 0.7em;
  }
  .contents__definition-list {
    padding-bottom: 12px;
    margin-top: 12px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contents__definition-term {
    width: 130px;
  }
  .contents__definition-description {
    width: calc(100% - 130px);
  }
  .contents__definition-text {
    width: calc((100% - 8px) / 2);
    max-width: none;
  }
}


/*
@media (width < 1440px) {
  body {
    background-size: auto !important;
    background-repeat: repeat-x !important;
    background-position: top left !important;
  }
}

*/

@media (width >= 768px) {
  html,
  body {
    overflow-x: auto;
  }

  body {
    min-width: 1200px;
  }

  .header,
  .main,
  .footer {
    min-width: 1200px;
  }

  .wrapper {
    touch-action: auto;
  }
}




