@charset "UTF-8";
/* 共通設定 */
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #282828;
}

.fb {
  font-weight: 700;
}

.d1440 {
  display: block;
}

@media screen and (max-width: 1440px) {
  .d1440 {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  width: -moz-fit-content;
  width: fit-content;
  height: 14px;
}
.arrow::before, .arrow::after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 60%;
  position: absolute;
  right: 1px;
}
.arrow::before {
  rotate: -45deg;
  top: 0;
}
.arrow::after {
  rotate: 45deg;
  bottom: 0;
}

/* ヘッダー */
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
header .header_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 80px 8px;
}
header .header_wrapper .logo {
  max-width: 180px;
  max-height: 70px;
}
header .header_wrapper .contact_wrap {
  display: flex;
  gap: 40px;
  font-size: 14px;
  align-items: center;
}
header .header_wrapper .contact_wrap .tel .number {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  color: #E01717;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  font-family: "Mada", sans-serif;
  letter-spacing: 5.5px;
}
header .header_wrapper .contact_wrap .tel .number img {
  max-width: 32px;
}
header .header_wrapper .contact_wrap .form p {
  text-align: center;
}
header .header_wrapper .contact_wrap .form a {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  border-radius: 50px;
  background: linear-gradient(0.25turn, #E09C23, #E08523);
  padding: 10px 16px 10px 12px;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 2px 2px 8px rgba(224, 133, 35, 0.7);
}
header .header_wrapper .contact_wrap .form a:hover {
  opacity: 0.7;
}
header .header_wrapper .contact_wrap .form a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  border-radius: 50px;
}
header .header_wrapper .contact_wrap .form a .text {
  display: inline-block;
  color: #E09C23;
  background-color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 50px;
  margin-right: 8px;
}
header .header_wrapper .burger {
  display: none;
}
header nav {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 80px;
}
header nav .nav_list {
  display: flex;
  justify-content: space-between;
}
header nav .nav_list li {
  width: 16.6666667%;
}
header nav .nav_list li a {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  border-left: 1px solid #aaa;
  transition: all 0.5s ease;
}
header nav .nav_list li a:hover {
  color: #E08523;
}
header nav .nav_list li:last-child a {
  border-right: 1px solid #aaa;
}
header nav .burger_menu {
  display: none;
}

