@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "TerassSans";
  src: url("../fonts/TerassSans.woff2") format("woff2"), url("../fonts/TerassSans.woff") format("woff");
}
bbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}

* {
  max-height: 99999px;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
  line-height: 1.75;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

img, video {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: 0.6;
}

.en {
  font-family: TerassSans;
  font-weight: normal;
}

#wrap {
  overflow: hidden;
  width: 100vw;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.in_in {
  width: 890px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.flex {
  display: flex;
}

.flex_w {
  flex-wrap: wrap;
}

.palt {
  font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.3rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .in, .in_in {
    width: 90%;
    margin: 0 auto;
  }
  .flex_w_sp {
    flex-wrap: wrap;
  }
}
#header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  padding: 10px;
  top: 0;
  z-index: 9999;
  transition: 0.5s;
  box-sizing: border-box;
}

#header.sc {
  background: rgb(255, 255, 255);
}

#header .flex {
  justify-content: space-between;
  align-items: center;
}

#header .btn {
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(231, 170, 74, 0.4);
  background: #e7aa4a;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

#header .btn .w_bg {
  background: #fff;
  border-radius: 100px;
  color: #e7aa4a;
  padding: 0 10px;
  margin-right: 10px;
  display: inline-block;
}

#header .btns a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #22BABA;
  margin-left: 10px;
}

#header .btns a.signup_btn {
  background: #22BABA;
  color: #fff;
}

#header .btns a.login_btn {
  background: #fff;
  color: #22BABA;
}

@media screen and (max-width: 750px) {
  #header {
    position: absolute;
    padding: 5% 0;
  }
  #header .logo {
    width: 120px;
  }
}
#main_v {
  background: #faf7f4 url(../images/main_bg@x2.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px;
}

#main_v .in {
  z-index: 2;
}

#main_v .txtarea {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

#main_v .txtarea p {
  background: #24b3b4;
  font-size: 2.4rem;
  color: #fff;
  padding: 5px;
  text-align: center;
}

#main_v .txtarea h1 {
  font-size: 5.8rem;
  line-height: 1.25;
  margin: 30px 0;
  text-align: center;
}

#main_v .txtarea h1 span {
  display: block;
  font-size: 7rem;
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main_v .txtarea .cta_ww p {
  color: #e7aa4a;
  font-size: 1.6rem;
  margin-bottom: 10px;
  background: none;
  padding: 0;
}

#main_v .txtarea a {
  width: 290px;
  margin: auto;
  justify-content: center;
}

#main_v .imgarea {
  flex-shrink: 0;
  position: absolute;
  right: -140px;
}

#main_v .btn {
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(231, 170, 74, 0.4);
  background: #e7aa4a;
  padding: 20px 20px;
  border-radius: 100px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

#main_v .btn .w_bg {
  background: #fff;
  border-radius: 100px;
  color: #e7aa4a;
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #main_v {
    padding-bottom: 0;
    background-position: left;
    padding-top: 60px;
  }
  #main_v .in {
    width: 100%;
  }
  #main_v .txtarea {
    margin-right: 0;
    padding: 0 5%;
    margin-bottom: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  #main_v .txtarea p {
    font-size: 1.8rem;
  }
  #main_v .txtarea h1 {
    font-size: 2.6rem;
    margin: 20px 0;
  }
  #main_v .txtarea h1 span {
    font-size: 3.2rem;
    line-height: 1;
    margin-top: 5px;
  }
  #main_v .txtarea a {
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  #main_v .btn .w_bg {
    text-align: center;
  }
  #main_v .imgarea {
    flex-shrink: unset;
    position: relative;
    right: 0;
  }
}
#logo_w {
  padding: 0px 0 30px;
}
@media screen and (max-width: 750px) {
  #logo_w {
    padding-bottom: 0;
  }
}

#logo_w h2 {
  background: #e0d3c7;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}

#loopslider {
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 998;
  width: 100%;
  height: 110px;
}

#loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  float: left;
  margin-left: 40px;
  height: 110px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  #loopslider {
    height: 29.33333333vw;
  }
  #loopslider ul li {
    height: 29.33333333vw;
  }
}
#trouble {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}

#trouble:before {
  width: 90%;
  height: calc(100% + 0px);
  content: "";
  background: #fafafa;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}

#trouble:after {
  width: 30%;
  height: 500px;
  content: "";
  background: url(../images/trouble_img_02@x2.jpg);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 1;
}

#trouble h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 60px;
}

#trouble .imgarea {
  position: absolute;
  top: 0;
  left: 370px;
}

.trouble_w {
  position: relative;
}

.trouble_i {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  width: 22%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
}

.trouble_i .num {
  margin-bottom: 20px;
}

.trouble_i .ico {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.trouble_i p {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  #trouble {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #trouble:before {
    width: 100%;
  }
  #trouble h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
  .trouble_i {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .trouble_i:nth-of-type(2n) {
    margin-right: 0;
  }
  .trouble_i p {
    font-size: 1.6rem;
  }
  #trouble:after {
    width: 100%;
    height: 190px;
    content: "";
    background: url(../images/trouble_img_02@x2.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    margin-left: auto;
    margin-top: 20px;
  }
}
#points {
  background: #faf7f4;
  padding: 100px 0 80px;
  position: relative;
}

#points:after {
  content: "";
  background: #faf7f4 url(../images/point_u_img@x2.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#points .points_head {
  margin-bottom: 120px;
}

#points .points_head .txtarea {
  margin-bottom: 60px;
  display: table;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 60px;
  text-align: center;
  background: #fff;
  margin: 0 auto 60px;
  font-size: 1.8rem;
  line-height: 1.75;
}

#points .points_head .txtarea span {
  background: #fff;
  display: table;
  font-size: 2rem;
  margin: 0 auto 15px;
}

#points .points_head .imgarea {
  text-align: center;
}

.point_w h2 {
  margin-bottom: 60px;
  text-align: center;
}

.point_w h2 span {
  display: block;
}

.point_w h2 .txt {
  font-size: 3.6rem;
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.point_i {
  margin-bottom: 100px;
}

.point_i .num {
  margin-bottom: 40px;
  text-align: center;
}

.point_i .imgarea {
  margin-top: 40px;
}

.point_i h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.4rem;
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}

.point_i p {
  text-align: center;
  font-size: 1.4rem;
}

.point_i .caution {
  justify-content: center;
  color: #01aaad;
  margin-top: 20px;
  font-size: 1.4rem;
}

.point_i .imgarea {
  text-align: center;
}

.point_03_slide_ww {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  color: #17afb1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -30px;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
}

.point_03_slide_w {
  overflow: hidden;
  width: 80%;
  margin: auto;
}

.point_03_slide:hover {
  opacity: 0.6;
}

.point_03_slide .imgarea {
  margin-bottom: 20px;
}

.point_03_slide .txtarea h4 {
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: center;
}

.point_03_slide .txtarea p {
  font-size: 1.2rem;
  text-align: left;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  width: 890px;
  box-sizing: border-box;
  z-index: 9999999;
}

.close {
  display: table;
  margin-left: auto;
  font-size: 2.6rem;
  color: #fff;
}

.modal-content_i {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  padding: 50px;
}

.modal-content_i .imgarea {
  margin-right: 40px;
  flex-shrink: 0;
}

.modal-content_i .name {
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
  font-size: 2.2rem;
}

.modal-content_i dt {
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 100px;
  display: table;
}

.modal-content_i dd {
  margin-bottom: 20px;
}

.modal-content_i a {
  display: table;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  padding: 10px 20px;
  border-radius: 100px;
  color: #fff;
  margin: auto;
}

