@charset "UTF-8";
/* sub --> area
-------------------------------------------------------------------------------*/
.sub--area {
  padding: 0 !important;
}

.area-sub {
  padding: 4vw 0 13.3333333333vw 0;
  background-color: #ebeff5;
}
@media screen and (min-width: 751px) {
  .area-sub {
    padding: 0 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .area-sub {
    padding-bottom: 100px;
  }
}

.area-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
}
@media screen and (min-width: 751px) {
  .area-menu {
    gap: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu {
    gap: 18px;
  }
}

.area-menu > li {
  width: 29.3333333333vw;
}
@media screen and (min-width: 751px) {
  .area-menu > li {
    width: 12.8472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu > li {
    width: 185px;
  }
}

.area-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 6vw 0 2.4vw;
  height: 11.2vw;
  background-color: #ffffff;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.0666666667vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.18em;
}
@media screen and (min-width: 751px) {
  .area-menu a {
    padding: 0.1em 2.4305555556vw 0 1.0416666667vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    font-size: 1.0416666667vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu a {
    padding: 0.1em 35px 0 15px;
    height: 50px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 1.5rem;
  }
}
.area-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .area-menu a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .area-menu a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
}
@media screen and (min-width: 751px) {
  .area-menu a:hover {
    background-color: #2c63ad;
    color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .area-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}

.area-pref {
  margin-top: 8vw;
  padding: 5.3333333333vw 4vw;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
  .area-pref {
    margin-top: 3.4722222222vw;
    padding: 2.4305555556vw 3.8194444444vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-pref {
    margin-top: 50px;
    padding: 35px 55px;
    border-radius: 8px;
  }
}

.area-pref:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  .area-pref:nth-of-type(n + 2) {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-pref:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.area-pref-ttl {
  margin-bottom: 0.5em;
  color: #2c63ad;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .area-pref-ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .area-pref-ttl {
    font-size: 2rem;
  }
}

/* sub --> call
-------------------------------------------------------------------------------*/
.call {
  position: relative;
  padding: 4vw 16vw;
  background-image: url(../img/call/bg_sp.jpg);
  background-size: cover;
  background-position: center;
}
.call:before {
  content: "";
  position: absolute;
  top: -3.3333333333vw;
  left: 72.6666666667vw;
  width: 28vw;
  height: 18.6666666667vw;
  background-image: url(../img/call/image_sp.jpg);
  background-size: contain;
  border-radius: 1.0666666667vw;
  overflow: hidden;
  -webkit-transform: rotate(-12.22deg);
          transform: rotate(-12.22deg);
  z-index: 1;
}

.call-catch {
  position: absolute;
  top: -2vw;
  left: 2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 14vw;
  z-index: 2;
}
.call-catch span.box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2vw 0;
  width: 5.8666666667vw;
  background-color: #2c63ad;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
}
.call-catch span.box span {
  width: 1em;
}
.call-catch span.box:nth-of-type(1) {
  top: -4.6666666667vw;
}

.call-label {
  margin-bottom: 2.6666666667vw;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.28em;
}
.call-label span.ye {
  color: #ffe933;
}

.call-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;
  padding-top: 1.3333333333vw;
  height: 18.1333333333vw;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
}

.call-tel > div:not(.call-free) {
  position: relative;
}

.call-free {
  position: absolute;
  top: 0;
  left: -6vw;
  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: #ffe933;
  border-radius: 50%;
  z-index: 1;
}
.call-free p {
  color: #2c63ad;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.07em;
}

.call-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: #ffffff;
  border-radius: 1.0666666667vw;
  text-align: center;
}

.call-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;
}
.call-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%);
}

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

@media screen and (min-width: 751px) {
  .call {
    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;
    margin: 0 auto 5.5555555556vw auto;
    padding: 1.3888888889vw 2.5694444444vw 1.3888888889vw 17.3611111111vw;
    width: 64.0277777778vw;
    height: 8.3333333333vw;
    background-image: url(../img/call/bg.jpg);
    background-image: image-set(url(../img/call/bg.jpg) 1x, url(../img/call/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/call/bg.jpg) 1x, url(../img/call/bg-2x.jpg) 2x);
    border-radius: 0.5555555556vw;
  }
  .call:before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    width: 14.5833333333vw;
    height: 9.7222222222vw;
    background-image: url(../img/call/image.jpg);
    background-image: image-set(url(../img/call/image.jpg) 1x, url(../img/call/image-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/call/image.jpg) 1x, url(../img/call/image-2x.jpg) 2x);
    border-radius: 0.5555555556vw;
  }
  .call-catch {
    top: 0;
    left: -3.6805555556vw;
    width: 5.1388888889vw;
  }
  .call-catch span.box {
    padding: 0.6944444444vw 0;
    width: 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
  .call-catch span.box:nth-of-type(1) {
    top: -1.7361111111vw;
  }
  .call-label {
    margin: 0;
    font-size: 1.9444444444vw;
    text-align: left;
    line-height: 1.5em;
  }
  .call-free {
    top: -0.4861111111vw;
    left: -0.8333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .call-free p {
    font-size: 0.9722222222vw;
  }
  .call-tel {
    width: 26.3888888889vw;
  }
  .call-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;
    padding-top: 0.3472222222vw;
    height: 5.5555555556vw;
    border-radius: 0.5555555556vw;
    pointer-events: none;
  }
  .call-num {
    padding-left: 3.9583333333vw;
    font-size: 2.5vw;
  }
  .call-num:before {
    width: 3.2638888889vw;
    height: 1.875vw;
  }
  .call-time {
    margin-top: 0.3472222222vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .call {
    margin: 0 auto 80px auto;
    padding: 20px 37px 20px 250px;
    width: 920px;
    height: 120px;
    border-radius: 8px;
  }
  .call:before {
    top: 10px;
    left: 10px;
    width: 210px;
    height: 140px;
    border-radius: 8px;
  }
  .call-catch {
    left: -53px;
    width: 74px;
  }
  .call-catch span.box {
    padding: 10px 0;
    width: 32px;
    font-size: 1.6rem;
  }
  .call-catch span.box:nth-of-type(1) {
    top: -25px;
  }
  .call-label {
    font-size: 2.8rem;
  }
  .call-free {
    top: -7px;
    left: -12px;
    width: 48px;
    height: 48px;
  }
  .call-free p {
    font-size: 1.4rem;
  }
  .call-tel {
    width: 380px;
  }
  .call-tel a {
    padding-top: 5px;
    height: 80px;
    border-radius: 8px;
  }
  .call-num {
    padding-left: 57px;
    font-size: 3.6rem;
  }
  .call-num:before {
    width: 47px;
    height: 27px;
  }
  .call-time {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
/* sub --> common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 8vw 0 13.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .sub {
    padding: 4.1666666667vw 0 6.9444444444vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 60px 0 100px 0;
  }
}

.none {
  margin: 5em 0;
  text-align: center;
}

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.125em;
  font-weight: 700;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

/* sub --> company
-------------------------------------------------------------------------------*/
.sub--company {
  padding: 0 !important;
}

/* ------------------------------------------- intro - */
.intro {
  position: relative;
  padding: 10.6666666667vw 0;
}

.intro-contents {
  position: relative;
}
.intro-contents:before, .intro-contents:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.intro-contents:before {
  top: -4vw;
  left: -8vw;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  z-index: 1;
}
.intro-contents:after {
  right: -5.3333333333vw;
  bottom: -5.3333333333vw;
  width: 28.4vw;
  height: 28.4vw;
  z-index: -1;
}

.intro-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .intro {
    padding: 5.5555555556vw 0;
  }
  .intro-contents {
    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;
  }
  .intro-contents:before {
    top: -2.0833333333vw;
    left: -4.1666666667vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .intro-contents:after {
    right: -5.5555555556vw;
    bottom: -1.3888888889vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .intro-content {
    padding-top: 1.3888888889vw;
    width: 40.2777777778vw;
  }
  .intro-image {
    margin: 0;
    width: 38.8888888889vw;
    border-radius: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .intro {
    padding: 80px 0;
  }
  .intro-contents:before {
    top: -30px;
    left: -60px;
    width: 120px;
    height: 120px;
  }
  .intro-contents:after {
    right: -80px;
    bottom: -20px;
    width: 147px;
    height: 147px;
  }
  .intro-content {
    padding-top: 20px;
    width: 580px;
  }
  .intro-image {
    width: 560px;
    border-radius: 8px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  position: relative;
  padding: 10.6666666667vw 0;
  background-color: #d3eefa;
}

.overview-data {
  padding: 4vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.overview-data dl {
  position: relative;
}
.overview-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4vw;
  background-color: #ebeff5;
}

.overview-data dt {
  position: relative;
  padding: 1em 1em 0 1em;
  width: 100%;
  font-weight: 700;
  line-height: 1.7em;
}

.overview-data dd {
  padding: 0.5em 1em 1em 1em;
  width: 100%;
  font-weight: 500;
  line-height: 1.7em;
}

.overview-list > li {
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (max-width: 750px) {
  .overview-data dl {
    position: relative;
  }
  .overview-data dl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26.6666666667vw;
    height: 0.4vw;
    background-color: #2c63ad;
    z-index: 1;
  }
}
@media screen and (min-width: 751px) {
  .overview {
    padding: 5.5555555556vw 0;
  }
  .overview-data {
    margin: 0 auto;
    padding: 3.4722222222vw;
    width: 61.1111111111vw;
    border-radius: 1.1111111111vw;
  }
  .overview-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .overview-data dl:after {
    height: 0.1388888889vw;
  }
  .overview-data dt {
    padding: 1em;
    width: 13.1944444444vw;
  }
  .overview-data dt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1388888889vw;
    background-color: #2c63ad;
    z-index: 1;
  }
  .overview-data dd {
    padding: 1em 2em;
    width: calc(100% - 13.1944444444vw);
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    padding: 80px 0;
  }
  .overview-data {
    padding: 50px;
    width: 880px;
    border-radius: 16px;
  }
  .overview-data dl:after {
    height: 2px;
  }
  .overview-data dt {
    width: 190px;
  }
  .overview-data dt:after {
    height: 2px;
  }
  .overview-data dd {
    width: calc(100% - 190px);
  }
}
/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.45em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #2c63ad;
}

.policy-head span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-head span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy > p,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.7em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.7em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.1388888889vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 2px;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.reason {
  position: relative;
  padding: 14.6666666667vw 0 10.6666666667vw 0;
}

.reason-slide {
  position: relative;
}

.c-reason {
  position: relative;
  padding: 4vw;
  background-color: #ffffff;
  border-color: #a0d6ed;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.1333333333vw;
}

.c-reason-image {
  margin-bottom: 3.3333333333vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.c-reason-num {
  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 auto 3.3333333333vw auto;
  width: 37.3333333333vw;
  height: 7.2vw;
  background-image: url(../img/reason/frame.svg);
  background-size: contain;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
}
.c-reason-num span {
  margin-left: 0.25em;
}

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

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

.reason-works {
  margin-top: 8vw;
}

@media screen and (max-width: 750px) {
  .c-reason {
    margin-right: 4vw;
    width: 61.3333333333vw;
    height: auto;
  }
  .reason-slide .c-reason:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .reason {
    padding: 5.9027777778vw 0 5.5555555556vw 0;
  }
  .reason-heading:before, .reason-heading:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/common/dot.png);
    background-size: contain;
  }
  .reason-heading:before {
    top: -3.4722222222vw;
    left: -3.4722222222vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .reason-heading:after {
    top: 8.6805555556vw;
    right: 0;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }
  .reason-ja:before, .reason-ja:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    border-radius: 0.5555555556vw;
    overflow: hidden;
  }
  .reason-ja:before {
    top: -3.8194444444vw;
    left: 3.8194444444vw;
    width: 19.1666666667vw;
    height: 13.6805555556vw;
    background-image: url(../img/reason/deco-l.jpg);
    background-image: image-set(url(../img/reason/deco-l.jpg) 1x, url(../img/reason/deco-l-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reason/deco-l.jpg) 1x, url(../img/reason/deco-l-2x.jpg) 2x);
  }
  .reason-ja:after {
    top: -7.2916666667vw;
    right: 7.2916666667vw;
    width: 13.6805555556vw;
    height: 13.6805555556vw;
    background-image: url(../img/reason/deco-r.jpg);
    background-image: image-set(url(../img/reason/deco-r.jpg) 1x, url(../img/reason/deco-r-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/reason/deco-r.jpg) 1x, url(../img/reason/deco-r-2x.jpg) 2x);
  }
  .reason-slide {
    margin: 0 auto;
    width: 72.2222222222vw;
  }
  .reason-slide .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4305555556vw 0;
    width: auto;
    height: auto;
  }
  .c-reason {
    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;
    padding: 2.7777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 1.1111111111vw;
  }
  .c-reason-image {
    margin: 0;
    width: 31.9444444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-reason-content {
    width: 29.8611111111vw;
  }
  .c-reason-num {
    margin: 0 0 1.3888888889vw 0;
    width: 13.1944444444vw;
    height: 2.5vw;
    font-size: 1.25vw;
  }
  #reason-pagination {
    display: none;
  }
  .reason-works {
    margin: 3.4722222222vw auto 0 auto;
    width: 63.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason {
    padding: 85px 0 80px 0;
  }
  .reason-heading:before {
    top: -50px;
    left: -50px;
    width: 147px;
    height: 147px;
  }
  .reason-heading:after {
    top: 125px;
    width: 100px;
    height: 100px;
  }
  .reason-ja:before, .reason-ja:after {
    border-radius: 8px;
  }
  .reason-ja:before {
    top: -55px;
    left: 55px;
    width: 276px;
    height: 197px;
  }
  .reason-ja:after {
    top: -105px;
    right: 105px;
    width: 197px;
    height: 197px;
  }
  .reason-slide {
    width: 1040px;
  }
  .reason-slide .swiper-wrapper {
    gap: 35px 0;
  }
  .c-reason {
    padding: 40px;
    border-width: 2px;
    border-radius: 16px;
  }
  .c-reason-image {
    width: 460px;
    border-radius: 4px;
  }
  .c-reason-content {
    width: 430px;
  }
  .c-reason-num {
    margin-bottom: 20px;
    width: 190px;
    height: 36px;
    font-size: 1.8rem;
  }
  .reason-works {
    margin-top: 50px;
    width: 920px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 12vw 0 5.3333333333vw;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #ebeff5;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.0666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.28em;
}
.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
    padding: 0 2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0.1em 4.1666666667vw 0 1.3888888889vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #2c63ad;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
    padding: 0 30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0.1em 60px 0 20px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 8px;
    height: 12px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  background-color: #d3eefa;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 2.6666666667vw 0;
  width: 92vw;
}

.breadcrumb-list li {
  position: relative;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0;
  white-space: nowrap;
}

.breadcrumb-list li:after {
  content: "";
  position: relative;
  top: 0;
  margin: 0 2vw;
  display: inline-block;
  width: 1.0666666667vw;
  height: 1.8666666667vw;
  background-image: url(../img/sub/breadcrumb.svg);
  background-size: contain;
}

.breadcrumb-list li:last-child:after {
  content: none;
}

.breadcrumb-list li a {
  position: relative;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.6944444444vw 0 0.8333333333vw 0;
    width: 83.3333333333vw;
  }
  .breadcrumb-list li {
    font-size: 0.9722222222vw;
    white-space: normal;
    line-height: 1.4em;
  }
  .breadcrumb-list li:after {
    margin: 0 0.6944444444vw;
    width: 0.4861111111vw;
    height: 0.6944444444vw;
  }
  .breadcrumb-list li a {
    color: #2c63ad;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #25a9e7;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 10px 0 12px 0;
    width: 1200px;
  }
  .breadcrumb-list li {
    font-size: 1.4rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
    width: 7px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 8vw;
}

.carousel {
  position: relative;
}

.carousel-main {
  position: relative;
  margin: 0 0 2.6666666667vw -1.3333333333vw;
  padding: 0 1.3333333333vw;
  width: 94.6666666667vw;
  overflow: hidden;
}

.carousel-main .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  height: 68vw;
}

#carousel-prev,
#carousel-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.carousel-main-disable #carousel-prev,
.carousel-main-disable #carousel-next {
  display: none;
}

.carousel-thumb {
  position: relative;
  overflow: hidden;
}

.carousel-thumb .swiper-slide {
  margin-right: 1.3333333333vw;
  width: 17.3333333333vw;
  border-radius: 0.6666666667vw;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  aspect-ratio: 130/100;
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel-thumb .swiper-slide:last-child {
  margin-right: 0 !important;
}

.carousel-thumb .swiper-slide-active {
  opacity: 1 !important;
}

.carousel-thumb-disable {
  display: none !important;
}

@media screen and (min-width: 751px) {
  .carousel {
    margin: 0 auto 5.5555555556vw auto;
    width: 69.4444444444vw;
  }
  .carousel-main {
    margin: 0 0 2.0833333333vw -1.7361111111vw;
    padding: 0 1.7361111111vw;
    width: 72.9166666667vw;
  }
  .carousel-main .swiper-slide img {
    height: 37.5vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 1.5277777778vw;
    width: 8.6111111111vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
  #carousel-prev {
    left: 0;
  }
  #carousel-next {
    right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 80px;
    width: 1000px;
  }
  .carousel-main {
    margin: 0 0 30px -25px;
    padding: 0 25px;
    width: 1050px;
  }
  .carousel-main .swiper-slide {
    width: 1000px;
  }
  .carousel-main .swiper-slide img {
    height: 540px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 22px;
    width: 124px;
    border-radius: 5px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2,
.editor h3,
.editor h4 {
  margin-top: 2.5em;
}
.editor p {
  line-height: 1.7em;
}
.editor strong {
  color: #2c63ad;
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a:not(.editor-btn a) {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.editor a:not(.editor-lightbox):not(.editor-btn a):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #2c63ad;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  list-style-type: square;
  line-height: 1.7em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  list-style-type: decimal-leading-zero;
  line-height: 1.7em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):not(.editor-btn a):after {
    height: 0.1388888889vw;
  }
  .editor a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .editor a:not(.editor-lightbox):not(.editor-btn a):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 0 auto;
  padding: 11.3333333333vw 4vw 10.6666666667vw 4vw;
  width: 100vw;
  background-color: #ffffff;
  border-color: #a0d6ed;
  border-style: solid;
  border-width: 1.6vw;
}
@media screen and (max-width: 750px) {
  .form {
    border-left: none;
    border-right: none;
  }
}
@media screen and (min-width: 751px) {
  .form {
    padding: 5.5555555556vw 4.8611111111vw 4.1666666667vw 4.8611111111vw;
    width: 65.4166666667vw;
    border-width: 0.4166666667vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    padding: 80px 70px 60px 70px;
    width: 942px;
    border-width: 6px;
    border-radius: 16px;
  }
}
.form:before, .form:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
.form:before {
  top: 14.6666666667vw;
  left: 14vw;
  width: 13.6vw;
  height: 13.6vw;
}
@media screen and (min-width: 751px) {
  .form:before {
    top: 7.6388888889vw;
    left: 11.8055555556vw;
    width: 7.0833333333vw;
    height: 7.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form:before {
    top: 110px;
    left: 170px;
    width: 102px;
    height: 102px;
  }
}
.form:after {
  top: 6vw;
  right: 11.3333333333vw;
  width: 19.6vw;
  height: 19.6vw;
}
@media screen and (min-width: 751px) {
  .form:after {
    top: 3.125vw;
    right: 10.4166666667vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form:after {
    top: 45px;
    right: 150px;
    width: 147px;
    height: 147px;
  }
}

.form-heading {
  position: relative;
  margin-bottom: 7.3333333333vw;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-heading {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-heading {
    margin-bottom: 40px;
  }
}

.form-en {
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 9.6vw;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (min-width: 751px) {
  .form-en {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-en {
    font-size: 6.4rem;
  }
}

.form-ja {
  margin-top: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .form-ja {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-ja {
    font-size: 1.6rem;
  }
}

.form-input dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 40px;
  }
}

.form-input dt {
  position: relative;
  margin-bottom: 2vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-input dt {
    margin-bottom: 0.8333333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dt {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em;
  width: 100%;
  height: 11.2vw;
  background-color: #ebeff5;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0666666667vw;
  color: #333333;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (max-width: 750px) {
  .form-input input[type=text] .form-input input[type=text],
  .form-input input[type=text] .form-input input[type=email],
  .form-input input[type=text] .form-input input[type=tel],
  .form-input input[type=text] .form-input select,
  .form-input input[type=text] .form-input textarea,
  .form-input input[type=email] .form-input input[type=text],
  .form-input input[type=email] .form-input input[type=email],
  .form-input input[type=email] .form-input input[type=tel],
  .form-input input[type=email] .form-input select,
  .form-input input[type=email] .form-input textarea,
  .form-input input[type=tel] .form-input input[type=text],
  .form-input input[type=tel] .form-input input[type=email],
  .form-input input[type=tel] .form-input input[type=tel],
  .form-input input[type=tel] .form-input select,
  .form-input input[type=tel] .form-input textarea,
  .form-input select .form-input input[type=text],
  .form-input select .form-input input[type=email],
  .form-input select .form-input input[type=tel],
  .form-input select .form-input select,
  .form-input select .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input select {
    padding: 0 1.5em;
    height: 5vw;
    border-width: 0.0694444444vw;
    border-radius: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input select {
    height: 72px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
}

.form-input input:focus {
  border-color: #2c63ad;
}

.form-input .wpcf7-validates-as-required:not(.wpcf7-checkbox) {
  background-color: #FFF2F2 !important;
}

.form-input textarea {
  padding: 1em 0.75em;
  width: 100%;
  height: 28vw;
  background-color: #ebeff5;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0666666667vw;
  color: #333333;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-input textarea {
    padding: 1.5em;
    height: 11.4583333333vw;
    border-width: 0.0694444444vw;
    border-radius: 0.5555555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input textarea {
    height: 165px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 1.6rem;
  }
}

.form-multi {
  font-size: 0.8125em;
}

.form-label {
  position: relative;
  top: -0.2em;
  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;
  margin-left: 2vw;
  padding-bottom: 0.1em;
  width: 8.5333333333vw;
  height: 3.2vw;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .form-label {
    margin-left: 1.0416666667vw;
    width: 2.9166666667vw;
    height: 1.25vw;
    border-radius: 0.1388888889vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-label {
    margin-left: 15px;
    width: 42px;
    height: 18px;
    border-radius: 2px;
    font-size: 1.2rem;
  }
}

.form-label--req {
  background-color: #ff5a00;
}

.form-label--unreq {
  background-color: #a8acb5;
}

.form-hosoku {
  margin-top: 0.8em;
  padding-left: 1em;
  font-size: 3.2vw;
  text-indent: -1em;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-hosoku {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-hosoku {
    font-size: 1.5rem;
  }
}
.form-hosoku:before {
  content: "※";
}
.form-hosoku a {
  position: relative;
  color: #333333;
}
@media screen and (min-width: 751px) {
  .form-hosoku a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.form-hosoku a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 751px) {
  .form-hosoku a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-hosoku a:after {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .form-hosoku a:hover {
    color: #ebeff5;
  }
  .form-hosoku a:hover:after {
    background-color: #ebeff5;
  }
}

/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #939496;
}

.form-input input:-ms-input-placeholder,
.form-input select:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder,
.form-input input::-ms-input-placeholder,
.form-input textarea::-ms-input-placeholder {
  color: #939496;
}

.form-input input::-moz-placeholder,
.form-input select::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #939496;
}

/* ---------------------------------- checkbox */
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 2.9333333333vw 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox {
    gap: 1.25vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox {
    gap: 18px 10px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  width: 42.6666666667vw;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox .wpcf7-list-item {
    width: 13.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox .wpcf7-list-item {
    width: 190px;
  }
}

.form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4vw;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 32px;
  }
}

.form .wpcf7-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.form input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8.6666666667vw;
  height: 6.4vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span {
    padding-left: 2.9861111111vw;
    height: 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span {
    padding-left: 43px;
    height: 32px;
    font-size: 1.6rem;
  }
}

.form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 6.4vw;
  height: 6.4vw;
  background-color: #ebeff5;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox] + span::before {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox] + span::before {
    width: 32px;
    height: 32px;
    border-width: 1px;
    border-radius: 4px;
  }
}

.form input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  display: inline-block;
  width: 5.8666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .form input[type=checkbox]:checked + span::after {
    top: 0.2083333333vw;
    left: 0.2083333333vw;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form input[type=checkbox]:checked + span::after {
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
  }
}

/* ------------------------------------------- select - */
.form-select {
  position: relative;
}
.form-select:after {
  content: "";
  position: absolute;
  top: 2.6vw;
  right: 2.6666666667vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 0.9333333333vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-select:after {
    top: 1.4930555556vw;
    right: 1.3888888889vw;
    width: 0.6944444444vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:after {
    top: 21.5px;
    right: 20px;
    width: 10px;
    height: 7px;
  }
}

.form-input select {
  width: 100%;
}

/* ------------------------------------------- agree - */
.form-agree {
  position: relative;
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .form-agree {
    margin-top: 2.0833333333vw;
  }
}
.form-agree .form-agree {
  margin-top: 30px;
}

.form-agree-input {
  display: inline-block;
}

.form-agree .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-agree input[type=checkbox] + span {
    padding-left: 3.2638888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree input[type=checkbox] + span {
    padding-left: 47px;
  }
}

.form-agree-text {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}
@media screen and (min-width: 751px) {
  .form-agree-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text {
    font-size: 1.6rem;
  }
}
.form-agree-text a {
  position: relative;
  color: #2c63ad;
}
@media screen and (min-width: 751px) {
  .form-agree-text a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.form-agree-text a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #2c63ad;
}
@media screen and (min-width: 751px) {
  .form-agree-text a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-agree-text a:after {
    height: 1px;
  }
}
@media screen and (min-width: 751px) {
  .form-agree-text a:hover {
    color: #25a9e7;
  }
  .form-agree-text a:hover:after {
    background-color: #25a9e7;
  }
}

.form-agree .formErrorContent {
  text-align: center;
}

/* ------------------------------------------- submit - */
.form-btn {
  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: 8.6666666667vw auto 0 auto;
  width: 66.6666666667vw;
  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);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.7777777778vw;
    width: 25vw;
    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) {
  .form-btn {
    margin-top: 40px;
    width: 360px;
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
}
.form-btn: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) {
  .form-btn: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) {
  .form-btn:after {
    right: 30px;
    width: 8px;
    height: 12px;
  }
}

.form-submit {
  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: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "Anton", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .form-submit {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .form-submit {
    font-size: 2rem;
  }
}

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

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

/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
    font-size: 2.8vw;
  }
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-checkbox-req .wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
.form-agree .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  display: block !important;
}

span.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-validation-errors {
  padding: 1em !important;
  border: 1px solid #2c63ad !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.75em;
}

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 2.8vw !important;
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 1.3rem !important;
  }
}

/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- heading-1 - */
.heading-1 {
  position: relative;
  margin-bottom: 0.8em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .heading-1 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .heading-1 {
    font-size: 3.2rem;
  }
}

/* ------------------------------------------- heading-2 - */
.editor h2,
.heading-2 {
  position: relative;
  margin-bottom: 1.5em;
  padding: 2.6666666667vw 4vw;
  background-image: url(../img/common/pattern_sp.jpg);
  background-repeat: repeat;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  .editor h2,
  .heading-2 {
    margin-left: -4vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .editor h2,
  .heading-2 {
    padding: 1.25vw 2.0833333333vw;
    background-image: url(../img/common/pattern.jpg);
    background-image: image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2,
  .heading-2 {
    padding: 18px 30px;
    font-size: 2.4rem;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h3,
.heading-3 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  color: #2c63ad;
  font-size: 4.6666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .editor h3,
  .heading-3 {
    padding-bottom: 0.7em;
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3,
  .heading-3 {
    font-size: 2.8rem;
  }
}
.editor h3:before,
.heading-3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 1.6vw;
  background-image: url(../img/common/line.svg);
  background-size: auto 1.6vw;
  background-repeat: repeat-x;
}
@media screen and (min-width: 751px) {
  .editor h3:before,
  .heading-3:before {
    height: 0.4166666667vw;
    background-size: auto 0.4166666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h3:before,
  .heading-3:before {
    height: 6px;
    background-size: auto 6px;
  }
}

/* ------------------------------------------- heading-3 - */
.editor h4,
.heading-4 {
  position: relative;
  margin-bottom: 1em;
  color: #2c63ad;
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (min-width: 751px) {
  .editor h4,
  .heading-4 {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h4,
  .heading-4 {
    font-size: 2.4rem;
  }
}

/*  lead
-------------------------------------------------------------------------------*/
.lead {
  position: relative;
  margin-bottom: 8.6666666667vw;
  padding: 8vw 6vw;
  background-color: rgba(37, 169, 231, 0.15);
  border-radius: 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .lead {
    margin-bottom: 4.1666666667vw;
    padding: 2.7777777778vw 4.3055555556vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead {
    margin-bottom: 60px;
    padding: 40px 62px;
    border-radius: 16px;
  }
}
.lead p {
  line-height: 1.7em;
}
.lead:before, .lead:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10vw;
  height: 10vw;
  background-image: url(../img/common/mark.svg);
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .lead:before, .lead:after {
    width: 3.6805555556vw;
    height: 3.6805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead:before, .lead:after {
    width: 53px;
    height: 53px;
  }
}
.lead:before {
  top: -3.3333333333vw;
  left: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .lead:before {
    top: -1.7361111111vw;
    left: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead:before {
    top: -25px;
    left: 25px;
  }
}
.lead:after {
  right: 3.3333333333vw;
  bottom: -3.3333333333vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  .lead:after {
    right: 1.7361111111vw;
    bottom: -1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lead:after {
    right: 25px;
    bottom: -25px;
  }
}

/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
  .page-archive-navi {
    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;
    margin: 5.5555555556vw auto 0 auto;
    width: 76.3888888889vw;
    max-width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1200px;
  }
}

.page-archive-navi .pagecount {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .page-archive-navi .pagecount {
    margin: 0;
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi .pagecount .page-archive-navi .pagecount {
    font-size: 1.8rem;
  }
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-family: "Anton", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.pagenation-list {
  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;
  gap: 2vw;
}
@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
    gap: 8px;
  }
}

.pagenation-list li div,
.pagenation-list 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;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #ebeff5;
  border-radius: 0.5333333333vw;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .pagenation-list li div,
  .pagenation-list li a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-radius: 0.2777777778vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list li div,
  .pagenation-list li a {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
}

.pagenation-list li.is-current > div {
  background-color: #2c63ad;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .pagenation-list li a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .pagenation-list li a:hover {
    background-color: #2c63ad;
    color: #ffffff;
  }
}

.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 12px;
  }
}
@media screen and (min-width: 751px) {
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}

.pagenation-prev a:after {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
}

.pagenation-next a:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 92vw;
}

.pagenavi-prev a,
.pagenavi-next a,
.pagenavi-back 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: 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);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  width: 25.0666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-prev {
  left: 0;
}
.pagenavi-prev a {
  padding-left: 2.6666666667vw;
}
.pagenavi-prev a:after {
  left: 3.7333333333vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.pagenavi-next {
  right: 0;
}
.pagenavi-next a {
  padding-right: 2.6666666667vw;
}
.pagenavi-next a:after {
  right: 3.7333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenavi-back {
  margin: 0 auto;
  width: 38.6666666667vw;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 4.1666666667vw;
    width: 55.5555555556vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    color: #ffffff;
    font-size: 1.25vw;
    font-weight: 700;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after,
  .pagenavi-back a:after {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover,
  .pagenavi-back a:hover {
    background-color: #ffffff;
    border-color: #2c63ad;
    color: #2c63ad;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 11.1111111111vw;
  }
  .pagenavi-prev a {
    padding-left: 1.0416666667vw;
  }
  .pagenavi-prev a:after {
    left: 2.0833333333vw;
  }
  .pagenavi-next a {
    padding-right: 1.0416666667vw;
  }
  .pagenavi-next a:after {
    right: 2.0833333333vw;
  }
  .pagenavi-back {
    width: 25.9722222222vw;
  }
  .pagenavi-back a:after {
    right: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 60px;
    width: 800px;
    height: 60px;
  }
  .pagenavi-prev a,
  .pagenavi-next a,
  .pagenavi-back a {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 8px;
    height: 12px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 160px;
  }
  .pagenavi-prev a {
    padding-left: 15px;
  }
  .pagenavi-prev a:after {
    left: 30px;
  }
  .pagenavi-next a {
    padding-right: 15px;
  }
  .pagenavi-next a:after {
    right: 30px;
  }
  .pagenavi-back {
    width: 370px;
  }
  .pagenavi-back a:after {
    right: 30px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post-image {
  margin-bottom: 7.3333333333vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 1.2em;
}

.post-cat > li {
  display: inline-block;
  padding: 0.3em 0.5em 0.4em 0.5em;
  background-color: #2c63ad;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
}

.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-date p {
  position: relative;
  padding-left: 4.6666666667vw;
  color: #acacac;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
}

.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-date-publish:before {
  background-image: url(../img/post/publish.svg);
}

.post-date-modified:before {
  background-image: url(../img/post/modified.svg);
}

.post-date p:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}

.post-intro {
  margin-top: 6.6666666667vw;
}

.post .editor {
  margin-top: 8vw;
}

@media screen and (min-width: 751px) {
  .post-image {
    margin-bottom: 3.8194444444vw;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-cat {
    gap: 0.4861111111vw;
  }
  .post-cat > li {
    font-size: 0.8333333333vw;
  }
  .post-intro {
    margin-top: 2.7777777778vw;
  }
  .post .editor {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-image {
    margin-bottom: 55px;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-cat {
    gap: 7px;
  }
  .post-cat > li {
    font-size: 1.2rem;
  }
  .post-intro {
    margin-top: 40px;
  }
  .post .editor {
    margin-top: 50px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.related {
  position: relative;
  margin-top: 16vw;
  padding: 16vw 0 13.3333333333vw 0;
  background-color: #ebeff5;
}

.related-in {
  margin: 0 auto;
  width: 88vw;
}

.related-head {
  position: relative;
  margin-bottom: 8vw;
  text-align: center;
}
.related-head:before, .related-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.related-head:before {
  top: 1.3333333333vw;
  left: 3.3333333333vw;
  width: 17.6vw;
  height: 13.8666666667vw;
  background-image: url(../img/works/driver.svg);
  -webkit-transform: rotate(-14.61deg);
          transform: rotate(-14.61deg);
}
.related-head:after {
  top: 0;
  right: 6.6666666667vw;
  width: 5.7333333333vw;
  height: 16.9333333333vw;
  background-image: url(../img/works/wrench.svg);
  -webkit-transform: rotate(-17.07deg);
          transform: rotate(-17.07deg);
}

.related-en {
  margin-bottom: 0.5em;
}

.related-slide {
  position: relative;
}

.related-slide .swiper-wrapper .swiper-slide {
  position: relative;
  left: 2vw;
  margin-right: 4vw;
  width: 60vw !important;
  height: auto;
}

.related-slide .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}

#related-pagination {
  margin-top: 6.6666666667vw;
}

@media screen and (max-width: 750px) {
  .related-slide {
    margin: 0 auto;
    width: 60vw;
  }
}
@media screen and (min-width: 751px) {
  .related {
    margin-top: 6.9444444444vw;
    padding: 5.5555555556vw 0 4.1666666667vw 0;
  }
  .related-in {
    width: 83.3333333333vw;
  }
  .related-head {
    margin-bottom: 3.4722222222vw;
  }
  .related-head:before {
    top: 1.0416666667vw;
    left: 18.75vw;
    width: 7.7083333333vw;
    height: 5.9722222222vw;
  }
  .related-head:after {
    top: 0.4861111111vw;
    right: 20.8333333333vw;
    width: 2.4305555556vw;
    height: 7.3611111111vw;
  }
  .related-slide .swiper-wrapper .swiper-slide {
    left: 1.3888888889vw;
    margin-right: 2.7777777778vw;
    width: 25vw !important;
  }
  .related-slide .slide-control {
    margin-top: 0;
  }
  .related-slide .slide-prev,
  .related-slide .slide-next {
    position: absolute;
    top: 50%;
    margin-top: -1.5277777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .related-slide .slide-prev {
    left: 5.9027777778vw;
  }
  .related-slide .slide-next {
    right: 5.9027777778vw;
  }
  #related-pagination {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    margin-top: 100px;
    padding: 80px 0 60px 0;
  }
  .related-in {
    width: 1200px;
  }
  .related-head {
    margin-bottom: 50px;
  }
  .related-head:before {
    top: 15px;
    left: 270px;
    width: 111px;
    height: 86px;
  }
  .related-head:after {
    top: 7px;
    right: 300px;
    width: 35px;
    height: 106px;
  }
  .related-slide .swiper-wrapper .swiper-slide {
    left: 20px;
    margin-right: 40px;
    width: 360px !important;
  }
  .related-slide .slide-prev,
  .related-slide .slide-next {
    margin-top: -22px;
  }
  .related-slide .slide-prev {
    left: 85px;
  }
  .related-slide .slide-next {
    right: 85px;
  }
  #related-pagination {
    margin-top: 2.0833333333vw;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
  .term {
    margin-bottom: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 80px;
  }
}

.term dt {
  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;
  background-image: url(../img/common/pattern_sp.jpg);
  background-repeat: repeat;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}
@media screen and (max-width: 750px) {
  .term dt {
    height: 16vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) {
  .term dt {
    padding: 1.25vw 2.0833333333vw;
    background-image: url(../img/common/pattern.jpg);
    background-image: image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .term dt {
    padding: 18px 30px;
    border-radius: 16px 16px 0 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .term dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 4.8vw;
    height: 4.8vw;
    background-image: url(../img/works/plus.svg);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 750px) {
  .term dt.is-open:after {
    background-image: url(../img/works/minus.svg);
  }
}

@media screen and (max-width: 750px) {
  .term dd {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .term dd {
    padding: 2.0833333333vw;
    background-color: #ebeff5;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .term dd {
    padding: 30px;
    border-radius: 0 0 16px 16px;
  }
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4vw;
  gap: 2vw 2.1333333333vw;
}
@media screen and (min-width: 751px) {
  .term-menu {
    gap: 1.0416666667vw 1.25vw;
    margin: 0;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu {
    gap: 15px 18px;
  }
}

.term-menu > li {
  width: 44.9333333333vw;
}
@media screen and (min-width: 751px) {
  .term-menu > li {
    width: 12.1527777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu > li {
    width: 175px;
  }
}

.term-menu 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: 0.1em 6vw 0 2.4vw;
  height: 11.2vw;
  background-color: #ebeff5;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.0666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}
.term-menu a span {
  font-size: 3.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .term-menu a {
    padding: 0.1em 2.0833333333vw 0 1.0416666667vw;
    background-color: #ffffff;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.5555555556vw;
    font-size: 0.9722222222vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .term-menu a span {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu a {
    padding: 0.1em 30px 0 15px;
    height: 60px;
    border-width: 2px;
    border-radius: 8px;
    font-size: 1.4rem;
  }
  .term-menu a span {
    font-size: 1.6rem;
  }
}
.term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .term-menu a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .term-menu a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
}
@media screen and (min-width: 751px) {
  .term-menu a:hover {
    background-color: #2c63ad;
    color: #ffffff;
  }
}
@media screen and (min-width: 751px) {
  .term-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}

/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 8vw 0;
  background-color: rgba(235, 239, 245, 0.5);
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .ttl {
    padding: 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 50px 0;
  }
}
.ttl:before, .ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28.4vw;
  height: 28.4vw;
  background-image: url(../img/common/dot.png);
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .ttl:before, .ttl:after {
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl:before, .ttl:after {
    width: 147px;
    height: 147px;
  }
}
.ttl:before {
  top: -5.3333333333vw;
  left: -4vw;
}
@media screen and (min-width: 751px) {
  .ttl:before {
    top: -4.1666666667vw;
    left: 20%;
  }
}
@media screen and (min-width: 1441px) {
  .ttl:before {
    top: -60px;
  }
}
.ttl:after {
  right: -4.9333333333vw;
  bottom: -16vw;
}
@media screen and (min-width: 751px) {
  .ttl:after {
    right: 16.5%;
    bottom: -3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl:after {
    bottom: -50px;
  }
}

.ttl-jp {
  position: relative;
  color: #2c63ad;
  font-size: 7.4666666667vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.25em;
}
@media screen and (min-width: 751px) {
  .ttl-jp {
    font-size: 3.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl-jp {
    font-size: 4.6rem;
  }
}

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

/*  works --> archive
-------------------------------------------------------------------------------*/
.works-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}
@media screen and (min-width: 751px) {
  .works-post {
    gap: 2.7777777778vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post {
    gap: 40px 20px;
  }
}

.works-post .c-works {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .works-post .c-works {
    width: 19.7916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-post .c-works {
    width: 285px;
  }
}

/*  works --> single
-------------------------------------------------------------------------------*/
.post--works {
  margin: 0 auto;
  width: 92vw;
}
@media screen and (min-width: 751px) {
  .post--works {
    width: 69.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--works {
    width: 1000px;
  }
}

.post--works .post-data {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .post--works .post-data {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--works .post-data {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------- bf - */
.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;
}
.works-bf img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5333333333vw;
}

.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;
}

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

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

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

@media screen and (min-width: 751px) {
  .works-bf {
    margin-bottom: 1.0416666667vw;
  }
  .works-bf img {
    border-radius: 0.2777777778vw;
  }
  .works-bf-label {
    width: 6.3888888889vw;
    height: 2.2222222222vw;
    border-radius: 0.2777777778vw 0 0.2777777778vw 0;
    font-size: 1.1111111111vw;
  }
  .works-bf-before {
    width: 43.7%;
  }
  .works-bf-before:after {
    top: 27.7777777778vw;
    width: 9.7222222222vw;
    height: 9.1666666667vw;
  }
  .works-bf-after img {
    aspect-ratio: 274/178;
  }
  .works-bf:has(.works-bf-before) .works-bf-after {
    width: 52.5%;
  }
  .works-bf:has(.works-bf-before) .works-bf-after img {
    aspect-ratio: 144/178;
  }
}
@media screen and (min-width: 1441px) {
  .works-bf {
    margin-bottom: 15px;
  }
  .works-bf img {
    border-radius: 4px;
  }
  .works-bf-label {
    width: 92px;
    height: 32px;
    border-radius: 4px 0 4px 0;
    font-size: 1.6rem;
  }
  .works-bf-before:after {
    top: 400px;
    width: 140px;
    height: 132px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  position: relative;
  margin-top: 8vw;
  border-top-color: #cfcfcf;
  border-top-style: solid;
  border-top-width: 1px;
}

.works-data dl {
  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;
  padding: 3.3333333333vw 0;
  border-bottom-color: #cfcfcf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.works-data dt {
  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;
  padding-bottom: 0.1em;
  height: 8.5333333333vw;
  background-color: #25a9e7;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-weight: 700;
}

.works-data dd {
  padding-top: 0.3em;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .works-data dt {
    width: 22.6666666667vw;
  }
  .works-data dd {
    width: calc(100% - 26.6666666667vw);
  }
}
@media screen and (min-width: 751px) {
  .works-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.4722222222vw;
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    margin: 0;
    padding: 0 1em 0.1em 1em;
    width: 9.7222222222vw;
    height: 2.7777777778vw;
    border-radius: 0.2777777778vw;
  }
  .works-data dd {
    padding-top: 0.5em;
    width: calc(100% - 11.8055555556vw);
  }
  .works-data-harf {
    width: 34.0277777778vw;
  }
  .works-data-full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 50px;
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 140px;
    height: 40px;
    border-radius: 4px;
  }
  .works-data dd {
    width: calc(100% - 170px);
  }
  .works-data-harf {
    width: 490px;
  }
}
/* ------------------------------------------- desc - */
.post--works .lead {
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  .post--works .lead {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--works .lead {
    margin-top: 60px;
  }
}

/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 16vw;
}

.works-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.3333333333vw 0;
}

.works-point-list > li {
  width: 100%;
}

.works-point-image {
  margin-bottom: 4vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.works-point-image a {
  position: relative;
  display: block;
}

.works-point-image img {
  aspect-ratio: 310/205;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 751px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .works-point-list {
    gap: 3.4722222222vw 2.4305555556vw;
  }
  .works-point-list > li {
    width: 21.5277777778vw;
  }
  .works-point-image {
    margin-bottom: 1.0416666667vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 100px;
  }
  .works-point-list {
    gap: 50px 35px;
  }
  .works-point-list > li {
    width: 310px;
  }
  .works-point-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
}
/* ------------------------------------------- related - */
.sub--works .works {
  padding: 13.3333333333vw 0 0 0;
}
@media screen and (min-width: 751px) {
  .sub--works .works {
    padding: 6.9444444444vw 0 0 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub--works .works {
    padding: 100px 0 0 0;
  }
}

/*  column --> archive
-------------------------------------------------------------------------------*/
.column-archive {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  max-width: 100%;
}

.column-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.column-post .c-column,
.column-post .c-recommend {
  width: 100%;
}

.column-side {
  margin-top: 16vw;
}

.column-side .column-side-box:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.column-side-ttl {
  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: 0.1em 1em 0 1em;
  height: 13.3333333333vw;
  background-image: url(../img/common/pattern_sp.jpg);
  background-repeat: repeat;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
}

.column-side-content {
  padding: 2vw 4.2666666667vw;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-top: none !important;
  border-radius: 0 0 1.0666666667vw 1.0666666667vw;
}

@media screen and (min-width: 751px) {
  .column-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83.3333333333vw;
  }
  .column-archive-content {
    width: 63.1944444444vw;
  }
  .column-post {
    gap: 1.3888888889vw;
  }
  .column-post .c-column,
  .column-post .c-recommend {
    width: 20.1388888889vw;
  }
  .column-side {
    margin: 0;
    width: 15.9722222222vw;
  }
  .column-side .column-side-box:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .column-side-ttl {
    height: 3.1944444444vw;
    background-image: url(../img/common/pattern.jpg);
    background-image: image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/common/pattern.jpg) 1x, url(../img/common/pattern-2x.jpg) 2x);
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
    font-size: 1.25vw;
  }
  .column-side-content {
    padding: 0.3472222222vw 1.0416666667vw 0.6944444444vw 1.0416666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .column-archive {
    width: 1200px;
  }
  .column-archive-content {
    width: 910px;
  }
  .column-post {
    gap: 20px;
  }
  .column-post .c-column,
  .column-post .c-recommend {
    width: 290px;
  }
  .column-side {
    width: 230px;
  }
  .column-side .column-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .column-side-ttl {
    height: 46px;
    border-radius: 4px 4px 0 0;
    font-size: 1.8rem;
  }
  .column-side-content {
    padding: 5px 15px 10px 15px;
    border-width: 1px;
    border-radius: 0 0 4px 4px;
  }
}
/* ------------------------------------------- cat - */
.column-side-cat li {
  position: relative;
}

.column-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 10.6666666667vw 1em 2.6666666667vw;
  border-bottom-color: #cfcfcf;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.28em;
}
.column-side-cat li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.2vw;
  background-image: url(../img/common/arrow-bl.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;
}

.column-side-cat li:last-child a {
  border-bottom: none !important;
}

@media screen and (min-width: 751px) {
  .column-side-cat li a {
    padding: 0.6em 2.7777777778vw 0.6em 0;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
  }
  .column-side-cat li a:after {
    right: 0;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .column-side-cat li a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .column-side-cat li a {
    padding: 0.6em 40px 0.6em 0;
    font-size: 1.5rem;
    border-bottom-width: 1px;
  }
  .column-side-cat li a:after {
    width: 8px;
    height: 12px;
  }
}
/* ------------------------------------------- recommend - */
.column-latest-post a {
  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;
  padding: 4vw 0;
  border-bottom-color: #cfcfcf;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.column-latest .column-latest-post:last-child a {
  border-bottom: none !important;
}

.column-latest-image {
  width: 29.3333333333vw;
  border-radius: 1.0666666667vw;
  overflow: hidden;
}
.column-latest-image img {
  aspect-ratio: 220/160;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.column-latest-content {
  width: 49.3333333333vw;
}

.column-latest-date {
  margin-bottom: 0.5em;
  color: #acacac;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.column-latest-ttl {
  max-height: 3.06em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.53em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 751px) {
  .column-latest {
    margin-top: 1.0416666667vw;
  }
  .column-latest-post a {
    padding: 1.0416666667vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .column-latest .column-latest-post:first-child a {
    padding-top: 0 !important;
  }
  .column-latest-image {
    width: 4.1666666667vw;
    border-radius: 0.2777777778vw;
  }
  .column-latest-image img {
    aspect-ratio: 60/60;
  }
  .column-latest-post a:hover .column-latest-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .column-latest-content {
    width: 8.6805555556vw;
  }
  .column-latest-date {
    margin-bottom: 0.3em;
    font-size: 0.8333333333vw;
  }
  .column-latest-ttl {
    max-height: 2.84em;
    font-size: 0.9722222222vw;
    line-height: 1.42em;
  }
}
@media screen and (min-width: 1441px) {
  .column-latest {
    margin-top: 15px;
  }
  .column-latest-post a {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  .column-latest-image {
    width: 60px;
    border-radius: 4px;
  }
  .column-latest-content {
    width: 125px;
  }
  .column-latest-date {
    font-size: 1.2rem;
  }
  .column-latest-ttl {
    font-size: 1.4rem;
  }
}
/*  column --> single
-------------------------------------------------------------------------------*/
.post--column .post-data {
  position: relative;
  padding-bottom: 5.3333333333vw;
  border-bottom-color: #cfcfcf;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
  .post--column .post-data {
    padding-bottom: 1.3888888889vw;
    border-bottom-width: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--column .post-data {
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
}

/* ------------------------------------------- mokuji - */
.column-mokuji {
  position: relative;
  margin-top: 8vw;
  padding: 8vw 5.3333333333vw;
  background-color: #ebeff5;
  border-radius: 2.1333333333vw;
}

.column-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-left: 13.3333333333vw;
  height: 9.0666666667vw;
  font-size: 4.8vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.column-mokuji dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/column/menu.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column-mokuji ul li:nth-child(n+2) {
  margin-top: 1em;
}

.column-mokuji a {
  position: relative;
  display: block;
}

.column-mokuji > dd > div {
  counter-reset: cnt;
  padding-left: 8vw;
}

.column-mokuji > dd > div > a {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.column-mokuji > dd > div > a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 0.5em);
  counter-increment: cnt;
  content: counter(cnt, decimal) ".";
  margin-top: -0.03em;
  color: #2c63ad;
  font-size: 1.06em;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.column-mokuji > dd > div > a:nth-of-type(n + 2) {
  margin-top: 1em;
}

.column-mokuji > dd > div > div {
  margin-top: 0.5em;
}

.column-mokuji > dd > div > div > a {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6em;
}

.column-mokuji > dd > div > div > div {
  margin-top: 0.5em;
}

.column-mokuji > dd > div > div > div > a {
  position: relative;
  padding-left: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6em;
}
.column-mokuji > dd > div > div > div > a:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.65em;
  height: 0.4vw;
  background-color: #2c63ad;
}

@media screen and (min-width: 751px) {
  .column-mokuji {
    margin: 3.4722222222vw auto 0 auto;
    padding: 2.4305555556vw 4.5138888889vw;
    width: 55.5555555556vw;
    border-radius: 1.1111111111vw;
  }
  .column-mokuji dt {
    margin-bottom: 1.7361111111vw;
    padding-left: 4.1666666667vw;
    height: 3.3333333333vw;
    font-size: 1.3888888889vw;
  }
  .column-mokuji dt:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .column-mokuji > dd > div {
    padding-left: 5.5555555556vw;
  }
  .column-mokuji > dd > div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .column-mokuji > dd > div a:hover {
    color: #2c63ad;
  }
  .column-mokuji > dd > div > a {
    font-size: 1.25vw;
  }
  .column-mokuji > dd > div > a:before {
    margin: 0;
    font-size: 1.3888888889vw;
  }
  .column-mokuji > dd > div > div {
    margin-top: 1em;
  }
  .column-mokuji > dd > div > div > a {
    font-size: 1.1111111111vw;
  }
  .column-mokuji > dd > div > div > div {
    margin-top: 1em;
  }
  .column-mokuji > dd > div > div > div > a {
    font-size: 1.1111111111vw;
  }
  .column-mokuji > dd > div > div > div > a:before {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .column-mokuji {
    margin-top: 50px;
    padding: 35px 65px;
    width: 800px;
    border-radius: 16px;
  }
  .column-mokuji dt {
    margin-bottom: 25px;
    padding-left: 60px;
    height: 48px;
    font-size: 2rem;
  }
  .column-mokuji dt:after {
    width: 48px;
    height: 48px;
  }
  .column-mokuji > dd > div {
    padding-left: 60px;
  }
  .column-mokuji > dd > div > a {
    font-size: 2rem;
  }
  .column-mokuji > dd > div > a:before {
    font-size: 2rem;
  }
  .column-mokuji > dd > div > div > a {
    font-size: 1.8rem;
  }
  .column-mokuji > dd > div > div > div > a {
    font-size: 1.8rem;
  }
  .column-mokuji > dd > div > div > div > a:before {
    height: 2px;
  }
}
/*  product --> tax archive
-------------------------------------------------------------------------------*/
.c-product {
  position: relative;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
}

.c-product > a {
  position: relative;
  display: block;
  height: 100%;
}

.c-product-no1 {
  position: absolute;
  top: 2vw;
  left: 2vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #2c63ad;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
  z-index: 1;
}
.c-product-no1 span {
  font-family: "Anton", sans-serif;
}

.c-product-image {
  position: relative;
}
.c-product-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 64vw;
}

.c-product-setplan {
  position: relative;
  overflow: hidden;
}

.c-product-setplan > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-product-setplan > div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 64vw;
}

.c-product-setplan--4 > div {
  width: 50%;
}

.c-product-setplan--4 > div img {
  height: 32vw;
}

.c-product-setplan--3 > div {
  width: 33.33333%;
}

.c-product-setplan--2 > div {
  width: 50%;
}

.c-product-setplan--1 > div {
  width: 100%;
}

.c-product-content {
  padding: 3.7333333333vw 5.3333333333vw;
}

.c-product-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3333333333vw;
  margin-bottom: 2vw;
  height: 6.1333333333vw;
}

.c-product-maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em 0.1em 0.5em;
  height: 6.1333333333vw;
  background-color: #acacac;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
}

.c-product-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em 0.1em 0.5em;
  background-color: #ffffff;
  border-color: #acacac;
  border-style: solid;
  border-width: 1px;
  height: 6.1333333333vw;
}
.c-product-size dt {
  color: #acacac;
  font-size: 2.9333333333vw;
  font-weight: 500;
}
.c-product-size dt:after {
  content: "：";
}
.c-product-size dd {
  color: #acacac;
  font-size: 3.2vw;
  font-weight: 500;
}

.c-product-ttl {
  margin-bottom: 0.7em;
  max-height: 1.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-product-price {
  position: relative;
  text-align: right;
}

.c-product-regular {
  position: relative;
  left: 0.5em;
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: right;
}
.c-product-regular span {
  margin-left: -0.5em;
  font-size: 2.9333333333vw;
}
.c-product-regular:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 0.5em);
  height: 1px;
  background-color: #333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-product-special {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16vw;
}

.c-product-special-label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.4em 0.5em 0.5em 0.5em;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.2666666667vw;
  color: #2c63ad;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-product-special-price {
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.c-product-special-price span {
  margin-right: 0.1em;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 10.4vw;
  font-weight: 700;
  line-height: 1em;
}
.c-product-special-price:after {
  content: "（税込）";
  position: absolute;
  right: -0.6em;
  bottom: 1.9em;
  color: #333333;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.c-product-btn {
  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: 3.3333333333vw auto 0 auto;
  padding-bottom: 0.1em;
  width: 69.3333333333vw;
  height: 8.5333333333vw;
  background-color: #2c63ad;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 4.2666666667vw;
}
.c-product-btn span {
  color: #ffffff;
  font-weight: 700;
}
.c-product-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  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%);
}

.c-product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1333333333vw;
  margin-top: 5.3333333333vw;
}

.c-product-btns 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;
  margin: 0 !important;
  padding-right: 1.0666666667vw;
  width: 39.4666666667vw;
}
.c-product-btns a span {
  font-size: 2.9333333333vw;
}
.c-product-btns a:after {
  right: 2.1333333333vw;
}

@media screen and (min-width: 751px) {
  .c-product {
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-product-no1 {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    border-radius: 0.1388888889vw;
    font-size: 1.0416666667vw;
  }
  .c-product-image img {
    height: 17.7777777778vw;
  }
  .c-product-setplan > div img {
    height: 17.7777777778vw;
  }
  .c-product-setplan--4 > div img {
    height: 8.8888888889vw;
  }
  .c-product-content {
    padding: 1.3888888889vw;
  }
  .c-product-data {
    gap: 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
    height: 1.6666666667vw;
  }
  .c-product-maker {
    height: 1.6666666667vw;
    font-size: 0.9722222222vw;
  }
  .c-product-size {
    border-width: 0.0694444444vw;
    height: 1.6666666667vw;
  }
  .c-product-size dt {
    font-size: 0.9027777778vw;
  }
  .c-product-size dd {
    font-size: 0.9722222222vw;
  }
  .c-product-ttl {
    font-size: 1.3888888889vw;
  }
  .c-product-regular {
    font-size: 0.9722222222vw;
  }
  .c-product-regular span {
    font-size: 0.8333333333vw;
  }
  .c-product-regular:after {
    height: 0.0694444444vw;
  }
  .c-product-special {
    padding-left: 6.25vw;
  }
  .c-product-special-label {
    border-width: 0.0694444444vw;
    border-radius: 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
  .c-product-special-price {
    font-size: 1.25vw;
  }
  .c-product-special-price span {
    font-size: 3.1944444444vw;
  }
  .c-product-special-price:after {
    font-size: 0.9027777778vw;
  }
  .c-product-btn {
    margin-top: 1.0416666667vw;
    width: 20.8333333333vw;
    height: 2.7777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .c-product-btn:after {
    right: 1.5277777778vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .c-product a:hover .c-product-image .img--scale > img,
  .c-product a:hover .c-product-image .c-product-setplan > div {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .c-product a:hover .c-product-btn {
    background-color: #ffffff;
  }
  .c-product a:hover .c-product-btn span {
    color: #2c63ad;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-product a:hover .c-product-btn:after {
    background-image: url(../img/common/arrow-og.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .c-product-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6944444444vw;
    margin-top: 1.3888888889vw;
  }
  .c-product-btns 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;
    margin: 0 !important;
    padding-right: 0.3472222222vw;
    width: 14.1666666667vw;
  }
  .c-product-btns a span {
    font-size: 0.9722222222vw;
  }
  .c-product-btns a:after {
    right: 0.6944444444vw;
  }
  .c-product-btns .c-product-btn:hover {
    background-color: #ffffff;
  }
  .c-product-btns .c-product-btn:hover span {
    color: #2c63ad;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .c-product-btns .c-product-btn:hover:after {
    background-image: url(../img/common/arrow-og.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .c-product {
    border-width: 1px;
    border-radius: 4px;
  }
  .c-product-no1 {
    top: 10px;
    left: 10px;
    border-radius: 2px;
    font-size: 1.5rem;
  }
  .c-product-image img {
    height: 256px;
  }
  .c-product-setplan > div img {
    height: 256px;
  }
  .c-product-setplan--4 > div img {
    height: 128px;
  }
  .c-product-content {
    padding: 20px;
  }
  .c-product-data {
    gap: 10px;
    margin-bottom: 10px;
    height: 24px;
  }
  .c-product-maker {
    height: 24px;
    font-size: 1.4rem;
  }
  .c-product-size {
    border-width: 1px;
    height: 24px;
  }
  .c-product-size dt {
    font-size: 1.3rem;
  }
  .c-product-size dd {
    font-size: 1.4rem;
  }
  .c-product-ttl {
    font-size: 2rem;
  }
  .c-product-regular {
    font-size: 1.4rem;
  }
  .c-product-regular span {
    font-size: 1.2rem;
  }
  .c-product-regular:after {
    height: 1px;
  }
  .c-product-special {
    padding-left: 90px;
  }
  .c-product-special-label {
    border-width: 1px;
    border-radius: 2px;
    font-size: 1.4rem;
  }
  .c-product-special-price {
    font-size: 1.8rem;
  }
  .c-product-special-price span {
    font-size: 4.6rem;
  }
  .c-product-special-price:after {
    font-size: 1.3rem;
  }
  .c-product-btn {
    margin-top: 15px;
    width: 300px;
    height: 40px;
    border-width: 2px;
    border-radius: 20px;
  }
  .c-product-btn:after {
    right: 22px;
    width: 8px;
    height: 12px;
  }
  .c-product-btns {
    gap: 10px;
    margin-top: 20px;
  }
  .c-product-btns a {
    padding-right: 5px;
    width: 204px;
  }
  .c-product-btns a span {
    font-size: 1.4rem;
  }
  .c-product-btns a:after {
    right: 10px;
  }
}
/*  product --> archive
-------------------------------------------------------------------------------*/
.product-post {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
}

.product-post .c-product {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .product-post {
    gap: 2.7777777778vw 3.125vw;
  }
  .product-post .c-product {
    width: 25.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-post {
    gap: 40px 45px;
  }
  .product-post .c-product {
    width: 370px;
  }
}
/*  product --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- title - */
.post--product .heading-1 span {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.5em 0.3em 0.6em 0.3em;
  background-color: #333333;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-size: 0.86em;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .post--product .heading-1 span {
    top: -0.15em;
    margin: 0 0.5em 0 0;
    padding: 0.3em 0.3em 0.4em 0.3em;
    display: inline-block;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--product .heading-1 span {
    border-radius: 4px;
  }
}
/* ------------------------------------------- main - */
.product-main {
  position: relative;
}

.product-main-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
.product-main-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 58.6666666667vw;
}

.product-no1 {
  position: absolute;
  top: 2vw;
  left: 2vw;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #2c63ad;
  border-radius: 0.2666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
  z-index: 1;
}
.product-no1 span {
  font-family: "Anton", sans-serif;
}

.product-main-setplan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-main-setplan img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.product-main-setplan--4 > div {
  width: 50%;
}

.product-main-setplan--4 > div img {
  height: 29.3333333333vw;
}

.product-main-setplan--3 > div {
  width: 33.33333%;
}

.product-main-setplan--2 > div {
  width: 50%;
}

.product-main-setplan--1 > div {
  width: 100%;
}

.product-price {
  position: relative;
  text-align: right;
}

.product-regular {
  position: relative;
  left: 0.5em;
  display: inline-block;
  margin-bottom: 0.7em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: right;
}
.product-regular span {
  margin-left: -0.5em;
  font-size: 2.9333333333vw;
}
.product-regular:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% - 0.5em);
  height: 1px;
  background-color: #333333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-special {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16vw;
}

.product-special-label {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.4em 0.5em 0.5em 0.5em;
  border-color: #2c63ad;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.2666666667vw;
  color: #2c63ad;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-special-price {
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.product-special-price span {
  margin-right: 0.1em;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 10.4vw;
  font-weight: 700;
  line-height: 1em;
}
.product-special-price:after {
  content: "（税込）";
  position: absolute;
  right: -0.6em;
  bottom: 1.9em;
  color: #333333;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

.product-main-notes {
  margin-top: 5.3333333333vw;
  color: #FC0000;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.product-main-btn {
  margin: 8vw auto 0 auto;
  width: 80vw;
}

.product-main-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.2666666667vw;
  height: 18.6666666667vw;
  background-color: #25a9e7;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 9.3333333333vw;
  -webkit-box-shadow: 0px 1px 10.92px 2.08px rgba(54, 54, 54, 0.52);
          box-shadow: 0px 1px 10.92px 2.08px rgba(54, 54, 54, 0.52);
}

.product-main-btn a > div {
  text-align: center;
}

.product-main-btn a > div p:nth-child(1) {
  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: 0 auto 1.3333333333vw auto;
  padding: 0 0 0.1em 0.5em;
  width: 37.3333333333vw;
  height: 5.3333333333vw;
  background-color: #ffde00;
  border-radius: 2.6666666667vw;
  color: #25a9e7;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

.product-main-btn a > div p:nth-child(2) {
  position: relative;
  padding-left: 6.6666666667vw;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1em;
}
.product-main-btn a > div p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5.0666666667vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .product-main {
    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;
  }
  .product-main-image {
    margin: 0;
    width: 31.9444444444vw;
  }
  .product-main-image img {
    height: 29.1666666667vw;
  }
  .product-no1 {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    border-radius: 0.1388888889vw;
    font-size: 1.6666666667vw;
  }
  .product-main-setplan--4 > div img {
    height: 14.5833333333vw;
  }
  .product-main-content {
    margin: 0;
    width: 33.3333333333vw;
  }
  .product-regular {
    font-size: 0.9722222222vw;
  }
  .product-regular span {
    font-size: 0.8333333333vw;
  }
  .product-regular:after {
    height: 0.0694444444vw;
  }
  .product-special {
    padding-left: 6.25vw;
  }
  .product-special-label {
    border-width: 0.0694444444vw;
    border-radius: 0.1388888889vw;
    font-size: 1.1111111111vw;
  }
  .product-special-price {
    font-size: 1.3888888889vw;
  }
  .product-special-price span {
    font-size: 4.1666666667vw;
  }
  .product-special-price:after {
    font-size: 1.0416666667vw;
  }
  .product-main-notes {
    margin-top: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  .product-main-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 22.7777777778vw;
  }
  .product-main-btn a {
    padding-bottom: 0.1388888889vw;
    height: 5.9722222222vw;
    border-width: 0.2083333333vw;
    border-radius: 2.9861111111vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .product-main-btn a > div p:nth-child(1) {
    margin: 0 auto 0.4861111111vw auto;
    width: 10.8333333333vw;
    height: 1.5277777778vw;
    border-radius: 0.7638888889vw;
    font-size: 1.0416666667vw;
  }
  .product-main-btn a > div p:nth-child(2) {
    padding-left: 2.7777777778vw;
    font-size: 1.5277777778vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .product-main-btn a > div p:nth-child(2):after {
    width: 1.875vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .product-main-btn a:hover {
    background-color: #ffffff;
    border-color: #25a9e7;
  }
  .product-main-btn a:hover > div p:nth-child(2) {
    color: #25a9e7;
  }
  .product-main-btn a:hover > div p:nth-child(2):after {
    background-image: url(../img/common/mail-rd.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .product-main-btn a > div p:nth-child(2):after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .product-main-image {
    width: 460px;
  }
  .product-main-image img {
    height: 420px;
  }
  .product-no1 {
    top: 10px;
    left: 10px;
    border-radius: 2px;
    font-size: 2.4rem;
  }
  .product-main-setplan--4 > div img {
    height: 210px;
  }
  .product-main-content {
    width: 480px;
  }
  .product-regular {
    font-size: 1.4rem;
  }
  .product-regular span {
    font-size: 1.2rem;
  }
  .product-regular:after {
    height: 1px;
  }
  .product-special {
    padding-left: 90px;
  }
  .product-special-label {
    border-width: 1px;
    border-radius: 2px;
    font-size: 1.6rem;
  }
  .product-special-price {
    font-size: 2rem;
  }
  .product-special-price span {
    font-size: 6rem;
  }
  .product-special-price:after {
    font-size: 1.5rem;
  }
  .product-main-notes {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .product-main-btn {
    margin-top: 30px;
    width: 350px;
  }
  .product-main-btn a {
    padding-bottom: 2px;
    height: 86px;
    border-width: 3px;
    border-radius: 43px;
  }
  .product-main-btn a > div p:nth-child(1) {
    margin: 0 auto 7px auto;
    width: 156px;
    height: 22px;
    border-radius: 11px;
    font-size: 1.5rem;
  }
  .product-main-btn a > div p:nth-child(2) {
    padding-left: 40px;
    font-size: 2.2rem;
  }
  .product-main-btn a > div p:nth-child(2):after {
    width: 27px;
    height: 20px;
  }
}
/* ------------------------------------------- categories - */
.product-categories {
  margin-bottom: 6vw;
}

.product-categories .product-category:nth-child(n+2) {
  margin-top: 0.8vw;
}

.product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8vw;
}

.product-category > li {
  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: 0 0.5em;
  height: 10.6666666667vw;
  background-color: #E3E3E3;
  border-radius: 0.5333333333vw;
  color: #333333;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}

.product-category--2 > li {
  width: 45.2vw;
  font-size: 3.4666666667vw;
}

.product-category--3 > li {
  width: 30.1333333333vw;
  font-size: 3.2vw;
}

.product-category > li.is-current {
  background-color: #2c63ad;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .product-categories {
    margin-bottom: 2.0833333333vw;
  }
  .product-categories .product-category:nth-child(n+2) {
    margin-top: 0.4166666667vw;
  }
  .product-category {
    gap: 0.4166666667vw;
  }
  .product-category > li {
    height: 3.4722222222vw;
    border-radius: 0.2777777778vw;
  }
  .product-category--2 > li {
    width: 16.4583333333vw;
    font-size: 1.1111111111vw;
  }
  .product-category--3 > li {
    width: 10.9722222222vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-categories {
    margin-bottom: 30px;
  }
  .product-categories .product-category:nth-child(n+2) {
    margin-top: 6px;
  }
  .product-category {
    gap: 6px;
  }
  .product-category > li {
    height: 50px;
    border-radius: 4px;
  }
  .product-category--2 > li {
    width: 237px;
    font-size: 1.6rem;
  }
  .product-category--3 > li {
    width: 158px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- data - */
.product-data {
  position: relative;
  margin-bottom: 4.6666666667vw;
  border-top-color: #cfcfcf;
  border-top-style: solid;
  border-top-width: 1px;
}

.product-data dl {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2vw 0;
  border-bottom-color: #cfcfcf;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.product-data dt {
  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;
  padding: 0.5em 0.5em 0.6em 0.5em;
  width: 24vw;
  background-color: rgba(37, 169, 231, 0.15);
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
}

.product-data dd {
  padding-top: 0.3em;
  width: calc(100% - 30.6666666667vw);
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .product-data {
    margin-bottom: 1.3888888889vw;
    border-top-width: 0.0694444444vw;
  }
  .product-data dl {
    padding: 0.6944444444vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .product-data dt {
    width: 8.3333333333vw;
    font-size: 1.1111111111vw;
  }
  .product-data dd {
    width: calc(100% - 10.4166666667vw);
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-data {
    margin-bottom: 20px;
    border-top-width: 1px;
  }
  .product-data dl {
    padding: 10px 0;
    border-bottom-width: 1px;
  }
  .product-data dt {
    width: 120px;
    font-size: 1.6rem;
  }
  .product-data dd {
    width: calc(100% - 150px);
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- remarks - */
.product-spec {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  padding: 11.3333333333vw 6vw 6vw 6vw;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5333333333vw;
  z-index: 1;
}

.product-spec-ttl {
  position: absolute;
  top: 0;
  left: 6vw;
  padding: 0.4em 0.75em 0.5em 0.75em;
  display: inline-block;
  background-color: #acacac;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.product-spec-text p {
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .product-spec {
    margin: 2.4305555556vw 0 0 0;
    padding: 4.1666666667vw 3.125vw 2.0833333333vw 3.125vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .product-spec-ttl {
    left: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-spec {
    margin-top: 35px;
    padding: 60px 45px 30px 45px;
    border-width: 1px;
    border-radius: 4px;
  }
  .product-spec-ttl {
    left: 45px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- desc - */
.product-desc {
  margin-top: 6.6666666667vw;
  padding: 4.6666666667vw 4.8vw;
  background-color: rgba(37, 169, 231, 0.15);
  border-radius: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
  .product-desc {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 1.8055555556vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-desc {
    margin-top: 40px;
    padding: 25px 26px;
    border-radius: 4px;
  }
}
.product-desc p {
  font-weight: 500;
  line-height: 1.7em;
}

/* ------------------------------------------- standard - */
.product-box {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 6.6666666667vw 4vw 5.3333333333vw 4vw;
  background-color: #f9f9f9;
  border-radius: 0.5333333333vw;
  text-align: center;
}

.product-stand-head {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  padding-bottom: 0.5em;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.product-stand-head:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  border-radius: 0.3333333333vw;
  background-color: #2c63ad;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-stand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2vw;
}

.product-stand-item {
  position: relative;
  margin-left: 2vw;
  padding: 2vw;
  width: calc(25% - 2vw);
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.product-stand-icon {
  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: 0.5em auto;
  width: 12vw;
  height: 10.1333333333vw;
  background-size: contain;
  background-position: center;
}

.product-stand-ttl {
  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;
  min-height: 2.32em;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .product-stand .product-stand-item:nth-child(n+5) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .product-box {
    margin-top: 4.1666666667vw;
    padding: 2.7777777778vw 2.4305555556vw 2.4305555556vw 2.4305555556vw;
    border-radius: 0.2777777778vw;
  }
  .product-stand-head {
    font-size: 1.9444444444vw;
  }
  .product-stand-head:after {
    height: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }
  .product-stand {
    margin-left: -1.0416666667vw;
  }
  .product-stand-item {
    margin-left: 1.0416666667vw;
    padding: 0.6944444444vw;
    width: calc(14.2% - 1.0416666667vw);
    border-radius: 0.2777777778vw;
  }
  .product-stand .product-stand-item:nth-child(n+8) {
    margin-top: 1.0416666667vw;
  }
  .product-stand-icon {
    width: 4.5833333333vw;
    height: 3.8888888889vw;
  }
  .product-stand-ttl {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-box {
    margin-top: 60px;
    padding: 40px 35px 35px 35px;
    border-radius: 4px;
  }
  .product-stand-head {
    font-size: 2.8rem;
  }
  .product-stand-head:after {
    height: 3px;
    border-radius: 1.5px;
  }
  .product-stand {
    margin-left: -15px;
  }
  .product-stand-item {
    margin-left: 15px;
    padding: 10px;
    width: calc(14.2% - 15px);
    border-radius: 4px;
  }
  .product-stand .product-stand-item:nth-child(n+8) {
    margin-top: 15px;
  }
  .product-stand-icon {
    width: 66px;
    height: 56px;
  }
  .product-stand-ttl {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- point - */
.product-point {
  margin: 12vw auto 0 auto !important;
}

.product-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.product-point-text {
  margin-bottom: 5.3333333333vw;
}
.product-point-text p {
  font-weight: 500;
}

.product-point-image {
  margin: 0 auto 4.6666666667vw auto;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.product-point-image a {
  display: block;
}

.product-point-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 376/253;
}

.product-point-subhead {
  margin-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.28em;
}

@media screen and (max-width: 750px) {
  .product-point-list {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .product-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .product-point {
    margin: 4.1666666667vw 0 0 0 !important;
  }
  .product-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .product-point-text {
    margin-bottom: 3.125vw;
  }
  .product-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .product-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .product-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .product-point-image {
    margin: 0 0 1.0416666667vw 0;
    border-radius: 0.2777777778vw;
  }
  .product-point-image a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .product-point-subhead {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-point {
    margin: 60px 0 0 0 !important;
  }
  .product-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .product-point-text {
    margin-bottom: 45px;
  }
  .product-point-list {
    margin-left: -30px;
  }
  .product-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .product-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .product-point-image {
    margin-bottom: 15px;
    border-radius: 4px;
  }
  .product-point-subhead {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- table - */
.product-pricelist {
  position: relative;
}

.product-pricelist > div {
  position: relative;
  padding-bottom: 4vw;
  overflow-x: scroll;
}

.product-pricelist table {
  width: 100%;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
}

.product-pricelist table th,
.product-pricelist table td {
  padding: 0.5em 1em;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  line-height: 1.25em;
  white-space: nowrap;
}

.product-pricelist table thead {
  background-color: #f9f9f9;
}

.product-pricelist table thead th,
.product-pricelist table thead td {
  font-weight: 700;
}

.product-pricelist > div .scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 28.2666666667vw;
  padding: 0;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  border-radius: 1.3333333333vw;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.product-pricelist > div .scroll-hint-text {
  display: none;
}

.product-pricelist > div .scroll-hint-icon:before {
  content: none;
}

.product-pricelist > div .scroll-hint-icon:after {
  position: absolute;
  top: 50% !important;
  left: 50%;
  margin: 0;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  background-image: url(../img/scrollhint/scroll.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

@media screen and (min-width: 751px) {
  .product-pricelist > div {
    padding-bottom: 1.0416666667vw;
  }
  .product-pricelist table {
    border-width: 0.0694444444vw;
  }
  .product-pricelist table th,
  .product-pricelist table td {
    border-width: 0.0694444444vw;
  }
  .product-pricelist > div .scroll-hint-icon {
    left: 26.8055555556vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
  .product-pricelist > div .scroll-hint-icon:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .product-pricelist > div {
    padding-bottom: 15px;
  }
  .product-pricelist table {
    border-width: 1px;
  }
  .product-pricelist table th,
  .product-pricelist table td {
    border-width: 1px;
  }
  .product-pricelist > div .scroll-hint-icon {
    left: 386px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
  }
  .product-pricelist > div .scroll-hint-icon:after {
    width: 50px;
    height: 50px;
  }
}
/* ------------------------------------------- inquiry - */
.sub--product .inquiry {
  margin: 16vw 0 49.3333333333vw 0;
}
@media screen and (min-width: 751px) {
  .sub--product .inquiry {
    margin: 6.9444444444vw 0 10.4166666667vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .sub--product .inquiry {
    margin: 100px 0 150px 0;
  }
}

/* create --> common
-------------------------------------------------------------------------------*/
.create {
  position: relative;
  padding: 5.3333333333vw 0 8vw 0;
}
@media screen and (min-width: 751px) {
  .create {
    padding: 4.1666666667vw 0 1.3888888889vw 0;
  }
}
@media screen and (min-width: 1441px) {
  .create {
    padding: 40px 0 20px 0;
  }
}

@media screen and (min-width: 751px) {
  .create .call {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .call {
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  .create .inquiry {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .create .inquiry {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 751px) {
  .create:has(.area):has(.feature) .area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 20.4861111111vw);
    background-color: #ebeff5;
    z-index: -1;
  }
}
@media screen and (min-width: 1441px) {
  .create:has(.area):has(.feature) .area:before {
    height: calc(100% + 295px);
  }
}
@media screen and (min-width: 751px) {
  .create:has(.area):has(.feature) .feature {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .create .feature {
    margin-bottom: 2.6666666667vw;
  }
}

/* create --> check
-------------------------------------------------------------------------------*/
.check {
  padding: 10.6666666667vw 0;
  background-color: #ebeff5;
}

.c-check {
  position: relative;
  padding: 1.3333333333vw 1.3333333333vw 3.3333333333vw 1.3333333333vw;
  width: 61.3333333333vw;
  height: auto;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.c-check-num {
  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;
  padding: 0 6.6666666667vw 4.6666666667vw 0;
  width: 16vw;
  height: 16vw;
  z-index: 1;
}
.c-check-num span {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Anton", sans-serif;
  font-size: 4.8vw;
  font-weight: 400;
  line-height: 1em;
  z-index: 2;
}
.c-check-num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16vw 16vw 0px 0px;
  border-color: #25a9e7 transparent transparent transparent;
}

.c-check-image {
  margin-bottom: 4vw;
  overflow: hidden;
  border-radius: 2.1333333333vw;
}
.c-check-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 320/240;
}

.c-check-ttl {
  color: #2c63ad;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.c-check-text {
  margin: 4vw auto 0 auto;
  width: 52vw;
}
.c-check-text p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .check-slide .swiper-slide {
    margin-right: 4vw;
  }
  .check-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
#check-pagination .swiper-pagination-bullet {
  background-color: #c5d2e5;
}

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

@media screen and (min-width: 751px) {
  .check {
    padding: 6.25vw 0;
  }
  .check-slide {
    margin: 0 auto;
    width: 75vw;
  }
  .check-slide .swiper-wrapper {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw;
    width: auto;
    height: auto;
  }
  .c-check {
    padding: 0.6944444444vw 0.6944444444vw 2.0833333333vw 0.6944444444vw;
    width: 23.6111111111vw;
    border-radius: 1.1111111111vw;
  }
  .c-check-num {
    padding: 0 2.0833333333vw 1.7361111111vw 0;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .c-check-num span {
    font-size: 1.6666666667vw;
  }
  .c-check-num:before {
    border-width: 5.5555555556vw 5.5555555556vw 0px 0px;
  }
  .c-check-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 1.1111111111vw;
  }
  .c-check-ttl {
    font-size: 1.6666666667vw;
  }
  .c-check-text {
    margin: 1.0416666667vw auto 0 auto;
    width: 16.6666666667vw;
  }
  .c-check-text p {
    font-size: 1.0416666667vw;
  }
  #check-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .check {
    padding: 90px 0;
  }
  .check-slide {
    width: 1080px;
  }
  .check-slide .swiper-wrapper {
    gap: 30px;
  }
  .c-check {
    padding: 10px 10px 30px 10px;
    width: 340px;
    border-radius: 16px;
  }
  .c-check-num {
    padding: 0 30px 25px 0;
    width: 80px;
    height: 80px;
  }
  .c-check-num span {
    font-size: 2.4rem;
  }
  .c-check-num:before {
    border-width: 80px 80px 0px 0px;
  }
  .c-check-image {
    margin-bottom: 20px;
    border-radius: 16px;
  }
  .c-check-ttl {
    font-size: 2.4rem;
  }
  .c-check-text {
    margin: 15px auto 0 auto;
    width: 240px;
  }
  .c-check-text p {
    font-size: 1.5rem;
  }
}
/* create --> feature
-------------------------------------------------------------------------------*/
.feature .inner {
  position: relative;
  margin: 0 auto;
  padding: 10.6666666667vw 4vw;
  width: 100vw;
  background-image: url(../img/feature/bg_sp.jpg);
  background-size: cover;
  background-position: center;
}

.feature-heading {
  position: relative;
  margin-bottom: 6.6666666667vw;
}

.feature-catch {
  position: relative;
  margin: 0 auto 5.3333333333vw auto;
  width: 49.3333333333vw;
}
.feature-catch:before {
  content: "";
  position: absolute;
  top: 7.0666666667vw;
  left: 50%;
  display: inline-block;
  width: 17.0666666667vw;
  height: 8.2666666667vw;
  background-image: url(../img/feature/icon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.feature-ja {
  position: relative;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
}
.feature-ja span.ye {
  position: relative;
  margin-bottom: 4vw;
  display: inline-block;
  color: #ffe933;
  font-size: 7.2vw;
}
.feature-ja span.ye:before, .feature-ja span.ye:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.feature-ja span.ye:before {
  top: -3.3333333333vw;
  right: -4.6666666667vw;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-image: url(../img/feature/kirakira-d.svg);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.feature-ja span.ye:after {
  left: -4vw;
  bottom: -7.3333333333vw;
  width: 4vw;
  height: 4.6666666667vw;
  background-image: url(../img/feature/kirakira-s.svg);
}
.feature-ja span.big {
  font-size: 8.5333333333vw;
}
.feature-ja span.num {
  position: relative;
  top: 0.05em;
  margin: 0 0.05em;
  font-size: 16vw;
}
.feature-ja span.small {
  font-size: 6.6666666667vw;
}

.feature-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw;
}

.c-feature {
  padding: 5.3333333333vw 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.c-feature-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: 0 auto 4vw auto;
  padding-bottom: 0.1em;
  width: 100%;
  height: 6.1333333333vw;
  background-color: #25a9e7;
  border-radius: 3.0666666667vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.c-feature-label:after {
  content: "";
  position: absolute;
  top: 99.9998%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.1333333333vw 1.3333333333vw 0px 1.3333333333vw;
  border-color: #25a9e7 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-feature-ttl {
  color: #2c63ad;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.c-feature-text p {
  line-height: 1.7em;
}

@media screen and (max-width: 750px) {
  .feature-list {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .c-feature {
    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%;
  }
  .c-feature-head {
    width: 28.6666666667vw;
  }
  .c-feature-text {
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .feature {
    margin: 5.5555555556vw 0;
  }
  .feature .inner {
    padding: 2.7777777778vw 7.2916666667vw 2.0833333333vw 7.2916666667vw;
    width: 68.0555555556vw;
    background-image: url(../img/feature/bg.jpg);
    background-image: image-set(url(../img/feature/bg.jpg) 1x, url(../img/feature/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/feature/bg.jpg) 1x, url(../img/feature/bg-2x.jpg) 2x);
    border-radius: 1.1111111111vw;
  }
  .feature-heading {
    margin-bottom: 2.4305555556vw;
  }
  .feature-ja {
    padding-left: 5.3472222222vw;
    font-size: 2.2222222222vw;
  }
  .feature-ja span.ye {
    margin-bottom: 1.3888888889vw;
    font-size: 3.3333333333vw;
  }
  .feature-ja span.ye:before {
    top: -0.7638888889vw;
    right: -4.1666666667vw;
    width: 3.1944444444vw;
    height: 3.1944444444vw;
  }
  .feature-ja span.ye:after {
    left: -2.4305555556vw;
    bottom: -0.6944444444vw;
    width: 1.4583333333vw;
    height: 1.7361111111vw;
  }
  .feature-ja span.big {
    font-size: 3.6111111111vw;
  }
  .feature-ja span.num {
    font-size: 5.5555555556vw;
  }
  .feature-ja span.small {
    font-size: 2.7777777778vw;
  }
  .feature-list {
    gap: 2.7777777778vw;
    z-index: 1;
  }
  .feature-list:before {
    content: "";
    position: absolute;
    top: -15.2083333333vw;
    left: -3.125vw;
    display: inline-block;
    width: 10.6944444444vw;
    height: 15.2083333333vw;
    background-image: url(../img/feature/staff.png);
    background-image: image-set(url(../img/feature/staff.png) 1x, url(../img/feature/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/feature/staff.png) 1x, url(../img/feature/staff-2x.png) 2x);
    background-size: contain;
  }
  .c-feature {
    padding: 1.25vw 2.0833333333vw;
    width: 15.9722222222vw;
    border-radius: 1.1111111111vw;
  }
  .c-feature-head {
    margin-bottom: 0;
  }
  .c-feature-num {
    margin-right: 0.8333333333vw;
    width: 3.4027777778vw;
  }
  .c-feature-num img {
    height: 2.9861111111vw;
  }
  .c-feature-ttl {
    font-size: 1.6666666667vw;
  }
  .c-feature-label {
    margin: 0 auto 1.1805555556vw auto;
    width: 10.4166666667vw;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
  .c-feature-label:after {
    border-width: 0.7638888889vw 0.4861111111vw 0px 0.4861111111vw;
  }
  .c-feature-subttl {
    margin-bottom: 0.5555555556vw;
    font-size: 1.9444444444vw;
  }
  .c-feature-text {
    margin-top: 1.0416666667vw;
    padding-top: 0.9027777778vw;
    border-top-color: #cfcfcf;
    border-top-style: solid;
    border-top-width: 0.0694444444vw;
  }
  .c-feature-text p {
    min-height: auto;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .feature {
    margin: 80px 0;
  }
  .feature .inner {
    padding: 40px 105px 30px 105px;
    width: 980px;
    border-radius: 16px;
  }
  .feature-heading {
    margin-bottom: 30px;
  }
  .feature-ja {
    padding-left: 77px;
    font-size: 3.2rem;
  }
  .feature-ja span.ye {
    margin-bottom: 20px;
    font-size: 4.8rem;
  }
  .feature-ja span.ye:before {
    top: -11px;
    right: -60px;
    width: 46px;
    height: 46px;
  }
  .feature-ja span.ye:after {
    left: -35px;
    bottom: -10px;
    width: 21px;
    height: 25px;
  }
  .feature-ja span.big {
    font-size: 5.2rem;
  }
  .feature-ja span.num {
    font-size: 8rem;
  }
  .feature-ja span.small {
    font-size: 4rem;
  }
  .feature-list {
    gap: 40px;
  }
  .feature-list:before {
    top: -219px;
    left: -45px;
    width: 154px;
    height: 219px;
  }
  .c-feature {
    padding: 18px 30px;
    width: 230px;
    border-radius: 16px;
  }
  .c-feature-num {
    margin-right: 12px;
    width: 49px;
  }
  .c-feature-num img {
    height: 43px;
  }
  .c-feature-ttl {
    font-size: 2.4rem;
  }
  .c-feature-box {
    padding: 18px 37px 20px 37px;
    border-width: 1px;
    border-radius: 16px;
  }
  .c-feature-label {
    margin: 0 auto 17px auto;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    font-size: 2rem;
  }
  .c-feature-label:after {
    border-width: 11px 7px 0px 7px;
  }
  .c-feature-text {
    margin-top: 15px;
    padding-top: 13px;
    border-top-width: 1px;
  }
  .c-feature-text p {
    font-size: 1.5rem;
  }
}
/* create --> intro
-------------------------------------------------------------------------------*/
.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 6.6666666667vw auto;
  width: 92vw;
  border-color: #25a9e7;
  border-style: solid;
  border-width: 1.3333333333vw;
}

.mv-bg {
  width: 44.6666666667vw;
  height: 54.4vw;
  background-size: cover;
  background-position: center;
}

.mv-box {
  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: 5.3333333333vw 1.3333333333vw;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.mv-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2.2666666667vw;
  background-image: url(../img/common/line.svg);
  background-size: auto 2.2666666667vw;
  background-repeat: repeat-x;
}

.mv-box > div {
  position: relative;
  width: 100%;
}
.mv-box > div:before, .mv-box > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot.png);
  background-size: contain;
  z-index: -1;
}
.mv-box > div:before {
  top: -3.3333333333vw;
  left: 2vw;
  width: 17.8666666667vw;
  height: 17.8666666667vw;
}
.mv-box > div:after {
  right: -2.6666666667vw;
  bottom: 5.3333333333vw;
  width: 19.6vw;
  height: 19.6vw;
}

.mv-heading {
  text-align: center;
  margin-bottom: 2.9333333333vw;
}

.mv-catch {
  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;
  margin-bottom: 2.6666666667vw;
  padding: 0 1em;
  height: 6.4vw;
  background-color: rgba(86, 171, 215, 0.8);
  border-radius: 3.2vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.mv-ttl {
  font-size: 8vw;
  font-weight: 900;
}
.mv-ttl .mid {
  margin-bottom: 2.6666666667vw;
  display: inline-block;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.2em;
}
.mv-ttl .logo {
  display: inline-block;
  margin-right: 0.6666666667vw;
  width: 66vw;
}

.mv-tel {
  margin: 0 auto;
  width: 68vw;
}

.mv-tel a {
  position: relative;
  display: block;
  padding: 2.6666666667vw 1.3333333333vw;
  background-color: #ebeff5;
  border-radius: 1.0666666667vw;
  text-align: center;
}

.mv-tel-free {
  position: absolute;
  top: -0.2666666667vw;
  left: -5.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;
}
.mv-tel-free p {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.07em;
}

.mv-tel-label {
  margin-bottom: 2.2666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-indent: 1em;
  line-height: 1em;
}

.mv-tel-num {
  position: relative;
  display: inline-block;
  padding-left: 12.8vw;
  color: #2c63ad;
  font-family: "Anton", sans-serif;
  font-size: 8.2666666667vw;
  font-weight: 400;
  line-height: 1em;
}
.mv-tel-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%);
}

.mv-btn {
  margin: 2vw auto 0 auto;
  width: 68vw;
}

.mv-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-left: 4vw;
  height: 12.5333333333vw;
  background-color: #ff5a00;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.2666666667vw;
  -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);
}
.mv-btn a p {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.mv-btn a p span {
  display: inline-block;
  margin-top: 1.6vw;
  font-size: 3.7333333333vw;
  font-weight: 900;
}
.mv-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.7333333333vw;
  display: inline-block;
  width: 9.2vw;
  height: 6.1333333333vw;
  background-image: url(../img/common/mail.svg);
  -webkit-transform: translateY(-50%) rotate(-15.22deg);
          transform: translateY(-50%) rotate(-15.22deg);
}
.mv-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  display: inline-block;
  width: 5.6vw;
  height: 5.6vw;
  background-image: url(../img/common/circle-arrow-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .mv-btn a:after {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .mv-btn a:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
.mv-btn a:hover {
  background-color: #ffffff;
  border-color: #ff5a00;
}
.mv-btn a:hover p {
  color: #ff5a00;
}
.mv-btn a:hover:after {
  background-image: url(../img/common/circle-arrow-og.svg);
}

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

.mv-point {
  position: absolute;
  left: 36vw;
  bottom: 89.3333333333vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw 0;
  -webkit-transform: rotate(-9.45deg);
          transform: rotate(-9.45deg);
  z-index: 2;
}

.mv-point > li {
  width: 100%;
}

.mv-point > li span {
  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;
  padding: 0 1em 0.1em 1em;
  height: 7.2vw;
  background-color: #2c63ad;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (min-width: 751px) {
  .mv {
    margin: 0 auto 2.7777777778vw auto;
    width: 76.3888888889vw;
    height: 31.9444444444vw;
    border-width: 0.6944444444vw;
  }
  .mv.mv-3lines {
    height: 34.7222222222vw;
  }
  .mv-bg {
    width: 20.1388888889vw;
    height: 30.5555555556vw;
  }
  .mv.mv-3lines .mv-bg {
    height: 33.3333333333vw;
  }
  .mv-bg--left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mv-bg--right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .mv-box {
    padding: 2.0833333333vw 0;
    width: 34.7222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mv-box:before {
    height: 0.8333333333vw;
    background-size: auto 0.8333333333vw;
  }
  .mv-box > div:before {
    top: 1.0416666667vw;
    left: -1.3888888889vw;
    width: 7.4305555556vw;
    height: 7.4305555556vw;
  }
  .mv-box > div:after {
    right: -2.7777777778vw;
    bottom: -1.0416666667vw;
    width: 10.2083333333vw;
    height: 10.2083333333vw;
  }
  .mv-heading {
    margin-bottom: 1.0416666667vw;
  }
  .mv-catch {
    margin-bottom: 0.5555555556vw;
    height: 2.7777777778vw;
    border-radius: 1.3888888889vw;
    font-size: 1.5277777778vw;
  }
  .mv-ttl {
    font-size: 3.3333333333vw;
  }
  .mv-ttl .mid {
    margin-bottom: 0.9027777778vw;
    font-size: 2.2222222222vw;
  }
  .mv-ttl .logo {
    margin-right: 0.3472222222vw;
    width: 26.875vw;
  }
  .mv-tel {
    width: 25vw;
  }
  .mv-tel a {
    padding: 0.6944444444vw;
    border-radius: 0.5555555556vw;
    pointer-events: none;
  }
  .mv-tel-free {
    top: -0.1388888889vw;
    left: -0.9027777778vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .mv-tel-free p {
    font-size: 0.9722222222vw;
  }
  .mv-tel-label {
    margin-bottom: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .mv-tel-num {
    padding-left: 3.9583333333vw;
    font-size: 2.9166666667vw;
  }
  .mv-tel-num:before {
    width: 3.5416666667vw;
    height: 2.0833333333vw;
  }
  .mv-btn {
    margin: 1.0416666667vw auto 0 auto;
    width: 29.1666666667vw;
  }
  .mv-btn a {
    padding-left: 1.7361111111vw;
    height: 5.8333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 2.9166666667vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .mv-btn a p {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .mv-btn a p span {
    margin-top: 0.6944444444vw;
    font-size: 1.5277777778vw;
  }
  .mv-btn a:before {
    left: 2.0833333333vw;
    width: 3.6805555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  .mv-btn a:after {
    right: 2.0833333333vw;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
}
@media screen and (min-width: 751px) {
  .mv-btn a:hover {
    background-color: #ffffff;
    border-color: #ff5a00;
  }
  .mv-btn a:hover p {
    color: #ff5a00;
  }
  .mv-btn a:hover:after {
    background-image: url(../img/common/circle-arrow-og.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .mv-btn a:after {
    -webkit-transition: none;
    transition: none;
  }
  .mv-point {
    left: 53.125vw;
    right: auto;
    bottom: 5.5555555556vw;
    gap: 0.6944444444vw 0;
  }
  .mv-point > li span {
    height: 2.6388888889vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .mv {
    margin: 0 auto 40px auto;
    width: 1100px;
    height: 460px;
    border-width: 10px;
  }
  .mv.mv-3lines {
    height: 500px;
  }
  .mv-bg {
    width: 290px;
    height: 440px;
  }
  .mv.mv-3lines .mv-bg {
    height: 480px;
  }
  .mv-box {
    padding: 30px 0;
    width: 500px;
  }
  .mv-box:before {
    height: 12px;
    background-size: auto 12px;
  }
  .mv-box > div:before {
    top: 15px;
    left: -20px;
    width: 107px;
    height: 107px;
  }
  .mv-box > div:after {
    right: -40px;
    bottom: -15px;
    width: 147px;
    height: 147px;
  }
  .mv-heading {
    margin-bottom: 15px;
  }
  .mv-catch {
    margin-bottom: 8px;
    height: 40px;
    border-radius: 20px;
    font-size: 2.2rem;
  }
  .mv-ttl {
    font-size: 4.8rem;
  }
  .mv-ttl .mid {
    margin-bottom: 13px;
    font-size: 3.2rem;
  }
  .mv-ttl .logo {
    margin-right: 5px;
    width: 387px;
  }
  .mv-tel {
    width: 360px;
  }
  .mv-tel a {
    padding: 10px;
    border-radius: 8px;
  }
  .mv-tel-free {
    top: -2px;
    left: -13px;
    width: 48px;
    height: 48px;
  }
  .mv-tel-free p {
    font-size: 1.4rem;
  }
  .mv-tel-label {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .mv-tel-num {
    padding-left: 57px;
    font-size: 4.2rem;
  }
  .mv-tel-num:before {
    width: 51px;
    height: 30px;
  }
  .mv-btn {
    margin: 15px auto 0 auto;
    width: 420px;
  }
  .mv-btn a {
    padding-left: 25px;
    height: 84px;
    border-width: 2px;
    border-radius: 42px;
  }
  .mv-btn a p {
    font-size: 1.6rem;
  }
  .mv-btn a p span {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .mv-btn a:before {
    left: 30px;
    width: 53px;
    height: 35px;
  }
}
@media screen and (min-width: 1441px) and (min-width: 1441px) {
  .mv-btn a:after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1441px) {
  .mv-point {
    left: 765px;
    bottom: 80px;
    gap: 10px 0;
  }
  .mv-point > li span {
    height: 38px;
    font-size: 2.2rem;
  }
}
/* create --> price
-------------------------------------------------------------------------------*/
.price {
  position: relative;
  padding: 13.3333333333vw 0 10.6666666667vw 0;
}

.price-content {
  position: relative;
  margin-top: 8vw;
}

.price-notes {
  margin-top: 6.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .price {
    padding: 5.9027777778vw 0;
  }
  .price-content {
    margin: 3.4722222222vw auto 0 auto;
    width: 76.3888888889vw;
  }
  .price-desc {
    position: relative;
  }
  .price-desc:before {
    content: "";
    position: absolute;
    top: -1.0416666667vw;
    left: 0;
    display: inline-block;
    width: 12.5vw;
    height: 12.5vw;
    background-image: url(../img/price/staff.jpg);
    background-image: image-set(url(../img/price/staff.jpg) 1x, url(../img/price/staff-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/price/staff.jpg) 1x, url(../img/price/staff-2x.jpg) 2x);
    background-size: contain;
    border-radius: 50%;
  }
  .price-desc:after {
    content: "";
    position: absolute;
    top: -4.5138888889vw;
    left: -3.4722222222vw;
    display: inline-block;
    width: 8.1944444444vw;
    height: 8.1944444444vw;
    background-image: url(../img/common/dot.png);
    background-size: contain;
    z-index: 1;
  }
  .price-desc .lead {
    margin-left: auto;
    width: 61.1111111111vw;
  }
  .price-notes {
    margin-top: 2.7777777778vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .price {
    padding: 85px 0;
  }
  .price-content {
    margin: 50px auto 0 auto;
    width: 1100px;
  }
  .price-desc:before {
    top: -15px;
    width: 180px;
    height: 180px;
  }
  .price-desc:after {
    top: -65px;
    left: -50px;
    width: 118px;
    height: 118px;
  }
  .price-desc .lead {
    width: 880px;
  }
  .price-notes {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- post - */
.c-price {
  position: relative;
  margin-right: 4vw;
  width: 44vw;
  background-color: #ffffff;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.c-price-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 252/160;
}

.c-price-content {
  padding: 2vw 2.6666666667vw;
}

.c-price-ttl {
  color: #2c63ad;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}

.c-price-text {
  margin-top: 2.6666666667vw;
}
.c-price-text p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.c-price-bottom {
  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;
  margin-top: 2vw;
}

.c-price-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: 1.0666666667vw;
  width: 8.2666666667vw;
  height: 6.4vw;
  background-image: url(../img/price/label.svg);
  background-size: contain;
  color: #ffffff;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.08em;
}

.c-price-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-price-price span {
  display: inline-block;
  line-height: 1.1em;
}
.c-price-price span.num {
  margin-right: 0.1em;
  font-family: "Anton", sans-serif;
  font-size: 6.4vw;
  font-weight: 400;
}
.c-price-price span.unit {
  font-size: 3.2vw;
}

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

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

@media screen and (max-width: 750px) {
  .price-slide .c-price:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .price-slide .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.0833333333vw 2.2222222222vw;
    width: auto;
    height: auto;
  }
  .c-price {
    margin-right: 0;
    width: 17.4305555556vw;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .c-price-content {
    padding: 1.0416666667vw 1.6666666667vw;
  }
  .c-price-ttl {
    font-size: 1.25vw;
  }
  .c-price-text {
    margin-top: 1.0416666667vw;
  }
  .c-price-text p {
    font-size: 0.9722222222vw;
  }
  .c-price-bottom {
    margin-top: 1.0416666667vw;
  }
  .c-price-label {
    margin-right: 0.4166666667vw;
    padding-right: 0.4166666667vw;
    width: 2.8472222222vw;
    height: 2.2222222222vw;
    background-image: url(../img/price/label.svg);
    font-size: 0.8333333333vw;
  }
  .c-price-price {
    font-size: 0.8333333333vw;
  }
  .c-price-price span.num {
    font-size: 2.2222222222vw;
  }
  .c-price-price span.unit {
    font-size: 0.9722222222vw;
  }
  #price-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .price-slide .swiper-wrapper {
    gap: 30px 32px;
  }
  .c-price {
    width: 251px;
    border-width: 1px;
    border-radius: 4px;
  }
  .c-price-content {
    padding: 15px 24px;
  }
  .c-price-ttl {
    font-size: 1.8rem;
  }
  .c-price-text {
    margin-top: 15px;
  }
  .c-price-text p {
    font-size: 1.4rem;
  }
  .c-price-bottom {
    margin-top: 15px;
  }
  .c-price-label {
    margin-right: 6px;
    padding-right: 6px;
    width: 41px;
    height: 32px;
    font-size: 1.2rem;
  }
  .c-price-price {
    font-size: 1.2rem;
  }
  .c-price-price span.num {
    font-size: 3.2rem;
  }
  .c-price-price span.unit {
    font-size: 1.4rem;
  }
}
/* create --> trouble
-------------------------------------------------------------------------------*/
.trouble {
  position: relative;
  padding: 6.6666666667vw 0;
  background-color: #ebeff5;
}

.trouble-heading {
  margin-bottom: 2.6666666667vw;
}

.trouble-catch {
  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;
  margin-bottom: 15px;
  padding: 0 1em;
  height: 7.4666666667vw;
  background-color: #56abd7;
  border-radius: 3.7333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.trouble-catch:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4vw 1.4666666667vw 0px 1.4666666667vw;
  border-color: #56abd7 transparent transparent transparent;
}

.trouble-box {
  position: relative;
  margin: 0 auto;
  width: 88vw;
  z-index: 1;
}
.trouble-box:before, .trouble-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../img/common/dot-dark.png);
  background-size: contain;
}
.trouble-box:before {
  top: -32vw;
  left: -10vw;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
.trouble-box:after {
  right: -4vw;
  bottom: -4.6666666667vw;
  width: 15.6vw;
  height: 15.6vw;
  z-index: 2;
}

.trouble-box > div {
  position: relative;
  padding: 5.3333333333vw 6.6666666667vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.0666666667vw;
}
.trouble-box > div:before, .trouble-box > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.trouble-box > div:before {
  top: -26.6666666667vw;
  left: -12.8vw;
  width: 30.5333333333vw;
  height: 32.8vw;
  background-image: url(../img/trouble/illust-l.svg);
}
.trouble-box > div:after {
  top: -22.6666666667vw;
  right: -2.6666666667vw;
  width: 20.9333333333vw;
  height: 28.9333333333vw;
  background-image: url(../img/trouble/illust-r.svg);
}

.trouble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.trouble-list > li {
  position: relative;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 8.6666666667vw;
  width: 100%;
  border-bottom-color: #cfcfcf;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.33em;
}
.trouble-list > li:before {
  content: "";
  position: absolute;
  top: 3.6vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/trouble/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .trouble {
    padding: 4.5138888889vw 0 2.7777777778vw 0;
  }
  .trouble-heading {
    margin-bottom: 2.0833333333vw;
  }
  .trouble-catch {
    margin-bottom: 1.0416666667vw;
    height: 2.7777777778vw;
    border-radius: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
  .trouble-catch:after {
    border-width: 0.9722222222vw 0.4861111111vw 0px 0.4861111111vw;
  }
  .trouble-box {
    width: 47.5694444444vw;
  }
  .trouble-box:before {
    top: -10.7638888889vw;
    left: -6.5972222222vw;
    width: 5.1388888889vw;
    height: 5.1388888889vw;
  }
  .trouble-box:after {
    right: -3.4722222222vw;
    bottom: -1.3888888889vw;
    width: 6.3194444444vw;
    height: 6.3194444444vw;
  }
  .trouble-box > div {
    padding: 2.0833333333vw 3.4722222222vw;
    border-radius: 0.5555555556vw;
  }
  .trouble-box > div:before {
    top: -11.1111111111vw;
    left: -3.6111111111vw;
    width: 13.6805555556vw;
    height: 14.7222222222vw;
  }
  .trouble-box > div:after {
    top: -9.0277777778vw;
    right: 0.3472222222vw;
    width: 9.375vw;
    height: 12.9861111111vw;
  }
  .trouble-list {
    gap: 0.3472222222vw 1.7361111111vw;
  }
  .trouble-list > li {
    padding: 0.6944444444vw 0.6944444444vw 0.6944444444vw 3.125vw;
    width: 19.4444444444vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.25vw;
  }
  .trouble-list > li:before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .trouble {
    padding: 65px 0 40px 0;
  }
  .trouble-heading {
    margin-bottom: 30px;
  }
  .trouble-catch {
    margin-bottom: 15px;
    height: 40px;
    border-radius: 20px;
    font-size: 2rem;
  }
  .trouble-catch:after {
    border-width: 14px 7px 0px 7px;
  }
  .trouble-box {
    width: 685px;
  }
  .trouble-box:before {
    top: -155px;
    left: -95px;
    width: 74px;
    height: 74px;
  }
  .trouble-box:after {
    right: -50px;
    bottom: -20px;
    width: 91px;
    height: 91px;
  }
  .trouble-box > div {
    padding: 30px 50px;
    border-radius: 8px;
  }
  .trouble-box > div:before {
    top: -160px;
    left: -52px;
    width: 197px;
    height: 212px;
  }
  .trouble-box > div:after {
    top: -130px;
    right: 5px;
    width: 135px;
    height: 187px;
  }
  .trouble-list {
    gap: 5px 25px;
  }
  .trouble-list > li {
    padding: 10px 10px 10px 45px;
    width: 280px;
    border-bottom-width: 1px;
    font-size: 1.8rem;
  }
  .trouble-list > li:before {
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
  }
}
/* create --> type
-------------------------------------------------------------------------------*/
.type {
  padding: 15.3333333333vw 0 8vw 0;
}

.type-ja span {
  position: relative;
  display: inline-block;
  padding: 0 10.6666666667vw;
}
.type-ja span:before, .type-ja span:after {
  content: "";
  position: absolute;
  bottom: -2vw;
  display: inline-block;
  background-size: contain;
}
.type-ja span:before {
  left: 0;
  width: 3.8666666667vw;
  height: 16.9333333333vw;
  background-image: url(../img/type/driver.svg);
  -webkit-transform: rotate(-19.22deg);
          transform: rotate(-19.22deg);
}
.type-ja span:after {
  right: 0;
  width: 5.2vw;
  height: 15.3333333333vw;
  background-image: url(../img/type/wrench.svg);
  -webkit-transform: rotate(23.47deg);
          transform: rotate(23.47deg);
}

.type-box:nth-of-type(n + 2) {
  margin-top: 8vw;
}

.type-box .heading-2 {
  margin-bottom: 0 !important;
  text-align: center;
}

.type-box-content {
  padding: 4.6666666667vw 4vw 8vw 4vw;
  background-color: #ffffff;
}

.type-box-text {
  margin-bottom: 4.6666666667vw;
  text-align: center;
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .type {
    padding: 5.9027777778vw 0 6.9444444444vw 0;
  }
  .type-ja span {
    padding: 0 6.9444444444vw;
  }
  .type-ja span:before, .type-ja span:after {
    bottom: -0.6944444444vw;
  }
  .type-ja span:before {
    left: 0;
    width: 1.5277777778vw;
    height: 6.7361111111vw;
  }
  .type-ja span:after {
    right: 0;
    width: 2.0833333333vw;
    height: 6.1111111111vw;
  }
  .type-box:nth-of-type(n + 2) {
    margin-top: 2.7777777778vw;
  }
  .type-box .heading-2 {
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
  }
  .type-box-content {
    padding: 1.7361111111vw 3.0555555556vw 2.7777777778vw 3.0555555556vw;
    border-color: #a0d6ed;
    border-style: solid;
    border-width: 0.4166666667vw;
    border-top: none;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
  .type-box-text {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .type {
    padding: 85px 0 100px 0;
  }
  .type-ja span {
    padding: 0 100px;
  }
  .type-ja span:before, .type-ja span:after {
    bottom: -10px;
  }
  .type-ja span:before {
    width: 22px;
    height: 97px;
  }
  .type-ja span:after {
    width: 30px;
    height: 88px;
  }
  .type-box:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .type-box .heading-2 {
    border-radius: 16px 16px 0 0;
  }
  .type-box-content {
    padding: 25px 44px 40px 44px;
    border-width: 6px;
    border-radius: 0 0 16px 16px;
  }
  .type-box-text {
    margin-bottom: 25px;
  }
}
/* ------------------------------------------- stock - */
.c-type-stock {
  width: 44vw;
}

.c-type-stock-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 200/150;
}

.c-type-stock-ttl {
  min-height: 3em;
  color: #2c63ad;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

.c-type-stock-text {
  margin-top: 2vw;
}
.c-type-stock-text p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

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

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

@media screen and (max-width: 750px) {
  .type-stock .c-type-stock {
    margin-right: 4vw;
    height: auto;
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 0.2666666667vw;
    border-radius: 0.5333333333vw;
    overflow: hidden;
  }
  .type-stocke .c-type-stock:last-child {
    margin-right: 0;
  }
  .type-box-content {
    margin-left: -5.6vw;
    width: 103.2vw;
    border: 1.6vw solid #a0d6ed;
    border-top: none !important;
  }
  .c-type-stock-content {
    padding: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .type-stock .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw 1.7361111111vw;
    width: auto;
    height: auto;
  }
  .c-type-stock {
    width: 13.8888888889vw;
  }
  .c-type-stock-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.2777777778vw;
    overflow: hidden;
  }
  .c-type-stock-image img {
    aspect-ratio: 200/150;
  }
  .c-type-stock-ttl {
    font-size: 1.25vw;
  }
  .c-type-stock-text {
    margin-top: 0.6944444444vw;
  }
  .c-type-stock-text p {
    font-size: 0.9722222222vw;
  }
  #stock-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .type-stock .swiper-wrapper {
    gap: 40px 25px;
  }
  .c-type-stock {
    width: 200px;
  }
  .c-type-stock-image {
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .c-type-stock-ttl {
    font-size: 1.8rem;
  }
  .c-type-stock-text {
    margin-top: 10px;
  }
  .c-type-stock-text p {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- order - */
.c-type-order {
  width: 61.3333333333vw;
}

.c-type-order-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 340/255;
}

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

.c-type-order-text {
  margin-top: 2vw;
}
.c-type-order-text p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

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

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

@media screen and (max-width: 750px) {
  .type-order .c-type-order {
    margin-right: 4.4vw;
    height: auto;
  }
  .type-ordere .c-type-order:last-child {
    margin-right: 0;
  }
  .type-box-content {
    margin-left: -5.6vw;
    width: 103.2vw;
    border: 1.6vw solid #a0d6ed;
  }
  .c-type-order-content {
    padding: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .type-order .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.7777777778vw;
    width: auto;
    height: auto;
  }
  .c-type-order {
    width: 23.6111111111vw;
  }
  .c-type-order-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 0.2777777778vw;
    overflow: hidden;
  }
  .c-type-order-ttl {
    font-size: 1.25vw;
  }
  .c-type-order-text {
    margin-top: 0.6944444444vw;
  }
  .c-type-order-text p {
    font-size: 0.9722222222vw;
  }
  #order-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .type-order .swiper-wrapper {
    gap: 40px;
  }
  .c-type-order {
    width: 340px;
  }
  .c-type-order-image {
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .c-type-order-ttl {
    font-size: 1.8rem;
  }
  .c-type-order-text {
    margin-top: 10px;
  }
  .c-type-order-text p {
    font-size: 1.4rem;
  }
}