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

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

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

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

.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: 3.4722222222vw 0 8.3333333333vw 0;
  }
  .sub-in {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .complete p,
  .notfound p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 50px 0 120px 0;
  }
  .sub-in {
    margin: 0 auto;
    width: 1000px;
  }
}
/* ------------------------------------------- menu - */
.sub-menu {
  position: relative;
  margin: 6.6666666667vw auto 13.3333333333vw auto;
  width: 80vw;
}

.sub-menu a {
  position: relative;
  display: block;
  border-color: #c8c8c8;
  border-style: solid;
  border-width: 0.1333333333vw;
}

@media screen and (max-width: 750px) {
  .sub-menu > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6.9444444444vw auto 5.5555555556vw auto;
    width: 83.3333333333vw;
  }
  .sub-menu a {
    border-width: 0.0694444444vw;
  }
  .sub-menu--l {
    width: 39.9305555556vw;
  }
  .sub-menu--s {
    margin-top: 2.0833333333vw;
    width: 22.2222222222vw;
  }
  .sub-menu .sub-menu--l:nth-child(n+2),
  .sub-menu .sub-menu--s:nth-child(n+2) {
    padding-left: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub-menu {
    margin: 100px auto 80px auto;
    width: 1200px;
  }
  .sub-menu a {
    border-width: 1px;
  }
  .sub-menu--l {
    width: 575px;
  }
  .sub-menu--s {
    margin-top: 30px;
    width: 320px;
  }
  .sub-menu .sub-menu--l:nth-child(n+2),
  .sub-menu .sub-menu--s:nth-child(n+2) {
    padding-left: 50px;
  }
}
/* ------------------------------------------- desc - */
.sub-desc {
  position: relative;
  margin-bottom: 8vw;
  padding: 4.6666666667vw 4vw;
  background-color: #ffffff;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2vw;
}

@media screen and (min-width: 751px) {
  .sub-desc {
    margin-bottom: 3.4722222222vw;
    padding: 1.7361111111vw 2.0833333333vw;
    border-width: 0.2083333333vw;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub-desc {
    margin-bottom: 50px;
    padding: 25px 30px;
    border-width: 3px;
    border-radius: 15px;
  }
}
/* page -- > company
-------------------------------------------------------------------------------*/
.sub--company section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
  margin-top: 6.9444444444vw;
  margin-top: 100px;
}

/* ------------------------------------------- overview - */
.overview {
  position: relative;
  background-color: #ffffff;
}

.overview dl {
  position: relative;
}
.overview dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.overview dl:last-child:after {
  content: none;
}

.overview dl dt {
  position: relative;
  padding: 2.6666666667vw 4vw 2vw 5.3333333333vw;
  width: 100%;
  color: #1ba6e0;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.overview dl dd {
  padding: 0 4vw 3.3333333333vw 5.3333333333vw;
  width: 100%;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.company-service > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}
.company-service > li:before {
  content: "・";
}

.company-partner > li {
  display: inline-block;
}
.company-partner > li:before {
  content: "・";
}

.company-works-area:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (min-width: 751px) {
  .overview {
    margin: 0 auto;
    width: 59.7222222222vw;
  }
  .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;
  }
  .overview dl:after {
    height: 0.0694444444vw;
    background-size: auto 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 1.3888888889vw 1.3888888889vw 1.7361111111vw;
    width: 12.5vw;
    font-size: 1.1111111111vw;
  }
  .overview dl dd {
    padding: 1.3888888889vw;
    width: calc(100% - 12.5vw);
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .company-service > li,
  .company-partner > li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .overview {
    width: 860px;
  }
  .overview dl:after {
    height: 1px;
    background-size: auto 1px;
  }
  .overview dl dt {
    padding: 20px 20px 20px 25px;
    width: 180px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .overview dl dd {
    padding: 20px;
    width: calc(100% - 180px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- summit - */
.company-summit-image {
  margin-bottom: 4.6666666667vw;
}

.company-summit-ttl {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.company-summit-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #1ba6e0;
}

@media screen and (min-width: 751px) {
  .company-summit {
    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;
  }
  .company-summit-image {
    margin-bottom: 0;
    width: 34.7222222222vw;
  }
  .company-summit-content {
    width: 31.9444444444vw;
  }
  .company-summit-ttl {
    font-size: 1.6666666667vw;
  }
  .company-summit-ttl:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-summit-image {
    width: 500px;
  }
  .company-summit-content {
    width: 460px;
  }
  .company-summit-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .company-summit-ttl:after {
    height: 3px;
  }
}
/* ------------------------------------------- summit - */
.company-sdgz-image {
  width: 66.6666666667vw;
  margin: 0 auto 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .company-sdgz {
    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;
  }
  .company-sdgz-image {
    margin-bottom: 0;
    width: 22.2222222222vw;
    margin: auto;
  }
  .company-sdgz-content {
    width: 38.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-sdgz-image {
    width: 320px;
    margin: auto;
  }
  .company-sdgz-content {
    width: 560px;
  }
}
/* ------------------------------------------- access - */
@media screen and (min-width: 751px) {
  .company-access .ggmap {
    padding-bottom: 40%;
  }
}
/* sub -- > contact
-------------------------------------------------------------------------------*/
.contact-intro {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  padding: 4vw 5.3333333333vw;
  width: 90.1333333333vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.contact-intro p {
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .contact-intro {
    margin-bottom: 6.9444444444vw;
    padding: 1.3888888889vw 2.5694444444vw;
    width: 69.4444444444vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .contact-intro p {
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .contact-intro {
    margin-bottom: 100px;
    padding: 20px 37px;
    width: 1000px;
    border-width: 3px;
    border-radius: 10px;
  }
}
/* sub -- > guide
-------------------------------------------------------------------------------*/
/* ------------------------------------------- common - */
.sub--guide {
  padding-top: 0 !important;
}

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

@media screen and (min-width: 751px) {
  .sub--guide section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--guide section:nth-child(n+2) {
    margin-top: 100px;
  }
}
/* ------------------------------------------- reason - */
.reason > li {
  padding: 8vw 6vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

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

.reason-head {
  margin-bottom: 6.6666666667vw;
}

.reason-num {
  margin-bottom: 0.7em;
  color: #1ba6e0;
  font-size: 3.7333333333vw;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.reason-num span {
  position: relative;
  top: 0.08em;
  margin-left: 0.25em;
  font-family: "Anton";
  font-size: 5.6vw;
  font-weight: 400;
}

.reason-ttl {
  position: relative;
  padding-bottom: 0.5em;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.33em;
}
.reason-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #1ba6e0;
}

.reason-image {
  margin: 0 auto 5.3333333333vw auto;
  width: 48vw;
}

@media screen and (min-width: 751px) {
  .reason > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.8194444444vw 3.4722222222vw;
    border-radius: 0.3472222222vw;
  }
  .reason > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .reason-head {
    margin-bottom: 1.3888888889vw;
  }
  .reason-num {
    font-size: 1.6666666667vw;
  }
  .reason-num span {
    font-size: 2.5vw;
  }
  .reason-ttl {
    font-size: 2.5vw;
    line-height: 1.33em;
  }
  .reason-ttl:before {
    height: 0.1388888889vw;
  }
  .reason-image {
    margin: 0;
    width: 25vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason-content {
    width: 33.3333333333vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .reason > li {
    padding: 55px 50px;
    border-radius: 5px;
  }
  .reason > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .reason-head {
    margin-bottom: 20px;
  }
  .reason-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .reason-num span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .reason-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .reason-ttl:before {
    height: 2px;
  }
  .reason-image {
    width: 360px;
  }
  .reason-content {
    width: 480px;
  }
}
/* page -- > policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.7em 1.25em;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.45em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #1ba6e0;
  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: #1ba6e0;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ul,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.5em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.2083333333vw;
    border-radius: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* page -- > 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 13.3333333333vw 0.1em 5.3333333333vw;
  height: 14.6666666667vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #1ba6e0;
  border-radius: 2vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
  overflow: hidden;
}

.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/arrow-sty2-bw.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: 1.0416666667vw;
    font-size: 1.1111111111vw;
    line-height: 1.33em;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    -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: #1ba6e0;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-sty2-gb.svg);
    -webkit-transform: translateX(0.15em) translateY(-50%);
            transform: translateX(0.15em) 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: 24px;
    height: 24px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/* sub -- > tellme
-------------------------------------------------------------------------------*/
.tellme-problem {
  position: relative;
}
.tellme-problem:before, .tellme-problem:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  background-size: contain;
  z-index: 1;
}
.tellme-problem:before {
  top: 16vw;
  right: -2.6666666667vw;
  width: 20vw;
  height: 20vw;
  background-image: url(../img/tellme/problem01.png);
}
.tellme-problem:after {
  left: -2.6666666667vw;
  bottom: -5.3333333333vw;
  width: 16vw;
  height: 16vw;
  background-image: url(../img/tellme/problem02.png);
}

.tellme-respond {
  position: relative;
  padding: 6.6666666667vw 4.6666666667vw;
  background-color: #ffffff;
  border-color: #fbe815;
  border-style: solid;
  border-width: 0.8vw;
}
.tellme-respond:after {
  content: "";
  position: absolute;
  right: -10.6666666667vw;
  bottom: -11.7333333333vw;
  display: inline-block;
  width: 33.3333333333vw;
  height: 42.9333333333vw;
  background-image: url(../img/tellme/staff.png);
  background-size: contain;
  z-index: 1;
}

.tellme-respond-ttl {
  margin-bottom: 0.7em;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.5em;
}

.tellme-respond-desc p {
  line-height: 1.5em;
  line-height: 1.75em;
}
.tellme-respond-desc p.notes {
  margin-top: 1.5em;
  padding-left: 1em;
  font-size: 0.875em;
  text-indent: -1em;
}
.tellme-respond-desc p.notes:before {
  content: "※";
}

@media screen and (min-width: 751px) {
  .tellme-problem:before, .tellme-problem:after {
    border-width: 0.2777777778vw;
  }
  .tellme-problem:before {
    top: 2.0833333333vw;
    right: -2.0833333333vw;
    width: 16.1805555556vw;
    height: 16.1805555556vw;
    background-image: url(../img/tellme/problem01.png);
    background-image: image-set(url(../img/tellme/problem01.png) 1x, url(../img/tellme/problem01-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/tellme/problem01.png) 1x, url(../img/tellme/problem01-2x.png) 2x);
  }
  .tellme-problem:after {
    left: -2.0833333333vw;
    bottom: 2.0833333333vw;
    width: 15.6944444444vw;
    height: 15.6944444444vw;
    background-image: url(../img/tellme/problem02.png);
    background-image: image-set(url(../img/tellme/problem02.png) 1x, url(../img/tellme/problem02-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/tellme/problem02.png) 1x, url(../img/tellme/problem02-2x.png) 2x);
  }
  .tellme-respond {
    margin: 0 auto;
    padding: 2.7777777778vw 2.4305555556vw;
    width: 50.6944444444vw;
    border-width: 0.2777777778vw;
  }
  .tellme-respond:after {
    right: -5.5555555556vw;
    bottom: -5.9722222222vw;
    width: 17.3611111111vw;
    height: 22.3611111111vw;
    background-image: url(../img/tellme/staff.png);
    background-image: image-set(url(../img/tellme/staff.png) 1x, url(../img/tellme/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/tellme/staff.png) 1x, url(../img/tellme/staff-2x.png) 2x);
  }
  .tellme-respond-ttl {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .tellme-problem:before, .tellme-problem:after {
    border-width: 4px;
  }
  .tellme-problem:before {
    top: 30px;
    right: -30px;
    width: 233px;
    height: 233px;
  }
  .tellme-problem:after {
    left: -30px;
    bottom: 30px;
    width: 226px;
    height: 226px;
  }
  .tellme-respond {
    padding: 40px 35px;
    width: 730px;
    border-width: 4px;
  }
  .tellme-respond:after {
    right: -80px;
    bottom: -86px;
    width: 250px;
    height: 322px;
  }
  .tellme-respond-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  overflow: hidden;
}
.ttl:before, .ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.ttl:before {
  top: 7.3333333333vw;
  left: 0;
  width: 23.4666666667vw;
  height: 54.1333333333vw;
  background-image: url(../img/sub/deco-l_sp.svg);
}
.ttl:after {
  top: -4vw;
  right: 0;
  width: 34.4vw;
  height: 70.8vw;
  background-image: url(../img/sub/deco-r_sp.svg);
}

.ttl-box {
  position: relative;
  margin: 0 auto;
  padding: 10.6666666667vw 0 9.3333333333vw 0;
  width: 92vw;
  z-index: 1;
}

.ttl-en {
  margin-bottom: 0.3em;
  color: #1ba6e0;
  font-family: "Anton";
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ttl-jp {
  position: relative;
  font-size: 6.4vw;
  font-weight: 800;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .ttl:before {
    top: 5.5555555556vw;
    width: 27.6388888889vw;
    height: 39.0972222222vw;
    background-image: url(../img/sub/deco-l.svg);
  }
  .ttl:after {
    top: -2.7777777778vw;
    width: 29.8611111111vw;
    height: 42.6388888889vw;
    background-image: url(../img/sub/deco-r.svg);
  }
  .ttl-box {
    padding: 5.5555555556vw 0 4.8611111111vw 0;
    width: 69.4444444444vw;
  }
  .ttl-en {
    font-size: 1.4583333333vw;
  }
  .ttl-jp {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl:before {
    top: 80px;
    width: 398px;
    height: 563px;
  }
  .ttl:after {
    top: -40px;
    width: 430px;
    height: 614px;
  }
  .ttl-box {
    padding: 80px 0 70px 0;
    width: 1000px;
  }
  .ttl-en {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .ttl-jp {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  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: 2.6666666667vw 0 3.3333333333vw 0;
  width: 92vw;
  z-index: 2;
}

.breadcrumb-list li {
  position: relative;
  font-size: 3.4666666667vw;
  line-height: 1.25em;
  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 a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #989898;
}

@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: 1.3888888889vw 0 1.5277777778vw 0;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 1.1111111111vw;
    white-space: normal;
    line-height: 1.8em;
  }
  .breadcrumb-list li:after {
    margin: 0 0.3472222222vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #1ba6e0;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #1ba6e0;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 20px 0 22px 0;
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .breadcrumb-list li:after {
    margin: 0 5px;
  }
  .breadcrumb-list li a:after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-b - */
.head-b {
  position: relative;
  margin-bottom: 4.6666666667vw;
  padding-bottom: 0.5em;
  font-size: 6.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
.head-b span {
  color: #1ba6e0;
}
.head-b:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 16vw;
  height: 0.5333333333vw;
  background-color: #1ba6e0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .head-b {
    margin-bottom: 2.4305555556vw;
    font-size: 2.9166666667vw;
  }
  .head-b:after {
    width: 5.5555555556vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-b {
    margin-bottom: 35px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .head-b:after {
    width: 80px;
    height: 3px;
  }
}
/* ------------------------------------------- head-w - */
.head-w {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 0.75em;
  background-color: #f5f5f5;
  font-size: 5.4666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}
.head-w:before, .head-w:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #1ba6e0;
  border-radius: 0.2666666667vw;
}
.head-w:before {
  top: 0;
}
.head-w:after {
  bottom: 0;
}

@media screen and (min-width: 751px) {
  .head-w {
    font-size: 1.9444444444vw;
  }
  .head-w:before, .head-w:after {
    height: 0.1388888889vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-w {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .head-w:before, .head-w:after {
    height: 2px;
    border-radius: 2px;
  }
}
/* ------------------------------------------- head-c - */
.head-c {
  margin-bottom: 1em;
  font-size: 5.8666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.45em;
}
.head-c span {
  color: #1ba6e0;
}

@media screen and (min-width: 751px) {
  .head-c {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-c {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8vw -1.7333333333vw;
}

.term > li {
  margin-left: 1.7333333333vw;
}

.term--works > li,
.term--staff > li,
.term--lineup > li,
.term--faq > li {
  width: calc(50% - 1.7333333333vw);
}

.term > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8vw 0.1em 0.6em;
  height: 10.1333333333vw;
  background-color: #ffffff;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
  color: #1ba6e0;
  font-size: 3.0666666667vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0;
}
.term > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-sty2-gb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term > li a.is-current {
  background-color: rgba(30, 102, 157, 0.1);
  border-color: #1e669d;
}

@media screen and (max-width: 750px) {
  .term--works > li:nth-child(n+3),
  .term--staff > li:nth-child(n+3),
  .term--lineup > li:nth-child(n+3),
  .term--faq > li:nth-child(n+3) {
    margin-top: 1.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .term {
    margin: 0 0 4.1666666667vw -0.6944444444vw;
  }
  .term > li {
    margin-left: 0.6944444444vw;
  }
  .term--works > li {
    width: calc(20% - 0.6944444444vw);
  }
  .term--works > li:nth-child(n+6) {
    margin-top: 0.6944444444vw;
  }
  .term--staff > li {
    width: calc(20% - 0.6944444444vw);
  }
  .term--staff > li:nth-child(n+6) {
    margin-top: 0.6944444444vw;
  }
  .term--lineup > li {
    width: calc(25% - 0.6944444444vw);
  }
  .term--lineup > li:nth-child(n+5) {
    margin-top: 0.6944444444vw;
  }
  .term--faq > li {
    width: calc(25% - 0.6944444444vw);
  }
  .term--faq > li:nth-child(n+5) {
    margin-top: 0.6944444444vw;
  }
  .term > li a {
    padding: 0 2.7777777778vw 0.1em 0.75em;
    height: 3.4722222222vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .term > li a:after {
    right: 0.6944444444vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .term > li a:hover {
    border-color: #1ba6e0;
  }
  .term > li a:hover:after {
    background-image: url(../img/common/arrow-sty2-bw.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin: 0 0 60px -10px;
  }
  .term > li {
    margin-left: 10px;
  }
  .term--works > li {
    width: calc(20% - 10px);
  }
  .term--works > li:nth-child(n+6) {
    margin-top: 10px;
  }
  .term--staff > li {
    width: calc(20% - 10px);
  }
  .term--staff > li:nth-child(n+6) {
    margin-top: 10px;
  }
  .term--lineup > li {
    width: calc(25% - 10px);
  }
  .term--lineup > li:nth-child(n+5) {
    margin-top: 10px;
  }
  .term--faq > li {
    width: calc(25% - 10px);
  }
  .term--faq > li:nth-child(n+5) {
    margin-top: 10px;
  }
  .term > li a {
    padding-right: 40px;
    height: 50px;
    border-width: 3px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .term > li a:after {
    right: 10px;
    width: 24px;
    height: 24px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
}

.post--box {
  margin: 0 auto;
  padding: 9.3333333333vw 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  width: 100%;
  max-width: 92vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.post section {
  margin-top: 13.3333333333vw;
}

.post .new {
  position: absolute;
  top: 0;
  right: 5.3333333333vw;
  padding: 0.3em 1em;
  height: 5.3333333333vw;
  font-size: 3.2vw;
  z-index: 1;
}

.post-data {
  margin-bottom: 6.6666666667vw;
}

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

.post-cat > li {
  margin: 1.0666666667vw 1.0666666667vw 0 0;
  padding: 0.2em 0.5em 0.4em 0.55em;
  background-color: #252525;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
}

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

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

.post-date p {
  position: relative;
  padding: 0 0 0.1em 4vw;
  color: #c4c4c4;
  font-family: "Lato";
  font-size: 3.2vw;
  font-weight: 700;
}
.post-date p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  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: 3.3333333333vw;
}

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

.post-intro {
  position: relative;
  padding-bottom: 1.7em;
}
.post-intro:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.post-intro p {
  font-size: 3.7333333333vw;
  line-height: 1.78em;
}

.post .editor {
  margin-top: 1.7em;
}

@media screen and (min-width: 751px) {
  .post--box {
    padding: 4.1666666667vw 3.125vw;
    max-width: 69.4444444444vw;
    border-radius: 0.3472222222vw;
  }
  .post section {
    margin-top: 5.5555555556vw;
  }
  .post .new {
    right: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: 1.25vw;
  }
  .post-data {
    margin-bottom: 3.4722222222vw;
  }
  .post-cat {
    margin-top: 1.0416666667vw;
  }
  .post-cat > li {
    margin: 0.3472222222vw 0.3472222222vw 0 0;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .post-ttl {
    font-size: 2.2916666667vw;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-image {
    margin-bottom: 2.0833333333vw;
  }
  .post-intro:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .post-intro p {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .post--box {
    padding: 60px 45px;
    max-width: 1000px;
    border-radius: 5px;
  }
  .post section {
    margin-top: 80px;
  }
  .post .new {
    right: 30px;
    height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-data {
    margin-bottom: 50px;
  }
  .post-cat {
    margin-top: 15px;
  }
  .post-cat > li {
    margin: 5px 5px 0 0;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .post-ttl {
    font-size: 33px;
    font-size: 3.3rem;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-image {
    margin-bottom: 30px;
  }
  .post-intro:after {
    height: 1px;
    background-size: auto 1px;
  }
  .post-intro p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* 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.5em 0.75em 0.6em 0.75em;
  background-color: #1ba6e0;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
  overflow: hidden;
  z-index: 1;
}
.editor h2:before {
  content: "";
  position: absolute;
  right: -7.3333333333vw;
  bottom: 2vw;
  display: inline-block;
  width: 20vw;
  height: 28vw;
  background-image: url(../img/post/paint.svg);
  background-size: contain;
}
.editor h3 {
  position: relative;
  margin: 1.5em 0 0.7em 0;
  padding: 1em 0 1em 8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
  z-index: 1;
  padding: 0.4em 0 0.4em 8vw;
  border-top-color: #c5c5c5;
  border-top-style: solid;
  border-top-width: 0.4vw;
  border-bottom-color: #c5c5c5;
  border-bottom-style: solid;
  border-bottom-width: 0.4vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
  z-index: 1;
}
.editor h3:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 5.2vw;
  height: 3.4666666667vw;
  background-image: url(../img/post/deco.svg);
}
.editor h4 {
  position: relative;
  margin: 2em 0 0.7em 0;
  padding: 0 0 0.6em 4.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.35em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9333333333vw 0 0.9333333333vw 1.7333333333vw;
  border-color: transparent transparent transparent #1ba6e0;
}
.editor h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
}
.editor p {
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
.editor strong {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #f3d723));
  background: linear-gradient(transparent 80%, #f3d723 80%);
}
.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: #c4c4c4;
}
.editor a:hover {
  opacity: 0.8;
}
.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.5em;
}
.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.5em;
}
.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.4em 0.5em 0.5em 0.5em;
    font-size: 1.9444444444vw;
  }
  .editor h2:before {
    right: -2.0833333333vw;
    bottom: 0.3472222222vw;
    width: 10.4166666667vw;
    height: 14.5833333333vw;
  }
  .editor h3 {
    padding: 0.5em 0 0.5em 3.125vw;
    border-top-width: 0.1388888889vw;
    border-bottom-width: 0.1388888889vw;
    font-size: 1.6666666667vw;
  }
  .editor h3:before {
    width: 2.2222222222vw;
    height: 1.4583333333vw;
  }
  .editor h4 {
    padding-left: 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .editor h4:before {
    border-width: 0.3472222222vw 0 0.3472222222vw 0.5555555556vw;
  }
  .editor h4:after {
    height: 0.0694444444vw;
  }
  .editor p {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
  .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: 2em;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
    line-height: 2em;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .editor h2:before {
    right: -30px;
    bottom: 5px;
    width: 150px;
    height: 210px;
  }
  .editor h3 {
    padding: 0.4em 0 0.4em 45px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h3:before {
    width: 32px;
    height: 21px;
  }
  .editor h4 {
    padding-left: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .editor h4:before {
    border-width: 5px 0 5px 8px;
  }
  .editor h4:after {
    height: 1px;
  }
  .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;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.related {
  margin-top: 13.3333333333vw;
}

.related .sec-head {
  margin-bottom: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .related {
    margin-top: 6.9444444444vw;
  }
  .related .sec-head {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .related {
    margin-top: 100px;
  }
  .related .sec-head {
    margin-bottom: 50px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.sec--form {
  margin-top: 10.6666666667vw;
}

.form {
  position: relative;
  margin: 0 auto;
  padding: 8vw 4vw 10.6666666667vw 4vw;
  width: 90.1333333333vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.6666666667vw;
}

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

@media screen and (min-width: 751px) {
  .sec--form {
    margin-top: 5.5555555556vw;
  }
  .form {
    padding: 4.1666666667vw 4.8611111111vw 5.5555555556vw 4.8611111111vw;
    width: 59.7222222222vw;
    border-width: 0.2777777778vw;
    border-radius: 1.3888888889vw;
  }
  .form-ttl {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--form {
    margin-top: 80px;
  }
  .form {
    padding: 60px 70px 80px 70px;
    width: 860px;
    border-width: 4px;
    border-radius: 20px;
  }
  .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: #252525;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

.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: #f8f8f8;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  color: #252525;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

.form-input input:focus {
  border-color: #1ba6e0;
}

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

.form-input .wpcf7-validates-as-required input[type=checkbox] + span::before {
  background-color: #fff6f6 !important;
}

.form-input textarea {
  padding: 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #f8f8f8;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  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: 1em;
  letter-spacing: 0;
}

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

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

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

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

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

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

@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.65em;
  }
  .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.75em;
  }
  .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: 6.5972222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .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: 95px;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}

.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: #c4c4c4;
}

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

/* ------------------------------------------- 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: #f8f8f8;
  border-color: #f5f5f5;
  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: #f5f5f5;
  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: #0099ce;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox]:checked + span::after {
  left: 0.9333333333vw;
  margin-top: -0.2em;
  width: 4vw;
  height: 2vw;
  border-left: 1.0666666667vw solid #0099ce;
  border-bottom: 1.0666666667vw solid #0099ce;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@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 {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #0099ce;
    border-bottom: 0.3472222222vw solid #0099ce;
  }
}
@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 {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #0099ce;
    border-bottom: 5px solid #0099ce;
  }
}
/* ------------------------------------------- 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 {
  padding-right: 3em;
  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.25em;
}

.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: 34.6666666667vw;
}

.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: 28.4722222222vw;
  }
  .form-date-time {
    margin: 0 0 0 1.0416666667vw;
    width: 19.4444444444vw;
  }
  .form-date-time > div {
    width: 9.0277777778vw;
  }
  .form-date-time > div .form-select {
    width: 7.2916666667vw;
  }
  .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: 410px;
  }
  .form-date-time {
    margin-left: 15px;
    width: 280px;
  }
  .form-date-time > div {
    width: 130px;
  }
  .form-date-time > div .form-select {
    width: 105px;
  }
  .form-date-time div:nth-child(n+2) {
    margin-left: 15px;
  }
}
/* ------------------------------------------- fileup - */
.form-input .wpcf7-file {
  display: block;
  padding-left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
}

.form-input input[type=file]::-webkit-file-upload-button {
  margin-right: 1em;
  padding: 1em;
  height: 100%;
  background-color: #acacac;
  border: none;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}

.form-input input[type=file]::file-selector-button {
  margin-right: 1em;
  padding: 1em;
  height: 100%;
  background-color: #acacac;
  border: none;
  color: #ffffff;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .form-input .wpcf7-file {
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    font-size: 1.1111111111vw;
  }
  .form-input input[type=file]::file-selector-button {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-file {
    border-width: 2px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input input[type=file]::-webkit-file-upload-button {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input input[type=file]::file-selector-button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- event - */
.form-eventname {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .form-eventname {
    font-size: 1.3888888889vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .form-eventname {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ------------------------------------------- telme - */
.form-use {
  margin-bottom: 1.5em;
}
.form-use p {
  color: #666;
  font-size: 3.4666666667vw;
  line-height: 1.6em;
}

@media screen and (min-width: 751px) {
  .form-use p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-use p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- consent - */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

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

.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: 700;
  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: #f5f5f5;
  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 {
  left: 0.9333333333vw;
  margin-top: -0.2em;
  width: 4vw;
  height: 2vw;
  border-left: 1.0666666667vw solid #0099ce;
  border-bottom: 1.0666666667vw solid #0099ce;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@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: #d1d1d1;
  }
  .form-consent p a:hover:after {
    background-color: #d1d1d1;
  }
  .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 {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #0099ce;
    border-bottom: 0.3472222222vw solid #0099ce;
  }
}
@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 {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #0099ce;
    border-bottom: 5px solid #0099ce;
  }
}
/* ------------------------------------------- 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: #f5f5f5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-notes p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@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: #1ba6e0;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  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: 31.9444444444vw;
    height: 4.8611111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .form-submit {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #ffffff;
  }
  .form-btn:hover .form-submit {
    color: #1ba6e0;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 460px;
    height: 70px;
    border-width: 3px;
    border-radius: 10px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 8vw;
}

.page-archive-navi .pagecount {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}
.page-archive-navi .pagecount span {
  display: inline-block;
  margin: 0 0.15em;
  font-family: "Lato";
  font-size: 1.5em;
}

@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: 3.4722222222vw 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: 50px;
    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: #f5f5f5;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.6666666667vw;
  color: #0099ce;
  font-family: "Lato";
  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: #1ba6e0;
  color: #ffffff;
}

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

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 8vw;
  border-radius: 50%;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-size: contain;
  background-image: url(../img/common/arrow-sty2-bw.svg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

@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.6944444444vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.3888888889vw;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #e2e2e2;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 2.7777777778vw;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-sty2-gb.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 10px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 50px;
    height: 50px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 20px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 40px;
    height: 40px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 40px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 40px;
    height: 40px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 84vw;
}

.pagenavi-prev,
.pagenavi-next {
  position: absolute;
  top: 50%;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  -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: 10.6666666667vw;
  background-color: #1ba6e0;
  border-radius: 50%;
}

.pagenavi-prev a:after,
.pagenavi-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url(../img/common/arrow-sty2-bw.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: 56vw;
}

.pagenavi-back a {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}
.pagenavi-back a span {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 2.7777777778vw;
    width: 28.4722222222vw;
    height: 4.1666666667vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 2.7777777778vw;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-sty2-gb.svg);
  }
  .pagenavi-back {
    width: 19.4444444444vw;
  }
  .pagenavi-back a {
    height: 4.1666666667vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .pagenavi-back a:hover {
    background-color: #1ba6e0;
  }
  .pagenavi-back a:hover span {
    color: #ffffff;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 40px;
    width: 410px;
    height: 60px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 40px;
    height: 40px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 40px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 40px;
    height: 40px;
  }
  .pagenavi-back {
    width: 280px;
  }
  .pagenavi-back a {
    height: 60px;
    border-width: 3px;
    border-radius: 10px;
  }
  .pagenavi-back a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  #first
-------------------------------------------------------------------------------*/
.sec--first {
  padding: 13.3333333333vw 0 8vw 0;
  background-color: #ffffff;
  overflow: hidden;
}
.sec--first:before, .sec--first:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--first:before {
  top: -16vw;
  left: -81.3333333333vw;
  width: 105.7333333333vw;
  height: 203.4666666667vw;
  background-image: url(../img/first/deco-l_sp.svg);
}
.sec--first:after {
  top: -13.3333333333vw;
  right: -61.3333333333vw;
  width: 81.4666666667vw;
  height: 206.8vw;
  background-image: url(../img/first/deco-r_sp.svg);
}

.first {
  position: relative;
  z-index: 1;
}

.first-in {
  position: relative;
}

.first-label {
  position: absolute;
  top: -3.3333333333vw;
  right: -2.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #1ba6e0;
  border-radius: 50%;
  z-index: 1;
}
.first-label span {
  color: #ffffff;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.14em;
}

.first-area {
  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: 6vw;
}

.first-area > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.8em 0.1em 0.8em;
  height: 6.6666666667vw;
  background-color: #f5f5f5;
  border-radius: 3.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.first-area > li:nth-child(n+2) {
  margin-left: 1.3333333333vw;
}

.first-ttl {
  font-size: 7.4666666667vw;
  font-weight: 800;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
.first-ttl span.dot {
  position: relative;
}
.first-ttl span.dot:before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background-color: #1ba6e0;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first-images > div {
  position: relative;
  width: 26.6666666667vw;
}

.first-sub {
  margin: 1.25em 0 1em 0;
  font-size: 6.4vw;
  font-weight: 800;
  text-align: center;
  text-indent: 1em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}

.first-desc {
  margin-top: 1em;
}
.first-desc p {
  text-align: center;
  line-height: 2em;
}
.first-desc p span {
  position: relative;
}
.first-desc p span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: #fbe815;
  z-index: -1;
}
.first-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

.sec--first .sec-btn {
  margin-top: 16vw;
  width: 80vw;
}

.first-notes {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.35em;
}

@media screen and (max-width: 750px) {
  .sub--guide .sec--first:after {
    top: 0;
  }
  .first-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10.6666666667vw 0 0 -11.3333333333vw;
    width: 114.6666666667vw;
  }
  .first-images > div:nth-child(2) {
    top: 6vw;
  }
  .first-images > div:nth-child(3) {
    top: -3.3333333333vw;
  }
  .first-images > div:nth-child(4) {
    top: 6vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--first {
    padding: 11.1111111111vw 0;
  }
  .sec--first:before {
    top: -15.9722222222vw;
    left: -41.6666666667vw;
    width: 62.5vw;
    height: 86.3194444444vw;
    background-image: url(../img/first/deco-l.svg);
  }
  .sec--first:after {
    top: -21.875vw;
    right: -38.8888888889vw;
    width: 59.7222222222vw;
    height: 101.25vw;
    background-image: url(../img/first/deco-r.svg);
  }
  .first-in {
    margin: 0 auto;
    width: 37.5vw;
  }
  .sub--guide .first-in {
    top: -3.4722222222vw;
    margin-bottom: -3.4722222222vw;
  }
  .first-label {
    top: -4.1666666667vw;
    right: 11.4583333333vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .first-label span {
    font-size: 1.4583333333vw;
  }
  .first-area {
    margin-bottom: 2.0833333333vw;
  }
  .first-area > li {
    padding: 0 1em 0.1em 1em;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 1.25vw;
  }
  .first-area > li:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
  .first-ttl {
    font-size: 2.9166666667vw;
  }
  .first-ttl span.dot:before {
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
  .first-ttl span.big {
    font-size: 3.1944444444vw;
  }
  .first-images > div {
    position: absolute;
  }
  .first-images > div:nth-child(1) {
    top: -3.125vw;
    left: -9.0277777778vw;
    width: 20.8333333333vw;
  }
  .first-images > div:nth-child(2) {
    top: 13.1944444444vw;
    left: -6.5972222222vw;
    width: 20.8333333333vw;
  }
  .first-images > div:nth-child(3) {
    top: 19.7916666667vw;
    right: -2.4305555556vw;
    width: 16.6666666667vw;
  }
  .first-images > div:nth-child(4) {
    top: -5.9027777778vw;
    right: -5.5555555556vw;
    width: 18.0555555556vw;
  }
  .sec--first .sec-btn {
    margin-top: 4.1666666667vw;
    width: 29.1666666667vw;
  }
  .first-notes {
    margin-top: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--first {
    padding: 160px 0;
  }
  .sec--first:before {
    top: -230px;
    left: -600px;
    width: 900px;
    height: 1243px;
  }
  .sec--first:after {
    top: -315px;
    right: -560px;
    width: 860px;
    height: 1458px;
  }
  .first-in {
    width: 540px;
  }
  .sub--guide .first-in {
    top: -50px;
    margin-bottom: -50px;
  }
  .first-label {
    top: -60px;
    right: 165px;
    width: 120px;
    height: 120px;
  }
  .first-label span {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .first-area {
    margin-bottom: 30px;
  }
  .first-area > li {
    height: 30px;
    border-radius: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .first-area > li:nth-child(n+2) {
    margin-left: 15px;
  }
  .first-ttl {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .first-ttl span.dot:before {
    width: 8px;
    height: 8px;
  }
  .first-ttl span.big {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .first-images > div:nth-child(1) {
    top: -45px;
    left: -130px;
    width: 300px;
  }
  .first-images > div:nth-child(2) {
    top: 190px;
    left: -95px;
    width: 300px;
  }
  .first-images > div:nth-child(3) {
    top: 285px;
    right: -35px;
    width: 240px;
  }
  .first-images > div:nth-child(4) {
    top: -85px;
    right: -80px;
    width: 260px;
  }
  .sec--first .sec-btn {
    margin-top: 60px;
    width: 420px;
  }
  .first-notes {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  #menu
-------------------------------------------------------------------------------*/
.sec--menu {
  margin-top: 13.3333333333vw;
}

.menu {
  position: relative;
  margin: 0 auto;
  padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  width: 92vw;
  background-color: #202733;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
.menu:before, .menu:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 49.3333333333vw;
  height: 31.4666666667vw;
  background-image: url(../img/menu/deco.svg);
  background-size: contain;
}
.menu:before {
  left: -26.6666666667vw;
  bottom: 2.6666666667vw;
}
.menu:after {
  top: 2.6666666667vw;
  right: -14.6666666667vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu .sec-head {
  position: relative;
  margin-bottom: 6vw;
  z-index: 1;
}

.menu .sec-ttl {
  color: #ffffff;
}

.menu-const {
  position: relative;
  z-index: 1;
}

.menu-const a {
  position: relative;
  display: block;
}

.menu-head {
  position: absolute;
  top: -2.6666666667vw;
  left: -2vw;
  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 2.6666666667vw 0.1em 2.6666666667vw;
  height: 8vw;
  background-color: #1ba6e0;
  z-index: 1;
}
.menu-head > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-num {
  position: relative;
  top: 0.05em;
  color: #7cc3e9;
  font-family: "Anton";
  font-size: 4.8vw;
  font-weight: 400;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.menu-ttl {
  margin-left: 0.25em;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 800;
}
.menu-ttl span {
  display: inline-block;
  margin: 0 -0.2em;
}

.menu-image {
  position: relative;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.menu-image > div:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/menu/arrow-bl.svg);
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .menu-const a:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--menu {
    margin-top: 6.9444444444vw;
  }
  .menu {
    padding: 4.1666666667vw 6.9444444444vw 4.5138888889vw 6.9444444444vw;
    width: 97.2222222222vw;
    border-radius: 1.3888888889vw;
  }
  .menu:before, .menu:after {
    width: 49.0972222222vw;
    height: 31.25vw;
  }
  .menu:before {
    left: -22.7083333333vw;
    bottom: -16.3194444444vw;
  }
  .menu:after {
    top: 0;
    right: -17.8472222222vw;
  }
  .menu .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .menu-const {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .menu-const a {
    width: 25vw;
  }
  .menu-const a:nth-child(n+2) {
    margin-left: 5.2083333333vw;
  }
  .menu-head {
    top: -0.6944444444vw;
    left: 1.7361111111vw;
    padding: 0.6944444444vw 0;
    width: 4.0277777778vw;
    height: auto;
  }
  .menu-head > div {
    display: inline-block;
    text-align: center;
  }
  .menu-num {
    font-size: 2.5vw;
  }
  .menu-ttl {
    margin: 0.25em 0 0 0;
    width: 1em;
    font-size: 2.5vw;
  }
  .menu-ttl span {
    display: block;
    margin: -0.2em 0;
  }
  .menu-image {
    border-radius: 0.3472222222vw;
  }
  .menu-image > div:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-const a:hover .menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .menu-const a:hover .menu-image:after {
    background-image: url(https://rehome-kizuna.com/V5RLYeHebEPH/wp-content/themes/kizuna-gaiheki/img/menu/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .sec--menu {
    margin-top: 100px;
  }
  .menu {
    padding: 60px 100px 65px 100px;
    width: 1400px;
    border-radius: 20px;
  }
  .menu:before, .menu:after {
    width: 707px;
    height: 450px;
  }
  .menu:before {
    left: -327px;
    bottom: -235px;
  }
  .menu:after {
    right: -257px;
  }
  .menu .sec-head {
    margin-bottom: 40px;
  }
  .menu-const a {
    width: 360px;
  }
  .menu-const a:nth-child(n+2) {
    margin-left: 75px;
  }
  .menu-head {
    top: -10px;
    left: -25px;
    padding: 10px 0;
    width: 58px;
  }
  .menu-num {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .menu-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .menu-image {
    border-radius: 5px;
  }
  .menu-image > div:after {
    width: 50px;
    height: 50px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.works {
  position: relative;
}

@media screen and (max-width: 750px) {
  .works {
    margin: 0 auto;
    width: 81.3333333333vw;
  }
  .works .works-post:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .works .works-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    margin-left: -30px;
  }
  .works .works-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- slide - */
.works-after-main {
  position: relative;
  margin-bottom: 4vw;
  padding: 0 4.2666666667vw;
  width: 87.4666666667vw;
  overflow: hidden;
}

.works-after-thumb {
  overflow: hidden;
}

.works-after-thumb .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}

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

.works-after-thumb .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 14.1333333333vw;
}

.works-after-main .swiper-slide:before,
.works-after-thumb .swiper-slide:before {
  content: none;
}

.works-after-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

#works-after-prev,
#works-after-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#works-after-prev {
  left: 0;
}

#works-after-next {
  right: 0;
}

.works-after-main-one .slide-prev,
.works-after-main-one .slide-next {
  display: none;
}

@media screen and (max-width: 750px) {
  .works-after-main {
    margin-left: -3.6vw;
  }
}
@media screen and (min-width: 751px) {
  .works-after-main {
    margin-bottom: 2.4305555556vw;
    padding: 0 5.9027777778vw;
    width: 100%;
  }
  .works-after-main .swiper-slide img {
    height: 36.1111111111vw;
  }
  .works-after-thumb .swiper-slide img {
    height: 6.9444444444vw;
  }
  .works-after-thumb .swiper-slide {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .works-after-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1441px) {
  .works-after-main {
    margin-bottom: 35px;
    padding: 0 85px;
  }
  .works-after-main .swiper-slide img {
    height: 520px;
  }
  .works-after-thumb .swiper-slide img {
    height: 100px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  position: relative;
  margin-top: 5.3333333333vw;
}
.works-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.works-data dl {
  position: relative;
  padding: 3.3333333333vw 2.6666666667vw;
}
.works-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.works-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0.1em 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.works-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8vw;
  height: 1.2em;
  background-color: #d1d1d1;
  border-radius: 0.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

@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;
  }
  .works-data:after {
    height: 0.0694444444vw;
    background-size: auto 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;
  }
  .works-data dl:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .works-data dt {
    margin-bottom: 0;
    padding-left: 1.3888888889vw;
    width: 9.7222222222vw;
  }
  .works-data dt:before {
    width: 0.2777777778vw;
    border-radius: 0.1041666667vw;
  }
  .works-data-harf {
    width: 29.8611111111vw;
  }
  .works-data-harf dd {
    width: 17.7083333333vw;
  }
  .works-data-full {
    width: 100% !important;
  }
  .works-data-full dd {
    width: calc(100% - 10.7638888889vw);
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 35px;
  }
  .works-data:after {
    height: 1px;
    background-size: auto 1px;
  }
  .works-data dl {
    padding: 20px 10px;
  }
  .works-data dl:after {
    height: 1px;
    background-size: auto 1px;
  }
  .works-data dt {
    padding-left: 20px;
    width: 140px;
  }
  .works-data dt:before {
    width: 4px;
    border-radius: 1.5px;
  }
  .works-data-harf {
    width: 430px;
  }
  .works-data-harf dd {
    width: 255px;
  }
  .works-data-full dd {
    width: calc(100% - 155px);
  }
}
/* ------------------------------------------- desc - */
.works-desc {
  position: relative;
  margin-top: 8vw;
  padding: 1.5em 1em;
  background-color: #f9f9f9;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
  z-index: 1;
}

.works-desc p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .works-desc {
    margin-top: 2.4305555556vw;
    padding: 1.5em;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .works-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-desc {
    margin-top: 35px;
    border-width: 2px;
    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.9166666667vw;
    background-position: center top;
  }
  .works-before-thumb {
    margin-left: -0.6944444444vw;
    width: 29.8611111111vw;
  }
  .works-before-thumb li {
    margin-left: 0.6944444444vw;
    width: calc(33.33333% - 0.6944444444vw);
    height: 6.9444444444vw;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-before-main {
    width: 400px;
    height: 320px;
  }
  .works-before-thumb {
    margin-left: -10px;
    width: 440px;
  }
  .works-before-thumb li {
    margin-left: 10px;
    width: calc(33.33333% - 10px);
    height: 100px;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 10px;
  }
}
/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

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

.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: 80vw;
}

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

@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: 19.4444444444vw;
  }
  .works-point-content p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@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: 280px;
  }
  .works-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
}

.works-voice-desc p {
  font-weight: 500;
  line-height: 1.5em;
}

.works-voice-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 69.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-voice-box {
    padding: 0 4.1666666667vw;
  }
  .works-voice-desc p {
    line-height: 1.75em;
  }
  .works-voice-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice-box {
    padding: 0 60px;
  }
  .works-voice-btn {
    margin: 30px auto 0 auto;
    width: 340px;
  }
}
/* ------------------------------------------- tantou - */
.works-tantou-image {
  margin-bottom: 4vw;
}

.works-tantou-image > div {
  margin: 0 auto 0.8em auto;
  width: 53.3333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.works-tantou-image > div img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.works-tantou-image p:nth-child(n+2) {
  margin-top: 0.5em;
}

.works-tantou-position {
  text-align: center;
}

.works-tantou-name {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}

.works-tantou-content p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .works-tantou-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 4.1666666667vw;
  }
  .works-tantou-image {
    margin: 0;
  }
  .works-tantou-image > div {
    width: 15.9722222222vw;
    border-radius: 0.6944444444vw;
  }
  .works-tantou-image > div img {
    height: 15.9722222222vw;
  }
  .works-tantou-name {
    font-size: 1.25vw;
  }
  .works-tantou-content p {
    line-height: 1.75em;
  }
  .works-tantou-box:has(.works-tantou-image) .works-tantou-content {
    width: 34.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-tantou-box {
    padding: 0 60px;
  }
  .works-tantou-image > div {
    width: 230px;
    border-radius: 10px;
  }
  .works-tantou-image > div img {
    height: 230px;
  }
  .works-tantou-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-tantou-box:has(.works-tantou-image) .works-tantou-content {
    width: 500px;
  }
}
/* ------------------------------------------- bnr - */
.works-bnr {
  margin: 10.6666666667vw auto 0 auto;
  width: 92vw;
}

.works-bnr a {
  display: block;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .works-bnr {
    margin: 5.5555555556vw auto 0 auto;
    width: 69.4444444444vw;
  }
  .works-bnr a {
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-bnr {
    margin: 80px auto 0 auto;
    width: 1000px;
  }
  .works-bnr a {
    border-radius: 5px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archives {
  position: relative;
}

.blog-archive {
  padding: 2vw 4vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.blog-side {
  margin: 16vw auto 0 auto;
  width: 72vw;
}

.blog-side-box {
  padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

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

.blog-side-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4vw;
}

.blog-side-en {
  position: relative;
  top: 0.05em;
  color: #1ba6e0;
  font-family: "Anton";
  font-size: 6.4vw;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-side-ttl {
  margin-left: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 800;
}

@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: 45.8333333333vw;
  }
  .blog-archive {
    padding: 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .blog-side {
    margin: 0;
    width: 20.8333333333vw;
  }
  .blog-side-box {
    padding: 2.0833333333vw 1.0416666667vw;
    border-radius: 0.3472222222vw;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .blog-side-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.3888888889vw;
  }
  .blog-side-en {
    font-size: 2.5vw;
  }
  .blog-side-ttl {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-archive-content {
    width: 660px;
  }
  .blog-archive {
    padding: 30px;
    border-radius: 5px;
  }
  .blog-side {
    width: 300px;
  }
  .blog-side-box {
    padding: 30px 15px;
    border-radius: 5px;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .blog-side-head {
    margin-bottom: 20px;
  }
  .blog-side-en {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .blog-side-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat {
  padding: 2.6666666667vw 2.6666666667vw 0 2.6666666667vw;
}

.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: block;
  font-size: 3.7333333333vw;
  line-height: 1.28em;
}

.blog-side-cat li:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (min-width: 751px) {
  .blog-side-cat {
    padding: 0.3472222222vw 1.0416666667vw 0 1.0416666667vw;
  }
  .blog-side-cat li a {
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-side-cat li a:hover {
    color: #1ba6e0;
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat {
    padding: 5px 15px 0 15px;
  }
  .blog-side-cat li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- recommend - */
.blog-latest-post a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 0;
}
.blog-latest-post a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.blog-latest-image {
  width: 18vw;
}
.blog-latest-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 15.3333333333vw;
}

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

.blog-latest-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}

.blog-latest-data .new {
  position: relative;
  top: 0.15em;
  margin-left: 0.5em;
  height: 3.2vw;
  font-size: 2.6666666667vw;
}

.blog-latest-ttl {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}

.blog-latest-date {
  color: #c4c4c4;
  font-family: "Lato";
  font-size: 2.9333333333vw;
}

@media screen and (min-width: 751px) {
  .blog-latest {
    margin-top: 0.6944444444vw;
  }
  .blog-latest-post a {
    padding: 0.6944444444vw 0;
  }
  .blog-latest-post a:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .blog-latest .blog-latest-post:first-child a {
    padding-top: 0 !important;
  }
  .blog-latest-image {
    width: 5.9027777778vw;
  }
  .blog-latest-image img {
    height: 4.7222222222vw;
  }
  .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: 11.8055555556vw;
  }
  .blog-latest-data .new {
    height: 1.1111111111vw;
    font-size: 0.8333333333vw;
  }
  .blog-latest-ttl {
    font-size: 1.1111111111vw;
    line-height: 1.3em;
  }
  .blog-latest-date {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-latest {
    margin-top: 10px;
  }
  .blog-latest-post a {
    padding: 15px 0;
  }
  .blog-latest-post a:after {
    height: 1px;
    background-size: auto 1px;
  }
  .blog-latest-image {
    width: 85px;
  }
  .blog-latest-image img {
    height: 68px;
  }
  .blog-latest-content {
    width: 170px;
  }
  .blog-latest-data .new {
    height: 16px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blog-latest-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-latest-date {
    font-size: 10px;
    font-size: 1rem;
  }
}
/*  event --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- common - */
.sec--event {
  margin-top: 13.3333333333vw;
}

.event-btn {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  width: 80vw;
}

@media screen and (min-width: 751px) {
  .sec--event {
    margin-top: 6.9444444444vw;
  }
  .event-btn {
    margin-top: 2.7777777778vw;
    width: 27.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--event {
    margin-top: 100px;
  }
  .event-btn {
    margin-top: 40px;
    width: 390px;
  }
}
/* ------------------------------------------- problem - */
.event-problem-desc p {
  line-height: 1.5em;
}
.event-problem-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .event-problem-desc {
    margin: 0 auto;
    width: 57.6388888889vw;
  }
  .event-problem-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .event-problem-desc {
    width: 830px;
  }
}
/* ------------------------------------------- about - */
.event-about-movie {
  margin-bottom: 5.3333333333vw;
}

.event-about-ttl {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #1ba6e0;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

.event-about-in {
  padding: 0 1.5em;
}

.event-about-list > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5em;
}
.event-about-list > li:before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: #1ba6e0;
  border-radius: 50%;
}

.event-about-list > li:nth-child(n+2) {
  margin-top: 0.5em;
}

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

@media screen and (min-width: 751px) {
  .event-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-about-movie {
    margin: 0;
    width: 32.6388888889vw;
  }
  .event-about-content {
    width: 33.3333333333vw;
  }
  .event-about-ttl {
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .event-about-in {
    padding: 0 2em;
  }
  .event-about-notes {
    font-size: 0.9722222222vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .event-about-movie {
    width: 470px;
  }
  .event-about-content {
    width: 480px;
  }
  .event-about-ttl {
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .event-about-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- archive - */
.event-archive {
  position: relative;
  padding: 2vw 4vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

@media screen and (min-width: 751px) {
  .event-archive {
    margin-left: -1.7361111111vw;
    width: 72.9166666667vw;
    padding: 0.6944444444vw 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .event .event-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .event .event-post:nth-child(2) a:after {
    content: none;
  }
}
@media screen and (min-width: 1441px) {
  .event-archive {
    margin-left: -25px;
    width: 1050px;
    padding: 10px 30px;
    border-radius: 5px;
  }
  .event {
    margin-left: -30px;
  }
  .event .event-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
}
/*  event --> single
-------------------------------------------------------------------------------*/
.event-main {
  position: relative;
}

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

.event-main-image a {
  display: block;
}

.event-main-data {
  position: relative;
}
.event-main-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.event-main-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 0;
}
.event-main-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.event-main-data dt {
  position: relative;
  padding: 0 0 0.1em 4vw;
  width: 21.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.event-main-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8vw;
  height: 1.2em;
  background-color: #d1d1d1;
  border-radius: 0.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-main-data dd {
  width: calc(100% - 25.3333333333vw);
  line-height: 1.5em;
}

.event-main-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 100%;
  max-width: 100%;
}

.event-main-btn .btn-main {
  padding-right: 5.0666666667vw;
}

.event-map {
  margin-top: 9.3333333333vw;
  overflow: hidden;
}

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

@media all and (min-width: 751px) {
  .event-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .event-main-image {
    margin: 0;
    width: 29.1666666667vw;
  }
  .event-main-image img {
    height: 22.2222222222vw;
  }
  .event-main-content {
    width: 30.5555555556vw;
  }
  .event-main-data:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .event-main-data dl {
    padding: 1.3888888889vw 0.6944444444vw;
  }
  .event-main-data dl:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .event-main-data dt {
    padding-left: 1.3888888889vw;
    width: 6.9444444444vw;
  }
  .event-main-data dt:before {
    width: 0.2777777778vw;
    border-radius: 0.1041666667vw;
  }
  .event-main-data dd {
    width: calc(100% - 8.3333333333vw);
  }
  .event-main-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 26.3888888889vw;
  }
  .event-main-btn .btn-main {
    padding-right: 1.6666666667vw;
  }
  .event-map {
    margin-top: 2.4305555556vw;
  }
  .event-map .ggmap {
    padding-bottom: 35%;
  }
  .event-editor {
    margin-top: 3.4722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .event-main-image {
    width: 420px;
  }
  .event-main-image img {
    height: 320px;
  }
  .event-main-content {
    width: 440px;
  }
  .event-main-data:after {
    height: 1px;
    background-size: auto 1px;
  }
  .event-main-data dl {
    padding: 20px 10px;
  }
  .event-main-data dl:after {
    height: 1px;
    background-size: auto 1px;
  }
  .event-main-data dt {
    padding-left: 20px;
    width: 100px;
  }
  .event-main-data dt:before {
    width: 4px;
    border-radius: 1.5px;
  }
  .event-main-data dd {
    width: calc(100% - 120px);
  }
  .event-main-btn {
    margin: 30px auto 0 auto;
    width: 380px;
  }
  .event-main-btn .btn-main {
    padding-right: 24px;
  }
  .event-map {
    margin-top: 35px;
  }
  .event-editor {
    margin-top: 50px;
  }
}
/*  seminar --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- common - */
.sec--seminar {
  margin-top: 13.3333333333vw;
}

.seminar-btn {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  width: 80vw;
}

@media screen and (min-width: 751px) {
  .sec--seminar {
    margin-top: 6.9444444444vw;
  }
  .seminar-btn {
    margin-top: 2.7777777778vw;
    width: 27.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--seminar {
    margin-top: 100px;
  }
  .seminar-btn {
    margin-top: 40px;
    width: 390px;
  }
}
/* ------------------------------------------- problem - */
.seminar-problem-desc p {
  line-height: 1.5em;
}
.seminar-problem-desc p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .seminar-problem-desc {
    margin: 0 auto;
    width: 57.6388888889vw;
  }
  .seminar-problem-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .seminar-problem-desc {
    width: 830px;
  }
}
/* ------------------------------------------- about - */
.seminar-about-movie {
  margin-bottom: 5.3333333333vw;
}

.seminar-about-ttl {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #1ba6e0;
  border-radius: 0.6666666667vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

.seminar-about-in {
  padding: 0 1.5em;
}

.seminar-about-list > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.5em;
}
.seminar-about-list > li:before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  background-color: #1ba6e0;
  border-radius: 50%;
}

.seminar-about-list > li:nth-child(n+2) {
  margin-top: 0.5em;
}

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

@media screen and (min-width: 751px) {
  .seminar-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .seminar-about-movie {
    margin: 0;
    width: 32.6388888889vw;
  }
  .seminar-about-content {
    width: 33.3333333333vw;
  }
  .seminar-about-ttl {
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
  .seminar-about-in {
    padding: 0 2em;
  }
  .seminar-about-notes {
    font-size: 0.9722222222vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .seminar-about-movie {
    width: 470px;
  }
  .seminar-about-content {
    width: 480px;
  }
  .seminar-about-ttl {
    border-radius: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .seminar-about-notes {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- archive - */
.seminar-archive {
  position: relative;
  padding: 2vw 4vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

@media screen and (min-width: 751px) {
  .seminar-archive {
    margin-left: -1.7361111111vw;
    width: 72.9166666667vw;
    padding: 0.6944444444vw 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .seminar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .seminar .seminar-post {
    margin-left: 2.0833333333vw;
    width: calc(50% - 2.0833333333vw);
  }
  .seminar .seminar-post:nth-child(2) a:after {
    content: none;
  }
}
@media screen and (min-width: 1441px) {
  .seminar-archive {
    margin-left: -25px;
    width: 1050px;
    padding: 10px 30px;
    border-radius: 5px;
  }
  .seminar {
    margin-left: -30px;
  }
  .seminar .seminar-post {
    margin-left: 30px;
    width: calc(50% - 30px);
  }
}
/*  seminar --> single
-------------------------------------------------------------------------------*/
.seminar-main {
  position: relative;
}

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

.seminar-main-image a {
  display: block;
}

.seminar-main-data {
  position: relative;
}
.seminar-main-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.seminar-main-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 0;
}
.seminar-main-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.seminar-main-data dt {
  position: relative;
  padding: 0 0 0.1em 4vw;
  width: 21.3333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.seminar-main-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8vw;
  height: 1.2em;
  background-color: #d1d1d1;
  border-radius: 0.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seminar-main-data dd {
  width: calc(100% - 25.3333333333vw);
  line-height: 1.5em;
}

.seminar-main-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 100%;
  max-width: 100%;
}

.seminar-main-btn .btn-main {
  padding-right: 5.0666666667vw;
}

.seminar-map {
  margin-top: 9.3333333333vw;
  overflow: hidden;
}

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

@media all and (min-width: 751px) {
  .seminar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .seminar-main-image {
    margin: 0;
    width: 29.1666666667vw;
  }
  .seminar-main-image img {
    height: 22.2222222222vw;
  }
  .seminar-main-content {
    width: 30.5555555556vw;
  }
  .seminar-main-data:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .seminar-main-data dl {
    padding: 1.3888888889vw 0.6944444444vw;
  }
  .seminar-main-data dl:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .seminar-main-data dt {
    padding-left: 1.3888888889vw;
    width: 6.9444444444vw;
  }
  .seminar-main-data dt:before {
    width: 0.2777777778vw;
    border-radius: 0.1041666667vw;
  }
  .seminar-main-data dd {
    width: calc(100% - 8.3333333333vw);
  }
  .seminar-main-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 26.3888888889vw;
  }
  .seminar-main-btn .btn-main {
    padding-right: 1.6666666667vw;
  }
  .seminar-map {
    margin-top: 2.4305555556vw;
  }
  .seminar-map .ggmap {
    padding-bottom: 35%;
  }
  .seminar-editor {
    margin-top: 3.4722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .seminar-main-image {
    width: 420px;
  }
  .seminar-main-image img {
    height: 320px;
  }
  .seminar-main-content {
    width: 440px;
  }
  .seminar-main-data:after {
    height: 1px;
    background-size: auto 1px;
  }
  .seminar-main-data dl {
    padding: 20px 10px;
  }
  .seminar-main-data dl:after {
    height: 1px;
    background-size: auto 1px;
  }
  .seminar-main-data dt {
    padding-left: 20px;
    width: 100px;
  }
  .seminar-main-data dt:before {
    width: 4px;
    border-radius: 1.5px;
  }
  .seminar-main-data dd {
    width: calc(100% - 120px);
  }
  .seminar-main-btn {
    margin: 30px auto 0 auto;
    width: 380px;
  }
  .seminar-main-btn .btn-main {
    padding-right: 24px;
  }
  .seminar-map {
    margin-top: 35px;
  }
  .seminar-editor {
    margin-top: 50px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.sub--staff section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

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

.staff-post {
  position: relative;
  padding: 8.6666666667vw 4.6666666667vw 4vw 4.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.staff-copy {
  position: absolute;
  top: -4vw;
  right: -2vw;
  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: 21.3333333333vw;
  height: 21.3333333333vw;
  background-color: #fbe815;
  border-radius: 50%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 1;
}
.staff-copy p {
  font-size: 2.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.15em;
}

.staff-position {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 800;
  text-align: center;
  line-height: 1.25em;
}

.staff-head {
  margin-bottom: 4.6666666667vw;
  text-align: center;
}

.staff-name {
  position: relative;
  font-size: 5.6vw;
  font-weight: 800;
  line-height: 1.25em;
}

.staff-en {
  margin-top: 1em;
  color: #1ba6e0;
  font-size: 2.1333333333vw;
  font-weight: 800;
}

.staff-data {
  position: relative;
}
.staff-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.staff-data dl {
  position: relative;
  padding: 2.6666666667vw 0;
}
.staff-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.staff-data dl:last-child:after {
  content: none;
}

.staff-data dt {
  position: relative;
  top: 0.05em;
  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.2em 0.5em 0.3em 0.5em;
  background-color: #f5f5f5;
  border-radius: 2.6666666667vw;
  font-weight: 700;
}

.staff-data dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.78em;
}

.staff-data--harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.staff-data--harf dt {
  margin-right: 1em;
}

.staff-data--full dt {
  margin-bottom: 0.5em;
}

.staff-image {
  margin: 0 auto 6vw auto;
  width: 48vw;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 56vw;
}

@media screen and (min-width: 751px) {
  .sub--staff section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .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;
    padding: 4.1666666667vw 3.8194444444vw 2.4305555556vw 3.8194444444vw;
    border-radius: 0.3472222222vw;
  }
  .staff-copy {
    top: -3.4722222222vw;
    right: -1.0416666667vw;
    width: 9.0277777778vw;
    height: 9.0277777778vw;
  }
  .staff-copy p {
    font-size: 1.25vw;
  }
  .staff-content {
    width: 34.7222222222vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .staff-position {
    font-size: 1.25vw;
    text-align: left;
  }
  .staff-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1.3888888889vw;
    text-align: left;
  }
  .staff-name {
    top: 0.1em;
    font-size: 2.5vw;
  }
  .staff-en {
    margin: 0 0 0 1em;
    font-size: 1.1111111111vw;
  }
  .staff-data:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .staff-data dl {
    padding: 1.0416666667vw 0;
  }
  .staff-data dl:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .staff-data dt {
    border-radius: 0.9722222222vw;
    font-size: 1.25vw;
  }
  .staff-data dd {
    line-height: 2em;
  }
  .staff-data--harf dt {
    width: 8.3333333333vw;
  }
  .staff-data--harf dd {
    width: calc(100% - 10.4166666667vw);
  }
  .staff-image {
    margin: 0;
    width: 25vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .staff-image img {
    height: 29.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--staff section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .staff .staff-post:nth-child(n+2) {
    margin-top: 40px;
  }
  .staff-post {
    padding: 60px 55px 35px 55px;
    border-radius: 5px;
  }
  .staff-copy {
    top: -50px;
    right: -15px;
    width: 130px;
    height: 130px;
  }
  .staff-copy p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .staff-content {
    width: 500px;
  }
  .staff-position {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .staff-head {
    margin-bottom: 20px;
  }
  .staff-name {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .staff-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .staff-data:after {
    height: 1px;
    background-size: auto 1px;
  }
  .staff-data dl {
    padding: 15px 0;
  }
  .staff-data dl:after {
    height: 1px;
    background-size: auto 1px;
  }
  .staff-data dt {
    border-radius: 14px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .staff-data--harf dt {
    width: 120px;
  }
  .staff-data--harf dd {
    width: calc(100% - 150px);
  }
  .staff-image {
    width: 360px;
  }
  .staff-image img {
    height: 420px;
  }
}
/* faq --> archive
-------------------------------------------------------------------------------*/
.sub--faq section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.faq {
  position: relative;
}

.faq-item {
  position: relative;
  padding: 2vw 4.6666666667vw;
  background-color: #ffffff;
  border-radius: 2vw;
}

.faq .faq-item:nth-child(n+2) {
  margin-top: 4vw;
}

.faq-item dt {
  position: relative;
  padding: 0.5em 9.3333333333vw 0.6em 7.3333333333vw;
  font-size: 4.1333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}
.faq-item dt:before {
  content: "Q.";
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #1ba6e0;
  font-family: "Anton";
  font-size: 5.6vw;
  font-weight: 400;
}
.faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/faq/plus.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-item dt:hover {
  cursor: pointer;
}

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

.faq-item dd {
  position: relative;
  display: none;
  padding: 2.6666666667vw 0 0 7.3333333333vw;
  color: #989898;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.65em;
}
.faq-item dd::before {
  content: "A.";
  position: absolute;
  top: 2.6666666667vw;
  left: 0.4vw;
  color: #989898;
  font-family: "Anton";
  font-size: 4.8vw;
  font-weight: 400;
}
.faq-item dd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

@media screen and (min-width: 751px) {
  .sub--faq section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .faq-item {
    padding: 1.0416666667vw 1.7361111111vw;
    border-radius: 0.6944444444vw;
  }
  .faq .faq-item:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .faq-item dt {
    padding: 0.5em 5.5555555556vw 0.5em 2.7777777778vw;
    font-size: 1.25vw;
    line-height: 1.6em;
  }
  .faq-item dt:before {
    top: 0.3em;
    font-size: 2.0833333333vw;
  }
  .faq-item dt:after {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
  .faq-item dd {
    margin: 0.6944444444vw 0 0 auto;
    padding: 1.3888888889vw 0 0 2.7777777778vw;
    font-size: 1.0416666667vw;
    line-height: 1.78em;
  }
  .faq-item dd::before {
    top: 1.3888888889vw;
    left: 0.6944444444vw;
    font-size: 1.6666666667vw;
  }
  .faq-item dd:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--faq section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .faq-item {
    padding: 15px 25px;
    border-radius: 10px;
  }
  .faq .faq-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .faq-item dt {
    padding: 0.5em 80px 0.5em 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faq-item dt:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .faq-item dt:after {
    width: 24px;
    height: 24px;
  }
  .faq-item dd {
    margin: 10px 0 0 auto;
    padding: 20px 0 0 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .faq-item dd::before {
    top: 20px;
    left: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .faq-item dd:after {
    height: 1px;
    background-size: auto 1px;
  }
}
/*  lineup --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.sub--lineup section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

.lineup {
  position: relative;
}

.lineup-post {
  position: relative;
}

.lineup-post a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #ffffff;
}

.lineup-image {
  position: relative;
  z-index: 1;
}
.lineup-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 64vw;
}

.lineup-copy {
  padding: 0.5em 4vw;
  background-color: #1ba6e0;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.35em;
}

.lineup-content {
  position: relative;
  padding: 2.6666666667vw 4vw 4vw 4vw;
}

.lineup-ttl {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.35em;
}

.lineup-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2.6666666667vw 0 0 -2.6666666667vw;
}
.lineup-years dl {
  margin-left: 2.6666666667vw;
  width: calc(50% - 2.6666666667vw);
}
.lineup-years dt {
  margin-bottom: 0.3em;
  padding: 0.3em 0.75em 0.4em 0.75em;
  background-color: #e3e3e3;
  color: #0099ce;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}
.lineup-years dd {
  padding-top: 0.05em;
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .lineup {
    margin: 0 auto;
    width: 80vw;
  }
  .lineup .lineup-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.4305555556vw;
    width: auto;
    height: auto;
  }
  .lineup .lineup-post {
    display: block !important;
    margin-left: 2.4305555556vw;
    width: calc(33.33333% - 2.4305555556vw);
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .lineup-image img {
    height: 17.3611111111vw;
  }
  .lineup a:hover .lineup-image > div > div {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .lineup-copy {
    padding: 0.5em 1.0416666667vw;
    font-size: 1.25vw;
  }
  .lineup-content {
    padding: 0.8333333333vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
  }
  .lineup-ttl {
    font-size: 1.25vw;
  }
  .lineup-years {
    margin: 1.0416666667vw 0 0 -1.0416666667vw;
  }
  .lineup-years dl {
    margin-left: 1.0416666667vw;
    width: calc(50% - 1.0416666667vw);
  }
  .lineup-years dt {
    font-size: 0.9722222222vw;
  }
  .lineup-years dd {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .lineup {
    margin-left: -35px;
  }
  .lineup .lineup-post {
    margin-left: 35px;
    width: calc(33.33333% - 35px);
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .lineup-image img {
    height: 250px;
  }
  .lineup-copy {
    padding: 0.5em 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-content {
    padding: 12px 15px 15px 15px;
  }
  .lineup-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-years {
    margin: 15px 0 0 -15px;
  }
  .lineup-years dl {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
  .lineup-years dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lineup-years dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- main - */
.lineup-hero {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

.lineup-hero-main {
  position: relative;
  z-index: 1;
}

.lineup-hero-image {
  position: relative;
  height: 57.0666666667vw;
}
.lineup-hero-image > div {
  position: absolute;
  top: 0;
  left: 0;
}

.lineup-hero-content {
  position: relative;
  padding: 4vw 4.9333333333vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
  z-index: 1;
}
.lineup-hero-content:before, .lineup-hero-content:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.lineup-hero-content:before {
  top: -8.6666666667vw;
  right: -5.3333333333vw;
  width: 18.9333333333vw;
  height: 17.8666666667vw;
  background-image: url(../img/lineup/deco-t.svg);
}
.lineup-hero-content:after {
  left: -2vw;
  bottom: -8.6666666667vw;
  width: 19.0666666667vw;
  height: 17.8666666667vw;
  background-image: url(../img/lineup/deco-b.svg);
}

.lineup-hero-ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.25em;
}
.lineup-hero-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.lineup-hero-desc {
  padding: 1em 1.25em;
  background-color: #f5f5f5;
}
.lineup-hero-desc p {
  line-height: 1.65em;
}

@media screen and (max-width: 750px) {
  .lineup-hero-content {
    top: -13.3333333333vw;
    margin: 0 auto -13.3333333333vw auto;
    width: 82.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-hero {
    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: 6.9444444444vw;
  }
  .lineup-hero-image {
    width: 34.7222222222vw;
    height: 25vw;
  }
  .lineup-hero-image > div {
    width: 40.2777777778vw;
  }
  .lineup-hero-content {
    margin: 0;
    top: 2.0833333333vw;
    padding: 2.4305555556vw;
    width: 34.7222222222vw;
    border-width: 0.2777777778vw;
  }
  .lineup-hero-content:before {
    top: -4.5138888889vw;
    right: -2.7777777778vw;
    width: 9.8611111111vw;
    height: 9.3055555556vw;
  }
  .lineup-hero-content:after {
    left: -1.0416666667vw;
    bottom: -4.5138888889vw;
    width: 9.9305555556vw;
    height: 9.3055555556vw;
  }
  .lineup-hero-ttl {
    font-size: 2.5vw;
  }
  .lineup-hero-ttl:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .lineup-hero-desc {
    padding: 1em 1.75em;
  }
  .lineup-hero-desc p {
    line-height: 1.85em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-hero {
    margin-bottom: 80px;
  }
  .lineup-hero-image {
    width: 500px;
    height: 360px;
  }
  .lineup-hero-image > div {
    width: 580px;
  }
  .lineup-hero-content {
    top: 30px;
    padding: 30px;
    width: 500px;
    border-width: 4px;
  }
  .lineup-hero-content:before {
    top: -65px;
    right: -40px;
    width: 142px;
    height: 134px;
  }
  .lineup-hero-content:after {
    left: -15px;
    bottom: -65px;
    width: 143px;
    height: 134px;
  }
  .lineup-hero-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .lineup-hero-ttl:after {
    height: 1px;
    background-size: auto 1px;
  }
}
/* ------------------------------------------- bnr - */
.lineup-bnr {
  margin-bottom: 10.6666666667vw;
}

.lineup-bnr a {
  display: block;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .lineup-bnr {
    margin-bottom: 5.5555555556vw;
  }
  .lineup-bnr a {
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-bnr {
    margin-bottom: 80px;
  }
  .lineup-bnr a {
    border-radius: 5px;
  }
}
/*  lineup --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- main - */
.lineup-main {
  position: relative;
}

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

.lineup-main-catch {
  margin-bottom: 0.7em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}

.lineup-main-desc p {
  line-height: 1.5em;
}

.lineup-data {
  position: relative;
  margin-top: 5.3333333333vw;
}
.lineup-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.lineup-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.3333333333vw 0;
}
.lineup-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 0.2666666667vw;
  background-image: url(../img/common/dashed.svg);
  background-size: auto 0.2666666667vw;
  background-repeat: repeat-x;
}

.lineup-data dt {
  position: relative;
  padding: 0 0 0.1em 4vw;
  width: 26.6666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}
.lineup-data dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8vw;
  height: 1.2em;
  background-color: #d1d1d1;
  border-radius: 0.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-data dd {
  width: calc(100% - 29.3333333333vw);
  line-height: 1.5em;
}

.lineup-main-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 100%;
  max-width: 100%;
}

.lineup-main-btn .btn-main {
  padding-right: 5.0666666667vw;
}

@media screen and (min-width: 751px) {
  .lineup-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lineup-main-image {
    margin: 0;
    width: 30.5555555556vw;
  }
  .lineup-main-image img {
    height: 29.1666666667vw;
  }
  .lineup-main-content {
    width: 29.1666666667vw;
  }
  .lineup-main-catch {
    font-size: 1.4583333333vw;
  }
  .lineup-main-desc p {
    line-height: 1.75em;
  }
  .lineup-data {
    margin-top: 2.0833333333vw;
  }
  .lineup-data:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .lineup-data dl {
    padding: 1.3888888889vw 0.6944444444vw;
  }
  .lineup-data dl:after {
    height: 0.0694444444vw;
    background-size: auto 0.0694444444vw;
  }
  .lineup-data dt {
    padding-left: 1.3888888889vw;
    width: 9.7222222222vw;
  }
  .lineup-data dt:before {
    width: 0.2777777778vw;
    border-radius: 0.1041666667vw;
  }
  .lineup-data dd {
    width: calc(100% - 10.7638888889vw);
  }
  .lineup-main-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 26.3888888889vw;
  }
  .lineup-main-btn .btn-main {
    padding-right: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-main-image {
    width: 440px;
  }
  .lineup-main-image img {
    height: 420px;
  }
  .lineup-main-catch {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .lineup-main-content {
    width: 420px;
  }
  .lineup-data {
    margin-top: 30px;
  }
  .lineup-data:after {
    height: 1px;
    background-size: auto 1px;
  }
  .lineup-data dl {
    padding: 20px 10px;
  }
  .lineup-data dl:after {
    height: 1px;
    background-size: auto 1px;
  }
  .lineup-data dt {
    padding-left: 20px;
    width: 140px;
  }
  .lineup-data dt:before {
    width: 4px;
    border-radius: 1.5px;
  }
  .lineup-data dd {
    width: calc(100% - 155px);
  }
  .lineup-main-btn {
    margin: 30px auto 0 auto;
    width: 380px;
  }
  .lineup-main-btn .btn-main {
    padding-right: 24px;
  }
}
/* ------------------------------------------- remarks - */
.lineup-remarks {
  position: relative;
  margin: 8vw auto 0 auto;
  padding: 11.3333333333vw 5.3333333333vw 6vw 5.3333333333vw;
  background-color: #f5f5f5;
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  z-index: 1;
}

.lineup-remarks-ttl {
  position: absolute;
  top: 0;
  left: 6vw;
  padding: 0.4em 0.75em 0.5em 0.75em;
  display: inline-block;
  background-color: #e3e3e3;
  color: #1ba6e0;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lineup-remarks p {
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .lineup-remarks {
    margin: 2.4305555556vw 0 0 0;
    padding: 4.1666666667vw 2.9861111111vw 2.0833333333vw 2.9861111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .lineup-remarks-ttl {
    left: 3.125vw;
    font-size: 1.25vw;
  }
  .lineup-remarks p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-remarks {
    margin-top: 35px;
    padding: 60px 43px 30px 43px;
    border-width: 2px;
    border-radius: 10px;
  }
  .lineup-remarks-ttl {
    left: 45px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- point - */
.lineup-point {
  margin: 12vw auto 0 auto !important;
}

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

.lineup-point > div > .lineup-point-desc {
  margin-bottom: 5.3333333333vw;
}

.lineup-point-image {
  margin: 0 auto 4.6666666667vw auto;
}

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

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

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

.lineup-point-desc p {
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .lineup-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-point {
    margin: 4.1666666667vw 0 0 0 !important;
  }
  .lineup-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .lineup-point > div > .lineup-point-desc {
    margin-bottom: 2.4305555556vw;
  }
  .lineup-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .lineup-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .lineup-point-image {
    margin: 0 0 1.0416666667vw 0;
  }
  .lineup-point-image img {
    height: 19.4444444444vw;
  }
  .lineup-point-subhead {
    font-size: 1.25vw;
  }
  .lineup-point-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-point {
    margin: 60px 0 0 0 !important;
  }
  .lineup-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .lineup-point > div > .lineup-point-desc {
    margin-bottom: 35px;
  }
  .lineup-point-list {
    margin-left: -30px;
  }
  .lineup-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-point-image {
    margin-bottom: 15px;
  }
  .lineup-point-image img {
    height: 280px;
  }
  .lineup-point-subhead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- table - */
.lineup-pricelist {
  position: relative;
}

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

.lineup-pricelist table {
  width: 100%;
  background-color: #ffffff;
  border: 0.5333333333vw solid #e3e3e3;
}

.lineup-pricelist table th,
.lineup-pricelist table td {
  padding: 1em;
  border: 0.5333333333vw solid #e3e3e3;
  line-height: 1.25em;
  white-space: nowrap;
}

.lineup-pricelist table thead {
  background-color: #f5f5f5;
}

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

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

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

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

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

@media screen and (min-width: 751px) {
  .lineup-pricelist > div {
    padding-bottom: 1.0416666667vw;
  }
  .lineup-pricelist table {
    border: 0.1388888889vw solid #e3e3e3;
  }
  .lineup-pricelist table th,
  .lineup-pricelist table td {
    border: 0.1388888889vw solid #e3e3e3;
  }
  .lineup-pricelist > div .scroll-hint-icon {
    left: 26.8055555556vw;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
    border-radius: 0.6944444444vw;
  }
  .lineup-pricelist > div .scroll-hint-icon:after {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-pricelist > div {
    padding-bottom: 15px;
  }
  .lineup-pricelist table {
    border: 2px solid #e3e3e3;
  }
  .lineup-pricelist table th,
  .lineup-pricelist table td {
    border: 2px solid #e3e3e3;
  }
  .lineup-pricelist > div .scroll-hint-icon {
    left: 386px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
  }
  .lineup-pricelist > div .scroll-hint-icon:after {
    width: 50px;
    height: 50px;
  }
}
/* pillar -- > blog
-------------------------------------------------------------------------------*/
.pillar-blog-box {
  padding: 2vw 4vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

@media screen and (min-width: 751px) {
  .pillar-blog-box {
    padding: 2.0833333333vw;
    border-radius: 0.3472222222vw;
  }
  .pillar-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .pillar-blog .blog-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .pillar-blog .blog-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .pillar-blog .blog-post a {
    display: block;
  }
  .pillar-blog .blog-image {
    margin-bottom: 1.0416666667vw;
  }
  .pillar-blog .blog-image img {
    height: 14.5833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-blog-box {
    padding: 30px;
    border-radius: 5px;
  }
  .pillar-blog {
    margin-left: -30px;
  }
  .pillar-blog .blog-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .pillar-blog .blog-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .pillar-blog .blog-image {
    margin-bottom: 15px;
  }
  .pillar-blog .blog-image img {
    height: 210px;
  }
}
/* pillar -- > common
-------------------------------------------------------------------------------*/
.pillar {
  position: relative;
  padding-bottom: 6.6666666667vw;
}

.pillar section:nth-of-type(n + 2) {
  margin-top: 13.3333333333vw;
}

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

.pillar .sec-catch {
  margin: 0.8em 0 0.5em 0;
}

.pillar .sec-desc {
  margin-top: 4vw;
  padding: 1em 1.5em;
  background-color: #ffffff;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
}
.pillar .sec-desc p {
  text-align: left;
}

.pillar-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

.pillar .inquiry {
  margin-top: 16vw;
}

@media screen and (max-width: 750px) {
  .pillar .sec-ttl {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .pillar {
    padding-bottom: 4.8611111111vw;
  }
  .pillar section:nth-of-type(n + 2) {
    margin-top: 6.9444444444vw;
  }
  .pillar .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .pillar .sec-desc {
    margin-top: 1.7361111111vw;
    padding: 1.5em;
    text-align: center;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .pillar .sec-desc p {
    text-align: center;
  }
  .pillar-btn {
    margin-top: 2.4305555556vw;
    width: 27.0833333333vw;
  }
  .pillar .inquiry {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar {
    padding-bottom: 70px;
  }
  .pillar section:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .pillar .sec-head {
    margin-bottom: 50px;
  }
  .pillar .sec-catch {
    margin: 0.8em 0 0.2em 0;
  }
  .pillar .sec-desc {
    margin-top: 25px;
    border-width: 2px;
    border-radius: 10px;
  }
  .pillar-btn {
    margin-top: 35px;
    width: 390px;
  }
  .pillar .inquiry {
    margin-top: 120px;
  }
}
/*  pillar --> company
-------------------------------------------------------------------------------*/
.pillar-company {
  margin-bottom: 9.3333333333vw;
}

.pillar-company-image {
  margin-bottom: 4vw;
}

.pillar-company-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-size: 4.9333333333vw;
  font-weight: 700;
  line-height: 1.6em;
}
.pillar-company-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #1ba6e0;
}

.pillar-company-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 85.3333333333vw;
}

@media screen and (min-width: 751px) {
  .pillar-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4.8611111111vw;
  }
  .pillar-company-image {
    margin: 0;
    width: 37.5vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pillar-company-content {
    width: 29.1666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pillar-company-ttl {
    font-size: 1.4583333333vw;
    line-height: 1.75em;
  }
  .pillar-company-ttl:after {
    height: 0.2083333333vw;
  }
  .pillar-company-btn {
    margin: 2.0833333333vw 0 0 0;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-company {
    margin-bottom: 70px;
  }
  .pillar-company-image {
    width: 540px;
  }
  .pillar-company-content {
    width: 420px;
  }
  .pillar-company-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .pillar-company-ttl:after {
    height: 3px;
  }
  .pillar-company-btn {
    margin: 30px 0 0 0;
    width: 360px;
  }
}
/* pillar -- > hero
-------------------------------------------------------------------------------*/
.pillar-hero {
  position: relative;
  margin: 0 auto 8vw auto;
  width: 92vw;
  border-radius: 0.6666666667vw;
  overflow: hidden;
}

.pillar-hero a {
  display: block;
}

@media screen and (min-width: 751px) {
  .pillar-hero {
    margin-bottom: 4.1666666667vw;
    width: 69.4444444444vw;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-hero {
    margin-bottom: 60px;
    width: 1000px;
    border-radius: 5px;
  }
}
/* pillar -- > merit
-------------------------------------------------------------------------------*/
.problem-box--merit:after {
  content: none;
}

.pillar-merit {
  margin-top: 50px;
}

.pillar-merit > li {
  position: relative;
}

.pillar-merit-image {
  margin-bottom: 4vw;
}

.pillar-merit-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.pillar-merit-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3em;
  height: 0.5333333333vw;
  border-radius: 0.3em;
  background-color: #1ba6e0;
}

@media screen and (max-width: 750px) {
  .pillar-merit > li:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .pillar-merit > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pillar-merit > li:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .pillar-merit-image {
    margin: 0;
    width: 27.7777777778vw;
  }
  .pillar-merit-content {
    padding-top: 1em;
    width: 39.5833333333vw;
  }
  .pillar-merit-ttl {
    font-size: 1.4583333333vw;
  }
  .pillar-merit-ttl:before {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .pillar-merit > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .pillar-merit-image {
    width: 400px;
  }
  .pillar-merit-content {
    width: 570px;
  }
  .pillar-merit-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .pillar-merit-ttl:before {
    height: 3px;
  }
}
/* pillar -- > rainleaking
-------------------------------------------------------------------------------*/
/* ------------------------------------------- corrosion - */
.rainleaking-corrosion-ttl {
  padding: 0.5em;
  background-color: #252525;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.45em;
}

.rainleaking-corrosion-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rainleaking-corrosion-images:after {
  content: "要注意！";
  position: absolute;
  top: -5.3333333333vw;
  right: -2vw;
  display: inline-block;
  padding: 0.2em 0.2em 0.3em 0.5em;
  background-color: #b42519;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.rainleaking-corrosion-images > li {
  width: 33.33333%;
}

.rainleaking-corrosion-desc {
  margin-top: 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .rainleaking-corrosion {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
  .rainleaking-corrosion-ttl {
    padding: 0.5em 1em;
    font-size: 1.9444444444vw;
  }
  .rainleaking-corrosion-images:after {
    top: 1.3888888889vw;
    right: -1.0416666667vw;
    font-size: 2.5vw;
  }
  .rainleaking-corrosion-desc {
    margin: 1.7361111111vw auto 0 auto;
    width: 62.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .rainleaking-corrosion {
    width: 960px;
  }
  .rainleaking-corrosion-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .rainleaking-corrosion-images:after {
    top: 20px;
    right: -15px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .rainleaking-corrosion-desc {
    margin: 25px auto 0 auto;
    width: 900px;
  }
}
/* ------------------------------------------- counterplan - */
.rainleaking-counterplan {
  margin-top: 8.6666666667vw;
}

.rainleaking-counterplan-ttl {
  margin-bottom: 0.8em;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.45em;
}

.rainleaking-pursuit {
  padding: 5.3333333333vw;
  background-color: #ffffff;
  border-color: #1ba6e0;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
}

.rainleaking-pursuit-ttl {
  margin-bottom: 0.8em;
  color: #1ba6e0;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.45em;
}

@media screen and (min-width: 751px) {
  .rainleaking-counterplan {
    margin-top: 4.1666666667vw;
  }
  .rainleaking-counterplan-ttl {
    font-size: 2.5vw;
  }
  .rainleaking-pursuit {
    padding: 2.0833333333vw 2.7777777778vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .rainleaking-pursuit-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .rainleaking-counterplan {
    margin-top: 60px;
  }
  .rainleaking-counterplan-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .rainleaking-pursuit {
    padding: 30px 40px;
    border-width: 2px;
    border-radius: 10px;
  }
  .rainleaking-pursuit-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* ------------------------------------------- diagnosis - */
.rainleaking-diagnosis {
  margin-top: 9.3333333333vw;
}

.rainleaking-diagnosis-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 3.3333333333vw auto;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  background-color: #fbe815;
  border-radius: 50%;
}
.rainleaking-diagnosis-point p {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}

.rainleaking-diagnosis-ttl {
  font-size: 7.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.rainleaking-diagnosis-ttl span {
  color: #1ba6e0;
}

.rainleaking-feature {
  margin-top: 8vw;
}

.rainleaking-feature-image {
  margin: 0 auto 4vw auto;
  width: 64vw;
}

@media screen and (min-width: 751px) {
  .rainleaking-diagnosis {
    margin: 4.1666666667vw auto 0 auto;
    width: 55.5555555556vw;
  }
  .rainleaking-diagnosis-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;
  }
  .rainleaking-diagnosis-point {
    margin: 0 2.7777777778vw 0 0;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .rainleaking-diagnosis-point p {
    font-size: 1.4583333333vw;
  }
  .rainleaking-diagnosis-ttl {
    font-size: 3.75vw;
    text-align: left;
    line-height: 1.15em;
  }
  .rainleaking-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.7777777778vw;
  }
  .rainleaking-feature-image {
    margin: 0;
    width: 19.4444444444vw;
  }
  .rainleaking-feature-content {
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .rainleaking-diagnosis {
    margin-top: 60px;
    width: 800px;
  }
  .rainleaking-diagnosis-point {
    margin-right: 40px;
    width: 120px;
    height: 120px;
  }
  .rainleaking-diagnosis-point p {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .rainleaking-diagnosis-ttl {
    font-size: 54px;
    font-size: 5.4rem;
  }
  .rainleaking-feature {
    margin-top: 40px;
  }
  .rainleaking-feature-image {
    width: 280px;
  }
  .rainleaking-feature-content {
    width: 480px;
  }
}
/* ------------------------------------------- practicable - */
.rainleaking-practicable {
  margin-top: 9.3333333333vw;
}

.rainleaking-practicable .head-w {
  text-align: center;
}

.rainleaking-insurance-image {
  margin-top: 4vw;
}

@media screen and (min-width: 751px) {
  .rainleaking-practicable {
    margin-top: 4.1666666667vw;
  }
  .rainleaking-insurance {
    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;
  }
  .rainleaking-insurance-content {
    width: 33.3333333333vw;
  }
  .rainleaking-insurance-image {
    margin: 0;
    width: 33.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .rainleaking-practicable {
    margin-top: 60px;
  }
  .rainleaking-insurance-content {
    width: 480px;
  }
  .rainleaking-insurance-image {
    width: 480px;
  }
}
/* pillar -- > subsidy
-------------------------------------------------------------------------------*/
.subsidy > div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.subsidy-post {
  position: relative;
  padding: 4vw 6vw 5.3333333333vw 6vw;
  background-color: #ffffff;
  border-radius: 0.6666666667vw;
}

.subsidy .subsidy-post:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.subsidy-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 0.75em;
  color: #1ba6e0;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
}
.subsidy-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25em;
  height: 100%;
  background-color: #7cc3e9;
  border-radius: 0.3em;
}

.subsidy-image {
  margin-bottom: 4vw;
}

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

@media screen and (min-width: 751px) {
  .subsidy > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .subsidy-post {
    padding: 2.0833333333vw 2.4305555556vw;
    border-radius: 0.3472222222vw;
  }
  .subsidy .subsidy-post:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .subsidy-ttl {
    margin-bottom: 1em;
    font-size: 1.6666666667vw;
  }
  .subsidy-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;
  }
  .subsidy-image {
    margin: 0;
    width: 20.8333333333vw;
  }
  .subsidy-content {
    width: 40.9722222222vw;
  }
  .subsidy-btn {
    margin: 2.0833333333vw 0 0 0;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .subsidy > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .subsidy-post {
    padding: 30px 35px;
    border-radius: 5px;
  }
  .subsidy .subsidy-post:nth-child(n+3) {
    margin-top: 30px;
  }
  .subsidy-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .subsidy-image {
    width: 340px;
  }
  .subsidy-content {
    width: 550px;
  }
  .subsidy-btn {
    margin-top: 30px;
    width: 360px;
  }
}