#modal-overlay {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 750px) {
  #points {
    padding: 50px 0 50px;
  }
  #points:after {
    background-size: cover;
    height: 80px;
  }
  #points .points_head {
    margin-bottom: 50px;
  }
  #points .points_head .txtarea {
    padding: 7.5%;
    font-size: 1.6rem;
    line-height: 2;
    box-sizing: border-box;
    width: 100%;
  }
  #points .points_head .txtarea span {
    background: #fff;
    display: table;
    font-size: 1.6rem;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 1.5;
  }
  .point_i {
    margin-bottom: 40px;
  }
  .point_w h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .point_i .num {
    margin-bottom: 20px;
    text-align: center;
  }
  .point_w h2 .txt {
    font-size: 3rem;
  }
  .point_i .imgarea {
    padding: 0 20%;
  }
  .point_i h3 {
    font-size: 2.2rem;
  }
  .modal-content {
    width: 90%;
  }
  .modal-content_i {
    padding: 7.5%;
    max-height: 80%;
    overflow: auto;
    height: 55vh;
  }
  .modal-content_i .imgarea {
    margin-right: 0;
    margin-bottom: 20px;
    flex-shrink: unset;
  }
  .modal-content_i .name {
    margin-bottom: 20px;
  }
  .modal-content_i dd {
    margin-bottom: 10px;
  }
}
#voice {
  padding: 90px 0 100px;
}

#voice h2 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 3.6rem;
  color: #333333;
  letter-spacing: 0.005em;
}

#voice .voice_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#voice .voice_tabs {
  margin-bottom: 42px;
  position: relative;
  width: 100%;
}

#voice .voice_tab {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 9px;
  transform: translate(0) !important;
}

#voice .voice_tab_name {
  padding: 9px 0;
  background: #fff;
  border: 1px solid #05aaad;
  border-radius: 50px 50px;
  color: #05aaad;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

#voice .swiper-slide-thumb-active {
  background-color: #05aaad;
  color: #fff;
}

#voice .voice_tab_name p {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

#voice .voice_slide {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}

#voice .swiper-content {
  background: #fff;
  position: relative;
  border-radius: 40px;
}

#voice .swiper-slide-inner {
  padding-bottom: 40px;
}

#voice .swiper-content01::before {
  background: url(../images/voice_slide_bg01_pc.png) no-repeat center/cover;
  content: "";
  position: absolute;
  width: 438px;
  height: 306px;
  top: 11.8%;
  right: 0;
}

#voice .swiper-content02:before {
  background: url(../images/voice_slide_bg02_pc.png) no-repeat center/cover;
  content: "";
  position: absolute;
  width: 438px;
  height: 311px;
  top: 11.8%;
  right: 0;
}

#voice .swiper-content03:before {
  background: url(../images/voice_slide_bg03_pc.png) no-repeat center/cover;
  content: "";
  position: absolute;
  width: 436px;
  height: 309px;
  top: 11.4%;
  right: 0;
}

#voice .swiper-content04:before {
  background: url(../images/voice_slide_bg04_pc.png) no-repeat center/cover;
  content: "";
  position: absolute;
  width: 438px;
  height: 311px;
  top: 11%;
  right: 0;
}

#voice .swiper-content05:before {
  background: url(../images/voice_slide_bg05_pc.png) no-repeat center/cover;
  content: "";
  position: absolute;
  width: 438px;
  height: 311px;
  top: 12%;
  right: 0;
}

#voice .swiper-content06:before {
  background: url(../images/voice_slide_bg06_pc.png) no-repeat center/cover;
  content: "";
  position: absolute;
  width: 438px;
  height: 265px;
  top: 12.2%;
  right: 0;
}

#voice .voice_num01 {
  background-color: #05aaad;
  border-radius: 40px 40px 0 0;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 11px 0;
}

#voice .voice_ttl01 {
  font-size: 24px;
  font-weight: bold;
  color: #05aaad;
  line-height: 1.36;
  margin-top: 14px;
  position: relative;
}

#voice .voice-slider-box {
  display: flex;
  gap: 30px;
  padding: 20px 40px 5px;
}

#voice .voice_img01 {
  position: relative;
  width: 150px;
}

#voice .voice_img02 {
  width: 170px;
  margin: 15px 0 0 0;
}

