/*-----------------------
 cta-area
-------------------------*/

section.cta-area {
  background-color: #007efc;
  padding: 40px 0;
  text-align: center;
}
section.cta-area h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
section.cta-area p.catch {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}
section.cta-area p.catch span {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
section.cta-area .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 30px;
}
section.cta-area .btn-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

section.cta-area .btn-area .btn span {
  display: block;
}
section.cta-area .btn-area .btn img {
  display: block;
  width: 30px;
  height: auto;
}

section.cta-area .btn-area .btn.assessment {
  background-color: #fc6b00;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 11px 24px;
  border-radius: 4px;
  border: 3px solid #fff;
}
section.cta-area .btn-area .btn.transfer {
  background-color: #fff;
  color: #fc6b00;
  font-size: 32px;
  font-weight: bold;
  padding: 11px 24px;
  border-radius: 4px;
  border: 3px solid #fc6b00;
}
section.cta-area .tel-area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cta-area .tel-area .tel-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-right: 17px;
}

section.cta-area .tel-area .tel-icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.cta-area .tel-area .tel-icon {
  display: block;
  width: 24px;
  height: auto;
}
section.cta-area .tel-area .tel-number {
  font-size: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-right: 30px;
}
section.cta-area .tel-area .tel-time {
  font-size: 15px;
  color: #fff;
}

