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

.sub--bg {
  background-color: #ebf4fa;
}

.sub--section section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

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

.sub-lead {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 6vw 5.3333333333vw;
  background-color: #ffffff;
}
.sub-lead p {
  line-height: 1.75em;
}

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

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

.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: 4.8611111111vw 0 9.7222222222vw 0;
  }
  .sub--section section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .sub-in {
    width: 69.4444444444vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 2.0833333333vw 3.4722222222vw;
  }
  .sub-lead p {
    line-height: 2em;
  }
  .complete p,
  .notfound p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 70px 0 140px 0;
  }
  .sub--section section:nth-child(n+2) {
    margin-top: 100px;
  }
  .sub-in {
    width: 1000px;
  }
  .sub-lead {
    margin-bottom: 50px;
    padding: 30px 50px;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- message - */
.sub--company .company {
  margin-top: 0;
}

/* ------------------------------------------- overview - */
.overview {
  position: relative;
}

.overview dl {
  position: relative;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.overview dl dt {
  position: relative;
  padding: 0.2em 4.9333333333vw 0.3em 1.25em;
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.15;
}

.overview dl dd {
  padding: 1.3333333333vw 4.9333333333vw 3.3333333333vw 4.9333333333vw;
  width: 100%;
  font-size: 3.4666666667vw;
  line-height: 1.75em;
}

.overview dl dd ul li {
  line-height: 1.75em;
}

@media screen and (max-width: 750px) {
  .overview dl:nth-child(n+2) {
    margin-top: 4vw;
  }
  .overview dl dt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0666666667vw;
    height: 100%;
    background-color: #0582ff;
    border-radius: 0.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .overview {
    margin: 0 auto;
    width: 65.2777777778vw;
    border-width: 0.0694444444vw;
  }
  .overview dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom-width: 0.0694444444vw;
  }
  .overview dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3888888889vw;
    width: 12.5vw;
    font-size: 1.1111111111vw;
    line-height: 1.6;
  }
  .overview dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1388888889vw;
    width: 100%;
    height: 0.2083333333vw;
    background-color: #0582ff;
    border-radius: 0.1388888889vw;
  }
  .overview dl dd {
    padding: 1.3888888889vw 2.0833333333vw;
    width: calc(100% - 12.5vw);
    font-size: 1.0416666667vw;
  }
  .overview-ttl:before {
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    width: 940px;
    border-width: 1px;
  }
  .overview dl {
    border-bottom-width: 1px;
  }
  .overview dl dt {
    padding: 20px;
    width: 180px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .overview dl dt:before {
    bottom: -2px;
    height: 3px;
    border-radius: 2px;
  }
  .overview dl dd {
    padding: 20px 30px;
    width: calc(100% - 180px);
    font-size: 15px;
    font-size: 1.5rem;
  }
  .overview-ttl:before {
    border-radius: 3px;
  }
}
/* ------------------------------------------- shop - */
.company-shop-image {
  margin-bottom: 5.3333333333vw;
}

.company-shop-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-bottom: 4.6666666667vw;
}

.company-shop-point > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em 0.1em 0.75em;
  height: 8vw;
  background-color: #ffffff;
  border-color: #0582ff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 4vw;
  font-size: 4vw;
  font-weight: 700;
}

.company-shop-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 80vw;
}

@media screen and (min-width: 751px) {
  .company-shop {
    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;
  }
  .company-shop-image {
    margin: 0;
    width: 34.7222222222vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company-shop-content {
    padding-top: 1.0416666667vw;
    width: 31.9444444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .company-shop-point {
    gap: 0.6944444444vw;
    margin-bottom: 2.0833333333vw;
  }
  .company-shop-point > li {
    height: 2.7777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .company-shop-btn {
    margin: 2.4305555556vw auto 0 auto;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-shop-image {
    width: 500px;
  }
  .company-shop-content {
    padding-top: 15px;
    width: 460px;
  }
  .company-shop-point {
    gap: 10px;
    margin-bottom: 30px;
  }
  .company-shop-point > li {
    height: 40px;
    border-width: 2px;
    border-radius: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .company-shop-btn {
    margin: 35px auto 0 auto;
    width: 340px;
  }
}
/* ------------------------------------------- history - */
.history dl {
  position: relative;
  padding: 4vw;
  border-bottom-color: #c3d9f3;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.history dl dt {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.75em;
}

.history dl dd {
  width: 100%;
  line-height: 1.75em;
}

@media screen and (min-width: 751px) {
  .history {
    margin: 0 auto;
    width: 65.2777777778vw;
  }
  .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 2.0833333333vw;
    border-bottom-width: 0.0694444444vw;
  }
  .history dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 12.5vw;
  }
  .history dl dd {
    width: 45.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .history {
    width: 940px;
  }
  .history dl {
    padding: 20px 30px;
    border-bottom-width: 1px;
  }
  .history dl dt {
    width: 180px;
  }
  .history dl dd {
    width: 660px;
  }
}
/* ------------------------------------------- access - */
.access .ggmap {
  padding-bottom: 70%;
}

@media screen and (min-width: 751px) {
  .access .ggmap {
    padding-bottom: 45%;
  }
}
/*  sub --> contact
-------------------------------------------------------------------------------*/
.contact-inquiry {
  position: relative;
  margin-bottom: 10.6666666667vw;
  padding: 10.6666666667vw 10vw;
  background-color: #0582ff;
  text-align: center;
}

.contact-inquiry-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8em;
  height: 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 3.3333333333vw;
  color: #0582ff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.contact-inquiry-label:after {
  content: "";
  position: absolute;
  top: 99.99999%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3333333333vw 0.8vw 0px 0.8vw;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-inquiry-head {
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.contact-inquiry-num {
  position: relative;
  display: inline-block;
  padding-left: 8.6666666667vw;
  font-family: "Anton", sans-serif;
  font-size: 9.8666666667vw;
  font-weight: 400;
  letter-spacing: 0;
}
.contact-inquiry-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.6666666667vw;
  height: 9.0666666667vw;
  background-image: url(../img/common/call-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-inquiry-time {
  margin: 0.5em 0 0 8vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
}
.contact-inquiry-time span {
  font-size: 3.7333333333vw;
}

@media screen and (max-width: 750px) {
  .contact-inquiry-btn a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 4vw;
    height: 26.1333333333vw;
    background-color: #ffffff;
    border-radius: 4vw;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.35);
    text-align: center;
  }
  .contact-inquiry-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 3.3333333333vw;
    height: 4.6666666667vw;
    background-image: url(../img/common/arrow-og.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .contact-inquiry {
    margin-bottom: 4.1666666667vw;
    padding: 3.4722222222vw;
  }
  .contact-inquiry-btn a {
    pointer-events: none;
  }
  .contact-inquiry-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 2em;
    height: 3.1944444444vw;
    border-radius: 1.5972222222vw;
    font-size: 1.25vw;
  }
  .contact-inquiry-label:after {
    border-width: 0.6944444444vw 0.4166666667vw 0px 0.4166666667vw;
  }
  .contact-inquiry-num {
    padding-left: 0;
    color: #ffffff;
    font-size: 5vw;
    letter-spacing: 0.025em;
  }
  .contact-inquiry-num:before {
    left: -5.2083333333vw;
    width: 3.9583333333vw;
    height: 4.375vw;
    background-image: url(../img/common/call-wh.svg);
  }
  .contact-inquiry-time {
    margin: 0.5em 0 0 0;
    color: #ffffff;
    font-size: 1.1111111111vw;
  }
  .contact-inquiry-time span {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .contact-inquiry {
    margin-bottom: 60px;
    padding: 50px;
  }
  .contact-inquiry-label {
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-inquiry-label:after {
    border-width: 10px 6px 0px 6px;
  }
  .contact-inquiry-num {
    font-size: 72px;
    font-size: 7.2rem;
  }
  .contact-inquiry-num:before {
    left: -75px;
    width: 57px;
    height: 63px;
  }
  .contact-inquiry-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact-inquiry-time span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* sub --> first
-------------------------------------------------------------------------------*/
.first-image {
  margin-bottom: 10.6666666667vw;
}

.first-step .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.first-step-list > li {
  padding: 8vw 6vw 6vw 6vw;
  background-color: #ebf4fa;
  border-radius: 1.3333333333vw;
}

.first-step-head {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  text-align: center;
}
.first-step-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #0582ff;
}

.first-step-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
  padding: 0 1em;
  height: 8vw;
  background-color: #0582ff;
  border-radius: 4vw;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.first-step-ttl {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

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

.first-step-catch {
  margin-bottom: 0.8em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.first-step-image {
  margin-top: 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .first-image {
    margin-bottom: 4.8611111111vw;
  }
  .first-step .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .first-step-list > li {
    padding: 2.0833333333vw 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .first-step-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .first-step-head:after {
    height: 0.1388888889vw;
  }
  .first-step-num {
    margin: 0 1.3888888889vw 0 0;
    height: 2.5vw;
    border-radius: 1.25vw;
    font-size: 1.8055555556vw;
  }
  .first-step-ttl {
    font-size: 1.9444444444vw;
  }
  .first-step-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .first-step-list > li:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .first-step-content {
    width: 31.25vw;
  }
  .first-step-catch {
    font-size: 1.5277777778vw;
    text-align: left;
  }
  .first-step-image {
    margin: 0;
    width: 27.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .first-image {
    margin-bottom: 70px;
  }
  .first-step .sec-head {
    margin-bottom: 50px;
  }
  .first-step-list > li {
    padding: 30px 50px;
    border-radius: 10px;
  }
  .first-step-head:after {
    height: 2px;
  }
  .first-step-num {
    margin-right: 20px;
    height: 36px;
    border-radius: 18px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .first-step-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .first-step-list > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .first-step-content {
    width: 450px;
  }
  .first-step-catch {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .first-step-image {
    margin: 0;
    width: 400px;
  }
}
/* 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.45;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #0582ff;
  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: #0582ff;
}
.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.5;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
}
.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.75;
  }
  .policy ol li {
    line-height: 1.75;
  }
}
@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 --> store
-------------------------------------------------------------------------------*/
/* ------------------------------------------- point - */
.reserve-point > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.reserve-point-image {
  margin-top: 4.6666666667vw;
}

.reserve-point-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
}
.reserve-point-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #0582ff;
}

.reserve-point-num {
  color: #0582ff;
  font-family: "Poppins", sans-serif;
  font-size: 3.6vw;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
.reserve-point-num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.3333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #0582ff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 4.2666666667vw;
}

.reserve-point-ttl {
  margin-left: 4vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .reserve-point > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve-point > li:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .reserve-point-content {
    width: 32.9861111111vw;
  }
  .reserve-point-image {
    margin: 0;
    width: 33.3333333333vw;
  }
  .reserve-point-head {
    margin-bottom: 1.7361111111vw;
    padding-bottom: 1.3888888889vw;
  }
  .reserve-point-head:after {
    height: 0.1388888889vw;
  }
  .reserve-point-num {
    font-size: 1.25vw;
  }
  .reserve-point-num span {
    margin-top: 0.3472222222vw;
    width: 3.75vw;
    height: 3.75vw;
    font-size: 1.5277777778vw;
  }
  .reserve-point-ttl {
    margin-left: 1.3888888889vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-point > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .reserve-point-content {
    width: 475px;
  }
  .reserve-point-image {
    width: 480px;
  }
  .reserve-point-head {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .reserve-point-head:after {
    height: 2px;
  }
  .reserve-point-num {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .reserve-point-num span {
    margin-top: 5px;
    width: 54px;
    height: 54px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .reserve-point-ttl {
    margin-left: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- merit - */
.reserve-merit-image {
  margin-bottom: 4vw;
}

.reserve-merit-content {
  padding: 0 0.7em;
}
.reserve-merit-content p {
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .reserve-merit > li:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .reserve-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reserve-merit > li {
    width: 21.875vw;
  }
  .reserve-merit-image {
    margin-bottom: 1.0416666667vw;
  }
  .reserve-merit-content {
    padding: 0 0.3em;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-merit > li {
    width: 315px;
  }
  .reserve-merit-image {
    margin-bottom: 15px;
  }
}
/* ------------------------------------------- step - */
.reserve-step {
  position: relative;
}
.reserve-step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #0582ff;
  z-index: -1;
}

.reserve-step {
  position: relative;
}

.reserve-step > li {
  position: relative;
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.6666666667vw;
  background-color: #ffffff;
}

.reserve-step-num {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw 0;
  width: 10.6666666667vw;
  background-color: #0582ff;
  border-radius: 0 0 2vw 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.26em;
  letter-spacing: 0;
  z-index: 1;
}
.reserve-step-num span {
  font-size: 4.8vw;
}

.reserve-step-icon {
  position: relative;
  width: 24vw;
  height: 13.3333333333vw;
}

.reserve-step-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reserve-step > li:nth-child(1) .reserve-step-icon:before {
  width: 9.2vw;
  height: 8.8vw;
  background-image: url(../img/shop/step01.svg);
}

.reserve-step > li:nth-child(2) .reserve-step-icon:before {
  width: 6.4vw;
  height: 8vw;
  background-image: url(../img/shop/step02.svg);
}

.reserve-step > li:nth-child(3) .reserve-step-icon:before {
  width: 8.6666666667vw;
  height: 6.9333333333vw;
  background-image: url(../img/shop/step03.svg);
}

.reserve-step > li:nth-child(4) .reserve-step-icon:before {
  width: 8.5333333333vw;
  height: 9.0666666667vw;
  background-image: url(../img/shop/step04.svg);
}

.reserve-step > li:nth-child(5) .reserve-step-icon:before {
  width: 16.8vw;
  height: 12.5333333333vw;
  background-image: url(../img/shop/step05_sp.png);
}

.reserve-step-head {
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .reserve-step {
    margin: 0 auto;
    width: 84vw;
  }
  .reserve-step:before {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reserve-step > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve-step > li:nth-child(n+2) {
    margin-top: 4vw;
  }
  .reserve-step-head {
    width: 44vw;
  }
}
@media screen and (min-width: 751px) {
  .reserve-step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reserve-step:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.3472222222vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .reserve-step > li {
    padding: 1.3888888889vw;
    width: 12.5vw;
  }
  .reserve-step-num {
    padding: 0.4166666667vw 0;
    width: 4.1666666667vw;
    border-radius: 0 0 1.0416666667vw 0;
    font-size: 1.1111111111vw;
  }
  .reserve-step-num span {
    font-size: 1.6666666667vw;
  }
  .reserve-step-icon {
    width: auto;
    height: 11.1111111111vw;
  }
  .reserve-step > li:nth-child(1) .reserve-step-icon:before {
    width: 5.2777777778vw;
    height: 5.0694444444vw;
  }
  .reserve-step > li:nth-child(2) .reserve-step-icon:before {
    width: 3.6805555556vw;
    height: 4.5833333333vw;
  }
  .reserve-step > li:nth-child(3) .reserve-step-icon:before {
    width: 5vw;
    height: 4.0277777778vw;
  }
  .reserve-step > li:nth-child(4) .reserve-step-icon:before {
    width: 4.7916666667vw;
    height: 5.0694444444vw;
  }
  .reserve-step > li:nth-child(5) .reserve-step-icon:before {
    width: 9.5138888889vw;
    height: 7.1527777778vw;
    background-image: url(../img/shop/step05.png);
    background-image: image-set(url(../img/shop/step05.png) 1x, url(../img/shop/step05-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/shop/step05.png) 1x, url(../img/shop/step05-2x.png) 2x);
  }
  .reserve-step-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.8em;
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-step:before {
    height: 5px;
  }
  .reserve-step > li {
    padding: 20px;
    width: 180px;
  }
  .reserve-step-num {
    padding: 6px 0;
    width: 60px;
    border-radius: 0 0 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .reserve-step-num span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .reserve-step-icon {
    height: 160px;
  }
  .reserve-step > li:nth-child(1) .reserve-step-icon:before {
    width: 76px;
    height: 73px;
  }
  .reserve-step > li:nth-child(2) .reserve-step-icon:before {
    width: 53px;
    height: 66px;
  }
  .reserve-step > li:nth-child(3) .reserve-step-icon:before {
    width: 72px;
    height: 58px;
  }
  .reserve-step > li:nth-child(4) .reserve-step-icon:before {
    width: 69px;
    height: 73px;
  }
  .reserve-step > li:nth-child(5) .reserve-step-icon:before {
    width: 137px;
    height: 103px;
  }
  .reserve-step-head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- info - */
.sec--reserve-info {
  margin-top: 13.3333333333vw;
}

.reserve-info-image {
  margin-bottom: 5.3333333333vw;
}

.reserve-info-content {
  padding: 0 5.3333333333vw;
  text-align: center;
}

.reserve-info-head {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.25em;
}

.reserve-info-add {
  margin-top: 1em;
}
.reserve-info-add p {
  line-height: 1.6em;
}
.reserve-info-add p:nth-child(n+2) {
  margin-top: 0.5em;
}

.reserve-map {
  position: relative;
  margin-top: 6.6666666667vw;
}

.reserve-map .ggmap {
  padding-bottom: 70%;
}

@media screen and (min-width: 751px) {
  .sec--reserve-info {
    margin-top: 6.9444444444vw;
  }
  .reserve-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve-info-image {
    margin: 0;
    width: 39.5833333333vw;
  }
  .reserve-info-content {
    padding: 0;
    width: 26.3888888889vw;
    text-align: left;
  }
  .reserve-info-head {
    font-size: 1.4583333333vw;
  }
  .reserve-map {
    margin-top: 3.4722222222vw;
  }
  .reserve-map .ggmap {
    padding-bottom: 45%;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reserve-info {
    margin-top: 100px;
  }
  .reserve-info-image {
    width: 570px;
  }
  .reserve-info-content {
    width: 380px;
  }
  .reserve-info-head {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .reserve-map {
    margin-top: 50px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10.6666666667vw 0.1em 5.3333333333vw;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #0582ff;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28;
}

.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.6666666667vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
  .sitemap-submenu a:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 3.4722222222vw 0.1em 1.7361111111vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.33;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.625vw;
    height: 0.9027777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #0582ff;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0 50px 0.1em 25px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 9px;
    height: 13px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  background-color: #0582ff;
  z-index: 2;
}

.breadcrumb-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 1.0666666667vw 0 1.3333333333vw 0;
  width: 94.6666666667vw;
  z-index: 2;
}

.breadcrumb-list li {
  position: relative;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.8em;
  letter-spacing: 0;
  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;
}

.breadcrumb-list li:not(:first-child) a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #7abcff;
}

.breadcrumb-home {
  position: relative;
  top: 0.2em;
  display: inline-block;
  width: 3.8666666667vw;
  height: 4vw;
  background-image: url(../img/common/home.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.4166666667vw 0 0.5555555556vw 0;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 0.9722222222vw;
    white-space: normal;
  }
  .breadcrumb-list li:after {
    margin: 0 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li:not(:first-child) a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #7abcff;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 6px 0 8px 0;
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .breadcrumb-list li:not(:first-child) a:after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* carousel
-------------------------------------------------------------------------------*/
.carousel {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.carousel-main {
  position: relative;
  margin-bottom: 2.6666666667vw;
  overflow: hidden;
}

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

#carousel-prev {
  left: 0;
}

#carousel-next {
  right: 0;
}

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

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

.carousel-thumb .swiper-slide {
  margin-right: 2.1333333333vw;
  width: 17.3333333333vw;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.carousel-thumb .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 12.8vw;
}

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

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

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

@media screen and (min-width: 751px) {
  .carousel {
    margin-bottom: 2.7777777778vw;
  }
  .carousel-main {
    margin-bottom: 1.0416666667vw;
  }
  .carousel-main .swiper-slide img {
    height: 36.1111111111vw;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 0.6944444444vw;
    width: 9.375vw;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .carousel-thumb .swiper-slide img {
    height: 6.9444444444vw;
  }
  .carousel-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .carousel {
    margin-bottom: 40px;
  }
  .carousel-main {
    margin-bottom: 15px;
  }
  .carousel-main .swiper-slide img {
    height: 520px;
  }
  .carousel-thumb .swiper-slide {
    margin-right: 10px;
    width: 135px;
  }
  .carousel-thumb .swiper-slide img {
    height: 100px;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2 {
  position: relative;
  margin: 1.3em 0 0.7em 0;
  padding: 0.4em 3.3333333333vw 0.5em 4.6666666667vw;
  background-color: #333333;
  color: #ffffff;
  font-size: 5.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.editor h3 {
  position: relative;
  margin: 1.5em 0 0.7em 0;
  padding: 0.4em 3.3333333333vw 0.5em 4.6666666667vw;
  background-color: #0582ff;
  color: #ffffff;
  font-size: 5.4666666667vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  z-index: 1;
}
.editor h3:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 1.8666666667vw;
  height: 0.4vw;
  background-color: #ffffff;
}
.editor h4 {
  position: relative;
  margin: 1.5em 0 0.5em 0;
  padding-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.editor h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #e5e5e5;
}
.editor p {
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.editor strong {
  color: #0582ff;
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #9e9d9d;
}
.editor a:hover {
  opacity: 0.8;
}
.editor strong {
  font-weight: 700;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: square;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: decimal-leading-zero;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 751px) {
  .editor h2 {
    padding: 0.3em 1.7361111111vw 0.4em 1.7361111111vw;
    font-size: 2.0833333333vw;
    line-height: 1.6em;
  }
  .editor h3 {
    padding: 0.3em 1.7361111111vw 0.4em 1.7361111111vw;
    font-size: 1.9444444444vw;
    line-height: 1.6em;
  }
  .editor h3:before {
    top: 1.1em;
    width: 0.9722222222vw;
    height: 0.2083333333vw;
  }
  .editor h4 {
    margin: 1.5em 0 1em 0;
    padding: 0 1.7361111111vw 0.5em 1.7361111111vw;
    font-size: 1.6666666667vw;
    line-height: 1.6em;
  }
  .editor h4:after {
    height: 0.1388888889vw;
  }
  .editor p {
    font-size: 1.1111111111vw;
    line-height: 2;
  }
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor ul li {
    font-size: 1.1111111111vw;
    line-height: 2;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
    line-height: 2;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    padding: 0.3em 25px 0.4em 25px;
    font-size: 30px;
    font-size: 3rem;
  }
  .editor h3 {
    padding: 0.3em 25px 0.4em 25px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .editor h3:before {
    width: 14px;
    height: 3px;
  }
  .editor h4 {
    padding: 0 25px 0.5em 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h4:after {
    height: 2px;
  }
  .editor p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ol li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 0 auto;
  padding: 8vw 4vw 10.6666666667vw 4vw;
  width: 90.1333333333vw;
  background-color: #ffffff;
}
.form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #0582ff;
}

.form-ttl {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

@media screen and (min-width: 751px) {
  .form {
    padding: 4.8611111111vw;
    width: 61.1111111111vw;
  }
  .form:before {
    height: 0.2777777778vw;
  }
  .form-ttl {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    padding: 70px;
    width: 880px;
  }
  .form:before {
    height: 4px;
  }
  .form-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/* ------------------------------------------- input - */
.form-input dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 0.7em;
  color: #333333;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35;
}

.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
  width: 100%;
  height: 13.3333333333vw;
  background-color: #f9f9f9;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  color: #333333;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.form-input input:focus {
  border-color: #0582ff;
}

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

.form-input textarea {
  padding: 0.5em 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #f9f9f9;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.form-multiple {
  margin-left: 0.5em;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0;
}

.form-label {
  position: relative;
  top: -0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1em;
  padding: 0 0.6em 0.1em 0.5em;
  height: 5.3333333333vw;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

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

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

.form-hosoku {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}

.form-hosoku:before {
  content: "※";
}

.form-other {
  margin-top: 1em;
}

.form-other textarea {
  height: 22vw;
}

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .form-input dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 3.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.65;
  }
  .form-zipcode input[type=text] {
    width: 20.8333333333vw;
  }
  .form-input textarea {
    height: 11.1111111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.75;
  }
  .form-multiple {
    font-size: 0.9027777778vw;
  }
  .form-label {
    top: 0.1em;
    height: 1.3888888889vw;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
  .form-other textarea {
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 35px;
  }
  .form-input dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 55px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-zipcode input[type=text] {
    width: 300px;
  }
  .form-input textarea {
    height: 160px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-multiple {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-label {
    height: 20px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-other textarea {
    height: 105px;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #ccc;
}

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

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

/* ------------------------------------------- radio & checkbox - */
.form-input .wpcf7-radio,
.form-input .wpcf7-checkbox {
  display: block;
  margin: -4vw 0 0 -8vw;
  width: calc(100% + 8vw);
}

.form-input .wpcf7-radio .wpcf7-list-item,
.form-input .wpcf7-checkbox .wpcf7-list-item {
  margin: 4vw 0 0 8vw;
}

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

.form-input input[type=radio] + span,
.form-input input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}

.form-input input[type=radio] + span::before,
.form-input input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  background-color: #f9f9f9;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=radio] + span::before {
  background-color: #ffffff;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50% !important;
}

.form-input input[type=radio]:checked + span::after,
.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-input input[type=radio]:checked + span::after {
  left: 1.6666666667vw;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #0582ff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.6666666667vw;
  left: 0.8vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -1.0416666667vw 0 0 -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 2.7777777778vw;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-input input[type=radio] + span::before {
    border-width: 0.1388888889vw;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 0.5208333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 0.1388888889vw;
    left: 0.2777777778vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -15px 0 0 -40px;
    width: calc(100% + 40px);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 40px;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form-input input[type=radio] + span::before {
    border-width: 2px;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 7.5px;
    width: 15px;
    height: 15px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    top: 2px;
    left: 4px;
    width: 26px;
    height: 26px;
  }
}
/* ------------------------------------------- select - */
.form-select {
  position: relative;
}

.form-select:before {
  content: "";
  position: absolute;
  top: 5.7333333333vw;
  right: 3.0666666667vw;
  display: inline-block;
  width: 3.2vw;
  height: 2.6666666667vw;
  background-image: url(../img/form/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

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

@media screen and (min-width: 751px) {
  .form-select:before {
    top: 1.6666666667vw;
    right: 1.3888888889vw;
    width: 0.8333333333vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 10px;
  }
}
/* ------------------------------------------- date - */
.form-dates > div:nth-child(n+2) {
  margin-top: 4.6666666667vw;
}

.form-date-head {
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.25;
}

.form-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.6666666667vw;
}

.form-date-time > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.3333333333vw;
}

.form-date-time > div .form-select {
  width: 33.3333333333vw;
}

.form-date-time > div:nth-child(n+2) {
  margin-left: 3.3333333333vw;
}

@media screen and (min-width: 751px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .form-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-date-calendar {
    width: 25.6944444444vw;
  }
  .form-date-time {
    margin: 0 0 0 1.0416666667vw;
    width: 23.6111111111vw;
  }
  .form-date-time > div {
    width: 11.8055555556vw;
  }
  .form-date-time > div .form-select {
    width: 9.375vw;
  }
  .form-date-time > div:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-dates > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .form-date-calendar {
    width: 370px;
  }
  .form-date-time {
    margin-left: 15px;
    width: 340px;
  }
  .form-date-time > div {
    width: 170px;
  }
  .form-date-time > div .form-select {
    width: 135px;
  }
  .form-date-time > div:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ------------------------------------------- consent - */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

.form-consent p {
  margin-top: 1em;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
.form-consent p a {
  position: relative;
  color: #0582ff;
}
.form-consent p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #0582ff;
}

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

.form-consent .wpcf7-checkbox {
  display: block;
}

.form-consent .wpcf7-checkbox {
  margin-bottom: 2.6666666667vw;
}

.form-consent .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

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

.form-consent input[type=checkbox] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8vw;
  height: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 600;
  cursor: pointer;
}

.form-consent input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  background-color: #fff6f6;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}

.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 0.6666666667vw;
  left: 0.8vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/form/check.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:after {
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:hover {
    color: #0582ff;
  }
  .form-consent p a:hover:after {
    background-color: #0582ff;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    top: 0.1388888889vw;
    left: 0.2777777778vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 15px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    top: 2px;
    left: 4px;
    width: 26px;
    height: 26px;
  }
}
/* ------------------------------------------- notes - */
.form-notes {
  position: relative;
  margin-top: 4.6666666667vw;
  padding-top: 4.6666666667vw;
}
.form-notes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 86.1333333333vw;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-notes p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .form-notes {
    margin-top: 1.7361111111vw;
    padding-top: 1.7361111111vw;
  }
  .form-notes:before {
    width: 48.0555555556vw;
  }
  .form-notes p {
    font-size: 0.9722222222vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .form-notes {
    margin-top: 25px;
    padding-top: 25px;
  }
  .form-notes:before {
    width: 692px;
  }
  .form-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- submit - */
.form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6.6666666667vw auto 0 auto;
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  background-color: #0582ff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 7.3333333333vw;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.form-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 25vw;
    height: 4.7222222222vw;
    border-width: 0.1388888889vw;
    border-radius: 2.3611111111vw;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .form-submit {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #ffffff;
    border-color: #0582ff;
  }
  .form-btn:hover .form-submit {
    color: #0582ff;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 360px;
    height: 68px;
    border-width: 2px;
    border-radius: 34px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* ------------------------------------------- エラー表示 - */
.wpcf7-response-output {
  margin: 2em 0 0 0 !important;
  padding: 1em 0.5em !important;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

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

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

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

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

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

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #dc3232;
  font-size: 3.2vw !important;
}

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-bg - */
.head-bg {
  margin-bottom: 1em;
  padding: 0.3em 0.75em;
  background-color: #ebf4fa;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .head-bg {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-bg {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* ------------------------------------------- head-al - */
.head-al {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.1em 0.75em;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.head-al:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8vw;
  height: 100%;
  background-color: #0582ff;
  border-radius: 0.4vw;
}

@media screen and (min-width: 751px) {
  .head-al {
    margin-bottom: 2em;
    font-size: 1.9444444444vw;
  }
  .head-al:before {
    width: 0.2777777778vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-al {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .head-al:before {
    width: 4px;
    border-radius: 2px;
  }
}
/* ------------------------------------------- head sg - */
.head-sg {
  position: relative;
  margin-bottom: 1em;
  font-size: 7.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
  letter-spacing: 0.05em;
}
.head-sg span {
  color: #0582ff;
}
.head-sg span.num {
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
}

@media screen and (min-width: 751px) {
  .head-sg {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-sg {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 10.6666666667vw;
}

.page-archive-navi .pagecount {
  margin-bottom: 6.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-size: 1.5em;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.5555555556vw auto 0 auto;
    width: 69.4444444444vw;
    max-width: 100%;
  }
  .page-archive-navi .pagecount {
    margin: 0;
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1000px;
  }
  .page-archive-navi .pagecount {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.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 {
  margin-right: 2vw;
}

.pagenation-list li:last-child {
  margin-right: 0;
}

.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: #0582ff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  color: #0582ff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.pagenation-list li div span,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a span {
  position: relative;
  z-index: 1;
}

.pagenation-list li.is-current > div {
  background-color: #0582ff;
  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-color: #0582ff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.4vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
}

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

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

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li {
    margin-right: 0.5555555556vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.3888888889vw;
  }
  .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: #0582ff;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.8194444444vw;
    height: 3.8194444444vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 3.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.625vw;
    height: 0.9027777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #0582ff;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 8px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 55px;
    height: 55px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 55px;
    height: 55px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 55px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 9px;
    height: 13px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 89.3333333333vw;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  width: 14.6666666667vw;
  height: 16vw;
  -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: 16vw;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}

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

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

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

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

.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;
  height: 16vw;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}
.pagenavi-back a span {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 4.1666666667vw;
    width: 31.9444444444vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.9027777778vw;
    height: 1.5972222222vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #ffffff;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-bk.svg);
  }
  .pagenavi-back {
    width: 19.4444444444vw;
  }
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-back a:hover {
    background-color: #ffffff;
  }
  .pagenavi-back a:hover span {
    color: #333333;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 60px;
    width: 460px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 60px;
    height: 60px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 60px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 13px;
    height: 23px;
  }
  .pagenavi-back {
    width: 280px;
  }
  .pagenavi-back a {
    height: 60px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pagenavi-back a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.post--blog {
  background-color: #ebf4fa;
}

.post--blog > div {
  padding: 5.8666666667vw 4.2666666667vw 9.3333333333vw 4.2666666667vw;
  background-color: #ffffff;
}

.post > section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.post-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4vw;
}

.post-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.3em 0.5em 0.4em 0.55em;
  background-color: #ebf4fa;
  border-radius: 0.6666666667vw;
  color: #0582ff;
  font-size: 3.4666666667vw;
}

.post-data {
  position: relative;
  margin-bottom: 4vw;
}

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

.post-date p {
  position: relative;
  padding: 0 0 0.1em 4vw;
  color: #b7b7b7;
  font-size: 3.4666666667vw;
}

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

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

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

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

.post-ttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 6.2666666667vw;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

.post-image {
  margin-bottom: 5.3333333333vw;
}

.post-intro p {
  line-height: 1.75em;
}

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

@media screen and (max-width: 750px) {
  .post--blog {
    margin: 0 0 0 -4vw;
    padding: 8vw 2.4vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .post {
    max-width: 69.4444444444vw;
  }
  .post--blog {
    padding: 1.3888888889vw 1.7361111111vw;
    width: 63.1944444444vw;
  }
  .post--blog > div {
    padding: 4.5138888889vw 4.1666666667vw;
  }
  .post > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .post-cat {
    margin-bottom: 0.6944444444vw;
  }
  .post-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .post-data {
    margin-bottom: 1.3888888889vw;
  }
  .post-data > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9027777778vw;
  }
  .post-date p:before {
    width: 0.9027777778vw;
    height: 0.9027777778vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-ttl {
    font-size: 2.2222222222vw;
    line-height: 1.5em;
  }
  .post-image {
    margin-bottom: 2.0833333333vw;
  }
  .post .editor {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    width: 1000px;
  }
  .post--blog {
    padding: 20px 25px;
    width: 910px;
  }
  .post--blog > div {
    padding: 65px 60px;
  }
  .post > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .post-cat {
    margin-bottom: 10px;
  }
  .post-cat > li {
    margin: 5px 5px 0 0;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .post-data {
    margin-bottom: 20px;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .post-date p:before {
    width: 13px;
    height: 13px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .post-image {
    margin-bottom: 30px;
  }
  .post .editor {
    margin-top: 40px;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 8vw;
}

.term dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12vw;
  background-color: #0582ff;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}

.term dd {
  padding: 5.3333333333vw 4.6666666667vw;
  background-color: #ffffff;
}

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

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

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2vw 0.1em 2vw;
  height: 9.3333333333vw;
  background-color: #ffffff;
  border-color: #c3d9f3;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2em;
}

.term-menu a.is-current {
  border-color: #0582ff;
}

@media screen and (max-width: 750px) {
  .term-menu > li:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .term {
    margin-bottom: 3.4722222222vw;
  }
  .term dt {
    width: 6em;
    height: 2.7777777778vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.5277777778vw;
  }
  .term dd {
    padding: 1.3888888889vw 1.7361111111vw;
  }
  .term-menu {
    margin-left: -1.0416666667vw;
  }
  .term-menu > li {
    margin-left: 1.0416666667vw;
  }
  .term--4 .term-menu > li {
    width: calc(25% - 1.0416666667vw);
  }
  .term--4 .term-menu > li:nth-child(n+6) {
    margin-top: 1.0416666667vw;
  }
  .term--5 .term-menu > li {
    width: calc(20% - 1.0416666667vw);
  }
  .term--5 .term-menu > li:nth-child(n+6) {
    margin-top: 1.0416666667vw;
  }
  .term-menu a {
    padding: 0 1.0416666667vw 0.1em 1.0416666667vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .term-menu a:hover {
    border-color: #0582ff;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 50px;
  }
  .term dt {
    height: 40px;
    border-radius: 10px 10px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .term dd {
    padding: 20px 25px;
  }
  .term-menu {
    margin-left: -15px;
  }
  .term-menu > li {
    margin-left: 15px;
  }
  .term--4 .term-menu > li {
    width: calc(25% - 15px);
  }
  .term--4 .term-menu > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .term--5 .term-menu > li {
    width: calc(20% - 15px);
  }
  .term--5 .term-menu > li:nth-child(n+6) {
    margin-top: 15px;
  }
  .term-menu a {
    padding: 0 15px 0.1em 15px;
    height: 50px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 12.6666666667vw 0 10vw 0;
  background-image: url(../img/sub/bg_sp.jpg);
  background-size: cover;
  text-align: center;
}
.ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 130, 255, 0.5);
}

.ttl-jp {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
}

.ttl-en {
  position: relative;
  margin-top: 0.8em;
  color: #ffffff;
  font-size: 4.2666666667vw;
  text-align: center;
  text-transform: capitalize;
}

@media screen and (min-width: 751px) {
  .ttl {
    padding: 7.2916666667vw 0 5.9027777778vw 0;
    background-image: url(../img/sub/bg.jpg);
    background-image: image-set(url(../img/sub/bg.jpg) 1x, url(../img/sub/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/sub/bg.jpg) 1x, url(../img/sub/bg-2x.jpg) 2x);
  }
  .ttl-jp {
    font-size: 3.6111111111vw;
  }
  .ttl-en {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 105px 0 85px 0;
  }
  .ttl-jp {
    font-size: 52px;
    font-size: 5.2rem;
  }
  .ttl-en {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
/*  #company
-------------------------------------------------------------------------------*/
.company {
  position: relative;
  margin: 10.6666666667vw auto 0 auto;
  width: 92vw;
  padding: 8vw 1.3333333333vw 12vw 1.3333333333vw;
  background-color: #ffffff;
  border-color: #0582ff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
}

.company-image {
  margin: 0 auto 6vw auto;
  width: 78.6666666667vw;
}

.company-head {
  margin-bottom: 5.3333333333vw;
  text-align: center;
}

.company-ttl {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.31em;
  letter-spacing: 0;
}
.company-ttl span {
  position: relative;
  left: 0.25em;
}

.company-desc {
  margin: 0 auto;
  width: 78.6666666667vw;
}
.company-desc p {
  line-height: 1.78em;
}
.company-desc p:nth-child(n+2) {
  margin-top: 1em;
}

.company-ceo {
  font-weight: 700;
  text-align: right;
}
.company-ceo span {
  margin-left: 0.5em;
  font-size: 4.2666666667vw;
}

.company .sec-btn {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .company {
    margin: 4.1666666667vw 0 0 auto;
    width: 74.3055555556vw;
    padding: 4.8611111111vw 3.4722222222vw 4.8611111111vw 34.7222222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .company-image {
    position: absolute;
    top: 50%;
    left: -3.4722222222vw;
    margin: 0;
    width: 35.4166666667vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .sub--company .company-image {
    top: 4.8611111111vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .company-head {
    margin-bottom: 2.4305555556vw;
    text-align: left;
  }
  .company-ttl {
    font-size: 2.2222222222vw;
    letter-spacing: 0.1em;
  }
  .company-ttl span {
    left: 0;
  }
  .company-desc {
    margin: 0;
    width: auto;
  }
  .company-desc p {
    line-height: 2em;
  }
  .company-ceo span {
    font-size: 1.3888888889vw;
  }
  .company .sec-btn {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .company {
    margin-top: 60px;
    width: 1070px;
    padding: 70px 50px 70px 500px;
    border-width: 2px;
    border-radius: 10px;
  }
  .company-image {
    left: -50px;
    width: 510px;
  }
  .sub--company .company-image {
    top: 70px;
  }
  .company-head {
    margin-bottom: 35px;
  }
  .company-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .company-ceo span {
    font-size: 20px;
    font-size: 2rem;
  }
  .company .sec-btn {
    margin-top: 40px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.works {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .works .works-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.5277777778vw;
  }
  .works .works-post {
    margin-left: 1.5277777778vw;
    width: calc(33.33333% - 1.5277777778vw);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    margin-left: -22px;
  }
  .works .works-post {
    margin-left: 22px;
    width: calc(33.33333% - 22px);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- data - */
.works-data {
  margin-top: 5.3333333333vw;
  border-top-color: #c3d9f3;
  border-top-style: solid;
  border-top-width: 0.2666666667vw;
}

.works-data dl {
  padding: 3.3333333333vw 2.6666666667vw;
  border-bottom-color: #c3d9f3;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.works-data dt {
  position: relative;
  margin-bottom: 0.5em;
  color: #0582ff;
  font-weight: 700;
  line-height: 1.6em;
}

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

@media screen and (min-width: 751px) {
  .works-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.4305555556vw;
    border-top-width: 0.0694444444vw;
  }
  .works-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    margin-bottom: 0;
    width: 7.6388888889vw;
  }
  .works-data-harf {
    width: 33.3333333333vw;
  }
  .works-data-harf dd {
    width: 22.5694444444vw;
  }
  .works-data-full {
    width: 100% !important;
  }
  .works-data-full dd {
    width: calc(100% - 9.375vw);
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 35px;
    border-top-width: 1px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 110px;
  }
  .works-data-harf {
    width: 480px;
  }
  .works-data-harf dd {
    width: 325px;
  }
  .works-data-full dd {
    width: calc(100% - 135px);
  }
}
/* ------------------------------------------- summary - */
.works-summary {
  position: relative;
  margin-top: 8vw;
  padding: 1.5em 8vw;
  background-color: #ebf4fa;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .works-summary {
    margin-left: -4vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .works-summary {
    margin-top: 2.4305555556vw;
    padding: 1.5em;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-summary {
    margin-top: 35px;
    border-radius: 10px;
  }
}
/* ------------------------------------------- before - */
.works-before-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 53.3333333333vw;
  background-size: contain;
  background-position: center center;
}

.works-before-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2vw;
}

.works-before-thumb li {
  margin-left: 2vw;
  width: calc(25% - 2vw);
  height: 14.6666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.works-before-thumb li:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .works-before-thumb li:nth-child(n+5) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-before > div {
    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;
  }
  .works-before-main {
    margin-bottom: 0;
    width: 31.25vw;
    height: 22.2222222222vw;
    background-position: center top;
  }
  .works-before-thumb {
    margin-left: -0.6944444444vw;
    width: 34.7222222222vw;
  }
  .works-before-thumb li {
    margin-left: 0.6944444444vw;
    width: calc(25% - 0.6944444444vw);
    height: 6.25vw;
  }
  .works-before-thumb li:nth-child(n+5) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-before-main {
    width: 450px;
    height: 320px;
  }
  .works-before-thumb {
    margin-left: -10px;
    width: 500px;
  }
  .works-before-thumb li {
    margin-left: 10px;
    width: calc(25% - 10px);
    height: 90px;
  }
  .works-before-thumb li:nth-child(n+5) {
    margin-top: 10px;
  }
}
/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

.works-point-image {
  margin-bottom: 4vw;
}

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

.works-point-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.works-point-content p {
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

@media screen and (max-width: 750px) {
  .works-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .works-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .works-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .works-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .works-point-image {
    margin-bottom: 0.6944444444vw;
  }
  .works-point-image img {
    height: 15.2777777778vw;
  }
  .works-point-content p {
    font-size: 1.0416666667vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .works-point-list {
    margin-left: -30px;
  }
  .works-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .works-point-image {
    margin-bottom: 10px;
  }
  .works-point-image img {
    height: 220px;
  }
  .works-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  padding: 8vw 6.2666666667vw;
  border-color: #0582ff;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
}

.works-voice-ttl {
  margin-bottom: 1em;
  color: #0582ff;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

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

@media screen and (min-width: 751px) {
  .works-voice {
    padding: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .works-voice-ttl {
    font-size: 2.0833333333vw;
  }
  .works-voice-btn {
    margin-top: 2.0833333333vw;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    padding: 50px;
    border-width: 2px;
    border-radius: 10px;
  }
  .works-voice-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .works-voice-btn {
    margin-top: 30px;
    width: 340px;
  }
}
/* ------------------------------------------- staff - */
.works-staff-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: 0 2em;
  height: 12vw;
  background-color: #0582ff;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
}

.works-staff-content {
  padding: 4vw 6.1333333333vw;
  background-color: #f9f9f9;
}

@media screen and (min-width: 751px) {
  .works-staff-ttl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.1944444444vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.6666666667vw;
  }
  .works-staff-content {
    padding: 1.3888888889vw 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-staff-ttl {
    height: 46px;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .works-staff-content {
    padding: 20px 36px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archives {
  position: relative;
}

.blog {
  position: relative;
}

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

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

.blog-side-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1em 1em 0 1em;
  height: 12vw;
  background-color: #0582ff;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
}

.blog-side-content {
  padding: 2vw 4vw 4vw 4vw;
  background-color: #ffffff;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
  .blog .blog-image img {
    height: 55.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-archive-content {
    width: 47.2222222222vw;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .blog .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 2.7777777778vw;
  }
  .blog-side {
    margin: 0;
    width: 18.75vw;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .blog-side-ttl {
    height: 3.1944444444vw;
    border-radius: 0.6944444444vw 0.6944444444vw 0 0;
    font-size: 1.25vw;
  }
  .blog-side-content {
    padding: 0.3472222222vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    border-radius: 0 0 0.6944444444vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-archive-content {
    width: 680px;
  }
  .blog {
    margin-left: -30px;
  }
  .blog .blog-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 40px;
  }
  .blog-side {
    width: 270px;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .blog-side-ttl {
    height: 46px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-side-content {
    padding: 5px 15px 15px 15px;
    border-radius: 0 0 10px 10px;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2.6666666667vw;
  border-bottom-color: #ebf4fa;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
}
.blog-side-cat li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 2.4vw;
  height: 3.4666666667vw;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .blog-side-cat li a {
    padding: 1em 0.5em;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.0416666667vw;
  }
  .blog-side-cat li a:after {
    right: 0.3472222222vw;
    width: 0.625vw;
    height: 0.9027777778vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .blog-side-cat li a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat li a {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom-width: 1px;
  }
  .blog-side-cat li a:after {
    right: 5px;
    width: 9px;
    height: 13px;
  }
}
/* ------------------------------------------- recommend - */
.blog-latest-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw 0;
  border-bottom-color: #ebf4fa;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

.blog-latest-image {
  width: 24vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}
.blog-latest-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 20.6666666667vw;
}

.blog-latest-content {
  width: 54.6666666667vw;
}

.blog-latest-date {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}

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

@media screen and (min-width: 751px) {
  .blog-latest {
    margin-top: 0.6944444444vw;
  }
  .blog-latest-post a {
    padding: 0.6944444444vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .blog-latest .blog-latest-post:first-child a {
    padding-top: 0 !important;
  }
  .blog-latest-image {
    width: 5.5555555556vw;
    border-radius: 0.3472222222vw;
  }
  .blog-latest-image img {
    height: 5.5555555556vw;
  }
  .blog-latest-post a:hover .blog-latest-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-latest-content {
    width: 10.2083333333vw;
  }
  .blog-latest-date {
    font-size: 0.8333333333vw;
  }
  .blog-latest-ttl {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-latest {
    margin-top: 10px;
  }
  .blog-latest-post a {
    padding: 10px 0;
    border-bottom-width: 1px;
  }
  .blog-latest-image {
    width: 80px;
    border-radius: 5px;
  }
  .blog-latest-image img {
    height: 80px;
  }
  .blog-latest-content {
    width: 147px;
  }
  .blog-latest-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blog-latest-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 6vw 4.6666666667vw;
  background-color: #ebf4fa;
  border-top: 0.5333333333vw solid #0582ff;
}

.blog-mokuji-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
  padding-left: 10.6666666667vw;
  height: 8vw;
  font-family: "Poppins", sans-serif;
  font-size: 4.8vw;
  font-weight: 600;
}

.blog-mokuji-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/blog/menu.svg);
  background-size: contain;
}

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

.blog-mokuji > ul {
  counter-reset: cnt;
}

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

.blog-mokuji > ul > li > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.blog-mokuji > ul > li > ul {
  margin-top: 0.5em;
  padding-left: 2.5em;
}

.blog-mokuji > ul > li > ul > li > ul {
  margin-top: 0.5em;
  padding-left: 1.75em;
}

.blog-mokuji > ul > li > ul > li > a,
.blog-mokuji > ul > li > ul > li > ul > li a {
  padding-left: 5.0666666667vw;
}

.blog-mokuji > ul > li > ul > li > a:before,
.blog-mokuji > ul > li > ul > li > ul > li a:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3.7333333333vw;
  height: 0.4vw;
  background-color: #0582ff;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 3.4722222222vw 2.4305555556vw 3.4722222222vw;
    border-top: 0.2777777778vw solid #0582ff;
  }
  .blog-mokuji-head {
    margin-bottom: 1.7361111111vw;
    padding-left: 3.4722222222vw;
    height: 2.4305555556vw;
    font-size: 1.4583333333vw;
  }
  .blog-mokuji-head:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
  .blog-mokuji ul li a {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji ul li a:hover {
    color: #0582ff;
  }
  .blog-mokuji > ul > li > ul > li > a,
  .blog-mokuji > ul > li > ul > li > ul > li a {
    padding-left: 1.8055555556vw;
  }
  .blog-mokuji > ul > li > ul > li > a:before,
  .blog-mokuji > ul > li > ul > li > ul > li a:before {
    width: 1.1111111111vw;
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 40px;
    padding: 25px 50px 35px 50px;
    border-top: 4px solid #0582ff;
  }
  .blog-mokuji-head {
    margin-bottom: 25px;
    padding-left: 50px;
    height: 35px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-mokuji-head:before {
    width: 35px;
    height: 35px;
  }
  .blog-mokuji ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-mokuji > ul > li > ul > li > a,
  .blog-mokuji > ul > li > ul > li > ul > li a {
    padding-left: 26px;
  }
  .blog-mokuji > ul > li > ul > li > a:before,
  .blog-mokuji > ul > li > ul > li > ul > li a:before {
    width: 16px;
    height: 2px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff .staff-post:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.staff-image {
  position: relative;
  margin: 0 auto 5.3333333333vw auto;
  width: 48vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.staff-head {
  margin-bottom: 2.6666666667vw;
}

.staff-position {
  position: relative;
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.1em 0.75em 0.2em 0.75em;
  background-color: #0582ff;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
}

.staff-name {
  position: relative;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}

.staff-data {
  border-top-color: #c3d9f3;
  border-top-style: dashed;
  border-top-width: 0.2666666667vw;
  text-align: left;
}

.staff-data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw;
  border-bottom-color: #c3d9f3;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

.staff-data dt {
  width: 24vw;
  font-weight: 700;
  line-height: 1.5em;
}

.staff-data dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 28vw);
  line-height: 1.5em;
}

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

@media screen and (min-width: 751px) {
  .staff {
    margin: 0 auto;
    width: 65.2777777778vw;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .staff-post {
    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;
  }
  .staff-image {
    margin: 0;
    width: 22.2222222222vw;
    border-radius: 0.6944444444vw;
  }
  .staff-content {
    width: 40.2777777778vw;
  }
  .staff-head {
    margin-bottom: 1.3888888889vw;
  }
  .staff-position {
    border-radius: 0.3472222222vw;
    font-size: 0.9722222222vw;
  }
  .staff-name {
    font-size: 2.0833333333vw;
  }
  .staff-data {
    border-top-width: 0.0694444444vw;
  }
  .staff-data dl {
    padding: 1.0416666667vw;
    border-bottom-width: 0.0694444444vw;
  }
  .staff-data dt {
    width: 8.3333333333vw;
  }
  .staff-data dd {
    width: calc(100% - 10.4166666667vw);
  }
}
@media screen and (min-width: 1441px) {
  .staff {
    width: 940px;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 40px;
  }
  .staff-image {
    width: 320px;
    border-radius: 10px;
  }
  .staff-content {
    width: 580px;
  }
  .staff-head {
    margin-bottom: 20px;
  }
  .staff-position {
    border-radius: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff-name {
    font-size: 30px;
    font-size: 3rem;
  }
  .staff-data {
    border-top-width: 1px;
  }
  .staff-data dl {
    padding: 15px;
    border-bottom-width: 1px;
  }
  .staff-data dt {
    width: 120px;
  }
  .staff-data dd {
    width: calc(100% - 150px);
  }
}