@charset "UTF-8";
/*
Theme Name: 株式会社ビューティーメイクキッチンワークトップ
Description: 株式会社ビューティーメイクキッチンワークトップ様用のテンプレートです
Version: 1.0
Author: Aoi Design
*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansJP-Regular.otf") format("opentype"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/NotoSansJP-Bold.otf") format("opentype"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.woff2") format("woff2");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
  img {
    width: 100%;
    height: auto;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.8;
}

.pc_br {
  display: block;
}
@media (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

/*----------------------------------------
header
----------------------------------------*/
.header {
  position: sticky;
  top: 0;
  z-index: 5000;
  background: #fff;
  overflow: auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 8px;
    padding-right: 0;
  }
}
.header__logo {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .header__contact {
    width: 50vw;
  }
}
.header__contact-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 3px;
  width:90%;
  margin-left:50px;
  margin-right:20px;
}
@media screen and (max-width: 768px) {
  .header__contact-pc {
    display: none;
  }
}
.header__contact-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__contact-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header__tel,
.header__button {
  width: 100%;
} 

}
.header__tel,
.header__button {
  cursor: pointer;
}

.header a img:hover {
  opacity: 1;
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("img/fv-back.webp") no-repeat center;
  height: 494px;
}
@media screen and (max-width: 768px) {
  .fv {
    background: none;
    height: auto;
  }
}
.fv__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0;
  }
}
.fv__text {
  width: 606px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .fv__text {
    width: 100%;
    padding: 0;
  }
}

/*----------------------------------------
CTA
----------------------------------------*/
.cta {
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 15px 0 50px;
  }
}
.cta__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__inner {
    padding: 0 15px;
  }
}
.cta__heading {
  width: 100%;
  margin-top: -60px;
}

.cta__heading img {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .cta__heading {
    margin-top: 0;
  }
}
.cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaf6f8;
  border-radius: 40px;
  padding: 40px 75px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cta__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    gap: 5px;
  }
}
.cta__button {
  cursor: pointer;
}

.cta-second {
  padding: 80px 0;
  background-color: #E9F6F8;
}
.cta-second__heading {
  margin-top: 0;
}
.cta-second .cta__items {
  background-color: #FFFFFF;
}

.cta-third {
  background: #eaf6f8;
  padding: 50px 0;
}
.cta-third__items {
  background: #fff;
}
.cta-third__heading {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .cta-second,
  .cta-third {
    display: none;
  }
}
/*----------------------------------------
イントロエリア
----------------------------------------*/
.intro {
  padding-bottom: 40px;
  background: url("img/main-back.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-bottom: 0;
  }
}
.intro__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__inner {
    padding: 0 15px;
  }
}
.intro__heading img {
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .intro__heading img {
    width: 100%;
    margin-top: 0;
  }
}
.intro__list li {
  background-color: #E9F6F8;
  width: 75%;
  margin: 15px auto;
  padding: 20px 0;
  border-radius: 20px;
  font-size: 1.2rem;
  text-shadow: 3px 3px 5px #ffffff;
}
@media screen and (max-width: 768px) {
  .intro__list li {
    width: 100%;
    font-size: 1rem;
  }
}

.intro__img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .intro__img {
    margin-top: 20px;
  }
}