#voice .voice_txt01 {
  font-size: 18px;
  margin: 12px 0 0 0;
}

#voice .voice_txt_box {
  margin-top: 15px;
  padding: 0 60px 0 40px;
}

#voice .voice_txt_box .ttl {
  font-size: 20px;
  color: #05aaad;
}

#voice .voice_txt_box .txt {
  font-size: 16px;
  line-height: 1.38;
  font-feature-settings: normal;
}

#voice .voice_txt01, .voice_txt_box span {
  display: block;
}

#voice .swiper-pagination {
  bottom: -9.8%;
}

#voice .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

#voice .swiper-button-prev, .swiper-button-next {
  color: #05aaad;
  position: absolute;
  top: 56%;
}

#voice .swiper-button-prev {
  left: -17%;
}

#voice .swiper-button-next {
  right: -17%;
}

@media screen and (max-width: 750px) {
  #voice {
    padding: 50px 0 80px;
  }
  #voice h2 {
    margin-bottom: 40px;
    color: #333333;
    font-size: 3rem;
  }
  #voice .voice_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #voice .voice_tabs {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
  #voice .voice_tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7px 7px;
    transform: translate(0) !important;
  }
  #voice .voice_tab_name {
    padding: 5px 0;
    background: #fff;
    border: 2px solid #05aaad;
    border-radius: 50px 50px;
    color: #05aaad;
    font-weight: bold;
    box-sizing: border-box;
  }
  #voice .swiper-slide-thumb-active {
    background-color: #05aaad;
    color: #fff;
  }
  #voice .voice_tab_name p {
    margin: 0;
    font-size: 15px;
    text-align: center;
  }
  #voice .voice_slide {
    position: relative;
    overflow: visible;
    box-shadow: none;
    border-radius: unset;
  }
  #voice .swiper-content {
    background: #fff;
    position: relative;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
  }
  #voice .swiper-slide-inner {
    padding-bottom: 45px;
  }
  #voice .swiper-content01::before {
    background: url(../images/voice_slide_bg01.png) no-repeat center/cover;
    content: "";
    position: absolute;
    width: 345px;
    height: 260px;
    top: 13%;
    right: 0;
  }
  #voice .swiper-content02:before {
    background: url(../images/voice_slide_bg02.png) no-repeat center/cover;
    content: "";
    position: absolute;
    width: 345px;
    height: 260px;
    top: 14%;
    right: 0;
  }
  #voice .swiper-content03:before {
    background: url(../images/voice_slide_bg03.png) no-repeat center/cover;
    content: "";
    position: absolute;
    width: 345px;
    height: 260px;
    top: 13%;
    right: 0;
  }
  #voice .swiper-content04:before {
    background: url(../images/voice_slide_bg04.png) no-repeat center/cover;
    content: "";
    position: absolute;
    width: 355px;
    height: 235px;
    top: 14%;
    right: 0;
  }
  #voice .swiper-content05:before {
    background: url(../images/voice_slide_bg05.png) no-repeat center/cover;
    content: "";
    position: absolute;
    width: 345px;
    height: 260px;
    top: 13%;
    right: 0;
  }
  #voice .swiper-content06:before {
    background: url(../images/voice_slide_bg06.png) no-repeat center/cover;
    content: "";
    position: absolute;
    width: 345px;
    height: 260px;
    top: 13%;
    right: 0;
  }
  #voice .voice_num01 {
    background-color: #05aaad;
    border-radius: 15px 15px 0 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 6px 0;
  }
  #voice .voice_ttl01 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #05aaad;
    line-height: 1.4;
    margin-top: 20px;
  }
  #voice .voice-slider-box {
    display: none;
  }
  #voice .voice_img01 {
    position: relative;
    width: 77%;
    margin: 22px auto 0;
  }
  #voice .voice_txt01 {
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
    border-top: 2px solid #000;
    padding-top: 10px;
    width: 83%;
  }
  #voice .voice_txt_box {
    margin-top: 10px;
    padding: 0 25px;
  }
  #voice .voice_txt_box .ttl {
    font-size: 20px;
    color: #05aaad;
  }
  #voice .voice_txt_box .txt {
    font-size: 15px;
    line-height: 1.5;
  }
  #voice .voice_txt01, .voice_txt_box span {
    display: block;
    margin-bottom: 5px;
  }
  #voice .swiper-pagination {
    bottom: -4%;
  }
  #voice .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  #voice .swiper-button-prev, .swiper-button-next {
    color: #05aaad;
    position: absolute;
    top: 56%;
  }
  #voice .swiper-button-prev {
    left: -4%;
  }
  #voice .swiper-button-next {
    right: -4%;
  }
}
#flow {
  padding: 80px 0 160px;
  position: relative;
}

