@charset "UTF-8";
/*header css*/
@import url("https://fonts.googleapis.com/css?family=Anton|Noto+Sans+JP&display=swap");
/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

/*================================
	heading
================================*/
.c-contents-display1, .c-contents-display2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1, .c-contents-display2 {
    text-align: center;
  }
}
.c-contents-display1 span, .c-contents-display2 span {
  display: block;
}
.c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
  color: #0050A5;
  font-size: 6.4rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
}
.c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
    font-size: 2.4rem;
  }
}

.c-contents-display2 {
  text-align: center;
}
.c-contents-display2 span:last-child {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display2 span:last-child {
    font-size: 1.8rem;
  }
}

.c-h1 {
  margin-bottom: 32px;
  text-align: center;
}
.c-h1 span {
  display: block;
}
.c-h1 span:nth-child(1) {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h1 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h2 {
  margin-bottom: 32px;
}
.c-h2 span {
  display: block;
}
.c-h2 span:nth-child(1) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h2 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-h3 {
    font-size: 2rem;
  }
}

.c-h4 {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-h4 {
    font-size: 1.8rem;
  }
}

/*================================
	link
================================*/
.c-link {
  color: #0050a5;
  transition: all 0.2s;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 5px 1.2px;
  display: inline-block;
}
.c-link::after {
  content: "";
  background-color: #0050a5;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-link:hover {
    color: #0050a5;
  }
}
.c-link.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link.-pdf {
  color: #000;
  font-weight: normal;
  transition: all 0.1s;
  padding-left: 46.03px;
}
.c-link.-pdf::before {
  content: url(/assets/images/icon_pdf_blue.svg);
  display: inline-block;
  position: absolute;
  padding-right: 15.7px;
  top: -1px;
  left: 5px;
}
.c-link.-pdf::after {
  display: none;
}
.c-link.-pdf:hover {
  text-decoration: underline;
}
.c-link.-anchor {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  background: url(/assets/images/icn_arrow_down_blue.svg) no-repeat left center;
  background-size: 9px 6px;
  background-position-x: 10px;
}

.c-link2 {
  display: inline-block;
  position: relative;
  color: #000;
  transition: all 0.4s;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 40px;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .c-link2:hover {
    color: #0050a5;
  }
}
@media screen and (min-width: 768px) {
  .c-link2:hover::after {
    width: 8px;
  }
}
.c-link2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  right: calc(100% - 32px);
  width: 32px;
  height: 1px;
  background-color: #0050a5;
  transition: all 0.4s;
}
.c-link2.-blank {
  padding-left: 61px;
}
.c-link2.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: absolute;
  right: calc(100% - 61px);
  padding-right: 8px;
}
.c-link2.-blank::after {
  top: 0.7em;
}

.c-link3 {
  display: flex;
}
.c-link3__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__text {
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.c-link3__text {
  color: #0050a5;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 16px;
  transition: margin-right 0.4s;
  flex: 1;
}
.c-link3__circle {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  position: relative;
  overflow: hidden;
}
.c-link3__circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
  transform: rotate(45deg);
}
.c-link3__circle::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.c-link3.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link3.-center {
  justify-content: center;
  width: 100%;
}
.c-link3.-black .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-black .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-black.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_black.svg);
}
.c-link3.-black .c-link3__text {
  color: #000;
}
.c-link3.-black .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #000;
}
.c-link3.-black .c-link3__circle::before {
  background-color: #000;
}
.c-link3.-black .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-link3.-yellow .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-yellow .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-yellow.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_yellow.svg);
}
.c-link3.-yellow .c-link3__text {
  color: #FCCA00;
}
.c-link3.-yellow .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-link3.-yellow .c-link3__circle::before {
  background-color: #fff;
}
.c-link3.-yellow .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}

