@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Zen Kaku Gothic Antique", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Zen Kaku Gothic Antique", sans-serif;
  font: 16px "Zen Kaku Gothic Antique", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Noto Sans JP", sans-serif;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html, body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
  -webkit-font-feature-settings: "palt", "pkna";
          font-feature-settings: "palt", "pkna";
  font-variant-east-asian: proportional-width;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: url("../img/common/bg_01.jpg") repeat center center #054187;
  background-size: 200px 200px;
}
body.add_overlay {
  overflow: hidden;
}

svg {
  width: 100%;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-05em {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1199px) {
  .u-pt-none {
    display: none;
  }
}

.u-inlineblock {
  display: inline-block;
}

.u-text-navy {
  color: #054187;
}

.u-text-shrink {
  letter-spacing: -0.05em;
}

.u-text-elongated {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0.95);
          transform: scaleX(0.95);
  width: 105%;
}

.u-contact {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.u-contact--inner {
  color: #fcf4e7;
  background: url("../img/common/bg_contact.jpg") repeat-x top center #054187;
  background-size: 70px 100%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2em 10%;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 859px) {
  .u-contact--inner {
    padding: 2em 6%;
  }
}
@media screen and (max-width: 768px) {
  .u-contact--inner {
    padding: 2em 8%;
    border-radius: 12px;
    display: block;
  }
}
.u-contact--text {
  width: 90%;
  margin: 0 auto 1.25em;
}
@media screen and (max-width: 768px) {
  .u-contact--text {
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 0 60px 0 0;
    text-align: left;
  }
}
.u-contact--block {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .u-contact--block {
    width: 100%;
  }
}
.u-contact .u-contact-tel {
  border-right: 1px solid #fcf4e7;
}
@media screen and (max-width: 768px) {
  .u-contact .u-contact-tel {
    border-right: none;
    border-bottom: 1px solid #fcf4e7;
    padding: 0 0 1.5em;
    margin: 0 auto 1.5em;
  }
}
.u-contact--ojigi {
  width: 100px;
  height: 106px;
  background-image: url("../img/common/img_mura.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 2em;
  top: 2em;
  -webkit-animation: anim-ojigi 8s infinite ease-in;
          animation: anim-ojigi 8s infinite ease-in;
}
@media screen and (max-width: 859px) {
  .u-contact--ojigi {
    width: 80px;
    height: 80px;
    top: 1.5em;
    right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .u-contact--ojigi {
    width: 60px;
    height: 60px;
  }
}
.u-contact--time {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}

@-webkit-keyframes anim-ojigi {
  0%, 30%, 80%, 100% {
    background-image: url("../img/common/img_mura.png");
  }
  40%, 70% {
    background-image: url("../img/common/img_mura_over.png");
  }
}

@keyframes anim-ojigi {
  0%, 30%, 80%, 100% {
    background-image: url("../img/common/img_mura.png");
  }
  40%, 70% {
    background-image: url("../img/common/img_mura_over.png");
  }
}
.u-line-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #054187;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100dvh !important;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  text-align: center;
  -webkit-animation: sk-bounce 3s infinite ease-in-out;
          animation: sk-bounce 3s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .spinner {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
.spinner .svg-eyes {
  -webkit-animation: eyes 4s infinite ease-in-out;
          animation: eyes 4s infinite ease-in-out;
}
.spinner .cls-1 {
  fill: #fcf4e7;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

@-webkit-keyframes eyes {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  20% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  40% {
    -webkit-transform: translate(20%, -10%);
            transform: translate(20%, -10%);
  }
  70% {
    -webkit-transform: translate(20%, 10%);
            transform: translate(20%, 10%);
  }
  90% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes eyes {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  20% {
    -webkit-transform: translate(0%, -10%);
            transform: translate(0%, -10%);
  }
  40% {
    -webkit-transform: translate(20%, -10%);
            transform: translate(20%, -10%);
  }
  70% {
    -webkit-transform: translate(20%, 10%);
            transform: translate(20%, 10%);
  }
  90% {
    -webkit-transform: translate(0%, 10%);
            transform: translate(0%, 10%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-header {
  color: #fff;
  display: inline-block;
  background: url("../img/common/bg_btn-01.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 100px;
  padding: 1em 1.3em;
  margin-left: 0.5em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .c-btn-header {
    padding: 1.2em 1.3em;
    display: block;
  }
}
.c-btn-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-header--inner {
  position: relative;
}
.c-btn-header--small {
  font-size: 93.3%;
}
.c-btn-header--small::before {
  content: "｜";
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  .c-btn-header--small {
    display: block;
    font-size: 80%;
  }
  .c-btn-header--small::before {
    content: "[";
    margin: 0 0.5em 0 0;
  }
  .c-btn-header--small::after {
    content: "]";
    margin: 0 0 0 0.5em;
  }
}
@media (hover: hover) {
  .c-btn-header:hover::before {
    opacity: 0.1;
  }
}
.c-btn-header:active::before {
  opacity: 0.1;
}

.c-btn-more {
  color: #fff;
  background: url("../img/common/bg_02.jpg") repeat-x center center;
  background-size: 50px 100%;
  display: inline-block;
  padding: 1em 5em 1em 2.5em;
  border-radius: 100px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  position: relative;
}
.c-btn-more::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-more::after {
  content: "";
  width: 2.4em;
  height: 2.4em;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 1.2em);
}
@media (hover: hover) {
  .c-btn-more:hover::before {
    opacity: 0.2;
  }
}
.c-btn-more:active::before {
  opacity: 0.2;
}
.c-btn-more--inner {
  position: relative;
}

.c-btn-googleMap {
  color: #9b9b9b;
  display: inline-block;
  padding: 0.2em 0 0.2em 1.25em;
  background: url("../img/common/ico_map.svg") no-repeat left center;
  background-size: 1em;
}
@media (hover: hover) {
  .c-btn-googleMap:hover {
    color: #666;
  }
}
.c-btn-googleMap:active {
  color: #666;
}

.c-btn-tel {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.5rem, 3.7vw, 3.7rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.c-btn-tel--small {
  font-size: 70%;
}

.c-btn-mail {
  color: #054187;
  background-color: #fcf4e7;
  display: inline-block;
  padding: 0.9em 4em 0.9em 1.5em;
  border-radius: 100px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.c-btn-mail::after {
  content: "";
  width: 2em;
  height: 2em;
  background: url("../img/common/ico_arrow-02.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 1em);
}
@media (hover: hover) {
  .c-btn-mail:hover {
    background-color: #fff;
  }
}
.c-btn-mail:active {
  background-color: #fff;
}

.c-btn-confirm {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 190px;
  color: #fff;
  background-color: #054187;
  border: none;
  border-radius: 100px;
  padding: 1em;
  margin: 0 auto;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  text-indent: 0.18em;
  letter-spacing: 0.18em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn-confirm:hover {
    color: #fff;
    background-color: #054187;
  }
}
.c-btn-confirm:active {
  color: #fff;
  background-color: #054187;
}
.c-btn-confirm:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.c-btn-confirm:disabled:hover {
  background-color: #054187;
}

.c-btn-back {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 190px;
  color: #fff;
  background-color: #9b9b9b;
  border: none;
  border-radius: 100px;
  padding: 1em;
  margin: 0 auto;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  text-indent: 0.18em;
  letter-spacing: 0.18em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn-back:hover {
    color: #fff;
    background-color: #c1c1c1;
  }
}
.c-btn-back:active {
  color: #fff;
  background-color: #c1c1c1;
}

.c-btn-toTop {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #054187;
  border: none;
  border-radius: 100px;
  padding: 1em 2em;
  margin: 0 auto;
  min-width: 300px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
  text-indent: 0.18em;
  letter-spacing: 0.18em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 399px) {
  .c-btn-toTop {
    min-width: 0;
    display: block;
    width: 90%;
  }
}
@media (hover: hover) {
  .c-btn-toTop:hover {
    color: #fff;
    background-color: #054187;
  }
}
.c-btn-toTop:active {
  color: #fff;
  background-color: #054187;
}

.c-btn-line {
  text-decoration: underline;
}
.c-btn-line:hover {
  text-decoration: none;
}

/*!
component > title
------------------------------
*/
.c-title-top {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 700;
  position: relative;
  line-height: 1;
}
.c-title-top--jp {
  color: currentColor;
  position: absolute;
  left: -0.8em;
  top: calc(50% - 0.5em);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-title-top--jp {
    left: -0.5em;
  }
}
.c-title-top--en {
  color: #f8f5f2;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(4rem, 7vw, 10rem);
  letter-spacing: 0.02em;
  mix-blend-mode: multiply;
}
.c-title-top--navy {
  color: #054187;
  mix-blend-mode: multiply;
}
.c-title-top--gray {
  color: #f8f5f2;
  mix-blend-mode: multiply;
}

.c-title-contact {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 1.5em;
}
.c-title-contact--en {
  color: #054187;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(4rem, 7vw, 7.2rem);
  letter-spacing: 0;
}

.c-title-tel {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 500;
  padding: 2.5em 0 0;
  margin: 0 auto 0.2em;
  background: url("../img/common/ico_tel-01.svg") no-repeat center top;
  background-size: 2.5em;
}

.c-title-mail {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 500;
  padding: 2.5em 0 0;
  margin: 0 auto 0.5em;
  background: url("../img/common/ico_mail-01.svg") no-repeat center 0.1em;
  background-size: 2.5em;
}

.c-title-lp-lead {
  position: relative;
  color: #fff;
  background: url("../img/lp/bg_lead.png") no-repeat center center;
  background-size: contain;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  width: 90%;
  margin: 0 auto 1em;
  padding: 0.5em 0.5em 1.2em;
  text-align: center;
}

.c-title-simple {
  font-size: clamp(1.9rem, 3.8vw, 3.8rem);
  font-weight: 500;
  line-height: 1.6;
}

.c-title-stage {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-title-stage--num {
  display: inline-block;
  color: #fff;
  background-color: #054187;
  padding: 0.3em 1.2em 0.25em;
  margin: 0 auto 0.8em;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  border-radius: 100px;
  position: relative;
}
.c-title-stage--num::after {
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  background: url("../img/common/ico_arrow-04.svg") no-repeat center top;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 5px);
  bottom: -9px;
}
.c-title-stage--main {
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 1em;
}

.c-title-merit {
  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;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto 1em;
}
.c-title-merit--en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.7rem, 3vw, 3rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.c-title-merit--jp {
  padding-left: 2.5em;
  position: relative;
}
.c-title-merit--jp::before {
  content: "";
  width: 1.8em;
  height: 1px;
  background-color: #054187;
  display: inline-block;
  position: absolute;
  left: 0.4em;
  top: 50%;
}

.c-title-page {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1290px;
}

.l-container-m {
  max-width: 1000px;
}

.l-container-s {
  max-width: 980px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

.l-container-view {
  width: calc(100% - 70px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container-view {
    width: 94%;
  }
}

/*!
layout > header
------------------------------
*/
header {
  position: fixed;
  width: 100%;
  height: 140px;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 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;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  padding: 0 3%;
  font-size: 1.5rem;
  background: url("../img/common/bg_header.jpg") repeat-x top left;
  background-size: 300px 140px;
}
@media screen and (min-width: 1440px) {
  header {
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 76px;
    padding: 0 4%;
    background-size: 162px 76px;
  }
}
header .header-logo .cls-1 {
  fill: #fff;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
header .header-logo svg {
  width: 100%;
}
header.header-white {
  color: #054187;
  background: #fff;
}
header.header-white .header-logo .cls-1 {
  fill: #054187;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
header.header-white.open {
  color: #fff;
  background: url("../img/common/bg_header.jpg") repeat-x top left;
}
header.header-white.open .header-logo .cls-1 {
  fill: #fff;
}
header.header-contact {
  position: absolute;
}

.header-logo {
  width: 212px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10001;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 170px;
  }
}

@media (hover: hover) {
  a.header-logo:hover {
    opacity: 0.7;
  }
}
a.header-logo:active {
  opacity: 0.7;
}

.header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
@media screen and (max-width: 1199px) {
  .header-pc {
    padding-right: 80px;
  }
}
.header-pc--item {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .header-pc--item {
    display: none;
  }
}
@media (hover: hover) {
  .header-pc--item:hover {
    opacity: 0.7;
  }
}
.header-pc--item:active {
  opacity: 0.7;
}
@media screen and (min-width: 1440px) {
  .header-pc--item br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-pc--contact {
    display: none;
  }
}

.header-hamburger {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 43px;
  right: 40px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #054187;
}
@media screen and (min-width: 1200px) {
  .header-hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    top: 14px;
    right: 4%;
    width: 48px;
    height: 48px;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 30%;
  height: 2px;
  background-color: #fcf4e7;
  width: 40%;
}
.header-hamburger span:nth-of-type(1) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(1) {
    top: 14px;
  }
}
.header-hamburger span:nth-of-type(2) {
  top: 23px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(2) {
    top: 22px;
  }
}
.header-hamburger span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 768px) {
  .header-hamburger span:nth-of-type(3) {
    top: 30px;
  }
}
.header-hamburger:hover {
  background-color: #fcf4e7;
}
.header-hamburger:hover span {
  background-color: #054187;
}
.header-hamburger.open {
  border: 1px solid #fff;
}
.header-hamburger.open span {
  background: #fff;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 18px;
  left: 32.8%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(1) {
    top: 16px;
  }
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 30px;
  left: 32.8%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .header-hamburger.open span:nth-of-type(3) {
    top: 28px;
  }
}
.header-hamburger.open:hover {
  background-color: #fcf4e7;
}
.header-hamburger.open:hover span {
  background: #054187;
}

.header-nav-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0);
  -webkit-transition: right 1s;
  transition: right 1s;
}
@media screen and (max-width: 768px) {
  .header-nav-wrap {
    bottom: 0;
  }
}
.header-nav-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_01.jpg") repeat center center #054187;
  background-size: 200px;
  opacity: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .header-nav-wrap::before {
    background-size: 150px 150px;
  }
}
.header-nav-wrap.open {
  display: block;
  right: 0;
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.6);
}

.header-nav {
  position: relative;
  z-index: 1;
  width: 82%;
  max-width: 1000px;
  margin: 110px auto 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .header-nav {
    margin: 80px auto 0;
  }
}
.header-nav--item {
  color: #fff;
  border-bottom: 1px solid currentColor;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}
.header-nav--item a {
  padding: 1.5em 0.5em;
  display: block;
}
.header-nav--contact {
  margin: 2em auto 0;
  text-align: center;
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 60px;
  position: relative;
}
@media screen and (max-width: 859px) {
  footer {
    padding: 40px 0;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 307px;
  background: url("../img/common/bg_footer.png") repeat-x center bottom;
  background-size: 100px 307px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
footer.footer-contact::before {
  display: none;
}
footer.footer-contact .footer-copy {
  text-align: center;
}

.footer-inner {
  max-width: 1480px;
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 750px;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 1.2em;
}
@media screen and (max-width: 1199px) {
  .footer-inner {
    grid-template-columns: 1fr 625px;
  }
}
@media screen and (max-width: 991px) {
  .footer-inner {
    display: block;
  }
}

.footer-logo {
  max-width: 175px;
  width: 90%;
}
@media screen and (max-width: 991px) {
  .footer-logo {
    max-width: 200px;
    margin: 0 auto 2em;
    padding-left: 1em;
  }
}

.footer-note {
  grid-column: 2/3;
  grid-row: 1/3;
  border-bottom: 1px solid currentColor;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr -webkit-max-content;
  grid-template-rows: 1fr max-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 0.5em;
  align-self: flex-end;
  padding: 0 80px 1.75em 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer-note {
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 768px) {
  .footer-note {
    padding: 0 70px 1.75em 0;
  }
}
@media screen and (max-width: 399px) {
  .footer-note {
    grid-template-columns: 1fr 60px;
    row-gap: 0.25em;
    padding: 0 0 1.75em;
  }
}
.footer-note::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #fcf4e7;
  border-radius: 50%;
  background: url("../img/common/ico_arrow-03.svg") no-repeat center center;
  background-size: 0.6em;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 768px) {
  .footer-note::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 399px) {
  .footer-note::after {
    width: 40px;
    height: 40px;
    top: 1em;
  }
}
.footer-note--head {
  grid-column: 1/2;
  align-self: flex-end;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 399px) {
  .footer-note--head {
    grid-row: 1/2;
  }
}
.footer-note--title {
  grid-column: 1/2;
  align-self: flex-end;
  font-size: clamp(3.4rem, 5.8vw, 5.8rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 399px) {
  .footer-note--title {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.footer-note--text {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: flex-end;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 2.2;
}
@media screen and (max-width: 399px) {
  .footer-note--text {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-top: 0.75em;
  }
}
@media (hover: hover) {
  .footer-note:hover {
    color: #fcf4e7;
  }
  .footer-note:hover::after {
    background-color: rgba(252, 244, 231, 0.3);
  }
}
.footer-note:active {
  color: #fcf4e7;
}
.footer-note:active::after {
  background-color: rgba(252, 244, 231, 0.3);
}

.footer-copy {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .footer-copy {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 1rem;
  }
}

/*!
page > top
------------------------------
*/
.top-fv {
  color: #054187;
  margin: 140px auto 0;
  position: relative;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .top-fv {
    margin: 76px auto 0;
  }
}
.top-fv--image img {
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .top-fv--image img {
    border-radius: 12px 12px 0 0;
  }
}
.top-fv--inner {
  max-width: 1286px;
  width: 86%;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top-fv--inner {
    display: block;
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.top-fv--logo {
  width: 49.6%;
}
@media screen and (max-width: 768px) {
  .top-fv--logo {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-fv--text {
    text-align: center;
  }
}
.top-fv--text1 {
  font-size: clamp(1.5rem, 2.2vw, 3.2rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-fv--text1 {
    font-size: clamp(1.5rem, 3.2vw, 3.2rem);
  }
}
.top-fv--text2 {
  font-size: clamp(2rem, 3.6vw, 5.5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-fv--text2 {
    margin-bottom: 1.5em;
    font-size: clamp(2rem, 5.5vw, 5.5rem);
  }
}

.top-concept {
  color: #054187;
  background-color: #fff;
  padding: 40px 0 70px;
}
@media screen and (max-width: 768px) {
  .top-concept {
    padding: 20px 0 50px;
  }
}
.top-concept--inner {
  max-width: 1286px;
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
}
@media screen and (max-width: 1199px) {
  .top-concept--inner {
    display: block;
  }
}
.top-concept--head {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: clamp(2rem, 2.6vw, 3.8rem);
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .top-concept--head {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
}
.top-concept--text {
  grid-column: 2/3;
  grid-row: 1/3;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 2.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1199px) {
  .top-concept--text {
    line-height: 2;
  }
}

.top-step {
  color: #054187;
  background-color: #fff;
  padding: 0 0 70px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-step {
    padding: 0 0 40px;
  }
}
.top-step::before {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-white.svg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .top-step::before {
    height: 80px;
    bottom: -60px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-step::before {
    height: 60px;
    bottom: -35px;
  }
}
.top-step::after {
  content: "";
  width: 100%;
  height: 307px;
  background: url("../img/common/bg_noise-01.png") repeat-x center bottom;
  background-size: 100px;
  position: absolute;
  left: 0;
  bottom: -150px;
  z-index: 2;
}
.top-step--inner {
  max-width: 1200px;
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .top-step--inner {
    display: block;
    max-width: 480px;
  }
}
.top-step--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .top-step--item:not(:last-child) {
    margin-bottom: 3em;
  }
}
.top-step--item:nth-child(2) .top-step-image--text {
  bottom: 3em;
}
@media screen and (max-width: 1199px) {
  .top-step--item:nth-child(2) .top-step-image--text {
    bottom: 14%;
  }
}
.top-step--item:last-child .top-step--title {
  margin: 0 auto 2.5em;
}
@media screen and (max-width: 1199px) {
  .top-step--item:last-child .top-step--title {
    margin: 0 auto 1.5em;
  }
}
.top-step--item:last-child .top-step-image--text {
  bottom: 4.25em;
}
@media screen and (max-width: 1199px) {
  .top-step--item:last-child .top-step-image--text {
    bottom: 18%;
  }
}
.top-step--title {
  color: #fff;
  width: 100%;
  display: block;
  padding: 1em 1em 1.75em;
  margin: 0 auto 0.5em;
  background: url("../img/top/bg_step-txt.png") no-repeat center center;
  background-size: contain;
  font-size: clamp(1.3rem, 1.3vw, 1.8rem);
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .top-step--title {
    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  }
}

@media screen and (max-width: 399px) {
  .top-step-image {
    width: 90%;
    margin: 0 auto;
  }
}
.top-step-image--wrap {
  position: relative;
}
.top-step-image--text {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 1.25em;
  width: 100%;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .top-step-image--text {
    bottom: 8.5%;
  }
}

.top-support {
  color: #054187;
  background-color: #fcf4e7;
  padding: 180px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-support {
    padding: 60px 0 40px;
  }
}
.top-support::before {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-creem.svg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .top-support::before {
    height: 80px;
    bottom: -60px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-support::before {
    height: 60px;
    bottom: -35px;
  }
}
.top-support--inner {
  position: relative;
  z-index: 2;
  max-width: 1286px;
  width: 86%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 859px) {
  .top-support--inner {
    display: block;
  }
}
.top-support--head {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  margin-bottom: 1em;
  line-height: 1.6;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .top-support--head {
    grid-row: 1/2;
    align-self: flex-end;
  }
}
@media screen and (max-width: 859px) {
  .top-support--head {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  }
}
.top-support--title {
  font-size: clamp(2rem, 2.5vw, 3.8rem);
  font-weight: 500;
  margin-bottom: 0.75em;
  line-height: 1.66;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .top-support--title {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 859px) {
  .top-support--title {
    font-size: clamp(1.9rem, 3.8vw, 3.8rem);
    letter-spacing: 0;
  }
}
.top-support--text {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 2.2;
  grid-column: 1/2;
}
@media screen and (max-width: 991px) {
  .top-support--text {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 859px) {
  .top-support--text {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .top-support--text {
    line-height: 2;
  }
}
.top-support--image {
  align-self: center;
  background: url("../img/common/bg_support.svg") no-repeat center top;
  background-size: contain;
  padding: 30px 0 0;
  grid-column: 2/3;
  grid-row: 1/4;
}
@media screen and (max-width: 991px) {
  .top-support--image {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top-support--image--fuwa {
  -webkit-animation: scaleanim 2s infinite ease-in-out;
          animation: scaleanim 2s infinite ease-in-out;
}
.top-support--link {
  grid-column: 2/3;
  grid-row: 4/5;
  margin: 1em auto 0;
}
@media screen and (max-width: 991px) {
  .top-support--link {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
@media screen and (max-width: 859px) {
  .top-support--link {
    text-align: right;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 399px) {
  .top-support--link {
    text-align: center;
  }
}

@-webkit-keyframes scaleanim {
  0% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
  40% {
    -webkit-transform: translate(0, -10px) scale(101%);
            transform: translate(0, -10px) scale(101%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
}

@keyframes scaleanim {
  0% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
  40% {
    -webkit-transform: translate(0, -10px) scale(101%);
            transform: translate(0, -10px) scale(101%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(100%);
            transform: translate(0px, 0px) scale(100%);
  }
}
.top-service {
  color: #fcf4e7;
  max-width: 1400px;
  width: 90%;
  padding: 180px 0 130px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 60px 0 50px;
  }
}
.top-service--inner {
  width: 92%;
  margin: 0 auto;
}
.top-service--head {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  margin: 1em auto 0.2em;
}
.top-service--title {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  font-weight: 500;
  margin: 0 auto 2em;
}

.top-service-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 2.7%;
     -moz-column-gap: 2.7%;
          column-gap: 2.7%;
}
@media screen and (max-width: 1199px) {
  .top-service-contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    row-gap: 50px;
  }
}
@media screen and (max-width: 399px) {
  .top-service-contents {
    row-gap: 35px;
  }
}
.top-service-contents--title {
  width: 90%;
  height: 6em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  line-height: 1.3;
  letter-spacing: 0;
  padding: 1em 1em 2em;
  margin: 0 auto 1.5em;
  background: url("../img/common/bg_bubble-01.svg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .top-service-contents--title {
    width: 100%;
    padding: 1.5em 0.5em 2em;
    margin: 0 auto 0.5em;
  }
}
.top-service-contents--item {
  max-width: 400px;
  margin: 0 auto;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.top-service-contents--text {
  width: 98%;
  margin: 1.5em auto 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-service-contents--text {
    width: 94%;
    margin: 1.25em auto 0;
  }
}

.top-profile {
  max-width: 1480px;
  width: 94%;
  padding: 100px 5% 90px;
  margin: 0 auto;
  border-radius: 40px;
  color: #054187;
  background-color: #fcf4e7;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  -webkit-box-shadow: 12px 12px 0px 0px rgb(242, 229, 216);
          box-shadow: 12px 12px 0px 0px rgb(242, 229, 216);
}
@media screen and (max-width: 1199px) {
  .top-profile {
    grid-template-columns: 1fr;
    row-gap: 45px;
    padding: 50px 5%;
  }
}
@media screen and (max-width: 768px) {
  .top-profile {
    border-radius: 15px;
    -webkit-box-shadow: 6px 6px 0px 0px rgb(242, 229, 216);
            box-shadow: 6px 6px 0px 0px rgb(242, 229, 216);
    row-gap: 40px;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 399px) {
  .top-profile {
    -webkit-box-shadow: 4px 4px 0px 0px rgb(242, 229, 216);
            box-shadow: 4px 4px 0px 0px rgb(242, 229, 216);
  }
}
.top-profile--wrap {
  position: relative;
  color: #054187;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .top-profile--wrap {
    padding: 0 0 50px;
  }
}
.top-profile--wrap::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .top-profile--wrap::before {
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top-profile--wrap::before {
    border-radius: 0 0 12px 12px;
  }
}
.top-profile--wrap::after {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-white2.svg") no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(20% - 120px);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .top-profile--wrap::after {
    height: 80px;
    top: calc(10% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .top-profile--wrap::after {
    height: 60px;
    top: calc(10% - 58px);
  }
}

.top-profile-card--image {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .top-profile-card--image {
    margin: 2.5em auto 2.8em;
  }
}
.top-profile-card--image img {
  border-radius: 1.5em;
}
.top-profile-card--title {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto 1em;
}
.top-profile-card--block {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.top-profile-card--block:not(:last-child) {
  margin-bottom: 2.2em;
}
.top-profile-card--block dt {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .top-profile-card--block dt {
    letter-spacing: 0;
  }
}
.top-profile-card--block dd {
  line-height: 2;
}

.top-about {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.top-about--head {
  color: #fff;
  background-color: #054187;
  text-align: center;
  padding: 0.4em 0.5em 0.3em;
  margin: 0 auto 1.5em;
  border-radius: 100px;
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .top-about--head {
    margin: 0 auto 0.5em;
  }
}
.top-about--item {
  display: grid;
  grid-template-columns: 13em 1fr;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 1em 0;
  border-bottom: 1px solid currentColor;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-about--item {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
    letter-spacing: 0;
  }
}

.top-company {
  max-width: 1280px;
  width: 86%;
  margin: 140px auto 100px;
}
@media screen and (max-width: 768px) {
  .top-company {
    margin: 60px auto;
  }
}
.top-company--inner {
  margin: 3em auto 0;
}
@media screen and (max-width: 768px) {
  .top-company--inner {
    margin: 2em auto 0;
  }
}
.top-company--item {
  background-color: #fcf4e7;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 5em 1fr;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  padding: 1.5em 2em;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-company--item {
    border-radius: 5px;
    grid-template-columns: 1fr;
    row-gap: 0.2em;
    padding: 1.25em 1.5em;
    line-height: 1.5;
    width: 106%;
    margin-left: -3%;
  }
}
.top-company--item:not(:last-child) {
  margin-bottom: 0.8em;
}
.top-company--item dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .top-company--item dt {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    letter-spacing: 0.05em;
  }
}
.top-company--item dt.top-company-text--tel {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .top-company--item dt.top-company-text--tel {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    letter-spacing: 0.05em;
  }
}
.top-company--item dt.top-company-text--mail {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .top-company--item dt.top-company-text--mail {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    letter-spacing: 0.05em;
  }
}
.top-company--item dt.top-company-text--url {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: 0.7em;
}
@media screen and (max-width: 768px) {
  .top-company--item dt.top-company-text--url {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    letter-spacing: 0.05em;
  }
}

/*!
page > lp
------------------------------
*/
.lp-fv {
  background: url("../img/lp/bg_foryou-fv-pc.png") no-repeat center bottom #fcf4e7;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .lp-fv {
    background-image: url("../img/lp/bg_foryou-fv-sp.png");
  }
}
.lp-fv--inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 150px 4% 105px 7%;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
}
@media screen and (max-width: 1199px) {
  .lp-fv--inner {
    display: block;
    padding: 180px 6% 105px 7%;
  }
}
@media screen and (max-width: 768px) {
  .lp-fv--inner {
    padding: 90px 6% 50px 7%;
  }
}
.lp-fv--image {
  width: 100%;
  padding: 75px 0 0;
}
@media screen and (max-width: 1199px) {
  .lp-fv--image {
    padding: 0;
  }
}
.lp-fv--content {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 40px 0 30px;
}
.lp-fv--head {
  font-size: clamp(2.5rem, 5.3vw, 5.3rem);
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 0.8em;
}
.lp-fv--title {
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.8em;
  margin-bottom: 1.1em;
}
.lp-fv--text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 2.1;
  margin-top: 1.2em;
}
@media screen and (max-width: 768px) {
  .lp-fv--text {
    letter-spacing: 0;
  }
}
.lp-fv .lp-fv-slide {
  -ms-flex-item-align: center;
      align-self: center;
}

.lp-lead {
  color: #054187;
  background-color: #fcf4e7;
  padding: 140px 0 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-lead {
    padding: 50px 0 90px;
  }
}
.lp-lead::after {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-white2.svg") no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .lp-lead::after {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp-lead::after {
    height: 60px;
  }
}
.lp-lead--inner {
  max-width: 680px;
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-lead--inner {
    padding: 0 0 30px;
  }
}
.lp-lead--inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 4px solid #c1c1c1;
  border-radius: 10px 10px 20px 20px;
}
@media screen and (max-width: 768px) {
  .lp-lead--inner::before {
    border: 2px solid #c1c1c1;
    border-radius: 6px 6px 10px 10px;
    height: calc(100% - 40px);
  }
}
.lp-lead .lp-lead-list {
  position: relative;
  max-width: 540px;
  width: 90%;
  padding: 0 0 2em;
  margin: 0 auto 1.5em;
  border-bottom: 1px solid #27477b;
}
@media screen and (max-width: 768px) {
  .lp-lead .lp-lead-list {
    letter-spacing: 0;
  }
}
.lp-lead .lp-lead-list li {
  position: relative;
  padding-left: 1.5em;
}
.lp-lead .lp-lead-list li::before {
  content: "";
  background: url("../img/common/ico_check-01.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
}
.lp-lead .lp-lead-list li:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .lp-lead .lp-lead-list li:not(:last-child) {
    margin-bottom: 0.8em;
  }
}

.lp-lead-bottom {
  position: relative;
  text-align: center;
  padding: 0.5em 0;
  background: url("../img/lp/bg_circle.svg") no-repeat center center;
  background-size: contain;
}

.lp-lead-bottom-check {
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.lp-lead-bottom-check::before {
  content: "";
  background: url("../img/common/ico_check-01.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
}

.lp-lead-next {
  text-align: center;
  margin: 70px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-lead-next {
    margin: 40px auto 0;
  }
}
.lp-lead-next::before {
  content: "";
  width: 2px;
  height: 90px;
  background-color: #054187;
  position: absolute;
  bottom: -130px;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-lead-next::before {
    height: 40px;
    bottom: -70px;
  }
}
.lp-lead-next::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #054187;
  position: absolute;
  bottom: -130px;
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-lead-next::after {
    width: 12px;
    bottom: -70px;
  }
}
.lp-lead-next--en {
  color: #f8f5f2;
  mix-blend-mode: multiply;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(4rem, 15vw, 17.6rem);
  line-height: 1;
}
.lp-lead-next--jp {
  font-size: clamp(1.8rem, 3.8vw, 3.8rem);
  width: 90%;
  margin: -2em auto 0;
}

.lp-stage {
  color: #054187;
  background-color: #fff;
  padding: 20px 0 160px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .lp-stage {
    padding: 20px 0 120px;
  }
}
@media screen and (max-width: 399px) {
  .lp-stage {
    padding: 20px 0 80px;
  }
}
.lp-stage--inner {
  width: 100%;
  max-width: 1358px;
  margin: 0 auto;
}
.lp-stage::before {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-white.svg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -126px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .lp-stage::before {
    height: 80px;
    bottom: -78px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-stage::before {
    height: 60px;
    bottom: -58px;
  }
}
.lp-stage::after {
  content: "";
  width: 100%;
  height: 307px;
  background: url("../img/common/bg_noise-01.png") repeat-x center bottom;
  background-size: 100px;
  position: absolute;
  left: 0;
  bottom: -150px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .lp-stage::after {
    bottom: -100px;
    height: 200px;
    background-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp-stage::after {
    bottom: -75px;
    height: 150px;
    background-size: 60px;
  }
}

.lp-stage-slide {
  margin: 2.5em auto 0;
}
.lp-stage-slide--image {
  position: relative;
}
.lp-stage-slide--text {
  color: #fff;
  position: absolute;
  left: 12.5%;
  bottom: 12%;
  width: 75%;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 399px) {
  .lp-stage-slide--text {
    bottom: 9%;
  }
}
.lp-stage-slide .splide__slide {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translate(0, 0) scale(100%);
          transform: translate(0, 0) scale(100%);
  -webkit-transition: -webkit-transform 0.9s;
  transition: -webkit-transform 0.9s;
  transition: transform 0.9s;
  transition: transform 0.9s, -webkit-transform 0.9s;
}
.lp-stage-slide .splide__slide .c-title-stage, .lp-stage-slide .splide__slide .lp-stage-slide--text {
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.lp-stage-slide .splide__slide .lp-stage-slide--image {
  opacity: 0.5;
}
.lp-stage-slide .splide__slide.is-prev {
  -webkit-transform: translate(20%, -90px) scale(90%);
          transform: translate(20%, -90px) scale(90%);
}
.lp-stage-slide .splide__slide.is-next {
  -webkit-transform: translate(-20%, -90px) scale(90%);
          transform: translate(-20%, -90px) scale(90%);
  z-index: -1;
}
.lp-stage-slide .splide__slide.is-active {
  -webkit-transform: translate(0, 0) scale(100%);
          transform: translate(0, 0) scale(100%);
}
.lp-stage-slide .splide__slide.is-active .c-title-stage, .lp-stage-slide .splide__slide.is-active .lp-stage-slide--text, .lp-stage-slide .splide__slide.is-active .lp-stage-slide--image {
  opacity: 1;
}
.lp-stage-slide .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 75px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-stage-slide .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 399px) {
  .lp-stage-slide .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .lp-stage-slide .splide__arrow:hover {
    opacity: 0.7;
  }
}
.lp-stage-slide .splide__arrow:active {
  opacity: 0.7;
}
.lp-stage-slide .splide__arrow--prev {
  left: calc(30% - 100px);
}
@media screen and (max-width: 859px) {
  .lp-stage-slide .splide__arrow--prev {
    left: 2%;
  }
}
.lp-stage-slide .splide__arrow--next {
  right: calc(30% - 100px);
}
@media screen and (max-width: 859px) {
  .lp-stage-slide .splide__arrow--next {
    right: 2%;
  }
}
.lp-stage-slide .splide__arrows--ltr {
  width: 100%;
  height: 100%;
  position: absolute;
}
.lp-stage-slide .splide__pagination {
  gap: 10px;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 399px) {
  .lp-stage-slide .splide__pagination {
    gap: 5px;
    bottom: -25px;
  }
}
.lp-stage-slide .splide__pagination li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 399px) {
  .lp-stage-slide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
.lp-stage-slide .splide__pagination__page {
  display: block;
  background-color: #c8c8c8;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 399px) {
  .lp-stage-slide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.lp-stage-slide .splide__pagination__page.is-active {
  background-color: #054187;
}

.lp-merit {
  color: #054187;
  background-color: #fcf4e7;
  position: relative;
  padding: 190px 0 140px;
}
@media screen and (max-width: 768px) {
  .lp-merit {
    padding: 80px 0;
  }
}
@media screen and (max-width: 399px) {
  .lp-merit {
    padding: 80px 0 60px;
  }
}
.lp-merit::before {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-creem.svg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .lp-merit::before {
    height: 80px;
    bottom: -60px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-merit::before {
    height: 60px;
    bottom: -35px;
  }
}
.lp-merit::after {
  content: "";
  width: 100%;
  height: 307px;
  background: url("../img/common/bg_noise-02.png") repeat-x center bottom;
  background-size: 100px;
  position: absolute;
  left: 0;
  bottom: -230px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .lp-merit::after {
    bottom: -100px;
    height: 200px;
    background-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp-merit::after {
    bottom: -75px;
    height: 150px;
    background-size: 60px;
  }
}
.lp-merit--inner {
  position: relative;
  max-width: 1290px;
  width: 90%;
  margin: 0 auto;
}

.lp-merit-lead {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  margin: 0 auto 70px;
}
@media screen and (max-width: 859px) {
  .lp-merit-lead {
    display: block;
    margin: 0 auto 40px;
  }
}
.lp-merit-lead--title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.lp-merit-lead--text {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 2;
}
@media screen and (max-width: 859px) {
  .lp-merit-lead--text {
    margin-top: 1em;
  }
}

.lp-merit-block {
  position: relative;
  z-index: 3;
}
.lp-merit-block:not(:last-child) {
  padding: 0 0 75px;
  border-bottom: 1px solid #054187;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block:not(:last-child) {
    padding: 0 0 45px;
    margin: 0 auto 40px;
  }
}
.lp-merit-block--01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.9%;
     -moz-column-gap: 2.9%;
          column-gap: 2.9%;
  row-gap: 30px;
}
@media screen and (max-width: 991px) {
  .lp-merit-block--01 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lp-merit-block--01 {
    row-gap: 15px;
  }
}
.lp-merit-block--01 .lp-merit-item::after {
  width: 42px;
  height: 42px;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--01 .lp-merit-item::after {
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
  }
}
.lp-merit-block--01 .lp-merit-item--inner {
  min-height: 236px;
}
@media screen and (max-width: 991px) {
  .lp-merit-block--01 .lp-merit-item--inner {
    min-height: 100px;
  }
}
.lp-merit-block--01 .lp-merit-item--inner::before {
  width: 20px;
  right: 11px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--01 .lp-merit-item--inner::before {
    width: 14px;
    right: -5px;
    bottom: 1px;
  }
}
.lp-merit-block--01 .lp-merit-item--inner::after {
  height: 20px;
  right: 20px;
  bottom: 11px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--01 .lp-merit-item--inner::after {
    height: 14px;
    right: 1px;
    bottom: -5px;
  }
}
.lp-merit-block--01 .lp-merit-item--therefore {
  letter-spacing: -0.02em;
}
.lp-merit-block--02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 25px;
}
@media screen and (max-width: 1199px) {
  .lp-merit-block--02 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lp-merit-block--02 {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
}
.lp-merit-block--02 .lp-merit-item::after {
  width: 32px;
  height: 32px;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--02 .lp-merit-item::after {
    right: 6px;
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .lp-merit-block--02 .lp-merit-item {
    padding: 20px 16px;
  }
}
.lp-merit-block--02 .lp-merit-item--inner {
  min-height: 172px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--02 .lp-merit-item--inner {
    min-height: 130px;
  }
}
.lp-merit-block--02 .lp-merit-item--inner::before {
  width: 14px;
  right: -1px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--02 .lp-merit-item--inner::before {
    bottom: 1px;
  }
}
.lp-merit-block--02 .lp-merit-item--inner::after {
  height: 14px;
  right: 5px;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .lp-merit-block--02 .lp-merit-item--inner::after {
    bottom: -5px;
  }
}
.lp-merit-block--02 .lp-merit-item--head {
  font-size: clamp(2.7rem, 4.4vw, 4.4rem);
}
.lp-merit-block--02 .lp-merit-item--text {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
}

.lp-merit-item {
  color: #e4e4e4;
  cursor: pointer;
  background: #00254e;
  background: -webkit-gradient(linear, left top, left bottom, from(#005091), to(#00254e));
  background: linear-gradient(#005091 0%, #00254e 100%);
  border-radius: 1.5em;
  border: 2px solid #054187;
  padding: 30px 30px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .lp-merit-item {
    padding: 20px;
  }
}
.lp-merit-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_03.svg") repeat center center;
  background-size: 200px;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  border-radius: 1.5em;
  opacity: 0.1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lp-merit-item::after {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .lp-merit-item:hover::before {
    opacity: 0.3;
  }
  .lp-merit-item:hover::after {
    opacity: 0.8;
  }
  .lp-merit-item:hover .lp-merit-item--inner::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.lp-merit-item:active::before {
  opacity: 0.3;
}
.lp-merit-item:active::after {
  opacity: 0.8;
}
.lp-merit-item:active .lp-merit-item--inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp-merit-item.is-active {
  color: #054187;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (hover: hover) {
  .lp-merit-item.is-active:hover {
    background: #fff;
  }
  .lp-merit-item.is-active:hover::before {
    background: #fff;
  }
}
.lp-merit-item.is-active:active {
  background: #fff;
}
.lp-merit-item.is-active:active::before {
  background: #fff;
}
.lp-merit-item.is-active .lp-merit-item--inner::before, .lp-merit-item.is-active .lp-merit-item--inner::after {
  background-color: #fff;
}
.lp-merit-item.is-active .lp-merit-item--inner::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp-merit-item.is-active .lp-merit-item--head::before {
  content: "だから…";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.lp-merit-item.is-active .lp-merit-item--text {
  overflow: hidden;
  height: 0;
  width: 0;
  opacity: 0;
}
.lp-merit-item.is-active .lp-merit-item--therefore {
  width: 100%;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.lp-merit-item--inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .lp-merit-item--inner {
    padding: 0 0 10px;
  }
}
.lp-merit-item--inner::before {
  content: "";
  height: 2px;
  background-color: #054187;
  position: absolute;
  display: block;
  z-index: 2;
}
.lp-merit-item--inner::after {
  content: "";
  width: 2px;
  background-color: #054187;
  position: absolute;
  display: block;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.lp-merit-item--head {
  position: relative;
  font-size: clamp(3rem, 5vw, 5.6rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  padding-bottom: 0.1em;
  border-bottom: 1px solid currentColor;
  margin: 0 auto 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.15em;
     -moz-column-gap: 0.15em;
          column-gap: 0.15em;
}
.lp-merit-item--head::before {
  content: "MERIT";
  font-size: 38%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .lp-merit-item--head {
    margin: 0 auto 0.4em;
  }
}
.lp-merit-item--text {
  position: relative;
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: -0.01em;
  overflow: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lp-merit-item--therefore {
  overflow: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  letter-spacing: 0.02em;
}
.lp-merit-item--therefore li {
  line-height: 1.4;
  margin-bottom: 0.4em;
  padding-left: 1.25em;
}
.lp-merit-item--therefore li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1.25em;
  margin-right: 0.25em;
  text-align: center;
}
.lp-merit-item--therefore li::before {
  content: "●";
  color: #f3f0ed;
  width: 1em;
  height: 1em;
  font-size: 80%;
}

.lp-bottom {
  color: #054187;
  position: relative;
  margin: 0 auto 90px;
  padding: 200px 0 80px;
}
@media screen and (max-width: 768px) {
  .lp-bottom {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 399px) {
  .lp-bottom {
    padding: 70px 0 50px;
  }
}
.lp-bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.lp-bottom::after {
  content: "";
  width: 100%;
  height: 128px;
  background: url("../img/common/bg_wave-white.svg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .lp-bottom::after {
    height: 80px;
    bottom: -78px;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-bottom::after {
    height: 60px;
    bottom: -58px;
  }
}

.lp-support {
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
  max-width: 1286px;
  width: 86%;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 859px) {
  .lp-support {
    display: block;
  }
}
.lp-support--contents {
  -ms-flex-item-align: center;
      align-self: center;
}
.lp-support--head {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  margin-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 859px) {
  .lp-support--head {
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  }
}
.lp-support--title {
  font-size: clamp(2rem, 2.5vw, 3.8rem);
  font-weight: 500;
  margin-bottom: 0.75em;
  line-height: 1.66;
}
@media screen and (max-width: 859px) {
  .lp-support--title {
    font-size: clamp(1.9rem, 3.8vw, 3.8rem);
    letter-spacing: 0;
  }
}
.lp-support--text {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .lp-support--text {
    line-height: 2;
  }
}
.lp-support--image {
  -ms-flex-item-align: center;
      align-self: center;
  background: url("../img/common/bg_support.svg") no-repeat center top;
  background-size: contain;
  padding: 30px 0 0;
}
@media screen and (max-width: 991px) {
  .lp-support--image {
    max-width: 500px;
    margin: 0 auto;
  }
}
.lp-support--image--fuwa {
  -webkit-animation: scaleanim 2s infinite ease-in-out;
          animation: scaleanim 2s infinite ease-in-out;
}

/*!
page > lp
------------------------------
*/
.contact-wrapper {
  color: #054187;
  background: url("../img/contact/bg_contact.jpg") repeat center center;
  padding: 260px 0 130px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 110px 0 80px;
  }
}

.contact-lead {
  text-align: center;
  margin: 0.5em auto 60px;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-lead {
    margin: 0.5em auto 30px;
  }
}
.contact-lead--caution {
  color: #c1c1c1;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  margin: 1em auto 0;
}
.contact-lead--thank {
  color: #333;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .contact-lead--thank {
    line-height: 2;
  }
}

.contact-contents {
  color: #000;
}
.contact-contents--confirm dl {
  margin: 0 auto 1.6em;
}
.contact-contents--confirm dl:not(:last-child) {
  padding: 0 0 1.5em;
  border-bottom: 1px solid #c1c1c1;
}
.contact-contents--confirm dl dt {
  color: #054187;
  margin: 0 auto 0.75em;
  font-weight: 400;
}
.contact-contents--confirm .error_messe {
  text-align: center;
  margin: 1em auto;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
}

.contact-item {
  margin: 0 auto 2.25em;
}
.contact-item dt {
  margin: 0 auto 0.75em;
  font-weight: 400;
}
.contact-item input[type=text], .contact-item input[type=email], .contact-item input[type=tel] {
  font-size: 1.6rem;
  padding: 1em;
  line-height: 1.5;
  border: none;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.contact-item input[type=text]::-webkit-input-placeholder, .contact-item input[type=email]::-webkit-input-placeholder, .contact-item input[type=tel]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.contact-item input[type=text]::-moz-placeholder, .contact-item input[type=email]::-moz-placeholder, .contact-item input[type=tel]::-moz-placeholder {
  color: #c1c1c1;
}
.contact-item input[type=text]:-ms-input-placeholder, .contact-item input[type=email]:-ms-input-placeholder, .contact-item input[type=tel]:-ms-input-placeholder {
  color: #c1c1c1;
}
.contact-item input[type=text]::-ms-input-placeholder, .contact-item input[type=email]::-ms-input-placeholder, .contact-item input[type=tel]::-ms-input-placeholder {
  color: #c1c1c1;
}
.contact-item input[type=text]::placeholder, .contact-item input[type=email]::placeholder, .contact-item input[type=tel]::placeholder {
  color: #c1c1c1;
}
.contact-item input[type=text]:focus, .contact-item input[type=email]:focus, .contact-item input[type=tel]:focus {
  outline: 2px solid #054187;
}
.contact-item input.contact-input-half {
  max-width: 260px;
}
.contact-item textarea {
  font-size: 1.6rem;
  padding: 1em;
  line-height: 1.5;
  border: none;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.contact-item textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.contact-item textarea::-moz-placeholder {
  color: #c1c1c1;
}
.contact-item textarea:-ms-input-placeholder {
  color: #c1c1c1;
}
.contact-item textarea::-ms-input-placeholder {
  color: #c1c1c1;
}
.contact-item textarea::placeholder {
  color: #c1c1c1;
}
.contact-item textarea:focus {
  outline: 2px solid #054187;
}

.contact-privacy {
  position: relative;
  border-radius: 5px;
  padding: 5px 0;
  margin: 80px auto 65px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact-privacy {
    margin: 40px auto 35px;
    padding: 0;
  }
}
.contact-privacy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c1c1c1;
  mix-blend-mode: multiply;
  border-radius: 5px;
}
.contact-privacy--text {
  position: relative;
  margin: 0 auto;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  line-height: 1.6;
  padding: 35px 3.5%;
  max-height: 280px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .contact-privacy--text {
    padding: 25px 5%;
    max-height: 240px;
  }
}

.contact-agree {
  color: #054187;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 3em;
}
.contact-agree--lead {
  color: #054187;
  text-align: center;
  margin: 0 auto 1.5em;
  font-size: 1.4rem;
}
.contact-agree .contact-checkboxItem {
  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;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  cursor: pointer;
}
.contact-agree .contact-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #054187;
  border-radius: 2px;
  cursor: pointer;
}
.contact-agree .contact-checkbox:checked {
  background-color: #054187;
}
.contact-agree .contact-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-send {
  margin: 3em auto 0;
}
.contact-send--item:not(:last-child) {
  margin-bottom: 1.5em;
}

.contact-agree-required {
  margin: 0 auto 0.75em;
  text-align: center;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

.contact-thank {
  margin: 5em auto;
}/*# sourceMappingURL=style.css.map */