@charset "UTF-8";
/* ==============================
リセットcss
============================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-align: left;
}

main {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #1D2B63;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body > #wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  html {
    overflow: visible !important;
  }
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
  box-shadow: #000 0 0 0;
}

/* レスポンシブ対応 */
x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link, a:visited {
  color: #0066FF;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066FF;
  text-decoration: underline;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
  font-weight: normal;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
html:focus-within { /* ここを追加 */
  scroll-behavior: smooth;
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .logo {
  width: 200px;
}
header .logo img {
  width: 200px;
}

/* グローバルナビゲーション */
.gnav_wrap {
  padding: 0 240px 0 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#gnav .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#gnav .gnav_list li:not(:first-child) {
  margin-left: 24px;
}
#gnav .gnav_list li a {
  color: #1D2B63;
  font-size: 17px;
  font-weight: 700;
}
#gnav .gnav_list li a > br {
  display: none;
}

.header_btn {
  z-index: 100;
  position: fixed;
  right: 0;
  top: 0;
}
.header_btn a {
  width: 233px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF4B4B;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0 0 0 70px;
}

#site_title {
  width: 100px;
  height: auto;
}

.hamburger_menu_wrap {
  display: none;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.main_top {
  min-height: 0;
  padding-bottom: 140px;
  overflow: hidden;
  position: relative;
}
.main_top::before {
  content: " ";
  width: calc(100% - 40px);
  height: 100%;
  background-color: #F6F7FB;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}

.top_inner {
  position: relative;
  padding-top: 520px;
}
.top_inner::before {
  content: " ";
  width: 2710px;
  height: 2710px;
  border-radius: 50%;
  background-color: #1D2B63;
  position: absolute;
  top: 410px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.top_inner::after {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: " ";
  display: inline-block;
  width: 502px;
  height: 316px;
  background: url(../images/top_image.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top_inner .top_image2 {
  width: 735px;
  margin: 0 auto;
}

.diagnosis_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 80px auto 0;
}
.diagnosis_wrap .diagnosis {
  width: 352px;
  background-color: #F1EE66;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  padding: 20px;
}
.diagnosis_wrap .diagnosis > p + p {
  margin-top: 30px;
  text-align: center;
}
.diagnosis_wrap .quote_wrap {
  width: 57.1%;
  max-width: 628px;
}
.diagnosis_wrap .quote_wrap .check_list {
  padding-bottom: 60px;
  position: relative;
}
.diagnosis_wrap .quote_wrap .check_list::before {
  content: " ";
  width: 15px;
  height: 30px;
  background: url(../images/icon_check_list.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.diagnosis_wrap .quote_wrap .check_list li {
  background-color: #fff;
  min-height: 80px;
  padding: 10px 10px 10px 75px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.diagnosis_wrap .quote_wrap .check_list li:not(:first-child) {
  margin-top: 10px;
}
.diagnosis_wrap .quote_wrap .check_list li::before {
  content: " ";
  width: 34px;
  height: 34px;
  background: url(../images/icon_check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.diagnosis_wrap .quote_wrap .btn a {
  width: 100%;
  margin: 0;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 80px;
  line-height: 80px;
  background-color: #FF4B4B;
  border-radius: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  margin: 0 auto;
}
.btn a::before {
  content: " ";
  width: 7px;
  height: 11px;
  background: url(../images/icon_btn.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trouble {
  width: 100%;
  position: relative;
}
.trouble::before {
  content: " ";
  display: inline-block;
  width: 33%;
  max-width: 380px;
  height: calc(100% + 400px);
  background: #F5F7FD;
  position: absolute;
  top: 160px;
  left: 0;
  border-radius: 0 160px 0 0;
  z-index: -10;
}
.trouble .trouble_inner {
  width: 100%;
  max-width: 1140px;
  padding: 160px 20px;
  margin: 0 auto;
  overflow: hidden;
}
.trouble .trouble_list_wrap {
  width: 720px;
  margin-left: auto;
}
.trouble .trouble_list_wrap h2 {
  font-size: 36px;
  margin-bottom: 55px;
}

.trouble_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}
.trouble_list .trouble_item {
  width: 332px;
}
.trouble_list .trouble_item:nth-child(n+3) {
  margin-top: 60px;
}
.trouble_list .trouble_item .image img {
  width: 100%;
  border-radius: 50px;
  aspect-ratio: 332/250;
}
.trouble_list .trouble_item .text {
  width: 316px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.6;
}

.arc {
  position: relative;
  padding-top: 174px;
  padding-bottom: 100px;
  overflow: hidden;
}
.arc::before {
  content: " ";
  width: 2710px;
  height: 2710px;
  border-radius: 50%;
  background-color: #1D2B63;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.arc .arctitle {
  text-align: center;
  color: #fff;
  font-size: 36px;
  position: relative;
  line-height: 1.3;
}
.arc .arctitle > br {
  display: none;
}
.arc .arctitle::before {
  content: " ";
  width: 89px;
  height: 98px;
  background: url(../images/icon_logo.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -124px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}
.arc .arctitle + .btn {
  margin-top: 30px;
}

.merit {
  background-color: #1D2B63;
}
.merit .merit_wrap {
  background-color: #F5F7FD;
  border-radius: 140px 140px 0 0;
  padding: 100px 0 130px;
}
.merit .merit_inner {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.merit .merit_inner h2 {
  text-align: center;
  font-size: 36px;
}
.merit .merit_inner h2 > br {
  display: none;
}
.merit .merit_inner .read {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.merit_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0 4.15%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.merit_list .merit_item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 30px;
}
.merit_list .merit_item .image {
  border-radius: 20px;
  overflow: hidden;
}
.merit_list .merit_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.merit_list .merit_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.merit_list .merit_item .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.quote_step {
  background-color: #F5F7FD;
}
.quote_step .quote_step_wrap {
  background-color: #1D2B63;
  border-radius: 200px 0 0 0;
  padding: 130px 0 280px;
}
.quote_step .quote_step_wrap h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.quote_step .quote_step_wrap .quote_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 110px auto 0;
  position: relative;
}
.quote_step .quote_step_wrap .quote_step_list .step {
  padding: 28px;
  border-radius: 38px;
  width: 34.2%;
  position: relative;
}
.quote_step .quote_step_wrap .quote_step_list .step > div {
  position: relative;
  z-index: 5;
}
.quote_step .quote_step_wrap .quote_step_list .step .title {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quote_step .quote_step_wrap .quote_step_list .step .title > span {
  display: block;
  line-height: 1.2;
}
.quote_step .quote_step_wrap .quote_step_list .step .title > span + span {
  margin-left: 10px;
}
.quote_step .quote_step_wrap .quote_step_list .step .text {
  margin-top: 11px;
  font-weight: 500;
  line-height: 2;
}
.quote_step .quote_step_wrap .quote_step_list .step.image {
  z-index: 10;
  padding: 0;
  background: none;
  width: 34.55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  aspect-ratio: 1/1;
}
.quote_step .quote_step_wrap .quote_step_list .step.image img {
  width: 100%;
  height: 100%;
}
.quote_step .quote_step_wrap .quote_step_list .step.left {
  border-radius: 38px 0 0 38px;
  padding: 28px 60px 28px 28px;
}
.quote_step .quote_step_wrap .quote_step_list .step.left::before {
  content: " ";
  z-index: 1;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 38px 0 0 38px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.quote_step .quote_step_wrap .quote_step_list .step.left::after {
  content: " ";
  width: 120px;
  height: 100%;
  background: url(../images/quote_step_left.svg) no-repeat;
  background-position: right top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.quote_step .quote_step_wrap .quote_step_list .step.right {
  border-radius: 38px 0 0 38px;
  padding: 28px 28px 28px 60px;
}
.quote_step .quote_step_wrap .quote_step_list .step.right::before {
  content: " ";
  z-index: 1;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 0 38px 38px 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.quote_step .quote_step_wrap .quote_step_list .step.right::after {
  content: " ";
  width: 120px;
  height: 100%;
  background: url(../images/quote_step_right.svg) no-repeat;
  background-position: left top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.faq {
  background-color: #fff;
  border-radius: 0 190px 0 0;
  padding: 130px 0;
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-color: #1D2B63;
  z-index: -1;
}
.faq .faq_inner {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  color: #1D2B63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.faq .faq_inner h2 {
  font-size: 36px;
}
.faq .faq_inner h2 > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
.faq .faq_inner .faq_list {
  width: 720px;
}
.faq .faq_inner .faq_list .faq_item {
  border: 2px solid #1D2B63;
  border-radius: 45px;
  overflow: hidden;
}
.faq .faq_inner .faq_list .faq_item:not(:first-child) {
  margin-top: 30px;
}
.faq .faq_inner .faq_list .faq_item .accordion-header {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
  background-color: #F5F7FD;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.faq .faq_inner .faq_list .faq_item .accordion-header::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../images/faq_f.svg) no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .faq_inner .faq_list .faq_item .accordion-header::after {
  content: "";
  width: 18px;
  height: 10px;
  background: url(../images/icon_faq.svg) no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.faq .faq_inner .faq_list .faq_item .accordion-header.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transform-origin: center;
          transform-origin: center; /* 回転の視点を中心に設定 */
}
.faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content {
  height: auto;
  padding: 30px 40px 30px 80px;
}
.faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content::before {
  top: 30px;
}
.faq .faq_inner .faq_list .faq_item .accordion-content {
  padding: 0 40px 0 80px;
  position: relative;
  height: 0;
  -webkit-transition: height 0.2s linear, padding 0.2s linear;
  transition: height 0.2s linear, padding 0.2s linear;
  overflow: hidden;
}
.faq .faq_inner .faq_list .faq_item .accordion-content::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../images/faq_a.svg) no-repeat;
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.faq .faq_inner .faq_list .faq_item .accordion-content > span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  width: 100%;
  background: #1D2B63;
  clear: both;
  overflow: hidden;
  color: #fff;
}
footer .footer_inner {
  background-color: #fff;
  width: 100%;
  padding: 40px 0 30px;
  margin: 0 auto;
}
footer .footer_inner .footer_navi_wrap {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .footer_inner .footer_logo {
  margin: 0 60px 0 auto;
  width: 200px;
}
footer .footer_inner .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
footer .footer_inner .footer_navi li:not(:first-child) {
  margin-left: 20px;
}
footer .footer_inner .footer_navi li a {
  color: #1D2B63;
}
footer .footer_inner .footer_navi li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url(../images/icon_navi.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
footer .copyright {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  height: 77px;
  color: #fff;
}
footer .copyright .copyright_inner {
  line-height: 77px;
  text-align: right;
  margin-right: 120px;
  font-size: 12px;
}

/* =====================================

	▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  #gnav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }
  #gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav .gnav_list li {
    width: 25%;
  }
  #gnav .gnav_list li:not(:first-child) {
    margin-left: 0;
    border-left: 1px solid #1D2B63;
  }
  #gnav .gnav_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
    height: 60px;
    text-align: center;
  }
  .faq .faq_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
  .faq .faq_inner h2 {
    text-align: center;
  }
  .faq .faq_inner h2 > span {
    text-align: center;
    display: block;
  }
  .faq .faq_inner .faq_list {
    width: 100%;
    margin-top: 40px;
  }
  .faq .faq_inner .faq_list .faq_item {
    border: 1px solid #1D2B63;
    border-radius: 40px;
    overflow: hidden;
  }
  .faq .faq_inner .faq_list .faq_item:not(:first-child) {
    margin-top: 30px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 80px;
    position: relative;
    font-size: 16px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/faq_f.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header::after {
    content: "";
    width: 18px;
    height: 10px;
    background: url(../images/icon_faq.svg) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    -webkit-transform-origin: center;
            transform-origin: center; /* 回転の視点を中心に設定 */
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content {
    height: auto;
    padding: 20px 40px 20px 80px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content::before {
    top: 30px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content {
    padding: 0 40px 0 80px;
    position: relative;
    height: 0;
    -webkit-transition: height 0.2s linear, padding 0.2s linear;
    transition: height 0.2s linear, padding 0.2s linear;
    overflow: hidden;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/faq_a.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content > span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer {
    width: 100%;
    padding-bottom: 60px;
  }
}
/* =====================================

	▼▼▼ max-width: 767px

===================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  /* ▼▼▼ ヘッダー
  =====================================*/
  header {
    height: auto;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
  }
  header .logo {
    width: 150px;
  }
  header .logo img {
    width: 150px;
  }
  /* グローバルナビゲーション */
  .gnav_wrap {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #gnav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }
  #gnav .gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #gnav .gnav_list li {
    width: 25%;
  }
  #gnav .gnav_list li:not(:first-child) {
    margin-left: 0;
    border-left: 1px solid #1D2B63;
  }
  #gnav .gnav_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
    height: 60px;
    text-align: center;
  }
  .header_btn {
    z-index: 100;
    position: fixed;
    right: 0;
    top: 0;
  }
  .header_btn a {
    width: 160px;
    height: 70px;
    font-size: 14px;
    border-radius: 0 0 0 30px;
    padding: 0 5px;
  }
  #main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
  }
  .main_top {
    min-height: 0;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
  }
  .main_top::before {
    content: " ";
    width: calc(100% - 40px);
    height: 100%;
    background-color: #F6F7FB;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
  }
  .top_inner {
    position: relative;
    padding-top: 350px;
  }
  .top_inner::before {
    top: 296px;
  }
  .top_inner::after {
    top: 100px;
    width: 350px;
    height: 220px;
  }
  .top_inner .top_image2 {
    width: 86%;
    margin: 0 auto;
  }
  .diagnosis_wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  .diagnosis_wrap .diagnosis {
    width: 100%;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    padding: 20px;
  }
  .diagnosis_wrap .diagnosis > p + p {
    margin-top: 30px;
    text-align: center;
  }
  .diagnosis_wrap .diagnosis > p + p > br {
    display: none;
  }
  .diagnosis_wrap .quote_wrap {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .diagnosis_wrap .quote_wrap .check_list {
    padding-bottom: 60px;
    position: relative;
  }
  .diagnosis_wrap .quote_wrap .check_list::before {
    content: " ";
    width: 15px;
    height: 30px;
    background: url(../images/icon_check_list.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .diagnosis_wrap .quote_wrap .check_list li {
    background-color: #fff;
    min-height: 60px;
    padding: 10px 10px 10px 70px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  .diagnosis_wrap .quote_wrap .check_list li:not(:first-child) {
    margin-top: 10px;
  }
  .diagnosis_wrap .quote_wrap .check_list li::before {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(../images/icon_check.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .diagnosis_wrap .quote_wrap .btn a {
    width: 100%;
    margin: 0;
  }
  .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 400px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 20px;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
  }
  .btn a::before {
    content: " ";
    width: 7px;
    height: 11px;
    background: url(../images/icon_btn.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .trouble::before {
    content: " ";
    display: inline-block;
    width: 33%;
    max-width: 380px;
    height: calc(100% + 400px);
    background: #F5F7FD;
    position: absolute;
    top: 160px;
    left: 0;
    border-radius: 0 160px 0 0;
    z-index: -10;
  }
  .trouble .trouble_inner {
    width: 100%;
    max-width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    overflow: hidden;
  }
  .trouble .trouble_list_wrap {
    width: 100%;
    margin-left: auto;
  }
  .trouble .trouble_list_wrap h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .trouble_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
  }
  .trouble_list .trouble_item {
    width: 48%;
  }
  .trouble_list .trouble_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .trouble_list .trouble_item .image img {
    border-radius: 30px;
  }
  .trouble_list .trouble_item .text {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .arc {
    position: relative;
    padding-top: 174px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .arc::before {
    content: " ";
    width: 2710px;
    height: 2710px;
    border-radius: 50%;
    background-color: #1D2B63;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
  }
  .arc .arctitle {
    font-size: 26px;
  }
  .arc .arctitle::before {
    content: " ";
    width: 75px;
    height: 83px;
    background: url(../images/icon_logo.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 50%;
    z-index: -1;
  }
  .arc .arctitle + .btn {
    margin-top: 30px;
  }
  .merit .merit_wrap {
    background-color: #F5F7FD;
    border-radius: 100px 100px 0 0;
    padding: 50px 0 60px;
  }
  .merit .merit_inner {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .merit .merit_inner h2 {
    text-align: center;
    font-size: 36px;
  }
  .merit .merit_inner .read {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
  }
  .merit_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0 4.15%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .merit_list .merit_item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 30px;
  }
  .merit_list .merit_item .image {
    border-radius: 20px;
    overflow: hidden;
  }
  .merit_list .merit_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .merit_list .merit_item .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
  }
  .merit_list .merit_item .text {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
  }
  .quote_step .quote_step_wrap {
    border-radius: 140px 0 0 0;
    padding: 50px 0 100px;
  }
  .quote_step .quote_step_wrap h2 {
    text-align: center;
    font-size: 36px;
    color: #fff;
  }
  .quote_step .quote_step_wrap .quote_step_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
    position: relative;
  }
  .quote_step .quote_step_wrap .quote_step_list .step {
    padding: 28px;
    border-radius: 38px;
    width: 34.2%;
    position: relative;
  }
  .quote_step .quote_step_wrap .quote_step_list .step > div {
    position: relative;
    z-index: 5;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title {
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title > span {
    display: block;
    line-height: 1.2;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title > span + span {
    margin-left: 10px;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .text {
    margin-top: 11px;
    font-weight: 500;
    line-height: 2;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.image {
    z-index: 10;
    padding: 0;
    background: none;
    width: 34.55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    aspect-ratio: 1/1;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.image img {
    width: 100%;
    height: 100%;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.left {
    border-radius: 38px 0 0 38px;
    padding: 28px 60px 28px 28px;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.left::before {
    content: " ";
    z-index: 1;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: 38px 0 0 38px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.left::after {
    content: " ";
    width: 120px;
    height: 100%;
    background: url(../images/quote_step_left.svg) no-repeat;
    background-position: right top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.right {
    border-radius: 38px 0 0 38px;
    padding: 28px 28px 28px 60px;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.right::before {
    content: " ";
    z-index: 1;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: 0 38px 38px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.right::after {
    content: " ";
    width: 120px;
    height: 100%;
    background: url(../images/quote_step_right.svg) no-repeat;
    background-position: left top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .faq {
    border-radius: 0 100px 0 0;
    padding: 60px 0;
    position: relative;
  }
  .faq::before {
    height: 120px;
  }
  .faq .faq_inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
  .faq .faq_inner h2 {
    font-size: 26px;
    text-align: center;
  }
  .faq .faq_inner h2 > span {
    text-align: center;
    display: block;
  }
  .faq .faq_inner .faq_list {
    width: 100%;
    margin-top: 40px;
  }
  .faq .faq_inner .faq_list .faq_item {
    border: 1px solid #1D2B63;
    border-radius: 40px;
    overflow: hidden;
  }
  .faq .faq_inner .faq_list .faq_item:not(:first-child) {
    margin-top: 30px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 80px;
    position: relative;
    font-size: 16px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/faq_f.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header::after {
    content: "";
    width: 18px;
    height: 10px;
    background: url(../images/icon_faq.svg) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    -webkit-transform-origin: center;
            transform-origin: center; /* 回転の視点を中心に設定 */
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content {
    height: auto;
    padding: 20px 40px 20px 80px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content::before {
    top: 30px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content {
    padding: 0 40px 0 80px;
    position: relative;
    height: 0;
    -webkit-transition: height 0.2s linear, padding 0.2s linear;
    transition: height 0.2s linear, padding 0.2s linear;
    overflow: hidden;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../images/faq_a.svg) no-repeat;
    position: absolute;
    left: 30px;
    top: 0;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content > span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer {
    width: 100%;
    padding-bottom: 60px;
  }
  footer .footer_inner {
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  footer .footer_inner .footer_navi_wrap {
    width: 100%;
    max-width: 100%;
  }
  footer .footer_inner .footer_logo {
    margin: 0 0 0 auto;
    width: 150px;
  }
  footer .footer_inner .footer_navi {
    margin-top: 30px;
  }
  footer .footer_inner .footer_navi li:not(:first-child) {
    margin-left: 20px;
  }
  footer .footer_inner .footer_navi li a {
    color: #1D2B63;
  }
  footer .footer_inner .footer_navi li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    background: url(../images/icon_navi.svg) no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  footer .copyright {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    height: 60px;
    color: #fff;
  }
  footer .copyright .copyright_inner {
    line-height: 60px;
    text-align: right;
    margin-right: 0;
    font-size: 12px;
  }
}
/* =====================================

	▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  #gnav .gnav_list li a {
    font-size: 12px;
    height: 50px;
    text-align: center;
    line-height: 1.2;
  }
  #gnav .gnav_list li a > br {
    display: block;
  }
  #main h2 {
    font-size: 24px;
  }
  .btn a {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
  }
  .arc .arctitle > br {
    display: block;
  }
  .arc .arctitle + .btn {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .diagnosis_wrap .quote_wrap .check_list li {
    min-height: 60px;
    padding: 10px 25px 10px 65px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  .diagnosis_wrap .quote_wrap .check_list li:not(:first-child) {
    margin-top: 10px;
  }
  .diagnosis_wrap .quote_wrap .check_list li::before {
    content: " ";
    width: 26px;
    height: 26px;
    background: url(../images/icon_check.svg) no-repeat;
    background-size: contain;
  }
  .trouble .trouble_inner {
    padding: 70px 20px 60px;
  }
  .trouble .trouble_list_wrap h2 {
    text-align: center;
  }
  .trouble_list .trouble_item .text {
    font-size: 16px;
  }
  .merit .merit_wrap {
    border-radius: 60px 60px 0 0;
    padding: 70px 0 60px;
  }
  .merit .merit_inner h2 > br {
    display: block;
  }
  .merit .merit_inner .read {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    margin-top: 20px;
  }
  .merit .merit_inner .read > br {
    display: none;
  }
  .merit_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .merit_list .merit_item {
    display: block;
  }
  .merit_list .merit_item .image {
    border-radius: 20px;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
  }
  .merit_list .merit_item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .merit_list .merit_item .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .merit_list .merit_item .title > br {
    display: none;
  }
  .merit_list .merit_item .text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 5px;
  }
  .quote_step .quote_step_wrap {
    border-radius: 70px 0 0 0;
    padding: 70px 0 60px;
  }
  .quote_step .quote_step_wrap .quote_step_list {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  .quote_step .quote_step_wrap .quote_step_list .step {
    padding: 28px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  .quote_step .quote_step_wrap .quote_step_list .step > div {
    position: relative;
    z-index: 5;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title > span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 1.2;
    vertical-align: top;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title > span > svg {
    width: 30px;
    height: 30px;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .title > span + span {
    margin-left: 10px;
    width: auto;
    height: auto;
  }
  .quote_step .quote_step_wrap .quote_step_list .step .text {
    margin-top: 10px;
    line-height: 1.8;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.image {
    z-index: 10;
    padding: 0;
    background: none;
    width: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    aspect-ratio: 1/1;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.image img {
    width: 100%;
    height: 100%;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.left {
    border-radius: 28px;
    padding: 20px 20px 60px;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.left::before {
    display: none;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.left::after {
    content: " ";
    width: 100%;
    height: 120px;
    background: url(../images/quote_step_left_sp.svg) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.right {
    border-radius: 28px;
    margin-top: 330px;
    padding: 60px 20px 20px;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.right::before {
    display: none;
  }
  .quote_step .quote_step_wrap .quote_step_list .step.right::after {
    content: " ";
    width: 100%;
    height: 120px;
    background: url(../images/quote_step_right_sp.svg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 2;
  }
  .faq {
    border-radius: 0 70px 0 0;
    padding: 70px 0 60px;
    position: relative;
  }
  .faq::before {
    height: 120px;
  }
  .faq .faq_inner h2 > span {
    font-size: 14px;
  }
  .faq .faq_inner .faq_list {
    width: 100%;
    margin-top: 30px;
  }
  .faq .faq_inner .faq_list .faq_item {
    border-radius: 40px;
    overflow: hidden;
  }
  .faq .faq_inner .faq_list .faq_item:not(:first-child) {
    margin-top: 20px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header {
    height: 80px;
    padding: 0 60px 0 65px;
    position: relative;
    font-size: 14px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/faq_f.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header::after {
    content: "";
    width: 18px;
    height: 10px;
    background: url(../images/icon_faq.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    -webkit-transform-origin: center;
            transform-origin: center; /* 回転の視点を中心に設定 */
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content {
    height: auto;
    padding: 20px 20px 20px 60px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-header.active + .accordion-content::before {
    top: 30px;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content {
    padding: 0 20px 0 60px;
    position: relative;
    height: 0;
    -webkit-transition: height 0.2s linear, padding 0.2s linear;
    transition: height 0.2s linear, padding 0.2s linear;
    overflow: hidden;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content::before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/faq_a.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
  }
  .faq .faq_inner .faq_list .faq_item .accordion-content > span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
  }
  /* ▼▼▼ フッター
  =====================================*/
  footer {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=base.css.map */