/*----------------------------------------
特徴
----------------------------------------*/
.feature {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-bottom: 50px;
  }
}
.feature__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__inner {
    padding: 0 15px;
  }
}
.feature__list {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .feature__list {
    margin-top: 45px;
  }
}
.feature__list-wrapper {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__list-wrapper {
    padding: 0 15px;
  }
}
.feature__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .feature__list-inner {
    display: block;
  }
}
.feature__list-inner--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .feature__list-inner--reverse {
    display: block;
  }
}
.feature__box {
  max-width: 490px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .feature__box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature__box-first {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  .feature__box-first {
    padding-top: 0;
  }
}
.feature__img {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .feature__img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .feature__img--third {
    width: 100%;
  }
}
.feature__img--even {
  margin-right: 0;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .feature__img--even {
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.feature__img--secondary {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .feature__img--secondary {
    margin-top: 25px;
  }
}
.feature__title {
  font-size: 2.625rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 1.875rem;
    margin-top: 10px;
  }
}
.feature__title--blue {
  color: #00a6ba;
}
.feature__title--last {
  letter-spacing: 0.05em;
}
.feature__number {
  background: #00a6ba;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 0 30px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.feature__number--large {
  font-size: 1.3em;
}
.feature__text {
  margin-top: 20px;
  line-height: 1.9;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .feature__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.feature__text--yellow {
  font-weight: 600;
  background: #fff2ae;
}
.feature__graph {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .feature__graph {
    margin-top: 20px;
  }
}
.feature__speechbubble img {
  margin-top: -30px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .feature__speechbubble img {
    width: 60%;
  }
}
.feature__list-second {
  background: url("img/feature-back.webp");
  background-size: cover;
  margin-top: 70px;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature__list-second {
    padding: 0 15px 50px;
  }
}
.feature__list-second-title {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature__list-second-title img {
  width: 53px;
}
@media screen and (max-width: 768px) {
  .feature__list-second-title {
    font-size: 1.4rem;
    display: block;
  }
}
.feature__list-second-title--blue {
  color: #00a6ba;
}
.feature__list-second-title img {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .feature__list-second-title img {
    display: none;
  }
}
.feature__list-second-img {
  margin-top: 20px;
}
.feature__list-second-graph {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
}
.feature__list-second-comparison-title {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 70px;
  position: relative;
  display: inline-block;
  padding: 0 140px;
}
.feature__list-second-comparison-title:before,
.feature__list-second-comparison-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 110px;
  height: 1px;
  background: #00a6ba;
}
.feature__list-second-comparison-title:before {
  left: 0;
}
.feature__list-second-comparison-title:after {
  right: 0;
}
.feature__list-second-movie {
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .feature__list-second-movie {
    margin-top: 15px;
    padding: 0;
  }
}

.video-player {
  width: 100%;
  max-width: 800px;
  height: auto;
  border: 2px solid #444;
  background: #fff url("img/video-img.webp") no-repeat center center;
  background-size: cover;
}

.slash {
  position: relative;
  letter-spacing: 0.05em;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #00a6ba;
  width: 1.5px;
  height: 1.3em;
  margin: 0 0.8em;
  margin-bottom: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .slash:before,
  .slash:after {
    margin: 0 0.4em;
  }
}

.slash:before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.slash:after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media screen and (max-width: 768px) {
  .feature__list-second-comparison-title {
    padding: 0 18.2291666667vw;
    font-size: 1.5rem;
    margin-top: 9.1145833333vw;
  }
  .feature__list-second-comparison-title:before,
  .feature__list-second-comparison-title:after {
    width: 14.3229166667vw;
  }
}

/*----------------------------------------
代表者紹介
----------------------------------------*/
.about {
  width: 60%;
  min-width: 650px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  border-radius: 30px;
  padding: 70px 58px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.about_left {
  width: 40%;
}
.representative {
  width: 90%;
  max-width: 180px;
  margin-left: auto;
  display: block;
  padding: auto 0;
  margin-right: 15px;
}
.about_right {
  width: 60%;
  display: flex;
}
.about_right table {
  width: 100%;
  margin: auto 0;
  margin-left: 30px;
}
.about_right th {
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .about {
    width: 90%;
    min-width: auto;
    flex-direction: column;
    padding: 70px 0;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #E9F4F7;
  }
  .about_left , .about_right {
    margin: 0 auto;
  }
  .about_right {
    margin-top: 30px;
    width: 100%;
  }
  .about_right table {
    margin-left: 0;
  }
  .about_right th , .about_right td {
    text-align: center;
  }
  .about_left {
    width: 50%;
  }
  .representative {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}

/*----------------------------------------
施工事例
----------------------------------------*/
.case {
  padding: 70px 0;
  background: url("img/case-back.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 20px 0 50px;
  }
}
.case__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case__inner {
    padding: 0 15px;
  }
}
.case__subtitle {
  position: absolute;
  width: 23%;
  top: -100px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .case__subtitle {
    display: none;
  }
}
.case__heading {
  max-width: 925px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.case__list {
  margin-top: 35px;
}

/*----------------------------------------
低価格でリフォームできる理由
----------------------------------------*/
.reason {
  width: 80%;
  margin: 100px auto;
}
.reason h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.reason .reason_text_blue {
  color: #00a6ba;
  font-size: 3.5rem;
}
.reason table {
  width: 70%;
  margin: 0 auto;
}
.reason .tr_sp {
  display: none;
}
.reason tr th {
  width: 100%;
  font-size: 1.5rem;
  padding: 15px;
  color: #FFFFFF;
  background-color: #00a6ba;
  border-radius: 10px;
}
.reason tr td {
  padding: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .reason h2 {
    font-size: 1.8rem;
  }
  .reason .reason_text_blue {
    font-size: 2.5rem;
  }
  .reason table {
    width: 100%;
  }
  .reason .tr_sp {
    display: block;
    width: 100%;
    background-color: #00a6ba;
    border-radius: 10px;
  }
  .reason .tr_pc {
    display: none;
  }
}

/*----------------------------------------
お客様の声
----------------------------------------*/
.voice {
  padding: 100px 0 130px;
  background: url("img/voice-back.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 50px 0;
  }
}
.voice__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 0 15px;
  }
}
.voice__heading {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
.voice__items {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .voice__items {
    margin-top: 45px;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #fff;
  border-radius: 30px;
  padding: 80px 58px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 768px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
.voice__number {
  position: absolute;
  top: 5px;
  left: -14px;
}
.voice__text {
  text-align: left;
  line-height: 1.9;
  margin-top: 20px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .voice__text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.voice__text--yellow {
  background: #fff2ae;
  font-weight: 600;
}
.voice__img {
  margin-right: 58px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .voice__img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.voice__box {
  width: 80%;
}
.voice__box h3 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  color: #04A5BA;
  margin-bottom: 30px;
}
.voice__box p {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .voice__box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .voice__number {
    width: 21.09375vw;
    position: absolute;
    top: 2.6041666667vw;
    left: -1.8229166667vw;
  }
}
/*----------------------------------------
対象エリア
----------------------------------------*/
.area {
  padding: 100px 0;
  text-align: center;
}
.area__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area__inner {
    padding: 0 15px;
  }
}
.area__subtitle {
  position: absolute;
  top: -165px;
  right: 0;
}
.area__text {
  margin-top: 50px;
}

@media screen and (max-width: 1045px) {
  .area__subtitle {
    width: 30.1435406699vw;
  }
}
@media screen and (max-width: 768px) {
  .area {
    padding: 50px 0;
  }
  .area__subtitle {
    display: none;
  }
  .area__text {
    margin-top: 45px;
  }
}
/*----------------------------------------
流れ
----------------------------------------*/
.flow {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 3px 0 50px;
  }
}
.flow__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 0 15px;
  }
}
.flow__items {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .flow__items {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flow__list {
  width: 23%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow__list {
    width: 100%;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    text-align: left;
  }
  .flow__list:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__list-inner {
    width: 65%;
  }
}
.flow__title {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__title {
    margin-top: 0;
    font-size: 1.1rem;
    height: auto;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.flow__text {
  margin-top: 15px;
  text-align: left;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .flow__text {
    margin-top: 8px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .flow__img {
    width: 32%;
  }
}

/*----------------------------------------
よくある質問
----------------------------------------*/
.faq {
  padding: 100px 0;
  background: #eaf6f8;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
}
.faq__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq__inner {
    padding: 0 15px;
  }
}
.faq__area {
  text-align: left;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .faq__area {
    margin-top: 45px;
  }
}
.faq__list {
  background: #fff;
  border-radius: 30px;
  margin-top: 25px;
  -webkit-box-shadow: 6px 6px 0 #cee9e9;
  box-shadow: 6px 6px 0 #cee9e9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq__list {
    margin-top: 12px;
    -webkit-box-shadow: 2px 3px 0 #cee9e9;
    box-shadow: 2px 3px 0 #cee9e9;
    border-radius: 20px;
  }
}
.faq__list-inner {
  padding: 35px 70px;
}
@media screen and (max-width: 768px) {
  .faq__list-inner {
    padding: 20px 15px;
  }
}
.faq__list .faq__answer {
  display: none;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .faq__list .faq__answer {
    padding-top: 20px;
  }
}
.faq__list.active .faq__answer {
  display: block;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}
.faq__question-text {
  text-indent: -2.8em;
  padding-left: 2.8em;
}
@media screen and (max-width: 768px) {
  .faq__question {
    font-size: 1rem;
  }
}
.faq__question--q {
  background: #00a6ba;
  font-size: 1.5rem;
  margin-right: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  padding: 8px 15px;
}
@media screen and (max-width: 768px) {
  .faq__question--q {
    font-size: 1rem;
    padding: 4px 11px;
    margin-right: 12px;
  }
}
.faq__answer {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .faq__answer {
    margin-top: 20px;
  }
}
.faq__answer--a {
  background: #fff;
  font-size: 1.5rem;
  height: 56px;
  width: 56px;
  margin-right: 20px;
  border-radius: 10px;
  color: #00a6ba;
  font-weight: 400;
  border: 1px solid #00a6ba;
  padding: 8px 15px;
}
@media screen and (max-width: 768px) {
  .faq__answer--a {
    font-size: 1rem;
    padding: 4px 11px;
    margin-right: 12px;
  }
}
.faq__answer-text {
  line-height: 1.9;
  text-indent: -4.2em;
  padding-left: 4.2em;
}
@media screen and (max-width: 768px) {
  .faq__answer-text {
    line-height: 1.7;
    text-indent: -3.2em;
    padding-left: 3.2em;
  }
}
.faq .toggle-icon {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #00a6ba;
}
@media screen and (max-width: 768px) {
  .faq .toggle-icon {
    font-size: 1rem;
  }
}

/*----------------------------------------
お問い合わせフォーム
----------------------------------------*/
.contact__heading {
  background: #00a6ba;
  padding: 15px;
  text-align: center;
}
.contact__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
  padding: 100px 20px;
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 50px 15px;
  }
}
.contact__text {
  line-height: 1.9;
  text-align: center;
}
.contact__box {
  border: 1px solid #00a6ba;
  padding: 25px 30px;
  border-radius: 30px;
  color: #00a6ba;
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
}
.contact__box-list {
  line-height: 1.9;
}
.contact__box-woman {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.contact-form {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-top: 50px;
  }
}
.contact-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}
.contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .contact-form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    gap: 10px;
  }
}
.contact-form__label {
  background: #eaf6f8;
  width: 35%;
  padding: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-form__label {
    width: 100%;
    padding: 10px 20px;
  }
}
.contact-form__label--red {
  color: #fd4a24;
}
.contact-form__checkbox-group {
  margin-top: 10px;
}
.contact-form__input,
.contact-form__textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
}
.contact-form__input--code,
.contact-form__textarea--code {
  width: 30%;
}
.contact-form__input--address,
.contact-form__textarea--address {
  width: 100%;
}
.contact-form__input--address {
  margin-top: 10px;
}
.contact-form__textarea {
  resize: vertical;
  height: 400px;
}
.wpcf7-form-control-wrap {
  flex: 1;
  display: contents;
}
@media screen and (max-width: 768px) {
  .contact-form__textarea {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.contact-form__address-group {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact-form__address-group {
    width: 100%;
  }
}
.contact-form__file-upload {
  margin-top: 20px;
}
.contact-form__postal-code-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.contact-form__button {
  margin: 10px 0;
  padding: 10px;
  background-color: #00a6ba;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.contact-form__email-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact-form__email-group {
    width: 100%;
  }
}
.contact-form__image-group {
  width: 65%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .contact-form__image-group {
    width: 100%;
  }
}
.contact-form__submit {
  background: rgb(241, 146, 46);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 146, 46)), color-stop(50%, rgb(249, 128, 29)), to(rgb(249, 119, 15)));
  background: linear-gradient(180deg, rgb(241, 146, 46) 0%, rgb(249, 128, 29) 50%, rgb(249, 119, 15) 100%);
  display: block;
  width: 50%;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  font-size: 1.5rem;
  cursor: pointer;
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .contact-form__submit {
    font-size: 1rem;
    width: 70%;
  }
}
.entry__checkbox input {
  display: none;
}

.entry__checkbox input + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}

.entry__checkbox input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  transform: translateY(-50%);
}

.entry__checkbox input + span::after {
  content: "✔";
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: none;
}

.entry__checkbox input:checked + span::after {
  display: block;
}

@media screen and (max-width: 860px) {
  .contact__box-woman {
    display: none;
  }
}

.area__heading {
  width: 100%;
}
.area__heading img {
  width: 40%;
}
.flow__heading , .faq__heading {
  width: 400px;
  margin: 0 auto;
}
.contact__heading {
  width: 100%;
}
.contact__heading img {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area__heading {
    width: 53.7760416667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .flow__heading {
    width: 55.3385416667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__heading {
    width: 44.2708333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .contact__heading img {
    width: 55.2083333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-form__last-checkbox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  font-size: 1.1em;
}

.contact-form__last-checkbox label {
  cursor: pointer;
  font-size: 1.1em;
  color: #333;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.contact-form__last-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form__last-checkbox input[type="checkbox"]:checked::before {
  content: "✔";
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-form__last-checkbox input[type="checkbox"]:focus {
  outline: none;
}

/*----------------------------------------
footer
----------------------------------------*/
.footer {
  text-align: center;
  padding: 15px;
  background: #00a6ba;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10px 0;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    gap: 10px;
  }
}
.footer__link {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 0.75rem;
  }
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__separator {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .footer__separator {
    font-size: 0.75rem;
  }
}
.footer__text {
  color: #fff;
  font-size: 0.75rem;
}

/*----------------------------------------
トップへ戻るボタン
----------------------------------------*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #00a6ba;
  color: white;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 10px;
    width: 38px;
    height: 38px;
    bottom: 60px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
}

.back-to-top:hover {
  opacity: 0.8;
}

/*----------------------------------------
サンクスページ
----------------------------------------*/
.thanks-message {
  padding: 90px 0;
}
@media screen and (max-width: 860px) {
  .thanks-message {
    padding: 50px 0;
  }
}
.thanks-message__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks-message__inner {
    padding: 0 15px;
  }
}
.thanks-message__heading {
  font-size: 2rem;
  font-weight: 600;
  color: #00a6ba;
  margin-top: 30px;
}
@media screen and (max-width: 860px) {
  .thanks-message__heading {
    font-size: 1.5rem;
  }
}
.thanks-message__text {
  font-size: 1.125rem;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .thanks-message__text {
    font-size: 1rem;
  }
}
.thanks-message__text--yellow {
  font-weight: 600;
  font-size: 1.5em;
  background: #fff2ae;
  padding: 0 5px;
}
@media screen and (max-width: 860px) {
  .thanks-message__text--yellow {
    font-size: 1.2rem;
  }
}

.instagram {
  padding: 88px 0 150px;
  background: #eaf6f8;
}
@media screen and (max-width: 860px) {
  .instagram {
    padding: 50px 0;
  }
}
.instagram__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instagram__inner {
    padding: 0 15px;
  }
}
.instagram__box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #00a6ba;
  border-radius: 30px;
  padding: 45px 55px;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .instagram__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 20px;
    gap: 15px;
  }
}
.instagram__img {
  width: 36%;
}
@media screen and (max-width: 860px) {
  .instagram__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.instagram__box-inner {
  width: 64%;
   text-align: center;
}
@media screen and (max-width: 860px) {
  .instagram__box-inner {
    width: 100%;
  }
}
.instagram__text {
  margin-top: 20px;
  line-height: 1.9;
  font-size: 1.125rem;
}
@media screen and (max-width: 860px) {
  .instagram__text {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.instagram__link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.instagram__id {
  margin-top: 20px;
}
.instagram__woman {
  position: absolute;
  right: 40px;
  top: -169px;
}

@media screen and (max-width: 800px) {
  .instagram__woman {
    position: absolute;
    right: 5vw;
    top: -21.125vw;
    width: 40.75vw;
  }
}

/*----------------------------------------
会社概要
----------------------------------------*/
.legal-page {
  padding: 50px 0;
}
.legal-page__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .legal-page__inner {
    padding: 0 15px;
  }
}
.legal-page .legal-title {
  color: #00a6ba;
  border-bottom: 1px solid #00a6ba;
  font-size: 1.5em;
  margin: 40px 0 20px;
}
.legal-page .legal-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}
.legal-page .legal-table th,
.legal-page .legal-table td {
  padding: 15px;
}
.legal-page .legal-table th {
  background-color: #eaf6f8;
  border-bottom: 1px solid #fff;
  text-align: left;
  width: 30%;
}
.legal-page .legal-table td {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

/*----------------------------------------
プライバシーポリシー
----------------------------------------*/
.privacy-policy {
  padding: 50px 0;
}
.privacy-policy__inner {
  max-width: 1050px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .privacy-policy__inner {
    padding: 0 15px;
  }
}

.policy-title {
  color: #00a6ba;
  border-bottom: 1px solid #00a6ba;
  font-size: 1.5em;
  margin: 40px 0 20px;
}

.privacy-policy p {
  line-height: 1.9;
}