@charset "UTF-8";
/*======================================
    Font / Color
======================================*/
/*======================================
    font
======================================*/
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_Bd.ttf);
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_BdIt.ttf);
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_It.ttf);
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_Lt.ttf);
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_Md.ttf);
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_Rg.ttf);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_XBd.ttf);
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url(../fonts/AktivGrotesk_Trial_XBdIt.ttf);
  font-style: italic;
  font-weight: 900;
}
/*======================================
    common
======================================*/
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}

body {
  background-color: #fff;
}

.main {
  overflow: hidden;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
a.underline {
  text-decoration: underline;
  font-weight: inherit;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.is-nowrap {
  white-space: nowrap;
}

.ffs {
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  br.is-md {
    display: none;
  }
}

br.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}

a.link {
  color: #00A1E2;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
a.link:hover, a.link:focus {
  opacity: 0.7;
}

a.link-hover {
  transition: opacity 0.3s ease, color 0.3s ease;
  display: inline-block;
}
a.link-hover:hover {
  opacity: 0.7;
  color: #00A1E2;
}

.e-center {
  margin-left: auto;
  margin-right: auto;
}

.e-right {
  margin-left: auto;
}

.img100 {
  position: relative;
}
.img100::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img100 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*======================================
    text
======================================*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.bold {
  font-weight: 700;
}

.text-dark {
  color: #002D61;
}

.text-white {
  color: #fff;
}

.is-accent {
  color: #DC5A6C;
}

a.color {
  color: #009EDF;
  font-weight: inherit;
}

.kome {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.text12 {
  font-size: 1.2rem;
  line-height: 2.0833333333;
}

.text13 {
  font-size: 1.3rem;
}

.text14 {
  font-size: 1.4rem;
}

.text15 {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  font-weight: 500;
}
.text15.bold {
  font-weight: 700;
}

.text16 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9375;
}
@media screen and (max-width: 768px) {
  .text16 {
    font-size: 1.4rem;
    line-height: 1.9285714286;
  }
}
.text16.bold {
  font-weight: 700;
}

.text17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .text17 {
    font-size: 1.4rem;
  }
}

.text18 {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .text18 {
    font-size: 1.6rem;
  }
}

.text20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .text20 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}

.text21 {
  font-size: 2.1rem;
  line-height: 1.9047619048;
}

.text23 {
  font-size: 2.3rem;
}

.text24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .text24 {
    font-size: 1.7rem;
  }
}

.text25 {
  font-size: 2.5rem;
  line-height: 1.92;
}
@media screen and (max-width: 768px) {
  .text25 {
    font-size: 2rem;
  }
}

.text26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .text26 {
    font-size: 2rem;
  }
}

.text28 {
  font-size: 2.8rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .text28 {
    font-size: 2.2rem;
  }
}

.text30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .text30 {
    font-size: 2.4rem;
  }
}

.text34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .text34 {
    font-size: 2.8rem;
  }
}

.text36 {
  font-size: 3.6rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .text36 {
    font-size: 3rem;
  }
}

.text-accent {
  color: #00A2E3;
}

