@charset "UTF-8";
/*
Template: swell
Theme Name: Custom SWELL Child
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ。オリジナルデザインを適用。
Version: 1.0.1
Author: Voleur .Inc
Author URI: https://www.voleur.co.jp/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ===== foundation ===== */
/* 基準を1rem=10pxに設定*/
html {
  scroll-behavior: smooth;
}

body {
  max-width: 1920px;
  min-width: 1255px;
  margin: 0 auto;
  padding: 0;
  background-color: #f8f8f8;
}
@media (max-width: 1080px) {
  body {
    min-width: initial;
  }
}

section {
  margin: 2.5% 0;
}
@media (max-width: 780px) {
  section {
    margin: 10% 0;
  }
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #FF0F47;
}

.Br-p {
  display: block;
}
@media (max-width: 450px) {
  .Br-p {
    display: none;
  }
}

.Br-l {
  display: none;
}
@media (max-width: 1550px) {
  .Br-l {
    display: block;
  }
}

.Br-m {
  display: none;
}
@media (max-width: 1280px) {
  .Br-m {
    display: block;
  }
}

.Br {
  display: none;
}
@media (max-width: 450px) {
  .Br {
    display: block;
  }
}

.wrapper {
  padding: 0 24rem;
}
@media (max-width: 1550px) {
  .wrapper {
    padding: 0 5%;
  }
}
@media (max-width: 780px) {
  .wrapper {
    padding: 0 2.5%;
  }
}

.wrapper--large {
  padding: 0 15rem;
}
@media (max-width: 1550px) {
  .wrapper--large {
    padding: 0 2.5%;
  }
}
@media (max-width: 780px) {
  .wrapper--large {
    padding: 0 1%;
  }
}

/* img */
img {
  display: block;
}

.back-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img-cover {
  --z-index: 0;
  position: relative;
  z-index: var(--z-index);
  overflow: hidden;
}
.img-cover::after {
  content: "";
  position: absolute;
  z-index: calc(var(--z-index) + 1);
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
}

/* display */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 780px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-top-spacer {
  display: block;
  width: 100%;
  height: 200px;
  background: #FFF9DB;
}
@media (max-width: 780px) {
  .page-top-spacer {
    height: 120px;
  }
}

#main_content {
  margin: 90px auto;
}
@media (max-width: 780px) {
  #main_content {
    margin: 30px auto;
    padding: 0 5%;
  }
}

/* block */
@media (max-width: 780px) {
  .pc-block {
    display: none;
  }
}

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

/* ===== typography ===== */
@font-face {
  font-family: "line seed JP";
  src: url(font/LINESeedJP_OTF_Bd.woff2) format("woff2"), url(font/LINESeedJP_OTF_Bd.woff) format("woff"), url(font/LINESeedJP_TTF_Bd.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "line seed JP";
  src: url(font/LINESeedJP_OTF_Rg.woff2) format("woff2"), url(font/LINESeedJP_OTF_Rg.woff) format("woff"), url(font/LINESeedJP_TTF_Rg.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "k-font";
  src: url(font/k-font.woff2) format("woff2"), url(font/k-font.woff) format("woff"), url(font/k-font.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "line seed JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.6;
}

h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.1em;
}
@media (max-width: 1550px) {
  h1 {
    font-size: 5rem;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 780px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 6rem;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.1em;
}
@media (max-width: 1550px) {
  h2 {
    font-size: 5rem;
  }
}
@media (max-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 780px) {
  h2 {
    font-size: 2.5rem;
  }
}

.p-front-wic__main, .p-front-strength__deco-txt, .p-help-issues__item {
  font-family: "k-font", "Yu Gothic", "Meiryo", sans-serif;
}

/* ===== margin ===== */
.u-mb {
  margin-bottom: 90px;
}

/* ===== text ===== */
.u-txt--red {
  color: #FF0F47;
}

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

.u-heading-txt span {
  display: block;
  font-size: 6rem;
  font-weight: 700;
}
.u-heading-txt h2 {
  font-size: 2rem;
  font-weight: 400;
}

.u-point-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em 0.15em;
  background: #fff;
  border: solid 2px #707070;
  border-radius: 1em;
  line-height: 1.6;
  font-size: 3.5rem;
}
@media (max-width: 1550px) {
  .u-point-txt {
    font-size: 3rem;
  }
}
@media (max-width: 780px) {
  .u-point-txt {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .u-point-txt {
    font-size: 1.4rem;
    padding: 0.25em 0.5em 0.15em;
  }
}

.u-target-txt {
  width: 100%;
  aspect-ratio: 1/1;
  background: #707070;
  border-radius: 50%;
}
.u-target-txt p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.u-target-txt p span {
  display: block;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 780px) {
  .u-target-txt p span {
    font-size: 0.9rem;
  }
}

.u-heading-cl {
  text-align: center;
}
.u-heading-cl .c-cl--main {
  font-weight: 700;
  letter-spacing: -0.025em;
}
.u-heading-cl .txt-ls {
  font-weight: 700;
  letter-spacing: -0.1em;
}

.u-heading-grad {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1em;
  border-radius: 1rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#F5DD60), to(#FDA085));
  background: linear-gradient(to right, #F5DD60, #FDA085);
  font-size: 4rem;
  font-weight: 700;
}
.u-heading-grad span {
  letter-spacing: -0.05em;
  font-weight: 700;
}
@media (max-width: 780px) {
  .u-heading-grad {
    font-size: 3rem;
  }
}

/* ===== line ===== */
.c-cl--main {
  position: relative;
  display: inline-block;
}
.c-cl--main::after {
  position: absolute;
  z-index: -1;
  left: -0.5em;
  right: -0.5em;
  bottom: 0;
  content: "";
  height: 0.3em;
  margin-bottom: 0.2em;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(#F5DD60), to(#FDA085));
  background: linear-gradient(to right, #F5DD60, #FDA085);
}

.c-cl--yellow {
  position: relative;
  z-index: 0;
}
.c-cl--yellow::after {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: -5%;
  content: "";
  display: inline-block;
  width: 110%;
  height: 30%;
  border-radius: 1em;
  background: #FFDB54;
}

.c-cl--bg-red {
  color: #FF0F47;
}

/* ===== shape ===== */
.c-triangle {
  width: 100%;
  height: 150px;
  background: url(images/svg/triangle-bg.svg) no-repeat center center/cover;
}
@media (max-width: 780px) {
  .c-triangle {
    height: 60px;
  }
}

.c-triangle-2 {
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 60px solid #c3c3c3;
}

.c-form-line {
  width: 100%;
  height: 2px;
  background: #c3c3c3;
}

/* ===== button ===== */
.c-outer-menu {
  position: fixed;
  z-index: 990;
  top: 2.5%;
  right: 10%;
}
@media (max-width: 780px) {
  .c-outer-menu {
    top: 4%;
    right: 20%;
  }
}
.c-outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 991;
  cursor: pointer;
  width: 90px;
  height: 90px;
  opacity: 0;
}
@media (max-width: 780px) {
  .c-outer-menu .checkbox-toggle {
    width: 60px;
    height: 60px;
  }
}
.c-outer-menu .checkbox-toggle:checked + .c-menu-hamburger > div {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-outer-menu .checkbox-toggle:checked + .c-menu-hamburger > div span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.c-outer-menu .checkbox-toggle:checked + .c-menu-hamburger > div span:nth-child(2) {
  opacity: 0;
}
.c-outer-menu .checkbox-toggle:checked + .c-menu-hamburger > div span:nth-child(3) {
  top: 45%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-outer-menu .checkbox-toggle:checked + .c-menu-hamburger > span:nth-child(2) {
  opacity: 0;
}
.c-outer-menu .checkbox-toggle:checked + .c-menu-hamburger > span:nth-child(3) {
  opacity: 1;
}
.c-outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.c-outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.c-outer-menu .checkbox-toggle:checked ~ .menu > div > nav {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.c-outer-menu .checkbox-toggle:hover + .c-menu-hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-outer-menu .checkbox-toggle:checked:hover + .c-menu-hamburger > div {
  -webkit-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}
.c-outer-menu .c-menu-hamburger {
  position: absolute;
  z-index: 990;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 1px #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FFDB54), to(#FF0F47));
  background: linear-gradient(to right, #FFDB54, #FF0F47);
  cursor: pointer;
}
@media (max-width: 780px) {
  .c-outer-menu .c-menu-hamburger {
    width: 60px;
    height: 60px;
  }
}
.c-outer-menu .c-menu-hamburger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: solid 1px #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 780px) {
  .c-outer-menu .c-menu-hamburger::after {
    width: 60px;
    height: 60px;
  }
}
.c-outer-menu .c-menu-hamburger > div {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 45px;
  height: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 780px) {
  .c-outer-menu .c-menu-hamburger > div {
    width: 30px;
    height: 30px;
  }
}
.c-outer-menu .c-menu-hamburger > div span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-outer-menu .c-menu-hamburger > div span:nth-child(1) {
  top: 25%;
}
.c-outer-menu .c-menu-hamburger > div span:nth-child(2) {
  top: 50%;
}
.c-outer-menu .c-menu-hamburger > div span:nth-child(3) {
  top: 75%;
}
.c-outer-menu .c-menu-hamburger > span {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .c-outer-menu .c-menu-hamburger > span {
    font-size: 1.2rem;
  }
}
.c-outer-menu .c-menu-hamburger > span:nth-child(2) {
  opacity: 1;
}
.c-outer-menu .c-menu-hamburger > span:nth-child(3) {
  opacity: 0;
}
.c-outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.c-outer-menu .menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200vw;
  height: 200vw;
  color: #222;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 219, 84, 0.95)), to(rgba(255, 15, 71, 0.95)));
  background: linear-gradient(to right, rgba(255, 219, 84, 0.95), rgba(255, 15, 71, 0.95));
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.c-outer-menu .menu > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.c-outer-menu .menu > div > nav > .main-menu {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.c-outer-menu .menu > div > nav > .main-menu > li {
  display: block;
  padding: 0;
  margin: 1em;
  font-size: 2.4rem;
}
@media (max-width: 780px) {
  .c-outer-menu .menu > div > nav > .main-menu > li {
    font-size: 1.8rem;
  }
}
.c-outer-menu .menu > div > nav > .main-menu > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.c-outer-menu .menu > div > nav > .main-menu > li > a:hover {
  color: #FFDB54;
}
.c-outer-menu .menu > div > nav > .main-menu > li > a:hover:after {
  width: 100%;
}
.c-outer-menu .menu > div > nav > .main-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 3px;
  background: #e5e5e5;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.c-site-logo {
  width: 250px;
  height: 120px;
}
.c-site-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-site-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 450px) {
  .c-site-logo {
    width: 100%;
    height: 90px;
  }
}

.c-consult-btn {
  width: 350px;
  height: 120px;
  background: #FFF9DB;
  border-radius: 0.5rem;
}
.c-consult-btn a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
}
.c-consult-btn__24h {
  grid-column: 1/5;
  grid-row: 1/2;
  justify-self: start;
  color: #222;
  font-size: 2rem;
  font-weight: 700;
}
.c-consult-btn__logo {
  grid-column: 1/2;
  grid-row: 2/3;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-consult-btn__consult {
  grid-column: 2/5;
  grid-row: 2/3;
  color: #222;
  font-size: 4.5rem;
  font-weight: 700;
}

.c-more-btn {
  position: relative;
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 2em;
  background: -webkit-gradient(linear, left top, right top, from(#FFDB54), to(#FF0F47));
  background: linear-gradient(to right, #FFDB54, #FF0F47);
}
.c-more-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-more-btn:hover::after {
  opacity: 1;
}
.c-more-btn span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.c-more-btn--blue {
  position: relative;
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 2em;
  background: -webkit-gradient(linear, left top, right top, from(#00DFFF), to(#0098FF));
  background: linear-gradient(to right, #00DFFF, #0098FF);
}
.c-more-btn--blue::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-more-btn--blue:hover::after {
  opacity: 1;
}
.c-more-btn--blue span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.c-contact-btn {
  --width: 500px;
  --height: 120px;
  --radius: 2rem;
  --line: solid 1px #c3c3c3;
  --font: 3rem;
  position: relative;
  z-index: 1;
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--width);
  height: var(--height);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 780px) {
  .c-contact-btn {
    --width: 300px;
    --height: 90px;
    --radius: 1.5rem;
    --font: 2rem;
  }
}
.c-contact-btn::after {
  content: "";
  z-index: -1;
  background-color: hsla(0, 0%, 100%, 0.2);
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 1.25em;
  -webkit-transform: translate3d(-1000%, 0, 0) rotate(35deg);
          transform: translate3d(-1000%, 0, 0) rotate(35deg);
}
.c-contact-btn:hover::after {
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translate3d(2800%, 0, 0) rotate(35deg);
          transform: translate3d(2800%, 0, 0) rotate(35deg);
}
.c-contact-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.c-contact-btn:hover::before {
  background: rgba(255, 255, 255, 0.2);
}
.c-contact-btn img {
  width: var(--height);
  height: var(--height);
  border-right: var(--line);
}
.c-contact-btn span {
  margin: 0 auto;
  font-size: var(--font);
  font-weight: 700;
  color: #fff;
}
.c-contact-btn--line {
  background: #06C755;
}
.c-contact-btn--mail {
  background: #c70606;
}
.c-contact-btn--mail img {
  padding: 1.5em;
}
.c-contact-btn--call {
  background: #FFDB54;
}
.c-contact-btn--call img {
  padding: 1.5em;
}
.c-contact-btn--call span {
  color: #222;
}

.c-fixed-btn {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 1em;
}
.c-fixed-btn > img {
  width: 60px;
}
.c-fixed-btn > span {
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.c-fixed-btn--line {
  position: relative;
  background: #06C755;
}
.c-fixed-btn--line::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-fixed-btn--line:hover::after {
  opacity: 1;
}
.c-fixed-btn--mail {
  position: relative;
  background: #c70606;
}
.c-fixed-btn--mail::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-fixed-btn--mail:hover::after {
  opacity: 1;
}
.c-fixed-btn--mail > img {
  padding: 0.5em;
}

/* ===== box ===== */
.c-price-box__txt--red {
  position: relative;
  padding: 0.25em;
  border-radius: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#ffab96), to(#ff0f47));
  background: linear-gradient(to right, #ffab96, #ff0f47);
}
.c-price-box__txt--red span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25em;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 3rem;
  background: #fff;
  color: #FF0F47;
  text-align: center;
}
.c-price-box__txt--yellow {
  position: relative;
  padding: 0.25em;
  border-radius: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#fad126), to(#ffaa4f));
  background: linear-gradient(to right, #fad126, #ffaa4f);
}
.c-price-box__txt--yellow span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.25em;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 3rem;
  background: #fff;
  color: #ffaa4f;
  text-align: center;
}

.c-contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 1.5em;
}
.c-contact-menu__icon {
  width: 60px;
  height: 60px;
}
.c-contact-menu__icon img {
  width: 100%;
}
.c-contact-menu__icon img:hover {
  -webkit-animation: swingHorizontal 1s ease-in-out infinite;
          animation: swingHorizontal 1s ease-in-out infinite;
}

@-webkit-keyframes swingHorizontal {
  15% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  5% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swingHorizontal {
  15% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  5% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-compare-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-compare-table tr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-collapse: collapse;
}
.c-compare-table tr th, .c-compare-table tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-compare-table th {
  padding: 1em;
}
.c-compare-table th span {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .c-compare-table thead tr th .back-img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-compare-table tbody td {
  padding: 1em 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1550px) {
  .c-compare-table tbody td {
    font-size: 1.8rem;
  }
}
.c-compare-table tbody td span {
  font-size: 2rem;
  font-weight: 700;
}
.c-compare-table tbody td:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-compare-table thead th:nth-child(2), .c-compare-table thead td:nth-child(2), .c-compare-table tbody th:nth-child(2), .c-compare-table tbody td:nth-child(2) {
  background: #FFF9DB;
}
.c-compare-table thead th:nth-child(3), .c-compare-table thead td:nth-child(3), .c-compare-table tbody th:nth-child(3), .c-compare-table tbody td:nth-child(3) {
  background: #efefef;
}
.c-compare-table thead th:nth-child(4), .c-compare-table thead td:nth-child(4), .c-compare-table tbody th:nth-child(4), .c-compare-table tbody td:nth-child(4) {
  background: #f7f7f7;
}
.c-compare-table thead th:nth-child(5), .c-compare-table thead td:nth-child(5), .c-compare-table tbody th:nth-child(5), .c-compare-table tbody td:nth-child(5) {
  background: #efefef;
}
.c-compare-table thead th:nth-child(2), .c-compare-table thead td:nth-child(2), .c-compare-table tbody th:nth-child(2), .c-compare-table tbody td:nth-child(2) {
  position: relative;
}
.c-compare-table thead th:nth-child(2)::after, .c-compare-table thead td:nth-child(2)::after, .c-compare-table tbody th:nth-child(2)::after, .c-compare-table tbody td:nth-child(2)::after {
  --px: -10px;
  content: "";
  position: absolute;
  top: var(--px);
  right: var(--px);
  bottom: var(--px);
  left: var(--px);
  border: solid 10px #FFDB54;
  pointer-events: none;
}
.c-compare-table thead th:nth-child(2)::after, .c-compare-table tbody th:nth-child(2)::after {
  border-bottom: none;
}
.c-compare-table thead td:nth-child(2)::after, .c-compare-table tbody td:nth-child(2)::after {
  border-top: none;
}
.c-compare-table .table-note {
  position: relative;
}
.c-compare-table .table-note::before {
  content: "＊";
  display: block;
  position: absolute;
  top: 60%;
  left: -30px;
  color: #FF0F47;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-step-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 780px) {
  .c-step-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-step-nav__step {
  position: relative;
  --z: 9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --span-num: -10px;
  --transX: 0;
}
@media (max-width: 780px) {
  .c-step-nav__step {
    width: 75vw;
    --span-num: 1.5em;
    --transX: -50%;
  }
}
.c-step-nav__step span {
  position: relative;
  padding-left: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 780px) {
  .c-step-nav__step span {
    position: static;
  }
}
.c-step-nav__step::before {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 100%;
  border-left: 15px solid #f8f8f8;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media (max-width: 780px) {
  .c-step-nav__step::before {
    display: none;
  }
}
.c-step-nav__step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 100%;
  border-left: 15px solid #f9a825;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media (max-width: 780px) {
  .c-step-nav__step::after {
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0.5em;
    border-left: 37.5vw solid transparent;
    border-right: 37.5vw solid transparent;
    border-top: 0.5em solid #f9a825;
    border-bottom: none;
  }
}
.c-step-nav__step:last-child::before {
  display: none;
}
.c-step-nav__step:last-child::after {
  display: none;
}
.c-step-nav__step--01 {
  z-index: calc(var(--z));
  background-color: #F6D365;
}
.c-step-nav__step--01 span::before {
  content: "1";
  position: absolute;
  left: var(--span-num);
  -webkit-transform: translateX(--transX);
          transform: translateX(--transX);
}
.c-step-nav__step--01::after {
  border-left: 15px solid #F6D365;
}
@media (max-width: 780px) {
  .c-step-nav__step--01::after {
    border-left: 37.5vw solid #F7C86B;
    border-right: 37.5vw solid #F7C86B;
    border-top: 0.5em solid #F6D365;
    border-bottom: none;
  }
}
.c-step-nav__step--02 {
  z-index: calc(var(--z) - 1);
  background-color: #F7C86B;
}
.c-step-nav__step--02 span::before {
  content: "2";
  position: absolute;
  left: var(--span-num);
  -webkit-transform: translateX(--transX);
          transform: translateX(--transX);
}
.c-step-nav__step--02::after {
  border-left: 15px solid #F7C86B;
}
@media (max-width: 780px) {
  .c-step-nav__step--02::after {
    border-left: 37.5vw solid #F8BE71;
    border-right: 37.5vw solid #F8BE71;
    border-top: 0.5em solid #F7C86B;
    border-bottom: none;
  }
}
.c-step-nav__step--03 {
  z-index: calc(var(--z) - 2);
  background-color: #F8BE71;
}
.c-step-nav__step--03 span::before {
  content: "3";
  position: absolute;
  left: var(--span-num);
}
.c-step-nav__step--03::after {
  border-left: 15px solid #F8BE71;
}
@media (max-width: 780px) {
  .c-step-nav__step--03::after {
    border-left: 37.5vw solid #FAB478;
    border-right: 37.5vw solid #FAB478;
    border-top: 0.5em solid #F8BE71;
    border-bottom: none;
  }
}
.c-step-nav__step--04 {
  z-index: calc(var(--z) - 3);
  background-color: #FAB478;
}
.c-step-nav__step--04 span::before {
  content: "4";
  position: absolute;
  left: var(--span-num);
  -webkit-transform: translateX(--transX);
          transform: translateX(--transX);
}
.c-step-nav__step--04::after {
  border-left: 15px solid #FAB478;
}
@media (max-width: 780px) {
  .c-step-nav__step--04::after {
    border-left: 37.5vw solid #FBAA7E;
    border-right: 37.5vw solid #FBAA7E;
    border-top: 0.5em solid #FAB478;
    border-bottom: none;
  }
}
.c-step-nav__step--05 {
  z-index: calc(var(--z) - 4);
  background-color: #FBAA7E;
}
.c-step-nav__step--05 span::before {
  content: "5";
  position: absolute;
  left: var(--span-num);
  -webkit-transform: translateX(--transX);
          transform: translateX(--transX);
}
.c-step-nav__step--05::after {
  border-left: 15px solid #FBAA7E;
}
@media (max-width: 780px) {
  .c-step-nav__step--05::after {
    border-left: 37.5vw solid #FDA085;
    border-right: 37.5vw solid #FDA085;
    border-top: 0.5em solid #FBAA7E;
    border-bottom: none;
  }
}
.c-step-nav__step--06 {
  z-index: calc(var(--z) - 5);
  background-color: #FDA085;
}
.c-step-nav__step--06 span::before {
  content: "6";
  position: absolute;
  left: var(--span-num);
  -webkit-transform: translateX(--transX);
          transform: translateX(--transX);
}

.c-step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  padding: 1.25em 1.5em 1.5em;
  border-radius: 50%;
  background: #707070;
}
@media (max-width: 780px) {
  .c-step-num {
    width: 60px;
    height: 60px;
    padding: 0.65em 0.5em 0.25em;
  }
}
.c-step-num span {
  display: block;
}
.c-step-num span:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: -0.5em;
}
@media (max-width: 780px) {
  .c-step-num span:nth-child(1) {
    font-size: 1.2rem;
  }
}
.c-step-num span:nth-child(2) {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 780px) {
  .c-step-num span:nth-child(2) {
    font-size: 2rem;
  }
}
.c-step-num--01 {
  background: #F6D365;
}
.c-step-num--02 {
  background: #F7C86B;
}
.c-step-num--03 {
  background: #F8BE71;
}
.c-step-num--04 {
  background: #FAB478;
}
.c-step-num--05 {
  background: #FBAA7E;
}
.c-step-num--06 {
  background: #FDA085;
}

.c-animation-box {
  width: 20vw;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: peekMultiple 40s ease-in-out infinite;
          animation: peekMultiple 40s ease-in-out infinite;
}

@-webkit-keyframes peekMultiple {
  0%, 15% {
    left: -10vw; /* 左側に隠れている */
    bottom: 0;
  }
  22%, 25% {
    left: -2.5vw; /* 左から覗く */
    bottom: 0;
  }
  35%, 40% {
    left: -20vw; /* 再び隠れる */
    bottom: 0;
  }
  45%, 50% {
    left: -10vw; /* 再び隠れる */
    bottom: 0;
    -webkit-transform: translateX(-25%) rotate(0deg);
            transform: translateX(-25%) rotate(0deg);
  }
  52%, 55% {
    left: 50%; /* 上へ */
    bottom: 120%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  55%, 56% {
    left: 50%; /* 回転 */
    bottom: 120%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  60%, 62% {
    left: 50%; /* 上から覗く */
    bottom: calc(100% - 10vw);
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  64%, 66% {
    left: 50%; /* 上へ戻る */
    bottom: 100%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  76% {
    left: 50%; /* 上から覗く */
    bottom: calc(100% - 17.5vw);
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  80%, 82% {
    left: 50%; /* 上へ戻る */
    bottom: 100%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  85% {
    left: calc(100% + 10vw); /* 右側に隠れている */
    bottom: 0;
    -webkit-transform: translateX(0) rotate(360deg);
            transform: translateX(0) rotate(360deg);
  }
  90% {
    left: calc(100% - 7.5vw); /* 右から覗く */
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-17.5%) rotate(-45deg);
            transform: translateX(-50%) translateY(-17.5%) rotate(-45deg);
  }
  93% {
    left: calc(100% + 10vw);
    bottom: 0;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  98% {
    left: -20vw; /* 最後は左に戻る */
    bottom: 0;
    -webkit-transform: translateX(0) translateY(0) rotate(-270deg);
            transform: translateX(0) translateY(0) rotate(-270deg);
  }
  100% {
    left: -10vw;
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes peekMultiple {
  0%, 15% {
    left: -10vw; /* 左側に隠れている */
    bottom: 0;
  }
  22%, 25% {
    left: -2.5vw; /* 左から覗く */
    bottom: 0;
  }
  35%, 40% {
    left: -20vw; /* 再び隠れる */
    bottom: 0;
  }
  45%, 50% {
    left: -10vw; /* 再び隠れる */
    bottom: 0;
    -webkit-transform: translateX(-25%) rotate(0deg);
            transform: translateX(-25%) rotate(0deg);
  }
  52%, 55% {
    left: 50%; /* 上へ */
    bottom: 120%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  55%, 56% {
    left: 50%; /* 回転 */
    bottom: 120%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  60%, 62% {
    left: 50%; /* 上から覗く */
    bottom: calc(100% - 10vw);
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  64%, 66% {
    left: 50%; /* 上へ戻る */
    bottom: 100%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  76% {
    left: 50%; /* 上から覗く */
    bottom: calc(100% - 17.5vw);
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  80%, 82% {
    left: 50%; /* 上へ戻る */
    bottom: 100%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  85% {
    left: calc(100% + 10vw); /* 右側に隠れている */
    bottom: 0;
    -webkit-transform: translateX(0) rotate(360deg);
            transform: translateX(0) rotate(360deg);
  }
  90% {
    left: calc(100% - 7.5vw); /* 右から覗く */
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-17.5%) rotate(-45deg);
            transform: translateX(-50%) translateY(-17.5%) rotate(-45deg);
  }
  93% {
    left: calc(100% + 10vw);
    bottom: 0;
    -webkit-transform: translateX(0) translateY(0) rotate(0deg);
            transform: translateX(0) translateY(0) rotate(0deg);
  }
  98% {
    left: -20vw; /* 最後は左に戻る */
    bottom: 0;
    -webkit-transform: translateX(0) translateY(0) rotate(-270deg);
            transform: translateX(0) translateY(0) rotate(-270deg);
  }
  100% {
    left: -10vw;
    bottom: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/* ===== card ===== */
.c-main-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 90px repeat(3, 1fr);
  height: 650px;
  padding: 60px 20px 30px;
  border-radius: 2rem;
  background: #fff;
}
.c-main-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: #FFDB54;
}
@media (max-width: 780px) {
  .c-main-card {
    padding: 45px 20px 30px;
  }
}
.c-main-card__num {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 780px) {
  .c-main-card__num {
    left: 10px;
  }
}
.c-main-card__head {
  grid-row: 1/2;
  align-self: center;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 780px) {
  .c-main-card__head {
    font-size: 2.2rem;
  }
}
.c-main-card__img {
  grid-row: 2/4;
  margin-bottom: 30px;
  border-radius: 2rem;
  border: solid 1px #707070;
}
.c-main-card__img .back-img {
  border-radius: 2rem;
}
.c-main-card__txt {
  grid-row: 4/5;
  text-align: justify;
}

/* ===== header ===== */
.l-common-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background: rgba(248, 248, 248, 0.5);
}
@media (max-width: 450px) {
  .l-common-header {
    height: 120px;
  }
}
.l-common-header .wrapper {
  width: 100%;
  height: 100%;
}
.l-common-header .wrapper > .flex {
  width: 100%;
  height: 100%;
}
.l-common-header__left, .l-common-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
}
.l-common-header__right .c-consult-btn {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1550px) {
  .l-common-header__right {
    padding-right: 90px;
  }
}
@media (max-width: 450px) {
  .l-common-header__right {
    display: none;
  }
}

/* ===== common ===== */
.l-grid-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 780px) {
  .l-grid-menu {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 1em;
  }
}
.l-grid-menu__item {
  padding: 20px;
  border-radius: 2rem;
  background: #fff;
}
@media (max-width: 780px) {
  .l-grid-menu__item {
    padding: 20px 10px 10px;
    border-radius: 1rem;
  }
}
.l-grid-menu__illust {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
.l-grid-menu__illust img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-grid-menu__name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 780px) {
  .l-grid-menu__name {
    font-size: 1.6rem;
  }
}

.l-common-container {
  padding: 0 90px;
  border-radius: 4rem;
  background: #fff;
}
@media (max-width: 780px) {
  .l-common-container {
    padding: 0 5%;
  }
}
.l-common-container__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.l-common-container__heading span {
  font-size: 6rem;
  font-weight: 700;
}
.l-common-container__heading h2 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 780px) {
  .l-page-container .wrapper {
    padding: 0 5%;
  }
}
.l-page-container h1 {
  margin-bottom: 1em;
}
.l-page-container .dataTables_wrapper {
  margin-bottom: 60px;
}
.l-page-container .tablepress {
  --text-color: #222;
  --head-text-color: var(--text-color);
  --head-bg-color: #FFDB54;
  --odd-text-color: var(--text-color);
  --odd-bg-color: #f7f7f7;
  --even-text-color: var(--text-color);
  --even-bg-color: #fff;
  --hover-text-color: var(--text-color);
  --hover-bg-color: #f3f3f3;
  --border-color: #c3c3c3;
  --padding: 0.5rem;
  --head-active-bg-color: #F5DD60;
  --head-active-text-color: var(--head-text-color);
}
.l-page-container .dataTables_paginate .paginate_button:after,
.l-page-container .dataTables_paginate .paginate_button:before {
  color: #FFF9DB;
}
.l-page-container .dataTables_paginate .paginate_button:first-child:hover::before {
  color: #FFDB54;
}
.l-page-container .dataTables_paginate .paginate_button:last-child:hover::after {
  color: #FFDB54;
}

.l-common-mv {
  position: relative;
  width: 100%;
  height: 50dvh;
  margin-bottom: 0;
  overflow: hidden;
}
.l-common-mv__heading span {
  font-size: 9rem;
  font-weight: 700;
}
.l-common-mv__heading h1 {
  font-size: 3rem;
}

.l-banner-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
.l-banner-container__box {
  width: 45%;
}
@media (max-width: 780px) {
  .l-banner-container__box {
    width: 100%;
  }
}

.l-cta .u-heading-cl > .c-cl-main .c-cl-main {
  display: contents;
}
@media (max-width: 780px) {
  .l-cta .u-heading-cl > .c-cl-main .c-cl-main {
    display: inline-block;
  }
}
.l-cta__chat {
  margin: 60px 0 90px;
}
@media (max-width: 780px) {
  .l-cta__chat {
    margin: 60px 0;
  }
}
.l-cta__chat > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 3rem;
}
.l-cta__chat > p span {
  font-weight: 700;
}
@media (max-width: 780px) {
  .l-cta__chat > p {
    font-size: 2rem;
  }
}
.l-cta__chat .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
}
@media (max-width: 780px) {
  .l-cta__chat .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.l-cta__call {
  margin: 60px 0 90px;
}
.l-cta__call > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 3rem;
}
.l-cta__call > p span {
  font-weight: 700;
}
@media (max-width: 780px) {
  .l-cta__call > p {
    font-size: 2rem;
  }
}
.l-cta__call .c-contact-btn--call {
  margin: 0 auto;
}

.l-fixed-contact {
  position: fixed;
  z-index: 10;
  bottom: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90px;
  opacity: 0;
  visibility: hidden;
  border-radius: 1rem 0 0 1rem;
  border: solid 1px #707070;
  background: #FFDB54;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (max-width: 780px) {
  .l-fixed-contact {
    bottom: 0;
  }
}
.l-fixed-contact .fixed-hover {
  position: absolute;
  z-index: 11;
  inset: 0;
  width: 100%;
  cursor: pointer;
}
.l-fixed-contact .fixed-hover:hover + .l-fixed-contact__vector > img {
  right: 4em;
}
.l-fixed-contact.show {
  opacity: 1;
  visibility: visible;
}
.l-fixed-contact.hide {
  opacity: 0;
  visibility: hidden;
}
.l-fixed-contact__vector {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  padding: 0 1em;
  border-radius: 0.9rem 0 0 0;
  background: #FFF9DB;
}
.l-fixed-contact__vector > img {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .l-fixed-contact__vector > img {
    opacity: 0;
    visibility: hidden;
  }
}
.l-fixed-contact__vector > span {
  font-size: 2rem;
  font-weight: 700;
  scale: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-fixed-contact__container {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1em;
}
.l-fixed-contact__clip {
  width: 60px;
  height: 60px;
  border-radius: 1em;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l-fixed-contact #closeButton {
  display: none;
  position: absolute;
  z-index: 15;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: solid 1px #707070;
  background: #fff;
}
.l-fixed-contact #closeButton span {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 1.5px;
  background: #222;
}
.l-fixed-contact #closeButton span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-fixed-contact #closeButton span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 780px) {
  .l-fixed-contact #closeButton {
    display: block;
  }
}

.l-fixed-contact.active {
  width: 350px;
}
.l-fixed-contact.active .fixed-hover {
  width: 100%;
  inset: initial;
  height: 45px;
}
.l-fixed-contact.active .fixed-hover:hover + .l-fixed-contact__vector > img {
  -webkit-animation: swingHorizontalY 1s ease infinite;
          animation: swingHorizontalY 1s ease infinite;
}
.l-fixed-contact.active .l-fixed-contact__vector > img {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 780px) {
  .l-fixed-contact.active .l-fixed-contact__vector > img {
    opacity: 1;
    visibility: visible;
  }
}
.l-fixed-contact.active .l-fixed-contact__vector > span {
  scale: 1;
  opacity: 1;
}
.l-fixed-contact.active .l-fixed-contact__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1.5em;
}
.l-fixed-contact.active .l-fixed-contact__clip {
  width: 300px;
  overflow: visible;
}
.l-fixed-contact.active #closeButton {
  display: none;
}

.l-fixed-contact.close {
  display: none;
}

@-webkit-keyframes swingHorizontalY {
  15% {
    -webkit-transform: translateX(5px) translateY(-50%) rotate(180deg);
            transform: translateX(5px) translateY(-50%) rotate(180deg);
  }
  30% {
    -webkit-transform: translateX(-5px) translateY(-50%) rotate(180deg);
            transform: translateX(-5px) translateY(-50%) rotate(180deg);
  }
  50% {
    -webkit-transform: translateX(3px) translateY(-50%) rotate(180deg);
            transform: translateX(3px) translateY(-50%) rotate(180deg);
  }
  65% {
    -webkit-transform: translateX(-3px) translateY(-50%) rotate(180deg);
            transform: translateX(-3px) translateY(-50%) rotate(180deg);
  }
  80% {
    -webkit-transform: translateX(2px) translateY(-50%) rotate(180deg);
            transform: translateX(2px) translateY(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%) rotate(180deg);
            transform: translateX(0) translateY(-50%) rotate(180deg);
  }
}

@keyframes swingHorizontalY {
  15% {
    -webkit-transform: translateX(5px) translateY(-50%) rotate(180deg);
            transform: translateX(5px) translateY(-50%) rotate(180deg);
  }
  30% {
    -webkit-transform: translateX(-5px) translateY(-50%) rotate(180deg);
            transform: translateX(-5px) translateY(-50%) rotate(180deg);
  }
  50% {
    -webkit-transform: translateX(3px) translateY(-50%) rotate(180deg);
            transform: translateX(3px) translateY(-50%) rotate(180deg);
  }
  65% {
    -webkit-transform: translateX(-3px) translateY(-50%) rotate(180deg);
            transform: translateX(-3px) translateY(-50%) rotate(180deg);
  }
  80% {
    -webkit-transform: translateX(2px) translateY(-50%) rotate(180deg);
            transform: translateX(2px) translateY(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%) rotate(180deg);
            transform: translateX(0) translateY(-50%) rotate(180deg);
  }
}
/* ===== form ===== */
.l-contact-form__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* step nav*/
}
@media (max-width: 780px) {
  .l-contact-form__container {
    padding: 60px 30px;
  }
}
.l-contact-form__container .c-step-nav {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 780px) {
  .l-contact-form__container .c-step-nav {
    margin-bottom: 30px;
  }
}
.l-contact-form__container .c-step-nav__step::before, .l-contact-form__container .c-step-nav__step::after {
  border-top: 22.5px solid transparent;
  border-bottom: 22.5px solid transparent;
}
@media (max-width: 780px) {
  .l-contact-form__container .c-step-nav__step::before, .l-contact-form__container .c-step-nav__step::after {
    display: none;
  }
}
.l-contact-form__container .c-step-nav__step.active {
  font-weight: 700;
  color: #fff;
}
.l-contact-form__container .c-form-line {
  margin-bottom: 60px;
}
.l-contact-form__content {
  display: none;
}
.l-contact-form__content.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
}
.l-contact-form__content h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.l-contact-form__content > p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.l-contact-form__content button {
  margin-top: 2em;
  padding: 0.5em 2em;
  background-color: #FF0F47;
  font-weight: 700;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.l-contact-form__content button:hover {
  background-color: #cc0000;
}

/* フォームのスタイル */
#contactForm .form-group {
  margin-bottom: 20px;
}
#contactForm .form-group > p > br {
  display: none;
}
#contactForm .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#contactForm .form-group input, #contactForm .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #FFDB54;
  background: #FFF9DB;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
#contactForm .form-group .wpcf7-list-item {
  margin-left: 1.5em;
}
#contactForm .form-group .wpcf7-list-item > label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contactForm .form-group .wpcf7-list-item > label > input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
#contactForm .form-group .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 0.25em;
}
#contactForm .form-radio p > label {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: dashed 2px #FFDB54;
}
@media (max-width: 780px) {
  #contactForm .form-radio p .wpcf7-form-control.wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.5em;
  }
}
#contactForm .submit-btn {
  display: none;
}
#contactForm .required {
  display: inline-block;
  margin-left: 1em;
  padding: 0 0.25em;
  font-size: smaller;
  font-weight: 700;
  color: #FF0F47;
  border: solid 1px #FF0F47;
  border-radius: 5px;
}
#contactForm .c-form-line {
  margin: 30px 0;
}

/* アニメーション */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===== footer ===== */
.l-common-footer {
  width: 100%;
  margin: 0;
  padding: 90px 0 0;
  background: #FFF9DB;
}
.l-common-footer__logo {
  width: 50%;
}
@media (max-width: 780px) {
  .l-common-footer__logo {
    width: 100%;
  }
}
.l-common-footer__logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-common-footer__logo > a > img:nth-child(1) {
  width: 10%;
}
@media (max-width: 780px) {
  .l-common-footer__logo > a > img:nth-child(1) {
    width: 20%;
  }
}
.l-common-footer__logo > a > img:nth-child(2) {
  width: 30%;
}
@media (max-width: 780px) {
  .l-common-footer__logo > a > img:nth-child(2) {
    width: 60%;
  }
}
.l-common-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  margin: 60px 0;
  padding: 0 60px;
}
@media (max-width: 780px) {
  .l-common-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
}
.l-common-footer__container > nav {
  width: 50%;
  padding: 0 90px;
}
@media (max-width: 780px) {
  .l-common-footer__container > nav {
    width: 100%;
    padding: 0;
  }
}
.l-common-footer__sitemap, .l-common-footer__other {
  width: 100%;
}
.l-common-footer__sitemap li, .l-common-footer__other li {
  width: 100%;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
}
.l-common-footer__sitemap li a, .l-common-footer__other li a {
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.l-common-footer__sitemap li a:hover, .l-common-footer__other li a:hover {
  color: #FFDB54;
}
.l-common-footer__bottom {
  width: 100%;
  height: 45px;
  background: #FFDB54;
}
.l-common-footer__bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.l-common-footer__copyright {
  font-size: 1.4rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */