@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Sawarabi+Gothic&display=swap");
@media screen and (max-width: 1023.98px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023.98px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  .tab-only {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

html {
  width: 100%;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

main {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1600px) {
  main {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1023.98px) {
  main {
    -webkit-text-size-adjust: 100%;
    padding-bottom: 60px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.js-is-hidden {
  display: none;
}

.p-top {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
  .p-top {
    height: 605px;
    background-image: url("../images/img_mv-pc.jpg");
    background-position: center;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-top {
    height: 605px;
    background-image: url("../images/img_mv-pc.jpg");
    background-position: center;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-top {
    height: 690px;
    background-image: url("../images/img_mv-sp.jpg");
    background-position: center bottom;
    margin-top: -90px;
  }
}

.p-top__inner {
  color: #ffffff;
  text-align: center;
  background: center no-repeat url("../images/img_square.svg");
}

@media screen and (min-width: 1600px) {
  .p-top__inner {
    width: 812px;
    height: 100%;
    background-size: contain;
    padding-top: 245px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-top__inner {
    width: 812px;
    height: 100%;
    background-size: contain;
    padding-top: 245px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-top__inner {
    width: 100%;
    max-width: 490px;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 90px auto 0;
  }
}

.p-top__copy {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
}

@media screen and (min-width: 1600px) {
  .p-top__copy {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-top__copy {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-top__copy {
    font-size: 1.375rem;
  }
}

.p-top__text {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
}

@media screen and (min-width: 1600px) {
  .p-top__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-top__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-top__text {
    font-size: 0.875rem;
    margin-top: 20px;
  }
}

.p-note-text {
  text-align: right;
  color: #999999;
  margin-top: 17px;
}

@media screen and (min-width: 1600px) {
  .p-note-text {
    font-size: 0.8125rem;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-note-text {
    font-size: 0.8125rem;
    padding-right: 16px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-note-text {
    font-size: 0.6875rem;
    padding-right: calc(20 / 375 * 100%);
  }
}

@media screen and (min-width: 1600px) {
  .p-contents {
    width: 1267px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-contents {
    width: 840px;
    margin: 80px auto 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-contents {
    width: 100%;
    margin-top: 45px;
  }
}

.p-contents--full {
  width: 100%;
}

@media screen and (min-width: 1600px) {
  .p-contents--outline {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-contents--outline {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-contents--outline {
    margin-top: 75px;
  }
}

.p-contents--bottom {
  background-color: #01888D;
}

@media screen and (max-width: 1023.98px) {
  .p-contents__inner {
    padding: 0 calc(20 / 375 * 100%);
  }
}

.p-contents__inner--full {
  padding: 0;
}

.p-outline {
  background: center top no-repeat url("../images/img_square.svg");
  padding-top: 72px;
}

.p-outline__head {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  text-align: center;
}

@media screen and (min-width: 1600px) {
  .p-outline__head {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-outline__head {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-outline__head {
    font-size: 1.25rem;
  }
}

.p-outline__text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 50px;
}

@media screen and (min-width: 1600px) {
  .p-outline__text {
    text-align: center;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-outline__text {
    text-align: center;
  }
}

@media screen and (min-width: 1600px) {
  .p-article {
    display: flex;
    width: 1267px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-article {
    display: flex;
    justify-content: space-between;
    width: calc(964 / 1024 * 100%);
    max-width: 1267px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-article {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .p-article + .p-article {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-article + .p-article {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-article + .p-article {
    margin-top: 80px;
  }
}

.p-article:nth-child(2n) {
  flex-direction: row-reverse;
  margin-left: auto;
}

@media screen and (min-width: 1600px) {
  .p-article:nth-child(2n) .p-article__detail {
    padding-right: 80px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .p-article__image {
    width: 690px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-article__image {
    width: calc(530 / 964 * 100%);
    max-width: 690px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-article__image {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .p-article__detail {
    width: calc(100% - 690px);
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 40px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-article__detail {
    width: calc(394 / 964 * 100%);
    max-width: 497px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-article__detail {
    width: 100%;
    padding: 0 calc(20 / 375 * 100%);
    margin-top: 40px;
  }
}

.p-article__title {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-size: 1.5rem;
}

.p-article__text {
  font-size: 0.9375rem;
  line-height: 2;
}

@media screen and (min-width: 1600px) {
  .p-article__text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-article__text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-article__text {
    margin-top: 24px;
  }
}

.p-article__text-note {
  font-size: 0.8125rem;
  margin-top: 30px;
}

.p-article__button-wrap {
  position: relative;
  width: 280px;
  height: 56px;
  margin: auto auto 0;
}

@media screen and (max-width: 1023.98px) {
  .p-article__button-wrap {
    margin-top: 30px;
  }
}

.p-article__button-wrap::before, .p-article__button-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.p-article__button-wrap::before {
  top: 4px;
  left: 4px;
  background: center/contain no-repeat url("../images/btn_color1.svg");
  z-index: 2;
  transition: top 0.3s ease-out, left 0.3s ease-out;
}

.p-article__button-wrap::after {
  right: 4px;
  bottom: 4px;
  background: center/contain no-repeat url("../images/btn_color2.svg");
  z-index: 1;
  transition: right 0.3s ease-out, bottom 0.3s ease-out;
}

@media (hover: hover) {
  .p-article__button-wrap:hover::before {
    top: 0px;
    left: 0px;
  }
  .p-article__button-wrap:hover::after {
    right: 0px;
    bottom: 0px;
  }
}

.p-article__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: right 30px center/12px no-repeat url("../images/icon/icon_right-arrow_white.svg");
  border-radius: 90px;
  overflow: hidden;
  z-index: 3;
}

.p-article__button-text {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1600px) {
  .p-hs-outline {
    width: 1004px;
    padding-top: 52px;
    padding-bottom: 90px;
    margin: 110px auto 0;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-hs-outline {
    width: calc(800 / 1024 * 100%);
    max-width: 1004px;
    padding-top: 52px;
    padding-bottom: 90px;
    margin: 120px auto 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-hs-outline {
    padding-top: 90px;
    padding-bottom: 60px;
    margin-top: 80px;
  }
}

.p-hs-outline__logo-text {
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
}

.p-hs-outline__logo-text span {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-size: 1.5rem;
}

.p-hs-outline__logo-image {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1600px) {
  .p-hs-outline__logo-image {
    margin-top: -65px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-hs-outline__logo-image {
    margin-top: -65px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-hs-outline__logo-image {
    width: 210px;
    margin-top: -45px;
  }
}

.p-hs-outline__text {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1600px) {
  .p-hs-outline__text {
    margin-top: -45px;
  }
}

@media screen and (max-width: 1599.98px) and (min-width: 1024px) {
  .p-hs-outline__text {
    margin-top: -45px;
  }
}

@media screen and (max-width: 1023.98px) {
  .p-hs-outline__text {
    margin-top: -35px;
  }
}

.p-hs-outline__button {
  display: block;
  width: 280px;
  border-radius: 90px;
  background-color: #ffffff;
  text-decoration: none;
  padding: 14px 10px 13px;
  margin: 50px auto 0;
  transition: background-color 0.3s;
}

@media (hover: hover) {
  .p-hs-outline__button:hover {
    background-color: #F2FDE2;
  }
}

.p-hs-outline__button-text {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  color: #01888D;
  background: right 23px center/12px no-repeat url("../images/icon/icon_right-arrow_green.svg");
}
