@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --swl-font_family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.f_po {
  font-family: "Poppins", sans-serif;
}

html,
button,
input,
select,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  color: #222020;
  font-size: 16px;
  line-height: 1.7;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap02 {
  width: 1240px;
  margin: 0 auto;
}

.wrap03 {
  width: 1340px;
  margin: 0 auto;
}

.focusIn .char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

@keyframes focusIn {
  0% {
    filter: blur(12px);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.rotateInX .char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
}

@keyframes rotateInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.textSwing .char {
  display: inline-block;
  white-space: pre;
  transform: rotate(15deg);
  transform-origin: top center;
}

@keyframes textSwing {
  0% {
    opacity: 0;
    transform: rotate(15deg);
  }
  20% {
    opacity: 1;
    transform: rotate(15deg);
  }
  40% {
    opacity: 1;
    transform: rotate(-10deg);
  }
  60% {
    opacity: 1;
    transform: rotate(5deg);
  }
  80% {
    opacity: 1;
    transform: rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
.fadeRight {
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}

.fadeRight.animated {
  opacity: 1;
  transform: translateX(0);
}

.fadeUp {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}

.fadeUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.fadeDown {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.3s cubic-bezier(0, 0.25, 1, 1), transform 0.3s cubic-bezier(0, 0.25, 1, 1);
  will-change: opacity, transform;
}

.fadeDown.animated {
  opacity: 1;
  transform: translateY(0);
}

#main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
#main_header .header_wrap {
  width: 100%;
  padding-left: calc(50vw - 670px);
}
#main_header .header_wrap .cont {
  display: flex;
  align-items: center;
}
#main_header .header_wrap .cont .logo {
  flex-shrink: 0;
  width: 130px;
  line-height: 1;
  transform: translateY(5px);
}
#main_header .header_wrap .cont .logo img {
  width: 100%;
}
#main_header .header_wrap .cont .guide_block {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#main_header .header_wrap .cont .guide_block .link_list {
  margin-right: 45px;
}
#main_header .header_wrap .cont .guide_block .link_list ul {
  display: flex;
  gap: 0 25px;
}
#main_header .header_wrap .cont .guide_block .link_list ul li {
  line-height: 1;
}
#main_header .header_wrap .cont .guide_block .link_list ul li a {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #222020;
  transition: 0.3s;
  padding-bottom: 7px;
  background-image: linear-gradient(90deg, #D9000C, #D9000C);
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background-position: 100% 100%;
  background-size: 0 1px;
}
#main_header .header_wrap .cont .guide_block .link_list ul li a:hover {
  color: #D9000C;
  background-position: 0 100%;
  background-size: 100% 1px;
}
#main_header .header_wrap .cont .guide_block .tel_box {
  margin-right: 37px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#main_header .header_wrap .cont .guide_block .tel_box .icon_box {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #344983;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main_header .header_wrap .cont .guide_block .tel_box .icon_box .icon {
  width: 15px;
  line-height: 1;
}
#main_header .header_wrap .cont .guide_block .tel_box .icon_box .icon img {
  width: 100%;
}
#main_header .header_wrap .cont .guide_block .tel_box .text_box .tel {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1;
  margin-bottom: 3px;
}
#main_header .header_wrap .cont .guide_block .tel_box .text_box .time {
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
}
#main_header .header_wrap .cont .guide_block .cta_box {
  width: calc(50vw - 570px + 20px);
  height: 100px;
}
#main_header .header_wrap .cont .guide_block .cta_box a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #B01C00;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  padding-top: 23px;
}
#main_header .header_wrap .cont .guide_block .cta_box a:hover {
  background-color: #D9000C;
}
#main_header .header_wrap .cont .guide_block .cta_box a .icon {
  width: 38px;
  line-height: 1;
  margin: 0 auto 11px;
}
#main_header .header_wrap .cont .guide_block .cta_box a .icon img {
  width: 100%;
}
#main_header .header_wrap .cont .guide_block .cta_box a .label {
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
}

#top_fv_sec {
  overflow: hidden;
  background-image: url(image/fv_back_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 120px;
}
#top_fv_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.75;
  mix-blend-mode: multiply;
  background: #000000;
  background: linear-gradient(63deg, rgb(0, 0, 0) 0%, rgb(96, 40, 30) 74%, rgb(255, 255, 255) 100%);
}
#top_fv_sec .circle_deco {
  position: absolute;
  opacity: 0.1;
  filter: blur(50px);
}
#top_fv_sec .circle_deco.circle_deco1 {
  top: 35px;
  left: -85px;
  width: calc(50vw - 570px + 605px);
  height: calc(50vw - 570px + 605px);
  background-color: #F8FF41;
  z-index: 1;
}
#top_fv_sec .circle_deco.circle_deco2 {
  bottom: 130px;
  left: -42px;
  width: calc(50vw - 570px + 185px);
  height: calc(50vw - 570px + 185px);
  background-color: #4174FF;
  z-index: 2;
}
#top_fv_sec .cont {
  z-index: 3;
  color: #fff;
  padding: 216px 0 50px;
}
#top_fv_sec .cont .merit_list {
  margin-bottom: 32px;
}
#top_fv_sec .cont .merit_list ul {
  display: flex;
  gap: 0 40px;
}
#top_fv_sec .cont .merit_list ul li {
  line-height: 1;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#top_fv_sec .cont .copy {
  font-size: 86px;
  letter-spacing: -0.12em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 40px;
}
#top_fv_sec .cont .ttl {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 66px;
}
#top_fv_sec .cont .cta_cont {
  display: flex;
  gap: 0 30px;
}
#top_fv_sec .cont .cta_cont .cta_block.tel a .inner .lead_label {
  background-color: #344983;
}
#top_fv_sec .cont .cta_cont .cta_block.tel a .inner .btn {
  background-color: #4662AF;
}
#top_fv_sec .cont .cta_cont .cta_block.tel a:hover .inner .btn {
  background-color: #344983;
}
#top_fv_sec .cont .cta_cont .cta_block a {
  display: block;
  color: #fff;
}
#top_fv_sec .cont .cta_cont .cta_block a:hover .inner .btn {
  background-color: #B01C00;
}
#top_fv_sec .cont .cta_cont .cta_block a:hover .inner .btn::before {
  inset: 0;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .lead_label {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100vmax;
  width: 267px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 26px;
  background-color: #B01C00;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn {
  width: 340px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 30px;
  background-color: #D9000C;
  transition: 0.3s;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .icon {
  flex-shrink: 0;
  width: 26px;
  line-height: 1;
  margin-right: 20px;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .icon img {
  width: 100%;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .btn_label {
  flex-grow: 1;
  font-size: 19px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .tel_box {
  flex-grow: 1;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .num {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 5px;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .time {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .arrow {
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
#top_fv_sec .cont .cta_cont .cta_block a .inner .btn .arrow svg {
  width: 100%;
  vertical-align: middle;
}

#top_reason_sec {
  margin-bottom: 100px;
}
#top_reason_sec .top_ttl_box {
  margin-bottom: 50px;
  text-align: center;
}
#top_reason_sec .top_ttl_box .ttl {
  font-size: 41px;
  letter-spacing: -0.1em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 28px;
}
#top_reason_sec .top_ttl_box .ttl .color {
  color: #B01C00;
}
#top_reason_sec .top_ttl_box .ttl .small {
  font-size: 30px;
}
#top_reason_sec .top_ttl_box .text {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#top_reason_sec .top_ttl_box .text + .text {
  margin-top: 3px;
}
#top_reason_sec .list {
  margin-bottom: 38px;
}
#top_reason_sec .list::before, #top_reason_sec .list::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #FFEBEB;
  width: 275px;
  height: 275px;
  border-radius: 0 80px 0 0;
}
#top_reason_sec .list::before {
  top: -125px;
  left: -50px;
}
#top_reason_sec .list::after {
  bottom: -80px;
  right: -50px;
}
#top_reason_sec .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 26px;
}
#top_reason_sec .list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top_reason_sec .list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
#top_reason_sec .list ul li:nth-child(4) {
  transition-delay: 0.3s;
}
#top_reason_sec .list ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -19px;
  height: 1px;
  width: 80px;
  background-color: #D9000C;
}
#top_reason_sec .list ul li .img {
  width: 100%;
  height: 210px;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}
#top_reason_sec .list ul li .img::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #fff;
}
#top_reason_sec .list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_reason_sec .list ul li .text_box {
  padding-bottom: 33px;
}
#top_reason_sec .list ul li .text_box .ttl {
  font-size: 19px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.55;
}
#top_reason_sec .common_btn {
  margin: 0 auto;
}

.common_btn {
  width: 340px;
}
.common_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 100vmax;
  transition: 0.3s;
  background-color: #B01C00;
  padding: 0 35px 0 45px;
}
.common_btn a:hover {
  background-color: #D9000C;
}
.common_btn a:hover::before {
  content: "";
  inset: 0;
}
.common_btn a::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  border-radius: 100vmax;
  border: 1px solid #fff;
  transition: 0.3s;
}
.common_btn a .label {
  flex-grow: 1;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
.common_btn a .arrow {
  flex-shrink: 0;
  width: 8px;
  line-height: 0.7;
}
.common_btn a .arrow svg {
  width: 100%;
  vertical-align: middle;
}

.common_ttl_box.center {
  text-align: center;
}
.common_ttl_box.center .label_box {
  justify-content: center;
}
.common_ttl_box .label_box {
  display: flex;
  align-items: center;
  gap: 0 6.5px;
  margin-bottom: 20px;
}
.common_ttl_box .label_box .icon {
  flex-shrink: 0;
  width: 11px;
  line-height: 1;
}
.common_ttl_box .label_box .icon svg {
  width: 100%;
  vertical-align: middle;
}
.common_ttl_box .label_box .icon svg path {
  fill: #B01C00;
}
.common_ttl_box .label_box .en_ttl {
  line-height: 1;
  font-size: 23px;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #B01C00;
}
.common_ttl_box .ttl {
  font-size: 41px;
  letter-spacing: -0.12em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 28px;
}
.common_ttl_box .text {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.common_ttl_box .text + .text {
  margin-top: 3px;
}

@keyframes pulseSmall {
  0% {
    transform: scaleX(1);
    opacity: 0.5;
  }
  50% {
    transform: scale3d(1.02, 1.02, 1.02);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
#top_scene_sec {
  padding: 90px 0 105px;
  background-color: #EEF3F7;
  margin-bottom: 110px;
}
#top_scene_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/scene_sec_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  opacity: 0.3;
}
#top_scene_sec .cont {
  z-index: 1;
}
#top_scene_sec .cont .common_ttl_box {
  margin-bottom: 42px;
}
#top_scene_sec .cont .list .scene_slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 21px;
}

.common_scene_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  animation-name: pulseSmall;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.common_scene_box:nth-child(4n) {
  animation-delay: 0.3s;
}
.common_scene_box:nth-child(4n+2) {
  animation-delay: 0.1s;
}
.common_scene_box:nth-child(4n+3) {
  animation-delay: 0.2s;
}
.common_scene_box a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #222020;
}
.common_scene_box a:hover .img img {
  transform: scale(1.1);
}
.common_scene_box a:hover .link_wrap .border::before {
  left: 100%;
}
.common_scene_box a .text_wrap {
  flex-grow: 1;
  padding: 32px 26px 0;
}
.common_scene_box a .text_wrap .ttl_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 43px;
  text-align: center;
  margin-bottom: 16px;
}
.common_scene_box a .text_wrap .ttl_box .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.common_scene_box a .text_wrap .data_box .img_box {
  width: 100%;
  margin-bottom: 20px;
}
.common_scene_box a .text_wrap .data_box .img_box::before {
  content: "";
  position: absolute;
  inset: -5px;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #222020;
}
.common_scene_box a .text_wrap .data_box .img_box .img {
  width: 100%;
  height: 137px;
  border-radius: 5px;
  overflow: hidden;
}
.common_scene_box a .text_wrap .data_box .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.common_scene_box a .text_wrap .data_box .text_box .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.35;
}
.common_scene_box a .link_wrap {
  margin-top: 45px;
  flex-shrink: 0;
  height: 40px;
  background-color: #222020;
  border-radius: 0 0 10px 10px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 0 53px;
  width: 100%;
}
.common_scene_box a .link_wrap .border {
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
}
.common_scene_box a .link_wrap .border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9000C;
  transition: 0.2s;
}
.common_scene_box a .link_wrap .link_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 15.5px;
}
.common_scene_box a .link_wrap .link_box .label {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.common_scene_box a .link_wrap .link_box .arrow {
  flex-shrink: 0;
  width: 7.3px;
  line-height: 0.7;
}
.common_scene_box a .link_wrap .link_box .arrow svg {
  width: 100%;
  vertical-align: middle;
}

#top_equipment_sec {
  padding-bottom: 52px;
  margin-bottom: 120px;
}
#top_equipment_sec .bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 385px;
  background-color: #222020;
}
#top_equipment_sec .bg .inner {
  width: 100%;
  height: 100%;
  background-image: url(image/equipment_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.05;
}
#top_equipment_sec .top_cont {
  z-index: 1;
  margin-bottom: 65px;
}
#top_equipment_sec .top_cont .text_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#top_equipment_sec .slider_cont .slider_wrap {
  padding-left: calc(50vw - 570px);
}
#top_equipment_sec .slider_cont .slider_wrap .common_equipment_box {
  margin: 0 18px;
}
#top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(3) {
  transition-delay: 0.1s;
}
#top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(4) {
  transition-delay: 0.2s;
}
#top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(5) {
  transition-delay: 0.3s;
}
#top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(6) {
  transition-delay: 0.4s;
}
#top_equipment_sec .slider_cont .slider_guide_box {
  display: flex;
  align-items: center;
  gap: 0 72px;
}
#top_equipment_sec .slider_cont .slider_guide_box .dots_list {
  flex-grow: 1;
}
#top_equipment_sec .slider_cont .slider_guide_box .dots_list ul {
  position: inherit;
  bottom: 0;
  display: flex;
  border-radius: 100vmax;
  overflow: hidden;
}
#top_equipment_sec .slider_cont .slider_guide_box .dots_list ul li {
  flex: 1 0 auto;
  display: inline-block;
  width: auto;
  height: 4px;
  margin: 0;
  background-color: #fff;
  transition: 0.3s;
}
#top_equipment_sec .slider_cont .slider_guide_box .dots_list ul li.slick-active {
  background-color: #D9000C;
}
#top_equipment_sec .slider_cont .slider_guide_box .dots_list ul li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap {
  flex-shrink: 0;
  display: flex;
  gap: 0 35px;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box:hover {
  border: 1px solid #D9000C;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box:hover .arrow svg path {
  fill: #D9000C;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box.prev_arrow {
  transform: rotateY(180deg);
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box .arrow {
  width: 10px;
  line-height: 0.7;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box .arrow svg {
  width: 100%;
  vertical-align: middle;
}
#top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box .arrow svg path {
  fill: #222020;
  transition: 0.3s;
}

.common_equipment_box {
  width: 356px;
}
.common_equipment_box a {
  display: block;
}
.common_equipment_box a:hover .img_wrap .img img {
  transform: scale(1.1);
}
.common_equipment_box a:hover .img_wrap .more_box .arrow {
  transform: translateY(5px);
}
.common_equipment_box a .img_wrap {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  border: 3px solid #B01C00;
  width: 100%;
  height: 269px;
  overflow: hidden;
}
.common_equipment_box a .img_wrap .img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.common_equipment_box a .img_wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.common_equipment_box a .img_wrap .more_box {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
}
.common_equipment_box a .img_wrap .more_box .label {
  width: 32.5px;
  line-height: 1;
  margin-bottom: 17px;
}
.common_equipment_box a .img_wrap .more_box .label img {
  width: 100%;
}
.common_equipment_box a .img_wrap .more_box .arrow {
  width: 31px;
  line-height: 1;
  transition: 0.3s;
}
.common_equipment_box a .img_wrap .more_box .arrow img {
  width: 100%;
}
.common_equipment_box a .text_box {
  padding: 27px 26px;
  background: #B01C00;
  background: linear-gradient(180deg, rgb(176, 28, 0) 0%, rgb(88, 14, 0) 100%);
  color: #fff;
}
.common_equipment_box a .text_box .ttl {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-bottom: 13px;
}
.common_equipment_box a .text_box .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

#top_works_sec {
  margin-bottom: 110px;
}
#top_works_sec .common_ttl_box {
  margin-bottom: 55px;
}
#top_works_sec .common_btn {
  margin: 55px auto 0;
}
#top_works_sec .common_works_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
#top_works_sec .common_works_list ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.common_works_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
.common_works_list ul li a {
  display: block;
  color: #222020;
}
.common_works_list ul li a:hover .img_box::before {
  top: 0px;
  right: 0px;
}
.common_works_list ul li a:hover .img_box .img img {
  transform: scale(1.1);
}
.common_works_list ul li a:hover .text_box::before {
  width: 100%;
}
.common_works_list ul li a .img_box {
  width: 100%;
  height: 220px;
  line-height: 1;
  margin-bottom: 19px;
}
.common_works_list ul li a .img_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #B01C00;
  transition: 0.3s;
  pointer-events: none;
}
.common_works_list ul li a .img_box .img {
  width: 100%;
  height: 100%;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
}
.common_works_list ul li a .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.common_works_list ul li a .text_box {
  padding-bottom: 13px;
  border-bottom: 2px solid #DEDEDE;
}
.common_works_list ul li a .text_box::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #B01C00;
  transition: 0.3s;
}
.common_works_list ul li a .text_box .cat {
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
.common_works_list ul li a .text_box .ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.common_works_list ul li a .text_box .date {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-weight: 200;
}

#top_flow_sec {
  margin-bottom: 130px;
  padding: 100px 0 110px;
  background-color: #AD0306;
}
#top_flow_sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(image/flow_sec_back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  mix-blend-mode: overlay;
}
#top_flow_sec .cont {
  z-index: 1;
}
#top_flow_sec .cont .common_ttl_box {
  color: #fff;
  margin-bottom: 40px;
}
#top_flow_sec .cont .common_ttl_box .label_box {
  margin-bottom: 15px;
}
#top_flow_sec .cont .common_ttl_box .label_box .icon svg path {
  fill: #fff;
}
#top_flow_sec .cont .common_ttl_box .label_box .en_ttl {
  color: #fff;
}
#top_flow_sec .cont .common_ttl_box .ttl {
  display: inline-block;
  padding: 10px 28px;
  line-height: 1;
  background-color: #222020;
  margin-bottom: 20px;
}
#top_flow_sec .cont .flow_cont .panel_box {
  display: flex;
  gap: 0 34px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child {
  flex-grow: 1;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .flow_box {
  padding: 30px 45px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .label_box {
  text-align: center;
  margin-bottom: 11px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .label_box .label {
  display: inline-block;
  padding: 10px 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #222020;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .flow_box {
  padding: 25px 25px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .flow_box .ttl {
  font-size: 18px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .flow_box .text {
  font-size: 13px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:last-child {
  flex-shrink: 0;
  width: 414px;
}
#top_flow_sec .cont .flow_cont .panel_box .panel:last-child .flow_box {
  padding: 25px 30px;
}
#top_flow_sec .cont .flow_cont .flow_box {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
#top_flow_sec .cont .flow_cont .flow_box .arrow {
  position: absolute;
  width: 35px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -14px;
}
#top_flow_sec .cont .flow_cont .flow_box .num {
  position: absolute;
  opacity: 0.08;
  z-index: -1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: auto 0;
  font-size: 101px;
  letter-spacing: -0.03em;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 1px #B01C00, -2px 2px 1px #B01C00, 2px -2px 1px #B01C00, -2px -2px 1px #B01C00, 2px 0px 1px #B01C00, 0px 2px 1px #B01C00, -2px 0px 1px #B01C00, 0px -2px 1px #B01C00;
}
#top_flow_sec .cont .flow_cont .flow_box::before {
  content: "";
  position: absolute;
  inset: -5px;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  pointer-events: none;
}
#top_flow_sec .cont .flow_cont .flow_box .text_box .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 4px;
}
#top_flow_sec .cont .flow_cont .flow_box .text_box .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#top_flow_sec .cont .flow_cont .flow_box.contact {
  padding: 29px 107px 29px 94px;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
#top_flow_sec .cont .flow_cont .flow_box.contact::before {
  border: 1px solid #FFDE2F;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .arrow {
  left: 0;
  right: 0;
  margin: 0;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .arrow:nth-of-type(1) {
  left: 320px;
  right: auto;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .arrow:nth-of-type(2) {
  left: auto;
  right: 190px;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .text_box {
  flex-grow: 1;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .text_box .ttl {
  font-size: 22px;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn {
  flex-shrink: 0;
  width: 283px;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a {
  width: 100%;
  height: 75px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 25px;
  background-color: #B01C00;
  transition: 0.3s;
  color: #fff;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a:hover {
  background-color: #D9000C;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a:hover::before {
  inset: 0;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a::before {
  content: "";
  position: absolute;
  inset: 4px;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a .icon {
  flex-shrink: 0;
  width: 22px;
  line-height: 1;
  margin-right: 16px;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a .icon img {
  width: 100%;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a .btn_label {
  flex-grow: 1;
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a .btn_arrow {
  flex-shrink: 0;
  width: 6.5px;
  line-height: 1;
}
#top_flow_sec .cont .flow_cont .flow_box.contact .btn a .btn_arrow svg {
  width: 100%;
  vertical-align: middle;
}
#top_flow_sec .cont .flow_cont .flow_box.last {
  margin-bottom: 0;
}
#top_flow_sec .cont .flow_cont .flow_box.last::before {
  border: 1px solid #FFDE2F;
}
#top_flow_sec .cont .flow_cont .flow_box.arrow_second {
  margin-bottom: 36px;
}
#top_flow_sec .cont .flow_cont .flow_box.arrow_second .arrow {
  left: 0;
  right: 0;
  margin: 0;
}
#top_flow_sec .cont .flow_cont .flow_box.arrow_second .arrow:nth-of-type(1) {
  left: 150px;
  right: auto;
}
#top_flow_sec .cont .flow_cont .flow_box.arrow_second .arrow:nth-of-type(2) {
  left: auto;
  right: 150px;
}
#top_flow_sec .cont .flow_cont .tab_box {
  margin-bottom: 15px;
}
#top_flow_sec .cont .flow_cont .tab_box ul {
  display: flex;
  gap: 0 34px;
}
#top_flow_sec .cont .flow_cont .tab_box ul li {
  text-align: center;
}
#top_flow_sec .cont .flow_cont .tab_box ul li .label {
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #222020;
}
#top_flow_sec .cont .flow_cont .tab_box ul li:first-child {
  flex-grow: 1;
}
#top_flow_sec .cont .flow_cont .tab_box ul li:last-child {
  flex-shrink: 0;
  width: 414px;
}

#top_faq_sec {
  margin-bottom: 145px;
}
#top_faq_sec .cont {
  display: flex;
  gap: 0 65px;
}
#top_faq_sec .cont .ttl_block {
  flex-shrink: 0;
  width: 340px;
}
#top_faq_sec .cont .ttl_block .common_ttl_box {
  margin-bottom: 60px;
}
#top_faq_sec .cont .common_faq_list {
  margin-top: 50px;
  flex-grow: 1;
}

.common_faq_list {
  background-color: #EEF3F7;
  padding: 60px 50px;
  border-radius: 10px;
}
.common_faq_list ul li {
  padding-bottom: 20px;
  border-bottom: 1px dashed #B2B2B2;
}
.common_faq_list ul li + li {
  margin-top: 20px;
}
.common_faq_list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.common_faq_list ul li .q_box {
  display: flex;
  align-items: baseline;
  gap: 0 25px;
  margin-bottom: 10px;
}
.common_faq_list ul li .q_box .q_label {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4662AF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_faq_list ul li .q_box .q_label .label {
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.common_faq_list ul li .q_box .ttl_box {
  flex-grow: 1;
}
.common_faq_list ul li .q_box .ttl_box .ttl {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: bold;
}
.common_faq_list ul li .text_box {
  padding-left: 65px;
}
.common_faq_list ul li .text_box .text {
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.5;
}

#top_about_sec {
  margin-bottom: 90px;
}
#top_about_sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 137px;
  bottom: -300px;
  width: 100%;
  background-color: #222020;
}
#top_about_sec .en_img {
  position: absolute;
  right: 0;
  top: 130px;
  width: calc(50vw - 570px + 250px);
  line-height: 1;
  opacity: 0.34;
}
#top_about_sec .en_img img {
  width: 100%;
}
#top_about_sec .cont {
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 0 95px;
}
#top_about_sec .cont .img_block {
  flex-shrink: 0;
  margin-top: 113px;
  width: 500px;
}
#top_about_sec .cont .img_block .deco {
  position: absolute;
  bottom: -65px;
  right: -65px;
  width: 200px;
  line-height: 1;
  opacity: 0.21;
  animation-name: rotateInCircle;
}
#top_about_sec .cont .img_block .deco img {
  width: 100%;
}
#top_about_sec .cont .img_block .img {
  line-height: 1;
  overflow: hidden;
}
#top_about_sec .cont .img_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_about_sec .cont .img_block .img.img1 {
  position: absolute;
  left: 0;
  top: -180px;
  width: 395px;
  height: 390px;
  border-radius: 80px 0 0 0;
}
#top_about_sec .cont .img_block .img.img2 {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 390px;
  border-radius: 30px 0 30px 0;
  margin-left: auto;
  transition-delay: 0.1s;
}
#top_about_sec .cont .text_block {
  flex-grow: 1;
}
#top_about_sec .cont .text_block .ttl {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-bottom: 85px;
}
#top_about_sec .cont .text_block .text {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
}
#top_about_sec .cont .text_block .text + .text {
  margin-top: 27px;
}
#top_about_sec .cont .text_block .common_btn {
  margin-top: 58px;
}

@keyframes rotateInCircle {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 0.21;
  }
}
#top_news_sec {
  margin-bottom: 210px;
}
#top_news_sec .cont {
  width: 100%;
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  padding: 75px 90px 0 75px;
  display: flex;
  align-items: center;
  gap: 0 90px;
}
#top_news_sec .cont .link_box a {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  transition: 0.3s;
  color: #222020;
}
#top_news_sec .cont .link_box a:hover {
  text-decoration: none;
}
#top_news_sec .cont .ttl_block {
  flex-grow: 1;
}
#top_news_sec .cont .ttl_block .common_ttl_box {
  margin-bottom: 60px;
}
#top_news_sec .cont .common_news_list {
  flex-shrink: 0;
  width: 648px;
}

.common_news_list ul li + li a {
  padding-top: 30px;
}
.common_news_list ul li a {
  display: flex;
  align-items: flex-end;
  gap: 0 30px;
  padding-bottom: 19px;
  color: #222020;
}
.common_news_list ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #B2B2B2 0 6px, transparent 6px 12px);
}
.common_news_list ul li a:hover .text_box .ttl {
  color: #B01C00;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.common_news_list ul li a .text_box {
  flex: 1;
  overflow: hidden;
}
.common_news_list ul li a .text_box .date {
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}
.common_news_list ul li a .text_box .ttl {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222020;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, #222020, #222020);
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background-position: 100% 100%;
  background-size: 0 1px;
}
.common_news_list ul li a .arrow_box {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #222020;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_news_list ul li a .arrow_box .arrow {
  width: 4.4px;
  line-height: 1;
  line-height: 0.7;
}
.common_news_list ul li a .arrow_box .arrow svg {
  width: 100%;
}
.common_news_list ul li a .arrow_box .arrow svg path {
  fill: #222020;
}

