@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  width: 100%;
}

p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

section {
  padding: 70px 0;
}
section:last-child {
  padding-bottom: 150px;
}

h2,
h3 {
  font-size: clamp(2.3rem, 6vw, 3rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.pc {
  display: none;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  h2,
  h3 {
    font-size: 3.8rem;
  }
}
.fixed_btn_sp {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.fixed_btn_sp ul {
  display: flex;
}

.fixed_btn_pc {
  display: none;
}

.l-btn a {
  font-size: 1.5rem;
  background-color: #213662;
  padding: 16px 50px;
  width: max-content;
  margin: 20px auto 0 auto;
  display: block;
  border-radius: 8px;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .fixed_btn_sp {
    display: none;
  }
  .fixed_btn_pc {
    display: block;
    position: fixed;
    z-index: 100;
    width: 150px;
    right: 0;
    bottom: env(safe-area-inset-bottom);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .fixed_btn_pc .btn {
    height: 80px;
  }
}
header {
  padding: 5px 15px;
  width: 100%;
}
header .wrap {
  display: flex;
  margin-right: 15px;
  align-items: end;
  justify-content: space-between;
  align-items: center;
}
header .wrap .logo {
  flex-basis: 30%;
  max-width: 220px;
}
header .wrap .r_sec {
  flex-basis: 40%;
  max-width: 300px;
}

.catch {
  font-size: clamp(1.5rem, 3.5vw, 2.8rem);
  text-align: center;
  padding: 15px 0;
  background-color: #0A29A0;
  color: #fff;
  font-weight: 600;
}
.catch span {
  color: #F9E258;
}

.mv {
  padding: 0;
}

.bg {
  position: relative;
}
.bg ul {
  position: absolute;
  top: 0;
  left: 0;
}
.bg ul li:nth-child(1) {
  width: 60%;
  margin: 5% auto 0 auto;
}
.bg ul li:nth-child(2) {
  margin: 44% auto 0 auto;
  width: 95%;
}
.bg ul li:nth-child(3) {
  width: 95%;
  margin: 8% auto 0 auto;
  max-width: 600px;
}
.bg ol {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 10vw;
  color: #fff;
  max-width: 90%;
}
.bg ol li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px;
  font-size: clamp(1rem, 2.5vw, 2rem);
}
.bg ol li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.msg > p {
  width: 90%;
  margin: 0 auto;
  max-width: 695px;
}
.msg .loop-container {
  width: 100vw;
  overflow: hidden;
  position: relative;
  margin: 50px 0 80px 0;
}
.msg .loop-container::after {
  content: "";
  position: absolute;
  background-color: #DFF0F8;
  width: 100%;
  height: 85%;
  z-index: -1;
  bottom: 0;
}
.msg .loop-container .loop-wrapper {
  display: flex;
  position: relative;
  white-space: nowrap;
}
.msg .loop-container .loop-wrapper img {
  width: auto;
  height: auto;
  max-height: 37vh;
  /* 画像の高さをコンテナに合わせる */
  flex-shrink: 0;
  display: block;
}
.msg .map {
  border: 1px solid #707070;
  border-radius: 8px;
  width: 90%;
  margin: 0 auto;
}
.msg .map h3 {
  margin: 25px 0;
}
.msg .map .text {
  width: 95%;
  margin: 0 auto 40px auto;
}

.msg .map .area-text {
  margin: 20px 0;
  background: #F2F3FF;
  padding: 15px;
}
.msg .map .area-text h4 {
  font-size: 1.7rem;
  font-weight: 600;
}
.msg .map .area-text ul li {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 15px;
}
.msg .map .area-text ul li ul {
  display: ruby;
}
.msg .map .area-text ul li ul li {
  font-weight: 400;
  margin-top: 0;
  line-height: 19px;
}

.construction {
  position: relative;
  background-color: #4373ae;
  width: 100%;
  margin-top: 90px;
  color: #fff;
  padding: 35px 0 70px 0;
}
.construction::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4373ae;
  clip-path: polygon(100% 85%, 0% 100%, 100% 100%);
  top: -99.65%;
}
.construction::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -112px;
  left: 12px;
  background-image: url("../../img/construction/home-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 123px;
}
.construction h2 {
  text-align: end;
  margin-right: 15px;
}
.construction h3 {
  font-size: 1.6rem;
  width: 90%;
  margin: 0 15px 0 auto;
  text-align: start;
  font-weight: 400;
  max-width: 624px;
}
.construction .slider-text {
  width: max-content;
  margin: 85px auto 0 auto;
}

.form {
  padding-top: 0;
  background-color: #2E46A2;
  /* ドロップダウンの選択肢 */
}
.form h2 {
  padding-top: 40px;
  color: #fff;
}
.form .form-area {
  max-width: 700px;
  margin: 0 auto;
}
.form .Form-Item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.form .Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  max-width: inherit;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}
.form .Form-Item-Label-Required {
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  background: #DE654E;
  color: #fff;
  border-radius: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 50px;
  font-size: 10px;
}
.form .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  background: #fff;
  margin-left: 0;
  margin-top: 18px;
  height: 40px;
  flex: inherit;
  font-size: 15px;
}
.form .custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
}
.form .dropdown-toggle {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.form .dropdown-toggle:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.form .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  display: none;
  /* 初期は非表示 */
  max-height: 400px;
  overflow-y: auto;
  z-index: 10;
}
.form .dropdown-menu li {
  padding: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}
