@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: inherit;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  padding: 0;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
  font-style: inherit;
}

:root {
  --main-color: #f55a2f;
  --accent-color: #a00;
}

.container {
  position: relative;
  min-width: 1240px;
  overflow: hidden;
}
@media (max-width: 959px) {
  .container {
    min-width: 0;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1240px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  background: #f2f2f2;
}
@media (max-width: 959px) {
  body {
    min-width: 0;
  }
}

p,
dt,
dd,
li {
  font-size: 16px;
  font-style: normal;
  line-height: 2;
  line-break: strict;
  overflow-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 15px;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

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

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
     height: auto;
     overflow: hidden;
     /**/
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.inner--l {
  max-width: 1240px;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.mid {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.orange {
  color: #f55a2f;
}

.purple {
  color: #527acc;
}

.blue {
  color: #f55a2f;
}

.red {
  color: #bf0000;
}

.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ofi-contain {
  object-fit: contain;
}

@media (max-width: 750px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.orangeGrad {
  background: linear-gradient(to right, #ec1d24 1%, #ffb400 100%);
}

.anc {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -10vw;
    padding-top: 10vw;
  }
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.c-btn-contact a {
  display: block;
  width: 520px;
  height: 100px;
  margin-inline: auto;
  line-height: 1;
  background: linear-gradient(to right, #00973b 1%, #0bc257 100%);
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  display: grid;
  place-content: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: filter 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-contact a {
    width: 100%;
    height: 57px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
}
.c-btn-contact a:before {
  content: "";
  background: url(../img/icn_arrow_circle_right@2x.png) no-repeat center center/cover;
  width: 32px;
  height: 38px;
  display: block;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  .c-btn-contact a:before {
    width: 18px;
    height: 21px;
    right: 19px;
  }
}
@media (hover: hover) {
  .c-btn-contact a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .c-btn-contact a:where(:any-link, :enabled, summary):hover:before {
    transform: translate(5px, -50%);
  }
}

.c-btn-contact__comment {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .c-btn-contact__comment {
    top: -19px;
    font-size: 13px;
  }
}
.c-btn-contact__comment em {
  color: #ffe500;
}
.c-btn-contact__comment span {
  display: inline-block;
  background: #222;
  padding-block: 14px;
  padding-inline-start: calc(24px + 0.08em);
  padding-inline-end: 24px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 750px) {
  .c-btn-contact__comment span {
    padding-block: 8px;
    padding-inline-start: calc(11px + 0.08em);
    padding-inline-end: 11px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
.c-btn-contact__comment span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  height: 15px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #222;
}
@media (max-width: 750px) {
  .c-btn-contact__comment span:before {
    bottom: -5px;
    height: 10px;
  }
}

.c-btn-contact__txt {
  display: block;
  font-size: 32px;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  .c-btn-contact__txt {
    font-size: 19px;
    text-shadow: 0 1.5px 0px rgba(0, 0, 0, 0.08);
  }
}

.c-heading-01 {
  text-align: center;
  position: relative;
}

.c-heading-01__en_bg {
  font-size: 200px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .c-heading-01__en_bg {
    font-size: 90px;
  }
}

.c-heading-01__en {
  font-size: 24px;
  font-weight: 500;
  color: #f55a2f;
  letter-spacing: 0.06em;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .c-heading-01__en {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.c-heading-01__ja {
  font-size: 48px;
  line-height: 1.29;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .c-heading-01__ja {
    font-size: 24px;
    line-height: 1.5;
  }
}
.c-heading-01__ja em {
  font-size: 64px;
  color: #f55a2f;
}
@media (max-width: 750px) {
  .c-heading-01__ja em {
    font-size: 32px;
  }
}

.c-heading-01__ja__small {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  .c-heading-01__ja__small {
    font-size: 15px;
    margin-bottom: 0;
    transform: translateY(6px);
  }
}
.c-heading-01__ja__small:before, .c-heading-01__ja__small:after {
  content: "";
  width: 22px;
  height: 35px;
  display: block;
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-heading-01__ja__small:before, .c-heading-01__ja__small:after {
    width: 20px;
    height: 32px;
  }
}
.c-heading-01__ja__small:before {
  background: url(../img/ttl_line_l@2x.png) no-repeat center center/cover;
  left: -42px;
}
@media (max-width: 750px) {
  .c-heading-01__ja__small:before {
    background-image: url(../img/ttl_line_l_sp@2x.png);
    left: -23px;
  }
}
.c-heading-01__ja__small:after {
  background: url(../img/ttl_line_r@2x.png) no-repeat center center/cover;
  right: -34px;
}
@media (max-width: 750px) {
  .c-heading-01__ja__small:after {
    background-image: url(../img/ttl_line_r_sp@2x.png);
    right: -23px;
  }
}
.c-heading-01__ja__small em {
  font-size: 24px;
  color: #f55a2f;
}
@media (max-width: 750px) {
  .c-heading-01__ja__small em {
    font-size: 15px;
  }
}

.c-orangeBox {
  border: 2px solid #111;
  background: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
@media (max-width: 750px) {
  .c-orangeBox {
    border-width: 1px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}

.c-orangeBox__ttl {
  background: url(../img/point_ttl_bg@2x.png) no-repeat center center/cover;
  border-radius: 18px 18px 0 0;
  height: 100px;
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  .c-orangeBox__ttl {
    border-radius: 9px 9px 0 0;
    height: 78px;
  }
}

.c-orangeBox__ttl__txt {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (max-width: 750px) {
  .c-orangeBox__ttl__txt {
    font-size: 22px;
    text-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
    letter-spacing: 0.06em;
    line-height: 1.31;
  }
}
.c-orangeBox__ttl__txt em {
  color: #ffe500;
}

.c-orangeBox__cont {
  padding: 26px 45px 50px;
}
@media (max-width: 750px) {
  .c-orangeBox__cont {
    padding: 20px 20px 30px;
  }
}

.form-note__dl {
  background: #f5f5f5;
  padding: 22px 26px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 959px) {
  .form-note__dl {
    padding-inline: 30px;
  }
}
@media (max-width: 750px) {
  .form-note__dl {
    padding: 21px 18px 18px;
    margin-bottom: 19px;
  }
}

.form-note__dt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -19px;
  text-align: center;
}
@media (max-width: 750px) {
  .form-note__dt {
    top: -15px;
  }
}
.form-note__dt span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .form-note__dt span {
    font-size: 15px;
  }
}

.form-note__dd {
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .form-note__dd {
    max-width: 100%;
  }
}
.form-note__dd li {
  font-size: 15px;
  font-weight: 500;
  padding-left: 0.9em;
  position: relative;
}
.form-note__dd li:before {
  content: "";
  background: #f55a2f;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
@media (max-width: 750px) {
  .form-note__dd li:before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
}
@media (max-width: 750px) {
  .form-note__dd li {
    font-size: 13px;
    line-height: 1.46;
  }
}
.form-note__dd li:not(:last-child) {
  margin-bottom: 2px;
}
@media (max-width: 750px) {
  .form-note__dd li:not(:last-child) {
    margin-bottom: 5px;
  }
}

/*
----------------------------------------
form
----------------------------------------
*/
.efo-form input[type=text],
.efo-form input[type=search],
.efo-form input[type=tel],
.efo-form input[type=number],
.efo-form input[type=url],
.efo-form input[type=email],
.efo-form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  border: solid 2px #111;
  padding: 15px 18px;
  border-radius: 5px;
  background: #fff !important;
}
.efo-form input[type=text].size-m,
.efo-form input[type=search].size-m,
.efo-form input[type=tel].size-m,
.efo-form input[type=number].size-m,
.efo-form input[type=url].size-m,
.efo-form input[type=email].size-m,
.efo-form input[type=password].size-m {
  width: 500px;
}
@media (max-width: 959px) {
  .efo-form input[type=text].size-m,
  .efo-form input[type=search].size-m,
  .efo-form input[type=tel].size-m,
  .efo-form input[type=number].size-m,
  .efo-form input[type=url].size-m,
  .efo-form input[type=email].size-m,
  .efo-form input[type=password].size-m {
    width: 70%;
  }
}
@media (max-width: 750px) {
  .efo-form input[type=text].size-m,
  .efo-form input[type=search].size-m,
  .efo-form input[type=tel].size-m,
  .efo-form input[type=number].size-m,
  .efo-form input[type=url].size-m,
  .efo-form input[type=email].size-m,
  .efo-form input[type=password].size-m {
    width: 100%;
  }
}
.efo-form input[type=text].size-s,
.efo-form input[type=search].size-s,
.efo-form input[type=tel].size-s,
.efo-form input[type=number].size-s,
.efo-form input[type=url].size-s,
.efo-form input[type=email].size-s,
.efo-form input[type=password].size-s {
  width: 200px;
}
@media (max-width: 959px) {
  .efo-form input[type=text].size-s,
  .efo-form input[type=search].size-s,
  .efo-form input[type=tel].size-s,
  .efo-form input[type=number].size-s,
  .efo-form input[type=url].size-s,
  .efo-form input[type=email].size-s,
  .efo-form input[type=password].size-s {
    width: 40%;
  }
}
@media (max-width: 750px) {
  .efo-form input[type=text].size-s,
  .efo-form input[type=search].size-s,
  .efo-form input[type=tel].size-s,
  .efo-form input[type=number].size-s,
  .efo-form input[type=url].size-s,
  .efo-form input[type=email].size-s,
  .efo-form input[type=password].size-s {
    width: 51%;
  }
}

.efo-form input.s,
.efo-form select.s {
  width: 240px;
  max-width: 100%;
}
@media (max-width: 750px) {
  .efo-form input.s,
  .efo-form select.s {
    width: 100%;
  }
}

.efo-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  max-width: 100% !important;
  width: 340px;
  color: #111;
  border: solid 2px #111;
  padding: 20px 29px 20px 18px !important;
  background: #fff url(../img/svg/arrow-select@2x.png) right top no-repeat;
  background-size: 29px 100%;
  border-radius: 5px;
}

.efo-form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
  color: #333;
  width: 240px;
  max-width: 100%;
  border: solid 2px #111;
  padding: 14.5px 15px 14.5px 20px;
}

.efo-form input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../img/svg/icon-cal.svg) center center/20px no-repeat;
}

.efo-form input[type=text].hasDatepicker,
.efo-form input[type=text].month-year-input {
  width: 240px;
  background: url(../img/svg/icon-cal.svg) right 16px center/20px no-repeat !important;
}

.efo-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  width: 100% !important;
  height: 200px !important;
  border: solid 2px #111;
  padding: 16px 20px !important;
  margin: 0 !important;
  border-radius: 5px;
  background: #fff !important;
  resize: none;
}

.efo-form input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  width: initial;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 12px 0;
}

.efo-form .file-btn-wrap {
  position: relative;
  padding: 9.5px 0;
}

.file-wrap {
  position: relative;
}

.file-wrap .file-reset {
  display: none;
  line-height: 0.4;
  padding: 14px;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  cursor: pointer;
}

.file-txt {
  display: inline-block;
  width: 2.5em;
}
@media (max-width: 750px) {
  .file-txt {
    padding: 4px 0 10px;
  }
}

.file-wrap input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
}

form#mailformpro .file-name {
  min-width: 200px;
  height: 50px;
  font-size: 16px;
  border: solid 2px #222;
  transition: all 0.3s ease-out;
  background-color: #222;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-grid;
  place-items: center;
  margin: 0;
  padding: 10px 30px;
}
form#mailformpro .file-name:hover {
  color: #111;
  background: #fff;
}

.efo-form label[for=file-btn] {
  display: inline-block;
  padding: 9px 20px 11px;
  margin-right: 10px;
  background: #f5f5f5;
  border: solid 1px #eaeaea;
  cursor: pointer;
  transition: 0.3s;
}

.efo-form label[for=file-btn].none {
  display: none;
}

.efo-form .file-btn-wrap .mwform-file-delete {
  display: none;
}

.efo-form input[type=file].file-btn {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

.efo-form .file-mes {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-right: 5px;
}

.efo-form .file-del {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  cursor: pointer;
}

.efo-form .file-del.active {
  opacity: 1;
  visibility: visible;
}

.checkbox {
  padding: 6px 0 4px;
}

.radio {
  padding-block: 10px;
  display: flex;
}

.checkbox > span {
  display: block;
}
.checkbox > span:not(:last-child) {
  margin-bottom: 10px;
}

.radio > span {
  display: block;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}

.radio label,
.checkbox label {
  display: inline-block;
  padding: 7px 0 7px 38px;
  margin: 0 37px 0 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}

.radio label::before,
.checkbox label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: solid 2px #dadada;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 5px;
  background: #fff;
}

.radio label::before {
  border-radius: 50%;
}

.checkbox label::before {
  border-radius: 5px;
}

.radio label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  left: 10px;
  top: 15px;
  opacity: 0;
  transition: all 0.2s;
}

.radio input[type=radio]:checked + label::after,
.radio input[type=radio]:checked + input[type=hidden] + label::after {
  opacity: 1;
}

.checkbox label::after {
  content: "";
  width: 8px;
  height: 16px;
  border-right: solid 2px var(--main-color);
  border-bottom: solid 2px var(--main-color);
  position: absolute;
  left: 10px;
  top: 5px;
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.2s;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
  opacity: 1;
}

.efo-form input[type=submit],
.efo-form button[type=submit],
button#mfp_button_send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  height: 100px;
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-shadow: none;
  padding: 17px 10px;
  border-radius: 70px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  background: linear-gradient(to right, #00973b 1%, #0bc257 100%);
  color: #fff;
  display: block;
  margin: 29px auto 9px;
  position: relative;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.08);
}
.efo-form input[type=submit]:before,
.efo-form button[type=submit]:before,
button#mfp_button_send:before {
  content: "";
  background: url(../img/icn_arrow_circle_down@2x.png) no-repeat center center/cover;
  width: 32px;
  height: 38px;
  display: block;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
@media (max-width: 750px) {
  .efo-form input[type=submit]:before,
  .efo-form button[type=submit]:before,
  button#mfp_button_send:before {
    width: 16px;
    height: 19px;
    right: 16px;
  }
}

input[type=submit].disabled,
button[type=submit].disabled {
  color: #fff !important;
  background: #ccc !important;
  border: solid 1px #ccc !important;
  box-shadow: 0 4px 0 #ccc !important;
}
input[type=submit].disabled:before,
button[type=submit].disabled:before {
  opacity: 0;
}

/*
.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 120px;
	font-size: 18px;
	text-align: center;
	text-shadow: none !important;
	color: #777;
	background: #fff;
	padding: 4.5px 5px;
	border: solid 2px #ccc;
	border-radius: 20px;
	box-shadow: none !important;
	transition: all .2s;
}
*/
.efo-form input[type=reset],
.efo-form button[type=reset],
button#mfp_button_cancel,
.mw_wp_form_confirm .submit-box button[type=reset],
.mw_wp_form_confirm .submit-box button[name=submitBack] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  min-width: 90px;
  font-size: 18px;
  text-align: center;
  text-shadow: none !important;
  white-space: nowrap;
  color: #333;
  background: 0 0;
  padding: 10px;
  border: none;
  border-bottom: solid 2px #333;
  border-radius: 0;
  box-shadow: none !important;
  margin: 40px auto 0;
  transition: all 0.2s;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

::placeholder {
  /* Others */
  color: #999;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

/*
----------------------------------------
efo-form
----------------------------------------
*/
.form-wrap {
  padding: 0;
  font-size: 18px;
}

#mfp_phase_confirm {
  padding: 0;
  background: none;
}

#mfp_phase_confirm_inner {
  background: #fff;
  border-radius: 0 0 20px 20px;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: transparent;
}

/* form-step */
.form-step {
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 13px;
  color: #fff;
}

.form-step > div {
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.form-step > div:last-of-type {
  margin-right: 0;
}

.form-step > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/svg/step-off@2x.png) no-repeat center right/100% 100%;
}

.form-step > div:last-of-type::after {
  background: url(../img/svg/step-last@2x.png) no-repeat center right/100% 100%;
}

.form-step > div span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
}

.form-step > div .step-en {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.form-step .step-01::after,
.mw_wp_form_confirm .form-step .step-02::after,
#mfp_phase_confirm .form-step .step-02::after {
  background: url(../img/svg/step-on@2x.png) no-repeat center right/100% 100%;
}

#mfp_phase_confirm .form-step .step-01 {
  background: none;
  color: revert;
}
#mfp_phase_confirm .form-step .step-01:after {
  background: url(../img/svg/step-off@2x.png) no-repeat center right/100% 100%;
}

/* remaining */
.remaining {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background: #fff;
  border: solid 1px var(--main-color);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: -1;
}

.remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.remaining .read {
  padding: 15px 20px;
  line-height: 1.8;
}

.remaining .num {
  background: var(--main-color);
  color: #fff;
  padding: 5px 20px;
}

.form-box div#mfp_warning {
  text-align: center;
  line-height: 1.8;
  color: #a00;
  background: transparent;
  border-radius: 0;
  border: solid 1px #a00;
  padding: 15px;
  margin-bottom: 30px;
}

.form-box div#mfp_warning a {
  color: #a00;
  text-decoration: underline;
}

.efo-form .form-wrap .input-name {
  width: 227px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border: none;
  text-align: left;
  position: relative;
  padding-top: 35px;
}
.efo-form .form-wrap .input-name--textarea {
  padding-top: 81px;
}
.efo-form .form-wrap .input-name--kana {
  padding-top: 23px;
}
.efo-form .form-wrap .input-name .small {
  font-size: 14px;
}
@media (max-width: 750px) {
  .efo-form .form-wrap .input-name .small {
    font-size: 12px;
  }
}

.req-label {
  display: inline-block;
  background: #f55a2f;
  font-size: 16px;
  font-weight: bold;
  width: 60px;
  height: 32px;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 0;
  border-radius: 5px;
  padding-bottom: 1px;
}
.req-label--textarea {
  top: 98px;
}
@media (max-width: 959px) {
  .req-label--textarea {
    top: 78px;
  }
}
.req-label--option {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  background: #fff;
}

.efo-form .form-wrap .input-cont {
  width: calc(100% - 227px);
  padding: 15px 0 15px 20px;
  border: none;
  line-height: 1;
  position: relative;
}
.efo-form .form-wrap .input-cont .note {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 1.75;
  margin-top: 10px;
}
.efo-form .form-wrap .input-cont:has(.input-cont__item__grid) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.input-cont__item__grid {
  display: grid;
  grid-template-columns: 6.1em 1fr;
  gap: 0;
  align-items: center;
  max-width: 450px;
}
@media (max-width: 959px) {
  .input-cont__item__grid {
    max-width: 100%;
  }
}
.input-cont__item__grid .txt {
  font-size: 18px;
  font-weight: 500;
}

/*
.efo-form .form-wrap .input-cont::after {
	content: '';
	width: 27px;
	height: 27px;
	background: url( ../img/svg/icon-ok.svg ) center center / contain no-repeat;
	position: absolute;
	top: 46.5px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}
*/
.efo-form .form-wrap .input-cont::after {
  content: "";
  background: url(../img/svg/check.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.efo-form .form-wrap .input-cont.ok::after {
  opacity: 1;
  visibility: visible;
}

.efo-form .form-wrap .input-list .input + .input {
  margin-top: 20px;
}

.efo-form .form-wrap .date-wrap {
  flex-wrap: nowrap;
}

.efo-form .form-wrap .date-wrap select {
  width: 160px;
  letter-spacing: 0;
  margin-right: 14px;
}
@media (max-width: 959px) {
  .efo-form .form-wrap .date-wrap select {
    width: 120px;
  }
}
.efo-form .form-wrap .date-wrap select#birth_month, .efo-form .form-wrap .date-wrap select#birth_day {
  width: 100px;
}

.efo-form .form-wrap .date-wrap .txt {
  margin: 0 20px 0 16px;
  vertical-align: middle;
}

.pp-box {
  max-height: 152px;
  background: #fff;
  overflow: auto;
  padding: 39px 40px;
  margin: 26px 0 42px;
  -webkit-overflow-scrolling: touch;
}

.pp-box h2 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.pp-box h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: solid 1px #eaeaea;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.pp-box p {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.pp-box .address-box p {
  margin-top: 30px;
  padding-left: 20px;
  border-left: solid 5px #ccc;
}

.submit-box {
  text-align: center;
  margin-top: 40px;
}

.submit-box .agree {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.submit-box .agree a {
  color: #f55a2f;
}
.submit-box .agree .req-label {
  margin-right: 20px;
  position: relative;
  top: 0;
  transform: translateY(1px);
  margin-bottom: 0;
}

.submit-box .agree div.mfp_err {
  text-align: center;
  width: 100%;
}

.agree label {
  padding: 1px 70px 0 42px;
  margin-right: 0 !important;
  font-size: 18px;
}
.agree label::before {
  width: 34px;
  height: 34px;
  border: 2px solid #dadada;
  border-radius: 3px;
  transition: all 0.2s;
  top: 0px;
}
.agree label:after {
  background: url(../img/svg/check.svg) no-repeat center center/24px;
  width: 34px;
  height: 34px;
  border: none;
  transform: none;
  left: 0;
  top: 0px;
}

.agree label .req-label {
  margin-right: 5px;
}

.agree label a {
  text-decoration: underline;
  text-underline-offset: 9px;
}

form#mailformpro {
  padding: 0;
}

.mfp_element_all {
  max-width: 100%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  box-shadow: none;
  border: solid 1px #eaeaea;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

.efo-form label.mfp_not_checked,
.efo-form label.mfp_checked {
  background: transparent;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all 0.2s;
}

.efo-form label.mfp_not_checked .mfp_err,
.efo-form label.mfp_checked .mfp_err {
  text-align: center;
}

.name.flex > span {
  padding: 0;
  margin-right: 15px;
}

.problem {
  border: solid 1px #a00 !important;
}

div.mfp_err {
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--accent-color);
}

div#mfp_phase_confirm .form-step {
  padding: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  div#mfp_phase_confirm .form-step {
    padding: 0;
  }
}

div#mfp_phase_confirm h4 {
  font-size: 24px;
  font-weight: normal;
  padding: 50px 0 0;
  margin: 0;
}
@media (max-width: 750px) {
  div#mfp_phase_confirm h4 {
    padding-top: 24px;
  }
}

table#mfp_confirm_table {
  border-top: dotted 1px #999;
  margin: 30px 0 45px;
  width: 100%;
}
@media (max-width: 959px) {
  table#mfp_confirm_table {
    margin: 30px 0 45px;
  }
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  padding: 28px 20px;
  border: none;
  border-bottom: dotted 1px #999;
}

table#mfp_confirm_table tr th {
  width: 240px;
  background: var(main-light-color);
}

table#mfp_confirm_table tr.mfp_colored {
  background: transparent;
}

div.mfp_buttons {
  padding: 0 0 39px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 750px) {
  div.mfp_buttons {
    padding: 0 20px 30px;
  }
}

/*
----------------------------------------
1160
----------------------------------------
*/
@media screen and (max-width: 1160px) {
  .efo-form .form-wrap .date-wrap .txt {
    margin: 0 12px 0 8px;
  }
}
/*
----------------------------------------
1000
----------------------------------------
*/
@media screen and (max-width: 959px) {
  .efo-form input[type=text],
  .efo-form input[type=search],
  .efo-form input[type=tel],
  .efo-form input[type=number],
  .efo-form input[type=url],
  .efo-form input[type=email],
  .efo-form input[type=password] {
    font-size: 16px;
    line-height: 1.5;
    border-width: 1px;
    padding: 10px 12px;
    border-radius: 2px;
  }
  .efo-form select {
    font-size: 16px;
    line-height: 1.5;
    border-width: 1px;
    padding: 10px 35px 10px 12px !important;
    border-radius: 2px;
  }
  .efo-form input[type=date] {
    font-size: 16px;
    padding: 16px 15px;
  }
  .efo-form input[type=file] {
    font-size: 14px;
  }
  .efo-form textarea {
    font-size: 16px;
    border-width: 1px !important;
    padding: 8px 12px !important;
    height: 151px !important;
    border-radius: 2px;
  }
  .radio label,
  .checkbox label {
    font-size: 16px;
  }
  .efo-form input[type=submit],
  .efo-form button[type=submit],
  button#mfp_button_send {
    margin: 30px auto 35px;
  }
  .form-wrap {
    padding: 0;
  }
  .form-wrap {
    font-size: 16px;
  }
  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 13px;
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
  }
  ::placeholder {
    /* Others */
    font-size: 13px;
  }
  .form-step > div .en {
    font-size: 18px !important;
  }
  .efo-form .form-wrap .input-name {
    width: 220px;
    padding-top: 24px;
  }
  .req-label {
    top: 23px;
  }
  .efo-form .form-wrap .input-cont {
    width: calc(100% - 220px);
  }
  .efo-form .form-wrap .input-cont::before {
    left: -200px;
  }
  .efo-form .form-wrap .date-wrap .txt {
    margin: 0 10px 0 6px;
  }
  .pp-box {
    padding: 35px 30px;
    margin: 45px 0 24px;
    font-size: 14px;
  }
  .pp-box h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pp-box h3 {
    font-size: 14px;
    margin: 30px 0 15px;
  }
  .pp-box p {
    font-size: 12.5px;
    line-height: 1.76;
  }
  div#mfp_phase_confirm h4 {
    font-size: 22px;
  }
  table#mfp_confirm_table {
    margin: 30px 0 40px;
  }
  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    font-size: 15px;
  }
  table#mfp_confirm_table tr th {
    width: 200px;
  }
}
/*
----------------------------------------
750
----------------------------------------
*/
@media screen and (max-width: 750px) {
  .file-wrap .file-reset {
    top: -2.5px;
  }
  .form-wrap {
    padding: 0;
  }
  .form-step {
    gap: 0 6px;
    grid-template-columns: 1fr 1fr 0.85fr;
    margin-bottom: 9px;
  }
  .form-step > div {
    white-space: initial;
    line-height: 1.1;
    padding: 5px 11px 5px 0;
    height: 39px;
  }
  .form-step > div::after {
    background-size: cover !important;
  }
  .form-step > div:last-of-type {
    padding: 5px 10px 5px;
  }
  .form-step > div span {
    font-size: 13px;
  }
  .form-step > div .en {
    display: block;
    margin: 0;
    font-size: 12px !important;
  }
  .efo-form > dl {
    flex-direction: column;
  }
  .efo-form .form-wrap .input-name::after {
    content: "";
    background: url(../img/svg/check.svg) no-repeat center center/cover;
    width: 18px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% + 2px));
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .efo-form .form-wrap .input-name.ok::after {
    opacity: 1;
    visibility: visible;
  }
  .efo-form .form-wrap .input-name {
    width: 100%;
    background: transparent;
    padding: 15px 40px 6px 0;
    letter-spacing: 0;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .efo-form .form-wrap .input-name--group:after {
    transform: translateY(45px);
  }
  .efo-form .form-wrap .input-name--space {
    font-size: 0;
    padding: 0;
  }
  .efo-form .form-wrap .input-name--space:after {
    transform: translateY(calc(-50% + 16px));
  }
  .input-cont__item__grid {
    grid-template-columns: 1fr;
    gap: 10px 0;
  }
  .input-cont__item__grid .txt {
    font-size: 14px;
  }
  .efo-form input.s,
  .efo-form select.s {
    width: 100%;
  }
  /*
  .efo-form .form-wrap .input-name::after {
  	content: '';
  	width: 24px;
  	height: 24px;
  	background: url( ../img/svg/icon-ok.svg ) center center / contain no-repeat;
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: translateY( calc( -50% + 2.5px ) );
  	opacity: 0;
  	visibility: hidden;
  	transition: all .2s;
  }
  */
  .req-label {
    width: 36px;
    height: 20px;
    position: relative;
    top: 0;
    margin-left: 2px;
    font-size: 12px;
    display: inline-grid;
    border-radius: 2px;
    place-items: center;
    text-box: trim-both text;
  }
  .efo-form .form-wrap .input-cont {
    width: 100%;
    padding: 0;
  }
  .efo-form .form-wrap .input-cont .note {
    font-size: 14px;
    margin-top: 2px;
  }
  .efo-form .form-wrap .input-cont::before {
    display: none;
  }
  .efo-form input.s,
  select.s {
    width: 100%;
  }
  .efo-form select {
    width: 100%;
  }
  .efo-form input[type=date] {
    width: 100%;
    min-height: 60px;
    padding: 16px 50px 16px 20px;
    text-align: left !important;
    background: url(../img/svg/icon-cal.svg) right 15px center/20px no-repeat;
  }
  .efo-form input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
  }
  .efo-form input[type=text].hasDatepicker,
  .efo-form input[type=text].month-year-input {
    width: 100%;
  }
  .efo-form input[type=file] {
    padding: 4px 0 10px;
  }
  .radio,
  .checkbox {
    padding-block: 9px;
  }
  .checkbox > span:not(:last-child) {
    margin-bottom: 4px;
  }
  .checkbox + .note {
    font-size: 13px;
    margin-top: 2px;
  }
  .file-wrap {
    display: flex;
    align-items: center;
    padding-right: 0;
  }
  .file-wrap .file-reset {
    right: -26px;
  }
  form#mailformpro .file-name {
    min-width: 196px;
    height: 46px;
    font-size: 13px;
  }
  .checkbox label {
    margin: 0 !important;
    padding: 0px 0 0px 27px;
    font-size: 15px;
  }
  .radio label {
    margin: 0 21px 0 0 !important;
    padding: 0 0 0 39px;
    font-size: 13px;
  }
  .radio label:before,
  .checkbox label:before {
    border-width: 1px;
  }
  .radio label:before {
    width: 30px;
    height: 30px;
    top: -4px;
  }
  .radio label:after {
    width: 14px;
    height: 14px;
    left: 8px;
    top: 4px;
  }
  .checkbox label:before {
    width: 22.5px;
    height: 22.5px;
    border-radius: 2px;
  }
  .checkbox label:after {
    width: 7px;
    height: 14px;
    left: 8px;
    top: 3px;
  }
  .efo-form .form-wrap .input-cont::after {
    display: none;
  }
  .efo-form .form-wrap .date-wrap select {
    border-width: 1px !important;
    padding: 11px 10px !important;
    font-size: 13px;
    width: 101px;
    background-size: 21px 100%;
    margin-right: 8px;
  }
  .efo-form .form-wrap .date-wrap select#birth_month, .efo-form .form-wrap .date-wrap select#birth_day {
    width: 84px;
  }
  .efo-form .form-wrap .date-wrap select#birth_day {
    margin-right: 0;
  }
  .efo-form .form-wrap .date-wrap .txt {
    margin: 0 8px 0 4px;
  }
  .pp-box {
    padding: 13px 20px;
    margin: 11px 0 30px;
    max-height: 77px;
  }
  .pp-box h3 {
    margin-top: 20px;
  }
  .pp-box p {
    letter-spacing: 0;
    text-align: justify;
  }
  .submit-box {
    text-align: center;
    margin-top: 6px;
  }
  #mfp_loading,
  #mfp_loading_screen,
  #div#mfp_overlay_background {
    display: none !important;
  }
  .agree label {
    display: block;
    text-align: center;
    margin: 0 !important;
    font-size: 13px;
  }
  .agree label a {
    text-underline-offset: 7px;
  }
  .agree label::before {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    transition: all 0.2s;
  }
  .agree label:after {
    background-size: 12px;
    width: 12px;
    height: 10px;
    border: none;
    transform: none;
    left: 4px;
    top: 5px;
  }
  .submit-box .agree .req-label {
    margin: 0 7px 0 0;
    transform: translateY(0);
  }
  .submit-box .agree {
    margin-bottom: 10px;
    padding: 17px 0px;
  }
  .efo-form input[type=submit],
  .efo-form button[type=submit],
  button#mfp_button_send {
    width: 74%;
    height: 53px;
    border-radius: 100px;
    max-width: 350px;
    margin: 0 auto 14px;
    padding: 14px 0px;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.08);
  }
  .efo-form input[type=reset],
  .efo-form button[type=reset],
  button#mfp_button_cancel,
  .mw_wp_form_confirm .submit-box button[type=reset],
  .mw_wp_form_confirm .submit-box button[name=submitBack] {
    min-width: 80px;
    font-size: 14px;
    padding: 7px;
    margin-top: 20px;
  }
  div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  table#mfp_confirm_table {
    margin: 20px 25px 30px;
    border: none;
    border-top: dotted 1px #999;
  }
  table#mfp_confirm_table tr {
    -js-display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  table#mfp_confirm_table tr th {
    width: 100%;
    padding: 11px 0;
    border: none;
  }
  table#mfp_confirm_table tr td {
    width: 100%;
    padding: 1px 0 16px;
  }
  .remaining {
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }
  .remaining .num {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px 11.5px;
  }
  .remaining .read {
    display: none;
  }
}
/*
----------------------------------------
hover
----------------------------------------
*/
@media screen and (min-width: 769px) {
  .tel-block .box:hover {
    background: #fafafa;
  }
  .agree label a:hover {
    color: var(--main-color);
  }
  .efo-form input[type=submit]:hover,
  .efo-form button[type=submit]:hover,
  button#mfp_button_send:hover {
    filter: brightness(1.1);
  }
  .efo-form input[type=reset]:hover,
  .efo-form button[type=reset]:hover,
  button#mfp_button_cancel:hover,
  .mw_wp_form_confirm .submit-box button[type=reset]:hover,
  .mw_wp_form_confirm .submit-box button[name=submitBack]:hover {
    background: transparent;
  }
}
.secCta {
  text-align: center;
}
.secCta .inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .secCta .inner {
    padding-top: 89px;
    padding-bottom: 23px;
  }
}
.secCta .inner:before {
  content: "";
  background: url(../img/solve_ilust@2x.png) no-repeat center center/cover;
  width: 302px;
  height: 318px;
  display: block;
  position: absolute;
  bottom: -1px;
  right: 44px;
}
@media (max-width: 959px) {
  .secCta .inner:before {
    display: none;
  }
}
@media (max-width: 750px) {
  .secCta .inner:before {
    display: block;
    width: 151px;
    height: 159px;
    bottom: auto;
    top: -36px;
    left: -10px;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .secCta__btnWrap {
    width: 87%;
    margin-inline: auto;
  }
}

.st-footer {
  background: #333333;
  color: #fff;
  padding-block: 45px;
  text-align: center;
}
@media (max-width: 959px) {
  .st-footer {
    padding-block: 45px 50px;
  }
}
@media (max-width: 750px) {
  .st-footer {
    padding-block: 48px 50px;
  }
}

.st-footer__logo {
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .st-footer__logo {
    margin-bottom: 15px;
  }
}
.st-footer__logo img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .st-footer__logo img {
    width: 295px;
  }
}

.st-footer__copyright {
  text-align: center;
}
.st-footer__copyright small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  position: relative;
}

.st-header__logo {
  position: absolute;
  top: 37px;
  left: 40px;
  z-index: 1;
}
@media (max-width: 959px) {
  .st-header__logo {
    width: 200px;
    top: 20px;
    left: 20px;
  }
  .st-header__logo img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .st-header__logo {
    width: 140px;
    height: 25px;
    top: 18px;
    left: 20px;
  }
}

@media (max-width: 959px) {
  .st-header__nav {
    background: linear-gradient(to bottom, rgb(255, 180, 0) 0%, rgb(236, 29, 36) 100%);
    max-width: 336px;
    padding-top: 67px;
    padding-inline: 20px;
    padding-bottom: 45px;
  }
}
@media (max-width: 750px) {
  .st-header__nav {
    max-width: 89.6vw;
  }
}

@media (max-width: 959px) {
  .st-header__nav__logo {
    position: absolute;
    width: 200px;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 750px) {
  .st-header__nav__logo {
    width: 140px;
    height: 25px;
    top: 18px;
    left: 20px;
  }
}

@media (max-width: 959px) {
  .st-header__globalNav {
    margin-bottom: 32px;
  }
}
.st-header__globalNav li {
  border-bottom: 1px solid #fff;
}

@media (max-width: 959px) {
  .st-header__globalNav__link {
    display: flex;
    align-items: center;
    position: relative;
    position: relative;
    padding-block: 17px;
  }
  .st-header__globalNav__link:before {
    content: "";
    background: url(../img/circle-arrows@2x.png) no-repeat center center/contain;
    width: 18.5px;
    height: 21.5px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 959px) {
  .st-header__globalNav__txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.375;
    letter-spacing: 0.14em;
    color: #fff;
    text-shadow: 0 1.5px 0px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 959px) {
  .st-header__nav__cta .c-btn-contact a {
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__cta .c-btn-contact a:before {
    display: none;
  }
}
@media (max-width: 959px) {
  .st-header__nav__cta .c-btn-contact__txt {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__cta .c-btn-contact__comment {
    top: -19px;
    font-size: 13px;
  }
}
@media (max-width: 959px) {
  .st-header__nav__cta .c-btn-contact__comment span {
    padding-block: 8px;
    padding-inline-start: calc(11px + 0.08em);
    padding-inline-end: 11px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 959px) {
  .st-header__nav__cta .c-btn-contact__comment span:before {
    bottom: -5px;
    height: 10px;
  }
}

.st-header__cta {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  z-index: 1;
}
@media (max-width: 959px) {
  .st-header__cta {
    display: none;
  }
}

@media (max-width: 959px) {
  .st-header__cta__tel {
    margin-bottom: 40px;
  }
}
.st-header__cta__tel a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 20px 22px 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 0 10px;
}
@media (max-width: 959px) {
  .st-header__cta__tel a {
    padding: 11px 10px 14px;
    border-radius: 0 0 0 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  }
}

.st-header__cta__tel__num {
  margin-bottom: 6px;
}
@media (max-width: 959px) {
  .st-header__cta__tel__num {
    width: 82%;
    margin-inline: auto;
    margin-bottom: 5px;
  }
}

.st-header__cta__tel__txt {
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (max-width: 959px) {
  .st-header__cta__tel__txt {
    font-size: 14px;
  }
}
.st-header__cta__tel__txt .en {
  font-weight: 400;
}
.st-header__cta__tel__txt--close {
  margin-top: 2px;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 959px) {
  .st-header__cta__tel__txt--close {
    font-size: 12px;
    margin-top: 0;
  }
}

.st-header__cta__contact {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.st-header__cta__contact a {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 29px 15px 18px;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__cta__contact a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.st-header__cta__contact__icn {
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 14px;
}

.st-header__cta__contact__txt {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 3px 0px rgba(0, 0, 0, 0.08);
}

#sp-btn {
  display: none;
}
@media (max-width: 959px) {
  #sp-btn {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    background: #fff;
  }
}
@media (max-width: 959px) {
  #sp-btn span {
    width: 33px;
    height: 2px;
    transition: all 0.4s;
    background: #f55a2f;
  }
}
@media (max-width: 959px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 11px;
  }
}
#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

@media (max-width: 959px) {
  #sp-btn #sp-btn-a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 33px;
    height: 28px;
    background: none;
    padding: 0;
  }
}

#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

@media (max-width: 959px) {
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-35deg);
    transform: translateY(13px) rotate(-35deg);
  }
}

@media (max-width: 959px) {
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
}

@media (max-width: 959px) {
  #sp-btn.active span:nth-of-type(3) {
    width: 100%;
    -webkit-transform: translateY(-13px) rotate(35deg);
    transform: translateY(-13px) rotate(35deg);
  }
}

#g-nav {
  display: none;
}
@media (max-width: 959px) {
  #g-nav {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}
#g-nav .inner {
  height: 100%;
}

#overlay {
  display: none;
}
@media (max-width: 959px) {
  #overlay {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.4);
  }
}

.secThanks {
  padding: 190px 0 100px;
  position: relative;
}
@media (max-width: 750px) {
  .secThanks {
    padding: 100px 0 50px;
  }
}

.secThanks__heading {
  margin-bottom: 51px;
}
@media (max-width: 750px) {
  .secThanks__heading {
    margin-bottom: 31px;
  }
}

.secThanks__lead {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .secThanks__lead {
    text-align: left;
    margin-top: 30px;
  }
}

.secThanks__tel .st-header__cta__tel a {
  border-radius: 10px;
  max-width: 520px;
  margin-inline: auto;
}

.secThanks__btn {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 750px) {
  .secThanks__btn {
    margin-top: 40px;
  }
}
.secThanks__btn a {
  display: inline-block;
  width: 340px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  padding: 16px 20px;
  border: solid 2px var(--main-color);
  border-radius: 30px;
  background: var(--main-color);
  color: #fff;
  transition: all 0.2s;
}
@media (hover: hover) {
  .secThanks__btn a:where(:any-link, :enabled, summary):hover {
    background: #fff;
    color: var(--main-color);
  }
}

.secMainView {
  height: 1000px;
  background: url(../img/mv_bg@2x.jpg) no-repeat center center/cover;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 959px) {
  .secMainView {
    height: 152.6vw;
    background: url(../img/mv_bg_sp@2x.jpg) no-repeat center center/cover;
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
}
@media (max-width: 750px) {
  .secMainView {
    height: 152.6vw;
    background: url(../img/mv_bg_sp@2x.jpg) no-repeat center center/cover;
    padding-top: 65px;
    padding-bottom: 48px;
  }
}

.secMainView__inner {
  max-width: 1540px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 750px) {
  .secMainView__inner {
    display: block;
  }
}

.secMainView__txtbox {
  max-width: 840px;
}
@media (max-width: 959px) {
  .secMainView__txtbox {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

.secMainView__heading {
  line-height: 1.3;
  margin-bottom: 36px;
}
@media (max-width: 750px) {
  .secMainView__heading {
    margin-bottom: 0;
  }
}

.secMainView__heading__row1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  .secMainView__heading__row1 {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.secMainView__heading__row1 em {
  color: #fff700;
}
.secMainView__heading__row1 .en {
  font-size: 110px;
}
@media (max-width: 750px) {
  .secMainView__heading__row1 .en {
    font-size: 47px;
  }
}
.secMainView__heading__row1 .small {
  font-size: 48px;
}
@media (max-width: 750px) {
  .secMainView__heading__row1 .small {
    font-size: 20px;
  }
}

.secMainView__heading__row2 {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  padding: 7px 21px 13px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .secMainView__heading__row2 {
    font-size: 25px;
    padding: 4px 9px 6px 14px;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
}

.secMainView__heading__row3 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 0px 16px;
  grid-template-areas: "secMainView__heading__row3__txt3 secMainView__heading__row3__txt1" "secMainView__heading__row3__txt3 secMainView__heading__row3__txt2";
  background: #fff;
  line-height: 1;
  padding: 18px 20px 17px;
}
@media (max-width: 750px) {
  .secMainView__heading__row3 {
    gap: 0px 6px;
    padding: 7px 8px 7px;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(3, auto);
  }
}

.secMainView__heading__row3__txt1 {
  grid-area: secMainView__heading__row3__txt1;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .secMainView__heading__row3__txt1 {
    margin-bottom: 5px;
  }
}

.secMainView__heading__row3__txt2 {
  grid-area: secMainView__heading__row3__txt2;
}

.secMainView__heading__row3__txt3 {
  grid-area: secMainView__heading__row3__txt3;
  align-self: center;
}
@media (max-width: 750px) {
  .secMainView__heading__row3__txt3 {
    width: 18px;
  }
}

.secMainView__point {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  max-width: 735px;
}
@media (max-width: 750px) {
  .secMainView__point {
    gap: 14px;
    max-width: 100%;
  }
}

.secMainView__btnWrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
}
@media (max-width: 750px) {
  .secMainView__btnWrap {
    bottom: -35px;
    max-width: 300px;
  }
}

.secWorry {
  padding-top: 34px;
}
@media (max-width: 750px) {
  .secWorry {
    padding-top: 52px;
    margin-bottom: 23px;
  }
}

.secWorry__heading {
  padding-top: 115px;
  margin-bottom: 81px;
}
@media (max-width: 750px) {
  .secWorry__heading {
    padding-top: 51px;
    margin-bottom: 19px;
  }
}

.secWorry__trouble {
  width: 900px;
  height: 243px;
  background: url(../img/worry_comment@2x.png) no-repeat center center/cover;
  margin-inline: auto;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .secWorry__trouble {
    zoom: 0.8;
  }
}
@media (max-width: 750px) {
  .secWorry__trouble {
    background: url(../img/worry_comment_sp@2x.png) no-repeat center center/cover;
    width: 335px;
    height: 157px;
    margin-bottom: -9px;
    zoom: 1;
  }
}
.secWorry__trouble:before {
  content: "";
  background: url(../img/worry_ilust_01@2x.png) no-repeat center center/cover;
  width: 249px;
  height: 274px;
  display: block;
  position: absolute;
  left: -10px;
  top: -50px;
}
@media (max-width: 750px) {
  .secWorry__trouble:before {
    width: 106.5px;
    height: 117px;
    left: -15px;
    top: auto;
    bottom: 20px;
  }
}

.secWorry__trouble__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  left: 255px;
  top: 50px;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .secWorry__trouble__txt {
    font-size: 14px;
    left: 105px;
    top: 8px;
  }
}
.secWorry__trouble__txt .highlight {
  font-size: 36px;
  background: linear-gradient(transparent 75%, #ffe500 75%);
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .secWorry__trouble__txt .highlight {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.secWorry__solve {
  background: url(../img/solve_arrow_bg@2x.png) no-repeat center center/cover;
  height: 561px;
  padding-top: 193px;
}
@media (min-width: 1700px) {
  .secWorry__solve {
    background-size: 100% 100%;
  }
}
@media (max-width: 750px) {
  .secWorry__solve {
    background: url(../img/solve_arrow_bg_sp@2x.png) no-repeat center center/cover;
    height: 74.93vw;
    padding-top: 24.26vw;
  }
}
.secWorry__solve .inner {
  position: relative;
}
.secWorry__solve .inner:before {
  content: "";
  background: url(../img/solve_ilust@2x.png) no-repeat center center/cover;
  width: 335px;
  height: 353px;
  display: block;
  position: absolute;
  top: -34px;
  right: 20px;
}
@media (max-width: 959px) {
  .secWorry__solve .inner:before {
    display: none;
  }
}
@media (max-width: 750px) {
  .secWorry__solve .inner:before {
    display: block;
    width: 130px;
    height: 137px;
    top: auto;
    bottom: -18px;
    right: -16px;
  }
}

.secWorry__solve__txt {
  position: relative;
  z-index: 1;
}
.secWorry__solve__txt img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .secWorry__solve__txt img {
    width: 87%;
    margin-inline: 0;
  }
}

.secDifference {
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .secDifference {
    padding-bottom: 50px;
  }
}

.secDifference__inner {
  max-width: 1600px;
}

.secDifference__heading {
  padding-top: 153px;
  margin-bottom: 74px;
}
@media (max-width: 750px) {
  .secDifference__heading {
    padding-top: 65px;
    margin-bottom: 15px;
  }
}

.secDifference__box {
  position: relative;
  height: 750px;
  display: grid;
  place-items: center;
}
@media (max-width: 959px) {
  .secDifference__box {
    height: auto;
    display: block;
    place-items: start;
  }
}
.secDifference__box.item-01 {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .secDifference__box.item-01 {
    margin-bottom: 32px;
  }
}
.secDifference__box.item-01 .secDifference__img {
  left: calc(-50vw + 780px);
}
@media (max-width: 1600px) {
  .secDifference__box.item-01 .secDifference__img {
    left: -20px;
  }
}
@media (max-width: 959px) {
  .secDifference__box.item-01 .secDifference__img {
    left: 0;
  }
}
.secDifference__box.item-01 .secDifference__txtbox {
  margin-left: auto;
}
.secDifference__box.item-01 .secDifference__ttl__txt {
  background: #111;
}
@media (max-width: 959px) {
  .secDifference__box.item-02 {
    place-items: end;
  }
}
.secDifference__box.item-02 .secDifference__img {
  right: calc(-50vw + 780px);
}
@media (max-width: 1600px) {
  .secDifference__box.item-02 .secDifference__img {
    right: -20px;
  }
}
@media (max-width: 959px) {
  .secDifference__box.item-02 .secDifference__img {
    right: 0;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  .secDifference__box.item-02 .secDifference__img {
    margin-left: auto;
  }
}
.secDifference__box.item-02 .secDifference__txtbox {
  margin-right: auto;
  border-color: #f55a2f;
  padding: 63px 58px 51px 61px;
}
@media (max-width: 959px) {
  .secDifference__box.item-02 .secDifference__txtbox {
    padding: 30px 10px 22px 20px;
  }
}
.secDifference__box.item-02 .secDifference__txtbox:before {
  content: "";
  background: url(../img/difference_line@2x.png) no-repeat center center/cover;
  width: 190px;
  height: 168.5px;
  display: block;
  position: absolute;
  right: 100px;
  top: -51px;
}
@media (max-width: 959px) {
  .secDifference__box.item-02 .secDifference__txtbox:before {
    right: -26px;
  }
}
@media (max-width: 750px) {
  .secDifference__box.item-02 .secDifference__txtbox:before {
    width: 95px;
    height: 84.5px;
    right: -26px;
    top: -25px;
  }
}
@media (max-width: 750px) {
  .secDifference__box.item-02 .secDifference__ttl__txt {
    letter-spacing: 0.1em;
  }
}
.secDifference__box.item-02 .secDifference__ttl__txt:first-child {
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .secDifference__box.item-02 .secDifference__ttl__txt:first-child {
    margin-bottom: 5px;
  }
}
@media (max-width: 750px) {
  .secDifference__box.item-02 .secDifference__txt {
    padding-right: 10px;
  }
}

.secDifference__img {
  position: absolute;
  top: 0;
  width: calc(50vw + 150px);
  height: 750px;
}
@media (max-width: 1600px) {
  .secDifference__img {
    width: 950px;
  }
}
@media (max-width: 959px) {
  .secDifference__img {
    position: static;
    width: 94%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .secDifference__img {
    position: static;
    width: 94%;
    height: auto;
  }
}

.secDifference__txtbox {
  border: 2px solid #111;
  background: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 63px 58px 51px;
}
@media (max-width: 959px) {
  .secDifference__txtbox {
    width: 94%;
    padding: 30px 20px 22px;
    border-width: 1px;
    margin-top: -50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 750px) {
  .secDifference__txtbox {
    width: 94%;
    padding: 30px 20px 22px;
    border-width: 1px;
    margin-top: -50px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.secDifference__ttl {
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  .secDifference__ttl {
    margin-bottom: 13px;
  }
}

.secDifference__ttl__txt {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 10px 36px;
}
@media (max-width: 750px) {
  .secDifference__ttl__txt {
    font-size: 19px;
    padding: 6px 12px;
  }
}

.secDifference__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.33;
}
@media (max-width: 750px) {
  .secDifference__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}

.secPoint {
  padding-bottom: 120px;
}
@media (max-width: 750px) {
  .secPoint {
    padding-bottom: 40px;
  }
}

.secPoint__ttlBox {
  background: url(../img/point_ttlbox_bg@2x.jpg) no-repeat center center/cover;
  height: 600px;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secPoint__ttlBox {
    background: url(../img/point_ttlbox_bg_sp@2x.jpg) no-repeat center center/cover;
    height: 272px;
    padding-top: 35px;
  }
}

.c-ttlBox__comment {
  background: url(../img/ttlbox_comment_bg@2x.png) no-repeat center center/cover;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
  padding-block: 10px 36px;
  letter-spacing: 0.04em;
  display: inline-block;
  width: 406px;
  height: 71px;
  margin-bottom: 7px;
}
@media (max-width: 750px) {
  .c-ttlBox__comment {
    background: url(../img/ttlbox_comment_bg_sp@2x.png) no-repeat center center/cover;
    width: 220px;
    height: 34px;
    font-size: 13px;
    line-height: 1.5;
    padding-block: 4px 10px;
    letter-spacing: 0.06em;
    margin-bottom: -3px;
  }
}
.c-ttlBox__comment .en {
  font-weight: 400;
}

.c-ttlBox__logo img {
  display: inline-block;
}

.secPoint__ttlBox__ttl {
  letter-spacing: 0.12em;
}
@media (max-width: 750px) {
  .secPoint__ttlBox__ttl {
    letter-spacing: 0.06em;
  }
}

.secPoint__ttlBox__ttl__row1 {
  font-size: 40px;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 750px) {
  .secPoint__ttlBox__ttl__row1 {
    font-size: 19px;
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .secPoint__ttl__logo img {
    width: 31.5%;
  }
}

.secPoint__ttlBox__ttl__row2 {
  font-size: 64px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .secPoint__ttlBox__ttl__row2 {
    font-size: 32px;
    line-height: 1.21;
    transform: translateY(-3px);
    display: block;
  }
}
.secPoint__ttlBox__ttl__row2 .small {
  font-size: 48px;
}
@media (max-width: 750px) {
  .secPoint__ttlBox__ttl__row2 .small {
    font-size: 24px;
  }
}
.secPoint__ttlBox__ttl__row2 .dot {
  position: relative;
}
.secPoint__ttlBox__ttl__row2 .dot:before {
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0.7ch;
  top: 0.1lh;
}
@media (max-width: 750px) {
  .secPoint__ttlBox__ttl__row2 .dot:before {
    width: 4px;
    height: 4px;
    top: 0.12lh;
  }
}

.secPoint__box.item-01 {
  margin-top: -140px;
}
@media (max-width: 750px) {
  .secPoint__box.item-01 {
    margin-top: -59px;
  }
}
@media (max-width: 959px) {
  .secPoint__box.item-01 .secPoint__box__ttlBox {
    height: 150px;
  }
}
@media (max-width: 750px) {
  .secPoint__box.item-01 .secPoint__box__ttlBox {
    height: 100px;
  }
}
.secPoint__box.item-02 .secPoint__box__ttlBox__num {
  left: 186px;
}
@media (max-width: 959px) {
  .secPoint__box.item-02 .secPoint__box__ttlBox__num {
    left: -49px;
  }
}
@media (max-width: 750px) {
  .secPoint__box.item-02 .secPoint__box__ttlBox__num {
    left: -15px;
    top: -53px;
  }
}
@media (max-width: 750px) {
  .secPoint__box.item-02 .c-orangeBox__cont {
    padding-bottom: 40px;
  }
}

.secPoint__box__ttlBox {
  position: relative;
}

.secPoint__box__ttlBox__num {
  position: absolute;
  left: -59px;
  top: -46px;
}
@media (max-width: 959px) {
  .secPoint__box__ttlBox__num {
    left: -49px;
  }
}
@media (max-width: 750px) {
  .secPoint__box__ttlBox__num {
    width: 95px;
    left: -15px;
    top: -50px;
  }
}

.secPoint__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
}
@media (max-width: 750px) {
  .secPoint__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}

.secPoint__time {
  margin-top: 24px;
  padding-top: 80px;
  background: url(../img/point_icn_clock.svg) no-repeat top center/72px;
  text-align: center;
}
@media (max-width: 750px) {
  .secPoint__time {
    margin-top: 17px;
    padding-top: 59px;
    background-size: 52px;
  }
}

.secPoint__time__ttl {
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .secPoint__time__ttl {
    margin-bottom: 3px;
  }
}
.secPoint__time__ttl span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #f55a2f;
  display: inline-block;
  border-bottom: 2px solid #f55a2f;
}
@media (max-width: 750px) {
  .secPoint__time__ttl span {
    font-size: 24px;
  }
}

.secPoint__time__note {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: -72px;
}
@media (max-width: 959px) {
  .secPoint__time__note {
    margin-bottom: -10px;
  }
}
@media (max-width: 750px) {
  .secPoint__time__note {
    font-size: 13.5px;
    margin-bottom: 9px;
  }
}

.secPoint__time__graph {
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .secPoint__time__graph {
    padding-bottom: 8px;
    transform: translateX(2%);
  }
}
@media (max-width: 750px) {
  .secPoint__time__graph img {
    max-width: none;
    width: 102%;
  }
}

.secPoint__movie {
  margin-top: 200px;
  position: relative;
}
@media (max-width: 750px) {
  .secPoint__movie {
    margin-top: 39px;
  }
}
.secPoint__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 959px) {
  .secPoint__movie iframe {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.secPoint__movie__ttl {
  position: absolute;
  right: 42px;
  top: -170px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .secPoint__movie__ttl {
    position: static;
    display: block;
    right: 16px;
    top: -10px;
    background: linear-gradient(45deg, rgb(236, 29, 36) 0%, rgb(255, 180, 0) 100%);
    padding: 5px 15px;
    display: inline-block;
    display: -ms-flexbox;
    display: inline-flex;
    flex-direction: column-reverse;
    margin-left: 20px;
    margin-bottom: 15px;
  }
}

.secPoint__movie__ttl__en {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 10px;
  letter-spacing: 0.12em;
  text-align: right;
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  .secPoint__movie__ttl__en {
    font-size: 10px;
    margin-left: 0;
    padding-bottom: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
}

.secPoint__movie__ttl__ja {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.12em;
  padding: 24px 9px;
  background: linear-gradient(45deg, rgb(236, 29, 36) 0%, rgb(255, 180, 0) 100%);
}
@media (max-width: 750px) {
  .secPoint__movie__ttl__ja {
    font-size: 21px;
    padding: 13px 5px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    background: none;
    padding: 0;
  }
}

.secPoint__movie__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .secPoint__movie__txt {
    font-size: 14px;
    margin-top: 10px;
    padding-inline: 20px;
    margin-bottom: 16px;
    line-height: 1.85;
  }
}

.secPoint__solve {
  padding-top: 232px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .secPoint__solve {
    padding-top: 31.2vw;
    margin-bottom: 15px;
    padding-left: 3.7333333333vw;
  }
}
.secPoint__solve .inner:before {
  top: -74px;
  right: -50px;
}
@media (max-width: 750px) {
  .secPoint__solve .inner:before {
    bottom: auto;
    top: -62px;
    right: -16px;
  }
}

.secPoint__solve__txt {
  text-align: center;
  font-size: 54px;
  font-weight: bold;
  text-shadow: 0 4px 0px rgba(0, 0, 0, 0.08);
  line-height: 1.4;
}
@media (max-width: 750px) {
  .secPoint__solve__txt {
    text-align: left;
    font-size: 27px;
    line-height: 1.4;
    text-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
  }
}

.secPoint__solve__txt__txt1 {
  color: #fff;
  position: relative;
}
.secPoint__solve__txt__txt1:before {
  content: "";
  background: url(../img/solve_line_white@2x.png) no-repeat center center/cover;
  width: 32px;
  height: 35px;
  display: block;
  position: absolute;
  left: -30px;
  top: -21px;
}
@media (max-width: 750px) {
  .secPoint__solve__txt__txt1:before {
    width: 16px;
    height: 18px;
    left: -14px;
    top: -12px;
  }
}

.secPoint__solve__txt__txt2 {
  color: #ffe500;
}
.secPoint__solve__txt__txt2 .small {
  font-size: 42px;
}
@media (max-width: 750px) {
  .secPoint__solve__txt__txt2 .small {
    font-size: 21px;
  }
}

.secPoint__original {
  display: flex;
  margin-bottom: 90px;
}
@media (max-width: 750px) {
  .secPoint__original {
    display: block;
    margin-bottom: 85px;
  }
}

@media (max-width: 750px) {
  .secPoint__original__img {
    width: 76%;
    transform: translateX(6%);
    margin-inline: auto;
  }
}

.secPoint__original__txtbox {
  flex: 1;
  padding-left: 13px;
  padding-top: 54px;
}
@media (max-width: 750px) {
  .secPoint__original__txtbox {
    padding-left: 0;
    padding-top: 20px;
  }
}

.secPoint__original__ttl {
  font-size: 42px;
  font-weight: bold;
  color: #f55a2f;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .secPoint__original__ttl {
    font-size: 26px;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}

.secPoint__original__ttl__logo img {
  display: inline-block;
}
@media (max-width: 750px) {
  .secPoint__original__ttl__logo img {
    width: 173px;
  }
}

.secPoint__original__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
}
@media (max-width: 750px) {
  .secPoint__original__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}

.secPoint__compare {
  margin-top: 39px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 60px;
}
@media (max-width: 959px) {
  .secPoint__compare {
    gap: 0 20px;
  }
}
@media (max-width: 750px) {
  .secPoint__compare {
    margin-top: 15px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.secPoint__compare__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 0;
}
@media (max-width: 750px) {
  .secPoint__compare__item {
    display: block;
  }
}

.secPoint__compare__l__ttl {
  align-self: center;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .secPoint__compare__l__ttl {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.secPoint__compare__r__ttl {
  align-self: center;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #f55a2f;
  letter-spacing: 0.08em;
}
@media (max-width: 750px) {
  .secPoint__compare__r__ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.secPoint__compare__r__ttl span {
  display: inline-block;
  position: relative;
}
.secPoint__compare__r__ttl span:before, .secPoint__compare__r__ttl span:after {
  content: "";
  background: #f55a2f;
  width: 2px;
  height: 50px;
  display: block;
  position: absolute;
  top: 4%;
}
@media (max-width: 750px) {
  .secPoint__compare__r__ttl span:before, .secPoint__compare__r__ttl span:after {
    width: 1px;
    height: 30px;
  }
}
.secPoint__compare__r__ttl span:before {
  left: -31px;
  transform: rotate(-30deg);
}
@media (max-width: 750px) {
  .secPoint__compare__r__ttl span:before {
    left: -21px;
  }
}
.secPoint__compare__r__ttl span:after {
  right: -31px;
  transform: rotate(30deg);
}
@media (max-width: 750px) {
  .secPoint__compare__r__ttl span:after {
    right: -21px;
  }
}

.secPoint__compare__r__img {
  position: relative;
}
.secPoint__compare__r__img:before {
  content: "";
  background: url(../img/point2_img_02_clean@2x.png) no-repeat center center/cover;
  width: 75px;
  height: 75px;
  display: block;
  position: absolute;
  right: 8px;
  top: -27px;
}
@media (max-width: 750px) {
  .secPoint__compare__r__img:before {
    width: 45px;
    height: 45px;
    right: 1px;
    top: -15px;
  }
}

.secData {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .secData {
    padding-bottom: 50px;
  }
}

.secData__ttlBox {
  background: url(../img/data_ttl_bg@2x.jpg) no-repeat center center/cover;
  height: 600px;
  color: #fff;
  text-align: center;
  padding-top: 90px;
  font-weight: bold;
  height: 500px;
}
@media (max-width: 750px) {
  .secData__ttlBox {
    background: url(../img/data_ttl_bg_sp@2x.jpg) no-repeat center center/cover;
    height: 272px;
    padding-top: 34px;
  }
}
.secData__ttlBox .c-ttlBox__comment {
  background-image: url(../img/data_ttlbox_comment_bg@2x.png);
  width: 200px;
}
@media (max-width: 750px) {
  .secData__ttlBox .c-ttlBox__comment {
    background-image: url(../img/data_ttlbox_comment_bg_sp@2x.png);
    width: 91px;
  }
}
.secData__ttlBox .c-ttlBox__ttl {
  letter-spacing: 0.12em;
}
@media (max-width: 750px) {
  .secData__ttlBox .c-ttlBox__ttl {
    font-size: 24px;
  }
}
.secData__ttlBox .c-ttlBox__ttl__row1 {
  font-size: 40px;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 750px) {
  .secData__ttlBox .c-ttlBox__ttl__row1 {
    font-size: 19px;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .secData__ttlBox .c-ttlBox__logo img {
    width: 32%;
  }
}
.secData__ttlBox .c-ttlBox__ttl__row2 {
  font-size: 64px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .secData__ttlBox .c-ttlBox__ttl__row2 {
    font-size: 32px;
    line-height: 1;
  }
}

@media (max-width: 750px) {
  .secData__ttl__logo img {
    width: 50%;
  }
}

.secData__contWrap {
  background: url(../img/service_bg@2x.png) no-repeat center top/100% 721px;
}
@media (max-width: 750px) {
  .secData__contWrap {
    background: none;
  }
}
.secData__contWrap .inner {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.secData__box {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .secData__box {
    margin-bottom: 22px;
  }
}
.secData__box .c-orangeBox__ttl {
  height: 80px;
}
@media (max-width: 750px) {
  .secData__box .c-orangeBox__ttl {
    height: 57.5px;
  }
}
.secData__box .c-orangeBox__ttl__txt {
  font-size: 32px;
}
@media (max-width: 750px) {
  .secData__box .c-orangeBox__ttl__txt {
    font-size: 22px;
  }
}

@keyframes popup {
  0% {
    transform: scale(0, 0);
  }
  15% {
    transform: scale(0.9, 0.9);
  }
  40% {
    transform: scale(1.3, 1.3);
  }
  70% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.popup-item {
  transform: scale(0, 0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Roboto", sans-serif;
}

.data_01 {
  margin-top: -102px;
}
@media (max-width: 750px) {
  .data_01 {
    margin-top: -97px;
  }
}

.data_01__cont {
  padding: 66px 45px 64px;
}
@media (max-width: 750px) {
  .data_01__cont {
    padding: 21px 20px 24px;
  }
}

.data_01__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .data_01__box {
    display: block;
  }
}

@media (max-width: 750px) {
  .data_01__icn {
    width: 22.3%;
    margin-inline: auto;
    margin-bottom: 15px;
  }
}
.data_01__icn img.popup {
  animation: popup 0.6s ease-out forwards;
}

.data_01__txtbox {
  text-align: center;
  padding-left: 30px;
  color: #f55a2f;
  padding-bottom: 21px;
}
@media (max-width: 750px) {
  .data_01__txtbox {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.data_01__txt__01 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .data_01__txt__01 {
    font-size: 22px;
  }
}

.data_01__txt__02 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .data_01__txt__02 {
    font-size: 13px;
  }
}

.data_02__cont {
  display: flex;
  justify-content: center;
  padding: 42px 45px 23px;
}
@media (max-width: 959px) {
  .data_02__cont {
    padding: 42px 15px 23px;
  }
}
@media (max-width: 750px) {
  .data_02__cont {
    padding: 22px 20px 24px;
  }
}

.data_02__txtbox {
  order: 2;
  text-align: center;
  padding-top: 17px;
  padding-inline: 45px;
}
@media (max-width: 959px) {
  .data_02__txtbox {
    padding-inline: 10px;
  }
}
@media (max-width: 750px) {
  .data_02__txtbox {
    padding-top: 12px;
    padding-inline: 0;
  }
}

.data_02__icn {
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .data_02__icn {
    margin-bottom: 5px;
  }
}
.data_02__icn img {
  margin-inline: auto;
}
@media (max-width: 750px) {
  .data_02__icn img {
    width: 28%;
  }
}

.data_02__txt__01 {
  font-size: 28px;
  font-weight: bold;
  color: #f55a2f;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .data_02__txt__01 {
    font-size: 14px;
  }
}

.data_02__txt__02 {
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .data_02__txt__02 {
    font-size: 10px;
  }
}

.data_02__graph.item-01 {
  order: 1;
}
.data_02__graph.item-01 .data_02__graph__txt {
  font-size: 24px;
}
@media (max-width: 750px) {
  .data_02__graph.item-01 .data_02__graph__txt {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 9px;
  }
}
.data_02__graph.item-01 .data_02__num {
  font-weight: 500;
  letter-spacing: 0;
}
.data_02__graph.item-01 .data_02__num__num {
  font-size: 54px;
}
@media (max-width: 750px) {
  .data_02__graph.item-01 .data_02__num__num {
    font-size: 21px;
  }
}
.data_02__graph.item-01 .data_02__num__txt {
  font-size: 32px;
}
@media (max-width: 750px) {
  .data_02__graph.item-01 .data_02__num__txt {
    font-size: 13px;
  }
}
.data_02__graph.item-02 {
  order: 3;
}
.data_02__graph.item-02 .data_02__graph__txt {
  font-size: 28px;
  color: #f55a2f;
}
@media (max-width: 750px) {
  .data_02__graph.item-02 .data_02__graph__txt {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 5px;
  }
}
.data_02__graph.item-02 .data_02__num__txt {
  font-size: 60px;
  color: #f55a2f;
  font-weight: bold;
}
@media (max-width: 750px) {
  .data_02__graph.item-02 .data_02__num__txt {
    font-size: 24px;
  }
}

.data_02__graph__circleWrap {
  background: url(../img/circle-02_bg@2x.png) no-repeat center center/cover;
  position: relative;
  line-height: 1;
}

.data_02__graph__circle svg {
  width: 240px;
}
@media (max-width: 750px) {
  .data_02__graph__circle svg {
    width: 95px;
  }
}

#circle-svg path {
  stroke-dasharray: 0, 100;
  /* 透明状態にする */
  stroke-dashoffset: 100;
  /* 線を完全に隠す */
  opacity: 0;
  /* 初期状態で見えなくする */
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}

#circle-svg-02 path {
  stroke-dasharray: 0, 100;
  /* 透明状態にする */
  stroke-dashoffset: 100;
  /* 線を完全に隠す */
  opacity: 0;
  /* 初期状態で見えなくする */
  transition: opacity 0.2s ease-in-out;
  will-change: opacity;
}

.data_02__num {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.data_02__graph__txt {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 750px) {
  .data_03 .c-orangeBox__ttl {
    height: 78px;
  }
}

.data_03__cont {
  padding: 47px 45px 49px;
}
@media (max-width: 959px) {
  .data_03__cont {
    padding: 47px 20px 49px;
  }
}
@media (max-width: 750px) {
  .data_03__cont {
    padding: 22px 0px 24px 20px;
  }
}

@media (max-width: 959px) {
  .data_03__graph {
    zoom: 0.8;
  }
}
@media (max-width: 750px) {
  .data_03__graph {
    zoom: 1;
  }
}

.data_03__graph__list {
  background: url(../img/data_03_bg@2x.png) no-repeat left top/223px;
  max-width: 895px;
  height: 200px;
  margin-inline: auto;
  padding-left: 223px;
  padding-top: 25px;
}
@media (max-width: 959px) {
  .data_03__graph__list {
    zoom: 0.95;
  }
}
@media (max-width: 750px) {
  .data_03__graph__list {
    zoom: 1;
    background: url(../img/data_03_bg_sp@2x.png) no-repeat left top/140px;
    padding-left: 2px;
    padding-top: 46px;
    height: 188px;
  }
}

.data_03__graph__item {
  display: flex;
  align-items: center;
}
.data_03__graph__item:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .data_03__graph__item:not(:last-child) {
    margin-bottom: 47px;
  }
}
@media (max-width: 750px) {
  .data_03__graph__item.item-01 .data_03__graph__item__img {
    width: 77%;
  }
}
.data_03__graph__item.item-01 .data_03__graph__item__num {
  font-size: 54px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .data_03__graph__item.item-01 .data_03__graph__item__num {
    font-size: 27px;
  }
}
.data_03__graph__item.item-01 .data_03__graph__item__num .unit {
  font-size: 24px;
}
@media (max-width: 750px) {
  .data_03__graph__item.item-01 .data_03__graph__item__num .unit {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .data_03__graph__item.item-02 .data_03__graph__item__img {
    width: 47%;
  }
}
.data_03__graph__item.item-02 .data_03__graph__item__num {
  font-size: 100px;
  font-weight: bold;
  color: #f55a2f;
}
@media (max-width: 750px) {
  .data_03__graph__item.item-02 .data_03__graph__item__num {
    font-size: 50px;
  }
}
.data_03__graph__item.item-02 .data_03__graph__item__num .unit {
  font-size: 50px;
}
@media (max-width: 750px) {
  .data_03__graph__item.item-02 .data_03__graph__item__num .unit {
    font-size: 16px;
  }
}

.data_03__graph__item__img {
  line-height: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--index) * 0.1s);
  will-change: transform;
}
.data_03__graph__item__img.stretch {
  transform: scaleX(1);
}

.data_03__graph__item__num {
  line-height: 0.7;
  padding-left: 17px;
}
@media (max-width: 750px) {
  .data_03__graph__item__num {
    padding-left: 8px;
  }
}
.data_03__graph__item__num .odometer.odometer-auto-theme,
.data_03__graph__item__num .odometer.odometer-theme-default {
  line-height: 0.8;
}

.secData__boxWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 750px) {
  .secData__boxWrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.data_04__cont {
  padding: 29px 45px 28px;
}
@media (max-width: 750px) {
  .data_04__cont {
    display: flex;
    align-items: center;
    padding: 22px 27px 34px 20px;
  }
}

.data_04__icn {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .data_04__icn {
    margin-bottom: 0;
    width: 94px;
    margin-inline: auto;
  }
}
.data_04__icn img {
  margin-inline: 8px;
}
@media (max-width: 750px) {
  .data_04__icn img {
    margin-inline: 4px;
    width: 43px;
  }
}
.data_04__icn img.popup {
  animation: popup 0.6s ease-out forwards;
}
.data_04__icn img.popup:nth-child(2) {
  animation-delay: 0.1s;
}

@media (max-width: 750px) {
  .data_04__txtbox {
    padding-top: 11px;
  }
}

.data_04__txt {
  color: #f55a2f;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: -3px;
}
.data_04__txt .odometer.odometer-auto-theme,
.data_04__txt .odometer.odometer-theme-default {
  line-height: 0.8;
}
.data_04__txt .num {
  font-size: 80px;
}
@media (max-width: 750px) {
  .data_04__txt .num {
    font-size: 40px;
  }
}
.data_04__txt .unit {
  font-size: 32px;
  position: relative;
  top: 18px;
}
@media (max-width: 750px) {
  .data_04__txt .unit {
    font-size: 16px;
    top: 7px;
  }
}

.data_04__txt__note {
  font-size: 18px;
  font-weight: 500;
  color: #f55a2f;
  text-align: center;
}
@media (max-width: 750px) {
  .data_04__txt__note {
    font-size: 14px;
  }
}

.data_05__cont {
  padding: 43px 45px 28px;
}
@media (max-width: 750px) {
  .data_05__cont {
    display: flex;
    align-items: center;
    padding: 24px 20px 34px 28px;
    justify-content: center;
  }
}

.data_05__icn {
  margin-bottom: 1px;
}
@media (max-width: 750px) {
  .data_05__icn {
    margin-bottom: 0;
    width: 79px;
  }
}
.data_05__icn img {
  margin-inline: auto;
  position: relative;
  left: -5px;
}
.data_05__icn img.popup {
  animation: popup 0.6s ease-out forwards;
}

.data_05__txtbox {
  font-weight: bold;
  color: #f55a2f;
  text-align: center;
}
@media (max-width: 750px) {
  .data_05__txtbox {
    flex: none;
    padding-left: 20px;
  }
}

.data_05__txt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  margin-bottom: -3px;
  position: relative;
  left: 6px;
}
@media (max-width: 750px) {
  .data_05__txt {
    left: 0;
  }
}

.data_05__txt__head {
  font-size: 27px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin-right: 3px;
  position: relative;
  top: 4px;
}
@media (max-width: 750px) {
  .data_05__txt__head {
    font-size: 13.5px;
    margin-right: 4px;
    top: 1px;
  }
}

.data_05__txt__minus {
  font-weight: 400;
  font-size: 96px;
  position: relative;
  top: 3px;
}
@media (max-width: 750px) {
  .data_05__txt__minus {
    font-size: 40px;
    top: 0px;
  }
}

.odometer_data_05.odometer.odometer-auto-theme, .odometer_data_05.odometer.odometer-theme-default {
  line-height: 0.8;
}

.odometer_data_05 {
  font-size: 80px;
}
@media (max-width: 750px) {
  .odometer_data_05 {
    font-size: 40px;
  }
}

.data_05__txt__unit {
  font-size: 32px;
}
@media (max-width: 750px) {
  .data_05__txt__unit {
    font-size: 16px;
  }
}

.data_05__txt__note {
  font-size: 18px;
  font-weight: 500;
  color: #f55a2f;
  text-align: center;
}
@media (max-width: 750px) {
  .data_05__txt__note {
    font-size: 14px;
  }
}

.secData__attention {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
  margin-top: 36px;
  padding: 53px 0;
}
@media (max-width: 750px) {
  .secData__attention {
    margin-top: 0;
    padding: 27px 0 36px;
    border-radius: 10px;
  }
}

.secData__attention__ttl {
  font-size: 36px;
  font-weight: bold;
  color: #f55a2f;
  letter-spacing: 0.06em;
  -webkit-text-stroke: 4px white;
  text-stroke: 4px white;
  paint-order: stroke;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -29px;
}
@media (max-width: 750px) {
  .secData__attention__ttl {
    font-size: 20px;
    top: 0;
    position: static;
    -webkit-text-stroke: 0;
    text-stroke: 0;
    margin-bottom: 13px;
  }
}
.secData__attention__ttl span {
  display: inline-block;
  position: relative;
  padding-left: 68px;
}
@media (max-width: 750px) {
  .secData__attention__ttl span {
    padding-left: 0;
    padding-top: 30px;
  }
}
.secData__attention__ttl span:before {
  content: "";
  background: url(../img/data_icn_attention.svg) no-repeat center center/cover;
  width: 55px;
  height: 49px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .secData__attention__ttl span:before {
    width: 30px;
    height: 27px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
  }
}

.secData__attention__txt {
  font-size: 24px;
  text-align: center;
  line-height: 1.91;
  font-weight: 500;
}
@media (max-width: 750px) {
  .secData__attention__txt {
    font-size: 15px;
    line-height: 1.73;
  }
}

.secSimulation {
  background: #fff url(../img/bg-square@2x.png) repeat center center/40px;
  padding: 88px 0 87px;
}
@media (max-width: 750px) {
  .secSimulation {
    background-size: 20px;
    padding: 40px 0 73px;
  }
}

.secSimulation__heading {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 750px) {
  .secSimulation__heading {
    margin-bottom: 24px;
  }
}
.secSimulation__heading .c-ttlBox__comment {
  background-image: url(../img/simulation_ttlbox_comment_bg@2x.png);
  width: 280px;
  position: relative;
}
@media (max-width: 750px) {
  .secSimulation__heading .c-ttlBox__comment {
    background-image: url(../img/simulation_ttlbox_comment_bg_sp@2x.png);
    width: 156px;
    padding: 5px 10px;
    margin-bottom: 4px;
  }
}
.secSimulation__heading .c-ttlBox__comment:before {
  content: "";
  background: url(../img/solve_line_yellow@2x.png) no-repeat center center/cover;
  width: 32px;
  height: 35px;
  display: block;
  position: absolute;
  left: 5px;
  top: -16px;
}
@media (max-width: 750px) {
  .secSimulation__heading .c-ttlBox__comment:before {
    width: 16px;
    height: 17px;
    top: -8px;
    left: 2px;
  }
}

.c-boardWrap {
  border: 3px solid #111;
  border-radius: 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .c-boardWrap {
    border-width: 1px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
.c-boardWrap:before {
  content: "";
  background: url(../img/simulation_clip.svg) no-repeat center center/cover;
  width: 191px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -12px;
  z-index: 1;
}
@media (max-width: 750px) {
  .c-boardWrap:before {
    width: 95px;
    height: 15px;
    top: -6px;
  }
}
.c-boardWrap--simulation:after {
  content: "";
  background: url(../img/simulation_30s@2x.png) no-repeat center center/cover;
  width: 179px;
  height: 175px;
  display: block;
  position: absolute;
  left: -64px;
  top: -90px;
}
@media (max-width: 750px) {
  .c-boardWrap--simulation:after {
    width: 90px;
    height: 89px;
    left: -32px;
    top: -41px;
  }
}

.c-board {
  position: relative;
  overflow: hidden;
  border-radius: 17px;
}
@media (max-width: 750px) {
  .c-board {
    border-radius: 9px;
  }
}
.c-board:before {
  content: "";
  background: #f55a2f;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  top: 0;
}
@media (max-width: 750px) {
  .c-board:before {
    height: 4px;
  }
}

.efo-form-simulation .form-wrap {
  padding: 60px 50px 48px;
}
@media (max-width: 959px) {
  .efo-form-simulation .form-wrap {
    padding: 60px 30px 48px;
  }
}
@media (max-width: 750px) {
  .efo-form-simulation .form-wrap {
    padding: 23px 20px 30px;
  }
}
.efo-form-simulation .form-wrap .input-name {
  width: 256px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .efo-form-simulation .form-wrap .input-name {
    width: 100%;
    padding-left: 0;
    padding-inline: 10px;
    font-size: 15px;
  }
}
.efo-form-simulation .form-wrap .input-cont {
  padding: 20px 20px;
  width: calc(100% - 256px);
}
@media (max-width: 750px) {
  .efo-form-simulation .form-wrap .input-cont {
    width: 100%;
    padding: 0 10px 16px;
  }
}
.efo-form-simulation .input-name.bg-gray,
.efo-form-simulation .input-cont.bg-gray {
  background: #f5f5f5;
}
.efo-form-simulation .form {
  margin-bottom: 47px;
}
@media (max-width: 750px) {
  .efo-form-simulation .form {
    margin-bottom: 19px;
  }
}
.efo-form-simulation .form-submit {
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .efo-form-simulation .form-submit {
    margin-bottom: 25px;
  }
}

.efo-form-simulation__resultWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  margin-bottom: 13px;
}
@media (max-width: 959px) {
  .efo-form-simulation__resultWrap {
    gap: 0 20px;
  }
}
@media (max-width: 750px) {
  .efo-form-simulation__resultWrap {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 18px;
  }
}

.result__item {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media (max-width: 750px) {
  .result__item {
    display: block;
  }
}
.result__item--kaji {
  border: 1px solid #111;
}
.result__item--kaji .result__ttl {
  font-weight: 500;
  background: #f0f0f0;
}
.result__item--kaji .result__num {
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .result__item--kaji .result__num {
    margin-bottom: -3px;
  }
}
.result__item--kaji .result__num__num {
  font-size: 54px;
}
@media (max-width: 750px) {
  .result__item--kaji .result__num__num {
    font-size: 35px;
  }
}
.result__item--gouging {
  border: 2px solid #f55a2f;
  background: #fffbd6;
}
@media (max-width: 750px) {
  .result__item--gouging .result__item__cont {
    padding-block: 15px 17px;
  }
}
.result__item--gouging .result__ttl {
  font-weight: bold;
  color: #fff;
  background: #f55a2f;
}
.result__item--gouging .result__num {
  color: #f55a2f;
}
@media (max-width: 750px) {
  .result__item--gouging .result__num {
    margin-bottom: -3px;
  }
}
.result__item--gouging .result__num__num {
  font-size: 80px;
}
@media (max-width: 750px) {
  .result__item--gouging .result__num__num {
    font-size: 46px;
  }
}

.result__ttl {
  font-size: 24px;
  padding-block: 10px;
}
@media (max-width: 959px) {
  .result__ttl {
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  .result__ttl {
    font-size: 15px;
    padding-block: 4px;
  }
}

.result__item__cont {
  display: grid;
  place-items: center;
  padding-block: 33px;
}
@media (max-width: 750px) {
  .result__item__cont {
    padding-block: 19px;
  }
}

.result__num {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
}
.result__num .unit {
  font-size: 24px;
}
@media (max-width: 750px) {
  .result__num .unit {
    font-size: 18px;
  }
}

.result__note {
  font-weight: 500;
  line-height: 1.75;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .result__note {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.efo-form-simulation__attention {
  font-size: 14px;
  color: #666;
}
@media (max-width: 750px) {
  .efo-form-simulation__attention {
    font-size: 13px;
    line-height: 1.5;
  }
}

.secCta {
  background: url(../img/cta_bg@2x.jpg) no-repeat center center/cover;
}

.secVoice {
  padding-top: 66px;
  padding-bottom: 110px;
}
@media (max-width: 750px) {
  .secVoice {
    padding-top: 42px;
    padding-bottom: 50px;
  }
}

.secVoice__heading {
  padding-top: 82px;
  margin-bottom: 43px;
}
@media (max-width: 750px) {
  .secVoice__heading {
    padding-top: 65px;
    margin-bottom: 14px;
  }
}

.secVoice__slider {
  max-width: 1240px;
  margin-inline: auto;
}
.secVoice__slider .slick-track {
  display: flex;
}
.secVoice__slider .slick-slide {
  height: auto !important;
}
.secVoice__slider .slick-list {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .secVoice__slider .slick-list {
    padding-top: 24px !important;
    padding-bottom: 10px !important;
  }
}
.secVoice__slider > .secVoice__item:not(:first-child) {
  display: none;
}
.secVoice__slider .slick-prev,
.secVoice__slider .slick-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .secVoice__slider .slick-prev,
  .secVoice__slider .slick-next {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
.secVoice__slider .slick-prev:before,
.secVoice__slider .slick-next:before {
  display: none;
}
.secVoice__slider .slick-prev {
  background: url(../img/slide_arrow_l@2x.png) no-repeat center center/cover;
  left: -71px;
}
@media (max-width: 959px) {
  .secVoice__slider .slick-prev {
    left: 20px;
  }
}
.secVoice__slider .slick-next {
  background: url(../img/slide_arrow_r@2x.png) no-repeat center center/cover;
  right: -71px;
}
@media (max-width: 959px) {
  .secVoice__slider .slick-next {
    right: 20px;
  }
}
.secVoice__slider .slick-dots {
  bottom: -42px;
}
@media (max-width: 959px) {
  .secVoice__slider .slick-dots {
    bottom: -38px;
  }
}
.secVoice__slider .slick-dots li {
  margin-inline: 6px;
}
@media (max-width: 959px) {
  .secVoice__slider .slick-dots li {
    margin-inline: 4px;
  }
}
.secVoice__slider .slick-dots li button:before {
  font-size: 8px;
  opacity: 1;
  color: #111;
}
.secVoice__slider .slick-dots li.slick-active button:before {
  color: #f55a2f;
}

.secVoice__item {
  width: 370px;
  border: 2px solid #111;
  background: #fff;
  margin: 0 22.5px;
  padding: 160px 20px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 959px) {
  .secVoice__item {
    margin-inline: 10px;
  }
}
@media (max-width: 750px) {
  .secVoice__item {
    margin-inline: 10px;
    border-width: 1px;
    padding: 130px 16px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.secVoice__img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .secVoice__img {
    width: 160px;
    top: -25px;
  }
}
.secVoice__img img {
  margin-inline: auto;
}

.secVoice__item__txtbox {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.secVoice__name {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .secVoice__name {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.secVoice__commentWrap {
  background: #f7f7f7;
  padding: 19px;
  position: relative;
  flex: 1;
}
@media (max-width: 750px) {
  .secVoice__commentWrap {
    padding: 15px 15px 18px;
  }
}
.secVoice__commentWrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -13px;
  height: 20px;
  aspect-ratio: 2;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #f7f7f7;
}

.secVoice__comment {
  font-weight: 500;
  line-height: 2.25;
}
@media (max-width: 750px) {
  .secVoice__comment {
    font-size: 13px;
    line-height: 2.1;
  }
}

.secFlow {
  background: #fff;
  padding-top: 93px;
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .secFlow {
    padding-top: 45px;
    padding-bottom: 74px;
  }
}

.secFlow__heading {
  margin-bottom: 65px;
}
@media (max-width: 750px) {
  .secFlow__heading {
    margin-bottom: 25px;
  }
}

.secFlow__item {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .secFlow__item {
    align-items: flex-start;
  }
}
.secFlow__item:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .secFlow__item:not(:last-child) {
    margin-bottom: 26px;
  }
}
.secFlow__item:not(:last-child) .secFlow__num__icn {
  position: relative;
}
.secFlow__item:not(:last-child) .secFlow__num__icn:before {
  content: "";
  background: url(../img/flow_line@2x.png) no-repeat center center/cover;
  width: 6px;
  height: 43px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -52px;
}
@media (max-width: 959px) {
  .secFlow__item:not(:last-child) .secFlow__num__icn:before {
    background: url(../img/flow_line_sp@2x.png) repeat-y center center/100%;
    width: 4px;
    height: calc(100% + 157px);
    bottom: auto;
    top: 2px;
  }
}

@media (max-width: 959px) {
  .secFlow__num__icn img {
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
  }
}
@media (max-width: 750px) {
  .secFlow__num__icn {
    width: 71px;
    margin-top: 1px;
  }
  .secFlow__num__icn img {
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
    border-radius: 50%;
  }
}

.secFlow__txtbox {
  flex: 1;
  padding-left: 40px;
}
@media (max-width: 750px) {
  .secFlow__txtbox {
    padding-left: 15px;
  }
}

.secFlow__ttlWrap {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 750px) {
  .secFlow__ttlWrap {
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.secFlow__ttl__num {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  background: #f55a2f;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  border-radius: 50%;
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .secFlow__ttl__num {
    width: 31px;
    height: 31px;
    font-size: 15px;
  }
}

.secFlow__ttl {
  flex: 1;
  padding-left: 19px;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secFlow__ttl {
    font-size: 17px;
    padding-left: 10px;
    padding-top: 2px;
  }
}

.secFlow__txt {
  background: #f7f7f7;
  font-weight: 500;
  line-height: 2.25;
  padding: 28px 37px;
}
@media (max-width: 750px) {
  .secFlow__txt {
    font-size: 14px;
    line-height: 1.85;
    padding: 17px 19px 20px;
  }
}

.secFaq {
  padding: 90px 0 153px;
}
@media (max-width: 750px) {
  .secFaq {
    padding: 45px 0 113px;
  }
}

.secFaq__heading {
  margin-bottom: 52px;
}
@media (max-width: 750px) {
  .secFaq__heading {
    margin-bottom: 27px;
  }
}

.secFaq__item {
  border: 2px solid #111;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 750px) {
  .secFaq__item {
    border-width: 1px;
    border-radius: 5px;
  }
}
.secFaq__item:not(:last-child) {
  margin-bottom: 31px;
}
@media (max-width: 750px) {
  .secFaq__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.secFaq__item__q {
  cursor: pointer;
  width: 100%;
  position: relative;
  color: #111;
}
.secFaq__item__q:before {
  content: "";
  background: url(../img/icn_plus@2x.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
}
@media (max-width: 750px) {
  .secFaq__item__q:before {
    width: 40px;
    height: 40px;
    right: 14px;
  }
}
.secFaq__item__q.on:before {
  background: url(../img/icn_minus@2x.png) no-repeat center center/cover;
}

.secFaq__item__q__ttl {
  padding: 33px 100px;
  display: flex;
  position: relative;
  text-align: left;
}
@media (max-width: 750px) {
  .secFaq__item__q__ttl {
    padding: 15px 60px 15px 50px;
  }
}

.secFaq__icn {
  display: block;
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50px 50px 0 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}
.secFaq__icn--q {
  color: #f55a2f;
  left: 30px;
  top: 18px;
}
@media (max-width: 750px) {
  .secFaq__icn--q {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 750px) {
  .secFaq__icn {
    width: 30px;
    height: 30px;
    font-size: 25px;
  }
}

.secFaq__item__q__ttl__txt {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.33;
}
@media (max-width: 750px) {
  .secFaq__item__q__ttl__txt {
    font-size: 17px;
    line-height: 1.52;
  }
}

.secFaq__item__a {
  padding: 4px 37px 40px;
}
@media (max-width: 750px) {
  .secFaq__item__a {
    padding: 4px 20px 20px;
  }
}

.secFaq__item__a__box {
  background: #fffbd6;
  padding: 28px 39px;
  position: relative;
}
@media (max-width: 750px) {
  .secFaq__item__a__box {
    padding: 15px 19px 18px;
  }
}
.secFaq__item__a__box:before {
  content: "";
  display: block;
  position: absolute;
  left: 54px;
  top: -20px;
  height: 20px;
  aspect-ratio: 2;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fffbd6;
}
@media (max-width: 750px) {
  .secFaq__item__a__box:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 15px;
    top: -15px;
  }
}

.secFaq__item__a__txt {
  font-weight: 500;
  line-height: 2.25;
}
@media (max-width: 750px) {
  .secFaq__item__a__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}
.secFaq__item__a__txt a {
  text-decoration: revert;
}

.secForm {
  background: #f55a2f;
  padding: 89px 0 128px;
  position: relative;
}
@media (max-width: 750px) {
  .secForm {
    padding: 45px 0 50px;
  }
}
.secForm:before {
  content: "";
  background: url(../img/contact_img@2x.png) no-repeat center center/cover;
  width: 306px;
  height: 167px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -96px;
}
@media (max-width: 750px) {
  .secForm:before {
    width: 175px;
    height: 96px;
    top: -59px;
  }
}
.secForm .c-board:before {
  background: #ffe500;
}
.secForm .c-board__in {
  padding: 65px 50px;
}
@media (max-width: 959px) {
  .secForm .c-board__in {
    padding: 65px 40px;
  }
}
@media (max-width: 750px) {
  .secForm .c-board__in {
    padding: 31px 19px;
  }
}
.secForm .efo-form input[type=text],
.secForm .efo-form input[type=search],
.secForm .efo-form input[type=tel],
.secForm .efo-form input[type=number],
.secForm .efo-form input[type=url],
.secForm .efo-form input[type=email],
.secForm .efo-form input[type=password] {
  padding-block: 20px;
}
@media (max-width: 959px) {
  .secForm .efo-form input[type=text],
  .secForm .efo-form input[type=search],
  .secForm .efo-form input[type=tel],
  .secForm .efo-form input[type=number],
  .secForm .efo-form input[type=url],
  .secForm .efo-form input[type=email],
  .secForm .efo-form input[type=password] {
    padding: 10px 12px;
  }
}
@media (max-width: 750px) {
  .secForm .efo-form input[type=text],
  .secForm .efo-form input[type=search],
  .secForm .efo-form input[type=tel],
  .secForm .efo-form input[type=number],
  .secForm .efo-form input[type=url],
  .secForm .efo-form input[type=email],
  .secForm .efo-form input[type=password] {
    padding-block: 10px;
  }
}
.secForm .efo-form input[type=text].size-m,
.secForm .efo-form input[type=search].size-m,
.secForm .efo-form input[type=tel].size-m,
.secForm .efo-form input[type=number].size-m,
.secForm .efo-form input[type=url].size-m,
.secForm .efo-form input[type=email].size-m,
.secForm .efo-form input[type=password].size-m {
  width: 400px;
}
@media (max-width: 959px) {
  .secForm .efo-form input[type=text].size-m,
  .secForm .efo-form input[type=search].size-m,
  .secForm .efo-form input[type=tel].size-m,
  .secForm .efo-form input[type=number].size-m,
  .secForm .efo-form input[type=url].size-m,
  .secForm .efo-form input[type=email].size-m,
  .secForm .efo-form input[type=password].size-m {
    width: 70%;
  }
}
@media (max-width: 750px) {
  .secForm .efo-form input[type=text].size-m,
  .secForm .efo-form input[type=search].size-m,
  .secForm .efo-form input[type=tel].size-m,
  .secForm .efo-form input[type=number].size-m,
  .secForm .efo-form input[type=url].size-m,
  .secForm .efo-form input[type=email].size-m,
  .secForm .efo-form input[type=password].size-m {
    width: 100%;
  }
}
.secForm .efo-form input[type=text].size-s,
.secForm .efo-form input[type=search].size-s,
.secForm .efo-form input[type=tel].size-s,
.secForm .efo-form input[type=number].size-s,
.secForm .efo-form input[type=url].size-s,
.secForm .efo-form input[type=email].size-s,
.secForm .efo-form input[type=password].size-s {
  width: 300px;
}
@media (max-width: 959px) {
  .secForm .efo-form input[type=text].size-s,
  .secForm .efo-form input[type=search].size-s,
  .secForm .efo-form input[type=tel].size-s,
  .secForm .efo-form input[type=number].size-s,
  .secForm .efo-form input[type=url].size-s,
  .secForm .efo-form input[type=email].size-s,
  .secForm .efo-form input[type=password].size-s {
    width: 40%;
  }
}
@media (max-width: 750px) {
  .secForm .efo-form input[type=text].size-s,
  .secForm .efo-form input[type=search].size-s,
  .secForm .efo-form input[type=tel].size-s,
  .secForm .efo-form input[type=number].size-s,
  .secForm .efo-form input[type=url].size-s,
  .secForm .efo-form input[type=email].size-s,
  .secForm .efo-form input[type=password].size-s {
    width: 100%;
  }
}
.secForm .form {
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .secForm .form {
    margin-bottom: 27px;
  }
}
@media (max-width: 750px) {
  .secForm .efo-form .form-wrap .input-name {
    font-size: 15px;
    padding-top: 16px;
  }
}
.secForm .efo-form input[type=submit]:before,
.secForm .efo-form button[type=submit]:before,
.secForm button#mfp_button_send:before {
  background-image: url(../img/icn_arrow_circle_right@2x.png);
}

.secForm__heading {
  margin-bottom: 51px;
}
@media (max-width: 750px) {
  .secForm__heading {
    margin-bottom: 19px;
  }
}
.secForm__heading .c-heading-01__en {
  color: #ffe500;
}
.secForm__heading .c-heading-01__ja {
  color: #fff;
}

.contact-policy {
  border: 1px solid #111;
}

.contact-policy__ttl {
  background: #f0f0f0;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
}
@media (max-width: 750px) {
  .contact-policy__ttl {
    padding: 5px 0;
    font-size: 14px;
  }
}

.contact-policy__desc p {
  font-size: 15px;
  line-height: 1.86;
  padding-right: 17px;
}
@media (max-width: 750px) {
  .contact-policy__desc p {
    font-size: 14px;
    padding-right: 10px;
  }
}

.contact-policy__desc__in {
  height: 190px;
  overflow-y: scroll;
  padding: 20px 30px;
}
@media (max-width: 750px) {
  .contact-policy__desc__in {
    padding: 11px 10px;
  }
}

.simplebar-track.simplebar-vertical {
  background: #f5f5f5;
  width: 6px !important;
  border-radius: 3px;
  right: 11px;
  height: calc(100% - 22px);
  top: 11px !important;
}
@media (max-width: 750px) {
  .simplebar-track.simplebar-vertical {
    right: 5px;
    width: 4px !important;
  }
}

.simplebar-scrollbar.simplebar-visible:before {
  background: #333;
  opacity: 1 !important;
  inset: 0 !important;
  border-radius: 3px;
}

.contact-policy__txt {
  font-weight: bold;
}

.contact-policy__desc p:not(.contact-policy__ttl) + p:not(.contact-policy__ttl) {
  margin-top: 1em;
}

.secSupport {
  padding-bottom: 110px;
}
@media (max-width: 750px) {
  .secSupport {
    padding-bottom: 55px;
  }
}

.secSupport__ttlBox {
  background: url(../img/support_ttl_bg@2x.jpg) no-repeat center center/cover;
  height: 650px;
  color: #fff;
  text-align: center;
  padding-top: 110px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .secSupport__ttlBox {
    background: url(../img/support_ttl_bg_sp@2x.jpg) no-repeat center center/cover;
    height: 272px;
    padding-top: 35px;
  }
}

.secSupport__ttlBox__comment {
  background-image: url(../img/support_ttlbox_comment_bg@2x.png);
  width: 270px;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .secSupport__ttlBox__comment {
    width: 135px;
    margin-bottom: 10px;
  }
}

.secSupport__ttlBox__ttl__row1 {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 37px 7px;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .secSupport__ttlBox__ttl__row1 {
    padding: 0px 16px 0px;
    text-box: trim-both text;
    margin-bottom: 8px;
    border-width: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 750px) {
  .secSupport__ttl__logo img {
    width: 126px;
  }
}

.secSupport__ttl__txt {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  top: -6px;
}
@media (max-width: 750px) {
  .secSupport__ttl__txt {
    font-size: 16px;
    top: 0;
    margin-left: 3px;
  }
}

.secSupport__ttlBox__ttl__row2 {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .secSupport__ttlBox__ttl__row2 {
    font-size: 28px;
  }
}

.secSupport__service {
  background: url(../img/service_bg@2x.png) no-repeat center top/100% 721px;
}
@media (max-width: 750px) {
  .secSupport__service {
    background: url(../img/service_bg_sp@2x.png) no-repeat center top/100% 618px;
  }
}
.secSupport__service .inner {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.secSupport__orangeBox {
  margin-top: -110px;
  margin-bottom: 66px;
}
@media (max-width: 750px) {
  .secSupport__orangeBox {
    margin-top: -59px;
    margin-bottom: 41px;
  }
}
.secSupport__orangeBox .c-orangeBox__ttl {
  height: 80px;
  place-items: center start;
  padding-left: 50px;
}
@media (max-width: 959px) {
  .secSupport__orangeBox .c-orangeBox__ttl {
    height: 117px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 750px) {
  .secSupport__orangeBox .c-orangeBox__ttl {
    height: 117px;
    padding-left: 15px;
  }
}
.secSupport__orangeBox .c-orangeBox__cont {
  padding: 52px 340px 64px 44px;
  position: relative;
}
@media (max-width: 959px) {
  .secSupport__orangeBox .c-orangeBox__cont {
    padding: 32px 230px 44px 44px;
  }
}
@media (max-width: 750px) {
  .secSupport__orangeBox .c-orangeBox__cont {
    padding: 20px 20px 33px;
  }
}
.secSupport__orangeBox .c-orangeBox__cont:before {
  content: "";
  background: url(../img/support_img@2x.png) no-repeat center center/cover;
  width: 240px;
  height: 251px;
  display: block;
  position: absolute;
  right: 45px;
  bottom: -1px;
}
@media (max-width: 959px) {
  .secSupport__orangeBox .c-orangeBox__cont:before {
    right: -15px;
  }
}
@media (max-width: 750px) {
  .secSupport__orangeBox .c-orangeBox__cont:before {
    width: 94px;
    height: 98px;
    right: -15px;
    top: -98px;
    bottom: auto;
  }
}

.secSupport__ttl {
  font-size: 32px;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .secSupport__ttl {
    font-size: 22px;
    text-align: left;
    line-height: 1.31;
  }
}

.secSupport__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
}
@media (max-width: 750px) {
  .secSupport__txt {
    font-size: 14px;
    line-height: 1.85;
  }
}

.secSupport__heading {
  padding-top: 151px;
  padding-bottom: 54px;
  z-index: 1;
}
@media (max-width: 750px) {
  .secSupport__heading {
    padding-top: 65px;
    padding-bottom: 26px;
  }
}
@media (max-width: 959px) {
  .secSupport__heading .c-heading-01__en_bg {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 750px) {
  .secSupport__heading .c-heading-01__en_bg {
    letter-spacing: 0.04em;
  }
}

.service__box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 60px;
  margin-bottom: 95px;
}
@media (max-width: 959px) {
  .service__box {
    gap: 0 20px;
  }
}
@media (max-width: 750px) {
  .service__box {
    grid-template-columns: 1fr;
    gap: 29px 0;
    margin-bottom: 61px;
  }
}

.service__item {
  position: relative;
}
.service__item a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .service__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.service__item img {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .service__item img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}

.service__item__txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .service__item__txt {
    font-size: 16px;
  }
}

.secSupport__btnWrap .c-btn-contact a {
  width: 600px;
  background: linear-gradient(to right, #ec1d24 1%, #ffb400 100%);
}
@media (max-width: 750px) {
  .secSupport__btnWrap .c-btn-contact a {
    width: 295px;
    height: 83px;
    line-height: 1.26;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