.c-button {
  display: flex;
}
.c-button__inner {
  position: relative;
  display: block;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  border-radius: 8px;
  color: #fff;
  padding: 10px 35px 10px;
  width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  isolation: isolate;
}
.c-button__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 15.5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.c-button__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.2s;
  z-index: 1;
}
.c-button__inner:hover {
  color: #0050a5;
}
.c-button__inner:hover::before {
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
}
.c-button__inner:hover::after {
  transform: translateX(0);
}
.c-button__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
}
.c-button.-blank .c-button__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: auto;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 11px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: translateX(-100%);
}
.c-button.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-center {
  justify-content: center;
}
.c-button.-yellow .c-button__inner {
  color: #000;
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-button.-yellow .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-yellow .c-button__inner::after {
  background-color: #000;
}
.c-button.-yellow .c-button__inner:hover {
  color: #FCCA00;
}
.c-button.-yellow .c-button__inner:hover::before {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-button.-yellow.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-yellow.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_yellow.svg) no-repeat;
  background-size: contain;
}
.c-button.-download .c-button__inner {
  color: #fff;
  background-color: #0050a5;
  border: 1px solid #0050a5;
}
.c-button.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: rotate(0);
  width: 13px;
  height: 16.5px;
  top: 29%;
}
.c-button.-download .c-button__inner::after {
  background-color: #fff;
}
.c-button.-download .c-button__inner:hover {
  color: #0050a5;
}
.c-button.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-black .c-button__inner {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}
.c-button.-black .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-black .c-button__inner::after {
  background-color: #0050a5;
}
.c-button.-black .c-button__inner:hover {
  color: #fff;
  border: 1px solid #0050a5;
}
.c-button.-black .c-button__inner:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-button.-black.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
}
.c-button.-black.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
}

/*================================
	column
================================*/
.c-column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-direction: column;
    gap: 32px;
  }
}
.c-column__img {
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
.c-column__img img {
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-column__img img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-column__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-column__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
.c-column.-center {
  justify-content: center;
}
.c-column.-center .c-column__img {
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-center .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column2 {
  justify-content: space-between;
}
.c-column.-column2 .c-column__img {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column2 .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column3 {
  justify-content: space-between;
}
.c-column.-column3 .c-column__img {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column3 .c-column__img {
    max-width: 1200px;
  }
}

/*================================
	link
================================*/
.c-anchor {
  width: 100%;
}
.c-anchor__list {
  position: relative;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 27px;
  padding-top: 8px;
}
.c-anchor__list::-webkit-scrollbar {
  display: none;
}
.c-anchor__list.-scrollable {
  box-shadow: inset -40px 0px 20px -20px rgba(0, 0, 0, 0.07);
}
.c-anchor__list.-wrap {
  flex-wrap: wrap;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-anchor__list.-wrap {
    gap: 48px 24px;
  }
}
.c-anchor__list.-wrap .c-anchor__item {
  display: flex;
}
.c-anchor__list.-wrap .c-anchor__item::before {
  content: none;
}
.c-anchor__list.-wrap .c-anchor__item a {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-anchor__list.-wrap .c-anchor__item a {
    font-size: 1.6rem;
  }
}
.c-anchor__list.-wrap .c-anchor__item a::before {
  content: none;
}
.c-anchor__list.-wrap .c-anchor__item a::after {
  bottom: -8px;
}
.c-anchor__item {
  position: relative;
}
.c-anchor__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25.5px;
  left: 0;
  width: calc(100% + 24px);
  height: 1px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 767px) {
  .c-anchor__item::before {
    bottom: -27px;
  }
}
.c-anchor__item a {
  position: relative;
  user-drag: none;
  -webkit-user-drag: none;
  font-size: 1.8rem;
  padding-left: 32px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-anchor__item a {
    line-height: 0;
    vertical-align: middle;
  }
}
.c-anchor__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 16%;
  left: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050A5;
  border-right: 2px solid #0050A5;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-anchor__item a::before {
    top: 15%;
  }
}
.c-anchor__item a::after {
  content: "";
  display: block;
  position: relative;
  margin: 0px auto 0px;
  bottom: -26.5px;
  background-color: #0050A5;
  height: 3px;
  width: 0;
  border-radius: 4px;
  transition: all 0.2s 0.2s;
}
@media screen and (min-width: 768px) {
  .c-anchor__item a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor__item a:hover {
    color: #0050A5;
  }
}
.c-anchor__item.active a {
  pointer-events: none;
}
.c-anchor__arrow {
  position: relative;
  padding-left: 32px;
}
.c-anchor__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 16%;
  left: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050A5;
  border-right: 2px solid #0050A5;
  transform: rotate(135deg);
}

/*================================
	fv
================================*/
@media screen and (max-width: 767px) {
  .c-fv {
    padding: 0;
  }
}
.c-fv__wrap {
  position: relative;
  overflow: hidden;
}
.c-fv__img {
  height: 41.6666666667vw;
  max-height: 800px;
  min-height: 516px;
}
@media screen and (max-width: 767px) {
  .c-fv__img {
    height: 153.8461538462vw;
    max-height: 600px;
    min-height: 0;
  }
}
.c-fv__img img {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-fv__img img {
    max-height: 600px;
  }
}
.c-fv__box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-fv__box {
    width: 100%;
    padding: 0 24px;
  }
}
.c-fv__title {
  font-size: 9.4rem;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-fv__title {
    font-size: 3.4rem;
  }
}
.c-fv__title.-mincho {
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
}
.c-fv__sub {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-fv__sub {
    font-size: 1.6rem;
  }
}
.c-fv__scrolltop {
  position: absolute;
  display: block;
  bottom: -7px;
  left: 6px;
  width: 43px;
  height: 324.5px;
  pointer-events: none;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-fv__scrolltop {
    display: none;
  }
}
.c-fv.-h600 .c-fv__img {
  height: 31.25vw;
  max-height: 600px;
  min-height: 387.5px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__img {
    height: 102.5641025641vw;
    max-height: 400px;
    min-height: 0;
  }
}
.c-fv.-h600 .c-fv__img img {
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__img img {
    max-height: 400px;
  }
}
.c-fv.-h600 .c-fv__title {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__title {
    font-size: 3.6rem;
  }
}
.c-fv.-h400 .c-fv__scrolltop {
  height: 16vw;
  max-height: 307px;
  min-height: 192px;
}
.c-fv.-h400 .c-fv__img {
  height: 20.8333333333vw;
  max-height: 400px;
  min-height: 259px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__img {
    height: 76.9230769231vw;
    max-height: 300px;
    min-height: 0;
  }
}
.c-fv.-h400 .c-fv__img img {
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__img img {
    max-height: 300px;
  }
}
.c-fv.-h400 .c-fv__title {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__title {
    font-size: 2.4rem;
  }
}