@media (max-width: 768px) {
  section.cta-area {
    padding: 40px 0;
  }
  section.cta-area h2 {
    font-size: 20px;
  }

  section.cta-area p.catch {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.cta-area p.catch span {
    font-size: 32px;
    margin-top: 10px;
  }

  section.cta-area .btn-area {
    flex-direction: column;
    gap: 14px;
  }
  section.cta-area .btn-area .btn {
    width: 70%;
  }
  section.cta-area .btn-area .btn.assessment,
  section.cta-area .btn-area .btn.transfer {
    font-size: 18px;
    padding: 13px 0;
  }
  section.cta-area .tel-area {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  section.cta-area .tel-area .tel-title {
    font-size: 16px;
  }
  section.cta-area .tel-area .tel-icon {
    width: 20px;
    margin-right: 6px;
  }
  section.cta-area .tel-area .tel-number {
    font-size: 24px;
    margin-right: 0;
  }
  section.cta-area .tel-area .tel-time {
    font-size: 12px;
  }
}
/*-----------------------
 mv
-------------------------*/
section.mv {
  width: 100%;
  aspect-ratio: 1440/800;
  height: auto;
  background-image: url("../images/mv_back_new.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
section.mv .mv-button {
  position: absolute;
  top: calc(584 / 800 * 100%);
  left: calc(880 / 1440 * 100%);
  width: calc(461 / 1440 * 100%);
  height: auto;
}
section.mv .mv-button img {
  width: 100%;
  height: auto;
}
section.mv .wrap {
  padding: 94px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
section.mv .wrap > div {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.mv .wrap h2 {
  width: 492px;
  height: 67px;
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #2b3689;
  font-weight: bold;
  padding: 15px 0 0 0;
  background-image: url("../images/mv_fuki01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

section.mv .wrap .left .catch {
  font-size: 2.1rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
section.mv .wrap .left .catch span,
section.mv .wrap .left .catch strong {
  display: inline-block;
}
section.mv .wrap .left .catch strong {
  font-size: 4.9rem;
}
section.mv .wrap .left ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: stretch;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.mv .wrap .left ul li {
  width: 48%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 1.5em 0 0.75em 0;
  margin-bottom: 1em;
  border-radius: 1.5em;
  box-shadow: 0px 2px 3px 3px #999 inset;
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: bold;
}
section.mv .wrap .left ul li .tit {
  font-size: 1.8rem;
  color: #007efc;
}
section.mv .wrap .left ul li span {
  color: #e55252;
}
section.mv .wrap .left ul li span strong {
  font-size: 4.3rem;
}

section.mv .wrap .right .catch {
  font-size: 2.1rem;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}
section.mv .wrap .right .catch span,
section.mv .wrap .right .catch strong {
  display: inline-block;
}
section.mv .wrap .right .catch strong {
  font-size: 4.1rem;
}
section.mv .wrap .right .catch i.yellow {
  color: #ffce00;
}
section.mv .wrap .right ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0.5em;
}

aside.bannur_btn .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em 0;
}

@media (max-width: 768px) {
  section.mv {
    aspect-ratio: 375/902;
    background-image: url("../images/mv_back_sp.svg");
  }
}

/*-----------------------
 lead
-------------------------*/
section.lead {
  background-color: #f8f8f8;
  padding-top: 80px;
}
section.lead .title-area {
  text-align: center;
}
section.lead .title-area h2 {
  font-size: 48px;
  color: #363636;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #363636;
  display: inline-block;
  margin: 0 auto;
}
section.lead .lead-img {
  width: 1008px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
}

section.lead .lead-img .lead-img-pc {
  display: block;
}
section.lead .lead-img .lead-img-sp {
  display: none;
}

section.lead .lead-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  section.lead {
    padding-top: 40px;
  }
  section.lead .lead-img {
    width: 80%;
  }

  section.lead .title-area h2 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  section.lead .lead-img .lead-img-pc {
    display: none;
  }
  section.lead .lead-img .lead-img-sp {
    display: block;
  }
}
/*-----------------------
 relief
-------------------------*/
section.relief {
  background-color: #fff;
  padding: 5vw 0;
}

section.relief .arrow-bottom {
  width: 368px;
  margin: 0 auto;
  display: block;
}

section.relief .title-area {
  font-size: 24px;
  color: #363636;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 61px;
  gap: 27px;
}
section.relief .title-area p {
  font-size: 48px;
  color: #363636;
  font-weight: bold;
}
section.relief .title-area img {
  width: 202px;
  height: auto;
  display: block;
}

section.relief ul {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  counter-reset: count 0;
}
section.relief ul li {
  text-align: center;
  width: 19%;
  padding: 2em 0 1.5em 0;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
  border-radius: 1.5em;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
section.relief ul li img {
  width: auto;
  height: auto;
  max-height: 50px;
  margin-bottom: 1em;
}

section.relief ul li:before {
  content: "0" counter(count);
  counter-increment: count 1;
  color: #007efc;
  position: absolute;
  font-weight: bold;
  font-size: 3.7rem;
  top: -0.75em;
  left: 0.5em;
  font-style: italic;
}
section.relief ul li strong {
  color: #007efc;
}

@media (max-width: 768px) {
  section.relief .arrow-bottom {
    width: 217px;
  }
  section.relief .title-area {
    font-size: 24px;
  }

  section.relief .title-area {
    gap: 8px;
    margin-top: 40px;
  }
  section.relief .title-area p {
    font-size: 18px;
  }
  section.relief .title-area img {
    width: 124px;
    height: auto;
  }
}

/*-----------------------
 feature
-------------------------*/
section.feature {
  background-color: #fff;
  padding: 5vw 0;
}
section.feature h2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}
section.feature h2 div p {
  font-size: 32px;
  color: #030f8a;
  font-weight: bold;
}
section.feature h2 div p span {
  color: #007efc;
}
section.feature .wrap > section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5vw;
}
section.feature .wrap > section div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.feature .wrap > section div.no {
  width: 4%;
  color: #007efc;
  font-size: 1.9rem;
  font-weight: bold;
  font-style: italic;
}
section.feature .wrap > section div.no strong {
  display: inline-block;
  font-size: 5.3rem;
}
section.feature .wrap > section div.left {
  width: 50%;
  padding-right: 10%;
  line-height: 2;
  font-size: 1.4rem;
}
section.feature .wrap > section div.left h3 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
  color: #030f8a;
}
section.feature .wrap > section div.left h3 strong {
  color: #007efc;
}
section.feature .wrap > section div.right {
  width: 35%;
  margin-left: 0%;
  text-align: center;
  font-weight: bold;
}
section.feature .wrap > section div.right img {
  width: auto;
  height: auto;
  max-height: 160px;
  max-width: 250px;
  margin-bottom: 1em;
}
section.feature .wrap > section div.right p.catch {
  text-align: left;
  font-size: 4.2rem;
  color: #030f8a;
}
section.feature .wrap > section div.right p.catch.point05 {
  font-size: 3.5rem;
}
section.feature .wrap > section div.right p.catch.mid {
  font-size: 2.5rem;
}
section.feature .wrap > section div.right p.catch strong {
  color: #f2b165;
  font-size: 6.2rem;
}
section.feature .wrap > section div.right p.small {
  color: #363636;
  font-size: 1.4rem;
}

section.feature .wrap > section.under {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.feature .wrap > section.under h3 {
  display: inline-block;
  margin-right: 3%;
  color: #030f8a;
  font-size: 2.4rem;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #030f8a;
  border-radius: 0.5em;
  font-weight: bold;
}
section.feature .wrap > section.under ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 57%;
}
section.feature .wrap > section.under ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding: 0 0 0 40px;
  margin: 0 0 1em 0;
  color: #363636;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/feature_icon_chk.svg");
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center left;
}
section.feature .wrap > section.under ul li:nth-child(odd) {
  width: 65%;
}
section.feature .wrap > section.under ul li:nth-child(even) {
  width: 35%;
}

/*-----------------------
 support
-------------------------*/
section.support {
  padding: 80px 0;
}
section.support .wrap .the_title {
  font-size: 56px;
  color: #363636;
  font-weight: bold;
  text-align: center;
}
section.support .wrap .the_title span {
  color: #007efc;
}
section.support .wrap .the_title span br {
  display: none;
}

section.support .wrap .img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
section.support .wrap .img-area img {
  width: 33.33%;
  height: auto;
}

section.support .wrap .text-area {
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-top: 60px;
  line-height: 1.4;
}

section.support .wrap .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 30px;
}
section.support .wrap .btn-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 11px 24px;
  border-radius: 4px;
}
section.support .wrap .btn-area .btn span {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
section.support .wrap .btn-area .btn img {
  display: block;
  width: 30px;
  height: auto;
}
section.support .wrap .btn-area .btn.blue {
  background-color: #030f8a;
  color: #fff;
  border: 3px solid #030f8a;
}
section.support .wrap .btn-area .btn.white {
  background-color: #fff;
  color: #030f8a;
  border: 3px solid #030f8a;
}

@media (max-width: 768px) {
  section.support {
    padding: 80px 0;
  }
  section.support .wrap .the_title {
    font-size: 24px;
    line-height: 1.4;
  }
  section.support .wrap .the_title span br {
    display: block;
  }
  section.support .wrap .img-area {
    flex-direction: column;
  }
  section.support .wrap .img-area img {
    width: 100%;
    height: auto;
  }

  section.support .wrap .text-area {
    font-size: 20px;
    margin-top: 60px;
  }

  section.support .wrap .btn-area {
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column;
    gap: 14px;
    width: 80%;
  }
  section.support .wrap .btn-area .btn {
    font-size: 20px;
    padding: 13px 20px;
    width: 100%;
  }
  section.support .wrap .btn-area .btn span {
    font-size: 20px;
  }
  section.support .wrap .btn-area .btn img {
    width: 20px;
    height: auto;
  }
  section.support .wrap .btn-area .btn.blue {
    background-color: #030f8a;
    color: #fff;
    border: 3px solid #030f8a;
  }
  section.support .wrap .btn-area .btn.white {
    background-color: #fff;
    color: #030f8a;
    border: 3px solid #030f8a;
  }
}
/*-----------------------
 service
-------------------------*/
section.service {
  padding: 5vw 0;
  background-color: #f8f8f8;
}
section.service h2 div {
  min-width: 380px;
}

section.service div.links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.service div.links a {
  width: 32%;
  text-align: center;
  display: block;
  background-color: #fff;
  padding: 1em 0;
  margin-bottom: 1.5em;
  border-radius: 1.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.53);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
section.service div.links a img {
  margin-bottom: 1em;
}
section.service div.links a:after {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background-image: url("../images/service_arrow.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

/*-----------------------
 hikaku
-------------------------*/
section.hikaku {
  padding: 5vw 0;
}
section.hikaku h2 div {
  min-width: 420px;
}

section.hikaku .inner {
  margin-top: 3vw;
  padding: 12px 0;
  width: 100%;
  min-width: 1036px;
  max-width: 1036px;
  background-image: url("../images/hikaku_table.svg");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 720px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.hikaku .inner table {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

section.hikaku .inner table th {
  position: relative;
  padding: 1.75em 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
section.hikaku .inner table th img {
  position: absolute;
  top: -2px;
  left: 3em;
}
section.hikaku .inner table td {
  padding: 0.6em 1em 0.6em 3em;
  font-weight: bold;
}
section.hikaku .inner table tr:nth-of-type(2) td {
  padding-top: 2.3em;
}
section.hikaku .inner table td:nth-of-type(1) {
  text-align: center;
}
section.hikaku .inner table td:nth-of-type(2) {
  font-size: 2rem;
  color: #030f8a;
  padding: 0.25em 5em 0.25em 4em;
  line-height: 1.65;
  position: relative;
}
section.hikaku .inner table tr:nth-of-type(2) td:nth-of-type(2) {
  padding-top: 1.5em;
}
section.hikaku .inner table td:nth-of-type(2) .fuki {
  position: absolute;
  bottom: -2.5em;
  left: 0.75em;
  line-height: 1.5;
  padding: 2.5em 1em 1.5em 1em;
  background-image: url("../images/hikaku_fuki.svg");
  background-size: 100% auto;
}
section.hikaku .inner table th:nth-of-type(3) {
  padding-left: 2.5em;
  padding-right: 4em;
}
section.hikaku .inner table th:nth-of-type(4) {
  padding-left: 2.5em;
}
section.hikaku .inner table td:nth-of-type(4),
section.hikaku .inner table td:nth-of-type(3) {
  font-size: 1.6rem;
  padding: 0.6em 5em 0.6em 3em;
}
section.hikaku .inner table tr:nth-last-of-type(1) td:nth-of-type(1),
section.hikaku .inner table tr:nth-last-of-type(1) td:nth-of-type(3),
section.hikaku .inner table tr:nth-last-of-type(1) td:nth-of-type(4) {
  line-height: 2;
}
section.hikaku .inner table tr:nth-last-of-type(1) td:nth-of-type(2) {
  vertical-align: top;
}

/*-----------------------
 voice
-------------------------*/
section.voice {
  padding: 5vw 0;
  background-color: #f8f8f8;
}
section.voice h2 div {
  min-width: 230px;
}
section.voice h2 div p {
  font-size: 3.2rem;
  font-weight: bold;
  color: #030f8a;
}
section.voice h2 div p span {
  color: #007efc;
}

/* 外ラッパー：矢印の基準。はみ出しOK */
.case-slider-outer {
  position: relative;
  width: min(1100px, 92vw);
  margin: 32px auto 56px;
  overflow: visible; /* 矢印はみ出し可 */
}

/* 内ラッパー：スライドはクリップ */
.case-swiper-clip {
  overflow: hidden; /* ここで横のカードを隠す */
  border-radius: 12px; /* 角丸（任意）*/
  background: #f5f6f7; /* 背景（任意）*/
  padding: 18px 0 26px; /* 上下の余白（任意）*/
}

/* スライダー本体 */
.case-swiper {
  width: 100%;
}
.case-swiper .swiper-wrapper {
  align-items: stretch;
}
.case-swiper .swiper-slide {
  height: auto;
}

/* カード */
.case-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 20px 24px;
  height: 100%;
}
.case-title {
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #363636;
}
.case-badges {
  display: flex;
  gap: 11px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.case-badge {
  display: inline-block;
  padding: 10px;
  border-radius: 6px;
  background: #007efc;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.case-body {
  font-size: 15px;
  color: #363636;
  line-height: 1.2;
  margin: 0 auto;
  margin-top: 20px;
  width: 60%;
}

/* 矢印（外ラッパー直下に置く） */
.case-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  background: #030f8a;
  display: grid;
  place-items: center;
  z-index: 10;
  cursor: pointer;
  border: 0;
}
.case-nav.prev {
  left: -55px;
} /* ← 外側に突き出すオフセット */
.case-nav.next {
  right: -55px;
}

/* 矢印アイコン（Swiperの矢印スタイルに寄せた簡易矢印） */
.case-nav::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}
.case-nav.next::before {
  transform: rotate(-135deg);
}

/* ページネーション（任意） */
.case-pagination {
  text-align: center;
  margin-top: 14px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .case-slider-outer {
    width: min(640px, 92vw);
  }
  .case-nav.prev {
    left: 6px;
  }
  .case-nav.next {
    right: 6px;
  }
}

/*-----------------------
 flow
-------------------------*/
section.flow {
  background-color: #ffffff;
  padding: 5vw 0;
}
section.flow h2 div {
  min-width: 300px;
}
section.flow h2 div p {
  font-size: 3.2rem;
  font-weight: bold;
  color: #030f8a;
}
section.flow h2 div p span {
  color: #007efc;
}

section.flow .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 800px;
  margin: 0 auto;
  margin-top: 60px;
}
section.flow .inner .flow-card {
  padding: 20px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(166, 166, 166, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}

section.flow .inner .flow-card .flow-card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-items: stretch;
  gap: 30px;
}

section.flow .inner .flow-card .flow-card-inner-sp {
  display: none;
}

section.flow .inner .flow-card .flow-card-inner .flow-card-inner-left img {
  width: 120px;
}

section.flow .inner .flow-card .flow-card-inner .flow-card-inner-center {
  display: flex;
  align-items: center;
}
section.flow .inner .flow-card .flow-card-inner .flow-card-inner-center img {
  width: 70px;
  height: auto;
  display: block;
}

section.flow .inner .flow-card .flow-card-inner .flow-card-inner-right h3 {
  font-size: 24px;
  font-weight: bold;
  color: #030f8a;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-inner-right-text {
  font-size: 14px;
  color: #363636;
  line-height: 1.4;
  margin-top: 30px;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 10px;
  margin-top: 30px;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a {
  width: calc(50% - 15px);
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a.assessment-btn {
  background-color: #fc6b00;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  border: 2px solid #fc6b00;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a.transfer-btn {
  background-color: #fff;
  color: #fc6b00;
  padding: 12px 20px;
  border-radius: 4px;
  border: 2px solid #fc6b00;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a.contact-btn {
  background-color: #ffffff;
  color: #007efc;
  padding: 12px 20px;
  border-radius: 4px;
  border: 2px solid #007efc;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a.tel-btn {
  background-color: #007efc;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
  border: 2px solid #007efc;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a.tel-btn {
  justify-content: flex-start;
  gap: 10px;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a.contact-btn {
  justify-content: flex-start;
  gap: 10px;
}

section.flow
  .inner
  .flow-card
  .flow-card-inner
  .flow-card-inner-right
  .flow-card-buttons
  a
  img {
  display: block;
  width: 20px;
  height: auto;
}

@media screen and (max-width: 768px) {
  section.flow .inner {
    width: 92%;
  }

  section.flow .inner .flow-card .flow-card-inner {
    display: none;
  }
  section.flow .inner .flow-card .flow-card-inner-sp {
    display: block;
  }
  section.flow .inner .flow-card .flow-card-inner-sp .flow-card-inner-sp-top {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-top-left {
    width: 32px;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-top-left
    img {
    width: 32px;
  }

  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-top-right
    img {
    width: 66px;
    height: auto;
  }

  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-top-right
    h3 {
    font-size: 23px;
    line-height: 1.2;
    color: #030f8a;
    font-weight: bold;
  }

  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom {
    margin-top: 30px;
    font-size: 14px;
  }

  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-text {
    width: 100%;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a {
    width: 100%;
    padding: 12px 22px;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a
    span {
    font-size: 16px;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a
    img {
    width: 20px;
    height: auto;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a.assessment-btn {
    background-color: #fc6b00;
    color: #fff;
    border: 2px solid #fc6b00;
    order: 1;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a.transfer-btn {
    background-color: #fff;
    color: #fc6b00;
    border: 2px solid #fc6b00;
    order: 2;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a.contact-btn {
    background-color: #ffffff;
    color: #007efc;
    border: 2px solid #007efc;
    order: 4;
  }
  section.flow
    .inner
    .flow-card
    .flow-card-inner-sp
    .flow-card-inner-sp-bottom-buttons
    a.tel-btn {
    background-color: #007efc;
    color: #fff;
    border: 2px solid #007efc;
    order: 3;
  }
}

/*-----------------------
 whats
-------------------------*/
section.whats {
  background-color: #f8f8f8;
  padding: 5vw 0;
}
section.whats h2 div {
  min-width: 550px;
}

section.whats .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5vw;
}
section.whats .inner div {
  width: 48%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
}
section.whats .inner div p {
  font-size: 1.4rem;
  margin-bottom: 1.25em;
}
section.whats .inner div p.indb {
  text-decoration: underline;
}
section.whats .inner div.left {
  width: 48%;
  letter-spacing: 0;
}
section.whats .inner div img {
  width: 100%;
  height: auto;
}
section.whats .inner div.left h3,
section.whats .inner div.right section h3 {
  color: #007efc;
  font-size: 2rem;
  text-decoration: underline;
  margin-bottom: 1em;
}
section.whats .inner div.right section:nth-of-type(1) img {
  margin-bottom: 4em;
}

/*-----------------------
 first
-------------------------*/
section.first {
  padding: 5vw 0;
}
section.first h2 div {
  min-width: 550px;
}
section.first .inner {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.first .inner section {
  width: 32.5%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 2em 0 2em 2em;
  margin-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  font-weight: bold;
  line-height: 1.5;
}
section.first .inner section h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #363636;
  color: #363636;
  margin-bottom: 0.5em;
}
section.first .inner section h3 img {
  height: 32px;
  width: auto;
  margin-right: 1em;
}
section.first .inner section ul {
  font-size: 1.3rem;
}
section.first .inner section ul li {
  text-indent: -1em;
  margin-left: 1em;
}

/*-----------------------
 news
-------------------------*/
section.news {
  background-color: #f8f8f8;
  padding: 5vw 0;
}
section.news ul {
  margin: 3vw 0;
  width: 100%;
}
section.news ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em 1.5em 0.5em 0;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
  font-weight: bold;
  background-image: url("../images/news_icon_arrow.svg");
  background-size: auto 60%;
  background-position: center right;
  background-repeat: no-repeat;
}
section.news ul li time {
  color: #007efc;
  padding-right: 3em;
}
section.news ul li .cat {
  color: #fff;
  padding: 2px 2em;
  background-color: #f2b165;
  margin-right: 3em;
  min-width: 8em;
  text-align: center;
}
section.news ul li a {
  width: 100%;
}
section.news ul li p {
  word-break: break-all;
  line-height: 1.5;
  /*
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
*/
}
/*
section.news ul li .cat{
background-color: #157EFB;
} 
section.news ul li .cat{
background-color: #F07F6B;
} 
section.news ul li .cat{
background-color: #8EBA28;
} 
*/

section.news a.btn {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1em 2em;
  background-color: #030f8a;
  border: 1px solid #030f8a;
  border-radius: 4px;
}
section.news a.btn:hover {
  background-color: #fff;
  color: #030f8a;
}

.fadein {
  opacity: 0.3;
  transform: translate(0, 100px);
  transition: all 500ms;
}

.fadein.leftin {
  opacity: 0.3;
  transform: translate(-100px, 0);
  transition: all 500ms;
}

.fadein.rightin {
  opacity: 0.3;
  transform: translate(100px, 0);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.fadein:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.fadein:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.fadein:nth-of-type(6) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

/*---------------------------------------------*
* width 1200px
*----------------------------------------------*/
@media screen and (max-width: 1200px) {
}
/* width 1200px end --------------------------------------------*/

/*---------------------------------------------*
* width 1065px
*----------------------------------------------*/
@media screen and (max-width: 1065px) {
  section.mv {
    min-height: 60vw;
  }
  section.mv .wrap {
    padding: 8vw 0;
  }

  section.mv .wrap h2 {
    width: 49vw;
    height: 6vw;
    font-size: 2vw;
    padding: 1.5vw 0 0 0;
  }
  section.mv .wrap > div {
    width: 49%;
  }

  section.mv .wrap .left .catch strong {
    font-size: 4.6vw;
  }
  section.mv .wrap .left .catch {
    font-size: 2.4vw;
  }
  section.mv .wrap .left ul li {
    width: 49%;
  }
  section.mv .wrap .left ul li .tit,
  section.mv .wrap .left ul li {
    font-size: 1.8vw;
  }
  section.mv .wrap .left ul li span strong {
    font-size: 3.6rem;
  }

  section.mv .wrap .right .batch img {
    width: 100%;
    height: auto;
  }
  section.mv .wrap .right .catch {
    font-size: 1.8vw;
  }
  section.mv .wrap .right .catch strong {
    font-size: 3.8vw;
  }
  section.mv .wrap .right ul img {
    width: 99%;
    height: auto;
  }

  section.feature .wrap > section div.no {
    font-size: 2vw;
    width: 10%;
  }
  section.feature .wrap > section div.no strong {
    font-size: 5vw;
  }
  section.feature .wrap > section div.left h3 {
    font-size: 5vw;
  }
  section.feature .wrap > section div.left {
    width: 55%;
  }
  section.feature .wrap > section div.right {
    width: 35%;
    margin-left: 0%;
    text-align: center;
    font-weight: bold;
  }
  section.feature .wrap > section div.right img {
    max-height: 16vw;
    max-width: 25vw;
  }
  section.feature .wrap > section div.right p.catch {
    font-size: 3.6vw;
  }
  section.feature .wrap > section div.right p.catch.mid {
    font-size: 2.6vw;
  }
  section.feature .wrap > section div.right p.catch strong {
    font-size: 5.5vw;
  }

  section.feature .wrap > section.under h3 {
    margin-right: 1%;
    font-size: 2vw;
  }
  section.feature .wrap > section.under ul {
    width: 65%;
  }
  section.feature .wrap > section.under ul li {
    height: 3vw;
    padding: 0 0 0 4vw;
    margin: 0 0 1em 0;
    font-size: 1.8vw;
    background-size: auto 3vw;
  }

  section.hikaku .outer {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3vw 0;
    padding: 1vw 0;
    position: relative;
    overflow-x: auto;
  }
  section.hikaku .outer:before {
    content: "スクロール→";
    color: #999;
    right: 1em;
    top: 0;
    position: absolute;
  }

  section.whats .inner div.left {
    width: 50%;
    line-height: 1.5;
  }
  section.whats .inner div p {
    margin-bottom: 1em;
  }
}
/* width 1065px end --------------------------------------------*/

/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width: 768px) {
  section.relief {
    padding: 10vw 0 5vw 0;
  }
  section.relief ul {
    margin-top: 10vw;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.relief ul li {
    width: 30%;
    margin: 0 1% 3em 1%;
  }

  section.news,
  section.whats,
  section.hikaku,
  section.service,
  section.feature {
    padding: 10vw 0;
  }
  section.feature .wrap > section div.left {
    padding-right: 2%;
  }

  section.whats .inner div.left {
    width: 100%;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3em;
  }
  section.whats .inner div {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  section.first {
    padding: 10vw 0 0 0;
  }
  section.first .inner {
    margin: 10vw 0 5vw 0;
  }
  section.first .inner section {
    width: 48%;
    margin-bottom: 2em;
  }

  section.news ul {
    margin: 10vw 0;
  }
  section.news ul li time {
    padding-right: 1em;
  }
  section.news ul li .cat {
    color: #fff;
    padding: 2px 0.5em;
    background-color: #f2b165;
    margin-right: 1em;
    min-width: 8em;
    text-align: center;
  }
  section.news a.btn {
    padding: 0.5em 1em;
  }
}
/* width 768px end --------------------------------------------*/

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width: 640px) {
  section.mv .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.mv .mv-button {
    width: calc(318 / 375 * 100%);
    top: calc(821 / 902 * 100%);
    left: 50%;
    transform: translateX(-50%);
  }
  section.mv .wrap > div {
    width: 100%;
  }
  section.mv .wrap > div.left {
    margin-bottom: 2em;
  }
  section.mv .wrap h2 {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    padding: 0.6em 0 0 0;
  }

  section.mv .wrap .left .catch {
    font-size: 2rem;
  }
  section.mv .wrap .left .catch strong {
    font-size: 3rem;
  }
  section.mv .wrap .left ul li .tit,
  section.mv .wrap .left ul li {
    font-size: 1.4rem;
  }
  section.mv .wrap .left ul li span strong {
    font-size: 2.6rem;
  }
  section.mv .wrap > div.left {
    margin-bottom: 1em;
  }
  section.mv .wrap .right .catch {
    font-size: 1.8rem;
  }
  section.mv .wrap .right .catch strong {
    font-size: 2.8rem;
  }

  section.mv .wrap .right ul {
    width: auto;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2em auto 0 auto;
  }
  section.mv .wrap .right ul li {
    width: 48%;
    margin-bottom: 1em;
  }

  aside.bannur_btn .wrap {
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.relief ul li {
    width: 65%;
    margin: 0 1% 3em 1%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 20px 0;
    padding-left: 32px;
    font-size: 15px;
    font-weight: bold;
  }
  section.feature .wrap > section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.feature .wrap > section div.no {
    font-size: 1.4rem;
    width: 15%;
  }
  section.feature .wrap > section div.no strong {
    font-size: 3.2rem;
  }
  section.feature .wrap > section div.left {
    width: 85%;
    padding: 0;
  }
  section.feature .wrap > section div.left h3 {
    font-size: 3rem;
  }
  section.feature .wrap > section div.right {
    width: 100%;
  }
  section.feature .wrap > section div.right img {
    max-height: 80px;
    max-width: 125px;
    margin: 1em auto;
  }
  section.feature .wrap > section div.right p.catch {
    font-size: 2rem;
    text-align: center;
  }
  section.feature .wrap > section div.right p.catch strong {
    font-size: 4rem;
  }

  section.feature .wrap > section.under {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.feature .wrap > section.under h3 {
    margin: 0 0 1em 0;
    font-size: 2rem;
    width: 100%;
  }
  section.feature .wrap > section.under ul {
    width: 90%;
    margin: 1em auto 0 auto;
  }
  section.feature .wrap > section.under ul li:nth-child(2n),
  section.feature .wrap > section.under ul li:nth-child(2n + 1) {
    width: 100%;
    font-size: 1.6rem;
  }

  section.feature .wrap > section.under ul li {
    height: 2rem;
    padding: 0 0 0 1.5em;
    margin: 0 0 1em 0;
    font-size: 1.8rem;
    background-size: auto 2rem;
  }

  section.service div.links {
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.service div.links a {
    width: 80%;
  }

  section.service h2 div,
  section.first h2 div,
  section.whats h2 div,
  section.hikaku h2 div {
    min-width: 100%;
  }
  section.hikaku h2 div p:nth-of-type(2) {
    font-size: 2.4rem;
  }
  section.whats h2 div p:nth-of-type(2) {
    font-size: 2rem;
  }

  section.whats .inner {
    padding: 0 1em;
  }

  section.first h2 div p:nth-of-type(2) {
    font-size: 1.8rem;
  }
  section.first .inner {
    justify-content: center;
  }
  section.first .inner section {
    width: 95%;
    margin-bottom: 2em;
  }
  section.first .inner section ul {
    font-size: 1.4rem;
  }

  section.news ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2.5em 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("../images/news_icon_arrow.svg");
    background-size: auto 18px;
    background-position: center right 0.5em;
  }

  section.news ul li a {
    padding: 0.5em 0;
  }

  section.hikaku .inner {
    display: none;
  }
  section.hikaku .sp {
    display: block;
    padding: 1.5em 0 1em 0;
  }
  section.hikaku .sp img {
    width: auto;
    height: auto;
    max-height: 550px;
  }

  .fadein {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 500ms;
  }

  .fadein.leftin {
    opacity: 1;
    transform: translate(0px, 0);
    transition: all 500ms;
  }

  .fadein.rightin {
    opacity: 1;
    transform: translate(0px, 0);
    transition: all 500ms;
  }

  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* width 640px end --------------------------------------------*/

/*---------------------------------------------*
* width 480px
*----------------------------------------------*/
@media screen and (max-width: 480px) {
}
/* width 480px end --------------------------------------------*/

/*---------------------------------------------*
* width 375px
*----------------------------------------------*/
@media screen and (max-width: 375px) {
}

/*-----------------------
 faq
-------------------------*/
section.faq {
  padding: 5vw 0;
}
section.faq .wrap {
  width: 800px;
  margin: 0 auto;
}
section.faq .wrap h2 {
  width: 100%;
}

section.faq h2 div p {
  font-size: 32px;
  color: #030f8a;
  font-weight: bold;
}

@media (max-width: 768px) {
  section.faq {
    padding: 15vw 0;
  }
  section.faq .wrap {
    width: 100%;
  }
  section.faq .wrap h2 div p {
    font-size: 24px;
  }
  section.faq .wrap h2 div img {
    width: 100px;
    height: auto;
  }
  section.faq .wrap h2 div {
    flex-direction: column;
    gap: 10px;
  }
}

/*----------------------- 
 FAQ Accordion
-------------------------*/

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 81px;
}

.faq-item {
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 30px;
  padding-left: 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.faq-question h3 {
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  margin: 0;
  flex: 1;
  padding-right: 20px;
  line-height: 1.5;
}

.faq-question h3::before {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 15px;
  background-image: url(../images/faq_button_f.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.faq-icon {
  width: 29px;
  height: 29px;
  background-image: url(../images/faq_button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  font-weight: bold;
  transition: transform 0.3s ease, background-color 0.3s ease;
  min-width: 40px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f3fbff;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 17px 60px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #363636;
  position: relative;
  font-weight: bold;
}

.faq-answer p::before {
  content: "A.";
  color: #ff6b35;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 15px;
  background-image: url(../images/faq_button_a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

section.faq a.btn {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1em 2em;
  background-color: #030f8a;
  border: 1px solid #030f8a;
  border-radius: 4px;
}

section.faq a.btn:hover {
  background-color: #fff;
  color: #030f8a;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .faq-question {
    padding: 20px 20px;
    padding-left: 60px;
  }

  .faq-question h3 {
    font-size: 16px;
    padding-right: 15px;
  }

  .faq-question h3::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }

  .faq-icon {
    font-size: 20px;
    min-width: 25px;
  }

  .faq-answer p {
    padding: 20px 20px 20px 20px;
    padding-left: 60px;
    font-size: 14px;
  }
}
