@charset "UTF-8";
@font-face {
  font-family: CenturyGothic-Bold;
  src: url(../font/CenturyGothicBold.otf) format("opentype");
}
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic.ttf) format("truetype");
}
html {
  font-size: 1px;
}

html {
  font-size: 0.5460750853px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

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

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_y.is-animated {
  transform-origin: right;
  animation: scaled_x 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.frontview {
  width: 100%;
  display: flex;
  position: relative;
}
.frontview .catchcopy__txt {
  width: 100%;
  font-weight: bold;
  font-size: 87.03rem;
  line-height: 181.32rem;
  text-align: center;
  color: #0aa1c4;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-decoration: underline;
  text-decoration-thickness: 30rem;
  text-decoration-color: #FF8E57;
  text-underline-offset: -10rem;
}
.frontview .object__items {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 100rem;
  transform: translate(-50%);
}
.frontview .object__items .c__item {
  width: 12.5%;
  padding: 0 17rem;
}
.frontview .object__items .c__item .c__inner {
  width: 100%;
  background: white;
  border: 12.12rem solid #0aa1c4;
  border-bottom: 0;
}
.frontview .object__items .c__item .c__inner .image__wrapper {
  width: 100%;
  height: 200rem;
  padding: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frontview .object__items .c__item .c__inner .image__wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.frontview .object__items .c__item .c__inner .title__txt {
  font-weight: 600;
  font-size: 29.14rem;
  line-height: 33.22rem;
  padding: 10rem 0;
  text-align: center;
  color: #fff;
  background: #0aa1c4;
}

header {
  background: white;
  width: 100%;
  height: 190rem;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 80rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
header .logo {
  width: 376rem;
  display: flex;
}
header ul {
  display: flex;
}
header ul li {
  padding: 0 30rem;
}
header ul li a {
  font-weight: 400;
  font-size: 39.6rem;
  line-height: 1;
  text-align: left;
  color: #000;
  position: relative;
}
header ul li a:hover:after {
  width: 100%;
}
header ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 14rem solid #0aa1c4;
  position: absolute;
  left: 0;
  bottom: -73rem;
  transition: 0.3s;
}

.section-problem {
  width: 100%;
  padding: 150rem 0;
  background: #0aa1c4;
  position: relative;
}
.section-problem:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 300rem solid transparent;
  border-right: 300rem solid transparent;
  border-top: 170rem solid #0aa1c4;
  position: absolute;
  left: 50%;
  bottom: -165rem;
  transform: translate(-50%);
}
.section-problem .t__txt {
  font-weight: 800;
  font-size: 100.52rem;
  line-height: 159.05rem;
  text-align: center;
  color: #fff;
}
.section-problem .c__txt {
  font-weight: 300;
  font-size: 36rem;
  line-height: 72rem;
  margin-top: 65rem;
  text-align: center;
  color: #fff;
}

.section-point {
  background: #aed5e1;
  padding: 300rem 0 200rem;
}
.section-point .title__wrapper {
  font-weight: 600;
  font-size: 88.39rem;
  line-height: 1.4;
  text-align: center;
  color: #0aa1c4;
}
.section-point .title__wrapper span {
  font-size: 53.01rem;
}
.section-point .content__items {
  width: 80%;
  margin: auto;
  margin-top: 120rem;
}
.section-point .content__items .p__item {
  width: 100%;
  background: white;
  padding: 70rem;
  border-radius: 28rem;
  margin-bottom: 80rem;
  display: flex;
  align-items: flex-start;
}
.section-point .content__items .p__item .image {
  width: 833.44rem;
  height: 554.52rem;
}
.section-point .content__items .p__item .content__inner {
  width: calc(100% - 833rem);
  padding-left: 80rem;
  padding-top: 30rem;
}
.section-point .content__items .p__item .content__inner .title__txt {
  display: flex;
  align-items: center;
}
.section-point .content__items .p__item .content__inner .title__txt .num {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 141.52rem;
  line-height: 1;
  text-align: left;
  color: #0aa1c4;
}
.section-point .content__items .p__item .content__inner .title__txt .lbl {
  font-weight: 600;
  font-size: 53.01rem;
  margin-left: 56rem;
  text-align: left;
  color: #0aa1c4;
}
.section-point .content__items .p__item .content__inner .c__txt {
  font-weight: 300;
  font-size: 36rem;
  line-height: 72rem;
  margin-top: 50rem;
  text-align: left;
  color: #000;
}

.section-price {
  padding: 200rem 0;
}
.section-price .t__txt {
  font-weight: 600;
  font-size: 88.39rem;
  line-height: 157.41rem;
  text-align: center;
  color: #0aa1c4;
}
.section-price .content__items {
  width: 90%;
  margin: auto;
  margin-top: 170rem;
  display: flex;
  flex-wrap: wrap;
}
.section-price .content__items .c__item {
  width: 50%;
  padding: 0 30rem;
  margin-bottom: 80rem;
}
.section-price .content__items .c__item .c__inner {
  width: 100%;
  height: 100%;
  border: 4rem solid #1aa6c7;
}
.section-price .content__items .c__item .c__inner .t__bar {
  font-weight: 600;
  font-size: 53.01rem;
  line-height: 94.4rem;
  text-align: left;
  color: #fefefe;
  padding: 40rem 0 40rem 80rem;
  background: rgba(10, 162, 196, 0.89);
}
.section-price .content__items .c__item .c__inner .image {
  width: 100%;
  height: 740rem;
}
.section-price .content__items .c__item .c__inner .content__text {
  padding: 55rem;
}
.section-price .content__items .c__item .c__inner .content__text .price__txt {
  margin-bottom: 50rem;
  display: flex;
  align-items: flex-end;
}
.section-price .content__items .c__item .c__inner .content__text .price__txt .lbl {
  font-weight: 600;
  font-size: 36rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
.section-price .content__items .c__item .c__inner .content__text .price__txt .price {
  font-family: CenturyGothic-Bold;
  font-weight: 600;
  font-size: 72rem;
  margin-left: 30rem;
  line-height: 1;
  text-align: left;
  color: #1AA6C7;
}
.section-price .content__items .c__item .c__inner .content__text .price__txt .n__txt {
  font-weight: 300;
  font-size: 36rem;
  line-height: 1.5;
  margin-left: 40rem;
  text-align: left;
  color: #000;
}
.section-price .content__items .c__item .c__inner .content__text .c__bar {
  display: flex;
  font-weight: 600;
  font-size: 36rem;
  margin-bottom: 40rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.section-price .content__items .c__item .c__inner .content__text .c__bar.c01 {
  align-items: center;
}
.section-price .content__items .c__item .c__inner .content__text .c__bar span {
  width: 75%;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 40rem;
}
.section-price .content__items .c__item .c__inner .content__text .c__bar .select__wrapper {
  width: 606.93rem;
  height: 85rem;
  background: transparent;
  border: 2rem solid #040000;
  margin-left: 30rem;
  position: relative;
}
.section-price .content__items .c__item .c__inner .content__text .c__bar .select__wrapper select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  font-size: 36rem;
  padding-left: 30rem;
  border: 0;
  color: #1AA6C7;
}
.section-price .content__items .c__item .c__inner .content__text .c__bar .select__wrapper select option {
  color: #000;
}
.section-price .content__items .c__item .c__inner .content__text .c__txt {
  font-weight: 300;
  font-size: 36rem;
  line-height: 72rem;
  margin-top: 50rem;
  text-align: left;
  color: #000;
}

.section-area {
  background: #0aa1c4;
  padding: 200rem 0;
}
.section-area .content__inner {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-area .content__inner .content__text .t__txt {
  font-weight: 600;
  font-size: 88rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.section-area .content__inner .content__text .c__txt {
  font-weight: 300;
  font-size: 36rem;
  margin-top: 70rem;
  line-height: 2;
  text-align: left;
  color: #fff;
}
.section-area .content__inner .map {
  width: 616rem;
  height: auto;
  margin-left: 30rem;
  display: flex;
}

.section-flow {
  padding: 200rem 0 300rem;
}
.section-flow .t__txt {
  font-weight: 600;
  font-size: 88.39rem;
  text-align: center;
  color: #0aa1c4;
}
.section-flow ul {
  margin-top: 130rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-flow ul li {
  width: 385rem;
  position: relative;
  margin: 0 163rem;
}
.section-flow ul li .lbl {
  width: 120%;
  font-weight: normal;
  font-size: 53.01rem;
  text-align: center;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: -110rem;
  transform: translate(-50%);
}
.section-flow ul li .num {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 141.52rem;
  text-align: center;
  color: #707070;
}
.section-flow ul li .image {
  width: 100%;
  margin-top: 20rem;
  display: flex;
  position: relative;
}
.section-flow ul li .image .line {
  width: 326rem;
  display: flex;
  position: absolute;
  right: -326rem;
  top: 50%;
  transform: translateY(-50%);
}

.section-voice {
  padding: 220rem 0;
  background: #aed5e1;
}
.section-voice .t__txt {
  font-weight: 600;
  font-size: 88.39rem;
  text-align: center;
  color: #fff;
}
.section-voice .voice__items {
  width: 80%;
  margin: auto;
  margin-top: 90rem;
}
.section-voice .voice__items .v__item {
  width: 100%;
  background: white;
  border-radius: 37rem;
  padding: 120rem;
  margin-bottom: 70rem;
  display: flex;
  align-items: flex-start;
}
.section-voice .voice__items .v__item .image {
  width: 330rem;
  display: flex;
}
.section-voice .voice__items .v__item .content__text {
  width: calc(100% - 330rem);
  padding-left: 60rem;
}
.section-voice .voice__items .v__item .content__text .name {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 72rem;
  line-height: 72rem;
  text-align: left;
  color: #000;
}
.section-voice .voice__items .v__item .content__text .c__txt {
  font-weight: 600;
  font-size: 36rem;
  line-height: 2;
  color: #000000;
  margin-top: 80rem;
}

.section-faq {
  padding: 200rem 0;
}
.section-faq .t__txt {
  font-weight: 600;
  font-size: 88.39rem;
  line-height: 157.41rem;
  text-align: center;
  color: #0aa1c4;
}
.section-faq .faq__items {
  width: 80%;
  margin: auto;
  margin-top: 100rem;
}
.section-faq .faq__items .f__item__inner {
  width: 100%;
  margin-bottom: 160rem;
}
.section-faq .faq__items .f__item__inner .faq__type {
  display: flex;
  align-items: center;
  margin-bottom: 50rem;
}
.section-faq .faq__items .f__item__inner .faq__type .icon01 {
  width: 130rem;
  margin-right: 55rem;
  display: flex;
}
.section-faq .faq__items .f__item__inner .faq__type .icon01.icon02 {
  width: 144rem;
}
.section-faq .faq__items .f__item__inner .faq__type .icon01.icon03 {
  width: 128rem;
}
.section-faq .faq__items .f__item__inner .faq__type .lbl {
  font-weight: 600;
  font-size: 53.01rem;
  line-height: 94.4rem;
  text-align: left;
  color: #000;
}
.section-faq .faq__items .f__item__inner .f__item {
  width: 100%;
  height: auto;
  padding: 60rem;
  border-radius: 37rem;
  background: #f9f9f9;
  margin-bottom: 70rem;
  cursor: pointer;
}
.section-faq .faq__items .f__item__inner .f__item .ques__bar {
  display: flex;
  align-items: center;
  position: relative;
}
.section-faq .faq__items .f__item__inner .f__item .ques__bar.open:after {
  opacity: 0;
}
.section-faq .faq__items .f__item__inner .f__item .ques__bar:before {
  content: "";
  width: 93rem;
  height: 0;
  border-bottom: 9rem solid #1AA6C7;
  position: absolute;
  right: 20rem;
  top: 50%;
  transform: translateY(-50%);
}
.section-faq .faq__items .f__item__inner .f__item .ques__bar:after {
  content: "";
  height: 93rem;
  width: 0;
  border-left: 9rem solid #1AA6C7;
  position: absolute;
  right: 61rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.section-faq .faq__items .f__item__inner .f__item .ques__bar .q__lbl {
  font-family: CenturyGothic-Bold;
  font-weight: normal;
  font-size: 141.52rem;
  margin-right: 60rem;
  line-height: 1;
  text-align: left;
  color: #1AA6C7;
}
.section-faq .faq__items .f__item__inner .f__item .ques__bar .txt {
  width: 82%;
  font-weight: 600;
  font-size: 53.01rem;
  line-height: 94.4rem;
  text-align: left;
  color: #0aa1c4;
}
.section-faq .faq__items .f__item__inner .f__item .answer__txt {
  font-weight: 300;
  font-size: 36rem;
  line-height: 72rem;
  padding-top: 40rem;
  border-top: 2rem solid #1AA6C7;
  margin-top: 40rem;
  text-align: left;
  color: #000;
  display: none;
}

footer {
  background: #0aa1c4;
  padding: 170rem 0 60rem;
  margin-bottom: 300rem;
}
footer .company__info {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .company__info .logo {
  width: 343rem;
  margin-right: 90rem;
  display: flex;
}
footer .company__info .info__txt {
  font-weight: 300;
  font-size: 36rem;
  line-height: 60rem;
  text-align: left;
  color: #fff;
}
footer .footer-menu {
  display: flex;
  justify-content: center;
  margin-top: 100rem;
}
footer .footer-menu li {
  padding: 0 25rem;
}
footer .footer-menu li a {
  font-weight: 300;
  font-size: 36rem;
  line-height: 1;
  text-align: left;
  color: #fff;
}
footer .copyright {
  font-family: CenturyGothic-Bold;
  font-weight: bold;
  font-size: 36rem;
  line-height: 66.03rem;
  margin-top: 80rem;
  text-align: center;
  color: #fff;
}

.contact-items {
  width: 100%;
  height: 180rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}
.contact-items .item {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #1AA6C7;
}
.contact-items .item.line {
  background: #06c755;
}
.contact-items .item.line .tel .txt {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 600;
}
.contact-items .item.line .tel .icon {
  width: 71rem;
}
.contact-items .item .lbl {
  font-weight: 400;
  font-size: 32.86rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.contact-items .item .tel {
  display: flex;
  align-items: center;
  margin-top: 13rem;
}
.contact-items .item .tel .icon {
  width: 52rem;
  margin-right: 28rem;
  display: flex;
}
.contact-items .item .tel .txt {
  font-family: CenturyGothic;
  font-weight: normal;
  font-size: 67.41rem;
  line-height: 1;
  text-align: left;
  color: #fefefe;
}

@media screen and (max-width: 1560px) {
  html {
    font-size: 0.5px;
  }
  .section-point .content__items {
    width: 95%;
  }
  .section-price .content__items {
    width: 96%;
  }
  .section-voice .voice__items {
    width: 95%;
  }
  .section-faq .faq__items {
    width: 95%;
  }
}
@media screen and (max-width: 1270px) {
  html {
    font-size: 0.4px;
  }
  .frontview .object__items {
    width: 95%;
  }
  .frontview .object__items .c__item {
    width: 25%;
    padding: 17rem;
  }
  .frontview .object__items {
    bottom: 10rem;
  }
  .frontview .catchcopy__txt {
    top: 35%;
  }
}
@media screen and (max-width: 1030px) {
  header {
    padding: 0 20rem;
  }
  .section-price .content__items .c__item {
    width: 100%;
  }
  .section-price .content__items .c__item .c__inner .image {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  header ul li {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  header {
    background: #1AA6C7;
    width: 100%;
    height: 110rem;
  }
  header .logo {
    width: 178rem;
    position: relative;
    z-index: 2;
  }
  .frontview .catchcopy__txt {
    line-height: 2;
    font-size: 28rem;
  }
  .frontview .catchcopy__txt {
    text-decoration-thickness: 14rem;
    text-underline-offset: -7rem;
  }
  .frontview .object__items .c__item {
    padding: 10rem;
  }
  .frontview .object__items .c__item .c__inner .title__txt {
    font-size: 19.14rem;
    line-height: 1.5;
  }
  .frontview .object__items .c__item {
    padding: 5rem;
  }
  .frontview .object__items .c__item .c__inner .image__wrapper {
    width: 100%;
    height: 126rem;
    padding: 10rem;
  }
  .section-problem {
    padding: 100rem 0;
  }
  .section-problem .t__txt {
    font-size: 50.52rem;
    line-height: 1.5;
  }
  .section-problem .c__txt {
    font-weight: 300;
    font-size: 28rem;
    line-height: 1.7;
    margin-top: 45rem;
  }
  .section-problem:after {
    border-left: 80rem solid transparent;
    border-right: 80rem solid transparent;
    border-top: 50rem solid #0aa1c4;
    bottom: -47rem;
  }
  .section-point {
    padding: 150rem 0 100rem;
  }
  .section-point .title__wrapper {
    font-size: 62.39rem;
  }
  .section-point .title__wrapper span {
    font-size: 30.01rem;
  }
  .section-point .content__items .p__item {
    padding: 30rem;
    border-radius: 28rem;
    margin-bottom: 50rem;
    display: block;
  }
  .section-point .content__items .p__item .image {
    width: 100%;
    height: auto;
  }
  .section-point .content__items .p__item .content__inner {
    width: 100%;
    padding-left: 0;
    padding-top: 32rem;
  }
  .section-point .content__items .p__item .content__inner .title__txt .num {
    font-size: 65.52rem;
  }
  .section-point .content__items .p__item .content__inner .title__txt .lbl {
    font-weight: 600;
    font-size: 36.01rem;
    margin-left: 36rem;
  }
  .section-point .content__items .p__item .content__inner .c__txt {
    font-size: 28rem;
    line-height: 1.7;
    margin-top: 20rem;
  }
  .section-price {
    padding: 100rem 0;
  }
  .section-price .t__txt {
    font-size: 42rem;
    line-height: 1;
  }
  .section-price .content__items .c__item {
    padding: 0;
    margin-bottom: 40rem;
  }
  .section-price .content__items .c__item .c__inner .t__bar {
    font-weight: 600;
    font-size: 30.01rem;
    line-height: 1.5;
    padding: 40rem 0 40rem 40rem;
  }
  .section-price .content__items {
    width: 95%;
    margin: auto;
    margin-top: 70rem;
  }
  .section-price .content__items .c__item .c__inner .content__text {
    padding: 30rem;
  }
  .section-price .content__items .c__item .c__inner .content__text .price__txt .lbl {
    font-size: 26rem;
  }
  .section-price .content__items .c__item .c__inner .content__text .price__txt .price {
    font-size: 40rem;
    margin-left: 20rem;
  }
  .section-price .content__items .c__item .c__inner .content__text .c__bar {
    font-size: 24rem;
    margin-bottom: 30rem;
    line-height: 1.5;
  }
  .section-price .content__items .c__item .c__inner .content__text .c__bar span {
    width: 70%;
    font-weight: 300;
    line-height: 1.5;
    margin-left: 20rem;
  }
  .section-price .content__items .c__item .c__inner .content__text .c__bar .select__wrapper select {
    font-weight: 300;
    font-size: 24rem;
    padding-left: 15rem;
  }
  .section-price .content__items .c__item .c__inner .content__text .c__txt {
    font-weight: 300;
    font-size: 26rem;
    line-height: 1.7;
    margin-top: 50rem;
    text-align: justify;
  }
  .section-area {
    background: #0aa1c4;
    padding: 100rem 0;
  }
  .section-area .content__inner {
    width: 95%;
    margin: auto;
    display: block;
  }
  .section-area .content__inner .content__text .t__txt {
    font-size: 40rem;
  }
  .section-area .content__inner .content__text .c__txt {
    font-weight: 300;
    font-size: 28rem;
    margin-top: 50rem;
  }
  .section-area .content__inner .map {
    width: 50%;
    margin: auto;
    margin-top: 47rem;
  }
  .section-flow {
    padding: 100rem 0 130rem;
  }
  .section-flow .t__txt {
    font-size: 40rem;
  }
  .section-flow ul {
    margin-top: 80rem;
    display: flex;
    flex-direction: row;
  }
  .section-flow ul li .num {
    font-size: 35rem;
  }
  .section-flow ul li {
    width: 133rem;
    position: relative;
    margin: 20rem auto;
  }
  .section-flow ul li .lbl {
    width: 136%;
    font-weight: normal;
    font-size: 22.01rem;
    bottom: -60rem;
  }
  .section-flow ul li .image .line {
    width: 123rem;
    display: flex;
    position: absolute;
    /* right: auto; */
    left: 97%;
    top: 50%;
    /* bottom: -183rem; */
    transform: translateY(-50%);
  }
  .section-voice {
    padding: 120rem 0;
  }
  .section-voice .voice__items .v__item {
    border-radius: 25rem;
    padding: 50rem;
    margin-bottom: 70rem;
    display: block;
  }
  .section-voice .voice__items .v__item .image {
    width: 30%;
    margin: auto;
    margin-bottom: 40rem;
  }
  .section-voice .voice__items .v__item .content__text {
    width: 100%;
    padding-left: 0;
  }
  .section-voice .voice__items .v__item .content__text .name {
    font-size: 40rem;
    line-height: 1.5;
  }
  .section-voice .voice__items .v__item .content__text .c__txt {
    font-weight: 600;
    font-size: 28rem;
    line-height: 1.7;
    color: #000000;
    text-align: justify;
    margin-top: 18rem;
  }
  .section-faq {
    padding: 100rem 0;
  }
  .section-faq .t__txt {
    font-size: 40rem;
    line-height: 1.5;
  }
  .section-faq .faq__items {
    margin-top: 70rem;
  }
  .section-faq .faq__items .f__item__inner .faq__type .icon01 {
    width: 70rem;
    margin-right: 30rem;
  }
  .section-faq .faq__items .f__item__inner .faq__type .lbl {
    font-size: 26rem;
    line-height: 1.5;
  }
  .section-faq .faq__items .f__item__inner .f__item {
    width: 100%;
    height: auto;
    padding: 30rem;
    border-radius: 20rem;
    margin-bottom: 40rem;
  }
  .section-faq .faq__items .f__item__inner .f__item .ques__bar .q__lbl {
    font-size: 40rem;
    margin-right: 30rem;
  }
  .section-faq .faq__items .f__item__inner .f__item .ques__bar .txt {
    width: 82%;
    font-weight: 600;
    font-size: 26rem;
    line-height: 1.7;
    text-align: justify;
  }
  .section-faq .faq__items .f__item__inner .f__item .ques__bar:after {
    height: 20rem;
    width: 0;
    border-left: 5rem solid #1AA6C7;
    position: absolute;
    right: 2rem;
  }
  .section-faq .faq__items .f__item__inner .f__item .ques__bar:before {
    content: "";
    width: 20rem;
    height: 0;
    border-bottom: 5rem solid #1AA6C7;
    position: absolute;
    right: -6rem;
  }
  .section-faq .faq__items .f__item__inner .f__item .answer__txt {
    font-size: 26rem;
    line-height: 1.7;
    padding-top: 42rem;
    text-align: justify;
  }
  .section-faq .faq__items .f__item__inner .faq__type .icon01.icon02 {
    width: 66rem;
  }
  .section-faq .faq__items .f__item__inner .faq__type {
    margin-bottom: 30rem;
  }
  .section-faq .faq__items .f__item__inner .faq__type .icon01.icon03 {
    width: 56rem;
  }
  .section-faq .faq__items .f__item__inner {
    margin-bottom: 60rem;
  }
  footer {
    padding: 100rem 0 30rem;
    margin-bottom: 118rem;
  }
  footer .company__info {
    display: block;
    text-align: center;
  }
  footer .company__info .logo {
    margin: auto;
    margin-bottom: 40rem;
  }
  footer .company__info .info__txt {
    font-weight: 300;
    font-size: 28rem;
    line-height: 1.5;
    display: inline-block;
  }
  footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    margin-top: 50rem;
  }
  footer .footer-menu li {
    width: 50%;
    padding: 20rem 10rem;
    text-align: left;
  }
  footer .footer-menu li a {
    font-weight: 300;
    font-size: 26rem;
    display: block;
    line-height: 1;
    text-align: left;
  }
  footer .copyright {
    font-size: 24rem;
    line-height: 66.03rem;
    margin-top: 36rem;
  }
  .contact-items .item .lbl {
    font-size: 24rem;
  }
  .contact-items .item .tel .txt {
    font-size: 25rem;
  }
  .contact-items .item .tel .icon {
    width: 35rem;
  }
  .contact-items .item.line .tel .icon {
    width: 40rem;
  }
  .contact-items {
    width: 100%;
    height: 123rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
  }
  .contact-items .item .tel {
    display: flex;
    align-items: center;
    margin-top: 13rem;
  }
  .contact-items .item.line {
    background: #06c755;
    padding-top: 3rem;
  }
  .section-voice .t__txt {
    font-size: 42rem;
  }
  .sp-menu {
    width: 50rem;
    height: 30rem;
    position: relative;
  }
  .sp-menu.open span:nth-child(1) {
    top: 14rem;
    transform: rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 14rem;
    transform: rotate(-45deg);
  }
  .sp-menu span {
    width: 100%;
    height: 0;
    border-bottom: 2rem solid white;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-menu span + span {
    top: 14rem;
  }
  .sp-menu span + span + span {
    top: 29rem;
  }
  header ul {
    background: #1AA6C7;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 160rem 30rem 0;
    display: none;
  }
  header ul li {
    padding: 30rem 0;
    text-align: center;
  }
  header ul li a {
    font-weight: 400;
    font-size: 28rem;
    color: white;
  }
  .section-price .content__items .c__item .c__inner .content__text .c__bar .select__wrapper {
    width: 100%;
  }
  .section-price .content__items .c__item .c__inner .content__text .price__txt .n__txt {
    font-size: 24rem;
  }
  .section-flow ul li .image {
    width: 100%;
    margin-top: 4rem;
  }
}/*# sourceMappingURL=style.css.map */