@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #545454;
  background-color: #F7F7F7;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

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

canvas {
  display: block;
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

.grecaptcha-badge {
  display: none;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.footer .c-sns {
  margin-top: 20px;
  gap: 10px;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .footer .c-sns {
    justify-content: center;
  }
}
.footer .c-sns__item a {
  width: 44px;
  height: 44px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .footer .c-sns__item a {
    width: 50px;
    height: 50px;
  }
}

.footer__inner {
  padding: 2.8rem 6rem 6rem 4.4rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding: 5rem 4rem 4.4rem;
  }
}

.columnFooter {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnFooter {
    flex-direction: column;
  }
}

.columnFooter__button__flex {
  display: flex;
  gap: 1rem;
}

.columnFooter__logo {
  width: 26.6rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .columnFooter__logo {
    width: 20.4rem;
    margin: 0 auto;
  }
}

.columnFooter__button {
  margin-top: 1rem;
  width: 18rem;
  margin-left: 1.5rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .columnFooter__button {
    width: 14.4rem;
    margin: 1.5rem auto 0;
  }
}

.footer__list {
  margin-top: 3.5rem;
}

.listFooterNav {
  gap: 0 3.6rem;
}
@media screen and (max-width: 750px) {
  .listFooterNav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 3rem;
  }
}

.footer__link {
  color: #545454;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 750px) {
  .footer__link {
    font-size: 1.5rem;
  }
}

.listFooterNavSub {
  margin-top: 2.1rem;
  gap: 0 2rem;
  justify-content: flex-end;
}

.footer__subLink {
  color: #545454;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.007em;
}
@media screen and (max-width: 750px) {
  .footer__subLink {
    font-size: 1.3rem;
  }
}

.footer__copyright {
  margin-top: 3rem;
  color: #545454;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.006em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    text-align: center;
  }
}

.header {
  height: 8rem;
  background: transparent;
  pointer-events: none;
  width: calc(100% - 3rem);
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1000;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1.7rem 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 750px) {
  .header {
    width: calc(100% - 2rem);
    left: 1rem;
    height: auto;
    position: fixed;
  }
}
.header a {
  pointer-events: all;
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 0.8rem 1.5rem;
  }
}

.header__logo {
  display: block;
  width: 20.1rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 14.2rem;
  }
}
.header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 3rem;
  align-items: center;
}
.header__pcList .header__link {
  color: #545454;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.008em;
  transition: all 0.3s;
}
.header__pcList .c-sns {
  margin-right: -10px;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 6rem;
  height: 6rem;
  min-width: 17.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: #03C7C6;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 19.2px */
}
.header__pcList .header__button--color01 {
  background: #D7CCB0;
}
.header__pcList .header__button + .header__button {
  margin-left: 1rem;
}
.header__pcList .header__button:hover {
  opacity: 0.7;
}

.header__spButton {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spButton {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
  }
}
.header__spButton .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10rem;
  height: 4.3rem;
  min-width: 11.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: #03C7C6;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25; /* 19.2px */
}
.header__spButton .header__button--color01 {
  background: #D7CCB0;
}
.header__spButton .header__button + .header__button {
  margin-left: 1rem;
}
.header__spButton .header__button:hover {
  opacity: 0.7;
}
.header__spButton .header__button::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/header_button_arrow01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateY(-50%);
  right: 0.9rem;
  top: 50%;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    z-index: 1;
    overflow: scroll;
  }
}
.header__spList .header__list {
  padding: 10rem 2.6rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__spList .header__list {
    max-width: 28rem;
    margin: 0 auto;
    padding: 1.3rem 0 1.5rem;
  }
}
.header__spList .header__item:not(:last-child) {
  border-bottom: 0.1rem solid #C6C6C6;
}
.header__spList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
  padding: 1rem 1rem;
}
@media screen and (max-width: 750px) {
  .header__spList .header__link {
    text-align: center;
    padding: 1.5rem 0;
  }
}
.header__spList .c-sns {
  margin-block: 20px 10px;
  gap: 10px;
}
.header__spList .c-sns__item a {
  width: 50px;
  height: 50px;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 4rem auto 0;
  max-width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__spList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__spList .header__button:hover:before {
  opacity: 0;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    pointer-events: all;
  }
}

.header__hbBorder {
  display: block;
  background-color: #000;
  width: 2.3rem;
  height: 0.1rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.7rem;
}
.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.4rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  transform: rotate(45deg) translate(-0.2rem, -0.4rem);
}

.headerBg {
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.headerBg.is-active {
  opacity: 0.3;
  visibility: visible;
}

.c-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-right: -10px;
}
.c-sns__item a {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  display: grid;
  place-content: center;
  background-color: #F5F5F5;
}
.c-sns__item a:hover {
  opacity: 0.7;
}

.main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.secTopMv {
  position: relative;
}

.secTopPrice__accent {
  position: relative;
  z-index: 1;
}

.secTopPrice__accent--01 {
  position: absolute;
  width: 22.5694444444vw;
  top: -5.2083333333vw;
  left: -6.3194444444vw;
}
@media screen and (max-width: 750px) {
  .secTopPrice__accent--01 {
    width: 25.2rem;
    top: -13.3rem;
    left: -7rem;
  }
}

.secTopPrice__accent--02 {
  position: absolute;
  width: 17.2916666667vw;
  top: 50.0694444444vw;
  left: -3.1944444444vw;
}
@media screen and (max-width: 750px) {
  .secTopPrice__accent--02 {
    width: 16.3rem;
    top: 86.8rem;
    left: -3.3rem;
  }
}

.secTopPrice__accent--03 {
  position: absolute;
  width: 48.5416666667vw;
  top: 15.625vw;
  right: -10.4861111111vw;
}
@media screen and (max-width: 750px) {
  .secTopPrice__accent--03 {
    width: 42rem;
    top: 47.6rem;
    right: -5.7rem;
  }
}

.secTopMv__inner {
  position: relative;
  z-index: 10;
}

.columnTopMv {
  justify-content: space-between;
  padding-left: 10.2777777778vw;
}
@media screen and (max-width: 750px) {
  .columnTopMv {
    padding-left: 2.5rem;
    flex-direction: column;
  }
}

.columnTopMv__item:first-child {
  padding-top: 19.7222222222vw;
  margin-right: -13.8888888889vw;
}
@media screen and (max-width: 750px) {
  .columnTopMv__item:first-child {
    padding-top: 15.9rem;
    margin-right: 0;
    position: relative;
    z-index: 10;
  }
}

.secTopMv__title--small {
  color: #545454;
  font-size: 2.1527777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  display: block;
}
@media screen and (max-width: 750px) {
  .secTopMv__title--small {
    font-size: 1.7rem;
  }
}

.secTopMv__title--large {
  margin-top: 1.3888888889vw;
  margin-left: -1.3888888889vw;
  width: 40.5555555556vw;
  display: block;
}
@media screen and (max-width: 750px) {
  .secTopMv__title--large {
    margin-top: 1rem;
    margin-left: -1rem;
    width: 32.7rem;
  }
}

.secTopMv__title--color01 {
  color: #03C7C6;
}

.secTopMv__title--color02 {
  color: #FF5757;
}

.secTopMv__title--color03 {
  color: #FFBD59;
}

.secTopMv__title--color04 {
  color: #38B6FF;
}

.secTopMv__list {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__list {
    margin-top: 1.4rem;
  }
}

.listTopMv {
  flex-direction: column;
  gap: 1.3888888889vw 0;
}
@media screen and (max-width: 750px) {
  .listTopMv {
    gap: 0.8rem 0;
  }
}

.listTopMv__item {
  color: #545454;
  font-size: 1.3888888889vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .listTopMv__item {
    font-size: 1.4rem;
  }
}

.listTopMv__item--icon {
  width: 2.5694444444vw;
  margin-right: 1.5277777778vw;
  display: block;
}
.listTopMv__item--icon svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .listTopMv__item--icon {
    width: 2.2rem;
  }
}

.secTopMv__button {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .secTopMv__button {
    margin-top: 2.5rem;
  }
}

.buttonMainMv {
  background-color: #03C7C6;
  display: block;
  height: 7.6388888889vw;
  width: fit-content;
  border-radius: 7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .buttonMainMv {
    width: 32.5rem;
    height: 6.3rem;
    border-radius: 6.3rem;
  }
}

.buttonMainMv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.3888888889vw 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .buttonMainMv__inner {
    padding: 0.8rem 6.5rem;
  }
}

.buttonMainMv__small {
  color: #FFF;
  text-align: center;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .buttonMainMv__small {
    font-size: 1.2rem;
  }
}
.buttonMainMv__small::before {
  content: "\\ ";
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 750px) {
  .buttonMainMv__small::before {
    font-size: 1.4rem;
  }
}
.buttonMainMv__small::after {
  content: " /";
  font-size: 1.4583333333vw;
}
@media screen and (max-width: 750px) {
  .buttonMainMv__small::after {
    font-size: 1.4rem;
  }
}

.buttonMainMv__large {
  color: #FFF;
  text-align: center;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .buttonMainMv__large {
    font-size: 1.6rem;
  }
}

.columnTopMv__img {
  width: 78.8888888889vw;
  margin-right: -20.8333333333vw;
  margin-top: -8.3333333333vw;
  margin-bottom: -11.1111111111vw;
}
@media screen and (max-width: 750px) {
  .columnTopMv__img {
    width: 65.8rem;
    margin-right: -10rem;
    margin-left: -12.5rem;
    margin-top: -13.7rem;
  }
}

.secTopInfo__inner {
  padding: 3rem 0 10rem;
}
@media screen and (max-width: 750px) {
  .secTopInfo__inner {
    padding: 6rem 0 5rem;
  }
}

.secTopInfo__lead {
  width: 80rem;
  margin: 0 auto;
  border-radius: 1rem;
  border: 0.3rem solid #FD8080;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 24px */
  letter-spacing: 0.01em;
  padding: 2.8rem 3.8rem;
}
@media screen and (max-width: 750px) {
  .secTopInfo__lead {
    width: 32.5rem;
    padding: 1.2rem 1.7rem;
  }
}

.secTopInfo__lead--color01 {
  color: #F33;
}

.columnTopInfo {
  margin-top: 3rem;
  width: 80rem;
  margin: 3rem auto 0;
  border-radius: 1rem;
  border: 0.3rem solid #03C7C6;
  background-color: #fff;
  padding: 2.8rem 2.7rem 3.4rem 3.7rem;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnTopInfo {
    margin-top: 2rem;
    width: 32.5rem;
    padding: 1.7rem;
    flex-direction: column;
    gap: 2rem;
  }
}

.columnTopInfo__title {
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .columnTopInfo__title {
    font-size: 1.7rem;
  }
}

.columnTopInfo__text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.6; /* 24px */
}
@media screen and (max-width: 750px) {
  .columnTopInfo__text {
    margin-top: 1.1rem;
  }
}

.columnTopInfo__logo {
  margin-top: 2rem;
  width: 21.5rem;
}

.columnTopInfo__img {
  width: 22.6rem;
}
@media screen and (max-width: 750px) {
  .columnTopInfo__img {
    width: 100%;
  }
}

.secTopHow {
  overflow: hidden;
}

.secTopHow__inner {
  position: relative;
  padding-bottom: 12rem;
}
@media screen and (max-width: 750px) {
  .secTopHow__inner {
    padding-bottom: 5rem;
  }
}

.secTopHow__accent {
  position: absolute;
  width: 27.9rem;
  bottom: 4.4rem;
  right: -3.7rem;
}
@media screen and (max-width: 750px) {
  .secTopHow__accent {
    width: 13rem;
    bottom: 2.7rem;
    right: -0.6rem;
  }
}

.columnTopHow {
  background-color: #fff;
  border-radius: 10rem;
  max-width: 132rem;
  margin: 0 auto;
  padding: 12.4rem 0 10rem 12.5rem;
}
@media screen and (max-width: 750px) {
  .columnTopHow {
    border-radius: 3rem;
    max-width: 34.5rem;
    padding: 4rem 3rem 3.5rem;
    flex-direction: column;
  }
}

.secTopHow__title {
  display: flex;
  flex-direction: column;
}

.secTopHow__title--small {
  color: #03C7C6;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopHow__title--small {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secTopHow__title--small::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #C6C6C6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.secTopHow__title--large {
  margin-top: 4.8rem;
  color: #545454;
  font-size: 4.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.002em;
}
@media screen and (max-width: 750px) {
  .secTopHow__title--large {
    margin-top: 3rem;
    font-size: 2.7rem;
  }
}

.secTopHow__title--color01 {
  color: #03C7C6;
}

.columnTopHow__text {
  margin-top: 3.7rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1764705882; /* 37.4px */
  letter-spacing: 0.68px;
}
@media screen and (max-width: 750px) {
  .columnTopHow__text {
    font-size: 1.4rem;
  }
}

.columnTopHow__text--item {
  display: block;
}
.columnTopHow__text--item + .columnTopHow__text--item {
  margin-top: 3rem;
}

.columnTopHow__text--color01 {
  color: #03C7C6;
}

.columnTopHow__img {
  margin-top: -17rem;
  margin-bottom: -17rem;
  margin-right: -25rem;
  margin-left: -10rem;
  width: 97.5rem;
}
@media screen and (max-width: 750px) {
  .columnTopHow__img {
    width: 48.2rem;
    margin-top: -5rem;
    margin-bottom: -6rem;
    margin-right: -2rem;
    margin-left: -4rem;
  }
}

.secTopMerit {
  background-color: #DEF7F7;
}

.secTopMerit__inner {
  padding: 12rem 0;
}
@media screen and (max-width: 750px) {
  .secTopMerit__inner {
    padding: 5rem 0;
  }
}

.secTopMerit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.4rem 0;
}
@media screen and (max-width: 750px) {
  .secTopMerit__title {
    gap: 1.7rem 0;
  }
}

.secTopMerit__title--small {
  color: #03C7C6;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopMerit__title--small {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secTopMerit__title--small::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #C6C6C6;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.secTopMerit__title--large {
  color: #545454;
  text-align: center;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  .secTopMerit__title--large {
    font-size: 2.2rem;
  }
}

.secTopMerit__title--color01 {
  color: #03C7C6;
}

.cardsTopMerit {
  flex-wrap: wrap;
  max-width: 110rem;
  margin: 6rem auto 0;
  gap: 2.5rem;
}
@media screen and (max-width: 750px) {
  .cardsTopMerit {
    margin-top: 3rem;
    justify-content: center;
    gap: 1.5rem;
  }
}

.cardsTopMerit__item {
  width: 35rem;
}
@media screen and (max-width: 750px) {
  .cardsTopMerit__item {
    width: 32.5rem;
  }
}
.cardsTopMerit__item:nth-child(1) .cardTopMerit__img {
  width: 15.1rem;
  transform: translateX(2.5rem);
}
.cardsTopMerit__item:nth-child(2) .cardTopMerit__img {
  width: 19.4rem;
}
.cardsTopMerit__item:nth-child(3) .cardTopMerit__img {
  width: 17.7rem;
  transform: translateX(-1.5rem);
}
.cardsTopMerit__item:nth-child(4) .cardTopMerit__img {
  width: 16.5rem;
}
.cardsTopMerit__item:nth-child(5) .cardTopMerit__img {
  width: 14.5rem;
}
.cardsTopMerit__item:nth-child(6) .cardTopMerit__img {
  width: 17.6rem;
  transform: translateX(-0.5rem);
}

.cardTopMerit {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.5rem;
  height: 42.8rem;
}
@media screen and (max-width: 750px) {
  .cardTopMerit {
    padding-top: 3.2rem;
    height: 36rem;
  }
}

.cardTopMerit__img {
  width: 15.1rem;
  height: 17rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cardTopMerit__content {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .cardTopMerit__content {
    margin-top: 1rem;
  }
}

.cardTopMerit__title {
  color: #03C7C6;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 750px) {
  .cardTopMerit__title {
    font-size: 2rem;
  }
}

.cardTopMerit__text {
  margin-top: 1.5rem;
  color: #545454;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625; /* 25.6px */
  letter-spacing: 0.009rem;
}
@media screen and (max-width: 750px) {
  .cardTopMerit__text {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}

.secTopMerit__button {
  margin: 8rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .secTopMerit__button {
    margin-top: 3rem;
    width: 32.5rem;
  }
}

.secTopFunction {
  background-color: #EEE;
}

.secTopFunction__inner {
  padding: 11rem 0 12rem;
}
@media screen and (max-width: 750px) {
  .secTopFunction__inner {
    padding: 5rem 0;
  }
}

.secTopFunction__title {
  color: #03C7C6;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopFunction__title {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secTopFunction__title::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #C6C6C6;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.secTopFunction__slide {
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secTopFunction__slide {
    margin-top: 3rem;
  }
}
.secTopFunction__slide .swiper {
  position: relative;
}
.secTopFunction__slide .swiper-wrapper {
  padding-bottom: 5.5rem;
}
.secTopFunction__slide .swiper-slide {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 85rem;
}
.secTopFunction__slide {
  /* 前へ次への矢印カスタマイズ */
}
.secTopFunction__slide .swiper-button-prev,
.secTopFunction__slide .swiper-button-next {
  height: 6rem;
  width: 6rem;
  transform: translate(-50%, -50%);
  top: 50%;
}
.secTopFunction__slide .swiper-button-prev svg,
.secTopFunction__slide .swiper-button-next svg {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .secTopFunction__slide .swiper-button-prev,
  .secTopFunction__slide .swiper-button-next {
    height: 4rem;
    width: 4rem;
  }
}
.secTopFunction__slide .swiper-button-prev {
  left: calc(50% - 40rem);
}
@media screen and (max-width: 750px) {
  .secTopFunction__slide .swiper-button-prev {
    left: calc(50% - 16.2rem);
  }
}
.secTopFunction__slide .swiper-button-next {
  transform: translate(50%, -50%);
  right: calc(50% - 40rem);
}
@media screen and (max-width: 750px) {
  .secTopFunction__slide .swiper-button-next {
    right: calc(50% - 16.2rem);
  }
}
.secTopFunction__slide {
  /* 前へ次への矢印カスタマイズ */
}
.secTopFunction__slide .swiper-button-prev::after,
.secTopFunction__slide .swiper-button-next::after {
  content: none;
}
.secTopFunction__slide .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  gap: 0 1.1rem;
}
@media screen and (max-width: 750px) {
  .secTopFunction__slide .swiper-pagination {
    gap: 0 0.9rem;
  }
}
.secTopFunction__slide .swiper-pagination-bullet {
  width: 4rem;
  height: 0.7rem;
  border-radius: 1rem;
  background-color: #C6C6C6;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .secTopFunction__slide .swiper-pagination-bullet {
    width: 2.8rem;
  }
}
.secTopFunction__slide .swiper-pagination-bullet-active {
  background-color: #03C7C6;
}

.columnTopFunction {
  max-width: 80rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 5.5rem 8.5rem 6rem 6rem;
  gap: 0 4rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopFunction {
    padding: 2.5rem 2rem 4rem;
    max-width: 32.5rem;
    gap: 2rem 0;
    flex-direction: column-reverse;
  }
}

.columnTopFunction__img {
  width: 24.1rem;
}
@media screen and (max-width: 750px) {
  .columnTopFunction__img {
    margin-right: -1rem;
    margin-left: 1rem;
    margin-bottom: -2rem;
  }
}

.columnTopFunction__title {
  color: #03C7C6;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.001em;
  display: flex;
  align-items: center;
  gap: 0 2.2rem;
}
@media screen and (max-width: 750px) {
  .columnTopFunction__title {
    font-size: 2.4rem;
  }
}

.columnTopFunction__title--num {
  color: #C6C6C6;
  text-align: center;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 44px */
  letter-spacing: 0.003em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .columnTopFunction__title--num {
    font-size: 3.5rem;
  }
}

.columnTopFunction__text {
  margin-top: 2.1rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 30px */
  letter-spacing: 0.009em;
}
@media screen and (max-width: 750px) {
  .columnTopFunction__text {
    font-size: 1.4rem;
  }
}

.columnTopFunction__text--color01 {
  color: #03C7C6;
}

.secTopPrice__inner {
  padding: 12rem 0 0;
}
@media screen and (max-width: 750px) {
  .secTopPrice__inner {
    padding-top: 6rem;
  }
}

.secTopPrice__box {
  background-color: #03C7C6;
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 7rem 5rem 8rem;
}
@media screen and (max-width: 750px) {
  .secTopPrice__box {
    max-width: 32.5rem;
    padding: 4rem 3rem 3rem;
  }
}

.secTopPrice__title {
  color: #FFF;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopPrice__title {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secTopPrice__title::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #FFF;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.secTopPrice__lead {
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 30.008px */
  letter-spacing: 0.001em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1rem;
  background: linear-gradient(transparent 80%, #00AAA9 80%);
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.5rem 0.6rem;
}
@media screen and (max-width: 750px) {
  .secTopPrice__lead {
    margin-top: 3rem;
    background: none;
    flex-direction: column;
    align-items: center;
    font-size: 2.2rem;
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .secTopPrice__lead--text {
    background: linear-gradient(transparent 50%, #00AAA9 50%);
    padding: 0 0.5rem 0.6rem;
  }
}

@media screen and (max-width: 750px) {
  .secTopPrice__lead--price {
    background: linear-gradient(transparent 80%, #00AAA9 80%);
    padding: 0 0.5rem 0.6rem;
  }
}

.secTopPrice__lead--large {
  font-size: 3.9rem;
}
@media screen and (max-width: 750px) {
  .secTopPrice__lead--large {
    font-size: 2.8rem;
  }
}

.secTopPrice__lead--num {
  font-size: 7.5rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 750px) {
  .secTopPrice__lead--num {
    font-size: 5.5rem;
  }
}

.secTopPrice__lead--small {
  font-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .secTopPrice__lead--small {
    font-size: 1.6rem;
  }
}

.secTopPrice__notice {
  margin-top: 1.7rem;
  color: #FFFF62;
  text-align: center;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 750px) {
  .secTopPrice__notice {
    font-size: 1.7rem;
  }
}

.listTopPrice {
  flex-wrap: wrap;
  max-width: 44.5rem;
  margin: 2.5rem auto 0;
  gap: 1rem 2.5rem;
}
@media screen and (max-width: 750px) {
  .listTopPrice {
    margin-top: 1.7rem;
    flex-direction: column;
  }
}

.listTopPrice__item {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.006em;
}
@media screen and (max-width: 750px) {
  .listTopPrice__item {
    display: flex;
    gap: 0 1.2rem;
  }
}

.secTopPrice__prompt {
  margin-top: 3.2rem;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.008em;
}
@media screen and (max-width: 750px) {
  .secTopPrice__prompt {
    font-size: 1.5rem;
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }
}

.secTopPrice__button {
  margin: 3.2rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .secTopPrice__button {
    margin-top: 2rem;
    width: 28.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.secTopFaq__inner {
  padding-top: 12rem;
}
@media screen and (max-width: 750px) {
  .secTopFaq__inner {
    padding-top: 8rem;
  }
}

.secTopFaq__title {
  color: #03C7C6;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopFaq__title {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secTopFaq__title::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #C6C6C6;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.secTopFaq__faq {
  margin: 0.8rem auto 0;
  max-width: 80rem;
}
@media screen and (max-width: 750px) {
  .secTopFaq__faq {
    margin-top: 1rem;
    max-width: 32.5rem;
  }
}

.faqBoxTopFaq {
  border-bottom: 0.1rem solid #C6C6C6;
}

.faqBoxTopFaq__blk {
  padding: 4rem 0;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__blk {
    padding: 2rem 0;
  }
}

.faqBoxTopFaq__head--q {
  display: flex;
  gap: 0 2.3rem;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__head--q {
    gap: 0 1.7rem;
  }
}
.faqBoxTopFaq__head--q::before {
  content: "Q";
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  color: #FFF;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 23px */
  background-color: #03C7C6;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__head--q::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
  }
}

.faqBoxTopFaq__title {
  color: #545454;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 24px */
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__title {
    margin-top: 0.5rem;
  }
}

.faqBoxTopFaq__content {
  margin-top: 0.9rem;
}

.faqBoxTopFaq__content--a {
  display: flex;
  gap: 0 2.3rem;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__content--a {
    gap: 0 1.7rem;
  }
}
.faqBoxTopFaq__content--a::before {
  content: "A";
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 10rem;
  color: #FFF;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 23px */
  background-color: #FF7171;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__content--a::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.7rem;
  }
}

.faqBoxTopFaq__text {
  color: #545454;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 24px */
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .faqBoxTopFaq__text {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

.faqBoxTopFaq__text--color01 {
  color: #F33;
}

.secTopCv__inner {
  padding-top: 14rem;
}

.secTopCv__column {
  max-width: 132rem;
  margin: 0 auto 0;
  background: linear-gradient(127deg, #6BDAD9 11.64%, #F3F3DB 93.98%);
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .secTopCv__column {
    max-width: 32.5rem;
  }
}

.columnTopCv {
  align-items: center;
}
@media screen and (max-width: 750px) {
  .columnTopCv {
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .columnTopCv__item:nth-child(2) {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
  }
}

.columnTopCv__img {
  margin-top: -14rem;
  margin-bottom: -10rem;
  margin-right: -7rem;
  margin-left: -2rem;
  width: 80.4rem;
}
@media screen and (max-width: 750px) {
  .columnTopCv__img {
    margin-top: -10rem;
    margin-bottom: -5rem;
    margin-right: -2rem;
    margin-left: 2rem;
    width: 37.3rem;
  }
}

.columnTopCv__title {
  color: #000;
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .columnTopCv__title {
    font-size: 1.9rem;
    text-align: center;
  }
}

.columnTopCv__text {
  margin-top: 3rem;
  color: #000;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 28.8px */
}
@media screen and (max-width: 750px) {
  .columnTopCv__text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}

.columnTopCv__button {
  margin-top: 3.4rem;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .columnTopCv__button {
    margin-top: 1.5rem;
    width: 28.5rem;
  }
}

.headTitle {
  background-color: #DEF7F7;
}

.headTitle__inner {
  padding: 18rem 5rem 10rem;
  text-align: center;
  color: #03C7C6;
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding: 12rem 2.5rem 6rem;
    font-size: 2.4rem;
  }
}

.secPrivacy__inner {
  max-width: 132rem;
  margin: 8rem auto 0;
  padding: 8rem 8rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .secPrivacy__inner {
    margin: 4rem auto 0;
    max-width: 32.5rem;
    padding: 3rem 2rem;
  }
}

.secPrivacy__lead {
  color: #545454;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1764705882; /* 37.4px */
  letter-spacing: 0.68px;
}
@media screen and (max-width: 750px) {
  .secPrivacy__lead {
    font-size: 1.4rem;
  }
}

.secPrivacy__content {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .secPrivacy__content {
    margin-top: 3rem;
  }
}
.secPrivacy__content:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .secPrivacy__content:first-child {
    margin-top: 0;
  }
}

.secPrivacy__blk + .secPrivacy__blk {
  margin-top: 6rem;
}
@media screen and (max-width: 750px) {
  .secPrivacy__blk + .secPrivacy__blk {
    margin-top: 3rem;
  }
}

.secPrivacy__title {
  color: #03C7C6;
  text-align: left;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secPrivacy__title {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secPrivacy__title::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #C6C6C6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.secPrivacy__text {
  margin-top: 3rem;
  color: #545454;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.1764705882; /* 37.4px */
  letter-spacing: 0.68px;
}
@media screen and (max-width: 750px) {
  .secPrivacy__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

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

.secPrivacy__text--indentNum {
  display: inline-block;
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.secTopNews__inner {
  padding-top: 12rem;
}
@media screen and (max-width: 750px) {
  .secTopNews__inner {
    padding-top: 8rem;
  }
}
.secTopNews__title {
  color: #03c7c6;
  text-align: center;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .secTopNews__title {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.secTopNews__title::after {
  content: "";
  display: block;
  width: 9rem;
  height: 0.1rem;
  background-color: #c6c6c6;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
.secTopNews__main {
  margin-inline: auto;
  margin-top: 2rem;
  max-width: 90rem;
}
@media screen and (max-width: 750px) {
  .secTopNews__main {
    max-width: 32.5rem;
  }
}
.secTopNews__main .newsList {
  height: 320px;
  padding-right: 10px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .secTopNews__main .newsList {
    height: 400px;
  }
}
.secTopNews__link {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 750px) {
  .secTopNews__link {
    text-align: center;
  }
}
.secTopNews__link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 4rem;
  font-size: 1.4rem;
  background-color: #e7e7e7;
  border-radius: 4rem;
}
.secTopNews__link a:hover {
  opacity: 0.7;
}

.secNews {
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .secNews {
    padding-top: 6rem;
  }
}
.secNews__accent {
  position: relative;
  z-index: -1;
}
.secNews__accent--01 {
  position: absolute;
  width: 22.5694444444vw;
  top: -10.4166666667vw;
  left: -7.6388888889vw;
}
@media screen and (max-width: 750px) {
  .secNews__accent--01 {
    width: 13rem;
    top: -6rem;
    left: -3rem;
  }
}
.secNews__accent--02 {
  position: absolute;
  width: 16.6666666667vw;
  top: 16.6666666667vw;
  left: -8.3333333333vw;
}
@media screen and (max-width: 750px) {
  .secNews__accent--02 {
    transform: scale(1, -1);
    width: 9rem;
    top: 9rem;
    left: -4rem;
  }
}
.secNews__accent--03 {
  position: absolute;
  width: 41.6666666667vw;
  top: -29.1666666667vw;
  right: -10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .secNews__accent--03 {
    width: 21rem;
    top: -14rem;
    right: -8rem;
  }
}
.secNews__inner {
  max-width: 110rem;
  margin-inline: auto;
  padding-top: 10rem;
}
@media screen and (max-width: 750px) {
  .secNews__inner {
    max-width: 90vw;
    padding-top: 8rem;
  }
}
.secNews__header {
  display: grid;
  row-gap: 1rem;
  padding-bottom: 6.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .secNews__header {
    padding-bottom: 5rem;
  }
}
.secNews__header .titleSec {
  font-size: 3.8rem;
  font-weight: 700;
  color: #03c7c6;
}
@media screen and (max-width: 750px) {
  .secNews__header .titleSec {
    font-size: 2.8rem;
  }
}
.secNews__header .titleEng {
  font-size: 2.3rem;
  color: #c6c6c6;
}
@media screen and (max-width: 750px) {
  .secNews__header .titleEng {
    font-size: 1.8rem;
  }
}
.secNews__container {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-areas: "sidebar content";
  grid-template-columns: 19rem 1fr;
  column-gap: 6rem;
}
@media screen and (max-width: 750px) {
  .secNews__container {
    grid-template-areas: "content" "sidebar";
    grid-template-columns: auto;
    row-gap: 6rem;
  }
}
.secNews__content .wp-pagenavi {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .secNews__content .wp-pagenavi {
    margin-top: 5rem;
  }
}
.secNews__sidebar {
  grid-area: sidebar;
}

.secNewsDetailHeader {
  display: grid;
  grid-template-areas: "title title" "cat date";
  grid-template-columns: auto 1fr;
  align-items: center;
  row-gap: 20px;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .secNewsDetailHeader {
    margin-bottom: 30px;
  }
}
.secNewsDetailHeader__title {
  grid-area: title;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .secNewsDetailHeader__title {
    font-size: 2rem;
  }
}
.secNewsDetailHeader__cat {
  grid-area: cat;
  width: 15rem;
  height: 28px;
  font-size: 1.4rem;
  font-weight: 400;
  display: grid;
  place-content: center;
  background-color: #03c7c6;
  color: #fff;
  border-radius: 5px;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 750px) {
  .secNewsDetailHeader__cat {
    width: 13rem;
    height: 22px;
    font-size: 1.2rem;
  }
}
.secNewsDetailHeader__date {
  grid-area: date;
  text-align: right;
  font-size: 1.5rem;
  color: #959595;
}
.secNewsDetailContent {
  display: grid;
  row-gap: 40px;
}
.secNewsDetailContent .newsContent {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 40px;
}

.newsList__item {
  padding: 30px 0;
  border-bottom: 1px solid #cdcdcd;
}
@media screen and (max-width: 750px) {
  .newsList__item {
    padding: 15px 0;
  }
}
.newsList__link {
  display: flex;
  align-items: center;
  column-gap: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .newsList__link {
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 5px;
  }
}
.newsList__date {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .newsList__date {
    font-size: 1.5rem;
  }
}
.newsList__cat {
  flex-shrink: 0;
  width: 14rem;
  height: 28px;
  font-size: 1.3rem;
  font-weight: 400;
  display: grid;
  place-content: center;
  background-color: #03c7c6;
  color: #fff;
  border-radius: 5px;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 750px) {
  .newsList__cat {
    width: 12rem;
    height: 22px;
    font-size: 1.1rem;
  }
}
.newsList__text {
  font-size: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 750px) {
  .newsList__text {
    font-size: 1.4rem;
    -webkit-line-clamp: 2;
  }
}

.newsSidebar__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #03c7c6;
  border-bottom: 1px solid #03c7c6;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .newsSidebar__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.3rem;
  }
}
.newsSidebar__item {
  border-bottom: 1px solid #cdcdcd;
}
.newsSidebar__link {
  display: block;
  font-size: 1.5rem;
  padding-block: 1.8rem;
}
@media screen and (max-width: 750px) {
  .newsSidebar__link {
    font-size: 1.3rem;
    padding-block: 1.5rem;
  }
}
.newsSidebar__link::before {
  content: "●";
  margin-right: 0.4em;
  color: #d2d2d2;
}
.newsSidebar__link.is-current {
  color: #03c7c6;
}
.newsSidebar__link.is-current::before {
  color: #03c7c6;
}

.newsContent {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.newsContent hr {
  border-top: 1px solid #bcbcbc;
  margin-block: 3rem;
}
.newsContent h1,
.newsContent h2,
.newsContent h3,
.newsContent h4,
.newsContent h5,
.newsContent h6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 3rem;
}
.newsContent h1:first-child,
.newsContent h2:first-child,
.newsContent h3:first-child,
.newsContent h4:first-child,
.newsContent h5:first-child,
.newsContent h6:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .newsContent h1,
  .newsContent h2,
  .newsContent h3,
  .newsContent h4,
  .newsContent h5,
  .newsContent h6 {
    font-size: 1.8rem;
  }
}
.newsContent h1::before,
.newsContent h2::before,
.newsContent h3::before,
.newsContent h4::before,
.newsContent h5::before,
.newsContent h6::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #03c7c6;
  margin-top: 0.65em;
}
.newsContent ul,
.newsContent ol {
  list-style: disc;
  padding-left: 1.5em;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.newsContent ol {
  list-style: decimal;
}

.newsNav {
  display: grid;
  grid-template-areas: "prev back next";
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 750px) {
  .newsNav {
    grid-template-areas: "prev next" "back back";
    row-gap: 20px;
  }
}
.newsNav .prev a,
.newsNav .next a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 1.4rem;
}
.newsNav .prev {
  grid-area: prev;
  text-align: left;
}
.newsNav .prev a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_arrow-solid_left.svg);
}
.newsNav .next {
  grid-area: next;
  text-align: right;
}
.newsNav .next a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/images/common/icon_arrow-solid_right.svg);
}
.newsNav .back {
  grid-area: back;
  text-align: center;
}
.newsNav .back a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 4rem;
  font-size: 1.4rem;
  background-color: #e7e7e7;
  border-radius: 4rem;
}
.newsNav .back a:hover {
  opacity: 0.7;
}

.buttonMain {
  display: block;
  background-color: #ffff62;
  height: 11rem;
  border-radius: 11rem;
}
@media screen and (max-width: 750px) {
  .buttonMain {
    height: 7rem;
  }
}

.buttonMain__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 10.5rem;
}
@media screen and (max-width: 750px) {
  .buttonMain__inner {
    padding: 1rem 3rem;
  }
}

.buttonMain__small {
  color: #545454;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .buttonMain__small {
    font-size: 1.2rem;
  }
}
.buttonMain__small::before {
  content: "\\ ";
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .buttonMain__small::before {
    font-size: 1.4rem;
  }
}
.buttonMain__small::after {
  content: " /";
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .buttonMain__small::after {
    font-size: 1.4rem;
  }
}

.buttonMain__large {
  color: #545454;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .buttonMain__large {
    font-size: 1.6rem;
  }
}

.buttonMain__flex {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 750px) {
  .buttonMain__flex {
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.buttonMain.buttonMain--min {
  display: block;
  background-color: #ffff62;
  width: 22.6rem;
  height: auto;
  border-radius: 8rem;
}
.buttonMain.buttonMain--min .buttonMain.buttonMain--min img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .buttonMain.buttonMain--min {
    width: 80%;
    height: auto;
  }
}
.buttonMain.buttonMain--min .buttonMain__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 7.6rem;
}
@media screen and (max-width: 750px) {
  .buttonMain.buttonMain--min .buttonMain__inner {
    padding: 1rem 3rem;
  }
}
.buttonMain.buttonMain--min .buttonMain__small {
  color: #545454;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .buttonMain.buttonMain--min .buttonMain__small {
    font-size: 1.2rem;
  }
}
.buttonMain.buttonMain--min .buttonMain__small::before {
  content: "\\ ";
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .buttonMain.buttonMain--min .buttonMain__small::before {
    font-size: 1.4rem;
  }
}
.buttonMain.buttonMain--min .buttonMain__small::after {
  content: " /";
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .buttonMain.buttonMain--min .buttonMain__small::after {
    font-size: 1.4rem;
  }
}
.buttonMain.buttonMain--min .buttonMain__large {
  color: #545454;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .buttonMain.buttonMain--min .buttonMain__large {
    font-size: 1.6rem;
  }
}

.textTopBlogSec {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .textTopBlogSec {
    font-size: 1rem;
  }
}
.textTopBlogSec--ls0 {
  letter-spacing: 0;
}

.textTopLeadSec {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.1em;
}
.textTopLeadSec--tac {
  text-align: center;
}
.textTopLeadSec--lhLarge {
  line-height: 2.8; /* 280% */
}
@media screen and (max-width: 750px) {
  .textTopLeadSec {
    letter-spacing: 0.02em;
    line-height: 2.1; /* 200% */
  }
  .textTopLeadSec--lhLarge {
    line-height: 2.3; /* 280% */
  }
}

.textTopLeadSec__blk {
  display: block;
}
.textTopLeadSec__blk + .textTopLeadSec__blk {
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .textTopLeadSec__blk + .textTopLeadSec__blk {
    margin-top: 2rem;
  }
}

.textRequestLeadSec {
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}
.textRequestLeadSec--link {
  text-decoration: underline;
}
.textRequestLeadSec--link:hover {
  text-decoration: none;
}

.textPrivacy {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}
.textPrivacy--bold {
  font-weight: 600;
}

.textMaterialsDetail {
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 200% */
}

.card-merit {
  background-color: #fff;
  position: relative;
  border-radius: 1rem;
  padding-top: 5rem;
  padding-bottom: 2.1rem;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .card-merit {
    padding-top: 2.3rem;
    padding-bottom: 1.7rem;
  }
}
.card-merit__icon {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: -1.2rem;
  left: -2.9rem;
}
@media screen and (max-width: 750px) {
  .card-merit__icon {
    top: -2.5rem;
    left: -1.1rem;
  }
}
.card-merit__iconContent {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.card-merit__iconText {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 500;
  display: block;
}
.card-merit__iconNum {
  margin-top: -0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
  text-align: center;
}
.card-merit__img {
  width: 27.4rem;
  margin: 0 auto;
}
.card-merit__title {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2F3D45;
  width: 25.2rem;
  margin: 1.6rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-merit__title {
    letter-spacing: 0.1em;
  }
}
.card-merit__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 25.2rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-merit__text {
    line-height: 2;
  }
}
.card-features {
  background-color: #F5F5F5;
  position: relative;
  border-radius: 0 1rem 1rem 1rem;
  padding-top: 5.5rem;
  padding-bottom: 2.1rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-features {
    padding-top: 2rem;
    padding-bottom: 2.6rem;
  }
}
.card-features__icon::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  transform: rotate(45deg);
  background-color: #B5CB39;
  position: absolute;
  z-index: 1;
  left: -5.5rem;
  top: -5.5rem;
}
.card-features__iconNum {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
  font-weight: 700;
  position: absolute;
  z-index: 10;
  top: 0.4rem;
  left: 1rem;
  color: #fff;
}
.card-features__img {
  width: 22rem;
  margin: 0 auto;
}
.card-features__title {
  margin: 2rem 2.6rem 0;
  padding-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 1px solid #2F3D45;
}
@media screen and (max-width: 750px) {
  .card-features__title {
    letter-spacing: 0.1em;
  }
}
.card-features__text {
  margin: 1.5rem 2.6rem 0;
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .card-features__text {
    line-height: 2;
  }
}
.card-features--04 {
  padding-top: 3.2rem;
}
.card-features--04 .card-features__img {
  width: 22.8rem;
}
.card-features--04 .card-features__title {
  margin-top: 5.5rem;
}
@media screen and (max-width: 750px) {
  .card-features--04 .card-features__title {
    margin-top: 2.4rem;
  }
}
.card-features--05 {
  padding-top: 6.8rem;
}
@media screen and (max-width: 750px) {
  .card-features--05 {
    padding-top: 1rem;
  }
}
.card-features--05 .card-features__title {
  margin-top: 3.6rem;
}
@media screen and (max-width: 750px) {
  .card-features--05 .card-features__title {
    margin-top: 0.5rem;
  }
}
.card-features--06 {
  padding-top: 1.7rem;
}
@media screen and (max-width: 750px) {
  .card-features--06 {
    padding-top: 1.1rem;
  }
}
.card-features--06 .card-features__title {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .card-features--06 .card-features__title {
    margin-top: 1.4rem;
  }
}
.card-use {
  position: relative;
  border-radius: 0 1rem 1rem 1rem;
  padding-top: 5.5rem;
  padding-bottom: 2.1rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .card-use {
    display: flex;
    flex-direction: column;
    padding-left: 3.5rem;
    padding-top: 0;
    padding-bottom: 3rem;
    overflow: visible;
  }
}
.card-use__icon {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .card-use__icon {
    flex-direction: column;
    position: absolute;
    order: 1;
    left: 0;
  }
}
.card-use__iconNum {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0.4rem 1rem;
  background-color: #2F3D45;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .card-use__iconNum {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding: 1rem 0.4rem;
    margin-left: -0.8rem;
  }
}
.card-use__iconArrow {
  margin-top: 0.3rem;
  display: block;
  width: 100%;
  height: 0.5rem;
}
.card-use__iconArrow img {
  display: block;
}
@media screen and (max-width: 750px) {
  .card-use__iconArrow {
    width: 0.6rem;
    height: 35rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .card-use__iconArrow--spHidden {
    height: 26rem;
    overflow: hidden;
  }
}
.card-use__title {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 6rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .card-use__title {
    order: 3;
    margin-top: 0.6rem;
    font-size: 1.6rem;
    line-height: 2.25;
    display: block;
    text-align: left;
    height: auto;
  }
}
.card-use__titleSub {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .card-use__titleSub {
    font-size: 1.2rem;
    line-height: 2.0833333333;
    margin-top: -0.5rem;
    display: block;
  }
}
.card-use__img {
  width: 18.4rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .card-use__img {
    width: 18rem;
    order: 2;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .card-use__img--mtSmallSp {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__img--wSmallSp {
    width: 13.4rem;
  }
}
.card-use__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-use__textNotice {
  display: block;
  padding-left: 1rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .card-use__textNotice {
    font-size: 1.2rem;
    line-height: 2;
    padding-left: 0;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__text {
    order: 4;
    line-height: 2;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .card-use__text--lsSmallSp {
    letter-spacing: 0.05em;
  }
}
.card-price {
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #F5F5F5;
}
.card-price__title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #B5CB39;
  padding: 1rem 2rem;
}
.card-price__content {
  padding-top: 2rem;
}
.card-price__contentText {
  padding: 0 3rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.card-price__contentText--color01 {
  color: #B5CB39;
}
.card-price__contentText--small {
  padding: 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__contentNotice {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__price {
  font-family: "Roboto", sans-serif;
  color: #B5CB39;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-price__price--align-items-flex-end {
  align-items: flex-end;
}
.card-price__price--mtSmall {
  margin-top: 1rem;
}
.card-price__price--mbMedium {
  margin-bottom: 2.5rem;
}
.card-price__price--mtNegaSmall {
  margin-top: -1rem;
}
.card-price__price--mbNegaSmall {
  margin-bottom: -1rem;
}
.card-price__price--cancell {
  color: #2F3D45;
  opacity: 0.3;
  position: relative;
}
.card-price__price--cancell::after {
  content: "";
  display: block;
  width: 25.9rem;
  height: 0.3rem;
  background-color: #2F3D45;
  position: absolute;
}
.card-price__priceMark {
  font-size: 5rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: 0.8rem;
}
.card-price__priceMark--small {
  font-size: 4.3rem;
}
.card-price__priceMark--large {
  font-size: 8rem;
  margin-bottom: 1rem;
}
.card-price__priceNum {
  margin-right: 1.4rem;
  font-size: 6.6rem;
  line-height: 1.3181818182;
  letter-spacing: 0;
  font-weight: 500;
}
.card-price__priceNum--large {
  font-size: 15.8rem;
  line-height: 1;
}
.card-price__priceNum--small {
  font-size: 5.7rem;
}
.card-price__priceSlash {
  font-size: 5rem;
  line-height: 1.32;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.card-price__priceSlash--small {
  font-size: 4.3rem;
}
.card-price__priceUnit {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-right: -0.4rem;
  margin-top: 1.4rem;
}
.card-price__priceUnit--small {
  font-size: 1.7rem;
}
.card-price__checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem 0 3.4rem;
  margin: 1.3rem 2rem 0;
  border-top: 2px solid #B5CB39;
}
.card-price__text {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.card-price__text--check {
  display: flex;
  align-items: flex-start;
}
.card-price__text--check::before {
  flex-shrink: 0;
  content: "";
  display: inline;
  background-image: url(../images/price-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.7rem;
  margin-top: 0.7rem;
  margin-right: 1.6rem;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.wp-pagenavi a,
.wp-pagenavi .current {
  display: grid;
  place-content: center;
  font-size: 1.7rem;
  font-weight: 400;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 4.5rem;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi a,
  .wp-pagenavi .current {
    font-size: 1.5rem;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 3.3rem;
  }
}
.wp-pagenavi a {
  background: #ededed;
  color: #929292;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  background: #03c7c6;
  color: #fff;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border: none;
  background: none;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: no-repeat 50% 50%/contain;
  transition: all var(--transition-lv2);
}
.wp-pagenavi a.previouspostslink::before {
  background-image: url(../images/common/chevron-left.svg);
}
.wp-pagenavi a.nextpostslink::before {
  background-image: url(../images/common/chevron-right.svg);
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.JsParallax {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.JsBrightBox__01, .JsBrightBox__02, .JsBrightBox__03, .JsBrightBox__04, .JsBrightBox__05, .JsBrightBox__06, .JsBrightBox__07, .JsBrightBox__08, .JsBrightBox__09, .JsBrightBox__10 {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.is-active .JsBrightBox__01, .is-active .JsBrightBox__02, .is-active .JsBrightBox__03, .is-active .JsBrightBox__04, .is-active .JsBrightBox__05, .is-active .JsBrightBox__06, .is-active .JsBrightBox__07, .is-active .JsBrightBox__08, .is-active .JsBrightBox__09, .is-active .JsBrightBox__10 {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}
.JsBrightBox__01 {
  transition-delay: 0;
}
.JsBrightBox__02 {
  transition-delay: 0.8s;
}
.JsBrightBox__03 {
  transition-delay: 1.6s;
}
.JsBrightBox__04 {
  transition-delay: 2.4s;
}
.JsBrightBox__05 {
  transition-delay: 3.2s;
}
.JsBrightBox__06 {
  transition-delay: 4s;
}
.JsBrightBox__07 {
  transition-delay: 4.8s;
}
.JsBrightBox__08 {
  transition-delay: 5.6s;
}
.JsBrightBox__09 {
  transition-delay: 3.2s;
}
.JsBrightBox__10 {
  transition-delay: 3.6s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