#footer_cta_sec {
  z-index: 998;
  padding: 115px 0 60px;
  color: #fff;
}
#footer_cta_sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100px 0 0 0;
  background-color: #B01C00;
}
#footer_cta_sec .en_ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50vw - 620px);
  width: 55px;
  line-height: 1;
}
#footer_cta_sec .en_ttl img {
  width: 100%;
}
#footer_cta_sec .cont {
  z-index: 1;
  padding-left: 100px;
}
#footer_cta_sec .cont .ttl_box {
  margin-bottom: 40px;
}
#footer_cta_sec .cont .ttl_box .ttl {
  font-size: 13px;
  letter-spacing: -0.12em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
}
#footer_cta_sec .cont .ttl_box .en {
  font-size: 59px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 600;
}
#footer_cta_sec .cont .text_box {
  margin-bottom: 58px;
}
#footer_cta_sec .cont .text_box .label_box {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
#footer_cta_sec .cont .text_box .label_box .dot {
  position: absolute;
  top: -0.7em;
  left: 3.08em;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
}
#footer_cta_sec .cont .text_box .label_box .label {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
#footer_cta_sec .cont .text_box .text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#footer_cta_sec .cont .text_box .text + .text {
  margin-top: 15px;
}
#footer_cta_sec .cont .cta_cont {
  display: flex;
  gap: 0 30px;
}
#footer_cta_sec .cont .cta_cont .cta_block.tel a .inner .lead_label {
  background-color: #344983;
}
#footer_cta_sec .cont .cta_cont .cta_block.tel a .inner .btn {
  background-color: #4662AF;
}
#footer_cta_sec .cont .cta_cont .cta_block.tel a:hover .inner .btn {
  background-color: #344983;
}
#footer_cta_sec .cont .cta_cont .cta_block a {
  display: block;
  color: #fff;
}
#footer_cta_sec .cont .cta_cont .cta_block a:hover .inner .btn {
  background-color: #000;
}
#footer_cta_sec .cont .cta_cont .cta_block a:hover .inner .btn::before {
  inset: 0;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .lead_label {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100vmax;
  width: 267px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 26px;
  background-color: #000000;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn {
  width: 340px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 30px;
  background-color: #222020;
  transition: 0.3s;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .icon {
  flex-shrink: 0;
  width: 26px;
  line-height: 1;
  margin-right: 20px;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .icon img {
  width: 100%;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .btn_label {
  flex-grow: 1;
  font-size: 19px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .tel_box {
  flex-grow: 1;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .num {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 5px;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .time {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .arrow {
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
#footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .arrow svg {
  width: 100%;
  vertical-align: middle;
}

#main_footer {
  z-index: 998;
  padding: 87px 0 35px;
  color: #fff;
}
#main_footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #222020;
}
#main_footer .cont {
  padding-left: 100px;
}
#main_footer .cont .main_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 113px;
}
#main_footer .cont .main_cont .logo_block .logo {
  width: 130px;
  line-height: 1;
  margin-bottom: 45px;
}
#main_footer .cont .main_cont .logo_block .logo a {
  display: block;
  width: 100%;
  line-height: 1;
}
#main_footer .cont .main_cont .logo_block .logo a img {
  width: 100%;
}
#main_footer .cont .main_cont .logo_block .address {
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: bold;
}
#main_footer .cont .main_cont .link_block {
  display: flex;
  align-items: center;
  gap: 0 105px;
}
#main_footer .cont .main_cont .link_block .list ul li {
  line-height: 1;
}
#main_footer .cont .main_cont .link_block .list ul li + li {
  margin-top: 19px;
}
#main_footer .cont .main_cont .link_block .list ul li a {
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  padding-bottom: 7px;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  transition: background-size cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  background-position: 100% 100%;
  background-size: 0 1px;
}
#main_footer .cont .main_cont .link_block .list ul li a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
#main_footer .cont .sub_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main_footer .cont .sub_cont .copy {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
#main_footer .cont .sub_cont .sub_link_list ul {
  display: flex;
  gap: 0 35px;
}
#main_footer .cont .sub_cont .sub_link_list ul li {
  line-height: 1;
}
#main_footer .cont .sub_cont .sub_link_list ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.fixed_cta_block {
  position: fixed;
  right: 50px;
  bottom: 35px;
  z-index: 997;
  width: 260px;
  line-height: 1;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.fixed_cta_block.hide {
  opacity: 0;
  visibility: hidden;
}
.fixed_cta_block a {
  display: block;
  width: 100%;
  line-height: 1;
}
.fixed_cta_block a img {
  width: 100%;
}

/* 共通設定 */
.common_page_main .main_cont {
  overflow: hidden;
  background: #000000;
  background: linear-gradient(63deg, rgb(0, 0, 0) 0%, rgb(96, 40, 30) 74%, rgb(0, 0, 0) 100%);
  margin-bottom: 15px;
}
.common_page_main .main_cont::before, .common_page_main .main_cont::after {
  content: "";
  position: absolute;
  opacity: 0.1;
  filter: blur(50px);
}
.common_page_main .main_cont::before {
  top: 35px;
  left: -85px;
  width: calc(50vw - 570px + 695px);
  height: calc(50vw - 570px + 695px);
  background-color: #F8FF41;
  z-index: 1;
}
.common_page_main .main_cont::after {
  bottom: 90px;
  left: -35px;
  width: calc(50vw - 570px + 185px);
  height: calc(50vw - 570px + 185px);
  background-color: #4174FF;
  z-index: 2;
}
.common_page_main .main_cont .cont {
  z-index: 3;
  padding: 210px 0 50px;
}
.common_page_main .main_cont .cont .ttl_box {
  margin-bottom: 57px;
}
.common_page_main .main_cont .cont .ttl_box .en {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-transform: lowercase;
}
.common_page_main .main_cont .cont .ttl_box .en .char:first-child {
  text-transform: uppercase;
}
.common_page_main .main_cont .cont .ttl_box .ttl {
  font-size: 56px;
  letter-spacing: -0.12em;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.common_page_main .main_cont .cont .cta_cont {
  display: flex;
  gap: 0 30px;
}
.common_page_main .main_cont .cont .cta_cont .cta_block.tel a .inner .lead_label {
  background-color: #344983;
}
.common_page_main .main_cont .cont .cta_cont .cta_block.tel a .inner .btn {
  background-color: #4662AF;
}
.common_page_main .main_cont .cont .cta_cont .cta_block.tel a:hover .inner .btn {
  background-color: #344983;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a {
  display: block;
  color: #fff;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a:hover .inner .btn {
  background-color: #B01C00;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a:hover .inner .btn::before {
  inset: 0;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .lead_label {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100vmax;
  width: 267px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 26px;
  background-color: #B01C00;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn {
  width: 340px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 30px;
  background-color: #D9000C;
  transition: 0.3s;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .icon {
  flex-shrink: 0;
  width: 26px;
  line-height: 1;
  margin-right: 20px;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .icon img {
  width: 100%;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .btn_label {
  flex-grow: 1;
  font-size: 19px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .tel_box {
  flex-grow: 1;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .tel_box .num {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 5px;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .tel_box .time {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .arrow {
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
.common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .arrow svg {
  width: 100%;
  vertical-align: middle;
}
.common_page_main .breadcrumb {
  text-align: right;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #222020;
}
.common_page_main .breadcrumb a {
  color: #222020;
}

.breadcrumb.single {
  margin-top: 70px;
}

.common_page_wrap {
  padding: 110px 0 180px;
}

.common_single_wrap {
  padding: 100px 0 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

/* 個人情報保護方針 */
.privacy_cont_sec .main_text {
  font-size: 16px;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.8;
  margin-block: 0 40px;
}

.privacy_cont_sec dl + dl {
  margin-block: 40px 0;
}

.privacy_cont_sec dl dt {
  font-size: 18px;
  letter-spacing: 0.07em;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px dotted #707070;
  padding-block: 0 0.6em;
  margin-block: 0 0.8em;
}

.privacy_cont_sec dl dd {
  font-size: 14px;
  letter-spacing: 0.07em;
  font-weight: 400;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blackscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* wp-pagenavi base */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 70px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #D9000C;
  border-color: #D9000C !important;
}

.wp-pagenavi .current {
  color: #FFF;
  background-color: #D9000C;
  border-color: #D9000C !important;
  font-weight: bold;
}

.common_form_main {
  padding-top: 0;
}

.common_form_page {
  padding: 180px 0 150px;
}
.common_form_page .container {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.common_form_page .container .text_block {
  position: sticky;
  top: 50px;
  left: 0;
  flex-grow: 1;
}
.common_form_page .container .text_block .top_text_box .ttl {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 25px;
}
.common_form_page .container .text_block .top_text_box .text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.common_form_page .container .text_block .top_text_box .text a {
  color: #222020;
  text-decoration: underline;
  margin: 0 2px;
}
.common_form_page .container .text_block .top_text_box .text + .text {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box {
  margin-top: 40px;
}
.common_form_page .container .text_block .form_guide_box .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #F5F5F5;
}
.common_form_page .container .text_block .form_guide_box .img_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.common_form_page .container .text_block .form_guide_box .img_list ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.common_form_page .container .text_block .thum_box {
  display: flex;
  gap: 0 30px;
}
.common_form_page .container .text_block .thum_box .text_box {
  flex-grow: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list {
  margin-top: 15px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
  margin-top: 10px;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
.common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
  content: "";
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #D9000C;
}
.common_form_page .container .text_block .thum_box .thum {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.common_form_page .container .text_block .thum_box .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.common_form_page .container .form_cont {
  flex-shrink: 0;
  width: 50%;
  margin-left: 50px;
  padding: 45px 25px;
  background-color: #F0F3F6;
  border: 1px solid #F5F5F5;
  border-radius: 20px;
}
.common_form_page .container .form_cont .form_wrap .wp-block-table {
  overflow: visible;
}
.common_form_page .container .form_cont .form_wrap table,
.common_form_page .container .form_cont .form_wrap th,
.common_form_page .container .form_cont .form_wrap td {
  border: none;
  padding: 0;
}
.common_form_page .container .form_cont .form_wrap .form_box {
  margin-bottom: 30px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
  margin-top: 25px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .label .hissu {
  color: red;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 12px 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box {
  position: relative;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-color: transparent #C7C4C4 #C7C4C4 transparent;
  border-width: 2px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select {
  height: 44px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding: 0.6em 1em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box.select_box select.empty {
  color: #231815;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 15px;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
.common_form_page .container .form_cont .form_wrap .btn {
  width: 100%;
}
.common_form_page .container .form_cont .form_wrap .btn button {
  width: 100%;
  line-height: 70px;
  background-color: #D9000C;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ffffff;
  box-shadow: 0 6px #B01C00;
  transition: 0.3s;
}
.common_form_page .container .form_cont .form_wrap .btn button:hover {
  transform: translateY(6px);
  box-shadow: none;
}
.common_form_page .container .form_cont .form_wrap button[name=submitBack] {
  background: #272625;
  margin-top: 20px;
  box-shadow: 0 6px #000000;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 18px;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text a {
  color: #353536;
  text-decoration: underline;
}
.common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
  margin-top: 10px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

.data_box.check_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

.radio_btns {
  display: flex;
  gap: 0 15px;
}
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}
.radio_btns label {
  display: inline-block;
}
.radio_btns .radio_btns__item + span {
  padding-left: 1.8em;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.radio_btns .radio_btns__item + span::after, .radio_btns .radio_btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.radio_btns .radio_btns__item + span::after {
  width: 12px;
  height: 12px;
  top: 0;
  left: 4px;
  border: none;
  background: #fff;
  transform: scale(0);
  transition: all 0.3s;
}
.radio_btns .radio_btns__item:checked + span::before {
  background-color: #D9000C;
}
.radio_btns .radio_btns__item:checked + span::after {
  transform: scale(1);
}

.radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.radio-btns label {
  display: inline-block;
}
.radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}
.radio-btns .radio-btns__item + span:after, .radio-btns .radio-btns__item + span:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.radio-btns .radio-btns__item + span:after {
  width: 14px;
  height: 14px;
  top: 3px;
  left: 3px;
  border: none;
  background: #f18800;
  transform: scale(0);
  transition: all 0.3s;
}
.radio-btns .radio-btns__item:checked + span {
  color: #f18800;
}
.radio-btns .radio-btns__item:checked + span:after {
  transform: scale(1);
}

section#page-contact input[type=checkbox] {
  display: none;
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.mwform-checkbox-field-text:before, .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field-text:before {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-checkbox-field-text:after {
  border-width: 3px;
  border-color: transparent transparent #f18800 #f18800;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

/* MW WP Form 共通 */
.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .horizontal-item {
  display: inline-block;
}

#sidebar {
  width: 310px;
}
#sidebar .block + .block {
  margin-top: 30px;
}
#sidebar .common_link_box {
  margin-bottom: 50px;
}
#sidebar .block .top_ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
#sidebar .block .top_ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #D9000C;
}
#sidebar .block .ranking_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .ranking_list ul li:first-child a .ranking_box {
  background-color: #f7d305;
  background-image: linear-gradient(to top left, #f7bf05, #fcea7f, #fcd700, #f7d305, #eaca12, #ac9303, #f7d305, #fcea7f, #f7e705, #eaca12, #f7bf05);
}
#sidebar .block .ranking_list ul li:nth-child(2) a .ranking_box {
  background-color: #a5a5a5;
  background-image: linear-gradient(to top left, #a5a5a5, #e5e5e5, #ae9c9c, #a5a5a5, #a5a5a5, #7f7f7f, #a5a5a5, #e5e5e5, #a5a5a5, #a5a5a5, #a5a5a5);
}
#sidebar .block .ranking_list ul li:nth-child(3) a .ranking_box {
  background-color: #c47222;
  background-image: linear-gradient(to top left, #c46522, #e8b27d, #d07217, #c47222, #b9722e, #834c17, #c47222, #e8b27d, #c48022, #b9722e, #c46522);
}
#sidebar .block .ranking_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .ranking_list ul li a .ranking_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 24px;
  text-align: center;
  background-color: #3c3c3c;
  background-image: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 6px, transparent 0, transparent 12px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#sidebar .block .ranking_list ul li a .ranking_box .num {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
#sidebar .block .ranking_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .ranking_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .ranking_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #231815;
}
#sidebar .block .ranking_list ul li a:hover .img img {
  transform: scale(1.1);
}
#sidebar .block .voice_list ul li + li {
  margin-top: 25px;
}
#sidebar .block .voice_list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 11px;
}
#sidebar .block .voice_list ul li a .img {
  flex-shrink: 0;
  width: 40%;
  aspect-ratio: 16/9;
  line-height: 1;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#sidebar .block .voice_list ul li a .text_box .date {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #222020;
  margin-bottom: 7px;
}
#sidebar .block .voice_list ul li a .text_box .ttl {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #222020;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sidebar .block .voice_list ul li a:hover .img img {
  transform: scale(1.1);
}

/* 準備中 */
.sorry_sec .text_box .text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.sorry_sec .text_box .text + .text {
  margin-top: 15px;
}
.sorry_sec .text_box .common_btn {
  margin: 30px auto 0;
}

.single_page_wrap {
  padding-top: 210px;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.single_page_wrap h1 {
  font-weight: bold;
}
.single_page_wrap #sidebar .wp-block-latest-posts a {
  color: #222020;
  text-decoration: underline;
}

/* よくあるご質問 */
#page_faq .faq_list_sec .cont {
  display: flex;
  gap: 0 65px;
}
#page_faq .faq_list_sec .cont + .cont {
  margin-top: 80px;
}
#page_faq .faq_list_sec .cont .ttl_block {
  flex-shrink: 0;
  width: 340px;
  padding-top: 35px;
  border-top: 2px solid #D9000C;
}
#page_faq .faq_list_sec .cont .ttl_block .ttl {
  font-size: 35px;
  letter-spacing: -0.12em;
  line-height: 1.2;
  font-weight: bold;
}
#page_faq .faq_list_sec .cont .common_faq_list {
  flex-grow: 1;
  margin-top: 35px;
}

/* AKATUKI STUDIOについて */
#page_company .company_message_sec {
  margin-bottom: 140px;
  padding-bottom: 100px;
}
#page_company .company_message_sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 170px;
  bottom: 0;
  width: 100%;
  background-color: #222020;
}
#page_company .company_message_sec .common_ttl_box {
  margin-bottom: 120px;
}
#page_company .company_message_sec .cont {
  display: flex;
  align-items: center;
  gap: 0 80px;
  z-index: 1;
}
#page_company .company_message_sec .cont .img_block {
  flex-shrink: 0;
  width: 500px;
}
#page_company .company_message_sec .cont .img_block .deco {
  position: absolute;
  bottom: 65px;
  right: -65px;
  width: 200px;
  line-height: 1;
  opacity: 0.21;
  animation-name: rotateInCircle;
}
#page_company .company_message_sec .cont .img_block .deco img {
  width: 100%;
}
#page_company .company_message_sec .cont .img_block .img {
  line-height: 1;
  overflow: hidden;
}
#page_company .company_message_sec .cont .img_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_company .company_message_sec .cont .img_block .img.img1 {
  position: absolute;
  left: 0;
  top: -180px;
  width: 395px;
  height: 390px;
  border-radius: 80px 0 0 0;
}
#page_company .company_message_sec .cont .img_block .img.img2 {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 390px;
  border-radius: 30px 0 30px 0;
  margin-left: auto;
  transition-delay: 0.1s;
}
#page_company .company_message_sec .cont .text_block {
  margin-top: 30px;
  flex-grow: 1;
  color: #fff;
  padding-right: 50px;
}
#page_company .company_message_sec .cont .text_block .text {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 500;
}
#page_company .company_message_sec .cont .text_block .text + .text {
  margin-top: 20px;
}
#page_company .company_message_sec .cont .text_block .name {
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 6px;
}
#page_company .company_message_sec .cont .text_block .sub_text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#page_company .company_message_sec .cont .img_block {
  flex-shrink: 0;
  margin-right: 20px;
  width: 440px;
  height: 540px;
  line-height: 1;
}
#page_company .company_message_sec .cont .img_block .img,
#page_company .company_message_sec .cont .img_block .bg_img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
#page_company .company_message_sec .cont .img_block .img img,
#page_company .company_message_sec .cont .img_block .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_company .company_message_sec .cont .img_block .img {
  transition-delay: 0.1s;
}
#page_company .company_message_sec .cont .img_block .bg_img {
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -20px;
  overflow: hidden;
}
#page_company .company_message_sec .cont .img_block .bg_img img {
  filter: blur(3px);
  transform: scale(1.1);
}
#page_company .company_message_sec .cont .img_block .bg_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}
#page_company .company_outline_sec .common_ttl_box {
  margin-bottom: 40px;
}
#page_company .company_outline_sec .common_ttl_box .ttl {
  margin-bottom: 0;
}
#page_company .company_outline_sec .cont .table_wrap table {
  width: 100%;
  border-collapse: collapse;
}
#page_company .company_outline_sec .cont .table_wrap table tr {
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  letter-spacing: 0.06em;
}
#page_company .company_outline_sec .cont .table_wrap table tr:last-child {
  border-bottom: 1px solid #DEDEDE;
}
#page_company .company_outline_sec .cont .table_wrap table tr th {
  font-size: 17px;
  width: 300px;
  background-color: #F5F8FA;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DEDEDE;
}
#page_company .company_outline_sec .cont .table_wrap table tr td {
  font-size: 15px;
  padding: 35px 24px;
  background-color: #fff;
}

