@charset "utf-8";

body {
  background-color: #efeefe;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 0px;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1120px;
  margin-inline: auto;
}

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

/* mv
===================================== */
.mv {
  position: relative;
  padding-bottom: 160px;
  background-color: #fefee1;
}
.mv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/mv_bk.png) no-repeat bottom center / cover;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .mv {
    padding-bottom: 80px;
  }
  .mv .inner {
    width: 100%;
  }
}

/* cv_area
===================================== */
.cv_top {
  position: relative;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 170px;
}
.cv_top::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/cv_bg.jpg) no-repeat center bottom / cover;
}
.cv_top .inner {
  position: relative;
}
.cv_lead {
  margin-top: 40px;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
}
.cv_lead_color {
  font-weight: bold;
  text-decoration: underline;
}
.cv_box {
  display: inline-block;
  background: #fff;
  padding: 16px 14px;
  border-radius: 8px;
  position: relative;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  color: #000;
  border: 2px solid #000;
}
.cv_box::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
}
.cv_box::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.cv_title {
  position: relative;
  margin-top: 20px;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cv_title .text {
  padding-inline: 30px;
}
.cv_title .color {
  color: #ff594b;
}
.cv_title::before,
.cv_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 50px;
  background-color: #000;
}
.cv_title::before {
  transform: rotate(-35deg);
  left: calc(50% - 174px);
}
.cv_title::after {
  transform: rotate(35deg);
  left: calc(50% + 165px);
}
.cv_btn {
  margin-top: 18px;
  display: block;
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
  position: relative;
  text-align: center;
  font-size: 44px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #ff594b;
  padding-block: 22px;
  border-radius: 10px;
  border-bottom: none;
  box-shadow: 0 6px 0 #cc271a;
  transition: 0.2s;
}
.cv_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
}
.cv_btn:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #cc271a;
}
.cv_btn::after {
  transition: 0.2s;
}
.cv_btn:hover::after {
  transform: translate(3px, -50%);
}
.cv_tel {
  margin-top: 20px;
  position: relative;
  display: block;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.cv_tel::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/icon_tel.png) no-repeat center center / contain;
  width: 32px;
  height: 34px;
}

@media only screen and (max-width: 768px) {
  .cv_top {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cv_lead {
    margin-top: 20px;
    font-size: 20px;
  }
  .cv_box {
    font-size: 30px;
  }
  .cv_title {
    position: relative;
    margin-top: 20px;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .cv_title .text {
    padding-inline: 0px;
  }
  .cv_title::before {
    left: calc(50% - 140px);
  }
  .cv_title::after {
    left: calc(50% + 130px);
  }
  .cv_btn {
    font-size: 28px;
    padding-block: 18px;
  }
  .cv_tel {
    font-size: 32px;
  }
  .cv_tel::before {
    width: 26px;
    height: 28px;
  }
}

/* link_wrap
============================== */
.link_area {
  background-color: #fefee1;
  padding-top: 40px;
  padding-bottom: 90px;
}
.link_wrap {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}
.link_item {
  width: 100%;
  max-width: 320px;
  padding: 150px 10px 15px;
  border-radius: 10px;
  position: relative;
  background-color: #27b25f;
}
.link_item_img {
  position: absolute;
  width: calc(100% - 60px);
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}
.link_item_title {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
}
.link_body {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.link_body_title {
  text-align: center;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.link_body_text {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border-bottom: 1px dotted #27b25f;
  font-weight: bold;
  padding-left: 20px;
}
.link_body_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #27b25f;
  border-radius: 100%;
}
.link_item_btn {
  margin-top: 10px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  background-color: #f8f634;
  padding-block: 22px;
  border-radius: 10px;
  border-bottom: none;
  box-shadow: 0 5px 0 #ccc100;
  transition: 0.2s;
}
.link_item_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
}
.link_item_btn:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #ccc100;
}
.link_item_btn::after {
  transition: 0.2s;
}
.link_item_btn:hover::after {
  transform: translate(3px, -50%);
}

@media only screen and (max-width: 1024px) {
  .link_area {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .link_wrap {
    flex-direction: column;
    row-gap: 140px;
  }
  .link_item {
    width: 90%;
    margin-inline: auto;
    max-width: 460px;
    padding-top: 120px;
  }
  .link_item_img {
    max-width: 200px;
    top: -100px;
  }
  .link_item_title {
    font-size: 28px;
  }
  .link_body_title {
    font-size: 20px;
    min-height: auto;
  }
  .link_body_text {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
  }
  .link_item_btn {
    font-size: 18px;
  }
}

/* section
===================================== */
.section_title {
  text-align: center;
}
.section_title .title_lead {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  border-bottom: 4px solid #000;
}
.section_title .title_lead::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
}
.section_title .title_lead::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  left: calc(50% - 5px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #000;
}
.main_title {
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .section_title .title_lead {
    display: block;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .section_title .title_lead::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 1px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
  }
  .section_title .title_lead::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #000;
  }
  .main_title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
  }
}

/* worries_area
===================================== */
.worries_area {
  position: relative;
  background-color: #fefee1;
  padding-top: 80px;
  padding-bottom: 240px;
}
.worries_area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/worries_bg.jpg) no-repeat center bottom / cover;
}
.worries_area .inner {
  position: relative;
}
.section_title.worry_title .title_lead {
  border-bottom: 4px solid #49b96e;
}
.section_title.worry_title .title_lead::before {
  border-top: 20px solid #49b96e;
}
.section_title.worry_title .title_lead::after {
  border-top: 19px solid #fefee1;
}
.worries_wrap {
  margin-top: 40px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
.worries_wrap_img01 {
  width: 100%;
  max-width: 314px;
}
.worries_wrap_list {
  width: 100%;
  max-width: 660px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.worries_wrap_item {
  padding: 20px 20px;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  font-weight: bold;
  background-color: #fcfcad;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  column-gap: 14px;
  border-radius: 10px;
}
.worries_wrap_item .icon_ckeck {
  width: 33px;
}
.worries_wrap_img02 {
  width: 100%;
  max-width: 660px;
}
.worries_imgwrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.worries_area .sankaku {
  margin-top: 40px;
  width: 94px;
  margin-inline: auto;
}
.worries_box {
  margin-top: 30px;
  background-color: #49b96e;
  padding: 30px 20px;
  text-align: center;
  outline: 3px solid #ffffff;
  outline-offset: -8px;
}
.worries_box_lead {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
.worries_box_lead .color {
  display: block;
  margin-top: 4px;
  font-size: 60px;
  color: #f8f634;
}

@media only screen and (max-width: 768px) {
  .worries_area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .worries_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 30px;
  }
  .worries_wrap_list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .worries_wrap_item {
    padding: 14px 14px;
    font-size: 18px;
    line-height: 1.5;
    column-gap: 10px;
  }
  .worries_wrap_item .icon_ckeck {
    width: 24px;
  }
  .worries_imgwrap {
    margin-top: 40px;
    column-gap: 10px;
  }
  .worries_area .sankaku {
    margin-top: 40px;
    width: 94px;
  }
  .worries_box {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .worries_box_lead {
    font-size: 20px;
  }
  .worries_box_lead .color {
    font-size: 30px;
  }
}

/* reason_area
===================== */
.reason_area {
  padding-top: 100px;
  padding-bottom: 168px;
  background-color: #27b25f;
}
.section_title.reason_title .title_lead {
  border-bottom: 4px solid #fff;
  color: #fff;
}
.section_title.reason_title .title_lead .color {
  color: #f8f634;
}
.section_title.reason_title .title_lead::before {
  border-top: 20px solid #fff;
}
.section_title.reason_title .title_lead::after {
  border-top: 19px solid #27b25f;
}
.reason_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.reason_wrap figure {
  width: 100%;
  max-width: 250px;
}
.reason_area .sankaku {
  margin-top: 40px;
  width: 94px;
  margin-inline: auto;
}
.reason_label {
  margin-top: 30px;
  width: 100%;
  max-width: 810px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: 20px 20px;
  background-color: #fefee1;
  border-radius: 10px;
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}
.reason_label .icon {
  width: 88px;
}
.reason_lead {
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.62;
  color: #fff;
  font-weight: bold;
}
.reason_lead .color {
  color: #f8f634;
}
.reason_wrap_title {
  margin-top: 40px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.reason_listwrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.reason_wrap_item {
  padding: 24px 10px;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 10px;
}
.reason_wrap_item .icon_ckeck {
  width: 33px;
}

@media only screen and (max-width: 768px) {
  .reason_area {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .reason_wrap {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .reason_area .sankaku {
    margin-top: 30px;
  }
  .reason_label {
    margin-top: 30px;
    column-gap: 20px;
    padding: 20px 20px;
    font-size: 26px;
    line-height: 1.5;
  }
  .reason_label .icon {
    width: 66px;
  }
  .reason_lead {
    margin-top: 30px;
    font-size: 22px;
  }
  .reason_wrap_title {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
  }
  .reason_listwrap {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .reason_wrap_item .icon_ckeck {
    width: 33px;
  }
  .reason_wrap_item {
    padding: 14px 14px;
    font-size: 18px;
    line-height: 1.5;
    column-gap: 10px;
    justify-content: start;
  }
  .reason_wrap_item .icon_ckeck {
    width: 24px;
  }
}

/* location_area
=========================== */
.location_area {
  padding-top: 110px;
  padding-bottom: 140px;
  background-color: #fefee1;
}
.comparison_table_wrap {
  margin-top: 60px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison_table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  border: 2px solid #27b25f;
  background: #fff;
}
.comparison_table th,
.comparison_table td {
  border: 2px solid #6ddc99;
  padding: 18px 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  color: #4a4a4a;
  background: #f3f3f3;
}
.comparison_table thead th {
  background: #39b85a;
  color: #fff;
}
.comparison_table thead th:first-child {
  width: 24%;
}
.comparison_table thead th:not(:first-child) {
  width: 25.333%;
}
.comparison_table tbody th {
  background: #f3f3f3;
  color: #4a4a4a;
  white-space: nowrap;
}
.comparison_table .is-accent {
  color: #f8f634;
}
.comparison_table tbody td.is-accent {
  color: #27b25f;
  background-color: #fdfccc;
}
.comparison_table tbody td.is-accent.color {
  color: #000;
}
@media screen and (max-width: 768px) {
  .location_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .comparison_table_wrap {
    margin-top: 30px;
  }
  .comparison_table th,
  .comparison_table td {
    padding: 14px 12px;
    font-size: 18px;
  }
  .comparison_table {
    min-width: 560px;
  }
}

/* suitability_area
=================================== */
.suitability_area {
  padding-top: 140px;
  padding-bottom: 130px;
  background-color: #27b25f;
}
.suitability_wrap_contents {
  margin-top: 60px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.suitability_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.suitability_item_title {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.suitability_item {
  margin-top: 16px;
  padding: 24px 10px;
  padding-left: 30px;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 10px;
}
.icon_maru {
  width: auto;
  height: 28px;
}
.icon_batsu {
  width: auto;
  height: 28px;
}

@media only screen and (max-width: 768px) {
  .suitability_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section_title.reason_title .title_lead {
    font-size: 24px;
  }
  .suitability_wrap {
    min-width: 700px;
    column-gap: 20px;
  }
  .suitability_item_title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .suitability_item {
    margin-top: 16px;
    padding: 18px 10px;
    padding-left: 20px;
    font-size: 18px;
    gap: 10px;
  }
}

/* question_area
===================================== */
.question_area {
  padding-top: 110px;
  padding-bottom: 140px;
  background-color: #fefee1;
}
.accordion-area {
  margin-top: 60px;
}
.accordion_list {
  position: relative;
  border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.accordion_list + .accordion_list {
  margin-top: 28px;
}
.accordion_list::before {
  content: attr(data-q);
  position: absolute;
  font-size: 38px;
  color: #27b25f;
  font-weight: bold;
  top: 22px;
  font-family: sans-serif;
  left: 20px;
  line-height: 1;
  z-index: 2;
}
.title {
  position: relative;
  cursor: pointer;
  font-size: 26px;
  background-color: #f8f634;
  font-weight: bold;
  padding: 20px 50px 20px 70px;
  transition: all 0.5s ease-out;
}
.box {
  position: relative;
  display: none;
  background: #fff;
  padding: 20px 50px 20px 70px;
}
.box_text {
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .question_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .accordion-area {
    margin-top: 30px;
  }
  .accordion_list + .accordion_list {
    margin-top: 16px;
  }
  .accordion_list::before {
    font-size: 28px;
    top: 20px;
    left: 14px;
  }
  .title {
    font-size: 18px;
    padding: 20px 10px 20px 50px;
    transition: all 0.5s ease-out;
  }
  .box {
    padding: 20px 20px 20px 50px;
  }
  .box::before {
    font-size: 28px;
    top: 20px;
    left: 14px;
  }
  .box_text {
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 2;
  }
}

/* philosophy_area
=================================== */
.philosophy_area {
  padding-top: 140px;
  background-color: #27b25f;
}
.philosophy_area .main_title {
  color: #fff;
}
.philosophy_area .main_title .color {
  color: #f8f634;
}
.philosophy_text {
  text-align: center;
  margin-top: 60px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
  font-weight: 500;
}
.philosophy_wrap {
  margin-top: 50px;
  display: flex;
  column-gap: 6px;
}

@media only screen and (max-width: 768px) {
  .philosophy_area {
    padding-top: 60px;
  }
  .philosophy_text {
    margin-top: 30px;
    font-size: 20px;
  }
  .philosophy_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .philosophy_wrap figure.wide {
    width: 100%;
  }
  .philosophy_wrap figure {
    width: calc(50% - 2px);
  }
}

/* philosophy_lead_area
==================================== */
.philosophy_lead_area {
  position: relative;
  background-color: #fefee1;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
.philosophy_lead {
  display: inline-block;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.8;
  color: #000;
}
.philosophy_lead .line {
  display: inline-block;
  border-bottom: 3px solid #2eaf5f;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.philosophy_lead .accent {
  color: #2eaf5f;
  background: linear-gradient(transparent 60%, #f2f06a 60%);
  padding: 0 1px;
}
.philosophy_lead .accent .color {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .philosophy_lead_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .philosophy_lead {
    font-size: 22px;
  }
}

/* products_area
=================================== */
.products_area {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #27b25f;
}
.products_area .main_title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.products_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
.products_body {
}
.products_title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #f8f634;
  font-weight: bold;
}
.products_lead {
  margin-top: 12px;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
.products_text {
  margin-top: 16px;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .products_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .products_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 30px;
  }
  .products_title {
    font-size: 30px;
  }
  .products_lead {
    margin-top: 12px;
    font-size: 26px;
  }
  .products_text {
    margin-top: 16px;
    font-size: 14px;
  }
}

/* showroom_area
==================================== */
.showroom_area {
  position: relative;
  background-color: #fefee1;
  padding-top: 120px;
  padding-bottom: 100px;
}
.showroom_area .inner {
  max-width: 1000px;
}
.showroom_img {
  margin-top: 60px;
}
.showroom_info_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 80px;
}
.showroom_info + .showroom_info {
  margin-top: 14px;
}
.showroom_info {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.showroom_info_title {
  width: 75px;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
}
.showroom_info_deta {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .showroom_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .showroom_img {
    margin-top: 40px;
  }
  .showroom_info_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 14px;
  }
}

/* map_area
================================ */
.map_area iframe {
  width: 100%;
  aspect-ratio: 1920 / 720;
}

@media only screen and (max-width: 768px) {
  .map_area iframe {
    aspect-ratio: 750 / 650;
  }
}

/* form_area
===================================== */
.form_area {
  background-color: #fbfa8a;
  padding-top: 100px;
  padding-bottom: 180px;
}
.form_area_lead {
  margin-top: 40px;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-weight: 500;
}
.form_area .inner {
  max-width: 900px;
  margin-inline: auto;
}
.formTable {
  margin-top: 60px;
  width: 100%;
}
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
input[type="text"],
textarea {
  width: 100%;
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  transition: 0.8s;
  border-radius: 8px;
}
input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  width: 100%;
  height: 200px;
}
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
.formTable tr {
  padding: 10px 0;
  display: block;
}
.formTable th,
.formTable td {
  display: block;
}
.formTable th {
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: 0.075em;
  text-align: left;
}
.formTable th .req {
  color: #ffff00;
  font-size: 13px;
  margin-left: 10px;
}

.form_btn input[type="submit"] {
  all: unset;
  position: absolute;
  inset: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.form_btn {
  margin-top: 60px;
  display: block;
  position: relative;
  width: 100%;
  max-width: 246px;
  margin-inline: auto;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #27b25f;
  padding-block: 22px;
  border-radius: 10px;
  border-bottom: none;
  box-shadow: 0 5px 0 #0d8b40;
  transition: 0.2s;
}
.form_btn:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #0d8b40;
}

@media only screen and (max-width: 768px) {
  .form_area {
    padding: 60px 0 80px;
  }
  .form_area_lead {
    margin-top: 20px;
    font-size: 15px;
  }
  .form_btn {
    margin-top: 20px;
    width: 80%;
    max-width: 330px;
  }
  .form_btn span {
    font-size: 22px;
  }
}

/* bottom_area
===================================== */
.bottom_area {
  padding: 80px 0;
}
.bottom_link {
  margin-inline: auto;
  display: block;
  max-width: 623px;
  transition: all 0.5s ease-out;
}
.bottom_link:hover {
  opacity: 0.7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 768px) {
  .bottom_area {
    padding: 40px 0;
  }
}

/* footer
===================================== */
.footer {
  background-color: #27b25f;
  padding: 20px 0;
}
.copy {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