/* 1024px以下 */
@media screen and (max-width: 1024px) {
  header .header_wrapper {
    padding: 16px 4vw;
  }
  header .header_wrapper .contact_wrap .form {
    display: none;
  }
  header nav {
    font-size: 1.5vw;
    padding: 12px 4vw;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
  header .header_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    align-items: center;
  }
  header .header_wrapper .contact_wrap .tel {
    display: none;
  }
  header .header_wrapper .contact_wrap .form {
    display: block;
  }
  header .header_wrapper .contact_wrap .form > p {
    display: none;
  }
  header .header_wrapper .contact_wrap .form > a {
    font-size: 0;
    padding: 10px 6vw;
    margin-top: 0;
  }
  header .header_wrapper .contact_wrap .form > a::after {
    font-size: 16px;
    content: "無料お見積";
  }
  header .header_wrapper .contact_wrap .form > a .text {
    display: none;
  }
  header .header_wrapper .contact_wrap .form > a .arrow {
    display: none;
  }
  header .header_wrapper .logo {
    width: 112px;
  }
  header .header_wrapper .burger {
    display: block;
    position: relative;
    width: 36px;
    height: 33px;
    cursor: pointer;
  }
  header .header_wrapper .burger span {
    width: 100%;
    height: 4px;
    background-color: #E08523;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header_wrapper .burger span:nth-child(2) {
    top: 14px;
  }
  header .header_wrapper .burger span:last-child {
    top: unset;
    bottom: 0;
  }
  header nav {
    padding: 0;
  }
  header nav .nav_list {
    display: none;
  }
  header nav .burger_menu {
    display: block;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #E09C23;
    width: 100%;
    height: 100%;
    padding: 5vw;
    overflow-y: scroll;
  }
  header nav .burger_menu .logo_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
  }
  header nav .burger_menu .logo_sp a {
    max-width: 25%;
  }
  header nav .burger_menu .logo_sp .close {
    width: 45px;
    height: 45px;
    position: relative;
    cursor: pointer;
  }
  header nav .burger_menu .logo_sp .close::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform: rotate(45deg);
  }
  header nav .burger_menu .logo_sp .close::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  header nav .burger_menu .nav_list_sp {
    border-bottom: 1px solid #fff;
  }
  header nav .burger_menu .nav_list_sp li {
    border-top: 1px solid #fff;
    color: #fff;
    font-size: max(3vw, 16px);
  }
  header nav .burger_menu .nav_list_sp li a {
    display: inline-block;
    padding: 0.5em 3vw;
    width: 100%;
  }
  header nav .burger_menu .nav_contact {
    padding: 5vw 0;
  }
  header nav .burger_menu .nav_contact .sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
  }
  header nav .burger_menu .nav_contact .sns li a {
    background-color: #fff;
    border-radius: 50%;
    padding: 16px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    text-align: center;
    display: block;
  }
  header nav .burger_menu .nav_contact .number {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    font-family: "Mada", sans-serif;
    letter-spacing: 5.5px;
    align-items: center;
    line-height: 2;
  }
  header nav .burger_menu .nav_contact .number img {
    max-width: 32px;
    max-height: 32px;
  }
}
/* ヘッダー終わり */
/* フッター */
footer {
  background-color: #E01717;
  padding: 40px 80px 16px;
  color: #fff;
}
footer .footer_wrapper {
  max-width: 1280px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
footer .footer_wrapper .left .logo {
  display: inline-block;
  max-width: 165px;
}
footer .footer_wrapper .left .address {
  margin: 24px 0;
}
footer .footer_wrapper .left .tel {
  display: flex;
  font-family: "Mada", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
footer .footer_wrapper .left .tel img {
  margin-right: 8px;
  max-width: 24px;
}
footer .footer_wrapper .left .time {
  margin-bottom: 24px;
}
footer .footer_wrapper .left .sns {
  display: flex;
  gap: 16px;
}
footer .footer_wrapper .left .sns a {
  display: inline-block;
  background-color: #fff;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
footer .footer_wrapper .right ul {
  display: flex;
}
footer .footer_wrapper .right ul li a {
  display: inline-block;
  width: 138px;
  text-align: center;
  border-right: 1px solid #fff;
}
footer .footer_wrapper .right ul li:last-child a {
  border-right: none;
}
footer .copy {
  border-top: 1px solid #EB6E6E;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: right;
  font-weight: lighter;
  font-size: 12px;
}

/* 1250px以下 */
@media screen and (max-width: 1250px) {
  footer .footer_wrapper .right ul li a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1vw;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  footer {
    padding: 40px 4vw 16px;
  }
  footer .footer_wrapper .right ul li a {
    font-size: 1.5vw;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  footer .footer_wrapper {
    flex-direction: column;
  }
  footer .footer_wrapper .left {
    text-align: center;
    order: 2;
  }
  footer .footer_wrapper .left .tel {
    justify-content: center;
  }
  footer .footer_wrapper .left .sns {
    justify-content: center;
  }
  footer .footer_wrapper .right {
    order: 1;
    margin-bottom: 40px;
  }
  footer .footer_wrapper .right ul {
    flex-direction: column;
    border-top: 1px solid #fff;
  }
  footer .footer_wrapper .right ul li {
    width: 100%;
  }
  footer .footer_wrapper .right ul li a {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: none;
    color: #fff;
    padding: 0.5em 3vw;
    font-size: max(3vw, 16px);
  }
}
/* フッター終わり */
/* メインコンテンツ */
.float .float_pc {
  opacity: 0;
  transition: all 0.5s ease;
  max-width: 1440px;
  margin: 0 auto;
}
.float .float_pc.is-show {
  opacity: 1;
}
.float .float_pc .sns {
  position: fixed;
  bottom: 20px;
  right: calc(50% - 712px);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 64px;
}
.float .float_pc .sns li a {
  background-color: #fff;
  border-radius: 50%;
  padding: 16px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  text-align: center;
  display: block;
  border: 1px solid #aaa;
}
.float .float_sp {
  display: none;
}

/* 1440px以下 */
@media screen and (max-width: 1440px) {
  .float .float_pc .sns {
    right: calc(50% - 49vw);
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .float .float_pc {
    display: none;
  }
  .float .float_sp {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 99998;
  }
  .float .float_sp .text {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
  }
  .float .float_sp .number {
    display: flex;
    justify-content: center;
    gap: 8px;
    color: #E01717;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    font-family: "Mada", sans-serif;
    letter-spacing: 5.5px;
    align-items: center;
    line-height: 1.5;
  }
  .float .float_sp .number img {
    max-width: 32px;
    max-height: 32px;
  }
  footer {
    padding-bottom: 104px;
  }
}
.plan, .area, .feature, .company, .flow, .contact {
  scroll-margin-top: 142px;
}

.mv {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 142px;
}
.mv .bg {
  background: url("../images/mv.png") no-repeat;
  background-size: cover;
  background-position: center top;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  position: absolute;
}
.mv .mv_wrapper {
  padding: 56px 80px 80px;
  display: flex;
  justify-content: space-between;
}
.mv .mv_wrapper .left h1 {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 32px;
}
.mv .mv_wrapper .left h1 .white {
  display: inline-block;
  background-color: #fff;
  font-size: 56px;
  padding: 0 5px 10px 5px;
}
.mv .mv_wrapper .left h1 .white .small {
  font-size: 40px;
}
.mv .mv_wrapper .left h1 .red {
  display: inline-block;
  background-color: #E01717;
  font-size: 80px;
  margin: 16px 0;
  color: #fff;
  padding: 0 5px 10px 5px;
}
.mv .mv_wrapper .left .flex_img {
  display: flex;
  gap: 6px;
}
.mv .mv_wrapper .left .flex_img img {
  max-width: 194px;
}
.mv .mv_wrapper .right {
  width: 288px;
  flex-shrink: 0;
}
.mv .mv_wrapper .right ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 110px;
}
.mv .mv_wrapper .right ul li {
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 12px 0 12px 16px;
  background-color: #fff;
}
.mv .mv_wrapper .right ul li::before {
  content: "";
  background-color: #E01717;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .mv_wrapper .right ul li h2 {
  font-size: 24px;
  font-weight: 700;
}
.mv .mv_wrapper .right ul li p {
  margin-top: 8px;
  font-size: 14px;
}
.mv .mv_wrapper .right .sns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.mv .mv_wrapper .right .sns a {
  background-color: #fff;
  border-radius: 50%;
  padding: 16px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  text-align: center;
}

/* 1440px以下 */
@media screen and (max-width: 1440px) {
  .mv .mv_wrapper {
    padding: 20px 4vw;
  }
  .mv .mv_wrapper .left h1 .white {
    padding-top: 5px;
    font-size: max(4vw, 20px);
  }
  .mv .mv_wrapper .left h1 .white .small {
    font-size: max(3vw, 16px);
  }
  .mv .mv_wrapper .left h1 .red {
    padding-top: 5px;
    font-size: max(5.2vw, 30px);
  }
  .mv .mv_wrapper .right ul {
    margin-bottom: 70px;
  }
  .mv .mv_wrapper .right .sns {
    margin-bottom: 40px;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .mv .mv_wrapper .left {
    margin-bottom: 40px;
  }
  .mv .mv_wrapper .left h1 .white {
    font-size: max(3vw, 20px);
  }
  .mv .mv_wrapper .left h1 .white .small {
    font-size: max(2vw, 16px);
  }
  .mv .mv_wrapper .left h1 .red {
    font-size: max(4.2vw, 30px);
  }
  .mv .mv_wrapper .left .flex_img img {
    max-width: 30%;
  }
  .mv .mv_wrapper .right ul {
    margin-bottom: 30px;
  }
  .mv .mv_wrapper .right .sns {
    flex-direction: unset;
    align-items: unset;
    justify-content: flex-end;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 0;
  }
  .mv .mv_wrapper .left {
    margin-bottom: 20px;
  }
  .mv .mv_wrapper .left h1 {
    margin-bottom: 20px;
  }
  .mv .mv_wrapper .left h1 .white {
    font-size: max(6vw, 20px);
  }
  .mv .mv_wrapper .left h1 .white .small {
    font-size: max(4vw, 16px);
  }
  .mv .mv_wrapper .left h1 .red {
    font-size: max(8vw, 30px);
    margin: 10px 0;
  }
  .mv .mv_wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  .mv .mv_wrapper .right ul {
    margin-top: 0;
    gap: 10px;
  }
  .mv .mv_wrapper .right ul li {
    padding: 8px 0 8px 16px;
  }
  .mv .mv_wrapper .right ul li h2 {
    font-size: 18px;
  }
}
.banner .banner_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 178px 160px 64px;
  position: relative;
}
.banner .banner_wrapper .contact_box {
  position: absolute;
  top: -50px;
  width: 836px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 24px 40px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner_wrapper .contact_box p {
  text-align: center;
  position: relative;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  line-height: 1;
}
.banner .banner_wrapper .contact_box p::before, .banner .banner_wrapper .contact_box p::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 20px;
  height: 1.5px;
  background-color: #282828;
}
.banner .banner_wrapper .contact_box p::before {
  left: -1.5em;
  rotate: -120deg;
}
.banner .banner_wrapper .contact_box p::after {
  right: -1.3em;
  rotate: -60deg;
}
.banner .banner_wrapper .contact_box p .bsl {
  position: absolute;
  top: 12px;
  left: -1.6em;
  width: 15px;
  height: 1.5px;
  background-color: #282828;
  rotate: -120deg;
}
.banner .banner_wrapper .contact_box p .sl {
  position: absolute;
  top: 12px;
  right: -1.4em;
  width: 15px;
  height: 1.5px;
  background-color: #282828;
  rotate: -60deg;
}
.banner .banner_wrapper .contact_box .links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.banner .banner_wrapper .contact_box .links .link {
  flex-shrink: 0;
  padding: 20px 54px 20px 44px;
  background: linear-gradient(0.25turn, #E09C23, #E08523);
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 2px 2px 8px rgba(224, 133, 35, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
}
.banner .banner_wrapper .contact_box .links .link::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.banner .banner_wrapper .contact_box .links .link:hover {
  opacity: 0.7;
}
.banner .banner_wrapper .contact_box .links .link .free {
  color: #E09C23;
  display: inline-block;
  padding: 5px 16px;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 50px;
  font-size: 16px;
}
.banner .banner_wrapper .contact_box .links .link .arrow {
  padding-left: 38px;
}
.banner .banner_wrapper .contact_box .links .link2 {
  flex-shrink: 0;
  padding: 20px 56px 20px 44px;
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 2px 2px 8px rgba(224, 133, 35, 0.7);
  color: #E08523;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  line-height: 34px;
}
.banner .banner_wrapper .contact_box .links .link2::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #E09C23, #E08523) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  border-radius: 50px;
}
.banner .banner_wrapper .contact_box .links .link2:hover {
  opacity: 0.7;
}
.banner .banner_wrapper .contact_box .links .link2 .arrow {
  padding-left: 90px;
}
.banner .banner_wrapper .contact_box .links .link2 .arrow::before, .banner .banner_wrapper .contact_box .links .link2 .arrow::after {
  background-color: #E08523;
}
.banner .banner_wrapper .contact_box .links .arrow::before, .banner .banner_wrapper .contact_box .links .arrow::after {
  height: 100%;
  width: 2.5px;
}
.banner .banner_wrapper .contact_box .links .arrow::before {
  top: -4px;
}
.banner .banner_wrapper .contact_box .links .arrow::after {
  bottom: -4px;
}
.banner .banner_wrapper .sp {
  display: none;
}

/* 1250px以下 */
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .banner .banner_wrapper {
    padding: 280px 4vw 64px;
  }
  .banner .banner_wrapper .contact_box {
    width: 75%;
  }
  .banner .banner_wrapper .contact_box .links {
    flex-direction: column;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .banner .banner_wrapper .contact_box {
    width: 80%;
    padding: 24px 8vw;
  }
  .banner .banner_wrapper .contact_box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .banner .banner_wrapper .contact_box p::before, .banner .banner_wrapper .contact_box p::after {
    top: 14px;
  }
  .banner .banner_wrapper .contact_box p .bsl, .banner .banner_wrapper .contact_box p .sl {
    top: 16px;
  }
  .banner .banner_wrapper .contact_box .links {
    gap: 20px;
  }
  .banner .banner_wrapper .contact_box .links .link, .banner .banner_wrapper .contact_box .links .link2 {
    padding: 20px 4vw 20px 4vw;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }
  .banner .banner_wrapper .contact_box .links .link .free, .banner .banner_wrapper .contact_box .links .link2 .free {
    padding: 0px 8px;
  }
  .banner .banner_wrapper .contact_box .links .link .arrow, .banner .banner_wrapper .contact_box .links .link2 .arrow {
    display: none;
  }
  .banner .banner_wrapper .sp {
    display: block;
  }
  .banner .banner_wrapper .pc {
    display: none;
  }
}
.plan {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #E01717;
  color: #fff;
}
.plan .plan_wrapper {
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.plan .plan_wrapper .vertical_text1, .plan .plan_wrapper .vertical_text2, .plan .plan_wrapper .vertical_text3 {
  position: absolute;
  transform-origin: left top;
  font-size: 160px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Mada", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 8px;
}
.plan .plan_wrapper .vertical_text1 {
  transform: rotate(90deg);
  top: 0;
  left: 80px;
}
.plan .plan_wrapper .vertical_text2 {
  top: 34.5%;
  transform: translateY(-50%) rotate(-90deg) scale(-1, 1);
  right: -825px;
}
.plan .plan_wrapper .vertical_text3 {
  transform-origin: left bottom;
  transform: rotate(90deg);
  bottom: 1070px;
  left: -80px;
}
.plan .plan_wrapper > h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.plan .plan_wrapper > h2::before, .plan .plan_wrapper > h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
}
.plan .plan_wrapper > h2::before {
  bottom: -8px;
  left: -24px;
}
.plan .plan_wrapper > h2::after {
  top: -8px;
  right: -24px;
}
.plan .plan_wrapper > p {
  text-align: center;
  margin: 24px 0 40px;
  font-size: 18px;
  font-weight: normal;
}
.plan .plan_wrapper .flex_links {
  display: flex;
  gap: 20px 8px;
  margin-bottom: 40px;
}
.plan .plan_wrapper .flex_links .item {
  width: 33.33%;
  background-color: rgba(255, 255, 255, 0.4);
}
.plan .plan_wrapper .flex_links .item a {
  display: block;
  padding: 16px 30px;
  position: relative;
}
.plan .plan_wrapper .flex_links .item a .ttl, .plan .plan_wrapper .flex_links .item a .sub_ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
.plan .plan_wrapper .flex_links .item a .ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.plan .plan_wrapper .flex_links .item a .ttl::before, .plan .plan_wrapper .flex_links .item a .ttl::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 25px;
  height: 2px;
  background-color: #fff;
}
.plan .plan_wrapper .flex_links .item a .ttl::before {
  left: -24px;
  rotate: -120deg;
}
.plan .plan_wrapper .flex_links .item a .ttl::after {
  right: -24px;
  rotate: -60deg;
}
.plan .plan_wrapper .flex_links .item a .ttl .bsl {
  position: absolute;
  top: 14px;
  left: -27px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  rotate: -120deg;
}
.plan .plan_wrapper .flex_links .item a .ttl .sl {
  position: absolute;
  top: 14px;
  right: -27px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  rotate: -60deg;
}
.plan .plan_wrapper .flex_links .item a .sub_ttl {
  margin-top: 16px;
}
.plan .plan_wrapper .flex_links .item.white {
  background-color: #fff;
  color: #E01717;
  position: relative;
}
.plan .plan_wrapper .flex_links .item.white::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 16px;
  border: 20px solid transparent;
  border-top: 16px solid #fff;
}
.plan .plan_wrapper .flex_links .item.white .ttl::before, .plan .plan_wrapper .flex_links .item.white .ttl::after {
  background-color: #E01717;
}
.plan .plan_wrapper .flex_links .item.white .ttl .bsl {
  background-color: #E01717;
}
.plan .plan_wrapper .flex_links .item.white .ttl .sl {
  background-color: #E01717;
}
.plan .plan_wrapper .white_wrap {
  padding: 40px 24px;
  background-color: #fff;
  margin-bottom: 40px;
}
.plan .plan_wrapper .white_wrap:last-child {
  margin-bottom: 0;
}
.plan .plan_wrapper .white_wrap .text_img {
  display: flex;
  justify-content: space-between;
}
.plan .plan_wrapper .white_wrap .text_img .text, .plan .plan_wrapper .white_wrap .text_img .text2, .plan .plan_wrapper .white_wrap .text_img .text3 {
  width: 48.37%;
  color: #282828;
}
.plan .plan_wrapper .white_wrap .text_img .text {
  padding: 98.5px 0 98.5px 24px;
}
.plan .plan_wrapper .white_wrap .text_img .text2 {
  padding: 33.5px 0 33.5px 24px;
}
.plan .plan_wrapper .white_wrap .text_img .text3 {
  padding: 62px 0 62px 24px;
}
.plan .plan_wrapper .white_wrap .text_img h2 {
  color: #E01717;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.plan .plan_wrapper .white_wrap .text_img h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0 24px 0;
}
.plan .plan_wrapper .white_wrap .text_img p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
.plan .plan_wrapper .white_wrap .text_img .price {
  text-align: right;
  font-size: 40px;
  font-weight: 700;
  color: #E01717;
  font-family: "Mada", sans-serif;
  line-height: 1;
  margin-top: 40px;
}
.plan .plan_wrapper .white_wrap .text_img .price span {
  font-size: 24px;
}
.plan .plan_wrapper .white_wrap .text_img .img, .plan .plan_wrapper .white_wrap .text_img .img2, .plan .plan_wrapper .white_wrap .text_img .img3 {
  width: 48.37%;
  background-image: url(../images/plan_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.plan .plan_wrapper .white_wrap .text_img .img2 {
  background-image: url(../images/plan_08.png);
}
.plan .plan_wrapper .white_wrap .text_img .img3 {
  background-image: url(../images/plan_13.png);
}
.plan .plan_wrapper .white_wrap .detail {
  display: flex;
  gap: 32px 16px;
  flex-wrap: wrap;
  margin: 40px 0 58px;
}
.plan .plan_wrapper .white_wrap .detail .item {
  max-width: calc(33.3334% - 11px);
  display: flex;
  flex-direction: column;
  color: #282828;
}
.plan .plan_wrapper .white_wrap .detail .item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 8px;
  line-height: 1;
}
.plan .plan_wrapper .white_wrap .detail .item .desc {
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
}
.plan .plan_wrapper .white_wrap .detail .item .price {
  margin-top: 8px;
  line-height: 1;
  font-size: 32px;
  color: #E01717;
  text-align: right;
  font-weight: 700;
  position: relative;
}
.plan .plan_wrapper .white_wrap .detail .item .price span {
  font-size: 24px;
}
.plan .plan_wrapper .white_wrap .detail .item .price.af::after {
  position: absolute;
  content: "(車1台分)";
  top: 120%;
  right: 0;
  line-height: 1;
  font-size: 18px;
  text-align: right;
  font-weight: normal;
  color: #E01717;
}
.plan .plan_wrapper .white_wrap .detail .item:nth-child(n+4) .price {
  margin-top: 30px;
}
.plan .plan_wrapper .white_wrap .more {
  max-width: 308px;
  margin: 0 auto;
}
.plan .plan_wrapper .white_wrap .more a {
  padding: 20px 54px 20px 44px;
  background: linear-gradient(0.25turn, #E09C23, #E08523);
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 2px 2px 8px rgba(224, 133, 35, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.plan .plan_wrapper .white_wrap .more a::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.plan .plan_wrapper .white_wrap .more a:hover {
  opacity: 0.7;
}
.plan .plan_wrapper .white_wrap .more a .arrow {
  padding-left: 46px;
}
.plan .plan_wrapper .white_wrap .more a .arrow::before, .plan .plan_wrapper .white_wrap .more a .arrow::after {
  height: 100%;
  width: 2.5px;
}
.plan .plan_wrapper .white_wrap .more a .arrow::before {
  top: -4px;
}
.plan .plan_wrapper .white_wrap .more a .arrow::after {
  bottom: -4px;
}
.plan .plan_wrapper .white_wrap .images {
  display: flex;
  gap: 20px 16px;
  margin-top: 40px;
}
.plan .plan_wrapper .white_wrap .images li {
  max-width: 296px;
}

/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .plan .plan_wrapper {
    padding: 64px 4vw;
  }
  .plan .plan_wrapper > h2 {
    font-size: max(5vw, 24px);
  }
  .plan .plan_wrapper > p {
    font-size: 16px;
  }
  .plan .plan_wrapper .white_wrap .text_img h2 {
    font-size: max(4vw, 20px);
  }
  .plan .plan_wrapper .white_wrap .text_img h3 {
    font-size: max(2vw, 18px);
    line-height: 1.5;
  }
  .plan .plan_wrapper .white_wrap .text_img p {
    font-size: 16px;
  }
  .plan .plan_wrapper .white_wrap .text_img .price {
    font-size: max(4vw, 20px);
  }
  .plan .plan_wrapper .white_wrap .text_img .price span {
    font-size: max(2.8vw, 18px);
  }
  .plan .plan_wrapper .white_wrap .detail .item .price {
    font-size: max(3vw, 20px);
  }
  .plan .plan_wrapper .white_wrap .detail .item .price span {
    font-size: max(2vw, 18px);
  }
  .plan .plan_wrapper .flex_links .item a .ttl, .plan .plan_wrapper .flex_links .item a .sub_ttl {
    font-size: max(2vw, 16px);
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .vertical_text1, .vertical_text2, .vertical_text3 {
    display: none;
  }
  .plan {
    scroll-margin-top: 80px;
  }
  .plan .plan_wrapper > h2::before, .plan .plan_wrapper > h2::after {
    width: 36px;
    height: 36px;
  }
  .plan .plan_wrapper .flex_links {
    flex-direction: column;
  }
  .plan .plan_wrapper .flex_links .item {
    width: 100%;
  }
  .plan .plan_wrapper .flex_links .item.white::before {
    display: none;
  }
  .plan .plan_wrapper .white_wrap {
    scroll-margin-top: 80px;
    padding: 40px 4vw;
  }
  .plan .plan_wrapper .white_wrap .text_img {
    flex-direction: column;
    gap: 40px;
  }
  .plan .plan_wrapper .white_wrap .text_img .text, .plan .plan_wrapper .white_wrap .text_img .text2, .plan .plan_wrapper .white_wrap .text_img .text3 {
    padding: 0;
    width: 100%;
    order: 2;
  }
  .plan .plan_wrapper .white_wrap .text_img .img,
  .plan .plan_wrapper .white_wrap .text_img .img2,
  .plan .plan_wrapper .white_wrap .text_img .img3 {
    width: 100%;
    height: 60vw;
    order: 1;
    font-size: max(5vw, 24px);
    color: #E01717;
    font-weight: 700;
    margin-top: 1.8em;
    position: relative;
    text-align: center;
  }
  .plan .plan_wrapper .white_wrap .text_img .img::before,
  .plan .plan_wrapper .white_wrap .text_img .img2::before,
  .plan .plan_wrapper .white_wrap .text_img .img3::before {
    position: absolute;
    top: -2.2em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .plan .plan_wrapper .white_wrap .text_img .img::before {
    content: "部分リフォーム";
  }
  .plan .plan_wrapper .white_wrap .text_img .img2::before {
    content: "新築外構";
  }
  .plan .plan_wrapper .white_wrap .text_img .img3::before {
    content: "フルリノベーション";
  }
  .plan .plan_wrapper .white_wrap .text_img {
    gap: 0;
  }
  .plan .plan_wrapper .white_wrap .text_img h2 {
    display: none;
  }
  .plan .plan_wrapper .white_wrap .detail .item {
    max-width: 100%;
  }
  .plan .plan_wrapper .white_wrap .images {
    flex-wrap: wrap;
    gap: 16px;
  }
  .plan .plan_wrapper .white_wrap .images li {
    max-width: calc(50% - 8px);
  }
}
.contacts {
  max-width: 1440px;
  margin: 0 auto;
}
.contacts .wrapper {
  background: url("../images/contact_bg.png") no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.contacts .wrapper .bg {
  background-color: rgba(40, 40, 40, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}
.contacts .wrapper .contents {
  color: #fff;
  padding: 80px;
  position: relative;
  text-align: center;
}
.contacts .wrapper .contents > h2 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contacts .wrapper .contents > h2::before, .contacts .wrapper .contents > h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
}
.contacts .wrapper .contents > h2::before {
  bottom: -8px;
  left: -24px;
}
.contacts .wrapper .contents > h2::after {
  top: -8px;
  right: -24px;
}
.contacts .wrapper .contents > p {
  max-width: 792px;
  margin: 40px auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
.contacts .wrapper .contents .flex_box {
  display: flex;
  gap: 62.5px;
}
.contacts .wrapper .contents .flex_box li {
  width: 385px;
  position: relative;
}
.contacts .wrapper .contents .flex_box li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 160px;
  background-color: #aaa;
  right: -30.75px;
  top: 50%;
  transform: translateY(-50%);
}
.contacts .wrapper .contents .flex_box li:last-child::after {
  display: none;
}
.contacts .wrapper .contents .flex_box li .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.contacts .wrapper .contents .flex_box li p {
  margin: 32px 0 24px;
  font-size: 18px;
}
.contacts .wrapper .contents .flex_box li .red {
  padding: 20px 54px 20px 44px;
  background: linear-gradient(0.25turn, #E95D5D, #E01717);
  position: relative;
  transition: all 0.5s ease;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  line-height: 32px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.contacts .wrapper .contents .flex_box li .red .free {
  color: #E01717;
  display: inline-block;
  padding: 7px 16px;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1;
}
.contacts .wrapper .contents .flex_box li .red::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 2px solid #fff;
  border-radius: 50px;
}
.contacts .wrapper .contents .flex_box li .red:hover {
  opacity: 0.7;
}
.contacts .wrapper .contents .flex_box li .red .arrow {
  padding-left: 46px;
}
.contacts .wrapper .contents .flex_box li .red .arrow::before, .contacts .wrapper .contents .flex_box li .red .arrow::after {
  height: 100%;
  width: 2.5px;
}
.contacts .wrapper .contents .flex_box li .red .arrow::before {
  top: -4px;
}
.contacts .wrapper .contents .flex_box li .red .arrow::after {
  bottom: -4px;
}
.contacts .wrapper .contents .flex_box li .white {
  flex-shrink: 0;
  padding: 20px 56px 20px 44px;
  background: #fff;
  position: relative;
  transition: all 0.5s ease;
  color: #E01717;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  line-height: 32px;
  width: 100%;
  display: inline-block;
}
.contacts .wrapper .contents .flex_box li .white::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 2px solid transparent;
  background: linear-gradient(to right, #E95D5D, #E01717) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  border-radius: 50px;
}
.contacts .wrapper .contents .flex_box li .white:hover {
  opacity: 0.7;
}
.contacts .wrapper .contents .flex_box li .white .arrow {
  padding-left: 80px;
}
.contacts .wrapper .contents .flex_box li .white .arrow::before, .contacts .wrapper .contents .flex_box li .white .arrow::after {
  background-color: #E01717;
  height: 100%;
  width: 2.5px;
}
.contacts .wrapper .contents .flex_box li .white .arrow::before {
  top: -4px;
}
.contacts .wrapper .contents .flex_box li .white .arrow::after {
  bottom: -4px;
}
.contacts .wrapper .contents .flex_box li .tel {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  gap: 8px;
  font-family: "Inter", sans-serif;
}
.contacts .wrapper .contents .flex_box li .tel .ttl {
  font-size: 16px;
  margin: 0;
}
.contacts .wrapper .contents .flex_box li .tel .num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin: 0;
  line-height: 1;
  background: linear-gradient(90deg, #E95D5D 0%, #E01717);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contacts .wrapper .contents .flex_box li .nmg {
  margin: 0;
}

/* 1440px以下 */
@media screen and (max-width: 1440px) {
  .contacts .wrapper .contents {
    padding: 64px 4vw;
  }
  .contacts .wrapper .contents .flex_box li p {
    font-size: 16px;
  }
  .contacts .wrapper .contents .flex_box li .red, .contacts .wrapper .contents .flex_box li .white {
    font-size: 16px;
    padding: 20px 0px;
  }
  .contacts .wrapper .contents .flex_box li .red .arrow, .contacts .wrapper .contents .flex_box li .white .arrow {
    padding-left: 3vw;
  }
  .contacts .wrapper .contents .flex_box li .red .free {
    padding: 5px 10px;
  }
  .contacts .wrapper .contents .flex_box li .red .arrow {
    padding-left: 2vw;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .contacts .wrapper .contents > h2 {
    font-size: max(5vw, 24px);
  }
  .contacts .wrapper .contents > p {
    font-size: 16px;
  }
  .contacts .wrapper .contents .flex_box {
    flex-direction: column;
    gap: 0;
  }
  .contacts .wrapper .contents .flex_box li {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 40px;
  }
  .contacts .wrapper .contents .flex_box li::after {
    display: none;
  }
  .contacts .wrapper .contents .flex_box li .img {
    display: none;
  }
  .contacts .wrapper .contents .flex_box li p {
    margin: 0 0 24px;
  }
  .contacts .wrapper .contents .flex_box li:last-child {
    padding-bottom: 0;
    border: none;
    margin: 0;
  }
  .contacts .wrapper .contents .flex_box li .red, .contacts .wrapper .contents .flex_box li .white {
    padding: 20px 40px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .contacts .wrapper .contents .flex_box li .red .arrow {
    padding-left: 3vw;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .contacts .wrapper .contents > h2::before, .contacts .wrapper .contents > h2::after {
    width: 36px;
    height: 36px;
  }
  .contacts .wrapper .contents .flex_box li .red .arrow, .contacts .wrapper .contents .flex_box li .white .arrow {
    padding-left: 5vw;
  }
}
.area {
  max-width: 1440px;
  margin: 0 auto;
}
.area .area_wrapper {
  padding: 80px;
  background: url("../images/area_bg.png") no-repeat;
  background-position: center top;
  background-size: cover;
}
.area .area_wrapper > h2 {
  font-size: 48px;
  font-weight: 700;
  color: #E01717;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.area .area_wrapper > h2::before, .area .area_wrapper > h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(224, 23, 23, 0.04);
}
.area .area_wrapper > h2::before {
  bottom: -8px;
  left: -24px;
}
.area .area_wrapper > h2::after {
  top: -8px;
  right: -24px;
}
.area .area_wrapper .flex_box {
  display: flex;
  gap: 56px;
  align-items: center;
}
.area .area_wrapper .flex_box .img {
  max-width: 687px;
  flex-shrink: 0;
}
.area .area_wrapper .flex_box .img .sp {
  display: none;
}
.area .area_wrapper .flex_box .text_box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.area .area_wrapper .flex_box .text_box h4 {
  margin: 40px 0 16px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border: 1px solid #282828;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.area .area_wrapper .flex_box .text_box p {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}

/* 1440px以下 */
@media screen and (max-width: 1440px) {
  .area .area_wrapper .flex_box .img {
    max-width: 55%;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .area .area_wrapper {
    padding: 64px 4vw;
  }
  .area .area_wrapper h2 {
    font-size: max(5vw, 24px);
  }
  .area .area_wrapper .flex_box {
    flex-direction: column;
    gap: 40px;
  }
  .area .area_wrapper .flex_box .img {
    max-width: 100%;
  }
  .area .area_wrapper .flex_box .text_box h3 {
    font-size: max(3vw, 20px);
  }
  .area .area_wrapper .flex_box .text_box p {
    font-size: max(2.8vw, 18px);
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .area {
    scroll-margin-top: 80px;
  }
  .area .area_wrapper > h2::before, .area .area_wrapper > h2::after {
    width: 36px;
    height: 36px;
  }
  .area .area_wrapper .flex_box .text_box {
    order: 1;
  }
  .area .area_wrapper .flex_box .text_box h3 {
    display: none;
  }
  .area .area_wrapper .flex_box .text_box h4 {
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .area .area_wrapper .flex_box .img {
    order: 2;
  }
  .area .area_wrapper .flex_box .img .pc {
    display: none;
  }
  .area .area_wrapper .flex_box .img .sp {
    display: block;
    margin-bottom: 40px;
  }
  .area .area_wrapper .flex_box .img::after {
    content: "南大阪地域密着型の外構工事で、\a暮らしに安心と彩りを。";
    white-space: pre;
    font-size: max(3vw, 20px);
    line-height: 1.6;
  }
}
.feature {
  max-width: 1440px;
  margin: 0 auto;
  background: linear-gradient(90deg, #E95D5D 0%, #E01717);
}
.feature .feature_wrapper {
  padding: 80px;
}
.feature .feature_wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 105px;
}
.feature .feature_wrapper h2::before, .feature .feature_wrapper h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
}
.feature .feature_wrapper h2::before {
  bottom: -8px;
  left: -24px;
}
.feature .feature_wrapper h2::after {
  top: -8px;
  right: -24px;
}
.feature .feature_wrapper .flex_box {
  display: flex;
  gap: 105px 16px;
}
.feature .feature_wrapper .flex_box li {
  width: 416px;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.feature .feature_wrapper .flex_box li .top .point {
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E09C23;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 24px 21px;
}
.feature .feature_wrapper .flex_box li .top h3 {
  text-align: center;
  padding: 40px 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #E01717;
}
.feature .feature_wrapper .flex_box li .bottom {
  padding: 16px 16px 24px;
  margin: auto 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}

/* 1440px以下 */
@media screen and (max-width: 1440px) {
  .feature .feature_wrapper .flex_box li .top h3 {
    padding: 3vw 22px;
    font-size: max(1.5vw, 14px);
  }
  .feature .feature_wrapper .flex_box li .bottom {
    font-size: 16px;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .feature .feature_wrapper {
    padding: 64px 4vw;
  }
  .feature .feature_wrapper h2 {
    font-size: max(5vw, 24px);
  }
  .feature .feature_wrapper .flex_box {
    flex-direction: column;
  }
  .feature .feature_wrapper .flex_box li {
    width: 100%;
  }
  .feature .feature_wrapper .flex_box li .top h3 {
    padding: 4vw 22px;
    font-size: max(3.5vw, 20px);
  }
  .feature .feature_wrapper .flex_box li .top img {
    min-width: 100%;
  }
  .feature .feature_wrapper .flex_box li .bottom {
    font-size: max(2.4vw, 16px);
    padding: 4vw;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .feature {
    scroll-margin-top: 80px;
  }
  .feature .feature_wrapper > h2::before, .feature .feature_wrapper > h2::after {
    width: 36px;
    height: 36px;
  }
  .feature .feature_wrapper .flex_box li .top h3 {
    padding: 8vw 22px;
  }
}
.company {
  max-width: 1440px;
  margin: 0 auto;
}
.company .company_wrapper {
  padding: 80px 160px;
}
.company .company_wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  color: #E01717;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.company .company_wrapper h2::before, .company .company_wrapper h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(224, 23, 23, 0.04);
}
.company .company_wrapper h2::before {
  bottom: -8px;
  left: -24px;
}
.company .company_wrapper h2::after {
  top: -8px;
  right: -24px;
}
.company .company_wrapper .flex_box {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}
.company .company_wrapper .flex_box ul {
  display: flex;
  flex-direction: column;
  width: 600px;
}
.company .company_wrapper .flex_box ul li {
  display: flex;
  gap: 20px 40px;
  padding: 32px 16px;
  border-bottom: 1px solid #aaa;
  font-size: 18px;
  line-height: 1;
  align-items: center;
  width: 100%;
}
.company .company_wrapper .flex_box ul li .ttl {
  color: #E01717;
}
.company .company_wrapper .flex_box ul li .text {
  font-weight: normal;
}
.company .company_wrapper .flex_box ul li .text .mb8 {
  margin-bottom: 8px;
  display: block;
}
.company .company_wrapper .flex_box iframe {
  width: 440px;
  flex-shrink: 0;
}

/* 1024px以下 */
@media screen and (max-width: 1440px) {
  .company .company_wrapper {
    padding: 80px;
  }
  .company .company_wrapper .flex_box ul li {
    font-size: 16px;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .company .company_wrapper {
    padding: 64px 4vw;
  }
  .company .company_wrapper h2 {
    font-size: max(5vw, 24px);
  }
  .company .company_wrapper .flex_box {
    flex-direction: column;
  }
  .company .company_wrapper .flex_box ul, .company .company_wrapper .flex_box iframe {
    width: 80%;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .company {
    scroll-margin-top: 80px;
  }
  .company .company_wrapper > h2::before, .company .company_wrapper > h2::after {
    width: 36px;
    height: 36px;
  }
  .company .company_wrapper .flex_box {
    gap: 40px;
  }
  .company .company_wrapper .flex_box ul, .company .company_wrapper .flex_box iframe {
    width: 100%;
  }
}
.flow {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #F7F7F7;
}
.flow .flow_wrapper {
  padding: 80px 160px;
}
.flow .flow_wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  color: #E01717;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.flow .flow_wrapper h2::before, .flow .flow_wrapper h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(224, 23, 23, 0.04);
}
.flow .flow_wrapper h2::before {
  bottom: -8px;
  left: -24px;
}
.flow .flow_wrapper h2::after {
  top: -8px;
  right: -24px;
}
.flow .flow_wrapper .flex_box {
  display: flex;
  gap: 96px;
  justify-content: center;
}
.flow .flow_wrapper .flex_box li {
  width: 208px;
  text-align: center;
  position: relative;
}
.flow .flow_wrapper .flex_box li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -78px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-left: 20px solid rgba(224, 23, 23, 0.6);
}
.flow .flow_wrapper .flex_box li:not(:last-of-type):nth-of-type(2)::after {
  border-left: 20px solid rgba(224, 23, 23, 0.8);
}
.flow .flow_wrapper .flex_box li:not(:last-of-type):nth-of-type(3)::after {
  border-left: 20px solid #E01717;
}
.flow .flow_wrapper .flex_box li .img {
  position: relative;
  background-color: #fff;
  padding: 48px 44.5px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
}
.flow .flow_wrapper .flex_box li .img .num {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #E01717;
  font-family: "Inter", sans-serif;
}
.flow .flow_wrapper .flex_box li h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}
.flow .flow_wrapper .flex_box li p {
  margin-top: 8px;
  font-weight: 700;
  line-height: 1.4;
}
.flow .flow_wrapper .flex_box li p span {
  display: inline-block;
  color: #fff;
  background-color: #E01717;
  padding: 2px 6px 4px;
  font-size: 14px;
}

/* 1024px以下 */
@media screen and (max-width: 1440px) {
  .flow .flow_wrapper {
    padding: 80px;
  }
}
/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .flow .flow_wrapper {
    padding: 64px 4vw;
  }
  .flow .flow_wrapper h2 {
    font-size: max(5vw, 24px);
  }
  .flow .flow_wrapper .flex_box {
    flex-direction: column;
  }
  .flow .flow_wrapper .flex_box li {
    width: 100%;
  }
  .flow .flow_wrapper .flex_box li:not(:last-of-type)::after {
    top: unset;
    bottom: -78px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(224, 23, 23, 0.6);
  }
  .flow .flow_wrapper .flex_box li:not(:last-of-type):nth-of-type(2)::after {
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(224, 23, 23, 0.8);
  }
  .flow .flow_wrapper .flex_box li:not(:last-of-type):nth-of-type(3)::after {
    border-left: 20px solid transparent;
    border-top: 20px solid #E01717;
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .flow {
    scroll-margin-top: 80px;
  }
  .flow .flow_wrapper > h2::before, .flow .flow_wrapper > h2::after {
    width: 36px;
    height: 36px;
  }
  .flow .flow_wrapper .flex_box li h3 {
    font-size: max(3vw, 18px);
  }
  .flow .flow_wrapper .flex_box li p span {
    font-size: 16px;
  }
}
.contact {
  max-width: 1440px;
  margin: 0 auto;
}
.contact .contact_wrapper {
  padding: 80px;
}
.contact .contact_wrapper h2 {
  font-size: 48px;
  font-weight: 700;
  color: #E01717;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}
.contact .contact_wrapper h2::before, .contact .contact_wrapper h2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(224, 23, 23, 0.04);
}
.contact .contact_wrapper h2::before {
  bottom: -8px;
  left: -24px;
}
.contact .contact_wrapper h2::after {
  top: -8px;
  right: -24px;
}
.contact .contact_wrapper > .text {
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
}
.contact .contact_wrapper > .req {
  font-size: 18px;
  font-weight: normal;
  max-width: 800px;
  margin: 40px auto;
}
.contact .contact_wrapper > .req span {
  color: #E01717;
}
.contact .contact_wrapper .thanks_wrap {
  text-align: center;
  margin-top: 40px;
}
.contact .contact_wrapper .thanks_wrap .main_text {
  font-size: 26px;
}
.contact .contact_wrapper .thanks_wrap .middle_text {
  margin-top: 20px;
  font-size: 18px;
}

/* 1024px以下 */
@media screen and (max-width: 1024px) {
  .contact .contact_wrapper {
    padding: 64px 4vw;
  }
  .contact .contact_wrapper h2 {
    font-size: max(5vw, 24px);
  }
}
/* 767px以下 */
@media screen and (max-width: 767px) {
  .contact {
    scroll-margin-top: 80px;
  }
  .contact .contact_wrapper > h2::before, .contact .contact_wrapper > h2::after {
    width: 36px;
    height: 36px;
  }
}/*# sourceMappingURL=lp.css.map */