@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  color: #000000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    width: 90%;
  }
}

.space {
  display: none;
}
@media screen and (max-width: 599px) {
  .space {
    display: block;
  }
}

.sp_delete {
  display: block;
}
@media screen and (max-width: 599px) {
  .sp_delete {
    display: none;
  }
}

.flex {
  display: flex;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  line-height: 0.8;
}
p.text {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

li {
  font-size: 1.6rem;
}

.cont {
  margin-bottom: 16rem;
}
@media screen and (max-width: 599px) {
  .cont {
    margin-bottom: 4rem;
  }
}

.cvr_box {
  padding: 2.8rem 3.2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
}
@media screen and (max-width: 599px) {
  .cvr_box {
    margin-top: 2rem;
  }
}
.cvr_box .flex {
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .cvr_box .flex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .cvr_box .flex {
    flex-direction: column;
  }
}
.cvr_box .flex:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .cvr_box .flex:first-of-type {
    margin-bottom: 0;
  }
}

.business {
  font-size: 1.4rem;
  max-width: 28rem;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .business {
    margin-bottom: 2rem;
  }
}

.button,
button {
  font-size: 2rem;
  width: 28rem;
  padding: 2rem 1rem 2rem 2rem;
  text-align: center;
  border-radius: 4rem;
}
@media screen and (max-width: 1200px) {
  .button,
  button {
    width: 100%;
    max-width: 24rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.call_btn {
  padding: 1rem 1rem;
  border: 1px solid #17BE54;
  transition: all 0.3s;
}
.call_btn .tel_number {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0;
}
.call_btn .tel_time {
  font-size: 1.2rem;
  line-height: 1.4;
}
.call_btn:hover {
  background: #17BE54;
  color: #fff;
}

.line_btn {
  background: #17BE54;
  border: 1px solid #17BE54;
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.line_btn::after {
  content: "";
  position: absolute;
  background: url(../images/line_icon.svg) no-repeat center/cover;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .line_btn::after {
    transform: translateY(-50%) scale(0.8);
  }
}
.line_btn:hover {
  background: rgba(23, 190, 84, 0.17);
  background: #E7F8EE;
  color: #17BE54;
}

.mail_btn {
  background: #BEA427;
  border: 1px solid #BEA427;
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.mail_btn::after {
  content: "";
  position: absolute;
  background: url(../images/mail_icon.svg) no-repeat center/contain;
  width: 3rem;
  height: 2.2rem;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .mail_btn::after {
    transform: translateY(-50%) scale(0.8);
  }
}
.mail_btn:hover {
  background: rgba(190, 164, 23, 0.17);
  color: #BEA417;
}

/*************************************************
header
*************************************************/
@media screen and (max-width: 599px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

h1 {
  max-width: 380px;
  padding: 10px;
  margin-left: 2rem;
}
@media screen and (max-width: 599px) {
  h1 {
    max-width: 200px;
    padding: 12px;
    margin-left: 0rem;
  }
}

nav {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100px;
}
@media screen and (max-width: 599px) {
  nav {
    height: 60px;
  }
}

.head_btn {
  display: flex;
}
@media screen and (max-width: 599px) {
  .head_btn {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .head_btn {
    bottom: 0;
    right: 0;
    top: auto;
  }
}
.head_btn li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tel_btn {
  position: relative;
  margin-left: 7.2rem;
  padding: 0 1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .tel_btn {
    width: 8rem;
    height: 8rem;
    margin-left: 0;
    position: absolute;
    right: 4px;
    bottom: 70px;
  }
}
.tel_btn::after {
  content: "";
  background: url(../images/free_counseling.png) no-repeat center/cover;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  left: -27%;
  top: 0;
}
@media screen and (max-width: 599px) {
  .tel_btn::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tel_btn:hover {
  color: #17BE54;
}

.tel_comment {
  font-size: 1.2rem;
}

.tel_number {
  font-size: 3rem;
  margin: 1rem 0;
  font-weight: 700;
}

.tel_time {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  header .tel_comment,
  header .tel_number,
  header .tel_time {
    display: none;
  }
}

.mail {
  background: #BEA417;
  color: #fff;
  display: inline-block;
  height: 100px;
  position: relative;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s;
  margin-left: 2rem;
}
.mail::after {
  content: "";
  position: absolute;
  background: url(../images/mail_icon.svg) no-repeat center/contain;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 2.2rem;
}
.mail:hover {
  background: rgba(190, 164, 23, 0.17);
  color: #BEA417;
}

.line {
  background: #17BE54;
  color: #fff;
  height: 100px;
  display: inline-block;
  position: relative;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s;
}
.line::after {
  content: "";
  position: absolute;
  background: url(../images/line_icon.svg) no-repeat center/cover;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
}
.line:hover {
  background: rgba(23, 190, 84, 0.17);
  color: #17BE54;
}

@media screen and (max-width: 599px) {
  .mail,
  .line {
    width: 50vw;
    border: 1px solid #CEC9B2;
    justify-content: center;
    font-size: 1.6rem;
    padding: 1rem;
    height: 60px;
    padding-left: 4rem;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .mail::after,
  .line::after {
    left: 20px;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
  }
}

/*************************************************
footer
*************************************************/
footer {
  background: #17be54;
  padding: 4rem 0;
}
@media screen and (max-width: 599px) {
  footer {
    padding: 3.2rem 0;
  }
}

.footer_inner {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 3.6rem 6rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .footer_inner {
    flex-direction: column;
    padding: 2.8rem 2rem;
  }
}
.footer_inner .cvr_box .call_btn,
.footer_inner .cvr_box .mail_btn {
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .footer_inner .cvr_box .call_btn,
  .footer_inner .cvr_box .mail_btn {
    margin-left: 0;
  }
}

.ekubo_box {
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 599px) {
  .ekubo_box {
    flex-direction: column;
  }
}

.footer_logo {
  max-width: 290px;
}
@media screen and (max-width: 599px) {
  .footer_logo {
    max-width: 240px;
    margin: 0 auto;
  }
}

.ekubo_logo {
  width: 120px;
}
@media screen and (max-width: 599px) {
  .ekubo_logo {
    max-width: 16rem;
    width: 100%;
    margin: 0 auto 1rem;
  }
}

.footer_txt {
  margin-left: 2rem;
}
@media screen and (max-width: 1600px) {
  .footer_txt {
    flex-basis: 90%;
  }
}
@media screen and (max-width: 599px) {
  .footer_txt {
    margin-left: 0;
    flex-basis: 100%;
  }
}
.footer_txt p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.business {
  line-height: 1.4;
}

.company,
.address,
.license_number,
.message {
  font-size: 1.4rem;
  line-height: 2, 0;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 599px) {
  .message {
    font-size: 1.3rem;
  }
}

/*************************************************
top
*************************************************/
.mainvisual_top {
  background: url(../images/top_mainvisual.png) no-repeat center bottom/cover;
  height: calc(100vh - 100px);
  width: 100%;
  padding: 8rem 10rem;
}
@media screen and (max-width: 599px) {
  .mainvisual_top {
    background: url(../images/sp_mainvisual.jpg) no-repeat center/cover;
    padding: 8.4rem 1rem;
    height: calc(100vh - 60px);
  }
}

.copy_box {
  max-width: 60rem;
}
@media screen and (max-width: 599px) {
  .copy_box {
    max-width: 90%;
    margin: 0 auto;
  }
}

.mv_area {
  max-width: 92%;
}
@media screen and (max-width: 599px) {
  .mv_area {
    max-width: 100%;
  }
}

.main_ttl {
  padding: 1rem 2rem;
  margin: 2rem 0;
  border-top: 1px solid #17BE54;
  border-bottom: 1px solid #17BE54;
}
@media screen and (max-width: 599px) {
  .main_ttl {
    margin: 1rem 0;
  }
}

.mv_price {
  display: flex;
  margin: 6rem 0 2rem;
  width: 52%;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  .mv_price {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .mv_price {
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .mv_price {
    align-items: center;
    width: 100%;
    margin: 4.8rem 0 2rem;
  }
}

.room_size {
  background: #17BE54;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .room_size {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .room_size {
    width: 4rem;
    height: 4rem;
  }
}
.room_size p {
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .room_size p {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .room_size p {
    font-size: 2rem;
  }
}

.ok {
  width: 30rem;
  margin-left: 2rem;
}
@media screen and (max-width: 599px) {
  .ok {
    max-width: 16rem;
    margin-left: 1rem;
  }
}

.amount_box {
  max-width: 30rem;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .amount_box {
    max-width: 24rem;
  }
}
@media screen and (max-width: 599px) {
  .amount_box {
    max-width: 14rem;
  }
}

.amount_comment {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 599px) {
  .amount_comment {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.sub_visual {
  display: flex;
  width: 58%;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .sub_visual {
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 599px) {
  .sub_visual::after {
    content: "";
    background: url(../images/sp_fukidashi.svg) no-repeat center/contain;
    width: 20rem;
    height: 10rem;
    position: absolute;
    left: 1rem;
    bottom: -11rem;
    z-index: -1;
  }
}
@media screen and (max-width: 599px) {
  .sub_visual li {
    width: 32.6666666667%;
  }
}
.sub_visual img {
  max-width: 28.4rem;
}
.mainvisual_top {
  position: relative;
}
.mainvisual_top .mv_bottom {
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  color: #fff;
  text-align: right;
  margin-right: 0.5%;
}
@media screen and (max-width: 599px) {
  .mainvisual_top .mv_bottom {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    position: absolute;
    bottom: 0;
  }
}

.content_ttl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .content_ttl {
    margin-bottom: 2rem;
    transform: scale(0.78);
    text-align: left;
    display: inline-block;
  }
}
.content_ttl img {
  max-width: 36rem;
  margin-left: -20px;
}
/*************************************************
サービス紹介
*************************************************/
.service_container {
  margin-top: 10rem;
}
@media screen and (max-width: 599px) {
  .service_container {
    margin-top: 8rem;
  }
}

.txt_box {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .txt_box {
    width: 100%;
  }
}

.service_list {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 599px) {
  .service_list {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}
.service_list figure {
  max-width: 20rem;
}
@media screen and (max-width: 599px) {
  .service_list figure {
    max-width: 30rem;
  }
}
.service_list figcaption {
  margin-top: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .service_list figcaption {
    margin: 1rem 0 2.8rem;
  }
}

/*************************************************
対応事例
*************************************************/
.works_container .content_ttl img {
  max-width: 29rem;
}

.slick-item {
  padding: 4.8rem 4rem;
  border: 3px solid #CEC9B2;
  border-radius: 1rem;
  width: 45%;
  min-height: 78rem;
  margin: 20px;
}
@media screen and (max-width: 599px) {
  .slick-item {
    max-width: 100%;
    margin: 0;
    padding: 2.8rem 2rem;
    width: 100%;
    min-height: 68rem;
  }
}
@media screen and (max-width: 599px) {
  .slick-item.slick-slide {
    margin-bottom: 2rem;
  }
}

/*===================================
    slick 矢印
===================================*/
.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 599px) {
  .slick-arrow {
    bottom: 0;
    margin: auto 0 0;
    bottom: -52px;
  }
}
.slick-arrow:hover {
  color: #17BE54;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 2px solid #4A4A4A;
  border-right: 2px solid #4A4A4A;
}
@media screen and (max-width: 599px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
}

/* next */
.slick-next {
  right: -40px;
}
@media screen and (max-width: 1280px) {
  .slick-next {
    right: -12px;
  }
}
@media screen and (max-width: 599px) {
  .slick-next {
    right: 8px;
  }
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .slick-next::after {
    right: 2px;
  }
}

/* prev */
.slick-prev {
  left: -40px;
}
@media screen and (max-width: 1280px) {
  .slick-prev {
    left: -12px;
  }
}
@media screen and (max-width: 599px) {
  .slick-prev {
    left: 8px;
  }
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

.works_title {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.woks_img {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.woks_img::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .woks_img::after {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.bf_img,
.af_img {
  max-width: 18rem;
  max-height: 24rem;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .bf_img,
  .af_img {
    max-width: 12rem;
    max-height: 16rem;
  }
}
.bf_img img,
.af_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bf_img {
  position: relative;
}
.bf_img::after {
  content: "Before";
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}

.af_img {
  position: relative;
}
.af_img::after {
  content: "After";
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  border: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
}

.works_info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
@media screen and (max-width: 599px) {
  .works_info {
    margin-top: 1.8rem;
  }
}

.info_list {
  width: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .info_list {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.works_txt {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
  .works_txt {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
  }
}
.works_txt .text {
  line-height: 1.4;
}

.slick-dots {
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .slick-dots {
    text-align: center;
  }
}
.slick-dots li {
  margin: 0;
}

/*************************************************
cvr
*************************************************/
.cvr_container {
  background: url(../images/cvr_bg.jpg) no-repeat center/cover;
  height: 32rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cvr_container {
    background: url(../images/cvr_bg.jpg) no-repeat center left/cover;
  }
}
@media screen and (max-width: 599px) {
  .cvr_container {
    height: 40rem;
    margin: 8rem 0 10rem;
    background: url(../images/cvr_bg.jpg) no-repeat center/cover;
  }
}
.cvr_container .cvr_box {
  position: absolute;
  bottom: -15%;
  right: 13%;
  width: 80%;
  transform: scale(1.14);
}
@media screen and (max-width: 1200px) {
  .cvr_container .cvr_box {
    transform: scale(1);
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .cvr_container .cvr_box {
    transform: scale(1);
    width: 80%;
    bottom: -16%;
    right: 11%;
  }
}

.cvr_logo {
  max-width: 260px;
  margin-bottom: 2rem;
}

/*************************************************
サービスメニュー
*************************************************/
.menu_container .content_ttl img {
  max-width: 28rem;
}

.menu_box {
  font-size: 2.2rem;
  font-weight: 600;
  width: 92%;
}
@media screen and (max-width: 599px) {
  .menu_box {
    width: 100%;
    font-size: 1.8rem;
  }
}

.menu_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 3.2rem 6rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 599px) {
  .menu_item {
    flex-direction: column;
    padding: 0 0 2rem;
  }
}

.plan_ttl {
  flex-basis: 32%;
}
@media screen and (max-width: 599px) {
  .plan_ttl {
    text-align: left;
    background: #F5F5F5;
    padding: 20px 30px;
    margin-bottom: 1rem;
  }
}

.plan_detail {
  flex-basis: 46%;
}
@media screen and (max-width: 599px) {
  .plan_detail {
    margin-bottom: 1rem;
  }
}

.plan_price {
  flex-basis: 24%;
}
@media screen and (max-width: 599px) {
  .plan_price {
    color: #17BE54;
  }
}

.plan_ttl,
.plan_detail,
.plan_price {
  text-align: left;
}
@media screen and (max-width: 599px) {
  .plan_ttl,
  .plan_detail,
  .plan_price {
    flex-basis: 100%;
    line-height: 1.4;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .plan_detail,
  .plan_price {
    text-align: center;
  }
}

/*************************************************
対応地域
*************************************************/
.area_container .content_ttl img {
  max-width: 23rem;
}

.area_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .area_box {
    flex-direction: column-reverse;
  }
}

.map_img {
  max-width: 54rem;
}

.area_txt {
  flex-basis: 50%;
}
@media screen and (max-width: 599px) {
  .area_txt {
    flex-basis: 100%;
  }
}

.area_subcopy {
  font-size: 2rem;
  color: #17BE54;
  padding: 16px;
  border-radius: 40px;
  border: 1px solid #17BE54;
  display: inline-block;
  width: 300px;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 599px) {
  .area_subcopy {
    font-size: 1.8rem;
    padding: 10px;
    width: 280px;
    margin-bottom: 2rem;
  }
}

.available_area {
  font-size: 2.6rem;
  color: #17BE54;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 599px) {
  .available_area {
    font-size: 2rem;
  }
}

/*************************************************
フロー
*************************************************/
.flow_container {
  background: #E7F8EE;
  padding: 12rem 2rem;
}
@media screen and (max-width: 599px) {
  .flow_container {
    padding: 6rem 2rem;
  }
}
.flow_container .content_ttl img {
  margin: -3rem 0 0 -2rem;
}
@media screen and (max-width: 599px) {
  .flow_container .content_ttl img {
    width: 24rem;
    margin: -3rem 0 2rem -2rem;
  }
}
@media screen and (max-width: 1400px) {
  .flow_container .inner {
    width: 88%;
  }
}

.flow_content {
  background: #fff;
  width: 88%;
  margin: 0 auto;
  border-radius: 1rem;
}
@media screen and (max-width: 1400px) {
  .flow_content {
    width: 92%;
  }
}
@media screen and (max-width: 599px) {
  .flow_content {
    width: 96%;
  }
}

.flow_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .flow_list {
    flex-direction: column;
    padding-bottom: 0;
  }
}

.flow_title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 599px) {
  .flow_title {
    margin-bottom: 0.8rem;
  }
}

.flow_item {
  width: 24%;
  max-width: 24rem;
}
@media screen and (max-width: 1400px) {
  .flow_item {
    width: 20rem;
  }
}
@media screen and (max-width: 599px) {
  .flow_item {
    width: 90%;
    max-width: 100%;
    margin: 0 auto 4rem;
  }
}
.flow_item .text {
  font-size: 1.4rem;
}

.flow_img {
  margin-bottom: 1.8rem;
  position: relative;
}
.flow_img::after {
  content: "";
  background: url(../images/flow_num01.svg) no-repeat center/contain;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: -2rem;
  left: 1.6rem;
}

.flow_img02::after {
  content: "";
  background: url(../images/flow_num02.svg) no-repeat center/contain;
}

.flow_img03::after {
  content: "";
  background: url(../images/flow_num03.svg) no-repeat center/contain;
}

.flow_img04::after {
  content: "";
  background: url(../images/flow_num04.svg) no-repeat center/contain;
}

/*************************************************
よくあるご質問
*************************************************/
.faq_container .content_ttl img {
  max-width: 24rem;
}

.faq_box {
  max-width: 88%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .faq_box {
    max-width: 100%;
  }
}
.faq_box details {
  margin-bottom: 16px;
}
.faq_box details:last-child {
  margin-bottom: 0;
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.summary_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 4.8rem;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .summary_inner {
    padding: 2.4rem 3.6rem;
  }
}
.summary_inner::after {
  content: "";
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: transform 0.3s;
}
@media screen and (max-width: 599px) {
  .summary_inner::after {
    width: 16px;
  }
}

/* is-openedクラスが付与されたときのスタイル */
details.is-opened .summary_inner::after {
  transform: rotate(225deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.answer {
  overflow: hidden;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.answer_inner {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 3.2rem 4.8rem;
  display: flex;
  flex-direction: column;
  background: #E7F8EE;
  gap: 16px;
}
@media screen and (max-width: 599px) {
  .answer_inner {
    padding: 2.4rem 3.6rem;
  }
}

/*************************************************
問い合わせ
*************************************************/
.contact_container {
  margin-bottom: 10rem;
}
@media screen and (max-width: 599px) {
  .contact_container {
    margin-bottom: 4rem;
  }
}
.contact_container .content_ttl img {
  max-width: 38rem;
}
@media screen and (max-width: 599px) {
  .contact_container .content_ttl img {
    max-width: 32rem;
  }
}

.contact_box {
  background: #F5F5F5;
  max-width: 88%;
  padding: 10rem 6rem 5.4rem;
}
@media screen and (max-width: 599px) {
  .contact_box {
    max-width: 100%;
    padding: 4rem 2rem 4.8rem;
  }
}

.required {
  color: #fff;
  background: #FF0000;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 1rem;
  border-radius: 0.24rem;
  margin-left: 1.2rem;
}

#formWrap {
  line-height: 1.4;
  font-size: 1.6rem;
}

table.formTable {
  width: 100%;
  margin: 0 auto 6.4rem;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  table.formTable {
    margin-bottom: 2.4rem;
  }
}
table.formTable tr {
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  table.formTable tr {
    display: block;
  }
}
table.formTable th,
table.formTable td {
  padding: 2.8rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  table.formTable th,
  table.formTable td {
    width: 100%;
    display: block;
  }
}
table.formTable th {
  width: 30%;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 599px) {
  table.formTable th {
    width: 100%;
    padding: 1.2rem 0;
  }
}
table.formTable td {
  max-width: 54rem;
}
@media screen and (max-width: 599px) {
  table.formTable td {
    padding: 0 0 2rem;
  }
}

input[type=text],
textarea {
  background: #fff;
  padding: 10px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
}

/* チェックボックスの外観をカスタマイズする例 */
input[type=checkbox] {
  /* チェックボックスのアイコンのカラー */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  cursor: pointer;
  margin-right: 1rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 0;
  }
}
input[type=checkbox]::after {
  /* チェックマークの疑似要素に適用するスタイル */
  content: "✔"; /* チェックマークの表示内容 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  visibility: hidden;
}
@media screen and (max-width: 599px) {
  input[type=checkbox]::after {
    font-size: 14px;
  }
}

input[type=checkbox]:checked {
  background: #17BE54 !important;
}
input[type=checkbox]:checked::after {
  visibility: visible;
}

.checkbox_area {
  display: flex;
  flex-wrap: wrap;
}
.checkbox_area li {
  width: 32%;
  line-height: 3.2;
}
@media screen and (max-width: 599px) {
  .checkbox_area li {
    width: 50%;
    line-height: 2.4;
    font-size: 1.4rem;
  }
}

.contact_btn {
  text-align: center;
  position: relative;
}
.contact_btn::after {
  content: "";
  background: url(../images/check_icon.svg) no-repeat center/contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.c-btn_item {
  display: block;
}

.c-btn_item,
input[type=submit] {
  background: #17BE54;
  border: 1px solid #17BE54;
  color: #fff;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
}
.c-btn_item:hover,
input[type=submit]:hover {
  color: #17BE54;
  background: #fff;
}

.sgds_container {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 599px) {
  .sgds_container {
    margin-bottom: 4rem;
  }
}

.sdgs_logo {
  max-width: 24rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 599px) {
  .sdgs_logo {
    max-width: 20rem;
  }
}

.sdgs_txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

/*************************************************
サンクスページ
*************************************************/
.thanks_container {
  background: #E7F8EE;
  padding: 12rem 2rem;
}
@media screen and (max-width: 599px) {
  .thanks_container {
    padding: 12rem 1rem 6rem;
  }
}
.thanks_container .content_ttl img {
  margin: -3rem 0 0 -2rem;
}
@media screen and (max-width: 599px) {
  .thanks_container .content_ttl img {
    width: 24rem;
    margin: -3rem 0 2rem -2rem;
  }
}
.thanks_container h4 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 599px) {
  .thanks_container h4 {
    font-size: 2rem;
  }
}
.thanks_container.cont {
  margin-bottom: 0;
}

.thanks_content {
  background: #fff;
  width: 88%;
  margin: 0 auto;
  border-radius: 1rem;
}
@media screen and (max-width: 599px) {
  .thanks_content {
    width: 96%;
  }
}
.thanks_content .inner {
  width: 60%;
  line-height: 1.6;
  padding-bottom: 9rem;
}
@media screen and (max-width: 599px) {
  .thanks_content .inner {
    width: 88%;
    padding-bottom: 4rem;
  }
}
.thanks_content .contact_btn {
  margin-top: 4rem;
}
@media screen and (max-width: 599px) {
  .thanks_content .contact_btn {
    margin-top: 2rem;
  }
}