@charset "UTF-8";
/* sub -- > common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding: 7.3333333333vw 0 17.3333333333vw 0;
}

.sub-in {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.sub-in--640 {
  width: 85.3333333333vw;
}

.lead {
  margin: 0 auto 5.3333333333vw auto;
  padding: 1.3em;
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.3333333333vw;
}
.lead p {
  line-height: 1.5em;
}

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

.complete p,
.notfound p {
  line-height: 1.71em;
}

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

@media screen and (min-width: 751px) {
  .sub {
    padding: 2.7777777778vw 0 5.5555555556vw 0;
  }
  .sub-in {
    max-width: 46.5277777778vw;
  }
  .sub-in--640 {
    width: 44.4444444444vw;
  }
  .lead {
    margin-bottom: 2.7777777778vw;
    padding: 1.3em 1.5em;
    width: 44.4444444444vw;
    border-radius: 0.6944444444vw;
  }
  .lead p {
    line-height: 1.75em;
  }
  .complete p,
  .notfound p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 40px 0 80px 0;
  }
  .sub-in {
    max-width: 670px;
  }
  .sub-in--640 {
    width: 640px;
  }
  .lead {
    margin-bottom: 40px;
    width: 640px;
    border-radius: 10px;
  }
}
/*  company
-------------------------------------------------------------------------------*/
.sub--company {
  padding-top: 0 !important;
}

.sub--company section:nth-of-type(n + 3) {
  margin-top: 16vw;
}

@media screen and (min-width: 751px) {
  .sub--company section:nth-of-type(n + 3) {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--company section:nth-of-type(n + 3) {
    margin-top: 90px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  margin: 0 auto;
  width: 92vw;
}

.overview dl {
  position: relative;
  padding: 3.3333333333vw 5.3333333333vw;
}

.overview dl dt {
  position: relative;
  margin-bottom: 0.3em;
  width: 100%;
  font-weight: 700;
  white-space: nowrap;
}

.overview dl dd {
  width: 100%;
  line-height: 1.71em;
}

@media screen and (max-width: 750px) {
  .overview dl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-color: #efefef;
  }
  .overview dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5.3333333333vw;
    display: inline-block;
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    background-color: #ff5400;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .overview {
    width: 44.4444444444vw;
  }
  .overview dl {
    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;
    padding: 1.3888888889vw 0;
  }
  .overview dl:before, .overview dl:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.1388888889vw;
  }
  .overview dl:before {
    width: 100%;
    background-color: #efefef;
  }
  .overview dl:after {
    width: 10.7638888889vw;
    background-color: #ff5400;
    z-index: 1;
  }
  .overview dl dt {
    margin: 0;
    padding: 0 1em 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 10.7638888889vw;
    font-size: 1.25vw;
    line-height: 1.75em;
  }
  .overview dl dd {
    padding: 0 2.0833333333vw;
    width: calc(100% - 10.7638888889vw);
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    width: 640px;
  }
  .overview dl {
    padding: 20px 0;
  }
  .overview dl:before, .overview dl:after {
    height: 2px;
  }
  .overview dl:after {
    width: 155px;
  }
  .overview dl dt {
    width: 155px;
    font-size: 1.8rem;
  }
  .overview dl dd {
    padding: 0 30px;
    width: calc(100% - 155px);
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- history - */
.history {
  margin: 0 auto;
  width: 92vw;
}

.history dl {
  position: relative;
  padding: 3.3333333333vw 0;
}
.history dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #efefef;
}

.history dl 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;
  margin-bottom: 0.5em;
  width: 18.6666666667vw;
  height: 6.6666666667vw;
  background-color: #ff5400;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  white-space: nowrap;
}
.history dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 99.99999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.3333333333vw 0px 3.3333333333vw 2.6666666667vw;
  border-color: transparent transparent transparent #ff5400;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history dl dd {
  padding-left: 3.3333333333vw;
  width: 100%;
  line-height: 1.71em;
}

@media screen and (min-width: 751px) {
  .history {
    width: 44.4444444444vw;
  }
  .history dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0;
  }
  .history dl:before {
    height: 0.1388888889vw;
  }
  .history dl dt {
    margin: 0;
    width: 6.5972222222vw;
    height: 2.5vw;
    font-size: 1.25vw;
  }
  .history dl dt:before {
    border-width: 1.25vw 0px 1.25vw 1.0416666667vw;
  }
  .history dl dd {
    width: calc(100% - 9.375vw);
    padding: 0;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .history {
    width: 640px;
  }
  .history dl {
    padding: 20px 0;
  }
  .history dl:before {
    height: 2px;
  }
  .history dl dt {
    width: 95px;
    height: 36px;
    font-size: 1.8rem;
  }
  .history dl dt:before {
    border-width: 18px 0px 18px 15px;
  }
  .history dl dd {
    width: calc(100% - 135px);
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- service - */
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.2666666667vw 0;
  margin: 0 auto;
  width: 92vw;
}

.service > li {
  width: 100%;
}

.service > li a {
  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: 2vw;
  background-color: #ffffff;
  border-color: #ff5400;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
}

.service-image {
  width: 23.2vw;
}

.service-content {
  padding-top: 3.3333333333vw;
  width: 61.3333333333vw;
}

.service-ttl {
  font-size: 4.2666666667vw;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

.service-btn {
  position: absolute;
  right: 3.3333333333vw;
  bottom: 3.3333333333vw;
}
.service-btn span {
  position: relative;
  padding-right: 7.3333333333vw;
  font-size: 2.9333333333vw;
  font-weight: 900;
}
.service-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .service {
    gap: 1.5277777778vw 2.2222222222vw;
    width: 47.2222222222vw;
  }
  .service > li {
    width: 22.5vw;
  }
  .service > li a {
    padding: 0.8333333333vw 0.9722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .service-image {
    width: 5.9027777778vw;
  }
  .service-content {
    padding-top: 1.0416666667vw;
    width: 13.5416666667vw;
  }
  .service-ttl {
    font-size: 1.0416666667vw;
  }
  .service-btn {
    right: 0.9722222222vw;
    bottom: 0.9722222222vw;
  }
  .service-btn span {
    padding-right: 2.4305555556vw;
    font-size: 0.9722222222vw;
  }
  .service-btn span:after {
    width: 1.7361111111vw;
    height: 1.7361111111vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .service > li a:hover .service-image img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    cursor: pointer;
  }
  .service > li a:hover .service-btn span:after {
    -webkit-transform: translateX(0.1em) translateY(-50%);
            transform: translateX(0.1em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .service {
    gap: 22px 32px;
    width: 680px;
  }
  .service > li {
    width: 324px;
  }
  .service > li a {
    padding: 12px 14px;
    border-width: 2px;
    border-radius: 10px;
  }
  .service-image {
    width: 85px;
  }
  .service-content {
    padding-top: 15px;
    width: 195px;
  }
  .service-ttl {
    font-size: 1.5rem;
  }
  .service-btn {
    right: 14px;
    bottom: 14px;
  }
  .service-btn span {
    padding-right: 35px;
    font-size: 1.4rem;
  }
  .service-btn span:after {
    width: 25px;
    height: 25px;
  }
}
/*  line
-------------------------------------------------------------------------------*/
.sub--line {
  padding-bottom: 0 !important;
  background-color: #fff5d4;
}

/* ------------------------------------------- step - */
.line-step {
  margin: 2vw auto 0 auto;
  width: 85.3333333333vw;
}

.line-step > li {
  position: relative;
}
.line-step > li:before {
  content: "";
  position: absolute;
  top: -4.6666666667vw;
  left: -4vw;
  display: inline-block;
  width: 24vw;
  height: 24vw;
  background-size: contain;
  z-index: 2;
}

.line-step > li:nth-child(1):before {
  background-image: url(../img/line/staff01.png);
}

.line-step > li:nth-child(2):before {
  background-image: url(../img/line/staff02.png);
}

.line-step > li:nth-child(3):before {
  background-image: url(../img/line/staff03.png);
}

.line-step > li:nth-child(4):before {
  background-image: url(../img/line/staff04.png);
}

.line-step > li:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.line-step-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20.6666666667vw;
  height: 6.9333333333vw;
  background-color: #ff8100;
  border-radius: 3.2vw 3.2vw 0 0;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

.line-step-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;
  padding-left: 12vw;
  height: 8.4vw;
  background-color: #4c4746;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
}

.line-step-content {
  position: relative;
  padding: 4.6666666667vw;
  background-color: #ffffff;
  border-color: #ff8100;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-top: none;
  border-radius: 0 0 3.2vw 3.2vw;
  overflow: hidden;
  z-index: 1;
}
.line-step-content:before, .line-step-content:after {
  content: "";
  position: absolute;
  width: 20.8vw;
  height: 22.5333333333vw;
  background-image: url(../img/line/deco.svg);
  background-size: contain;
  z-index: -1;
}
.line-step-content:before {
  left: -1.3333333333vw;
  bottom: -8.6666666667vw;
}
.line-step-content:after {
  top: -9.3333333333vw;
  right: -3.3333333333vw;
}

.line-step-catch {
  margin-bottom: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.42em;
}

.line-qrcode {
  position: relative;
  margin: 0 auto;
  width: 27.0666666667vw;
  -webkit-box-shadow: 0px 0px 8.82px 0.18px rgba(34, 23, 20, 0.21);
          box-shadow: 0px 0px 8.82px 0.18px rgba(34, 23, 20, 0.21);
}

.line-step .line-qrcode:after {
  content: "";
  position: absolute;
  top: -2vw;
  right: -3.7333333333vw;
  display: inline-block;
  width: 7.3333333333vw;
  height: 6.9333333333vw;
  background-image: url(../img/line/mark.png);
  background-size: contain;
  z-index: 1;
}

.line-step-image {
  margin-bottom: 4.6666666667vw;
}

.line-number {
  padding: 1.3333333333vw 4vw;
  background-color: #f6f6f6;
  border-radius: 1.3333333333vw;
}

.line-number > li {
  position: relative;
}
.line-number > li ul {
  margin-bottom: 0.75em;
}
.line-number > li ul li {
  padding-left: 1em;
  font-size: 3.2vw;
  text-indent: -1em;
  line-height: 1.33em;
}
.line-number > li ul li:before {
  content: "・";
}
.line-number > li ul li:nth-child(n+2) {
  margin-top: 0.25em;
}
.line-number > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.9333333333vw;
  background-image: url(../img/line/border.png);
  background-image: image-set(url(../img/line/border.png) 1x, url(../img/line/border-2x.png) 2x);
  background-image: -webkit-image-set(url(../img/line/border.png) 1x, url(../img/line/border-2x.png) 2x);
  background-size: auto 0.9333333333vw;
  background-repeat: repeat-x;
}
.line-number > li p:not(.line-number-ttl) {
  padding-bottom: 3.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.33em;
}

.line-number > li:last-child:after {
  content: none;
}

.line-number-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.line-number-ttl span {
  margin-left: 1em;
  font-size: 2.9333333333vw;
  font-weight: 500;
}

.line-notes {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 2.9333333333vw;
  text-align: right;
  text-indent: -1em;
  line-height: 1.5em;
}
.line-notes:before {
  content: "※";
}

@media screen and (min-width: 751px) {
  .line-step {
    margin: 2.7777777778vw auto 0 auto;
    width: 44.4444444444vw;
  }
  .line-step > li:before {
    top: -2.4305555556vw;
    left: -2.0833333333vw;
    width: 12.5vw;
    height: 12.5vw;
  }
  .line-step > li:nth-child(1):before {
    background-image: image-set(url(../img/line/staff01.png) 1x, url(../img/line/staff01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/staff01.png) 1x, url(../img/line/staff01-2x.png) 2x);
  }
  .line-step > li:nth-child(2):before {
    background-image: image-set(url(../img/line/staff02.png) 1x, url(../img/line/staff02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/staff02.png) 1x, url(../img/line/staff02-2x.png) 2x);
  }
  .line-step > li:nth-child(3):before {
    background-image: image-set(url(../img/line/staff03.png) 1x, url(../img/line/staff03-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/staff03.png) 1x, url(../img/line/staff03-2x.png) 2x);
  }
  .line-step > li:nth-child(4):before {
    background-image: image-set(url(../img/line/staff04.png) 1x, url(../img/line/staff04-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/staff04.png) 1x, url(../img/line/staff04-2x.png) 2x);
  }
  .line-step > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .line-step-num {
    padding-left: 10.7638888889vw;
    height: 3.6111111111vw;
    border-radius: 1.6666666667vw 1.6666666667vw 0 0;
    font-size: 1.3888888889vw;
  }
  .line-step-ttl {
    padding-left: 6.25vw;
    height: 4.375vw;
    font-size: 2.0833333333vw;
  }
  .line-step-content {
    padding: 2.4305555556vw 3.125vw;
    border-width: 0.3472222222vw;
    border-radius: 0 0 1.6666666667vw 1.6666666667vw;
  }
  .line-step-content:before, .line-step-content:after {
    width: 10.8333333333vw;
    height: 11.7361111111vw;
  }
  .line-step-content:before {
    left: -0.6944444444vw;
    bottom: -4.5138888889vw;
  }
  .line-step-content:after {
    top: -4.8611111111vw;
    right: -1.7361111111vw;
  }
  .line-step-catch {
    font-size: 1.6666666667vw;
  }
  .line-qrcode {
    width: 14.0972222222vw;
    -webkit-box-shadow: 0px 0px 8.82px 0.18px rgba(34, 23, 20, 0.21);
            box-shadow: 0px 0px 8.82px 0.18px rgba(34, 23, 20, 0.21);
  }
  .line-step .line-qrcode:after {
    top: -1.0416666667vw;
    right: -1.9444444444vw;
    width: 3.8194444444vw;
    height: 3.6111111111vw;
  }
  .line-step-image {
    margin-bottom: 2.4305555556vw;
  }
  .line-number {
    padding: 0.6944444444vw 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .line-number > li ul li {
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .line-number > li ul li:nth-child(n+2) {
    margin-top: 0.5em;
  }
  .line-number > li:after {
    height: 0.4861111111vw;
    background-image: url(../img/line/border.png);
    background-image: image-set(url(../img/line/border.png) 1x, url(../img/line/border-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/line/border.png) 1x, url(../img/line/border-2x.png) 2x);
    background-size: auto 0.4861111111vw;
  }
  .line-number > li p:not(.line-number-ttl) {
    padding-bottom: 1.7361111111vw;
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .line-number-ttl {
    height: 6.1111111111vw;
    font-size: 1.6666666667vw;
  }
  .line-number-ttl span {
    font-size: 1.25vw;
  }
  .line-notes {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .line-step {
    margin: 40px auto 0 auto;
    width: 640px;
  }
  .line-step > li:before {
    top: -35px;
    left: -30px;
    width: 180px;
    height: 180px;
  }
  .line-step > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .line-step-num {
    padding-left: 155px;
    height: 52px;
    border-radius: 24px 24px 0 0;
    font-size: 2rem;
  }
  .line-step-ttl {
    padding-left: 90px;
    height: 63px;
    font-size: 3rem;
  }
  .line-step-content {
    padding: 35px 45px;
    border-width: 5px;
    border-radius: 0 0 24px 24px;
  }
  .line-step-content:before, .line-step-content:after {
    width: 156px;
    height: 169px;
  }
  .line-step-content:before {
    left: -10px;
    bottom: -65px;
  }
  .line-step-content:after {
    top: -70px;
    right: -25px;
  }
  .line-step-catch {
    font-size: 2.4rem;
  }
  .line-qrcode {
    width: 203px;
  }
  .line-step .line-qrcode:after {
    top: -15px;
    right: -28px;
    width: 55px;
    height: 52px;
  }
  .line-step-image {
    margin-bottom: 35px;
  }
  .line-number {
    padding: 10px 30px;
    border-radius: 10px;
  }
  .line-number > li ul li {
    font-size: 1.6rem;
  }
  .line-number > li:after {
    height: 7px;
    background-size: auto 7px;
  }
  .line-number > li p:not(.line-number-ttl) {
    padding-bottom: 25px;
    font-size: 1.6rem;
  }
  .line-number-ttl {
    height: 88px;
    font-size: 2.4rem;
  }
  .line-number-ttl span {
    font-size: 1.8rem;
  }
  .line-notes {
    font-size: 1.4rem;
  }
}
/* -------------------------------------------  - */
.line-consul {
  position: relative;
  margin: 6.6666666667vw 0 0 -4vw;
  padding: 6vw 7.3333333333vw;
  width: 100vw;
  background-color: #00b900;
}
.line-consul:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: 5.3333333333vw;
  display: inline-block;
  width: 12vw;
  height: 21.3333333333vw;
  background-image: url(../img/line/illust.svg);
  background-size: contain;
}

.line-consul-ttl {
  margin: 0 0 5.3333333333vw 12vw;
  color: #fff000;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.14em;
}

.line-consul-content {
  position: relative;
  padding: 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 3.2vw;
  text-align: center;
  z-index: 1;
}

.line-consul-catch {
  position: relative;
  display: inline-block;
  margin: 0 0 1em 3.6vw;
  padding-right: 8vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.33em;
}
.line-consul-catch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 7.3333333333vw;
  height: 6.9333333333vw;
  background-image: url(../img/line/mark.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .line-consul {
    margin: 3.4722222222vw 0 0 -2.4305555556vw;
    padding: 2.7777777778vw 3.4722222222vw;
    width: 51.3888888889vw;
  }
  .line-consul:before {
    top: -2.4305555556vw;
    left: 2.4305555556vw;
    width: 6.25vw;
    height: 11.1111111111vw;
  }
  .line-consul-ttl {
    margin: 0 0 2.7777777778vw 6.5972222222vw;
    font-size: 1.9444444444vw;
  }
  .line-consul-content {
    padding: 2.7777777778vw;
    border-radius: 1.6666666667vw;
  }
  .line-consul-catch {
    margin-left: 1.875vw;
    padding-right: 4.1666666667vw;
    font-size: 1.6666666667vw;
  }
  .line-consul-catch:after {
    width: 3.8194444444vw;
    height: 3.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .line-consul {
    margin: 50px 0 0 -35px;
    padding: 40px 50px;
    width: 740px;
  }
  .line-consul:before {
    top: -35px;
    left: 35px;
    width: 90px;
    height: 160px;
  }
  .line-consul-ttl {
    margin: 0 0 40px 95px;
    font-size: 2.8rem;
  }
  .line-consul-content {
    padding: 40px;
    border-radius: 24px;
  }
  .line-consul-catch {
    margin-left: 27px;
    padding-right: 60px;
    font-size: 2.4rem;
  }
  .line-consul-catch:after {
    width: 55px;
    height: 52px;
  }
}
/* 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: #ff5400;
  border-radius: 0.1388888889vw;
}

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

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

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

.policy a {
  text-decoration: underline;
}
.policy a:hover {
  color: #ff5400;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ul,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.5em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
}
.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.2083333333vw;
    border-radius: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* sub -- > reason
-------------------------------------------------------------------------------*/
/* ------------------------------------------- intro - */
.reason-intro-ttl {
  margin-bottom: 1em;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}

.reason-intro-image {
  margin: 0 0 5.3333333333vw -4vw;
  width: 100vw;
}

@media screen and (min-width: 751px) {
  .reason-intro-ttl {
    font-size: 2.3611111111vw;
  }
  .reason-intro-image {
    margin: 0 0 2.0833333333vw -2.4305555556vw;
    width: 51.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason-intro-ttl {
    font-size: 3.4rem;
  }
  .reason-intro-image {
    margin: 0 0 30px -35px;
    width: 740px;
  }
}
/* ------------------------------------------- list - */
.reason-list {
  margin-top: 13.3333333333vw;
}

.reason-list > li {
  position: relative;
  padding: 5.3333333333vw 4.2666666667vw;
  border-color: #ff8400;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
}

.reason-list > li:nth-child(n+2) {
  margin-top: 8vw;
}

.reason-list-num {
  position: absolute;
  top: -9.3333333333vw;
  left: 50%;
  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: 7.3333333333vw;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-color: #ff5400;
  border-radius: 50%;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.reason-list-image {
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.reason-list-ttl {
  margin-bottom: 0.7em;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

.reason-list-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 66.6666666667vw;
}

@media screen and (max-width: 750px) {
  .reason-list-btn .btn-main {
    height: 16vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .reason-list {
    margin-top: 5.5555555556vw;
  }
  .reason-list > li {
    padding: 2.7777777778vw 2.9166666667vw;
    border-width: 0.2083333333vw;
    border-radius: 2.7777777778vw;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .reason-list-num {
    top: -4.8611111111vw;
    padding-top: 3.8194444444vw;
    width: 9.7222222222vw;
    height: 9.7222222222vw;
    font-size: 2.9166666667vw;
  }
  .reason-list-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 1.3888888889vw;
  }
  .reason-list-ttl {
    font-size: 2.5vw;
  }
  .reason-list-btn {
    margin: 2.7777777778vw auto 0 auto;
    width: 34.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason-list {
    margin-top: 80px;
  }
  .reason-list > li {
    padding: 40px 42px;
    border-width: 3px;
    border-radius: 40px;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .reason-list-num {
    top: -70px;
    padding-top: 55px;
    width: 140px;
    height: 140px;
    font-size: 4.2rem;
  }
  .reason-list-image {
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .reason-list-ttl {
    font-size: 3.6rem;
  }
  .reason-list-btn {
    margin: 40px auto 0 auto;
    width: 500px;
  }
}
/*  sitemap
-------------------------------------------------------------------------------*/
.sitemap > div:nth-child(n+2) {
  margin-top: 8vw;
}

.sitemap-ttl {
  margin-bottom: 1em;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #ff8400;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.sitemap-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6666666667vw;
}

.sitemap-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 0.5em 0.1em 0.5em;
  margin-left: 2.6666666667vw;
  width: calc(50% - 2.6666666667vw);
  height: 12vw;
  background-color: #ffffff;
  border-color: #ff8400;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 750px) {
  .sitemap-menu > a:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap > div:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .sitemap-ttl {
    font-size: 2.0833333333vw;
  }
  .sitemap-menu {
    margin-left: -0.9027777778vw;
  }
  .sitemap-menu > a {
    margin-left: 0.9027777778vw;
    width: calc(50% - 0.9027777778vw);
    height: 3.75vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .sitemap-menu > a:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
  .sitemap-menu a:hover {
    background-color: #ff5400;
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .sitemap > div:nth-child(n+2) {
    margin-top: 60px;
  }
  .sitemap-ttl {
    font-size: 3rem;
  }
  .sitemap-menu {
    margin-left: -13px;
  }
  .sitemap-menu > a {
    margin-left: 13px;
    width: calc(33.33333% - 13px);
    height: 54px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu > a:nth-child(n+4) {
    margin-top: 15px;
  }
}
/*  #about
-------------------------------------------------------------------------------*/
.about {
  position: relative;
  padding: 12vw 0 10.6666666667vw 0;
  background-image: url(../img/about/bg_sp.jpg);
  background-repeat: repeat;
  overflow: hidden;
}

.about-en {
  position: absolute;
  top: 9.3333333333vw;
  left: -0.05em;
  color: rgba(217, 217, 217, 0.5);
  font-size: 16vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.about-in {
  position: relative;
  margin: 0 auto;
  width: 93.3333333333vw;
  z-index: 1;
}

.about-ttl {
  position: relative;
  margin-bottom: 6vw;
  font-size: 8.2666666667vw;
  font-weight: 900;
  text-align: center;
}
.about-ttl span.og {
  color: #ff5400;
}

.about-image {
  position: relative;
  left: 12.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
.about-image img {
  border-radius: 4.2666666667vw 0 0 4.2666666667vw;
}
.about-image:before, .about-image:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: 1;
}
.about-image:before {
  left: -12vw;
  bottom: -4vw;
  width: 41.2vw;
  height: 26.1333333333vw;
  background-image: url(../img/about/photo.jpg);
  -webkit-transform: rotate(-11.36deg);
          transform: rotate(-11.36deg);
}
.about-image:after {
  right: 16vw;
  bottom: -6.6666666667vw;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  background-image: url(../img/common/character.png);
}

.about-catch {
  position: relative;
  margin-bottom: 10.6666666667vw;
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}
.about-catch:before, .about-catch:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 6.9333333333vw;
  height: 17.2vw;
  background-image: url(../img/about/deco.svg);
  background-size: contain;
}
.about-catch:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about-catch:after {
  right: 0;
}

.about-btn {
  margin: 8vw auto 0 auto;
  width: 78.1333333333vw;
}

.about-ceo {
  margin-top: 13.3333333333vw;
  font-weight: 700;
  text-align: right;
  line-height: 2em;
}

@media screen and (min-width: 751px) {
  .about {
    padding: 5.5555555556vw 0;
    background-image: url(../img/about/bg.jpg);
    background-image: image-set(url(../img/about/bg.jpg) 1x, url(../img/about/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/about/bg.jpg) 1x, url(../img/about/bg-2x.jpg) 2x);
  }
  .about-en {
    top: 4.8611111111vw;
    font-size: 8.3333333333vw;
  }
  .about-in {
    width: 44.4444444444vw;
  }
  .about-ttl {
    margin-bottom: 2.7777777778vw;
    font-size: 2.5vw;
  }
  .about-ttl span.big {
    font-size: 2.9166666667vw;
  }
  .about-image {
    position: relative;
    left: 4.1666666667vw;
    margin-bottom: 3.4722222222vw;
  }
  .about-image img {
    border-radius: 2.2222222222vw 0 0 2.2222222222vw;
  }
  .about-image:before {
    background-image: image-set(url(../img/about/photo.jpg) 1x, url(../img/about/photo-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/about/photo.jpg) 1x, url(../img/about/photo-2x.jpg) 2x);
    left: -5.5555555556vw;
    bottom: -2.0833333333vw;
    width: 21.4583333333vw;
    height: 13.6111111111vw;
  }
  .about-image:after {
    right: 4.1666666667vw;
    bottom: -4.1666666667vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
  .about-catch {
    margin-bottom: 3.125vw;
    font-size: 2.2222222222vw;
  }
  .about-catch:before, .about-catch:after {
    width: 3.125vw;
    height: 7.8472222222vw;
  }
  .about-btn {
    margin-top: 3.4722222222vw;
    width: 33.3333333333vw;
  }
  .about-ceo {
    margin-top: 4.8611111111vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .about {
    padding: 80px 0;
  }
  .about-en {
    top: 70px;
    font-size: 12rem;
  }
  .about-in {
    width: 640px;
  }
  .about-ttl {
    margin-bottom: 40px;
    font-size: 4.2rem;
  }
  .about-ttl span.big {
    font-size: 4.8rem;
  }
  .about-image {
    left: 60px;
    margin-bottom: 50px;
  }
  .about-image img {
    border-radius: 32px 0 0 32px;
  }
  .about-image:before {
    left: -80px;
    bottom: -30px;
    width: 309px;
    height: 196px;
  }
  .about-image:after {
    right: 60px;
    bottom: -60px;
    width: 160px;
    height: 160px;
  }
  .about-catch {
    margin-bottom: 45px;
    font-size: 3.2rem;
  }
  .about-catch:before, .about-catch:after {
    width: 45px;
    height: 113px;
  }
  .about-btn {
    margin-top: 50px;
    width: 480px;
  }
  .about-ceo {
    margin-top: 70px;
    font-size: 1.8rem;
  }
}
/*  #area
-------------------------------------------------------------------------------*/
.area {
  position: relative;
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  background-color: #ffffff;
}
.area:before, .area:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20.8vw;
  height: 22.5333333333vw;
  background-image: url(../img/area/deco.svg);
  background-size: contain;
}
.area:before {
  top: 4.6666666667vw;
  right: -2vw;
}
.area:after {
  left: -1.3333333333vw;
  bottom: 24.6666666667vw;
}

.area-in {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  z-index: 1;
}

.area-head {
  margin-bottom: 6vw;
  text-align: center;
}

.area-catch {
  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 2.6666666667vw auto;
  width: 72.4vw;
  height: 8vw;
  background-color: #ff5400;
  border-radius: 4vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 900;
}
.area-catch:before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: -12.6666666667vw;
  display: inline-block;
  width: 17.8666666667vw;
  height: 17.8666666667vw;
  background-image: url(../img/common/character.png);
  background-size: contain;
  z-index: 1;
}

.area-ttl {
  position: relative;
  padding-bottom: 3.3333333333vw;
  font-size: 8.5333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
}
.area-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 58.2666666667vw;
  height: 1.2vw;
  background-image: url(../img/area/line_sp.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.area-text {
  margin-top: 4.6666666667vw;
}
.area-text p {
  text-align: center;
}

.area-image {
  position: relative;
  width: 86.6666666667vw;
}
.area-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2vw;
  display: inline-block;
  width: 49.8666666667vw;
  height: 64.4vw;
  background-image: url(../img/area/balloon_sp.png);
  background-size: contain;
  z-index: 1;
}
.area-image:after {
  content: "";
  position: absolute;
  right: -13.3333333333vw;
  bottom: -15.3333333333vw;
  display: inline-block;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-image: url(../img/area/staff_sp.jpg);
  border-radius: 50%;
  background-size: contain;
  z-index: 1;
}

.area-target {
  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: 14vw auto 0 auto;
  width: 83.4666666667vw;
  background-color: #f9edc7;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.area-target 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;
  width: 17.3333333333vw;
  height: 11.4666666667vw;
  background-color: #ff5400;
}
.area-target dt span {
  position: relative;
  padding-top: 4.2666666667vw;
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
}
.area-target dt span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 2.9333333333vw;
  height: 4.2666666667vw;
  background-image: url(../img/common/pin.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.area-target dd {
  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: calc(100% - 17.3333333333vw);
  height: 11.4666666667vw;
  font-size: 3.2vw;
  line-height: 1.5em;
}

.area-notes {
  margin-top: 1em;
}
.area-notes p {
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.66em;
}

@media screen and (min-width: 751px) {
  .area {
    padding: 5.5555555556vw 0;
  }
  .area:before, .area:after {
    width: 10.8333333333vw;
    height: 11.7361111111vw;
  }
  .area:before {
    top: 1.7361111111vw;
    right: 1.3888888889vw;
  }
  .area:after {
    left: 1.7361111111vw;
    bottom: 2.4305555556vw;
  }
  .area-in {
    width: 44.4444444444vw;
  }
  .area-head {
    margin-bottom: 1.0416666667vw;
  }
  .area-catch {
    margin-bottom: 2.0833333333vw;
    width: 35.4166666667vw;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 1.9444444444vw;
  }
  .area-catch:before {
    top: -1.875vw;
    left: -5.2083333333vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .area-ttl {
    padding-bottom: 1.3888888889vw;
    font-size: 3.75vw;
  }
  .area-ttl:after {
    width: 25.5555555556vw;
    height: 0.7638888889vw;
    background-image: url(../img/area/line.svg);
  }
  .area-text {
    margin-top: 1.0416666667vw;
  }
  .area-text p {
    font-size: 1.25vw;
  }
  .area-image {
    width: 41.25vw;
  }
  .area-image:before {
    top: 0.6944444444vw;
    left: -3.125vw;
    width: 25.9722222222vw;
    height: 30.2083333333vw;
    background-image: url(../img/area/balloon.png);
    background-image: image-set(url(../img/area/balloon.png) 1x, url(../img/area/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/area/balloon.png) 1x, url(../img/area/balloon-2x.png) 2x);
  }
  .area-image:after {
    right: -6.25vw;
    bottom: -6.9444444444vw;
    width: 12.2916666667vw;
    height: 12.2916666667vw;
    background-image: url(../img/area/staff.jpg);
    background-image: image-set(url(../img/area/staff.jpg) 1x, url(../img/area/staff-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/area/staff.jpg) 1x, url(../img/area/staff-2x.jpg) 2x);
  }
  .area-target {
    margin: 7.2916666667vw auto 0 auto;
    margin-top: 4.1666666667vw;
    width: 36.1111111111vw;
    border-radius: 0.2777777778vw;
  }
  .area-target dt {
    width: 9.7222222222vw;
    height: 3.4722222222vw;
  }
  .area-target dt span {
    padding: 0 0 0 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .area-target dt span:before {
    top: 50%;
    left: 0;
    width: 1.1805555556vw;
    height: 1.7361111111vw;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .area-target dd {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1.3888888889vw;
    width: calc(100% - 9.7222222222vw);
    height: 3.4722222222vw;
    font-size: 1.1111111111vw;
  }
  .area-notes {
    margin-top: 1.3888888889vw;
  }
  .area-notes p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .area {
    padding: 80px 0;
  }
  .area:before, .area:after {
    width: 156px;
    height: 169px;
  }
  .area:before {
    top: 25px;
    right: 20px;
  }
  .area:after {
    left: 25px;
    bottom: 35px;
  }
  .area-in {
    width: 640px;
  }
  .area-head {
    margin-bottom: 15px;
  }
  .area-catch {
    margin-bottom: 30px;
    width: 510px;
    height: 50px;
    border-radius: 25px;
    font-size: 2.8rem;
  }
  .area-catch:before {
    top: -27px;
    left: -75px;
    width: 120px;
    height: 120px;
  }
  .area-ttl {
    padding-bottom: 20px;
    font-size: 5.4rem;
  }
  .area-ttl:after {
    width: 368px;
    height: 11px;
  }
  .area-text {
    margin-top: 15px;
  }
  .area-text p {
    font-size: 1.8rem;
  }
  .area-image {
    width: 594px;
  }
  .area-image:before {
    top: 10px;
    left: -45px;
    width: 374px;
    height: 435px;
  }
  .area-image:after {
    right: -90px;
    bottom: -100px;
    width: 177px;
    height: 177px;
  }
  .area-target {
    margin: 105px auto 0 auto;
    margin-top: 60px;
    width: 520px;
    border-radius: 4px;
  }
  .area-target dt {
    width: 140px;
    height: 50px;
  }
  .area-target dt span {
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .area-target dt span:before {
    width: 17px;
    height: 25px;
  }
  .area-target dd {
    padding: 0 20px;
    width: calc(100% - 140px);
    height: 50px;
    font-size: 1.6rem;
  }
  .area-notes {
    margin-top: 20px;
  }
  .area-notes p {
    font-size: 1.8rem;
  }
}
/*  #line
-------------------------------------------------------------------------------*/
.line {
  position: relative;
  padding: 12vw 0 6.6666666667vw 0;
  background-color: #cce7db;
}
.line:before, .line:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15.3333333333vw;
  height: 14.5333333333vw;
  background-image: url(../img/line/chat.svg);
  background-size: contain;
}
.line:before {
  top: 4vw;
  left: 17.3333333333vw;
}
.line:after {
  top: 22.6666666667vw;
  right: 6.6666666667vw;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.line-in {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  z-index: 1;
}

.line-head {
  position: relative;
  margin-bottom: 7.3333333333vw;
  padding-left: 18vw;
}
.line-head:before, .line-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.line-head:before {
  top: -8vw;
  left: -3.3333333333vw;
  width: 20.9333333333vw;
  height: 37.2vw;
  background-image: url(../img/line/illust.svg);
}
.line-head:after {
  top: -6.6666666667vw;
  right: -2vw;
  width: 14.2666666667vw;
  height: 13.6vw;
  background-image: url(../img/common/line.svg);
}

.line-catch {
  margin-bottom: 4.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.line-ttl {
  width: 73.7333333333vw;
}

.line-image {
  position: relative;
  margin: 0 auto;
  width: 50.4vw;
}

.line-box {
  position: relative;
  margin: 0 auto;
  padding: 8vw 6.6666666667vw 7.3333333333vw 6.6666666667vw;
  width: 85.3333333333vw;
  background-color: #ffffff;
  border-radius: 3.2vw;
}

.line-subttl {
  margin-bottom: 0.8em;
  color: #09a75a;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
}

.line-text p {
  line-height: 2em;
}

.line-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .line-btn .btn-cta {
    height: 13.8666666667vw;
    border-radius: 6.9333333333vw;
  }
  .line-btn .btn-cta:before {
    left: 7.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .line-btn .btn-cta:after {
    right: 5.3333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .line {
    padding: 6.9444444444vw 0 3.3333333333vw 0;
  }
  .line:before, .line:after {
    width: 7.9861111111vw;
    height: 7.5694444444vw;
  }
  .line:before {
    top: 2.7777777778vw;
    left: 10.7638888889vw;
  }
  .line:after {
    top: 11.4583333333vw;
    right: 6.25vw;
  }
  .line-in {
    width: 47.2222222222vw;
  }
  .line-head {
    margin-bottom: 5.2083333333vw;
    padding-left: 11.4583333333vw;
  }
  .line-head:before {
    top: -4.1666666667vw;
    left: 0;
    width: 8.5416666667vw;
    height: 15.2083333333vw;
  }
  .line-head:after {
    top: -3.4722222222vw;
    right: 2.4305555556vw;
    width: 6.3888888889vw;
    height: 6.1111111111vw;
  }
  .line-catch {
    margin: 0 0 1.3888888889vw 0.6944444444vw;
    font-size: 2.0833333333vw;
  }
  .line-ttl {
    width: 32.9861111111vw;
  }
  .line-image {
    position: absolute;
    left: 0;
    bottom: -3.3333333333vw;
    margin: 0;
    width: 26.25vw;
    z-index: 1;
  }
  .line-box {
    margin: 0 0 0 auto;
    padding: 2.4305555556vw 1.1111111111vw 2.2222222222vw 3.8194444444vw;
    width: 23.4722222222vw;
    border-radius: 0 1.6666666667vw 1.6666666667vw 0;
  }
  .line-subttl {
    font-size: 1.9444444444vw;
  }
  .line-text {
    margin: 0 auto;
    width: 16.6666666667vw;
  }
  .line-btn {
    margin: 1.7361111111vw auto 0 auto;
    width: 18.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .line {
    padding: 100px 0 48px 0;
  }
  .line:before, .line:after {
    width: 115px;
    height: 109px;
  }
  .line:before {
    top: 40px;
    left: 155px;
  }
  .line:after {
    top: 165px;
    right: 90px;
  }
  .line-in {
    width: 680px;
  }
  .line-head {
    margin-bottom: 75px;
    padding-left: 165px;
  }
  .line-head:before {
    top: -60px;
    width: 123px;
    height: 219px;
  }
  .line-head:after {
    top: -50px;
    right: 35px;
    width: 92px;
    height: 88px;
  }
  .line-catch {
    margin: 0 0 20px 10px;
    font-size: 3rem;
  }
  .line-ttl {
    width: 475px;
  }
  .line-image {
    bottom: -48px;
    width: 378px;
  }
  .line-box {
    padding: 35px 16px 32px 55px;
    width: 338px;
    border-radius: 0 24px 24px 0;
  }
  .line-subttl {
    font-size: 2.8rem;
  }
  .line-text {
    width: 240px;
  }
  .line-btn {
    margin: 25px auto 0 auto;
    width: 268px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works-content {
  padding: 4.6666666667vw 0 11.3333333333vw 0;
}

.works-frt {
  position: relative;
  margin: 0 auto;
  width: 92vw;
  z-index: 1;
}

.works-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 66.6666666667vw;
}

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

.works-btn {
  margin: 8vw auto 0 auto;
  width: 78.1333333333vw;
}

@media screen and (min-width: 751px) {
  .works-content {
    padding: 2.0833333333vw 0 5.5555555556vw 0;
  }
  .works-frt {
    width: 44.4444444444vw;
  }
  .works-slide .swiper-slide {
    left: 0.9722222222vw;
    margin-right: 1.9444444444vw;
    width: 32.6388888889vw;
  }
  .works-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-content {
    padding: 30px 0 80px 0;
  }
  .works-frt {
    width: 640px;
  }
  .works-slide .swiper-slide {
    left: 14px;
    margin-right: 28px;
    width: 470px;
  }
  .works-btn {
    margin: 50px auto 0 auto;
    width: 480px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  background-color: #ff5400;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3333333333vw 4.9333333333vw;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.breadcrumb-list li {
  position: relative;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
  white-space: nowrap;
}

.breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: 0;
  margin: 0 2vw;
  display: inline-block;
}

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

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

.breadcrumb-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #ffffff;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    padding: 0.6944444444vw 2.4305555556vw;
  }
  .breadcrumb-list::-webkit-scrollbar {
    height: 0.2083333333vw;
    background-color: #ff5400;
  }
  .breadcrumb-list::-webkit-scrollbar-thumb {
    background-color: #ff8400;
  }
  .breadcrumb-list li {
    font-size: 1.1111111111vw;
  }
  .breadcrumb-list li:after {
    margin: 0 0.4861111111vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:after {
    height: 0.0694444444vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #000000;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #000000;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 10px 35px;
  }
  .breadcrumb-list::-webkit-scrollbar {
    height: 5px;
  }
  .breadcrumb-list li {
    font-size: 1.6rem;
  }
  .breadcrumb-list li:after {
    margin: 0 7px;
  }
  .breadcrumb-list li a:after {
    height: 1px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  font-family: "NotoSansJP", sans-serif;
}

.editor h2 {
  position: relative;
  margin: 1.3em 0 1em -7.3333333333vw;
  padding: 0.5em 8.4vw;
  background-color: #ff5400;
  width: 100vw;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.15em;
}

.editor h3 {
  position: relative;
  margin: 1.5em 0 0.8em 0;
  padding-bottom: 0.7em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.27em;
}
.editor h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ff5400;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.editor h4 {
  position: relative;
  margin: 2em 0 0.7em 0;
  padding-left: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.45em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6vw 0px 0.6vw 1.3333333333vw;
  border-color: transparent transparent transparent #ff5400;
}

.editor p {
  line-height: 1.71em;
}

.editor a {
  position: relative;
}

.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 1px;
  background-color: #ff5400;
}

.editor strong {
  color: #ff5400;
  font-weight: 700;
}

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

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
  display: block;
  margin: 1.5em auto;
}

.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 ul {
  margin: 1em 0 1.5em 0;
  padding: 0 3.3333333333vw;
}

.editor ul li {
  margin-left: 1em;
  list-style-type: square;
  line-height: 1.71em;
}

.editor ol {
  margin: 1em 0 1.5em 0;
  padding: 0 3.3333333333vw;
}

.editor ol li {
  margin-left: 2em;
  list-style-type: decimal-leading-zero;
  line-height: 1.71em;
}

.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media screen and (min-width: 751px) {
  .editor h2 {
    margin-left: -1.3888888889vw;
    padding: 0.5em 1.3888888889vw;
    width: 49.3055555556vw;
    font-size: 2.5vw;
  }
  .editor h3 {
    font-size: 2.2222222222vw;
  }
  .editor h3:after {
    width: 49.3055555556vw;
    height: 0.2083333333vw;
  }
  .editor h4 {
    padding: 0 1.3888888889vw 0.5em 1.3888888889vw;
    font-size: 1.8055555556vw;
  }
  .editor h4:before {
    border-width: 0.3472222222vw 0px 0.3472222222vw 0.625vw;
  }
  .editor p {
    font-size: 1.25vw;
    line-height: 1.75em;
  }
  .editor a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .editor a:hover {
    opacity: 0.8;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .editor ul,
  .editor ol {
    padding: 0 1.3888888889vw;
  }
  .editor ul li,
  .editor ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    margin-left: -20px;
    padding: 0.5em 20px;
    width: 710px;
    font-size: 3.6rem;
  }
  .editor h3 {
    font-size: 3.2rem;
  }
  .editor h3:after {
    width: 710px;
    height: 3px;
  }
  .editor h4 {
    padding: 0 20px 0.5em 20px;
    font-size: 2.6rem;
  }
  .editor h4:before {
    border-width: 5px 0px 5px 9px;
  }
  .editor p {
    font-size: 1.8rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
  .editor ul,
  .editor ol {
    padding: 0 20px;
  }
}
/*  head
-------------------------------------------------------------------------------*/
.common-head {
  position: relative;
  padding: 25.3333333333vw 0 7.3333333333vw 0;
  background-color: #ffffff;
}
.common-head:before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 25.6vw;
  height: 23.8666666667vw;
  background-image: url(../img/sub/character.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common-head-catch {
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

.common-head-ttl {
  font-size: 9.0666666667vw;
  font-weight: 900;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .common-head {
    padding: 14.5833333333vw 0 2.4305555556vw 0;
  }
  .common-head:before {
    top: 2.4305555556vw;
    width: 12.2916666667vw;
    height: 11.3888888889vw;
  }
  .common-head-catch {
    margin-bottom: 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .common-head-ttl {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .common-head {
    padding: 210px 0 35px 0;
  }
  .common-head:before {
    top: 35px;
    width: 177px;
    height: 164px;
  }
  .common-head-catch {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  .common-head-ttl {
    font-size: 6.4rem;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.head-bg {
  position: relative;
  margin-bottom: 8.6666666667vw;
  padding: 6vw 1em;
  width: 100vw;
  background-color: #ff5400;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.32em;
}

@media screen and (min-width: 751px) {
  .head-bg {
    margin-bottom: 2.4305555556vw;
    padding: 2.0833333333vw 1em;
    width: 51.3888888889vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-bg {
    margin-bottom: 35px;
    padding: 30px 1em;
    width: 740px;
    font-size: 3.2rem;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin: 8vw auto 0 auto;
  width: 85.3333333333vw;
}

.page-archive-navi .pagecount {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2em;
}

.pagenation {
  margin-top: 5.3333333333vw;
}

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

.pagenation-list li:nth-child(n+2) {
  margin-left: 2vw;
}

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) 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: #ffffff;
  border-color: #ff5400;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 50%;
  color: #ff5400;
  font-family: "Roboto", sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
}

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

.pagenation-prev,
.pagenation-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-radius: 50%;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagenation-prev a:after {
  background-image: url(../img/sub/prev-og.svg);
}

.pagenation-next a:after {
  background-image: url(../img/sub/next-og.svg);
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    margin: 3.4722222222vw auto 0 auto;
    width: 37.5vw;
  }
  .page-archive-navi .pagecount {
    font-size: 1.3888888889vw;
  }
  .pagenation {
    margin-top: 4.1666666667vw;
  }
  .pagenation-list li:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    font-size: 1.6666666667vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #ff5400;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 4.1666666667vw;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenation-prev a:hover:after {
    background-image: url(../img/sub/prev-wh.svg);
  }
  .pagenation-next a:hover:after {
    background-image: url(../img/sub/next-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagenation-prev a:after {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagenation-next a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 50px;
    width: 540px;
  }
  .page-archive-navi .pagecount {
    font-size: 20px;
    font-size: 2rem;
  }
  .pagenation {
    margin-top: 40px;
  }
  .pagenation-list li:nth-child(n+2) {
    margin-left: 10px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 60px;
    height: 60px;
    border-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 60px;
    height: 60px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 60px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 60px;
    height: 60px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 10vw auto 0 auto;
  width: 66.6666666667vw;
  height: 12vw;
}

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

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: block;
  height: 8vw;
  background-color: #ffffff;
  border-radius: 50%;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagenavi-prev a:after {
  background-image: url(../img/sub/prev-og.svg);
}

.pagenavi-next a:after {
  background-image: url(../img/sub/next-og.svg);
}

.pagenavi-back {
  position: relative;
  margin: 0 auto;
  width: 42.6666666667vw;
}

.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-color: #ff5400;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
}
.pagenavi-back a span {
  color: #ff5400;
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 3.4722222222vw;
    width: 30.2083333333vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 3.3333333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenavi-prev a:hover:after {
    background-image: url(../img/sub/prev-ye.svg);
  }
  .pagenavi-next a:hover:after {
    background-image: url(../img/sub/next-ye.svg);
  }
  .pagenavi-back {
    width: 22.2222222222vw;
  }
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-back a:hover {
    background-color: #ff5400;
  }
  .pagenavi-back a:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 50px;
    width: 435px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 48px;
    height: 48px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 48px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 48px;
    height: 48px;
  }
  .pagenavi-back {
    width: 320px;
  }
  .pagenavi-back a {
    height: 60px;
    border-width: 2px;
    border-radius: 30px;
  }
  .pagenavi-back a span {
    font-size: 1.8rem;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  width: 85.3333333333vw;
}

.post-image {
  margin-bottom: 6.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.post-ttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.33em;
  letter-spacing: 0.05em;
}

.post-date {
  color: #c0c0c0;
  font-size: 3.2vw;
  font-weight: 700;
}

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

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

@media screen and (min-width: 751px) {
  .post {
    width: 46.5277777778vw;
  }
  .post-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .post-ttl {
    font-size: 2.9166666667vw;
  }
  .post-date {
    font-size: 1.6666666667vw;
  }
  .post-intro {
    margin-top: 2.7777777778vw;
  }
  .post .editor {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    width: 670px;
  }
  .post-image {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .post-ttl {
    font-size: 4.2rem;
  }
  .post-date {
    font-size: 2.4rem;
  }
  .post-intro {
    margin-top: 40px;
  }
  .post .editor {
    margin-top: 50px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.related {
  position: relative;
  padding: 14.6666666667vw 0;
}

.related-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.32em;
}
.related-ttl span {
  color: #ff5400;
}
.related-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10.6666666667vw;
  height: 1.0666666667vw;
  background-color: #ff5400;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.related-slide {
  position: relative;
}

@media screen and (min-width: 751px) {
  .related {
    position: relative;
    padding: 5.5555555556vw 0;
  }
  .related-ttl {
    position: relative;
    font-size: 3.3333333333vw;
  }
  .related-ttl:after {
    width: 5.5555555556vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    padding: 80px 0;
  }
  .related-ttl {
    font-size: 4.8rem;
  }
  .related-ttl:after {
    width: 80px;
    height: 8px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  margin-bottom: 8vw;
}
.term dl dt {
  margin-bottom: 0.7em;
  padding-left: 1.2em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.4em;
  text-indent: -1.2em;
}
.term dl dt:before {
  content: "▼";
  margin-right: 0.2em;
  color: #ff8400;
}
.term dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.term-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6666666667vw;
}

.term-menu > li {
  margin-left: 2.6666666667vw;
  width: calc(50% - 2.6666666667vw);
}

.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 0.5em 0.1em 0.5em;
  height: 11.4666666667vw;
  background-color: #ffffff;
  border-color: #ff8400;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 750px) {
  .term-menu > li:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .term {
    margin: 0 auto 3.4722222222vw auto;
    width: 46.5277777778vw;
  }
  .term dl dt {
    font-size: 1.6666666667vw;
  }
  .term dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .term-menu {
    margin-left: -0.9027777778vw;
  }
  .term-menu > li {
    margin-left: 0.9027777778vw;
    width: calc(25% - 0.9027777778vw);
  }
  .term-menu > li:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
  .term-menu a {
    height: 3.75vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
  }
  .term-menu a:hover {
    background-color: #ff8400;
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 50px;
    width: 670px;
  }
  .term dl dt {
    font-size: 2.4rem;
  }
  .term dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .term-menu {
    margin-left: -13px;
  }
  .term-menu > li {
    margin-left: 13px;
    width: calc(25% - 13px);
  }
  .term-menu > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .term-menu a {
    height: 54px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.sub--blog {
  background-color: #ffec92;
}

/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 8vw;
  padding: 4.6666666667vw 4vw;
  background-color: #feeec7;
  border-radius: 1.3333333333vw;
}

.blog-mokuji-head {
  position: relative;
  margin-bottom: 4vw;
  font-size: 4.2666666667vw;
  font-weight: 900;
  text-align: center;
}

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

.blog-mokuji ul li a {
  position: relative;
  display: block;
  font-size: 3.7333333333vw;
  line-height: 1.45em;
}

.blog-mokuji > div > ul > li > a {
  padding-left: 1em;
}

.blog-mokuji > div > ul > li > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > div > ul > ul {
  position: relative;
  margin: 1.3333333333vw 0 0 3.7333333333vw;
}

.blog-mokuji > div > ul > ul > li a {
  padding-left: 1em;
  font-size: 3.4666666667vw;
}

.blog-mokuji > div > ul > ul > li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > div > ul > ul > ul {
  position: relative;
  margin: 1.3333333333vw 0 0 3.7333333333vw;
}

.blog-mokuji > div > ul > ul > ul > li a {
  padding-left: 1em;
  font-size: 3.2vw;
}

.blog-mokuji > div > ul > ul > ul > li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 2.7777777778vw;
    padding: 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .blog-mokuji-head {
    margin-bottom: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .blog-mokuji ul li a {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji ul li a:hover {
    color: #ff5400;
  }
  .blog-mokuji > div > ul > ul {
    margin: 0.6944444444vw 0 0 1.3888888889vw;
  }
  .blog-mokuji > div > ul > ul > li a {
    font-size: 1.25vw;
  }
  .blog-mokuji > div > ul > ul > ul {
    margin: 0.6944444444vw 0 0 1.3888888889vw;
  }
  .blog-mokuji > div > ul > ul > ul > li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 40px;
    padding: 50px;
    border-radius: 10px;
  }
  .blog-mokuji-head {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .blog-mokuji ul li a {
    font-size: 2rem;
  }
  .blog-mokuji > div > ul > ul {
    margin: 10px 0 0 20px;
  }
  .blog-mokuji > div > ul > ul > li a {
    font-size: 1.8rem;
  }
  .blog-mokuji > div > ul > ul > ul {
    margin: 10px 0 0 20px;
  }
  .blog-mokuji > div > ul > ul > ul > li a {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- related - */
.blog-related {
  margin-top: 13.3333333333vw;
  background-color: #ffec92;
  overflow: hidden;
}

.blog-slide .swiper-slide {
  left: 4vw;
  margin-right: 8vw;
  width: 92vw;
}

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

@media screen and (min-width: 751px) {
  .blog-related {
    margin-top: 5.5555555556vw;
  }
  .blog-slide .swiper-slide {
    left: 1.7361111111vw;
    margin-right: 3.4722222222vw;
    width: 44.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-related {
    margin-top: 80px;
  }
  .blog-slide .swiper-slide {
    left: 25px;
    margin-right: 50px;
    width: 640px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- pickup - */
.works-archive {
  margin: 0 auto;
  width: 85.3333333333vw;
}

.works-archive .works-post:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .works-archive {
    width: 44.4444444444vw;
  }
  .works-archive .works-post:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-archive {
    width: 640px;
  }
  .works-archive .works-post:nth-child(n+2) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
.sub--works-post {
  background-color: #ffffff;
}

.works-article-image {
  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;
  margin-bottom: 5.3333333333vw;
}

.works-article-image > div {
  position: relative;
}
.works-article-image > div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 2.1333333333vw;
}
.works-article-image > div:before {
  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: 13.3333333333vw;
  height: 4.8vw;
  background-color: #ff5400;
  border-radius: 2.1333333333vw 0 2.1333333333vw 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 2.6666666667vw;
  font-optical-sizing: auto;
  font-weight: 700;
  font-variation-settings: "wdth" 100;
  z-index: 1;
}

.works-article-before {
  width: 33.3333333333vw;
}
.works-article-before img {
  height: 33.3333333333vw;
}
.works-article-before:before {
  content: "BEFORE";
}
.works-article-before:after {
  content: "";
  position: absolute;
  top: 34.6666666667vw;
  left: 16.4vw;
  display: inline-block;
  width: 15.3333333333vw;
  height: 14.4vw;
  background-image: url(../img/works/arrow.svg);
  background-size: contain;
}

.works-article-after {
  width: 48.5333333333vw;
}
.works-article-after img {
  height: 51.3333333333vw;
}
.works-article-after:before {
  content: "AFTER";
}

.works-article-image:has(.works-article-before) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-article-ttl {
  max-height: 3em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.works-article-client {
  position: relative;
  color: #525252;
  margin-top: 1em;
  font-size: 3.2vw;
  line-height: 1.2em;
}

.works-article-desc {
  margin-top: 4vw;
  padding: 1.5em;
  background-color: #f1f1f1;
  border-radius: 1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-article-image {
    margin-bottom: 5.3333333333vw;
  }
  .works-article-image > div img {
    border-radius: 1.1111111111vw;
  }
  .works-article-image > div:before {
    width: 6.3888888889vw;
    height: 2.2222222222vw;
    border-radius: 1.1111111111vw 0 1.1111111111vw 0;
    font-size: 1.1111111111vw;
  }
  .works-article-before {
    width: 17.3611111111vw;
  }
  .works-article-before img {
    height: 17.3611111111vw;
  }
  .works-article-before:after {
    top: 18.0555555556vw;
    left: 8.5416666667vw;
    width: 7.9861111111vw;
    height: 7.5vw;
  }
  .works-article-after {
    width: 25.2777777778vw;
  }
  .works-article-after img {
    height: 26.7361111111vw;
  }
  .works-article-ttl {
    font-size: 1.25vw;
  }
  .works-article-client {
    font-size: 1.1111111111vw;
  }
  .works-article-desc {
    margin-top: 2.0833333333vw;
    padding: 1.5em;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-article-image {
    margin-bottom: 40px;
  }
  .works-article-image > div img {
    border-radius: 16px;
  }
  .works-article-image > div:before {
    width: 92px;
    height: 32px;
    border-radius: 16px 0 16px 0;
    font-size: 1.6rem;
  }
  .works-article-before {
    width: 250px;
  }
  .works-article-before img {
    height: 250px;
  }
  .works-article-before:after {
    top: 260px;
    left: 123px;
    width: 115px;
    height: 108px;
  }
  .works-article-after {
    width: 364px;
  }
  .works-article-after img {
    height: 385px;
  }
  .works-article-ttl {
    font-size: 1.8rem;
  }
  .works-article-client {
    font-size: 1.6rem;
  }
  .works-article-desc {
    margin-top: 30px;
    border-radius: 10px;
  }
}
/* ------------------------------------------- data - */
.works-article-data {
  margin-top: 6vw;
}

.works-article-data > dl {
  background-color: #ffffff;
  border-color: #ff8400;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.works-article-data > dl:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}

.works-article-data > dl > 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;
  padding: 0.5em 1em;
  background-color: #ff8400;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}

.works-article-data > dl > dd {
  padding: 1em 1.5em;
  text-align: center;
  line-height: 1.75em;
}

.works-article-data--content > dd {
  padding: 0.5em 1.5em !important;
}

.works-article-product dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 0;
}
.works-article-product dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1333333333vw;
  background-color: #f2f2f2;
}

.works-article-product dl dt {
  position: relative;
  top: 0.05em;
  margin-right: 1em;
  display: inline-block;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: #ff8400;
  border-radius: 1em;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

.works-article-product dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1.75em;
}

.works-article-product dl:last-child:before {
  content: none;
}

@media screen and (min-width: 751px) {
  .works-article-data {
    margin-top: 2.4305555556vw;
    border-width: 0.1388888889vw;
  }
  .works-article-data > dl {
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .works-article-data > dl:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .works-article-data > dl > dt {
    font-size: 1.4583333333vw;
  }
  .works-article-product dl {
    padding: 1em 1.5em;
  }
  .works-article-product dl:before {
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-article-data {
    margin-top: 35px;
    border-width: 2px;
  }
  .works-article-data > dl {
    border-width: 2px;
    border-radius: 10px;
  }
  .works-article-data > dl:nth-child(n+2) {
    margin-top: 30px;
  }
  .works-article-data > dl > dt {
    font-size: 2.1rem;
  }
  .works-article-product dl:before {
    height: 1px;
  }
}
/* ------------------------------------------- related - */
.sub--works-post .related {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sub--works-post .related {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--works-post .related {
    margin-top: 80px;
  }
}
/*  lineup --> arichive
-------------------------------------------------------------------------------*/
.sub--lineup {
  background-color: #ffea61;
}

.lineup-term section:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.lineup-term-head {
  position: relative;
  margin: 0 0 8vw -4vw;
  padding: 0.5em 1em 0.6em 1em;
  width: 100vw;
  background-color: #000000;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
}

@media screen and (min-width: 751px) {
  .lineup-term {
    margin-top: 4.1666666667vw;
  }
  .lineup-term section:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .lineup-term-head {
    margin: 0 0 2.4305555556vw -2.4305555556vw;
    width: 51.3888888889vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-term {
    position: relative;
    margin-top: 60px;
  }
  .lineup-term section:nth-child(n+2) {
    margin-top: 80px;
  }
  .lineup-term-head {
    margin: 0 0 35px -35px;
    width: 740px;
    font-size: 3.6rem;
  }
}
/* ------------------------------------------- search - */
.lineup-search {
  position: relative;
  margin-bottom: 8vw;
}

.lineup-search h4 {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0 0 0 1.2em;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.4em;
  text-indent: -1.2em;
}
.lineup-search h4:before {
  content: "▼";
  margin-right: 0.2em;
  color: #ff8400;
}

.lineup-search form > ul > li:not(.sf-field-submit) {
  padding: 0 !important;
}

.lineup-search form > ul > li {
  margin-bottom: 5.3333333333vw !important;
}

.lineup-search form > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6666666667vw !important;
}

.lineup-search form > ul > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 2.6666666667vw;
  padding: 0;
  width: calc(50% - 2.6666666667vw);
}

.lineup-search form > ul > li > ul > li 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;
  padding: 0.8em 3.3333333333vw 0.8em 3.3333333333vw;
  width: 100%;
  height: 11.4666666667vw;
  background-color: #ffffff;
  border-color: #ff8400;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
  cursor: pointer;
}

.lineup-search .sf-option-active label {
  background-color: #ff8400;
  color: #ffffff;
}

.lineup-search .sf-input-checkbox {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.lineup-search--ecocute [class^=sf-field-taxonomy-gas-water-heater-],
.lineup-search--ecocute [class^=sf-field-taxonomy-oil-boiler-] {
  display: none;
  margin: 0 !important;
}

.lineup-search--gas-water-heater [class^=sf-field-taxonomy-ecocute-],
.lineup-search--gas-water-heater [class^=sf-field-taxonomy-oil-boiler-] {
  display: none;
  margin: 0 !important;
}

.lineup-search--oil-boiler [class^=sf-field-taxonomy-ecocute-],
.lineup-search--oil-boiler [class^=sf-field-taxonomy-gas-water-heater-] {
  display: none;
  margin: 0 !important;
}

@media screen and (max-width: 750px) {
  .lineup-search form > ul > li > ul > li:nth-child(n+3) {
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-search {
    margin-bottom: 3.4722222222vw;
  }
  .lineup-search h4 {
    font-size: 1.6666666667vw;
  }
  .lineup-search form > ul > li {
    margin-bottom: 2.7777777778vw !important;
  }
  .lineup-search form > ul > li > ul {
    margin-left: -1.0416666667vw !important;
  }
  .lineup-search form > ul > li > ul > li {
    margin: 0 0 0 1.0416666667vw;
    width: calc(33.33333% - 1.0416666667vw);
  }
  .lineup-search form > ul > li > ul > li:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
  .lineup-search form > ul > li > ul > li label {
    padding: 0 0.8333333333vw 0.1em 0.8333333333vw;
    height: 3.75vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.28em;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .lineup-search form > ul > li > ul > li label:hover {
    background-color: #ff8400;
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-search {
    margin-bottom: 50px;
  }
  .lineup-search h4 {
    font-size: 2.4rem;
  }
  .lineup-search form > ul > li {
    margin-bottom: 40px !important;
  }
  .lineup-search form > ul > li > ul {
    margin-left: -15px !important;
  }
  .lineup-search form > ul > li > ul > li {
    margin: 0 0 0 15px;
    width: calc(33.33333% - 15px);
  }
  .lineup-search form > ul > li > ul > li:nth-child(n+4) {
    margin-top: 15px;
  }
  .lineup-search form > ul > li > ul > li label {
    padding: 0 12px 0.1em 12px;
    height: 54px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  lineup --> single
-------------------------------------------------------------------------------*/
.sub--lineup-post {
  background-color: #ffffff;
}
.sub--lineup-post .editor {
  margin: 0 !important;
  padding: 13.3333333333vw 0;
}

.lineup-article {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  padding: 0 5.6vw;
  width: 85.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sub--lineup-post .editor {
    padding: 5.5555555556vw 0;
  }
  .lineup-article {
    margin: 0 auto 5.5555555556vw auto;
    padding: 0 4.1666666667vw;
    width: 44.4444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--lineup-post .editor {
    padding: 80px 0;
  }
  .lineup-article {
    margin: 0 auto 80px auto;
    padding: 0 60px;
    width: 640px;
  }
}
/* ------------------------------------------- slide - */
.lineup-slide .swiper-slide {
  left: 3.6666666667vw;
  margin-right: 7.3333333333vw;
  width: 85.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .lineup-slide .swiper-slide {
    left: 1.7361111111vw;
    margin-right: 3.4722222222vw;
    width: 44.4444444444vw;
  }
  .lineup-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-slide .swiper-slide {
    left: 25px;
    margin-right: 50px;
    width: 640px;
  }
  .lineup-btn {
    margin: 50px auto 0 auto;
    width: 480px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff-image {
  margin-bottom: 6.6666666667vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 55.0666666667vw;
}

.staff-name {
  margin-bottom: 3.3333333333vw;
}

.staff-name-jp {
  font-size: 4.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.25em;
}

.staff-name-en {
  margin-top: 1em;
  color: #ff5400;
  font-size: 2.6666666667vw;
  text-align: center;
}

.staff-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: 2.6666666667vw 0 2.4vw 0;
}
.staff-data dl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/border_sp.png);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}
.staff-data dt {
  width: 18.6666666667vw;
  line-height: 1.75em;
}
.staff-data dd {
  width: calc(100% - 21.3333333333vw);
  line-height: 1.75em;
}

.staff-message {
  margin-top: 4.6666666667vw;
}
.staff-message p {
  line-height: 1.75em;
}

@media screen and (max-width: 750px) {
  .staff .staff-post:nth-child(n+2) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3.4722222222vw;
  }
  .staff .staff-post {
    margin-left: 3.4722222222vw;
    width: calc(50% - 3.4722222222vw);
  }
  .staff .staff-post:nth-child(n+3) {
    margin-top: 4.5138888889vw;
  }
  .staff-image {
    margin-bottom: 2.0833333333vw;
    border-radius: 0.6944444444vw;
  }
  .staff-image img {
    height: 16.5277777778vw;
  }
  .staff-name {
    margin-bottom: 0.6944444444vw;
  }
  .staff-name-jp {
    font-size: 1.6666666667vw;
  }
  .staff-name-en {
    font-size: 0.8333333333vw;
  }
  .staff-data dl {
    padding: 0.9027777778vw 0 1.0416666667vw 0;
  }
  .staff-data dl:after {
    height: 0.1388888889vw;
    background-image: url(../img/common/border.png);
    background-image: image-set(url(../img/common/border.png) 1x, url(../img/common/border-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/border.png) 1x, url(../img/common/border-2x.png) 2x);
    background-size: auto 0.1388888889vw;
    background-repeat: repeat-x;
  }
  .staff-data dt {
    width: 5.2083333333vw;
  }
  .staff-data dd {
    width: calc(100% - 6.25vw);
  }
  .staff-message {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff {
    margin-left: -50px;
  }
  .staff .staff-post {
    margin-left: 50px;
    width: calc(50% - 50px);
  }
  .staff .staff-post:nth-child(n+3) {
    margin-top: 65px;
  }
  .staff-image {
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .staff-image img {
    height: 238px;
  }
  .staff-name {
    margin-bottom: 10px;
  }
  .staff-name-jp {
    font-size: 2.4rem;
  }
  .staff-name-en {
    font-size: 1.2rem;
  }
  .staff-data dl {
    padding: 13px 0 15px 0;
  }
  .staff-data dl:after {
    height: 2px;
    background-size: auto 2px;
  }
  .staff-data dt {
    width: 75px;
    line-height: 1.75em;
  }
  .staff-data dd {
    width: calc(100% - 90px);
    line-height: 1.75em;
  }
  .staff-message {
    margin-top: 20px;
  }
}