.form .dropdown-menu li:hover {
  background: #f0f0f0;
}
.form .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  background: #fff;
  margin-top: 18px;
  margin-left: 0;
  height: 200px;
  flex: inherit;
  font-size: 15px;
}
.form .Form-Btn {
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  letter-spacing: 0.05em;
  background: #DE654E;
  color: #fff;
  font-weight: bold;
  margin-top: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 160px;
  font-size: 16px;
  text-align: center;
}
.form .p-text {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.form .p-text p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.form .p-text p a {
  position: relative;
}
.form .p-text p a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -0.2rem;
}
.form .p-text div {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
}

.reviews {
  padding-top: 0;
}
.reviews h2 {
  margin-bottom: 0;
}
.reviews h3 {
  font-size: clamp(1.8rem, 4vw, 4rem);
  color: #0A29A0;
  margin-top: 35px;
}
.reviews .review-container li {
  width: 90%;
  margin: 60px auto 0 auto;
  padding: 20px;
  border: solid 1px #707070;
  border-radius: 8px;
  position: relative;
}
.reviews .review-container li::before {
  position: absolute;
  top: -40px;
  content: "";
  display: inline-block;
  width: 110px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  padding: 10px;
}
.reviews .review-container li:nth-child(1)::before {
  background-image: url("../../img/review/r-icon/r-icon1.svg");
}
.reviews .review-container li:nth-child(2)::before {
  background-image: url("../../img/review/r-icon/r-icon2.svg");
}
.reviews .review-container li:nth-child(3)::before {
  background-image: url("../../img/review/r-icon/r-icon3.svg");
}
.reviews .review-container li:nth-child(4)::before {
  background-image: url("../../img/review/r-icon/r-icon4.svg");
}
.reviews .review-container li:nth-child(odd)::before {
  right: 20px;
}
.reviews .review-container li:nth-child(even) .age,
.reviews .review-container li:nth-child(even) img {
  display: block;
  margin: 10px 0 25px auto;
}
.reviews .review-container li:nth-child(even) .age {
  width: max-content;
  margin: 0 0 0 auto;
}
.reviews .review-container li .age {
  font-size: 1.6rem;
  font-weight: 600;
}
.reviews .review-container li img {
  width: 150px;
  display: block;
  margin: 10px 0;
}

.faq {
  position: relative;
  background-color: #4373ae;
  width: 100%;
  padding-top: 20px;
  margin-top: 70px;
  /* アコーディオンのコンテンツ部分 */
}
.faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4373ae;
  clip-path: polygon(0 85%, 0% 100%, 100% 100%);
  top: -99.811%;
}
.faq::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -93px;
  right: 12px;
  background-image: url("../../img/faq/faq-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 130px;
}
.faq h2 {
  text-align: start;
  color: #fff;
  margin-left: 20px;
}
.faq .accordion-container {
  margin: 0 auto 0;
  max-width: 800px;
  width: 100%;
}
.faq .accordion-list {
  width: 95%;
  margin: 0 auto;
}
.faq .accordion-list:not(:first-child) {
  margin-top: 10px;
}
.faq .accordion-title {
  background: #A9D2EB;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 40px 16px 28px;
  position: relative;
  line-height: 23px;
  transition: background 0.3s ease-in-out;
}
.faq .accordion-title:hover {
  background: #8dbdd9;
}
.faq .accordion-title:after {
  position: absolute;
  display: block;
  content: "";
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
}
.faq .accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}
.faq .accordion-text {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
  padding: 0 20px;
  /* 初期状態では余白なし */
}
.faq .accordion-text > p {
  padding: 20px 0;
}
.faq .accordion-text.open {
  opacity: 1;
  padding: 20px 40px;
  /* 開いたときの余白 */
}

.flow {
  position: relative;
  background-color: #FAFAF4;
}
.flow h3 {
  text-align: start;
  font-size: 2rem;
  margin-left: 18px;
}
.flow .flow-list {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.flow .flow-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 60px;
}
.flow .flow-list li .num {
  position: relative;
  width: 60px;
  margin-left: -50px;
}
.flow .flow-list li .num::before, .flow .flow-list li .num::after {
  position: absolute;
}
.flow .flow-list li .num::before {
  content: "step";
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #0A29A0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 8px;
  top: -18px;
  left: 0;
}
.flow .flow-list li .num::after {
  content: "";
  font-weight: 600;
  color: #fff;
  font-size: 1.7rem;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.flow .flow-list li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 18px);
  background-color: #4373ae;
  top: 51px;
  left: 28px;
}
.flow .flow-list li:last-child::after {
  content: none;
}
.flow .flow-list li:nth-child(1) .num::after {
  content: "01";
}
.flow .flow-list li:nth-child(2) .num::after {
  content: "02";
}
.flow .flow-list li:nth-child(3) .num::after {
  content: "03";
}
.flow .flow-list li:nth-child(4) .num::after {
  content: "04";
}
.flow .flow-list li:nth-child(5) .num::after {
  content: "05";
}
.flow .flow-list li:nth-child(6) .num::after {
  content: "06";
}
.flow .flow-list li .c-flow {
  padding: 30px 15px;
  background-color: #fff;
}
.flow .flow-list li .c-flow ul {
  margin: 30px auto 0 auto;
  max-width: 520px;
}
.flow .flow-list li .c-flow ul li {
  margin-bottom: 10px;
}
.flow .flow-list li .c-flow ul li a {
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 37px;
  padding: 20px;
  text-align: center;
  display: block;
}
.flow .flow-list li .c-flow ul li::before, .flow .flow-list li .c-flow ul li::after {
  content: none;
}
.flow .flow-list li .c-flow ul li:nth-child(1) a {
  background-color: #f79427;
  color: #fff;
}
.flow .flow-list li .c-flow ul li:nth-child(2) a {
  border: 1px solid #f79427;
  color: #f79427;
}
.flow .flow-list li .c-flow ul li:nth-child(3) a {
  background-color: #00ba39;
  color: #fff;
}
.flow .flow-list li .c-flow ul li span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
  .mv .bg .sp {
    display: none;
  }
  .mv .bg .pc {
    display: block;
  }
  .bg ul {
    width: 46%;
    margin-left: 15px;
  }
  .bg ul li:nth-child(1),
  .bg ul li:nth-child(2),
  .bg ul li:nth-child(3) {
    width: 100%;
    margin: 0;
  }
  .bg ul li:nth-child(2) {
    margin-top: 3%;
  }
  .bg ul li:nth-child(3) {
    margin-top: 4%;
  }
  .bg ol {
    bottom: 13px;
  }
  .bg ol li {
    font-size: clamp(0.5rem, 1vw, 1.4rem);
  }
  .msg .map {
    display: flex;
    max-width: 996px;
  }
  .msg .map h3 {
    text-align: start;
    font-size: clamp(2rem, 4vw, 3.2rem);
  }
  .msg .map img {
    object-fit: cover;
    width: 45%;
    max-width: 435px;
  }
  .msg .map .text {
    width: 48%;
    height: max-content;
    margin: auto auto;
    padding-bottom: 25px;
  }
}
footer {
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #213662;
  margin-bottom: 14.3vw;
}
footer small {
  font-size: 1.3rem;
}

@media screen and (min-width: 600px) {
  footer {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .msg .loop-container .loop-wrapper img {
    max-height: 52vh;
  }
  .reviews .review-container li {
    width: 80%;
    max-width: 708px;
    padding: 40px;
  }
  .flow h3 {
    font-size: 2.5rem;
    margin-left: 40px;
  }
  .flow .flow-list li {
    padding-left: 40px;
  }
  .flow .flow-list li .num {
    width: 78px;
  }
  .flow .flow-list li .num::after {
    font-size: 2rem;
    bottom: -32px;
  }
  .flow .flow-list li .c-flow {
    padding: 40px 30px;
    width: 90%;
    margin: 0 auto;
  }
  .flow .flow-list li .num::before {
    width: 78px;
    height: 78px;
    top: -27px;
    font-size: 1.3rem;
    padding-top: 14px;
  }
  .flow .flow-list li::after {
    height: calc(100% - 40px);
    top: 61px;
  }
}
.thanks_area {
  min-height: 90vh;
}

.thanks-text {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.p-en {
  font-size: 2rem;
}

.p-src {
  max-width: 793px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */