@charset "UTF-8";

/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
}

p {
  margin: 0;
  font-weight: normal;
}

strong {
  font-weight: inherit;
}

a:focus,
*:focus {
  outline: none;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
  color: #1a1a1a;
}

a img,
a {
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.06em;
  width: 100%;
  color: #1a1a1a;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

.form-reset button,
.form-reset input[type="button"],
.form-reset input[type="submit"],
.form-reset input[type="text"],
.form-reset input[type="image"],
.form-reset input[type="checkbox"],
.form-reset select {
  background-color: unset;
  color: #1a1a1a;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

.form-reset input[type="text"],
.form-reset input[type="text"]::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

.form-reset input[type="text"],
.form-reset input[type="text"]:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

.form-reset input[type="text"],
.form-reset input[type="text"]::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

.form-reset input[type="text"],
.form-reset input[type="text"]::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}

mark {
  background-color: transparent;
  color: marktext;
}

summary {
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* all */
:root {
  --sec-pa: 70px;
}

#site_wrapper {
  padding-top: 90px;
  position: relative;
  font-size: clamp(15px, 4vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
}

.inner_wap {
  width: clamp(320px, 90%, 730px);
  margin: auto;
}

mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5d5a2));
  background: linear-gradient(transparent 60%, #f5d5a2 60%);
}

.text_box {
  margin-bottom: 30px;
}

.text_box p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.text_box p:last-child {
  margin-bottom: 0;
}

.sec_tit {
  margin-bottom: 30px;
  padding-top: 30px;
  display: block;
  text-align: center;
  font-size: clamp(24px, 5vw, 30px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

.sec_tit::after {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  display: block;
  background: url(../image/situation_sec.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sp {
  display: none;
}

.pc {
  display: initial;
}

@media screen and (max-width: 767px) {
  :root {
    --sec-pa: 50px;
  }

  #site_wrapper {
    padding-top: 70px;
  }

  .sp {
    display: initial;
  }

  .pc {
    display: none;
  }
}

/* headerarea */
#headerarea {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
}

#headerarea .header_inner {
  width: clamp(320px, 90%, 1600px);
  height: 90px;
  margin: auto;
  position: relative;
}

#headerarea .header_inner .h-logo-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

#headerarea .header_inner .h-logo-area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

#headerarea .header_inner .h-logo-area a img {
  width: 80px;
}

#headerarea .header_inner .h-logo-area span {
  color: #004e9e;
  font-weight: 500;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  #headerarea .header_inner {
    height: 70px;
  }

  #headerarea .header_inner .h-logo-area {
    right: 0;
    left: 0;
  }

  #headerarea .header_inner .h-logo-area a img {
    width: 60px;
  }

  #headerarea .header_inner .h-logo-area span {
    font-size: 12px;
  }
}

/* footer */
#footer {
  padding: 30px 0 15px;
  background: #103256;
  color: #fff;
}

#footer .f-end-link {
  max-width: clamp(320px, 90%, 1600px);
  margin: 40px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  font-size: 12px;
}

#footer .f-end-link a {
  color: #fff;
}

#footer .f-end-link a:hover {
  text-decoration: underline;
}

#footer span {
  padding-top: 10px;
  display: block;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  #footer .f-end-link {
    gap: 40px;
    font-size: 10px;
  }
}

/* fastview_sec */
#fastview_sec .fastview_box {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../image/fastview_back.png) no-repeat center/cover;
}

#fastview_sec .fastview_inner {
  width: clamp(320px, 90%, 1200px);
  margin: auto;
}

#fastview_sec .fastview_inner .nemmrie_logo img {
  width: clamp(150px, 40vw, 230px);
  margin-bottom: 15px;
}

#fastview_sec .fastview_inner .fastview_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  font-size: clamp(20px, 10vw, 80px);
  font-weight: bold;
  color: #35b4b9;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0px rgba(53, 180, 185, 0.7);
  box-shadow: 10px 10px 0px rgba(53, 180, 185, 0.7);
  display: block;
}

#fastview_sec .fastview_inner .fastview_tit small {
  font-size: 75%;
}

#fastview_sec .lead_text {
  text-align: center;
  padding: 50px 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  #fastview_sec .fastview_box {
    height: 280px;
  }

  #fastview_sec .lead_text {
    text-align: left;
  }
}

/* servicenote_sec */
#servicenote_sec {
  padding: 0 0 var(--sec-pa);
  overflow: hidden;
}

#servicenote_sec .servicenote_head {
  margin-bottom: 40px;
  display: block;
}

#servicenote_sec .review_box {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #f5faff;
}

#servicenote_sec .review_box strong {
  margin-bottom: 20px;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
}

#servicenote_sec .review_box li {
  width: clamp(200px, 95%, 650px);
  margin: auto;
  margin-bottom: 15px;
  padding: 30px 25px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px #c0c0c0;
  box-shadow: 5px 5px 5px #c0c0c0;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  left: -15px;
}

#servicenote_sec .review_box li .star {
  font-size: 40px;
  color: #fff59c;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: -1;
}

#servicenote_sec .review_box li .comment {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

#servicenote_sec .review_box li:last-child {
  margin-bottom: 0;
  left: auto;
  right: -15px;
}

@media screen and (max-width: 767px) {
  #servicenote_sec .review_box li {
    left: -5px;
  }

  #servicenote_sec .review_box li:last-child {
    right: -5px;
  }
}

/*situation_sec*/
#situation_sec {
  padding: var(--sec-pa) 0;
  background-color: #f5faff;
}

#situation_sec .checklist_box {
  margin-bottom: 30px;
  padding: 30px 30px 30px 50px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px #c0c0c0;
  box-shadow: 5px 5px 5px #c0c0c0;
  position: relative;
}

#situation_sec .checklist_box::before {
  content: "";
  width: 0;
  height: 90%;
  margin: auto;
  border-left: 20px dotted #e6e6e6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

#situation_sec .checklist_box .list_tag {
  text-align: center;
  margin-bottom: 15px;
}

#situation_sec .checklist_box .list_tag span {
  padding: 10px 20px;
  background: #fbb03b;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 17px;
}

#situation_sec .checklist_box .list_tite {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}

#situation_sec .checklist_box .checklist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#situation_sec .checklist_box .checklist li {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

#situation_sec .checklist_box .checklist li::before {
  content: "■";
}

#situation_sec .checklist_box .checklist li:last-child {
  margin-bottom: 0;
}

#situation_sec .mattress_sign .mattress_sign_tite {
  padding: 70px 0;
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

#situation_sec .mattress_sign .mattress_sign_tite mark {
  font-size: 150%;
}

#situation_sec .mattress_sign .mattress_sign_tite::after,
#situation_sec .mattress_sign .mattress_sign_tite::before {
  content: "";
  width: 20%;
  height: 200px;
  display: block;
  background: url(../image/situation_img1.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 20px;
}

#situation_sec .mattress_sign .mattress_sign_tite::after {
  background-image: url(../image/situation_img2.png);
  left: auto;
  right: 30px;
}

#situation_sec .mattress_sign .sub_tite {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #479dd1;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #situation_sec .checklist_box {
    padding: 30px 20px 30px 40px;
  }

  #situation_sec .checklist_box::before {
    left: 10px;
  }

  #situation_sec .checklist_box .list_tag {
    text-align: center;
    margin-bottom: 15px;
  }

  #situation_sec .checklist_box .list_tag span {
    padding: 10px 20px;
    background: #fbb03b;
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 17px;
  }

  #situation_sec .checklist_box .list_tite {
    font-size: 20px;
  }

  #situation_sec .mattress_sign .mattress_sign_tite {
    margin-bottom: 40px;
    padding: 0;
    font-size: clamp(14px, 4.5vw, 18px);
    letter-spacing: -0.05em;
    z-index: 1;
    text-align: center;
  }

  #situation_sec .mattress_sign .mattress_sign_tite mark {
    font-size: 140%;
  }

  /* アイコン画像を上部中央に配置 */
  #situation_sec .mattress_sign .mattress_sign_tite::before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    background: url(../image/situation_img3.png) no-repeat center/contain;
    position: static;
    margin: 0 auto 10px auto;
  }

  /* 右側の画像を非表示にする */
  #situation_sec .mattress_sign .mattress_sign_tite::after {
    display: none; 
  }

  #situation_sec .mattress_sign .sub_tite {
    font-size: 18px;
  }
}

