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

.sub--plr {
  padding-bottom: 0 !important;
}

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

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

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

.sub-lead {
  position: relative;
  margin-bottom: 9.3333333333vw;
  padding: 1.5em 1.25em;
  background-color: #ffffff;
}
.sub-lead p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

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

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

.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-bottom: 6.9444444444vw;
  }
  .sub--section main > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .sub-in {
    width: 76.3888888889vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 2em;
  }
  .sub-lead p {
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.66em;
  }
  .complete p,
  .notfound p {
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding-bottom: 100px;
  }
  .sub--section main > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .sub-in {
    width: 1100px;
  }
  .sub-lead {
    margin-bottom: 70px;
  }
  .sub-lead p {
    font-size: 1.6rem;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- message - */
.message {
  position: relative;
  padding-bottom: 10.6666666667vw;
}

.message > div {
  position: relative;
}

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

.message-ttl {
  margin-bottom: 1em;
  font-size: 5.3333333333vw;
  line-height: 1.5em;
}
.message-ttl span {
  margin-left: -0.5em;
  color: #0f54ac;
}

.message-desc p {
  font-size: 3.4666666667vw;
}

.message-image {
  position: relative;
  margin: 7.3333333333vw auto 0 auto;
}
.message-image > div {
  position: relative;
  z-index: 1;
}
.message-image > div:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.message-ceo {
  position: absolute;
  right: -4vw;
  bottom: -6.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;
  padding: 0.2em 2em 0 2em;
  height: 13.3333333333vw;
  background-color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  z-index: 1;
}
.message-ceo span {
  margin-left: 0.5em;
  font-size: 4.2666666667vw;
}

.message > div:nth-child(1) .message-image > div:before {
  right: -5.3333333333vw;
  bottom: -5.3333333333vw;
  width: 74.6666666667vw;
  height: 34.6666666667vw;
  background-color: #ff5400;
}

.message > div:nth-child(2) .message-image > div:before {
  left: -5.3333333333vw;
  bottom: -5.3333333333vw;
  width: 74.6666666667vw;
  height: 34.6666666667vw;
  background-color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .message {
    padding-bottom: 3.4722222222vw;
  }
  .message > 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;
  }
  .message > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .message-image {
    margin: 0;
    width: 33.3333333333vw;
    height: 31.25vw;
  }
  .message-image > div {
    position: absolute;
    top: 0;
    width: 50vw;
  }
  .message-content {
    width: 38.1944444444vw;
  }
  .message-ttl {
    font-size: 1.6666666667vw;
    text-align: left;
    line-height: 1.66em;
  }
  .message-desc p {
    font-size: 1.1111111111vw;
  }
  .message-ceo {
    right: 2.7777777778vw;
    bottom: -2.0833333333vw;
    height: 4.1666666667vw;
    font-size: 1.1111111111vw;
  }
  .message-ceo span {
    font-size: 1.3888888889vw;
  }
  .message > div:nth-child(1) .message-image > div {
    left: 0;
  }
  .message > div:nth-child(1) .message-image > div:before {
    right: -3.4722222222vw;
    bottom: -3.4722222222vw;
    width: 20.8333333333vw;
    height: 38.8888888889vw;
  }
  .message > div:nth-child(2) .message-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .message > div:nth-child(2) .message-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .message > div:nth-child(2) .message-image > div {
    right: 0;
  }
  .message > div:nth-child(2) .message-image > div:before {
    left: auto;
    right: -2.7777777778vw;
    bottom: -4.1666666667vw;
    width: 61.1111111111vw;
    height: 13.8888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .message {
    padding-bottom: 50px;
  }
  .message > 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;
  }
  .message > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .message-image {
    width: 480px;
    height: 450px;
  }
  .message-image > div {
    width: 720px;
  }
  .message-content {
    width: 550px;
  }
  .message-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .message-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .message-ceo {
    right: 40px;
    bottom: -30px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .message-ceo span {
    font-size: 20px;
    font-size: 2rem;
  }
  .message > div:nth-child(1) .message-image > div:before {
    right: -50px;
    bottom: -50px;
    width: 300px;
    height: 560px;
  }
  .message > div:nth-child(2) .message-image > div:before {
    right: -40px;
    bottom: -60px;
    width: 880px;
    height: 200px;
  }
}
/* ------------------------------------------- overview - */
.company-overview dl {
  border-top-color: #bdbdbd;
  border-top-style: solid;
  border-top-width: 1px;
}

.company-overview dl:nth-child(odd) {
  background-color: #f3f3f3;
}

.company-overview dl:last-child {
  border-bottom-color: #bdbdbd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.company-overview dt {
  padding: 1em;
  width: 100%;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.company-overview dd {
  padding: 0 1em 1em 1em;
  width: 100%;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .company-overview {
    margin: 0 auto;
    width: 61.1111111111vw;
  }
  .company-overview dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top-width: 0.0694444444vw;
  }
  .company-overview dl:last-child {
    border-bottom-width: 0.0694444444vw;
  }
  .company-overview dt {
    padding: 1em 2em;
    width: 13.1944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
  .company-overview dd {
    padding: 1em 2em;
    width: calc(100% - 13.1944444444vw);
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .company-overview {
    width: 880px;
  }
  .company-overview dl {
    border-top-width: 1px;
  }
  .company-overview dl:last-child {
    border-bottom-width: 1px;
  }
  .company-overview dt {
    width: 190px;
    font-size: 1.6rem;
  }
  .company-overview dd {
    width: calc(100% - 190px);
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- access - */
.company-access {
  margin: 0 auto;
  width: 100%;
}

.company-access-map {
  margin-bottom: 4.6666666667vw;
}

.company-access-content {
  padding: 0 1.5em;
}

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

.company-area dl dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}
.company-area dl dt:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #0f54ac;
  border-radius: 50%;
}
.company-area dl dd {
  line-height: 1.55em;
}

@media screen and (min-width: 751px) {
  .company-access {
    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: 69.4444444444vw;
  }
  .company-access-map {
    margin: 0;
    width: 31.25vw;
  }
  .company-access-content {
    padding: 0;
    width: 34.0277777778vw;
  }
  .company-area dl dd {
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .company-access {
    width: 1000px;
  }
  .company-access-map {
    width: 450px;
  }
  .company-access-content {
    width: 490px;
  }
}
/* ------------------------------------------- history - */
.company-history dl:nth-child(odd) {
  background-color: #f3f3f3;
}

.company-history dt {
  padding: 1em;
  width: 100%;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.company-history dd {
  padding: 0 1em 1em 1em;
  width: 100%;
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}

.company-history-list {
  margin: -0.5em 0 0 -1em;
}

.company-history-list li {
  display: inline-block;
  margin: 0.5em 0 0 1em;
}

@media screen and (min-width: 751px) {
  .company-history {
    margin: 0 auto;
    width: 61.1111111111vw;
  }
  .company-history dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .company-history dt {
    padding: 1em 2em;
    width: 9.0277777778vw;
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
  .company-history dd {
    padding: 1em 2em;
    width: calc(100% - 9.0277777778vw);
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .company-history {
    width: 880px;
  }
  .company-history dt {
    width: 130px;
    font-size: 1.6rem;
  }
  .company-history dd {
    width: calc(100% - 130px);
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- sdgs - */
.sdgs {
  margin: 0 auto;
  width: 100%;
}

.sdgs-about {
  margin-top: 8vw;
  padding: 4.6666666667vw;
  background-color: #f9f9f9;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.2666666667vw;
}

.sdgs-about-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.3em;
}

.sdgs-list {
  margin-top: 10.6666666667vw;
}

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

.sdgs-list-image {
  margin-top: 4.6666666667vw;
  width: 64vw;
}

.sdgs-list-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.1em 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.3em;
}
.sdgs-list-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #0f54ac;
  border-radius: 0.4vw;
}

.sdgs-activity {
  margin-top: 1em;
}

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

@media screen and (min-width: 751px) {
  .sdgs {
    width: 69.4444444444vw;
  }
  .sdgs-about {
    margin-top: 2.7777777778vw;
    padding: 2.0833333333vw;
    border-width: 0.1388888889vw;
  }
  .sdgs-about-ttl {
    font-size: 1.6666666667vw;
  }
  .sdgs-list {
    margin-top: 4.1666666667vw;
  }
  .sdgs-list > li:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .sdgs-list-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;
  }
  .sdgs-list-content {
    width: 40.9722222222vw;
  }
  .sdgs-list-image {
    margin: 0;
    width: 22.2222222222vw;
  }
  .sdgs-list-ttl {
    font-size: 1.6666666667vw;
  }
  .sdgs-list-ttl:before {
    width: 0.4166666667vw;
    border-radius: 0.1388888889vw;
  }
  .sdgs-activity > li {
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .sdgs {
    width: 1000px;
  }
  .sdgs-about {
    margin-top: 40px;
    padding: 30px;
    border-width: 2px;
  }
  .sdgs-about-ttl {
    font-size: 2.4rem;
  }
  .sdgs-list {
    margin-top: 60px;
  }
  .sdgs-list > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .sdgs-list-content {
    width: 590px;
  }
  .sdgs-list-image {
    width: 320px;
  }
  .sdgs-list-ttl {
    font-size: 2.4rem;
  }
  .sdgs-list-ttl:before {
    width: 6px;
    border-radius: 2px;
  }
}
/* ------------------------------------------- recruit - */
.company-recruit {
  margin: 0 auto;
  width: 100%;
}

.company-recruit > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.company-recruit-ttl {
  margin-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.company-recruit-point {
  margin-top: 8vw;
}

.company-recruit-point > li {
  padding: 5.3333333333vw 4.6666666667vw;
  background-color: #f9f9f9;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.1333333333vw;
}

.company-recruit-point-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.company-recruit-point-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4em;
  height: 0.6666666667vw;
  background-color: #0f54ac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .company-recruit-point > li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .company-recruit {
    width: 69.4444444444vw;
  }
  .company-recruit > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .company-recruit-ttl {
    font-size: 1.6666666667vw;
  }
  .company-recruit-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3.4722222222vw;
  }
  .company-recruit-point > li {
    padding: 2.0833333333vw;
    width: 21.5277777778vw;
    border-width: 0.0694444444vw;
  }
  .company-recruit-point-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3em;
    font-size: 1.25vw;
  }
  .company-recruit-point-ttl:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-recruit {
    width: 1000px;
  }
  .company-recruit > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .company-recruit-ttl {
    font-size: 2.4rem;
  }
  .company-recruit-point {
    margin-top: 50px;
  }
  .company-recruit-point > li {
    padding: 30px;
    width: 310px;
    border-width: 1px;
  }
  .company-recruit-point-ttl {
    font-size: 1.8rem;
  }
  .company-recruit-point-ttl:after {
    height: 3px;
  }
}
/* sub --> contact
-------------------------------------------------------------------------------*/
.sub--contact {
  padding-bottom: 0 !important;
}

/* sub --> builder
-------------------------------------------------------------------------------*/
/* ------------------------------------------- fv - */
.builder-fv {
  margin: 0 auto;
  width: 100%;
}

.builder-fv a {
  position: relative;
  display: block;
}

@media screen and (min-width: 751px) {
  .builder-fv {
    width: 76.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .builder-fv {
    width: 1100px;
  }
}
/* ------------------------------------------- strengths - */
.builder-strengths {
  margin: 0 auto;
  width: 100%;
}

.builder-strengths > li {
  padding: 4.5333333333vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.5333333333vw;
}

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

.builder-strengths-image {
  margin-bottom: 4.6666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

.builder-strengths-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  font-family: "Manrope", sans-serif;
  color: #0f54ac;
  font-size: 4.2666666667vw;
  font-weight: 800;
  font-optical-sizing: auto;
}
.builder-strengths-num span {
  position: relative;
  top: -0.05em;
  display: inline-block;
  margin-left: 0.1em;
  font-size: 5.8666666667vw;
}

.builder-strengths-ttl {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 1em;
  font-size: 4.2666666667vw;
  font-weight: 800;
  line-height: 1.5em;
}
.builder-strengths-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .builder-strengths {
    width: 69.4444444444vw;
  }
  .builder-strengths > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
  }
  .builder-strengths > li:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .builder-strengths-image {
    margin: 0;
    width: 22.2222222222vw;
    border-radius: 0.2777777778vw;
  }
  .builder-strengths-content {
    width: 40.2777777778vw;
  }
  .builder-strengths-num {
    font-size: 1.6666666667vw;
  }
  .builder-strengths-num span {
    font-size: 2.5vw;
  }
  .builder-strengths-ttl {
    font-size: 1.6666666667vw;
  }
  .builder-strengths-ttl:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .builder-strengths {
    width: 1000px;
  }
  .builder-strengths > li {
    padding: 30px;
    border-width: 2px;
    border-radius: 4px;
  }
  .builder-strengths > li:nth-child(n+2) {
    margin-top: 35px;
  }
  .builder-strengths-image {
    width: 320px;
    border-radius: 4px;
  }
  .builder-strengths-content {
    width: 580px;
  }
  .builder-strengths-num {
    font-size: 2.4rem;
  }
  .builder-strengths-num span {
    font-size: 3.6rem;
  }
  .builder-strengths-ttl {
    font-size: 2.4rem;
  }
  .builder-strengths-ttl:after {
    height: 3px;
  }
}
/* ------------------------------------------- flow - */
.builder-flow {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.builder-flow dl {
  position: relative;
  width: 100%;
}
.builder-flow dt {
  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: 4vw;
  height: 13.3333333333vw;
  background-color: #EDF3F8;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
}
.builder-flow dd {
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .builder-flow dl {
    padding-bottom: 6.6666666667vw;
  }
  .builder-flow dl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6.6666666667vw;
    width: 1.3333333333vw;
    height: 100%;
    background-color: #0f54ac;
    z-index: -1;
  }
  .builder-flow dl:last-child {
    padding-bottom: 0;
  }
  .builder-flow dl:last-child:before {
    content: none;
  }
  .builder-flow dd {
    margin-left: auto;
    width: 77.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .builder-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 69.4444444444vw;
  }
  .builder-flow:before {
    content: "";
    position: absolute;
    top: 0;
    top: 3.2986111111vw;
    left: 0;
    width: 100%;
    height: 0.3472222222vw;
    background-color: #0f54ac;
    z-index: -1;
  }
  .builder-flow dl {
    width: 21.875vw;
  }
  .builder-flow dt {
    margin-bottom: 1.3888888889vw;
    height: 6.9444444444vw;
    border-width: 0.2777777778vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .builder-flow {
    width: 1000px;
  }
  .builder-flow:before {
    top: 47.5px;
    height: 5px;
  }
  .builder-flow dl {
    width: 315px;
  }
  .builder-flow dt {
    margin-bottom: 20px;
    height: 100px;
    border-width: 4px;
    font-size: 2rem;
  }
}
/* sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.2083333333vw;
    border-radius: 0.0694444444vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* sub --> reason
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mv - */
.reason-mv {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  width: 100%;
}

.reason-mv-text {
  margin: 6.6666666667vw auto 0 auto;
  width: 90.1333333333vw;
}
.reason-mv-text p {
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .reason-mv {
    margin: 0 auto 6.9444444444vw auto;
    width: 69.4444444444vw;
  }
  .reason-mv-text {
    margin-top: 2.7777777778vw;
    width: auto;
  }
  .reason-mv-text p {
    font-size: 1.25vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .reason-mv {
    margin: 0 auto 100px auto;
    width: 1000px;
  }
  .reason-mv-text {
    margin-top: 40px;
  }
  .reason-mv-text p {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- list - */
.reason-list > li {
  position: relative;
}

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

.reason-list-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  color: #0f54ac;
  font-family: "Manrope", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.reason-list-num span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 4.2666666667vw;
}

.reason-list-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 4.5333333333vw;
  font-weight: 800;
  line-height: 1.46em;
}
.reason-list-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #0f54ac;
}

.reason-list-desc p {
  font-size: 3.4666666667vw;
}

.reason-list-image {
  margin-top: 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .reason-list > li:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .reason-list-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;
  }
  .reason-list-content {
    padding-top: 2.0833333333vw;
    width: 36.1111111111vw;
  }
  .reason-list-num {
    font-size: 1.3888888889vw;
  }
  .reason-list-num span {
    font-size: 1.9444444444vw;
  }
  .reason-list-ttl {
    font-size: 1.6666666667vw;
  }
  .reason-list-ttl:after {
    height: 0.2083333333vw;
  }
  .reason-list-desc p {
    font-size: 1.1111111111vw;
  }
  .reason-list-image {
    margin: 0;
    width: 36.1111111111vw;
  }
  .reason-list > li:nth-child(even) .reason-list-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .reason-list > li:nth-child(even) .reason-list-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1441px) {
  .reason-list > li:nth-child(n+2) {
    margin-top: 70px;
  }
  .reason-list-content {
    padding-top: 30px;
    width: 520px;
  }
  .reason-list-num {
    font-size: 2rem;
  }
  .reason-list-num span {
    font-size: 2.8rem;
  }
  .reason-list-ttl {
    font-size: 2.4rem;
  }
  .reason-list-ttl:after {
    height: 3px;
  }
  .reason-list-desc p {
    font-size: 1.6rem;
  }
  .reason-list-image {
    width: 520px;
  }
}
/* ------------------------------------------- system - */
.reason-system {
  margin: 6.6666666667vw 0;
}

.reason-system > li {
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 0.5333333333vw;
}

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

.reason-system-content {
  padding: 4vw;
}

.reason-system-ttl {
  margin-bottom: 0.7em;
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.46em;
}

@media screen and (min-width: 751px) {
  .reason-system {
    margin: 3.4722222222vw 0;
  }
  .reason-system > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0.2083333333vw;
    border-radius: 0.2777777778vw;
  }
  .reason-system > li:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .reason-system-image {
    width: 33.3333333333vw;
  }
  .reason-system-content {
    padding: 2.0833333333vw 3.4722222222vw;
    width: calc(100% - 33.3333333333vw);
  }
  .reason-system-ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .reason-system {
    margin: 50px 0;
  }
  .reason-system > li {
    border-width: 3px;
    border-radius: 4px;
  }
  .reason-system > li:nth-child(n+2) {
    margin-top: 40px;
  }
  .reason-system-image {
    width: 480px;
  }
  .reason-system-content {
    padding: 30px 50px;
    width: calc(100% - 480px);
  }
  .reason-system-ttl {
    font-size: 2rem;
  }
}
/* ------------------------------------------- system - */
.reason-support {
  margin: 8vw 0 0 -4.9333333333vw;
  padding: 4vw;
  width: 100vw;
  background-color: #FF8A4D;
}

.reason-support-box {
  padding: 5.3333333333vw 4vw;
  background-color: #ffffff;
  border-radius: 4vw;
}

.reason-support-ttl {
  margin-bottom: 1em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.6em;
}

.reason-support-num {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 9.8666666667vw;
  font-weight: 800;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0;
}

.reason-support-time {
  margin-top: 0.5em;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
}

.reason-support-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 66.6666666667vw;
}
.reason-support-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.3333333333vw;
  background-color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 6.6666666667vw;
}
.reason-support-btn a span {
  position: relative;
  padding-right: 1.7em;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
}
.reason-support-btn a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/common/external-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .reason-support {
    margin: 3.4722222222vw auto 0 auto;
    padding: 1.3888888889vw;
    width: 69.4444444444vw;
  }
  .reason-support-box {
    padding: 1.7361111111vw 3.4722222222vw 2.4305555556vw 3.4722222222vw;
    border-radius: 2.0833333333vw;
  }
  .reason-support-ttl {
    font-size: 1.6666666667vw;
  }
  .reason-support-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reason-support-num {
    font-size: 4.4444444444vw;
    text-align: left;
    pointer-events: none;
  }
  .reason-support-time {
    font-size: 1.3888888889vw;
  }
  .reason-support-btn {
    margin: 0.6944444444vw 0 0 2.7777777778vw;
    width: 19.4444444444vw;
  }
  .reason-support-btn a {
    height: 4.8611111111vw;
    border-width: 0.2083333333vw;
    border-radius: 2.4305555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .reason-support-btn a span {
    font-size: 1.3888888889vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .reason-support-btn a span:after {
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .reason-support-btn a:hover {
    background-color: #ffffff;
  }
  .reason-support-btn a:hover span {
    color: #000000;
  }
  .reason-support-btn a:hover span:after {
    background-image: url(../img/common/external-bk.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .reason-support-btn a span:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .reason-support {
    margin: 50px auto 0 auto;
    padding: 20px;
    width: 1000px;
  }
  .reason-support-box {
    padding: 25px 50px 35px 50px;
    border-radius: 30px;
  }
  .reason-support-ttl {
    font-size: 2.4rem;
  }
  .reason-support-num {
    font-size: 6.4rem;
  }
  .reason-support-time {
    font-size: 2rem;
  }
  .reason-support-btn {
    margin: 10px 0 0 40px;
    width: 280px;
  }
  .reason-support-btn a {
    height: 70px;
    border-width: 3px;
    border-radius: 35px;
  }
  .reason-support-btn a span {
    font-size: 2rem;
  }
}
/* sub --> shield
-------------------------------------------------------------------------------*/
.shield-about {
  margin: 10.6666666667vw auto 0 auto;
  width: 100%;
}

.shield-about-image {
  margin-bottom: 4.6666666667vw;
}

.shield-about-ttl {
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
  font-weight: 800;
  line-height: 1.5em;
}

.shield-about-pickup {
  margin-top: 4.6666666667vw;
  padding: 4vw 2.6666666667vw;
  background-color: #ffffff;
}
.shield-about-pickup p {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.shield-about-pickup p span {
  color: #0f54ac;
  font-weight: 800;
}

@media screen and (min-width: 751px) {
  .shield-about {
    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: 5.5555555556vw auto 0 auto;
    width: 69.4444444444vw;
  }
  .shield-about-image {
    margin-bottom: 0;
    width: 33.3333333333vw;
  }
  .shield-about-content {
    width: 32.6388888889vw;
  }
  .shield-about-ttl {
    font-size: 1.6666666667vw;
  }
  .shield-about-pickup {
    margin-top: 1.7361111111vw;
    padding: 1.3888888889vw;
  }
  .shield-about-pickup p {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .shield-about {
    margin: 80px auto 0 auto;
    width: 1000px;
  }
  .shield-about-image {
    width: 480px;
  }
  .shield-about-content {
    width: 470px;
  }
  .shield-about-ttl {
    font-size: 2.4rem;
  }
  .shield-about-pickup {
    margin-top: 25px;
    padding: 20px;
  }
  .shield-about-pickup p {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- flow - */
.shield-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw 0;
  margin: 0 auto;
  width: 100%;
}

.shield-feature > li {
  position: relative;
  padding: 6.6666666667vw 5.3333333333vw;
  width: 100%;
  background-color: #f3f3f3;
  text-align: center;
}

.shield-feature-ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding: 0 1.5em 0.1em 1.5em;
  height: 8vw;
  background-color: #0f54ac;
  border-radius: 4vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 800;
}

.shield-feature-list {
  display: inline-block;
}

.shield-feature-list > li {
  padding-left: 1.3em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: left;
  text-indent: -1.3em;
  line-height: 1.8em;
}
.shield-feature-list > li:before {
  content: "●";
  margin-right: 0.3em;
  color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .shield-feature {
    gap: 2.0833333333vw 2.7777777778vw;
    width: 69.4444444444vw;
  }
  .shield-feature > li {
    padding: 2.0833333333vw 3.4722222222vw;
    width: 33.3333333333vw;
  }
  .shield-feature-ttl {
    height: 2.7777777778vw;
    border-radius: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
  .shield-feature-list > li {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .shield-feature {
    gap: 30px 40px;
    width: 1000px;
  }
  .shield-feature > li {
    padding: 30px 50px;
    width: 480px;
  }
  .shield-feature-ttl {
    height: 40px;
    border-radius: 20px;
    font-size: 2rem;
  }
  .shield-feature-list > li {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- flow - */
.shield-flow {
  position: relative;
}

.shield-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8vw;
}

.shield-flow-list > div {
  width: 32vw;
}

.shield-flow-num {
  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;
  padding-bottom: 1.3333333333vw;
  height: 6.4vw;
  background-color: #0f54ac;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 600;
  font-optical-sizing: auto;
}
.shield-flow-num span {
  position: relative;
  top: -0.05em;
  margin-left: 0.1em;
  font-size: 4vw;
}

.shield-flow-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.44em;
  letter-spacing: 0.06em;
}
.shield-flow-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.3333333333vw;
  display: inline-block;
  width: 3.6vw;
  height: 6.5333333333vw;
  background-image: url(../img/flow/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shield-flow-list > div:last-child .shield-flow-ttl:after {
  content: none;
}

.shield-flow-ttl--indent {
  text-indent: 1em;
}

.shield-flow-text p {
  font-size: 2.6666666667vw;
  line-height: 1.55em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .shield-flow {
    position: relative;
    margin-left: -5.3333333333vw;
    padding-left: 5.3333333333vw;
    width: 100vw;
  }
  .shield-flow > div {
    position: relative;
    padding: 0 5.3333333333vw 4vw 0;
    overshield-flow-x: scroll;
  }
  .shield-flow .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: 2;
  }
  .shield-flow .scroll-hint-text {
    display: none;
  }
  .shield-flow .scroll-hint-icon:before {
    content: none;
  }
  .shield-flow .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;
  }
  .shield-flow-list {
    width: 152vw;
  }
}
@media screen and (min-width: 751px) {
  .shield-flow {
    margin: 0 auto;
    width: 74.4444444444vw;
  }
  .shield-flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.4722222222vw 3.0555555556vw;
  }
  .shield-flow-list > div {
    width: 16.3194444444vw;
  }
  .shield-flow-num {
    padding-bottom: 0.5555555556vw;
    height: 2.3611111111vw;
    font-size: 1.1111111111vw;
  }
  .shield-flow-num span {
    font-size: 1.5277777778vw;
  }
  .shield-flow-ttl {
    height: 5.9722222222vw;
    font-size: 1.25vw;
  }
  .shield-flow-ttl:after {
    right: -2.0833333333vw;
    width: 1.4583333333vw;
    height: 2.7083333333vw;
  }
  .shield-flow-text p {
    font-size: 0.9722222222vw;
    line-height: 1.64em;
    letter-spacing: 0.04em;
  }
  .shield-flow .scroll-hint-icon {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .shield-flow {
    width: 1072px;
  }
  .shield-flow-list {
    gap: 50px 44px;
  }
  .shield-flow-list > div {
    width: 235px;
  }
  .shield-flow-num {
    padding-bottom: 8px;
    height: 34px;
    font-size: 1.6rem;
  }
  .shield-flow-num span {
    font-size: 2.2rem;
  }
  .shield-flow-ttl {
    height: 86px;
    font-size: 1.8rem;
  }
  .shield-flow-ttl:after {
    right: -30px;
    width: 21px;
    height: 39px;
  }
  .shield-flow-text p {
    font-size: 1.4rem;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

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

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

.sitemap-menu a.external span {
  position: relative;
  padding-right: 5.7333333333vw;
}
.sitemap-menu a.external span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/external-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 4.1666666667vw 0.1em 1.3888888889vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.5138888889vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.33em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    -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: #0f54ac;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wb.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .sitemap-menu a.external span {
    padding-right: 1.7361111111vw;
  }
  .sitemap-menu a.external span:after {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .sitemap-menu a.external:hover span:after {
    background-image: url(../img/common/external-wh.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .sitemap-menu a.external span:after {
    -webkit-transition: none;
    transition: none;
  }
}
@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 60px 0.1em 20px;
    width: calc(33.33333% - 30px);
    height: 65px;
    border-radius: 10px;
    border-width: 3px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 26px;
    height: 26px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
  .sitemap-menu a.external span {
    padding-right: 25px;
  }
  .sitemap-menu a.external span:after {
    width: 16px;
    height: 16px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin-bottom: 3.125vw;
  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;
  width: 90.1333333333vw;
  z-index: 2;
}

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

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

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

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

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 2.7777777778vw;
  }
  .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.7361111111vw 0;
    width: 76.3888888889vw;
  }
  .breadcrumb-list li {
    font-size: 1.0416666667vw;
    white-space: normal;
    line-height: 1.8em;
  }
  .breadcrumb-list li:after {
    top: -0.05em;
    margin: 0 0.6944444444vw;
    width: 0.4166666667vw;
    height: 0.6944444444vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #0f54ac;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
  .breadcrumb-list {
    padding: 25px 0;
    width: 1100px;
  }
  .breadcrumb-list li {
    font-size: 1.5rem;
  }
  .breadcrumb-list li:after {
    margin: 0 10px;
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2 {
  position: relative;
  margin: 2em 0 1em 0;
  padding: 0.4em 4vw 0.5em 4vw;
  background-color: #0f54ac;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  overflow: hidden;
  z-index: 1;
}
.editor h2:before {
  content: "";
  position: absolute;
  top: -24vw;
  left: -9.3333333333vw;
  display: inline-block;
  width: 21.4666666667vw;
  height: 43.3333333333vw;
  background-image: url(../img/sub/dot_sp.png);
  background-size: contain;
  z-index: -1;
}
.editor h3 {
  position: relative;
  margin: 2em 0 0.7em 0;
  padding-bottom: 0.7em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  z-index: 1;
}
.editor h3:before, .editor h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.0666666667vw;
}
.editor h3:before {
  width: 100%;
  background-color: #d9d9d9;
}
.editor h3:after {
  width: 16vw;
  background-color: #0f54ac;
  z-index: 1;
}
.editor h4 {
  position: relative;
  margin: 2.5em 0 0.5em 0;
  padding-left: 4.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #0f54ac;
  border-radius: 50%;
}
.editor p {
  font-size: 3.7333333333vw;
  line-height: 2em;
}
.editor strong {
  color: #0f54ac;
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.4vw;
  background-color: #0f54ac;
}
.editor a:hover {
  opacity: 0.8;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.4666666667vw;
  list-style-type: square;
  line-height: 2em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.4666666667vw;
  list-style-type: decimal-leading-zero;
  line-height: 2em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #ffffff;
  font-style: italic;
}
.editor table {
  width: 100%;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.4vw;
}
.editor table th,
.editor table td {
  padding: 0.5em 1em;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.4vw;
  line-height: 1.5em;
}
.editor table th {
  background-color: #f3f3f3;
  color: #0f54ac;
  font-weight: 700;
}

@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 2.0833333333vw 0.5em 2.0833333333vw;
    font-size: 1.9444444444vw;
  }
  .editor h2:before {
    top: -15.9722222222vw;
    left: -11.4583333333vw;
    width: 21.1805555556vw;
    height: 22.6388888889vw;
    background-image: url(../img/sub/dot.png);
    background-image: image-set(url(../img/sub/dot.png) 1x, url(../img/sub/dot-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/dot.png) 1x, url(../img/sub/dot-2x.png) 2x);
  }
  .editor h3 {
    font-size: 1.6666666667vw;
  }
  .editor h3:before, .editor h3:after {
    height: 0.2777777778vw;
  }
  .editor h3:after {
    width: 8.3333333333vw;
  }
  .editor h4 {
    margin: 1.5em 0 1em 0;
    padding-left: 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
  .editor h4:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .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;
  }
  .editor table {
    border-width: 0.1388888889vw;
  }
  .editor table th,
  .editor table td {
    border-width: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    padding: 0.4em 30px 0.5em 30px;
    font-size: 2.8rem;
  }
  .editor h2:before {
    top: -230px;
    left: -165px;
    width: 305px;
    height: 326px;
  }
  .editor h3 {
    font-size: 2.4rem;
  }
  .editor h3:before, .editor h3:after {
    height: 4px;
  }
  .editor h3:after {
    width: 120px;
  }
  .editor h4 {
    padding-left: 30px;
    font-size: 2rem;
  }
  .editor h4:before {
    width: 12px;
    height: 12px;
  }
  .editor p {
    font-size: 16px;
  }
  .editor ul li {
    font-size: 16px;
  }
  .editor ol li {
    font-size: 16px;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
  .editor table {
    border-width: 2px;
  }
  .editor table th,
  .editor table td {
    border-width: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.sec--form {
  padding: 9.3333333333vw 0;
  background-color: #f9f9f9;
}

.form {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}

.form-caution {
  margin-bottom: 1.5em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}

.form-ttl {
  position: relative;
  padding: 0.7em 0.5em;
  background-color: #0f54ac;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}

.form-content {
  padding: 6.6666666667vw 5.3333333333vw 8vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec--form {
    padding: 6.9444444444vw 0 8.3333333333vw 0;
  }
  .form {
    width: 61.1111111111vw;
  }
  .form-caution {
    font-size: 1.6666666667vw;
  }
  .form-ttl {
    padding: 0.7em 1em;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
    font-size: 2.2222222222vw;
  }
  .form-content {
    padding: 4.1666666667vw 4.8611111111vw 5.5555555556vw 4.8611111111vw;
    border-radius: 0 0 1.3888888889vw 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--form {
    padding: 100px 0 120px 0;
  }
  .form {
    width: 880px;
  }
  .form-caution {
    font-size: 2.4rem;
  }
  .form-ttl {
    border-radius: 20px 20px 0 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .form-content {
    padding: 60px 70px 80px 70px;
    border-radius: 0 0 20px 20px;
  }
}
/* ------------------------------------------- input - */
.form-input dl:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.form-input dt {
  position: relative;
  margin-bottom: 0.7em;
  color: #000000;
  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: #f3f3f3;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 1.3333333333vw;
  color: #000000;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  line-height: 1.65em;
  letter-spacing: 0.05em;
}

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

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

.form-input textarea {
  padding: 0.5em 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #f3f3f3;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.2666666667vw;
  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;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0;
}

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .form-input dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 3.8194444444vw;
    border-width: 0.0694444444vw;
    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.0694444444vw;
    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;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
  .form-other textarea {
    height: 7.2916666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input dl:nth-child(n+2) {
    margin-top: 35px;
  }
  .form-input dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 55px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-zipcode input[type=text] {
    width: 300px;
  }
  .form-input textarea {
    height: 160px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-multiple {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-label {
    height: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-other textarea {
    height: 105px;
  }
}
/* ------------------------------------------- placeholder - */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #888;
}

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

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

/* ---------------------------------- checkbox */
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4vw 0 0 -4vw;
}

.form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 4vw 0 0 4vw;
}

.form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.1333333333vw;
  cursor: pointer;
}

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

.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: 8.2666666667vw;
  height: 6.1333333333vw;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0;
}

.form-input input[type=checkbox] + span::before,
.form-input input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-input input[type=checkbox] + span::before {
  background-image: url(../img/form/check.svg);
}

.form-input input[type=checkbox]:checked + span::after {
  background-image: url(../img/form/check-on.svg);
}

@media screen and (min-width: 751px) {
  .form .wpcf7-checkbox {
    margin: -1.3888888889vw 0 0 -1.3888888889vw;
  }
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.3888888889vw 0 0 1.3888888889vw;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 2.0833333333vw;
  }
  .form-input input[type=checkbox] + span {
    padding-left: 2.9166666667vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=checkbox] + span::before,
  .form-input input[type=checkbox]:checked + span::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-checkbox {
    margin: -20px 0 0 -20px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 20px 0 0 20px;
  }
  .form .wpcf7-checkbox .wpcf7-list-item label {
    height: 30px;
  }
  .form-input input[type=checkbox] + span {
    padding-left: 42px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input input[type=checkbox] + span::before {
    width: 30px;
    height: 30px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    width: 30px;
    height: 30px;
  }
}
/* ------------------------------------------- select - */
.form-select {
  position: relative;
}

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

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

@media screen and (min-width: 751px) {
  .form-select:before {
    top: 1.6666666667vw;
    right: 1.3888888889vw;
    width: 0.8333333333vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 10px;
  }
}
/* ------------------------------------------- age - */
.form-input-age dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-input-age dd span.unit {
  margin-left: 0.5em;
}
.form-input-age input[type=text] {
  width: 60vw;
}

@media screen and (min-width: 751px) {
  .form-input-age input[type=text] {
    width: 17.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input-age input[type=text] {
    width: 250px;
  }
}
/* ------------------------------------------- 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: 33.3333333333vw;
}

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

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

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

.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: 8.6666666667vw;
  height: 6.1333333333vw;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0;
}

.form-consent input[type=checkbox] + span::before,
.form-consent input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 6.1333333333vw;
  height: 6.1333333333vw;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-consent input[type=checkbox] + span::before {
  background-image: url(../img/form/check.svg);
}

.form-consent input[type=checkbox]:checked + span::after {
  background-image: url(../img/form/check-on.svg);
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.7777777778vw;
  }
  .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: #0f54ac;
  }
  .form-consent p a:hover:after {
    background-color: #0f54ac;
  }
  .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 {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 40px;
  }
  .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 {
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    width: 30px;
    height: 30px;
  }
}
/* ------------------------------------------- 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: #bdbdbd;
  -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: #0f54ac;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 7.3333333333vw;
  overflow: hidden;
  z-index: 1;
}
.form-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  right: 4vw;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../img/common/arrow-wb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

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

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 25vw;
    height: 4.7222222222vw;
    border-width: 0.1388888889vw;
    border-radius: 2.3611111111vw;
  }
  .form-btn:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .form-btn:after {
    right: 1.3888888889vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .form-submit {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover:before {
    width: 100%;
  }
  .form-btn:hover:after {
    background-image: url(../img/common/arrow-bw.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .form-btn:hover .form-submit {
    color: #0f54ac;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 360px;
    height: 68px;
    border-width: 2px;
    border-radius: 34px;
  }
  .form-btn:after {
    right: 20px;
    width: 26px;
    height: 26px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-dotbg - */
.head-dotbg {
  position: relative;
  margin-bottom: 1.2em;
  padding: 0.4em 4vw 0.5em 4vw;
  background-color: #0f54ac;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.5em;
  overflow: hidden;
  z-index: 1;
}
.head-dotbg:before {
  content: "";
  position: absolute;
  top: -24vw;
  left: -9.3333333333vw;
  display: inline-block;
  width: 21.4666666667vw;
  height: 43.3333333333vw;
  background-image: url(../img/sub/dot_sp.png);
  background-size: contain;
  z-index: -1;
}

.head-dotbg--wall {
  background-color: #DC000C;
}

.head-dotbg--roof {
  background-color: #006990;
}

.head-dotbg--roof-repair {
  background-color: #EE8136;
}

.head-dotbg--roofcover {
  background-color: #efcb04;
}

.head-dotbg--apartment {
  background-color: #007909;
}

.head-dotbg--repair {
  background-color: #6d9ec5;
}

.head-dotbg--reform {
  background-color: #ef7777;
}

@media screen and (min-width: 751px) {
  .head-dotbg {
    padding: 0.4em 2.0833333333vw 0.5em 2.0833333333vw;
    font-size: 1.9444444444vw;
  }
  .head-dotbg:before {
    top: -15.9722222222vw;
    left: -11.4583333333vw;
    width: 21.1805555556vw;
    height: 22.6388888889vw;
    background-image: url(../img/sub/dot.png);
    background-image: image-set(url(../img/sub/dot.png) 1x, url(../img/sub/dot-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/dot.png) 1x, url(../img/sub/dot-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .head-dotbg {
    padding: 0.4em 30px 0.5em 30px;
    font-size: 2.8rem;
  }
  .head-dotbg:before {
    top: -230px;
    left: -165px;
    width: 305px;
    height: 326px;
  }
}
/* ------------------------------------------- head-br - */
.head-br {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em;
}
.head-br:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .head-br {
    font-size: 1.6666666667vw;
  }
  .head-br:after {
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-br {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .head-br:after {
    height: 5px;
  }
}
/* ------------------------------------------- head-cr - */
.head-cr {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}
.head-cr:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5em;
  height: 0.6666666667vw;
  background-color: #0f54ac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .head-cr {
    font-size: 2.2222222222vw;
  }
  .head-cr:after {
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-cr {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .head-cr:after {
    height: 5px;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 10.6666666667vw;
}

.page-archive-navi .pagecount {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-family: "Manrope", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  font-optical-sizing: auto;
}

@media screen and (min-width: 751px) {
  .page-archive-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5.5555555556vw auto 0 auto;
    width: 76.3888888889vw;
    max-width: 100%;
  }
  .page-archive-navi .pagecount {
    margin: 0;
    font-size: 1.25vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .page-archive-navi {
    margin-top: 80px;
    width: 1100px;
  }
  .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: 9.8666666667vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.6666666667vw;
  color: #0f54ac;
  font-family: "Manrope", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1em;
  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: #0f54ac;
  color: #ffffff;
}

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

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.6666666667vw;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 1.6vw;
  height: 2.4vw;
  background-image: url(../img/sub/arrow-bl.svg);
  background-size: contain;
}

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

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

@media screen and (min-width: 751px) {
  .pagenation-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 1.7361111111vw;
  }
  .pagenation-list li {
    margin-right: 0.5555555556vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.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, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #0f54ac;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background-color: #0f54ac;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/sub/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 8px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 50px;
    height: 50px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 2rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 50px;
    height: 50px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 50px;
    border-width: 2px;
    border-radius: 5px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 8px;
    height: 12px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 90.1333333333vw;
}

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

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-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;
  height: 10.6666666667vw;
  background-color: #0f54ac;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.3333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

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

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

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

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

.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.6666666667vw;
  background-color: #0f54ac;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.3333333333vw;
}
.pagenavi-back a span {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 3.4722222222vw;
    width: 50.3472222222vw;
    height: 3.75vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 11.6666666667vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 3.75vw;
    border-width: 0.1388888889vw;
    border-radius: 1.875vw;
    font-size: 1.25vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenavi-prev a {
    padding-left: 1.0416666667vw;
  }
  .pagenavi-prev a:after {
    left: 2.0833333333vw;
  }
  .pagenavi-next a {
    padding-right: 1.0416666667vw;
  }
  .pagenavi-next a:after {
    right: 2.0833333333vw;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #ffffff;
    color: #0f54ac;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/sub/arrow-bl.svg);
  }
  .pagenavi-back {
    width: 18.6111111111vw;
  }
  .pagenavi-back a {
    height: 3.75vw;
    border-width: 0.1388888889vw;
    border-radius: 1.875vw;
    -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: #ffffff;
  }
  .pagenavi-back a:hover span {
    color: #0f54ac;
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagenavi-prev a:after {
    -webkit-transition: none;
    transition: none;
  }
  ::-webkit-full-page-media,
  :future,
  :root .pagenavi-next a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 50px;
    width: 725px;
    height: 54px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 168px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    height: 54px;
    border-width: 2px;
    border-radius: 27px;
    font-size: 1.8rem;
  }
  .pagenavi-prev a {
    padding-left: 15px;
  }
  .pagenavi-prev a:after {
    left: 30px;
  }
  .pagenavi-next a {
    padding-right: 15px;
  }
  .pagenavi-next a:after {
    right: 30px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 8px;
    height: 12px;
  }
  .pagenavi-back {
    width: 268px;
  }
  .pagenavi-back a {
    height: 54px;
    border-width: 2px;
    border-radius: 27px;
  }
  .pagenavi-back a span {
    font-size: 1.8rem;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post:not(.post--works) {
  position: relative;
  margin: 0 auto;
  padding: 10.6666666667vw 4vw;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.post-in {
  margin: 0 auto;
  width: 90.1333333333vw;
}

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

.post-ttl {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  line-height: 1.5em;
}

.post-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
}

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

.post-date p {
  position: relative;
  padding: 0 0 0.1em 4vw;
  color: #565656;
  font-size: 3.7333333333vw;
  font-weight: 500;
}

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

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

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

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

.post-cat {
  display: inline-block;
  margin-left: 0.75em;
  padding: 0.2em 0.5em 0.3em 0.5em;
  background-color: #000000;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 500;
}

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

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

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

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

@media screen and (min-width: 751px) {
  .post:not(.post--works) {
    padding: 4.5138888889vw 3.4722222222vw;
    border-radius: 0.2777777778vw;
  }
  .post-in {
    width: 76.3888888889vw;
  }
  .post > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .post-ttl {
    font-size: 2.0833333333vw;
    line-height: 1.5em;
  }
  .post-data {
    margin-bottom: 2.7777777778vw;
  }
  .post-date p {
    padding-left: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-cat {
    font-size: 0.8333333333vw;
  }
  .post-image {
    margin-bottom: 3.4722222222vw;
  }
  .post-intro p {
    font-size: 1.1111111111vw;
  }
  .post .editor {
    margin-top: 3.4722222222vw;
  }
  .post .inquiry {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post:not(.post--works) {
    padding: 65px 50px;
    border-radius: 4px;
  }
  .post-in {
    width: 1100px;
  }
  .post > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .post-ttl {
    font-size: 3rem;
  }
  .post-data {
    margin-bottom: 40px;
  }
  .post-date p {
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-cat {
    font-size: 1.2rem;
  }
  .post-image {
    margin-bottom: 50px;
  }
  .post-intro p {
    font-size: 1.6rem;
  }
  .post .editor {
    margin-top: 50px;
  }
  .post .inquiry {
    margin-top: 100px;
  }
}
/*  related
-------------------------------------------------------------------------------*/
.sec--related {
  margin-top: 13.3333333333vw;
}

.related {
  position: relative;
}

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

@media screen and (max-width: 750px) {
  .related--works .related-slide .swiper-slide {
    margin-right: 5.3333333333vw;
    width: 62.6666666667vw !important;
    height: auto;
  }
  .related--works .related-slide .swiper-slide .works-image img {
    height: 44vw;
  }
  .related--lineup .related-slide .swiper-slide {
    margin-right: 4.9333333333vw;
    width: 90.1333333333vw !important;
    height: auto;
  }
  #related-pagination {
    margin-top: 6.6666666667vw;
  }
  #related-pagination .swiper-pagination-bullet {
    background-color: #ababab;
  }
}
@media screen and (min-width: 751px) {
  .sec--related {
    margin-top: 6.9444444444vw;
  }
  .related-slide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
    width: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .related-slide .swiper-slide {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw) !important;
  }
  #related-pagination {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .sec--related {
    margin-top: 100px;
  }
  .related-slide .swiper-wrapper {
    margin-left: -40px;
  }
  .related-slide .swiper-slide {
    margin-left: 40px;
    width: calc(33.33333% - 40px) !important;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

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

.term dt {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0 0 0.1em 4.6666666667vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}
.term dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.2vw;
  height: 1.0666666667vw;
  background-color: #0f54ac;
  border-radius: 0.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

.term-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6vw 0.1em 2.4vw;
  height: 11.2vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.6666666667vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.18em;
}
.term-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1.6vw;
  height: 2.4vw;
  background-image: url(../img/sub/arrow-bl.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu a.is-current {
  border-color: #0f54ac;
  color: #ffffff;
}
.term-menu a.is-current:after {
  background-image: url(../img/sub/arrow-wh.svg);
}

.term-menu--color a {
  padding: 0 6vw 0.1em 9.6vw;
}
.term-menu--color a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2vw;
  width: 5.6vw;
  height: 5.6vw;
  border-radius: 0.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu-white:before {
  background-color: #fbf3d6;
}

.term-menu-brown:before {
  background-color: #55413a;
}

.term-menu-black:before {
  background-color: #616161;
}

.term-menu-yellow:before {
  background-color: #f1d86e;
}

.term-menu-blue:before {
  background-color: #4974c5;
}

.term-menu-red:before {
  background-color: #cf5c49;
}

.term-menu-green:before {
  background-color: #7e9b53;
}

.term-menu-multi:before {
  display: inline-block;
  background-image: url(../img/works/multi.svg);
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .term-menu > li:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .term {
    margin-bottom: 5.5555555556vw;
  }
  .term dl:nth-child(n+2) {
    margin-top: 2.7777777778vw;
  }
  .term dt {
    padding-left: 2.4305555556vw;
    font-size: 1.9444444444vw;
  }
  .term dt:after {
    width: 1.6666666667vw;
    height: 0.5555555556vw;
    border-radius: 0.1388888889vw;
  }
  .term-menu {
    margin-left: -1.0416666667vw;
  }
  .term-menu > li {
    margin-left: 1.0416666667vw;
  }
  .term--4 .term-menu > li {
    width: calc(25% - 1.0416666667vw);
  }
  .term--4 .term-menu > li:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
  .term--5 .term-menu > li {
    width: calc(20% - 1.0416666667vw);
  }
  .term--5 .term-menu > li:nth-child(n+6) {
    margin-top: 1.0416666667vw;
  }
  .term-menu a {
    padding: 0 2.4305555556vw 0.1em 1.0416666667vw;
    height: 3.4722222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.0416666667vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .term-menu a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .term-menu a:hover {
    background-color: #0f54ac;
    color: #ffffff;
  }
  .term-menu a:hover:after {
    background-image: url(../img/sub/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .term-menu--color a {
    padding: 0 2.4305555556vw 0.1em 3.8194444444vw;
  }
  .term-menu--color a:before {
    left: 0.6944444444vw;
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    border-radius: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 80px;
  }
  .term dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .term dt {
    padding-left: 35px;
    font-size: 2.8rem;
  }
  .term dt:after {
    width: 24px;
    height: 8px;
    border-radius: 2px;
  }
  .term-menu {
    margin-left: -15px;
  }
  .term-menu > li {
    margin-left: 15px;
  }
  .term--4 .term-menu > li {
    width: calc(25% - 15px);
  }
  .term--4 .term-menu > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .term--5 .term-menu > li {
    width: calc(20% - 15px);
  }
  .term--5 .term-menu > li:nth-child(n+6) {
    margin-top: 15px;
  }
  .term-menu a {
    padding: 0 35px 0.1em 15px;
    height: 50px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .term-menu a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
  .term-menu--color a {
    padding: 0 35px 0.1em 55px;
  }
  .term-menu--color a:before {
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 5px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 3.7333333333vw 0;
  overflow: hidden;
  z-index: 1;
}
.ttl:before, .ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.ttl:before {
  top: -18.6666666667vw;
  left: 0;
  width: 21.2vw;
  height: 60.2666666667vw;
  background-image: url(../img/sub/deco-l_sp.png);
}
.ttl:after {
  top: -16vw;
  right: 0;
  width: 21.4666666667vw;
  height: 60.2666666667vw;
  background-image: url(../img/sub/deco-r_sp.png);
}

.ttl-en {
  margin-bottom: 0.5em;
  color: #0f54ac;
  font-family: "Manrope", sans-serif;
  font-size: 4vw;
  font-weight: 800;
  font-optical-sizing: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

@media screen and (min-width: 751px) {
  .ttl {
    padding: 1.7361111111vw 0;
  }
  .ttl:before {
    top: -9.7222222222vw;
    width: 28.125vw;
    height: 32.8472222222vw;
    background-image: url(../img/sub/deco-l.png);
    background-image: image-set(url(../img/sub/deco-l.png) 1x, url(../img/sub/deco-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/deco-l.png) 1x, url(../img/sub/deco-l-2x.png) 2x);
  }
  .ttl:after {
    top: -8.3333333333vw;
    width: 29.0277777778vw;
    height: 32.2222222222vw;
    background-image: url(../img/sub/deco-r.png);
    background-image: image-set(url(../img/sub/deco-r.png) 1x, url(../img/sub/deco-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/deco-r.png) 1x, url(../img/sub/deco-r-2x.png) 2x);
  }
  .ttl-en {
    font-size: 1.3888888889vw;
  }
  .ttl-jp {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 25px 0;
  }
  .ttl:before {
    top: -140px;
    width: 405px;
    height: 473px;
  }
  .ttl:after {
    top: -120px;
    width: 418px;
    height: 464px;
  }
  .ttl-en {
    font-size: 2rem;
  }
  .ttl-jp {
    font-size: 4rem;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 6.6666666667vw 0 8vw 0;
}
.sec--blog:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 86.6666666667vw;
  background-color: #f3f3f3;
  z-index: -1;
}

.sec--blog .sec-head {
  margin-bottom: 5.3333333333vw;
}

.sec--blog .sec-desc {
  margin-top: 8vw;
}

.blog-slide {
  position: relative;
}

.blog-slide .swiper-slide {
  left: 2.6666666667vw;
  margin-right: 8vw;
  width: 74.6666666667vw !important;
}

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

.sec--blog .sec-btn {
  margin: 8vw auto 0 auto;
}

@media screen and (max-width: 750px) {
  .sec--blog .sec-logo {
    padding: 0;
  }
  .sec--blog .sec-logo:before {
    content: none;
  }
  .sec--blog .sec-logo > div:not(.sec-desc) {
    position: relative;
    padding-left: 24.6666666667vw;
  }
  .sec--blog .sec-logo > div:not(.sec-desc):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 21.6vw;
    height: 22.4vw;
    background-image: url(../img/common/mark.png);
    background-image: image-set(url(../img/common/mark.png) 1x, url(../img/common/mark-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/common/mark.png) 1x, url(../img/common/mark-2x.png) 2x);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .blog-slide .works-image img {
    height: 42.6666666667vw;
  }
  #blog-control {
    display: none;
  }
  #blog-pagination {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 4.5138888889vw 0 5.5555555556vw 0;
  }
  .sec--blog:after {
    height: 33.3333333333vw;
  }
  .sec--blog .sec-head {
    margin-bottom: 4.1666666667vw;
    width: 58.3333333333vw;
  }
  .sec--blog .sec-desc {
    margin-top: 2.0833333333vw;
  }
  .sec--blog .sec-desc p {
    font-size: 1.25vw;
  }
  .blog-slide .swiper-slide {
    margin-right: 1.6666666667vw;
    width: 23.6111111111vw !important;
  }
  #blog-control {
    top: -9.0277777778vw;
    right: 0;
  }
  #blog-pagination {
    display: none;
  }
  .sec--blog .sec-btn {
    margin: 4.1666666667vw auto 0 auto;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 65px 0 80px 0;
  }
  .sec--blog:after {
    height: 480px;
  }
  .sec--blog .sec-head {
    margin-bottom: 60px;
    width: 840px;
  }
  .sec--blog .sec-desc {
    margin-top: 30px;
  }
  .sec--blog .sec-desc p {
    font-size: 1.8rem;
  }
  .blog-slide .swiper-slide {
    margin-right: 24px;
    width: 340px !important;
  }
  #blog-control {
    top: -130px;
  }
  .sec--blog .sec-btn {
    margin: 60px auto 0 auto;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 10.6666666667vw 0 8vw 0;
  background-image: url(../img/works/bg_sp.jpg);
  background-size: cover;
  overflow: hidden;
}
.sec--works:before, .sec--works:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--works:before {
  top: 1.3333333333vw;
  left: 0;
  width: 57.7333333333vw;
  height: 43.6vw;
  background-image: url(../img/works/deco-l_sp.png);
}
.sec--works:after {
  right: 0;
  bottom: -14.6666666667vw;
  width: 62.4vw;
  height: 52.8vw;
  background-image: url(../img/works/deco-r_sp.png);
}

.sec--works .sec-head {
  margin-bottom: 5.3333333333vw;
}

.sec--works .sec-btn {
  margin: 6.6666666667vw auto 0 auto;
}

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

@media screen and (max-width: 750px) {
  .works-slide .swiper-slide {
    margin-right: 5.3333333333vw;
    width: 62.6666666667vw !important;
    height: auto;
  }
  .works-slide .works-image img {
    height: 44vw;
  }
  #works-pagination {
    margin-top: 6.6666666667vw;
  }
  .works-related #works-pagination .swiper-pagination-bullet {
    background-color: #ababab;
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 7.6388888889vw 0 8.3333333333vw 0;
    background-image: url(../img/works/bg.jpg);
    background-image: image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
  }
  .sec--works:before {
    top: -18.0555555556vw;
    width: 48.8888888889vw;
    height: 56.5277777778vw;
    background-image: url(../img/works/deco-l.png);
    background-image: image-set(url(../img/works/deco-l.png) 1x, url(../img/works/deco-l-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/deco-l.png) 1x, url(../img/works/deco-l-2x.png) 2x);
  }
  .sec--works:after {
    bottom: -4.8611111111vw;
    width: 50.2083333333vw;
    height: 36.6666666667vw;
    background-image: url(../img/works/deco-r.png);
    background-image: image-set(url(../img/works/deco-r.png) 1x, url(../img/works/deco-r-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/deco-r.png) 1x, url(../img/works/deco-r-2x.png) 2x);
  }
  .sec--works .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .works-slide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
    width: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .works-slide .swiper-slide {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw) !important;
  }
  .works-slide .swiper-slide:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .works-slide .swiper-slide:nth-child(n+7) {
    display: none;
  }
  #works-pagination {
    display: none;
  }
  .sec--works .sec-btn {
    margin: 4.8611111111vw auto 0 auto;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 110px 0 120px 0;
  }
  .sec--works:before {
    top: -260px;
    width: 704px;
    height: 814px;
  }
  .sec--works:after {
    bottom: -70px;
    width: 723px;
    height: 528px;
  }
  .sec--works .sec-head {
    margin-bottom: 50px;
  }
  .works-slide .swiper-wrapper {
    margin-left: -40px;
  }
  .works-slide .swiper-slide {
    margin-left: 40px;
    width: calc(33.33333% - 40px) !important;
  }
  .works-slide .swiper-slide:nth-child(n+4) {
    margin-top: 50px;
  }
  .sec--works .sec-btn {
    margin: 70px auto 0 auto;
  }
}
/*  #about
-------------------------------------------------------------------------------*/
.plr--about .plr-ttl span {
  color: #000000;
}
.plr--about .plr-ttl span.bl {
  color: #0f54ac;
}
.plr--about .plr-ttl span.big {
  display: inline-block;
  margin-top: 0.2em;
  font-size: 5.7333333333vw;
}

.about {
  position: relative;
}
.about > div:nth-child(n+2) {
  margin-top: 10.6666666667vw;
}

.about-reason {
  position: relative;
  margin-bottom: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
.about-reason:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 45%;
  background-color: #e4f4ff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.about-slide {
  position: relative;
}

.about-slide .swiper-wrapper .swiper-slide {
  position: relative;
  margin-right: 10.6666666667vw;
  width: 66.6666666667vw !important;
}

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

.about-slide-num {
  position: absolute;
  top: 2.6666666667vw;
  left: -4vw;
  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: 12vw;
  height: 12vw;
  background-color: #0f54ac;
  z-index: 1;
}
.about-slide-num p {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 2vw;
  font-weight: 600;
  text-align: center;
}
.about-slide-num p span {
  display: inline-block;
  margin-top: 0.3em;
  font-size: 6.6666666667vw;
  font-weight: 800;
  font-optical-sizing: auto;
}
.about-slide-num:before {
  content: "";
  position: absolute;
  top: 12.0666666667vw;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 4vw 2.2666666667vw 0px;
  border-color: transparent #14498c transparent transparent;
}

.about-slide-image {
  position: relative;
}

.about-slide-content {
  position: relative;
  padding: 4vw 2.9333333333vw;
  background-color: #ffffff;
}

.about-slide-ttl {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
}

#about-prev {
  left: -1.3333333333vw;
}

#about-next {
  right: -1.3333333333vw;
}

@media screen and (min-width: 751px) {
  .plr--about .plr-ttl span.big {
    font-size: 3.1944444444vw;
  }
  .about > div:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .about-reason {
    margin-bottom: 4.8611111111vw;
    padding-bottom: 4.8611111111vw;
  }
  .about-reason:before {
    height: 75%;
  }
  .about-reason--reform {
    margin-left: -7.9861111111vw;
    width: 92.3611111111vw;
  }
  .about-reason--apartment {
    margin: 0 auto;
    width: 68.75vw;
  }
  .about-slide .swiper-wrapper {
    gap: 2.0833333333vw;
  }
  .about-slide .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    height: auto;
  }
  .about-slide .swiper-wrapper .swiper-slide {
    margin-right: 0;
    width: 21.5277777778vw !important;
  }
  .about-slide-num {
    top: 1.0416666667vw;
    left: -0.6944444444vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .about-slide-num p {
    font-size: 0.6944444444vw;
  }
  .about-slide-num p span {
    font-size: 2.0833333333vw;
  }
  .about-slide-num:before {
    top: 4.2013888889vw;
    border-width: 0px 0.6944444444vw 0.6944444444vw 0px;
  }
  .about-slide-content {
    padding: 1.3888888889vw;
  }
  .about-slide-ttl {
    font-size: 1.1111111111vw;
    line-height: 1.64em;
  }
  #about-prev,
  #about-next {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .plr--about .plr-ttl span.big {
    font-size: 4.6rem;
  }
  .about > div:nth-child(n+2) {
    margin-top: 70px;
  }
  .about-reason {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
  .about-reason--reform {
    margin-left: -115px;
    width: 1330px;
  }
  .about-reason--apartment {
    width: 990px;
  }
  .about-slide .swiper-wrapper {
    gap: 30px;
  }
  .about-slide .swiper-wrapper .swiper-slide {
    width: 310px !important;
  }
  .about-slide-num {
    top: 15px;
    left: -10px;
    width: 60px;
    height: 60px;
  }
  .about-slide-num p {
    font-size: 1rem;
  }
  .about-slide-num p span {
    font-size: 3rem;
  }
  .about-slide-num:before {
    top: 60.5px;
    border-width: 0px 10px 10px 0px;
  }
  .about-slide-content {
    padding: 20px;
  }
  .about-slide-ttl {
    font-size: 1.6rem;
  }
}
/* pillar --> blog
-------------------------------------------------------------------------------*/
.plr--blog {
  background-color: #f3f3f3;
}

.plr--blog .plr-desc p {
  text-align: center;
}

/* pillar --> common
-------------------------------------------------------------------------------*/
.plr {
  position: relative;
}

.plr--common {
  padding: 12vw 0;
}

.plr-label {
  position: absolute;
  top: -5.3333333333vw;
  left: 50%;
  height: 10.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;
  padding: 0 2em 0.1em 2em;
  background-color: #0f54ac;
  border-radius: 5.3333333333vw;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 800;
  letter-spacing: 0.05em;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

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

.plr-head {
  position: relative;
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.plr-en {
  position: relative;
  margin-bottom: 0.5em;
  color: #0f54ac;
  font-family: "Manrope", sans-serif;
  font-size: 3.2vw;
  font-weight: 300;
}

.plr-ttl {
  position: relative;
  font-size: 6.1333333333vw;
  font-weight: 800;
  line-height: 1.35em;
}
.plr-ttl span {
  color: #0f54ac;
}

.plr-desc {
  margin-top: 5.3333333333vw;
}
.plr-desc p {
  font-size: 3.2vw;
  text-align: left;
  line-height: 1.4em;
}

.plr-btn {
  position: relative;
  margin: 6.6666666667vw auto 0 auto;
  width: 53.3333333333vw;
}

@media screen and (max-width: 750px) {
  .plr-btn--double {
    width: 66.6666666667vw;
  }
  .plr-btn--double a:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .plr--common {
    padding: 5.5555555556vw 0;
  }
  .plr-label {
    top: -1.875vw;
    height: 3.75vw;
    border-radius: 1.875vw;
    font-size: 2.5vw;
  }
  .plr-in {
    width: 76.3888888889vw;
  }
  .plr-head {
    margin-bottom: 3.4722222222vw;
  }
  .plr-en {
    font-size: 1.3888888889vw;
  }
  .plr-ttl {
    font-size: 2.7777777778vw;
  }
  .plr-desc {
    margin-top: 2.7777777778vw;
  }
  .plr-desc p {
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1.66em;
  }
  .plr-btn {
    margin: 4.1666666667vw auto 0 auto;
    width: 19.4444444444vw;
  }
  .plr-btn--double {
    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: 45.8333333333vw;
  }
  .plr-btn--double a {
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr--common {
    padding: 80px 0;
  }
  .plr-label {
    top: -27px;
    height: 54px;
    border-radius: 27px;
    font-size: 3.6rem;
  }
  .plr-in {
    width: 1100px;
  }
  .plr-head {
    margin-bottom: 50px;
  }
  .plr-en {
    font-size: 2rem;
  }
  .plr-ttl {
    font-size: 4rem;
  }
  .plr-desc {
    margin-top: 40px;
  }
  .plr-desc p {
    font-size: 1.6rem;
  }
  .plr-btn {
    margin: 60px auto 0 auto;
    width: 280px;
  }
  .plr-btn--double {
    width: 660px;
  }
  .plr-btn--double a {
    width: 320px;
  }
}
/* pillar --> lineup
-------------------------------------------------------------------------------*/
.plr--lineup {
  background-color: #D2E4F2;
}

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

@media screen and (min-width: 751px) {
  .lineup-plr > div:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-plr > div:nth-child(n+2) {
    margin-top: 70px;
  }
}
/*  #maintenance
-------------------------------------------------------------------------------*/
.plr--maintenance {
  padding: 13.3333333333vw 0 17.3333333333vw 0;
}

.maintenance {
  position: relative;
}

.maintenance .plr-ttl {
  margin-bottom: 24vw;
  text-align: center;
}
.maintenance .plr-ttl span {
  color: #DC000C;
}

.maintenance-facade {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.maintenance-facade ul > li {
  position: absolute;
  z-index: 1;
}

.maintenance-facade ul > li:nth-child(1) {
  top: -17.3333333333vw;
  left: -0.6666666667vw;
  width: 20vw;
}

.maintenance-facade ul > li:nth-child(2) {
  top: -18.6666666667vw;
  left: 26.6666666667vw;
  width: 20vw;
}

.maintenance-facade ul > li:nth-child(3) {
  top: -14.6666666667vw;
  right: 5.3333333333vw;
  width: 20vw;
}

.maintenance-facade ul > li:nth-child(4) {
  top: 11.2vw;
  left: -9.6vw;
  width: 21.3333333333vw;
}

.maintenance-facade ul > li:nth-child(5) {
  top: 12vw;
  right: -9.3333333333vw;
  width: 21.3333333333vw;
}

.maintenance-facade ul > li:nth-child(6) {
  left: -6.6666666667vw;
  bottom: 4vw;
  width: 21.3333333333vw;
}

.maintenance-facade ul > li:nth-child(7) {
  left: 26.6666666667vw;
  bottom: 3.3333333333vw;
  width: 21.3333333333vw;
}

.maintenance-facade ul > li:nth-child(8) {
  right: -8.6666666667vw;
  bottom: -3.3333333333vw;
  width: 21.3333333333vw;
}

.maintenance-text p {
  font-size: 3.4666666667vw;
}

@media all and (max-width: 750px) {
  .maintenance-text {
    margin: 8vw auto 0 auto;
    width: 85.7333333333vw;
  }
}
@media all and (min-width: 751px) {
  .plr--maintenance {
    padding: 6.9444444444vw 0;
  }
  .maintenance .plr-ttl {
    margin-bottom: 13.1944444444vw;
  }
  .maintenance-facade {
    width: 66.6666666667vw;
  }
  .maintenance-facade ul > li:nth-child(1) {
    top: -10.0694444444vw;
    left: 1.3888888889vw;
    width: 12.2916666667vw;
  }
  .maintenance-facade ul > li:nth-child(2) {
    top: -10.0694444444vw;
    left: 27.0833333333vw;
    width: 12.2916666667vw;
  }
  .maintenance-facade ul > li:nth-child(3) {
    top: -7.6388888889vw;
    right: 6.9444444444vw;
    width: 12.2916666667vw;
  }
  .maintenance-facade ul > li:nth-child(4) {
    top: 7.2916666667vw;
    left: -4.5138888889vw;
    width: 15.625vw;
  }
  .maintenance-facade ul > li:nth-child(5) {
    top: 6.25vw;
    right: -4.5138888889vw;
    width: 14.9305555556vw;
  }
  .maintenance-facade ul > li:nth-child(6) {
    left: -4.5138888889vw;
    bottom: 4.8611111111vw;
    width: 15.1388888889vw;
  }
  .maintenance-facade ul > li:nth-child(7) {
    left: 19.0972222222vw;
    bottom: 1.7361111111vw;
    width: 14.7222222222vw;
  }
  .maintenance-facade ul > li:nth-child(8) {
    right: -4.5138888889vw;
    bottom: -1.0416666667vw;
    width: 14.2361111111vw;
  }
  .maintenance-text {
    margin-top: 4.1666666667vw;
  }
  .maintenance-text p {
    font-size: 1.1111111111vw;
    text-align: center;
  }
}
@media all and (min-width: 1441px) {
  .plr--maintenance {
    padding: 100px 0;
  }
  .maintenance .plr-ttl {
    margin-bottom: 190px;
  }
  .maintenance-facade {
    width: 960px;
  }
  .maintenance-facade ul > li:nth-child(1) {
    top: -145px;
    left: 20px;
    width: 177px;
  }
  .maintenance-facade ul > li:nth-child(2) {
    top: -145px;
    left: 390px;
    width: 177px;
  }
  .maintenance-facade ul > li:nth-child(3) {
    top: -110px;
    right: 100px;
    width: 177px;
  }
  .maintenance-facade ul > li:nth-child(4) {
    top: 105px;
    left: -65px;
    width: 225px;
  }
  .maintenance-facade ul > li:nth-child(5) {
    top: 90px;
    right: -65px;
    width: 215px;
  }
  .maintenance-facade ul > li:nth-child(6) {
    left: -65px;
    bottom: 70px;
    width: 218px;
  }
  .maintenance-facade ul > li:nth-child(7) {
    left: 275px;
    bottom: 25px;
    width: 212px;
  }
  .maintenance-facade ul > li:nth-child(8) {
    right: -65px;
    bottom: -15px;
    width: 205px;
  }
  .maintenance-text {
    margin-top: 60px;
  }
  .maintenance-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* pillar --> fv
-------------------------------------------------------------------------------*/
.plr-fv {
  margin: 0 auto 10.6666666667vw auto;
  width: 100%;
}

.plr-fv a {
  position: relative;
  display: block;
}

.plr-fv-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 15.7333333333vw;
  background-color: #fe6c00;
  z-index: 1;
}

.plr-fv-score {
  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: 36vw;
  height: 15.7333333333vw;
  background-color: #f04100;
}
.plr-fv-score p {
  color: #fff68e;
  font-size: 3.0666666667vw;
  font-weight: 900;
  text-align: center;
}
.plr-fv-score p span.num {
  font-size: 3.7333333333vw;
}
.plr-fv-score:after {
  content: "";
  position: absolute;
  top: 0;
  left: 99.99999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.8666666667vw 0px 7.8666666667vw 2.4vw;
  border-color: transparent transparent transparent #f04100;
}

.plr-fv-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 36vw);
}

.plr-fv-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;
  width: 59.0666666667vw;
  height: 10.4vw;
  background-color: #ffffff;
  border-radius: 5.2vw;
  -webkit-box-shadow: 4.017px 12.364px 28.8px 3.2px rgba(199, 89, 0, 0.66);
          box-shadow: 4.017px 12.364px 28.8px 3.2px rgba(199, 89, 0, 0.66);
}
.plr-fv-btn span {
  font-size: 3.7333333333vw;
  font-weight: 900;
  letter-spacing: 0.025em;
}
.plr-fv-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 1.4666666667vw;
  height: 1.4666666667vw;
  background-image: url(../img/pillar/arrow.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .plr-fv-score p span.big {
    display: inline-block;
    margin-top: 2vw;
    font-size: 6.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .plr-fv {
    margin-bottom: 5.5555555556vw;
    width: 76.3888888889vw;
  }
  .plr-fv-box {
    height: 5.5555555556vw;
  }
  .plr-fv-score {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 6.25vw;
    width: 38.8888888889vw;
    height: 5.5555555556vw;
  }
  .plr-fv-score p {
    font-size: 1.875vw;
    text-align: left;
  }
  .plr-fv-score p span.num {
    font-size: 2.2916666667vw;
  }
  .plr-fv-score:after {
    border-width: 2.7777777778vw 0px 2.7777777778vw 2.0833333333vw;
  }
  .plr-fv-contact {
    width: calc(100% - 38.8888888889vw);
  }
  .plr-fv-btn {
    width: 27.7777777778vw;
    height: 4.0277777778vw;
    border-radius: 2.0138888889vw;
    -webkit-box-shadow: 4.017px 12.364px 28.8px 3.2px rgba(199, 89, 0, 0.66);
            box-shadow: 4.017px 12.364px 28.8px 3.2px rgba(199, 89, 0, 0.66);
  }
  .plr-fv-btn span {
    font-size: 1.5972222222vw;
  }
  .plr-fv-btn:after {
    right: 2.0833333333vw;
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr-fv {
    margin-bottom: 80px;
    width: 1100px;
  }
  .plr-fv-box {
    height: 80px;
  }
  .plr-fv-score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 90px;
    width: 560px;
    height: 80px;
  }
  .plr-fv-score p {
    font-size: 2.7rem;
  }
  .plr-fv-score p span.num {
    font-size: 3.3rem;
  }
  .plr-fv-score:after {
    border-width: 40px 0px 40px 30px;
  }
  .plr-fv-contact {
    width: calc(100% - 560px);
  }
  .plr-fv-btn {
    width: 400px;
    height: 58px;
    border-radius: 29px;
  }
  .plr-fv-btn span {
    font-size: 2.3rem;
  }
  .plr-fv-btn:after {
    right: 30px;
    width: 9px;
    height: 9px;
  }
}
/*  #heatstroke
-------------------------------------------------------------------------------*/
.plr--heatstroke {
  background-image: url(../img/works/bg_sp.jpg);
  background-size: cover;
}

.plr--heatstroke .plr-ttl span {
  color: #DC000C;
}

.heatstroke-about {
  margin-top: 8vw;
  padding: 4.6666666667vw;
  background-color: #f9f9f9;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.2666666667vw;
}

.heatstroke-about-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.3em;
}

@media screen and (min-width: 751px) {
  .plr--heatstroke {
    background-image: url(../img/works/bg.jpg);
    background-image: image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
  }
  .heatstroke {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .heatstroke-about {
    margin-top: 2.7777777778vw;
    padding: 2.0833333333vw;
    border-width: 0.1388888889vw;
  }
  .heatstroke-about-ttl {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .heatstroke {
    width: 1000px;
  }
  .heatstroke-about {
    margin-top: 40px;
    padding: 30px;
    border-width: 2px;
  }
  .heatstroke-about-ttl {
    font-size: 2.4rem;
  }
}
/* pillar --> problem
-------------------------------------------------------------------------------*/
.plr--problem {
  background-color: #f3f3f3;
}

.plr--problem .plr-ttl {
  text-indent: 0.5em;
}

.plr--problem .plr-desc p {
  font-weight: 500;
  text-align: center;
}

.problem {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.problem-in {
  position: relative;
  margin-bottom: 5.3333333333vw;
}

.problem-image {
  margin: 0 auto;
  width: 100%;
}

.problem-list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw 2.6666666667vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2vw;
  font-size: 3.0666666667vw;
  font-weight: 700;
  line-height: 1.5em;
}

.problem-fix {
  position: relative;
  margin-top: 9.3333333333vw;
  padding-top: 13.3333333333vw;
}
.problem-fix p {
  font-size: 5.6vw;
  font-weight: 800;
  text-align: center;
  line-height: 1.45em;
}
.problem-fix p span {
  color: #0f54ac;
}
.problem-fix:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 16vw 0px 16vw;
  border-color: #ff5400 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem-risk {
  position: relative;
  margin-top: 9.3333333333vw;
  padding-top: 13.3333333333vw;
}
.problem-risk:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 16vw 0px 16vw;
  border-color: #ff5400 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.problem-risk-box {
  padding: 5.3333333333vw;
  background-color: #ffffff;
  border-color: #ff5400;
  border-style: solid;
  border-width: 0.8vw;
}

.problem-risk-ttl {
  margin-bottom: 0.8em;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
}
.problem-risk-ttl span {
  color: #ff5400;
}

@media screen and (max-width: 750px) {
  .problem-list {
    position: relative;
    top: -6.6666666667vw;
    margin-bottom: -6.6666666667vw;
  }
  .problem-list > li {
    padding-left: 8.6666666667vw;
  }
  .problem-list > li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.6666666667vw;
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background-image: url(../img/pillar/check.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .problem-list > li:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .problem {
    width: 66.6666666667vw;
  }
  .problem-in {
    margin-bottom: 2.0833333333vw;
  }
  .problem-image {
    width: 42.7083333333vw;
  }
  .problem-list > li {
    position: absolute;
    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: 1.0416666667vw 1.3888888889vw;
    width: 19.4444444444vw;
    min-height: 6.1111111111vw;
    border: none;
    border-radius: 0.6944444444vw;
    font-size: 1.25vw;
    text-align: center;
  }
  .problem--reform .problem-list > li:nth-child(1) {
    top: 2.0833333333vw;
    left: 0;
  }
  .problem--reform .problem-list > li:nth-child(2) {
    left: -1.3888888889vw;
    bottom: 2.0833333333vw;
  }
  .problem--reform .problem-list > li:nth-child(3) {
    top: 2.0833333333vw;
    right: 0;
  }
  .problem--reform .problem-list > li:nth-child(4) {
    right: -1.3888888889vw;
    bottom: 2.0833333333vw;
  }
  .problem--shield .problem-list > li:nth-child(1),
  .problem--apartment .problem-list > li:nth-child(1) {
    top: 1.3888888889vw;
    left: 0;
  }
  .problem--shield .problem-list > li:nth-child(2),
  .problem--apartment .problem-list > li:nth-child(2) {
    top: 50%;
    left: -2.7777777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .problem--shield .problem-list > li:nth-child(3),
  .problem--apartment .problem-list > li:nth-child(3) {
    left: -1.3888888889vw;
    bottom: 1.3888888889vw;
  }
  .problem--shield .problem-list > li:nth-child(4),
  .problem--apartment .problem-list > li:nth-child(4) {
    top: 1.3888888889vw;
    right: 0;
  }
  .problem--shield .problem-list > li:nth-child(5),
  .problem--apartment .problem-list > li:nth-child(5) {
    top: 50%;
    right: -2.7777777778vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .problem--shield .problem-list > li:nth-child(6),
  .problem--apartment .problem-list > li:nth-child(6) {
    right: -1.3888888889vw;
    bottom: 1.3888888889vw;
  }
  .problem--shield .problem-list > li:nth-child(7),
  .problem--apartment .problem-list > li:nth-child(7) {
    left: 50%;
    bottom: -1.3888888889vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .problem-fix {
    margin-top: 3.4722222222vw;
    padding-top: 4.8611111111vw;
  }
  .problem-fix p {
    font-size: 2.5vw;
  }
  .problem-fix:after {
    border-width: 2.7777777778vw 8.3333333333vw 0 8.3333333333vw;
  }
  .problem-risk {
    margin-top: 4.8611111111vw;
    padding-top: 4.8611111111vw;
  }
  .problem-risk:after {
    border-width: 2.7777777778vw 8.3333333333vw 0 8.3333333333vw;
  }
  .problem-risk-box {
    padding: 3.4722222222vw;
    border-width: 0.2777777778vw;
  }
  .problem-risk-ttl {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .problem {
    width: 960px;
  }
  .problem-in {
    margin-bottom: 30px;
  }
  .problem-image {
    width: 615px;
  }
  .problem-list > li {
    padding: 15px 20px;
    width: 280px;
    min-height: 88px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
  .problem--reform .problem-list > li:nth-child(1) {
    top: 30px;
  }
  .problem--reform .problem-list > li:nth-child(2) {
    left: -20px;
    bottom: 30px;
  }
  .problem--reform .problem-list > li:nth-child(3) {
    top: 30px;
  }
  .problem--reform .problem-list > li:nth-child(4) {
    right: -20px;
    bottom: 30px;
  }
  .problem--shield .problem-list > li:nth-child(1),
  .problem--apartment .problem-list > li:nth-child(1) {
    top: 20px;
  }
  .problem--shield .problem-list > li:nth-child(2),
  .problem--apartment .problem-list > li:nth-child(2) {
    left: -40px;
  }
  .problem--shield .problem-list > li:nth-child(3),
  .problem--apartment .problem-list > li:nth-child(3) {
    left: -20px;
    bottom: 20px;
  }
  .problem--shield .problem-list > li:nth-child(4),
  .problem--apartment .problem-list > li:nth-child(4) {
    top: 20px;
  }
  .problem--shield .problem-list > li:nth-child(5),
  .problem--apartment .problem-list > li:nth-child(5) {
    right: -40px;
  }
  .problem--shield .problem-list > li:nth-child(6),
  .problem--apartment .problem-list > li:nth-child(6) {
    right: -20px;
    bottom: 20px;
  }
  .problem--shield .problem-list > li:nth-child(7),
  .problem--apartment .problem-list > li:nth-child(7) {
    bottom: -20px;
  }
  .problem-fix {
    margin-top: 50px;
    padding-top: 70px;
  }
  .problem-fix p {
    font-size: 3.6rem;
  }
  .problem-fix:after {
    border-width: 40px 120px 0px 120px;
  }
  .problem-risk {
    margin-top: 70px;
    padding-top: 70px;
  }
  .problem-risk:after {
    border-width: 40px 120px 0px 120px;
  }
  .problem-risk-box {
    padding: 50px;
    border-width: 4px;
  }
  .problem-risk-ttl {
    font-size: 3.6rem;
  }
}
/* pillar --> rainleak
-------------------------------------------------------------------------------*/
.rainleak {
  margin: 0 auto;
  width: 100%;
}

.rainleak > li {
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #f9f9f9;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.1333333333vw;
}

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

.rainleak-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #0f54ac;
  font-family: "Manrope", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 800;
  font-optical-sizing: auto;
}
.rainleak-num span {
  position: relative;
  top: -0.05em;
  display: inline-block;
  margin-left: 0.1em;
  font-size: 5.8666666667vw;
}

.rainleak-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}
.rainleak-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .rainleak {
    width: 61.1111111111vw;
  }
  .rainleak > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw;
    border-width: 0.0694444444vw;
  }
  .rainleak > li:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .rainleak-head {
    width: 13.8888888889vw;
  }
  .rainleak-num {
    font-size: 1.6666666667vw;
  }
  .rainleak-num span {
    font-size: 2.5vw;
  }
  .rainleak-ttl {
    margin-bottom: 0.5em;
    font-size: 1.6666666667vw;
  }
  .rainleak-ttl:after {
    height: 0.2083333333vw;
  }
  .rainleak-content {
    width: 34.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .rainleak {
    width: 880px;
  }
  .rainleak > li {
    padding: 50px;
    border-width: 1px;
  }
  .rainleak > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .rainleak-head {
    width: 200px;
  }
  .rainleak-num {
    font-size: 2.4rem;
  }
  .rainleak-num span {
    font-size: 3.6rem;
  }
  .rainleak-ttl {
    font-size: 2.4rem;
  }
  .rainleak-ttl:after {
    height: 3px;
  }
  .rainleak-content {
    width: 500px;
  }
}
/* pillar --> reason
-------------------------------------------------------------------------------*/
.plr--reason {
  background-color: #a0c4e1;
}

/* ------------------------------------------- strengths - */
.plr-reason {
  margin: 0 auto;
  width: 100%;
}

.plr-reason > li {
  padding: 4.5333333333vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

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

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

.plr-reason-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  color: #0f54ac;
  font-size: 3.7333333333vw;
  font-weight: 800;
}
.plr-reason-num span {
  position: relative;
  top: -0.05em;
  display: inline-block;
  margin-left: 0.1em;
  font-family: "Manrope", sans-serif;
  font-size: 5.3333333333vw;
  font-optical-sizing: auto;
}

.plr-reason-ttl {
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 0.7em;
  font-size: 4.8vw;
  font-weight: 800;
  line-height: 1.5em;
}
.plr-reason-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .plr-reason {
    width: 69.4444444444vw;
  }
  .plr-reason > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.0833333333vw;
    border-radius: 0.2777777778vw;
  }
  .plr-reason > li:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .plr-reason-image {
    margin: 0;
    width: 22.2222222222vw;
    border-radius: 0.2777777778vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .plr-reason-content {
    width: 40.2777777778vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .plr-reason-num {
    font-size: 1.25vw;
  }
  .plr-reason-num span {
    font-size: 2.0833333333vw;
  }
  .plr-reason-ttl {
    font-size: 1.9444444444vw;
  }
  .plr-reason-ttl:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr-reason {
    width: 1000px;
  }
  .plr-reason > li {
    padding: 30px;
    border-radius: 4px;
  }
  .plr-reason > li:nth-child(n+2) {
    margin-top: 35px;
  }
  .plr-reason-image {
    width: 320px;
    border-radius: 4px;
  }
  .plr-reason-content {
    width: 580px;
  }
  .plr-reason-num {
    font-size: 1.8rem;
  }
  .plr-reason-num span {
    font-size: 3rem;
  }
  .plr-reason-ttl {
    font-size: 2.8rem;
  }
  .plr-reason-ttl:after {
    height: 3px;
  }
}
/* pillar -- > subsidy
-------------------------------------------------------------------------------*/
.subsidy {
  position: relative;
  margin: 0 auto;
  width: 80vw;
}

.subsidy > li {
  position: relative;
  padding: 6vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 1.3333333333vw;
}

.subsidy > li:has(.subsidy-image) {
  padding: 4vw 6.6666666667vw 6vw 6.6666666667vw;
}

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

.subsidy-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4em;
}

.subsidy-ttl--indent {
  text-indent: -0.5em;
}

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

.subsidy-desc p {
  font-size: 3.4666666667vw;
}

.subsidy-btn {
  margin-top: 6vw;
  text-align: center;
}

.subsidy-btn a {
  position: relative;
  display: inline-block;
  padding: 0 6vw 0.1em 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.subsidy-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4vw;
  height: 4vw;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .subsidy {
    width: 69.4444444444vw;
  }
  .subsidy > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .subsidy > li {
    padding: 2.7777777778vw;
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
    text-align: center;
  }
  .subsidy > li:has(.subsidy-image) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.0833333333vw;
  }
  .subsidy > li:has(.subsidy-image) .subsidy-content {
    padding-top: 1.0416666667vw;
    width: 43.0555555556vw;
    text-align: left;
  }
  .subsidy-image {
    margin: 0;
    width: 19.4444444444vw;
  }
  .subsidy-ttl {
    font-size: 1.6666666667vw;
  }
  .subsidy-desc p {
    font-size: 1.1111111111vw;
  }
  .subsidy-btn {
    margin-top: 2.0833333333vw;
    text-align: right;
  }
  .subsidy-btn a {
    padding-right: 2.5vw;
    font-size: 1.1111111111vw;
  }
  .subsidy-btn a:after {
    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;
  }
  .subsidy-btn a:hover:after {
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .subsidy {
    width: 1000px;
  }
  .subsidy > li {
    padding: 40px;
    border-width: 3px;
    border-radius: 10px;
  }
  .subsidy > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .subsidy > li:has(.subsidy-image) {
    padding: 30px;
  }
  .subsidy > li:has(.subsidy-image) .subsidy-content {
    padding-top: 15px;
    width: 620px;
  }
  .subsidy-image {
    width: 280px;
  }
  .subsidy-ttl {
    font-size: 2.4rem;
  }
  .subsidy-desc p {
    font-size: 1.6rem;
  }
  .subsidy-btn {
    margin-top: 30px;
  }
  .subsidy-btn a {
    padding-right: 36px;
    font-size: 1.6rem;
  }
  .subsidy-btn a:after {
    width: 24px;
    height: 24px;
  }
}
/*  #paint
-------------------------------------------------------------------------------*/
/* ------------------------------------------- ttl - */
.plr--paint .plr-ttl span.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
  padding: 0 1em 0.1em 1em;
  background-color: #0f54ac;
  height: 8vw;
  border-radius: 4vw;
  color: #ffffff;
  font-size: 4.8vw;
}
.plr--paint .plr-ttl span.red {
  color: #FF0000;
}

@media screen and (min-width: 751px) {
  .plr--paint .plr-ttl span.label {
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr--paint .plr-ttl span.label {
    height: 50px;
    border-radius: 25px;
    font-size: 3rem;
  }
}
/* ------------------------------------------- type - */
.paint-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3333333333vw;
  margin: 0 auto;
  width: 100%;
}

.paint-type > li {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 0.1333333333vw;
}

.paint-type > li a {
  position: relative;
}

.paint-type-label {
  position: absolute;
  top: -2vw;
  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-bottom: 0.1em;
  width: 12vw;
  height: 12vw;
  background-color: #ff5400;
  border-radius: 50%;
  z-index: 1;
}
.paint-type-label p {
  color: #ffffff;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.paint-type-content {
  padding: 2.6666666667vw 4vw;
}

.paint-type-ttl {
  font-size: 3.4666666667vw;
  font-weight: 800;
  line-height: 1.4em;
}

.paint-type-maker {
  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-top: 0.5em;
  padding: 0 1em 0.1em 1em;
  height: 5.3333333333vw;
  background-color: #ccc;
  border-radius: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}

.paint-type-more {
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  margin-top: 1em;
  padding: 0 1.7em 0.1em 0;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
}
.paint-type-more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/common/arrow-bw.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .paint-type > 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;
  }
  .paint-type > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .paint-type > li a .paint-type-content {
    padding: 2.6666666667vw 4vw 4.6666666667vw 4vw;
  }
  .paint-type-image {
    width: 31.3333333333vw;
  }
  .paint-type-content {
    width: calc(100% - 31.3333333333vw);
  }
}
@media screen and (min-width: 751px) {
  .paint-type {
    gap: 2.0833333333vw;
    width: 71.5277777778vw;
  }
  .paint-type > li {
    width: 16.3194444444vw;
    border-width: 0.0694444444vw;
  }
  .paint-type > li a {
    display: block;
    padding-bottom: 2em;
  }
  .paint-type-label {
    top: -0.6944444444vw;
    left: -0.6944444444vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .paint-type-label p {
    font-size: 0.9027777778vw;
  }
  .paint-type-content {
    padding: 1.0416666667vw;
    text-align: center;
  }
  .paint-type-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 3em;
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
  .paint-type-maker {
    margin-top: 0.7em;
    height: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }
  .paint-type-more {
    right: 0.6944444444vw;
    bottom: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .paint-type {
    gap: 30px;
    width: 1030px;
  }
  .paint-type > li {
    width: 235px;
    border-width: 1px;
  }
  .paint-type-label {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
  }
  .paint-type-label p {
    font-size: 1.3rem;
  }
  .paint-type-content {
    padding: 15px;
  }
  .paint-type-ttl {
    font-size: 1.6rem;
  }
  .paint-type-maker {
    height: 30px;
    border-radius: 15px;
    font-size: 1.4rem;
  }
  .paint-type-more {
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- shop - */
.paint-shop {
  position: relative;
  margin-top: 12vw;
  padding-top: 12vw;
}
.paint-shop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: calc(100% + 12vw);
  background-color: #f3f3f3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.paint-shop-image {
  margin-bottom: 4.6666666667vw;
}

.paint-shop-ttl {
  margin-bottom: 1em;
  font-size: 4.8vw;
  font-weight: 800;
  line-height: 1.5em;
}
.paint-shop-ttl span {
  position: relative;
}
.paint-shop-ttl span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 0.6666666667vw;
  background-color: #0f54ac;
}

@media screen and (min-width: 751px) {
  .paint-shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 5.5555555556vw;
    padding-top: 5.5555555556vw;
  }
  .paint-shop:before {
    height: calc(100% + 5.5555555556vw);
  }
  .paint-shop-image {
    margin: 0;
    width: 34.0277777778vw;
  }
  .paint-shop-content {
    width: 38.1944444444vw;
  }
  .paint-shop-ttl {
    font-size: 1.9444444444vw;
  }
  .paint-shop-ttl span:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .paint-shop {
    margin-top: 80px;
    padding-top: 80px;
  }
  .paint-shop:before {
    height: calc(100% + 80px);
  }
  .paint-shop-image {
    width: 490px;
  }
  .paint-shop-content {
    width: 550px;
  }
  .paint-shop-ttl {
    font-size: 2.8rem;
  }
  .paint-shop-ttl span:after {
    height: 3px;
  }
}
/* pillar --> works
-------------------------------------------------------------------------------*/
.plr--works {
  background-image: url(../img/works/bg_sp.jpg);
  background-size: cover;
}

@media screen and (min-width: 751px) {
  .plr--works {
    background-image: url(../img/works/bg.jpg);
    background-image: image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/works/bg.jpg) 1x, url(../img/works/bg-2x.jpg) 2x);
  }
}
/*  #mokuji
-------------------------------------------------------------------------------*/
.plr-mokuji {
  margin: 0 auto 13.3333333333vw auto;
  width: 90.1333333333vw;
}

.plr-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12vw;
  background-color: #0f54ac;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 800;
  letter-spacing: 0.2em;
  overflow: hidden;
}
.plr-mokuji dt:before, .plr-mokuji dt:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30.6666666667vw;
  height: 43.3333333333vw;
  background-image: url(../img/blog/dot_sp.png);
  background-size: contain;
  z-index: 1;
}
.plr-mokuji dt:before {
  left: -5.3333333333vw;
  bottom: -28.6666666667vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plr-mokuji dt:after {
  top: -28.6666666667vw;
  right: -5.3333333333vw;
}

.plr-mokuji dd {
  padding: 4vw;
  background-color: #f3f3f3;
  border-radius: 0 0 1.3333333333vw 1.3333333333vw;
}

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

.plr-mokuji-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2vw;
  padding: 0 6.6666666667vw 0 0.5em;
  width: calc(50% - 2vw);
  height: 12vw;
  background-color: #ffffff;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 1.3333333333vw;
  font-size: 3.2vw;
  font-weight: 800;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}
.plr-mokuji-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  display: inline-block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background-image: url(../img/sub/arrow-bl.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .plr-mokuji-menu a:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .plr-mokuji {
    margin-bottom: 6.9444444444vw;
    width: 69.4444444444vw;
  }
  .plr-mokuji dt {
    height: 4.1666666667vw;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    font-size: 1.6666666667vw;
  }
  .plr-mokuji dt:before, .plr-mokuji dt:after {
    width: 20.7638888889vw;
    height: 22.6388888889vw;
    background-image: url(../img/blog/dot.png);
    background-image: image-set(url(../img/blog/dot.png) 1x, url(../img/blog/dot-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/dot.png) 1x, url(../img/blog/dot-2x.png) 2x);
  }
  .plr-mokuji dt:before {
    left: -11.8055555556vw;
    bottom: -5.5555555556vw;
  }
  .plr-mokuji dt:after {
    top: -5.5555555556vw;
    right: -11.8055555556vw;
  }
  .plr-mokuji dd {
    padding: 1.3888888889vw 2.0833333333vw;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
  .plr-mokuji-menu {
    margin-left: -1.0416666667vw;
  }
  .plr-mokuji-menu a {
    margin-left: 1.0416666667vw;
    padding: 0 2.7777777778vw 0 1em;
    width: calc(33.33333% - 1.0416666667vw);
    height: 3.1944444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .plr-mokuji-menu a:after {
    right: 1.0416666667vw;
    width: 0.4166666667vw;
    height: 0.6944444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .plr-mokuji-menu a:hover {
    background-color: #0f54ac;
    color: #ffffff;
  }
  .plr-mokuji-menu a:hover:after {
    background-image: url(../img/sub/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .plr-mokuji-menu a:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr-mokuji {
    margin-bottom: 100px;
    width: 1000px;
  }
  .plr-mokuji dt {
    height: 60px;
    border-radius: 10px 10px 0 0;
    font-size: 2.4rem;
  }
  .plr-mokuji dt:before, .plr-mokuji dt:after {
    width: 299px;
    height: 326px;
  }
  .plr-mokuji dt:before {
    left: -170px;
    bottom: -80px;
  }
  .plr-mokuji dt:after {
    top: -80px;
    right: -170px;
  }
  .plr-mokuji dd {
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
  }
  .plr-mokuji-menu {
    margin-left: -15px;
  }
  .plr-mokuji-menu a {
    margin-left: 15px;
    padding: 0 40px 0 1em;
    width: calc(33.33333% - 15px);
    height: 46px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 1.6rem;
  }
  .plr-mokuji-menu a:after {
    right: 15px;
    width: 6px;
    height: 10px;
  }
  .plr-mokuji-menu a:nth-child(n+4) {
    margin-top: 15px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.works {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .works .works-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
  }
  .works .works-post {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    margin-left: -40px;
  }
  .works .works-post {
    margin-left: 40px;
    width: calc(33.33333% - 40px);
  }
  .works .works-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- bf - */
.works-bf {
  margin-top: 8vw;
}

.works-bf > div {
  position: relative;
  margin: 0 auto;
}

.works-bf > div:nth-child(2) {
  margin-top: 6.6666666667vw;
  padding-top: 12vw;
}
.works-bf > div:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 18.6666666667vw 0px 18.6666666667vw;
  border-color: #E5E5E5 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.works-bf-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10.6666666667vw;
  font-family: "Manrope", sans-serif;
  font-size: 4vw;
  font-weight: 800;
}

.works-bf-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.works-bf-before {
  width: 66.6666666667vw;
}
.works-bf-before .works-bf-ttl {
  background-color: #E5E5E5;
}
.works-bf-before .works-bf-image img {
  height: 40vw;
}

.works-bf-after .works-bf-ttl {
  background-color: #0f54ac;
  color: #ffffff;
}
.works-bf-after .works-bf-image img {
  height: 61.3333333333vw;
}

@media screen and (min-width: 751px) {
  .works-bf {
    margin-top: 3.4722222222vw;
  }
  .works-bf > div:nth-child(2) {
    margin-top: 2.7777777778vw;
    padding-top: 4.8611111111vw;
  }
  .works-bf > div:nth-child(2):before {
    border-width: 2.7777777778vw 6.9444444444vw 0px 6.9444444444vw;
  }
  .works-bf-ttl {
    height: 4.1666666667vw;
    font-size: 1.6666666667vw;
  }
  .works-bf-before {
    width: 36.8055555556vw;
  }
  .works-bf-before .works-bf-image img {
    height: 22.9166666667vw;
  }
  .works-bf-after {
    width: 60.4166666667vw;
  }
  .works-bf-after .works-bf-image img {
    height: 34.7222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-bf {
    margin-top: 50px;
  }
  .works-bf > div:nth-child(2) {
    margin-top: 40px;
    padding-top: 70px;
  }
  .works-bf > div:nth-child(2):before {
    border-width: 40px 100px 0px 100px;
  }
  .works-bf-ttl {
    height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .works-bf-before {
    width: 530px;
  }
  .works-bf-before .works-bf-image img {
    height: 330px;
  }
  .works-bf-after {
    width: 870px;
  }
  .works-bf-after .works-bf-image img {
    height: 500px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  margin-top: 8vw;
  padding: 4vw;
  background-color: #f3f3f3;
  border-radius: 0.5333333333vw;
}

.works-data dl {
  padding: 4vw 0;
}

.works-data dt {
  position: relative;
  margin-bottom: 1em;
  padding: 0.8em 0.5em 0.9em 0.5em;
  background-color: #0f54ac;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

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

@media screen and (min-width: 751px) {
  .works-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.4722222222vw;
    padding: 2.0833333333vw 3.4722222222vw;
    border-radius: 0.2777777778vw;
  }
  .works-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-color: #bdbdbd;
    border-bottom-style: solid;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dl:first-child {
    border-top-color: #bdbdbd;
    border-top-style: solid;
    border-top-width: 0.0694444444vw;
  }
  .works-data dt {
    margin-bottom: 0;
    width: 7.6388888889vw;
  }
  .works-data dd {
    padding: 0.2em 0 0 0;
  }
  .works-data-harf {
    width: 33.3333333333vw;
  }
  .works-data-harf dd {
    width: 22.5694444444vw;
  }
  .works-data-full {
    width: 100% !important;
  }
  .works-data-full dd {
    width: calc(100% - 9.375vw);
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 50px;
    padding: 30px 50px;
    border-radius: 4px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dl:first-child {
    border-top-width: 1px;
  }
  .works-data dt {
    width: 110px;
  }
  .works-data-harf {
    width: 480px;
  }
  .works-data-harf dd {
    width: 325px;
  }
  .works-data-full dd {
    width: calc(100% - 135px);
  }
}
/* ------------------------------------------- point - */
.works-point {
  margin: 0 auto;
  width: 90.1333333333vw;
}

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

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

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

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

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

@media screen and (max-width: 750px) {
  .works-point-list > li:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-point {
    width: 76.3888888889vw;
  }
  .works-point > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .works-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.4305555556vw;
  }
  .works-point-list > li {
    margin-left: 2.4305555556vw;
    width: calc(33.33333% - 2.4305555556vw);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .works-point-image {
    margin-bottom: 1.0416666667vw;
  }
  .works-point-image img {
    height: 15.2777777778vw;
  }
  .works-point-content p {
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .works-point {
    width: 1100px;
  }
  .works-point > div:nth-child(n+2) {
    margin-top: 100px;
  }
  .works-point-list {
    margin-left: -35px;
  }
  .works-point-list > li {
    margin-left: 35px;
    width: calc(33.33333% - 35px);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .works-point-image {
    margin-bottom: 15px;
  }
  .works-point-image img {
    height: 220px;
  }
  .works-point-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- voice - */
.works-voice .head-dotbg {
  margin-bottom: 0;
}

.works-voice-content {
  position: relative;
  padding: 8vw 5.3333333333vw 6vw 5.3333333333vw;
  background-color: #f9f9f9;
}

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

@media screen and (min-width: 751px) {
  .works-voice-content {
    padding: 3.4722222222vw 4.8611111111vw;
  }
  .works-voice-btn {
    margin-top: 2.4305555556vw;
    width: 23.6111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice-content {
    padding: 50px 70px;
  }
  .works-voice-btn {
    margin-top: 35px;
    width: 340px;
  }
}
/* ------------------------------------------- staff - */
.works-staff {
  position: relative;
  padding: 6.6666666667vw 6vw;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 4px;
}

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

.works-staff-name {
  margin-top: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}

.works-staff-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4em;
}
.works-staff-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #0f54ac;
  border-radius: 0.2666666667vw;
}

@media screen and (min-width: 751px) {
  .works-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2.7777777778vw;
    border-width: 0.2777777778vw;
  }
  .works-staff-image {
    margin: 0;
    width: 17.3611111111vw;
  }
  .works-staff-image img {
    height: 13.8888888889vw;
  }
  .works-staff-name {
    margin-top: 0.5em;
    font-size: 1.25vw;
  }
  .works-staff-content {
    padding-top: 1em;
    width: 48.6111111111vw;
  }
  .works-staff-content--full {
    width: 100% !important;
  }
  .works-staff-ttl {
    font-size: 1.6666666667vw;
  }
  .works-staff-ttl:before {
    width: 0.5555555556vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-staff {
    padding: 40px;
    border-width: 4px;
  }
  .works-staff-image {
    width: 250px;
  }
  .works-staff-image img {
    height: 200px;
  }
  .works-staff-name {
    font-size: 1.8rem;
  }
  .works-staff-content {
    width: 700px;
  }
  .works-staff-ttl {
    font-size: 2.4rem;
  }
  .works-staff-ttl:before {
    width: 8px;
    border-radius: 2px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff .staff-post:nth-child(n+2) {
  margin-top: 6.6666666667vw;
}

.staff-post {
  position: relative;
  padding: 8vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}

.staff-image {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 72vw;
  border-radius: 2.1333333333vw;
}

.staff-position {
  margin-bottom: 4vw;
  padding: 0.5em 1em 0.6em 1em;
  display: inline-block;
  background-color: #0f54ac;
  border-radius: 0.5333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.staff-name {
  position: relative;
  margin-bottom: 4vw;
}

.staff-name-jp {
  font-size: 4vw;
  font-weight: 900;
}

.staff-name-en {
  margin-top: 1em;
  color: #0f54ac;
  font-family: "Manrope", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  font-optical-sizing: auto;
}

.staff-data {
  text-align: left;
}

.staff-data dl {
  padding: 2.6666666667vw 4vw;
  border-radius: 0.5333333333vw;
  line-height: 1.6em;
}

.staff-data dl:nth-child(odd) {
  background-color: #f1f1f1;
}

.staff-data dt {
  margin-bottom: 0.5em;
  width: 100%;
  font-weight: 700;
}

.staff-data dd {
  width: 100%;
  font-weight: 500;
}

.staff-message {
  margin-top: 5.3333333333vw;
  padding: 6.6666666667vw;
  border-color: #0f54ac;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.5333333333vw;
}

.staff-message dt {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.1em 4vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.6em;
}
.staff-message dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1333333333vw;
  height: 100%;
  background-color: #0f54ac;
  border-radius: 0.2666666667vw;
}

.staff-message dd {
  font-weight: 500;
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .staff .staff-post:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .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.4722222222vw;
    border-radius: 0.2777777778vw;
  }
  .staff-image {
    margin: 0;
    width: 26.875vw;
  }
  .staff-image img {
    height: 28.4722222222vw;
    border-radius: 1.1111111111vw;
  }
  .staff-content {
    width: 40.2777777778vw;
  }
  .staff-position {
    margin-bottom: 2.0833333333vw;
    border-radius: 0.2777777778vw;
    font-size: 1.25vw;
    text-align: left;
  }
  .staff-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.7361111111vw;
  }
  .staff-name-jp {
    font-size: 1.6666666667vw;
    text-align: left;
  }
  .staff-name-en {
    margin: 0.2em 0 0 1em;
    font-size: 0.9722222222vw;
    text-align: left;
  }
  .staff-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: 0.6944444444vw 1.7361111111vw;
    border-radius: 0.2777777778vw;
    line-height: 1.66em;
  }
  .staff-data dt {
    margin: 0;
    width: 9.0277777778vw;
  }
  .staff-data dd {
    width: calc(100% - 10.4166666667vw);
  }
  .staff-message {
    margin-top: 1.3888888889vw;
    padding: 2.7777777778vw 2.0833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
  }
  .staff-message dt {
    padding-left: 1.3888888889vw;
    font-size: 1.25vw;
  }
  .staff-message dt:before {
    width: 0.5555555556vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff .staff-post:nth-child(n+2) {
    margin-top: 50px;
  }
  .staff-post {
    padding: 60px 50px;
    border-radius: 4px;
  }
  .staff-image {
    width: 387px;
  }
  .staff-image img {
    height: 410px;
    border-radius: 16px;
  }
  .staff-content {
    width: 580px;
  }
  .staff-position {
    margin-bottom: 30px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
  .staff-name {
    margin-bottom: 25px;
  }
  .staff-name-jp {
    font-size: 2.4rem;
  }
  .staff-name-en {
    font-size: 1.4rem;
  }
  .staff-data dl {
    padding: 10px 25px;
    border-radius: 4px;
  }
  .staff-data dt {
    width: 130px;
  }
  .staff-data dd {
    width: calc(100% - 150px);
  }
  .staff-message {
    margin-top: 20px;
    padding: 40px 30px;
    border-width: 2px;
    border-radius: 4px;
  }
  .staff-message dt {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .staff-message dt:before {
    width: 8px;
    border-radius: 2px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archives {
  position: relative;
}

.blog {
  position: relative;
}

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

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

.blog-side-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em 0.1em 1em;
  height: 13.3333333333vw;
  background-color: #0f54ac;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;
}
.blog-side-ttl span {
  position: relative;
  z-index: 1;
}
.blog-side-ttl:before, .blog-side-ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30.6666666667vw;
  height: 43.3333333333vw;
  background-image: url(../img/blog/dot_sp.png);
  background-size: contain;
  z-index: 1;
}
.blog-side-ttl:before {
  left: -5.3333333333vw;
  bottom: -28.6666666667vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.blog-side-ttl:after {
  top: -28.6666666667vw;
  right: -5.3333333333vw;
}

.blog-side-content {
  background-color: #ffffff;
  border-radius: 0 0 0.5333333333vw 0.5333333333vw;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
  .blog .blog-image img {
    height: 55.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-archive-content {
    width: 54.1666666667vw;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
  }
  .blog .blog-post {
    margin-left: 2.7777777778vw;
    width: calc(50% - 2.7777777778vw);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 2.7777777778vw;
  }
  .blog-side {
    margin: 0;
    width: 18.75vw;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 3.8194444444vw;
  }
  .blog-side-ttl {
    height: 3.4722222222vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
    font-size: 1.25vw;
  }
  .blog-side-ttl:before, .blog-side-ttl:after {
    width: 20.7638888889vw;
    height: 22.6388888889vw;
    background-image: url(../img/blog/dot.png);
    background-image: image-set(url(../img/blog/dot.png) 1x, url(../img/blog/dot-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/dot.png) 1x, url(../img/blog/dot-2x.png) 2x);
  }
  .blog-side-ttl:before {
    left: -11.8055555556vw;
    bottom: -5.5555555556vw;
  }
  .blog-side-ttl:after {
    top: -5.5555555556vw;
    right: -11.8055555556vw;
  }
  .blog-side-content {
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-archive-content {
    width: 780px;
  }
  .blog {
    margin-left: -40px;
  }
  .blog .blog-post {
    margin-left: 40px;
    width: calc(50% - 40px);
  }
  .blog .blog-post:nth-child(n+3) {
    margin-top: 40px;
  }
  .blog-side {
    width: 270px;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 40px;
  }
  .blog-side-ttl {
    height: 50px;
    border-radius: 4px 4px 0 0;
    font-size: 1.8rem;
  }
  .blog-side-ttl:before, .blog-side-ttl:after {
    width: 299px;
    height: 326px;
  }
  .blog-side-ttl:before {
    left: -170px;
    bottom: -80px;
  }
  .blog-side-ttl:after {
    top: -80px;
    right: -170px;
  }
  .blog-side-content {
    border-radius: 0 0 4px 4px;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6.6666666667vw;
  height: 10.6666666667vw;
  border-bottom-color: #f3f3f3;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
}

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

@media screen and (min-width: 751px) {
  .blog-side-cat li a {
    padding: 0 2.0833333333vw;
    height: 3.4722222222vw;
    border-bottom-width: 0.0694444444vw;
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-side-cat li a:hover {
    color: #0f54ac;
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat li a {
    padding: 0 30px;
    height: 50px;
    border-bottom-width: 2px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- latest - */
.blog-latest {
  padding: 2.6666666667vw 5.3333333333vw 3.3333333333vw 5.3333333333vw;
}

.blog-latest-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.3333333333vw 0;
  border-bottom-color: #d9d9d9;
  border-bottom-style: solid;
  border-bottom-width: 0.2666666667vw;
}

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

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

.blog-latest-content {
  width: calc(100% - 22.6666666667vw);
}

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

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

@media screen and (min-width: 751px) {
  .blog-latest {
    padding: 0.3472222222vw 1.7361111111vw;
  }
  .blog-latest-post a {
    padding: 1.3888888889vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .blog-latest-image {
    width: 4.1666666667vw;
    border-radius: 0.2777777778vw;
  }
  .blog-latest-image img {
    height: 4.1666666667vw;
  }
  .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: calc(100% - 5.2083333333vw);
  }
  .blog-latest-date {
    margin-bottom: 0.3em;
    font-size: 0.9722222222vw;
  }
  .blog-latest-ttl {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-latest {
    padding: 5px 25px;
  }
  .blog-latest-post a {
    padding: 20px 0;
    border-bottom-width: 1px;
  }
  .blog-latest-image {
    width: 60px;
    border-radius: 4px;
  }
  .blog-latest-image img {
    height: 60px;
  }
  .blog-latest-content {
    width: calc(100% - 75px);
  }
  .blog-latest-date {
    font-size: 1.4rem;
  }
  .blog-latest-ttl {
    font-size: 1.5rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 8.6666666667vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  background-color: #f1f1f1;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}
.blog-mokuji:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.1333333333vw;
  background-color: #0f54ac;
}

.blog-mokuji dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding-left: 12vw;
  height: 8.5333333333vw;
  color: #0f54ac;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.blog-mokuji dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-image: url(../img/blog/menu.png);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

.blog-mokuji > dd > div > a {
  color: #0f54ac;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > a:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero) ".";
  margin-right: 0.5em;
}

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

.blog-mokuji > dd > div > div {
  margin-top: 0.5em;
  padding-left: 7.3333333333vw;
}

.blog-mokuji > dd > div > div > a {
  padding-left: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.blog-mokuji > dd > div > div > a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #0f54ac;
}

.blog-mokuji > dd > div > div > div {
  margin-top: 0.5em;
  padding-left: 7.3333333333vw;
}

.blog-mokuji > dd > div > div > div > a {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 3.4722222222vw;
    padding: 3.4722222222vw 2.4305555556vw;
    border-radius: 0.2777777778vw;
  }
  .blog-mokuji:before {
    height: 0.5555555556vw;
  }
  .blog-mokuji dt {
    padding-left: 5.2083333333vw;
    height: 3.3333333333vw;
    font-size: 1.6666666667vw;
  }
  .blog-mokuji dt:before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .blog-mokuji > dd > div {
    padding-left: 3.125vw;
  }
  .blog-mokuji > dd > div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji > dd > div a:hover {
    color: #0f54ac;
  }
  .blog-mokuji > dd > div > a {
    font-size: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 2.0833333333vw;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.25vw;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 50px;
    padding: 50px 35px;
    border-radius: 4px;
  }
  .blog-mokuji:before {
    height: 8px;
  }
  .blog-mokuji dt {
    padding-left: 75px;
    height: 48px;
    font-size: 2.4rem;
  }
  .blog-mokuji dt:before {
    width: 48px;
    height: 48px;
  }
  .blog-mokuji > dd > div {
    padding-left: 45px;
  }
  .blog-mokuji > dd > div > a {
    font-size: 20px;
    font-size: 2rem;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 30px;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 20px;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  lineup --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- menu - */
.lineup-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 8vw -2vw;
}

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

.lineup-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 6vw 0.1em 2.4vw;
  height: 11.2vw;
  background-color: #ffffff;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.6666666667vw;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.18em;
}
.lineup-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2vw;
  width: 1.6vw;
  height: 2.4vw;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-menu a.is-current {
  border-color: #0f54ac;
  color: #ffffff;
}
.lineup-menu a.is-current:after {
  background-image: url(../img/sub/arrow-wh.svg);
}

.lineup-menu--wall a {
  border-color: #DC000C;
}
.lineup-menu--wall a:after {
  background-image: url(../img/sub/arrow-rd.svg);
}

.lineup-menu--roof a {
  border-color: #006990;
}
.lineup-menu--roof a:after {
  background-image: url(../img/sub/arrow-nv.svg);
}

.lineup-menu--roof-repair a {
  border-color: #EE8136;
}
.lineup-menu--roof-repair a:after {
  background-image: url(../img/sub/arrow-og.svg);
}

.lineup-menu--roofcover a {
  border-color: #efcb04;
}
.lineup-menu--roofcover a:after {
  background-image: url(../img/sub/arrow-ye.svg);
}

.lineup-menu--apartment a {
  border-color: #007909;
}
.lineup-menu--apartment a:after {
  background-image: url(../img/sub/arrow-gr.svg);
}

.lineup-menu--repair a {
  border-color: #6d9ec5;
}
.lineup-menu--repair a:after {
  background-image: url(../img/sub/arrow-aq.svg);
}

.lineup-menu--reform a {
  border-color: #ef7777;
}
.lineup-menu--reform a:after {
  background-image: url(../img/sub/arrow-pk.svg);
}

@media screen and (max-width: 750px) {
  .lineup-menu > li:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-menu {
    margin: 0 0 3.4722222222vw -1.0416666667vw;
  }
  .lineup-menu > li {
    margin-left: 1.0416666667vw;
    width: calc(25% - 1.0416666667vw);
  }
  .lineup-menu > li:nth-child(n+5) {
    margin-top: 1.0416666667vw;
  }
  .lineup-menu a {
    padding: 0 2.4305555556vw 0.1em 1.3888888889vw;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .lineup-menu a:after {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .lineup-menu a:hover {
    color: #ffffff;
  }
  .lineup-menu a:hover:after {
    background-image: url(../img/sub/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .lineup-menu--wall a:hover {
    background-color: #DC000C;
  }
  .lineup-menu--roof a:hover {
    background-color: #006990;
  }
  .lineup-menu--roof-repair a:hover {
    background-color: #EE8136;
  }
  .lineup-menu--roofcover a:hover {
    background-color: #efcb04;
  }
  .lineup-menu--apartment a:hover {
    background-color: #007909;
  }
  .lineup-menu--repair a:hover {
    background-color: #6d9ec5;
  }
  .lineup-menu--reform a:hover {
    background-color: #ef7777;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-menu {
    margin: 0 0 50px -15px;
  }
  .lineup-menu > li {
    margin-left: 15px;
    width: calc(25% - 15px);
  }
  .lineup-menu > li:nth-child(n+5) {
    margin-top: 15px;
  }
  .lineup-menu a {
    padding: 0 35px 0.1em 20px;
    height: 60px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .lineup-menu a:after {
    right: 10px;
    width: 8px;
    height: 12px;
  }
}
/* ------------------------------------------- section - */
.sub--lineup section:nth-of-type(n + 2) {
  margin-top: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--lineup section:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
/* ------------------------------------------- post - */
.lineup-post {
  background-color: #ffffff;
}

.lineup-post a {
  position: relative;
  display: block;
}

.lineup-durable {
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  padding: 2.6666666667vw 2.4vw;
  background-color: #000000;
  border-radius: 0.5333333333vw;
  z-index: 1;
}
.lineup-durable p {
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.27em;
  letter-spacing: 0;
}

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

.lineup-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.6666666667vw 0.1em 2.6666666667vw;
  height: 13.3333333333vw;
  color: #ffffff;
  font-size: 4.5333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}

.lineup-content {
  padding: 3.3333333333vw;
}

.lineup-ttl {
  height: 1.3em;
  font-size: 5.7333333333vw;
  font-weight: 700;
  line-height: 1.3em;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lineup-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
  padding-left: 30.6666666667vw;
  min-height: 13.3333333333vw;
}

.lineup-label {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.9333333333vw;
  width: 20vw;
  height: 13.3333333333vw;
  background-color: #FFE200;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 99.99999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6666666667vw 0px 6.6666666667vw 3.7333333333vw;
  border-color: transparent transparent transparent #FFE200;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-label p {
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.23em;
}

.lineup-unit {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em;
  height: 8.4vw;
  background-color: #f3f3f3;
  font-size: 3.4666666667vw;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-taxout {
  position: relative;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.lineup-taxout span {
  display: inline-block;
  margin-right: 0.1em;
  color: #DC000C;
  font-family: "Manrope", sans-serif;
  font-size: 12vw;
  font-weight: 800;
  font-optical-sizing: auto;
  letter-spacing: -0.05em;
}
.lineup-taxout:after {
  content: "(税別)";
  position: absolute;
  right: 0;
  bottom: 2em;
  font-size: 3.2vw;
}

.lineup-price--price .lineup-taxout:after {
  right: 1.3em;
}

.lineup-price--unit .lineup-taxout:after {
  right: 0;
}

.lineup-taxin {
  position: relative;
  right: -0.5em;
  margin-top: 0.2em;
  font-size: 4vw;
  font-weight: 500;
  text-align: right;
}
.lineup-taxin span {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

.lineup-post--wall .lineup-catch {
  background-color: #DC000C;
}

.lineup-post--roof .lineup-catch {
  background-color: #006990;
}

.lineup-post--roof-repair .lineup-catch {
  background-color: #EE8136;
}

.lineup-post--roofcover .lineup-catch {
  background-color: #efcb04;
}

.lineup-post--apartment .lineup-catch {
  background-color: #007909;
}

.lineup-post--repair .lineup-catch {
  background-color: #6d9ec5;
}

.lineup-post--reform .lineup-catch {
  background-color: #ef7777;
}

@media screen and (max-width: 750px) {
  .lineup .lineup-post:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
  }
  .lineup-post {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw);
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .lineup-durable {
    top: 0.6944444444vw;
    right: 0.6944444444vw;
    padding: 0.6944444444vw 0.5555555556vw;
    border-radius: 0.2777777778vw;
  }
  .lineup-durable p {
    font-size: 0.8333333333vw;
  }
  .lineup-image img {
    height: 14.5833333333vw;
  }
  .lineup-post a:hover .lineup-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .lineup-catch {
    padding: 0 0.6944444444vw 0.1em 0.6944444444vw;
    height: 3.3333333333vw;
    font-size: 1.1111111111vw;
  }
  .lineup-content {
    padding: 1.0416666667vw 0.6944444444vw;
  }
  .lineup-ttl {
    font-size: 1.3888888889vw;
  }
  .lineup-price {
    margin-top: 1.0416666667vw;
    padding-left: 8.3333333333vw;
    min-height: 3.8888888889vw;
  }
  .lineup-unit {
    height: 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
  .lineup-label {
    padding-left: 0.3472222222vw;
    width: 5.5555555556vw;
    height: 4.1666666667vw;
  }
  .lineup-label:after {
    border-width: 2.0833333333vw 0px 2.0833333333vw 1.3888888889vw;
  }
  .lineup-label p {
    font-size: 1.1111111111vw;
  }
  .lineup-taxout {
    font-size: 1.25vw;
  }
  .lineup-taxout span {
    font-size: 3.6111111111vw;
  }
  .lineup-taxout:after {
    font-size: 0.9027777778vw;
  }
  .lineup-taxin {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup {
    margin-left: -40px;
  }
  .lineup-post {
    margin-left: 40px;
    width: calc(33.33333% - 40px);
  }
  .lineup .lineup-post:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-durable {
    top: 10px;
    right: 10px;
    padding: 10px 8px;
    border-radius: 4px;
  }
  .lineup-durable p {
    font-size: 1.2rem;
  }
  .lineup-image img {
    height: 210px;
  }
  .lineup-catch {
    padding: 0 10px 0.1em 10px;
    height: 48px;
    font-size: 1.6rem;
  }
  .lineup-content {
    padding: 15px 10px;
  }
  .lineup-ttl {
    font-size: 2rem;
  }
  .lineup-price {
    margin-top: 15px;
    padding-left: 120px;
    min-height: 56px;
  }
  .lineup-unit {
    height: 30px;
    font-size: 1.4rem;
  }
  .lineup-label {
    padding-left: 5px;
    width: 80px;
    height: 60px;
  }
  .lineup-label:after {
    border-width: 30px 0px 30px 20px;
  }
  .lineup-label p {
    font-size: 1.6rem;
  }
  .lineup-taxout {
    font-size: 1.8rem;
  }
  .lineup-taxout span {
    font-size: 5.2rem;
  }
  .lineup-taxout:after {
    font-size: 1.3rem;
  }
  .lineup-taxin {
    font-size: 1.4rem;
  }
}
/*  lineup --> single
-------------------------------------------------------------------------------*/
.lineup-article .post {
  position: relative;
}
.lineup-article .post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.3333333333vw;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
}

.lineup-article--wall .post:before,
.lineup-article--wall .lineup-post-catch,
.lineup-article--wall .lineup-stand-head,
.lineup-article--wall .head-dotbg {
  background-color: #dc000c;
}

.lineup-article--roof .post:before,
.lineup-article--roof .lineup-post-catch,
.lineup-article--roof .lineup-stand-head,
.lineup-article--roof .head-dotbg {
  background-color: #006990;
}

.lineup-article--roof-repair .post:before,
.lineup-article--roof-repair .lineup-post-catch,
.lineup-article--roof-repair .lineup-stand-head,
.lineup-article--roof-repair .head-dotbg {
  background-color: #EE8136;
}

.lineup-article--roofcover .post:before,
.lineup-article--roofcover .lineup-post-catch,
.lineup-article--roofcover .lineup-stand-head,
.lineup-article--roofcover .head-dotbg {
  background-color: #efcb04;
}

.lineup-article--apartment .post:before,
.lineup-article--apartment .lineup-post-catch,
.lineup-article--apartment .lineup-stand-head,
.lineup-article--apartment .head-dotbg {
  background-color: #007909;
}

.lineup-article--repair .post:before,
.lineup-article--repair .lineup-post-catch,
.lineup-article--repair .lineup-stand-head,
.lineup-article--repair .head-dotbg {
  background-color: #6d9ec5;
}

.lineup-article--reform .post:before,
.lineup-article--reform .lineup-post-catch,
.lineup-article--reform .lineup-stand-head,
.lineup-article--reform .head-dotbg {
  background-color: #ef7777;
}

.lineup-post-catch {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.5em 0.75em 0.6em 0.75em;
  background-color: #0f54ac;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (min-width: 751px) {
  .lineup-article .post:before {
    height: 0.5555555556vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .lineup-post-catch {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-article .post:before {
    height: 8px;
    border-radius: 4px 4px 0 0;
  }
  .lineup-post-catch {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- title - */
.post--lineup .post-ttl span {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.3em 0.5em 0.4em 0.5em;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.86em;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 751px) {
  .post--lineup .post-ttl span {
    top: -0.15em;
    margin: 0 0.5em 0 0;
    display: inline-block;
  }
}
/* ------------------------------------------- main - */
.lineup-main {
  position: relative;
}

.lineup-main-desc {
  margin-bottom: 2em;
}

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

.lineup-main-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 64vw;
}

@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: 34.7222222222vw;
  }
  .lineup-main-image img {
    height: 26.0416666667vw;
  }
  .lineup-main-content {
    width: 31.25vw;
  }
  .lineup-main-btn {
    margin-top: 2.4305555556vw;
    width: 22.2222222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-main-image {
    width: 500px;
  }
  .lineup-main-image img {
    height: 375px;
  }
  .lineup-main-content {
    width: 450px;
  }
  .lineup-main-btn {
    margin-top: 35px;
    width: 320px;
  }
}
/* ------------------------------------------- data - */
.lineup-data {
  position: relative;
  margin-bottom: 4vw;
}

.lineup-data dl {
  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;
}

.lineup-data dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.1em;
  width: 17.3333333333vw;
  height: 6.6666666667vw;
  background-color: #000000;
  border-radius: 5em;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

.lineup-data dd {
  padding: 0 1em;
  width: calc(100% - 17.3333333333vw);
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.5em;
}

.lineup-data--row {
  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;
}
.lineup-data--row dl {
  width: 50%;
}

.lineup-data--col dl {
  width: 100%;
}
.lineup-data--col dl:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .lineup-data {
    margin-bottom: 1.3888888889vw;
  }
  .lineup-data dt {
    width: 6.9444444444vw;
    height: 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
  .lineup-data dd {
    width: calc(100% - 6.9444444444vw);
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-data {
    margin-bottom: 20px;
  }
  .lineup-data dt {
    width: 100px;
    height: 32px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-data dd {
    width: calc(100% - 100px);
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- evaluation - */
.lineup-evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4vw;
}

.lineup-evaluation dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 10vw;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 1px;
}

.lineup-evaluation dl:nth-child(even) {
  border-left: none;
}

.lineup-evaluation dl:nth-child(3),
.lineup-evaluation dl:nth-child(4) {
  border-top: none;
}

.lineup-evaluation dl dt {
  width: 17.3333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
}

.lineup-evaluation dl dd {
  width: calc(100% - 17.3333333333vw);
}
.lineup-evaluation dl dd img {
  width: 20vw;
}

@media screen and (min-width: 751px) {
  .lineup-evaluation {
    margin-bottom: 1.3888888889vw;
  }
  .lineup-evaluation dl {
    height: 3.125vw;
    border-width: 0.0694444444vw;
  }
  .lineup-evaluation dl dt {
    width: 5.5555555556vw;
    font-size: 1.1111111111vw;
  }
  .lineup-evaluation dl dd {
    width: calc(100% - 5.5555555556vw);
  }
  .lineup-evaluation dl dd img {
    width: 8.4027777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-evaluation {
    margin-bottom: 20px;
  }
  .lineup-evaluation dl {
    height: 45px;
    border-width: 1px;
  }
  .lineup-evaluation dl dt {
    width: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lineup-evaluation dl dd {
    width: calc(100% - 80px);
  }
  .lineup-evaluation dl dd img {
    width: 121px;
  }
}
/* ------------------------------------------- price - */
.lineup-main-maker-price {
  margin-bottom: 0.5em;
  text-align: right;
}
.lineup-main-maker-price span {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

.lineup-main-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lineup-main-price--price {
  padding-left: 30vw;
}

.lineup-main-price--unit {
  padding-left: 28vw;
}

.lineup-main-label {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.9333333333vw;
  width: 20vw;
  height: 13.3333333333vw;
  background-color: #FFE200;
  background-size: contain;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-main-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 99.99999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.6666666667vw 0px 6.6666666667vw 3.7333333333vw;
  border-color: transparent transparent transparent #FFE200;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lineup-main-label p {
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.23em;
}

.lineup-main-unit {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75em;
  height: 8.4vw;
  background-color: #f3f3f3;
  font-size: 3.7333333333vw;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-main-unit--reform {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lineup-main-taxout {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.lineup-main-taxout span {
  display: inline-block;
  margin-right: 0.1em;
  color: #DC000C;
  font-family: "Manrope", sans-serif;
  font-size: 13.3333333333vw;
  font-weight: 800;
  font-optical-sizing: auto;
  letter-spacing: -0.05em;
}
.lineup-main-taxout:after {
  content: "(税別)";
  position: absolute;
  bottom: 2em;
  font-size: 3.2vw;
}

.lineup-main-price--unit .lineup-main-taxout:after {
  right: 0;
}

.lineup-main-price--price .lineup-main-taxout:after {
  right: 1.2em;
}

.lineup-main-taxin {
  position: relative;
  right: -0.5em;
  margin-top: 0.2em;
  font-size: 4vw;
  text-align: right;
}
.lineup-main-taxin span {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

@media screen and (min-width: 751px) {
  .lineup-main-price--price {
    padding-left: 11.1111111111vw;
  }
  .lineup-main-price--unit {
    padding-left: 7.6388888889vw;
  }
  .lineup-main-unit {
    height: 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
  .lineup-main-label {
    padding-left: 0.3472222222vw;
    width: 5.5555555556vw;
    height: 4.1666666667vw;
  }
  .lineup-main-label:after {
    border-width: 2.0833333333vw 0px 2.0833333333vw 1.3888888889vw;
  }
  .lineup-main-label p {
    font-size: 1.1111111111vw;
  }
  .lineup-main-taxout {
    font-size: 1.6666666667vw;
  }
  .lineup-main-taxout span {
    font-size: 5.1388888889vw;
  }
  .lineup-main-taxout:after {
    font-size: 1.25vw;
  }
  .lineup-main-taxin {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-main-price--price {
    padding-left: 160px;
  }
  .lineup-main-price--unit {
    padding-left: 110px;
  }
  .lineup-main-unit {
    height: 30px;
    font-size: 1.4rem;
  }
  .lineup-main-label {
    padding-left: 5px;
    width: 80px;
    height: 60px;
  }
  .lineup-main-label:after {
    border-width: 30px 0px 30px 20px;
  }
  .lineup-main-label p {
    font-size: 1.6rem;
  }
  .lineup-main-taxout {
    font-size: 2.4rem;
  }
  .lineup-main-taxout span {
    font-size: 7.4rem;
  }
  .lineup-main-taxout:after {
    font-size: 1.8rem;
  }
  .lineup-main-taxin {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- remarks - */
.lineup-remarks {
  position: relative;
  margin-top: 8vw;
  padding: 3.3333333333vw;
  background-color: #ffffff;
  border-color: #565656;
  border-style: solid;
  border-width: 0.5333333333vw;
}

.lineup-remarks-ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.4em 1.5em 0.5em 1.5em;
  display: inline-block;
  background-color: #000000;
  border-radius: 5em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.lineup-remarks-desc p {
  font-size: 3.2vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .lineup-remarks {
    margin-top: 3.4722222222vw;
    padding: 1.7361111111vw 1.3888888889vw;
    border-width: 0.1388888889vw;
  }
  .lineup-remarks-ttl {
    font-size: 1.1111111111vw;
  }
  .lineup-remarks-desc p {
    font-size: 1.1111111111vw;
    line-height: 1.66em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-remarks {
    margin-top: 50px;
    padding: 25px 20px;
    border-width: 2px;
  }
  .lineup-remarks-ttl {
    font-size: 1.6rem;
  }
  .lineup-remarks-desc p {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- standard - */
.lineup-stand {
  position: relative;
  margin-top: 10.6666666667vw;
  padding: 8vw 3.0666666667vw 5.3333333333vw 3.0666666667vw;
  background-color: #f3f3f3;
  text-align: center;
}

.lineup-stand-head {
  position: absolute;
  top: -4vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em 0.1em 1.5em;
  height: 8vw;
  background-color: #0f54ac;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.lineup-stand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6666666667vw;
}

.lineup-stand-item {
  position: relative;
  margin-left: 2.6666666667vw;
  padding: 1.3333333333vw;
  width: calc(25% - 2.6666666667vw);
  background-color: #ffffff;
  border-color: #565656;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
}

.lineup-stand-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.2em auto;
  width: 8.5333333333vw;
  height: 7.2vw;
  background-size: contain;
  background-position: center;
}

.lineup-stand-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.32em;
  color: #565656;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.16em;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .lineup-stand-list .lineup-stand-item:nth-child(n+5) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-stand {
    margin-top: 5.2083333333vw;
    padding: 4.1666666667vw 2.4305555556vw 2.0833333333vw 2.4305555556vw;
  }
  .lineup-stand-head {
    top: -1.7361111111vw;
    height: 3.4722222222vw;
    font-size: 1.6666666667vw;
  }
  .lineup-stand-list {
    margin-left: -1.7361111111vw;
  }
  .lineup-stand-item {
    margin-left: 1.7361111111vw;
    padding: 0.6944444444vw;
    width: calc(14.2% - 1.7361111111vw);
    border-width: 0.2083333333vw;
    border-radius: 0.6944444444vw;
  }
  .lineup-stand .lineup-stand-item:nth-child(n+8) {
    margin-top: 1.7361111111vw;
  }
  .lineup-stand-icon {
    width: 3.8194444444vw;
    height: 3.125vw;
  }
  .lineup-stand-ttl {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-stand {
    margin-top: 75px;
    padding: 60px 35px 30px 35px;
  }
  .lineup-stand-head {
    top: -25px;
    height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .lineup-stand-list {
    margin-left: -25px;
  }
  .lineup-stand-item {
    margin-left: 25px;
    padding: 10px;
    width: calc(14.2% - 25px);
    border-width: 3px;
    border-radius: 10px;
  }
  .lineup-stand .lineup-stand-item:nth-child(n+8) {
    margin-top: 25px;
  }
  .lineup-stand-icon {
    width: 55px;
    height: 45px;
  }
  .lineup-stand-ttl {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------- point - */
.lineup-point > div:nth-child(n+2) {
  margin-top: 16vw;
}

.lineup-point-list {
  margin-top: 6.6666666667vw;
}

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

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

.lineup-point-subhead {
  margin-bottom: 0.8em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0;
}

.lineup-point-desc p,
.lineup-point-content p {
  font-size: 3.4666666667vw;
  line-height: 1.3em;
}

@media screen and (max-width: 750px) {
  .lineup-point-list > li:nth-child(n+2) {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .lineup-point > div:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .lineup-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.1666666667vw 0 0 -2.4305555556vw;
  }
  .lineup-point-list > li {
    margin-left: 2.4305555556vw;
    width: calc(33.33333% - 2.4305555556vw);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .lineup-point-image {
    margin-bottom: 1.0416666667vw;
  }
  .lineup-point-image img {
    height: 14.2361111111vw;
  }
  .lineup-point-subhead {
    font-size: 1.25vw;
    line-height: 1.45em;
  }
  .lineup-point-desc p,
  .lineup-point-content p {
    font-size: 1.1111111111vw;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1441px) {
  .lineup-point > div:nth-child(n+2) {
    margin-top: 100px;
  }
  .lineup-point-list {
    margin: 60px 0 0 -35px;
  }
  .lineup-point-list > li {
    margin-left: 35px;
    width: calc(33.33333% - 35px);
  }
  .lineup-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .lineup-point-image {
    margin-bottom: 15px;
  }
  .lineup-point-image img {
    height: 205px;
  }
  .lineup-point-subhead {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .lineup-point-desc p,
  .lineup-point-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}