@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:hover img {
  filter: alpha(opacity=75);
  opacity: 0.8;
}
img {
  max-width: 100%;
}
.sp-only,
.tab-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.header-fix {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}
@media only screen and (max-width: 1600px) {
  .header.header-fix {
    -webkit-transform: translateY(-8.125vw);
    transform: translateY(-8.125vw);
  }
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none;
  }
}
.header.is-active .header__toggle span {
  border-color: transparent;
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
  transform: rotate(45deg) translate(8.5px, 8px);
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
  transform: rotate(-45deg) translate(8.5px, -7.5px);
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 130px;
  padding: 0 30px;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .header__wrap {
    padding: 0 1.875vw;
    height: 8.125vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    height: 60px;
    padding: 0 20px;
  }
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 390px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1600px) {
  .header__top {
    max-width: 24.375vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    max-width: 100%;
    margin: 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
.header__logoImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .header__logo img {
    height: 35px;
  }
}
.header__toggle {
  display: none;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
}
.header__toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: relative;
}
.header__toggle span span {
  width: 25px;
  height: auto;
  border-top: 1px solid #444444;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__toggle span span:before,
.header__toggle span span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #444444;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__toggle span span:before {
  top: -12px;
}
.header__toggle span span:after {
  top: 11px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1600px) {
  .header__nav {
    gap: 1.875vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    gap: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 100%;
    background: #f5f5f5 url(../img/common/nav_bg.png) repeat center;
    height: calc(100vh - 120px);
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    padding: 60px 40px;
  }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
.header__navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 1600px) {
  .header__navbar {
    gap: 1.25vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.header__phone {
  font-family: din-2014;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1600px) {
  .header__phone {
    gap: 0.625vw;
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__phone {
    gap: 10px;
    font-size: 4rem;
    white-space: nowrap;
    margin: 140px 0 -200px;
  }
}
@media only screen and (max-width: 390px) {
  .header__phone {
    font-size: 10.2564102564vw;
  }
}
.header__phone:before {
  content: "";
  display: block;
  width: 26px;
  height: 21px;
  background: url(../img/common/icon/ic_phone.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1600px) {
  .header__phone:before {
    width: 1.625vw;
    height: 1.3125vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__phone:before {
    width: 34px;
    height: 29px;
  }
}
@media only screen and (max-width: 390px) {
  .header__phone:before {
    width: 8.7179487179vw;
    height: 7.4358974359vw;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1600px) {
  .header__list {
    gap: 1.875vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
  }
}
.header__list li {
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .header__list li {
    width: 100%;
  }
}
.header__list li a {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 1600px) {
  .header__list li a {
    font-size: 1.0625vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__list li a {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__list li a:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon/ic_arrow01.svg) no-repeat center/contain;
  }
}
.header__contact {
  width: 210px;
}
@media only screen and (max-width: 1600px) {
  .header__contact {
    width: 13.125vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__contact {
    width: 100%;
  }
}
.header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0 15px;
  font-size: 2.1rem;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  background: #d0324b;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px #0000000d;
  border-radius: 100px;
  white-space: nowrap;
}
@media only screen and (max-width: 1600px) {
  .header__contact a {
    padding: 0 0.9375vw;
    font-size: 1.3125vw;
    gap: 0.625vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__contact a {
    padding: 0 15px;
    font-size: 2.4rem;
    gap: 10px;
    height: 70px;
  }
  .header__contact a span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-left: -50px;
    text-indent: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .header__contact a {
    font-size: 2rem;
  }
  .header__contact a span {
    text-indent: 30px;
  }
}
.header__contact a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff url(../img/common/icon/ic_mail.svg) no-repeat center;
  background-size: 22px 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
}
@media only screen and (max-width: 1600px) {
  .header__contact a:before {
    width: 2.5vw;
    height: 2.5vw;
    background-size: 1.375vw 1.0625vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__contact a:before {
    width: 40px;
    height: 40px;
    background-size: 22px 17px;
  }
}
.footer {
  padding: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.footer__logo img {
  max-width: 227px;
}
.footer__nav {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}
.footer__list li {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer__list li {
    width: 100%;
  }
}
.footer__list li a {
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .footer__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__list li a:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: url(../img/common/icon/ic_arrow01.svg) no-repeat center/contain;
  }
}
.footer__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .footer__gr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0;
  }
}
.footer__phone {
  font-family: din-2014;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__phone {
    height: 60px;
    width: 50%;
    font-size: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 374px) {
  .footer__phone {
    font-size: 1.6rem;
    gap: 5px;
  }
}
.footer__phone:before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background: url(../img/common/icon/ic_phone.svg) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .footer__phone:before {
    width: 16px;
    height: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .footer__phone:before {
    width: 14px;
    height: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contact {
    width: 50%;
  }
}
.footer__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 2px 15px 4px;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  background: #d0324b;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px #0000000d;
  border-radius: 100px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .footer__contact a {
    height: 60px;
    border-radius: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    gap: 5px;
  }
}
@media only screen and (max-width: 374px) {
  .footer__contact a {
    font-size: 1.5rem;
  }
}
.footer__contact a:before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url(../img/common/icon/ic_mail-white.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .footer__contact a:before {
    width: 25px;
    height: 25px;
    background: #ffffff url(../img/common/icon/ic_mail.svg) no-repeat
      center/13px 10px;
    border-radius: 50%;
  }
}
.footer__bottom {
  padding: 45px 0;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
}
@media only screen and (max-width: 840px) {
  .footer__bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.footer__bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  background: #444444;
  z-index: -1;
}
.footer__slogan {
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
  margin-bottom: 45px;
}
.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer__policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .footer__policy li:has(a.is-jems) {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__policy li:has(a.is-jems) {
    width: auto;
  }
}
.footer__policy li a.is-jems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer__policy li a.is-jems:before {
  content: "";
  display: block;
  width: 68px;
  height: 18px;
  background: url(../img/common/jems.svg) no-repeat center/contain;
  position: relative;
  top: 1px;
}
.footer__policy li a.is-jems:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon/ic_blank.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -5px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    width: 100%;
    margin-top: 45px;
    text-align: center;
  }
}
.breadcrumb {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}
.breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8196ae;
  text-decoration: none;
}
.breadcrumb ul li a:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon/ic_arrow-gray.svg) no-repeat center/contain;
  margin-left: 10px;
}
.breadcrumb ul li span {
  color: #243d59;
}
body {
  position: relative;
  overflow-x: hidden;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #444;
  font-family:
    Noto Sans JP,
    sans-serif;
  background: #fcfcfc;
}
@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 60px;
  }
}
main {
  overflow: hidden;
  padding-top: 130px;
}
@media only screen and (max-width: 1600px) {
  main {
    padding-top: 8.125vw;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}
.btn {
  max-width: 320px;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  height: 75px;
  border-radius: 50px;
  background: #d0324b;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn a {
    height: 60px;
    font-size: 1.8rem;
  }
}
.btn a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #ffffff url(../img/common/icon/ic_arrow.svg) no-repeat center;
  background-size: 10px 10px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -5px;
}
.btn.is-contact {
  max-width: 100%;
  width: 420px;
}
.btn.is-contact a {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffecb3),
    to(#ffecb3)
  );
  background: -webkit-linear-gradient(bottom, #ffecb3, #ffecb3);
  background: linear-gradient(0deg, #ffecb3, #ffecb3);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px #0000001a;
  border-radius: 75px;
  color: #d0324b;
  font-size: 2.7rem;
  height: 105px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 0 40px;
}
.btn.is-contact a:after {
  width: 45px;
  height: 45px;
  background: #d0324b url(../img/common/icon/ic_arrow-white.svg) no-repeat
    center;
  background-size: 15px 15px;
}
.title01 {
  font-size: 3.9rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title01 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
.title01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/common/icon/ic_line.svg) no-repeat center;
  background-size: 57px 3px;
}
.title02 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .title02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.form__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.form__title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #383838;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9f0f8;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .form__title {
    margin-bottom: 30px;
  }
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}
.form__item:first-child {
  border-top: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .form__item {
    display: block;
    padding: 20px 0;
  }
}
.form__item.is-required .form__label:after {
  content: "\5fc5\9808";
  background: #c60010;
}
.form__label {
  width: 315px;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.015em;
  font-weight: 700;
  padding: 5px 15px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.form__label:after {
  content: "\4efb\610f";
  display: block;
  width: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2px 0 4px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background: #373737;
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .form__label:after {
    top: 0;
  }
}
#contact .req,
#contact .opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}
#contact .req {
  background: #d73838;
}
#contact .opt {
  background: #999;
}
.form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form input,
.form textarea {
  padding: 0 15px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.015em;
  font-weight: 400;
  width: calc(100% - 30px);
  color: #222;
  outline: none;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #888;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #888;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #888;
}
.form input::-ms-input-placeholder,
.form textarea::-ms-input-placeholder {
  color: #888;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #888;
}
@media only screen and (max-width: 767px) {
  .form input,
  .form textarea {
    font-size: 1.6rem;
  }
  #contact table,
  #contact tbody,
  #contact tr,
  #contact th,
  #contact td {
    display: block;
    width: 100%;
  }
  #contact table {
    table-layout: fixed;
  }
  #contact tr + tr {
    margin-top: 20px;
  }
  #contact th {
    margin-bottom: 8px;
  }
  #contact td {
    padding: 0;
  }
  #contact input,
  #contact textarea {
    width: 90%;
  }
}
.form input {
  min-height: 38px;
}
.form textarea {
  min-height: 188px;
  padding: 10px 15px;
}
.form__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.form__gr .form__input {
  width: calc(50% - 15px);
  margin: 0 5px;
}
.form__note {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #666;
  margin-top: 10px;
}
.form__privacyNote {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin: 30px 0 20px;
}
.form-num-remaining {
  position: fixed;
  right: 88px;
  bottom: 28px;
  z-index: 1000;
  display: block;
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  background: #d73838;
  border-radius: 4px;
}
.form-num-remaining__count {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#contact input[type="submit"] {
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
#contact input[type="submit"]:disabled {
  background: rgba(128, 128, 128, 0.7);
  opacity: 0.5;
  cursor: not-allowed;
}
.form__policy {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .form-num-remaining {
    right: 16px;
    bottom: 88px;
    font-size: 14px;
  }
  .form-num-remaining__count {
    font-size: 18px;
  }
  .form__privacyNote {
    font-size: 1.4rem;
    margin: 20px 0 15px;
	  text-align: left;
  }
  .form__policy {
    display: block;
    margin-top: 30px;
  }
}
.form__policy .form__checkbox {
  display: block;
  position: relative;
  top: 0;
  padding-left: 35px;
}
.form__policy .form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.form__policy .form__checkbox a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.015em;
  font-weight: 400;
  color: #222;
}
.form__checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  min-height: auto;
  margin: 6px 15px 0 0;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
}
.form__checkbox input:checked {
  background: #222222 url(../img/common/icon/ic_checked.svg) no-repeat center;
  background-size: 20px 20px;
  border-color: #222;
}
.form .btn {
  margin: 60px auto 0;
  width: 348px;
  height: 75px;
  background: rgba(0, 115, 132, 0.73);
  border-radius: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.66rem;
  letter-spacing: 0.19em;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .form .btn {
    margin-top: 30px;
    width: 100%;
    max-width: 348px;
  }
}
.text p + p {
  margin-top: 15px;
}
.pagenavi {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pagenavi {
    margin-top: 30px;
  }
}
.pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .pagenavi .wp-pagenavi {
    gap: 20px;
  }
}
.pagenavi .wp-pagenavi .pages {
  font-size: 2.2rem;
  line-height: 1;
  color: #bcc6dd;
}
.pagenavi .wp-pagenavi .pages span {
  color: #114178;
}
.pagenavi .wp-pagenavi .nextpostslink,
.pagenavi .wp-pagenavi .previouspostslink {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #114178 url(../img/common/icon/ic_arrow-white.svg) no-repeat
    center/contain;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pagenavi .wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 45px;
}
.list01 li {
  width: 350px;
}
@media only screen and (max-width: 1180px) {
  .list01 li {
    width: calc(50% - 22.5px);
  }
}
@media only screen and (max-width: 767px) {
  .list01 li {
    width: 100%;
  }
}
.list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.list02__item {
  width: calc((100% - 60px) / 3);
  padding: 40px;
  border-radius: 15px;
  background: #f2f2f2;
}
@media only screen and (max-width: 1180px) {
  .list02__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .list02__item {
    width: 100%;
  }
}
.list02__img {
  text-align: center;
}
.list02__img img {
  height: 150px;
}
.list02__content {
  text-align: center;
}
.list02__text {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 24px;
}
.list02__title {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #d0324b;
  margin-top: 20px;
}
.list02__note {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #767676;
  margin-top: 15px;
}
.list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px;
}
@media only screen and (max-width: 1180px) {
  .list03 {
    gap: 30px;
  }
}
.list03__item {
  width: 350px;
  border-radius: 15px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  overflow: hidden;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1180px) {
  .list03__item {
    width: calc(50% - 22.5px);
  }
}
@media only screen and (max-width: 767px) {
  .list03__item {
    width: 100%;
  }
}
.list03__item:nth-child(3) .number {
  letter-spacing: -0.1em;
  margin-left: -10px;
}
.list03__head {
  background: #d0324b;
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .list03__head {
    padding: 20px;
  }
}
.list03__title {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .list03__title {
    font-size: 2.4rem;
  }
}
.list03__title span {
  display: block;
  padding: 5px 20px;
  font-size: 1.7rem;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin: 15px auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 767px) {
  .list03__title span {
    font-size: 1.4rem;
  }
}
.list03__img {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .list03__img {
    padding: 20px;
  }
}
.list03__gr {
  position: relative;
}
.list03__gr img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.2;
}
.list03__des {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .list03__des {
    font-size: 2.4rem;
  }
}
.list03__des span {
  font-size: 5.6rem;
  color: #d0324b;
}
@media only screen and (max-width: 767px) {
  .list03__des span {
    font-size: 4.2rem;
  }
}
.list03__des span.number {
  font-family: din-2014;
  font-size: 9.3rem;
  line-height: 1;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .list03__des span.number {
    font-size: 7rem;
  }
}
.list03__des span.number span {
  font-size: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .list03__des span.number span {
    font-size: 5.2rem;
  }
}
.list03 .text {
  padding: 30px 40px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .list03 .text {
    padding: 20px;
  }
}
.table {
  max-width: 840px;
  margin: 0 auto;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table tr:first-child td {
  border-top: 1px solid #dfe7f0;
}
@media only screen and (max-width: 767px) {
  .table table tr:first-child td:nth-child(2) {
    border-top: none;
  }
}
.table table td {
  line-height: 1.95;
  padding: 30px 10px 30px 30px;
  border-bottom: 1px solid #dfe7f0;
  color: #595959;
}
@media only screen and (max-width: 767px) {
  .table table td {
    display: block;
    padding: 15px 0 !important;
  }
}
.table table td:first-child {
  width: 220px;
  padding: 30px 10px;
  font-weight: 800;
  color: #807374;
}
@media only screen and (max-width: 767px) {
  .table table td:first-child {
    width: 100%;
  }
}
.table.is-white table td {
  border-color: #fff !important;
}
.box01 {
  position: relative;
}
.box01 + .box01 {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .box01 + .box01 {
    margin-top: 60px;
  }
}
.box01__wrap {
  overflow: hidden;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
  background: #ffffff;
}
@media only screen and (max-width: 1180px) {
  .box01__wrap {
    border-radius: 10px;
  }
}
.box01__head {
  background: #d0324b;
  padding: 70px 60px 45px;
}
@media only screen and (max-width: 1180px) {
  .box01__head {
    padding: 60px 20px 20px;
  }
}
.box01__title {
  font-size: 3.9rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .box01__title {
    font-size: 2.4rem;
  }
}
.box01__text {
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .box01__text {
    font-size: 1.7rem;
  }
}
.box01__tag {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px #0000000d;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 295px;
  height: 60px;
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: 700;
  color: #d0324b;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .box01__tag {
    top: -25px;
    font-size: 2.1rem;
    width: 240px;
    height: 50px;
  }
}
.box01__tag:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0px 6px;
  border-color: #ffffff transparent transparent transparent;
}
.box01__content {
  padding: 45px 60px 60px;
}
@media only screen and (max-width: 767px) {
  .box01__content {
    padding: 40px 20px 20px;
  }
}
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
}
.price:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 100%;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 1180px) {
  .price:before {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.price__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 480px;
  flex-basis: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1180px) {
  .price__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .price__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.price__item:nth-child(odd) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.price__item:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.price__label {
  width: 165px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}
.price__number {
  font-family: din-2014;
  font-size: 5.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #d0324b;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .price__number {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 374px) {
  .price__number {
    font-size: 11.2vw;
  }
}
.price__number > span {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 3rem;
  color: #444;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .price__number > span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 374px) {
  .price__number > span {
    font-size: 6.4vw;
  }
}
.price__number > span span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .price__number > span span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 374px) {
  .price__number > span span {
    font-size: 3.2vw;
  }
}
.feature {
  background: #f1f1f1;
  padding: 40px 30px;
  margin-top: 45px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .feature {
    padding: 40px 20px 20px;
  }
}
.feature__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #d0324b;
  text-align: center;
  margin-bottom: 30px;
}
.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feature__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 228px;
  flex-basis: 228px;
  position: relative;
  max-width: 230px;
}
@media only screen and (max-width: 767px) {
  .feature__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .feature__item:hover span {
    background: #d0324b;
    color: #fff;
    border-color: #d0324b;
  }
  .feature__item:hover span:after {
    background: #ffffff url(../img/common/icon/ic_plus.svg) no-repeat
      center/10px 10px;
    border: none;
    bottom: 0;
    right: 0;
  }
}
.feature__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.feature__item input:checked ~ span {
  background: #d0324b;
  color: #fff;
  border-color: #d0324b;
}
.feature__item input:checked ~ span:after {
  background: #ffffff url(../img/common/icon/ic_plus.svg) no-repeat center/10px
    10px;
  border: none;
  bottom: 0;
  right: 0;
}
.feature__item span {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  padding: 0 15px;
  min-height: 75px;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.feature__item span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon/ic_plus-light.svg) center;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 3px 0;
  border: 2px solid #e8e8e8;
}
.card01 {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px #00000026;
  border-radius: 15px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .card01 {
    padding: 20px;
    border-radius: 10px;
  }
}
.card01__stt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  position: absolute;
  width: 105px;
  height: 30px;
  left: 0;
  top: -15px;
  background: #d0324b;
  border-radius: 15px 15px 15px 0;
  font-family: din-2014;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.card01__img img {
  width: 100%;
  border-radius: 10px;
}
.card01__content {
  margin-top: 30px;
}
.card01__title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #d0324b;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
  text-align: center;
}
.card01__title span {
  font-weight: 900;
}
.feature-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.feature-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1001;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0s;
  transition: opacity 0.35s ease, visibility 0s linear 0s;
}
.feature-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.feature-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px #0000004d;
  max-width: 840px;
  width: 90%;
  max-height: 80vh;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .feature-modal__container {
    width: 85%;
    max-height: 90vh;
    border-radius: 15px;
  }
}
.feature-modal.is-active .feature-modal__container {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.feature-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: #444444;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.feature-modal__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feature-modal__close:before,
.feature-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.feature-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.feature-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #f1f1f1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.feature-modal__nav::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url(../img/common/icon/ic_arrow-white.svg) no-repeat center/14px
    14px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  pointer-events: none;
}
.feature-modal__nav:hover:not(:disabled) {
  opacity: 0.85;
}
.feature-modal__nav:focus-visible {
  outline: 2px solid #d0324b;
  outline-offset: 2px;
}
.feature-modal__nav--prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.feature-modal__nav--next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.feature-modal__nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .feature-modal__nav {
    width: 36px;
    height: 36px;
  }
  .feature-modal__nav::after {
    background-size: 12px 12px;
  }
  .feature-modal__close {
    top: -12px;
    right: -12px;
  }
}
.feature-modal__content {
  padding: 60px 52px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .feature-modal__content {
    padding: 40px 20px 20px;
    max-height: 90vh;
  }
}
.feature-modal__title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
  border-left: 5px solid #d0324b;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .feature-modal__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.feature-modal__description {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .feature-modal__description {
    margin-bottom: 20px;
  }
}
.feature-modal__features {
  list-style: none;
  margin: 0;
  background: #f1f1f1;
  padding: 20px;
  border-radius: 10px;
}
.feature-modal__features li {
  list-style: disc;
  margin-left: 30px;
}
.feature-modal__features + .feature-modal__description {
  margin-top: 20px;
}
.feature__item,
.feature__item input {
  cursor: pointer !important;
}
.feature__item.is-active span {
  background: #d0324b;
  color: #fff;
  border-color: #d0324b;
}
.feature__item.is-active span:after {
  background: #ffffff url(../img/common/icon/ic_plus.svg) no-repeat center/10px
    10px;
  border: none;
  bottom: 0;
  right: 0;
}
.mv {
  background: url(../img/top/mv-bg.png) no-repeat center/cover;
  padding: 45px 0;
}
.mv__wrap {
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .mv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.mv__content {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .mv__content {
    max-width: 100%;
    margin-top: 30px;
  }
}
.mv__title {
  font-size: 6.5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 60px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .mv__title {
    font-size: 3.3rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 374px) {
  .mv__title {
    font-size: 2.6rem;
  }
}
.mv__title > span {
  background: #ffffff;
  display: block;
  padding: 15px;
  white-space: nowrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 767px) {
  .mv__title > span {
    padding: 5px 10px;
  }
}
.mv__title > span span {
  color: #d0324b;
}
.mv__title span + span {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .mv__title span + span {
    margin-top: 10px;
  }
}
.mv__text {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .mv__text {
    font-size: 1.6rem;
  }
}
.mv__text span {
  color: #d0324b;
  font-size: 4.6rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .mv__text span {
    font-size: 2.4rem;
  }
}
.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .mv__list {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mv__list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #d0324b;
  border-bottom: 1px solid #d0324b;
  padding-bottom: 10px;
}
.mv__list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon/ic_check.svg) no-repeat center/contain;
}
.mv .btn {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .mv .btn {
    margin-top: 30px;
  }
}
.mv__img {
  max-width: 40.2985074627%;
}
@media only screen and (max-width: 767px) {
  .mv__img {
    max-width: 100%;
  }
}
.customer {
  background-color: #fff;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .customer {
    padding: 60px 0 30px;
  }
}
.customer__title {
  width: 90%;
  max-width: 487px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: normal;
  font-weight: 700;
  color: #d0324b;
  background: url(../img/common/frame01.svg) no-repeat center/contain;
  margin: -90px auto 30px;
}
@media only screen and (max-width: 767px) {
  .customer__title {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .customer__title {
    font-size: 1.4rem;
  }
}
.customer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .customer__list {
    gap: 15px;
  }
}
.customer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .customer__list li {
    gap: 15px;
  }
}
.customer__list li:nth-child(2) {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.customer__list li:nth-child(2) .customer__img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.customer__img {
  width: 300px;
  padding: 0 30px;
}
.plan {
  padding: 120px 0;
  background: url(../img/top/plan_bg.png) repeat center;
}
@media only screen and (max-width: 767px) {
  .plan {
    padding: 60px 0;
  }
}
.plan__text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #737373;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .plan__text {
    margin-top: 20px;
  }
}
.contact {
  background: url(../img/common/contact_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.contact__wrap {
  height: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contact__wrap {
    height: auto;
    padding: 60px 0;
  }
}
.point {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .point {
    padding: 60px 0;
  }
}
.point .title01 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .point .title01 {
    margin-bottom: 45px;
  }
}
.point__img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px #00000026;
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .point__img {
    margin-top: 30px;
    border-radius: 10px;
  }
}
.point__img img {
  width: 100%;
}
.system {
  padding: 120px 0;
  background: url(../img/top/plan_bg.png) repeat center;
}
@media only screen and (max-width: 767px) {
  .system {
    padding: 60px 0;
  }
}
.system .title01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .system .title01 {
    margin-bottom: 30px;
  }
}
.system .text {
  text-align: center;
}
.system .box01 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .system .box01 {
    margin-top: 30px;
  }
}
.system .box01:not(:first-child) {
  position: relative;
}
.system .box01:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  height: 60px;
  border-left: 3px dashed #d0324b;
}
@media only screen and (max-width: 767px) {
  .system .box01:not(:first-child):after {
    bottom: -30px;
    height: 30px;
  }
}
.system .box01__head {
  padding: 30px 60px;
}
@media only screen and (max-width: 767px) {
  .system .box01__head {
    padding: 20px;
  }
}
.system .box01__title {
  font-size: 3rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .system .box01__title {
    font-size: 2.4rem;
  }
}
.system .box01__content {
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .system .box01__content {
    padding: 30px 20px 20px;
  }
}
.system .btn {
  max-width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .system .btn {
    margin-top: 30px;
  }
}
.system .btn a {
  height: 85px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .system .btn a {
    height: 60px;
    font-size: 2.4rem;
  }
}
.system .btn a:after {
  display: none;
}
.implementation {
  padding: 120px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .implementation {
    padding: 60px 0;
  }
}
.implementation .title01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .implementation .title01 {
    margin-bottom: 30px;
  }
}
.implementation__note {
  text-align: center;
  margin-top: 45px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: gray;
}
@media only screen and (max-width: 767px) {
  .implementation__note {
    margin-top: 30px;
  }
}
.faq {
  padding: 120px 0;
  background: url(../img/top/plan_bg.png) repeat center;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 60px 0;
  }
}
.faq .title01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .faq .title01 {
    margin-bottom: 30px;
  }
}
.faq__item {
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
.faq__item:first-child {
  border-top: 1px solid #e8e8e8;
}
.faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}
.faq__q:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  border-radius: 50px;
  background: #d0324b;
  color: #fff;
  font-family: din-2014;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq__q span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}