/*servicepoint_sec*/
#servicepoint_sec {
  padding: 0 0 var(--sec-pa);
}

#servicepoint_sec .servicepoint_connect {
  width: 100%;
  padding: 40px;
  background: #fff9f3;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
}

#servicepoint_sec .servicepoint_connect b {
  color: #f7931e;
  font-size: 110%;
}

#servicepoint_sec .servicepoint_connect::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 60px solid #fff9f3;
  border-bottom: 0;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

#servicepoint_sec .servicepoint_head {
  margin-bottom: 50px;
}

#servicepoint_sec .servicepoint_tite {
  height: 440px;
  background: url(../image/servicepoint_back.png) no-repeat right;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#servicepoint_sec .servicepoint_tite strong {
  width: clamp(320px, 90%, 1200px);
  margin: auto;
  padding-left: 60px;
  font-size: 44px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  display: block;
  position: relative;
}

#servicepoint_sec .servicepoint_tite strong::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  background: url(../image/servicepoint_sec.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 0;
}

#servicepoint_sec .servicepoint_tite strong b {
  font-size: 150%;
}

#servicepoint_sec .text_box.center {
  text-align: center;
}

#servicepoint_sec .servicepoint_ol {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#servicepoint_sec .servicepoint_ol li {
  width: calc(100% / 3);
  padding: 40px 10px;
  border-left: 1px solid #333;
  position: relative;
}

#servicepoint_sec .servicepoint_ol li::before {
  content: "1";
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9eeff;
  font-size: 120px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: -1;
}

#servicepoint_sec .servicepoint_ol li b {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 55px;
  display: block;
  position: relative;
}

#servicepoint_sec .servicepoint_ol li b::before {
  content: "";
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(../image/servicepoint_1.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#servicepoint_sec .servicepoint_ol li:nth-child(2)::before {
  content: "2";
}

#servicepoint_sec .servicepoint_ol li:nth-child(2) b::before {
  background-image: url(../image/servicepoint_2.png);
}

#servicepoint_sec .servicepoint_ol li:nth-child(3) {
  border-right: 1px solid #333;
}

#servicepoint_sec .servicepoint_ol li:nth-child(3)::before {
  content: "3";
}

#servicepoint_sec .servicepoint_ol li:nth-child(3) b::before {
  background-image: url(../image/servicepoint_3.png);
}

#servicepoint_sec .servicepoint_list li {
  margin-bottom: 50px;
  position: relative;
  padding-left: 130px;
}

#servicepoint_sec .servicepoint_list li:last-child {
  margin-bottom: 0;
}

#servicepoint_sec .servicepoint_list li figure {
  position: absolute;
  left: 0;
  top: 0;
}

#servicepoint_sec .servicepoint_list li .text_box strong {
  color: #479dd1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

#servicepoint_sec .servicepoint_list li .text_box table tr {
  border-top: 1px solid #333;
  display: block;
}

#servicepoint_sec .servicepoint_list li .text_box table tr:last-child {
  border-bottom: 1px solid #333;
}

#servicepoint_sec .servicepoint_list li .text_box table th,
#servicepoint_sec .servicepoint_list li .text_box table td {
  padding: 15px 10px;
  font-weight: 400;
}

#servicepoint_sec .servicepoint_list li .text_box table th {
  width: 140px;
  position: relative;
}

#servicepoint_sec .servicepoint_list li .text_box table th::after {
  content: "";
  width: 0;
  height: 70%;
  margin: auto;
  border-right: 0.5px solid #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

#servicepoint_sec .table-mark{
  background-color: #fef3ec;
}