@media screen and (max-width: 768px) {
  .sptext13 {
    font-size: 1.3rem;
  }
  .sptext14 {
    font-size: 1.4rem;
  }
  .sptext26 {
    font-size: 2.6rem;
  }
}
/*======================================
    margin
======================================*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 50px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 60px;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 70px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px;
  }
}

.mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 70px;
  }
}

.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 80px;
  }
}

.mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .mt130 {
    margin-top: 90px;
  }
}

.mt140 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .mt140 {
    margin-top: 100px;
  }
}

.mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 110px;
  }
}

.mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .mt160 {
    margin-top: 120px;
  }
}

.mt170 {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .mt170 {
    margin-top: 130px;
  }
}

.mt180 {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 140px;
  }
}

.mt190 {
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  .mt190 {
    margin-top: 150px;
  }
}

.mt200 {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .mt200 {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .spmt10 {
    margin-top: 10px;
  }
  .spmt20 {
    margin-top: 20px;
  }
  .spmt30 {
    margin-top: 30px;
  }
  .spmt40 {
    margin-top: 40px;
  }
  .spmt50 {
    margin-top: 50px;
  }
  .spmt60 {
    margin-top: 60px;
  }
  .spmt70 {
    margin-top: 70px;
  }
  .spmt80 {
    margin-top: 80px;
  }
  .spmt90 {
    margin-top: 90px;
  }
  .spmt100 {
    margin-top: 100px;
  }
  .spmt110 {
    margin-top: 110px;
  }
  .spmt120 {
    margin-top: 120px;
  }
  .spmt130 {
    margin-top: 130px;
  }
  .spmt140 {
    margin-top: 140px;
  }
  .spmt150 {
    margin-top: 150px;
  }
  .spmt160 {
    margin-top: 160px;
  }
  .spmt170 {
    margin-top: 170px;
  }
  .spmt180 {
    margin-top: 180px;
  }
  .spmt190 {
    margin-top: 190px;
  }
  .spmt200 {
    margin-top: 200px;
  }
}
/*======================================
    button
======================================*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  width: 100%;
  border: 1px solid #00A1E2;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  color: #00A1E2;
  line-height: 1.389;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    min-height: 60px;
  }
}
.btn:hover, .btn:focus {
  opacity: 0.7;
}
.btn:hover::before, .btn:focus::before {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .btn:hover::before, .btn:focus::before {
    right: 14px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn::before {
    right: 20px;
  }
}
.btn.btn-sm::before {
  width: 9px;
  height: 19px;
  background: url(../img/icon_arrow_simple.svg) no-repeat center center/contain;
  right: 22px;
}
.btn.btn-sm:hover::before, .btn.btn-sm:focus::before {
  right: 16px;
}
.btn span.text-normal {
  font-size: 0.89em;
  color: #000;
  font-weight: 500;
}
.btn.text-normal {
  color: inherit;
  font-weight: 500;
}
.btn.-noarrow::before {
  display: none;
}
.btn.btn-pink {
  color: #DE5A6C;
  border: 1px solid #DE5A6C;
}
.btn.btn-pink::before {
  background: url(../img/icon_arrow_pink.svg) no-repeat center center/contain;
}
.btn.btn-pink.btn-pink-black::before {
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
}

.fixed-support {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .fixed-support {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    top: unset;
    bottom: 20px;
  }
}

.fixed-support__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E34560;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2608695652;
  width: 8.83em;
  height: 8.83em;
  border-radius: 50%;
  position: relative;
  transform: translateY(-15%);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .fixed-support__btn {
    font-size: min(1.5972222222vw, 2.3rem);
  }
}
@media screen and (max-width: 768px) {
  .fixed-support__btn {
    margin: 0 auto;
    width: 90%;
    height: 60px;
    font-size: 1.7rem;
    border-radius: 50px;
    transform: translateY(0);
  }
}
.fixed-support__btn:hover, .fixed-support__btn:focus {
  opacity: 0.7;
}
.fixed-support__btn:hover::before, .fixed-support__btn:focus::before {
  bottom: 1.25em;
}
@media screen and (max-width: 768px) {
  .fixed-support__btn:hover::before, .fixed-support__btn:focus::before {
    bottom: 50%;
    right: 23px;
  }
}
.fixed-support__btn::before {
  content: "";
  position: absolute;
  bottom: 1.52em;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: bottom 0.3s ease;
}
@media screen and (max-width: 768px) {
  .fixed-support__btn::before {
    bottom: 50%;
    left: unset;
    right: 28px;
    transform: translateY(50%);
    width: 19px;
    height: 19px;
    background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
    border-bottom: none;
    border-left: none;
    transition: right 0.3s ease;
  }
}

.arrow-btn {
  display: block;
  transition: opacity 0.3s ease;
}
.arrow-btn:hover, .arrow-btn:focus {
  opacity: 0.7;
}
.arrow-btn:hover span, .arrow-btn:focus span {
  padding-right: 80px;
}
.arrow-btn span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.1em;
  padding-bottom: 10px;
  padding-right: 70px;
  border-bottom: 1px solid #fff;
  position: relative;
  transition: padding-right 0.3s ease;
}
.arrow-btn span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.7em;
  width: 1px;
  height: 40px;
  background-color: #fff;
  transform: translate(-5%, 17%) rotate(-45deg);
}

.btn309 {
  max-width: 309px;
  width: 100%;
}

.btn350 {
  max-width: 350px;
  width: 100%;
}

.btn360 {
  max-width: 360px;
  width: 100%;
}

.btn400 {
  max-width: 400px;
  width: 100%;
}

.btn467 {
  max-width: 467px;
  width: 100%;
}

.btn497 {
  max-width: 497px;
  width: 100%;
}

.btn500 {
  max-width: 500px;
  width: 100%;
}

.btn580 {
  max-width: 580px;
  width: 100%;
}

.btn590 {
  max-width: 590px;
  width: 100%;
}

.btn640 {
  max-width: 640px;
  width: 100%;
}

.btn-column2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .btn-column2 {
    gap: 20px;
  }
}
.btn-column2.-gap30 {
  column-gap: 30px;
}

.btn-column3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .btn-column3 {
    gap: 20px;
  }
}
.btn-column3.-rg20 {
  row-gap: 20px;
}

/*======================================
    page
======================================*/
.p-wrap {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-container {
  max-width: 1560px;
  width: calc(100% - 410px);
  margin-left: auto;
}
.p-container.-top {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-container.-top {
    margin-top: 140px;
  }
}
.p-container.-footer {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .p-container {
    max-width: 100%;
    width: 85%;
    margin-right: auto;
    margin-left: min(9.6354166667vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .p-container {
    max-width: 100%;
    width: 90%;
    margin-left: auto;
  }
}

.p-sm {
  width: 830px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-md {
  width: 1000px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-md {
    max-width: 100%;
  }
}

.p-md-right {
  width: 1268px;
  max-width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-md-right {
    max-width: 100%;
  }
}

.p-mdl {
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .p-mdl {
    max-width: 100%;
  }
}

.p-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.en {
  font-family: "AktivGrotesk", sans-serif;
  font-style: normal;
}

.ttl-line {
  position: relative;
  display: block;
}
.ttl-line.-blue::before {
  background-color: #00A5E6;
}
.ttl-line.-sm {
  font-size: 2.2em;
}
.ttl-line::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translate(-124%, -50%);
  width: min(5.7291666667vw, 110px);
  height: 3px;
  background-color: #E3007F;
}
@media screen and (max-width: 768px) {
  .ttl-line::before {
    top: -18px;
    left: 0;
    transform: translate(0);
    width: 110px;
  }
}

.ttl {
  color: #002D61;
  line-height: 1.5;
}
.ttl.text-white {
  color: #fff;
}
.ttl.is-accent {
  color: #DE5A6C;
}

.p-ttl {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-ttl {
    font-size: 1.4rem;
  }
}
.p-ttl span.ttl-line {
  font-size: 2.56em;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.p-ttl span.ttl-line.-sm {
  font-size: 2.56em;
}
@media screen and (max-width: 768px) {
  .p-ttl span.ttl-line {
    font-size: 1.875em;
  }
}

.p-ttl2 {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-ttl2 {
    font-size: 1.4rem;
  }
}
.p-ttl2 span.ttl-line {
  font-size: 2.13em;
}
@media screen and (max-width: 768px) {
  .p-ttl2 span.ttl-line {
    font-size: 1.857em;
  }
}

.p-ttl3 {
  color: #00A1E2;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.92;
}
@media screen and (max-width: 768px) {
  .p-ttl3 {
    font-size: 1.8rem;
  }
}

.p-img {
  position: relative;
  margin-top: 60px;
}
.p-img::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.p-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-img {
    width: 100vw;
    margin: 30px calc(50% - 50vw) 0;
  }
}

.p-head__lead {
  margin-top: 1em;
}

.p-head__text {
  margin-top: 1em;
}

.p-block.-full {
  display: grid;
  margin-right: calc(50% - 40vw);
  grid-template-columns: auto 460px;
  grid-column-gap: 50px;
}

.p-block__text {
  margin-top: 2em;
}

.column2-28 {
  display: grid;
  grid-template-columns: auto 28%;
  grid-column-gap: 28px;
}
@media screen and (max-width: 1024px) {
  .column2-28 {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}

.column2-50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .column2-50 {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.column2-50.-gap30 {
  column-gap: 30px;
}
.column2-50.-gap60 {
  column-gap: 60px;
}
.column2-50.-gap100 {
  column-gap: 100px;
}

.column2-31 {
  display: grid;
  grid-template-columns: auto 31.2%;
  grid-column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .column2-31 {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}

.column2-38 {
  display: grid;
  grid-template-columns: auto 38%;
  grid-column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .column2-38 {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}

.column2-38__img {
  position: relative;
}
.column2-38__img::before {
  content: "";
  display: block;
  padding-top: 76.3157894737%;
}
.column2-38__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .column3 {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}

.column-btn__bottom {
  display: flex;
  flex-direction: column;
}

/*======================================
    help
======================================*/
.help {
  background-color: #DD4560;
  color: #fff;
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .help {
    padding: 60px 0 70px;
  }
}

.help__container {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .help__container {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .help__lead {
    line-height: 1.9285714286;
    letter-spacing: 0.025em;
    text-align: left;
  }
}

.help__title {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .help__title {
    text-align: left;
  }
}

.help-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .help-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .help-lists {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1439px) {
  .help-list__img {
    max-width: 200px;
    margin: 0 auto;
  }
}

.help-list__text {
  margin-top: 1em;
  height: 1em;
}

.help-list__btn {
  margin-top: 2em;
}
.help-list__btn .btn {
  line-height: 1.4117647059;
  color: #D84560;
  border-color: #D84560;
}
.help-list__btn .btn::before {
  background-image: url(../img/icon_arrow_simple_pink.svg);
}

.help-contact__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 50px;
}

/*======================================
    know
======================================*/
.know {
  background-color: #E3E9ED;
  color: #002D61;
  margin-top: 120px;
}
.know.-blue {
  background-color: #C4DFEF;
}
.know.no-mt {
  margin-top: 0;
}

.know-lists {
  width: 825px;
  max-width: 100%;
  margin: 76px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .know-lists {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 20px;
  }
}

/*======================================
    list
======================================*/
.list {
  border-top: 1px solid #000;
}
.list:last-child {
  border-bottom: 1px solid #000;
}

.list__row {
  display: grid;
  grid-template-columns: 7.5em auto;
  align-items: center;
  min-height: 4.5em;
  padding: 10px 0;
}
.list__row dt, .list__row dd {
  font-weight: 700;
}
.list__row dt {
  font-size: 1.059em;
  color: #002D61;
}
.list__row dd {
  line-height: 1.7647058824;
  color: #606060;
}
.list__row dd a {
  color: #00A1E2;
  display: block;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  position: relative;
}
.list__row dd a::before {
  content: "";
  position: absolute;
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}
.list__row dd a:hover, .list__row dd a:focus {
  opacity: 0.7;
}
.list__row dd a:hover::before, .list__row dd a:focus::before {
  right: 0;
}

.circle-list {
  position: relative;
  padding-left: 1.5em;
}
.circle-list.-blue::before {
  color: #00A1E2;
}
.circle-list::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.text-list {
  padding-left: 1em;
  position: relative;
}
.text-list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-pagination02,
.swiper-pagination03 {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  font-family: "AktivGrotesk", sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
.swiper-pagination02.swiper-pagination-fraction,
.swiper-pagination03.swiper-pagination-fraction {
  bottom: unset !important;
  top: 0;
}
.swiper-pagination02 .swiper-pagination-total,
.swiper-pagination03 .swiper-pagination-total {
  font-size: 1.35em;
}
.swiper-pagination02 span,
.swiper-pagination03 span {
  display: inline-block;
  margin: 0 5px;
}

.swiper-pagination03 {
  right: 40.8%;
}

/*======================================
    card
======================================*/
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}

.card__link {
  display: block;
  transition: opacity 0.3s ease;
  position: relative;
}
.card__link:hover, .card__link:focus {
  opacity: 0.7;
}

.new {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
  font-size: 1.7rem;
  width: 2.94em;
  height: 2.94em;
  background-color: #00ABEC;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.card__img {
  position: relative;
}
.card__img::before {
  content: "";
  display: block;
  padding-top: 75%;
  background-color: lightgray;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__cat {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6.5em;
  padding: 0 1em;
  text-align: center;
  height: 1.93em;
  background-color: #002D61;
  color: #fff;
  letter-spacing: 0.21em;
}

.card__date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 10px;
}
.card__date span.date {
  font-size: 2em;
}
.card__date span.date2 {
  font-size: 1.29em;
}

.card__title {
  line-height: 1.7647058824;
}

/*======================================
    form
======================================*/
.form {
  font-size: 2.2rem;
  width: 700px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form {
    font-size: 1.4rem;
  }
}
.form * {
  font-weight: 700;
}

.form-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .form-list {
    margin-top: 30px;
  }
}
.form-list:first-child {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .form-list:first-child {
    margin-top: 50px;
  }
}
.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel] {
  box-shadow: none;
  background: #fff;
  padding: 0.6em 0.68em 0.55em;
  border: 1px solid #C7C6C6;
  border-radius: 0.45em;
  appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: 22px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-list input[type=text],
  .form-list input[type=email],
  .form-list input[type=tel] {
    font-size: 1.4rem;
  }
}
.form-list input[type=text]::placeholder,
.form-list input[type=email]::placeholder,
.form-list input[type=tel]::placeholder {
  color: #C7C6C6;
}

.form-title {
  font-size: 1.27em;
  grid-row-gap: 0.25em;
  color: #002D61;
  margin-bottom: 1em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .form-title {
    font-size: 1.14em;
  }
}
.form-title.mr {
  margin-right: -1.35em;
}
@media screen and (max-width: 1439px) {
  .form-title.mr {
    margin-right: 0;
  }
}
.form-title span {
  font-size: 0.71em;
  display: inline-block;
  padding: 0 0.625em;
  line-height: 1.5;
  margin-left: 1em;
  transform: translateY(-0.15em);
  background-color: #E7E8E8;
  color: #C7C6C6;
  border-radius: 0.2em;
}
.form-title span.required {
  background-color: #DB667B;
  color: #fff;
}
.form-title span.ml {
  margin-left: -0.5em;
}

.form-subtitle {
  font-size: 0.91em;
  color: #152F58;
  margin-bottom: 0.8em;
  margin-top: 1.5em;
}

.form-radio {
  padding: 0.91em 0 0.73em 0.68em;
  border: 1px solid #C7C6C6;
  border-radius: 0.45em;
}
.form-radio.-space {
  font-feature-settings: "palt";
}
.form-radio:nth-child(n+2) {
  margin-top: 10px;
}
.form-radio input[type=radio] {
  display: none;
}
.form-radio input[type=radio]:checked + span::before {
  border: 2px solid #152F58;
}
.form-radio span {
  display: block;
  padding-left: 2.1em;
  position: relative;
}
.form-radio span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.36em;
  height: 1.36em;
  border-radius: 50%;
  border: 1px solid rgba(199, 198, 198, 0.75);
}

.form-list__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .form-list__column2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 10px;
  }
}

.form-list__column3 {
  display: grid;
  grid-template-columns: 170px auto 170px auto 170px;
  width: 570px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form-list__column3 {
    grid-template-columns: auto 1em auto 1em auto;
  }
}
.form-list__column3 .form-list__column.-hyphen {
  position: relative;
}
.form-list__column3 .form-list__column.-hyphen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translate(25%, -50%);
  width: 0.45em;
  height: 2px;
  background-color: #152F58;
}
@media screen and (max-width: 768px) {
  .form-list__column3 .form-list__column.-hyphen::before {
    left: -0.85em;
  }
}

.form__text {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .form__text {
    font-size: 1.2rem;
  }
}

.form-select {
  width: 340px;
  max-width: 100%;
}
.form-select select {
  box-shadow: none;
  border: 1px solid #C7C6C6;
  border-radius: 0.45em;
  padding: 0.6em 0.68em 0.55em;
  appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: 22px;
  width: 100%;
  height: 60px;
  background: #fff url(../img/select-arrow.svg) no-repeat center right 1.36em/0.86em 0.41em;
}
@media screen and (max-width: 768px) {
  .form-select select {
    font-size: 1.4rem;
    height: 39px;
  }
}

/*======================================
    single
======================================*/
.s-eyecatch img {
  height: auto;
}

.s-content h2, .s-content h3, .s-content h4, .s-content h5 {
  line-height: 1.75;
  font-weight: 700;
}
.s-content h2 {
  position: relative;
  color: #002D61;
  margin: 2.5em 0 1.2em;
  font-size: 2em;
}
.s-content h2 span.en {
  display: block;
  font-size: 1.5rem;
}
.s-content h2::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  transform: translate(-124%, -50%);
  width: min(5.7291666667vw, 110px);
  height: 3px;
  background-color: #00A5E6;
}
@media screen and (max-width: 768px) {
  .s-content h2::before {
    top: -18px;
    left: 0;
    transform: translate(0);
    width: 110px;
  }
}
.s-content h3 {
  color: #00A5E6;
  margin: 2em 0 0.5em;
  font-size: 1.5625em;
}
.s-content h4 {
  font-size: 1.25em;
  margin: 1.5em 0 0.25em;
  color: #002D61;
}
.s-content h5 {
  font-size: 1.125em;
  margin: 1em 0 0.25em;
}
.s-content p {
  margin-bottom: 1.5em;
}
.s-content img {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .s-content img {
    margin: 20px 0;
  }
}
.s-content a {
  color: #0000FF;
  transition: all 0.3s ease;
}
.s-content a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.s-content .accent {
  color: #DC5A6C;
}
.s-content .bold,
.s-content strong {
  font-weight: 700;
}
.s-content blockquote {
  display: inline-block;
  background-color: rgba(196, 223, 239, 0.3);
  padding: 1.5em 2em;
  position: relative;
  margin: 1em 0;
}
.s-content blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0.5em;
  transform: translateY(-10%);
  font-size: 40px;
  color: #002D61;
}
.s-content blockquote::after {
  content: "”";
  position: absolute;
  bottom: 0;
  right: 0.25em;
  transform: translateY(30%);
  font-size: 40px;
  color: #002D61;
}
.s-content blockquote p:last-child {
  margin-bottom: 0;
}
.s-content ul {
  list-style: disc;
  padding-left: 1em;
  margin: 2em 0;
}
.s-content ol {
  list-style: decimal;
  padding-left: 1.25em;
  margin: 2em 0;
}