#flow:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: #fafafa;
  top: 0;
  left: 0;
}

#flow h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.6rem;
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow_w {
  justify-content: space-between;
}

.flow_i {
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  width: 31%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

.flow_i_w {
  padding: 30px 30px 230px;
}

.flow_i:after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 14px;
  background: url(../images/flow_arrow@x2.png);
  background-size: cover;
  top: 50%;
  right: -46px;
  transform: translate(0, -50%);
  z-index: 2;
}

.flow_i:nth-last-of-type(1):after {
  display: none;
}

.flow_i .txtarea .num {
  display: table;
  margin: 0 auto 20px;
  border-bottom: 3px solid #01aaad;
  padding-bottom: 10px;
}

.flow_i .txtarea h3 {
  font-size: 2.4rem;
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 20px;
}

.flow_i .txtarea p {
  text-align: center;
}

.flow_i .imgarea {
  position: absolute;
  left: 50%;
  top: 240px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 750px) {
  #flow {
    padding: 50px 0 40px;
    position: relative;
  }
  .flow_i {
    width: 100%;
    margin-bottom: 50px;
  }
  .flow_i_w {
    padding: 10% 7.5% 230px;
    position: relative;
    overflow: hidden;
  }
  .flow_i:after {
    position: absolute;
    content: "";
    display: block;
    width: 65px;
    height: 18px;
    background: url(../images/flow_arrow@x2.png);
    background-size: cover;
    top: auto;
    right: 0;
    transform: translate(0, -50%) rotate(90deg);
    z-index: 2;
    bottom: -40px;
  }
  .flow_i .imgarea {
    top: auto;
    bottom: -100px;
    z-index: 2;
    pointer-events: none;
  }
  .flow_i .txtarea h3 {
    font-size: 2.2rem;
  }
}
#faq {
  padding: 80px 0 100px;
  background: #faf7f4;
}

