@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1011px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  scroll-padding-top: var(--header-height);
}
@media screen and (min-width: 1101px) {
  html {
    font-size: 0.0714285714vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: calc(1010px * 0.0007142857);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: #ffffff;
  color: #000000;
  line-height: 1.95;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1090px;
  }
}

img {
  height: auto;
  /*vertical-align: bottom;*/
  width: 100%;
  display: block;
}

p + p {
  margin-top: 1em;
}
p a {
  display: inline;
  text-decoration: underline;
}

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

strong {
  font-size: 1.2em;
  font-weight: bold;
}

small {
  font-size: 0.8em;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

dl {
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  dl {
    font-size: 16px;
  }
}
dl dd {
  padding: 1em 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  border: none;
  width: 100%;
}

input[type=checkbox] {
  border-radius: 100%;
}

textarea {
  display: block;
  resize: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 180px;
  }
}

fieldset {
  margin: 0;
  border: 0 none transparent;
}

.password-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.password-container label {
  width: 100%;
}
.password-container input[type=text],
.password-container input[type=password] {
  padding-right: 40px;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  width: 24px !important;
  height: 24px !important;
  z-index: 10;
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
  text-align: center !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  box-shadow: none !important;
}
.password-toggle:hover {
  opacity: 0.7;
  background: none !important;
  color: inherit !important;
}
.password-toggle:focus {
  outline: none;
  box-shadow: none !important;
}

.eye-icon {
  width: 20px !important;
  height: 20px !important;
  stroke: #777;
  fill: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.eye-icon path,
.eye-icon circle {
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
}

fieldset {
  position: relative;
}
fieldset .password-container {
  width: 100%;
}
fieldset .password-toggle {
  all: unset;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 10;
}

.main__cta__form .password-toggle {
  background-color: transparent !important;
  color: #777 !important;
  font-size: 12px !important;
  padding: 0 !important;
  margin-top: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

address {
  font-style: normal;
}

marker {
  background: linear-gradient(transparent 66%, #ffdd39 0, #ffdd39 88%, transparent 0, transparent 100%);
}

.slider-wrapper {
  position: absolute;
  max-width: 42%;
  margin: 0 auto;
  top: 50%;
  left: 14%;
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    max-width: 90%;
    top: 23%;
    left: 5%;
  }
}

.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.4s ease;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: auto;
}

.nav-button {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 6%;
  height: 44%;
  background-color: #21110d;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .nav-button {
    top: 36%;
    height: 24%;
  }
}

.nav-button.prev {
  left: -3%;
}

.nav-button.next {
  right: -3%;
}

.nav-button.hidden {
  display: none;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dot {
  margin: 0 5px;
  cursor: pointer;
}

.dot img {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .dot img {
    width: 100%;
  }
}

p a {
  color: #eb594f;
  text-decoration: underline;
}

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

a:hover {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}

.bold {
  font-weight: bold;
}

.red {
  color: #eb594f;
  font-weight: bold;
}

.center {
  text-align: center;
}

.nowrap {
  display: inline-block;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #eb594f;
  text-decoration-thickness: 2px;
  text-underline-offset: 1px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.indent-1em {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.container {
  margin: 0 auto;
  max-width: 1010px;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}
.container [class^=container],
.container [class*=" container"] {
  padding-left: 0;
  padding-right: 0;
}

.container-S {
  margin: 0 auto;
  max-width: 544px;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .container-S {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container-S {
    padding: 0 16px;
  }
}
.container-S [class^=container],
.container-S [class*=" container"] {
  padding-left: 0;
  padding-right: 0;
}

.container-M {
  margin: 0 auto;
  max-width: 806px;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .container-M {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container-M {
    padding: 0 16px;
  }
}
.container-M [class^=container],
.container-M [class*=" container"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  .content:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .content:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .item:not(:first-child) {
    margin-top: 20px;
  }
}

.--icon-about::before {
  text-indent: 0 !important;
  content: "";
  font-size: 1.1666666667em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1428081605em;
  transform: translateY(-0.1200068575em);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.--icon-about::before {
  background-image: url("../img/icon_about.svg");
}

.--icon-doc::before {
  text-indent: 0 !important;
  content: "";
  font-size: 1.1666666667em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1428081605em;
  transform: translateY(-0.1200068575em);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.--icon-doc::before {
  background-image: url("../img/icon_document.svg");
}

.--icon-checkbox {
  text-indent: -1.55em;
  padding-left: 1.55em;
}
.--icon-checkbox::before {
  text-indent: 0 !important;
  content: "";
  font-size: 1.1666666667em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1428081605em;
  transform: translateY(-0.1200068575em);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.--icon-checkbox::before {
  font-size: 1em;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.3em;
  background-image: url("../img/icon_checkbox.svg");
}
.--icon-checkbox > span {
  text-indent: 0;
}

.--marker, .--marker-red {
  background-color: #ffa336;
  border-radius: 2px;
  display: inline;
  color: #ffffff;
  padding: 0 0.2em 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .--marker-pc {
    background-color: #ffa336;
    border-radius: 2px;
    display: inline;
    color: #ffffff;
    padding: 0 0.2em 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .--marker-pc {
    display: contents;
  }
}

@media screen and (min-width: 769px) {
  .--marker-sp {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .--marker-sp {
    background-color: #ffa336;
    border-radius: 2px;
    display: inline;
    color: #ffffff;
    padding: 0 0.2em 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
}

.--marker-red {
  background-color: #eb594f;
  border-radius: 4px;
}

.temp-frame {
  position: relative;
  background-color: #ffffff;
  border: 6px solid #ffa336;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 769px) {
  .temp-frame {
    padding: 52px 102px 26px;
  }
}
@media screen and (max-width: 768px) {
  .temp-frame {
    padding: 40px 23px 26px;
  }
}
.temp-frame__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  background-color: #ffa336;
  text-align: center;
  color: #ffffff;
  transform: translateY(-50%) translateY(-3px);
  font-size: 24px;
  border-radius: 3em;
  line-height: 1.4583333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .temp-frame__title {
    padding: 0.333em 1.333em;
  }
}
@media screen and (max-width: 768px) {
  .temp-frame__title {
    padding: 0.333em 0.75em;
  }
}

.cta {
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 769px) {
  .cta {
    background-image: url("../img/cta_bg.png");
  }
}
@media screen and (max-width: 768px) {
  .cta {
    background-image: url("../img/cta_bg-sp.png");
  }
}
.cta__wrapper {
  border: 6px solid #ffdd39;
  border-radius: 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .cta__wrapper {
    padding: 26px;
  }
}
@media screen and (max-width: 768px) {
  .cta__wrapper {
    padding: 24px 10px;
  }
}
@media screen and (max-width: 768px) {
  .cta__wrapper {
    border-width: 8px;
  }
}
.cta__catch {
  margin-bottom: 1em;
  display: block;
}
@media screen and (min-width: 769px) {
  .cta__catch {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .cta__catch {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .cta__catch {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .cta__catch {
    line-height: 1.5;
  }
}
.cta__catch span.nowrap {
  white-space: nowrap;
}
.cta__fukidashi, .cta__btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cta__fukidashi {
  max-width: 260px;
}
.cta__btn {
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0 8px 6px rgba(0, 0, 0, 0.12));
}
@media screen and (min-width: 769px) {
  .cta__btn {
    max-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn {
    max-width: 300px;
  }
}
.cta p {
  font-size: 14px;
  line-height: 1.1428571429;
  margin-top: 1.1428571429em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.swiper {
  position: relative;
}
.swiper-cover {
  overflow: hidden;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media screen and (min-width: 769px) {
  .swiper-cover {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-cover {
    padding: 0 16px;
  }
}
.swiper-cover .swiper {
  overflow: visible;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 10%;
  height: auto;
  z-index: 50;
  top: 50%;
  margin: 0;
  border-radius: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  transform: translateY(-50%);
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  padding-top: 100%;
  width: 100%;
  background-image: url("../img/icon_bg-arrow.svg");
  background-size: contain;
  background-position: center;
}
.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-button-prev {
  left: -2.5%;
}
.swiper-button-prev::after {
  transform: rotate(180deg);
}
.swiper-button-next {
  right: -2.5%;
}
.swiper-pagination {
  position: static;
  display: flex;
  line-height: 1;
  justify-content: center;
  margin-top: 5%;
  gap: 3%;
}
.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 3%;
  border: 1px solid #eb594f;
  height: auto;
  margin: 0 !important;
}
.swiper-pagination-bullet::before {
  content: "";
  padding-top: 100%;
  display: block;
  width: 100%;
}
.swiper-pagination-bullet-active {
  border-color: #ffffff;
  background-color: #eb594f;
}

#scrollForm-pc {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 5;
  transition: opacity 1s;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#scrollForm-pc.hidden {
  opacity: 0;
  pointer-events: none;
}

.scrollForm-pc--contact {
  border-radius: 10px 0 0 10px;
  display: block;
  color: #ffffff;
  writing-mode: vertical-rl;
  padding: 1em 0.2em 1em;
  font-size: 26px;
  border: 2px solid #ffffff;
  border-right: 0;
  background-color: #eb594f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .scrollForm-pc--contact {
    font-size: 20px;
  }
}
.scrollForm-pc--contact.-line {
  text-align: center;
  background-color: #06c755;
  writing-mode: horizontal-tb;
  line-height: 110%;
}

.scrollForm-sp {
  position: sticky;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
  opacity: 1 !important;
  transition: opacity 1s;
  display: flex;
}
@media screen and (min-width: 390px) and (max-width: 768px) {
  .scrollForm-sp {
    height: 77px;
  }
}
.scrollForm-sp.hidden {
  opacity: 0 !important;
  pointer-events: none;
}
.scrollForm-sp a {
  flex: 1;
}
.scrollForm-sp a:not(:first-child) {
  border-left: 1px solid #fff;
}
.scrollForm-sp a.-contact {
  background-color: #eb594f;
}
.scrollForm-sp a.-line {
  background-color: #06c755;
}
.scrollForm-sp a.-tel {
  background-color: #000000;
}
.scrollForm-sp a img {
  display: block;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 390px) and (max-width: 768px) {
  .scrollForm-sp a {
    height: 100%;
  }
  .scrollForm-sp a img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.imagelightbox-arrow {
  background-color: #fff !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon_bg-arrow-border.svg");
}
@media screen and (max-width: 768px) {
  .imagelightbox-arrow {
    width: 2.5em;
    height: 2.5em;
  }
}
.imagelightbox-arrow::before {
  content: none !important;
}
.imagelightbox-arrow-left {
  transform: rotate(180deg);
  left: 1.5em !important;
}
.imagelightbox-arrow-right {
  right: 1.5em !important;
}

.header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 8px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .header .container {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header .container {
    gap: 16px;
  }
}
.header h1 {
  display: block;
  width: 48px;
}
.header__burger {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition-property: gap;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header__burger span {
  width: 40px;
  height: 4px;
  background-color: #000000;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.header__burger.open {
  gap: 0;
}
.header__burger.open span:nth-child(1) {
  transform: rotate(-30deg) translateY(4px);
}
.header__burger.open span:nth-child(2) {
  opacity: 0;
}
.header__burger.open span:nth-child(3) {
  transform: rotate(30deg) translateY(-4px);
}
@media screen and (min-width: 769px) {
  .header__nav {
    margin-left: auto;
  }
  .header__nav ul {
    display: flex;
    gap: 24px;
  }
  .header__nav ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding-bottom: 0.2em;
    display: block;
    position: relative;
    font-size: 14px;
  }
  .header__nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #eb594f;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  }
  .header__nav ul li a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: var(--header-height);
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
  }
  .header__nav:not(.open) + .header__nav__cover {
    opacity: 0;
    pointer-events: none;
  }
  .header__nav ul {
    display: flex;
    flex-direction: column;
    padding: 0 16px 10px;
    background-color: #ffffff;
    height: 100vh;
  }
  .header__nav ul li:not(:first-child) {
    border-top: 1px solid #e8e8e8;
  }
  .header__nav ul li a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    padding: 0.5em 0;
  }
}
@media screen and (min-width: 769px) {
  .header__nav__spcta {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__nav__spcta {
    text-align: center;
  }
  .header__nav__spcta img {
    width: 80%;
    height: auto;
    margin: 20px auto 0px auto;
  }
}
@media screen and (min-width: 769px) {
  .header__nav__cover {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__nav__cover {
    z-index: 50;
    position: fixed;
    inset: var(--header-height) 0 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    background-color: rgba(0, 0, 0, 0.3);
    transition-property: opacity;
    transition-duration: 0.3s;
  }
}
.header.scrolled {
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
}

.main {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .main__image,
  .main__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .main__image img {
    object-fit: cover;
    object-position: top;
  }
}
@media screen and (min-width: 769px) {
  /* .main__cta {
    position: absolute;
    z-index: 2;
    margin: auto 0;
    display: flex;
    gap: 3.333%;
    inset: 4% 7.65% 0 auto;
    width: 21.6%;
    height: fit-content;
  } */
}
@media screen and (max-width: 768px) {
  .main__cta {
    width: calc(100% - 32rem);
    margin-top: 127.125vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.6666666667vw;
  }
}
/* .main__cta__item {
  position: relative;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.12));
  background-color: #ffffff;
} */
/* @media screen and (min-width: 769px) {
  .main__cta__item {
    padding: 2.05em 5.8% 1.75em;
    border-radius: 12px;
  }
} */
@media screen and (max-width: 768px) {
  .main__cta__item {
    border-radius: 12rem;
    padding: 34.8rem 28.7rem 31.5rem;
  }
}
.main__cta__item__heading {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* @media screen and (min-width: 769px) {
  .main__cta__item__heading {
    width: 71.3%;
    left: 4%;
    transform: translateY(-39%);
  }
} */
@media screen and (max-width: 768px) {
  .main__cta__item__heading {
    width: 64%;
    transform: translateY(-32%);
  }
}
.main__cta__item__heading img {
  display: block;
}
.main__cta__item__btn {
  position: absolute;
  margin: 0 auto;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.12));
}
@media screen and (min-width: 769px) {
  .main__cta__item__btn {
    inset: auto 0 6.5%;
    width: 89.6%;
  }
}
@media screen and (max-width: 768px) {
  .main__cta__item__btn {
    inset: auto 0 8.5%;
    width: 76%;
  }
}
.main__cta__form {
  font-size: 12rem;
  line-height: 1.4166666667;
}
@media screen and (min-width: 769px) {
  .main__cta__form fieldset:not(:first-child) {
    margin-top: 0.66em;
  }
}
@media screen and (max-width: 768px) {
  .main__cta__form fieldset:not(:first-child) {
    margin-top: 0.7em;
  }
}
.main__cta__form label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
.main__cta__form legend {
  margin-bottom: 0.23em;
  padding: 0 0.18em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.main__cta__form input[type=text],
.main__cta__form input[type=password] {
  border: 2px solid #c0c0c0;
  padding: calc(1em - 2px);
  border-radius: 0.5em;
}
.main__cta__form input[type=checkbox] {
  border: 2px solid #c0c0c0 !important;
  width: 1.6666666667em;
  height: 1.6666666667em;
  border-radius: 0.3333333333em;
}
@media screen and (min-width: 769px) {
  .main__cta__form p:not(:first-child),
  .main__cta__form p + * {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .main__cta__form p:not(:first-child),
  .main__cta__form p + * {
    margin-top: 1.1em !important;
  }
}
.main__cta__form p a {
  color: inherit;
}
/* .main__cta__form button {
  font-size: 1.3333333333em;
  padding: 0.5em;
  border-radius: 3em;
  line-height: 1.5em;
  background-color: #eb594f;
  color: #ffffff;
  text-align: center;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 1em;
  width: 100%;
} */
/* .main__cta__form > a {
  margin-top: 1.3333333333em;
  color: #eb594f;
  display: block;
  text-align: center;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
} */
/* .main .swiper-button-prev {
  left: 2%;
}
.main .swiper-button-next {
  right: 2%;
} */

.resolve {
  background-color: #fff1db;
}
@media screen and (min-width: 769px) {
  .resolve {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .resolve {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .resolve__heading {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .resolve__heading {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.resolve h2 {
  text-align: center;
  line-height: 1.51;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .resolve h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .resolve h2 {
    font-size: 24px;
  }
}
.resolve h2::before {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .resolve__logo {
    max-width: 200px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .resolve__logo {
    width: 56px;
    position: absolute;
    left: -4px;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .resolve .temp-frame {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .resolve .temp-frame {
    margin-top: 58px;
  }
}
.resolve .temp-frame p {
  text-align: center;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .resolve .temp-frame p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .resolve .temp-frame p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .resolve .temp-frame figure {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .resolve .temp-frame figure {
    margin-top: 20px;
  }
}

.reason {
  background-color: #fffceb;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .reason {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.reason h2 {
  line-height: 1.51;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .reason h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .reason h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .reason h2 + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .reason h2 + * {
    margin-top: 40px;
  }
}
.reason__image {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.04));
}
.reason__image-catch {
  line-height: 1.6;
  /*vertical-align: bottom;*/
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .reason__image-catch {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .reason__image-catch {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .reason__image-catch {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .reason__image-catch {
    margin-top: 12px;
  }
}
.reason__image-catch strong {
  vertical-align: inherit;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .reason__image-catch strong {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 768px) {
  .reason__image-catch strong {
    font-size: 2.4em;
  }
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .reason__list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list {
    padding-top: 32px;
  }
}
.reason__list__item {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.04));
}
@media screen and (min-width: 769px) {
  .reason__list__item {
    padding: 40px 82px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item {
    padding: 40px 29px 0;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto 1fr;
  }
}
.reason__list__item__icon {
  position: absolute;
  background-color: #ffa336;
  border-radius: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .reason__list__item__icon {
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item__icon {
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item__icon {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item__icon {
    left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item__icon {
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item__icon {
    top: -32px;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item__icon {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item__icon {
    width: 64px;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item__icon {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item__icon {
    height: 64px;
  }
}
.reason__list__item__icon small {
  font-size: 0.5833333333em;
  font-weight: inherit;
}
.reason__list__item h3 {
  padding-bottom: 12px;
  line-height: 1.51;
  border-bottom: 2px solid #f7f7f7;
}
@media screen and (min-width: 769px) {
  .reason__list__item h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item h3 {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) {
  .reason__list__item h3 {
    text-indent: -1.625em;
    padding-left: 1.625em;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item h3 {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.reason__list__item h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-0.1em);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon_check.svg");
}
@media screen and (min-width: 769px) {
  .reason__list__item h3::before {
    width: 1.375em;
    height: 1.25em;
    margin-right: 0.25em;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item h3::before {
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
  }
}
.reason__list__item p {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .reason__list__item__image {
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 768px) {
  .reason__list__item__image {
    margin-top: 4px;
    width: 63.5%;
    margin-left: auto;
    margin-right: auto;
  }
}
.reason__more {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .reason__more {
    margin-bottom: 40px;
  }
}
.reason__more__title {
  color: #ffa336;
  text-align: center;
  display: block;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .reason__more__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__title {
    font-size: 20px;
  }
}
.reason__more__title::before, .reason__more__title::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  transform-origin: bottom center;
}
@media screen and (min-width: 769px) {
  .reason__more__title::before, .reason__more__title::after {
    width: 6px;
    height: 33px;
    border-width: 33px 3px 0;
    border-color: #ffa336 transparent transparent;
    border-style: solid;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__title::before, .reason__more__title::after {
    width: 4px;
    height: 23px;
    border-width: 23px 2px 0;
    border-color: #ffa336 transparent transparent;
    border-style: solid;
  }
}
@media screen and (min-width: 769px) {
  .reason__more__title::before {
    margin-right: 0.5em;
    transform: translateY(-0.15em) rotate(-32deg);
  }
}
@media screen and (max-width: 768px) {
  .reason__more__title::before {
    margin-right: 4px;
    transform: rotate(-32deg);
  }
}
@media screen and (min-width: 769px) {
  .reason__more__title::after {
    margin-left: 0.5em;
    transform: translateY(-0.15em) rotate(32deg);
  }
}
@media screen and (max-width: 768px) {
  .reason__more__title::after {
    margin-left: 4px;
    transform: rotate(32deg);
  }
}
.reason__more__list {
  display: flex;
}
@media screen and (min-width: 769px) {
  .reason__more__list {
    padding-top: 30px;
    gap: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list {
    padding-top: 20px;
    flex-direction: column;
    gap: 36px;
    margin-top: 12px;
  }
}
.reason__more__list__item {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .reason__more__list__item {
    border-width: 8px;
    padding: 58px 24px 11px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item {
    border-radius: 24px;
    padding: 46px 21px 11px;
  }
}
.reason__more__list__item .temp-frame__title {
  transform: translateY(-50%) translateY(-4px);
}
@media screen and (min-width: 769px) {
  .reason__more__list__item .temp-frame__title {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item .temp-frame__title {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 16px;
    line-height: 2.19;
  }
}
.reason__more__list__item p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .reason__more__list__item p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item p {
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .reason__more__list__item p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item p {
    font-size: 14px;
  }
}
.reason__more__list__item p marker {
  background: linear-gradient(transparent 60%, #ffdd39 0);
}
@media screen and (min-width: 769px) {
  .reason__more__list__item p.--L {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item p.--L {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item p.--L + figure {
    margin-top: 20px;
    max-width: 248px;
  }
}
.reason__more__list__item figure {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .reason__more__list__item figure {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .reason__more__list__item figure {
    margin-top: 12px;
  }
}

@media screen and (min-width: 769px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.flow h2 {
  line-height: 1.51;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .flow h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .flow h2 + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .flow h2 + * {
    margin-top: 40px;
  }
}
.flow .swiper-cover {
  margin-top: 30px;
}
.flow__list {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .flow__list {
    gap: 16px;
  }
}
.flow__item {
  background-color: #fffceb;
  position: relative;
}
@media screen and (min-width: 769px) {
  .flow__item {
    padding: 48px 103px 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding: 48px 8px;
  }
}
@media screen and (min-width: 769px) {
  .flow__item {
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.12));
  }
}
@media screen and (max-width: 768px) {
  .flow__item {
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.12));
  }
}
.flow__item > b {
  width: 120px;
  height: 120px;
  color: #ffa336;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  background-color: inherit;
  border-radius: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.5em;
  margin: 0 auto;
  transform: translateY(-50%);
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__item > b {
    width: 100px;
    height: 100px;
  }
}
.flow__item > b small {
  font-size: 0.5em;
  display: block;
  font-weight: inherit;
}
.flow__item > * {
  position: relative;
  z-index: 2;
}
.flow__item > h3 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__item > h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .flow__item > h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .flow__item > h3 {
    line-height: 1.096875em;
  }
}
@media screen and (max-width: 768px) {
  .flow__item > h3 {
    line-height: 1.4625em;
  }
}
.flow__item > h3 small {
  font-weight: inherit;
  display: block;
}
@media screen and (min-width: 769px) {
  .flow__item > h3 small {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .flow__item > h3 small {
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .flow__item > h3 small {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .flow__item > h3 small {
    font-size: 0.5833em;
  }
}
@media screen and (min-width: 769px) {
  .flow__item > h3 small {
    margin-top: 0.2em;
  }
}
.flow__item > p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .flow__item > p {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .flow__item > p {
    margin-top: 20px;
  }
}
.flow__item > p strong {
  font-size: 1.25em;
}
.flow__item > figure {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .flow__image {
    display: flex;
    inset: 0;
    width: 100%;
    gap: 9%;
    z-index: 2;
    aspect-ratio: 2.5842217484;
  }
  .flow__image__bg {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  figure:has(.flow__image) {
    position: relative;
  }
  .flow__image figure {
    flex: 1;
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .flow__image figure a {
    display: block;
    transition: background-color 0.3s;
    height: 100%;
  }
  .flow__image figure a:hover {
    background-color: rgba(255, 252, 235, 0.5);
  }
}
.flow__note {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 32px;
}
.flow__note > b {
  width: fit-content;
  display: block;
  margin: 0 auto;
  background-color: #ffa336;
  text-align: center;
  color: #ffffff;
  border-radius: 3em;
  line-height: 1.4583333333;
}
@media screen and (min-width: 769px) {
  .flow__note > b {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__note > b {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .flow__note > b {
    padding: 0.333em 1.333em;
  }
}
@media screen and (max-width: 768px) {
  .flow__note > b {
    padding: 0.4em 1.333em;
  }
}
.flow__note__content {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}
.flow__note__content ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .flow__note__content ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow__note__content ul li {
    font-size: 14px;
  }
}
.flow__note__content ul li:not(:first-child) {
  margin-top: 4px;
}
.flow__note__content p {
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .flow__note__content p {
    line-height: 1.8;
  }
}
.flow__cta {
  margin-top: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  background-color: #ffffff;
  border: 5px solid #ffa336;
}
@media screen and (min-width: 769px) {
  .flow__cta {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .flow__cta {
    padding: 15px 6px;
  }
}
.flow__cta > b {
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .flow__cta > b {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__cta > b {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .flow__cta > b {
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .flow__cta > b {
    line-height: 1.7857142857em;
  }
}
.flow__cta__figure {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .flow__cta__figure {
    width: 486px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: center;
    grid-template-columns: 90px auto;
    grid-template-rows: auto 1fr;
    gap: 4px 16px;
  }
  .flow__cta__figure .--image {
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 768px) {
  .flow__cta__figure {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow__cta__figure .--image,
  .flow__cta__figure .--fukidashi,
  .flow__cta__figure .--btn {
    display: block;
  }
  .flow__cta__figure .--image {
    max-width: 90px;
  }
  .flow__cta__figure .--fukidashi {
    margin-top: 16px;
  }
  .flow__cta__figure .--btn {
    margin-top: 4px;
  }
}
.flow__cta__figure .--btn {
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.12));
}
.flow__cta > p {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  font-size: 12px;
}
.flow .swiper {
  overflow: hidden;
}
.flow .swiper-button-prev::after, .flow .swiper-button-next::after {
  background-image: url("../img/icon_bg-arrow-border.svg");
}
.flow .swiper-button-prev {
  left: 1.5%;
}
.flow .swiper-button-next {
  right: 1.5%;
}
.flow .swiper-slide {
  display: flex;
  align-items: center;
}

.case {
  background-color: #f7f7f7;
}
@media screen and (min-width: 769px) {
  .case {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .case {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.case h2 {
  line-height: 1.51;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .case h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .case h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .case h2 + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .case h2 + * {
    margin-top: 40px;
  }
}
.case h3 {
  text-align: center;
  line-height: 1.51;
}
@media screen and (min-width: 769px) {
  .case h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .case h3 {
    font-size: 16px;
  }
}
.case .swiper-cover {
  margin-top: 22px;
}
.case__list {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .case__list {
    flex-direction: column;
  }
}
.case__item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 32px 20px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: auto 1fr;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .case__item {
    flex: 1;
  }
}
.case__item h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.case__item h4 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
.case__item h4 strong {
  color: #ffa336;
  font-size: 20px;
  line-height: 1.51;
}
.case__item p {
  grid-column: 1/span 2;
  line-height: 1.7857142857em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.faq {
  background-color: #fff1db;
}
@media screen and (min-width: 769px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.faq h2 {
  line-height: 1.51;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .faq h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .faq h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .faq h2 + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .faq h2 + * {
    margin-top: 40px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__list li b,
.faq__list li p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .faq__list li b,
  .faq__list li p {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list li b,
  .faq__list li p {
    gap: 8px;
  }
}
@media screen and (min-width: 769px) {
  .faq__list li b,
  .faq__list li p {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list li b,
  .faq__list li p {
    padding: 12px 16px;
  }
}
.faq__list li b > span,
.faq__list li p > span {
  flex: 1;
}
.faq__list li b::before,
.faq__list li p::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #ffffff;
  border-radius: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .faq__list li b::before,
  .faq__list li p::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-bottom: 0.15em;
  }
}
@media screen and (max-width: 768px) {
  .faq__list li b::before,
  .faq__list li p::before {
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding-bottom: 0.25em;
  }
}
.faq__list li b {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .faq__list li b {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list li b {
    font-size: 16px;
  }
}
.faq__list li b::before {
  content: "Q";
  background-color: #ffa336;
}
.faq__list li b::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 769px) {
  .faq__list li b::after {
    width: 45px;
    height: 45px;
    background-image: url("../img/icon_arrow.svg");
  }
}
@media screen and (max-width: 768px) {
  .faq__list li b::after {
    width: 28px;
    height: 28px;
    background-image: url("../img/icon_arrow-sp.svg");
  }
}
.faq__list li b.open::after {
  transform: rotate(180deg);
}
.faq__list li .--answer-wrapper {
  margin-top: 8px;
  overflow: hidden;
  height: 0;
  transition-property: height, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.faq__list li .--answer-wrapper:not(.open) {
  margin-top: 0;
}
.faq__list li p {
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .faq__list li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq__list li p {
    font-size: 12px;
  }
}
.faq__list li p::before {
  content: "A";
  background-color: #eb594f;
  align-self: flex-start;
}

.company {
  background-color: #f7f7f7;
}
@media screen and (min-width: 769px) {
  .company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.company h2 {
  line-height: 1.51;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .company h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .company h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .company h2 + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .company h2 + * {
    margin-top: 40px;
  }
}
.company h3 {
  text-align: center;
  line-height: 1.51;
  font-size: 16px;
}
.company__table {
  margin-top: 32px;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 769px) {
  .company__table {
    padding: 40px 120px;
  }
}
@media screen and (max-width: 768px) {
  .company__table {
    padding: 40px 24px;
  }
}
.company__table table th,
.company__table table td {
  vertical-align: top;
  padding-bottom: 20px;
  text-align: left;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .company__table table th,
  .company__table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .company__table table th,
  .company__table table td {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .company__table table th {
    width: 137px;
  }
}
@media screen and (max-width: 768px) {
  .company__table table th {
    width: 92px;
  }
}
@media screen and (min-width: 769px) {
  .company__table table tr:not(:first-child) th,
  .company__table table tr:not(:first-child) td {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .company__table table tr:not(:first-child) th,
  .company__table table tr:not(:first-child) td {
    padding-top: 24px;
  }
}
.company__table table tr:not(:last-child) th,
.company__table table tr:not(:last-child) td {
  border-bottom: 1px solid #e8e8e8;
}

.footer {
  background-color: #434343;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 40px;
  }
}

.copyright {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}

/*202412流れ部分レイアウト変更*/
.flow__item__container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow__item__container {
    display: block;
  }
}
.flow__item__container__left {
  width: 35%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .flow__item__container__left {
    width: 50%;
    margin: 0 auto;
    padding-right: 0px;
  }
}
.flow__item__container__left img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flow__item__container__left img {
    margin-right: -10%;
  }
}
.flow__item__container__right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .flow__item__container__right {
    width: 100%;
    padding: 0px 20px;
  }
}
.flow__item__container__right h3 {
  font-size: 32px;
  font-weight: 700;
}
.flow__item__container__right h3 small {
  font-size: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__item__container__right h3 small {
    display: block;
  }
}
.flow__item__container__right strong {
  display: block;
  margin-bottom: 10px;
}
.flow__item__container__right p {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.flow__item__container__right p small {
  line-height: 1.4em;
  display: block;
  margin-top: 10px;
}

#first_cta .cta {
  background-image: none !important;
  background-color: #fffceb;
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}

@media screen and (min-width: 769px) {
  #formSteps {
    display: flex;
    transition: transform 0.4s ease;
  }
  .form-step {
    width: 100%;
    flex-shrink: 0;
  }
  .main__cta {
    width: 24%;
    height: fit-content;
    position: absolute;
    top: 25%;
    right: 7.5%;
  }
  .main__cta__item__heading {
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-39%);
  }
  .main__cta__item {
    position: relative;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    border-radius: 10px;
  }
  .main__cta__form {
    padding: 2vw 2vw 2vw;
  }
  input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
    border: 2px solid #c0c0c0;
    padding: calc(1em - 2px);
    border-radius: 0.5em;
  }
  .main__cta__form label:has(input[type=checkbox]) > span {
    font-size: 0.85vw;
  }
  .main__cta__form label:has(input[type=checkbox]) > span a {
    border-bottom: 1px solid #111;
    font-weight: bold;
  }
  .form-login {
    text-align: center;
  }
  .form-login a {
    text-align: center;
    margin: 0 auto;
    color: #EB594F;
    font-size: 0.8vw;
    text-align: center;
    border-bottom: 1px solid #EB594F;
    font-weight: bold;
  }
  sup {
    color: #fff;
    background: #EB594F;
    font-size: 0.6vw;
    padding: 0.2vw 0.3vw;
    top: -0.2vw;
    left: 0.5vw;
  }
  .hidden {
    display: none;
  }
  .form-step {
    display: none;
  }
  .form-step:first-child {
    display: block;
  }
  .form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-next {
    background: #EB594F;
    color: white;
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1;
    padding: 0.9vw 2.5vw 0.9vw 1.5vw;
    border-radius: 100vmax;
    position: relative;
    margin: 1.8vw auto 1.8vw;
  }
  .btn-next:after {
    display: block;
    content: "";
    width: 0.5vw;
    height: 1vw;
    background-image: url(../img/arrow_next.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1vw;
    right: 1.1vw;
  }
  .btn-prev {
    color: #000;
    background: #E4E4E4;
    border-radius: 100vmax;
    font-size: 1vw;
    font-weight: bold;
    line-height: 1;
    padding: 0.5vw 1.3vw 0.5vw 2.5vw;
    position: relative;
  }
  .btn-prev:before {
    display: block;
    content: "";
    width: 0.6vw;
    height: 1.1vw;
    background-image: url(../img/arrow_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.5vw;
    left: 1.1vw;
  }
  .btn-submit {
    background: #EB594F;
    color: white;
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1;
    padding: 1vw 1.5vw;
    border-radius: 100vmax;
    position: relative;
    margin: 0.8vw auto 0.6vw;
  }
  /* プログレスバー */
  .form-progress-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 0.7vw;
    background: #F0F0F0;
    border-radius: 0 0 10px 10px;
    padding: 1vw 2vw;
  }
  .form-progress-bar {
    width: 100%;
    height: 1vw;
    background-color: #fff;
    border: solid #D9D9D9 2px;
    border-radius: 100vmax;
    overflow: hidden;
    padding: 1px;
  }
  .form-progress-inner {
    height: 100%;
    width: 0%;
    background-color: #999999;
    border-radius: 100vmax;
    transition: width 0.3s ease;
  }
  .form-progress-count {
    text-align: right;
    font-size: 0.7vw;
    color: #333;
  }
}

@media screen and (max-width: 768px) {
  #formSteps {
    display: flex;
    transition: transform 0.4s ease;
  }
  .form-step {
    width: 100%;
    flex-shrink: 0;
  }
  .main__cta {
    margin-top: 156vw;
  }
  .main__cta__item__heading {
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-39%);
  }
  .main__cta__item {
    position: relative;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0;
  }
  .main__cta__form {
    padding: 33rem 28rem 25rem;
  }
  input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
    border: 2px solid #c0c0c0;
    padding: calc(1em - 2px);
    border-radius: 0.5em;
  }
  .main__cta__form label:has(input[type=checkbox]) > span {
    font-size: 12rem;
  }
  .main__cta__form label:has(input[type=checkbox]) > span a {
    border-bottom: 1px solid #111;
    font-weight: bold;
  }
  .form-login {
    text-align: center;
  }
  .form-login a {
    text-align: center;
    margin: 0 auto;
    color: #EB594F;
    font-size: 12rem;
    text-align: center;
    border-bottom: 1px solid #EB594F;
    font-weight: bold;
  }
  sup {
    color: #fff;
    background: #EB594F;
    font-size: 9rem;
    padding: 3rem 4rem;
    top: -2rem;
    left: 6rem;
  }
  .hidden {
    display: none;
  }
  .form-step {
    display: none;
  }
  .form-step:first-child {
    display: block;
  }
  .form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btn-next {
    background: #EB594F;
    color: white;
    font-size: 15rem;
    font-weight: bold;
    line-height: 1;
    padding: 14rem 35rem 14rem 20rem;
    border-radius: 100vmax;
    position: relative;
    margin: 27rem auto 26rem;
  }
  .btn-next:after {
    display: block;
    content: "";
    width: 8rem;
    height: 16rem;
    background-image: url(../img/arrow_next.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 16rem;
    right: 18rem;
  }
  .btn-prev {
    color: #000;
    background: #E4E4E4;
    border-radius: 100vmax;
    font-size: 15rem;
    font-weight: bold;
    line-height: 1;
    padding: 7rem 20rem 7rem 32rem;
    position: relative;
  }
  .btn-prev:before {
    display: block;
    content: "";
    width: 7rem;
    height: 15rem;
    background-image: url(../img/arrow_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10rem;
    left: 15rem;
  }
  .btn-submit {
    background: #EB594F;
    color: white;
    font-size: 15rem;
    font-weight: bold;
    line-height: 1;
    padding: 14rem 20rem 14rem 20rem;
    border-radius: 100vmax;
    position: relative;
    margin: 15rem auto 10rem;
  }
  /* プログレスバー */
  .form-progress-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10rem;
    background: #F0F0F0;
    border-radius: 0 0 10px 10px;
    padding: 20rem 28rem 20rem;
  }
  .form-progress-bar {
    width: 100%;
    height: 14rem;
    background-color: #fff;
    border: solid #D9D9D9 2px;
    border-radius: 100vmax;
    overflow: hidden;
    padding: 1px;
  }
  .form-progress-inner {
    height: 100%;
    width: 0%;
    background-color: #999999;
    border-radius: 100vmax;
    transition: width 0.3s ease;
  }
  .form-progress-count {
    text-align: right;
    font-size: 10rem;
    color: #333;
    line-height: 1;
  }
}




