@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #000000;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l_container_lg {
    width: calc(100% - 56px);
  }
}

.l_header {
  height: 90px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
}
@media (max-width: 560px) {
  .l_header {
    height: 60px;
  }
}
.l_header_inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 40px;
  max-width: 1560px;
  margin-left: auto;
}
@media (max-width: 560px) {
  .l_header_inner {
    padding: 0 20px;
  }
}
.l_header_logo-link {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l_header_logo-img {
  display: block;
  width: 364px;
}
@media (max-width: 1600px) {
  .l_header_logo-img {
    width: 280px;
  }
}
@media (max-width: 560px) {
  .l_header_logo-img {
    width: 186px;
  }
}
.l_header_logo-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 1600px) {
  .l_header_logo-text {
    line-height: 1.25;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .l_header_logo-text {
    font-size: 12px;
  }
}
.l_header_logo-text .__num {
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: inherit;
  line-height: inherit;
}
@media (max-width: 560px) {
  .l_header_logo-text .__num {
    font-size: 16px;
  }
}
.l_header_content {
  height: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 740px;
}
@media (max-width: 1280px) {
  .l_header_content {
    display: none;
  }
}
.l_header_tel {
  display: flex;
  align-items: center;
  gap: 6px;
}
.l_header_tel .__icon {
  display: flex;
  align-items: center;
  width: 24px;
}
.l_header_tel .__num {
  font-family: "Jost", sans-serif;
  font-weight: 900;
  font-size: 36px;
}
.l_header_tel-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding-left: 30px;
}
.l_header_tel-text .__num {
  font-size: 18px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.l_header_btn-wrap {
  width: 400px;
  height: 100%;
  display: flex;
}
.l_header_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50%;
  gap: 16px;
}
.l_header_btn.__contact {
  background-color: #00a997;
}
.l_header_btn.__reserve {
  background-color: #ee1b24;
}
.l_header_btn .__icon {
  display: flex;
  align-items: center;
}
.l_header_btn .__icon.__mail {
  width: 33.4px;
}
.l_header_btn .__icon.__calendar {
  width: 28.4px;
}
.l_header_btn .__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
}

.l_footer {
  background-color: #ff5e00;
  padding: 48px 0 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .l_footer {
    padding-bottom: 100px;
  }
}
@media (max-width: 560px) {
  .l_footer {
    padding-bottom: 90px;
  }
}
.l_footer_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 70px;
  z-index: 10000;
  display: none;
  transition: 0.5s;
}
.l_footer_fixed.is-active {
  transform: translate(-50%, 0);
}
@media (max-width: 1280px) {
  .l_footer_fixed {
    display: flex;
  }
}
.l_footer_fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  gap: 6px;
}
.l_footer_fixed-btn.__tel {
  background-color: #000;
}
.l_footer_fixed-btn.__request {
  background-color: #00a997;
}
.l_footer_fixed-btn.__reserv {
  background-color: #ee1b24;
}
.l_footer_fixed-btn .__icon {
  display: flex;
  align-items: center;
}
.l_footer_fixed-btn .__icon.__tel {
  width: 21.3px;
}
.l_footer_fixed-btn .__icon.__mail {
  width: 26.6px;
}
.l_footer_fixed-btn .__icon.__calendar {
  width: 22.6px;
}
.l_footer_fixed-btn .__text {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}
.l_footer_fixed-btn .__text .__jost {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.l_footer_main {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 960px) {
  .l_footer_main {
    flex-direction: column;
    align-items: center;
  }
}
.l_footer_info {
  flex-shrink: 0;
}
.l_footer_link-wrap {
  width: 100%;
  max-width: 656px;
}
.l_footer_info-logo-text {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 560px) {
  .l_footer_info-logo-text {
    font-size: 12px;
    text-align: center;
  }
}
.l_footer_info-logo-text .__jost {
  font-weight: inherit;
  font-size: 22px;
  color: inherit;
  font-family: "Jost", sans-serif;
}
@media (max-width: 560px) {
  .l_footer_info-logo-text .__jost {
    font-size: 16px;
  }
}
.l_footer_logo {
  display: block;
  max-width: 364px;
  margin-top: 16px;
}
@media (max-width: 560px) {
  .l_footer_logo {
    max-width: 280px;
    margin-top: 8px;
  }
}
.l_footer_address {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  margin-top: 36px;
}
@media (max-width: 560px) {
  .l_footer_address {
    font-size: 12px;
    margin-top: 24px;
  }
}
@media (max-width: 960px) {
  .l_footer_address.__pc {
    display: none;
  }
}
.l_footer_address.__tb {
  display: none;
}
@media (max-width: 960px) {
  .l_footer_address.__tb {
    display: block;
  }
}
.l_footer_address .__jost {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.l_footer_tel {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .l_footer_tel {
    display: none;
  }
}
.l_footer_tel .__icon {
  display: flex;
  align-items: center;
  width: 24px;
}
.l_footer_tel .__num {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.l_footer_reception {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 32px;
}
@media (max-width: 960px) {
  .l_footer_reception {
    display: none;
  }
}
.l_footer_reception .__jost {
  font-size: 18px;
  font-family: "Jost", sans-serif;
  color: inherit;
  font-weight: inherit;
}
.l_footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
@media (max-width: 560px) {
  .l_footer_nav {
    gap: 6px 0;
  }
}
.l_footer_nav-item {
  width: 50%;
}
.l_footer_nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  padding-left: 22px;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .l_footer_nav-link {
    font-size: 16px;
    padding-left: 18px;
  }
}
@media (max-width: 560px) {
  .l_footer_nav-link {
    font-size: 13px;
    padding-left: 15px;
  }
}
.l_footer_nav-link::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 6.5px solid rgba(0, 0, 0, 0);
  border-bottom: 6.5px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .l_footer_nav-link::before {
    border-left: 10px solid #fff;
    border-top: 5.5px solid rgba(0, 0, 0, 0);
    border-bottom: 5.5px solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 560px) {
  .l_footer_nav-link::before {
    border-left: 9px solid #fff;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
  }
}
.l_footer_type {
  display: flex;
  margin-top: 12px;
}
@media (max-width: 560px) {
  .l_footer_type {
    margin-top: 4px;
    padding-left: 12px;
  }
}
.l_footer_type-item::before {
  content: "｜";
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .l_footer_type-item::before {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .l_footer_type-item::before {
    font-size: 12px;
  }
}
.l_footer_type-item:last-child::after {
  content: "｜";
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .l_footer_type-item:last-child::after {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .l_footer_type-item:last-child::after {
    font-size: 12px;
  }
}
.l_footer_type-link {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .l_footer_type-link {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .l_footer_type-link {
    font-size: 12px;
  }
}
.l_footer_btn-wrap {
  display: flex;
  height: 90px;
  margin-top: 40px;
  max-width: 400px;
}
@media (max-width: 960px) {
  .l_footer_btn-wrap {
    display: none;
  }
}
.l_footer_btn {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.l_footer_btn.__request {
  background-color: #00a997;
}
.l_footer_btn.__reserv {
  background-color: #ee1b24;
}
.l_footer_btn .__icon {
  display: flex;
  align-items: center;
  width: 34px;
}
.l_footer_btn .__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: #fff;
}
.l_footer_illust {
  width: 310px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(calc(-50% + 480px));
}
@media (max-width: 1280px) {
  .l_footer_illust {
    width: 220px;
    transform: translateX(calc(-50% + 380px));
  }
}
@media (max-width: 960px) {
  .l_footer_illust {
    transform: unset;
    position: static;
    margin: 32px auto 0;
  }
}
@media (max-width: 560px) {
  .l_footer_illust {
    width: 180px;
  }
}
.l_footer_copyright {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  padding: 0 16px;
  margin-top: 64px;
}
@media (max-width: 960px) {
  .l_footer_copyright {
    margin-top: 24px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .l_footer_copyright {
    margin-top: 16px;
    font-size: 10px;
  }
}

.m_section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 36px;
}
@media (max-width: 960px) {
  .m_section-title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .m_section-title {
    font-size: 20px;
    margin-top: 12px;
  }
}
.m_section-title_img {
  width: 480px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .m_section-title_img {
    width: 360px;
  }
}
@media (max-width: 960px) {
  .m_section-title_img {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .m_section-title_img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .m_section-title_img {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .m_section-title_img img {
    width: 250px;
  }
}
@media (max-width: 560px) {
  .m_section-title_img img {
    width: 150px;
  }
}
.m_section-title_text {
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 1280px) {
  .m_section-title_text {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .m_section-title_text {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .m_section-title_text {
    font-size: 14px;
  }
}
.m_section-title_text .__price {
  font-size: 40px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1280px) {
  .m_section-title_text .__price {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .m_section-title_text .__price {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .m_section-title_text .__price {
    font-size: 18px;
  }
}
.m_section-title_text .__num {
  font-family: "Jost", sans-serif;
}

.m_deco-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  display: flex;
}
@media (max-width: 1280px) {
  .m_deco-block {
    width: 1480px;
  }
}
@media (max-width: 960px) {
  .m_deco-block {
    width: 1180px;
  }
}
@media (max-width: 768px) {
  .m_deco-block {
    width: 100%;
  }
}
.m_deco-block img {
  width: 656px;
}
@media (max-width: 1280px) {
  .m_deco-block img {
    width: 550px;
  }
}
@media (max-width: 960px) {
  .m_deco-block img {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .m_deco-block img {
    width: 300px;
  }
}
@media (max-width: 560px) {
  .m_deco-block img {
    width: 234px;
  }
}

input[type=checkbox] {
  display: none;
}

/*ボックス枠のCSS*/
.m_label-checkbox:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  .m_label-checkbox:after {
    width: 20px;
    height: 20px;
  }
}

.m_label-checkbox {
  position: relative;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .m_label-checkbox {
    padding-left: 30px;
  }
}

/*チェックマークの追加*/
.m_label-checkbox:before {
  content: "";
  width: 8px;
  height: 16px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 0;
}
@media (max-width: 768px) {
  .m_label-checkbox:before {
    width: 6px;
    height: 14px;
    left: 8px;
  }
}

/*チェックボックスがチェックされた時に動作する内容*/
input[type=checkbox]:checked + .m_label-checkbox:before {
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

.l_main {
  overflow: hidden;
}

.mv {
  background-color: #ff5e00;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_inner {
  width: 100%;
  position: relative;
}
.mv_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .mv_img img {
    min-width: 1080px;
  }
}
@media (max-width: 768px) {
  .mv_img img {
    min-width: unset;
  }
}
.mv_btn {
  display: block;
  width: 22.23%;
  position: absolute;
  bottom: 16.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .mv_btn {
    min-width: 240px;
  }
}
@media (max-width: 768px) {
  .mv_btn {
    min-width: unset;
    width: 75.23%;
    bottom: 12%;
  }
}

.iot {
  background-color: #ff5e00;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 560px) {
  .iot {
    padding-top: 20px;
    padding-bottom: 28px;
  }
}
.iot .__logo {
  display: inline-flex;
  align-items: center;
  width: 520px;
}
@media (max-width: 1280px) {
  .iot .__logo {
    width: 480px;
  }
}
@media (max-width: 768px) {
  .iot .__logo {
    width: 250px;
  }
}
@media (max-width: 560px) {
  .iot .__logo {
    width: 202px;
  }
}
.iot_title {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1280px) {
  .iot_title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .iot_title {
    font-size: 25px;
  }
}
.iot_title .__sm {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 960px) {
  .iot_title .__sm {
    font-size: 18px;
  }
}
.iot_title .__iot {
  font-family: "Jost", sans-serif;
  color: inherit;
  font-size: 83px;
  position: relative;
  line-height: 1;
}
@media (max-width: 1280px) {
  .iot_title .__iot {
    font-size: 68px;
  }
}
@media (max-width: 768px) {
  .iot_title .__iot {
    font-size: 52px;
  }
}
@media (max-width: 560px) {
  .iot_title .__iot {
    font-size: 45px;
  }
}
.iot_title .__iot::before {
  content: "（Internet of Things）";
  font-size: 18px;
  white-space: nowrap;
  font-family: inherit;
  color: inherit;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1280px) {
  .iot_title .__iot::before {
    font-size: 14px;
    bottom: 2px;
  }
}
@media (max-width: 768px) {
  .iot_title .__iot::before {
    font-size: 12px;
    bottom: 0;
  }
}
.iot_content-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .iot_content-wrap {
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }
}
.iot_content-illust {
  width: 38%;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .iot_content-illust {
    width: 30%;
  }
}
@media (max-width: 960px) {
  .iot_content-illust {
    width: 240px;
    margin-top: 0;
  }
}
.iot_content-text {
  color: #fff;
  font-size: 25px;
  line-height: 1.56;
  width: 57%;
}
@media (max-width: 1280px) {
  .iot_content-text {
    font-size: 20px;
    width: 65%;
  }
}
@media (max-width: 960px) {
  .iot_content-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .iot_content-text {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .iot_content-text {
    font-size: 14px;
  }
}

.objective {
  background-color: #ff5e00;
  padding-top: 40px;
}
@media (max-width: 560px) {
  .objective {
    padding-top: 28px;
  }
}
.objective_title {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1280px) {
  .objective_title {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .objective_title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .objective_title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .objective_title {
    font-size: 21px;
  }
}
.objective_title .__en {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Jost", sans-serif;
  color: inherit;
}
.objective_read-text {
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .objective_read-text {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .objective_read-text {
    font-size: 16px;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .objective_read-text {
    width: calc(100% - 56px);
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  .objective_read-text {
    font-size: 14px;
  }
}
.objective_table {
  max-width: 615px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .objective_table {
    width: calc(100% - 6px);
    margin-top: 32px;
  }
}
.objective_table th,
.objective_table td {
  padding: 16px 20px;
  border: 2px solid #ff5e00;
  color: inherit;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 560px) {
  .objective_table th,
  .objective_table td {
    font-size: 13px;
    padding: 10px 0;
  }
}
.objective_table th .__jost,
.objective_table td .__jost {
  font-family: "Jost", sans-serif;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.objective_table tr:nth-child(1) {
  background-color: #fbd375;
}
.objective_table tr:nth-child(2) {
  background-color: #fff;
  color: #ff5e00;
}
.objective_table tr:nth-child(3) {
  background-color: #000;
  color: #fff;
}
.objective_message {
  max-width: 568px;
  margin: 156px auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 203px;
}
@media (max-width: 560px) {
  .objective_message {
    padding-bottom: 133px;
  }
}
.objective_message::before {
  content: "";
  width: 100vw;
  height: 50%;
  background-color: #ff9000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.objective_message-bg {
  width: 1030px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1280px) {
  .objective_message-bg {
    width: 900px;
  }
}
@media (max-width: 960px) {
  .objective_message-bg {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .objective_message-bg {
    width: 710px;
  }
}
@media (max-width: 560px) {
  .objective_message-bg {
    width: 560px;
    top: -45px;
  }
}
.objective_message-logo {
  display: block;
  width: 347px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .objective_message-logo {
    width: 267px;
  }
}
@media (max-width: 960px) {
  .objective_message-logo {
    width: 220px;
  }
}
@media (max-width: 560px) {
  .objective_message-logo {
    width: 188px;
  }
}
.objective_message-title {
  font-size: 40px;
  margin-top: 40px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .objective_message-title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .objective_message-title {
    font-size: 28px;
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .objective_message-title {
    padding: 0 28px;
  }
}
@media (max-width: 560px) {
  .objective_message-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
.objective_message-text {
  font-size: 25px;
  line-height: 1.56;
  margin-top: 36px;
  text-align: justify;
  max-width: 546px;
}
@media (max-width: 1280px) {
  .objective_message-text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .objective_message-text {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .objective_message-text {
    padding: 0 28px;
  }
}
@media (max-width: 560px) {
  .objective_message-text {
    font-size: 14px;
  }
}

.worries {
  background-color: #ff9000;
  padding: 86px 0 100px;
}
@media (max-width: 768px) {
  .worries {
    padding: 24px 0 80px;
  }
}
@media (max-width: 560px) {
  .worries {
    padding: 24px 0 40px;
  }
}
.worries_title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .worries_title {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .worries_title {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .worries_title {
    font-size: 21px;
  }
}
.worries_read-text {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .worries_read-text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .worries_read-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .worries_read-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.worries_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 56px auto 0;
}
@media (max-width: 1280px) {
  .worries_list {
    max-width: 880px;
  }
}
@media (max-width: 960px) {
  .worries_list {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .worries_list {
    justify-content: center;
    gap: 0 16px;
    margin-top: 32px;
  }
}
.worries_list-item {
  width: 284px;
  height: 284px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 36px;
}
@media (max-width: 1280px) {
  .worries_list-item {
    width: 260px;
    height: 260px;
    padding-top: 24px;
  }
}
@media (max-width: 960px) {
  .worries_list-item {
    width: 240px;
    height: 240px;
    padding-top: 16px;
  }
}
@media (max-width: 560px) {
  .worries_list-item {
    width: 160px;
    height: 160px;
  }
}
.worries_list-item:nth-child(1) {
  background-image: url(../img/worries_deco01.png);
}
@media (max-width: 768px) {
  .worries_list-item:nth-child(1) {
    width: 100%;
  }
}
.worries_list-item:nth-child(2) {
  background-image: url(../img/worries_deco02.png);
}
.worries_list-item:nth-child(3) {
  background-image: url(../img/worries_deco03.png);
}
@media (max-width: 768px) {
  .worries_list-item:nth-child(n+2) {
    transform: translateY(-20px);
    margin-bottom: -20px;
  }
}
.worries_list-title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1280px) {
  .worries_list-title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .worries_list-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .worries_list-title {
    font-size: 20px;
  }
}
.worries_list-text {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.75;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .worries_list-text {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .worries_list-text {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .worries_list-text {
    font-size: 12px;
    margin-top: 8px;
  }
}
.worries_illust {
  max-width: 312px;
  width: 90%;
  margin: 12px auto 0;
}
@media (max-width: 560px) {
  .worries_illust {
    max-width: 174px;
    margin-top: 6px;
  }
}
.worries_text {
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  margin-top: 36px;
}
@media (max-width: 1280px) {
  .worries_text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .worries_text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .worries_text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .worries_text {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1.6;
  }
}
.worries_text-lg {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-top: 28px;
}
@media (max-width: 1280px) {
  .worries_text-lg {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .worries_text-lg {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .worries_text-lg {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .worries_text-lg {
    font-size: 18px;
    margin-top: 16px;
  }
}

.reason {
  padding: 156px 0 186px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .reason {
    padding: 126px 0 164px;
  }
}
@media (max-width: 768px) {
  .reason {
    padding: 56px 0 60px;
  }
}
@media (max-width: 560px) {
  .reason {
    padding: 80px 0 40px;
  }
}
.reason_deco {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .reason_top-en-title {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .reason_top-en-title {
    padding-left: 24px;
  }
}
.reason_list-wrap {
  position: relative;
}
@media (max-width: 768px) {
  .reason_list-wrap {
    max-width: 550px;
    margin: 0 auto;
  }
}
.reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 76px;
  padding-bottom: 256px;
}
@media (max-width: 768px) {
  .reason_list {
    flex-direction: column;
    margin-top: 48px;
    padding-bottom: 80px;
  }
}
.reason_list-item {
  width: calc(50% - 20px);
  max-width: 520px;
  position: relative;
  padding-top: 123px;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .reason_list-item {
    padding-top: 110px;
  }
}
@media (max-width: 960px) {
  .reason_list-item {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .reason_list-item {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .reason_list-item {
    padding-top: 56px;
    padding-bottom: 12px;
  }
}
.reason_list-item:nth-child(even) {
  transform: translateY(256px);
}
@media (max-width: 768px) {
  .reason_list-item:nth-child(even) {
    transform: translateY(0);
  }
}
.reason_list-flag {
  position: absolute;
  top: 0;
}
.reason_list-flag::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 123px solid rgba(0, 0, 0, 0);
  border-bottom: 123px solid rgba(0, 0, 0, 0);
}
@media (max-width: 1280px) {
  .reason_list-flag::before {
    border-top: 110px solid rgba(0, 0, 0, 0);
    border-bottom: 110px solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 960px) {
  .reason_list-flag::before {
    border-top: 90px solid rgba(0, 0, 0, 0);
    border-bottom: 90px solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 560px) {
  .reason_list-flag::before {
    border-top: 56px solid rgba(0, 0, 0, 0);
    border-bottom: 56px solid rgba(0, 0, 0, 0);
  }
}
.reason_list-flag.__left {
  left: 0;
}
.reason_list-flag.__left .reason_list-flag-inner {
  left: 20px;
}
@media (max-width: 1280px) {
  .reason_list-flag.__left .reason_list-flag-inner {
    left: 16px;
  }
}
@media (max-width: 560px) {
  .reason_list-flag.__left .reason_list-flag-inner {
    left: 6px;
  }
}
.reason_list-flag.__right {
  right: 0;
}
.reason_list-flag.__right .reason_list-flag-inner {
  right: 20px;
}
@media (max-width: 1280px) {
  .reason_list-flag.__right .reason_list-flag-inner {
    right: 16px;
  }
}
@media (max-width: 560px) {
  .reason_list-flag.__right .reason_list-flag-inner {
    right: 6px;
  }
}
.reason_list-flag.__01::before {
  border-left: 220px solid #ee1b24;
}
@media (max-width: 1280px) {
  .reason_list-flag.__01::before {
    border-left: 190px solid #ee1b24;
  }
}
@media (max-width: 960px) {
  .reason_list-flag.__01::before {
    border-left: 160px solid #ee1b24;
  }
}
@media (max-width: 560px) {
  .reason_list-flag.__01::before {
    border-left: 100px solid #ee1b24;
  }
}
.reason_list-flag.__02::before {
  border-right: 220px solid #47ae53;
}
@media (max-width: 1280px) {
  .reason_list-flag.__02::before {
    border-right: 190px solid #47ae53;
  }
}
@media (max-width: 960px) {
  .reason_list-flag.__02::before {
    border-right: 160px solid #47ae53;
  }
}
@media (max-width: 560px) {
  .reason_list-flag.__02::before {
    border-right: 100px solid #47ae53;
  }
}
.reason_list-flag.__03::before {
  border-left: 220px solid #f78829;
}
@media (max-width: 1280px) {
  .reason_list-flag.__03::before {
    border-left: 190px solid #f78829;
  }
}
@media (max-width: 960px) {
  .reason_list-flag.__03::before {
    border-left: 160px solid #f78829;
  }
}
@media (max-width: 560px) {
  .reason_list-flag.__03::before {
    border-left: 100px solid #f78829;
  }
}
.reason_list-flag.__04::before {
  border-right: 220px solid #1dcdc3;
}
@media (max-width: 1280px) {
  .reason_list-flag.__04::before {
    border-right: 190px solid #1dcdc3;
  }
}
@media (max-width: 960px) {
  .reason_list-flag.__04::before {
    border-right: 160px solid #1dcdc3;
  }
}
@media (max-width: 560px) {
  .reason_list-flag.__04::before {
    border-right: 100px solid #1dcdc3;
  }
}
.reason_list-flag-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.reason_list-flag-shine {
  display: block;
  width: 50px;
}
@media (max-width: 1280px) {
  .reason_list-flag-shine {
    width: 45px;
  }
}
@media (max-width: 960px) {
  .reason_list-flag-shine {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .reason_list-flag-shine {
    width: 23px;
    display: flex;
  }
}
.reason_list-flag-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .reason_list-flag-text {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .reason_list-flag-text {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .reason_list-flag-text {
    font-size: 10px;
  }
}
.reason_list-flag-num {
  font-size: 64px;
  color: #fff;
  font-weight: 900;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
@media (max-width: 1280px) {
  .reason_list-flag-num {
    font-size: 52px;
  }
}
@media (max-width: 960px) {
  .reason_list-flag-num {
    font-size: 38px;
  }
}
@media (max-width: 560px) {
  .reason_list-flag-num {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .reason_list-img {
    width: calc(100% - 80px);
  }
}
@media (max-width: 768px) {
  .reason_list-img.__even {
    margin-left: auto;
  }
}
.reason_list-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 960px) {
  .reason_list-title {
    font-size: 25px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .reason_list-title {
    font-size: 18px;
    margin-top: 16px;
  }
}
.reason_list-title.__01::before {
  content: "";
  width: 150px;
  aspect-ratio: 91.5/61.2;
  position: absolute;
  right: 0;
  bottom: 10px;
  background: url(../img/reason_list-deco01.png) center/cover;
  display: none;
}
@media (max-width: 768px) {
  .reason_list-title.__01::before {
    display: block;
  }
}
@media (max-width: 560px) {
  .reason_list-title.__01::before {
    width: 92px;
    right: 16px;
    bottom: 20px;
  }
}
.reason_list-text {
  line-height: 1.75;
  font-size: 20px;
  font-weight: 500;
  margin-top: 28px;
  text-align: justify;
}
@media (max-width: 960px) {
  .reason_list-text {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .reason_list-text {
    font-size: 14px;
    margin-top: 12px;
  }
}
.reason_list-text .__num {
  font-family: "Jost", sans-serif;
}
.reason_list-deco01 {
  width: 313px;
  position: absolute;
  top: 0;
  right: 15%;
}
@media (max-width: 1280px) {
  .reason_list-deco01 {
    width: 250px;
  }
}
@media (max-width: 960px) {
  .reason_list-deco01 {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .reason_list-deco01 {
    display: none;
  }
}
.reason_list-deco02 {
  width: 438px;
  position: absolute;
  bottom: 0;
  left: 2%;
}
@media (max-width: 960px) {
  .reason_list-deco02 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .reason_list-deco02 {
    width: 200px;
    right: 0;
    bottom: 0;
    left: unset;
  }
}

.plan {
  padding: 160px 0 148px;
  background-color: #fff3e3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .plan {
    padding: 140px 0 120px;
  }
}
@media (max-width: 768px) {
  .plan {
    padding: 100px 0 80px;
  }
}
@media (max-width: 560px) {
  .plan {
    padding: 80px 0 40px;
  }
}
.plan_deco {
  justify-content: flex-start;
}
.plan_title-img {
  position: relative;
}
.plan_title-img::before {
  content: "";
  width: 409px;
  aspect-ratio: 409.9/223.6;
  background: url(../img/plan_illust01.png) center/cover;
  position: absolute;
  top: -40px;
  right: -400px;
}
@media (max-width: 1280px) {
  .plan_title-img::before {
    width: 340px;
    top: -20px;
    right: -330px;
  }
}
@media (max-width: 960px) {
  .plan_title-img::before {
    width: 250px;
    top: 20px;
    right: -240px;
  }
}
@media (max-width: 768px) {
  .plan_title-img::before {
    display: none;
  }
}
.plan_list {
  display: flex;
  gap: 116px;
  margin-top: 64px;
}
@media (max-width: 960px) {
  .plan_list {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .plan_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 54px;
    margin-top: 32px;
  }
}
@media (max-width: 560px) {
  .plan_list {
    margin-top: 16px;
  }
}
.plan_list::after {
  content: "";
  width: 100%;
  max-width: 320px;
  aspect-ratio: 409.9/223.6;
  background: url(../img/plan_illust01.png) center/cover;
  margin: 12px auto 0;
  display: none;
}
@media (max-width: 768px) {
  .plan_list::after {
    display: block;
  }
}
@media (max-width: 560px) {
  .plan_list::after {
    width: 220px;
  }
}
.plan_list-item {
  width: 33.33%;
}
@media (max-width: 560px) {
  .plan_list-item {
    width: calc(50% - 28px);
  }
}
@media (max-width: 768px) {
  .plan_list-item:nth-child(3) {
    transform: translateY(-28px);
    margin-bottom: -28px;
  }
}
.plan_list-item-img {
  position: relative;
}
.plan_list-item-img::before, .plan_list-item-img::after {
  content: "";
  width: 70px;
  height: 0.8px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -90px;
}
@media (max-width: 960px) {
  .plan_list-item-img::before, .plan_list-item-img::after {
    width: 55px;
    left: -68px;
  }
}
@media (max-width: 768px) {
  .plan_list-item-img::before, .plan_list-item-img::after {
    display: none;
    width: 32px;
    left: 178px;
    top: 146px;
  }
}
@media (max-width: 560px) {
  .plan_list-item-img::before, .plan_list-item-img::after {
    left: 142px;
    top: 116px;
  }
}
.plan_list-item-img::before {
  transform: rotate(45deg);
}
.plan_list-item-img::after {
  transform: rotate(-45deg);
}
.plan_list-item-img.__first::before, .plan_list-item-img.__first::after {
  display: none;
}
@media (max-width: 768px) {
  .plan_list-item-img.__first::before, .plan_list-item-img.__first::after {
    display: block;
  }
}
.plan_list-item-text {
  text-align: center;
  font-size: 29px;
  font-weight: 500;
  margin-top: 8px;
}
@media (max-width: 960px) {
  .plan_list-item-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .plan_list-item-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .plan_list-item-text {
    font-size: 15px;
  }
}
.plan_middle-text {
  text-align: center;
  font-size: 25px;
  line-height: 1.75;
  margin-top: 60px;
}
@media (max-width: 1280px) {
  .plan_middle-text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .plan_middle-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .plan_middle-text {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .plan_middle-text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.plan_step-title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .plan_step-title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .plan_step-title {
    font-size: 20px;
  }
}
.plan_step-title .__jost {
  font-family: "Jost", sans-serif;
}
@media (max-width: 768px) {
  .plan_step-list {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .plan_step-list {
    margin-top: 24px;
  }
}
.plan_step-list-item {
  padding-top: 84px;
  position: relative;
}
@media (max-width: 1280px) {
  .plan_step-list-item {
    padding-top: 73px;
  }
}
@media (max-width: 960px) {
  .plan_step-list-item {
    padding-top: 58px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-item {
    padding-top: 45px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-item {
    padding-top: 35px;
  }
}
.plan_step-list-item:nth-child(n+2) {
  margin-top: 64px;
}
@media (max-width: 560px) {
  .plan_step-list-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.plan_step-list-num {
  display: flex;
  width: 220px;
  height: 244px;
  position: absolute;
  z-index: 1;
  top: 0;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .plan_step-list-num {
    width: 190px;
    height: 220px;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num {
    width: 160px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num {
    height: 140px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num {
    height: 100px;
    width: 110px;
  }
}
.plan_step-list-num::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 122px solid rgba(0, 0, 0, 0);
  border-bottom: 122px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (max-width: 1280px) {
  .plan_step-list-num::before {
    border-top: 110px solid rgba(0, 0, 0, 0);
    border-bottom: 110px solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 960px) {
  .plan_step-list-num::before {
    border-top: 90px solid rgba(0, 0, 0, 0);
    border-bottom: 90px solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 768px) {
  .plan_step-list-num::before {
    border-top: 70px solid rgba(0, 0, 0, 0);
    border-bottom: 70px solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 560px) {
  .plan_step-list-num::before {
    border-top: 55px solid rgba(0, 0, 0, 0);
    border-bottom: 55px solid rgba(0, 0, 0, 0);
  }
}
.plan_step-list-num.__odd {
  padding-left: 32px;
  left: 0;
}
@media (max-width: 960px) {
  .plan_step-list-num.__odd {
    padding-left: 16px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__odd {
    padding-left: 0;
  }
}
.plan_step-list-num.__odd::before {
  left: 0;
}
@media (max-width: 560px) {
  .plan_step-list-num.__odd::before {
    left: -16px;
  }
}
.plan_step-list-num.__even {
  padding-right: 32px;
  right: 0;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .plan_step-list-num.__even {
    padding-right: 16px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__even {
    padding-right: 0;
  }
}
.plan_step-list-num.__even::before {
  right: 0;
}
@media (max-width: 560px) {
  .plan_step-list-num.__even::before {
    right: -16px;
  }
}
.plan_step-list-num.__01::before {
  border-left: 220px solid #f78829;
}
@media (max-width: 1280px) {
  .plan_step-list-num.__01::before {
    border-left: 190px solid #f78829;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num.__01::before {
    border-left: 160px solid #f78829;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num.__01::before {
    border-left: 130px solid #f78829;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__01::before {
    border-left: 100px solid #f78829;
  }
}
.plan_step-list-num.__02::before {
  border-right: 220px solid #47ae53;
}
@media (max-width: 1280px) {
  .plan_step-list-num.__02::before {
    border-right: 190px solid #47ae53;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num.__02::before {
    border-right: 160px solid #47ae53;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num.__02::before {
    border-right: 130px solid #47ae53;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__02::before {
    border-right: 100px solid #47ae53;
  }
}
.plan_step-list-num.__03::before {
  border-left: 220px solid #317891;
}
@media (max-width: 1280px) {
  .plan_step-list-num.__03::before {
    border-left: 190px solid #317891;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num.__03::before {
    border-left: 160px solid #317891;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num.__03::before {
    border-left: 130px solid #317891;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__03::before {
    border-left: 100px solid #317891;
  }
}
.plan_step-list-num.__04::before {
  border-right: 220px solid #253883;
}
@media (max-width: 1280px) {
  .plan_step-list-num.__04::before {
    border-right: 190px solid #253883;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num.__04::before {
    border-right: 160px solid #253883;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num.__04::before {
    border-right: 130px solid #253883;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__04::before {
    border-right: 100px solid #253883;
  }
}
.plan_step-list-num.__05::before {
  border-left: 220px solid #ff6464;
}
@media (max-width: 1280px) {
  .plan_step-list-num.__05::before {
    border-left: 190px solid #ff6464;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num.__05::before {
    border-left: 160px solid #ff6464;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num.__05::before {
    border-left: 130px solid #ff6464;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__05::before {
    border-left: 100px solid #ff6464;
  }
}
.plan_step-list-num.__06::before {
  border-right: 220px solid #329dcf;
}
@media (max-width: 1280px) {
  .plan_step-list-num.__06::before {
    border-right: 190px solid #329dcf;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num.__06::before {
    border-right: 160px solid #329dcf;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num.__06::before {
    border-right: 130px solid #329dcf;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num.__06::before {
    border-right: 100px solid #329dcf;
  }
}
.plan_step-list-num-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .plan_step-list-num-inner {
    padding-bottom: 12px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num-inner {
    padding-bottom: 6px;
  }
}
.plan_step-list-num-inner .__deco {
  display: block;
  width: 50px;
}
@media (max-width: 1280px) {
  .plan_step-list-num-inner .__deco {
    width: 45px;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num-inner .__deco {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num-inner .__deco {
    width: 30px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num-inner .__deco {
    width: 25px;
  }
}
.plan_step-list-num-inner .__step {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .plan_step-list-num-inner .__step {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num-inner .__step {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num-inner .__step {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num-inner .__step {
    font-size: 10px;
  }
}
.plan_step-list-num-inner .__num {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
@media (max-width: 1280px) {
  .plan_step-list-num-inner .__num {
    font-size: 52px;
  }
}
@media (max-width: 960px) {
  .plan_step-list-num-inner .__num {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-num-inner .__num {
    font-size: 34px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-num-inner .__num {
    font-size: 28px;
  }
}
.plan_step-list-title {
  background-color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .plan_step-list-title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .plan_step-list-title {
    font-size: 25px;
    height: 64px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-title {
    font-size: 23px;
    height: 50px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-title {
    font-size: 18px;
    height: 40px;
  }
}
.plan_step-list-title::before {
  content: "";
  width: 17.3px;
  height: 15.8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 250px), -50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 1280px) {
  .plan_step-list-title::before {
    transform: translate(calc(-50% + 200px), -50%);
  }
}
@media (max-width: 960px) {
  .plan_step-list-title::before {
    transform: translate(calc(-50% + 160px), -50%);
  }
}
@media (max-width: 768px) {
  .plan_step-list-title::before {
    transform: translate(0, -50%);
    left: unset;
    right: 20px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-title::before {
    width: 8px;
    height: 7px;
    right: 16px;
  }
}
.plan_step-list-title.is-open::before {
  transform: translate(calc(-50% + 250px), -50%) rotate(180deg);
}
@media (max-width: 768px) {
  .plan_step-list-title.is-open::before {
    transform: translate(0, -50%) rotate(180deg);
  }
}
@media (max-width: 768px) {
  .plan_step-list-title.__odd {
    padding-right: 60px;
    padding-left: 150px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-title.__odd {
    padding-left: 90px;
    padding-right: 36px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-title.__even {
    padding-right: 190px;
    padding-left: 20px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-title.__even {
    padding-right: 110px;
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-title.__even::before {
    right: 150px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-title.__even::before {
    right: 95px;
  }
}
.plan_step-list-title.__01 {
  color: #f78829;
}
.plan_step-list-title.__01::before {
  background-image: url(../img/arrow_01.png);
}
.plan_step-list-title.__02 {
  color: #47ae53;
}
.plan_step-list-title.__02::before {
  background-image: url(../img/arrow_02.png);
}
.plan_step-list-title.__03 {
  color: #317891;
}
.plan_step-list-title.__03::before {
  background-image: url(../img/arrow_03.png);
}
.plan_step-list-title.__04 {
  color: #253883;
}
.plan_step-list-title.__04::before {
  background-image: url(../img/arrow_04.png);
}
.plan_step-list-title.__05 {
  color: #ff6464;
}
.plan_step-list-title.__05::before {
  background-image: url(../img/arrow_05.png);
}
.plan_step-list-title.__06 {
  color: #329dcf;
}
.plan_step-list-title.__06::before {
  background-image: url(../img/arrow_06.png);
}
.plan_step-list-width {
  padding: 0 24px;
  display: none;
}
@media (max-width: 560px) {
  .plan_step-list-width {
    padding: 0;
  }
}
.plan_step-list-variation {
  display: flex;
  justify-content: center;
  padding: 36px 0;
}
@media (max-width: 768px) {
  .plan_step-list-variation {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.plan_step-list-variation.__odd {
  padding-left: 132px;
}
@media (max-width: 960px) {
  .plan_step-list-variation.__odd {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-variation.__odd {
    padding-left: 0;
  }
}
.plan_step-list-variation.__even {
  padding-right: 132px;
}
@media (max-width: 960px) {
  .plan_step-list-variation.__even {
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-variation.__even {
    padding-right: 0;
  }
}
.plan_step-list-variation-inner {
  display: flex;
  gap: 0 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .plan_step-list-variation-inner {
    flex-direction: column;
  }
}
.plan_step-list-variation-inner.__even {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .plan_step-list-variation-inner.__even {
    flex-direction: column;
  }
}
.plan_step-list-variation-title-wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-style: solid;
  position: relative;
}
@media (max-width: 768px) {
  .plan_step-list-variation-title-wrap {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 14px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-variation-title-wrap {
    padding-bottom: 8px;
  }
}
.plan_step-list-variation-title-wrap::before {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 768px) {
  .plan_step-list-variation-title-wrap::before {
    display: block;
  }
}
@media (max-width: 560px) {
  .plan_step-list-variation-title-wrap::before {
    width: 50px;
  }
}
.plan_step-list-variation-title-wrap.__01 {
  color: #f78829;
  border-color: #f78829;
}
.plan_step-list-variation-title-wrap.__01::before {
  background-color: #f78829;
}
.plan_step-list-variation-title-wrap.__02 {
  color: #47ae53;
  border-color: #47ae53;
}
.plan_step-list-variation-title-wrap.__03 {
  color: #317891;
  border-color: #317891;
}
.plan_step-list-variation-title-wrap.__04 {
  color: #253883;
  border-color: #253883;
}
.plan_step-list-variation-title-wrap.__05 {
  color: #ff6464;
  border-color: #ff6464;
}
.plan_step-list-variation-title-wrap.__06 {
  color: #329dcf;
  border-color: #329dcf;
}
.plan_step-list-variation-title-wrap.__odd {
  border-width: 0 1px 0 0;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .plan_step-list-variation-title-wrap.__odd {
    border: none;
    padding-right: 0;
  }
}
.plan_step-list-variation-title-wrap.__even {
  border-width: 0 0 0 1px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .plan_step-list-variation-title-wrap.__even {
    border: none;
    padding-left: 0;
  }
}
.plan_step-list-variation-sm {
  font-size: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .plan_step-list-variation-sm {
    font-size: 16px;
    transform: translateY(-5px);
  }
}
@media (max-width: 560px) {
  .plan_step-list-variation-sm {
    font-size: 13px;
  }
}
.plan_step-list-variation-type {
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.plan_step-list-variation-type .__num {
  font-size: 64px;
  font-weight: 700;
  color: inherit;
  font-family: inherit;
  line-height: 1;
}
@media (max-width: 768px) {
  .plan_step-list-variation-type .__num {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-variation-type .__num {
    font-size: 32px;
  }
}
.plan_step-list-variation-type .__type {
  font-size: 28px;
  font-weight: 700;
  color: inherit;
  font-family: inherit;
  line-height: 1;
  transform: translateY(-6px);
}
@media (max-width: 768px) {
  .plan_step-list-variation-type .__type {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-variation-type .__type {
    font-size: 15px;
  }
}
.plan_step-list-variation-type.__01 {
  color: #f78829;
}
.plan_step-list-variation-type.__02 {
  color: #47ae53;
}
.plan_step-list-variation-type.__03 {
  color: #317891;
}
.plan_step-list-variation-type.__04 {
  color: #253883;
}
.plan_step-list-variation-type.__05 {
  color: #ff6464;
}
.plan_step-list-variation-type.__06 {
  color: #329dcf;
}
.plan_step-list-variation-text {
  font-size: 20px;
  line-height: 1.8;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 960px) {
  .plan_step-list-variation-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-variation-text {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-variation-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.plan_step-list-info-text {
  font-size: 22px;
  line-height: 1.73;
}
@media (max-width: 960px) {
  .plan_step-list-info-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .plan_step-list-info-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .plan_step-list-info-text {
    font-size: 14px;
  }
}
.plan_step-list-imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.plan_step-list-img {
  max-width: 240px;
  width: calc(25% - 12px);
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .plan_step-list-img {
    width: calc(25% - 8px);
  }
}
.plan_illust02 {
  max-width: 834px;
  margin: 95px auto 0;
}
@media (max-width: 1280px) {
  .plan_illust02 {
    max-width: 600px;
    margin-top: 60px;
  }
}
@media (max-width: 960px) {
  .plan_illust02 {
    max-width: 500px;
  }
}
.plan_house-list {
  margin-top: 200px;
}
@media (max-width: 560px) {
  .plan_house-list {
    margin-top: 130px;
  }
}
.plan_house-list-item:nth-child(n+2) {
  margin-top: 200px;
}
@media (max-width: 560px) {
  .plan_house-list-item:nth-child(n+2) {
    margin-top: 60px;
  }
}
.plan_house-list-top {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .plan_house-list-top {
    flex-direction: column;
  }
}
.plan_house-list-top.__even {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .plan_house-list-top.__even {
    flex-direction: column;
  }
}
.plan_house-list-top-info {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .plan_house-list-top-info {
    width: 100%;
  }
}
.plan_house-list-top-info::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -100px;
  z-index: -1;
}
@media (max-width: 560px) {
  .plan_house-list-top-info::before {
    top: -36px;
  }
}
.plan_house-list-top-info.__odd::before {
  border-top: 375px solid rgba(0, 0, 0, 0);
  border-bottom: 375px solid rgba(0, 0, 0, 0);
  border-left: 673px solid #fff;
  left: 0;
}
@media (max-width: 960px) {
  .plan_house-list-top-info.__odd::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .plan_house-list-top-info.__odd::before {
    border-top: 305px solid rgba(0, 0, 0, 0);
    border-bottom: 305px solid rgba(0, 0, 0, 0);
    border-left: 535px solid #fff;
    transform: translateX(calc(-50% + 15px));
  }
}
@media (max-width: 560px) {
  .plan_house-list-top-info.__odd::before {
    border-top: 190px solid rgba(0, 0, 0, 0);
    border-bottom: 190px solid rgba(0, 0, 0, 0);
    border-left: 340px solid #fff;
    transform: translateX(-50%);
  }
}
.plan_house-list-top-info.__even::before {
  border-top: 375px solid rgba(0, 0, 0, 0);
  border-bottom: 375px solid rgba(0, 0, 0, 0);
  border-right: 673px solid #fff;
  right: 0;
}
@media (max-width: 960px) {
  .plan_house-list-top-info.__even::before {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .plan_house-list-top-info.__even::before {
    border-top: 305px solid rgba(0, 0, 0, 0);
    border-bottom: 305px solid rgba(0, 0, 0, 0);
    border-right: 535px solid #fff;
    transform: translateX(calc(50% - 15px));
  }
}
@media (max-width: 560px) {
  .plan_house-list-top-info.__even::before {
    border-top: 190px solid rgba(0, 0, 0, 0);
    border-bottom: 190px solid rgba(0, 0, 0, 0);
    border-right: 340px solid #fff;
    transform: translateX(50%);
  }
}
.plan_house-list-top-info::after {
  content: "";
  width: 678px;
  aspect-ratio: 678/724;
  background: url(../img/deco_rainbow.png) center/cover;
  position: absolute;
  top: 0;
  z-index: -10;
}
@media (max-width: 560px) {
  .plan_house-list-top-info::after {
    width: 313px;
    top: 60px;
  }
}
.plan_house-list-top-info.__odd::after {
  left: 0;
  transform: translate(-28%, -20%);
}
.plan_house-list-top-info.__even::after {
  right: 0;
  transform: translate(28%, -20%);
}
.plan_house-list-top-info-inner {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 960px) {
  .plan_house-list-top-info-inner {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .plan_house-list-top-info-inner {
    max-width: 460px;
  }
}
@media (max-width: 560px) {
  .plan_house-list-top-info-inner {
    max-width: 280px;
  }
}
.plan_house-list-top-info-plan {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .plan_house-list-top-info-plan {
    margin-top: 28px;
  }
}
@media (max-width: 560px) {
  .plan_house-list-top-info-plan {
    font-size: 14px;
    height: 28px;
    max-width: 200px;
    margin: 20px auto 0;
  }
}
.plan_house-list-top-info-plan.__01 {
  background-color: #ffce00;
}
.plan_house-list-top-info-plan.__02 {
  background-color: #ff7e78;
}
.plan_house-list-top-info-plan.__03 {
  background-color: #6ccf37;
}
.plan_house-list-top-info-standard {
  font-size: 43px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-standard {
    font-size: 25px;
    justify-content: center;
  }
}
.plan_house-list-top-info-standard .__en {
  font-size: 114px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-standard .__en {
    font-size: 80px;
  }
}
.plan_house-list-top-info-standard.__01 {
  color: #ffce00;
}
.plan_house-list-top-info-standard.__02 {
  color: #ff7e78;
}
.plan_house-list-top-info-standard.__03 {
  color: #6ccf37;
}
.plan_house-list-top-info-main-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 8px;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-main-text {
    font-size: 14px;
  }
}
.plan_house-list-top-info-floor {
  font-size: 32px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-floor {
    font-size: 24px;
  }
}
.plan_house-list-top-info-floor .__jost {
  font-family: "Jost", sans-serif;
  font-weight: inherit;
}
.plan_house-list-top-info-cost {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #231815;
  margin-top: 12px;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-cost {
    font-size: 14px;
    height: 36px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.plan_house-list-top-info-price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 12px;
}
@media (max-width: 960px) {
  .plan_house-list-top-info-price {
    justify-content: center;
    gap: 10px;
  }
}
.plan_house-list-top-info-price .__price {
  font-size: 90px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-price .__price {
    font-size: 64px;
  }
}
.plan_house-list-top-info-price .__yen {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-14px);
  position: relative;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-price .__yen {
    font-size: 20px;
  }
}
.plan_house-list-top-info-price .__yen::before {
  content: "(税込)";
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-price .__yen::before {
    font-size: 12px;
  }
}
.plan_house-list-top-info-caution-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  margin-top: 16px;
}
.plan_house-list-top-info-caution-list-item {
  font-size: 15px;
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 560px) {
  .plan_house-list-top-info-caution-list-item {
    font-size: 12px;
  }
}
.plan_house-list-top-info-caution-list-item::before {
  content: "※";
  font-size: inherit;
  font-weight: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.plan_house-list-top-img-block {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .plan_house-list-top-img-block {
    width: 100%;
    margin-top: 24px;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .plan_house-list-top-img-block {
    max-width: 460px;
  }
}
.plan_house-list-top-img-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan_house-list-top-main-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  height: 150px;
}
@media (max-width: 1280px) {
  .plan_house-list-top-main-title {
    font-size: 36px;
    height: 130px;
  }
}
@media (max-width: 960px) {
  .plan_house-list-top-main-title {
    height: auto;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .plan_house-list-top-main-title {
    font-size: 21px;
    text-align: center;
  }
}
@media (max-width: 960px) {
  .plan_house-list-top-main-title.__pc {
    display: none;
  }
}
.plan_house-list-top-main-title.__tb {
  display: none;
}
@media (max-width: 960px) {
  .plan_house-list-top-main-title.__tb {
    display: block;
  }
}
@media (max-width: 960px) {
  .plan_house-list-top-main-title.__even {
    text-align: right;
  }
}
.plan_house-list-top-img-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.plan_house-list-top-img-tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 8px;
}
@media (max-width: 560px) {
  .plan_house-list-top-img-tag-item {
    font-size: 12px;
  }
}
.plan_house-list-top-img-tag-item .__jost {
  font-family: "Jost", sans-serif;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  transform: translateY(2px);
}
.plan_house-list-top-main-img {
  margin-top: 10px;
}
.plan_house-list-top-floor-wrap {
  display: flex;
  justify-content: space-between;
  transform: translateY(-32px);
  margin-bottom: -32px;
  padding: 0 13px;
  max-width: 534px;
}
@media (max-width: 960px) {
  .plan_house-list-top-floor-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 560px) {
  .plan_house-list-top-floor-wrap {
    padding: 0;
  }
}
.plan_house-list-top-floor {
  width: calc(50% - 10px);
  max-width: 240px;
  display: flex;
  gap: 7px;
  align-items: flex-end;
}
@media (max-width: 560px) {
  .plan_house-list-top-floor {
    width: calc(50% - 4px);
    gap: 4px;
  }
}
.plan_house-list-top-floor-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  flex-shrink: 0;
  margin-bottom: 16px;
}
@media (max-width: 560px) {
  .plan_house-list-top-floor-num {
    font-size: 12px;
    width: 24px;
    height: 24px;
  }
}
.plan_house-list-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-top: 64px;
  background: linear-gradient(90deg, rgb(67, 177, 222) 0%, rgb(125, 91, 149) 17.73%, rgb(230, 101, 147) 37.93%, rgb(244, 187, 104) 59.11%, rgb(252, 233, 118) 80.79%, rgb(168, 199, 95) 100%);
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 768px) {
  .plan_house-list-more-btn {
    height: 64px;
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .plan_house-list-more-btn {
    margin-top: 24px;
    width: 100vw;
    transform: translateX(-28px);
    height: 50px;
    font-size: 16px;
  }
}
.plan_house-list-more-btn::before {
  content: "";
  width: 17.3px;
  height: 15.8px;
  background: url(../img/arrow_00.png) center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 100px), -50%);
}
.plan_house-list-more-btn.is-open::before {
  transform: translate(calc(-50% + 100px), -50%) rotate(180deg);
}
.plan_house-list-bottom {
  background-color: #fff;
  padding: 60px 20px;
  display: none;
}
@media (max-width: 768px) {
  .plan_house-list-bottom {
    padding: 36px 16px;
  }
}
@media (max-width: 560px) {
  .plan_house-list-bottom {
    width: 100vw;
    transform: translateX(-28px);
    padding: 20px 28px;
  }
}
.plan_house-list-bottom-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.plan_house-list-bottom-title {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .plan_house-list-bottom-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .plan_house-list-bottom-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .plan_house-list-bottom-title {
    font-size: 18px;
  }
}
.plan_house-list-bottom-subtitle {
  font-size: 27px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .plan_house-list-bottom-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .plan_house-list-bottom-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .plan_house-list-bottom-subtitle {
    font-size: 14px;
  }
}
.plan_house-list-bottom-container {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .plan_house-list-bottom-container {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .plan_house-list-bottom-container {
    margin-top: 24px;
  }
}
.plan_house-list-bottom-lg-block {
  width: 62%;
}
@media (max-width: 768px) {
  .plan_house-list-bottom-lg-block {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .plan_house-list-bottom-main-img {
    width: 90%;
    margin: 0 auto;
  }
}
.plan_house-list-bottom-info {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  align-items: flex-end;
}
@media (max-width: 560px) {
  .plan_house-list-bottom-info {
    gap: 4px;
  }
}
.plan_house-list-bottom-outside {
  width: 54%;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .plan_house-list-bottom-outside {
    width: 140px;
  }
}
.plan_house-list-bottom-info-list {
  width: 100%;
}
.plan_house-list-bottom-info-list-item {
  font-size: 17px;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}
@media (max-width: 560px) {
  .plan_house-list-bottom-info-list-item {
    font-size: 11px;
  }
}
.plan_house-list-bottom-info-list-item::before {
  content: "◾";
  font-weight: inherit;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.plan_house-list-bottom-info-list-item .__jost {
  font-family: "Jost", sans-serif;
  font-size: inherit;
}
.plan_house-list-bottom-info-list-item:nth-child(n+2) {
  margin-top: 4px;
}
.plan_house-list-bottom-floor-block {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .plan_house-list-bottom-floor-block {
    justify-content: flex-start;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .plan_house-list-bottom-floor-block {
    width: 100%;
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .plan_house-list-bottom-floor-block {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .plan_house-list-bottom-floor-block.__pc {
    display: none;
  }
}
.plan_house-list-bottom-floor-block.__sp {
  display: none;
}
@media (max-width: 768px) {
  .plan_house-list-bottom-floor-block.__sp {
    display: flex;
  }
}

.work {
  padding: 148px 0 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .work {
    padding: 118px 0 68px;
  }
}
@media (max-width: 768px) {
  .work {
    padding: 120px 0 60px;
  }
}
@media (max-width: 560px) {
  .work {
    padding: 70px 0 0;
  }
}
@media (max-width: 960px) {
  .work_inner {
    width: 100%;
  }
}
.work_deco {
  justify-content: flex-end;
}
.work_title-img {
  position: relative;
}
@media (max-width: 560px) {
  .work_title-img {
    left: -65px;
  }
}
.work_title-img::before {
  content: "";
  width: 300px;
  aspect-ratio: 299.1502/237.3974;
  position: absolute;
  top: 40px;
  left: -360px;
  background: url(../img/work_title-deco.png) center/cover;
}
@media (max-width: 960px) {
  .work_title-img::before {
    width: 220px;
    left: 320px;
  }
}
@media (max-width: 768px) {
  .work_title-img::before {
    width: 160px;
    left: 240px;
  }
}
@media (max-width: 560px) {
  .work_title-img::before {
    width: 82px;
    left: 176px;
    top: -5px;
  }
}
.work_list {
  margin-top: 168px;
}
@media (max-width: 768px) {
  .work_list {
    margin-top: 80px;
  }
}
.work_list-item {
  position: relative;
}
@media (max-width: 960px) {
  .work_list-item {
    max-width: 800px;
    margin: 0 auto;
  }
}
.work_list-item:nth-child(n+2) {
  margin-top: 180px;
}
@media (max-width: 960px) {
  .work_list-item:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .work_list-item:nth-child(n+2) {
    margin-top: 60px;
  }
}
.work_list-item:nth-child(2n) .work_list-img-wrap {
  left: unset;
  right: 0;
}
.work_list-item:nth-child(2n) .work_list-content {
  margin-left: unset;
  margin-right: auto;
}
.work_list-item:nth-child(2n) .work_list-content-top-inner {
  margin-left: unset;
  margin-right: auto;
}
.work_list-item:nth-child(4n+1) .work_list-info {
  background-color: #ffce00;
}
.work_list-item:nth-child(4n+2) .work_list-info {
  background-color: #ff7e78;
}
.work_list-item:nth-child(4n+3) .work_list-info {
  background-color: #6ccf37;
}
.work_list-item:nth-child(4n+4) .work_list-info {
  background-color: #39a0d4;
}
.work_list-item::before {
  content: "";
  width: 100vw;
  height: calc(100% - 100px);
  background-color: #fff3e3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 960px) {
  .work_list-item::before {
    display: block;
  }
}
.work_list-img-wrap {
  width: 50%;
  position: absolute;
  top: -84px;
  left: 0;
}
@media (max-width: 960px) {
  .work_list-img-wrap {
    position: relative;
    top: unset;
    padding-bottom: 56px;
    width: 70%;
  }
}
@media (max-width: 560px) {
  .work_list-img-wrap {
    width: calc(100% - 50px);
  }
}
.work_list-info {
  padding: 0 10px 0 10px;
  gap: 20px;
  max-width: 427px;
  width: 90%;
  height: 93px;
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
  display: flex;
}
@media (max-width: 960px) {
  .work_list-info {
    left: unset;
    transform: unset;
    right: 0;
    width: calc(100% - 28px);
    height: 75px;
    bottom: 0;
  }
}
@media (max-width: 560px) {
  .work_list-info {
    gap: 12px;
    height: 64px;
  }
}
.work_list-info-num-wrap {
  width: 56px;
  height: 87px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 14px;
  transform: translateY(-15px);
}
@media (max-width: 960px) {
  .work_list-info-num-wrap {
    height: 70px;
  }
}
@media (max-width: 560px) {
  .work_list-info-num-wrap {
    transform: translateY(-10px);
    width: 40px;
    height: 60px;
    padding-bottom: 8px;
  }
}
.work_list-info-num {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.work_list-info-num .__en {
  font-size: 10px;
  font-family: inherit;
  line-height: 1;
}
.work_list-info-num .__num {
  font-size: 24px;
  font-family: inherit;
  line-height: 1;
}
@media (max-width: 560px) {
  .work_list-info-num .__num {
    font-size: 18px;
  }
}
.work_list-info-text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 560px) {
  .work_list-info-text-wrap {
    gap: 6px;
  }
}
.work_list-info-text-floor {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 960px) {
  .work_list-info-text-floor {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .work_list-info-text-floor {
    font-size: 13px;
  }
}
.work_list-info-text-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 960px) {
  .work_list-info-text-title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .work_list-info-text-title {
    font-size: 14px;
  }
}
.work_list-content {
  background-color: #fff3e3;
  padding: 32px 20px 0;
  width: 90%;
  max-width: 965px;
  margin-left: auto;
}
@media (max-width: 960px) {
  .work_list-content {
    width: 100%;
    padding: 32px 28px;
  }
}
@media (max-width: 560px) {
  .work_list-content {
    padding: 14px 28px 24px;
  }
}
.work_list-content-inner {
  max-width: 850px;
  margin: 0 auto;
}
.work_list-content-top {
  min-height: 390px;
  position: relative;
}
@media (max-width: 960px) {
  .work_list-content-top {
    min-height: unset;
  }
}
.work_list-content-top-inner {
  width: calc(50% + 30px);
  margin-left: auto;
}
@media (max-width: 960px) {
  .work_list-content-top-inner {
    width: 100%;
  }
}
.work_list-content-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
  cursor: pointer;
}
@media (max-width: 560px) {
  .work_list-content-arrow {
    padding: 24px 0;
  }
}
.work_list-content-arrow.is-open {
  transform: rotate(180deg);
}
.work_list-content-arrow::before {
  content: "";
  width: 100%;
  height: 0.35px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.work_list-content-arrow .__img {
  display: flex;
  align-items: center;
  width: 17px;
  position: relative;
}
@media (max-width: 560px) {
  .work_list-content-arrow .__img {
    width: 12px;
  }
}
.work_list-content-arrow .__img::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff3e3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 560px) {
  .work_list-content-arrow .__img::after {
    width: 22px;
    height: 22px;
  }
}
.work_list-content-top-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  max-width: 340px;
}
@media (max-width: 560px) {
  .work_list-content-top-tag {
    gap: 8px 6px;
  }
}
.work_list-content-top-tag-item {
  background-color: #fff;
  border: 0.35px solid #000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  width: 154px;
  padding: 4px 0;
}
@media (max-width: 560px) {
  .work_list-content-top-tag-item {
    font-size: 12px;
    width: 112px;
  }
}
.work_list-content-top-tag-item .__lg {
  font-size: 28px;
  font-weight: inherit;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
@media (max-width: 560px) {
  .work_list-content-top-tag-item .__lg {
    font-size: 20px;
  }
}
.work_list-content-top-tag-item .__sm {
  font-size: 13px;
  font-weight: inherit;
  font-family: "Jost", sans-serif;
}
@media (max-width: 560px) {
  .work_list-content-top-tag-item .__sm {
    Fz: 12px;
  }
}
.work_list-content-top-text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 960px) {
  .work_list-content-top-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .work_list-content-top-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.work_list-gallery-wrap {
  display: none;
}
.work_list-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .work_list-gallery {
    flex-direction: column;
    align-items: center;
  }
}
.work_list-gallery::before {
  content: "";
  width: 100vw;
  height: 140px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .work_list-gallery::before {
    display: none;
  }
}
.work_list-gallery-item {
  width: calc(50% - 10px);
  max-width: 406px;
}
@media (max-width: 560px) {
  .work_list-gallery-item {
    width: 100%;
  }
}
.work_list-gallery-item-text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
}
@media (max-width: 560px) {
  .work_list-gallery-item-text {
    font-size: 13px;
  }
}

.cta {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 40px 0;
  }
}
@media (max-width: 960px) {
  .cta_inner {
    max-width: 580px;
  }
}
.cta_header {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 960px) {
  .cta_header {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .cta_header {
    gap: 16px;
  }
}
.cta_header-illust {
  max-width: 346px;
}
@media (max-width: 1280px) {
  .cta_header-illust {
    max-width: 270px;
  }
}
@media (max-width: 560px) {
  .cta_header-illust {
    max-width: 180px;
  }
}
.cta_header-text-color {
  font-size: 34px;
  font-weight: 500;
  color: #ff5e00;
  line-height: 1.6;
}
@media (max-width: 1280px) {
  .cta_header-text-color {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .cta_header-text-color {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .cta_header-text-color {
    font-size: 15px;
  }
}
.cta_header-text-color .__jost {
  font-family: "Jost", sans-serif;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.cta_header-text-sm {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .cta_header-text-sm {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .cta_header-text-sm {
    font-size: 13px;
    margin-top: 10px;
  }
}
.cta_main {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
@media (max-width: 960px) {
  .cta_main {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .cta_main {
    margin-top: 20px;
    gap: 20px;
  }
}
.cta_main-img {
  width: 50%;
}
@media (max-width: 960px) {
  .cta_main-img {
    width: 100%;
  }
}
.cta_main-content {
  width: 50%;
}
@media (max-width: 960px) {
  .cta_main-content {
    width: 100%;
  }
}
.cta_main-content-inner {
  max-width: 427px;
  margin: 0 auto;
}
.cta_btn-list-item:nth-child(n+2) {
  margin-top: 14px;
}
@media (max-width: 560px) {
  .cta_btn-list-item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.cta_btn-list-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 78px;
  border: 1px solid #000;
  display: flex;
  padding-left: 65px;
}
@media (max-width: 560px) {
  .cta_btn-list-link {
    height: 50px;
  }
}
.cta_btn-list-link .__icon {
  display: flex;
  align-items: center;
  width: 34px;
  flex-shrink: 0;
}
@media (max-width: 560px) {
  .cta_btn-list-link .__icon {
    width: 28px;
  }
}
.cta_btn-list-link .__text {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 214px;
  position: relative;
}
@media (max-width: 560px) {
  .cta_btn-list-link .__text {
    font-size: 14px;
    max-width: 145px;
  }
}
.cta_btn-list-link .__text::before {
  content: "";
  width: 15.8px;
  height: 17.3px;
  background: url(../img/arrow-toright.png) center/cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 560px) {
  .cta_btn-list-link .__text::before {
    width: 10.8px;
    height: 12.3px;
  }
}
.cta_tel-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 560px) {
  .cta_tel-block {
    gap: 14px;
  }
}
.cta_tel-block-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 560px) {
  .cta_tel-block-text {
    font-size: 13px;
  }
}
.cta_tel-block-link {
  display: flex;
  font-size: 36px;
  font-family: "Jost", sans-serif;
  color: #ff5e00;
  font-weight: 900;
  gap: 8px;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 560px) {
  .cta_tel-block-link {
    font-size: 26px;
  }
}
.cta_tel-block-link .__icon {
  display: flex;
  align-items: center;
  width: 24px;
}
@media (max-width: 560px) {
  .cta_tel-block-link .__icon {
    width: 20px;
  }
}
.cta_tel-block-img {
  max-width: 105px;
}
@media (max-width: 1280px) {
  .cta_tel-block-img {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .cta_tel-block-img {
    width: 80px;
    flex-shrink: 0;
  }
}
.cta_tel-block-time {
  font-size: 14px;
  font-weight: 700;
  color: #ff5e00;
  padding-left: 32px;
}
@media (max-width: 560px) {
  .cta_tel-block-time {
    font-size: 12px;
    padding-left: 0;
  }
}
.cta_tel-block-time .__jost {
  font-family: "Jost", sans-serif;
  color: inherit;
  font-weight: inherit;
  font-size: 18px;
}
@media (max-width: 560px) {
  .cta_tel-block-time .__jost {
    font-size: 12px;
  }
}

.voice {
  background-color: #ff5e00;
  padding: 112px 0 190px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .voice {
    padding: 100px 0 120px;
  }
}
@media (max-width: 768px) {
  .voice {
    padding: 100px 0 60px;
  }
}
.voice_title-img {
  position: relative;
}
@media (max-width: 768px) {
  .voice_title-img {
    transform: translateX(32px);
  }
}
.voice_title-img::before {
  content: "";
  width: 266px;
  height: 206px;
  background: url(../img/voice_title-deco.png) center/cover;
  position: absolute;
  bottom: -180px;
  right: -400px;
}
@media (max-width: 1280px) {
  .voice_title-img::before {
    width: 226px;
    height: 174px;
    bottom: -180px;
    right: -310px;
  }
}
@media (max-width: 960px) {
  .voice_title-img::before {
    width: 186px;
    height: 144px;
    right: unset;
    left: -220px;
    bottom: -70px;
  }
}
@media (max-width: 768px) {
  .voice_title-img::before {
    width: 166px;
    height: 128px;
    left: -180px;
  }
}
@media (max-width: 560px) {
  .voice_title-img::before {
    width: 107px;
    height: 82px;
    bottom: -20px;
    left: -114px;
  }
}
.voice_top-title {
  color: #fff;
}
.voice_top-title-text {
  color: #fff;
}
.voice_list {
  margin-top: 90px;
}
@media (max-width: 1280px) {
  .voice_list {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .voice_list {
    padding: 0 40px;
    margin-top: 48px;
  }
}
@media (max-width: 560px) {
  .voice_list {
    margin-top: 40px;
    padding: 0 20px;
  }
}
.voice_list .slick-arrow {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-color: unset;
  overflow: hidden;
  text-indent: -100px;
  cursor: pointer;
}
@media (max-width: 560px) {
  .voice_list .slick-arrow {
    width: 20px;
    height: 20px;
  }
}
.voice_list .slick-arrow.slick-prev {
  left: -40px;
  background-image: url(../img/slide-prev.png);
}
@media (max-width: 960px) {
  .voice_list .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media (max-width: 768px) {
  .voice_list .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 560px) {
  .voice_list .slick-arrow.slick-prev {
    left: -8px;
  }
}
.voice_list .slick-arrow.slick-next {
  right: -40px;
  background-image: url(../img/slide-next.png);
}
@media (max-width: 960px) {
  .voice_list .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 768px) {
  .voice_list .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 560px) {
  .voice_list .slick-arrow.slick-next {
    right: -8px;
  }
}
.voice_list-item {
  padding: 40px 16px 0;
}
@media (max-width: 1280px) {
  .voice_list-item {
    padding: 12px 16px 0;
  }
}
@media (max-width: 560px) {
  .voice_list-item {
    padding: 12px 0 0;
  }
}
.voice_list-item-bg {
  background-color: #fff;
  padding: 24px 24px 36px;
}
@media (max-width: 1280px) {
  .voice_list-item-bg {
    padding: 20px 20px 32px;
  }
}
.voice_list-header {
  display: flex;
  gap: 30px;
  position: relative;
}
.voice_list-header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  width: 110px;
  position: absolute;
  top: -40px;
  left: 0;
  aspect-ratio: 1/1;
}
@media (max-width: 1280px) {
  .voice_list-header-icon {
    width: 80px;
    top: -32px;
  }
}
.voice_list-header-icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_list-header-info {
  font-size: 20px;
  font-weight: 500;
  padding-left: 140px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  .voice_list-header-info {
    padding-left: 95px;
    padding-bottom: 24px;
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .voice_list-header-info {
    padding-bottom: 16px;
  }
}
.voice_list-header-info .__sm {
  font-size: 16px;
  font-weight: inherit;
}
@media (max-width: 1280px) {
  .voice_list-header-info .__sm {
    font-size: 14px;
  }
}
.voice_list-header-info .__sm .__jost {
  font-family: "Jost", sans-serif;
  font-size: inherit;
  font-size: inherit;
}
.voice_list-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #fcdb66;
  min-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 4px 0;
  line-height: 1.25;
}
.voice_list-title::before {
  content: "";
  height: 100%;
  width: calc(100% + 48px);
  background-color: #fcdb66;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1280px) {
  .voice_list-title::before {
    width: calc(100% + 40px);
  }
}
.voice_list-text {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 32px;
}
@media (max-width: 1280px) {
  .voice_list-text {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .voice_list-text {
    font-size: 14px;
    margin-top: 16px;
  }
}

.qa {
  padding: 90px 0 115px;
  background-color: #f1f6f7;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .qa {
    padding: 80px 0 100px;
  }
}
@media (max-width: 560px) {
  .qa {
    padding: 80px 0 56px;
  }
}
.qa_deco {
  justify-content: flex-end;
}
.qa_title-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .qa_title-wrap {
    justify-content: center;
  }
}
.qa_title-wrap::before {
  content: "";
  width: 408px;
  aspect-ratio: 408/216;
  background: url(../img/qa_illust.png) center/cover;
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media (max-width: 1280px) {
  .qa_title-wrap::before {
    width: 320px;
    right: 0;
  }
}
@media (max-width: 960px) {
  .qa_title-wrap::before {
    width: 260px;
  }
}
@media (max-width: 768px) {
  .qa_title-wrap::before {
    width: 220px;
    bottom: unset;
    top: 0;
  }
}
@media (max-width: 560px) {
  .qa_title-wrap::before {
    width: 130px;
    top: -20px;
    right: 28px;
  }
}
.qa_title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qa_title-img {
  transform: translateX(-100px);
}
@media (max-width: 560px) {
  .qa_title-img {
    transform: translateX(-70px);
  }
}
.qa_list {
  margin-top: 84px;
}
@media (max-width: 768px) {
  .qa_list {
    margin-top: 48px;
  }
}
@media (max-width: 560px) {
  .qa_list {
    margin-top: 28px;
  }
}
.qa_list-item:nth-child(n+2) {
  margin-top: 24px;
}
@media (max-width: 560px) {
  .qa_list-item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.qa_list-question {
  width: 100%;
  min-height: 115px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .qa_list-question {
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .qa_list-question {
    min-height: 80px;
  }
}
@media (max-width: 560px) {
  .qa_list-question {
    min-height: 60px;
  }
}
.qa_list-question.is-open .qa_list-btn {
  transform: translateY(-50%) rotate(180deg);
}
.qa_list-inner {
  width: calc(100% - 40px);
  max-width: 944px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .qa_list-inner {
    width: calc(100% - 32px);
    gap: 16px;
    padding-right: 32px;
  }
}
@media (max-width: 560px) {
  .qa_list-inner {
    padding-right: 16px;
    width: calc(100% - 20px);
  }
}
.qa_list-inner.__answer {
  padding: 32px 0;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .qa_list-inner.__answer {
    padding: 20px 0;
  }
}
.qa_list-icon {
  display: block;
  width: 76px;
  transform: translateY(5px);
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .qa_list-icon {
    width: 68px;
  }
}
@media (max-width: 768px) {
  .qa_list-icon {
    width: 50px;
  }
}
@media (max-width: 560px) {
  .qa_list-icon {
    width: 40px;
  }
}
.qa_list-question-text {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .qa_list-question-text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .qa_list-question-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .qa_list-question-text {
    font-size: 15px;
  }
}
.qa_list-btn {
  width: 17px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media (max-width: 560px) {
  .qa_list-btn {
    width: 10px;
    display: flex;
    right: 12px;
  }
}
.qa_list-answer {
  display: none;
}
.qa_list-answer-text {
  font-size: 20px;
  line-height: 1.75;
}
@media (max-width: 1280px) {
  .qa_list-answer-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qa_list-answer-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .qa_list-answer-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.contact {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 60px 0;
  }
}
@media (max-width: 560px) {
  .contact {
    padding: 40px 0;
  }
}
.contact_top-title {
  text-align: center;
  font-size: 72px;
  color: #ff5e00;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
@media (max-width: 560px) {
  .contact_top-title {
    font-size: 24px;
  }
}
.contact_form-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 14px;
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  .contact_form-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }
}
.contact_form-block:last-child {
  border-bottom: none;
}
.contact_form-title {
  font-size: 22px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  width: 270px;
}
@media (max-width: 768px) {
  .contact_form-title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .contact_form-title {
    font-size: 14px;
  }
}
.contact_form-require, .contact_form-any {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 2.3px;
  width: 38px;
  height: 22px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 1px;
}
@media (max-width: 560px) {
  .contact_form-require, .contact_form-any {
    font-size: 10px;
    width: 28px;
    height: 16px;
  }
}
.contact_form-require {
  background-color: #ff5e00;
}
.contact_form-any {
  background-color: #c1c1c1;
}
.contact_form-content {
  max-width: 700px;
  width: 100%;
}
.contact_form-content input[type=text],
.contact_form-content input[type=email],
.contact_form-content input[type=tel] {
  border: 1px solid #d2d2d2;
  min-height: 56px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact_form-content input[type=text],
  .contact_form-content input[type=email],
  .contact_form-content input[type=tel] {
    min-height: 48px;
  }
}
@media (max-width: 560px) {
  .contact_form-content input[type=text],
  .contact_form-content input[type=email],
  .contact_form-content input[type=tel] {
    min-height: 40px;
    font-size: 14px;
  }
}
.contact_form-content textarea {
  border: 1px solid #d2d2d2;
  min-height: 450px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .contact_form-content textarea {
    min-height: 400px;
  }
}
@media (max-width: 560px) {
  .contact_form-content textarea {
    min-height: 280px;
  }
}
.contact_form-content input[type=radio] {
  display: none;
}
.contact_form-content .wpcf7-radio,
.contact_form-content .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_form-content .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .contact_form-content .wpcf7-list-item-label {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (max-width: 560px) {
  .contact_form-content .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact_form-content .wpcf7-list-item-label.is-active::before {
  opacity: 1;
}
.contact_form-content .wpcf7-list-item-label::before {
  content: "";
  width: 8px;
  height: 16px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 5px;
}
@media (max-width: 768px) {
  .contact_form-content .wpcf7-list-item-label::before {
    width: 6px;
    height: 14px;
    left: 8px;
    top: 2px;
  }
}
.contact_form-content .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
  .contact_form-content .wpcf7-list-item-label::after {
    width: 20px;
    height: 20px;
  }
}
.contact_form-content .__mt {
  margin-top: 22px;
}
@media (max-width: 560px) {
  .contact_form-content .__mt {
    margin-top: 12px;
  }
}
.contact_form-content-caution {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .contact_form-content-caution {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .contact_form-content-caution {
    font-size: 12px;
    margin-top: 6px;
  }
}
.contact_form-content-post-code {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact_form-content-post-code-input {
  max-width: 240px;
}
.contact_form-privacy {
  border: 1px solid #d2d2d2;
  padding: 36px 40px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .contact_form-privacy {
    padding: 24px 16px;
  }
}
@media (max-width: 560px) {
  .contact_form-privacy {
    margin-top: 0;
  }
}
.contact_form-privacy-title {
  font-size: 18px;
  color: #8f8f8f;
  text-align: center;
}
@media (max-width: 560px) {
  .contact_form-privacy-title {
    font-size: 14px;
  }
}
.contact_form-privacy-text {
  font-size: 15px;
  line-height: 1.86;
  color: #8f8f8f;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact_form-privacy-text {
    font-size: 13px;
    margin-top: 12px;
    overflow: scroll;
    height: 200px;
  }
}
@media (max-width: 560px) {
  .contact_form-privacy-text {
    font-size: 12px;
    height: 120px;
    line-height: 1.5;
  }
}
.contact_form-confirm-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .contact_form-confirm-wrap {
    font-size: 14px;
  }
}
.contact_form-submit-wrap {
  position: relative;
}
.contact_form-submit {
  opacity: 0.3;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
  max-width: 427px;
  height: 78px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  align-items: center;
  color: #000;
  background-image: url(../img/arrow-toright.png), linear-gradient(90deg, rgb(67, 177, 222) 0%, rgb(125, 91, 149) 17.73%, rgb(230, 101, 147) 37.93%, rgb(244, 187, 104) 59.11%, rgb(252, 233, 118) 80.79%, rgb(168, 199, 95) 100%);
  background-size: 15.8px auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: right 100px center, center;
  margin: 48px auto 0;
}
@media (max-width: 768px) {
  .contact_form-submit {
    margin-top: 32px;
    max-width: 280px;
    height: 45px;
    font-size: 14px;
    background-size: 10.8px auto, 100% auto;
    background-position: right 74px center, center;
  }
}
.contact_form-submit.is-active {
  opacity: 1;
  pointer-events: visible;
}
.contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 230px), -50%);
}
@media (max-width: 768px) {
  .contact .wpcf7-spinner {
    transform: translate(calc(-50% + 150px), -50%);
  }
}

.u_break_pcl {
  display: none;
}
@media (max-width: 1600px) {
  .u_break_pcl {
    display: block;
  }
}
.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_target {
  padding-top: 90px;
  margin-top: -90px;
}
@media (max-width: 560px) {
  .u_target {
    padding-top: 60px;
    margin-top: -60px;
  }
}/*# sourceMappingURL=style.css.map */