.s-cat__container {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .s-cat__container {
    margin-bottom: 40px;
  }
}

.s-cat {
  display: inline-block;
}

/*======================================
    tab
======================================*/
.tab-area {
  display: none;
}
.tab-area.show {
  display: block;
  animation: show 0.5s alternate;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  max-height: 845px;
  height: calc(100vh - 10px);
  background-color: #00A1E2;
  border-radius: 0 0 252px 0;
  padding: min(3.6458333333vw, 70px) 40px 120px;
  z-index: 300;
}
@media screen and (max-width: 1024px) {
  .header {
    z-index: 400;
    max-height: unset;
    width: 100%;
    height: 0%;
    background-color: unset;
    border-radius: 0;
    padding: 0;
    transition: height 0s ease;
  }
  .header.is-active {
    height: 100%;
  }
}

.header__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    position: relative;
    display: block;
  }
}

.header__logo img.is-active {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    width: 192px;
    max-width: 90%;
    background-color: #00A1E2;
    border-radius: 0 0 43px 0;
    transition: background-color 0.3s ease;
  }
  .header__logo.is-active {
    background-color: #fff;
  }
  .header__logo.is-active img.is-active {
    display: block;
  }
  .header__logo.is-active img.normal {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 14px 0;
    width: 146px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .header__contents {
    background-color: rgba(0, 165, 230, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    overflow: scroll;
    transform: translateX(105%);
    transition: transform 0.3s ease;
  }
  .header__contents.is-active {
    transform: translateX(0);
  }
}

.header-links a,
.header-arrow-links a {
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header-links a,
  .header-arrow-links a {
    border-radius: 0;
  }
}
.header-links a:hover, .header-links a:focus,
.header-arrow-links a:hover,
.header-arrow-links a:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .header-links a:hover, .header-links a:focus,
  .header-arrow-links a:hover,
  .header-arrow-links a:focus {
    background-color: unset;
  }
}

.header-link {
  position: relative;
}
.header-link a {
  display: block;
  font-weight: 700;
  line-height: 2.1875;
}

.header-sublinks__head:hover .header-sublinks {
  visibility: visible;
  opacity: 1;
}

.header-sublinks {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(calc(100% + 7px));
  font-size: 0.8125em;
  color: #00A1E2;
  z-index: 300;
  min-width: 268px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header-sublinks {
    transform: translate(0);
    position: static;
    min-width: unset;
    opacity: 1;
    visibility: visible;
    margin: 0 0 10px;
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header-sublink:nth-child(n+2) {
    border-top: 1px solid #fff;
  }
}
.header-sublink a {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.3s ease;
  border-radius: 0;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .header-sublink a {
    padding: 4px 10px;
  }
}
.header-sublink a:hover {
  background-color: #fff;
}

.header-arrow-links__container {
  margin: min(1.0416666667vw, 30px) 0;
  padding: min(1.0416666667vw, 30px) 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .header-arrow-links__container {
    margin: 20px 0;
    padding: 20px 0;
  }
}

.header-arrow-link a {
  display: block;
  font-size: 1.3rem;
  line-height: 2.2307692308;
  font-weight: 700;
}

.header-btn {
  width: 250px;
  max-width: 100%;
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 1024px) {
  .header-btn {
    font-size: 1.7rem;
  }
}
.header-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.59em;
  font-weight: 700;
  border-radius: 22px;
  background-color: #fff;
  color: #009EDF;
  border: 1px solid #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header-btn a:hover, .header-btn a:focus {
  background-color: #009EDF;
  color: #fff;
}

.drawer-wrap {
  display: contents;
}
@media screen and (max-width: 1024px) {
  .drawer-wrap {
    display: block;
    width: 71%;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .drawer-submenu {
    display: inline-block !important;
  }
  .drawer-submenu.is-active .drawer-arrow::before {
    transform: translate(100%, -50%) rotate(90deg);
  }
}

.drawer-arrow {
  display: inline-block;
  position: relative;
}
.drawer-arrow::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  transition: transform 0.3s ease;
}

.drawer-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: block;
    position: fixed;
    top: 22px;
    right: 21px;
    z-index: 500;
  }
  .drawer-icon.is-active .drawer-bar {
    background-color: #fff;
  }
  .drawer-icon.is-active .drawer-bar.-bar1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
  }
  .drawer-icon.is-active .drawer-bar.-bar2 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
  }
}

.drawer-bars {
  position: relative;
  width: 43px;
  height: 12px;
}

.drawer-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: background-color 0.3s ease, top 0.3s ease, transform 0.3s ease;
}
.drawer-bar.-bar1 {
  top: 0;
}
.drawer-bar.-bar2 {
  top: 100%;
}

/*======================================
    footer
======================================*/
.footer__lead {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__lead {
    font-size: 1.6rem;
  }
}

.f-links__container {
  padding: 124px 0 100px;
}

.f-banners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
}
@media screen and (max-width: 768px) {
  .f-banners {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-row-gap: 20px;
  }
}

.f-banner a {
  transition: opacity 0.3s ease;
}
.f-banner a:hover, .f-banner a:focus {
  opacity: 0.7;
}

.f-links__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  row-gap: 30px;
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f-links__wrapper {
    max-width: 80%;
    grid-row-gap: 26px;
  }
}
.f-links__wrapper.-about {
  margin-top: 50px;
}

.f-links__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.f-link a {
  transition: opacity 0.3s ease;
}
.f-link a:hover, .f-link a:focus {
  opacity: 0.7;
}
.f-link a.head {
  font-weight: 700;
  font-size: 16px;
  display: block;
  position: relative;
}
.f-link a.head:hover::before, .f-link a.head:focus::before {
  left: -1.1em;
}
.f-link a.head::before {
  content: "＞";
  position: absolute;
  top: 0;
  left: -1.25em;
  color: #00A1E2;
  transition: left 0.3s ease;
}
.f-link .sub-menu {
  margin-top: 0.75em;
  font-size: 12px;
  line-height: 1.9166666667;
  font-weight: 600;
}

.footer-sns a {
  transition: opacity 0.3s ease;
}
.footer-sns a:hover, .footer-sns a:focus {
  opacity: 0.7;
}

.footer-sns__note {
  max-width: 173px;
}

.footer-sns__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 310px;
  column-gap: 30px;
}

.footer {
  padding-bottom: 70px;
}

.f-bg {
  background-color: #00A1E2;
  padding: 65px 20px 70px;
  color: #fff;
}

.f-logo {
  width: 252px;
  max-width: 95%;
  margin: 0 auto;
}

.f-sos__lists {
  margin-top: 45px;
}

.f-sos__list p {
  font-weight: 500;
}
.f-sos__list p.text18 {
  line-height: 1.2777777778;
}
.f-sos__list:nth-child(n+2) {
  margin-top: 30px;
}

.f-sos__list--address {
  margin-top: 1em;
}

.f-maps {
  display: flex;
  justify-content: center;
  column-gap: 2em;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .f-maps {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.f-map a {
  display: block;
  padding-left: 1em;
  position: relative;
  transition: opacity 0.3s ease;
}
.f-map a:hover, .f-map a:focus {
  opacity: 0.7;
}
.f-map a:hover::before, .f-map a:focus::before {
  left: 0.25em;
}
.f-map a::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.3s ease;
}

.copyright {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  margin-top: 2.75em;
}
@media screen and (max-width: 768px) {
  .copyright {
    padding-bottom: 40px;
  }
}

/*======================================
    top
======================================*/
.top {
  padding: 90px 0 120px;
  background-color: #e4f3fb;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .top {
    padding: 100px 0 40px;
  }
}

.top-slider__link {
  display: block;
  transition: opacity 0.3s ease;
}
.top-slider__link:hover, .top-slider__link:focus {
  opacity: 0.7;
}
.top-slider__link:hover .top-slide__texts::before, .top-slider__link:focus .top-slide__texts::before {
  transform: translate(-220%, -50%) rotate(-45deg);
}

.top-slider__img {
  position: relative;
}
.top-slider__img.-cut img {
  object-position: center left;
}
@media screen and (max-width: 768px) {
  .top-slider__img.-cut img {
    object-position: bottom left;
    bottom: 0;
    height: 120%;
    top: unset;
  }
}
.top-slider__img::before {
  content: "";
  display: block;
  padding-top: 70.4918032787%;
  background-color: lightgray;
}
.top-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-slide__texts--wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 26px 0 26px 66px;
  background-color: #fff;
  max-width: 90%;
  border-radius: 0 152px 0 0;
  height: 218px;
  width: 461px;
  padding: min(1.3541666667vw, 26px) 0 min(1.3541666667vw, 26px) min(3.4375vw, 66px);
  border-radius: 0 min(7.9166666667vw, 152px) 0 0;
  height: min(11.3541666667vw, 218px);
  width: min(24.0104166667vw, 461px);
}
@media screen and (max-width: 768px) {
  .top-slide__texts--wrap {
    padding: 20px 10px 10px 20px;
    height: 5em;
    width: 12em;
    font-size: min(4.2666666667vw, 2rem);
  }
}

.top-slide__texts {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  border-left: 1px solid #00ABEC;
  padding-left: min(1.5625vw, 30px);
}
.top-slide__texts::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-250%, -50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-right: 1px solid #00ABEC;
  border-bottom: 1px solid #00ABEC;
  transition: transform 0.3s ease;
  width: min(0.8333333333vw, 16px);
  height: min(0.8333333333vw, 16px);
}

.top-slide__title {
  color: #00ABEC;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5357142857;
  font-size: min(1.4583333333vw, 28px);
}
@media screen and (max-width: 768px) {
  .top-slide__title {
    font-size: 1em;
  }
}
.top-slide__title span.en {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1em;
  font-size: 0.54em;
}
@media screen and (max-width: 768px) {
  .top-slide__title span.en {
    margin-top: 0.5em;
  }
}

.top-slider {
  position: relative;
}

.swiper-sub {
  position: absolute;
  width: 140px;
  height: 10px;
  bottom: -60px;
}

.tab-menu {
  text-align: right;
  width: 100%;
  height: 17px;
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    width: 80%;
  }
}
.tab-menu .swiper-slide {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-radius: 50%;
}
.tab-menu .swiper-slide-thumb-active {
  background-color: #000;
}
.tab-menu .swiper-wrapper {
  justify-content: flex-end;
  width: 92%;
  height: 17px;
  display: flex;
  align-items: center;
}

.bottom_content {
  width: 44.7916666667vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bottom_content {
    width: 75%;
  }
}

.circle-pagination {
  left: 0;
  text-align: left;
}
.circle-pagination .swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  border: 1px solid #000;
  background-color: unset;
  opacity: 1;
  margin: 0 14px 0 0 !important;
}
.circle-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.label__container {
  display: grid;
  grid-template-columns: 250px auto;
  align-items: center;
  border: 1px solid #E07F3A;
}
@media screen and (max-width: 768px) {
  .label__container {
    grid-template-columns: 1fr;
  }
}

.label__title {
  height: 80px;
  background-color: #E07F3A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .label__title {
    height: unset;
    padding: 20px 0;
  }
}
.label__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 34px;
  border-color: transparent transparent transparent #E07F3A;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .label__title::before {
    display: none;
  }
}

.label__contents {
  padding: 0 10px 0 80px;
}
@media screen and (max-width: 768px) {
  .label__contents {
    padding: 20px;
  }
}

.important__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.important__text {
  font-weight: 700;
}

.top-container {
  padding-top: 60px;
}

.top-about__slide {
  position: relative;
}
.top-about__slide::before {
  content: "";
  display: block;
  padding-top: 57.0512820513%;
  background-color: lightgray;
}
.top-about__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper02 {
  padding-bottom: 30px;
}

.top-about__container {
  display: flex;
}
@media screen and (max-width: 1439px) {
  .top-about__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    column-gap: 10px;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__container {
    display: flex;
    column-gap: 0;
    row-gap: 0;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .top-about__container {
    flex-direction: column;
    row-gap: 40px;
  }
}

.top-about__texts {
  width: 498px;
}
@media screen and (max-width: 1439px) {
  .top-about__texts {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__texts {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__texts {
    width: 100%;
  }
}

.top-about__text {
  margin-top: 2.5em;
  font-weight: 700;
  line-height: 1.9615384615;
}
@media screen and (max-width: 1024px) {
  .top-about__text {
    font-size: 2rem;
  }
}

.top-about__swiper {
  width: calc(100% - 498px);
}
@media screen and (max-width: 1439px) {
  .top-about__swiper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__swiper {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__swiper {
    width: 100%;
  }
}

.c-arrow {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.c-arrow:hover, .c-arrow:focus {
  opacity: 0.7;
}
.c-arrow:hover::after, .c-arrow:focus::after {
  right: 18px;
}
.c-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: -1;
}
.c-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}
.c-arrow span {
  display: inline-block;
  padding: 11px 82px 11px 0;
  background-color: #fff;
}

.top-action__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 58px;
}
.top-action__btns .submit-btn {
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .top-action__btns {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-action__btns {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.top-action__search {
  display: grid;
  grid-template-columns: 70px auto;
  align-items: center;
  height: 72px;
  border: 1px solid #00ABEC;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  color: #00ABEC;
}

.search-icon {
  width: 25px;
  margin: 0 auto;
  transform: translateX(10%);
}

.top-action__search--input {
  position: relative;
  padding: 0 10px;
}
.top-action__search--input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background-color: #000;
}
.top-action__search--input input {
  box-shadow: none;
  border: none;
  background-color: #fff;
  padding: 0.5em 1em;
  appearance: none;
  border-radius: 0;
  color: #000;
  font-family: inherit;
  font-size: 18px;
  width: 100%;
}
.top-action__search--input input:focus {
  outline: none;
}
.top-action__search--input input::placeholder {
  color: #B4B4B4;
  font-size: 15px;
}

.top-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
.top-links.top-our-actions {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.top-link {
  position: relative;
  border: 4px solid #fff;
}
.top-link .text16.-line-height {
  line-height: 1.3125;
}
@media screen and (min-width: 769px) {
  .top-link.-full .top-link__link {
    max-width: 263px;
    left: 3%;
    transform: translateX(0);
  }
}
.top-link.-full .top-link__img::before {
  padding-top: 53.6324786325%;
}
@media screen and (max-width: 768px) {
  .top-link.-full .top-link__img::before {
    padding-top: 100%;
  }
}

.top-link__img {
  position: relative;
}
.top-link__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-link__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-link__link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 20px;
  background-color: #00ABEC;
  color: #fff;
  transition: opacity 0.3s ease;
}
.top-link__link.-sm {
  padding: 0 10px;
}
.top-link__link.-sm .text14 {
  line-height: 1.9;
}
.top-link__link.-sm .text14 span.en {
  margin-top: 0.5em;
}
.top-link__link:hover, .top-link__link:focus {
  opacity: 0.7;
}
.top-link__link:hover p::before, .top-link__link:focus p::before {
  right: -5px;
}
.top-link__link p {
  font-weight: 700;
  position: relative;
  width: 100%;
}
.top-link__link p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}
.top-link__link span.en {
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.top-support__container {
  background-color: #E34560;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 55.9% auto;
  align-items: center;
  grid-column-gap: 6.25%;
  padding: 10px;
}
@media screen and (max-width: 1439px) {
  .top-support__container {
    grid-template-columns: 50% auto;
    column-gap: 20px;
  }
  .top-support__container .arrow-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-support__container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.top-support__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.top-support__img::before {
  content: "";
  display: block;
  padding-top: 50.2793296089%;
  background-color: lightgray;
}
.top-support__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 117%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top-support__texts {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 1439px) {
  .top-support__texts .text34 {
    font-size: 2.8rem;
  }
}

.top-support__text--en {
  margin-top: 0.75em;
}

@media screen and (max-width: 1024px) {
  .top-report__swiper {
    margin-right: calc(50% - 50vw);
  }
}

.report-slide {
  padding-top: 40px;
  position: relative;
}

.report-slide__contents {
  width: 93.5%;
  border: 2px solid #002D61;
  border-radius: 30px;
  padding: 50px 40px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .report-slide__contents {
    width: 100%;
    padding: 50px 20px;
  }
}

.report__head {
  font-size: 3.4rem;
  font-weight: 700;
  padding-left: 6em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .report__head {
    font-size: 2.4rem;
  }
}
.report__head span.report-number {
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 4.59em;
  line-height: 1;
  transform: translateY(10%);
  box-sizing: border-box;
}
.report__head span.report-number svg {
  width: 2em;
  height: 1em;
  transform: translateY(10%);
}
@media screen and (max-width: 768px) {
  .report__head span.report-number svg {
    height: 2em;
    transform: translateY(27%);
  }
}

.report__texts {
  width: 40%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .report__texts {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .report__texts {
    width: 100%;
    display: contents;
  }
}

.report__title {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .report__title {
    margin-top: 40px;
  }
}

.report__text {
  line-height: 1.8666666667;
  font-weight: 500;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
@media screen and (max-width: 768px) {
  .report__text {
    margin-top: 10px;
  }
}

.report-btn {
  width: 240px;
  max-width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00ABEC;
  color: #fff;
  border-radius: 50px;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .report-btn {
    width: 100%;
    max-width: 350px;
  }
}
.report-btn:hover, .report-btn:focus {
  opacity: 0.7;
}
.report-btn:hover::before, .report-btn:focus::before {
  right: 14px;
}
.report-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}

.report-slide__img--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .report-slide__img--sp {
    display: block;
    margin-top: 20px;
    margin-bottom: -30px;
  }
  .report-slide__img--sp img {
    height: auto;
  }
}

.report-slide__img--container {
  width: 59.2%;
  position: absolute;
  top: calc(50% + 20px);
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .report-slide__img--container {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .report-slide__img--container {
    display: none;
  }
}

.report-slide__img {
  position: relative;
}
.report-slide__img::before {
  content: "";
  display: block;
  padding-top: 84.9662162162%;
  background-color: lightgray;
}
.report-slide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report_content {
  width: 73.738170347%;
  margin-left: 0;
}

.top-interview {
  padding: 100px 0 120px;
  background-color: #00ABEC;
  max-width: 1275px;
  margin: 125px auto 0;
}
@media screen and (max-width: 1024px) {
  .top-interview .p-md {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top-interview {
    width: 100vw;
    margin: 100px calc(50% - 50vw);
  }
  .top-interview .p-md {
    width: 90%;
  }
}

.interview-lists {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
}

.interview-list {
  display: grid;
  grid-template-columns: 26% auto;
  transition: opacity 0.3s ease;
  column-gap: 30px;
  align-items: start;
}
.interview-list:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .interview-list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.interview-list:nth-child(n+2) {
  margin-top: 50px;
}

.interview-list__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .interview-list__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.interview-list__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.interview-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .interview-list__texts {
    display: contents;
  }
}

.interview-list__number {
  font-weight: 700;
  padding: 0 0 1em 0;
  position: relative;
}
.interview-list__number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: calc(100% + 30px);
  height: 2px;
  background-color: #002D61;
}
@media screen and (max-width: 768px) {
  .interview-list__number::before {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .interview-list__number {
    padding: 0 0 0.5em 0;
    grid-row: 1/2;
  }
}
.interview-list__number span {
  display: block;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interview-list__number span {
    font-size: 2.5em;
  }
}

.interview-list__lead {
  line-height: 1.5666666667;
  letter-spacing: 0.11em;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .interview-list__lead {
    margin-top: 0;
    font-size: 1.8rem;
    padding-right: 0;
  }
}

.interview-list__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  column-gap: 20px;
  row-gap: 10px;
}
.interview-list__intro span.text24 {
  line-height: 1.15;
}

.interview-btn {
  margin-left: auto;
  margin-right: auto;
}

.top-btn {
  width: 469px;
  max-width: 90%;
}

.top-sns__container {
  display: flex;
  column-gap: 50px;
}
@media screen and (max-width: 768px) {
  .top-sns__container {
    flex-direction: column;
    row-gap: 40px;
  }
}

.top-sns__img {
  width: 61.5%;
}
@media screen and (max-width: 768px) {
  .top-sns__img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.top-sns__link:nth-child(n+2) {
  margin-top: 35px;
}

.top-news__cats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
  row-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .top-news__cats {
    grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
  }
}

.top-news__cat {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news__cat:nth-child(n+2) {
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  .top-news__cat:first-child {
    margin-left: -1px;
  }
}
.top-news__cat span {
  display: block;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.top-news__cat span:hover {
  opacity: 0.7;
}
.top-news__cat:hover {
  cursor: pointer;
}

.news-lists {
  color: #787878;
}

.news-list {
  border-top: 1px solid #000;
}
.news-list:last-child {
  border-bottom: 1px solid #000;
}

.news-list__link {
  display: grid;
  grid-template-columns: 112px 125px auto;
  align-items: center;
  height: 136px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-list__link {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 20px 0;
  }
}
.news-list__link:hover {
  opacity: 0.7;
}

.news-list__link--meta {
  display: contents;
}
@media screen and (max-width: 768px) {
  .news-list__link--meta {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}

.news-list__date {
  letter-spacing: 0.095em;
}

.news-list__cat {
  text-align: center;
}
.news-list__cat .cat {
  padding: 0 0.5em;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.cat {
  display: inline-block;
  background-color: #002D61;
  letter-spacing: 0.21em;
  line-height: 1.8571428571;
  padding: 0 1.43em;
}

.news-list__title {
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-list__title {
    padding-left: 0;
  }
}

.method {
  padding: 100px 0 170px;
  background-color: #EFC7C4;
}
@media screen and (max-width: 768px) {
  .method {
    padding: 60px 0;
    margin-top: 100px;
  }
}

.method__contents {
  padding: 60px 0;
  background-color: #fff;
  border-radius: 25px;
}

.method__contents--wrap {
  width: 797px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.method-ttl {
  font-size: 2.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .method-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.method-ttl span.is-main {
  color: #000;
  font-size: 0.71em;
}

.method__text {
  color: #646464;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 45, 97, 0.5);
}
@media screen and (max-width: 768px) {
  .method__text {
    text-align: center;
  }
}

.method-lists {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 28px;
}
@media screen and (max-width: 768px) {
  .method-lists {
    row-gap: 20px;
    margin-top: 40px;
  }
}

.kifu-method__white .method-list__link {
  background-color: #fff;
  color: #DD4560;
}
.kifu-method__white .method-list__link::before {
  background: url(../img/icon_arrow_pink.svg) no-repeat center center/contain;
}

.method-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC5A6C;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  line-height: 1.3888888889;
  letter-spacing: 0.025em;
  position: relative;
  transition: opacity 0.3s ease;
}
.method-list__link:hover, .method-list__link:focus {
  opacity: 0.7;
}
.method-list__link:hover::before, .method-list__link:focus::before {
  right: 12px;
}
.method-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}
.method-list__link span {
  display: inline-block;
  text-align: left;
}

.top-info {
  position: fixed;
  top: 900px;
  left: 0;
  z-index: 300;
}

.top-info__link {
  width: 360px;
  height: 129px;
  display: flex;
  flex-direction: column;
  padding: 20px 50px 26px 20px;
  background-color: #fff;
  border-radius: 0 11px 11px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: opacity 0.3s ease;
}
.top-info__link:hover, .top-info__link:focus {
  opacity: 0.7;
}
.top-info__link:hover::before, .top-info__link:focus::before {
  right: 17px;
}
.top-info__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}

.top-info__meta {
  font-size: 1.3rem;
}
.top-info__meta .cat {
  font-size: 0.923em;
  margin-left: 0.5em;
  padding: 0 0.5em;
}

.top-info__title {
  margin-top: auto;
}
.top-info__title span {
  max-width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
}

.method-list-btns {
  width: 650px;
  max-width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 35px;
  row-gap: 20px;
}

/*======================================
    about
======================================*/
.about-lead {
  letter-spacing: -0.025em;
}

.about-lists {
  margin-top: 180px;
}

.about-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-list:nth-child(even) {
  flex-direction: row-reverse;
}
.about-list:nth-child(n+2) {
  margin-top: 80px;
}

.about-list__texts--wrap {
  background-color: #EAF4ED;
  width: 83%;
  padding: 0 50px;
  height: 400px;
  display: flex;
  align-items: center;
}
.about-list__texts--wrap.-left {
  margin-right: -25%;
}
.about-list__texts--wrap.-right {
  margin-left: -25%;
}

.about-list__texts {
  width: 469px;
}
.about-list__texts.-right {
  margin-left: auto;
}

.about-list__btn {
  margin-top: 2.5em;
}

.about-list_img--wrap {
  width: 41.5%;
}

.about-list_img {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.about-list_img::before {
  content: "";
  display: block;
  padding-top: 80.7228915663%;
}
.about-list_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-help {
  margin-top: 190px;
}

.our-lists {
  margin-left: 0;
  margin-top: 200px;
}

.our-list {
  background-color: #EAF4ED;
  padding: 50px 10px;
}
.our-list.-blue {
  background-color: #E4F3FB;
}
.our-list:nth-child(n+2) {
  margin-top: 50px;
}
.our-list:last-child {
  padding-left: 20px;
  padding-right: 20px;
}

.our-list__title span {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: #00A1E2;
  padding: 0.5em 0.25em;
  position: relative;
}
.our-list__title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #00A1E2;
}

.our-list__text {
  margin-top: 2em;
  line-height: 1.7;
}
.our-list__text.-sm {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.our-list__text__en {
  margin-top: 2em;
  line-height: 1.7333333333;
  color: #002D61;
}

.our-list__text--head {
  display: block;
  text-align: center;
}
.our-list__text--head span {
  display: inline-block;
  position: relative;
  padding: 0 60px;
  color: #002D61;
}
.our-list__text--head span::before, .our-list__text--head span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #DA007F;
}
.our-list__text--head span::before {
  left: 0;
}
.our-list__text--head span::after {
  right: 0;
}

/*======================================
    roots
======================================*/
.pioneer-block {
  display: grid;
  grid-template-columns: auto 200px;
  align-items: flex-end;
  grid-column-gap: 25px;
}
@media screen and (max-width: 768px) {
  .pioneer-block {
    grid-template-columns: 1fr;
  }
  .pioneer-block .p-ttl2 {
    order: -1;
  }
}
.pioneer-block.-reverse {
  grid-template-columns: 200px auto;
  grid-column-gap: 70px;
}
@media screen and (max-width: 768px) {
  .pioneer-block.-reverse {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.pioneer-block.-start {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .pioneer-block__texts {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .pioneer-block__img {
    order: -1;
    margin-top: 40px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .pioneer-block__img.-no-mt {
    margin-bottom: 40px;
  }
}

.pioneer-name {
  font-size: 1.2rem;
  margin-top: 2.5em;
  line-height: 1.75;
  color: #002D61;
}

.history {
  background-color: #EAF4ED;
  padding: 60px 0 100px;
}
.history.-blue {
  background-color: #E4F3FB;
}

.history__container {
  display: grid;
  grid-template-columns: auto 300px;
  grid-column-gap: 80px;
}
@media screen and (max-width: 1439px) {
  .history__container {
    grid-template-columns: auto 150px;
    column-gap: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .history__container {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-left: 0;
  }
}

.history__contents {
  margin-left: -108px;
}
@media screen and (max-width: 768px) {
  .history__contents {
    margin-left: 0;
  }
}

.history__imgs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.history__imgs.-start {
  justify-content: flex-start;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .history__imgs {
    gap: 2px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
  }
}

.history-table {
  width: 100%;
  border-collapse: collapse;
}
.history-table th {
  width: 108px;
  padding-right: 18px;
  font-size: 0.9375em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  color: #002D61;
}
.history-table th span.year {
  font-size: 1.67em;
  display: inline-block;
  padding-right: 0.1em;
}
@media screen and (max-width: 768px) {
  .history-table th {
    font-size: 0.875em;
    width: 86px;
    padding-right: 1em;
  }
}
.history-table td {
  border-left: 1px solid #002D61;
  line-height: 1.8125;
  vertical-align: top;
  padding-left: 1.25em;
  height: 4.875em;
  padding-bottom: 1em;
}

.roots-activities {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
}

.roots-activity {
  line-height: 1.22;
  width: 237px;
  height: 237px;
  border-radius: 50%;
  border: 4px solid #F3E7D8;
  box-shadow: 0 0 4px rgba(156, 157, 157, 0.75);
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.roots-activity__head {
  font-size: 1.33em;
  font-weight: 700;
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
  position: relative;
}
.roots-activity__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.083em;
  height: 2px;
  background-color: #e4f3fb;
}
.roots-activity__head span {
  display: inline-block;
  font-size: 1.67em;
}

/*======================================
    greeting member
======================================*/
.member-lists .list__row {
  grid-template-columns: 8.78em auto;
}
@media screen and (max-width: 768px) {
  .member-lists .list__row {
    grid-template-columns: 7em auto;
    padding: 10px 0;
    align-items: flex-start;
    min-height: auto;
  }
}
.member-lists .list__row dt {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .member-lists .list__row dt {
    line-height: 1.7647058824;
  }
}
.member-lists .list__row dd.row {
  display: grid;
  grid-template-columns: 9.72em auto;
}
@media screen and (max-width: 768px) {
  .member-lists .list__row dd.row {
    grid-template-columns: 1fr;
  }
}
.member-lists .list__row dd.row .name {
  font-weight: 700;
  align-self: center;
}
.member-lists .list__row dd.row .belong {
  font-weight: 700;
  font-size: 0.89em;
}
@media screen and (max-width: 768px) {
  .member-lists .list__row dd.row .belong {
    font-size: 0.75em;
  }
}

.support-company__btn {
  width: 400px;
  max-width: 90%;
  margin: 100px auto 0;
}

.president-block {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .president-block {
    margin-top: 0;
  }
}

.president__sign {
  width: 200px;
  max-width: 90%;
  margin-left: auto;
}

/*======================================
    background of our activity
======================================*/
.background__img {
  background-color: #E4F3FB;
}

.background__img1 {
  padding-bottom: 50px;
  max-width: 772px;
}

.background__img2--container {
  display: grid;
  grid-template-columns: auto 36.8%;
  column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .background__img2--container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .background__img2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.background__img3--container {
  padding: min(3.125vw, 60px) min(4.6875vw, 90px);
}

.background__img3 {
  max-width: 505px;
}

.background__links {
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  column-gap: 20px;
  row-gap: 30px;
}

/*======================================
    activity principles
======================================*/
.principle-block__img {
  float: right;
  width: 380px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.principle-block__texts {
  width: 770px;
  max-width: 100%;
}

.rights-btns {
  display: grid;
  grid-template-columns: 40% 58%;
  justify-content: space-between;
}

/*======================================
    darenidemo
======================================*/
.darenidemo__graph {
  width: 920px;
  max-width: 100%;
}

.darenidemo-works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .darenidemo-works {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}

.darenidemo-work {
  position: relative;
  border: 1px solid #002D61;
  border-radius: 18px;
  padding: 70px 10px 64px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .darenidemo-work {
    padding: 70px 10px 40px;
  }
}

.darenidemo-work__number {
  font-size: 8.6rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.darenidemo-work__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #002D61;
  font-feature-settings: "palt";
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1024px) {
  .darenidemo-work__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .darenidemo-work__text {
    font-size: 1.8rem;
  }
}

.darenidemo-work__result {
  margin-top: auto;
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: -0.5em;
}
.darenidemo-work__result span.number {
  display: inline-block;
  font-size: 4.8em;
  font-size: clamp(4rem, 6.25vw, 12rem);
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  font-weight: 400;
  color: #F77849;
}
@media screen and (max-width: 1024px) {
  .darenidemo-work__result span.number {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .darenidemo-work__result span.number {
    font-size: 2.8em;
  }
}
.darenidemo-work__result span.number.mr {
  margin-right: 0.15em;
}

/*======================================
    event
======================================*/
.event-search {
  background-color: #E4F3FB;
  padding: 70px 0;
}

.search__dl {
  display: grid;
  grid-template-columns: 6.875em auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .search__dl {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.search__dl dt, .search__dl dd {
  font-weight: 700;
}
.search__dl dd [type=text] {
  box-shadow: none;
  border: 1px solid #9FA0A0;
  background: #fff;
  padding: 0.4375em 16px;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
}

.search-checks {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}

.search__date {
  display: flex;
  align-items: center;
  column-gap: 50px;
  row-gap: 20px;
}

.search__date--container {
  width: 296px;
  display: flex;
  align-items: center;
  grid-column-gap: 0.75em;
}

@media screen and (max-width: 768px) {
  .submit-btn {
    margin-top: 60px;
  }
}
.submit-btn input {
  appearance: none;
  font-family: inherit;
  font-size: 18px;
  border: none;
  background: #fff url(../img/icon_arrow.svg) no-repeat center right 32px/19px 19px;
  font-weight: 700;
  color: #009BDC;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  border: 1px solid #009BDC;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
}
.submit-btn input:hover, .submit-btn input:focus {
  opacity: 0.7;
  background: #fff url(../img/icon_arrow.svg) no-repeat center right 26px/19px 19px;
}

/*======================================
    feature
======================================*/
.feature-list:nth-child(n+2) {
  margin-top: 120px;
}

.feature-head__contents {
  display: grid;
  grid-template-columns: 160px auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .feature-head__contents {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.feature-head__number {
  font-size: 12rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .feature-head__number {
    font-size: 7rem;
    letter-spacing: 0.05em;
    margin-top: -40px;
  }
}

.feature-head__texts {
  position: relative;
  color: #fff;
  padding: 12px 0 12px 25px;
}
@media screen and (max-width: 768px) {
  .feature-head__texts {
    padding-left: 0;
    padding-top: 20px;
  }
}
.feature-head__texts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #002D61;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .feature-head__texts::before {
    height: 3px;
    width: 31%;
  }
}

.feature-head__title {
  font-weight: 700;
  line-height: 1.3333333333;
}

.feature-head__en {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .feature__img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    overflow: scroll;
  }
  .feature__img img {
    width: 900px;
  }
}

/*======================================
    activities
======================================*/
.activities-list {
  display: grid;
  grid-template-columns: auto 312px;
  grid-column-gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .activities-list {
    grid-template-columns: auto 40%;
  }
}
@media screen and (max-width: 768px) {
  .activities-list {
    grid-template-columns: 1fr;
  }
}
.activities-list:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .activities-list .img100 {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.activities-list .img100.-border {
  border: 1px solid #00A5E6;
}
.activities-list .img100.-green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #EAF4ED;
}

.activities__texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .activities__texts {
    display: contents;
  }
}

.activities-list__btn {
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .activities-list__btn {
    padding-top: 0;
    order: 5;
    margin: 40px auto 0;
  }
}

.activities-tag {
  background-color: #002D61;
  color: #fff;
  border-radius: 1px;
  padding: 0 1.5em;
}
@media screen and (max-width: 768px) {
  .activities-tag {
    display: inline-block;
  }
}

/*======================================
    mail magazine
======================================*/
.mailmagazine-ttl {
  margin-right: -6em;
}
@media screen and (max-width: 1439px) {
  .mailmagazine-ttl {
    margin-right: 0;
  }
}

/*======================================
    business organization form
======================================*/
.business-form__ttl span.ttl-line {
  font-size: 2.4em;
}

/*======================================
    shortstay
======================================*/
.shortstay-btn__column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 66px;
}

/*======================================
    media
======================================*/
.press-media__head--container {
  padding: 20px 20px 30px 30px;
  background-color: #F9E5E4;
}
.press-media__head--container .text24 {
  line-height: 1.7916666667;
  letter-spacing: 0.025em;
}

.media-list {
  border-bottom: 1px solid #000;
}
.media-list:first-child {
  border-top: 1px solid #000;
}

.media-list__link {
  color: #606060;
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 4.7em 23.5em 11.2em auto;
  height: 4.7em;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1439px) {
  .media-list__link {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    padding: 10px 0;
    row-gap: 10px;
  }
}
.media-list__link:hover, .media-list__link:focus {
  opacity: 0.7;
}
.media-list__link:hover::before, .media-list__link:focus::before {
  right: 1.4em;
}
.media-list__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.76em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.media-list__link * {
  font-weight: 700;
}

.media-list__cat {
  color: #002D61;
  font-size: 1.06em;
}

@media screen and (max-width: 1439px) {
  .media-list__title {
    order: 2;
    grid-column: 1/4;
    grid-row: 2/3;
  }
}

/*======================================
    network
======================================*/
.project__text span.is-color {
  color: #DA007F;
}

/*======================================
    information transmission
======================================*/
.info-transmission__column2--contents {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.info-transmission__column2--btn {
  margin-top: auto;
}

/*======================================
    support center
======================================*/
.access-map {
  position: relative;
}
.access-map::before {
  content: "";
  display: block;
  padding-top: 40%;
}
.access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*======================================
    sos children's village
======================================*/
.basic-program__contents {
  width: 770px;
  max-width: 100%;
}

.basic-program__content--head {
  min-height: 180px;
  border-radius: 16px;
  border: 1px solid #00A1E2;
  padding: 40px 30px 10px;
}
@media screen and (max-width: 768px) {
  .basic-program__content--head {
    min-height: auto;
    padding: 40px 30px;
  }
}
.basic-program__content--head .p-ttl3 {
  font-size: 3rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .basic-program__content--head .p-ttl3 {
    font-size: 2rem;
  }
}

.social-impacts {
  row-gap: 50px;
  column-gap: 38px;
}
@media screen and (max-width: 1439px) {
  .social-impacts {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    row-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .social-impacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .social-impacts {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.social-impact__border {
  border: 1px solid #00A1E2;
  border-radius: 16px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .social-impact__border {
    padding: 20px;
  }
}

.social-impact {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .social-impact {
    padding-right: 20px;
  }
}

.social-impact__head--flex {
  display: flex;
  align-items: center;
}
.social-impact__head--flex .text18 {
  line-height: 1.6666666667;
}
.social-impact__head--flex .social-impact__number {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .social-impact__head--flex .social-impact__number {
    font-size: 6rem;
  }
}
.social-impact__head--flex .social-impact__number span {
  font-size: 0.375em;
}

.social-impact__number {
  font-size: 6rem;
  font-weight: 700;
}
.social-impact__number span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*======================================
    young carer
======================================*/
.contact__line {
  display: grid;
  grid-template-columns: auto 150px;
  column-gap: 10px;
  align-items: flex-end;
  border: 2px solid #E34560;
  padding: 50px;
  border-radius: 19px;
}
@media screen and (max-width: 768px) {
  .contact__line {
    grid-template-columns: 1fr;
    row-gap: 20px;
    line-height: 1.5;
    padding: 40px;
  }
}
.contact__line .text18 span {
  font-size: 1.75em;
  color: #E34560;
}
@media screen and (max-width: 1024px) {
  .contact__line .text18 span {
    font-size: 1.5em;
    display: block;
    margin-top: 10px;
  }
}
.contact__line .text26 {
  position: relative;
}
.contact__line .text26::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50px, -50%);
  width: 38px;
  height: 2px;
  background-color: #E34560;
}
@media screen and (max-width: 768px) {
  .contact__line .text26::before {
    width: 28px;
    transform: translate(-40px, -50%);
  }
}

@media screen and (max-width: 768px) {
  .contact__line--qr {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*======================================
    administrators and welfare professionals
======================================*/
.our-vision-mission {
  padding: 40px 20px;
  background-color: #E4F3FB;
}
.our-vision-mission:nth-child(2) {
  padding-bottom: 50px;
}
.our-vision-mission p {
  line-height: 1.75;
}

.our-vision-mission__head {
  font-size: 3rem;
}
.our-vision-mission__head span {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.our-vision-mission__head span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.43em;
  height: 2px;
  background-color: #0098D9;
}
@media screen and (max-width: 768px) {
  .our-vision-mission__head span::before {
    width: 60%;
  }
}

.mission-btn {
  transform: translateY(-50%);
}

.mission__qa--list:nth-child(n+2) {
  margin-top: 40px;
}

.mission__qa--dl dt {
  font-size: 1.5625em;
  padding-left: 1.5em;
  font-weight: 700;
  color: #00A2E3;
  position: relative;
}
.mission__qa--dl dt::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.mission__qa--dl dd {
  position: relative;
  padding-left: 2.34375em;
  margin-top: 2em;
}
.mission__qa--dl dd::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  color: #00A2E3;
  font-size: 1.5625em;
  font-weight: 700;
}

.document-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  column-gap: 20px;
  row-gap: 40px;
}

.document-list a {
  display: block;
  transition: opacity 0.3s ease;
}
.document-list a:hover {
  opacity: 0.7;
}
.document-list a .border {
  border: 1px solid #9D9E9E;
}

.document-list__text {
  line-height: 1.8571428571;
}

.book-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  column-gap: 20px;
  row-gap: 40px;
}

/*======================================
    recruitment information
======================================*/
.recruit-vision .our-vision-mission {
  padding: 0;
  position: relative;
  background-color: unset;
}

.recruit-vision__wrap {
  padding: 40px 10px;
  width: 83%;
  background-color: #E4F3FB;
}
@media screen and (max-width: 768px) {
  .recruit-vision__wrap {
    width: 100%;
  }
}

.our-vision-mission__body {
  max-width: 720px;
}

.our-vision-mission__contents {
  width: 74.7%;
}
@media screen and (max-width: 768px) {
  .our-vision-mission__contents {
    width: 100%;
  }
}

.recruit-vision__img--container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 38%;
}
@media screen and (max-width: 768px) {
  .recruit-vision__img--container {
    position: static;
    margin-top: -30px;
    transform: translate(0);
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit-vision__img {
  position: relative;
}
.recruit-vision__img::before {
  content: "";
  display: block;
  padding-top: 76.3157894737%;
}
.recruit-vision__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colleagues {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1439px) {
  .colleagues {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .colleagues {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .colleagues {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-row-gap: 30px;
  }
}

.colleague p {
  line-height: 1.7647058824;
}

.colleague__img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .colleague__img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .colleague__img {
    max-width: 200px;
  }
}
.colleague__img::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: lightgray;
}
.colleague__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*======================================
    information disclosure
======================================*/
.download-link a {
  color: #002D61;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap;
  font-feature-settings: "palt";
  transition: opacity 0.3s ease;
}
.download-link a:hover, .download-link a:focus {
  opacity: 0.7;
}

/*======================================
    information disclosure
======================================*/
.pdf {
  padding-left: 44px;
  position: relative;
}
.pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../img/icon_pdf.svg) no-repeat center/contain;
}

.incorporation:nth-child(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .papers {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.paper {
  padding: 20px 0 30px;
  border-bottom: 1px solid #C3C3C3;
}

.paper__term {
  color: #A5A5A5;
  line-height: 1;
  margin-bottom: 1.5em;
  letter-spacing: 0.025em;
}

.paper-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.annual-reports {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 40px;
}

.annual-report a {
  display: block;
  transition: opacity 0.3s ease;
}
.annual-report a:hover, .annual-report a:focus {
  opacity: 0.7;
}

/*======================================
    activity Principles
======================================*/
.right-list {
  display: grid;
  grid-template-columns: 2.78em auto;
}
.right-list .text-accent {
  font-size: 1.22em;
  line-height: 1.36;
}

.activity-list {
  padding: 0.8em 10px;
  border-bottom: 1px solid #C8C8C8;
}
.activity-list:first-child {
  border-top: 1px solid #C8C8C8;
}
.activity-list * {
  font-weight: 700;
}
.activity-list p {
  line-height: 1.67;
}

.guideline__text {
  line-height: 2;
  color: #646464;
}

/*======================================
    media
======================================*/
.press-release-list {
  display: grid;
  grid-template-columns: 8.33em auto 2.11em;
  align-items: center;
  line-height: 1.7777777778;
  min-height: 4.44em;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .press-release-list {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.press-release-list:first-child {
  border-top: 1px solid #000;
}
.press-release-list .icon-pdf {
  width: 1.78em;
}

.press-release-list__texts {
  display: contents;
}
@media screen and (max-width: 768px) {
  .press-release-list__texts {
    display: grid;
    grid-template-columns: auto 2.11em;
    column-gap: 10px;
    align-items: center;
  }
}

.press-release__note {
  padding: 22px 20px 18px;
  background-color: #E4F3FB;
}

.media-history__link {
  height: auto;
  min-height: 80px;
}
.media-history__link .cat {
  width: 6.5em;
}
.media-history__link .cat.-orange {
  background-color: #EDA563;
}

/*======================================
    news letter
======================================*/
.news-letter__ttl {
  font-weight: 700;
  line-height: 1.7857142857;
}
.news-letter__ttl::before {
  top: 1.2em;
}
.news-letter__ttl span.ttl-line {
  font-size: 1.87em;
}
.news-letter__ttl span.ttl-line::before {
  top: 1.2em;
}
@media screen and (max-width: 768px) {
  .news-letter__ttl span.ttl-line::before {
    top: 0;
  }
}
.news-letter__ttl span.ffs {
  display: block;
  font-size: 2.4em;
  line-height: 1.3888888889;
  margin-bottom: 0.2em;
}

.newsletter__column2 {
  display: grid;
  grid-template-columns: auto 31.7%;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .newsletter__column2 {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.newsletter-vol__container {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.newsletter-vol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.43em;
  height: 2.64em;
  border-radius: 50px;
  border: 1px solid #00A5E6;
  background-color: #fff;
}
.newsletter-vol span {
  font-size: 1.29em;
  display: inline-block;
  font-feature-settings: "palt";
}

.newsletter__note {
  background-color: #DD4560;
  padding: 40px 20px 35px 40px;
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 25px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .newsletter__note {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 40px 20px 35px;
  }
}

@media screen and (max-width: 768px) {
  .newsletter__note--icon {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newsletter__note--texts {
  display: grid;
  grid-template-columns: auto 206px;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .newsletter__note--texts {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter__note--texts {
    grid-template-columns: auto 206px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter__note--texts {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.newsletter__note--text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.newsletter__note--link a {
  display: block;
  line-height: 1.4117647059;
  color: #DD4560;
  background-color: #fff;
  padding: 0.76em 0;
  border-radius: 50px;
  position: relative;
  transition: opacity 0.3s ease;
}
.newsletter__note--link a:hover, .newsletter__note--link a:focus {
  opacity: 0.8;
}
.newsletter__note--link a:hover::before, .newsletter__note--link a:focus::before {
  right: 15px;
}
.newsletter__note--link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 9px;
  height: 19px;
  background: url(../img/icon_arrow_simple_pink.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}

.past-newsletter {
  background-color: #E4F3FB;
  padding: 50px 0 40px;
}

.swiper04 {
  padding-left: 54px;
  padding-right: 60px;
  margin-left: -54px;
  margin-right: -60px;
}

.newsletter-slide {
  display: grid;
  grid-template-columns: auto 51.2%;
  grid-column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .newsletter-slide .text21 {
    font-size: 1.6rem;
  }
}

.newsletter_content {
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.newsletter_content .tab-menu {
  width: auto;
  margin-top: 0;
  margin-left: 0;
  display: none;
}
.newsletter_content .tab-menu .swiper-wrapper {
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-right: 40px;
}
.newsletter_content .newsletter-pagination {
  position: static;
  justify-content: start;
  width: auto;
}

.newsletter-prev {
  width: 19px;
  height: 19px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  transform: scale(-1, 1);
  left: 0;
}
.newsletter-prev::after {
  display: none;
}

.newsletter-next {
  width: 19px;
  height: 19px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  right: 0;
}
.newsletter-next::after {
  display: none;
}

.pr-magazine__container {
  display: grid;
  grid-template-columns: 26.5% auto;
  grid-column-gap: 35px;
}
@media screen and (max-width: 768px) {
  .pr-magazine__container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

.pr-magazine__texts {
  display: flex;
  flex-direction: column;
}
.pr-magazine__texts .btn400 {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .pr-magazine__texts .btn400 {
    margin-top: 20px;
  }
}

.pr-books {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 50px;
  grid-column-gap: 80px;
}
@media screen and (max-width: 1439px) {
  .pr-books {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-books {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    column-gap: 40px;
  }
}

.pr-books__ttl {
  min-height: 120px;
}
@media screen and (max-width: 1024px) {
  .pr-books__ttl .text20 {
    font-size: 1.6rem;
  }
}

.pr-book__head {
  display: grid;
  grid-template-columns: 180px auto;
  grid-column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .pr-book__head {
    grid-template-columns: 100px auto;
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-book__head {
    grid-template-columns: 120px auto;
  }
}
.pr-book__head .text20 {
  line-height: 1.5;
}
.pr-book__head .text18 {
  line-height: 1.6666666667;
}

/*======================================
    vision and mission
======================================*/
.vision-list {
  width: 83%;
}
@media screen and (max-width: 768px) {
  .vision-list {
    width: 100%;
  }
}

.vision-list__contents {
  width: 74.7%;
}
@media screen and (max-width: 768px) {
  .vision-list__contents {
    width: 100%;
  }
}

.vision-list__title span {
  color: #002D61;
}
.vision-list__title span::before {
  width: 5.07em;
}

.vision-list__img--container {
  position: relative;
}

.vision-list__img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 38%;
}
@media screen and (max-width: 768px) {
  .vision-list__img {
    position: static;
    transform: translate(0);
    width: 80%;
    max-width: 500px;
    margin: -20px auto 0;
  }
}

.vision-list__text {
  margin-top: 1.25em;
}

/*======================================
    activities
======================================*/
.our-activities__link {
  display: block;
  position: relative;
}

.our-activities__link--texts {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 84%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .our-activities__link--texts.-full {
    top: 80%;
  }
}

.our-activities__link--text__head {
  position: relative;
}
.our-activities__link--text__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow_white.svg) no-repeat center center/contain;
  transition: transform 0.3s ease;
}
.our-activities__link--text__head.is-active::before {
  transform: translateY(-50%) rotate(-90deg);
}

.our-activities__link--text {
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 70px;
  padding: 13px 20px;
  background-color: #00ABEC;
  color: #fff;
  transition: opacity 0.3s ease;
}
.our-activities__link--text span.en {
  display: block;
  font-size: 0.8125em;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
}

.our-activities__link--contents {
  margin-top: 2em;
  line-height: 1.75;
  color: #fff;
  display: none;
}

/*======================================
    interview
======================================*/
.interview__head {
  display: grid;
  grid-template-columns: 120px auto;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .interview__head {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.interview__head .p-ttl3 {
  font-size: 3.6rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .interview__head .p-ttl3 {
    font-size: 2.4rem;
  }
}

.interview__head--texts span {
  font-size: 4.44em;
  font-weight: 300;
  display: block;
  line-height: 1;
}

.interview__head--text {
  line-height: 1.7;
}

.interview-content h2 {
  margin-top: 2.5em;
  font-size: 2em;
}
.interview-content img {
  margin: 70px 0;
}

.support-btns {
  width: 826px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .support-btns {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-row-gap: 24px;
  }
}

.support-contact__btn {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .support-contact__btn {
    width: 100%;
    max-width: 350px;
  }
}
.support-contact__btn a.btn:hover::before, .support-contact__btn a.btn:focus::before {
  right: 12px;
}
@media screen and (max-width: 768px) {
  .support-contact__btn a.btn:hover::before, .support-contact__btn a.btn:focus::before {
    right: 20px;
  }
}
.support-contact__btn a.btn::before {
  right: 18px;
}
@media screen and (max-width: 768px) {
  .support-contact__btn a.btn::before {
    right: 26px;
  }
}

.check {
  font-weight: 700;
  line-height: 2;
  color: #646464;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  padding-left: 1.35em;
  position: relative;
}
.check::before {
  content: "□";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-25%);
  font-weight: 700;
  color: #DC5A6C;
}
.check::after {
  content: "";
  position: absolute;
  top: 0.525em;
  left: 0.25em;
  transform: rotate(-45deg);
  width: 0.9em;
  height: 0.3em;
  border-bottom: 2px solid #00A7E8;
  border-left: 2px solid #00A7E8;
}

.circle {
  font-weight: 700;
  color: #646464;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
}
.circle::before {
  content: "●";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-25%);
  color: #DC5A6C;
}

.square {
  font-weight: 700;
  color: #646464;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.8;
  padding-left: 1.35em;
  position: relative;
}
.square.-color::before {
  content: "■";
}
.square::before {
  content: "□";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform: translateY(-25%);
  color: #DC5A6C;
}

/*======================================
    support
======================================*/
.monthly__container {
  width: 860px;
  max-width: 100%;
  background-color: #F5F5F5;
  border-radius: 13px;
  padding: 32px 40px;
  display: grid;
  grid-template-columns: 46.5% auto;
}
@media screen and (max-width: 1024px) {
  .monthly__container {
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .monthly__container {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding: 32px 20px;
  }
}

.monthly__contents:nth-child(2) {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .monthly__contents:nth-child(2) {
    padding-left: 0;
    padding-top: 20px;
  }
}
.monthly__contents:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #646464;
}
@media screen and (max-width: 768px) {
  .monthly__contents:nth-child(2)::before {
    bottom: unset;
    width: 100%;
    height: 1px;
  }
}

.monthly__text {
  line-height: 2;
}

.monthly__text--sm {
  font-size: 0.75em;
}

.monthly-btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}

.monthly-btns-sub {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .monthly-btns-sub {
    row-gap: 20px;
    margin-top: 20px;
  }
}

.monthly-btn span.lg-2x {
  font-size: 2em;
  line-height: 1;
  display: inline-block;
  padding-right: 0.2em;
}
.monthly-btn span.lg {
  font-size: 2.13em;
  line-height: 1;
  display: inline-block;
  padding-right: 0.2em;
}
.monthly-btn span.text {
  display: flex;
  align-items: flex-end;
}

.kifu-btn {
  height: 67px;
}
.kifu-btn:hover::before, .kifu-btn:focus::before {
  right: 12px;
}
.kifu-btn::before {
  width: 16px;
  height: 15px;
  right: 18px;
}
.kifu-btn span.number {
  font-size: 1.6em;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.1em;
}
.kifu-btn.kifu-btn__left {
  justify-content: start;
  padding-left: 2em;
}

.freely__input input {
  box-shadow: none;
  border: 1px solid #9FA0A0;
  background: #fff;
  padding: 0.75em 1em 0.6em;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 24px;
  width: 300px;
  max-width: 80%;
}
.freely__input span {
  display: inline-block;
  font-weight: 700;
  color: #646464;
  margin-left: 0.9em;
}

.input__flex--container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.amazonpay {
  width: 270px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .kifu-tax__img {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
  }
  .kifu-tax__img img {
    width: 900px;
  }
}

.kifu-btn__200 {
  width: 200px;
  max-width: 100%;
}

.kifu-btn__235 {
  width: 235px;
  max-width: 100%;
}

.kifu-btn__250 {
  width: 250px;
  max-width: 100%;
}

.kifu-btn__300 {
  width: 300px;
  max-width: 100%;
}

.kifu-btn__350 {
  width: 350px;
  max-width: 100%;
}

.payment__container {
  display: grid;
  align-items: center;
  grid-template-columns: 270px auto;
  grid-column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .payment__container {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .payment__logo {
    max-width: 270px;
  }
}

.bank-account {
  background-color: #E4F3FB;
  padding: 60px 0 55px;
}

.bank-account__container {
  display: grid;
  grid-template-columns: 60% auto;
}
@media screen and (max-width: 1024px) {
  .bank-account__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bank-account__container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.bank-account__text {
  color: #002D61;
}

/*======================================
    bequests
======================================*/
.bequests__text p.circle {
  font-weight: 500;
  color: #000;
  line-height: 1.9375;
}

/*======================================
    other ways to donate
======================================*/
.other-way {
  background-color: #E4F3FB;
  padding: 36px 0 100px;
}

.book {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .book {
    flex-direction: column;
    row-gap: 20px;
  }
}

.book__contents {
  width: calc(100% - 100px - 20px);
}
@media screen and (max-width: 768px) {
  .book__contents {
    width: 100%;
  }
}

.book-step__container {
  display: flex;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
.book-step__container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
}

.book-step {
  position: absolute;
  top: 50%;
  transform: translate(-15%, -50%);
  left: 0;
  display: inline-block;
  padding: 11px 0;
  background-color: #fff;
}

.book__details {
  display: flex;
}

.book__detail {
  width: 50%;
}
.book__detail p {
  line-height: 1.9375;
}
.book__detail:nth-child(2) {
  padding-left: 40px;
}

.book__detail--img {
  width: 399px;
  max-width: 90%;
}

.qa-lists.text16 {
  line-height: 2.1875;
}

.qa-list {
  padding: 10px 0;
}
.qa-list:nth-child(n+2) {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.qa__dl dt, .qa__dl dd {
  font-weight: 700;
  padding-left: 2.5em;
  position: relative;
}
.qa__dl dt::before, .qa__dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em;
  font-weight: 700;
  transform: translateY(-7%);
}
.qa__dl dt::before {
  content: "Q";
  color: #00A5E6;
}
.qa__dl dd::before {
  content: "A";
  color: #DC5A6C;
}
.qa__dl dd a {
  font-weight: 700;
}

.q-blue li dl dt {
  font-weight: 700;
  color: #00A2E3;
}
.q-blue li dl dd {
  font-weight: 500;
  line-height: 1.75;
}

.softbank__container {
  display: grid;
  grid-template-columns: auto 150px;
  grid-column-gap: 40px;
}

/*======================================
    Non-Donation Cooperation
======================================*/
.volunteer-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 58px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1439px) {
  .volunteer-lists {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .volunteer-lists {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .volunteer-lists {
    grid-template-columns: 1fr;
  }
}

.volunteer-list {
  position: relative;
}

.volunteer-list__contents {
  width: 80%;
  min-height: 250px;
  height: 100%;
  border: 1px solid #002D61;
  border-radius: 16px;
  padding: 20px 120px 20px 30px;
}
@media screen and (max-width: 1024px) {
  .volunteer-list__contents {
    padding: 20px 10.4031209363vw 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .volunteer-list__contents {
    padding: 20px 21.3333333333vw 20px 30px;
  }
}
.volunteer-list__contents .p-ttl3 {
  line-height: 1.6;
}

.volunteer-list__img--container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 42.5%;
}

.volunteer-list__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .volunteer-list__img {
    max-width: 200px;
  }
}
.volunteer-list__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.volunteer-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.donation__btn--container {
  display: grid;
  grid-template-columns: auto 200px;
  align-items: flex-end;
  column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .donation__btn--container {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.flow {
  background-color: #CDE8F8;
  padding: 46px 0;
}

.sns-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-row-gap: 40px;
  grid-column-gap: 26px;
}

.sns-link {
  border: 1px solid #002D61;
  border-radius: 16px;
}
.sns-link a {
  display: block;
  padding: 25px 30px 53px;
  position: relative;
  transition: opacity 0.3s ease;
}
.sns-link a:hover, .sns-link a:focus {
  opacity: 0.7;
}
.sns-link a:hover::before, .sns-link a:focus::before {
  right: 25px;
}
.sns-link a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  transition: right 0.3s ease;
}

/*======================================
    tax
======================================*/
.tax__img {
  width: 900px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .tax__img {
    overflow: scroll;
    margin-right: calc(50% - 50vw);
  }
  .tax__img img {
    width: 900px;
  }
}

/*======================================
    business and organizations
======================================*/
.business-head__img--container {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 90px;
  display: block;
  transition: opacity 0.3s ease;
}
.business-head__img--container:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .business-head__img--container {
    display: grid;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.business-head__contents {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00A2E3;
  padding: 8px 20px;
  z-index: 2;
  display: grid;
  grid-template-columns: 100px auto;
}
@media screen and (max-width: 1439px) {
  .business-head__contents {
    grid-template-columns: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .business-head__contents {
    position: static;
    order: 2;
    grid-template-columns: 50px auto;
  }
  .business-head__contents .text25 {
    font-size: 1.8rem;
  }
  .business-head__contents .text18 {
    font-size: 1.4rem;
  }
}

.interview__archive--number {
  font-size: 8rem;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1439px) {
  .interview__archive--number {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .interview__archive--number {
    font-size: 4rem;
  }
}

.business-head__img {
  position: relative;
  width: 100%;
}
.business-head__img::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.business-head__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.considers {
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.consider__link {
  display: grid;
  grid-template-columns: 220px auto;
  height: 100%;
  background-color: #E4F3FB;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .consider__link {
    grid-template-columns: 30% auto;
  }
}
.consider__link:hover, .consider__link:focus {
  opacity: 0.7;
}
.consider__link:hover::before, .consider__link:focus::before {
  right: 10px;
}
.consider__link::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 19px;
  height: 19px;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
  transition: right 0.3s ease;
}
.consider__link .p-ttl3 {
  font-size: 2.2rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .consider__link .p-ttl3 {
    font-size: 1.8rem;
  }
}
.consider__link p {
  text-align: justify;
  line-height: 1.625;
  padding-right: 25px;
}

.consider__link--texts {
  padding: 20px 15px 10px;
}

.support-company__logos {
  display: flex;
  flex-wrap: wrap;
  column-gap: 120px;
  row-gap: 40px;
}

.support-company__logo:nth-child(1) {
  width: 500px;
  max-width: 70%;
}
.support-company__logo:nth-child(2) {
  width: 240px;
  max-width: 40%;
}

.flex__gap20 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}

.ml {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.p-img.background-img img {
  object-position: center top;
}

.quote {
  display: inline-block;
  background-color: rgba(196, 223, 239, 0.3);
  padding: 1.5em 2em;
  position: relative;
  margin: 1em 0;
}
.quote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0.5em;
  transform: translateY(-10%);
  font-size: 40px;
  color: #002D61;
}
.quote::after {
  content: "”";
  position: absolute;
  bottom: 0;
  right: 0.25em;
  transform: translateY(30%);
  font-size: 40px;
  color: #002D61;
}

.interview-card {
  display: block;
}

.hover {
  transition: opacity 0.3s ease;
}
.hover:hover {
  opacity: 0.7;
}