/*================================
	content
================================*/
.c-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-content {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-content img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-content__textarea {
  flex: 1;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .c-content__textarea {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea {
    margin-bottom: 24px;
  }
}
.c-content__imgarea.-link {
  height: 100%;
}
.c-content__imgarea.-link img {
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover p {
    color: #0050A5;
  }
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea + .c-content__imgarea {
    margin-top: 8px;
  }
}
.c-content__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__title {
    margin-right: 0;
    text-align: center;
  }
}
.c-content__title span {
  display: block;
}
.c-content__title span:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(1) {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }
}
.c-content__title span:nth-child(2) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(2) {
    font-size: 2.4rem;
  }
}
.c-content__title.-jp-only {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title.-jp-only {
    font-size: 2.4rem;
  }
}
.c-content__text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-content__img {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content__img {
    max-width: 1200px;
  }
}
.c-content__img + p {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #000;
}
.c-content.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse {
    flex-direction: column;
  }
}
.c-content.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 64px;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse .c-content__textarea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__imgarea {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__textarea {
    order: 2;
  }
}
.c-content.-column3 {
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 {
    gap: 0;
    justify-content: center;
  }
}
.c-content.-column3.-center {
  justify-content: center;
}
.c-content.-column3 .c-content__img {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__textarea {
  margin-right: 24px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3.-reverse .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3 .c-content__card {
  max-width: 368px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__card__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card__title {
    margin-bottom: 24px;
  }
}
.c-content.-column3 .c-content__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__title {
    font-size: 2rem;
  }
}
.c-content.-image2 {
  max-width: 1728px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 {
    gap: 0;
  }
}
.c-content.-image2 .c-content__img {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-image2 .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content.-image2.-reverse .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2.-reverse .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content__card {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-content__card {
    max-width: 1200px;
  }
}
.c-content__card__img {
  margin-bottom: 16px;
  width: 100%;
}
.c-content__card__title {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__card__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-content__card__text {
  font-size: 1.6rem;
}
.c-content__card__text + .c-link3 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-content__card + .c-content__card {
    margin-top: 32px;
  }
}
.c-content__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}

.c-board {
  background-color: #fff;
}
.c-board__fv {
  max-width: 1920px;
  margin: 0 auto 100px;
  padding-top: 278px;
  background-image: url(/assets/images/dummy/fv_2.jpg);
  background-image: -webkit-image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-image: image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-board__fv {
    background-image: url(/assets/images/dummy/fv_2_sp.jpg);
    background-image: -webkit-image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-image: image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40% 24px 0;
    margin: 0 auto 80px;
  }
}
.c-board__fv__box {
  background-color: #fff;
  max-width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__box {
    padding: 80px 24px;
  }
}
.c-board__fv__title {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__title {
    font-size: 3.8rem;
  }
}
.c-board__fv__sub {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__sub {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__intro {
  font-size: 3.6rem;
  color: #0050A5;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__intro {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__txt {
  font-size: 1.6rem;
  text-align: center;
}

.c-fv.-h320 .c-fv__img {
  height: 16.666666666vw;
  max-height: 320px;
  min-height: 206px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-fv.-h320 .c-fv__img {
    height: 128.205128205vw;
    max-height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .c-fv.-h320 .c-fv__img img {
    max-height: 800px;
  }
}

.faq__fv__box {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .faq__fv__box {
    width: 28.333333333vw;
    max-width: 544px;
    min-width: 430px;
    top: 50%;
    left: 18%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .faq__fv__box {
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    width: 330px;
  }
}
.faq__fv__title {
  font-size: 4.4rem;
  color: #0050A5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .faq__fv__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.faq__section {
  background-color: #F5F5F5;
  padding: 80px 0;
}
.faq__wrap {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .faq__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.faq__wrap .faq__box {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .faq__wrap .faq__box.-first {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .faq__wrap .faq__box.-first {
    margin-top: 32px;
  }
}
.faq__qa__box {
  margin-top: 40px;
}
.faq__qa__box:nth-child(n+1) {
  margin-top: 24px;
}
.faq__qa__q {
  padding: 40px 0 40px 110px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__qa__q {
    padding-left: 63px;
  }
}
.faq__qa__q::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 40px;
  background-image: url(/csr/toki-iku/faq/images/icn_tokiiku_q.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__qa__q::before {
    left: 16px;
  }
}
.faq__qa__q__text {
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__qa__q__text {
    padding-right: 104px;
  }
}
@media screen and (max-width: 767px) {
  .faq__qa__q__text {
    padding-right: 55px;
  }
}
.faq__qa__q__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: #0050A5;
  background-color: #0050A5;
}
@media screen and (max-width: 767px) {
  .faq__qa__q__text::before {
    right: 16px;
  }
}
.faq__qa__q__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 2px;
  background-color: #0050A5;
}
@media screen and (max-width: 767px) {
  .faq__qa__q__text::after {
    right: 16px;
  }
}
.faq__qa__q.-open .faq__qa__q__text::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__qa__a {
  padding: 40px 80px 40px 110px;
  background-color: #47AACC;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  display: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__qa__a {
    padding: 40px 0 40px 63px;
  }
}
.faq__qa__a::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 40px;
  background-image: url(/csr/toki-iku/faq/images/icn_tokiiku_a.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__qa__a::before {
    left: 17px;
  }
}
.faq__qa__a__text {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .faq__qa__a__text {
    padding-right: 16px;
  }
}
.faq__qa__a .c-link3.-blank .c-link3__inner::before {
  content: url(/csr/toki-iku/assets/images/icon_link_wh.svg);
}
.faq__qa__a .c-link3__text {
  color: #fff;
}
.faq__h2 {
  margin-bottom: 24px;
}

.contact {
  padding: 80px 0;
}
.contact__wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.contact__title {
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  font-weight: 300;
  color: #0050A5;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 3.8rem;
  }
}
.contact__sub {
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__sub {
    font-size: 1.8rem;
  }
}
.contact__txt {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

.return {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .return {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.return__wrap {
  width: 100%;
  max-width: 1240px;
  padding: 80px 20px 0;
  margin: 0 auto;
  border-top: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .return__wrap {
    padding: 80px 0 0;
  }
}

.button__box {
  width: fit-content;
  margin: 0 auto;
}