@media screen and (max-width: 767px) {
  #servicepoint_sec .servicepoint_connect {
    font-size: 18px;
    padding: 15px;
  }

  #servicepoint_sec .servicepoint_connect::after {
    border-top: 40px solid #fff9f3;
    bottom: -40px;
  }

  #servicepoint_sec .servicepoint_tite {
    height: 200px;
  }

  #servicepoint_sec .servicepoint_tite strong {
    width: clamp(320px, 90%, 1200px);
    margin: auto;
    padding: 10px;
    padding-left: 70px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    position: relative;
  }

  #servicepoint_sec .servicepoint_tite strong::after {
    content: "";
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    background: url(../image/servicepoint_sec.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
  }

  #servicepoint_sec .servicepoint_tite strong b {
    font-size: 150%;
  }

  #servicepoint_sec .text_box.center {
    text-align: left;
  }

  #servicepoint_sec .servicepoint_ol {
    display: none;
  }

  #servicepoint_sec .servicepoint_list li {
    margin-bottom: 50px;
    position: relative;
    padding-left: 0;
  }

  #servicepoint_sec .servicepoint_list li figure {
    width: 50px;
    top: 0;
  }

  #servicepoint_sec .servicepoint_list li .text_box strong {
    padding-left: calc(60px + 1em);
    font-size: 20px;
    height: 2.3em;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-indent: -1em;
  }

  #servicepoint_sec .servicepoint_list li .text_box table th {
    width: 100px;
  }
}

@media screen and (max-width: 378px) {
  #servicepoint_sec .servicepoint_tite strong {
    font-size: 26px;
    padding: 10px 5px;
    padding-left: 70px;
  }
}

/*commitment_sec*/
#commitment_sec {
  padding: var(--sec-pa) 0;
  background-color: #fff9f3;
}

#commitment_sec .commitment_tite {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#commitment_sec .text_box {
  position: relative;
  z-index: 1;
}

#commitment_sec .text_box p {
  text-shadow: 1px 1px 1px #fff9f3, -1px -1px 1px #fff9f3, -1px 1px 1px #fff9f3, 1px -1px 1px #fff9f3, 0px 1px 1px #fff9f3, -1px 1px #fff9f3, -1px 0 1px #fff9f3, 1px 0 1px #fff9f3;
}

#commitment_sec .text_box::before {
  content: "";
  width: 260px;
  height: 180px;
  display: block;
  background: url(../image/commitment_img1.png) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: -240px;
  z-index: -1;
}

#commitment_sec .text_box::after {
  content: "";
  width: 260px;
  height: 180px;
  display: block;
  background: url(../image/commitment_img2.png) no-repeat center/contain;
  position: absolute;
  bottom: -50px;
  right: -240px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #commitment_sec {
    overflow: hidden;
  }

  #commitment_sec .commitment_tite {
    font-size: 24px;
  }

  #commitment_sec .text_box {
    margin-bottom: -30px;
  }

  #commitment_sec .text_box::before {
    display: none;
  }

  #commitment_sec .text_box::after {
    width: 230px;
    height: 175px;
    margin: auto;
    bottom: 5px;
    right: calc(-50vw + 130px);
    position: relative;
  }
}

/*flow_sec*/
#flow_sec {
  padding: var(--sec-pa) 0;
  background-color: #f5faff;
}

#flow_sec .sec_tit::after {
  background-image: url(../image/flow_sec.svg);
}

#flow_sec .flow_box {
  margin-bottom: 50px;
}

#flow_sec .flow_box .flow_tite {
  font-size: 24px;
  font-weight: bold;
  color: #479dd1;
  margin-bottom: 20px;
  display: inline-block;
}

#flow_sec .flow_box .flow_list {
  position: relative;
  z-index: 1;
}

#flow_sec .flow_box .flow_list::after {
  content: "";
  background: #b4dbef;
  width: 100px;
  height: 100%;
  margin: auto;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#flow_sec .flow_box li {
  padding: 60px 20px 20px 20px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px #c0c0c0;
  box-shadow: 5px 5px 5px #c0c0c0;
  line-height: 1.7;
}

#flow_sec .flow_box li .flow_tag {
  padding: 7px 15px;
  background: #479dd1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#flow_sec .flow_box li .flow_tag b {
  font-size: 120%;
  padding-right: 5px;
}

#flow_sec .flow_box .contact_tell {
  text-align: center;
}

#flow_sec .flow_box .contact_tell p {
  margin-bottom: 10px;
}

#flow_sec .flow_box .contact_tell .tell_box {
  max-width: 400px;
  margin: 10px auto 5px;
  padding: 10px;
  background: #fff9f3;
  border: 1px solid #ebe3db;
}

#flow_sec .flow_box .contact_tell .tell_box a {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
}

#flow_sec .flow_box .contact_tell .tell_box a small {
  font-size: 70%;
}

#flow_sec .flow_box .contact_tell .tell_box span {
  display: block;
}

#flow_sec .flow_box .note {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

#flow_sec .price_cont h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #479dd1;
}

#flow_sec .price_cont .price_box {
  max-width: 500px;
  margin: auto;
  margin-top: 30px;
}

#flow_sec .price_cont .price_box h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#flow_sec .price_cont .price_box .tax {
  display: block;
  text-align: right;
  font-size: 12px;
}

#flow_sec .price_cont .price_box .price_table {
  width: 100%;
  margin-bottom: 20px;
}

#flow_sec .price_cont .price_box .price_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #333;
}

#flow_sec .price_cont .price_box .price_table tr:last-child {
  border-bottom: 1px solid #333;
}

#flow_sec .price_cont .price_box .price_table th,
#flow_sec .price_cont .price_box .price_table td {
  padding: 15px;
  font-weight: 500;
}

#flow_sec .price_cont .price_box .price_table th {
  width: 40%;
  text-align: left;
}

#flow_sec .price_cont .price_box .price_table td {
  width: 60%;
  text-align: right;
}

#flow_sec .price_cont .price_box .price_note {
  max-width: 350px;
  margin: auto;
  font-size: 12px;
  font-weight: normal;
}

#flow_sec .price_cont .price_box .price_note li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  #flow_sec .flow_box {
    margin-bottom: 50px;
  }

  #flow_sec .flow_box li .flow_tag {
    font-size: 14px;
  }

  #flow_sec .flow_box .flow_tite {
    font-size: 20px;
  }

  #flow_sec .flow_box li {
    padding: 60px 15px 15px 15px;
  }

  #flow_sec .flow_box .contact_tell {
    text-align: center;
  }

  #flow_sec .flow_box .contact_tell p {
    margin-bottom: 10px;
  }

  #flow_sec .flow_box .contact_tell .tell_box a {
    font-size: 7vw;
    font-weight: bold;
    line-height: 1;
  }

  #flow_sec .flow_box .contact_tell .tell_box a small {
    font-size: 70%;
  }

  #flow_sec .flow_box .contact_tell .tell_box span {
    font-size: 12px;
  }

  #flow_sec .price_cont .price_box {
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
  }

  #flow_sec .price_cont .price_box h4 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }

  #flow_sec .price_cont .price_box .tax {
    display: block;
    text-align: right;
  }

  #flow_sec .price_cont .price_box .price_table {
    width: 100%;
    margin-bottom: 20px;
  }

  #flow_sec .price_cont .price_box .price_table tr {
    padding: 0 10px;
    display: block;
    border-top: 1px solid #333;
  }

  #flow_sec .price_cont .price_box .price_table tr:last-child {
    border-bottom: 1px solid #333;
  }

  #flow_sec .price_cont .price_box .price_table th,
  #flow_sec .price_cont .price_box .price_table td {
    padding: 7px 0;
    font-weight: 500;
  }

  #flow_sec .price_cont .price_box .price_table th {
    width: 140px;
    text-align: left;
    font-size: 13px;
  }

  #flow_sec .price_cont .price_box .price_table td {
    width: 63%;
    text-align: right;
  }
}

/*cta_sec*/
#cta_sec {
  padding: var(--sec-pa) 0;
  background-color: #fff9f3;
}

#cta_sec .cta_btnbox {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

#cta_sec .cta_btnbox .cta_copy {
  margin: 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

#cta_sec .cta_btnbox .cta_copy::before,
#cta_sec .cta_btnbox .cta_copy::after {
  content: "";
  width: 0;
  height: 20px;
  border-left: 1px solid #333;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  bottom: 0;
  left: -10px;
}

#cta_sec .cta_btnbox .cta_copy::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  left: auto;
  right: -10px;
}

#cta_sec .cta_btnbox .cta_btn {
  max-width: 550px;
  width: 100%;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  margin: auto;
  padding: 20px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, #0087c9 0%, #0087c9 50%, #29efac 100%);
  background-size: 200% 100%;
  background-position: right center;
  color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 5px 5px 5px #c0c0c0;
  box-shadow: 5px 5px 5px #c0c0c0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}

#cta_sec .cta_btnbox .cta_btn:hover {
  -webkit-box-shadow: 0 0 0 #c0c0c0;
  box-shadow: 0 0 0 #c0c0c0;
  background-position: left center;
}

#cta_sec .text_box {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ebe3db;
}

#cta_sec .cta_lead {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #cta_sec .cta_lead {
    font-size: clamp(16px, 4.7vw, 18px);
    text-align: left;
    line-height: 1.6;
    letter-spacing: -0.01em;
  }

  #cta_sec .cta-text{
    letter-spacing: -0.05em;
  }
}

/*process_sec*/
#process_sec {
  padding: var(--sec-pa) 0;
  background-color: #f5faff;
}

#process_sec .process_tite {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

#process_sec .process_list li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#process_sec .process_list li figure {
  width: 300px;
}

#process_sec .process_list li .tell_box {
  width: calc(100% - 320px);
}

#process_sec .process_list li .tell_box strong {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #479dd1;
}

#process_sec .process_list li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#process_sec .process_list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #process_sec .process_tite {
    font-size: 20px;
  }

  #process_sec .process_list li {
    margin-bottom: 30px;
    display: block;
  }

  #process_sec .process_list li figure {
    width: 100%;
    margin-bottom: 5px;
  }

  #process_sec .process_list li figure img {
    width: 100%;
  }

  #process_sec .process_list li .tell_box {
    width: 100%;
  }

  #process_sec .process_list li .tell_box strong {
    margin-bottom: 5px;
    font-size: 20px;
  }

  #process_sec .process_list li:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #process_sec .process_list li:last-child {
    margin-bottom: 0;
  }
}

/*voice_sec*/
#voice_sec {
  padding: var(--sec-pa) 0;
}

#voice_sec .sec_tit::after {
  background-image: url(../image/voice_sec.svg);
}

#voice_sec .voice_list li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#voice_sec .voice_list li:last-child {
  margin-bottom: 0;
}

#voice_sec .voice_list li figure {
  width: 100px;
}

#voice_sec .voice_list li .text_box {
  width: calc(100% - 120px);
}

#voice_sec .voice_list li .text_box .voice_date {
  margin-bottom: 5px;
  display: inline-block;
}

#voice_sec .voice_list li .text_box .star {
  font-size: 20px;
  color: #fbb03b;
  padding-right: 5px;
}

#voice_sec .voice_list li .text_box .date {
  padding-right: 5px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #voice_sec .voice_list li {
    margin-bottom: 30px;
  }

  #voice_sec .voice_list li figure {
    width: 50px;
  }

  #voice_sec .voice_list li .text_box {
    width: calc(100% - 60px);
    margin-bottom: 0;
  }

  #voice_sec .voice_list li .text_box .voice_date {
    margin-bottom: 5px;
  }
}

/*faq_sec*/
#faq_sec {
  padding: var(--sec-pa) 0;
  background-color: #f9f9f9;
}

#faq_sec .sec_tit::after {
  background-image: url(../image/faq_sec.svg);
}

#faq_sec .faq_list {
  background: #fff;
}

#faq_sec .faq_list li {
  border-top: 1px solid #111;
}

#faq_sec .faq_list li:last-child {
  border-bottom: 1px solid #111;
}

#faq_sec .faq_list li details {
  padding: 15px 30px 15px 20px;
  position: relative;
  font-weight: normal;
}

#faq_sec .faq_list li details::before,
#faq_sec .faq_list li details::after {
  content: "";
  width: 1px;
  height: 15px;
  margin: auto;
  display: block;
  background: #000;
  -webkit-transition: opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: transform 0.3s ease,
    opacity 0.3s ease;
  transition: transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  position: absolute;
  top: 20px;
  opacity: 1;
  right: 20px;
  pointer-events: none;
}

#faq_sec .faq_list li details::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#faq_sec .faq_list li details[open]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

#faq_sec .faq_list li details .faq_question {
  display: block;
  margin-right: -30px;
  padding-right: 30px;
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}

#faq_sec .faq_list li details .faq_question::before {
  content: "Q：";
  position: absolute;
  top: 0;
  left: 0;
}

#faq_sec .faq_list li details .faq_question::marker {
  display: none;
}

#faq_sec .faq_list li details .faq_answer {
  margin-top: 15px;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.7;
}

#faq_sec .faq_list li details .faq_answer::before {
  content: "A：";
  position: absolute;
  top: 0;
  left: 0;
}