/* 選ばれる理由 */
#page_reason .reason_list_sec {
  margin-bottom: 140px;
}
#page_reason .reason_list_sec .lead_text_box {
  text-align: center;
  margin-bottom: 80px;
}
#page_reason .reason_list_sec .lead_text_box .lead_text {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#page_reason .reason_list_sec .lead_text_box .lead_text + .lead_text {
  margin-top: 20px;
}
#page_reason .reason_list_sec .list ul li {
  display: flex;
  gap: 0 65px;
  padding-bottom: 50px;
  border-bottom: 1px dashed #B2B2B2;
}
#page_reason .reason_list_sec .list ul li + li {
  margin-top: 50px;
}
#page_reason .reason_list_sec .list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#page_reason .reason_list_sec .list ul li .img {
  position: relative;
  flex-shrink: 0;
  width: 440px;
  height: 310px;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
}
#page_reason .reason_list_sec .list ul li .img::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #fff;
}
#page_reason .reason_list_sec .list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_reason .reason_list_sec .list ul li .text_block {
  flex-grow: 1;
}
#page_reason .reason_list_sec .list ul li .text_block .en {
  position: absolute;
  opacity: 0.08;
  z-index: -1;
  right: 0;
  top: 0;
  font-size: 101px;
  letter-spacing: -0.03em;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 1px #B01C00, -2px 2px 1px #B01C00, 2px -2px 1px #B01C00, -2px -2px 1px #B01C00, 2px 0px 1px #B01C00, 0px 2px 1px #B01C00, -2px 0px 1px #B01C00, 0px -2px 1px #B01C00;
}
#page_reason .reason_list_sec .list ul li .text_block .ttl_box {
  padding-bottom: 20px;
  margin-bottom: 28px;
}
#page_reason .reason_list_sec .list ul li .text_block .ttl_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80px;
  background-color: #D9000C;
}
#page_reason .reason_list_sec .list ul li .text_block .ttl_box .ttl {
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.55;
}
#page_reason .reason_list_sec .list ul li .text_block .text {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#page_reason .reason_list_sec .list ul li .text_block .text + .text {
  margin-top: 20px;
}
#page_reason #top_flow_sec {
  margin-bottom: 0;
}

/* レンタル機材 */
#equipment_page .cont {
  display: flex;
  align-items: flex-start;
}
#equipment_page .cont .guide_link_block {
  margin-right: 90px;
  flex-shrink: 0;
  width: 230px;
  position: sticky;
  top: 120px;
  left: 0;
}
#equipment_page .cont .guide_link_block ul li + li {
  margin-top: 8px;
}
#equipment_page .cont .guide_link_block ul li.active a {
  background-color: #B01C00;
}
#equipment_page .cont .guide_link_block ul li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 55px;
  color: #222020;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.3s;
  background-color: #222020;
  color: #fff;
}
#equipment_page .cont .guide_link_block ul li a:hover {
  background-color: #B01C00;
}
#equipment_page .cont .guide_link_block ul li a:hover::before {
  content: "";
  inset: 0;
}
#equipment_page .cont .guide_link_block ul li a::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  border: 1px solid #fff;
  transition: 0.3s;
}
#equipment_page .cont .equipment_cont {
  flex-grow: 1;
}
#equipment_page .cont .equipment_cont .equipment_block + .equipment_block {
  margin-top: 80px;
}
#equipment_page .cont .equipment_cont .equipment_block .block_ttl_box {
  padding-top: 35px;
  position: relative;
  margin-bottom: 40px;
}
#equipment_page .cont .equipment_cont .equipment_block .block_ttl_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 200px;
  background-color: #B01C00;
}
#equipment_page .cont .equipment_cont .equipment_block .block_ttl_box .ttl {
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
}

.common_equipment_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
}
.common_equipment_list ul li {
  height: 100%;
}
.common_equipment_list ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.common_equipment_list ul li a:hover .img_wrap .img img {
  transform: scale(1.1);
}
.common_equipment_list ul li a:hover .img_wrap .more_box .arrow {
  transform: translateY(5px);
}
.common_equipment_list ul li a .img_wrap {
  flex-shrink: 0;
  border-radius: 15px 15px 0 0;
  border: 3px solid #B01C00;
  width: 100%;
  height: 210px;
  overflow: hidden;
  padding: 15px;
}
.common_equipment_list ul li a .img_wrap .img {
  width: 100%;
  height: 100%;
  line-height: 1;
}
.common_equipment_list ul li a .img_wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.common_equipment_list ul li a .img_wrap .more_box {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
}
.common_equipment_list ul li a .img_wrap .more_box .label {
  width: 25px;
  line-height: 1;
  margin-bottom: 7px;
}
.common_equipment_list ul li a .img_wrap .more_box .label img {
  width: 100%;
}
.common_equipment_list ul li a .img_wrap .more_box .arrow {
  width: 21px;
  line-height: 1;
  transition: 0.3s;
}
.common_equipment_list ul li a .img_wrap .more_box .arrow img {
  width: 100%;
}
.common_equipment_list ul li a .text_box {
  flex-grow: 1;
  padding: 20px 20px 25px;
  background: #B01C00;
  background: linear-gradient(180deg, rgb(176, 28, 0) 0%, rgb(88, 14, 0) 100%);
  color: #fff;
}
.common_equipment_list ul li a .text_box .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 10px;
}
.common_equipment_list ul li a .text_box .text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
}
.common_equipment_list ul li a .text_box .price_wrap .price_label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 9px;
}
.common_equipment_list ul li a .text_box .price_wrap .price_list {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.common_equipment_list ul li a .text_box .price_wrap .price_list .price_box {
  display: flex;
  align-items: flex-end;
  gap: 0 5px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.common_equipment_list ul li a .text_box .price_wrap .price_list .price_box .time_label {
  font-size: 14px;
}
.common_equipment_list ul li a .text_box .price_wrap .price_list .price_box .price {
  font-size: 18px;
}

#single_equipment_page .sec_ttl_box {
  margin-bottom: 55px;
  padding-left: 35px;
  border-left: 2px solid #B01C00;
}
#single_equipment_page .sec_ttl_box .ttl {
  font-size: 33px;
  letter-spacing: -0.12em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 28px;
}
#single_equipment_page .sec_ttl_box .text {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
#single_equipment_page .sec_ttl_box .text + .text {
  margin-top: 3px;
}
#single_equipment_page .cont {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 0 60px;
  padding: 50px 0;
}
#single_equipment_page .cont::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: -50px;
  z-index: -1;
  background-color: #EEF3F7;
  border-radius: 15px;
}
#single_equipment_page .cont .img_block {
  flex-shrink: 0;
  width: 450px;
  line-height: 1;
}
#single_equipment_page .cont .img_block .img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  border: 2px solid #B01C00;
  overflow: hidden;
  line-height: 1;
  padding: 20px;
  background-color: #fff;
}
#single_equipment_page .cont .img_block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#single_equipment_page .cont .text_block {
  flex-grow: 1;
}
#single_equipment_page .cont .text_block .price_wrap .price_label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
#single_equipment_page .cont .text_block .price_wrap .price_list {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
#single_equipment_page .cont .text_block .price_wrap .price_list .price_box {
  display: flex;
  align-items: flex-end;
  gap: 0 5px;
  line-height: 1;
  letter-spacing: 0.03em;
}
#single_equipment_page .cont .text_block .price_wrap .price_list .price_box .time_label {
  font-size: 19px;
}
#single_equipment_page .cont .text_block .price_wrap .price_list .price_box .price {
  font-size: 30px;
}
#single_equipment_page .cont .text_block .des_box {
  margin-top: 25px;
}
#single_equipment_page .cont .text_block .des_box .des_text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
#single_equipment_page .cont .text_block .info_box {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
#single_equipment_page .cont .text_block .info_box .label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
#single_equipment_page .cont .text_block .info_box .data_box .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#single_equipment_page .cont .text_block .number_box {
  margin-top: 35px;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #DBD5C9;
  border-top: 1px solid #DBD5C9;
  font-size: 15px;
  letter-spacing: 0.04em;
}
#single_equipment_page .common_btn {
  margin: 0 auto;
}

/* ご利用シーン */
#page_scene .scene_list_sec .cont .lead_text_box {
  margin-bottom: 55px;
  text-align: center;
  overflow: hidden;
}
#page_scene .scene_list_sec .cont .lead_text_box .lead_text {
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.6;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
#page_scene .scene_list_sec .cont .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 21px;
}

