@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Noto Serif JP", serif;
  --en-font: "Poppins", sans-serif;
  --base-color: #3E3E3E;
  --main: #33B9BB;
  --main-light: #EAF8F8;
  --main-dark: #363862;
  --sub: #FF6000;
  --sub-light: #F3FFF6;
  --sub-dark: #61BEAD;
  --gray: #BBBBBB;
  --gray-light: #EEEFEE;
  --gray-dark: #717171;
  --gray-black: #090909;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #F25F5F;
  --variation1: #EF8BB6;
  --variation2: #F1CB91;
  --variation3: #D6F19B;
  --num: #679CCD;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    line-height: 1.6;
  }
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

a {
  transition: all 0.5s;
}

p {
  text-align: justify;
}

#l-stop,
#l-compare,
#l-data,
#l-jidv,
#l-tender,
#l-choice,
#l-merit,
#l-qa,
#l-quality,
#l-parallax01,
#l-form {
  scroll-margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  #l-stop,
  #l-compare,
  #l-data,
  #l-jidv,
  #l-tender,
  #l-choice,
  #l-merit,
  #l-qa,
  #l-quality,
  #l-parallax01,
  #l-form {
    scroll-margin-top: 4rem;
  }
}

.hamburger {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  z-index: 9999 !important;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    right: 1.6rem;
    top: 0.5rem;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger__line {
  position: absolute;
  width: 22px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--base-color);
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 0.8rem;
}
.hamburger__line--2 {
  top: 1.4rem;
}
.hamburger__line--3 {
  top: 2rem;
}

.open .hamburger__line--1 {
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.sp-nav {
  position: fixed;
  right: -47.5rem;
  top: 0;
  width: 47.5rem;
  height: 100%;
  background: var(--white);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 8888;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    right: -100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sp-nav .logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav .logo {
    width: 100%;
    height: 4rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    background: var(--white);
  }
  .sp-nav .logo img {
    width: auto;
    height: 3rem;
  }
}

.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

.black-bg {
  transition: all 0.5s;
}

.open .black-bg {
  background: rgba(113, 113, 113, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
}
@media screen and (max-width: 768px) {
  .open .black-bg {
    display: none;
  }
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.l-main {
  width: 100%;
  overflow-x: hidden;
  display: block;
}

.l-footer {
  background: var(--gray-black);
  padding: 4.8rem 0 2.8rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4.8rem 2rem;
  }
}
.l-footer__inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer-block01 {
  width: 100%;
  padding: 0 0 2.4rem 0;
  border-bottom: 1px solid #757575;
}
.l-footer-block01-head {
  display: flex;
  align-items: center;
  gap: 0 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer-block01-head {
    gap: 0 2.4rem;
  }
}
.l-footer-block01-head__logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-footer-block01-head__logo img {
    width: 20rem;
    height: auto;
  }
}
.l-footer-block01-head__com {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-footer-block01-head__com {
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}
.l-footer-block01-nav {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-footer-block01-nav {
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
  }
}
.l-footer-block01-nav a {
  color: var(--gray);
  font-size: 1.3rem;
  line-height: 1.69;
  letter-spacing: 0.05em;
}
.l-footer-block01-nav a:hover {
  color: var(--white);
}
.l-footer-block02 {
  width: 100%;
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer-block02 {
    padding: 2.4rem 0 0 0;
  }
}
.l-footer-block02__meta {
  margin-bottom: 1.6rem;
  color: var(--gray);
  font-size: 1.1rem;
  line-height: 2.09;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .l-footer-block02__meta {
    margin-bottom: 2.4rem;
  }
}
.l-footer-block02__meta a:hover {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer-block02__copy {
    text-align: center;
  }
}
.l-footer-block02__copy small {
  color: var(--gray);
  font-size: 1.3rem;
  line-height: 1.69;
  letter-spacing: 0.05em;
}
.l-footer-block02__copy a:hover {
  color: var(--white);
}

.l-form {
  width: 100%;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-form {
    padding: 5rem 2rem;
  }
}
.l-form__inner {
  width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-form__inner {
    width: 100%;
  }
}
.l-form__title {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-form__title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.l-form__p {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-form__p {
    margin-bottom: 3rem;
    text-align: justify;
  }
}

.l-parallax {
  /* ---------- l-parallax01 ---------- */
}
.l-parallax01 {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.l-parallax01__inner {
  width: 100%;
  overflow: hidden;
  background: url(../img/l-parallax01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding: 8rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-parallax01__inner {
    background: url(../img/l-parallax01-sp.jpg) no-repeat center center/cover;
    background-attachment: inherit;
    padding: 5rem 2rem;
  }
}
.l-parallax01__title {
  margin-bottom: 2rem;
  color: var(--white);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-parallax01__title {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-parallax01__p {
  margin-bottom: 4rem;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-parallax01__p {
    margin-bottom: 3rem;
    text-align: justify;
  }
}
.l-parallax01__btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-parallax01__btn {
    width: 100%;
  }
}

.l-quality {
  width: 100%;
  padding: 12rem 0;
  background: url(../img/l-quality-bg.png) no-repeat bottom right/72rem auto;
}
@media screen and (max-width: 768px) {
  .l-quality {
    padding: 5rem 2rem;
    background: url(../img/l-quality-bg-sp.png) no-repeat bottom right/100% auto;
  }
}
.l-quality__inner {
  width: 118rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .l-quality__inner {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3rem 0;
  }
}
.l-quality-imgbox {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .l-quality-imgbox {
    width: 100%;
  }
}
.l-quality-imgbox img {
  width: 100%;
  height: auto;
}
.l-quality-txtbox {
  width: 51.3rem;
}
@media screen and (max-width: 768px) {
  .l-quality-txtbox {
    width: 100%;
  }
}
.l-quality-txtbox__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-quality-txtbox__title {
    font-size: 2.6rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}
.l-quality-txtbox__title span {
  color: var(--sub);
}
.l-quality-txtbox__p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.94;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-quality-txtbox__p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.l-data-head {
  background: url(../img/l-data-head-bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 15.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-data-head {
    background: url(../img/l-data-head-bg-sp.jpg) no-repeat center/cover;
  }
}
.l-data-head__title {
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-data-head__title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.l-data-head__title span {
  font-size: 4rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-data-head__title span {
    font-size: 3.2rem;
    line-height: 1.54;
  }
}
.l-data-body {
  width: 100%;
  padding: 6rem 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-data-body {
    padding: 2.8rem 2rem 5rem 2rem;
  }
}
.l-data-body__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-data-body__inner {
    width: 100%;
  }
}
.l-data-body__figure {
  margin-bottom: 3rem;
  width: 100%;
}
.l-data-body__figure img {
  width: 100%;
  height: auto;
}
.l-data-body__triangle {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-data-body__triangle {
    display: none;
  }
}
.l-data-body__triangle span {
  display: block;
  width: 5rem;
  height: 2.2rem;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .l-data-body__triangle span {
    display: none;
  }
}
.l-data-body-box {
  width: 80rem;
  margin: 0 auto;
  border-radius: 1rem;
  border: 3px solid var(--sub);
  background: var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-data-body-box {
    width: 100%;
    padding: 2.4rem 0;
  }
}
.l-data-body-box__p {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-data-body-box__p {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-data-body-box__subtitle {
  color: var(--sub);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-data-body-box__subtitle {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
}

.l-jidv {
  width: 100%;
  padding: 8rem 0;
  background: url(../img/l-jidv-bg.png) no-repeat center top/100% auto, linear-gradient(180deg, #DAF1ED 0%, #FFF 60%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-jidv {
    padding: 5rem 2rem;
    background: url(../img/l-jidv-bg-sp.png) no-repeat center top/100% auto, linear-gradient(180deg, #DAF1ED 0%, #FFF 60%);
  }
}
.l-jidv__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-jidv__inner {
    width: 100%;
  }
}
.l-jidv__title {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-jidv__title {
    margin-bottom: 3.2rem;
    font-size: 2.2rem;
    line-height: 1.75;
  }
}
.l-jidv-cards {
  margin-bottom: 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-jidv-cards {
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3rem 0;
  }
}
.l-jidv-cards-card {
  width: calc((100% - 4rem) / 3);
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 4rem 0 3rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-jidv-cards-card {
    width: 100%;
    border-radius: 1rem;
    padding: 1.3rem 2.5rem 1.3rem 2.5rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 2rem;
  }
  .l-jidv-cards-card img {
    width: 10rem;
    height: auto;
  }
}
.l-jidv-cards-card__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: linear-gradient(270deg, #33B9BB 0%, #91EEB4 100%);
  text-align: center;
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-jidv-cards-card__label {
    width: 11.8rem;
    height: 3rem;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }
}
.l-jidv-cards-card__subtitle {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-jidv-cards-card__subtitle {
    width: calc(100% - 13rem);
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.l-jidv__triangle {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-jidv__triangle {
    margin-bottom: 2.4rem;
  }
}
.l-jidv__triangle span {
  display: block;
  width: 5rem;
  height: 2.2rem;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .l-jidv__triangle span {
    width: 4.2rem;
    height: 1.8rem;
  }
}
.l-jidv-box {
  width: 100%;
  border-radius: 1rem;
  border: 3px solid var(--sub);
  background: var(--white);
  padding: 4rem 5rem 0 10rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-jidv-box {
    padding: 3.2rem 2.4rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem 0;
  }
}
.l-jidv-box-txtbox {
  width: 35.4rem;
  padding: 0 0 4rem 0;
}
@media screen and (max-width: 768px) {
  .l-jidv-box-txtbox {
    width: 100%;
    padding: 0;
  }
}
.l-jidv-box-txtbox__logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-jidv-box-txtbox__logo {
    margin-bottom: 1.8rem;
    padding: 0 2.6rem;
  }
}
.l-jidv-box-txtbox__logo img {
  width: 100%;
  height: auto;
}
.l-jidv-box-txtbox__p {
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-jidv-box-txtbox__p {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    white-space: normal;
  }
}
.l-jidv-box-txtbox__strong {
  margin: 1rem 0;
  color: var(--sub);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-jidv-box-txtbox__strong {
    margin: 1.2rem 0;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
}
.l-jidv-box-imgbox {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .l-jidv-box-imgbox {
    width: 100%;
    padding: 0 2.6rem;
  }
}
.l-jidv-box-imgbox img {
  width: 100%;
  height: auto;
}

.l-merit {
  width: 100%;
  padding: 8rem 0 10rem 0;
  background: url(../img/l-merit-bg.png) no-repeat center top/100% auto;
}
@media screen and (max-width: 768px) {
  .l-merit {
    padding: 6rem 2rem;
    background: url(../img/l-merit-bg-sp.png) no-repeat center top/100% auto;
  }
}
.l-merit__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-merit__inner {
    width: 100%;
  }
}
.l-merit__intro {
  margin-bottom: 1rem;
  color: var(--main);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-merit__intro {
    font-size: 1.7rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
  }
}
.l-merit__title {
  margin-bottom: 6.7rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-merit__title {
    margin-bottom: 4.2rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-merit-cards {
  margin-bottom: 10rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 6rem;
}
@media screen and (max-width: 768px) {
  .l-merit-cards {
    margin-bottom: 4.2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4.2rem 0;
  }
}
.l-merit-cards-card01 {
  width: calc((100% - 6rem) / 2);
  border-radius: 4rem;
  border: 4px solid var(--sub);
  background: var(--white);
  box-shadow: 0 0 30px 0 #C5F5ED;
  position: relative;
  padding: 4.3rem 0 3.7rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card01 {
    width: 100%;
    border-radius: 2rem;
    border: 2px solid var(--sub);
    box-shadow: 0 4px 30px 0 #C5F5ED;
    padding: 3.4rem 1.8rem;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 0.8rem;
  }
  .l-merit-cards-card01 img.icon {
    width: 9rem;
    height: auto;
  }
}
.l-merit-cards-card01__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.6rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--sub);
  text-align: center;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card01__label {
    width: 17rem;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: 0.03em;
  }
}
.l-merit-cards-card01__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card01__list {
    flex: 1;
    gap: 0.6rem 0;
  }
}
.l-merit-cards-card01__list li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card01__list li {
    gap: 0 0.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-merit-cards-card02 {
  width: calc((100% - 6rem) / 2);
  border-radius: 4rem;
  border: 4px solid var(--main);
  background: var(--white);
  box-shadow: 0 0 30px 0 #C5F5ED;
  position: relative;
  padding: 4.3rem 0 3.7rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card02 {
    width: 100%;
    border-radius: 2rem;
    border: 2px solid var(--main);
    box-shadow: 0 4px 30px 0 #C5F5ED;
    padding: 3.4rem 1.8rem;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 0.8rem;
  }
  .l-merit-cards-card02 img.icon {
    width: 9rem;
    height: auto;
  }
}
.l-merit-cards-card02__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.6rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--main);
  text-align: center;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card02__label {
    width: 17rem;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: 0.03em;
  }
}
.l-merit-cards-card02__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card02__list {
    flex: 1;
    gap: 0.6rem 0;
  }
}
.l-merit-cards-card02__list li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-merit-cards-card02__list li {
    gap: 0 0.6rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-merit__subtitle {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-merit__subtitle {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-merit-gbox {
  border-radius: 2rem;
  background: var(--main);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 6.6rem;
}
@media screen and (max-width: 768px) {
  .l-merit-gbox {
    padding: 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.6rem 0;
  }
}
.l-merit-gbox-imgbox {
  width: 34rem;
}
@media screen and (max-width: 768px) {
  .l-merit-gbox-imgbox {
    width: 100%;
  }
}
.l-merit-gbox-imgbox img {
  width: 100%;
  height: auto;
}
.l-merit-gbox-txtbox {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .l-merit-gbox-txtbox {
    width: 100%;
  }
}
.l-merit-gbox-txtbox__list {
  margin-bottom: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-merit-gbox-txtbox__list {
    margin-bottom: 1.6rem;
  }
}
.l-merit-gbox-txtbox__list li {
  width: calc(100% - 1.5em);
  list-style-type: disc;
  margin-left: 1.5em;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-merit-gbox-txtbox__list li {
    font-size: 1.7rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
    white-space: normal;
  }
}
.l-merit-gbox-txtbox__list li span {
  color: #FCEF24;
}
.l-merit-gbox-txtbox__p {
  color: var(--white);
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
.l-merit-gbox-txtbox__p {
      font-size: 1.5rem;
  }
}



.l-stop {
  width: 100%;
  padding: 8rem 0;
  position: relative;
  z-index: 2;
  background: var(--gray-light);
}
@media screen and (max-width: 768px) {
  .l-stop {
    padding: 4rem 2rem 5rem 2rem;
  }
}
.l-stop::after {
  content: "";
  background: var(--gray-light);
  width: 14rem;
  height: 4.4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -4.3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-stop::after {
    width: 9.4rem;
    height: 3rem;
    bottom: -2.9rem;
  }
}
.l-stop__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-stop__inner {
    width: 100%;
  }
}
.l-stop__title {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-stop__title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-stop-cards {
  margin-bottom: 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-stop-cards {
    margin-bottom: 3rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2rem 0;
  }
}
.l-stop-cards-card {
  width: calc((100% - 4rem) / 3);
  border-radius: 1.6rem;
  background: var(--white);
  padding: 2.4rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-stop-cards-card {
    width: 100%;
    padding: 0.5rem 1.6rem 0.5rem 2.4rem;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 1.2rem;
  }
  .l-stop-cards-card.rev {
    flex-direction: row-reverse;
  }
  .l-stop-cards-card img {
    width: 12rem;
    height: auto;
  }
}
.l-stop-cards-card__subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-stop-cards-card__subtitle {
    flex: 1;
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.l-stop-cards-card__subtitle span {
  color: var(--main);
  white-space: nowrap;
}
.l-stop-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 3px solid var(--sub);
  background: var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-stop-box {
    padding: 2.4rem 0;
  }
}
.l-stop-box__p {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-stop-box__p {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-stop-box__subtitle {
  color: var(--sub);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-stop-box__subtitle {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
}

.l-compare {
  width: 100%;
  background: url(../img/l-compare-bg.png) no-repeat left top/71.1rem auto, linear-gradient(0deg, #9EE3D7 -1.84%, #B3EAE1 12.67%, #DCF3F0 36.84%, #FFF 75.52%);
  padding: 10rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-compare {
    background: url(../img/l-compare-bg-sp.png) no-repeat left top/88% auto, linear-gradient(0deg, #9EE3D7 -1.84%, #B3EAE1 12.67%, #DCF3F0 36.84%, #FFF 75.52%);
    padding: 6rem 2rem 4.8rem 2rem;
  }
}
.l-compare__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-compare__inner {
    width: 100%;
  }
}
.l-compare__title {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare__title {
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-compare__subtitle {
  margin-bottom: 5.6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-compare__subtitle {
    margin-bottom: 4.4rem;
  }
}
.l-compare__subtitle h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70rem;
  height: 8.6rem;
  position: relative;
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  border-radius: 10rem;
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .l-compare__subtitle h3 {
    width: 100%;
    height: 15rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.l-compare__subtitle h3::after {
  content: "";
  background: var(--main);
  width: 3.2rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-compare-cards {
  margin: 0 auto 5rem auto;
  width: 94.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-compare-cards {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
	margin-bottom: 3rem;
  }
}
.l-compare-cards-card01 {
  width: 40rem;
  border-radius: 1.6rem;
  background: var(--white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card01 {
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
}
.l-compare-cards-card01__subtitle {
  margin-bottom: 2rem;
  padding-bottom: 1.6rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card01__subtitle {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.l-compare-cards-card01-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card01-list {
    gap: 2.4rem 0;
  }
}
.l-compare-cards-card01-list__item {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}
.l-compare-cards-card01-list__imgbox {
  width: 7.8rem;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card01-list__imgbox {
    width: 7rem;
  }
}
.l-compare-cards-card01-list__imgbox img {
  width: 100%;
  height: auto;
}
.l-compare-cards-card01-list__txtbox {
  flex: 1;
}
.l-compare-cards-card01-list__minititle {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card01-list__minititle {
    font-size: 1.7rem;
  }
}
.l-compare-cards-triangle {
  width: 10.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-triangle {
    width: 100%;
    padding: 3rem 0;
  }
}
.l-compare-cards-triangle span {
  display: block;
  width: 3rem;
  height: 5.6rem;
  background: var(--main);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .l-compare-cards-triangle span {
    width: 4.2rem;
    height: 1.8rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.l-compare-cards-card02 {
  width: 44rem;
  border-radius: 1.6rem;
  background: var(--main-light);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card02 {
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
}
.l-compare-cards-card02__subtitle {
  margin-bottom: 3rem;
  padding-bottom: 1.6rem;
  text-align: center;
  color: var(--main);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card02__subtitle {
    margin-bottom: 2rem;
  }
}
.l-compare-cards-card02-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem 0;
}
.l-compare-cards-card02-list__item {
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
}
.l-compare-cards-card02-list__imgbox {
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card02-list__imgbox {
    width: 7rem;
  }
}
.l-compare-cards-card02-list__imgbox img {
  width: 100%;
  height: auto;
}
.l-compare-cards-card02-list__txtbox {
  flex: 1;
}
.l-compare-cards-card02-list__minititle {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare-cards-card02-list__minititle {
    font-size: 1.7rem;
  }
}
.l-compare-box {
  width: 100rem;
  margin: 0 auto 10rem auto;
  border-radius: 1rem;
  border: 3px solid var(--sub);
  background: var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-compare-box {
    width: 100%;
    margin: 0 auto 5rem auto;
    padding: 2.4rem 2rem;
  }
}
.l-compare-box__p {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-compare-box__p {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-compare-box__subtitle {
  color: var(--sub);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare-box__subtitle {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
}
.l-compare-reason {
  width: 100%;
  border-radius: 3rem;
  background: var(--white);
  padding: 6rem 20rem;
}
@media screen and (max-width: 768px) {
  .l-compare-reason {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 5rem 2rem;
  }
}
.l-compare-reason__title {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare-reason__title {
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-compare-reason__subtitle {
  margin-bottom: 6.4rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-compare-reason__subtitle {
    margin-bottom: 5.8rem;
    width: 100%;
  }
}
.l-compare-reason__subtitle h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 10.2rem;
  position: relative;
  color: var(--white);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  border-radius: 10rem;
  background: var(--main);
}
@media screen and (max-width: 768px) {
  .l-compare-reason__subtitle h3 {
    height: 12rem;
    font-size: 1.6rem;
    line-height: 1.63;
    letter-spacing: 0.05em;
  }
}
.l-compare-reason__subtitle h3::after {
  content: "";
  background: var(--main);
  width: 3.2rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.l-compare-reason-cards {
  margin-bottom: 4rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-cards {
    margin-bottom: 3rem;
    gap: 0 1rem;
  }
}
.l-compare-reason-cards-card {
  width: calc((100% - 3rem) / 3);
  border-radius: 1rem;
  background: var(--gray-light);
  position: relative;
  padding: 4rem 0 3rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-cards-card {
    width: calc((100% - 1rem) / 3);
    padding: 3rem 0 2rem 0;
  }
}
.l-compare-reason-cards-card__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 3.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: var(--gray-dark);
  text-align: center;
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-cards-card__label {
    width: 6.8rem;
    height: 2.6rem;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}
.l-compare-reason-cards-card__p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-cards-card__p {
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.l-compare-reason-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 3px solid var(--sub);
  background: var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-box {
    padding: 2.4rem 0;
  }
}
.l-compare-reason-box__p {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-box__p {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-compare-reason-box__subtitle {
  color: var(--sub);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-compare-reason-box__subtitle {
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.05em;
  }
}

.l-qa {
  width: 100%;
  padding: 8rem 0;
  background: var(--gray-light);
  /* アコーディオン */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 5rem 2rem;
  }
}
.l-qa__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
  }
}
.l-qa__title {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-qa .toggle_contents + .toggle_contents {
  margin-top: 0;
}
.l-qa .toggle_title {
  position: relative;
  padding: 3.8rem 10rem;
  cursor: pointer;
  transition: all 0.5s;
  background: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    padding: 2rem 6rem 2rem 6.4rem;
    font-size: 1.5rem;
    line-height: 1.53;
    letter-spacing: 0.08em;
  }
}
.l-qa .toggle_title.first {
  border-top: 1px solid var(--main);
}
.l-qa .toggle_title.selected {
  border-bottom: none;
}
.l-qa .toggle_title::before {
  content: "Q";
  color: var(--white);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #33B9BB 0%, #91EEB4 100%);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    font-size: 1.5rem;
    left: 2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.l-qa .toggle_title:hover {
  color: var(--main);
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 2rem;
  }
}
.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--main);
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-qa .toggle_btn:before {
  width: 2px;
  height: 18px;
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
  background: var(--white);
  padding: 0 4rem 3rem 4rem;
  border-bottom: 1px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd {
    padding: 0 2rem 3rem 2rem;
  }
}
.l-qa .toggle_contents dd .inner {
  border-radius: 0.7rem;
  background: var(--main-light);
  padding: 2.4rem 3rem 2.4rem 3rem;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    padding: 2.4rem 2rem;
   font-size: 1.5rem; 
  }
}

.l-tender {
  width: 100%;
  padding: 8rem 0 10rem 0;
  background: url(../img/l-tender-bg.png) no-repeat center top/100% auto, linear-gradient(180deg, #FFF 0%, #E8F9F7 45.83%, #FFF 100%);
}
@media screen and (max-width: 768px) {
  .l-tender {
    padding: 4rem 0 5rem 0;
    background: url(../img/l-tender-bg-sp.png) no-repeat center top/100% auto, linear-gradient(to bottom, #E8F9F7 20%, #FFF 50%);
  }
}
.l-tender__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-tender__inner {
    width: 100%;
  }
}
.l-tender-block01 {
  width: 100%;
  margin-bottom: 8.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-tender-block01 {
    margin-bottom: 6rem;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.4rem 0;
    padding: 0 2rem;
  }
}
.l-tender-block01-txtbox {
  width: 44rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block01-txtbox {
    width: 100%;
  }
}
.l-tender-block01-txtbox__title {
  margin-bottom: 1.8rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-tender-block01-txtbox__title {
    margin-bottom: 2.4rem;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-tender-block01-txtbox__title span {
    font-size: 3rem;
    line-height: 1.54;
  }
}
.l-tender-block01-txtbox__subtitle {
  margin-bottom: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-tender-block01-txtbox__subtitle {
    font-size: 1.7rem;
  }
}
.l-tender-block01-txtbox-whitebox {
  margin-bottom: 1.8rem;
  border-radius: 1rem;
  background: var(--white);
  padding: 2rem 3rem;
}
.l-tender-block01-txtbox-whitebox__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.6rem 0;
}
.l-tender-block01-txtbox-whitebox__list li {
  width: calc(100% - 1.5em);
  margin-left: 1.5em;
  list-style-type: disc;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: var(--sub);
}
@media screen and (max-width: 768px) {
  .l-tender-block01-txtbox-whitebox__list li {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.l-tender-block01-txtbox-whitebox__list li span {
  color: var(--base-color);
}
.l-tender-block01-txtbox__p {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.7rem;
}
.l-tender-block01-txtbox__p + .l-tender-block01-txtbox__p {
  margin-top: 1rem;
}
.l-tender-block01-imgbox {
  width: 51rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block01-imgbox {
    width: 100%;
  }
}
.l-tender-block01-imgbox img {
  width: 100%;
  height: auto;
}
.l-tender-block02 {
  width: 100%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block02 {
    margin-bottom: 6rem;
  }
}
.l-tender-block02-head {
  width: calc(100% - 20rem);
  height: 12rem;
  margin: 0 auto;
  border-radius: 2.4rem 2.4rem 0 0;
  background: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-tender-block02-head {
    width: 100%;
    height: auto;
    padding: 2rem 0;
  }
}
.l-tender-block02-head h2 {
  color: var(--white);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-tender-block02-head h2 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.l-tender-block02-body {
  width: 100%;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 7rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block02-body {
    padding: 3rem 2rem 0 2rem;
    box-shadow: none;
  }
}
.l-tender-block02-body__triangle {
  margin: 5rem 0 3rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-tender-block02-body__triangle {
    margin: 3rem 0 2rem 0;
  }
}
.l-tender-block02-body__triangle span {
  display: block;
  width: 5rem;
  height: 2.2rem;
  background: var(--main);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .l-tender-block02-body__triangle span {
    width: 3.4rem;
    height: 1.6rem;
  }
}
.l-tender-block02-body-box {
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 3px solid var(--sub);
  background: var(--white);
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block02-body-box {
    padding: 2.4rem 0;
  }
}
.l-tender-block02-body-box__subtitle {
  color: var(--sub);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-tender-block02-body-box__subtitle {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
.l-tender-block03 {
  width: calc(100% + 20rem);
  margin: 0 -10rem;
  border-radius: 4rem;
  background: var(--main);
  padding: 6rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block03 {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2rem;
  }
}
.l-tender-block03__subtitle {
  margin-bottom: 4rem;
  color: var(--white);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__subtitle {
    margin-bottom: 2.6rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.l-tender-block03__intro {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__intro {
    margin-bottom: 3rem;
  }
}
.l-tender-block03__intro p {
  color: var(--white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__intro p {
    font-size: 1.7rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
    display: block;
    width: 100%;
  }
}
.l-tender-block03__intro p span {
  color: #FCEF24;
}
.l-tender-block03__intro p::before {
  content: "";
  display: block;
  width: 4.9rem;
  height: 7.8rem;
  background-image: url(../img/l-tender-block03-intro-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: -10rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__intro p::before {
	display: none;
  }
}
.l-tender-block03__intro p::after {
  content: "";
  display: block;
  width: 4.9rem;
  height: 7.8rem;
  background-image: url(../img/l-tender-block03-intro-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: -10rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__intro p::after {
	display: none;  
  }
}
.l-tender-block03__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__list {
    flex-direction: column;
    gap: 1rem 0;
  }
}
.l-tender-block03__list li {
  width: calc((100% - 1.6rem) / 2);
  height: 8rem;
  border-radius: 1rem;
  background: var(--white);
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-tender-block03__list li {
    width: 100%;
    height: 6.6rem;
    padding: 0 2.2rem;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

.l-header {
  width: 100%;
  height: 7rem;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6.8rem 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 4rem;
    padding: 0 2rem;
  }
}
.l-header-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-header-logo img {
    width: auto;
    height: 3rem;
  }
}
.l-header-cta {
  display: flex;
  align-items: center;
  gap: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-header-cta {
    display: none;
  }
}
.l-header-cta__time {
  font-size: 1.1rem;
  line-height: 2.09;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 910px) and (min-width: 769px) {
  .l-header-cta__time {
    display: none;
  }
}
.l-header-cta__phone a {
  border-radius: 10rem;
  border: 1px solid var(--sub);
  background: var(--white);
  color: var(--sub);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 3.2rem;
  height: 4.2rem;
}
.l-header-cta__phone a:hover {
  background: var(--sub);
  color: var(--white);
}
.l-header-cta__contact a {
  border-radius: 10rem;
  background: linear-gradient(270deg, #FF6000 0%, #FA0 100%);
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 3.2rem;
  height: 4.2rem;
}
.l-header-cta__contact a:hover {
  opacity: 0.7;
}

.l-sitemap {
  padding: 9.8rem 6.5rem 5rem 6.5rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap {
    padding: 3.4rem 2rem 5.6rem 2rem;
  }
}
.l-sitemap-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid var(--gray-light);
}
.l-sitemap-nav__item {
  width: 100%;
  border-bottom: 1px solid var(--gray-light);
}
.l-sitemap-nav__link {
  width: 100%;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--base-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.05em;
}
.l-sitemap-btn {
  margin-top: 6.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-sitemap-btn {
    margin-top: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    position: fixed;
    bottom: 0.5rem;
    left: 0;
    padding: 0 4rem;
    display: flex;
    z-index: 7777;
	transition: opacity .3s ease, visibility .3s ease;  
  }
	
  .l-floating.is-hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-hero {
  width: 100vw;
  height: 64.4444444444vw;
  background: url(../img/l-hero-bg.png) no-repeat center bottom 1.9444444444vw/68.1944444444vw auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hero {
    width: 100%;
    height: auto;
    background: url(../img/l-hero-bg-sp.png) no-repeat center top 4rem/100% auto;
    margin-top: 4rem;
    padding: 2.6rem 2rem 5rem 2rem;
  }
}
.l-hero-txtbox01 {
  position: absolute;
  top: 9.0277777778vw;
  left: 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox01 {
    position: static;
    width: 100%;
    margin-bottom: 2.2rem;
  }
}
.l-hero-txtbox01__catch {
  margin-bottom: 1.25vw;
  font-size: 2.7777777778vw;
  font-weight: 700;
  line-height: 1.96;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox01__catch {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    line-height: 1.38;
  }
}
.l-hero-txtbox01__catch .f52 {
  font-size: 3.6111111111vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox01__catch .f52 {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.l-hero-txtbox01__catch .f70 {
  font-size: 4.8611111111vw;
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox01__catch .f70 {
    font-size: 3.9rem;
    line-height: 1.2;
  }
}
.l-hero-txtbox01__catch .f70 strong {
  color: var(--main);
  font-weight: 700;
}
.l-hero-txtbox01__h1 {
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox01__h1 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.l-hero-txtbox01__h1 span {
  background: linear-gradient(transparent 60%, rgba(252, 239, 36, 0.4) 60%);
}
.l-hero-txtbox02 {
  position: absolute;
  top: 27.5694444444vw;
  right: 6.25vw;
  width: 33.125vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox02 {
    position: static;
    width: 100%;
  }
}
.l-hero-txtbox02__p {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox02__p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.l-hero-txtbox02__p strong {
  color: var(--sub);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-hero-txtbox02__p + .l-hero-txtbox02__p {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox02__p + .l-hero-txtbox02__p {
    margin-top: 1.6rem;
  }
}
.l-hero-txtbox02__btn {
  margin-top: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  .l-hero-txtbox02__btn {
    display: none;
  }
}
.l-hero-txtbox02__btn a {
  border-radius: 6.9444444444vw;
  border: 1px solid var(--white);
  background: linear-gradient(270deg, #FF6000 0%, #FA0 100%);
  color: var(--white);
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 2.0833333333vw;
  padding: 1.5972222222vw 2.4305555556vw;
  position: relative;
  overflow: hidden;
}
.l-hero-txtbox02__btn a img {
  width: 1.8055555556vw;
  height: auto;
}
.l-hero-txtbox02__btn a::after {
  animation: anime_cvbtn02 2.5s ease-in-out infinite;
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(5) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
}
.l-hero-txtbox02__btn a:hover {
  opacity: 0.7;
}
@keyframes anime_cvbtn02 {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.l-hero-imgbox01 {
  position: absolute;
  top: 5.625vw;
  right: 3.4027777778vw;
}
@media screen and (max-width: 768px) {
  .l-hero-imgbox01 {
    position: static;
    width: calc(100% + 4rem);
    margin: 0 -2rem 3.2rem -2rem;
    display: flex;
    justify-content: flex-end;
  }
}
.l-hero-imgbox01 img {
  width: 26.7361111111vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero-imgbox01 img {
    width: 25.4rem;
  }
}
.l-hero-imgbox02 {
  position: absolute;
  top: 41.6666666667vw;
  left: 25.8333333333vw;
}
@media screen and (max-width: 768px) {
  .l-hero-imgbox02 {
    position: static;
    width: 100%;
    margin: 0 auto 3.2rem auto;
  }
}
.l-hero-imgbox02 img {
  width: 30.8333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-hero-imgbox02 img {
    width: 22rem;
  }
}
.l-hero-imgbox03 {
  position: absolute;
  top: 28.125vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-hero-imgbox03 {
    display: none;
  }
}
.l-hero-imgbox03 img {
  width: 21.7361111111vw;
  height: auto;
}

@media screen and (max-width: 768px) {
  .c-btn-cta {
    width: 100%;
  }
}
.c-btn-cta a {
  border-radius: 10rem;
  border: 1px solid var(--white);
  background: linear-gradient(270deg, #FF6000 0%, #FA0 100%);
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2.3rem 3rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-btn-cta a {
    width: 100%;
    padding: 1.5rem 0;
    gap: 2rem;
	font-size: 1.5rem;  
  }
}
.c-btn-cta a::after {
  animation: anime_cvbtn02 2.5s ease-in-out infinite;
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(5) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
}
.c-btn-cta a:hover {
  opacity: 0.7;
}
@keyframes anime_cvbtn02 {
  0% {
    left: -20%;
  }
  20% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.p-table-head {
  display: flex;
  align-items: flex-end;
}
.p-table-head-col01 {
  width: 18rem;
  border-bottom: 2px solid var(--gray);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .p-table-head-col01 {
    width: 20%;
  }
}
.p-table-head-col02 {
  width: 38.2rem;
  border-bottom: 2px solid var(--white);
  background: linear-gradient(270deg, #33B9BB 0%, #91EEB4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 2.5rem 0;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-table-head-col02 {
    width: 48%;
    height: 6.6rem;
    font-size: 1.6rem;
    line-height: 1.19;
    letter-spacing: 0.07em;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.p-table-head-col03 {
  width: 23.8rem;
  height: 8rem;
  border-bottom: 2px solid var(--white);
  background: var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-table-head-col03 {
    width: 32%;
    height: 4.8rem;
    color: var(--base-color);
    font-size: 1.2rem;
    line-height: 1.28;
  }
}
.p-table-body {
  display: flex;
  align-items: stretch;
}
.p-table-body-col01 {
  width: 18rem;
  height: 10.6rem;
  border-bottom: 2px solid var(--gray);
  border-left: 2px solid var(--gray);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-table-body-col01 {
    width: 20%;
    height: 6rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
  }
}
.p-table-body-col02 {
  width: 38.2rem;
  height: 10.6rem;
  border-bottom: 2px solid var(--white);
  background: linear-gradient(270deg, #33B9BB 0%, #91EEB4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-table-body-col02 {
    width: 48%;
    height: 6rem;
    font-size: 1.5rem;
    line-height: 1.13;
    letter-spacing: 0.07em;
  }
}
.p-table-body-col03 {
  width: 23.8rem;
  border-bottom: 2px solid var(--white);
  background: var(--gray-light);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-table-body-col03 {
    width: 32%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
.p-table-foot {
  display: flex;
  align-items: flex-start;
}
.p-table-foot-col01 {
  width: 18rem;
  height: 10.6rem;
  border-bottom: 2px solid var(--gray);
  border-left: 2px solid var(--gray);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-table-foot-col01 {
    width: 20%;
    height: 6rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
  }
}
.p-table-foot-col02 {
  width: 38.2rem;
  height: 11.6rem;
  background: linear-gradient(270deg, #33B9BB 0%, #91EEB4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.03em;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-table-foot-col02 {
    width: 48%;
    height: 6.5rem;
    font-size: 1.5rem;
    line-height: 1.13;
    letter-spacing: 0.07em;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.p-table-foot-col03 {
  width: 23.8rem;
  height: 10.6rem;
  background: var(--gray-light);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-table-foot-col03 {
    width: 32%;
    height: 6rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.p-form {
  /* ----- 左列 ----- */
  /* ----- text ----- */
  /* ----- textarea ----- */
  /* ----- submit ----- */
}
.p-form .smf-form--simple-table .smf-item__col--label {
  color: var(--base-color) !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.05em !important;
  display: flex;
  gap: 2rem;
}
.p-form .smf-item__description {
  color: var(--sub) !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.05em !important;
}
.p-form .smf-form .smf-text-control__control {
  width: 100% !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background: var(--gray-light) !important;
  padding: 1.6rem 1rem !important;
}
.p-form .smf-form .smf-text-control__control::placeholder {
  color: var(--gray) !important;
  font-size: 1.1rem !important;
  line-height: 2.1 !important;
  letter-spacing: 0.04em !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .p-form .smf-form .smf-text-control__control::placeholder {
    font-size: 1.6rem !important;
  }
}
.p-form .smf-form .smf-textarea-control__control {
  width: 100% !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  background: var(--gray-light) !important;
}
.p-form .smf-form .smf-textarea-control__control::placeholder {
  color: #999;
  color: var(--gray) !important;
  font-size: 1.1rem !important;
  line-height: 2.1 !important;
  letter-spacing: 0.04em !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .p-form .smf-form .smf-textarea-control__control::placeholder {
    font-size: 1.6rem !important;
  }
}
.p-form .smf-form--simple-table + .smf-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: 5rem !important;
}
@media screen and (max-width: 768px) {
	.p-form .smf-form--simple-table + .smf-action {
	  flex-wrap: wrap !important;
	  gap: 2.4rem 0 !important;
	  flex-direction: column-reverse !important;
	  align-items: center !important;
	}
	.smf-action .smf-button-control+.smf-button-control {
	  margin: 0 !important;
	}
}
.p-form .smf-action .smf-button-control__control {
  border-radius: 10rem !important;
  background: linear-gradient(270deg, #FF6000 0%, #FA0 100%) !important;
  width: 26rem !important;
  height: 5.2rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: var(--white) !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.03em !important;
  border: none !important;
  transition: all 0.5s !important;
}

.p-form .smf-action .smf-button-control__control[data-action="back"] {
  background: #EEEFEE !important;
  color: #3E3E3E !important;
}

.p-form .smf-action .smf-button-control__control:hover {
  opacity: 0.7 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 1rem !important;
}

.u-mt20 {
  margin-top: 2rem !important;
}

.u-mt24 {
  margin-top: 2.4rem !important;
}

.u-mt30 {
  margin-top: 3rem !important;
}

.u-mt40 {
  margin-top: 4rem !important;
}

.u-mt50 {
  margin-top: 5rem !important;
}

.u-mt60 {
  margin-top: 6rem !important;
}

.u-mt70 {
  margin-top: 7rem !important;
}

.u-mt80 {
  margin-top: 8rem !important;
}

.u-mt90 {
  margin-top: 9rem !important;
}

.u-mt100 {
  margin-top: 10rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr10 {
  margin-right: 1rem !important;
}

.u-mr20 {
  margin-right: 2rem !important;
}

.u-mr30 {
  margin-right: 3rem !important;
}

.u-mr40 {
  margin-right: 4rem !important;
}

.u-mr50 {
  margin-right: 5rem !important;
}

.u-mr60 {
  margin-right: 6rem !important;
}

.u-mr70 {
  margin-right: 7rem !important;
}

.u-mr80 {
  margin-right: 8rem !important;
}

.u-mr90 {
  margin-right: 9rem !important;
}

.u-mr100 {
  margin-right: 10rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 1rem !important;
}

.u-mb20 {
  margin-bottom: 2rem !important;
}

.u-mb24 {
  margin-bottom: 2.4rem !important;
}

.u-mb30 {
  margin-bottom: 3rem !important;
}

.u-mb40 {
  margin-bottom: 4rem !important;
}

.u-mb50 {
  margin-bottom: 5rem !important;
}

.u-mb60 {
  margin-bottom: 6rem !important;
}

.u-mb70 {
  margin-bottom: 7rem !important;
}

.u-mb80 {
  margin-bottom: 8rem !important;
}

.u-mb90 {
  margin-bottom: 9rem !important;
}

.u-mb100 {
  margin-bottom: 10rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml10 {
  margin-left: 1rem !important;
}

.u-ml20 {
  margin-left: 2rem !important;
}

.u-ml30 {
  margin-left: 3rem !important;
}

.u-ml40 {
  margin-left: 4rem !important;
}

.u-ml50 {
  margin-left: 5rem !important;
}

.u-ml60 {
  margin-left: 6rem !important;
}

.u-ml70 {
  margin-left: 7rem !important;
}

.u-ml80 {
  margin-left: 8rem !important;
}

.u-ml90 {
  margin-left: 9rem !important;
}

.u-ml100 {
  margin-left: 10rem !important;
}
/*# sourceMappingURL=style.css.map */
