@charset "UTF-8";
/*  reset
-------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  zoom: 1;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html,
body {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

html {
  overflow-y: scroll;
  cursor: default;
}

body {
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

ol,
ul,
li {
  list-style: none;
  zoom: normal;
}

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

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

th {
  font-weight: normal;
}

td,
th {
  padding: 0;
}

blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:active,
a:hover {
  outline-width: 0;
}

a:focus,
*:focus {
  outline: none;
}

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

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
/*  html / body
-------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #333333;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  body {
    font-size: 1.6em;
  }
}

a.on--opa {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  a.on--opa {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 751px) {
  a.on--opa:hover {
    opacity: 0.7;
  }
}

a.on--popup {
  position: relative;
  display: block;
}
a.on--popup:after {
  content: "";
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  display: inline-block;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  a.on--popup:after {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  a.on--popup:after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
  }
}

/* utils
-------------------------------------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}
@media screen and (min-width: 751px) {
  .inner {
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .inner {
    width: 1200px;
  }
}

.text p {
  line-height: 1.7em;
}
.text p:nth-child(n+2) {
  margin-top: 1.5em;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
}
.notes:before {
  content: "※";
}

@media screen and (max-width: 750px) {
  .none--sp {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .none--pc {
    display: none !important;
  }
}

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

@media screen and (max-width: 750px) {
  .br--sp {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .br--sp {
    display: none;
  }
}

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

.img--scale {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img--scale img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.youtube,
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightboxOverlay {
  width: 100% !important;
}

/*  #header
-------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background-color: #ffffff;
  z-index: 8888;
}

.header-top {
  position: relative;
  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;
  width: 100%;
  height: 16vw;
  z-index: 2;
}

.header-left {
  position: relative;
  padding-left: 4vw;
}

.header-label {
  margin-bottom: 0.3em;
  font-size: 2vw;
  line-height: 1.2em;
}

.header-logo {
  position: relative;
  width: 49.3333333333vw;
}

.header-logo a {
  display: block;
}

@media screen and (max-width: 750px) {
  .header.is-open {
    top: 0 !important;
  }
  .header.is-open .header-top {
    position: fixed;
  }
  .header-right {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .header {
    height: 10.0694444444vw;
  }
  .header-top {
    height: 5.5555555556vw;
  }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.0833333333vw;
    width: 34.7222222222vw;
  }
  .header-logo {
    width: 15.1388888889vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-label {
    margin: 0 0 0 1.5277777778vw;
    font-size: 0.8333333333vw;
    line-height: 1.5em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1441px) {
  .header {
    height: 145px;
  }
  .header-top {
    height: 80px;
  }
  .header-left {
    padding-left: 30px;
    width: 500px;
  }
  .header-logo {
    width: 218px;
  }
  .header-label {
    margin-left: 22px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- inquiry - */
.header .inquiry-box {
  margin-top: 6.6666666667vw;
  background-color: #ebeff5;
}
.header .inquiry-box .inquiry-tel a {
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .header .inquiry-box {
    display: none;
  }
  .header-tel {
    position: relative;
    text-align: center;
  }
  .header-tel-free {
    position: absolute;
    top: 0.4861111111vw;
    left: -2.4305555556vw;
    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;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    background-color: #25a9e7;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.8333333333vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.25em;
  }
  .header-tel-label {
    position: relative;
    margin-bottom: 0.3em;
    font-size: 0.8333333333vw;
    color: #2c63ad;
    font-weight: 700;
    z-index: 1;
  }
  .header-tel-label span {
    position: relative;
  }
  .header-tel-label span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.5555555556vw;
    background-color: #fff075;
    border-radius: 0.1388888889vw;
    z-index: -1;
  }
  .header-tel-num {
    position: relative;
    display: inline-block;
    padding-left: 3.125vw;
    color: #2c63ad;
    font-family: "Anton", sans-serif;
    font-size: 2.2222222222vw;
    font-weight: 400;
    line-height: 1em;
  }
  .header-tel-num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 2.3611111111vw;
    height: 1.3194444444vw;
    background-image: url(../img/common/free-dial.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-tel-time {
    margin-top: 0.2em;
    color: #acacac;
    font-size: 0.8333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .header-tel-time span:nth-child(n+2) {
    margin-left: 1em;
  }
  .header-btn {
    position: relative;
    margin-left: 3.4722222222vw;
    width: 17.3611111111vw;
  }
  .header-btn:after {
    content: "";
    position: absolute;
    left: -1.5277777778vw;
    bottom: 0;
    display: inline-block;
    width: 3.6111111111vw;
    height: 4.8611111111vw;
    background-image: url(../img/header/staff.png);
    background-image: image-set(url(../img/header/staff.png) 1x, url(../img/header/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/header/staff.png) 1x, url(../img/header/staff-2x.png) 2x);
    background-size: contain;
  }
  .header-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0.1388888889vw;
    height: 5.4166666667vw;
    background-color: #ff5a00;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0.2777777778vw;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 0.5555555556vw;
    -webkit-box-shadow: -2.817px 5.298px 6px 0px rgba(64, 64, 64, 0.25);
            box-shadow: -2.817px 5.298px 6px 0px rgba(64, 64, 64, 0.25);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0416666667vw;
    display: inline-block;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    background-image: url(../img/common/circle-arrow-wh.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header-btn a:hover {
    background-color: #FF8B4D;
  }
  .header-btn a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .header-btn a > div {
    text-align: center;
  }
  .header-btn a > div p:nth-child(1) {
    position: relative;
    padding-left: 1.5277777778vw;
    color: #ffffff;
    font-size: 0.9722222222vw;
    font-weight: 700;
    line-height: 1em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header-btn a > div p:nth-child(1):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 1.1805555556vw;
    height: 0.9027777778vw;
    background-image: url(../img/common/mail-wh.svg);
    background-size: contain;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-btn a > div p:nth-child(2) {
    margin-top: 0.5em;
    color: #ffffff;
    font-size: 1.1111111111vw;
    font-weight: 900;
    line-height: 1em;
  }
}
@media screen and (min-width: 1441px) {
  .header-tel-free {
    top: 7px;
    left: -35px;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .header-tel-label {
    font-size: 1.2rem;
  }
  .header-tel-label span:before {
    height: 8px;
    border-radius: 2px;
  }
  .header-tel-num {
    padding-left: 45px;
    font-size: 3.2rem;
  }
  .header-tel-num:before {
    width: 34px;
    height: 19px;
  }
  .header-tel-time {
    font-size: 1.2rem;
  }
  .header-btn {
    margin-left: 50px;
    width: 250px;
  }
  .header-btn:after {
    left: -22px;
    width: 52px;
    height: 70px;
  }
  .header-btn a {
    padding-bottom: 2px;
    height: 78px;
    border-width: 4px;
    border-radius: 0 0 0 8px;
  }
  .header-btn a:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .header-btn a > div p:nth-child(1) {
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .header-btn a > div p:nth-child(1):after {
    width: 17px;
    height: 13px;
  }
  .header-btn a > div p:nth-child(2) {
    font-size: 1.6rem;
  }
}
/*  #contents
-------------------------------------------------------------------------------*/
.contents {
  position: relative;
  padding-top: 16vw;
}
@media screen and (min-width: 751px) {
  .contents {
    padding-top: 10.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .contents {
    padding-top: 145px;
  }
}

/*  #footer
-------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin-bottom: 14.6666666667vw;
}

.footer--none {
  margin-bottom: 0 !important;
}

.footer-main {
  padding: 10.6666666667vw 0 8vw 0;
  background-color: #2c63ad;
}

.footer-main-inner {
  margin: 0 auto;
  width: 92vw;
}

.footer-logo {
  margin: 0 auto 6.6666666667vw auto;
  width: 51.0666666667vw;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-add {
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.5em;
}

.fopter-bar {
  padding: 8.6666666667vw 0 6.6666666667vw 0;
  background-color: #ffffff;
}

.fopter-bar-inner {
  margin: 0 auto;
  width: 92vw;
}

.footer-copy {
  margin-top: 8vw;
  color: rgba(51, 51, 51, 0.8);
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer-navi {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer {
    margin: 4.1666666667vw 0 0 0;
  }
  .footer-main {
    padding: 6.9444444444vw 0;
  }
  .footer-main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 83.3333333333vw;
  }
  .footer-info {
    width: 26.3888888889vw;
  }
  .footer-logo {
    margin: 0 0 1.7361111111vw 0;
    width: 18.4027777778vw;
  }
  .footer-add {
    color: #ffffff;
    font-size: 1.0416666667vw;
    text-align: left;
    line-height: 1.8em;
  }
  .footer-navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3.4722222222vw;
    max-width: 52.0833333333vw;
  }
  .footer-navi-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .footer-navi-box > div:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .footer-navi-menu a {
    display: block;
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.25em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-menu a:hover {
    color: #acacac;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .footer-navi-head {
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: 700;
    line-height: 1.25em;
  }
  .footer-navi-child {
    margin-top: 0.6944444444vw;
  }
  .footer-navi-child > li {
    position: relative;
    font-size: 1.0416666667vw;
    padding-left: 1.2em;
  }
  .footer-navi-child > li:before {
    content: "・";
    position: absolute;
    top: 50%;
    left: 0;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer-navi-child a {
    position: relative;
    display: block;
    padding: 0.5em 0;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer-navi-child a:hover {
    color: #acacac;
  }
  .footer-navi-box--menu {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .footer-navi-box--menu .footer-navi-child > li:before {
    top: 1.2em;
  }
  .footer-navi-box--menu .footer-navi-child a {
    line-height: 1.3em;
    white-space: wrap;
  }
  .fopter-bar {
    padding: 0;
  }
  .fopter-bar-inner {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83.3333333333vw;
    height: 5.2083333333vw;
  }
  .footer-copy {
    margin: 0;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .footer {
    margin-top: 60px;
  }
  .footer-main {
    padding: 100px 0;
  }
  .footer-main-inner {
    width: 1200px;
  }
  .footer-info {
    width: 380px;
  }
  .footer-logo {
    margin-bottom: 25px;
    width: 265px;
  }
  .footer-add {
    font-size: 1.5rem;
  }
  .footer-navi {
    gap: 50px;
    width: 750px;
  }
  .footer-navi-box > div:nth-child(n+2) {
    margin-top: 30px;
  }
  .footer-navi-menu a {
    font-size: 1.5rem;
  }
  .footer-navi-menu a:nth-child(n+2) {
    margin-top: 25px;
  }
  .footer-navi-head {
    font-size: 1.5rem;
  }
  .footer-navi-child {
    margin-top: 10px;
  }
  .footer-navi-child > li {
    font-size: 1.5rem;
  }
  .fopter-bar-inner {
    width: 1200px;
    height: 75px;
  }
  .footer-copy {
    font-size: 1.4rem;
  }
}
/*  button
-------------------------------------------------------------------------------*/
.btn {
  margin: 8vw auto 0 auto;
  width: 66.6666666667vw;
}
@media screen and (min-width: 751px) {
  .btn {
    margin-top: 2.7777777778vw;
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .btn {
    margin-top: 40px;
    width: 480px;
  }
}

/* ------------------------------------------- main - */
.btn-main {
  position: relative;
  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;
  height: 12vw;
  background-color: #2c63ad;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6vw;
  -webkit-box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
          box-shadow: -2.817px 5.298px 10px 0px rgba(64, 64, 64, 0.25);
}
@media screen and (min-width: 751px) {
  .btn-main {
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
}
.btn-main span {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.46em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn-main span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main span {
    font-size: 1.8rem;
  }
}
.btn-main:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .btn-main:after {
    right: 2.0833333333vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .btn-main:after {
    right: 30px;
    width: 8px;
    height: 12px;
  }
}

@media screen and (min-width: 751px) {
  .on--btn:hover .btn-main,
  .btn-main:hover {
    background-color: #ffffff;
    border-color: #2c63ad;
  }
  .on--btn:hover .btn-main span,
  .btn-main:hover span {
    color: #2c63ad;
  }
  .on--btn:hover .btn-main:after,
  .btn-main:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
  }
}

::-webkit-full-page-media,
:future,
:root .btn-main:after {
  -webkit-transition: none;
  transition: none;
}

/*  drawer
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1;
  }
  .drawer.is-open {
    height: 100%;
    min-height: 100vh;
    min-height: 100svh;
    opacity: 1;
    visibility: visible;
  }
  .drawer-scroll {
    position: relative;
    padding: 23.3333333333vw 0 10.6666666667vw 0;
    height: 100%;
    overflow-x: scroll;
  }
  .drawer-in {
    position: relative;
    margin: 0 auto;
    width: 88vw;
  }
}
@media screen and (min-width: 751px) {
  .drawer-in {
    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;
  }
}
/*  float
-------------------------------------------------------------------------------*/
.float {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.6666666667vw;
  z-index: 6666;
}
@media screen and (min-width: 751px) {
  .float {
    display: none !important;
  }
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.float-btn > li {
  padding: 0.5333333333vw;
  width: 50vw;
}

.float-btn > li a {
  position: relative;
  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;
  height: 13.6vw;
}

.float-btn-contact {
  background-color: #ff5a00;
}
.float-btn-contact a {
  background-color: #ff5a00;
}
.float-btn-contact a span {
  position: relative;
  padding-left: 7.6vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
}
.float-btn-contact a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.4666666667vw;
  height: 4.1333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.float-btn-call {
  background-color: #2c63ad;
}
.float-btn-call a {
  background-color: #ffffff;
}

.float-btn-call-label {
  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;
  margin: 0 0 0.8vw 9.0666666667vw;
  width: 22.6666666667vw;
  height: 4vw;
  background-color: #25a9e7;
  border-radius: 2vw;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.float-btn-call-num {
  position: relative;
  padding-left: 9.0666666667vw;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 6.1333333333vw;
  font-weight: 400;
  line-height: 1em;
}
.float-btn-call-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 7.6vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/free-dial.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*  ggnavi
-------------------------------------------------------------------------------*/
.gnavi-menu {
  position: relative;
}

.gnavi-ja {
  font-weight: 700;
}

.gnavi-en {
  color: #25a9e7;
  font-weight: 700;
}

/* ------------------------------------------- gnavi (SP) - */
@media screen and (max-width: 750px) {
  .gnavi {
    margin: 0 auto;
    width: 82.6666666667vw;
  }
  .gnavi > li {
    position: relative;
  }
  .gnavi > li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 0.2666666667vw;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gnavi-normal a {
    display: block;
  }
  .gnavi > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .gnavi-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 2.6666666667vw;
    width: 100%;
    height: 14.6666666667vw;
  }
  .gnavi-parent .gnavi-menu:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.3333333333vw;
    display: inline-block;
    width: 4.5333333333vw;
    height: 2.9333333333vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .gnavi-parent.is-open .gnavi-menu:after {
    background-image: url(../img/header/up.svg);
  }
  .gnavi-ja {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.1em;
  }
  .gnavi-en {
    margin-left: 5.3333333333vw;
    color: #25a9e7;
    font-size: 2.6666666667vw;
    font-weight: 700;
  }
  .gnavi-submenu {
    display: none;
    margin: 0 2.6666666667vw;
    padding-bottom: 4vw;
  }
  .gnavi-submenu--flex .gnavi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.6666666667vw 2.6666666667vw;
  }
  .gnavi-submenu--flex .gnavi-submenu-list a {
    width: 37.3333333333vw;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: block;
    padding: 1.3333333333vw 0 1.3333333333vw 1em;
    color: #333333;
    font-size: 3.7333333333vw;
    text-indent: -1em;
  }
  .gnavi-submenu-list a:before {
    content: "・";
    color: #2c63ad;
  }
}
/* ------------------------------------------- gnavi (PC) - */
@media screen and (min-width: 751px) {
  .gnavi {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.5138888889vw;
  }
  .gnavi > li {
    position: relative;
    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;
    height: 2.7777777778vw;
  }
  .gnavi > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.0694444444vw;
    height: 100%;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi > li:hover .gnavi-ja {
    color: #2c63ad;
  }
  .gnavi > li:hover .gnavi-submenu {
    display: block !important;
  }
  .gnavi > li:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.0694444444vw;
    height: 1.6666666667vw;
    background-color: rgba(47, 39, 39, 0.1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-menu {
    position: relative;
    padding: 0 4.1666666667vw;
    text-align: center;
    cursor: pointer;
  }
  .gnavi-ja {
    font-size: 1.1111111111vw;
    line-height: 1.1em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnavi-en {
    margin-top: 0.1em;
    font-size: 0.6944444444vw;
  }
  .gnavi-parent .gnavi-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.0416666667vw;
    display: inline-block;
    width: 0.9027777778vw;
    height: 0.5555555556vw;
    background-image: url(../img/header/down.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gnavi-submenu {
    position: absolute;
    top: 99%;
    left: 50%;
    display: none !important;
    padding: 0.3472222222vw 0.6944444444vw;
    height: auto;
    background-color: #ffffff;
    border-color: #2c63ad;
    border-style: solid;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
  }
  .gnavi-submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.4166666667vw;
  }
  .gnavi-submenu-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6944444444vw;
    background-color: rgba(37, 169, 231, 0.2);
    font-size: 0.9722222222vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.25em;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .gnavi-submenu-list a:hover {
    background-color: #25a9e7;
    color: #ffffff;
  }
  .gnavi-submenu--s {
    width: 18.75vw;
  }
  .gnavi-submenu--s .gnavi-submenu-list a {
    width: 100%;
  }
  .gnavi-submenu--l {
    width: 24.3055555556vw;
  }
  .gnavi-submenu--l .gnavi-submenu-list a {
    width: 11.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .gnavi {
    height: 65px;
  }
  .gnavi > li {
    height: 40px;
  }
  .gnavi > li:before {
    width: 1px;
  }
  .gnavi > li:last-child:after {
    width: 1px;
    height: 24px;
  }
  .gnavi-menu {
    padding: 0 60px;
  }
  .gnavi-ja {
    font-size: 1.6rem;
  }
  .gnavi-en {
    font-size: 1rem;
  }
  .gnavi-parent .gnavi-menu:before {
    right: 15px;
    width: 13px;
    height: 8px;
  }
  .gnavi-submenu {
    padding: 10px;
    border-width: 2px;
    border-radius: 4px;
  }
  .gnavi-submenu-list {
    gap: 6px;
  }
  .gnavi-submenu-list a {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  .gnavi-submenu--s {
    width: 270px;
  }
  .gnavi-submenu--l {
    width: 350px;
  }
  .gnavi-submenu--l .gnavi-submenu-list a {
    width: 160px;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.heading {
  margin-bottom: 8vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .heading {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading {
    margin-bottom: 50px;
  }
}

.heading-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding: 0 9.3333333333vw;
  color: #2c63ad;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading-catch {
    margin-bottom: 1.3888888889vw;
    padding: 0 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 2rem;
  }
}
.heading-catch span.red {
  color: #ff0000;
}
.heading-catch:before, .heading-catch:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 6.2666666667vw;
  height: 12.6666666667vw;
  background-image: url(../img/common/slash_sp.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .heading-catch:before, .heading-catch:after {
    width: 1.1111111111vw;
    height: 2.2222222222vw;
    background-image: url(../img/common/slash.svg);
  }
}
@media screen and (min-width: 1441px) {
  .heading-catch:before, .heading-catch:after {
    width: 16px;
    height: 32px;
  }
}
.heading-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.heading-catch:after {
  right: 0;
}

.heading-ja {
  position: relative;
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}
@media screen and (min-width: 751px) {
  .heading-ja {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja {
    font-size: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .heading-ja span.small {
    font-size: 5.3333333333vw;
  }
}
.heading-ja span.bl {
  color: #2c63ad;
}
.heading-ja span.marker {
  position: relative;
  z-index: 1;
}
.heading-ja span.marker:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4vw;
  background-color: #fff075;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .heading-ja span.marker:before {
    height: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-ja span.marker:before {
    height: 15px;
  }
}

.heading-en {
  position: relative;
  margin-top: 1em;
  color: #25a9e7;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
}
@media screen and (min-width: 751px) {
  .heading-en {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-en {
    font-size: 1.6rem;
  }
}

.heading-lead {
  margin: 4.6666666667vw auto 0 auto;
  width: 90vw;
}
@media screen and (min-width: 751px) {
  .heading-lead {
    margin: 2.0833333333vw auto 0 auto;
    width: 63.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-lead {
    margin-top: 30px;
    width: 910px;
  }
}
.heading-lead p {
  text-align: left;
  line-height: 1.7em;
}

/*  pagetop
-------------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 1.3333333333vw;
  bottom: 16vw;
  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;
  width: 14.6666666667vw;
  height: 14.6666666667vw;
  background-color: #ffffff;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  z-index: 8888;
  cursor: pointer;
}
.pagetop span {
  position: relative;
  padding-top: 3.3333333333vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
.pagetop span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 3.3333333333vw;
  height: 2.2666666667vw;
  background-image: url(../img/common/up-bl.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .pagetop {
    right: 1.0416666667vw;
    bottom: 2.7777777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    border-width: 0.1388888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagetop span {
    padding-top: 1.6666666667vw;
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagetop span:before {
    width: 1.3888888889vw;
    height: 0.9722222222vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagetop:hover {
    background-color: #25a9e7;
  }
  .pagetop:hover span {
    color: #ffffff;
  }
  .pagetop:hover span:before {
    background-image: url(../img/common/up-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagetop span:before {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .pagetop {
    right: 15px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border-width: 2px;
  }
  .pagetop span {
    padding-top: 24px;
    font-size: 1.6rem;
  }
  .pagetop span:before {
    width: 20px;
    height: 14px;
  }
}
/*  slide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- disable - */
.swiper-wrapper-disable {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

/* ------------------------------------------- mask - */
.swiper-wrapper-mask .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 252, 252, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.swiper-wrapper-mask .swiper-slide:before {
  border-radius: inherit;
}

.swiper-wrapper-mask .swiper-slide-active:before {
  content: none;
}

/* ------------------------------------------- btn - */
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  width: 8vw;
  height: 8vw;
  background-color: #ffffff;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .slide-prev,
  .slide-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .slide-prev,
  .slide-next {
    width: 48px;
    height: 48px;
  }
}

.slide-prev {
  background-image: url(../img/slide/prev-gy.svg);
}
@media screen and (min-width: 751px) {
  .slide-prev:hover {
    background-image: url(../img/slide/prev-wh.svg);
  }
}

.slide-next {
  background-image: url(../img/slide/next-gy.svg);
}
@media screen and (min-width: 751px) {
  .slide-next:hover {
    background-image: url(../img/slide/next-wh.svg);
  }
}

::-webkit-full-page-media,
:future,
:root .slide-prev {
  -webkit-transition: none;
  transition: none;
}

::-webkit-full-page-media,
:future,
:root .slide-next {
  -webkit-transition: none;
  transition: none;
}

/* ------------------------------------------- pagination - */
.slide-pagination {
  position: relative;
  bottom: auto !important;
  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;
  margin-top: 4.6666666667vw;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .slide-pagination {
    margin-top: 2.0833333333vw;
    gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination {
    margin-top: 30px;
    gap: 20px;
  }
}

.slide-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50% !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .slide-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/*  subnavi
-------------------------------------------------------------------------------*/
.subnavi {
  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;
}

.subnavi a {
  position: relative;
  display: block;
  color: rgba(51, 51, 51, 0.8);
  font-size: 3.2vw;
}

.subnavi a:nth-child(n+2) {
  margin-left: 4.6666666667vw;
  padding-left: 4.6666666667vw;
}
.subnavi a:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.2666666667vw;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

@media screen and (min-width: 751px) {
  .subnavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .subnavi a {
    font-size: 0.9722222222vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subnavi a:hover {
    color: #acacac;
  }
  .subnavi a:nth-child(n+2) {
    margin-left: 1em;
    padding-left: 1em;
  }
  .subnavi a:nth-child(n+2):before {
    width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .subnavi a {
    font-size: 1.4rem;
  }
  .subnavi a:nth-child(n+2):before {
    width: 1px;
  }
}
/*  toggle
-------------------------------------------------------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16vw;
  height: 16vw;
  background-color: #ffffff;
  z-index: 8888;
  cursor: pointer;
}

.header.is-open .toggle {
  position: fixed;
}

.toggle span {
  position: absolute;
  left: 50%;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #2c63ad;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.toggle span:nth-of-type(1) {
  top: 4.2666666667vw;
}

.toggle span:nth-of-type(2) {
  top: 6.4vw;
}

.toggle span:nth-of-type(3) {
  top: 8.5333333333vw;
}

.toggle.is-active span:nth-of-type(1) {
  top: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}

.toggle.is-active span:nth-of-type(2) {
  display: none;
}

.toggle.is-active span:nth-of-type(3) {
  top: 6.4vw;
  -webkit-transform: translateX(-50%) rotate(-30deg);
          transform: translateX(-50%) rotate(-30deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 2.8vw;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .toggle {
    display: none;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  position: relative;
  padding: 13.3333333333vw 0 2.6666666667vw 0;
  background-color: #ebeff5;
}

.area-contents {
  position: relative;
  margin: 0 auto;
  width: 93.3333333333vw;
}
.area-contents:before, .area-contents:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.area-contents:before {
  top: -6.6666666667vw;
  left: -5.3333333333vw;
  width: 20.8vw;
  height: 20.8vw;
}
.area-contents:after {
  top: 65.3333333333vw;
  right: -6.6666666667vw;
  width: 28.4vw;
  height: 28.4vw;
}

.area-content {
  position: relative;
}

.area-box {
  position: relative;
  padding: 8vw 3.6vw 6.6666666667vw 3.6vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.area-heading {
  margin-bottom: 4.6666666667vw;
  text-align: center;
}

.area-en {
  position: absolute;
  top: -0.5em;
  left: 50%;
  color: rgba(37, 169, 231, 0.3);
  font-family: "Anton", sans-serif;
  font-size: 11.2vw;
  font-weight: 400;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.area-ja {
  position: relative;
  display: inline-block;
  padding-left: 6.9333333333vw;
  color: #2c63ad;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.4em;
  z-index: 1;
}
.area-ja:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4.8vw;
  height: 7.3333333333vw;
  background-image: url(../img/common/pin-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.area-target {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1.0666666667vw;
  z-index: 2;
}

.area-target > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2em;
}
.area-target > li:before {
  content: "・";
  color: #25a9e7;
}

.area-target p {
  line-height: 2em;
}
.area-target p span.dot {
  color: #25a9e7;
}

.area-text {
  margin-top: 6vw;
}

.area-notes {
  margin-top: 3.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.7em;
}

.area-other {
  margin-top: 1em;
  line-height: 1.7em;
}

.area-link a {
  color: #2c63ad;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.area-btn {
  margin: 8vw auto 0 auto;
  width: 66.6666666667vw;
}

.area-image {
  position: relative;
  margin-top: 4.6666666667vw;
  width: 93.3333333333vw;
}

.area-balloon {
  position: absolute;
  top: 2.6666666667vw;
  left: 6vw;
  width: 56vw;
}
.area-balloon:before {
  content: "";
  position: absolute;
  left: -5.3333333333vw;
  bottom: -9.3333333333vw;
  display: inline-block;
  width: 27.4666666667vw;
  height: 27.4666666667vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
  z-index: 1;
}

.area-silhouette {
  position: absolute;
  top: 0;
  right: -6vw;
  width: 61.3333333333vw;
  height: 61.3333333333vw;
}

.area--pref .area-balloon {
  top: 22.6666666667vw;
}

@media screen and (max-width: 750px) {
  .area-content {
    margin: 0 auto;
    width: 90.6666666667vw;
    z-index: 1;
  }
  .area-box {
    margin: 0 auto;
    width: 88vw;
  }
  .area--pref .area-image {
    height: 77.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .area {
    padding: 4.8611111111vw 0;
  }
  .area-contents {
    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;
    width: 76.3888888889vw;
  }
  .area-contents:before {
    top: 2.0833333333vw;
    left: -2.4305555556vw;
    width: 6.25vw;
    height: 6.25vw;
    z-index: 1;
  }
  .area-contents:after {
    top: 31.25vw;
    right: -3.4722222222vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .area--pref .area-contents {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .area-content {
    margin: 0;
    width: 38.1944444444vw;
  }
  .area-box {
    padding: 1.0416666667vw 1.7361111111vw 2.0833333333vw 1.7361111111vw;
    border-radius: 1.1111111111vw;
  }
  .area-heading {
    margin-bottom: 1.3888888889vw;
  }
  .area-en {
    font-size: 4.4444444444vw;
  }
  .area-ja {
    padding-left: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
  .area-ja:before {
    width: 1.5972222222vw;
    height: 2.3611111111vw;
  }
  .area-target {
    gap: 0 0.3472222222vw;
  }
  .area-text {
    margin-top: 1.7361111111vw;
  }
  .area-notes {
    margin-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .area-link a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .area-link a:hover {
    color: #25a9e7;
  }
  .area-btn {
    margin: 3.4722222222vw 0 0 0;
    width: 19.0972222222vw;
  }
  .area-image {
    margin: 0;
    width: 37.2222222222vw;
  }
  .area-balloon {
    top: 2.0833333333vw;
    left: 1.0416666667vw;
    width: 20.0694444444vw;
  }
  .area-balloon:before {
    left: -1.7361111111vw;
    bottom: -5.9027777778vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .area-silhouette {
    right: -3.4722222222vw;
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
  .area--pref .area-balloon {
    top: 7.9861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding: 70px 0;
  }
  .area-contents {
    width: 1100px;
  }
  .area-contents:before {
    top: 30px;
    left: -35px;
    width: 90px;
    height: 90px;
    z-index: 1;
  }
  .area-contents:after {
    top: 450px;
    right: -50px;
    width: 147px;
    height: 147px;
  }
  .area-content {
    width: 550px;
  }
  .area-box {
    padding: 15px 25px 30px 25px;
    border-radius: 16px;
  }
  .area-heading {
    margin-bottom: 20px;
  }
  .area-en {
    font-size: 6.4rem;
  }
  .area-ja {
    padding-left: 30px;
    font-size: 2.4rem;
  }
  .area-ja:before {
    width: 23px;
    height: 34px;
  }
  .area-target {
    gap: 0 5px;
  }
  .area-text {
    margin-top: 25px;
  }
  .area-notes {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .area-btn {
    margin: 50px 0 0 0;
    width: 275px;
  }
  .area-image {
    width: 536px;
  }
  .area-balloon {
    top: 30px;
    left: 15px;
    width: 289px;
  }
  .area-balloon:before {
    left: -25px;
    bottom: -85px;
    width: 147px;
    height: 147px;
  }
  .area-silhouette {
    right: -50px;
    width: 300px;
    height: 300px;
  }
  .area--pref .area-balloon {
    top: 115px;
  }
}
/*  #column
-------------------------------------------------------------------------------*/
.column {
  position: relative;
  padding: 10.6666666667vw 0 8vw 0;
  background-color: #ebeff5;
}

.column-heading {
  position: relative;
  margin-bottom: 6vw;
  text-align: center;
}
.column-heading:before {
  content: "";
  position: absolute;
  top: -5.3333333333vw;
  left: -3.3333333333vw;
  display: inline-block;
  width: 31.4666666667vw;
  height: 31.4666666667vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.column-heading:after {
  content: "";
  position: absolute;
  top: 2vw;
  right: 8vw;
  display: inline-block;
  width: 10.5333333333vw;
  height: 14.2666666667vw;
  background-image: url(../img/column/pencil.svg);
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.column-lead p {
  text-align: center;
}

.column-content {
  position: relative;
}
.column-content:after {
  content: "";
  position: absolute;
  top: 52vw;
  right: -8vw;
  display: inline-block;
  width: 28.4vw;
  height: 28.4vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}

.column-slide {
  position: relative;
}

.column-slide .swiper-slide {
  margin-right: 2.6666666667vw;
  width: 61.3333333333vw;
}

.column-slide .swiper-slide:last-child {
  margin-right: 0;
}

#column-pagination .swiper-pagination-bullet {
  background-color: #c5d2e5;
}

#column-pagination .swiper-pagination-bullet-active {
  background-color: #2c63ad !important;
}

@media screen and (max-width: 750px) {
  #column-prev,
  #column-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .column {
    padding: 5.5555555556vw 0 4.1666666667vw 0;
  }
  .column-heading {
    margin-bottom: 2.4305555556vw;
  }
  .column-heading:before {
    top: -3.4722222222vw;
    left: 28.4722222222vw;
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
  .column-heading:after {
    top: 0;
    right: 25.6944444444vw;
    width: 4.1666666667vw;
    height: 5.6944444444vw;
  }
  .column-content:before {
    content: "";
    position: absolute;
    top: -15.2777777778vw;
    left: 4.5138888889vw;
    display: inline-block;
    width: 22.5694444444vw;
    height: 15.4861111111vw;
    background-image: url(../img/column/balloon.png);
    background-image: image-set(url(../img/column/balloon.png) 1x, url(../img/column/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/column/balloon.png) 1x, url(../img/column/balloon-2x.png) 2x);
    background-size: contain;
  }
  .column-content:after {
    top: -8.6805555556vw;
    right: 3.4722222222vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .column-slide .swiper-slide {
    left: 0.8333333333vw;
    margin-right: 1.6666666667vw;
    width: 23.6111111111vw;
  }
  #column-prev {
    left: 1.8055555556vw;
  }
  #column-next {
    right: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .column {
    padding: 80px 0 60px 0;
  }
  .column-heading {
    margin-bottom: 35px;
  }
  .column-heading:before {
    top: -50px;
    left: 410px;
    width: 105px;
    height: 105px;
  }
  .column-heading:after {
    right: 370px;
    width: 60px;
    height: 82px;
  }
  .column-content:before {
    top: -220px;
    left: 65px;
    width: 325px;
    height: 223px;
  }
  .column-content:after {
    top: -125px;
    right: 50px;
    width: 147px;
    height: 147px;
  }
  .column-slide .swiper-slide {
    left: 12px;
    margin-right: 24px;
    width: 340px;
  }
  #column-prev {
    left: 26px;
  }
  #column-next {
    right: 26px;
  }
}
/*  #faq
-------------------------------------------------------------------------------*/
.faq {
  position: relative;
  padding: 8.6666666667vw 0 10.6666666667vw 0;
  background-color: rgba(37, 169, 231, 0.15);
}

.faq-heading {
  position: relative;
  margin-bottom: 6.6666666667vw;
  padding-top: 7.3333333333vw;
}

.faq--frt .faq-heading:before {
  content: "";
  position: absolute;
  top: -6.6666666667vw;
  left: -2.6666666667vw;
  display: inline-block;
  width: 23.0666666667vw;
  height: 22.4vw;
  background-image: url(../img/faq/balloon_sp.png);
  background-size: contain;
}
.faq--frt .faq-heading:after {
  content: "";
  position: absolute;
  top: -15.3333333333vw;
  right: -10.6666666667vw;
  display: inline-block;
  width: 33.6vw;
  height: 33.6vw;
  background-image: url(../img/faq/deco_sp.png);
  background-size: contain;
}

.faq-en {
  position: absolute;
  top: 0;
  left: 50%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.8666666667vw;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.faq-ja {
  position: relative;
  color: #2c63ad;
  z-index: 1;
}

.faq-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw 0;
  z-index: 1;
}
.faq-post:before, .faq-post:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
  z-index: -1;
}
.faq-post:before {
  top: -9.3333333333vw;
  left: -12.6666666667vw;
  width: 20.6666666667vw;
  height: 20.6666666667vw;
}
.faq-post:after {
  right: -8.6666666667vw;
  bottom: -5.3333333333vw;
  width: 36.2666666667vw;
  height: 36.2666666667vw;
}

.c-faq {
  position: relative;
  padding: 0 4vw 0 3.3333333333vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
}

.c-faq dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.9333333333vw 9.3333333333vw 2.9333333333vw 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
  color: #2c63ad;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  overflow: hidden;
  cursor: pointer;
}
.c-faq dt:before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.1em;
  color: #2c63ad;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-faq dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background-image: url(../img/faq/plus.svg);
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-faq dt.is-open:after {
  background-image: url(../img/faq/minus.svg);
}

.c-faq dd {
  display: none;
  position: relative;
  padding: 3.3333333333vw 0 3.3333333333vw 6.6666666667vw;
  line-height: 1.7em;
}
.c-faq dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 88vw;
  height: 1px;
  background-color: #cfcfcf;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .faq {
    padding: 3.125vw 0 4.1666666667vw 0;
  }
  .faq-heading {
    margin-bottom: 2.4305555556vw;
    padding-top: 3.9583333333vw;
  }
  .faq--frt .faq-heading:before {
    top: -1.0416666667vw;
    left: 21.1805555556vw;
    width: 8.6111111111vw;
    height: 8.3333333333vw;
    background-image: url(../img/faq/balloon.png);
    background-image: image-set(url(../img/faq/balloon.png) 1x, url(../img/faq/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/faq/balloon.png) 1x, url(../img/faq/balloon-2x.png) 2x);
  }
  .faq--frt .faq-heading:after {
    top: -4.8611111111vw;
    right: 13.5416666667vw;
    width: 15.3472222222vw;
    height: 13.2638888889vw;
    background-image: url(../img/faq/deco.png);
    background-image: image-set(url(../img/faq/deco.png) 1x, url(../img/faq/deco-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/faq/deco.png) 1x, url(../img/faq/deco-2x.png) 2x);
  }
  .faq-en {
    font-size: 5.8333333333vw;
  }
  .faq-lead p {
    text-align: center;
  }
  .faq-post {
    gap: 1.0416666667vw 0;
    margin: 0 auto;
    width: 55.5555555556vw;
  }
  .faq-post:before {
    top: -10.0694444444vw;
    left: -9.7222222222vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .faq-post:after {
    right: -10.4166666667vw;
    bottom: -4.1666666667vw;
    width: 14.3055555556vw;
    height: 14.3055555556vw;
  }
  .faq-post {
    gap: 1.0416666667vw;
  }
  .c-faq {
    padding: 0 2.0833333333vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-faq:hover {
    opacity: 0.8;
  }
  .c-faq dt {
    padding: 1.3888888889vw 2.0833333333vw 1.3888888889vw 2.7777777778vw;
    font-size: 1.25vw;
  }
  .c-faq dt:before {
    top: 0.75em;
    margin-top: 0;
    font-size: 1.6666666667vw;
    -webkit-transform: none;
            transform: none;
  }
  .c-faq dt:after {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .c-faq dd {
    padding: 1.3888888889vw 0 1.3888888889vw 2.7777777778vw;
  }
  .c-faq dd:before {
    width: 52.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    padding: 45px 0 60px 0;
  }
  .faq-heading {
    margin-bottom: 35px;
    padding-top: 57px;
  }
  .faq--frt .faq-heading:before {
    top: -15px;
    left: 305px;
    width: 124px;
    height: 120px;
  }
  .faq--frt .faq-heading:after {
    top: -70px;
    right: 195px;
    width: 221px;
    height: 191px;
  }
  .faq-en {
    font-size: 8.4rem;
  }
  .faq-post {
    gap: 15px 0;
    width: 800px;
  }
  .faq-post:before {
    top: -145px;
    left: -140px;
    width: 147px;
    height: 147px;
  }
  .faq-post:after {
    right: -150px;
    bottom: -60px;
    width: 206px;
    height: 206px;
  }
  .faq-post {
    gap: 15px;
  }
  .c-faq {
    padding: 0 30px;
    border-radius: 8px;
  }
  .c-faq dt {
    padding: 20px 30px 20px 40px;
    font-size: 1.8rem;
  }
  .c-faq dt:before {
    font-size: 2.4rem;
  }
  .c-faq dt:after {
    width: 16px;
    height: 16px;
  }
  .c-faq dd {
    padding: 20px 0 20px 40px;
  }
  .c-faq dd:before {
    width: 750px;
  }
}
/*  #flow
-------------------------------------------------------------------------------*/
.flow {
  position: relative;
  padding: 12.6666666667vw 0 10.6666666667vw 0;
}

.flow-heading {
  margin-bottom: 6vw;
  text-align: center;
}

.flow-step .swiper-wrapper {
  position: relative;
}

.flow-step .swiper-slide {
  margin-right: 5.3333333333vw;
  width: 61.6vw;
}

.flow-step .swiper-slide:last-child {
  margin-right: 0;
}

.flow-step-head {
  position: relative;
  margin-bottom: 2.6666666667vw;
}

.flow-step-num {
  position: relative;
  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;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 50%;
  z-index: 1;
}
.flow-step-num span {
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 400;
}

.flow-step .swiper-slide:nth-child(even) .flow-step-num {
  background-color: #25a9e7;
}

.flow-step .swiper-slide:nth-child(odd) .flow-step-num {
  background-color: #2c63ad;
}

.flow-step-ttl {
  color: #2c63ad;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

#flow-pagination .swiper-pagination-bullet {
  background-color: #c5d2e5;
}

#flow-pagination .swiper-pagination-bullet-active {
  background-color: #2c63ad !important;
}

@media screen and (max-width: 750px) {
  .flow-step-image {
    margin-bottom: 4vw;
  }
  .flow-step-head {
    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;
    min-height: 10.6666666667vw;
  }
  .flow-step-ttl {
    width: 48vw;
  }
}
@media screen and (min-width: 751px) {
  .flow {
    padding: 4.8611111111vw 0 4.1666666667vw 0;
  }
  .flow-heading {
    margin-bottom: 2.2222222222vw;
  }
  .flow-step .swiper-wrapper {
    gap: 1.7361111111vw;
    width: auto;
    height: auto;
  }
  .flow-step .swiper-wrapper:before {
    content: "";
    position: absolute;
    top: 12.8472222222vw;
    left: 50%;
    width: 100%;
    height: 0.0694444444vw;
    background-color: #25a9e7;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flow-step .swiper-slide {
    margin-right: 0;
    width: 15.2777777778vw;
  }
  .flow-step-head {
    margin-bottom: 0.6944444444vw;
    padding-top: 1.0416666667vw;
  }
  .flow-step-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.0694444444vw;
    height: 1.0416666667vw;
    background-color: #25a9e7;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .flow-step-num {
    margin: 0 auto 0.6944444444vw auto;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .flow-step-num span {
    font-size: 1.3888888889vw;
  }
  .flow-step-ttl {
    font-size: 1.25vw;
    text-align: center;
  }
  #flow-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    padding: 70px 0 60px 0;
  }
  .flow-heading {
    margin-bottom: 35px;
  }
  .flow-step .swiper-wrapper {
    gap: 25px;
  }
  .flow-step .swiper-wrapper:before {
    top: 185px;
    height: 1px;
  }
  .flow-step .swiper-slide {
    width: 220px;
  }
  .flow-step-head {
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .flow-step-head:before {
    width: 1px;
    height: 15px;
  }
  .flow-step-num {
    margin: 0 auto 10px auto;
    width: 40px;
    height: 40px;
  }
  .flow-step-num span {
    font-size: 2rem;
  }
  .flow-step-ttl {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- payment - */
.payment {
  position: relative;
  margin-top: 8vw;
  padding: 9.3333333333vw 2.6666666667vw 6.6666666667vw 2.6666666667vw;
  background-color: #ebeff5;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
.payment:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3.2vw;
  background-image: url(../img/common/line.svg);
  background-size: auto 3.2vw;
  background-repeat: repeat-x;
}

.payment-ttl {
  margin-bottom: 1em;
  color: #2c63ad;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

.payment-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3333333333vw;
}

.payment-type > li {
  position: relative;
  width: 28vw;
}
.payment-type > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.8vw;
  background-color: #25a9e7;
}

.payment-type-image {
  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;
  margin-bottom: 2.6666666667vw;
  padding-top: 0.8vw;
  height: 17.3333333333vw;
  background-color: #ffffff;
}

.payment-type-card {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0.6666666667vw;
  gap: 1.7333333333vw;
}

.payment-type-visa {
  width: 9.4666666667vw;
}

.payment-type-jcb {
  width: 6.2666666667vw;
}

.payment-type-master {
  width: 6.1333333333vw;
}

.payment-type-diners {
  width: 6.9333333333vw;
}

.payment-type-amex {
  width: 5.2vw;
}

.payment-type-bank {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9333333333vw;
}

.payment-type-rakuten {
  width: 23.0666666667vw;
}

.payment-type-yucho {
  width: 21.0666666667vw;
}

.payment-type-paypay {
  width: 20.8vw;
}

.payment-type-ttl {
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

.payment-notes {
  margin-top: 5.3333333333vw;
  color: #686868;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .payment {
    margin: 3.4722222222vw auto 0 auto;
    padding: 2.7777777778vw 2.7777777778vw 1.7361111111vw 2.7777777778vw;
    width: 55.5555555556vw;
    border-radius: 0.5555555556vw;
  }
  .payment:before {
    height: 0.5555555556vw;
    background-size: auto 0.5555555556vw;
  }
  .payment-ttl {
    font-size: 1.3888888889vw;
  }
  .payment-type {
    gap: 2.0833333333vw;
  }
  .payment-type > li {
    width: 15.2777777778vw;
  }
  .payment-type > li:before {
    height: 0.4166666667vw;
  }
  .payment-type-image {
    margin-bottom: 1.0416666667vw;
    padding-top: 0.4166666667vw;
    height: 9.0277777778vw;
  }
  .payment-type-card {
    margin: 0 1.7361111111vw;
    gap: 0.6944444444vw;
  }
  .payment-type-visa {
    width: 4.3055555556vw;
  }
  .payment-type-jcb {
    width: 2.8472222222vw;
  }
  .payment-type-master {
    width: 2.8472222222vw;
  }
  .payment-type-diners {
    width: 3.125vw;
  }
  .payment-type-amex {
    width: 2.3611111111vw;
  }
  .payment-type-bank {
    gap: 0.5555555556vw;
  }
  .payment-type-rakuten {
    width: 10vw;
  }
  .payment-type-yucho {
    width: 9.1666666667vw;
  }
  .payment-type-paypay {
    width: 9.0277777778vw;
  }
  .payment-type-ttl {
    font-size: 1.25vw;
  }
  .payment-notes {
    margin-top: 1.7361111111vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .payment {
    margin: 50px auto 0 auto;
    padding: 40px 40px 25px 40px;
    width: 800px;
    border-radius: 8px;
  }
  .payment:before {
    height: 8px;
    background-size: auto 8px;
  }
  .payment-ttl {
    font-size: 2rem;
  }
  .payment-type {
    gap: 30px;
  }
  .payment-type > li {
    width: 220px;
  }
  .payment-type > li:before {
    height: 6px;
  }
  .payment-type-image {
    margin-bottom: 15px;
    padding-top: 6px;
    height: 130px;
  }
  .payment-type-card {
    margin: 0 25px;
    gap: 10px;
  }
  .payment-type-visa {
    width: 62px;
  }
  .payment-type-jcb {
    width: 41px;
  }
  .payment-type-master {
    width: 41px;
  }
  .payment-type-diners {
    width: 45px;
  }
  .payment-type-amex {
    width: 34px;
  }
  .payment-type-bank {
    gap: 8px;
  }
  .payment-type-rakuten {
    width: 144px;
  }
  .payment-type-yucho {
    width: 132px;
  }
  .payment-type-paypay {
    width: 130px;
  }
  .payment-type-ttl {
    font-size: 1.8rem;
  }
  .payment-notes {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
/*  inquiry
-------------------------------------------------------------------------------*/
.inquiry {
  position: relative;
  padding: 6vw 0 5.3333333333vw 0;
  background-image: url(../img/inquiry/bg_sp.jpg);
  background-size: cover;
  z-index: 2;
}
.inquiry:before, .inquiry:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.inquiry:before {
  top: 0.6666666667vw;
  left: -2.6666666667vw;
  width: 28.1333333333vw;
  height: 18.8vw;
  background-image: url(../img/inquiry/image_sp.jpg);
  border-radius: 1.0666666667vw;
  -webkit-transform: rotate(-11.28deg);
          transform: rotate(-11.28deg);
}
.inquiry:after {
  top: -5.3333333333vw;
  right: 6.6666666667vw;
  width: 29.0666666667vw;
  height: 35.2vw;
  background-image: url(../img/inquiry/balloon_sp.png);
}

.inquiry-box {
  position: relative;
  margin: 0 auto;
  padding: 4vw 10vw;
  width: 88vw;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
  z-index: 1;
}

.inquiry-box > div {
  position: relative;
}

.inquiry-free {
  position: absolute;
  top: -5.3333333333vw;
  left: -7.3333333333vw;
  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;
  width: 10.9333333333vw;
  height: 10.9333333333vw;
  background-color: #25a9e7;
  border-radius: 50%;
  z-index: 1;
}
.inquiry-free p {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.07em;
}

.inquiry-head {
  position: relative;
  margin-bottom: 3.3333333333vw;
  text-align: center;
  z-index: 1;
}

.inquiry-en {
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.inquiry-ja {
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.2em;
}
.inquiry-ja span.ye {
  color: #ffe933;
}

.inquiry-label {
  margin-bottom: 1.7333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}

.inquiry-tel a {
  position: relative;
  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;
  height: 18.1333333333vw;
  background-color: #ebeff5;
  border-radius: 1.0666666667vw;
  text-align: center;
}

.inquiry-num {
  position: relative;
  display: inline-block;
  padding-left: 12.6666666667vw;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 8.2666666667vw;
  font-weight: 400;
  line-height: 1em;
}
.inquiry-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 10.4vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/free-dial.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inquiry-time {
  margin-top: 0.1333333333vw;
  color: #acacac;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
}
.inquiry-time span:nth-child(n+2) {
  margin-left: 1em;
}

.inquiry-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  height: 13.3333333333vw;
  background-color: #ff5a00;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.0666666667vw;
  -webkit-box-shadow: -2.817px 5.298px 6px 0px rgba(64, 64, 64, 0.25);
          box-shadow: -2.817px 5.298px 6px 0px rgba(64, 64, 64, 0.25);
}
.inquiry-btn a span {
  position: relative;
  padding-left: 7.3333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.inquiry-btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: 0.05em;
  width: 5.4666666667vw;
  height: 4.1333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .inquiry-box > div:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .inquiry {
    margin: 4.1666666667vw auto 0 auto;
    padding: 1.7361111111vw 0 2.0833333333vw 0;
    width: 63.8888888889vw;
    background-image: url(../img/inquiry/bg.jpg);
    background-image: image-set(url(../img/inquiry/bg.jpg) 1x, url(../img/inquiry/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/bg.jpg) 1x, url(../img/inquiry/bg-2x.jpg) 2x);
    border-radius: 0.5555555556vw;
  }
  .inquiry:before {
    top: -1.3888888889vw;
    left: -5.3472222222vw;
    width: 14.6527777778vw;
    height: 9.7916666667vw;
    background-image: url(../img/inquiry/image.jpg);
    background-image: image-set(url(../img/inquiry/image.jpg) 1x, url(../img/inquiry/image-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/image.jpg) 1x, url(../img/inquiry/image-2x.jpg) 2x);
    border-radius: 0.5555555556vw;
  }
  .inquiry:after {
    top: auto;
    right: -4.8611111111vw;
    bottom: 0;
    width: 17.7083333333vw;
    height: 18.3333333333vw;
    background-image: url(../img/inquiry/balloon.png);
    background-image: image-set(url(../img/inquiry/balloon.png) 1x, url(../img/inquiry/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/inquiry/balloon.png) 1x, url(../img/inquiry/balloon-2x.png) 2x);
    z-index: 1;
  }
  .inquiry-head {
    margin-bottom: 1.0416666667vw;
  }
  .inquiry-en {
    font-size: 1.1111111111vw;
  }
  .inquiry-ja {
    font-size: 2.2222222222vw;
  }
  .inquiry-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.1805555556vw 8.8888888889vw 1.1805555556vw 2.9166666667vw;
    width: 55.5555555556vw;
    border-radius: 0.5555555556vw;
  }
  .inquiry-box:before {
    top: -9.0277777778vw;
    right: 2.0833333333vw;
    width: 13.8888888889vw;
    height: 9.8611111111vw;
    border-radius: 0.2777777778vw;
  }
  .inquiry-box:after {
    left: -3.4722222222vw;
    width: 18.2638888889vw;
    height: 20.2083333333vw;
  }
  .inquiry-box .inquiry-box-item:nth-child(1) {
    width: 20.8333333333vw;
  }
  .inquiry-box .inquiry-box-item:nth-child(2) {
    width: 21.5277777778vw;
  }
  .inquiry-free {
    top: -0.8333333333vw;
    left: -1.7361111111vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .inquiry-free p {
    font-size: 0.9722222222vw;
  }
  .inquiry-label {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .inquiry-tel a {
    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;
    height: 5.5555555556vw;
    background-color: #ebeff5;
    border-radius: 0.5555555556vw;
    pointer-events: none;
  }
  .inquiry-num {
    padding-left: 3.9583333333vw;
    font-size: 2.5vw;
  }
  .inquiry-num:before {
    width: 3.2638888889vw;
    height: 1.875vw;
  }
  .inquiry-time {
    margin-top: 0.3472222222vw;
    font-size: 0.8333333333vw;
  }
  .inquiry-btn a {
    height: 5.5555555556vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .inquiry-btn a span {
    padding-left: 2.9861111111vw;
    font-size: 1.3888888889vw;
  }
  .inquiry-btn a span:before {
    width: 2.2222222222vw;
    height: 1.5972222222vw;
  }
  .inquiry-btn a:hover {
    background-color: #FF8B4D;
  }
}
@media screen and (min-width: 1441px) {
  .inquiry {
    margin-top: 60px;
    padding: 25px 0 30px 0;
    width: 920px;
    border-radius: 8px;
  }
  .inquiry:before {
    top: -20px;
    left: -77px;
    width: 211px;
    height: 141px;
    border-radius: 8px;
  }
  .inquiry:after {
    right: -70px;
    width: 255px;
    height: 264px;
  }
  .inquiry-head {
    margin-bottom: 15px;
  }
  .inquiry-en {
    font-size: 1.6rem;
  }
  .inquiry-ja {
    font-size: 3.2rem;
  }
  .inquiry-box {
    padding: 17px 128px 17px 42px;
    width: 800px;
    border-radius: 8px;
  }
  .inquiry-box:before {
    top: -130px;
    right: 30px;
    width: 200px;
    height: 142px;
    border-radius: 4px;
  }
  .inquiry-box:after {
    left: -50px;
    width: 263px;
    height: 291px;
  }
  .inquiry-box .inquiry-box-item:nth-child(1) {
    width: 300px;
  }
  .inquiry-box .inquiry-box-item:nth-child(2) {
    width: 310px;
  }
  .inquiry-free {
    top: -12px;
    left: -25px;
    width: 48px;
    height: 48px;
  }
  .inquiry-free p {
    font-size: 1.4rem;
  }
  .inquiry-label {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .inquiry-tel a {
    height: 80px;
    border-radius: 8px;
  }
  .inquiry-num {
    padding-left: 57px;
    font-size: 3.6rem;
  }
  .inquiry-num:before {
    width: 47px;
    height: 27px;
  }
  .inquiry-time {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .inquiry-btn a {
    height: 80px;
    border-width: 2px;
    border-radius: 8px;
  }
  .inquiry-btn a span {
    padding-left: 43px;
    font-size: 2rem;
  }
  .inquiry-btn a span:before {
    width: 32px;
    height: 23px;
  }
}
/*  #service
-------------------------------------------------------------------------------*/
.service {
  position: relative;
  padding: 16vw 0 8vw 0;
}
.service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3.2vw;
  background-image: url(../img/common/line.svg);
  background-size: auto 3.2vw;
  background-repeat: repeat-x;
}

.service-heading {
  position: relative;
  margin-bottom: 6.6666666667vw;
  z-index: 1;
}
.service-heading:before, .service-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.service-heading:before {
  top: 3.3333333333vw;
  left: 82vw;
  width: 9.0666666667vw;
  height: 11.8666666667vw;
  background-image: url(../img/service/screw.svg);
  -webkit-transform: rotate(-20.05deg);
          transform: rotate(-20.05deg);
}
.service-heading:after {
  top: 4vw;
  left: -2vw;
  width: 13.4666666667vw;
  height: 10.6666666667vw;
  background-image: url(../img/service/driver.svg);
  -webkit-transform: rotate(-22.84deg);
          transform: rotate(-22.84deg);
}

.service-content {
  position: relative;
}
.service-content:before, .service-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28.4vw;
  height: 28.4vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.service-content:before {
  top: -46vw;
  left: -9.0666666667vw;
}
.service-content:after {
  top: -18.6666666667vw;
  right: -4.9333333333vw;
}

.service-slide {
  position: relative;
}

.service-slide .swiper-slide {
  margin-right: 4vw;
  width: 44vw;
}

.service-slide .swiper-slide:last-child {
  margin-right: 0;
}

.c-service-head {
  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;
  height: 9.6vw;
  background-color: #2c63ad;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
}

.c-service-ttl {
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}
.c-service-ttl span {
  font-size: 4vw;
  font-weight: 700;
}

.service--sub .c-service-image {
  border-radius: 0 0 0.5333333333vw 0.5333333333vw;
  overflow: hidden;
}

.c-service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.6666666667vw;
  height: 10.6666666667vw;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-radius: 0 0 0.5333333333vw 0.5333333333vw;
}

.c-service-label {
  position: relative;
  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;
  margin-right: 1.3333333333vw;
  padding-right: 2vw;
  width: 0.8vw;
  height: 6.4vw;
  background-image: url(../img/service/label.svg);
  background-size: contain;
  color: #ffffff;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.08em;
}

.c-service-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff0000;
  font-size: 2.4vw;
  font-weight: 700;
}
.c-service-price span {
  display: inline-block;
  line-height: 1.1em;
}
.c-service-price span.num {
  margin-right: 0.1em;
  font-family: "Anton", sans-serif;
  font-size: 6.4vw;
  font-weight: 400;
}
.c-service-price span.unit {
  font-size: 3.2vw;
}

#service-pagination .swiper-pagination-bullet {
  background-color: #c5d2e5;
}

#service-pagination .swiper-pagination-bullet-active {
  background-color: #2c63ad !important;
}

@media screen and (max-width: 750px) {
  .service-balloon {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .service {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .service:before {
    height: 0.8333333333vw;
    background-size: auto 0.8333333333vw;
  }
  .service-heading {
    margin-bottom: 2.4305555556vw;
  }
  .service-heading:before {
    top: -0.3472222222vw;
    left: 14.9305555556vw;
    width: 3.3333333333vw;
    height: 4.375vw;
  }
  .service-heading:after {
    top: 4.1666666667vw;
    left: 19.4444444444vw;
    width: 5vw;
    height: 3.9583333333vw;
  }
  .service-content:before, .service-content:after {
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .service-content:before {
    top: -14.2361111111vw;
    left: 8.3333333333vw;
  }
  .service-content:after {
    top: -7.6388888889vw;
    right: -4.1666666667vw;
  }
  .service-balloon {
    position: absolute;
    top: -15.2777777778vw;
    right: 0.6944444444vw;
    width: 24.0972222222vw;
  }
  .service-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3888888889vw 0.8333333333vw;
    width: auto;
    height: auto;
  }
  .service-slide .swiper-slide {
    margin-right: 0;
    width: 13.1944444444vw;
  }
  .c-service-head {
    height: 3.6111111111vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .c-service-ttl {
    font-size: 0.9722222222vw;
  }
  .c-service-ttl span {
    font-size: 1.25vw;
  }
  .service--sub .c-service-image {
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
  .c-service-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.6944444444vw;
    height: 3.8194444444vw;
    border-width: 0.0694444444vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
  .c-service-label {
    margin: 0;
    padding-right: 0.4166666667vw;
    width: 2.8472222222vw;
    height: 2.2222222222vw;
    background-image: url(../img/service/label.svg);
    font-size: 0.8333333333vw;
  }
  .c-service-price {
    width: 8.6805555556vw;
    font-size: 0.8333333333vw;
  }
  .c-service-price span.num {
    font-size: 2.2222222222vw;
  }
  .c-service-price span.unit {
    font-size: 0.9722222222vw;
  }
  #service-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .service {
    padding: 100px 0 80px 0;
  }
  .service:before {
    height: 12px;
    background-size: auto 12px;
  }
  .service-heading {
    margin-bottom: 35px;
  }
  .service-heading:before {
    top: -5px;
    left: 215px;
    width: 48px;
    height: 63px;
  }
  .service-heading:after {
    top: 60px;
    left: 280px;
    width: 72px;
    height: 57px;
  }
  .service-content:before, .service-content:after {
    width: 147px;
    height: 147px;
  }
  .service-content:before {
    top: -205px;
    left: 120px;
  }
  .service-content:after {
    top: -110px;
    right: -60px;
  }
  .service-balloon {
    top: -220px;
    right: 10px;
    width: 347px;
  }
  .service-slide .swiper-wrapper {
    gap: 20px 12px;
  }
  .service-slide .swiper-slide {
    width: 190px;
  }
  .c-service-head {
    height: 52px;
    border-radius: 4px 4px 0 0;
  }
  .c-service-ttl {
    font-size: 1.4rem;
  }
  .c-service-ttl span {
    font-size: 1.8rem;
  }
  .service--sub .c-service-image {
    border-radius: 0 0 4px 4px;
  }
  .c-service-content {
    padding: 0 10px;
    height: 55px;
    border-width: 1px;
    border-radius: 0 0 4px 4px;
  }
  .c-service-label {
    padding-right: 6px;
    width: 41px;
    height: 32px;
    font-size: 1.2rem;
  }
  .c-service-price {
    width: 125px;
    font-size: 1.2rem;
  }
  .c-service-price span.num {
    font-size: 3.2rem;
  }
  .c-service-price span.unit {
    font-size: 1.4rem;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  position: relative;
  padding: 10.6666666667vw 0 8vw 0;
  background-color: #ffffff;
}

.works-heading {
  position: relative;
  margin-bottom: 6vw;
  text-align: center;
  z-index: 1;
}
.works-heading:before, .works-heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.works-heading:before {
  top: 24vw;
  left: 0.6666666667vw;
  width: 19.0666666667vw;
  height: 19.3333333333vw;
  background-image: url(../img/works/tools.svg);
  -webkit-transform: rotate(-30.7deg);
          transform: rotate(-30.7deg);
}
.works-heading:after {
  top: 25.3333333333vw;
  right: 5.3333333333vw;
  width: 12.9333333333vw;
  height: 8.4vw;
  background-image: url(../img/works/helmet.svg);
  -webkit-transform: rotate(19.95deg);
          transform: rotate(19.95deg);
}

.works-content {
  position: relative;
}
.works-content:before, .works-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28.4vw;
  height: 28.4vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.works-content:before {
  top: -46vw;
  left: -9.0666666667vw;
}
.works-content:after {
  top: -18.6666666667vw;
  right: -4.9333333333vw;
}

.works-slide {
  position: relative;
}

.works-slide .swiper-slide {
  margin-right: 5.3333333333vw;
  width: 61.3333333333vw;
  height: auto;
}

.works-slide .swiper-slide:last-child {
  margin-right: 0;
}

#works-pagination .swiper-pagination-bullet {
  background-color: #c5d2e5;
}

#works-pagination .swiper-pagination-bullet-active {
  background-color: #2c63ad !important;
}

@media screen and (max-width: 750px) {
  #works-prev,
  #works-next {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .works {
    padding: 4.8611111111vw 0 4.1666666667vw 0;
  }
  .works-heading {
    margin-bottom: 2.4305555556vw;
  }
  .works-heading:before {
    top: 1.7361111111vw;
    left: 10.4166666667vw;
    width: 7.7777777778vw;
    height: 7.9166666667vw;
  }
  .works-heading:after {
    top: 2.6388888889vw;
    right: 13.1944444444vw;
    width: 5.2777777778vw;
    height: 3.4027777778vw;
  }
  .works-content:before, .works-content:after {
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .works-content:before {
    top: -15.2777777778vw;
    left: 13.5416666667vw;
  }
  .works-content:after {
    top: -8.3333333333vw;
    right: 13.5416666667vw;
  }
  .works-slide .swiper-slide {
    left: 0.9375vw;
    margin-right: 1.875vw;
    width: 20.2777777778vw;
  }
  #works-prev {
    left: 1.8055555556vw;
  }
  #works-next {
    right: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding: 70px 0 60px 0;
  }
  .works-heading {
    margin-bottom: 35px;
  }
  .works-heading:before {
    top: 25px;
    left: 150px;
    width: 112px;
    height: 114px;
  }
  .works-heading:after {
    top: 38px;
    right: 190px;
    width: 76px;
    height: 49px;
  }
  .works-content:before, .works-content:after {
    width: 147px;
    height: 147px;
  }
  .works-content:before {
    top: -220px;
    left: 195px;
  }
  .works-content:after {
    top: -120px;
    right: 195px;
  }
  .works-slide .swiper-slide {
    left: 13.5px;
    margin-right: 27px;
    width: 292px;
  }
  #works-prev {
    left: 26px;
  }
  #works-next {
    right: 26px;
  }
}
/*  column --> common
-------------------------------------------------------------------------------*/
.c-column {
  position: relative;
}

.column-slide .c-column {
  background-color: #ffffff;
}

.column-post .c-column {
  background-color: #ebeff5;
}

.c-column a {
  position: relative;
  display: block;
  padding: 4.5333333333vw;
  height: 100%;
  border-radius: 0.5333333333vw;
}

.c-column-image {
  position: relative;
  margin-bottom: 2.6666666667vw;
}
.c-column-image img {
  aspect-ratio: 392/235;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-column-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
}

.c-column-cat {
  margin-left: 2vw;
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-color: #2c63ad;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

.c-column-date {
  color: #acacac;
}

.c-column-bottom:has(.c-column-author) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-column-bottom:has(.c-column-author) .c-column-ttl {
  width: calc(100% - 14.6666666667vw);
}

.c-column-author {
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  border-radius: 50%;
  overflow: hidden;
}
.c-column-author img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 9.0666666667vw;
}

.c-column-ttl {
  max-height: 4.5em;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .c-column a {
    padding: 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .c-column-image {
    margin-bottom: 0.6944444444vw;
  }
  .c-column-image img {
    aspect-ratio: 300/180;
  }
  .c-column a:hover .c-column-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-column-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.6944444444vw;
  }
  .c-column-cat {
    margin-left: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .c-column-bottom:has(.c-column-author) .c-column-ttl {
    width: calc(100% - 4.8611111111vw);
  }
  .c-column-author {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .c-column-author img {
    height: 3.3333333333vw;
  }
  .c-column-ttl {
    max-height: 3.4em;
    line-height: 1.7em;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1441px) {
  .c-column a {
    padding: 20px;
    border-radius: 4px;
  }
  .c-column-image {
    margin-bottom: 10px;
  }
  .c-column-head {
    margin-bottom: 10px;
  }
  .c-column-cat {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .c-column-bottom:has(.c-column-author) .c-column-ttl {
    width: calc(100% - 70px);
  }
  .c-column-author {
    width: 48px;
    height: 48px;
  }
  .c-column-author img {
    height: 48px;
  }
}
/*  works --> post
-------------------------------------------------------------------------------*/
.c-works {
  position: relative;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.c-works a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 4.5333333333vw 4vw 4.5333333333vw;
  height: 100%;
}

.c-works-bf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.6666666667vw;
}
.c-works-bf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5333333333vw;
}

.c-works-bf-label {
  position: absolute;
  top: 0;
  left: 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;
  width: 14.9333333333vw;
  height: 5.0666666667vw;
  border-radius: 0.5333333333vw 0 0.5333333333vw 0;
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.c-works-bf-before {
  position: relative;
  width: 43.5%;
}
.c-works-bf-before img {
  aspect-ratio: 120/120;
}
.c-works-bf-before .c-works-bf-label {
  background-color: #333333;
}
.c-works-bf-before:after {
  content: "";
  position: absolute;
  top: 21.3333333333vw;
  left: 9.3333333333vw;
  display: inline-block;
  width: 13.3333333333vw;
  height: 12.2666666667vw;
  background-image: url(../img/works/arrow.svg);
  background-size: contain;
  z-index: 1;
}

.c-works-bf-after {
  position: relative;
  width: 100%;
}
.c-works-bf-after img {
  aspect-ratio: 392/250;
}
.c-works-bf-after .c-works-bf-label {
  background-color: #ff5a00;
}

.c-works-bf:has(.c-works-bf-before) .c-works-bf-after {
  width: 52.3%;
}
.c-works-bf:has(.c-works-bf-before) .c-works-bf-after img {
  aspect-ratio: 204/250;
}

.c-works-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
.c-works-cat > li {
  padding: 0.1em 0.5em 0.2em 0.5em;
  background-color: #2c63ad;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
}

.c-works-ttl {
  max-height: 4.5em;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-works-cost {
  position: relative;
  left: 0.5em;
  margin-top: 2vw;
  color: #ff0000;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: right;
}
.c-works-cost span.num {
  position: relative;
  margin-right: 0.1em;
  font-family: "Anton", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 400;
  line-height: 1em;
}
.c-works-cost span.unit {
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 751px) {
  .c-works {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-works a {
    padding: 0.5555555556vw 0.5555555556vw 1.7361111111vw 0.5555555556vw;
  }
  .c-works-bf {
    margin-bottom: 1.0416666667vw;
  }
  .c-works-bf img {
    border-radius: 0.2777777778vw;
  }
  .c-works-bf-label {
    width: 6.3888888889vw;
    height: 2.2222222222vw;
    border-radius: 0.2777777778vw 0 0.2777777778vw 0;
    font-size: 1.1111111111vw;
  }
  .c-works-bf-before {
    width: 43.7%;
  }
  .c-works-bf-before:after {
    top: 7.9861111111vw;
    left: 3.4722222222vw;
    width: 4.8611111111vw;
    height: 4.5833333333vw;
  }
  .c-works-bf-after img {
    aspect-ratio: 274/178;
  }
  .c-works-bf:has(.c-works-bf-before) .c-works-bf-after {
    width: 52.5%;
  }
  .c-works-bf:has(.c-works-bf-before) .c-works-bf-after img {
    aspect-ratio: 144/178;
  }
  .c-works-cat {
    gap: 0.2083333333vw;
    margin-bottom: 1.0416666667vw;
  }
  .c-works-cat > li {
    font-size: 0.8333333333vw;
  }
  .c-works-ttl {
    max-height: 3.4em;
    -webkit-line-clamp: 2;
  }
  .c-works-cost {
    margin-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
  .c-works-cost span.num {
    font-size: 1.6666666667vw;
  }
  .c-works-cost span.unit {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .c-works {
    border-width: 1px;
    border-radius: 4px;
  }
  .c-works a {
    padding: 8px 8px 25px 8px;
  }
  .c-works-bf {
    margin-bottom: 15px;
  }
  .c-works-bf img {
    border-radius: 4px;
  }
  .c-works-bf-label {
    width: 92px;
    height: 32px;
    border-radius: 4px 0 4px 0;
    font-size: 1.6rem;
  }
  .c-works-bf-before:after {
    top: 115px;
    left: 50px;
    width: 70px;
    height: 66px;
  }
  .c-works-cat {
    gap: 3px;
    margin-bottom: 15px;
  }
  .c-works-cat > li {
    font-size: 1.2rem;
  }
  .c-works-cost {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .c-works-cost span.num {
    font-size: 2.4rem;
  }
  .c-works-cost span.unit {
    font-size: 1.6rem;
  }
}