.scene_cat_page .scene_main_sec {
  margin-bottom: 80px;
}
.scene_cat_page .scene_main_sec::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: calc(50vw - 570px + 560px);
  bottom: -400px;
  height: 600px;
  border-radius: 0 120px 120px 0;
  background-color: #fff8f8;
}
.scene_cat_page .scene_main_sec .cont {
  display: flex;
  align-items: center;
  gap: 0 60px;
}
.scene_cat_page .scene_main_sec .cont .img {
  flex-shrink: 0;
  width: 360px;
  height: 400px;
  line-height: 1;
}
.scene_cat_page .scene_main_sec .cont .img::before {
  content: "";
  position: absolute;
  inset: -5px;
  margin: auto;
  border: 1px solid #B01C00;
  border-radius: 80px 0 0 0;
}
.scene_cat_page .scene_main_sec .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px 0 0 0;
}
.scene_cat_page .scene_main_sec .cont .text_box .text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.scene_cat_page .scene_main_sec .cont .text_box .text + .text {
  margin-top: 20px;
}
.scene_cat_page .scene_support_sec {
  margin-bottom: 120px;
}
.scene_cat_page .scene_support_sec .cont {
  background-color: #EEF3F7;
  padding: 90px 50px 120px;
  border-radius: 20px;
}
.scene_cat_page .scene_support_sec .cont .top_ttl_box {
  text-align: center;
  margin-bottom: 33px;
}
.scene_cat_page .scene_support_sec .cont .top_ttl_box .ttl {
  font-size: 41px;
  letter-spacing: -0.12em;
  line-height: 1.2;
  font-weight: bold;
}
.scene_cat_page .scene_support_sec .cont .inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 60px 80px 60px 90px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  gap: 0 70px;
}
.scene_cat_page .scene_support_sec .cont .inner .img {
  flex-shrink: 0;
  width: 400px;
  height: 280px;
  line-height: 1;
  border-radius: 10px;
  overflow: hidden;
}
.scene_cat_page .scene_support_sec .cont .inner .img::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #fff;
}
.scene_cat_page .scene_support_sec .cont .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene_cat_page .scene_support_sec .cont .inner .list {
  flex-grow: 1;
}
.scene_cat_page .scene_support_sec .cont .inner .list ul li {
  display: flex;
  align-items: baseline;
  gap: 0 14px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.scene_cat_page .scene_support_sec .cont .inner .list ul li + li {
  margin-top: 11px;
}
.scene_cat_page .scene_support_sec .cont .inner .list ul li::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #B01C00;
}
.scene_cat_page .scene_support_sec .cta_wrap {
  position: relative;
  z-index: 1;
  margin-top: -25px;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_arrow {
  width: 150px;
  height: 50px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #B01C00;
  background: linear-gradient(180deg, rgb(176, 28, 0) 0%, rgb(88, 14, 0) 100%);
  margin: 0 auto 40px;
}
.scene_cat_page .scene_support_sec .cta_wrap .lead_text_box {
  text-align: center;
  margin-bottom: 40px;
}
.scene_cat_page .scene_support_sec .cta_wrap .lead_text_box .lead_text {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: bold;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block.tel a .inner .lead_label {
  background-color: #344983;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block.tel a .inner .btn {
  background-color: #4662AF;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block.tel a:hover .inner .btn {
  background-color: #344983;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a {
  display: block;
  color: #fff;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a:hover .inner .btn {
  background-color: #B01C00;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a:hover .inner .btn::before {
  inset: 0;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .lead_label {
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100vmax;
  width: 267px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 26px;
  background-color: #B01C00;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn {
  width: 340px;
  height: 90px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 25px 0 30px;
  background-color: #D9000C;
  transition: 0.3s;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn::before {
  content: "";
  position: absolute;
  inset: 5px;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .icon {
  flex-shrink: 0;
  width: 26px;
  line-height: 1;
  margin-right: 20px;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .icon img {
  width: 100%;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .btn_label {
  flex-grow: 1;
  font-size: 19px;
  letter-spacing: 0.03em;
  font-weight: bold;
  line-height: 1;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .tel_box {
  flex-grow: 1;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .tel_box .num {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 5px;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .tel_box .time {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .arrow {
  flex-shrink: 0;
  width: 8px;
  line-height: 1;
}
.scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .arrow svg {
  width: 100%;
  vertical-align: middle;
}
.scene_cat_page #top_flow_sec {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .wrap,
  .wrap02,
  .wrap03 {
    max-width: 90%;
  }
  #sp_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #fff;
    z-index: 999;
    transition: 0.3s;
  }
  #sp_header .inner {
    width: 100%;
    height: 100%;
    padding: 0 5vw;
  }
  #sp_header .inner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18vw;
    height: 100%;
    background-color: #222020;
  }
  #sp_header .inner .cont {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #sp_header .inner .cont .logo {
    display: block;
    width: 25vw;
    line-height: 1;
  }
  #sp_header .inner .cont .logo img {
    width: 100%;
  }
  #sp_header .inner .cont .ham_btn {
    margin-left: auto;
    width: 8vw;
    height: 15px;
  }
  #sp_header .inner .cont .ham_btn span {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 8vw;
    height: 1px;
    border-radius: 100vmax;
    background-color: #fff;
    transition: 0.3s;
  }
  #sp_header .inner .cont .ham_btn span:first-child {
    transform: translateY(-5.5px);
  }
  #sp_header .inner .cont .ham_btn span:nth-child(2) {
    transform: translateY(0);
  }
  #sp_header .inner .cont .ham_btn span:last-child {
    transform: translateY(5.5px);
  }
  #sp_header .inner .cont .ham_btn.active span:first-child, #sp_header .inner .cont .ham_btn.active span:nth-child(2) {
    transform: rotate(342deg);
  }
  #sp_header .inner .cont .ham_btn.active span:last-child {
    transform: rotate(-342deg);
  }
  #sp_header.top_page_header {
    background-color: transparent;
  }
  #sp_header.top_page_header.show, #sp_header.top_page_header.bg {
    background-color: #fff;
  }
  #sp_header.top_page_header.show .inner .cont .logo img.before, #sp_header.top_page_header.bg .inner .cont .logo img.before {
    opacity: 0;
  }
  #sp_header.top_page_header.show .inner .cont .logo img.after, #sp_header.top_page_header.bg .inner .cont .logo img.after {
    opacity: 1;
  }
  #sp_header.top_page_header.show .inner .cont .ham_btn span, #sp_header.top_page_header.bg .inner .cont .ham_btn span {
    background-color: #D9000C;
  }
  #sp_header.top_page_header .inner .cont .logo img.before {
    opacity: 1;
  }
  #sp_header.top_page_header .inner .cont .logo img.after {
    opacity: 0;
  }
  #sp_header.top_page_header .inner .cont .ham_btn span {
    background-color: #fff;
  }
  #ham_menu {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateX(100%);
    transition: 0.3s;
  }
  #ham_menu.active {
    transform: translateX(0);
  }
  #ham_menu .inner {
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FAFAF5;
    padding: 13vw 0 28vw;
    position: relative;
  }
  #ham_menu .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-image: url(image/reason_sec_back.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #ham_menu .cont {
    z-index: 2;
  }
  #ham_menu .cont .cta_cont {
    display: block;
    margin-bottom: 8vw;
  }
  #ham_menu .cont .cta_cont .cta_block + .cta_block {
    margin-top: 6.5vw;
  }
  #ham_menu .cont .cta_cont .cta_block.tel a .btn_inner .lead_label {
    background-color: #344983;
  }
  #ham_menu .cont .cta_cont .cta_block.tel a .btn_inner .btn {
    background-color: #4662AF;
  }
  #ham_menu .cont .cta_cont .cta_block a {
    display: block;
    color: #fff;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .lead_label {
    position: absolute;
    z-index: 1;
    top: -4vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100vmax;
    width: 77vw;
    border: 1px solid #fff;
    text-align: center;
    font-size: 3.6vw;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 7vw;
    background-color: #B01C00;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn {
    width: 100%;
    height: 20vw;
    padding: 0 4vw 0 6vw;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: #D9000C;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn::before {
    content: "";
    position: absolute;
    inset: 1vw;
    margin: auto;
    pointer-events: none;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: 0.3s;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .icon {
    flex-shrink: 0;
    width: 7vw;
    line-height: 1;
    margin-right: 6vw;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .icon img {
    width: 100%;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .btn_label {
    flex-grow: 1;
    font-size: 4.4vw;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .tel_box {
    flex-grow: 1;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .tel_box .num {
    font-size: 6.3vw;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 1vw;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .tel_box .time {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .arrow {
    flex-shrink: 0;
    width: 2.3vw;
    line-height: 1;
  }
  #ham_menu .cont .cta_cont .cta_block a .btn_inner .btn .arrow svg {
    width: 100%;
    vertical-align: middle;
  }
  #ham_menu .cont .link_list {
    margin-bottom: 7vw;
  }
  #ham_menu .cont .link_list ul li {
    text-align: center;
  }
  #ham_menu .cont .link_list ul li + li {
    margin-top: 4vw;
  }
  #ham_menu .cont .link_list ul li a {
    color: #222020;
    text-decoration: underline;
    font-size: 4.2vw;
    font-weight: bold;
    color: #B01C00;
    letter-spacing: 0.03em;
    line-height: 1;
  }
  #ham_menu .cont .banner {
    width: 65vw;
    margin: 0 auto 7vw;
    line-height: 1;
  }
  #ham_menu .cont .banner a {
    display: block;
    width: 100%;
    line-height: 1;
  }
  #ham_menu .cont .banner a img {
    width: 100%;
  }
  #ham_menu .cont .copy_cont {
    text-align: center;
  }
  #ham_menu .cont .copy_cont .sub_link_box {
    margin-bottom: 6vw;
  }
  #ham_menu .cont .copy_cont .sub_link_box .sub_link + .sub_link {
    margin-top: 2vw;
  }
  #ham_menu .cont .copy_cont .sub_link_box .sub_link a {
    font-size: 3.5vw;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 500;
    color: #222020;
  }
  #ham_menu .cont .copy_cont .copy {
    font-size: 3.1vw;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
  body {
    font-size: 3.6vw;
  }
  #top_fv_sec {
    background-image: url(image/fv_back_img_sp.jpg);
    margin-bottom: 18vw;
  }
  #top_fv_sec .circle_deco.circle_deco1 {
    top: 38vw;
    left: -10vw;
    width: 100vw;
    height: 100vw;
  }
  #top_fv_sec .circle_deco.circle_deco2 {
    bottom: auto;
    top: 69vw;
    left: -3vw;
    width: 30vw;
    height: 30vw;
  }
  #top_fv_sec .cont {
    padding: calc(65px + 17vw) 0 13vw;
  }
  #top_fv_sec .cont .merit_list {
    margin-bottom: 6.5vw;
  }
  #top_fv_sec .cont .merit_list ul {
    display: block;
  }
  #top_fv_sec .cont .merit_list ul li {
    font-size: 4.6vw;
  }
  #top_fv_sec .cont .merit_list ul li + li {
    margin-top: 3.5vw;
  }
  #top_fv_sec .cont .copy {
    font-size: 12.5vw;
    margin-bottom: 5vw;
    transform: translateX(-1.5vw);
  }
  #top_fv_sec .cont .ttl {
    font-size: 3.8vw;
    line-height: 1.6;
    margin-bottom: 13vw;
  }
  #top_fv_sec .cont .cta_cont {
    display: block;
  }
  #top_fv_sec .cont .cta_cont .cta_block + .cta_block {
    margin-top: 8.5vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block.tel a:hover .inner .btn {
    background-color: #4662AF;
  }
  #top_fv_sec .cont .cta_cont .cta_block a {
    display: block;
    color: #fff;
  }
  #top_fv_sec .cont .cta_cont .cta_block a:hover .inner .btn {
    background-color: #D9000C;
  }
  #top_fv_sec .cont .cta_cont .cta_block a:hover .inner .btn::before {
    inset: 1vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .lead_label {
    top: -4vw;
    width: 77vw;
    font-size: 3.6vw;
    line-height: 7vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn {
    width: 100%;
    height: 20vw;
    padding: 0 4vw 0 6vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn::before {
    inset: 1vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn .icon {
    width: 7vw;
    margin-right: 6vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn .btn_label {
    font-size: 4.4vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .num {
    font-size: 6.3vw;
    margin-bottom: 1vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .time {
    font-size: 3.2vw;
  }
  #top_fv_sec .cont .cta_cont .cta_block a .inner .btn .arrow {
    width: 2.3vw;
  }
  #top_reason_sec {
    margin-bottom: 18vw;
  }
  #top_reason_sec .top_ttl_box {
    margin-bottom: 7vw;
  }
  #top_reason_sec .top_ttl_box .ttl {
    font-size: 7.5vw;
    margin-bottom: 4vw;
  }
  #top_reason_sec .top_ttl_box .ttl .small {
    font-size: 5.9vw;
  }
  #top_reason_sec .top_ttl_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
  #top_reason_sec .top_ttl_box .text + .text {
    margin-top: 1vw;
  }
  #top_reason_sec .list {
    margin-bottom: 10vw;
  }
  #top_reason_sec .list::before, #top_reason_sec .list::after {
    width: 25vw;
    height: 25vw;
    border-radius: 0 12vw 0 0;
  }
  #top_reason_sec .list::before {
    top: -12vw;
    left: -2.5vw;
  }
  #top_reason_sec .list::after {
    bottom: -30vw;
    right: -2.5vw;
  }
  #top_reason_sec .list ul {
    display: block;
  }
  #top_reason_sec .list ul li {
    display: flex;
    align-items: center;
    gap: 0 3.5vw;
    padding-bottom: 2vw;
  }
  #top_reason_sec .list ul li + li {
    margin-top: 4vw;
  }
  #top_reason_sec .list ul li:nth-child(2) {
    transition-delay: 0s;
  }
  #top_reason_sec .list ul li:nth-child(3) {
    transition-delay: 0s;
  }
  #top_reason_sec .list ul li:nth-child(4) {
    transition-delay: 0s;
  }
  #top_reason_sec .list ul li::before {
    left: auto;
    right: 0;
    width: 25vw;
  }
  #top_reason_sec .list ul li .img {
    flex-shrink: 0;
    width: 30vw;
    height: 20vw;
    margin-bottom: 0;
  }
  #top_reason_sec .list ul li .img::before {
    inset: 1vw;
  }
  #top_reason_sec .list ul li .text_box {
    padding-bottom: 0;
  }
  #top_reason_sec .list ul li .text_box .ttl {
    font-size: 4vw;
    line-height: 1.4;
  }
  .common_btn {
    width: 100%;
  }
  .common_btn a {
    width: 100%;
    height: 18vw;
    padding: 0 6.5vw 0 11vw;
  }
  .common_btn a:hover {
    background-color: #B01C00;
  }
  .common_btn a:hover::before {
    content: "";
    inset: 1vw;
  }
  .common_btn a::before {
    inset: 1vw;
  }
  .common_btn a .label {
    font-size: 4.3vw;
  }
  .common_btn a .arrow {
    width: 2vw;
  }
  .common_ttl_box .label_box {
    gap: 0 1.4vw;
    margin-bottom: 4vw;
  }
  .common_ttl_box .label_box .icon {
    width: 2.8vw;
  }
  .common_ttl_box .label_box .en_ttl {
    font-size: 4.5vw;
  }
  .common_ttl_box .ttl {
    font-size: 7.5vw;
    margin-bottom: 4vw;
  }
  .common_ttl_box .text {
    text-align: left;
    font-size: 3.5vw;
  }
  .common_ttl_box .text + .text {
    margin-top: 1vw;
  }
  #top_scene_sec {
    padding: 16vw 0 18vw;
    margin-bottom: 18vw;
  }
  #top_scene_sec .cont .common_ttl_box {
    margin-bottom: 8vw;
  }
  #top_scene_sec .cont .list .scene_slider {
    display: block;
    width: 100vw;
    margin-left: -5vw;
  }
  #top_scene_sec .cont .list .scene_slider .common_scene_box {
    width: 90vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  #top_scene_sec .cont .list .slider_guide_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -3.5vw;
    right: -3.5vw;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }
  #top_scene_sec .cont .list .slider_guide_box .arrow {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #4662AF;
  }
  #top_scene_sec .cont .list .slider_guide_box .arrow:first-child {
    transform: rotateY(180deg);
  }
  #top_scene_sec .cont .list .slider_guide_box .arrow svg {
    vertical-align: middle;
    width: 2vw;
    transform: translateX(20%);
  }
  #top_scene_sec .cont .list .slider_guide_box .arrow svg path {
    fill: #fff;
  }
  .common_scene_box {
    width: 100%;
    box-shadow: 0 0 3vw rgba(0, 0, 0, 0.06);
  }
  .common_scene_box + .common_scene_box {
    margin-top: 3vw;
  }
  .common_scene_box:nth-child(4n) {
    animation-delay: 0s;
  }
  .common_scene_box:nth-child(4n+2) {
    animation-delay: 0s;
  }
  .common_scene_box:nth-child(4n+3) {
    animation-delay: 0s;
  }
  .common_scene_box a {
    display: block;
    height: auto;
  }
  .common_scene_box a:hover .img img {
    transform: scale(1);
  }
  .common_scene_box a .text_wrap {
    padding: 5vw 5vw 5vw;
  }
  .common_scene_box a .text_wrap .ttl_box {
    display: block;
    height: auto;
    margin-bottom: 4.5vw;
  }
  .common_scene_box a .text_wrap .ttl_box .ttl {
    font-size: 5vw;
  }
  .common_scene_box a .text_wrap .ttl_box .ttl .sp {
    display: inline;
  }
  .common_scene_box a .text_wrap .data_box {
    display: flex;
    align-items: center;
    gap: 0 3.5vw;
  }
  .common_scene_box a .text_wrap .data_box .img_box {
    flex-shrink: 0;
    width: 30vw;
    margin-bottom: 0;
  }
  .common_scene_box a .text_wrap .data_box .img_box::before {
    inset: -1vw;
  }
  .common_scene_box a .text_wrap .data_box .img_box .img {
    height: 20vw;
  }
  .common_scene_box a .text_wrap .data_box .text_box .text {
    font-size: 3.4vw;
  }
  .common_scene_box a .link_wrap {
    margin-top: 0;
    height: 10vw;
    padding: 0 5vw;
    gap: 0 17vw;
  }
  .common_scene_box a .link_wrap .border::before {
    left: -1vw;
    width: 2vw;
    height: 2vw;
  }
  .common_scene_box a .link_wrap .link_box {
    gap: 0 3vw;
  }
  .common_scene_box a .link_wrap .link_box .label {
    font-size: 3.8vw;
  }
  .common_scene_box a .link_wrap .link_box .arrow {
    width: 1.8vw;
  }
  #top_equipment_sec {
    padding-bottom: 16vw;
    margin-bottom: 18vw;
  }
  #top_equipment_sec .bg {
    height: 98vw;
  }
  #top_equipment_sec .top_cont {
    margin-bottom: 8vw;
  }
  #top_equipment_sec .top_cont .text_block {
    display: block;
  }
  #top_equipment_sec .slider_cont .slider_wrap {
    padding-left: 5vw;
    margin-bottom: 5vw;
  }
  #top_equipment_sec .slider_cont .slider_wrap .equipment_slider {
    margin-bottom: 0;
  }
  #top_equipment_sec .slider_cont .slider_wrap .slick-track {
    display: flex;
  }
  #top_equipment_sec .slider_cont .slider_wrap .common_equipment_box {
    width: 80vw;
    height: auto !important;
    margin: 0 1.5vw;
  }
  #top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(3) {
    transition-delay: 0.1s;
  }
  #top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(4) {
    transition-delay: 0.2s;
  }
  #top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(5) {
    transition-delay: 0.3s;
  }
  #top_equipment_sec .slider_cont .slider_wrap .common_equipment_box:nth-child(6) {
    transition-delay: 0.4s;
  }
  #top_equipment_sec .slider_cont .slider_guide_box {
    gap: 0 8vw;
    margin-bottom: 10vw;
  }
  #top_equipment_sec .slider_cont .slider_guide_box .dots_list ul li {
    height: 4px;
  }
  #top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap {
    gap: 0 3.5vw;
  }
  #top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box {
    width: 12vw;
    height: 12vw;
  }
  #top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box:hover {
    border: 1px solid transparent;
  }
  #top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box:hover .arrow svg path {
    fill: #222020;
  }
  #top_equipment_sec .slider_cont .slider_guide_box .arrows_wrap .arrow_box .arrow {
    width: 2vw;
  }
  .common_equipment_box {
    width: 100%;
  }
  .common_equipment_box a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .common_equipment_box a:hover .img_wrap .img img {
    transform: scale(1);
  }
  .common_equipment_box a:hover .img_wrap .more_box .arrow {
    transform: translateY(0);
  }
  .common_equipment_box a .img_wrap {
    flex-shrink: 0;
    border-radius: 3vw 3vw 0 0;
    border: 2px solid #B01C00;
    height: 61vw;
  }
  .common_equipment_box a .img_wrap .more_box {
    top: 2vw;
  }
  .common_equipment_box a .img_wrap .more_box .label {
    width: 8vw;
    margin-bottom: 2vw;
  }
  .common_equipment_box a .img_wrap .more_box .arrow {
    width: 6vw;
  }
  .common_equipment_box a .text_box {
    flex-grow: 1;
    padding: 4vw 5vw;
  }
  .common_equipment_box a .text_box .ttl {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
  .common_equipment_box a .text_box .text {
    font-size: 3.3vw;
  }
  #top_works_sec {
    margin-bottom: 18vw;
  }
  #top_works_sec .common_ttl_box {
    margin-bottom: 9vw;
  }
  #top_works_sec .common_btn {
    margin: 10vw auto 0;
  }
  #top_works_sec .common_works_list ul li:nth-child(2) {
    transition-delay: 0s;
  }
  #top_works_sec .common_works_list ul li:nth-child(3) {
    transition-delay: 0s;
  }
  .common_works_list ul {
    display: block;
  }
  .common_works_list ul li + li {
    margin-top: 9vw;
  }
  .common_works_list ul li a:hover .img_box::before {
    top: -2vw;
    right: -2vw;
  }
  .common_works_list ul li a:hover .img_box .img img {
    transform: scale(1);
  }
  .common_works_list ul li a:hover .text_box::before {
    width: 30vw;
  }
  .common_works_list ul li a .img_box {
    height: 55vw;
    margin-bottom: 5vw;
  }
  .common_works_list ul li a .img_box::before {
    top: -2vw;
    right: -2vw;
  }
  .common_works_list ul li a .text_box {
    padding-bottom: 3vw;
  }
  .common_works_list ul li a .text_box::before {
    width: 30vw;
  }
  .common_works_list ul li a .text_box .cat {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .common_works_list ul li a .text_box .ttl {
    font-size: 4.5vw;
    margin-bottom: 6vw;
  }
  .common_works_list ul li a .text_box .date {
    font-size: 3.3vw;
  }
  #top_flow_sec {
    margin-bottom: 18vw;
    padding: 16vw 0 18vw;
  }
  #top_flow_sec::before {
    background-image: url(image/flow_sec_back.svg);
  }
  #top_flow_sec .cont .common_ttl_box {
    margin-bottom: 9vw;
  }
  #top_flow_sec .cont .common_ttl_box .label_box {
    margin-bottom: 3vw;
  }
  #top_flow_sec .cont .common_ttl_box .ttl {
    padding: 2vw 3.5vw;
    margin-bottom: 4vw;
  }
  #top_flow_sec .cont .flow_cont .click_guide_box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 4vw;
    margin-bottom: 3.5vw;
  }
  #top_flow_sec .cont .flow_cont .click_guide_box::before, #top_flow_sec .cont .flow_cont .click_guide_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 6vw;
    background-color: #fff;
  }
  #top_flow_sec .cont .flow_cont .click_guide_box::before {
    transform: rotate(-35deg);
  }
  #top_flow_sec .cont .flow_cont .click_guide_box::after {
    transform: rotate(35deg);
  }
  #top_flow_sec .cont .flow_cont .click_guide_box .guide_box {
    text-align: center;
    line-height: 1;
  }
  #top_flow_sec .cont .flow_cont .click_guide_box .guide_box .guide_text {
    font-size: 3.8vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1;
  }
  #top_flow_sec .cont .flow_cont .panel_box {
    display: block;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .flow_box {
    padding: 5vw 3.5vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap {
    display: block;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block + .options_block {
    margin-top: 7vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .label_box {
    margin-bottom: 3vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .label_box .label {
    padding: 2vw 3.5vw;
    font-size: 4vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .flow_box {
    padding: 5vw 3.5vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .flow_box .ttl {
    font-size: 4.8vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:first-child .options_wrap .options_block .flow_box .text {
    font-size: 3.4vw;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:last-child {
    width: 100%;
  }
  #top_flow_sec .cont .flow_cont .panel_box .panel:last-child .flow_box {
    padding: 5vw 3.5vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box {
    margin-bottom: 20px;
  }
  #top_flow_sec .cont .flow_cont .flow_box .arrow {
    width: 9vw;
    height: 3vw;
    bottom: calc(-3vw + 1px);
  }
  #top_flow_sec .cont .flow_cont .flow_box .num {
    right: 2vw;
    font-size: 20vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box::before {
    inset: -1vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box .text_box .ttl {
    font-size: 4.8vw;
    margin-bottom: 1vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box .text_box .text {
    font-size: 3.4vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact {
    display: block;
    padding: 5vw 3.5vw;
    margin-bottom: 7vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .arrow:nth-of-type(1) {
    left: 17.25vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .arrow:nth-of-type(2) {
    right: 17.25vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .text_box .ttl {
    font-size: 4.8vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn {
    margin-top: 4vw;
    width: 100%;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a {
    height: 17vw;
    padding: 0 4vw 0 6vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a:hover {
    background-color: #B01C00;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a:hover::before {
    inset: 1vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a::before {
    inset: 1vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a .icon {
    width: 7vw;
    margin-right: 7vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a .btn_label {
    font-size: 4vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.contact .btn a .btn_arrow {
    width: 2.3vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.arrow_second {
    margin-bottom: 8vw;
  }
  #top_flow_sec .cont .flow_cont .flow_box.arrow_second .arrow:nth-of-type(1) {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #top_flow_sec .cont .flow_cont .flow_box.arrow_second .arrow:nth-of-type(2) {
    display: none;
  }
  #top_flow_sec .cont .flow_cont .tab_box {
    margin-bottom: 5vw;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3vw;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li {
    text-align: center;
    transition: 0.3s;
    background-color: #222020;
    position: relative;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li::before {
    content: "";
    position: absolute;
    inset: -1vw;
    margin: auto;
    pointer-events: none;
    border: 1px solid #fff;
    opacity: 0;
    transition: 0.3s;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li .label {
    display: block;
    padding: 2vw 3vw;
    font-size: 4vw;
    line-height: 1.3;
    color: #ccc;
    background-color: #222020;
    transition: 0.3s;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li:last-child {
    width: auto;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li.active {
    background-color: #fff;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li.active::before {
    opacity: 1;
  }
  #top_flow_sec .cont .flow_cont .tab_box ul li.active .label {
    color: #222020;
    background-color: #fff;
  }
  #top_faq_sec {
    margin-bottom: 28vw;
  }
  #top_faq_sec .cont {
    display: block;
  }
  #top_faq_sec .cont .ttl_block {
    width: 100%;
    margin-bottom: 7vw;
  }
  #top_faq_sec .cont .ttl_block .common_ttl_box {
    margin-bottom: 0;
  }
  #top_faq_sec .cont .common_faq_list {
    margin-top: 0;
    margin-bottom: 8vw;
  }
  .common_faq_list {
    padding: 8vw 3.5vw;
  }
  .common_faq_list ul li {
    padding-bottom: 5vw;
  }
  .common_faq_list ul li + li {
    margin-top: 5vw;
  }
  .common_faq_list ul li .q_box {
    gap: 0 3vw;
    margin-bottom: 3vw;
  }
  .common_faq_list ul li .q_box .q_label {
    width: 8vw;
    height: 8vw;
  }
  .common_faq_list ul li .q_box .q_label .label {
    font-size: 4vw;
  }
  .common_faq_list ul li .q_box .ttl_box .ttl {
    font-size: 4vw;
  }
  .common_faq_list ul li .text_box {
    padding-left: 0;
  }
  .common_faq_list ul li .text_box .text {
    font-size: 3.6vw;
  }
  #top_about_sec {
    margin-bottom: 13vw;
  }
  #top_about_sec::before {
    top: 20vw;
    bottom: -50vw;
  }
  #top_about_sec .en_img {
    top: 60vw;
    width: 44vw;
  }
  #top_about_sec .cont {
    display: block;
  }
  #top_about_sec .cont .img_block {
    margin-top: 0;
    width: 100%;
    margin-bottom: 6vw;
  }
  #top_about_sec .cont .img_block .deco {
    bottom: -3vw;
    right: 35vw;
    width: 23vw;
  }
  #top_about_sec .cont .img_block .img.img1 {
    top: -10vw;
    width: 60vw;
    height: 55vw;
    border-radius: 12vw 0 0 0;
  }
  #top_about_sec .cont .img_block .img.img2 {
    width: 50vw;
    height: 60vw;
    border-radius: 8vw 0 8vw 0;
  }
  #top_about_sec .cont .text_block .ttl {
    font-size: 6.8vw;
    line-height: 1.4;
    margin-bottom: 6vw;
    color: #fff;
  }
  #top_about_sec .cont .text_block .text {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  #top_about_sec .cont .text_block .text + .text {
    margin-top: 3vw;
  }
  #top_about_sec .cont .text_block .common_btn {
    margin-top: 10vw;
  }
  #top_news_sec {
    margin-bottom: 22vw;
  }
  #top_news_sec .wrap {
    max-width: 95%;
  }
  #top_news_sec .cont {
    border-radius: 10vw 10vw 0 0;
    padding: 14vw 5vw 0;
    display: block;
  }
  #top_news_sec .cont .link_box a {
    font-size: 4.4vw;
  }
  #top_news_sec .cont .link_box a:hover {
    text-decoration: underline;
  }
  #top_news_sec .cont .ttl_block .common_ttl_box {
    margin-bottom: 8vw;
  }
  #top_news_sec .cont .common_news_list {
    width: 100%;
    margin-bottom: 10vw;
  }
  .common_news_list ul li + li a {
    padding-top: 5vw;
  }
  .common_news_list ul li a {
    gap: 0 5vw;
    padding-bottom: 5vw;
  }
  .common_news_list ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #B2B2B2 0 6px, transparent 6px 12px);
  }
  .common_news_list ul li a:hover .text_box .ttl {
    color: #222020;
    background-position: 100% 100%;
    background-size: 0 1px;
  }
  .common_news_list ul li a .text_box .date {
    font-size: 3.2vw;
    margin-bottom: 2.5vw;
  }
  .common_news_list ul li a .text_box .ttl {
    font-size: 3.6vw;
    padding-bottom: 0;
  }
  .common_news_list ul li a .arrow_box {
    width: 7vw;
    height: 7vw;
  }
  .common_news_list ul li a .arrow_box .arrow {
    width: 1.3vw;
  }
  #footer_cta_sec {
    padding: 25vw 0 15vw;
  }
  #footer_cta_sec::before {
    left: 2.5vw;
    border-radius: 18vw 0 0 0;
  }
  #footer_cta_sec .en_ttl {
    position: absolute;
    top: 2.5vw;
    transform: translateY(0);
    right: 0;
    width: 10vw;
  }
  #footer_cta_sec .cont {
    padding-left: 2.5vw;
  }
  #footer_cta_sec .cont .ttl_box {
    margin-bottom: 6.5vw;
  }
  #footer_cta_sec .cont .ttl_box .ttl {
    font-size: 3.2vw;
    margin-bottom: 3vw;
  }
  #footer_cta_sec .cont .ttl_box .en {
    font-size: 10vw;
  }
  #footer_cta_sec .cont .text_box {
    margin-bottom: 10vw;
  }
  #footer_cta_sec .cont .text_box .label_box {
    margin-bottom: 5vw;
  }
  #footer_cta_sec .cont .text_box .label_box .dot {
    top: -0.7em;
    left: 3.3em;
    letter-spacing: 0.14em;
    font-size: 5vw;
  }
  #footer_cta_sec .cont .text_box .label_box .label {
    font-size: 5.3vw;
  }
  #footer_cta_sec .cont .text_box .text {
    font-size: 3.4vw;
  }
  #footer_cta_sec .cont .text_box .text + .text {
    margin-top: 2.5vw;
  }
  #footer_cta_sec .cont .cta_cont {
    display: block;
  }
  #footer_cta_sec .cont .cta_cont .cta_block + .cta_block {
    margin-top: 8.5vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block.tel a:hover .inner .btn {
    background-color: #4662AF;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a {
    display: block;
    color: #fff;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a:hover .inner .btn {
    background-color: #222020;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a:hover .inner .btn::before {
    inset: 1vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .lead_label {
    top: -4vw;
    width: 77vw;
    font-size: 3.6vw;
    line-height: 7vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn {
    width: 100%;
    height: 20vw;
    padding: 0 4vw 0 6vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn::before {
    inset: 1vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .icon {
    width: 7vw;
    margin-right: 6vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .btn_label {
    font-size: 4.4vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .num {
    font-size: 6.3vw;
    margin-bottom: 1vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .tel_box .time {
    font-size: 3.2vw;
  }
  #footer_cta_sec .cont .cta_cont .cta_block a .inner .btn .arrow {
    width: 2.3vw;
  }
  #main_footer {
    padding: 16vw 0 12vw;
  }
  #main_footer::before {
    left: 2.5vw;
  }
  #main_footer .cont {
    padding-left: 2.5vw;
  }
  #main_footer .cont .main_cont {
    display: block;
    margin-bottom: 10vw;
  }
  #main_footer .cont .main_cont .logo_block .logo {
    width: 30vw;
    margin: 0 auto 6vw;
  }
  #main_footer .cont .main_cont .logo_block .address {
    text-align: center;
    font-size: 3.4vw;
  }
  #main_footer .cont .main_cont .link_block {
    display: none;
  }
  #main_footer .cont .sub_cont {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #main_footer .cont .sub_cont .copy {
    font-size: 2.7vw;
  }
  #main_footer .cont .sub_cont .sub_link_list {
    margin-bottom: 6vw;
  }
  #main_footer .cont .sub_cont .sub_link_list ul {
    display: flex;
    gap: 0 5vw;
  }
  #main_footer .cont .sub_cont .sub_link_list ul li a {
    font-size: 3.2vw;
  }
  /* 共通設定 */
  .common_page_main .main_cont {
    margin-bottom: 15px;
  }
  .common_page_main .main_cont::before {
    top: 38vw;
    left: -10vw;
    width: 100vw;
    height: 100vw;
  }
  .common_page_main .main_cont::after {
    bottom: auto;
    top: 69vw;
    left: -3vw;
    width: 30vw;
    height: 30vw;
  }
  .common_page_main .main_cont .cont {
    padding: calc(65px + 17vw) 0 13vw;
  }
  .common_page_main .main_cont .cont .ttl_box {
    margin-bottom: 13vw;
  }
  .common_page_main .main_cont .cont .ttl_box .en {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .common_page_main .main_cont .cont .ttl_box .ttl {
    font-size: 8.5vw;
  }
  .common_page_main .main_cont .cont .cta_cont {
    display: block;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block + .cta_block {
    margin-top: 7.5vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block.tel a:hover .inner .btn {
    background-color: #4662AF;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a {
    display: block;
    color: #fff;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a:hover .inner .btn {
    background-color: #D9000C;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a:hover .inner .btn::before {
    inset: 1vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .lead_label {
    top: -4vw;
    width: 77vw;
    font-size: 3.6vw;
    line-height: 7vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn {
    width: 100%;
    height: 20vw;
    padding: 0 4vw 0 6vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn::before {
    inset: 1vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .icon {
    width: 7vw;
    margin-right: 6vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .btn_label {
    font-size: 4.4vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .tel_box .num {
    font-size: 6.3vw;
    margin-bottom: 1vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .tel_box .time {
    font-size: 3.2vw;
  }
  .common_page_main .main_cont .cont .cta_cont .cta_block a .inner .btn .arrow {
    width: 2.3vw;
  }
  .common_page_main .breadcrumb {
    text-align: left;
    font-size: 2.8vw;
  }
  .common_page_wrap {
    padding: 17vw 0 22vw;
  }
  .common_single_wrap {
    padding: 0 0 17vw;
  }
  .reserve_text {
    font-size: 6vw;
  }
  .breadcrumb {
    font-size: 2.4vw;
  }
  .breadcrumb.single {
    text-align: left;
    margin-top: 19vw;
  }
  /* SP固定ページ 個人情報保護方針 */
  .privacy_cont_sec .main_text {
    font-size: 3.3vw;
    margin-block: 0 10vw;
  }
  .privacy_cont_sec dl + dl {
    margin-block: 8vw 0;
  }
  .privacy_cont_sec dl dt {
    font-size: 4.1vw;
    padding-block: 0 0.5em;
    margin-block: 0 0.7em;
  }
  .privacy_cont_sec dl dd {
    font-size: 3.3vw;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  .wp-pagenavi {
    margin-top: 12vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 1.5vw 2.8vw !important;
    margin: 0 2px;
    font-size: 3.6vw;
  }
  .common_form_page {
    padding: calc(65px + 14vw) 0 25vw;
  }
  .common_form_page .container {
    display: block;
  }
  .common_form_page .container .text_block {
    position: inherit;
    top: 0;
    margin-bottom: 8vw;
  }
  .common_form_page .container .text_block .top_text_box {
    margin-bottom: 0;
  }
  .common_form_page .container .text_block .top_text_box .ttl {
    font-size: 7.2vw;
    margin-bottom: 5vw;
  }
  .common_form_page .container .text_block .top_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .text_block .top_text_box .text a {
    margin: 0 0.1vw;
  }
  .common_form_page .container .text_block .top_text_box .text + .text {
    margin-top: 1.5vw;
  }
  .common_form_page .container .text_block .form_guide_box {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .common_form_page .container .text_block .form_guide_box .ttl {
    font-size: 3.8vw;
    padding-bottom: 2vw;
  }
  .common_form_page .container .text_block .thum_box {
    gap: 0 5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list {
    margin-top: 3vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li + li {
    margin-top: 2vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li {
    font-size: 3.5vw;
  }
  .common_form_page .container .text_block .thum_box .text_box .cont_list ul li::before {
    margin-right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }
  .common_form_page .container .text_block .thum_box .thum {
    width: 30%;
    border-radius: 3vw;
    padding: 2vw;
  }
  .common_form_page .container .form_cont {
    width: 100%;
    padding: 7vw 3.5vw 6vw;
    margin-left: 0;
  }
  .common_form_page .container .form_cont .top_text_box {
    margin-bottom: 6vw;
  }
  .common_form_page .container .form_cont .top_text_box .lead {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box {
    margin-bottom: 7vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li + li {
    margin-top: 5.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .label {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text] {
    padding: 2.5vw 3.5vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box input[type=text]::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea {
    padding: 3vw 3.5vw;
    font-size: 3.6vw;
    height: 50vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::-moz-placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .form_box .list ul li .data_box textarea::placeholder {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button {
    line-height: 16vw;
    font-size: 4.2vw;
  }
  .common_form_page .container .form_cont .form_wrap .btn button:hover {
    transform: translateY(0);
    box-shadow: 0 6px #B01C00;
  }
  .common_form_page .container .form_cont .form_wrap button[name=submitBack] {
    margin-top: 3vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .ttl {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text {
    font-size: 3.6vw;
  }
  .common_form_page .container .form_cont .form_wrap .thanks_text_box .text + .text {
    margin-top: 2vw;
  }
  /* layout helpers */
  .data_box.check_wrap {
    display: block;
  }
  .mw_wp_form .horizontal-item {
    display: block;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-top: 2vw;
  }
  .radio_btns {
    display: block;
  }
  .works_single_page.single_page_wrap #sidebar {
    margin-top: 12vw;
  }
  #sidebar {
    width: 100%;
    padding: 0 15px;
    margin-top: 5vw;
  }
  #sidebar .block + .block {
    margin-top: 10vw;
  }
  #sidebar .common_link_box {
    margin-bottom: 0;
  }
  #sidebar .block .top_ttl {
    font-size: 3.6vw;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
  #sidebar .block .top_ttl::before {
    width: 30%;
  }
  #sidebar .block .ranking_list ul li + li {
    margin-top: 5vw;
  }
  #sidebar .block .ranking_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box {
    width: 6vw;
  }
  #sidebar .block .ranking_list ul li a .ranking_box .num {
    font-size: 3.5vw;
    line-height: 6vw;
  }
  #sidebar .block .ranking_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .ranking_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .ranking_list ul li a:hover .img img {
    transform: scale(1);
  }
  #sidebar .block .voice_list ul li + li {
    margin-top: 4vw;
  }
  #sidebar .block .voice_list ul li a {
    gap: 0 3vw;
  }
  #sidebar .block .voice_list ul li a .img {
    width: 34%;
  }
  #sidebar .block .voice_list ul li a .text_box .date {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
  #sidebar .block .voice_list ul li a .text_box .ttl {
    font-size: 3.1vw;
  }
  #sidebar .block .voice_list ul li a:hover .img img {
    transform: scale(1);
  }
  /* 準備中 */
  .sorry_sec .text_box .text {
    text-align: left;
    font-size: 4vw;
  }
  .sorry_sec .text_box .text + .text {
    margin-top: 3vw;
  }
  .sorry_sec .text_box .common_btn {
    margin: 7vw 0 0;
  }
  .single_page_wrap {
    padding-top: calc(65px + 15vw);
    padding-bottom: 19vw;
    margin-bottom: 0;
  }
  .single_page_wrap #sidebar {
    padding: 0;
    margin-top: 8vw;
  }
  /* よくあるご質問 */
  #page_faq .faq_list_sec .cont {
    display: block;
  }
  #page_faq .faq_list_sec .cont + .cont {
    margin-top: 12vw;
  }
  #page_faq .faq_list_sec .cont .ttl_block {
    width: 100%;
    padding-top: 7vw;
    margin-bottom: 7vw;
  }
  #page_faq .faq_list_sec .cont .ttl_block .ttl {
    font-size: 6vw;
  }
  #page_faq .faq_list_sec .cont .common_faq_list {
    margin-top: 0;
  }
  /* AKATUKI STUDIOについて */
  #page_company .company_message_sec {
    margin-bottom: 18vw;
    padding-bottom: 15vw;
  }
  #page_company .company_message_sec::before {
    top: 48vw;
  }
  #page_company .company_message_sec .common_ttl_box {
    margin-bottom: 18vw;
  }
  #page_company .company_message_sec .cont {
    display: block;
  }
  #page_company .company_message_sec .cont .img_block {
    margin-top: 0;
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }
  #page_company .company_message_sec .cont .img_block .deco {
    bottom: -3vw;
    right: 35vw;
    width: 23vw;
  }
  #page_company .company_message_sec .cont .img_block .img.img1 {
    top: -10vw;
    width: 60vw;
    height: 55vw;
    border-radius: 12vw 0 0 0;
  }
  #page_company .company_message_sec .cont .img_block .img.img2 {
    width: 50vw;
    height: 60vw;
    border-radius: 8vw 0 8vw 0;
  }
  #page_company .company_message_sec .cont .text_block {
    margin-top: 0;
    padding-right: 0;
  }
  #page_company .company_message_sec .cont .text_block .text {
    font-size: 3.4vw;
    line-height: 1.8;
  }
  #page_company .company_message_sec .cont .text_block .text + .text {
    margin-top: 3vw;
  }
  #page_company .company_message_sec .cont .text_block .name {
    font-size: 3.8vw;
    margin-top: 7vw;
    margin-bottom: 2vw;
  }
  #page_company .company_message_sec .cont .text_block .sub_text {
    font-size: 3.3vw;
  }
  #page_company .company_outline_sec .common_ttl_box {
    margin-bottom: 6vw;
  }
  #page_company .company_outline_sec .cont .table_wrap table {
    display: block;
  }
  #page_company .company_outline_sec .cont .table_wrap table tbody {
    display: block;
    width: 100%;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr {
    display: block;
    width: 100%;
    border-top: none;
    border-right: none;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr + tr {
    margin-top: 2vw;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr:last-child {
    border-bottom: none;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr th {
    display: block;
    font-size: 4vw;
    width: 100%;
    padding: 3vw 5vw;
  }
  #page_company .company_outline_sec .cont .table_wrap table tr td {
    display: block;
    font-size: 3.6vw;
    padding: 5vw 5vw;
  }
  /* 選ばれる理由 */
  #page_reason .reason_list_sec {
    margin-bottom: 18vw;
  }
  #page_reason .reason_list_sec .lead_text_box {
    margin-bottom: 12vw;
  }
  #page_reason .reason_list_sec .lead_text_box .lead_text {
    font-size: 4vw;
    line-height: 1.6;
  }
  #page_reason .reason_list_sec .lead_text_box .lead_text + .lead_text {
    margin-top: 3vw;
  }
  #page_reason .reason_list_sec .list ul li {
    display: block;
    padding-bottom: 10vw;
  }
  #page_reason .reason_list_sec .list ul li + li {
    margin-top: 10vw;
  }
  #page_reason .reason_list_sec .list ul li .img {
    width: 100%;
    height: 55vw;
    margin-bottom: 6vw;
  }
  #page_reason .reason_list_sec .list ul li .img::before {
    inset: 1vw;
  }
  #page_reason .reason_list_sec .list ul li .text_block .en {
    right: 0;
    font-size: 20vw;
  }
  #page_reason .reason_list_sec .list ul li .text_block .ttl_box {
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }
  #page_reason .reason_list_sec .list ul li .text_block .ttl_box::before {
    width: 30vw;
  }
  #page_reason .reason_list_sec .list ul li .text_block .ttl_box .ttl {
    font-size: 5.5vw;
  }
  #page_reason .reason_list_sec .list ul li .text_block .text {
    font-size: 3.5vw;
  }
  #page_reason .reason_list_sec .list ul li .text_block .text + .text {
    margin-top: 3vw;
  }
  #page_reason #top_flow_sec {
    margin-bottom: 0;
  }
  /* レンタル機材 */
  #equipment_page.equipment_tax_page .cont .guide_link_block {
    position: inherit;
    top: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    margin-right: 0;
  }
  #equipment_page .cont {
    display: block;
  }
  #equipment_page .cont .guide_link_block {
    margin-top: -3.5vw;
    z-index: 2;
    width: 100vw;
    margin-left: -5vw;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2vw;
    top: 65px;
    margin-bottom: 10vw;
    transition: 0.3s;
  }
  #equipment_page .cont .guide_link_block.is-hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
  #equipment_page .cont .guide_link_block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
  }
  #equipment_page .cont .guide_link_block ul li + li {
    margin-top: 0;
  }
  #equipment_page .cont .guide_link_block ul li.active a {
    background-color: #B01C00 !important;
  }
  #equipment_page .cont .guide_link_block ul li a {
    line-height: 10vw;
    font-size: 3.2vw;
  }
  #equipment_page .cont .guide_link_block ul li a:hover {
    background-color: #222020;
  }
  #equipment_page .cont .guide_link_block ul li a:hover::before {
    inset: 0.5vw;
  }
  #equipment_page .cont .guide_link_block ul li a::before {
    inset: 0.5vw;
  }
  #equipment_page .cont .equipment_cont .equipment_block + .equipment_block {
    margin-top: 14vw;
  }
  #equipment_page .cont .equipment_cont .equipment_block .block_ttl_box {
    padding-top: 6vw;
    margin-bottom: 8vw;
  }
  #equipment_page .cont .equipment_cont .equipment_block .block_ttl_box::before {
    width: 40vw;
  }
  #equipment_page .cont .equipment_cont .equipment_block .block_ttl_box .ttl {
    font-size: 5.5vw;
  }
  .common_equipment_list ul {
    display: block;
  }
  .common_equipment_list ul li {
    height: auto;
  }
  .common_equipment_list ul li + li {
    margin-top: 6vw;
  }
  .common_equipment_list ul li a {
    display: block;
  }
  .common_equipment_list ul li a:hover .img_wrap .img img {
    transform: scale(1);
  }
  .common_equipment_list ul li a:hover .img_wrap .more_box .arrow {
    transform: translateY(0);
  }
  .common_equipment_list ul li a .img_wrap {
    flex-shrink: 0;
    border-radius: 3vw 3vw 0 0;
    border: 2px solid #B01C00;
    height: 55vw;
    padding: 3vw;
  }
  .common_equipment_list ul li a .img_wrap .more_box {
    top: 2vw;
  }
  .common_equipment_list ul li a .img_wrap .more_box .label {
    width: 7vw;
    margin-bottom: 2vw;
  }
  .common_equipment_list ul li a .img_wrap .more_box .arrow {
    width: 5.5vw;
  }
  .common_equipment_list ul li a .text_box {
    padding: 5vw 5vw 6vw;
  }
  .common_equipment_list ul li a .text_box .ttl {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .common_equipment_list ul li a .text_box .text {
    font-size: 3.2vw;
    margin-bottom: 3.5vw;
  }
  .common_equipment_list ul li a .text_box .price_wrap .price_label {
    font-size: 3.2vw;
    margin-bottom: 2.5vw;
  }
  .common_equipment_list ul li a .text_box .price_wrap .price_list {
    gap: 0 3.5vw;
  }
  .common_equipment_list ul li a .text_box .price_wrap .price_list .price_box {
    gap: 0 1vw;
  }
  .common_equipment_list ul li a .text_box .price_wrap .price_list .price_box .time_label {
    font-size: 3.6vw;
  }
  .common_equipment_list ul li a .text_box .price_wrap .price_list .price_box .price {
    font-size: 4.8vw;
  }
  #single_equipment_page .sec_ttl_box {
    margin-bottom: 9vw;
    padding-left: 0;
    border-left: none;
  }
  #single_equipment_page .sec_ttl_box .ttl {
    font-size: 6vw;
    margin-bottom: 4vw;
    padding-left: 4vw;
    border-left: 2px solid #B01C00;
  }
  #single_equipment_page .sec_ttl_box .text {
    font-size: 3.4vw;
  }
  #single_equipment_page .sec_ttl_box .text + .text {
    margin-top: 1vw;
  }
  #single_equipment_page .cont {
    margin-bottom: 10vw;
    display: block;
    padding: 15vw 0;
  }
  #single_equipment_page .cont::before {
    left: -5vw;
    right: -5vw;
    border-radius: 9vw;
  }
  #single_equipment_page .cont .img_block {
    width: 100%;
    margin-bottom: 7vw;
  }
  #single_equipment_page .cont .img_block .img {
    height: 70vw;
    padding: 3vw;
  }
  #single_equipment_page .cont .text_block .price_wrap .price_label {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  #single_equipment_page .cont .text_block .price_wrap .price_list {
    gap: 0 2.5vw;
  }
  #single_equipment_page .cont .text_block .price_wrap .price_list .price_box {
    gap: 0 1vw;
  }
  #single_equipment_page .cont .text_block .price_wrap .price_list .price_box .time_label {
    font-size: 3.9vw;
  }
  #single_equipment_page .cont .text_block .price_wrap .price_list .price_box .price {
    font-size: 5.8vw;
  }
  #single_equipment_page .cont .text_block .des_box {
    margin-top: 6vw;
  }
  #single_equipment_page .cont .text_block .des_box .des_text {
    font-size: 3.4vw;
  }
  #single_equipment_page .cont .text_block .info_box {
    margin-top: 7vw;
    padding-top: 7vw;
  }
  #single_equipment_page .cont .text_block .info_box .label {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  #single_equipment_page .cont .text_block .info_box .data_box .text {
    font-size: 3.5vw;
  }
  #single_equipment_page .cont .text_block .number_box {
    margin-top: 7vw;
    gap: 4vw;
    padding: 4vw 0;
    font-size: 3.6vw;
  }
  /* ご利用シーン */
  #page_scene .scene_list_sec .cont .lead_text_box {
    margin-bottom: 9vw;
    text-align: left;
  }
  #page_scene .scene_list_sec .cont .lead_text_box .lead_text {
    font-size: 4.6vw;
    line-height: 1.6;
  }
  #page_scene .scene_list_sec .cont .list ul {
    display: block;
  }
  .scene_cat_page .scene_main_sec {
    margin-bottom: 12vw;
  }
  .scene_cat_page .scene_main_sec::before {
    width: 70vw;
    bottom: -60vw;
    height: 100vw;
    border-radius: 0 12vw 12vw 0;
  }
  .scene_cat_page .scene_main_sec .cont {
    display: block;
  }
  .scene_cat_page .scene_main_sec .cont .img {
    width: 100%;
    height: 55vw;
    margin-bottom: 7vw;
  }
  .scene_cat_page .scene_main_sec .cont .img::before {
    inset: -1vw;
    border-radius: 10vw 0 0 0;
  }
  .scene_cat_page .scene_main_sec .cont .img img {
    border-radius: 10vw 0 0 0;
  }
  .scene_cat_page .scene_main_sec .cont .text_box .text {
    font-size: 3.6vw;
  }
  .scene_cat_page .scene_main_sec .cont .text_box .text + .text {
    margin-top: 3vw;
  }
  .scene_cat_page .scene_support_sec {
    margin-bottom: 18vw;
  }
  .scene_cat_page .scene_support_sec .wrap03 {
    max-width: 95%;
  }
  .scene_cat_page .scene_support_sec .cont {
    padding: 13vw 3.5vw 12vw;
    border-radius: 3vw;
  }
  .scene_cat_page .scene_support_sec .cont .top_ttl_box {
    margin-bottom: 5vw;
  }
  .scene_cat_page .scene_support_sec .cont .top_ttl_box .ttl {
    font-size: 7vw;
  }
  .scene_cat_page .scene_support_sec .cont .inner {
    display: block;
    padding: 8vw 5vw;
  }
  .scene_cat_page .scene_support_sec .cont .inner .img {
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
  .scene_cat_page .scene_support_sec .cont .inner .img::before {
    inset: 1vw;
  }
  .scene_cat_page .scene_support_sec .cont .inner .list ul li {
    gap: 0 3vw;
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .scene_cat_page .scene_support_sec .cont .inner .list ul li + li {
    margin-top: 3vw;
  }
  .scene_cat_page .scene_support_sec .cont .inner .list ul li::before {
    width: 1.7vw;
    height: 1.7vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap {
    margin-top: -3.5vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_arrow {
    width: 20vw;
    height: 7vw;
    margin: 0 auto 8vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .lead_text_box {
    margin-bottom: 10vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .lead_text_box .lead_text {
    font-size: 4.5vw;
    line-height: 1.6;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont {
    display: block;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block + .cta_block {
    margin-top: 7.5vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block.tel a:hover .inner .btn {
    background-color: #4662AF;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a {
    display: block;
    color: #fff;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a:hover .inner .btn {
    background-color: #D9000C;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a:hover .inner .btn::before {
    inset: 1vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .lead_label {
    top: -4vw;
    width: 77vw;
    font-size: 3.6vw;
    line-height: 7vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn {
    width: 100%;
    height: 20vw;
    padding: 0 4vw 0 6vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn::before {
    inset: 1vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .icon {
    width: 7vw;
    margin-right: 6vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .btn_label {
    font-size: 4.4vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .tel_box .num {
    font-size: 6.3vw;
    margin-bottom: 1vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .tel_box .time {
    font-size: 3.2vw;
  }
  .scene_cat_page .scene_support_sec .cta_wrap .cta_cont .cta_block a .inner .btn .arrow {
    width: 2.3vw;
  }
  .scene_cat_page #top_flow_sec {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */