@charset "UTF-8";
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
header {
  background-color: #fff;
  position: sticky;
  inset: 0;
  z-index: 100;
}
header .container {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  header {
    position: inherit;
    display: contents;
  }
  header .container {
    display: contents;
  }
  header .top {
    background-color: #F6F6F6;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    align-items: center;
  }
  header .logo {
    max-width: 150px;
  }
  header .right {
    display: flex;
  }
  header .call_wrapper {
    display: grid;
    gap: 15px;
    align-items: center;
    grid-template-columns: min(120px, 10vw) min(200px, 16.6666666667vw);
    margin-right: 15px;
  }
  header .contact_btn {
    grid-column: 3/4;
    grid-row: 1/3;
    padding: 0 20px;
    background-color: #EAB14D;
    height: 70px;
    display: grid;
    place-content: center;
    font-size: 14px;
    min-width: 150px;
  }
  header .contact_btn.line {
    background-color: #00CC42;
    color: #fff;
  }
  header .contact_btn p {
    font-size: 8px;
    padding: 0.3em 1em;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-bottom: 0.5em;
  }
  header .contact_btn span {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  header .contact_btn path {
    transition: all 0.4s;
  }
  header .contact_btn:hover {
    background-color: #414E4C;
    color: #fff;
  }
  header .contact_btn:hover path {
    fill: #fff;
  }
  header .header_menu .menu {
    display: flex;
    justify-content: center;
    font-size: 16px;
  }
  header .header_menu .menu li a {
    padding: 1em 0.8em 0.8em 0.8em;
  }
  header .header_menu .menu li a.active {
    border-bottom: #EAB14D solid 4px;
  }
  header .header_menu .menu li a:hover {
    color: #EAB14D;
  }
  header .bottom {
    background-color: #fff;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    display: grid;
    grid-template-columns: 1fr 1fr 60px;
  }
  header .contact_btn.line {
    background-color: #00CC42;
    color: #fff;
    min-height: 60px;
    font-size: 12px;
    padding: 0 1em;
  }
  header .contact_btn span {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }
  header .contact_btn path {
    transition: all 0.4s;
  }
  header .contact_btn:hover {
    background-color: #414E4C;
    color: #fff;
  }
  header .contact_btn:hover path {
    fill: #fff;
  }
}
.floating {
  background-color: #FAF1E1;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  left: 0;
}

@media screen and (max-width: 768px) {
  .floating .floating_inner {
    display: grid;
    grid-template-columns: 50.6666666667vw 24.5333333333vw 24.5333333333vw;
  }
  .floating .floating_inner img {
    max-height: 50px;
    width: auto;
    margin: 0 auto;
  }
  .floating .left {
    padding: 0.5em;
    gap: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EA624D;
  }
  .floating .left figure:nth-child(2) img {
    max-height: 34px;
  }
  .floating .center {
    padding: 0.5em;
    background-color: #EAB14E;
  }
  .floating .right {
    padding: 0.5em;
    background-color: #00CC42;
  }
}
@media screen and (min-width: 769px) {
  .floating {
    border: #EA624D solid;
    border-width: 3px 0;
  }
  .floating .floating_inner {
    padding: 14px 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .floating .floating_inner {
    display: flex;
    align-items: center;
  }
  .floating .logo {
    width: min(240px, 20vw);
  }
  .floating .center {
    display: grid;
    align-items: center;
    grid-template-columns: min(160px, 10vw) min(240px, 16.6666666667vw);
    gap: 20px;
    margin: 0 20px 0 auto;
  }
  .floating .right {
    display: grid;
    grid-template-columns: repeat(2, min(190px, 12.5vw));
    gap: 8px;
  }
  .floating .right a {
    filter: drop-shadow(4px 4px 0px #C89234);
  }
  .floating .right a:nth-child(2) {
    filter: drop-shadow(4px 4px 0px #0D7763);
  }
  .floating .right a:hover {
    filter: drop-shadow(0px 0px 0px #0D7763);
  }
}
.cta_area {
  background-color: #fff;
  margin: 64px auto 0;
}
.cta_area .bg {
  padding: 80px 0;
  position: relative;
}
.cta_area .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #ea624d;
  z-index: 1;
}
.cta_area .cta_btn_wrap {
  display: grid;
}
.cta_area .cta_btn_wrap a {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.cta_area .cta_btn_wrap a > img {
  position: relative;
  z-index: 2;
}
.cta_area .cta_inner {
  position: relative;
  z-index: 2;
}
.cta_area .circle {
  position: absolute;
  width: 140px;
  top: -100px;
  right: -40px;
  rotate: 10deg;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cta_area .cta_inner {
    width: 80vw;
    margin-inline: auto;
    max-width: 400px;
  }
  .cta_area .cta_btn_wrap {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
  }
  .cta_area .circle {
    width: 80px;
    top: -10px;
    right: 30px;
    z-index: 3;
  }
}
@media screen and (min-width: 769px) {
  .cta_area {
    margin: 120px auto 0;
  }
  .cta_area .cta_btn_wrap {
    margin-bottom: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .cta_area .cta_inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.case_study .curve svg {
  fill: #fff;
}
.case_study .region_title {
  text-align: right;
}
.case_study .case_card {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 auto;
}
.case_study .case_card_inner {
  padding: 24px 0;
  max-width: 660px;
  margin: 0 auto;
}
.case_study .case_card:not(.case_study .case_card:last-child) {
  margin-bottom: 24px;
}
.case_study .case_card .case_number {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -12px;
  color: #eab14d;
}
.case_study .case_card_title {
  text-align: center;
  line-height: 1.2083333333;
}
.case_study .case_card_arrow {
  display: block;
  margin: 2em auto 1em;
  background-color: #eab14d;
  width: 80px;
  height: 24px;
  border-radius: 2px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.case_study .case_card_li {
  background-color: #f7f4f1;
}
.case_study .case_card_li > ul {
  padding: 1em 0;
  display: grid;
  grid-template-columns: repeat(3, 120px);
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.case_study .case_card_li > ul > li {
  width: fit-content;
  display: grid;
  gap: 8px;
}
.case_study .case_card_li .case_card_li_title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.case_study .case_card_li .case_card_li_title span {
  display: grid;
  place-content: center;
}
.case_study .case_card_li .case_card_li_text {
  font-size: 20px;
  color: #eab14d;
  line-height: 1;
}
.case_study .case_card_price > ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 1em auto 2em;
}
.case_study .case_card_price > ul > li {
  border: #414e4c 1px solid;
  border-radius: 3px;
  position: relative;
}
.case_study .case_card_price > ul > li:nth-child(2):before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: -32px;
  background-color: #414e4c;
}
.case_study .case_card_price > ul > li:last-child {
  border: 1px solid #ea624d;
  position: relative;
}
.case_study .case_card_price > ul > li:last-child .top {
  background-color: #ea624d;
}
.case_study .case_card_price > ul > li:last-child .bottom {
  color: #ea624d;
}
.case_study .case_card_price > ul > li:last-child:before {
  content: "=";
  font-size: 40px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: -32px;
  color: #ea624d;
}
.case_study .case_card_price .top {
  background-color: #414e4c;
  color: #fff;
  padding: 3px 0;
}
.case_study .case_card_price .bottom {
  color: #eab14d;
  font-size: 42px;
}
.case_study .case_card_price .bottom span {
  font-size: 16px;
}
.case_study .case_card_bottom_text {
  font-size: 14px;
}

.voice .voice_title {
  font-size: 18px;
}
.voice .voice_li {
  position: relative;
  z-index: 3;
}
.voice .voice_cate {
  font-size: 14px;
  padding: 18px 0;
  color: #ea624d;
}
.voice .voice_text {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .case_study .case_card {
    width: 95%;
    margin: 0 auto;
  }
  .case_study .case_card_inner {
    max-width: 340px;
    padding: 30px 0;
  }
  .case_study .case_card_title {
    font-size: 18px;
  }
  .case_study .case_card_arrow {
    margin: 20px auto 14px;
  }
  .case_study .case_card_li > ul {
    grid-template-columns: repeat(3, 100px);
  }
  .case_study .case_card_li > ul > li {
    margin: 0 auto;
  }
  .case_study .case_card_price > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
  .case_study .case_card_price > ul > li:nth-child(2):before {
    left: -25px;
  }
  .case_study .case_card_price > ul > li:last-child {
    grid-column: 1/3;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .case_study .case_card_price > ul .bottom {
    font-size: 32px;
  }
  .voice .voice_li {
    width: 95%;
    margin: 0 auto;
    margin-top: 80px;
    display: grid;
    gap: 70px;
  }
  .voice .voice_li li {
    position: relative;
    background-color: #fff;
    padding: 120px 1em 1em 1em;
    height: fit-content;
  }
  .voice .voice_li li figure {
    position: absolute;
    z-index: 5;
    width: 150px;
    height: 150px;
    top: -40px;
    left: 20px;
  }
  .voice .voice_li li:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: -41.5px;
    background-color: #fff;
    width: 153px;
    height: 153px;
    border-radius: 100vmax;
    left: 18.5px;
    box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 769px) {
  .case_study .region_title:after {
    right: inherit;
    left: -10%;
  }
  .case_study .case_card_title {
    font-size: 24px;
  }
  .case_study .case_card_price > ul li {
    width: 190px;
  }
  .voice .container {
    max-width: 1200px;
  }
  .voice .voice_li {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .voice .voice_li li:nth-child(3),
  .voice .voice_li li:nth-child(4) {
    margin-top: 80px;
  }
  .voice .voice_li li {
    position: relative;
    background-color: #fff;
    padding: 120px 2em 2em 2em;
  }
  .voice .voice_li li figure {
    position: absolute;
    z-index: 5;
    width: 150px;
    height: 150px;
    top: -40px;
    left: 20px;
  }
  .voice .voice_li li:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: -41.5px;
    background-color: #fff;
    width: 153px;
    height: 153px;
    border-radius: 100vmax;
    left: 18.5px;
    box-shadow: 8px 4px 10px rgba(0, 0, 0, 0.1);
  }
}
.region_wrapper .special .container {
  max-width: 1200px;
}
.region_wrapper .special .grid_top {
  gap: 32px;
  display: grid;
  align-items: center;
  grid-template-columns: 325px auto;
}
.region_wrapper .special .bold {
  line-height: 140%;
  font-size: 24px;
  padding-bottom: 16px;
}
.region_wrapper .special .bold .color {
  color: #ea624d;
}
.region_wrapper .special .center_box {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  margin: 32px auto;
}
.region_wrapper .special .center_box h4 {
  font-size: 24px;
  text-align: center;
  background-color: #414e4c;
  color: #fff;
  padding: 20px 0;
}
.region_wrapper .special .center_box .grow_li {
  padding: 30px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.region_wrapper .special .center_box .grow_li li {
  display: flex;
  gap: 16px;
}
.region_wrapper .special .arrow {
  width: fit-content;
  margin: 40px auto;
}
.region_wrapper .special .center_box.red h4 {
  grid-column: 1/3;
  background-color: #ea624d;
}
.region_wrapper .special .center_box.red .grid {
  padding: 32px;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 275px;
}
.region_wrapper .special .box .grid {
  margin-bottom: 32px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 320px auto;
  gap: 16px;
  padding: 32px;
}
.region_wrapper .special .box .grid .red_title {
  font-size: 24px;
  padding-left: 20px;
  border-left: 6px solid #ea624d;
  color: #ea624d;
  margin-bottom: 16px;
}
.region_wrapper .special .box.disinfection .grid {
  grid-template-columns: auto 320px;
}
.region_wrapper .special .box.disinfection .grid figure {
  grid-column: 2/3;
}
.region_wrapper .special .box.disinfection .grid .text_wrap {
  grid-row: 1/2;
}
.region_wrapper .gra_bg > .curve {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.region_wrapper .gra_bg > .curve svg {
  fill: #eab14d;
}
.region_wrapper .big_title {
  font-size: 40px;
  text-align: center;
  color: #ea624d;
}
.region_wrapper .ihin .container {
  margin: 0 auto;
  padding: 0;
}
.region_wrapper .ihin .big_title {
  position: relative;
  width: fit-content;
  margin: 0 auto 20px;
}
.region_wrapper .ihin .big_title::before, .region_wrapper .ihin .big_title::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #ea624d;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
}
.region_wrapper .ihin .big_title:before {
  left: -20px;
  rotate: -20deg;
}
.region_wrapper .ihin .big_title:after {
  right: -20px;
  rotate: 20deg;
}
.region_wrapper .ihin .bold_text {
  color: #ea624d;
  font-size: 18px;
  padding: 10px 0;
}
.region_wrapper .ihin .ihin_block h3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: 120px auto;
  gap: 30px;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  position: relative;
  align-items: center;
  z-index: 1;
}
.region_wrapper .ihin .ihin_block h3:before {
  content: "";
  width: 100%;
  height: 85px;
  background-color: #ea624d;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  z-index: -1;
}
.region_wrapper .ihin .ihin_block2 .bg_title {
  margin: 0;
}
.region_wrapper .ihin .grid {
  display: grid;
  grid-template-columns: 230px auto;
  gap: 20px 64px;
  margin: 40px 0;
}
.region_wrapper .ihin .grid .center_box {
  grid-column: 1/3;
}
.region_wrapper .ihin .ihin_block3 .seiri_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 40px 0;
}
.region_wrapper .ihin .ihin_block3 .box {
  border: 1px solid #ea624d;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
}
.region_wrapper .ihin .ihin_block3 p:nth-child(1) {
  background-color: #ea624d;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
}
.region_wrapper .ihin .ihin_block3 p:nth-child(3) {
  font-size: 14px;
  padding: 10px;
}
.region_wrapper .pet {
  background-color: #fff;
  position: relative;
}
.region_wrapper .pet .curve svg {
  fill: #f7f4f1;
}
.region_wrapper .pet .grid {
  display: flex;
  gap: 32px;
  margin: 40px 0;
}
.region_wrapper .pet .right img {
  border-radius: 3px;
}
.region_wrapper .pet .before_after {
  width: 80%;
  margin: 0 auto;
}
.region_wrapper .curve2 svg {
  fill: #fff;
}
.region_wrapper .town .town_bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-image: url(images/town_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}
.region_wrapper .town .town_bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.region_wrapper .town .container {
  position: relative;
  z-index: 2;
  background-color: rgba(234, 177, 77, 0.7);
}
.region_wrapper .town .bg_text {
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.region_wrapper .town .bg_text span {
  background-color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  color: #ea624d;
  text-shadow: initial;
}
.region_wrapper .town .town_text {
  max-width: 460px;
  margin: 32px auto 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.region_wrapper .card .inner {
  max-width: 1200px;
}
.region_wrapper .price .price_inner {
  max-width: 1200px;
}

.price_table {
  width: 365px;
  margin: 0 auto;
}

.price_table .price_text {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .region_wrapper .special .container {
    width: 325px;
  }
  .region_wrapper .special .grid_top {
    grid-template-columns: 1fr;
  }
  .region_wrapper .special .bold {
    font-size: 18px;
    line-height: 130%;
  }
  .region_wrapper .special .center_box .bg_title {
    font-size: 18px;
    padding: 16px;
  }
  .region_wrapper .special .center_box .grow_li {
    grid-template-columns: 1fr;
  }
  .region_wrapper .special .center_box.red .grid {
    grid-template-columns: 1fr;
  }
  .region_wrapper .special .box .grid {
    grid-template-columns: 1fr;
  }
  .region_wrapper .special .box.disinfection .grid {
    grid-template-columns: 1fr;
  }
  .region_wrapper .special .box.disinfection .grid figure {
    grid-column: inherit;
  }
  .region_wrapper .special .box.disinfection .grid .text_wrap {
    grid-row: inherit;
  }
  .region_wrapper .big_title {
    font-size: 24px;
  }
  .region_wrapper .ihin .ihin_block h3 {
    font-size: 18px;
    gap: 10px;
    grid-template-columns: 80px auto;
    padding: 0;
  }
  .region_wrapper .ihin .grid {
    display: block;
    max-width: 325px;
    margin: 40px auto;
  }
  .region_wrapper .ihin .ihin_block2 .image {
    margin-bottom: 20px;
  }
  .region_wrapper .ihin .price_table {
    width: 280px;
  }
  .region_wrapper .ihin .ihin_block3 .seiri_grid {
    grid-template-columns: 1fr;
    width: 325px;
    margin: 40px auto;
  }
  .region_wrapper .pet .grid {
    width: 345px;
    margin: 40px auto;
    flex-wrap: wrap-reverse;
  }
  .region_wrapper .town .bg_text {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .region_wrapper .town .town_text {
    width: 85%;
  }
}
#price.page .banner {
  max-width: 800px;
  margin: 0 auto;
}
#price.page .price_read {
  max-width: 800px;
  margin: 80px auto;
}
#price.page .price_read .grid {
  display: grid;
  grid-template-columns: auto 325px;
  gap: 32px;
}
#price.page .price_read h5 {
  font-size: 24px;
  padding-bottom: 24px;
}
#price.page .bottom_wrapper .color {
  color: #ea624d;
}
#price.page .box_text {
  line-height: 1.6;
}
#price.page .big_title {
  font-size: 32px;
  text-align: center;
  background-color: #ea624d;
  color: #fff;
  padding: 16px 0;
}
#price.page .big_title .big {
  font-size: 40px;
  text-decoration: underline;
}
#price.page .bold {
  font-size: 24px;
  margin-bottom: 24px;
  border-left: 8px solid #ea624d;
  padding-left: 10px;
}
#price.page .box_bottom {
  margin: 32px auto;
}
#price.page .box_bottom figure img {
  object-fit: cover;
  height: 100%;
  object-position: 5%;
}
#price.page .price_table {
  width: 520px;
}
#price.page .wrapper {
  margin: 80px 0;
}

@media screen and (max-width: 768px) {
  #price.page {
    width: 100%;
    margin: 0 auto;
  }
  #price.page .bottom_wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #price.page .price_read .grid {
    grid-template-columns: 1fr;
  }
  #price.page .big_title {
    font-size: 24px;
  }
  #price.page .big_title .big {
    font-size: 27px;
  }
  #price.page .price_table {
    width: 345px;
  }
  #price.page .container {
    width: 95%;
  }
  #price.page .box_text {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #price.page .box_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 32px;
  }
  #price.page .box_bottom figure {
    grid-row: 1/3;
    grid-column: 2/3;
    max-height: 600px;
  }
  #price.page .box_bottom figure img {
    border-radius: 10px;
  }
  #price.page .box_bottom .box_text {
    font-size: 18px;
  }
  #price.page .box_bottom .price_table {
    width: 400px;
  }
}
#page.qa .qa_text {
  font-size: 18px;
  width: 80%;
  text-align: center;
  margin: 32px auto 80px;
  max-width: 500px;
  padding: 16px 0;
}
#page.qa .qa_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px 40px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1440px;
}
#page.qa .qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
  height: fit-content;
}
#page.qa .qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
#page.qa .qa-6 summary::before,
#page.qa .qa-6 .answer::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
#page.qa .qa-6 summary::before {
  color: #75bbff;
  content: "Q";
}
#page.qa .qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}
#page.qa .qa-6[open] summary::after {
  transform: rotate(225deg);
}
#page.qa .qa-6 .answer {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  line-height: 1.7;
}
#page.qa .qa-6[open] .answer {
  transform: none;
  opacity: 1;
}
#page.qa .qa-6 .answer::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
#page.qa .works {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #page.qa .qa_box {
    padding: 0 10px;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  #page.qa .qa_text {
    margin: 32px auto 40px;
  }
}
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #f7f4f1;
  color: #414e4c;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

html.active,
body.active {
  overflow: hidden;
}

.ja {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ja_m {
  font-weight: 400;
}

.en {
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.en_title {
  letter-spacing: 0.01em;
}

.en_m {
  font-weight: 500;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
  height: auto;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
.com_text {
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #414e4c;
}

a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  header .container {
    gap: 0;
    padding: 0;
    min-height: 60px;
    align-items: center;
  }
  header .logo {
    padding: 0 10px;
    max-width: 100px;
  }
  header .header_menu {
    z-index: 999;
    transition: all 0.4s;
  }
  header .header_menu.active .menu {
    height: 100%;
  }
  header .header_menu.active .toggle_btn span {
    translate: -50% -50%;
  }
  header .header_menu.active .toggle_btn span:nth-of-type(1) {
    rotate: 45deg;
    top: 60%;
  }
  header .header_menu.active .toggle_btn span:nth-of-type(2) {
    opacity: 0;
  }
  header .header_menu.active .toggle_btn span:nth-of-type(3) {
    rotate: -45deg;
    bottom: inherit;
    top: 60%;
  }
  header .header_banner {
    margin: 0 60px 0 auto;
    max-width: 190px;
  }
  header .toggle_btn {
    position: relative;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background-color: #eab14d;
    z-index: 100;
  }
  header .toggle_btn p {
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
  }
  header .toggle_btn span {
    transition: all 0.4s;
    transform-origin: center;
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #414e4c;
    translate: -50% 0;
    left: 50%;
    border-radius: 100vmax;
  }
  header .toggle_btn span:nth-of-type(1) {
    top: 28px;
  }
  header .toggle_btn span:nth-of-type(2) {
    top: 35px;
  }
  header .toggle_btn span:nth-of-type(3) {
    top: 42px;
  }
  header .menu {
    width: 100%;
    left: 0;
    position: fixed;
    top: 60px;
    height: 0;
    transition: all 0.8s;
    overflow: hidden;
  }
  header .menu li:not(ol li) {
    text-align: center;
  }
  header .menu a:not(ol li a) {
    background-color: #eab14d;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 15px 0;
  }
}
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  margin: 80px auto 0;
}

footer .footer-inner {
  background-color: #e5e5e5;
  padding-top: 40px;
}

footer .logo {
  max-width: 120px;
  margin: 0 auto;
}

footer .menu {
  margin: 40px auto 60px;
  display: grid;
  gap: 25px;
}

footer .menu li a {
  text-decoration: underline;
  width: fit-content;
  margin: 0 auto;
}

footer .top_btn {
  text-align: center;
  width: 120px;
  margin: 0 auto;
  background-color: #414e4c;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px;
  position: relative;
}

footer .top_btn:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  border-radius: 3px;
  background-color: #414e4c;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: -20px;
  translate: -50% 0;
  left: 50%;
}

footer .copy {
  padding: 25px 0 20px;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .top_btn {
    margin: 0 5% 0 auto;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-inner {
    padding: 20px 0 0;
  }
  footer .menu {
    width: 90%;
    display: flex;
    align-items: center;
  }
  footer .menu li {
    max-width: 300px;
  }
  footer .menu li .pc_logo {
    max-width: 200px;
    margin-right: 30px;
  }
  footer .menu li a:hover {
    color: #eab14d;
  }
  footer .top_btn {
    margin: 0 5% 0 auto;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通パーツ
*--------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.page .container,
#single_works .container,
#single_column .container,
#contact .container {
  width: 90%;
}

.pan_list .container {
  width: 90%;
  padding: 10px 0;
}

.pan_list ul {
  display: flex;
  font-size: 10px;
  gap: 25px;
}

.pan_list ul li {
  position: relative;
}

.pan_list ul li:not(li:last-child):after {
  content: "";
  position: absolute;
  background-color: #414e4c;
  width: 10px;
  height: 1px;
  translate: 0 -50%;
  top: 50%;
  right: -15px;
}

.pan_list ul li a {
  text-decoration: underline;
}

.bottom_wrapper {
  padding: 80px 0 0 0;
}

.min_container {
  max-width: 600px;
  margin: 0 auto;
}

.section_title {
  background-color: #eab14d;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto 25px;
  position: relative;
  border-radius: 3px;
}

.section_title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  background-color: #eab14d;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -15px;
  translate: -50% 0;
  left: 50%;
}

.section_title p {
  color: #fff;
  font-size: 16px;
}

.section_title h2 {
  font-size: 24px;
}

.other_title {
  text-align: center;
  margin-bottom: 20px;
}

.other_title p {
  font-size: 100px;
  color: #f3d9ab;
}

.other_title h2 {
  font-size: 32px;
  position: relative;
  margin-top: -40px;
}

.bottom_arrow {
  width: fit-content;
  margin: 10px auto 35px;
}

.slider_wrapper {
  position: relative;
}

.slider_wrapper .swiper-pagination {
  bottom: -25px !important;
}

.slider_wrapper .swiper-pagination-bullet-active {
  background-color: #414e4c;
}

.works_slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw) !important;
}

.works_slider .swiper-slide {
  max-width: 315px;
}

.slide_box .label_li,
.works_article .label_li {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0;
}

.slide_box .label_li li,
.works_article .label_li li {
  display: flex;
}

.slide_box .label_li .color,
.works_article .label_li .color {
  background-color: #eab14d;
  color: #fff;
  text-align: center;
  width: 60px;
  padding: 5px 0;
  border-radius: 3px;
  position: relative;
}

.slide_box .label_li .label_text,
.works_article .label_li .label_text {
  background-color: #f7f4f1;
  color: #eab14d;
  padding: 5px 20px;
  margin-left: -5px;
  border-radius: 0 3px 3px 0;
}

.slide_box {
  border: 1px solid #414e4c;
  border-radius: 3px;
  background-color: #fff;
}

.slide_box_inner {
  padding: 17px;
}

.slide_box .works_data {
  font-size: 11px;
}

.slide_box .works_title {
  font-size: 14px;
  padding: 3px 0;
  text-decoration: underline;
}

.slide_box .button {
  text-align: center;
  background-color: #f7f4f1;
  padding: 10px 0;
  border: 1px solid #414e4c;
  border-radius: 3px;
}

.default_btn {
  font-size: 18px;
  text-align: center;
  background-color: #414e4c;
  color: #fff;
  padding: 10px 0;
  width: 82.1333333333%;
  margin: 40px auto 0;
  max-width: 450px;
  border-radius: 5px;
}

#single_works .section_title.article_title h2,
#single_column .section_title.article_title h2 {
  font-size: 18px;
  text-align: left;
  padding: 0 10px;
}

.text {
  font-size: 14px;
  line-height: 1.6428571429;
}

.text p {
  padding: 10px 0;
}

#page article p {
  padding: 25px 0;
  line-height: 2;
}

#page article h2 {
  font-size: 32px;
  margin-top: 30px;
}

#page article ul,
#page article ol,
#page article li {
  list-style: disc;
}

#page article ol {
  margin-left: 20px;
}

#page article li {
  padding: 10px 0;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .pan_list ul {
    font-size: clamp(12px, 1vw, 14px);
  }
  .slide_box .works_data {
    font-size: clamp(11px, 0.9166666667vw, 14px);
  }
  .slide_box .works_title {
    font-size: clamp(18px, 1.5vw, 21px);
  }
  .slide_box .label_li {
    font-size: clamp(12px, 1vw, 14px);
  }
  .slide_box .button {
    font-size: clamp(16px, 1.3333333333vw, 20px);
    transition: all 0.4s;
  }
  .slide_box img {
    transition: all 0.4s;
  }
  .slide_box:hover img {
    border-radius: 20px;
  }
  .slide_box:hover .button {
    background-color: #414e4c;
    color: #fff;
  }
  .slide_box .label_li .color,
  .works_article .label_li .color {
    width: 80px;
  }
  .section_title p {
    font-size: clamp(20px, 1.6666666667vw, 32px);
  }
  .section_title h2 {
    font-size: clamp(27px, 2.25vw, 42px);
  }
  .default_btn {
    font-size: clamp(24px, 2vw, 28px);
    max-width: 600px;
    padding: 20px 0;
    border: 1px solid #414e4c;
    transition: all 0.4s;
  }
  .default_btn:hover {
    background-color: #fff;
    color: #414e4c;
  }
  #single_works .section_title.article_title h2,
  #single_column .section_title.article_title h2 {
    font-size: clamp(18px, 1.5vw, 32px);
    padding: 10px 20px;
  }
  .text p {
    font-size: 16px;
  }
}
/*-------------------
* project
-------------------*/
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
.front_wrapper {
  overflow: hidden;
}

.front_wrapper .container {
  width: 90%;
}

.front_wrapper .common_text {
  line-height: 1.7142857143;
  font-size: 14px;
  padding: 10px 0 30px;
  width: 90%;
  margin: 0 auto;
}

.front_wrapper .common_text.center {
  text-align: center;
}

.front_wrapper .label {
  background-color: #eab14d;
  text-align: center;
  padding: 10px 0;
  border-radius: 3px;
  color: #fff;
}

.front_wrapper .fv {
  position: relative;
  background-image: url(images/fv_sp.jpg);
  background-size: cover;
}

.front_wrapper .fv .top_lead {
  padding: 60px 0 20px;
  margin: 0 auto;
  width: fit-content;
  display: grid;
  gap: 4px;
  font-size: 14px;
}

.front_wrapper .fv .white_bg {
  background-color: #fff;
  padding: 6px 14px;
  width: fit-content;
  margin: 0 auto;
}

.front_wrapper .fv h2 {
  font-size: 25px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 4px;
}

.front_wrapper .fv h2 span {
  width: 152px;
}

.front_wrapper .fv .bg_text {
  font-size: 14px;
  text-align: center;
  background-color: #eab14d;
  border-radius: 100vmax;
  padding: 8px 55px;
  width: fit-content;
  margin: 18px auto 40px;
}

.front_wrapper .fv .criecle_text {
  text-align: center;
  padding-bottom: 35px;
  font-size: 20px;
  color: #fff;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.front_wrapper .fv .criecle_text li {
  position: relative;
}

.front_wrapper .fv .criecle_text li:nth-child(1) {
  z-index: 1;
}

.front_wrapper .fv .criecle_text li:nth-child(2) {
  z-index: 2;
}

.front_wrapper .fv .criecle_text li:nth-child(3) {
  z-index: 3;
}

.front_wrapper .fv .criecle_text li p {
  border: 1px solid #fff;
  width: 120px;
  height: 120px;
  display: grid;
  place-content: center;
  background-color: #414e4c;
  border-radius: 100vmax;
  z-index: 2;
}

.front_wrapper .fv .criecle_text li:not(.front_wrapper .fv .criecle_text li:last-child) {
  margin-right: -4px;
}

.front_wrapper .fv .criecle_text li:after {
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  background-color: #eab14d;
  border-radius: 100vmax;
  z-index: -1;
}

.front_wrapper .lead {
  text-align: center;
}

.front_wrapper .lead .container {
  max-width: 600px;
  margin: 0 auto;
}

.front_wrapper .lead .bg {
  background-color: #ffcc01;
  padding: 30px 0 35px;
  margin-bottom: 30px;
}

.front_wrapper .lead .lead_title {
  background-color: #fff;
  padding: 10px;
  font-size: 18;
}

.front_wrapper .lead .lead_title span {
  color: #e1271b;
  font-size: 24px;
}

.front_wrapper .lead .color {
  font-size: 20px;
  padding: 13px 0;
}

.front_wrapper .lead ul {
  display: grid;
  gap: 5px;
}

.front_wrapper .lead ul li {
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  gap: 10px;
}

.front_wrapper .lead ul li p {
  font-size: 18px;
}

.front_wrapper .lead ul li p span {
  font-size: 24px;
  color: #e1271b;
}

.front_wrapper .lead ul li:last-child p {
  font-size: 14px;
}

.front_wrapper .lead ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e1271b;
  border-radius: 3px;
  width: 47px;
  height: 47px;
}

.front_wrapper .lead .banner {
  margin: 0 auto 30px;
}

.front_wrapper .works .bg {
  padding: 60px 0 100px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(234, 177, 77, 0.3) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(234, 177, 77, 0.3) calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
}

.front_wrapper .area .bg {
  padding: 25px 0 60px;
  background-image: url(images/area_image.png);
  background-size: cover;
  background-position: center;
}

.front_wrapper .area .map_container {
  width: 90%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
}

.front_wrapper .area .area_li {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  width: fit-content;
  border-radius: 3px;
  display: grid;
  gap: 10px;
  position: absolute;
}

.front_wrapper .area .area_li li a {
  padding-left: 10px;
  position: relative;
  font-size: 12px;
}

.front_wrapper .area .area_li li a:before {
  content: "";
  position: absolute;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  background-color: #28aa21;
  width: 5px;
  height: 6px;
  translate: 0 -50%;
  left: 0;
  top: 50%;
}

.front_wrapper .area .area_li.kanto {
  top: -15px;
  right: 100px;
}

.front_wrapper .area .area_li.kansai {
  top: 140px;
  left: 110px;
}

.front_wrapper .area .area_li.kansai li a:before {
  background-color: #f2c900;
}

.front_wrapper .area .area_li.kyusyu {
  top: 60px;
  left: 15px;
}

.front_wrapper .area .area_li.kyusyu li a:before {
  background-color: #f9417a;
}

.front_wrapper .price .bg {
  padding: 40px 0;
}

.front_wrapper .price .common_text {
  width: 100%;
  padding: 10px 0 20px;
}

.front_wrapper .price .price_li {
  text-align: center;
}

.front_wrapper .price .price_li li p {
  padding: 10px 0;
}

.front_wrapper .price .price_li .color_text {
  color: #fff;
  background-color: #eab14d;
}

.front_wrapper .price .price_li .bottom_text {
  font-size: 14px;
}

.front_wrapper .flow {
  padding-top: 80px;
}

.front_wrapper .flow .li_bg {
  background-color: #e5e5e5;
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
}

.front_wrapper .flow .flow_li {
  margin: 0 auto;
}

.front_wrapper .flow .number {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  font-size: 24px;
  background-color: #f7e6c9;
  border-radius: 100vmax;
  z-index: 10;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  top: -30px;
}

.front_wrapper .flow .flow_li li:nth-child(2) .number {
  background-color: #f3d9ab;
}

.front_wrapper .flow .flow_li li:nth-child(3) .number {
  background-color: #f6cc84;
}

.front_wrapper .flow .flow_li li:nth-child(4) .number {
  background-color: #f0b753;
}

.front_wrapper .flow .flow_li li:nth-child(5) .number {
  background-color: #f0b753;
}

.front_wrapper .flow .flow_li li:nth-child(6) .number {
  background-color: #eba429;
}

.front_wrapper .flow .box {
  position: relative;
  background-color: #fff;
  padding: 60px 20px 30px 20px;
  border-radius: 5px;
}

.front_wrapper .flow .box_label {
  margin-top: 15px;
}

.front_wrapper .flow .common_text {
  width: 100%;
  padding: 8px 0;
}

.front_wrapper .other {
  padding-top: 80px;
}

.front_wrapper .other .other_li {
  display: grid;
  gap: 20px;
  margin: 20px auto 0;
}

.front_wrapper .other .text_title {
  font-size: 18px;
  text-align: center;
  display: block;
  width: 90%;
  margin: 20px auto 0;
  position: relative;
}

.front_wrapper .other .text_title:before,
.front_wrapper .other .text_title:after {
  position: absolute;
  font-size: 20px;
}

.front_wrapper .other .text_title:before {
  content: "「";
  left: -20px;
  top: -10px;
}

.front_wrapper .other .text_title:after {
  content: "」";
  right: -20px;
  bottom: -10px;
}

@media screen and (min-width: 769px) {
  .front_wrapper .fv {
    overflow: hidden;
    background-image: url(images/fv_pc.png);
    background-position: center;
  }
  .front_wrapper .fv .fv_inner {
    padding: 10px 0 60px;
  }
  .front_wrapper .fv .top_lead {
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
  .front_wrapper .fv h2 {
    font-size: clamp(45px, 3.75vw, 52px);
    width: 50%;
    margin: 0 auto;
  }
  .front_wrapper .fv h2 span {
    width: 280px;
  }
  .front_wrapper .fv .bg_text {
    font-size: clamp(24px, 2vw, 27px);
  }
  .front_wrapper .fv .criecle_text {
    font-size: clamp(24px, 2vw, 27px);
  }
  .front_wrapper .fv .criecle_text li p {
    width: 150px;
    height: 150px;
  }
  .front_wrapper .fv .lead_title {
    color: #414e4c;
    text-align: center;
    font-size: clamp(20px, 1.6666666667vw, 24px);
    margin: 0 auto;
    position: relative;
    min-width: 800px;
  }
  .front_wrapper .fv .lead_title .big {
    margin: 10px 0 0;
    color: #fff;
    font-size: clamp(42px, 3.5vw, 48px);
    letter-spacing: 0.04em;
    padding-left: 10px;
  }
  .front_wrapper .fv .lead_title .color {
    border-radius: 3px;
    font-size: clamp(42px, 3.5vw, 48px);
    background-color: #eab14d;
    padding: 0 10px;
  }
  .front_wrapper .fv .lead_title .bottom_text {
    color: #fff;
    width: fit-content;
    margin: 5px auto 0;
    padding: 10px 15px;
    text-shadow: 0px 0px 30px #414e4c;
    font-size: clamp(42px, 3.5vw, 48px);
  }
  .front_wrapper .fv .lead_title .bottom_text span {
    padding: 0 10px;
    color: #eab14d;
    font-size: clamp(42px, 3.5vw, 48px);
    position: relative;
  }
  .front_wrapper .lead .bg {
    padding: 50px 0;
  }
  .front_wrapper .lead ul li {
    gap: 20px;
  }
  .front_wrapper .lead ul li .icon {
    height: 60px;
    width: 60px;
  }
  .front_wrapper .lead ul li p {
    font-size: 24px;
  }
  .front_wrapper .lead ul li p span {
    font-size: 30px;
  }
  .front_wrapper .lead ul li:last-child p {
    font-size: 24px;
  }
  .front_wrapper .common_text {
    font-size: clamp(16px, 1.3333333333vw, 21px);
  }
  .front_wrapper .price .price_li .color_text {
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
  .front_wrapper .price .price_li .bottom_text {
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
  .front_wrapper .area .common_text {
    max-width: 620px;
    padding: 10px 0 60px;
  }
  .front_wrapper .area .area_li li a {
    font-size: 18px;
  }
  .front_wrapper .area .area_li.kyusyu {
    top: 90px;
    left: -62px;
  }
  .front_wrapper .area .area_li.kansai {
    top: 94px;
    left: 70px;
  }
  .front_wrapper .flow .li_bg {
    padding: 70px 0;
  }
  .front_wrapper .flow .box_label {
    font-size: clamp(18px, 1.5vw, 20px);
  }
  .front_wrapper .flow .common_text {
    font-size: clamp(16px, 1.3333333333vw, 18px);
  }
  .front_wrapper .flow .flow_li {
    display: grid;
    gap: 50px 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .front_wrapper .other .text_title {
    margin: 0 auto;
    font-size: clamp(18px, 1.5vw, 20px);
  }
  .front_wrapper .other .label {
    font-size: clamp(18px, 1.5vw, 20px);
  }
  .front_wrapper .other .other_li {
    margin: 45px auto 0;
    gap: 80px;
  }
  .front_wrapper .other .other_li li {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
  }
  .front_wrapper .other .common_text {
    padding: 0;
    font-size: clamp(14px, 1.1666666667vw, 18px);
  }
}
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 固定ページ
*--------------------------------------*/
#about .icon {
  width: fit-content;
  margin: 0 auto;
}

#about .bg {
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  padding: 35px 0 45px;
  margin: -35px auto 0;
}

#about .bg .container {
  max-width: 600px;
}

#about .about_title {
  font-size: 24px;
  text-align: center;
  padding: 10px 0 20px;
}

#about .about_person {
  margin-top: 50px;
}

#about .person_li {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: 1fr 1fr;
  padding: 0 23px;
}

#about .person_name {
  margin-top: 8px;
  font-size: 14px;
  padding-left: 10px;
  position: relative;
  border-left: 5px solid #eab14d;
}

#about .about_company {
  margin-top: 80px;
}

#about .about_table {
  padding: 0 23px;
  font-size: 14px;
}

#about .about_table li {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 90px auto;
  gap: 0 10px;
  background-image: linear-gradient(to right, #eab14d 4px, transparent 3px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#about .about_table li a {
  display: inline-block;
  color: #eab14d;
  font-weight: bold;
  text-decoration: underline;
}

#about .about_table .about_text {
  font-weight: 400;
}

#works .works_slider.archive_li,
.works_single .works_slider.archive_li {
  width: 90%;
  margin: 0 auto !important;
}

#works .works_slider.archive_li .swiper-wrapper,
.works_single .works_slider.archive_li .swiper-wrapper {
  display: grid;
  gap: 10px;
  justify-content: center;
}

#works .other_wrap,
.works_single .other_wrap {
  margin-top: 100px;
}

#works .image_grid,
.works_single .image_grid {
  margin: 10px auto 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.column .column_title,
#single_column .column_title {
  font-size: 18px;
  padding: 10px 0 6px;
}

.column .data,
#single_column .data {
  font-size: 14px;
  color: #eab14d;
}

.column .column_li,
#single_column .column_li {
  display: grid;
  gap: 25px;
}

.column .column_li > li,
#single_column .column_li > li {
  position: relative;
  padding-bottom: 25px;
  background-image: linear-gradient(to right, #414e4c 4px, transparent 3px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.column .column_li ol,
#single_column .column_li ol {
  padding: 10px 0 35px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.column .column_li ol a,
#single_column .column_li ol a {
  width: fit-content;
  border-radius: 100vmax;
  padding: 3px 20px;
  background-color: #414e4c;
  color: #fff;
  font-size: 12px;
}

.column .under_line_btn,
#single_column .under_line_btn {
  position: absolute;
  font-size: 18px;
  right: 0;
  bottom: 25px;
  color: #eab14d;
  text-decoration: underline;
}

#toc_container {
  width: 100%;
  padding: 0;
  border: solid #414e4c;
  border-width: 0 0 2px 0;
  margin: 30px auto;
}

#toc_container p.toc_title {
  font-size: 16px;
  background-color: #414e4c;
  color: #fff;
  text-align: left;
  padding: 10px 0 10px 15px;
}

#toc_container ul.toc_list {
  display: grid;
  gap: 5px;
  width: 90%;
  margin: 0 auto 15px;
  font-size: 14px;
  list-style: disc !important;
}

#toc_container ul.toc_list li {
  text-decoration: underline;
}

#toc_container ul.toc_list span {
  display: none;
}

.column_text {
  margin-bottom: 100px;
}

.column_text h2 {
  font-size: 20px;
  padding: 10px;
  border-bottom: 3px solid #eab14d;
  color: #eab14d;
  margin-top: 30px;
}

.column_text h3 {
  font-size: 20px;
  padding: 10px 15px;
  background-color: #fff;
  margin-top: 50px;
  color: #eab14d;
}

.column_text h4 {
  font-size: 20px;
  padding: 10px 0;
  margin-top: 50px;
  color: #eab14d;
}

.column_text p a {
  display: inline;
  color: #eab14d;
  text-decoration: underline;
}

.column_text .box1,
.column_text .box3 {
  margin: 10px 0;
  border: 2px solid #eab14d;
  border-radius: 5px;
}

.column_text .box1 .box_inner,
.column_text .box3 .box_inner {
  padding: 13px 20px;
}

.column_text .box1 img,
.column_text .box3 img {
  width: 90%;
  margin: 10px auto;
}

.column_text .box2 {
  margin: 10px 0;
  background-color: #414e4c;
  border-radius: 5px;
}

.column_text .box2 p {
  color: #fff;
}

.column_text .box2 .box_inner {
  padding: 30px 20px;
}

.column_text .box2 img {
  width: 90%;
  margin: 10px auto;
}

.column_text .box3 {
  border: 2px solid #eaa0b7;
}

.column_text .box3 h3 {
  background-color: #eaa0b7;
  color: #fff;
  padding: 13px 20px;
}

.column_text .default_btn {
  margin: 30px auto 50px;
  border: 1px solid #414e4c;
}

.column_text .default_btn.reverse {
  background-color: #fff;
  color: #414e4c;
}

@media screen and (max-width: 768px) {
  #works .image_grid,
  .works_single .image_grid {
    margin: 5px auto 20px;
    gap: 5px;
  }
}
@media screen and (min-width: 769px) {
  #about .about_person .container {
    max-width: 980px;
  }
  #about .person_li {
    grid-template-columns: repeat(4, 1fr);
  }
  #about .about_table li {
    grid-template-columns: 120px auto;
  }
  #works .works_slider.archive_li,
  #works .other_wrap,
  #single_works .works_slider.archive_li,
  #single_works .other_wrap,
  #single_column .works_slider.archive_li,
  #single_column .other_wrap {
    width: 100%;
  }
  #works .works_slider.archive_li .swiper-wrapper,
  #works .other_wrap .swiper-wrapper,
  #single_works .works_slider.archive_li .swiper-wrapper,
  #single_works .other_wrap .swiper-wrapper,
  #single_column .works_slider.archive_li .swiper-wrapper,
  #single_column .other_wrap .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .column .column_li,
  #single_column .column_li {
    gap: 30px 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .works_slider .swiper-slide {
    max-width: 500px;
  }
}
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 詳細ページ
*--------------------------------------*/
.works_article .data_wrap,
.column_article .data_wrap {
  font-size: 11px;
  color: #eab14d;
  text-align: right;
  margin: -20px 0 10px;
}

.works_article,
.column_article {
  margin: 0 auto;
}

.works_article .label_li,
.column_article .label_li {
  margin: 30px auto;
  padding: 15px 20px;
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  background-image: linear-gradient(to right, #414e4c 4px, transparent 3px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.works_article .label_li:before,
.column_article .label_li:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #414e4c 4px, transparent 3px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}

.works_article .label_li li,
.column_article .label_li li {
  background-color: #fff;
  border-radius: 3px;
  font-size: 14px;
}

.works_article .label_li li:last-child .label_text,
.column_article .label_li li:last-child .label_text {
  font-size: 24px;
}

.works_article .label_li li:last-child .label_text span,
.column_article .label_li li:last-child .label_text span {
  font-size: 14px;
}

.works_article .label_li .color,
.column_article .label_li .color {
  width: 50%;
  max-width: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works_article .label_li .label_text,
.column_article .label_li .label_text {
  background-color: transparent;
}

.works_article .label_li .total_price,
.column_article .label_li .total_price {
  grid-column: 1/3;
}

.works_article .com_title,
.column_article .com_title {
  display: grid;
  grid-template-columns: 45px auto;
  gap: 8px;
  max-width: 400px;
  margin: 0 auto;
}

.works_article .com_title .left,
.column_article .com_title .left {
  margin-top: 20px;
}

.works_article .com_title .right,
.column_article .com_title .right {
  background-color: #eab14d;
  text-align: center;
  height: fit-content;
  padding: 10px 0;
  color: #fff;
  border-radius: 3px;
  position: relative;
}

.works_article .com_title .right span,
.column_article .com_title .right span {
  position: absolute;
  bottom: -20px;
  left: 0;
}

article .cta_area {
  margin: 30px 0;
}

article .cta_area .bg {
  padding: 30px 0;
}

article .cta_area p {
  font-size: 24px;
}

article .chat {
  margin: 30px 0;
}

article .chat .chat_inner {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 40px;
  align-items: center;
}

article .chat .chat_balloon {
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding: 15px;
  color: #414e4c;
  font-size: 16px;
  background: #fff;
}

article .chat .chat_balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}

article .chat .chat_balloon p {
  margin: 0;
  padding: 0;
}

article .person_box {
  margin: 50px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}

article .person_box .person_box_inner {
  display: grid;
  grid-template-columns: 50px auto;
  align-items: center;
  gap: 30px;
}

.p-lazy-frame-line {
  width: 100%;
  border-radius: 5px;
  background-color: #eab14d;
}

.p-lazy-frame-line p {
  padding-inline: 20px;
}

@media only screen and (min-width: 768px) {
  .p-lazy-frame-line {
    margin-top: 20px;
  }
}
.p-lazy-frame-line *:first-child {
  margin-top: 0;
}

.p-lazy-frame-line--full {
  max-width: 100%;
}

.p-lazy-frame-line--middle {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.p-lazy-frame-title {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .p-lazy-frame-title {
    margin-top: 10px;
  }
}
.p-lazy-frame-title__title {
  padding: 10px 0;
  text-align: center;
  background-color: #eab14d;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

@media only screen and (min-width: 768px) {
  .p-lazy-frame-title__title {
    font-size: 18px;
  }
}
.p-lazy-frame-title__blocks {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.p-lazy-frame-title__blocks p {
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  .p-lazy-frame-title__blocks {
    padding: 15px 20px;
  }
}
.p-lazy-frame-title__blocks *:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .works_article .data_wrap,
  .column_article .data_wrap {
    font-size: 16px;
  }
  .works_article .label_li li,
  .column_article .label_li li {
    font-size: 24px;
  }
  .works_article .label_li .color,
  .column_article .label_li .color {
    max-width: 140px;
  }
  .works_article .com_title,
  .column_article .com_title {
    font-size: 20px;
  }
  #toc_container p.toc_title {
    font-size: 20px;
  }
  #toc_container ul.toc_list {
    font-size: 16px;
  }
  .column_text h2 {
    font-size: 32px;
    margin-top: 50px;
  }
  .column_text h3 {
    font-size: 24px;
  }
  .column_text .box1 .box_inner,
  .column_text .box2 .box_inner,
  .column_text .box3 .box_inner {
    padding: 20px;
    display: grid;
    grid-template-columns: 300px auto;
    gap: 30px;
  }
  .column_li li img {
    transition: all 0.4s;
  }
  .column_li li:hover img {
    border-radius: 20px;
  }
  article .cta_area .link_wrap {
    width: 80%;
  }
  article .cta_area p {
    font-size: 32px;
  }
  article .cta_area a {
    width: 100%;
  }
}
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
#contact .banner {
  width: 80%;
  margin: 30px auto;
  max-width: 500px;
}

#contact .lead {
  width: fit-content;
  margin: 0 auto;
}

#contact .thanks_text {
  text-align: center;
}

#contact .thanks_text .en {
  padding: 50px 0 30px;
  font-size: 42px;
  color: #eab14d;
}

#contact form {
  max-width: 750px;
  margin: 0 auto;
}

#contact form ul {
  display: grid;
  gap: 30px;
}

#contact form ul li {
  display: grid;
}

#contact form ul li p span input {
  display: block;
  width: 100%;
  border: 1px solid #414e4c;
  height: 40px;
  display: grid;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
}

#contact form ul li p span input::placeholder {
  color: #d2d2d2;
}

#contact form ul li p span textarea {
  display: block;
  width: 100%;
  border: 1px solid #414e4c;
  border-radius: 5px;
  padding: 5px 10px;
}

#contact form ul li.access div:not(div:last-child) {
  margin-bottom: 5px;
}

#contact form ul li.access div:nth-of-type(1),
#contact form ul li.access div:nth-of-type(2) {
  width: 50%;
}

#contact form ul li.access div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 5px;
}

#contact form ul li.access div:nth-of-type(1):before {
  content: "〒";
}

#contact form .default_btn input {
  all: unset;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
}

#contact form .default_btn {
  padding: 0;
}

#contact form .off {
  opacity: 0.4;
  pointer-events: none;
}

#contact form .privacy_box:has(input[type=checkbox]:checked) + .default_btn {
  opacity: 1;
  pointer-events: auto;
}

#contact form .small {
  font-size: 11px;
  margin-left: 5px;
}

#contact form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 3px 0 0 3px;
}

#contact form .wpcf7-list-item {
  margin: 0;
}

#contact form .privacy_box p {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

#contact form .privacy_box p a {
  text-decoration: underline;
  color: #eab14d;
}

#contact .wpcf7-radio input {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0;
}

#contact .wpcf7-spinner {
  display: none;
}

#contact input[type=checkbox i] {
  border: 1px solid #414e4c;
}

.contact_confirm .btn_grid .default_btn:nth-child(1) {
  background-color: #fff;
  color: #414e4c;
}

.contact_confirm .btn_grid .default_btn:nth-child(1):hover {
  background-color: #414e4c;
  color: #fff;
}

.contact form .default_btn,
.contact-collect .default_btn {
  margin: 60px auto 0;
}

.contact form .btn_grid,
.contact-collect .btn_grid {
  margin: 40px auto 0;
  display: grid;
  gap: 10px;
}

.contact form .btn_grid .default_btn,
.contact-collect .btn_grid .default_btn {
  margin: 0 auto;
}

.contact form .btn_grid .default_btn:nth-child(2),
.contact-collect .btn_grid .default_btn:nth-child(2) {
  background-color: #fff;
  color: #414e4c;
  border: 1px solid #414e4c;
}

.contact form .btn_grid .default_btn:nth-child(2):hover,
.contact-collect .btn_grid .default_btn:nth-child(2):hover {
  background-color: #414e4c;
  color: #fff;
}

.required {
  color: #ff0000;
  font-size: 12px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  #contact #select p {
    font-size: 14px;
  }
  #contact #select ul {
    gap: 10px;
  }
  #contact #select li a {
    font-size: 14px;
    height: 50px;
    display: grid;
    place-content: center;
    padding: 0;
  }
  #contact form ul li > p {
    padding-bottom: 5px;
  }
  #contact form .wpcf7-list-item-label {
    font-size: 14px;
  }
  #contact form .wpcf7-radio > span {
    display: block;
  }
  #contact form ul li p span input,
  #contact form ul li p span textarea {
    width: calc(100% - 20px);
  }
  .contact_confirm form div > p {
    font-size: 14px;
  }
  .contact_confirm form .btn_grid {
    display: grid;
    margin: 50px auto 0;
    gap: 10px;
    width: fit-content;
  }
  .contact_confirm form .default_btn {
    margin: 0;
  }
  .contact form .default_btn,
  .contact-collect .default_btn {
    margin: 50px auto 0;
  }
  #contact form ul li.access div:nth-of-type(1),
  #contact form ul li.access div:nth-of-type(2) {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  #contact form ul {
    display: grid;
    gap: 25px;
  }
  #contact form ul li {
    grid-template-columns: 200px auto;
    gap: 25px;
    font-size: 18px;
  }
  #contact form ul li.access {
    gap: 5px 25px;
  }
  #contact form ul li.access div {
    grid-column: 2/3;
  }
  .contact_confirm form ul li {
    width: fit-content;
  }
  .contact_confirm form ul {
    width: fit-content;
    margin: 0 auto;
  }
  .contact_confirm form .default_btn {
    display: inline-block;
    margin: 0;
  }
  .contact_confirm form .btn_grid {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
/*
Theme Name: step_one
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
.region_wrapper {
  overflow-x: hidden;
}

.region_wrapper .fv {
  position: relative;
}

.region_wrapper .fv h1 {
  position: absolute;
}

.region_wrapper .fv h1 .color_bg {
  width: fit-content;
  display: block;
  background-color: #eab14d;
}

.region_wrapper .fv h1 .underline {
  text-decoration: underline;
}

.region_wrapper .container {
  padding: 0 10px;
}

.region_wrapper p {
  line-height: 1.75;
}

.region_wrapper .works .region_title:after {
  display: none;
}

.region_wrapper .card .inner {
  margin: 0 auto;
}

.region_wrapper .card .bg {
  background-color: #faeac8;
}

.region_wrapper .card .bg_text {
  display: grid;
}

.region_wrapper .card .bg_text p {
  line-height: 1.5;
  padding: 10px;
  font-size: 16px;
  background-color: #414e4c;
  color: #fff;
  display: flex;
  gap: 7px;
  align-items: center;
  border-radius: 3px;
}

.region_wrapper .card h3 {
  justify-content: center;
  border: solid #414e4c;
  border-width: 1px 0;
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.region_wrapper .card .card_li {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
  margin: 20px auto 0;
  max-width: 400px;
}

.region_wrapper .gra_bg {
  background-image: linear-gradient(180deg, #f7f4f1 0%, #eab14d 100%);
}

#price.page .region_title,
.region_wrapper .region_title {
  position: relative;
}

.region_wrapper .region_title p,
#price.page .region_title p {
  font-size: 16px;
  color: #eab14d;
  padding-bottom: 10px;
}

.region_wrapper .region_title h2,
#price.page .region_title h2 {
  font-size: 24px;
}

.region_wrapper .region_title.center {
  text-align: center;
}

.region_wrapper .region_title.line,
#price.page .region_title.line,
#price.page .region_title.line {
  padding-bottom: 20px;
  border-bottom: 1px solid #eab14d;
}

.region_wrapper .region_title.line:after,
#price.page .region_title.line:after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  right: -30%;
  top: 50%;
  border-radius: 100vmax;
  width: 300px;
  height: 300px;
  background-color: rgba(234, 177, 77, 0.1);
  z-index: 0;
}

.region_wrapper .region_title.red {
  border-bottom: 1px solid #ea624d;
}

.region_wrapper .region_title.red p {
  color: #ea624d;
}

.region_wrapper .region_title.red:after {
  background-color: rgba(234, 98, 77, 0.1);
}

.region_wrapper .about {
  position: relative;
  margin-bottom: 140px;
}

.region_wrapper .about .curve {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.region_wrapper .about .curve svg {
  fill: #f7f4f1;
  width: calc(300% + 1.3px);
  height: 500px;
}

.region_wrapper .about .about_wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 90px;
}

.region_wrapper .about .about_wrapper .y_color {
  background-image: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdf00 60%, #ffdf00 100%);
}

.region_wrapper .about .about_wrapper .p_color {
  background-image: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdddd 60%, #ffdddd 100%);
}

.region_wrapper .about .about_wrapper .main_title {
  width: 345px;
  margin: 0 auto;
}

.region_wrapper .about .about_wrapper .main_title .number {
  background-color: #414e4c;
  color: #fff;
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 3px 0;
  text-align: center;
  margin: 0 auto -10px;
  border-radius: 3px;
  position: relative;
  z-index: 3;
}

.region_wrapper .about .about_wrapper .main_title h3 {
  padding: 15px;
  font-size: 18px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}

.region_wrapper .about .about_wrapper .center_box,
.region_wrapper .ihin .center_box {
  width: 325px;
  margin: 20px auto 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
}

.region_wrapper .about .about_wrapper .bg_title,
.region_wrapper .ihin .bg_title {
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  background-color: #414e4c;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.region_wrapper .about .about_wrapper .red_title {
  width: 270px;
  font-size: 18px;
  color: #ea624d;
  margin: 30px auto 10px;
  border-left: 7px solid #ea624d;
  padding-left: 10px;
}

.region_wrapper .about .about_wrapper .about_text,
.region_wrapper .ihin .about_text {
  width: 280px;
  margin: 0 auto;
  font-size: 14px;
}

.region_wrapper .about .about_wrapper .denger_box {
  margin-top: 30px;
  background-color: #fff;
}

.region_wrapper .about .about_wrapper .denger_box .pattern-diagonal-stripes-sm {
  padding: 25px;
  background: repeating-linear-gradient(135deg, transparent, transparent 20px, #251271 20px, #251271 40px);
}

.region_wrapper .about .about_wrapper .denger_box .inner {
  background-color: #fff;
  padding: 25px 20px;
}

.region_wrapper .about .about_wrapper .denger_box .denger_icon {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.region_wrapper .about .about_wrapper .denger_box .denger_title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ea624d;
  text-align: center;
}

.region_wrapper .about .about_wrapper .denger_box .denger_text {
  font-size: 14px;
  color: #251271;
}

.region_wrapper .image_wrapper {
  padding-bottom: 140px;
  position: relative;
}

.region_wrapper .image_wrapper .image_wrap {
  position: relative;
  z-index: 11;
  display: grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 375px;
}

.region_wrapper .image_wrapper .image_wrap_li {
  position: relative;
}

.region_wrapper .image_wrapper .image_wrap_li img {
  border-radius: 0 3px 3px 0;
  width: 280px;
}

.region_wrapper .image_wrapper .image_wrap_li .image_text {
  z-index: 10;
  top: 15px;
  font-size: 20px;
  width: 145px;
  position: absolute;
  border-bottom: 1px solid #414e4c;
}

.region_wrapper .image_wrapper .image_wrap_li:nth-child(odd) .image_text {
  right: 0;
}

.region_wrapper .image_wrapper .image_wrap_li:nth-child(even) img {
  border-radius: 3px 0 0 3px;
  margin: 0 0 0 auto;
}

.region_wrapper .image_wrapper .image_wrap_li:nth-child(even) .image_text {
  left: 0;
  text-align: right;
}

.region_wrapper .image_wrapper .curve {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotateY(180deg);
}

.region_wrapper .image_wrapper .curve svg {
  fill: #f7f4f1;
  width: calc(150% + 1.3px);
  height: 200px;
}

.region_wrapper .w_bg {
  padding: 100px 0 0;
  background-color: #fff;
}

.region_wrapper .price {
  margin-top: 0;
}

.region_wrapper .price .price_inner {
  margin: 0 auto;
}

.region_wrapper .price .region_title {
  text-align: right;
}

.region_wrapper .price figure {
  position: relative;
}

.region_wrapper .price .price_text {
  font-size: 14px;
  margin: 15px auto 30px;
  max-width: 325px;
}

.region_wrapper .price .price_table,
.region_wrapper .ihin .price_table,
#price.page .price_table {
  text-align: left;
}

.region_wrapper .price .price_table table,
.region_wrapper .ihin .price_table table,
#price.page .price_table table {
  width: 100%;
}

.region_wrapper .price .price_table tr,
.region_wrapper .ihin .price_table tr,
#price.page .price_table tr {
  border-bottom: 1px solid #414e4c;
}

.region_wrapper .price .price_table th,
.region_wrapper .ihin .price_table th,
#price.page .price_table th {
  padding: 15px 0 10px 5px;
}

.region_wrapper .price .price_table .room_text,
.region_wrapper .ihin .price_table .room_text,
#price.page .price_table .room_text {
  color: #ea624d;
  font-size: 32px;
}

.region_wrapper .price .price_table .price_text,
.region_wrapper .ihin .price_table .price_text,
#price.page .price_table .price_text {
  font-size: 36px;
}

.region_wrapper .cta_btn {
  width: 80%;
  margin: 40px auto 0;
  max-width: 500px;
  position: relative;
  z-index: 3;
}

.region_wrapper .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.region_wrapper .flow .curve {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.region_wrapper .flow .curve svg {
  fill: #fff;
  width: calc(150% + 1.3px);
  height: 200px;
}

.region_wrapper .flow .flow_li {
  width: 320px;
  margin: 0 auto;
  display: grid;
  gap: 55px;
}

.region_wrapper .flow .flow_li > li {
  position: relative;
}

.region_wrapper .flow .step_number {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: #ea624d;
  border-radius: 100vmax;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.region_wrapper .flow .step_number span {
  font-size: 16px;
}

.region_wrapper .flow .red_title {
  position: absolute;
  top: -15px;
  font-size: 20px;
  color: #ea624d;
  padding-left: 45px;
}

.region_wrapper .flow .flow_text {
  font-size: 14px;
  background-color: #fff;
  padding: 30px;
  border-radius: 3px 0 0 3px;
}

.region_wrapper .qa .region_title {
  text-align: right;
}

.region_wrapper .qa .container {
  width: 86.6666666667%;
  margin: 0 auto;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.region_wrapper .qa .qa_wrapper {
  display: grid;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.region_wrapper .qa .faq-item {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
}

.region_wrapper .qa .faq-item .bold {
  font-size: 38px;
  color: #eab14d;
  font-weight: 400;
}

.region_wrapper .qa .faq-question {
  cursor: pointer;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}

.region_wrapper .qa .faq-answer {
  display: none;
}

.region_wrapper .qa .faq-answer .inner {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px 0 0;
  font-size: 14px;
  margin-top: 15px;
  border-top: 1px dotted #eab14d;
}

.region_wrapper .qa .toggle-icon {
  font-size: 24px;
  transition: transform 0.3s;
  color: #eab14d;
  transform: rotate(90deg);
  margin: 0 0 0 auto;
}

.region_wrapper .qa .faq-item.active .faq-answer {
  display: block;
  animation: slideDown 0.3s ease;
}

.region_wrapper .qa .faq-item.active .toggle-icon {
  transform: rotate(0deg);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .region_wrapper .fv h1 {
    font-size: 3.7333333333vw;
    text-align: center;
    translate: -50% 0;
    left: 50%;
    top: 8vw;
    white-space: nowrap;
    display: grid;
    gap: 1.0666666667vw;
  }
  .region_wrapper .fv h1 .color_bg {
    margin: 0 auto;
    padding: 1.6vw 4vw;
  }
  .region_wrapper section:not(.fv, .lead, .card, .case_study, .works) {
    margin-top: 50px;
  }
  .region_wrapper .lead {
    padding: 35px 0;
  }
  .region_wrapper .lead figure {
    width: 345px;
    margin: 0 auto;
  }
  .region_wrapper .card .inner {
    width: 325px;
  }
  .region_wrapper .card .bg {
    padding: 40px 0 45px;
  }
  .region_wrapper .card .bg_text {
    gap: 6px;
  }
  .region_wrapper .card h3 {
    font-size: 18px;
  }
  .region_wrapper .container {
    padding: 60px 0;
  }
  .region_wrapper .region_title {
    margin-bottom: 30px;
  }
  .region_wrapper .region_title.line {
    width: 335px;
    margin: 0 auto 50px;
  }
  .region_wrapper .about {
    margin-bottom: 0;
  }
  .region_wrapper .about .curve svg {
    width: calc(287% + 1.3px);
    height: 200px;
  }
  .region_wrapper .image_wrapper .curve {
    bottom: -100px;
  }
  .region_wrapper .image_wrapper .curve svg {
    height: 100px;
  }
  .region_wrapper .price .region_title.line:after {
    right: inherit;
    left: -30%;
  }
  .region_wrapper .w_bg {
    padding: 50px 0 0;
  }
  .region_wrapper .flow .curve {
    top: -200px;
  }
  .region_wrapper .flow .curve svg {
    height: 100px;
  }
  .region_wrapper .flow .flow_li {
    margin: 0 0 0 auto;
  }
  .region_wrapper .flow .scroll {
    max-width: 375px;
    margin: 0 auto;
  }
  .region_wrapper .column .container {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .fv h1 {
    top: 10.8333333333vw;
    left: 19.1666666667vw;
    font-size: 2vw;
    display: grid;
    gap: 0.3333333333vw;
  }
  .fv h1 .color_bg {
    padding: 0.5vw 1.25vw;
  }
  section:not(.fv, .lead, .card, .works, .case_study) {
    margin-top: 150px;
  }
  .region_wrapper .lead {
    padding: 50px 0 60px;
  }
  .region_wrapper .lead figure {
    width: 600px;
    margin: 0 auto;
  }
  .region_wrapper .card .bg {
    padding: 60px 0;
  }
  .region_wrapper .card h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .region_wrapper .card .bg_text {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .region_wrapper .card .bg_text p {
    justify-content: center;
  }
  .region_wrapper .card .bg_text li {
    width: calc(33.3333333333% - 12px);
  }
  .region_wrapper .card .bg_text span {
    display: block;
    width: 35px;
  }
  .region_wrapper .card .bg_text span svg {
    width: 100%;
    height: auto;
  }
  .region_wrapper .card .card_li {
    margin: 30px auto 0;
  }
  .region_wrapper .container {
    padding: 90px 0;
  }
  .region_wrapper .region_title {
    margin: 0 auto 40px;
    max-width: 1200px;
  }
  .region_wrapper .region_title p {
    font-size: 24px;
  }
  .region_wrapper .region_title h2 {
    font-size: 32px;
  }
  .region_wrapper .region_title.line:after,
  #price.page .region_title.line:after {
    width: 500px;
    height: 500px;
    top: 90%;
    right: -10%;
  }
  .region_wrapper .about {
    margin-bottom: 0;
  }
  .region_wrapper .about .container {
    padding: 90px 0 100px;
  }
  .region_wrapper .about .about_wrapper {
    max-width: 1200px;
    margin: 0 auto 100px;
  }
  .region_wrapper .about .about_wrapper .main_title {
    width: 680px;
    text-align: center;
  }
  .region_wrapper .about .about_wrapper .main_title .number {
    width: 300px;
    padding: 10px 0;
    font-size: 20px;
  }
  .region_wrapper .about .about_wrapper .main_title h3 {
    font-size: 24px;
    padding: 25px 0;
  }
  .region_wrapper .about .about_wrapper .main_image {
    margin-top: -30px;
  }
  .region_wrapper .about .about_wrapper .main_image img {
    border-radius: 10px;
  }
  .region_wrapper .about .about_wrapper .center_box,
  .region_wrapper .ihin .center_box {
    width: 100%;
  }
  .region_wrapper .about .about_wrapper .bg_title,
  .region_wrapper .ihin .bg_title {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    padding: 23px 0;
  }
  .region_wrapper .about .about_wrapper .about_text,
  .region_wrapper .ihin .about_text {
    font-size: 16px;
    width: 100%;
    max-width: 680px;
  }
  .region_wrapper .about .about_wrapper .red_title {
    font-size: 24px;
    width: 100%;
    max-width: 680px;
    margin: 30px auto 15px;
  }
  .region_wrapper .about .about_wrapper .denger_box .inner {
    padding: 45px;
  }
  .region_wrapper .about .about_wrapper .denger_box .denger_title {
    font-size: 24px;
    width: 100%;
    max-width: 680px;
    margin: 10px auto 15px;
  }
  .region_wrapper .about .about_wrapper .denger_box .denger_text {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
  }
  .region_wrapper .image_wrapper .image_wrap {
    max-width: 600px;
    gap: 40px;
  }
  .region_wrapper .image_wrapper .image_wrap_li img {
    width: 500px;
  }
  .region_wrapper .image_wrapper .image_wrap_li .image_text {
    width: 240px;
  }
  .region_wrapper .price .region_title:after {
    right: inherit;
    left: -10%;
  }
  .region_wrapper .price .pc_grid {
    align-items: flex-end;
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .region_wrapper .price .price_table th {
    padding: 25px 0 25px 0px;
  }
  .region_wrapper .price .price_text {
    margin: 15px 0 0;
    max-width: 100%;
    font-size: 16px;
  }
  .region_wrapper .flow .container {
    width: 100%;
    max-width: 100%;
  }
  .region_wrapper .flow .scroll {
    padding: 30px 16.6666666667%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox用 */
    -ms-overflow-style: none; /* IEとEdge用 */
  }
  .region_wrapper .flow .scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari用 */
  }
  .region_wrapper .flow .swiper {
    padding: 0 16.6666666667vw 30px 16.6666666667vw;
  }
  .region_wrapper .flow .swiper-slide {
    width: 340px;
  }
  .region_wrapper .flow .step_number {
    top: inherit;
    left: inherit;
    position: inherit;
    margin: 0 auto 20px;
  }
  .region_wrapper .flow .red_title {
    position: inherit;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .region_wrapper .flow .flow_text {
    border-radius: 3px;
    padding: 30px;
    margin-top: -30px;
    min-height: 135px;
    font-size: 16px;
  }
  .region_wrapper .flow .swiper-scrollbar {
    width: 400px;
    translate: -50% 0;
    left: 50%;
  }
  .region_wrapper .flow .swiper-scrollbar-drag {
    background-color: #ea624d;
  }
  .region_wrapper .cta_btn {
    margin: 60px auto 0;
  }
  .region_wrapper .qa .region_title:after {
    right: inherit;
    left: -10%;
  }
  .region_wrapper .qa .faq-item {
    padding: 15px 50px;
  }
  .region_wrapper .qa .faq-item .bold {
    font-size: 48px;
  }
  .region_wrapper .qa .faq-question {
    gap: 40px;
    font-size: 18px;
  }
  .region_wrapper .qa .faq-answer .inner {
    font-size: 16px;
    gap: 40px;
  }
} /*# sourceMappingURL=style.css.map */