.faq__q:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon/ic_plus01.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__q.is-open:after {
  background: url(../img/common/icon/ic_minus.svg) no-repeat center/contain;
}
.faq__content {
  margin-top: 30px;
  display: none;
}
.faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-weight: 500;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.faq__a:before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  border-radius: 50px;
  background: #ffffff;
  color: #d0324b;
  font-family: din-2014;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.company {
  padding: 120px 0;
  background: url(../img/top/company_bg.png) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .company {
    padding: 60px 0;
  }
}
.company:before,
.company:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.company:before {
  top: 0;
  left: 0;
  background: url(../img/top/company_frame03.png) no-repeat top left/contain;
}
.company:after {
  bottom: 0;
  right: 0;
  background: url(../img/top/company_frame04.png) no-repeat bottom right/contain;
}
.company__wrap:before,
.company__wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 690px;
  height: 517px;
  pointer-events: none;
}
@media only screen and (max-width: 1600px) {
  .company__wrap:before,
  .company__wrap:after {
    width: 43.125vw;
    height: 32.3125vw;
  }
}
.company__wrap:before {
  bottom: 0;
  left: 0;
  background: url(../img/top/company_frame01.png) no-repeat center/contain;
}
.company__wrap:after {
  top: 0;
  right: 0;
  background: url(../img/top/company_frame02.png) no-repeat center/contain;
}
.company__description {
  text-align: center;
}
.company__description .text {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .company__description .text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.company__description .text + .text {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .company__description .text + .text {
    margin-top: 30px;
  }
}
.company .btn {
  margin: 90px auto 0;
}
@media only screen and (max-width: 767px) {
  .company .btn {
    margin-top: 60px;
  }
}
.btn.is-contact {
  position: relative;
  z-index: 2;
}
.btn.is-contact a {
  position: relative;
  z-index: 1;
}

.feature__item span,
.feature__item span:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* --------------------------------------------------------------------------
   MV: .mv__list-row（リスト右に画像・SP 横並び）
   既存の .mv 系ルールは上書きせず、ここで追記のみ上書きする。
   戻すときは本ブロックと index.html の mv__list-row ラッパーを削除。
   -------------------------------------------------------------------------- */
.mv__wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mv__list-row .mv__img {
    position: absolute;
    top: 50%;
    right: 20px;
    max-width: 40.2985074627%;
    width: 40.2985074627%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mv__list-row .mv__img img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mv__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mv__content {
    margin-top: 0;
  }
  .mv__list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .mv__list-row .mv__list {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
  .mv__list-row .mv__img {
    position: static;
    max-width: 42%;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
.mv__list-row .mv__img img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/* ADD CSS 2026.03.27 */
/* ==========================================================================
   top - 繝医ャ繝・
   ========================================================================== */
.mv .mv__content {
  max-width: inherit;
  width: 100%;
}
.mv__title > span {
  width: calc(100% - 40px);
}
@media screen and (max-width: 1240px) {
  .mv__title {
    font-size: 4.5vw;
  }
  .mv__text {
    font-size: 1.8vw;
  }
  .mv__text span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 899px) and (max-width: 1240px) {
  .mv__list li {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 898px) {
  .mv__list-row .mv__img {
    width: 32%;
  }
}
@media only screen and (max-width: 1024px) {
  .mv__list-row .mv__img {
    position: absolute;
    top: 228px;
    width: 42vw;
  }
}
@media only screen and (max-width: 1000px) {
  .mv__list-row .mv__img {
    position: absolute;
    top: 228px;
  }
}
@media only screen and (max-width: 897px) {
  .mv__title {
    font-size: 8.5vw;
  }
  .mv__title > span {
    width: 100%;
  }
  .mv__text span {
    font-size: 7.5vw;
  }
  .mv__text {
    font-size: 5.4vw;
  }
  .mv__list-row .mv__img {
    position: absolute;
    right: 20px;
    top: 221px;
    max-width: 29vw;
  }
  .mv .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .slick-initialized .slick-slide {
    display: block;
    width: 200px;
    padding: 0;
  }
  .btn.is-contact {
    width: auto;
    display: table;
  }
  .btn.is-contact a {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__list-row {
    display: grid;
  }
  .mv__list li {
    width: 100%;
  }
  .mv__list-row .mv__img {
    /*top: 219px;*/
    top: 85px;
    right: 47px;
    max-width: 28vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 898px) {
  .mv__list li {
    font-size: 1.7rem;
  }
  .mv__list-row .mv__img {
    right: 55px;
    top: 237px;
    max-width: 26vw;
  }
}
@media only screen and (max-width: 540px) {
  .mv__list-row .mv__img {
    position: absolute;
    right: 20px;
    top: 58px;
    max-width: 30vw;
  }
}
/* ==========================================================================
   system - 繧ｷ繧ｹ繝・Β
   ========================================================================== */
@media only screen and (max-width: 898px) {
  .list02__item {
    padding: 20px;
  }
  .list02__title {
    font-size: 2.1rem;
  }
}
/* ==========================================================================
   tab-only - 繧ｿ繝悶Ξ繝・ヨ陦ｨ遉ｺ
   ========================================================================== */
.tab-only {
  display: none;
}
@media only screen and (max-width: 898px) {
  .tab-only {
    display: block;
  }
}

/* ==========================================================================
   text - 繝・く繧ｹ繝・
   ========================================================================== */
@media only screen and (max-width: 898px) {
  .implementation__note,
  .plan__text {
    text-align: left;
  }
}
