/* ====================================================
variable
==================================================== */
/* ====================================================
import
==================================================== */
/* ====================================================
reset style
==================================================== */
body {
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  font-size: 100%;
}

ul {
  list-style-type: none;
}

li img {
  vertical-align: bottom;
}

figure {
  margin: 0;
  padding: 0;
}

/* ====================================================
base
==================================================== */
/*--------------------------------------------
display
--------------------------------------------*/
.device_pc {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .device_pc {
    display: none !important;
  }
}

.device_sp {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp {
    display: block !important;
  }
}

.device_pc-inline {
  display: inline-block !important;
}
@media print, screen and (max-width: 768px) {
  .device_pc-inline {
    display: none !important;
  }
}

.device_sp-inline {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .device_sp-inline {
    display: inline-block !important;
  }
}

/* ====================================================
base style
==================================================== */
html {
  font-size: 62.5%;
  font-size: 0.694vw;
}
@media print, screen and (max-width: 768px) {
  html {
    font-size: 2.666vw;
  }
}

body {
  color: #000000;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  line-height: 1.8;
  overflow: auto;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: 0.02em;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #2a2e2f;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a.no-click:hover {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}

figure {
  width: 100%;
}

::placeholder {
  color: #e4e4e4;
}

em {
  font-weight: 600;
}

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

.font-fugaz {
  font-family: "Fugaz One";
  font-weight: 400;
}

/* ====================================================
unity
==================================================== */
.u-font--blue {
  color: #239cf5;
}

.u-font--yellow {
  color: #fff36e;
}

.u-dotslist {
  list-style-type: disc;
  padding-left: 1em;
}
.u-dotslist li::marker {
  color: #239cf5;
}

.u-asterisk {
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .u-asterisk {
    margin-top: 1rem;
  }
}
.u-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

/* ====================================================
header
==================================================== */
.header {
  z-index: 9999;
  position: absolute;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
.header.js-min_header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 1.5rem rgba(57, 1, 1, 0.3);
}
.header.js-min_header .header__inner .cta__btn {
  margin-left: auto;
  width: 24rem;
  font-size: 1.5rem;
  padding: 1rem 0 1rem 0.5em;
}
@media print, screen and (max-width: 768px) {
  .header.js-min_header .header__inner .cta__btn {
    width: 20rem;
    font-size: 1.4rem;
    padding: 0.6rem 0 0.6rem 0.5em;
  }
}
.header.js-min_header .header__inner .cta__btn::after {
  width: 5rem;
  height: 4.5rem;
}
@media print, screen and (max-width: 768px) {
  .header.js-min_header .header__inner .cta__btn::after {
    width: 4rem;
    height: 3.5rem;
  }
}
.header.js-min_header .header__logo > span {
  width: 10rem;
}
@media print, screen and (max-width: 768px) {
  .header.js-min_header .header__logo > span {
    width: 7rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
@media print, screen and (max-width: 768px) {
  .header__inner {
    padding: 0.5rem 1rem 1rem 1rem;
  }
}
.header__inner .cta__btn {
  margin-left: auto;
  width: 34rem;
}
@media print, screen and (max-width: 768px) {
  .header__inner .cta__btn {
    width: 21rem;
  }
  .header__inner .cta__btn::after {
    width: 4rem;
    height: 3.8rem;
  }
}
.header__logo {
  display: inline-block;
  position: relative;
}
.header__logo > span {
  width: 16rem;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .header__logo > span {
    width: 9rem;
  }
}

/* ====================================================
footer
==================================================== */
@media print, screen and (max-width: 768px) {
  .footer {
    padding: 0 2rem;
  }
}
.footer .base-inner-l {
  padding: 2.6rem 0 8rem;
  border-top: 1px solid #d5d5d5;
}
@media print, screen and (max-width: 768px) {
  .footer .base-inner-l {
    padding: 2rem 0 4rem;
  }
}
.footer .copy {
  font-weight: 200;
  text-align: center;
  color: #2e0707;
  font-size: 1.3rem;
}

/* ====================================================
style
==================================================== */
.base-inner-m {
  width: 103rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .base-inner-m {
    width: auto;
  }
}
.base-inner-l {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 768px) {
  .base-inner-l {
    width: auto;
  }
}
.base-title {
  text-align: center;
  font-size: 3.4rem;
  padding-bottom: 2rem;
  position: relative;
  font-weight: 700;
  padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .base-title {
    font-size: 2.8rem;
    padding-bottom: 1rem;
    padding-top: 0;
  }
}
.base-title__en {
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Fugaz One";
  font-weight: 400;
  font-size: 12rem;
  letter-spacing: 0.2em;
  opacity: 0.1;
  top: 0;
}
@media print, screen and (max-width: 768px) {
  .base-title__en {
    font-size: 7rem;
    letter-spacing: 0.2em;
  }
}
.base-title__wrap {
  position: relative;
  z-index: 2;
}

.cta__btn {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  border-radius: 6rem;
  padding: 1.2rem 0 1.2rem 0.5em;
  background: linear-gradient(to right, #ee5512 0%, #ee8e12 99.61%, #ee8e12 100%);
  box-shadow: 1.27px 2.72px 0px rgba(161, 50, 0, 0.75);
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .cta__btn {
    font-size: 1.5rem;
    padding: 0.5em 0 0.5em 0.5em;
  }
}
.cta__btn::after {
  position: absolute;
  left: 1rem;
  bottom: 0;
  content: "";
  background-image: url(../img/cta-deco.png);
  width: 7rem;
  height: 6.5rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .cta__btn::after {
    width: 7rem;
    height: 6.5rem;
  }
}
.cta__btn > span {
  font-weight: 500;
  position: absolute;
  background: url(../img/btn-deco.svg) no-repeat;
  background-size: cover;
  color: #239cf5;
  font-size: 1.8rem;
  width: 7rem;
  height: 7rem;
  left: 0;
  top: -1rem;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 768px) {
  .cta__btn > span {
    font-size: 1.1rem;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
  }
  .cta__btn > span:after {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .cta__btn:hover {
    transform: scale(1.1);
  }
}
.cta__btn .circle > span {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  .cta__btn .circle > span {
    right: 1rem;
  }
}
.cta__btn .circle > span:before, .cta__btn .circle > span::after {
  content: "";
  display: block;
  position: absolute;
}
.cta__btn .circle > span:before {
  width: 0.3em;
  height: 0.3em;
  top: 50%;
  left: auto;
  margin: 0 auto;
  right: 0.75em;
  background-color: transparent;
  border-radius: 0;
  border-top: 3px solid #ee5712;
  border-right: 3px solid #ee5712;
  transform: translate(82%, -50%) rotate(45deg);
}

.mv {
  background-image: url(../img/mv_bg.jpg);
  height: 66rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .mv {
    padding: 0 2rem;
    height: 59rem;
  }
}
.mv > .base-inner-m {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .mv > .base-inner-m {
    height: 100%;
    padding-top: 9rem;
    margin-bottom: auto;
    z-index: 3;
  }
}
.mv__title {
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.mv__title > span {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.2em;
  margin-bottom: 2.5rem;
}
@media print, screen and (max-width: 768px) {
  .mv__title > span {
    margin-bottom: 1.5rem;
  }
}
.mv__title > .line01 {
  font-size: 4rem;
}
@media print, screen and (max-width: 768px) {
  .mv__title > .line01 {
    font-size: 2.4rem;
    padding-right: 0;
  }
}
.mv__title > .line02 {
  font-size: 7.4rem;
}
@media print, screen and (max-width: 768px) {
  .mv__title > .line02 {
    font-size: 4.7rem;
  }
}
.mv__title > .line02 > em {
  font-size: 1.2em;
  background: linear-gradient(to left, #239cf5, #268bee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (max-width: 768px) {
  .mv__title > .line02 > em {
    font-size: 1em;
  }
}
.mv .cta__btn {
  width: 36rem;
  padding: 1.5rem 0;
  font-size: 3rem;
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .mv .cta__btn {
    width: 90%;
    font-size: 1.6rem;
    padding: 1rem 0;
    position: absolute;
    bottom: 4rem;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.mv .cta__btn::after {
  display: none;
}
.mv .card__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide {
    top: auto;
    bottom: 0;
  }
}
.mv .card__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#6078f0 0%, #5ea0e1 100%);
  opacity: 0.6;
  transform: scaleX(0) skewX(-35deg);
  transform-origin: -130% -50%;
  transition: transform 300ms 200ms ease-in-out;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide::before {
    top: auto;
    bottom: 0;
  }
}
.mv .card__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top right;
  transform: scaleX(0);
  transform-origin: -130% -50%;
  transition: transform 200ms 400ms ease-in-out;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide::after {
    top: auto;
    bottom: 0;
    background-position: bottom right;
  }
}
.mv .card__slide:nth-child(1)::after {
  background-image: url(../img/mv_side01.png);
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide:nth-child(1)::after {
    background-image: url(../img/mv_side01-sp.png);
  }
}
.mv .card__slide:nth-child(2)::after {
  background-image: url(../img/mv_side02.png);
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide:nth-child(2)::after {
    background-image: url(../img/mv_side02-sp.png);
  }
}
.mv .card__slide:nth-child(3)::after {
  background-image: url(../img/mv_side03.png);
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide:nth-child(3)::after {
    background-image: url(../img/mv_side03-sp.png);
  }
}
.mv .card__slide.active::before {
  transform: scaleX(1) skewX(-35deg);
  transform-origin: 100% 250%;
}
.mv .card__slide.active::after {
  transform: scaleX(1);
  transform-origin: 100% 100%;
}
.mv .card__slide.active .image-r {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 800ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 300ms 1000ms linear;
}
.mv .card__slide.active .image-t {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 800ms 300ms cubic-bezier(0.165, 20, 0.44, 1), opacity 300ms 1000ms linear;
}
.mv .card__slide .image-r {
  width: 65rem;
  position: absolute;
  top: 9rem;
  right: 16rem;
  transform: translate3d(30%, 30%, 0);
  z-index: 2;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide .image-r {
    width: 45rem;
    right: -4rem;
    bottom: 0;
    top: auto;
  }
}
.mv .card__slide .image-t {
  width: 55rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate3d(-50%, -10%, 0);
  z-index: 1;
  opacity: 0;
}
@media print, screen and (max-width: 768px) {
  .mv .card__slide .image-t {
    top: auto;
    left: 0;
    bottom: 0;
    width: 30rem;
  }
}

.worries {
  background-color: #f1f9fe;
  background-image: url(../img/about_bg.png), url(../img/about_bg-geometry.png);
  background-size: cover;
  background-repeat: no-repeat, repeat-y;
  background-position: top 20rem center, top center;
}
@media print, screen and (max-width: 768px) {
  .worries {
    background-size: 180% auto, 100% auto;
    background-position: top 45rem center, top center;
    background-repeat: no-repeat;
  }
}
.worries__inner {
  position: relative;
  padding: 7rem 0 0;
}
@media print, screen and (max-width: 768px) {
  .worries__inner {
    width: calc(100% - 4rem);
    padding: 5rem 0 5rem;
  }
}
.worries__inner::before {
  content: "";
  position: absolute;
  background-image: url(../img/worries-illust01.svg);
  background-size: cover;
  width: 19rem;
  height: 20rem;
  top: 2rem;
  left: 0rem;
}
@media print, screen and (max-width: 768px) {
  .worries__inner::before {
    width: 7.5rem;
    height: 8rem;
    left: 2rem;
  }
}
.worries__inner::after {
  content: "";
  position: absolute;
  background-image: url(../img/worries-illust02.svg);
  background-size: cover;
  width: 19rem;
  height: 20rem;
  top: 2rem;
  right: 0;
}
@media print, screen and (max-width: 768px) {
  .worries__inner::after {
    width: 7.5rem;
    height: 8rem;
    right: 2rem;
  }
}
.worries__title {
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title {
    background-size: 16rem;
  }
}
.worries__title .line01 {
  font-size: 3.6rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line01 {
    font-size: 2.4rem;
  }
}
.worries__title .line01 > em {
  font-size: 1.4em;
  background-image: linear-gradient(transparent 80%, #fff36e 80%), radial-gradient(0.08em 0.08em at center 1rem, #239cf5, #239cf5 100%, rgba(0, 0, 0, 0));
  padding-top: 1rem;
  background-position: bottom left, top left;
  background-repeat: repeat-x;
  background-size: 100%, 1em 0.4em;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line01 > em {
    font-size: 1.2em;
    background-size: 100%, 1em 0.6em;
  }
}
.worries__title .line02 {
  font-size: 3rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line02 {
    font-size: 1.9rem;
    margin-top: 0.8rem;
    display: inline-block;
  }
}
.worries__title .line02 > span {
  font-size: 3.6rem;
}
@media print, screen and (max-width: 768px) {
  .worries__title .line02 > span {
    font-size: 2.3rem;
  }
}
.worries__list {
  display: flex;
  gap: 3.7rem;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .worries__list {
    gap: 1rem;
    margin-top: 0;
    padding: 0 0 0;
    flex-wrap: wrap;
  }
}
.worries__list > li {
  position: relative;
  text-align: center;
  padding: 2rem;
  background-color: #fff;
  border: 3px solid #239cf5;
  box-shadow: 5.66px 5.66px 0px #fff36e;
  width: 33.3%;
}
@media print, screen and (max-width: 768px) {
  .worries__list > li {
    width: 90%;
    padding: 1.5rem 1.5rem;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .worries__list > li:nth-child(2n - 1) {
    margin-left: auto;
  }
  .worries__list > li:nth-child(2n - 1) figure {
    order: 2;
  }
  .worries__list > li:nth-child(2n)::after {
    left: auto;
    right: -1rem;
    background-image: url(../img/worries_item-deco-sp02.svg);
  }
}
.worries__list > li::after {
  position: absolute;
  content: "";
  background-image: url(../img/worries_item-deco.svg);
  width: 6rem;
  height: 6rem;
  background-size: cover;
  top: -2rem;
  left: -2rem;
}
@media print, screen and (max-width: 768px) {
  .worries__list > li::after {
    width: 3.5rem;
    height: 3.5rem;
    top: -1rem;
    left: -1rem;
    background-image: url(../img/worries_item-deco-sp01.svg);
  }
}
.worries__list > li > figure {
  width: 12rem;
  margin: auto;
}
@media print, screen and (max-width: 768px) {
  .worries__list > li > figure {
    width: 8rem;
    margin: 0;
  }
}
.worries__list > li > figcaption {
  margin-top: 1rem;
}

.about {
  padding-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .about {
    padding-top: 0;
  }
}
.about__title {
  text-align: center;
}
.about__title > .line01 {
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 600;
  background-color: #fff36e;
  padding: 0 0.5em;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 768px) {
  .about__title > .line01 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}
.about__title > .line01::before {
  content: "";
  border-width: 1rem;
  border-style: solid;
  border-color: #fff36e transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.about__title > .line02 {
  line-height: 1;
  display: block;
  margin: auto;
  width: 50rem;
  margin-top: -4rem;
}
@media print, screen and (max-width: 768px) {
  .about__title > .line02 {
    width: 80%;
    margin-top: -2rem;
  }
}
.about-content {
  margin-top: 2rem;
  width: 100%;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
  .about-content {
    display: block;
    height: auto;
    margin-top: 0;
    padding-bottom: 9rem;
  }
}
.about-content__textarea {
  background: #fff;
  box-shadow: 5.66px 5.66px 0px #fff36e;
  padding: 3rem;
  text-align: center;
  border-radius: 80rem;
}
@media print, screen and (max-width: 768px) {
  .about-content__textarea {
    padding: 2rem 0.5rem;
    width: 90%;
    margin: auto;
  }
}
.about-content__title {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 768px) {
  .about-content__title {
    font-size: 1.5rem;
  }
}
.about-content__title .logo {
  width: 31rem;
  display: inline-block;
  vertical-align: middle;
}
@media print, screen and (max-width: 768px) {
  .about-content__title .logo {
    width: 18rem;
  }
}
.about-content__text {
  margin-left: auto;
  font-size: 2.8rem;
}
@media print, screen and (max-width: 768px) {
  .about-content__text {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.about-content__text > em {
  color: #ff5200;
  display: inline;
  position: relative;
  background: linear-gradient(transparent 80%, #fff36e 80%);
}
.about-content__img {
  width: 80rem;
  margin: 0 auto 0;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .about-content__img {
    width: 100%;
  }
}
.about-content .marquee {
  position: absolute;
  display: flex;
  white-space: nowrap;
  gap: 20rem;
  top: 20rem;
}
@media print, screen and (max-width: 768px) {
  .about-content .marquee {
    top: 4rem;
    gap: 5rem;
  }
}
.about-content .marquee-inner {
  width: 10rem;
  animation: marquee 5s linear infinite;
}
@media print, screen and (max-width: 768px) {
  .about-content .marquee-inner {
    width: 5.5rem;
  }
}
@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.feature {
  padding: 10rem 0 0;
  border-radius: 8rem 8rem 0px 0px;
  background-image: url(../img/figure_bg.png);
  background-size: 100% auto;
  background-position: top center;
}
@media print, screen and (max-width: 768px) {
  .feature {
    padding: 5rem 0 0;
    border-radius: 4rem 4rem 0px 0px;
    margin-top: -3rem;
    background-image: url(../img/figure_bg-sp.png);
  }
}
.feature__title {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .feature__title {
    font-size: 2.6rem;
  }
}
.feature__title em {
  font-size: 1.4em;
}
@media print, screen and (max-width: 768px) {
  .feature__title em {
    top: -0.2em;
  }
}
.feature__title .logo {
  display: inline-block;
  width: 33.4rem;
}
@media print, screen and (max-width: 768px) {
  .feature__title .logo {
    width: 70%;
  }
}
@media print, screen and (max-width: 768px) {
  .feature__list {
    padding: 0 2rem;
  }
}
.feature__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .feature__item {
    margin-top: 5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .feature__item:nth-child(2n) > figure {
    order: 2;
  }
}
.feature__item:nth-child(2n) > figcaption {
  margin-left: auto;
  order: 2;
}
@media print, screen and (max-width: 768px) {
  .feature__item:nth-child(2n) > figcaption {
    order: 1;
  }
}
@media print, screen and (max-width: 768px) {
  .feature__item:nth-child(2n) > figcaption .title {
    padding-left: 0;
  }
}
.feature__item:nth-child(2n) > figcaption .title::after {
  right: auto;
  left: 0;
}
.feature__item:nth-child(2n) > figcaption .title .num {
  right: 0;
  left: auto;
}
.feature__item > figure {
  width: 40rem;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figure {
    width: 80%;
    margin: auto;
  }
}
.feature__item > figcaption {
  color: #fff;
  width: 54rem;
  border-radius: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}
.feature__item > figcaption .title {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-weight: 600;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption .title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
  }
}
.feature__item > figcaption .title::after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 1px;
  right: 0;
  bottom: 0;
  width: calc(100% + 20rem);
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption .title::after {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.feature__item > figcaption .title .num {
  line-height: 0.7;
  bottom: 0;
  left: -4rem;
  font-size: 12rem;
  display: block;
  position: absolute;
  opacity: 0.1;
}
@media print, screen and (max-width: 768px) {
  .feature__item > figcaption .title .num {
    font-size: 9rem;
    left: -2rem;
    bottom: -1rem;
    line-height: 1;
  }
}
.feature .cta {
  margin-top: 8rem;
}
@media print, screen and (max-width: 768px) {
  .feature .cta {
    margin-top: 4rem;
  }
}

.cta {
  background-image: url(../img/cta_bg.jpg);
  border-radius: 0 8rem 0 8rem;
  background-size: cover;
  padding: 12rem 0;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .cta {
    padding: 4rem 2rem 5rem;
    border-radius: 0 2rem 0 2rem;
    background-image: url(../img/cta_bg-sp.jpg);
  }
}
.cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta__inner .title {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}
@media print, screen and (max-width: 768px) {
  .cta__inner .title {
    font-size: 2rem;
    margin-bottom: 3.5rem;
    text-align: center;
    width: 100%;
  }
}
.cta__inner .cta__btn {
  width: 50rem;
  font-size: 2.6rem;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .cta__inner .cta__btn {
    width: 90%;
    font-size: 1.6rem;
    margin: auto;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.cta__inner .cta__btn::after {
  width: 9rem;
  height: 8.5rem;
}
@media print, screen and (max-width: 768px) {
  .cta__inner .cta__btn::after {
    width: 7rem;
    height: 6.5rem;
  }
}

.point {
  position: relative;
  background-image: url(../img/fixbg.png);
  background-attachment: fixed;
}
.point-head {
  background-image: url(../img/point_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  padding: 6rem 0;
  height: 86.5rem;
  margin-bottom: 27rem;
}
@media print, screen and (max-width: 768px) {
  .point-head {
    background-image: url(../img/point_bg-sp.png);
    background-repeat: no-repeat;
    transform: translate(0, -1.8rem);
    height: 76rem;
    margin-bottom: 16rem;
    padding: 3rem 0;
  }
}
.point-head .more {
  width: 21rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .more {
    width: 14rem;
    margin: auto;
  }
}
.point-head .more02 {
  color: #fff;
  position: absolute;
  bottom: -11.5rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 32rem;
  height: 32rem;
  background-image: url(../img/more02.png);
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .more02 {
    width: 23rem;
    height: 23rem;
    bottom: -9rem;
  }
}
.point-head .more02 > p {
  line-height: 1.5;
  font-size: 4rem;
  font-weight: 600;
}
@media print, screen and (max-width: 768px) {
  .point-head .more02 > p {
    font-size: 2.8rem;
  }
}
.point-head .more02 > p > span {
  display: block;
  font-size: 0.4em;
}
.point-head .point__title {
  text-align: left;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__title {
    font-size: 2.6rem;
    text-align: center;
    width: 100%;
    margin-right: auto;
    line-height: 1;
    margin-bottom: 0;
  }
}
.point-head .point__title.base-title .base-title__en {
  left: -0.8em;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__title.base-title .base-title__en {
    left: 0;
    right: 0;
  }
}
.point-head .point__title em {
  font-size: 1.4em;
}
.point-head .point__title .logo {
  display: inline-block;
  width: 39rem;
  vertical-align: text-bottom;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__title .logo {
    width: 80%;
    margin: auto;
    display: block;
  }
}
.point-head .point__links {
  display: flex;
  flex-wrap: wrap;
  gap: 3.7rem;
  margin-top: 3rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__links {
    margin: 2rem 2rem 0;
    gap: 0;
    justify-content: space-between;
  }
}
.point-head .point__item {
  width: 27rem;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item {
    width: 48%;
    padding-top: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .point-head .point__item:first-child {
    margin-right: 52%;
  }
}
.point-head .point__item:nth-child(2) {
  margin-right: 27rem;
  transform: translate(0, 1rem);
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item:nth-child(2) {
    margin-right: 0;
  }
}
.point-head .point__item:nth-child(2n) {
  transform: translate(0, -3rem);
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item:nth-child(2n) {
    transform: translate(0, 0);
  }
}
.point-head .point__item > a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2.5rem 2rem 2rem;
  margin: auto;
  border-radius: 1rem;
  background-image: url(../img/point_icon-arrow.svg), linear-gradient(to top left, rgba(71, 102, 217, 0.49) 0%, rgba(32, 128, 224, 0.5) 100%);
  background-repeat: no-repeat;
  background-size: 2.8rem, 100%;
  background-position: bottom 2rem right 2rem, center;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a {
    margin: 0;
    background-size: 1.8rem, 100%;
    background-position: bottom 1rem right 1rem, center;
    padding: 1.5rem 1rem 1.5rem;
  }
}
.point-head .point__item > a > img {
  width: 9rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a > img {
    width: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .point-head .point__item > a:hover {
    transform: translate(0, 1rem);
  }
}
.point-head .point__item > a .num {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -1.5rem;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a .num {
    font-size: 1.5rem;
    position: absolute;
    left: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
  }
}
.point-head .point__item > a .num__wrap {
  position: relative;
  padding-left: 3.5rem;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a .num__wrap {
    padding-left: 0;
  }
}
.point-head .point__item > a .num__wrap > em {
  font-size: 1.4em;
  display: inline-block;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a .num__wrap > em {
    display: inline-block;
    color: #fff36e;
    font-size: 2rem;
  }
}
.point-head .point__item > a .num__wrap::after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: url(../img/icon-check.svg);
  width: 4.6rem;
  height: 2.4rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a .num__wrap::after {
    width: 3.2rem;
    height: 1.9rem;
    margin: 0;
    bottom: 0;
    left: -2.2rem;
  }
}
.point-head .point__item > a > .title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .point-head .point__item > a > .title {
    font-size: 1.4rem;
    line-height: 1.4;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
}
.point-body {
  background-color: #fff;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .point-body {
    padding-bottom: 5rem;
  }
}
.point-body::after, .point-body::before {
  position: absolute;
  content: "";
  top: -19rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .point-body::after, .point-body::before {
    top: -9rem;
  }
}
.point-body::before {
  left: 20rem;
  width: 35.9rem;
  height: 19.6rem;
  background-image: url(../img/point_illust01.svg);
}
@media print, screen and (max-width: 768px) {
  .point-body::before {
    width: 17rem;
    height: 9rem;
    left: 0;
  }
}
.point-body::after {
  right: 20rem;
  width: 37rem;
  height: 19.6rem;
  background-image: url(../img/point_illust02.svg);
}
@media print, screen and (max-width: 768px) {
  .point-body::after {
    width: 17rem;
    height: 9rem;
    right: 0;
  }
}
.point-body .point__item {
  margin-top: 2rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item {
    margin-top: 4.8rem;
  }
}
.point-body .point__item .head {
  width: calc(100vw - 12rem);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head {
    width: calc(100vw - 2rem);
  }
}
.point-body .point__item .head__inner {
  width: 120rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__inner {
    width: auto;
  }
}
.point-body .point__item .head__wrap {
  position: relative;
  width: 51rem;
  padding: 3rem 0 2.5rem 0;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap {
    width: auto;
    padding: 2rem;
  }
}
.point-body .point__item .head__wrap .num {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num {
    font-size: 1.6rem;
  }
}
.point-body .point__item .head__wrap .num__wrap {
  position: relative;
  display: inline-block;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num__wrap {
    display: inline-block;
    padding-left: 2rem;
  }
}
.point-body .point__item .head__wrap .num__wrap > em {
  font-size: 1.4em;
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num__wrap > em {
    padding-bottom: 0;
    font-size: 1.2em;
  }
}
.point-body .point__item .head__wrap .num__wrap::after {
  bottom: 0;
  left: -3.5rem;
  position: absolute;
  content: "";
  background-image: url(../img/icon-check.svg);
  width: 5.2rem;
  height: 2.8rem;
  background-size: cover;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .num__wrap::after {
    width: 3.2rem;
    height: 1.9rem;
    right: 0;
    bottom: 0.5rem;
    left: 0;
  }
}
.point-body .point__item .head__wrap .title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .title {
    font-size: 2rem;
    position: static;
    margin-top: 1rem;
  }
}
.point-body .point__item .head__wrap .title::after {
  position: absolute;
  width: 11rem;
  height: 11rem;
  content: "";
  background-size: cover;
  top: 2rem;
  right: 0;
  opacity: 0.2;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .head__wrap .title::after {
    width: 7rem;
    height: 7rem;
    bottom: auto;
    right: 1rem;
    top: 1.5rem;
  }
}
.point-body .point__item .body .base-inner-l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-body .point__item .body .base-inner-l > figcaption {
  width: 51rem;
  margin-top: 4rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .body .base-inner-l > figcaption {
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 2rem;
  }
}
.point-body .point__item .body .base-inner-l > figure {
  width: 65rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .body .base-inner-l > figure {
    width: auto;
    margin-top: 1.5rem;
  }
}
.point-body .point__item .body .base-inner-l > figure > img {
  border-radius: 2rem;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item .body .base-inner-l > figure > img {
    border-radius: 0 2rem 2rem 0;
  }
}
.point-body .point__item:nth-child(2n-1) .head {
  border-radius: 0px 2rem 2rem 0px;
  background-image: url(../img/point_head-bg01.png);
}
.point-body .point__item:nth-child(2n-1) .head__inner {
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n-1) .body {
    padding-right: 2rem;
  }
}
.point-body .point__item:nth-child(2n-1) .body .base-inner-l > figure {
  padding-right: 6rem;
  transform: translate(0, -6rem);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n-1) .body .base-inner-l > figure {
    transform: translate(0, 0);
    padding-right: 2rem;
  }
}
.point-body .point__item:nth-child(2n) .head {
  border-radius: 2rem 0 0 2rem;
  margin-left: auto;
  background-image: url(../img/point_head-bg02.png);
}
.point-body .point__item:nth-child(2n) .head__inner {
  margin-right: auto;
}
.point-body .point__item:nth-child(2n) .head__wrap {
  margin-left: auto;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n) .body {
    padding-left: 2rem;
  }
}
.point-body .point__item:nth-child(2n) .body .base-inner-l > figcaption {
  order: 2;
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n) .body .base-inner-l > figcaption {
    order: 1;
  }
}
.point-body .point__item:nth-child(2n) .body .base-inner-l > figure {
  padding-left: 6rem;
  transform: translate(0, -6rem);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(2n) .body .base-inner-l > figure {
    transform: translate(0, 0);
    order: 2;
    padding-left: 2rem;
  }
  .point-body .point__item:nth-child(2n) .body .base-inner-l > figure img {
    border-radius: 2rem 0 0 2rem;
  }
}
.point-body .point__item:nth-child(1) .head__wrap .title::after {
  background-image: url(../img/point_icon01.svg);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(1) .body figure {
    margin-right: calc(50% - 50vw + -1rem);
    width: calc(100vw + 2rem);
    padding: 0 !important;
  }
  .point-body .point__item:nth-child(1) .body figure img {
    border-radius: 0;
  }
}
.point-body .point__item:nth-child(2) .head__wrap .title::after {
  background-image: url(../img/point_icon02.svg);
}
.point-body .point__item:nth-child(3) .head__wrap .title::after {
  background-image: url(../img/point_icon03.svg);
}
@media print, screen and (max-width: 768px) {
  .point-body .point__item:nth-child(3) .body figure {
    margin: 1rem 0;
    width: 100vw;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .point-body .point__item:nth-child(3) .body figure img {
    border-radius: 0;
  }
}
.point-body .point__item:nth-child(4) .head__wrap .title::after {
  background-image: url(../img/point_icon04.svg);
}
.point-body .point__item:nth-child(5) .head__wrap .title::after {
  background-image: url(../img/point_icon05.svg);
}

.faq {
  padding: 10rem 0;
}
@media print, screen and (max-width: 768px) {
  .faq {
    padding: 6rem 2rem 5rem;
  }
}
.faq__wrap {
  margin-top: 5rem;
}
@media print, screen and (max-width: 768px) {
  .faq__wrap {
    margin-top: 2rem;
  }
}
.faq__item {
  transition: 0.5s;
  margin-bottom: 2.8rem;
  background: #fff;
  border: 3px solid #239cf5;
  box-shadow: 4px 4px 0px #fff36e;
}
@media print, screen and (max-width: 768px) {
  .faq__item {
    margin-bottom: 1.8rem;
  }
}
.faq__item[open] > summary {
  background-image: url(../img/faq_acc-minus.svg);
}
.faq__item > summary {
  padding: 0.8rem 6rem 0.8rem 2rem;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  cursor: pointer;
  background-image: url(../img/faq_acc-plus.svg);
  background-size: 3rem;
  background-position: center right 2rem;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 768px) {
  .faq__item > summary {
    font-size: 1.5rem;
    background-size: 2.2rem;
    background-position: center right 1.5rem;
  }
}
.faq__item > summary::before {
  position: relative;
  content: "Q";
  font-family: "Fugaz One";
  font-size: 4rem;
  left: 0;
  top: 0;
  color: #239cf5;
  margin-right: 2rem;
}
@media print, screen and (max-width: 768px) {
  .faq__item > summary::before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}
.faq__item > p {
  padding: 0.8rem 2rem 0.8rem 2rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  background-color: #fdfbf0;
}
@media print, screen and (max-width: 768px) {
  .faq__item > p {
    font-size: 1.5rem;
    align-items: flex-start;
  }
}
.faq__item > p::before {
  position: relative;
  content: "A";
  font-family: "Fugaz One";
  font-size: 4rem;
  left: 0;
  top: 0;
  color: #ff9d1e;
  margin-right: 2rem;
}
@media print, screen and (max-width: 768px) {
  .faq__item > p::before {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
}

.message {
  position: relative;
  background-image: url(../img/fixbg.png);
  background-attachment: fixed;
}
.message__inner {
  padding: 10rem 0;
}
@media print, screen and (max-width: 768px) {
  .message__inner {
    padding: 6rem 2rem;
  }
}
.message__wrap {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 768px) {
  .message__wrap {
    margin-top: 3rem;
  }
}
.message__wrap > figure {
  width: 44rem;
}
@media print, screen and (max-width: 768px) {
  .message__wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.message__wrap > figcaption {
  width: 69rem;
}
@media print, screen and (max-width: 768px) {
  .message__wrap > figcaption {
    width: auto;
  }
}
.message__wrap > figcaption > .text {
  line-height: 2;
}
.message__wrap > figcaption > .name {
  margin-top: 1rem;
  text-align: right;
  font-size: 3rem;
}
@media print, screen and (max-width: 768px) {
  .message__wrap > figcaption > .name {
    font-size: 2rem;
  }
}
.message__wrap > figcaption > .name > span {
  font-size: 0.5em;
}

.company {
  padding: 10rem 0;
}
@media print, screen and (max-width: 768px) {
  .company {
    padding: 6rem 2rem;
  }
}
.company__inner {
  width: 80rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .company__inner {
    width: auto;
  }
}
.company__inner .base-title__en {
  letter-spacing: 0;
}
.company__wrap {
  font-size: 1.5rem;
  margin-top: 6rem;
}
@media print, screen and (max-width: 768px) {
  .company__wrap {
    margin-top: 2rem;
  }
}
.company__wrap > dl {
  display: flex;
  flex-wrap: wrap;
}
.company__wrap > dl > dt {
  width: 30%;
  border-bottom: #239cf5 2px solid;
  padding: 1.5rem 0;
}
@media print, screen and (max-width: 768px) {
  .company__wrap > dl > dt {
    width: 100%;
    background-color: #e9f5fe;
    border: none;
    color: #239cf5;
    padding: 0.8rem 1.5rem;
  }
}
.company__wrap > dl > dd {
  width: 70%;
  border-bottom: #d5d5d5 2px solid;
  padding: 1.5rem 0;
  padding-left: 2rem;
}
@media print, screen and (max-width: 768px) {
  .company__wrap > dl > dd {
    width: 100%;
    padding: 0.8rem 1.5rem;
    border: none;
  }
}