#faq h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.6rem;
  color: #01aaad;
  background: linear-gradient(90deg, rgb(1, 170, 173) 0%, rgb(102, 192, 191) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq_i {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 100px;
  margin-bottom: 30px;
  transition: 0.5s;
  background: #fff;
}

.faq_i.open {
  border-radius: 30px;
}

.faq_i .ico {
  background: #01aaad;
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

.faq_i h3 {
  color: #01aaad;
  font-size: 1.6rem;
  margin-top: 5px;
}

.faq_i p {
  margin-top: 5px;
}

.faq_i .q {
  position: relative;
  cursor: pointer;
}

.faq_i .q:after {
  content: "×";
  font-size: 1.8rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translate(-10px, -50%);
  color: #333;
  transition: 0.5s;
}

.faq_i.open .q:after {
  top: 50%;
  right: 0px;
  transform: rotate(0) translate(0, -50%);
}

.faq_i .a {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  display: none;
}

@media screen and (max-width: 750px) {
  #faq {
    padding: 50px 0 50px;
    position: relative;
  }
  .faq_i {
    border-radius: 30px;
    padding: 7.5% 5%;
  }
  .faq_i .q .flex {
    padding-right: 30px;
  }
  .faq_i h3 {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .faq_i .ico {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
#cta {
  padding: 80px 0 0;
  background: url(../images/cta_bg@x2.jpg);
  background-size: cover;
  background-position: center;
}

.cta_w {
  justify-content: center;
}

.cta_w .txtarea p {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 30px;
}

.cta_w .txtarea p span {
  font-size: 5rem;
}

.cta_w .txtarea .cta_ww p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.cta_w .txtarea a {
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(231, 170, 74, 0.4);
  background: #e7aa4a;
  padding: 20px 40px;
  border-radius: 100px;
  font-size: 1.8rem;
  justify-content: center;
  font-weight: bold;
  color: #fff;
}

.cta_w .txtarea a .w_bg {
  background: #fff;
  border-radius: 100px;
  color: #e7aa4a;
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
}

.cta_w .imgarea {
  margin-left: 100px;
}

@media screen and (max-width: 750px) {
  #cta {
    padding: 50px 0 0;
  }
  .cta_w .txtarea p {
    line-height: 1;
  }
  .cta_w .txtarea a {
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .cta_w .txtarea a .w_bg {
    text-align: center;
  }
  .cta_w .imgarea {
    margin-left: 0;
    width: 50%;
    margin-top: 40px;
  }
}
.fixed_area_pc {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  border-radius: 10px;
  padding: 15px;
  z-index: 999;
  display: none;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(231, 170, 74, 0.4);
  background: #e7aa4a;
  color: #fff;
}

.fixed_area_pc a {
  display: block;
}

.fixed_area_pc span {
  display: block;
}

.fixed_area_pc .flex {
  justify-content: center;
  font-size: 1.6rem;
  margin-top: 5px;
}

.fixed_area_pc .w_bg {
  background: #fff;
  border-radius: 100px;
  color: #e7aa4a;
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
  box-sizing: border-box;
}

.fixed_area_sp {
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.fixed_area_sp a {
  z-index: 2;
  border-radius: 8px;
  background: linear-gradient(0deg, var(--Yellow-60, #F39800) -0.68%, var(--Yellow-30, #F9BD58) 109.93%);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 16px 20px 16px;
  font-size: 2rem;
  font-weight: 700;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  display: block;
  box-sizing: border-box;
}

.fixed_area_sp a .w_bg {
  background: #fff;
  border-radius: 100px;
  color: #e7aa4a;
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .fixed_area_sp a {
    width: 100%;
    margin: auto;
    border-radius: 8px;
    background: linear-gradient(0deg, var(--Yellow-60, #F39800) -0.68%, var(--Yellow-30, #F9BD58) 109.93%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 16px 20px 16px;
    font-size: 2rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .fixed_area_sp a .w_bg {
    text-align: center;
  }
}
footer {
  padding: 30px 0 140px;
  background: #fff;
  text-align: center;
}

footer .flex {
  justify-content: space-between;
}

footer ul li {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  footer {
    padding-bottom: 80px;
  }
  footer .copy {
    margin-bottom: 10px;
  }
  footer ul.flex {
    justify-content: center !important;
    width: 100%;
  }
  footer ul li {
    margin: 0 10px;
  }
}
.thanks .main_w {
  background: #fafafa;
  padding: 150px 0 100px;
}

.thanks .main_w h1 {
  font-size: 3.4rem;
  text-align: center;
  color: #00a2c0;
  margin-bottom: 50px;
}

.thanks .main_w .description {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 50px 50px;
  text-align: center;
}

.thanks .main_w .description p {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .thanks .main_w .description {
    text-align: center;
  }
}
#point_i {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  .sp_btn {
    width: 91.46666667%;
    margin: 0 auto;
    text-align: center;
  }
  .sp_btn span {
    display: inline-block;
  }
  .sp_btn .txt {
    color: var(--Yellow-60, #F39800);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .sp_btn a {
    display: block;
    padding: 16px 16px 20px 16px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.22px;
    border-radius: 8px;
    background: linear-gradient(0deg, var(--Yellow-60, #F39800) -0.68%, var(--Yellow-30, #F9BD58) 109.93%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  }
  #main_sp {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FAF7F4;
    padding: 100px 0 40px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #main_sp h1 {
    padding: 0 18px;
  }
  #main_sp h1 span {
    width: 100%;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    padding: 6px 0;
    background: #24B3B4;
    letter-spacing: 0.06em;
  }
  #main_sp .mv_head {
    padding: 0 18px;
    display: flex;
  }
  #main_sp .mv_head .txtarea {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 42.18289086%;
  }
  #main_sp .mv_head .txtarea span {
    display: inline-block;
    background: #E6F4F3;
    padding: 6px 20px;
    color: #24B3B4;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
  }
  #main_sp .mv_head .txtarea p {
    text-align: center;
    font-size: 34px;
    line-height: 120%;
    letter-spacing: 1.7px;
  }
  #main_sp .mv_head .txtarea ul li {
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #main_sp .mv_head .txtarea ul li::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #main_sp .mv_head .txtarea ul li:last-child {
    margin-bottom: 0;
  }
  #main_sp .main_img {
    width: 57.81710914%;
  }
  #main_sp .logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  #main_sp .logo_wrap img {
    width: 100%;
  }
  #main_sp .logo_wrap p:first-child {
    width: 49.6%;
  }
  #main_sp .logo_wrap p:nth-child(2) {
    width: 41.33333333%;
  }
  #suggestion {
    padding: 30px 0 40px;
    background: #FAF7F4;
  }
  #suggestion .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  #suggestion .ttl_wrap h2 {
    text-align: center;
    font-size: 24px;
    line-height: 120%;
  }
  #suggestion .ttl_wrap img {
    display: block;
    width: 27px;
  }
  #suggestion .caution {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #24B3B4;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
  }
  #suggestion .caution img {
    display: block;
    width: 21px;
  }
  .suggestion_slideWrap {
    position: relative;
    margin-bottom: 20px;
  }
  .suggestion_slideWrap .swiper-button-next, .suggestion_slideWrap .swiper-button-prev {
    top: 35%;
  }
  .suggestion_slideWrap .swiper-button-next::after, .suggestion_slideWrap .swiper-button-prev::after {
    font-size: 20px;
  }
  .suggestion_slideWrap .swiper-button-next {
    right: 0;
  }
  .suggestion_slideWrap .swiper-button-prev {
    left: 0;
  }
  .suggestion_slide {
    width: 84.26666667%;
    margin: 10px auto 0;
    overflow-x: hidden;
  }
  .suggestion_slide .imgarea {
    margin-bottom: 8px;
  }
  .suggestion_slide .txtarea {
    text-align: center;
  }
  .suggestion_slide .txtarea h4 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    margin-bottom: 4px;
  }
  .suggestion_slide .txtarea p {
    color: var(--Siver-100, #718096);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
  }
  #satisfaction {
    padding: 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #satisfaction img {
    display: block;
    width: 100%;
  }
  #satisfaction .caution {
    text-align: left;
    color: var(--Siver-100, #718096);
    font-feature-settings: "palt" on;
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
  }
  #satisfaction h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }
  #satisfaction dl dt {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
  }
  #satisfaction dl dd {
    width: 88.04664723%;
    margin: 0 auto;
  }
  #commission {
    padding: 40px 16px;
    background: #FAF7F4;
  }
  #commission .commission_head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
  }
  #commission .commission_head p {
    color: #000;
    font-size: 24px;
    line-height: 120%; /* 28.8px */
    font-weight: 700;
  }
  #commission .commission_head strong {
    color: #333;
    font-size: 32px;
    font-weight: 600;
  }
  #commission ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #commission ul li {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  #commission ul img {
    display: block;
    width: 43.73177843%;
    border-radius: 8px;
    flex-shrink: 0;
  }
  #commission ul p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  #find {
    text-align: center;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #find .find_head p {
    color: #000;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  #find .find_head h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }
  #find .find_img {
    width: 93.33333333%;
    margin: 0 auto;
  }
}