@charset "UTF-8";


/*---------------------------------------------------------------*\
$header 
\*---------------------------------------------------------------*/

header {
  width: calc(100% - 22px);
  height: 72px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 5;
}

/* logo */
header .logo_header {
  width: 190px;
}

header .marks {
  width: 190px;
  margin: 0 0 0 12px;
}

/* PC main menu */
header .main_menu_pc {
  display: flex;
  align-items: center;
  gap: 12px;
}

header .main_menu_pc li a {
  font-size: 15px;
  position: relative;
}

/* contact */
header .main_menu_pc .contact {
  width: 200px;
  height: 48px;
}

header .main_menu_pc .contact a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-transition: all .15s;
  transition: all .15s;
  transition: opacity .1s, transform .1s;

  &:hover {
    opacity: .9;
  }

  &:active {
    transform: scale(.9);
  }
}


@media screen and (max-width: 860px) {

  header .menu_header {
    display: none;
  }
}


@media screen and (max-width: 600px) {

  header {
    height: 56px;
  }

  header .wrap_logos {
    width: 100%;
    justify-content: space-between;
  }

  header .logo_header {
    width: 160px;
  }

  header .marks {
    width: 130px;
  }

  header .main_menu_pc .contact {
    width: 130px;
    height: 42px;
  }

  header .main_menu_pc .contact a {
    font-size: 12px;
  }
}


/*---------------------------------------------------------------*\
$navigation
\*---------------------------------------------------------------*/

#navigation {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 94px;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  gap: 10px;
}

#navigation .buttons {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 12px;
}

#navigation .cta_button {
  width: 100%;
  height: 72px;
  margin: 0 auto;
  gap: 3px;
  position: relative;
  -webkit-transition: all .15s;
  transition: all .15s;
  transition: opacity .1s, transform .1s;

  &:hover {
    opacity: .9;
  }

  &:active {
    transform: scale(.9);
  }
}

#navigation .cta_button .sub_text {
  font-size: 13px;
}

#navigation .cta_button .main_text {
  font-size: 19px;
  letter-spacing: -.2px;
}

#navigation .cta_button .note {
  font-size: 11px;
}


@media screen and (max-width: 600px) {

  #navigation {
    height: 86px;
  }

  #navigation .cta_button {
    height: 66px;

    &:hover {
      opacity: 1;
    }

    &:active {
      transform: scale(1);
    }
  }

  #navigation .cta_button .sub_text {
    font-size: 11px;
  }

  #navigation .cta_button .main_text {
    font-size: 14px;
  }

  #navigation .cta_button .note {
    font-size: 10px;
  }
}


/*---------------------------------------------------------------*\
$firstview
\*---------------------------------------------------------------*/

#firstview {
  height: 660px;
  margin: 72px 0 0 0;
  padding: 0 0 16px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#firstview:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002043;
  opacity: .8;
}

/* content */
#firstview .content {
  width: 92%;
  margin: 0 auto;
  gap: 4%;
  position: relative;
  z-index: 3;
}

#firstview .content .details {
  width: 595px;
  flex-shrink: 0;
  position: relative;
}

#firstview .content .subtitle {
  width: 100%;
  height: 40px;
  position: relative;
}

#firstview .content .subtitle:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 8px;
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #fff;
}

#firstview .content .subtitle_text {
  width: 400px;
}

#firstview .content .heading {
  width: 100%;
  margin: 16px 0 0 0;
}

#firstview .content .wrap_catch {
  gap: 12px;
  margin: 44px 0 0 0;
}

#firstview .content .catch {
  width: 500px;
  flex-shrink: 0;
}

#firstview .content .border {
  width: 100%;
  height: 1px;
}

#firstview .content .advantages {
  margin: 14px 0 0 0;
}

#firstview .content .each {
  gap: 14px;
}

#firstview .content .badge {
  width: 104px;
}

#firstview .content .zero {
  width: 58px;
  position: relative;
}

/* cta */
#firstview .content .subject {
  border-top: solid 1px rgba(255, 255, 255, .3);
  padding: 14px 0 16px;
  margin: 20px 0 0 0;
  gap: 4px;
}

#firstview .content .subject,
#firstview .content .subject * {
  font-size: 16px;
}

#firstview .cta_buttons {
  gap: 20px;
}

#firstview .cta_button {
  width: 100%;
  height: 64px;
  margin: 0 auto;
  gap: 4px;
  position: relative;
  -webkit-transition: all .15s;
  transition: all .15s;
  transition: opacity .1s, transform .1s;

  &:hover {
    opacity: .9;
  }

  &:active {
    transform: scale(.9);
  }
}

#firstview .cta_button .sub_text {
  font-size: 13px;
}

#firstview .cta_button .main_text {
  font-size: 22px;
  letter-spacing: -.2px;
}

#firstview .cta_button .note {
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 11px;
}

/* keyvisuals */
#firstview .content .images {
  position: relative;
  width: calc(100% - 4% - 595px);
  height: 100%;
  max-width: 590px;
  aspect-ratio: 1 / .8;
  background-color: #000;
}

#firstview .content .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}

#firstview .content .images img.active {
  opacity: 1;
  z-index: 1;
}

#firstview .content .images .note {
  position: absolute;
  width: 100%;
  font-size: 11px;
  bottom: -24px;
  right: 0;
  z-index: 1;
  text-align: right;
}

#firstview .content .images .badge_topright {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 110px;
  z-index: 2;
}

@media screen and (max-width: 1080px) {

  /* keyvisuals */
  #firstview .content .images .note {
    bottom: -36px;
  }
}


@media screen and (max-width: 960px) {

  #firstview {
    padding: 80px 0;
    height: auto;
  }

  /* content */
  #firstview .content {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  /* keyvisuals */
  #firstview .content .images {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
  }

  #firstview .content .images .note {
    text-align: center;
    bottom: -24px;
  }

  #firstview .content .images .note br {
    display: none;
  }

  #firstview .content .images .badge_topright {
    display: none;
  }
}


@media screen and (max-width: 760px) {

  #firstview {
    height: auto;
    padding: 80px 0;
  }

  /* content */
  #firstview .content {
    flex-direction: column;
  }

  #firstview .content .details {
    width: 100%;
  }

  #firstview .content .advantages {
    gap: 10px;
    justify-content: center;
  }

  #firstview .content .subtitle {
    height: 40px;
  }

  #firstview .content .subtitle_text {
    width: 78%;
    max-width: 460px;
  }

  #firstview .content .border {
    display: none;
  }

  #firstview .content .catch {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  /* keyvisuals */
  #firstview .content .images {
    max-width: inherit;
  }
}


@media screen and (max-width: 600px) {

  #firstview {
    padding: 48px 0 64px;
    margin: 56px 0 0 0;
  }

  /* content */
  #firstview .content .badge {
    width: 64px;
  }

  #firstview .content .zero {
    width: 30px;
  }

  #firstview .content .each {
    gap: 6px;
  }

  #firstview .content .subject,
  #firstview .content .subject * {
    font-size: 15px;
  }

  /* cta */
  #firstview .cta_buttons {
    flex-direction: column;
    gap: 16px;
  }

  #firstview .cta_button .main_text {
    font-size: 20px;
  }

  /* keyvisual */
  #firstview .content .images .note {
    font-size: 10px;
  }
}


@media screen and (max-width: 480px) {

  /* content */
  #firstview .content .subtitle_text {
    max-width: 280px;
  }

  #firstview .content .advantages {
    justify-content: flex-start;
  }

  #firstview .content .subtitle {
    height: 32px;
  }

  /* cta */
  #firstview .cta_button {
    height: 60px;

    &:hover {
      opacity: 1;
    }

    &:active {
      transform: scale(1);
    }
  }
}


/*---------------------------------------------------------------*\
$archivement
\*---------------------------------------------------------------*/

#archivement {
  margin: 40px 0 24px;
  position: relative;
  overflow: hidden;
}

#archivement .badge {
  height: 40px !important;
  width: auto;
}

#archivement .content {
  gap: 24px;
  height: 120px;
  position: relative;
}

#archivement .border {
  width: 1px;
  background-color: #38587B;
  height: 100%;
}

#archivement .each {
  width: 174px;
  gap: 6px;
}

#archivement .ribbon,
#archivement .badge {
  width: 100%;
}


@media screen and (max-width: 1180px) {

  /* content */
  #archivement .content {
    gap: 16px;
  }

  #archivement .each {
    width: 16vw;
  }
}


@media screen and (max-width: 860px) {

  #archivement {
    padding: 32px 0;
  }

  /* content */
  #archivement .content {
    max-width: 570px;
    width: 100%;
    height: auto;
    gap: 28px;
  }

  #archivement .each {
    width: 26vw;
    max-width: 170px;
  }

  #archivement .badge {
    height: 48px !important;
  }

  #archivement .border {
    display: none;
  }
}


@media screen and (max-width: 500px) {

  /* content */
  #archivement .content {
    width: 92%;
    max-width: 360px;
  }

  #archivement .each {
    width: calc((100% - 28px)/2);
  }
}


/*---------------------------------------------------------------*\
$certifications
\*---------------------------------------------------------------*/

#certifications .content {
  overflow: hidden;
  padding: 0 0 32px 0;
}

#certifications .slides {
  display: flex;
  width: 3800px;
  -webkit-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite;
}

#certifications .slider {
  width: 3800px;
  position: relative;
}

#certifications .slide {
  flex-basis: 50%;
}

#certifications .logo {
  margin: 0 16px 0 0;
  width: calc((100%) / 7 - 16px);
  border: solid 1px #eee;
  height: 100px;
}

#certifications .logo img {
  margin: auto;
  height: 64px;
}

#certifications .logo_adec {
  height: 68px !important;
}

#certifications .logo_saitama {
  height: 70px !important;
}

#certifications .logo_sbt {
  height: 68px !important;
}

#certifications .logo_sdgs_sbt {
  height: 76px !important;
}

#certifications .logo_saitama_sdgs {
  height: 84px !important;
}

#certifications .logo_p_mark {
  height: 74px !important;
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media screen and (max-width: 600px) {

  /* slider */
  #certifications .slides {
    width: 2500px;
  }

  #certifications .slider {
    width: 2500px;
  }

  #certifications .logo {
    height: 84px;
  }

  #certifications .logo img {
    margin: auto;
    height: 48px;
  }

  #certifications .logo_adec {
    height: 52px !important;
  }

  #certifications .logo_saitama {
    height: 54px !important;
  }

  #certifications .logo_sbt {
    height: 52px !important;
  }

  #certifications .logo_sdgs_sbt {
    height: 60px !important;
  }

  #certifications .logo_saitama_sdgs {
    height: 68px !important;
  }

  #certifications .logo_p_mark {
    height: 58px !important;
  }
}


/*---------------------------------------------------------------*\
$voices
\*---------------------------------------------------------------*/

#voices {
  padding: 24px 0 80px;
}

/* heading */
#voices .heading {
  width: 96%;
  margin: 0 auto;
  gap: 8px;
}

#voices .heading,
#voices .heading *,
#voices .heading span {
  font-size: 36px;
  letter-spacing: -.8px;
}

#voices .heading .big {
  font-size: 54px !important;
}

#voices .heading .number_01 {
  width: 160px;
  margin: 0 6px 12px;
}

#voices .heading .number_02 {
  width: 70px;
  margin: 0 6px 12px;
}

@media screen and (max-width: 650px) {

  /* heading */
  #voices .heading .big {
    font-size: 42px !important;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #voices .heading,
  #voices .heading *,
  #voices .heading span {
    font-size: 26px;
  }

  #voices .heading .big {
    font-size: 32px !important;
  }

  #voices .heading .number_01 {
    width: 110px;
  }

  #voices .heading .number_02 {
    width: 48px;
  }
}


@media screen and (max-width: 390px) {

  /* heading */
  #voices .heading,
  #voices .heading *,
  #voices .heading span {
    font-size: 23px;
  }

  #voices .heading .big {
    font-size: 28px !important;
  }

  #voices .heading .number_01 {
    width: 100px;
  }

  #voices .heading .number_02 {
    width: 44px;
  }
}

/* content */
#voices .content {
  padding: 64px 6% 0;
}

#voices .each {
  width: 400px;
  position: relative;
}

#voices .each:last-of-type {
  margin-right: 0px !important;
}

#voices .header {
  position: relative;
  padding: 0 16px 0 20px;
  background-color: #000;
  gap: 16px;
  height: 140px;
}

#voices .header:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(120deg, #222, #444);
  opacity: .5;
}

#voices .background_01 {
  background-image: url('../img/voices/background_01.jpg');
  background-size: cover;
}

#voices .background_02 {
  background-image: url('../img/voices/background_02.jpg');
  background-size: cover;
}

#voices .background_03 {
  background-image: url('../img/voices/background_03.jpg');
  background-size: cover;
}

#voices .background_04 {
  background-image: url('../img/voices/background_04.jpg');
  background-size: cover;
}

#voices .texts {
  padding: 24px 32px;
  min-height: 375px;
  gap: 24px;
  position: relative;
  background-color: #F3FAFF;
}

#voices .texts:before {
  position: absolute;
  display: block;
  content: '';
  top: -13px;
  left: 32px;
  z-index: 2;
  width: 22px;
  height: 14px;
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #F3FAFF;
}

#voices .paragraph,
#voices .paragraph * {
  font-size: 16px;
  line-height: 1.8;
}

#voices .client {
  font-size: 13px;
}

#voices .subject {
  font-size: 21px;
  position: relative;
  z-index: 2;
}

#voices .border {
  width: 1px;
  height: -webkit-fill-available;
  background-color: rgba(255, 255, 255, .5);
  position: relative;
  z-index: 2;
}

#voices .zero {
  flex-shrink: 0;
  width: 80px;
  position: relative;
  z-index: 2;
}

#voices .note {
  font-size: 12px;
  width: 92%;
  margin: 24px auto 0;
}

#voices .tag {
  position: absolute;
  top: -20px;
  left: -14px;
  z-index: 3;
  width: fit-content;
  font-size: 14px;
  padding: 10px 16px;
}

#voices .tag:after {
  display: block;
  content: '';
  bottom: -16px;
  left: 0;
  position: absolute;
  z-index: 3;
  width: 16px;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#voices .each:nth-of-type(1) .tag:after {
  background-color: #0A5850;
}

#voices .each:nth-of-type(2) .tag:after {
  background-color: #29241C;
}

#voices .each:nth-of-type(3) .tag:after {
  background-color: #112E46;
}

#voices .each:nth-of-type(4) .tag:after {
  background-color: #0A5850;
}

/* swiper */
#voices .swiper-button-next,
#voices .swiper-button-prev {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #0E4975;
}

#voices .swiper-button-next:after,
#voices .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}


@media screen and (max-width: 600px) {

  /* content */
  #voices .each {
    width: 310px;
  }

  #voices .tag {
    font-size: 12px;
    padding: 8px 10px;
  }

  #voices .header {
    height: 120px;
  }

  #voices .subject {
    font-size: 16px;
  }

  #voices .zero {
    width: 72px;
  }

  #voices .texts {
    padding: 20px;
    min-height: 340px;
  }

  #voices .paragraph,
  #voices .paragraph * {
    font-size: 14px;
  }

  #voices .client {
    font-size: 12px;
  }

  #voices .note {
    font-size: 10px;
  }

  /* swiper */
  #voices .swiper-button-next,
  #voices .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  #voices .swiper-button-next:after,
  #voices .swiper-button-prev:after {
    font-size: 10px;
  }
}


/*---------------------------------------------------------------*\
$features
\*---------------------------------------------------------------*/

#features.features_02 {
  padding: 0 0 150px 0;
}

/* heading */
#features .heading {
  height: 110px;
  position: relative;
}

#features .heading:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -17px;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  z-index: 1;
}

#features.features_01 .heading:after {
  background-color: #0F4A76;
}

#features.features_02 .heading:after {
  background-color: #00B17A;
}

#features .heading .badge {
  width: 230px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 10px 0;
  z-index: 2;
  font-size: 18px;
}

#features.features_01 .heading .badge {
  border: solid 1px #0F4A76;
}

#features.features_02 .heading .badge {
  border: solid 1px #00B17A;
}

#features .heading_text {
  margin: 10px auto 0;
}

#features.features_01 .heading_text {
  width: 92%;
  max-width: 640px;
}

#features.features_02 .heading_text {
  width: 92%;
  max-width: 780px;
}

/* content */
#features .content {
  position: relative;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#features.features_01 .content {
  padding: 40px 4% 64px;
}

#features.features_02 .content {
  padding: 40px 4% 0;
}

#features.features_02 .content:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #EDF1F8;
}

#features .each {
  height: 200px;
  position: relative;
  gap: 14px;
}

#features .each:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #F9F9F9;
}

#features.features_01 .each {
  width: 240px;
}

#features.features_02 .each {
  width: 325px;
}

#features .subject {
  padding: 10px 0 10px 14px;
  position: relative;
  z-index: 1;
}

#features .result {
  width: 210px;
  margin: 16px 0 0 14px;
  position: relative;
  z-index: 1;
}

#features .icon {
  width: 48px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 1;
}

#features .fact {
  gap: 14px;
  font-size: 19px;
  position: relative;
  z-index: 1;
}

#features .what {
  border: solid 1px #C3C3C3;
  width: 100px;
  height: 88px;
  font-size: 26px;
  line-height: 1.1;
}

#features .number {
  width: 48px;
}


@media screen and (min-width: 1880px) {

  /* content */
  #voices .each {
    width: calc((100% - 120px)/4);
    position: relative;
  }
}


@media screen and (max-width: 1380px) {

  /* content */
  #features.features_01 .each:nth-of-type(2),
  #features.features_01 .each:nth-of-type(3),
  #features.features_01 .each:nth-of-type(4),
  #features.features_01 .each:nth-of-type(5) {
    width: 18%;
  }
}


@media screen and (max-width: 1200px) {

  /* content */
  #features.features_01 .each:nth-of-type(1),
  #features.features_01 .each:nth-of-type(2),
  #features.features_01 .each:nth-of-type(3) {
    width: calc((100% - 24px)/3);
  }

  #features.features_01 .each:nth-of-type(4),
  #features.features_01 .each:nth-of-type(5) {
    width: calc((100% - 24px)/2);
  }
}


@media screen and (max-width: 1080px) {

  /* content */
  #features.features_02 {
    padding: 0 0 80px 0;
  }

  #features.features_02 .content {
    padding: 40px 4% 20px;
  }

  #features.features_02 .content:after {
    bottom: -80px;
    height: 80px;
  }
}


@media screen and (max-width: 860px) {

  /* content */
  #features.features_01 .each:nth-of-type(1) {
    width: 100%;
  }

  #features.features_01 .each:nth-of-type(2),
  #features.features_01 .each:nth-of-type(3) {
    width: calc((100% - 24px)/2);
  }
}


@media screen and (max-width: 760px) {

  /* content */
  #features.features_02 .each {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #features .heading {
    height: 78px;
  }

  #features .heading:after {
    bottom: -11px;
    width: 18px;
    height: 12px;
  }

  #features .heading .badge {
    font-size: 13px;
    width: 180px;
    padding: 8px 0;
    top: -16px;
  }

  /* content */
  #features .each {
    height: 160px;
  }

  #features .what {
    font-size: 20px;
    height: 72px;
  }

  #features .number {
    width: 40px;
  }

  #features .subject {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
  }

  #features .result {
    width: 130px;
    margin: 12px 0 0 12px;
  }

  #features .icon {
    width: 28px;
  }

  #features.features_01 .content {
    padding: 16px 4% 40px;
  }

  #features.features_02 .content {
    padding: 16px 4% 10px;
  }

  #features.features_02 {
    padding: 0 0 48px 0;
  }

  #features.features_02 .content:after {
    bottom: -48px;
    height: 48px;
  }
}


/*---------------------------------------------------------------*\
$catch
\*---------------------------------------------------------------*/

#catch {
  padding: 56px 0 0 0;
}

/* content */
#catch .text {
  font-size: 36px;
  line-height: 1.5;
}

#catch .text,
#catch .text * {
  letter-spacing: -.8px;
}

#catch .highlight {
  font-size: 52px;
  font-weight: 900;
}


@media screen and (max-width: 600px) {

  #catch {
    padding: 24px 0 0 0;
  }

  /* content */
  #catch .text {
    font-size: 5vw;
  }

  #catch .highlight {
    font-size: 8vw;
  }
}


/*---------------------------------------------------------------*\
$cta
\*---------------------------------------------------------------*/

#cta {
  width: 100%;
  margin: 64px auto 0;
  padding: 0 0 32px 0;
}

#cta .note {
  font-size: 12px;
  margin: 72px 0 0 0;
}

/* slider */
#cta .slider_container {
  overflow: hidden;
}

#cta .slides {
  display: flex;
  width: 3800px;
  -webkit-animation: slide 40s linear infinite;
  animation: slide 40s linear infinite;
}

#cta .slider {
  width: 3800px;
}

#cta .slide {
  flex-basis: 50%;
}

#cta .slide img {
  width: calc((100%) / 6);
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* windows */
#cta .attention {
  padding: 20px 0;
  gap: 8px;
}

/* heading */
#cta .wrap_heading {
  gap: 16px;
  padding: 40px 0 0 0;
}

#cta .heading,
#cta .heading * {
  font-size: 42px;
}

#cta .heading {
  line-height: 1.4;
}

#cta .highlight {
  margin: 0 4px;
  padding: 0 6px;
}

/* content */
#cta .features {
  margin: 40px 0;
  border: solid 1px rgba(255, 255, 255, .15);
  border-left: none;
  border-right: none;
  grid-template-columns: 1fr 1fr 1fr;
}

#cta .each {
  padding: 24px 0;
  gap: 8px;
}

#cta .each:nth-last-of-type(2) {
  border: solid 1px rgba(255, 255, 255, .15);
  border-top: none;
  border-bottom: none;
}

#cta .icon {
  width: 24px;
}

/* cta */
#cta .cta_buttons {
  gap: 20px;
}

#cta .cta_button {
  width: 400px;
  height: 84px;
  gap: 4px;
  position: relative;
  -webkit-transition: all .15s;
  transition: all .15s;
  transition: opacity .1s, transform .1s;

  &:hover {
    opacity: .9;
  }

  &:active {
    transform: scale(.9);
  }
}

#cta .cta_button .sub_text {
  font-size: 14px;
}

#cta .cta_button .main_text {
  font-size: 22px;
}

#cta .cta_button .info {
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
}


#cta .swiper-wrapper {
  transition-timing-function: linear;
}

#cta .swiper-slide {
  width: 320px;
}


@media (max-width: 960px) {

  #cta .features {
    grid-template-columns: 1fr;
  }

  #cta .each:nth-last-of-type(2) {
    border-top: solid 1px rgba(255, 255, 255, .15);
    border-bottom: solid 1px rgba(255, 255, 255, .15);
    border-right: none;
    border-left: none;
  }
}


@media (max-width: 860px) {

  #cta .cta_buttons {
    flex-direction: column;
    align-items: center;
  }
}


@media (max-width: 600px) {

  #cta .note {
    font-size: 10px;
  }

  /* windows */
  #cta .attention {
    padding: 12px 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  #cta .attention * {
    font-size: 14px;
  }

  /* slider */
  #cta .slides {
    width: 2500px;
  }

  #cta .slider {
    width: 2500px;
  }

  /* heading */
  #cta .wrap_heading {
    padding: 32px 0 0 0;
    gap: 12px;
  }

  #cta .heading,
  #cta .heading * {
    font-size: 28px;
  }

  /* content */
  #cta .features {
    margin: 32px 0;
  }

  #cta .each {
    padding: 16px 0;
    gap: 6px;
  }

  #cta .icon {
    width: 16px;
  }

  #cta .cta_button {
    width: calc(100% - 24px);
  }

  /* cta */
  #cta .cta_button {
    height: 64px;

    &:hover {
      opacity: 1;
    }

    &:active {
      transform: scale(1);
    }
  }

  #cta .cta_button .main_text {
    font-size: 19px;
  }
}


/*---------------------------------------------------------------*\
$advantages
\*---------------------------------------------------------------*/

#advantages {
  background: linear-gradient(180deg, #EDF1F8, #fff);
  padding: 72px 0 100px;
}

#advantages .height_option {
  height: 250px !important;
}

/* heading */
#advantages .wrap_heading {
  gap: 20px;
  margin: 0 0 64px 0;
}

#advantages .subtitle {
  font-size: 24px;
}

#advantages .heading {
  font-size: 42px;
}

/* content */
#advantages .wrap_columnHead {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 32px;
}

#advantages .column_head {
  width: 465px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 100px;
}

#advantages .column_head:first-of-type {
  border: solid 1px #C3C3C3;
}

#advantages .wrap_columnDetail {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto 32px;
}

#advantages .wrap_columnDetail:last-child {
  margin: 0 auto;
}

/* each */
#advantages .each {
  width: 465px;
  flex-shrink: 0;
}

#advantages .each .column_head_sp {
  padding: 14px 0;
  display: none;
}

#advantages .thumbnail {
  width: 150px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
}

#advantages .person {
  width: 64px;
}

#advantages .worries {
  width: 100%;
  height: 100%;
}

#advantages .comment {
  width: 100%;
  position: relative;
  background-color: #383838;
  padding: 0 24px;
  gap: 4px;
}

#advantages .comment:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 14px;
  height: 18px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #383838;
}

#advantages .answer {
  height: 100%;
  padding: 0 24px;
  border: solid 1px #159270;
  width: 100%;
  gap: 16px;
  position: relative;
}

#advantages .answer dl {
  gap: 6px;
}

#advantages .highlight {
  font-size: 22px;
  font-weight: 780;
}

#advantages .check {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#advantages .icon {
  width: 22px;
}

/* blank */
#advantages .blank {
  width: 100%;
  position: relative;
}

#advantages .arrow {
  width: 32px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


@media screen and (max-width: 1080px) {

  #advantages .height_option {
    height: inherit !important;
  }

  /* content */
  #advantages .wrap_columnDetail {
    flex-direction: column;
    gap: 26px;
    margin: 0 auto 64px;
  }

  #advantages .wrap_columnHead {
    display: none;
  }

  /* each */
  #advantages .each .column_head_sp {
    display: block;
  }

  #advantages .each {
    width: 100%;
  }

  #advantages .each:first-of-type {
    border: solid 1px #383838;
  }

  #advantages .comment {
    align-items: center;
    padding: 0 150px 0 0;
  }

  #advantages .comment .line {
    text-align: center;
  }

  #advantages .answer {
    min-height: 130px;
    align-items: center;
    padding: 24px 0;
  }

  #advantages .answer dt {
    display: none;
  }

  #advantages .answer dd {
    text-align: center;
  }

  #advantages .check {
    display: none;
  }

  /* blank */
  #advantages .arrow {
    transform: rotate(90deg);
  }
}


@media screen and (max-width: 600px) {

  #advantages {
    padding: 48px 0 80px;
  }

  /* heading */
  #advantages .wrap_heading {
    margin: 0 0 40px 0;
    gap: 12px;
  }

  #advantages .subtitle {
    font-size: 16px;
  }

  #advantages .heading {
    font-size: 26px;
  }

  /* content */
  #advantages .wrap_columnDetail {
    gap: 24px;
  }

  /* each */
  #advantages .each .column_head_sp {
    padding: 10px 0;
  }

  #advantages .comment {
    padding: 0 20px;
    align-items: flex-start;
  }

  #advantages .comment:before {
    left: -8px;
    width: 10px;
    height: 14px;
  }

  #advantages .comment .line {
    text-align: left;
  }

  #advantages .answer {
    min-height: 100px;
    gap: 8px;
  }

  #advantages .highlight {
    font-size: 17px;
  }

  #advantages .thumbnail {
    width: 110px;
  }

  #advantages .person {
    width: 48px;
  }


  /* blank */
  #advantages .arrow {
    width: 24px;
  }

}


/*---------------------------------------------------------------*\
$detail
\*---------------------------------------------------------------*/

#detail {
  padding: 72px 0 100px;
  position: relative;
  background: linear-gradient(180deg, #EDF1F8, #fff);
}

/* upper */
#detail .upper {
  width: 92%;
  max-width: 1200px;
  gap: 32px;
  margin: 0 auto;
}

#detail .upper .badge {
  width: 260px;
  flex-shrink: 0;
  margin: 16px 0 0 0
}

#detail .upper .border {
  width: 1px;
  height: auto;
}

#detail .upper .wrap_heading {
  padding: 16px 0;
}

#detail .upper .heading,
#detail .upper .heading * {
  font-size: 36px;
}

#detail .upper .heading span {
  display: inline;
}

#detail .upper .description {
  margin: 40px 0 0 0;
}

#detail .upper .description,
#detail .upper .description * {
  font-size: 21px;
}

#detail .upper .highlight {
  display: inline-block;
  padding: 6px 8px;
  margin: 4px;
}

/* marks */
#detail .upper .marks {
  width: 230px;
  margin: 32px 0 0 0;
}

/* message */
#detail .upper .message {
  gap: 8px;
  margin: 24px 0 0 0;
  padding: 16px;
}

#detail .upper .message_title {
  font-size: 15px;
}

#detail .upper .message_detail {
  padding: 0 0 0 16px;
}

#detail .upper .message_detail,
#detail .upper .message_detail * {
  font-size: 14px;
}

/* middle */
#detail .middle {
  width: 92%;
  max-width: 1200px;
  gap: 56px;
  margin: 48px auto 0;
  grid-template-columns: 1fr 1fr 1fr;
}

#detail .middle .thumbnail {
  background-color: #eee;
  width: 100%;
}

#detail .middle .subject {
  height: 94px;
  font-size: 24px;
  margin: 32px 0 0 0;
}

#detail .middle .info,
#detail .middle .info * {
  font-size: 16px;
  margin: 32px 0 0 0;
}

#detail .middle .detail_listHead {
  font-size: 15px;
  padding: 12px;
  margin: 24px 0 0 0;
}

#detail .middle .detail_listContent {
  padding: 12px;
  gap: 6px;
}

#detail .middle .detail_listContent,
#detail .middle .detail_listContent * {
  font-size: 14px;
}

/* bottom */
#detail .bottom {
  width: 92%;
  max-width: 1200px;
  gap: 32px;
  margin: 56px auto 0;
  padding: 32px;
  position: relative;
}

#detail .bottom.attention:before {
  display: block;
  content: '';
  border-left: solid 5px #0E4975;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#detail .bottom .thumbnail {
  width: 280px;
  flex-shrink: 0;
  background-color: #fff;
}

#detail .bottom .subject {
  font-size: 24px;
}

#detail .bottom .info,
#detail .bottom .info * {
  font-size: 16px;
}

#detail .bottom .info {
  margin: 16px 0 0 0;
}

#detail .bottom .note {
  font-size: 12px;
  margin: 12px 0 0 0;
}

#detail .bottom .illustration {
  width: 100px;
  flex-shrink: 0;
}

#detail .bottom.background {
  background-image: url('../img/detail/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media screen and (max-width: 1080px) {

  /* middle */
  #detail .middle {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (max-width: 860px) {

  /* upper */
  #detail .upper .badge {
    width: 240px;
  }

  /* middle */
  #detail .middle {
    grid-template-columns: 1fr;
  }

  #detail .middle .subject {
    height: auto;
  }
}


@media screen and (max-width: 760px) {

  /* upper */
  #detail .upper {
    flex-direction: column;
    gap: 14px;
  }

  #detail .upper .wrap_heading {
    padding: 0;
  }

  #detail .upper .badge {
    margin: 0;
  }

  #detail .upper .border {
    width: 100%;
    height: 1px;
  }

  /* bottom */
  #detail .bottom {
    gap: 16px;
    flex-direction: column;
  }

  #detail .bottom .thumbnail {
    width: 100%;
  }

  #detail .bottom .subject {
    text-align: center;
  }
}


@media screen and (max-width: 600px) {

  #detail {
    padding: 48px 0 80px;
  }

  /* upper */
  #detail .upper .badge {
    width: 180px;
  }

  #detail .upper .heading,
  #detail .upper .heading * {
    font-size: 23px;
  }

  #detail .upper .description,
  #detail .upper .description * {
    font-size: 17px;
  }

  #detail .upper .message_detail,
  #detail .upper .message_detail * {
    font-size: 13px;
  }

  /* marks */
  #detail .upper .marks {
    width: 200px;
  }

  /* middle */
  #detail .middle .subject {
    font-size: 20px;
  }

  #detail .middle .info {
    margin: 16px 0 0 0;
  }

  #detail .middle .info,
  #detail .middle .info * {
    font-size: 15px;
  }

  #detail .middle .detail_listHead {
    font-size: 14px;
  }

  #detail .middle .detail_listContent,
  #detail .middle .detail_listContent * {
    font-size: 13px;
  }

  /* bottom */
  #detail .bottom {
    padding: 20px;
  }

  #detail .bottom.attention {
    padding: 32px 20px 20px;
  }

  #detail .bottom.attention:before {
    display: none;
  }

  #detail .bottom .info,
  #detail .bottom .info * {
    font-size: 15px;
  }

  #detail .bottom .subject {
    font-size: 19px;
    text-align: center;
  }

  #detail .bottom .note {
    font-size: 10px;
  }
}


/*---------------------------------------------------------------*\
$staff
\*---------------------------------------------------------------*/

#staff {
  gap: 64px;
  padding: 80px 0 100px;
  position: relative;
  background: linear-gradient(180deg, #EDF1F8, #fff);
}

/* heading */
#staff .wrap_heading {
  gap: 20px;
}

#staff .subtitle {
  font-size: 24px;
}

#staff .heading {
  font-size: 40px;
}

/* content */
#staff .content {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 64px;
}

#staff .content .each {
  gap: 64px;
}

#staff .content .thumbnail {
  width: 260px;
  aspect-ratio: 1/1;
  background-color: #ddd;
  flex-shrink: 0;
}

#staff .content .texts {
  gap: 24px;
}

#staff .content .wrap_decolation {
  gap: 24px;
}

#staff .content .decolation {
  width: 16px;
  flex-shrink: 0;
}

#staff .content .border {
  width: 100%;
  height: 1px;
}

#staff .content .intro {
  font-size: 20px;
}

#staff .content .subject {
  font-size: 32px;
  margin-block-start: -8px;
}

#staff .content .by {
  font-size: 14px;
  margin-block-start: -8px;
}

#staff .content .description {
  padding: 28px;
}

#staff .content .description,
#staff .content .description * {
  font-size: 16px;
}


@media screen and (max-width: 960px) {

  /* content */
  #staff .content .each {
    gap: 40px;
  }

  #staff .content .each.each:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}


@media screen and (max-width: 760px) {

  /* content */
  #staff .content .each {
    flex-direction: column;
  }

  #staff .content .each.each:nth-of-type(2) {
    flex-direction: column-reverse;
  }

  #staff .content .thumbnail {
    margin: 0 auto;
  }
}


@media screen and (max-width: 600px) {

  #staff {
    padding: 48px 0 80px;
    gap: 40px;
  }

  /* heading */
  #staff .wrap_heading {
    gap: 12px;
  }

  #staff .subtitle {
    font-size: 16px;
  }

  #staff .heading {
    font-size: 26px;
  }

  /* content */
  #staff .content .thumbnail {
    width: 100%;
  }

  #staff .content .texts {
    gap: 16px;
  }

  #staff .content .intro {
    font-size: 16px;
  }

  #staff .content .subject {
    font-size: 24px;
  }

  #staff .content .description {
    padding: 20px;
  }

  #staff .content .description,
  #staff .content .description * {
    font-size: 14px;
  }

  #staff .content .by {
    font-size: 12px;
  }
}


/*---------------------------------------------------------------*\
$reasons
\*---------------------------------------------------------------*/

#reasons {
  gap: 64px;
  padding: 72px 0 100px;
  position: relative;
  background: linear-gradient(180deg, #EDF1F8, #fff);
}

/* heading */
#reasons .wrap_heading {
  gap: 20px;
}

#reasons .subtitle {
  font-size: 24px;
}

#reasons .heading {
  font-size: 40px;
}

/* content */
#reasons .content {
  overflow-x: auto;
  padding: 0 4%;
  gap: 48px;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


@media screen and (max-width: 600px) {

  #reasons {
    gap: 40px;
    padding: 48px 0 80px;
  }

  /* heading */
  #reasons .wrap_heading {
    gap: 12px;
  }

  #reasons .subtitle {
    font-size: 16px;
  }

  #reasons .heading {
    font-size: 26px;
  }
}


/*---------------------------------------------------------------*\
$table
\*---------------------------------------------------------------*/

#table {
  gap: 64px;
}

/* content */
#table .content {
  overflow-x: auto;
  gap: 48px;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* hint */
#table .hint {
  width: 140px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: opacity 0.3s ease;
}

#table .icon_hint {
  font-size: 18px;
  animation: slideArrow 2s infinite ease-in-out;
  opacity: 0.7;
  margin: 0 0 4px 20px;
}

#table .text_hint {
  font-size: 12px;
}

@keyframes slideArrow {

  0% {
    transform: translateX(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  70% {
    transform: translateX(-20px);
    opacity: 1;
  }

  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
}

/* カラム数 */
#table .column-option {
  grid-template-columns: 200px 1fr 200px 200px;
}

/* border */
#table .grid-table .border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_bottomGreen {
  border-bottom: 1px solid #ccebd0;
}

#table .grid-table .border_top {
  border-top: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_right {
  border-right: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_left {
  border-left: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table {
  display: grid;
  background-color: #fff;
}

#table .grid-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#table .grid-label {
  background: #f8f8f8;
}

#table .grid-item {
  padding: 20px 16px;
  font-size: 15px;
  gap: 10px;
}

#table .grid-item-lower {
  height: -webkit-fill-available;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

#table .subject {
  font-size: 20px;
  font-weight: 760;
}

#table ul {
  gap: 6px;
}

#table .description {
  font-size: 14px;
  gap: 4px;
}

#table .icon {
  width: 18px;
  flex-shrink: 0;
}

#table .icon svg {
  width: 100%;
}

#table .note {
  font-size: 13px;
}

#table .caution {
  display: flex;
}

#table .introduction {
  gap: 48px;
  padding: 40px;
  background: #fafafa;
}

#table .introduction .each {
  gap: 4px;
}

#table .introduction .subject {
  font-size: 24px;
}


@media (min-width: 1281px) {

  /* content */
  #table .hint {
    display: none;
  }
}


@media (max-width: 1280px) {

  /* content */
  #table .grid-table {
    width: fit-content;
  }

  #table .note {
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
}


@media (max-width: 1080px) {

  /* content */
  #table .content {
    padding: 0 40px 10px;
  }
}


@media (max-width: 600px) {

  /* content */
  #table .content {
    padding: 0 20px;
  }

  #table .grid-item {
    font-size: 12px;
    padding: 16px;
  }

  #table .subject {
    font-size: 16px;
  }

  #table .icon {
    width: 16px;
  }

  #table .column-option {
    grid-template-columns: 140px 320px 140px 140px;
  }
}


/*---------------------------------------------------------------*\
$caution
\*---------------------------------------------------------------*/

/* heading */
#caution .heading {
  padding: 18px 0;
  gap: 12px;
  font-size: 24px;
  position: relative;
}

#caution .heading:after {
  position: absolute;
  display: block;
  content: '';
  bottom: -17px;
  right: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #BD292D;
}

#caution .heading .icon {
  width: 42px;
}

/* content */
#caution .content {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 0 64px;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

#caution .content .each {
  border: solid 2px #BD292D;
  box-shadow: 0 4px 4px 0 rgba(189, 41, 45, 0.24);
  padding: 12px;
  gap: 24px;
}

#caution .content .thumbnail {
  width: 110px;
  aspect-ratio: 1/1;
}

#caution .content .icon_each {
  width: 48px;
}


@media (max-width: 760px) {

  /* heading */
  #caution .heading {
    font-size: 19px;
    padding: 14px 0;
  }

  #caution .heading .icon {
    width: 32px;
  }

  /* content */
  #caution .content {
    padding: 32px 0 56px;
    gap: 16px;
    grid-template-columns: 1fr;
  }

  #caution .content .thumbnail {
    width: 80px;
  }

  #caution .content .subject {
    font-size: 16px;
  }
}


@media (max-width: 600px) {

  /* content */
  #caution .content .icon_each {
    width: 36px;
  }
}


/*---------------------------------------------------------------*\
$fee
\*---------------------------------------------------------------*/

#fee {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 0;
}

/* content */
#fee .content {
  gap: 48px;
}

#fee .content .thumbnail {
  width: 50%;
  max-width: 560px;
  flex-shrink: 0;
}

#fee .content .texts {
  width: 100%;
}

#fee .content .subtitle {
  gap: 4px;
}

#fee .content .icon {
  width: 28px;
}

#fee .content .heading {
  font-size: 32px;
  text-decoration: underline;
  margin: 20px 0 0 0;
}

#fee .content .description {
  margin: 40px 0 0 0;
}


@media screen and (max-width: 860px) {

  /* content */
  #fee .content {
    flex-direction: column;
  }

  #fee .content .thumbnail {
    width: 100%;
    max-width: inherit;
  }
}


@media screen and (max-width: 600px) {

  #fee {
    padding: 80px 0;
  }

  /* content */
  #fee .content {
    gap: 32px;
  }

  #fee .content .heading {
    font-size: 24px;
    margin: 8px 0 0 0;
  }

  #fee .content .icon {
    width: 20px;
  }
}


/*---------------------------------------------------------------*\
$flow
\*---------------------------------------------------------------*/

#flow {
  gap: 64px;
  padding: 72px 0 100px;
  position: relative;
  background: linear-gradient(180deg, #EDF1F8, #fff);
}

/* heading */
#flow .wrap_heading {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 32px;
}

#flow .heading {
  font-size: 40px;
}

/* steps */
#flow .flow {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: repeat(5, 1fr 30px);
  gap: 40px;
}

#flow .flow .each {
  width: calc((100% - 30px) / 5);
  height: 200px;
  position: relative;
  gap: 8px;
  border-radius: 8px;
}

#flow .flow .each:not(:last-child) {
  padding: 0 0 0 15px;
}

#flow .flow .each:last-child {
  border-radius: 6px;
}

#flow .flow .each:not(:last-child):after {
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
  position: absolute;
  --r: 0px;
  width: 30px;
  height: calc(100% - 12px);
  -webkit-mask: linear-gradient(-90deg, #0000 calc(var(--r) / sqrt(2)), #000 0), radial-gradient(var(--r) at calc(100% - var(--r) * sqrt(2)) 50%, #000 98%, #0000 101%);
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  background-color: #fff;
}

#flow .flow .icon {
  width: 44px;
}

/* area */
#flow .wrap_area {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 32px;
}

#flow .wrap_area .name {
  font-size: 28px;
  padding: 20px 0;
}

#flow .wrap_area .list {
  gap: 8px;
  padding: 24px;
  border: solid 1px #00B17A;
  border-top: none;
}

#flow .wrap_area .list li {
  font-size: 16px;
}

#flow .wrap_area .list li:after {
  content: '/';
  margin: 0 0 0 8px;
  color: #999;
}

#flow .wrap_area .list li:last-child:after {
  content: '';
}

#flow .note {
  font-size: 14px;
  width: 92%;
  margin: -20px auto 0;
}


@media screen and (max-width: 960px) {

  #flow .flow .subject,
  #flow .flow .subject * {
    font-size: 14px;
  }
}


@media screen and (max-width: 760px) {

  #flow {
    gap: 32px;
  }

  /* steps */
  #flow .flow {
    flex-direction: column;
  }

  #flow .flow .each {
    width: 100%;
    height: 140px;
    max-width: 300px;
    margin: 0 auto 16px;
  }

  #flow .flow .each:not(:last-child):after {
    top: inherit;
    bottom: -40px;
    right: 0;
    left: 0;
    width: calc(100% - 12px);
    height: 40px;
    -webkit-mask: linear-gradient(0deg, #0000 calc(var(--r) / sqrt(2)), #000 0), radial-gradient(var(--r) at 50% calc(100% - var(--r) * sqrt(2)), #000 98%, #0000 101%);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: linear-gradient(45deg, #fff, #fff);
  }

  #flow .flow .each:not(:last-child) {
    padding: 30px 0 0 0;
    height: auto;
  }

  #flow .flow .subject,
  #flow .flow .subject * {
    font-size: 16px;
  }
}


@media screen and (max-width: 600px) {

  #flow {
    padding: 48px 0 80px;
  }

  /* heading */
  #flow .heading {
    font-size: 26px;
  }

  /* steps */
  #flow .flow {
    grid-template-columns: 1fr;
  }

  #flow .flow .each {
    max-width: inherit;
    height: 110px;
  }

  #flow .flow .subject,
  #flow .flow .subject * {
    font-size: 14px;
  }

  #flow .flow .icon {
    width: 38px;
  }


  /* area */
  #flow .wrap_area {
    gap: 24px;
  }

  #flow .wrap_area .name {
    font-size: 17px;
    padding: 14px 0;
  }

  #flow .wrap_area .list {
    padding: 16px;
  }

  #flow .wrap_area .list li {
    font-size: 13px;
  }

  #flow .note {
    font-size: 11px;
  }
}


/*---------------------------------------------------------------*\
$faq
\*---------------------------------------------------------------*/

#faq {
  gap: 64px;
  padding: 72px 0 100px;
  position: relative;
  background: linear-gradient(180deg, #EDF1F8, #fff);
}

/* heading */
#faq .wrap_heading {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 24px;
}

#faq .heading {
  font-size: 40px;
}

/* content */
#faq .accordion {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

#faq .accordion_item {
  cursor: pointer;
  border: solid 1px #38A350;
  padding: 6px;
}

#faq .accordion_title {
  position: relative;
  font-weight: bold;
  padding: 32px 64px 32px 32px;
  cursor: pointer;
  gap: 12px;
}

#faq .accordion_title:before,
#faq .accordion_title:after {
  content: "";
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #38A350;
  width: 16px;
  height: 3px;
  transition: all 0.3s;
  border-radius: 8px;
}

#faq .accordion_title:after {
  transform: rotate(90deg);
}

#faq .accordion__content {
  display: none;
  cursor: pointer;
  padding: 32px;
}

#faq .accordion__content.is-open {
  display: block;
}

#faq .accordion_item.is-active .accordion_title::before {
  transform: rotate(180deg);
}

#faq .accordion_item.is-active .accordion_title::after {
  transform: rotate(180deg);
  opacity: 0;
}

.js-accordion-trigger {
  pointer-events: none;
}

.accordion_title {
  pointer-events: auto;
}


@media screen and (max-width: 600px) {

  #faq {
    padding: 48px 0 80px;
    gap: 40px;
  }

  /* heading */
  #faq .heading {
    font-size: 26px;
  }

  /* accordion */
  #faq .accordion {
    gap: 16px;
  }

  #faq .accordion_title {
    padding: 12px 48px 12px 12px;
  }


  #faq .accordion_title:before,
  #faq .accordion_title:after {
    width: 14px;
    height: 3px;
    right: 12px;
  }

  #faq .accordion__content {
    padding: 12px;
  }
}


/*---------------------------------------------------------------*\
$company
\*---------------------------------------------------------------*/

#company {
  gap: 64px;
  padding: 0 0 100px;
  position: relative;
}

/* heading */
#company .wrap_heading {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
}

#company .heading {
  font-size: 48px;
}

/* content */
#company .content {
  background-color: rgba(255, 255, 255, .8);
  position: relative;
  gap: 32px;
  margin: 0 auto;
  width: 92%;
  max-width: 1280px;
}

#company .content * {
  font-size: 16px;
}

#company .content .headline {
  padding: 16px 0 16px 16px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
}

#company .content .each_info dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  flex-shrink: 0;
  text-align: center;
  border-bottom: solid 1px #333;
  padding-bottom: 32px;
}

#company .content .each_info dt>time {
  font-size: 15px;
}

#company .content .each_info dd {
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding: 0 0 32px 5%;
  gap: 24px;
}

#company .content .wrap_list {
  gap: 12px;
}

#company .content .each_list {
  gap: 8px;
}

#company .content .inner_list {
  gap: 10px;
}

#company .content .subject_small {
  font-size: 13px;
  color: #666;
}

#company .content .divider {
  border-bottom: dashed 1px #ddd;
  margin: 16px 0;
}

#company .content .thumbnail {
  width: 220px;
  aspect-ratio: 1/1;
}

#company .content .thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


@media screen and (max-width: 600px) {

  #company {
    padding: 0 0 80px;
    gap: 40px;
  }

  /* heading */
  #company .wrap_heading {
    padding: 64px 0;
  }

  #company .heading {
    font-size: 26px;
  }

  /* content */
  #company .content {
    gap: 24px;
  }

  #company .content .headline {
    padding: 10px 0 10px 16px;
  }

  #company .content .each_info dt {
    width: 90px;
    padding-bottom: 24px;
    font-size: 13px;
  }

  #company .content .each_info dt>time {
    font-size: 13px;
  }

  #company .content .each_info dd {
    width: calc(100% - 90px);
    padding: 0 0px 24px 5%;
    font-size: 13px;
  }

  #company .content .each_list span {
    font-size: 13px;
  }
}


/*---------------------------------------------------------------*\
$footer 
\*---------------------------------------------------------------*/

footer {
  padding: 24px 0;
}

footer .copyright {
  font-size: 13px;
}


@media screen and (max-width: 600px) {

  footer .copyright {
    font-size: 10px;
  }
}