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

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

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

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

.sub-lead {
  position: relative;
  margin-bottom: 8vw;
  padding: 4vw 4.6666666667vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}
.sub-lead p {
  line-height: 1.65em;
}

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

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

.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: 4.1666666667vw;
  }
  .sub--section main > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .sub-in {
    width: 83.3333333333vw;
  }
  .sub-lead {
    margin-bottom: 3.4722222222vw;
    padding: 2.0833333333vw 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .sub-lead p {
    text-align: center;
    line-height: 2em;
  }
  .complete p,
  .notfound p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding-bottom: 60px;
  }
  .sub--section main > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .sub-in {
    width: 1200px;
  }
  .sub-lead {
    margin-bottom: 50px;
    padding: 30px 20px;
    border-radius: 4px;
  }
}
/* sub --> company
-------------------------------------------------------------------------------*/
/* ------------------------------------------- message - */
.message {
  position: relative;
  padding-bottom: 13.3333333333vw;
}

.message > div {
  position: relative;
}

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

.message-ttl {
  margin-bottom: 1em;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.65em;
}
.message-ttl span {
  margin-left: -0.5em;
}

.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: -13.3333333333vw;
  padding: 1em;
  background-color: #ffffff;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.8em;
  z-index: 1;
}
.message-ceo span.big {
  font-size: 4.2666666667vw;
}
.message-ceo span.kana {
  font-size: 4.2666666667vw;
}

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

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

@media screen and (min-width: 751px) {
  .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: 40.2777777778vw;
    height: 31.25vw;
  }
  .message-image > div {
    position: absolute;
    top: 0;
    width: 47.2222222222vw;
  }
  .message-content {
    width: 38.1944444444vw;
  }
  .message-ttl {
    font-size: 1.9444444444vw;
    text-align: left;
  }
  .message-ceo {
    right: -2.7777777778vw;
    bottom: -2.0833333333vw;
    padding: 1em 1.5em;
    font-size: 1.1111111111vw;
  }
  .message-ceo span.big {
    font-size: 1.3888888889vw;
  }
  .message-ceo span.kana {
    font-size: 1.0416666667vw;
  }
  .message > div:nth-child(1) .message-image > div {
    left: 0;
  }
  .message > div:nth-child(1) .message-image > div:before {
    top: -4.1666666667vw;
    right: -4.1666666667vw;
    width: 20.8333333333vw;
    height: 26.3888888889vw;
  }
  .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: -3.4722222222vw;
    bottom: -4.1666666667vw;
    width: 47.2222222222vw;
    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: 580px;
    height: 450px;
  }
  .message-image > div {
    width: 680px;
  }
  .message-content {
    width: 550px;
  }
  .message-ttl {
    font-size: 2.8rem;
  }
  .message-ceo {
    right: -40px;
    bottom: -30px;
    font-size: 1.6rem;
  }
  .message-ceo span.big {
    font-size: 2rem;
  }
  .message-ceo span.kana {
    font-size: 1.5rem;
  }
  .message > div:nth-child(1) .message-image > div:before {
    top: -60px;
    right: -60px;
    width: 300px;
    height: 380px;
  }
  .message > div:nth-child(2) .message-image > div:before {
    left: -50px;
    bottom: -60px;
    width: 680px;
    height: 200px;
  }
}
/* ------------------------------------------- company-overview - */
.company-overview {
  position: relative;
  padding: 2.6666666667vw 6.6666666667vw 6.6666666667vw 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.company-overview dl {
  position: relative;
  padding: 4vw 0;
}
.company-overview dl:before, .company-overview dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.6666666667vw;
}
.company-overview dl:before {
  width: 26.6666666667vw;
  background-color: #ff5612;
  z-index: 1;
}
.company-overview dl:after {
  width: 100%;
  background-color: #d9d9d9;
}

.company-overview dl dt {
  position: relative;
  margin-bottom: 0.5em;
  width: 100%;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.15;
}

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

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

@media screen and (min-width: 751px) {
  .company-overview {
    margin: 0 auto;
    padding: 3.4722222222vw;
    width: 62.5vw;
    border-radius: 1.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;
    padding: 1.3888888889vw 0;
  }
  .company-overview dl:before, .company-overview dl:after {
    height: 0.2083333333vw;
  }
  .company-overview dl:before {
    width: 10.4166666667vw;
  }
  .company-overview dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 12.5vw;
    font-size: 1.1111111111vw;
    line-height: 1.6em;
  }
  .company-overview dl dd {
    width: calc(100% - 13.8888888889vw);
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-overview {
    padding: 50px;
    width: 900px;
    border-radius: 16px;
  }
  .company-overview dl {
    padding: 20px;
  }
  .company-overview dl:before, .company-overview dl:after {
    height: 3px;
  }
  .company-overview dl:before {
    width: 180px;
  }
  .company-overview dl dt {
    width: 180px;
    font-size: 1.6rem;
  }
  .company-overview dl dd {
    width: calc(100% - 200px);
    font-size: 1.5rem;
  }
}
/* 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: #ff8c00;
  border-radius: 0.2666666667vw;
}

.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: #ff5612;
}
.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: 2.4rem;
  }
  .policy .policy-head:after {
    height: 3px;
    border-radius: 1px;
  }
}
/* sub --> reason
-------------------------------------------------------------------------------*/
.reason-list {
  margin-top: 8vw;
}

.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7em;
  height: 13.3333333333vw;
  color: #ff5612;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  z-index: 1;
}
.reason-list-num span {
  margin-left: 0.5em;
}
.reason-list-num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -2vw;
  width: 9.6vw;
  height: 13.3333333333vw;
  background-image: url(../img/reason/character.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.reason-list-ttl {
  margin-bottom: 0.8em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

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

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

@media screen and (min-width: 751px) {
  .reason-list {
    margin-top: 0;
  }
  .reason-list > 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;
  }
  .reason-list > li:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .reason-list-content {
    padding-top: 2.0833333333vw;
    width: 39.5833333333vw;
  }
  .reason-list-num {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3.125vw;
    height: 3.3333333333vw;
    font-size: 1.25vw;
    text-align: left;
  }
  .reason-list-num:before {
    left: 0;
    margin: 0;
    width: 2.3611111111vw;
    height: 3.3333333333vw;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .reason-list-ttl {
    font-size: 1.8055555556vw;
    text-align: left;
  }
  .reason-list-desc p {
    font-size: 1.25vw;
  }
  .reason-list-image {
    margin: 0;
    width: 37.5vw;
    border-radius: 1.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: 570px;
  }
  .reason-list-num {
    padding-left: 45px;
    height: 48px;
    font-size: 1.8rem;
  }
  .reason-list-num:before {
    width: 34px;
    height: 48px;
  }
  .reason-list-ttl {
    font-size: 2.6rem;
  }
  .reason-list-desc p {
    font-size: 1.6rem;
  }
  .reason-list-image {
    width: 540px;
    border-radius: 16px;
  }
}
/* sub --> reserve
-------------------------------------------------------------------------------*/
/* ------------------------------------------- gallery - */
.reserve-gallery {
  position: relative;
}

.reserve-gallery > div:not(.reserve-gallery-btn) {
  position: relative;
  margin: 0 auto;
  width: 92vw;
}

.reserve-gallery-main,
.reserve-gallery-thumb {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.reserve-gallery-main {
  position: relative;
  margin-bottom: 4.6666666667vw;
}
.reserve-gallery-main .swiper-slide {
  text-align: center;
}

.reserve-gallery-main img {
  border-radius: 2.1333333333vw;
}

.reserve-gallery-thumb {
  overflow: hidden;
}

.reserve-gallery-thumb img {
  border-radius: 0.6666666667vw;
}

.reserve-gallery-thumb .swiper-slide {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

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

.reserve-gallery-thumb .swiper-slide:hover {
  opacity: 0.7;
  cursor: pointer;
}

.reserve-gallery-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 64vw;
}

.reserve-gallery-btn .btn-reserve {
  height: 13.3333333333vw;
  border-radius: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .reserve-gallery > div:not(.reserve-gallery-btn) {
    width: 69.4444444444vw;
  }
  .reserve-gallery-main {
    margin-bottom: 2.0833333333vw;
  }
  .reserve-gallery-main img {
    border-radius: 1.1111111111vw;
  }
  .reserve-gallery-thumb .swiper-slide {
    border-radius: 1.0416666667vw;
  }
  .reserve-gallery-thumb img {
    border-radius: 0.3472222222vw;
  }
  .reserve-gallery-btn {
    margin-top: 3.4722222222vw;
    width: 25.6944444444vw;
  }
  .reserve-gallery-btn .btn-reserve {
    height: 5.1388888889vw;
    border-radius: 2.5694444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-gallery > div:not(.reserve-gallery-btn) {
    width: 1000px;
  }
  .reserve-gallery-main {
    margin-bottom: 30px;
  }
  .reserve-gallery-main img {
    border-radius: 16px;
  }
  .reserve-gallery-thumb .swiper-slide {
    border-radius: 5px;
  }
  .reserve-gallery-thumb img {
    border-radius: 15px;
  }
  .reserve-gallery-btn {
    margin-top: 50px;
    width: 370px;
  }
  .reserve-gallery-btn .btn-reserve {
    height: 74px;
    border-radius: 37px;
  }
}
/* ------------------------------------------- point - */
.reserve-point {
  position: relative;
}

.reserve-point > li:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.reserve-point-image {
  position: relative;
  margin-top: 4vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.reserve-point-head {
  margin-bottom: 1.5em;
}

.reserve-point-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding: 0 1em;
  height: 8vw;
  background-color: #ff8c00;
  border-radius: 4vw;
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.reserve-point-num span {
  margin-left: 0.5em;
}

.reserve-point-ttl {
  margin-bottom: 1em;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.5em;
}

.reserve-point-desc p {
  line-height: 2em;
}

@media screen and (min-width: 751px) {
  .reserve-point > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reserve-point > li:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .reserve-point-content {
    width: 36.8055555556vw;
  }
  .reserve-point-image {
    margin: 0;
    width: 41.6666666667vw;
    border-radius: 1.1111111111vw;
  }
  .reserve-point-num {
    height: 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
  .reserve-point-ttl {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-point > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .reserve-point-content {
    width: 530px;
  }
  .reserve-point-image {
    width: 600px;
    border-radius: 16px;
  }
  .reserve-point-num {
    height: 40px;
    border-radius: 20px;
  }
  .reserve-point-ttl {
    font-size: 2.8rem;
  }
}
/* ------------------------------------------- merit - */
.reserve-merit-image {
  position: relative;
  margin-bottom: 4vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}

.reserve-merit-content p {
  line-height: 2em;
}

@media screen and (max-width: 750px) {
  .reserve-merit > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .reserve-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reserve-merit > li {
    width: 26.3888888889vw;
  }
  .reserve-merit-image {
    margin-bottom: 1.3888888889vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .reserve-merit > li {
    width: 380px;
  }
  .reserve-merit-image {
    margin-bottom: 20px;
    border-radius: 16px;
  }
}
/* 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: #ff8c00;
  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: 1.6vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .sitemap-menu a:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.7361111111vw;
  }
  .sitemap-menu a {
    margin-left: 1.7361111111vw;
    padding: 0 4.1666666667vw 0.1em 1.7361111111vw;
    width: calc(25% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    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: 0.5555555556vw;
    height: 0.8333333333vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+5) {
    margin-top: 1.7361111111vw;
  }
  .sitemap-menu a:hover {
    background-color: #ff8c00;
    color: #ffffff;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -25px;
  }
  .sitemap-menu a {
    margin-left: 25px;
    padding: 0 60px 0.1em 20px;
    width: calc(25% - 25px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 8px;
    height: 12px;
  }
  .sitemap-menu a:nth-child(n+5) {
    margin-top: 25px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin-bottom: 6.6666666667vw;
  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: 2vw 0;
  width: 92vw;
  z-index: 2;
}

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

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

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

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

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 2.0833333333vw;
  }
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.3888888889vw 0;
    width: 83.3333333333vw;
  }
  .breadcrumb-list li {
    font-size: 1.0416666667vw;
    white-space: normal;
  }
  .breadcrumb-list li:after {
    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: #ff5612;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
  .breadcrumb-list {
    padding: 20px 0;
    width: 1200px;
  }
  .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.3em 0.5em 0.4em 0.5em;
  background-color: #ff8c00;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.5em;
  overflow: hidden;
  z-index: 1;
}
.editor h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 12vw;
  height: 100%;
  background-image: url(../img/sub/pattern_sp.png);
  background-size: 12vw auto;
  background-repeat: repeat-y;
  z-index: -1;
}
.editor h3 {
  position: relative;
  margin: 2em 0 1em 0;
  padding-bottom: 0.8em;
  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: #ff5612;
  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.4em;
}
.editor h4:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background-color: #ff5612;
  border-radius: 50%;
}
.editor p {
  font-size: 3.7333333333vw;
  line-height: 2em;
}
.editor strong {
  color: #ff5612;
  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: #ff5612;
}
.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;
}

@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 {
    font-size: 1.9444444444vw;
  }
  .editor h2:before {
    background-size: 4.1666666667vw auto;
    background-image: url(../img/sub/pattern.png);
    background-image: image-set(url(../img/sub/pattern.png) 1x, url(../img/sub/pattern-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/pattern.png) 1x, url(../img/sub/pattern-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: 1.7361111111vw;
    font-size: 1.3888888889vw;
  }
  .editor h4:before {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
  .editor p {
    font-size: 1.1111111111vw;
  }
  .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;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    font-size: 2.8rem;
  }
  .editor h2:before {
    width: 60px;
    background-size: 60px auto;
  }
  .editor h3 {
    font-size: 2.4rem;
  }
  .editor h3:before, .editor h3:after {
    height: 4px;
  }
  .editor h3:after {
    width: 120px;
  }
  .editor h4 {
    padding-left: 25px;
    font-size: 2rem;
  }
  .editor h4:before {
    width: 12px;
    height: 12px;
  }
  .editor p {
    font-size: 1.6rem;
  }
  .editor ul li {
    font-size: 1.6rem;
  }
  .editor ol li {
    font-size: 1.6rem;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form {
  position: relative;
  margin: 0 auto;
  width: 89.3333333333vw;
}

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

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

@media screen and (min-width: 751px) {
  .form {
    width: 61.1111111111vw;
  }
  .form-ttl {
    padding: 0.7em 1em;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    font-size: 2.2222222222vw;
  }
  .form-content {
    padding: 4.1666666667vw 4.8611111111vw;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form {
    width: 880px;
  }
  .form-ttl {
    border-radius: 16px 16px 0 0;
    font-size: 3.2rem;
  }
  .form-content {
    padding: 60px 70px;
    border-radius: 0 0 16px 16px;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
/* ------------------------------------------- head-bd - */
.head-bd {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.3em 0.5em 0.4em 0.5em;
  background-color: #ff8c00;
  color: #ffffff;
  font-size: 5.0666666667vw;
  font-weight: 900;
  line-height: 1.5em;
  overflow: hidden;
  z-index: 1;
}
.head-bd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 12vw;
  height: 100%;
  background-image: url(../img/sub/pattern_sp.png);
  background-size: 12vw auto;
  background-repeat: repeat-y;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .head-bd {
    font-size: 1.9444444444vw;
  }
  .head-bd:before {
    width: 4.1666666667vw;
    background-size: 4.1666666667vw auto;
    background-image: url(../img/sub/pattern.png);
    background-image: image-set(url(../img/sub/pattern.png) 1x, url(../img/sub/pattern-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/pattern.png) 1x, url(../img/sub/pattern-2x.png) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .head-bd {
    font-size: 2.8rem;
  }
  .head-bd:before {
    width: 60px;
    background-size: 60px auto;
  }
}
/* ------------------------------------------- head-br - */
.head-br {
  position: relative;
  margin-bottom: 1.2em;
  padding: 0 0 0.1em 4.2666666667vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.5em;
}
.head-br:before, .head-br:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.1333333333vw;
  border-radius: 0.2666666667vw;
}
.head-br:before {
  height: 100%;
  background-color: #ff8c00;
}
.head-br:after {
  height: 40%;
  background-color: #ff5612;
  z-index: 2;
}

@media screen and (min-width: 751px) {
  .head-br {
    padding-left: 2.0833333333vw;
    font-size: 1.9444444444vw;
  }
  .head-br:before, .head-br:after {
    width: 0.5555555556vw;
    border-radius: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-br {
    padding-left: 30px;
    font-size: 2.8rem;
  }
  .head-br:before, .head-br:after {
    width: 8px;
    border-radius: 2px;
  }
}
/* ------------------------------------------- head-cr - */
.head-cr {
  position: relative;
  margin-bottom: 1.2em;
  padding-bottom: 0.7em;
  font-size: 6.4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}
.head-cr:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4em;
  height: 0.9333333333vw;
  background-color: #ff5612;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .head-cr {
    font-size: 2.7777777778vw;
  }
  .head-cr:after {
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-cr {
    font-size: 4rem;
  }
  .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: "LINESeedJP", 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-top: 5.5555555556vw;
  }
  .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;
  }
  .page-archive-navi .pagecount {
    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: #2c2c2c;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.5333333333vw;
  color: #2c2c2c;
  font-family: "LINESeedJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1em;
}
.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: #2c2c2c;
  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: #2c2c2c;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0.5333333333vw;
}
.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/common/arrow-bk.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.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    font-size: 1.25vw;
  }
  .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: #2c2c2c;
    color: #ffffff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.4722222222vw;
    height: 3.8194444444vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 3.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 0.625vw;
    height: 1.0416666667vw;
    -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: #2c2c2c;
  }
  .pagenation-prev a:hover:after,
  .pagenation-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 25px;
  }
  .pagenation-list li {
    margin-right: 8px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 50px;
    height: 55px;
    border-width: 2px;
    border-radius: 4px;
    font-size: 1.8rem;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 50px;
    height: 55px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    height: 55px;
    border-width: 2px;
    border-radius: 4px;
  }
  .pagenation-prev a:after,
  .pagenation-next a:after {
    width: 9px;
    height: 15px;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  position: relative;
  margin: 8vw auto 0 auto;
  width: 92vw;
}

.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: #ff8c00;
  border-color: #ff8c00;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 5.3333333333vw;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
}

.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/common/arrow-wh.svg);
  background-size: contain;
}

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

.pagenavi-next a {
  padding-right: 1.6vw;
}
.pagenavi-next a:after {
  right: 3.2vw;
  -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: #ff8c00;
  border-color: #ff8c00;
  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: 4.1666666667vw;
    width: 50.4166666667vw;
    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:after,
  .pagenavi-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;
  }
  .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:hover,
  .pagenavi-next a:hover {
    background-color: #ffffff;
    color: #ff8c00;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-og.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: #ff8c00;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 60px;
    width: 726px;
    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:after,
  .pagenavi-next a:after {
    width: 8px;
    height: 12px;
  }
  .pagenavi-prev a {
    padding-left: 15px;
  }
  .pagenavi-prev a:after {
    left: 30px;
  }
  .pagenavi-next a {
    padding-right: 15px;
  }
  .pagenavi-next a:after {
    right: 30px;
  }
  .pagenavi-back {
    width: 268px;
  }
  .pagenavi-back a {
    height: 54px;
    border-width: 2px;
    border-radius: 27px;
  }
  .pagenavi-back a span {
    font-size: 1.8rem;
  }
}
/*  pickup
-------------------------------------------------------------------------------*/
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3333333333vw;
  margin: 13.3333333333vw auto;
  width: 85.3333333333vw;
}

.pickup a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .pickup {
    gap: 1.7361111111vw;
    margin: 4.1666666667vw auto;
    width: 76.3888888889vw;
  }
  .pickup a {
    width: 24.3055555556vw;
    border-radius: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .pickup {
    gap: 25px;
    margin: 60px auto;
    width: 1100px;
  }
  .pickup a {
    width: 350px;
    border-radius: 4px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.post--blog {
  padding: 10.6666666667vw 4.6666666667vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

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

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

.post-data {
  position: relative;
  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 4.6666666667vw;
  color: #565656;
  font-size: 3.7333333333vw;
}

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

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

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

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

.post-cat {
  display: inline-block;
  margin-top: 2.6666666667vw;
  padding: 0.1em 0.5em 0.2em 0.55em;
  background-color: #0e0e0e;
  color: #ffffff;
  font-size: 3.2vw;
}

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

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

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

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

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

@media screen and (min-width: 751px) {
  .post--blog {
    padding: 5.5555555556vw 3.4722222222vw;
    border-radius: 1.1111111111vw;
  }
  .post-in {
    width: 83.3333333333vw;
  }
  .post > section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
  .post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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 {
    margin: 0 0 0 1.25em;
    font-size: 0.8333333333vw;
  }
  .post-ttl {
    font-size: 2.0833333333vw;
  }
  .post-image {
    margin-bottom: 2.7777777778vw;
  }
  .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--blog {
    padding: 80px 50px;
    border-radius: 16px;
  }
  .post-in {
    width: 1200px;
  }
  .post > section:nth-child(n+2) {
    margin-top: 100px;
  }
  .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-ttl {
    font-size: 3rem;
  }
  .post-image {
    margin-bottom: 40px;
  }
  .post-intro p {
    font-size: 1.6rem;
  }
  .post .editor {
    margin-top: 50px;
  }
  .post .inquiry {
    margin-top: 100px;
  }
}
/*  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 4vw;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.25em;
}
.term dt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 0px 1.6vw 1.8666666667vw;
  border-color: transparent transparent transparent #ff5612;
  -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: #ff5612;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  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/common/arrow-og.svg);
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.term-menu a.is-current {
  border-color: #ff5612;
  color: #ffffff;
}
.term-menu a.is-current:after {
  background-image: url(../img/common/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-beige:before {
  background-color: #fbf3d6;
}

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

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

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

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

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

.term-menu-red-pink: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;
}

.term-menu--menu a {
  color: #ffffff;
}
.term-menu--menu a:after {
  background-image: url(../img/common/arrow-wh.svg);
}

.term-menu--wall a {
  border-color: #ff5612;
  background-color: #ff5612;
}

.term-menu--roof a {
  border-color: #10518e;
  background-color: #10518e;
}

.term-menu--roof-repair a {
  border-color: #58448b;
  background-color: #58448b;
}

.term-menu--waterproof a {
  border-color: #ffa200;
  background-color: #ffa200;
}

.term-menu--rainleaking a {
  border-color: #449637;
  background-color: #449637;
}

.term-menu--other a {
  border-color: #565656;
  background-color: #565656;
}

@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: 1.5972222222vw;
    font-size: 1.6666666667vw;
  }
  .term dt:after {
    border-width: 0.5555555556vw 0px 0.5555555556vw 0.6944444444vw;
  }
  .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.8888888889vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
    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: #ff5612;
    color: #ffffff;
  }
  .term-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
  .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;
  }
  .term-menu--menu a:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  .term-menu--menu a:hover {
    background-color: #ffffff;
  }
  .term-menu--wall a:hover {
    color: #ff5612;
  }
  .term-menu--wall a:hover:after {
    background-image: url(../img/common/arrow-mn.svg);
  }
  .term-menu--roof a:hover {
    color: #10518e;
  }
  .term-menu--roof a:hover:after {
    background-image: url(../img/common/arrow-bl.svg);
  }
  .term-menu--roof-repair a:hover {
    color: #58448b;
  }
  .term-menu--roof-repair a:hover:after {
    background-image: url(../img/common/arrow-pl.svg);
  }
  .term-menu--waterproof a:hover {
    color: #ffba00;
  }
  .term-menu--waterproof a:hover:after {
    background-image: url(../img/common/arrow-ye.svg);
  }
  .term-menu--rainleaking a:hover {
    color: #379f00;
  }
  .term-menu--rainleaking a:hover:after {
    background-image: url(../img/common/arrow-gr.svg);
  }
  .term-menu--other a:hover {
    color: #565656;
  }
  .term-menu--other a:hover:after {
    background-image: url(../img/common/arrow-gy.svg);
  }
}
@media screen and (min-width: 1441px) {
  .term {
    margin-bottom: 80px;
  }
  .term dl:nth-child(n+2) {
    margin-top: 40px;
  }
  .term dt {
    padding-left: 23px;
    font-size: 2.4rem;
  }
  .term dt:after {
    border-width: 8px 0px 8px 10px;
  }
  .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: 56px;
    border-width: 2px;
    border-radius: 4px;
    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: 7.3333333333vw 0 6.6666666667vw 0;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.ttl:before, .ttl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 55.2vw;
  height: 76.5333333333vw;
  background-image: url(../img/sub/deco_sp.png);
  background-size: contain;
  z-index: -1;
}
.ttl:before {
  top: -9.3333333333vw;
  left: -28.5333333333vw;
}
.ttl:after {
  right: -28.5333333333vw;
  bottom: -9.3333333333vw;
}

.ttl-en {
  margin-bottom: 0.8em;
  color: #ff8c00;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

@media screen and (min-width: 751px) {
  .ttl {
    padding: 4.1666666667vw 0 4.8611111111vw 0;
  }
  .ttl:before, .ttl:after {
    width: 43.3333333333vw;
    height: 60vw;
    background-image: url(../img/sub/deco.png);
    background-image: image-set(url(../img/sub/deco.png) 1x, url(../img/sub/deco-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/sub/deco.png) 1x, url(../img/sub/deco-2x.png) 2x);
  }
  .ttl:before {
    top: -9.7222222222vw;
    left: -18.0555555556vw;
  }
  .ttl:after {
    right: -18.0555555556vw;
    bottom: -9.7222222222vw;
  }
  .ttl-en {
    font-size: 1.3888888889vw;
  }
  .ttl-jp {
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 60px 0 70px 0;
  }
  .ttl:before, .ttl:after {
    width: 624px;
    height: 864px;
  }
  .ttl:before {
    top: -140px;
    left: -260px;
  }
  .ttl:after {
    right: -260px;
    bottom: -140px;
  }
  .ttl-en {
    font-size: 2rem;
  }
  .ttl-jp {
    font-size: 4rem;
  }
}
/*  #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 16vw 0 10.6666666667vw 0;
  background-color: #ffffff;
}

.sec--blog .sec-head {
  position: relative;
  margin-bottom: 6.6666666667vw;
}
.sec--blog .sec-head:before, .sec--blog .sec-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.sec--blog .sec-head:before {
  top: -8.6666666667vw;
  left: 5.3333333333vw;
  width: 22.1333333333vw;
  height: 15.8666666667vw;
  background-image: url(../img/blog/pencil_sp.png);
}
.sec--blog .sec-head:after {
  top: -14vw;
  right: -6.6666666667vw;
  width: 38.1333333333vw;
  height: 22.8vw;
  background-image: url(../img/blog/balloon_sp.png);
}

.blog-slide {
  position: relative;
}

.blog-slide .swiper-slide {
  left: 2vw;
  margin-right: 4vw;
  width: 60vw !important;
}

.blog-slide .swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

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

.blog-slide .blog-post-image img {
  height: 42.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 6.25vw 0 5.5555555556vw 0;
  }
  .sec--blog .sec-head {
    margin-bottom: 3.125vw;
  }
  .sec--blog .sec-head:before {
    top: 0;
    left: 17.3611111111vw;
    width: 8.1944444444vw;
    height: 5.9027777778vw;
    background-image: url(../img/blog/pencil.png);
    background-image: image-set(url(../img/blog/pencil.png) 1x, url(../img/blog/pencil-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/pencil.png) 1x, url(../img/blog/pencil-2x.png) 2x);
  }
  .sec--blog .sec-head:after {
    top: -3.125vw;
    right: 9.375vw;
    width: 15.9027777778vw;
    height: 10.0694444444vw;
    background-image: url(../img/blog/balloon.png);
    background-image: image-set(url(../img/blog/balloon.png) 1x, url(../img/blog/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/balloon.png) 1x, url(../img/blog/balloon-2x.png) 2x);
  }
  .sec--blog .sec-btn {
    margin-top: 2.4305555556vw;
  }
  .blog-slide .swiper-slide {
    left: 1.3194444444vw;
    margin-right: 2.6388888889vw;
    width: 23.6111111111vw !important;
  }
  .blog-slide .blog-post-image img {
    height: 12.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 90px 0 80px 0;
  }
  .sec--blog .sec-head {
    margin-bottom: 45px;
  }
  .sec--blog .sec-head:before {
    left: 250px;
    width: 118px;
    height: 85px;
  }
  .sec--blog .sec-head:after {
    top: -45px;
    right: 135px;
    width: 229px;
    height: 145px;
  }
  .sec--blog .sec-btn {
    margin-top: 35px;
  }
  .blog-slide .swiper-slide {
    left: 19px;
    margin-right: 38px;
    width: 340px !important;
  }
  .blog-slide .blog-post-image img {
    height: 180px;
  }
}
/*  #menu
-------------------------------------------------------------------------------*/
.sec--menu {
  padding: 14.6666666667vw 0 10.6666666667vw 0;
}

.sec--menu .sec-in:before, .sec--menu .sec-in:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 42.6666666667vw;
  height: 45.7333333333vw;
  background-image: url(../img/menu/deco.svg);
  background-size: contain;
  z-index: -1;
}
.sec--menu .sec-in:before {
  left: -16vw;
  bottom: 0;
}
.sec--menu .sec-in:after {
  top: -13.3333333333vw;
  right: -16vw;
}

.sec--menu .sec-head {
  margin-bottom: 10.6666666667vw;
}

.sec--menu .sec-ttl {
  position: relative;
}

.menu-frt {
  position: relative;
  z-index: 1;
}
.menu-frt:before, .menu-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.menu-frt:before {
  top: -49.3333333333vw;
  left: -13.3333333333vw;
  width: 47.3333333333vw;
  height: 44.4vw;
  background-image: url(../img/menu/staff-l_sp.png);
}
.menu-frt:after {
  top: -45.3333333333vw;
  right: -20.6666666667vw;
  width: 37.8666666667vw;
  height: 40.4vw;
  background-image: url(../img/menu/staff-r_sp.png);
}

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

.menu-slide .swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

@media screen and (max-width: 750px) {
  .sec--menu .sec-ttl span.big {
    font-size: 7.2vw;
  }
  .menu-slide .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
    width: 69.3333333333vw !important;
    height: auto;
  }
  .menu-slide .menu-post-image img {
    height: 36.8vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--menu {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .sec--menu:before, .sec--menu:after {
    width: 65.2777777778vw;
    height: 90.5555555556vw;
    background-image: url(../img/menu/deco.png);
    background-image: image-set(url(../img/menu/deco.png) 1x, url(../img/menu/deco-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/deco.png) 1x, url(../img/menu/deco-2x.png) 2x);
  }
  .sec--menu:before {
    left: -35.4166666667vw;
    bottom: -43.75vw;
  }
  .sec--menu:after {
    top: -43.75vw;
    right: -35.4166666667vw;
  }
  .sec--menu .sec-in:before, .sec--menu .sec-in:after {
    width: 22.2222222222vw;
    height: 23.8888888889vw;
  }
  .sec--menu .sec-in:before {
    top: -2.4305555556vw;
    left: -5.9027777778vw;
    bottom: auto;
  }
  .sec--menu .sec-in:after {
    top: auto;
    right: -5.9027777778vw;
    bottom: -3.8194444444vw;
  }
  .sec--menu .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--menu .sec-btn {
    margin-top: 4.1666666667vw;
  }
  .menu-frt {
    margin: 0 auto;
    width: 79.1666666667vw;
  }
  .menu-frt:before {
    top: -17.3611111111vw;
    left: -1.7361111111vw;
    width: 28.8194444444vw;
    height: 17.8472222222vw;
    background-image: url(../img/menu/staff.png);
    background-image: image-set(url(../img/menu/staff.png) 1x, url(../img/menu/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/staff.png) 1x, url(../img/menu/staff-2x.png) 2x);
  }
  .menu-frt:after {
    top: -18.75vw;
    right: -6.25vw;
    width: 30.0694444444vw;
    height: 17.1527777778vw;
    background-image: url(../img/menu/photo.png);
    background-image: image-set(url(../img/menu/photo.png) 1x, url(../img/menu/photo-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/menu/photo.png) 1x, url(../img/menu/photo-2x.png) 2x);
  }
  .menu-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;
  }
  .menu-slide .swiper-slide {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw) !important;
  }
  .menu-slide .swiper-slide:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .menu-slide .swiper-slide:nth-child(n+7) {
    display: none;
  }
  .menu-slide .slide-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .sec--menu {
    padding: 100px 0 80px 0;
  }
  .sec--menu:before, .sec--menu:after {
    width: 940px;
    height: 1304px;
  }
  .sec--menu:before {
    left: -510px;
    bottom: -630px;
  }
  .sec--menu:after {
    top: -630px;
    right: -510px;
  }
  .sec--menu .sec-in:before, .sec--menu .sec-in:after {
    width: 320px;
    height: 344px;
  }
  .sec--menu .sec-in:before {
    top: -35px;
    left: -85px;
  }
  .sec--menu .sec-in:after {
    right: -85px;
    bottom: -55px;
  }
  .sec--menu .sec-head {
    margin-bottom: 50px;
  }
  .sec--menu .sec-btn {
    margin-top: 60px;
  }
  .menu-frt {
    width: 1140px;
  }
  .menu-frt:before {
    top: -250px;
    left: -25px;
    width: 415px;
    height: 257px;
  }
  .menu-frt:after {
    top: -270px;
    right: -90px;
    width: 433px;
    height: 247px;
  }
  .menu-slide .swiper-wrapper {
    margin-left: -30px;
  }
  .menu-slide .swiper-slide {
    margin-left: 30px;
    width: calc(33.33333% - 30px) !important;
  }
  .menu-slide .swiper-slide:nth-child(n+4) {
    margin-top: 40px;
  }
}
/*  #reason
-------------------------------------------------------------------------------*/
.sec--reason {
  padding: 21.3333333333vw 0 10.6666666667vw 0;
  background-color: #fff5e1;
}

.sec--reason .sec-head {
  margin-bottom: 8vw;
  z-index: 1;
}
.sec--reason .sec-head:before {
  content: "";
  position: absolute;
  top: -14vw;
  left: 50%;
  display: inline-block;
  width: 23.6vw;
  height: 12.1333333333vw;
  background-image: url(../img/reason/deco.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--reason .sec-ttl {
  margin-top: 4.6666666667vw;
}
.sec--reason .sec-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 92.9333333333vw;
  height: 22.8vw;
  background-image: url(../img/reason/paint_sp.svg);
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.sec--reason .sec-desc {
  margin-top: 5.3333333333vw;
}

.reason-frt {
  position: relative;
  z-index: 2;
}
.reason-frt:before, .reason-frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
}
.reason-frt:before {
  top: -48vw;
  left: -16vw;
  width: 37.3333333333vw;
  height: 42.2666666667vw;
  background-image: url(../img/reason/staff_sp.png);
  z-index: -1;
}
.reason-frt:after {
  top: -36vw;
  right: -5.3333333333vw;
  width: 24.2666666667vw;
  height: 28.6666666667vw;
  background-image: url(../img/reason/balloon_sp.png);
}

.reason-plr {
  position: relative;
}

.reason-slide:before {
  content: "";
  position: absolute;
  top: 20.6666666667vw;
  left: 50%;
  width: 100vw;
  height: 18.6666666667vw;
  background-color: #ff8c00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reason-slide .swiper-wrapper .swiper-slide {
  position: relative;
  left: 2vw;
  margin-right: 4vw;
  width: 60vw !important;
  border-color: #ff5612;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.5333333333vw;
}

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

.reason-slide-image {
  position: relative;
  overflow: hidden;
}

.reason-slide-num {
  position: absolute;
  top: 32vw;
  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-bottom: 7.3333333333vw;
  width: 20.4vw;
  height: 20.4vw;
  background-color: #ff8c00;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.reason-slide-num p {
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
}
.reason-slide-num p span {
  display: inline-block;
  font-size: 4vw;
}

.reason-slide-content {
  position: relative;
  padding: 3.3333333333vw;
  background-color: #ffffff;
}

.reason-slide-ttl {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4em;
}

@media screen and (min-width: 751px) {
  .sec--reason {
    padding: 8.3333333333vw 0 5.5555555556vw 0;
  }
  .sec--reason .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--reason .sec-head:before {
    top: -4.5138888889vw;
    width: 6.9444444444vw;
    height: 3.5416666667vw;
  }
  .sec--reason .sec-ttl {
    margin-top: 0;
  }
  .sec--reason .sec-ttl:before {
    width: 45.4166666667vw;
    height: 6.3194444444vw;
    background-image: url(../img/reason/paint.svg);
  }
  .sec--reason .sec-desc {
    margin-top: 2.7777777778vw;
  }
  .sec--reason .sec-btn {
    margin-top: 2.4305555556vw;
  }
  .reason-frt:before {
    top: -13.8888888889vw;
    left: 4.1666666667vw;
    width: 16.4583333333vw;
    height: 18.6805555556vw;
    background-image: url(../img/reason/staff.png);
    background-image: image-set(url(../img/reason/staff.png) 1x, url(../img/reason/staff-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/staff.png) 1x, url(../img/reason/staff-2x.png) 2x);
    z-index: -1;
  }
  .reason-frt:after {
    top: -12.8472222222vw;
    right: 7.6388888889vw;
    width: 11.25vw;
    height: 11.4583333333vw;
    background-image: url(../img/reason/balloon.png);
    background-image: image-set(url(../img/reason/balloon.png) 1x, url(../img/reason/balloon-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/reason/balloon.png) 1x, url(../img/reason/balloon-2x.png) 2x);
  }
  .reason-slide .swiper-wrapper .swiper-slide {
    width: 20.8333333333vw !important;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
  }
  .reason-slide-num {
    top: 11.1111111111vw;
    padding-bottom: 2.7777777778vw;
    width: 7.0833333333vw;
    height: 7.0833333333vw;
    border-width: 0.1388888889vw;
  }
  .reason-slide-num p {
    font-size: 0.8333333333vw;
  }
  .reason-slide-num p span {
    font-size: 1.5277777778vw;
  }
  .reason-slide-content {
    padding: 1.7361111111vw 2.0833333333vw;
  }
  .reason-slide-ttl {
    font-size: 1.25vw;
    line-height: 1.33em;
  }
  .reason-frt .reason-slide:before {
    top: 4.7222222222vw;
    height: 6.9444444444vw;
  }
  .reason-frt .reason-slide .swiper-wrapper .swiper-slide {
    left: 0.9722222222vw;
    margin-right: 1.9444444444vw;
  }
  .reason-plr {
    margin-left: -2.9166666667vw;
    width: 89.1666666667vw;
    z-index: 1;
  }
  .reason-plr:before, .reason-plr:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: contain;
    z-index: -1;
  }
  .reason-plr:before {
    top: -5.5555555556vw;
    left: -11.1111111111vw;
    width: 20.8333333333vw;
    height: 21.3888888889vw;
    background-image: url(../img/news/deco-l.svg);
  }
  .reason-plr:after {
    right: -12.5vw;
    bottom: -5.5555555556vw;
    width: 26.25vw;
    height: 22.7083333333vw;
    background-image: url(../img/news/deco-r.svg);
  }
  .reason-plr .reason-slide:before {
    content: none;
  }
  .reason-plr .reason-slide .swiper-wrapper {
    gap: 1.9444444444vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason-plr .reason-slide .swiper-wrapper .swiper-slide {
    left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1441px) {
  .sec--reason {
    padding: 120px 0 80px 0;
  }
  .sec--reason .sec-head {
    margin-bottom: 40px;
  }
  .sec--reason .sec-head:before {
    top: -65px;
    width: 100px;
    height: 51px;
  }
  .sec--reason .sec-ttl:before {
    width: 654px;
    height: 91px;
  }
  .sec--reason .sec-desc {
    margin-top: 40px;
  }
  .sec--reason .sec-btn {
    margin-top: 35px;
  }
  .reason-frt:before {
    top: -200px;
    left: 60px;
    width: 237px;
    height: 269px;
  }
  .reason-frt:after {
    top: -185px;
    right: 110px;
    width: 162px;
    height: 165px;
  }
  .reason-slide .swiper-wrapper .swiper-slide {
    width: 300px !important;
    border-width: 2px;
    border-radius: 4px;
  }
  .reason-slide-num {
    top: 160px;
    padding-bottom: 40px;
    width: 102px;
    height: 102px;
    border-width: 2px;
  }
  .reason-slide-num p {
    font-size: 1.2rem;
  }
  .reason-slide-num p span {
    font-size: 2.2rem;
  }
  .reason-slide-content {
    padding: 25px 30px;
  }
  .reason-slide-ttl {
    font-size: 1.8rem;
  }
  .reason-frt .reason-slide:before {
    top: 68px;
    height: 100px;
  }
  .reason-frt .reason-slide .swiper-wrapper .swiper-slide {
    left: 14px;
    margin-right: 28px;
  }
  .reason-plr {
    margin-left: -42px;
    width: 1284px;
  }
  .reason-plr:before {
    top: -80px;
    left: -160px;
    width: 300px;
    height: 308px;
  }
  .reason-plr:after {
    right: -180px;
    bottom: -80px;
    width: 378px;
    height: 327px;
  }
  .reason-plr .reason-slide .swiper-wrapper {
    gap: 28px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 14.6666666667vw 0 10.6666666667vw 0;
  background-color: #fff5e1;
  overflow: hidden;
}
.sec--works:before, .sec--works:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 125.3333333333vw;
  height: 173.8666666667vw;
  background-image: url(../img/works/deco.png);
  background-size: contain;
}
.sec--works:before {
  left: -79.3333333333vw;
  bottom: -78vw;
}
.sec--works:after {
  top: -78vw;
  right: -79.3333333333vw;
}

.sec--works .sec-head {
  margin-bottom: 6.6666666667vw;
}
.sec--works .sec-head:before, .sec--works .sec-head:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.sec--works .sec-head:before {
  top: 6.6666666667vw;
  left: -2vw;
  width: 12.8vw;
  height: 21.7333333333vw;
  background-image: url(../img/works/roller.svg);
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.sec--works .sec-head:after {
  top: 10.6666666667vw;
  right: -7.3333333333vw;
  width: 26vw;
  height: 20.6666666667vw;
  background-image: url(../img/works/paint.svg);
}

.sec--works .sec-ttl {
  position: relative;
}
.sec--works .sec-ttl:before {
  content: "";
  position: absolute;
  top: -3.3333333333vw;
  left: 50%;
  display: inline-block;
  width: 67.8666666667vw;
  height: 13.6vw;
  background-image: url(../img/works/works.png);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sec--works .sec-desc {
  margin-top: 5.3333333333vw;
}

.works-frt {
  position: relative;
}

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

.works-slide .swiper-wrapper-disable .swiper-slide {
  left: 0 !important;
}

@media screen and (max-width: 750px) {
  .sec--works .sec-ttl span.big {
    font-size: 7.2vw;
  }
  .works-slide .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
    width: 60vw !important;
    height: auto;
  }
  .works-slide .works-post-image img {
    height: 42.1333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .sub--plr .sec--works .sec-head:before, .sub--plr .sec--works .sec-head:after {
    content: none;
  }
}
@media screen and (min-width: 751px) {
  .sec--works {
    padding: 7.9861111111vw 0 5.5555555556vw 0;
  }
  .sec--works:before, .sec--works:after {
    width: 65.2777777778vw;
    height: 90.5555555556vw;
    background-image: url(../img/works/deco.png);
    background-image: image-set(url(../img/works/deco.png) 1x, url(../img/works/deco-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/deco.png) 1x, url(../img/works/deco-2x.png) 2x);
  }
  .sec--works:before {
    left: -35.4166666667vw;
    bottom: -43.75vw;
  }
  .sec--works:after {
    top: -43.75vw;
    right: -35.4166666667vw;
  }
  .sec--works .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .sec--works .sec-head:before {
    top: 0;
    left: 11.8055555556vw;
    width: 4.7916666667vw;
    height: 8.125vw;
  }
  .sec--works .sec-head:after {
    top: 0;
    right: 6.9444444444vw;
    width: 9.6527777778vw;
    height: 7.7777777778vw;
  }
  .sec--works .sec-ttl:before {
    top: -2.4305555556vw;
    width: 35.3472222222vw;
    height: 7.0833333333vw;
    background-image: url(../img/works/works.png);
    background-image: image-set(url(../img/works/works.png) 1x, url(../img/works/works-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/works/works.png) 1x, url(../img/works/works-2x.png) 2x);
  }
  .sec--works .sec-desc {
    margin-top: 1.7361111111vw;
  }
  .sec--works .sec-btn {
    margin-top: 4.1666666667vw;
  }
  .works-frt {
    margin: 0 auto;
    width: 76.3888888889vw;
  }
  .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: 2.7777777778vw;
  }
  .works-slide .swiper-slide:nth-child(n+7) {
    display: none;
  }
  .works-slide .slide-control {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 115px 0 80px 0;
  }
  .sec--works:before, .sec--works:after {
    width: 940px;
    height: 1304px;
  }
  .sec--works:before {
    left: -510px;
    bottom: -630px;
  }
  .sec--works:after {
    top: -630px;
    right: -510px;
  }
  .sec--works .sec-head {
    margin-bottom: 50px;
  }
  .sec--works .sec-head:before {
    left: 170px;
    width: 69px;
    height: 117px;
  }
  .sec--works .sec-head:after {
    right: 100px;
    width: 139px;
    height: 112px;
  }
  .sec--works .sec-ttl:before {
    top: -35px;
    width: 509px;
    height: 102px;
  }
  .sec--works .sec-desc {
    margin-top: 25px;
  }
  .sec--works .sec-btn {
    margin-top: 60px;
  }
  .works-frt {
    width: 1100px;
  }
  .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: 40px;
  }
}
/* pillar --> blog
-------------------------------------------------------------------------------*/
.sub--plr .sec--blog .sec-desc {
  margin-top: 4vw;
}

@media screen and (min-width: 751px) {
  .sub--plr .sec--blog .sec-head:before {
    left: 12.5vw;
  }
  .sub--plr .sec--blog .sec-head:after {
    right: 4.1666666667vw;
  }
  .sub--plr .sec--blog .sec-desc {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--plr .sec--blog .sec-head:before {
    left: 180px;
  }
  .sub--plr .sec--blog .sec-head:after {
    right: 60px;
  }
  .sub--plr .sec--blog .sec-desc {
    margin-top: 30px;
  }
}
/* pillar --> caution
-------------------------------------------------------------------------------*/
.caution {
  position: relative;
  margin: 0 auto;
  padding: 9.3333333333vw 6vw;
  width: 92vw;
  background-color: #ffffff;
  border-color: #d20000;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 2.1333333333vw;
}

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

.caution-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2.6666666667vw auto;
  width: 32vw;
  height: 32vw;
  background-image: url(../img/caution/frame.svg);
  background-size: contain;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}

.caution-ttl {
  font-size: 6.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3em;
}

.caution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 0;
  margin-top: 10.6666666667vw;
}

.caution-list > li {
  position: relative;
  padding: 9.3333333333vw 6vw 6.6666666667vw 6vw;
  border-radius: 0.5333333333vw;
  background-color: #F5F5F5;
}
.caution-list > li:before {
  content: "";
  position: absolute;
  top: -4vw;
  left: 50%;
  display: inline-block;
  width: 12vw;
  height: 12vw;
  background-image: url(../img/caution/mark.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.caution-list-ttl {
  margin-bottom: 0.5em;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

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

@media screen and (min-width: 751px) {
  .caution {
    padding: 3.4722222222vw 6.9444444444vw 4.8611111111vw 6.9444444444vw;
    width: 83.75vw;
    border-width: 0.2083333333vw;
    border-radius: 2.0833333333vw;
  }
  .caution-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.0833333333vw;
    text-align: left;
  }
  .caution-label {
    margin: 0 1.7361111111vw 0 0;
    width: 13.1944444444vw;
    height: 13.1944444444vw;
    font-size: 2.3611111111vw;
  }
  .caution-ttl {
    font-size: 3.6805555556vw;
  }
  .caution-desc p {
    font-size: 1.1111111111vw;
    text-align: center;
  }
  .caution-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.4722222222vw;
    margin-top: 4.1666666667vw;
  }
  .caution-list > li {
    padding: 2.7777777778vw 1.3888888889vw 1.3888888889vw 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
  .caution-list > li:before {
    top: -1.3888888889vw;
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .caution-list--6 li {
    width: 20.8333333333vw;
  }
  .caution-list--4 li {
    width: 27.7777777778vw;
  }
  .caution-list-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: 2.8em;
    font-size: 1.3888888889vw;
  }
  .caution-list-desc p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .caution {
    padding: 50px 100px 70px 100px;
    width: 1206px;
    border-width: 3px;
    border-radius: 30px;
  }
  .caution-head {
    margin-bottom: 30px;
  }
  .caution-label {
    margin: 0 25px 0 0;
    width: 190px;
    height: 190px;
    font-size: 3.4rem;
  }
  .caution-ttl {
    font-size: 53px;
    font-size: 5.3rem;
  }
  .caution-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .caution-list {
    gap: 50px;
    margin-top: 60px;
  }
  .caution-list > li {
    padding: 40px 20px 20px 20px;
    border-radius: 4px;
  }
  .caution-list > li:before {
    top: -20px;
    width: 56px;
    height: 56px;
  }
  .caution-list--6 li {
    width: 300px;
  }
  .caution-list--4 li {
    width: 400px;
  }
  .caution-list-ttl {
    font-size: 2rem;
  }
  .caution-list-desc p {
    font-size: 1.5rem;
  }
}
/* pillar --> common
-------------------------------------------------------------------------------*/
.plr {
  position: relative;
}

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

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

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

.plr-en {
  position: relative;
  margin-bottom: 1em;
  color: #ff8c00;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

.plr-ttl {
  position: relative;
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.33em;
}
.plr-ttl span.og {
  color: #ff5612;
}
.plr-ttl span.big {
  font-size: 7.2vw;
}

.plr-desc {
  margin-top: 5.3333333333vw;
}
.plr-desc p {
  text-align: center;
  line-height: 2em;
}

.plr-btn {
  position: relative;
  margin: 7.3333333333vw auto 0 auto;
  width: 77.3333333333vw;
}

@media screen and (min-width: 751px) {
  .plr--common {
    padding: 5.5555555556vw 0;
  }
  .plr-in {
    width: 83.3333333333vw;
  }
  .plr-head {
    margin-bottom: 3.4722222222vw;
  }
  .plr-en {
    margin-bottom: 0.5em;
    font-size: 1.3888888889vw;
  }
  .plr-ttl {
    font-size: 2.7777777778vw;
  }
  .plr-ttl span.big {
    font-size: 3.3333333333vw;
  }
  .plr-desc {
    margin-top: 2.0833333333vw;
  }
  .plr-btn {
    margin: 3.4722222222vw auto 0 auto;
    width: 31.9444444444vw;
  }
  .plr-btn .btn-main {
    padding: 0.8333333333vw 2.7777777778vw 0.8333333333vw 0;
    height: auto !important;
    border-radius: 5em !important;
  }
}
@media screen and (min-width: 1441px) {
  .plr--common {
    padding: 80px 0;
  }
  .plr-in {
    width: 1200px;
  }
  .plr-head {
    margin-bottom: 50px;
  }
  .plr-en {
    font-size: 2rem;
  }
  .plr-ttl {
    font-size: 4rem;
  }
  .plr-ttl span.big {
    font-size: 4.8rem;
  }
  .plr-desc {
    margin-top: 30px;
  }
  .plr-btn {
    margin: 50px auto 0 auto;
    width: 460px;
  }
  .plr-btn .btn-main {
    padding: 12px 40px 12px 0;
  }
}
/* pillar --> cover
-------------------------------------------------------------------------------*/
.cover-ttl {
  padding: 0.7em 1em;
  background-color: #ff5612;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

.cover-content {
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
  border-color: #ff5612;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  border-top: none;
}

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

.cover-comparison {
  margin-top: 8vw;
}

.cover-comparison-content {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .cover {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .cover-ttl {
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    font-size: 2.2222222222vw;
  }
  .cover-content {
    padding: 3.4722222222vw 6.7361111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
  .cover-point {
    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;
  }
  .cover-point-image {
    margin: 0;
    width: 25.6944444444vw;
  }
  .cover-point-content {
    width: 26.3888888889vw;
  }
  .cover-comparison {
    margin-top: 3.4722222222vw;
  }
  .cover-comparison-content {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .cover {
    width: 1000px;
  }
  .cover-ttl {
    border-radius: 16px 16px 0 0;
    font-size: 3.2rem;
  }
  .cover-content {
    padding: 50px 97px;
    border-width: 3px;
    border-radius: 0 0 16px 16px;
  }
  .cover-point-image {
    width: 370px;
  }
  .cover-point-content {
    width: 380px;
  }
  .cover-comparison {
    margin-top: 50px;
  }
  .cover-comparison-content {
    margin-top: 35px;
  }
}
/* ------------------------------------------- schedule - */
.cover-flow {
  margin-top: 9.3333333333vw;
  padding: 5.3333333333vw 4.6666666667vw;
  background-color: #f5f5f5;
  border-radius: 2.1333333333vw;
}

.cover-flow-ttl {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
  font-size: 5.3333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}
.cover-flow-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #ff5612;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cover-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5333333333vw;
  counter-reset: cnt;
}

.cover-step > li {
  position: relative;
  width: 33.3333333333vw;
  background-color: #ffffff;
  overflow: hidden;
}
.cover-step > li:before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  position: absolute;
  top: -8vw;
  left: 50%;
  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;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  background-color: #ff5612;
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 8.5333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.cover-step-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 11.2vw;
  font-size: 3.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
}

.cover-flow-desc {
  margin-top: 4.6666666667vw;
}

@media screen and (min-width: 751px) {
  .cover-flow {
    margin-top: 3.4722222222vw;
    padding: 3.4722222222vw;
    border-radius: 1.1111111111vw;
  }
  .cover-flow-ttl {
    font-size: 2.5vw;
  }
  .cover-flow-ttl:after {
    width: 3em;
    height: 0.3472222222vw;
  }
  .cover-step {
    gap: 1.9097222222vw;
  }
  .cover-step > li {
    width: 14.9305555556vw;
  }
  .cover-step > li:before {
    top: -2.7777777778vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    font-size: 1.6666666667vw;
    line-height: 2.9166666667vw;
  }
  .cover-step-ttl {
    height: 4.1666666667vw;
    font-size: 1.3888888889vw;
  }
  .cover-flow-desc {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .cover-flow {
    margin-top: 50px;
    padding: 50px;
    border-radius: 16px;
  }
  .cover-flow-ttl {
    font-size: 3.6rem;
  }
  .cover-flow-ttl:after {
    height: 5px;
  }
  .cover-step {
    gap: 27.5px;
  }
  .cover-step > li {
    width: 215px;
  }
  .cover-step > li:before {
    top: -40px;
    width: 80px;
    height: 80px;
    font-size: 2.4rem;
    line-height: 42px;
  }
  .cover-step-ttl {
    height: 60px;
    font-size: 2rem;
  }
  .cover-flow-desc {
    margin-top: 30px;
  }
}
/* pillar -- > faq
-------------------------------------------------------------------------------*/
.plr--faq {
  background-color: #ffffff;
}

.faq {
  position: relative;
}

.faq-item {
  position: relative;
  background-color: #f2ead9;
  border-radius: 0.5333333333vw;
}

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

.faq-item dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.6vw 7.3333333333vw 3.6vw 13.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.35em;
}

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

.faq-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 3.4666666667vw;
  height: 2vw;
  background-image: url(../img/faq/arrow.svg);
  background-size: 100%;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-item dt.is-open:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.faq-item dd {
  display: none;
  position: relative;
  margin-bottom: 1em;
  padding: 3.6vw 2.6666666667vw 3.6vw 13.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.75em;
}
.faq-item dd:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #ffffff;
}

.faq-item.is-open .faq-item dd {
  display: block;
}

.faq-item dt:before,
.faq-item dd:before {
  content: "";
  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;
  left: 2.6666666667vw;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  font-optical-sizing: auto;
  letter-spacing: 0;
  z-index: 1;
}

.faq-item dt:before {
  content: "Q";
  top: 2.6666666667vw;
  background-color: #ff5612;
  color: #ffffff;
}

.faq-item dd:before {
  content: "A";
  top: 2.6666666667vw;
  background-color: #565656;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .faq {
    margin: 0 auto;
    width: 59.7222222222vw;
  }
  .faq > .faq-item:nth-child(n+2) {
    margin-top: 1.3888888889vw;
  }
  .faq-item {
    border-radius: 0.2777777778vw;
  }
  .faq-item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5972222222vw 4.5138888889vw 1.5972222222vw 4.8611111111vw;
    font-size: 1.25vw;
    line-height: 1.66em;
  }
  .faq-item dt:before {
    top: 1.0416666667vw;
  }
  .faq-item dt:after {
    right: 1.3888888889vw;
    width: 1.0416666667vw;
    height: 0.625vw;
  }
  .faq-item dd {
    padding: 1.5972222222vw 2.0833333333vw 1.5972222222vw 4.8611111111vw;
    font-size: 1.1111111111vw;
  }
  .faq-item dd:after {
    height: 0.0694444444vw;
  }
  .faq-item dt:before,
  .faq-item dd:before {
    left: 1.0416666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    font-size: 1.4583333333vw;
  }
  .faq-item dd:before {
    top: 1.1805555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    width: 860px;
  }
  .faq > .faq-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .faq-item {
    border-radius: 4px;
  }
  .faq-item dt {
    padding: 23px 65px 23px 70px;
    font-size: 1.8rem;
  }
  .faq-item dt:before {
    top: 15px;
  }
  .faq-item dt:after {
    right: 20px;
    width: 15px;
    height: 9px;
  }
  .faq-item dd {
    padding: 23px 30px 23px 70px;
    font-size: 1.6rem;
  }
  .faq-item dd:after {
    height: 1px;
  }
  .faq-item dt:before,
  .faq-item dd:before {
    left: 15px;
    width: 40px;
    height: 40px;
    font-size: 2.1rem;
  }
  .faq-item dd:before {
    top: 17px;
  }
}
/* pillar --> menu
-------------------------------------------------------------------------------*/
.plr--menu {
  padding: 13.3333333333vw 0;
  background-color: #ffffff;
}

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

.menu-plr-slide {
  position: relative;
}

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

@media screen and (max-width: 750px) {
  .plr--menu .plr-desc p {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  .plr--menu {
    padding: 5.5555555556vw 0;
  }
  .menu-plr > div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .menu-plr-notes {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr--menu {
    padding: 80px 0;
  }
  .menu-plr > div:nth-child(n+2) {
    margin-top: 80px;
  }
  .menu-plr-notes {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* pillar --> mv
-------------------------------------------------------------------------------*/
.plr-mv {
  margin: 0 auto;
  width: 100%;
}

.plr-mv-bottom {
  padding: 2.6666666667vw 11.3333333333vw 3.3333333333vw 11.3333333333vw;
  background-color: #0e0e0e;
}

.plr-mv-warranty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 66vw;
  height: 9.4666666667vw;
}
.plr-mv-warranty:before, .plr-mv-warranty:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3.6vw;
  height: 9.4666666667vw;
  background-image: url(../img/pillar/frame.svg);
  background-size: contain;
}
.plr-mv-warranty:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.plr-mv-warranty:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plr-mv-warranty p {
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.28em;
}
.plr-mv-warranty p span {
  color: #ffe325;
}

.plr-mv-btn {
  margin: 1.3333333333vw auto 0 auto;
  width: 77.3333333333vw;
}

.plr-mv-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4vw;
  height: 13.3333333333vw;
  background-color: #d20000;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 6.6666666667vw;
  overflow: hidden;
}
.plr-mv-btn a p {
  position: relative;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3em;
  z-index: 1;
}
.plr-mv-btn a p span {
  font-size: 3.7333333333vw;
}
.plr-mv-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
}
.plr-mv-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8vw;
  display: inline-block;
  width: 4.2666666667vw;
  height: 3.2vw;
  background-image: url(../img/common/mail-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .plr-mv {
    width: 97.2222222222vw;
  }
  .plr-mv-bottom {
    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;
    height: 6.3888888889vw;
  }
  .plr-mv-warranty {
    margin: 0;
    width: 19.4444444444vw;
    height: 4.9305555556vw;
  }
  .plr-mv-warranty:before, .plr-mv-warranty:after {
    width: 1.875vw;
    height: 4.9305555556vw;
  }
  .plr-mv-warranty p {
    font-size: 1.6666666667vw;
  }
  .plr-mv-btn {
    margin: 0 0 0 1.3888888889vw;
    width: 33.3333333333vw;
  }
  .plr-mv-btn a {
    padding-left: 1.1805555556vw;
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 2.4305555556vw;
  }
  .plr-mv-btn a p {
    font-size: 1.3888888889vw;
  }
  .plr-mv-btn a p span {
    font-size: 1.6666666667vw;
  }
  .plr-mv-btn a:before {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .plr-mv-btn a:after {
    left: 2.3611111111vw;
    width: 1.8055555556vw;
    height: 1.3888888889vw;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
  }
  .plr-mv-btn a:hover p {
    color: #d20000;
  }
  .plr-mv-btn a:hover:before {
    width: 100%;
  }
  .plr-mv-btn a:hover:after {
    background-image: url(../img/common/mail-rd.svg);
  }
  ::-webkit-full-page-media,
  :future,
  :root .plr-mv-btn a:after {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (min-width: 1441px) {
  .plr-mv {
    width: 1440px;
  }
  .plr-mv-bottom {
    height: 92px;
  }
  .plr-mv-warranty {
    width: 280px;
    height: 71px;
  }
  .plr-mv-warranty:before, .plr-mv-warranty:after {
    width: 27px;
    height: 71px;
  }
  .plr-mv-warranty p {
    font-size: 2.4rem;
  }
  .plr-mv-btn {
    margin-left: 20px;
    width: 480px;
  }
  .plr-mv-btn a {
    padding-left: 17px;
    height: 70px;
    border-width: 2px;
    border-radius: 35px;
  }
  .plr-mv-btn a p {
    font-size: 2rem;
  }
  .plr-mv-btn a p span {
    font-size: 2.4rem;
  }
  .plr-mv-btn a:after {
    left: 34px;
    width: 26px;
    height: 20px;
  }
}
/* pillar --> rainleak
-------------------------------------------------------------------------------*/
.plr--rainleak {
  background-color: #fff5e1;
}

.rainleak > li {
  background-color: #ffffff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 0.5333333333vw;
  overflow: hidden;
}

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

.rainleak-content {
  padding: 6.6666666667vw 5.3333333333vw;
}

.rainleak-ttl {
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-size: 4.5333333333vw;
  font-weight: 900;
  line-height: 1.5em;
}
.rainleak-ttl:before, .rainleak-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1.0666666667vw;
}
.rainleak-ttl:before {
  width: 100%;
  background-color: #d9d9d9;
}
.rainleak-ttl:after {
  width: 16vw;
  background-color: #ff5612;
  z-index: 1;
}

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

@media screen and (min-width: 751px) {
  .rainleak {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
  .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;
    border-width: 0.0694444444vw;
    border-radius: 0.2777777778vw;
  }
  .rainleak > li:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .rainleak-image {
    width: 27.7777777778vw;
  }
  .rainleak-content {
    padding: 0 3.4722222222vw 0 0;
    width: 34.7222222222vw;
  }
  .rainleak-ttl {
    font-size: 1.6666666667vw;
  }
  .rainleak-ttl:before, .rainleak-ttl:after {
    height: 0.2777777778vw;
  }
  .rainleak-ttl:after {
    width: 8.3333333333vw;
  }
  .rainleak-desc p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .rainleak {
    width: 960px;
  }
  .rainleak > li {
    border-width: 1px;
    border-radius: 4px;
  }
  .rainleak > li:nth-child(n+2) {
    margin-top: 30px;
  }
  .rainleak-image {
    width: 400px;
  }
  .rainleak-content {
    padding-right: 50px;
    width: 500px;
  }
  .rainleak-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .rainleak-ttl:before, .rainleak-ttl:after {
    height: 4px;
  }
  .rainleak-ttl:after {
    width: 120px;
  }
  .rainleak-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* pillar --> blog
-------------------------------------------------------------------------------*/
.plr--shop {
  padding: 4vw 0 10.6666666667vw 0;
}

.shop-area {
  margin-top: 6.6666666667vw;
  padding: 2.6666666667vw 4.2666666667vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.shop-area dt {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.shop-area dt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ff8c00;
}

.shop-area dd p {
  font-size: 3.4666666667vw;
  line-height: 1.5em;
}
.shop-area dd p.notes {
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 3.2vw;
  text-indent: -1em;
}
.shop-area dd p.notes:before {
  content: "※";
}

@media screen and (min-width: 751px) {
  .plr--shop {
    padding: 2.0833333333vw 0 5.5555555556vw 0;
  }
  .shop-area {
    margin: 2.7777777778vw auto 0 auto;
    padding: 1.3888888889vw 2.7777777778vw;
    width: 55.5555555556vw;
    border-radius: 1.1111111111vw;
  }
  .shop-area dt {
    font-size: 1.25vw;
  }
  .shop-area dt:before {
    height: 0.1388888889vw;
  }
  .shop-area dd p {
    font-size: 1.25vw;
  }
  .shop-area dd p.notes {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .plr--shop {
    padding: 30px 0 80px 0;
  }
  .shop-area {
    margin-top: 40px;
    padding: 20px 40px;
    width: 800px;
    border-radius: 16px;
  }
  .shop-area dt {
    font-size: 1.8rem;
  }
  .shop-area dt:before {
    height: 2px;
  }
  .shop-area dd p {
    font-size: 1.8rem;
  }
  .shop-area dd p.notes {
    font-size: 1.6rem;
  }
}
/* pillar -- > subsidy
-------------------------------------------------------------------------------*/
.subsidy {
  position: relative;
}

.subsidy > li {
  position: relative;
  padding: 4vw 5.3333333333vw 6vw 5.3333333333vw;
  background-color: #ffffff;
  border-color: #ff8c00;
  border-style: solid;
  border-width: 0.6666666667vw;
  border-radius: 2.1333333333vw;
}

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

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

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

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

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

.subsidy-btn a {
  position: relative;
  display: inline-block;
  padding: 0 5.3333333333vw 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: 1.6vw;
  height: 2.4vw;
  background-image: url(../img/common/arrow-mn.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .subsidy {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .subsidy > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .subsidy > li {
    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.2083333333vw;
    border-radius: 1.1111111111vw;
  }
  .subsidy-image {
    margin: 0;
    width: 20.8333333333vw;
  }
  .subsidy-content {
    padding-top: 1.0416666667vw;
    width: 38.8888888889vw;
  }
  .subsidy-ttl {
    font-size: 1.6666666667vw;
  }
  .subsidy-btn {
    margin-top: 2.0833333333vw;
    text-align: right;
  }
  .subsidy-btn a {
    padding-right: 1.3888888889vw;
    font-size: 1.1111111111vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .subsidy-btn 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;
  }
  .subsidy-btn a:hover {
    color: #ff5612;
  }
  .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: 16px;
  }
  .subsidy > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .subsidy-image {
    width: 300px;
  }
  .subsidy-content {
    padding-top: 15px;
    width: 560px;
  }
  .subsidy-ttl {
    font-size: 2.4rem;
  }
  .subsidy-btn {
    margin-top: 30px;
  }
  .subsidy-btn a {
    padding-right: 20px;
    font-size: 1.6rem;
  }
  .subsidy-btn a:after {
    width: 8px;
    height: 12px;
  }
}
/* pillar --> type
-------------------------------------------------------------------------------*/
.type-table {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

.type-table th {
  position: relative;
  padding: 1.5em 0.8em;
  width: 6em;
  background-color: #ff5612;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0.4vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.type-table th:first-child {
  border-left: none;
}

.type-table th:last-child {
  border-right-color: #ff5612;
}

/*.type-table th:after {
  content: "";
  display: block; 
  width: vw-sp(3);
  height: calc(100% + vw-sp(6));
  background-color: #fff;
  position: absolute;
  right: vw-sp(-3);
  top: vw-sp(-3);
}*/
.type-table th:last-child:after {
  display: none;
}

.type-table td {
  padding: 0.8em 0.8em;
  background-color: #f2ead9;
  border-color: #fff;
  border-style: solid;
  border-width: 0.4vw;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  color: #0e0e0e;
}

.type-table tr:nth-child(2) td {
  border-top: none;
  position: relative;
}

.type-table tr:nth-child(2) td:nth-child(1):after {
  content: "";
  display: block;
  width: calc(100% + 0.8vw);
  height: 0.4vw;
  background-color: #fff;
  position: absolute;
  left: -0.4vw;
  top: 0;
}

.type-table td:nth-child(1) {
  font-weight: 700;
  text-align: left;
  background-color: #ff8c00;
  border-color: #fff;
  border-left: none;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .type-table th:nth-child(2) {
    width: 32%;
  }
  .type-table th:nth-child(3) {
    width: 22%;
  }
  .type-table td {
    padding: 0.8em 0.5em;
  }
}
@media screen and (min-width: 751px) {
  .type-table {
    width: 75%;
  }
  .type-table th {
    border-width: 0.2083333333vw;
  }
  /* .type-table th:after {
     width: vw-pc(3);
     height: calc(100% + vw-pc(6));
     right: vw-pc(-3);
     top: vw-pc(-3);
   }*/
  .type-table tr:nth-child(2) td:nth-child(1):after {
    width: calc(100% + 0.4166666667vw);
    height: 0.2083333333vw;
    left: -0.2083333333vw;
  }
  .type-table td {
    border-width: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .type-table th {
    border-width: 3px;
    font-size: 18px;
  }
  /*.type-table th:after {
    width: 3px;
    height: calc(100% + 6px);
    right: -3px;
    top: -3px;
  }*/
  .type-table tr:nth-child(2) td:nth-child(1):after {
    width: calc(100% + 6px);
    height: 3px;
    left: -3px;
  }
  .type-table td {
    border-width: 3px;
    font-size: 18px;
  }
}
/* ------------------------------------------- caution - */
.type-caution {
  margin-top: 10.6666666667vw;
}

.type-caution-ttl {
  padding: 0.7em 1em;
  background-color: #ff5612;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
}

.type-caution-content {
  padding: 6.6666666667vw 5.3333333333vw;
  background-color: #ffffff;
  border-color: #ff5612;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  border-top: none;
}

.type-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6666666667vw;
}

.type-material > li {
  width: 36.9333333333vw;
}

.type-material-ttl {
  margin-top: 0.7em;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.type-caution-desc {
  margin-top: 5.3333333333vw;
}

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

@media screen and (min-width: 751px) {
  .type-caution {
    margin-top: 4.1666666667vw;
  }
  .type-caution-ttl {
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    font-size: 2.2222222222vw;
  }
  .type-caution-content {
    padding: 3.4722222222vw 5.5555555556vw;
    border-width: 0.2083333333vw;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
  .type-material {
    gap: 1.8055555556vw;
  }
  .type-material > li {
    width: 14.8611111111vw;
  }
  .type-material-ttl {
    font-size: 1.3888888889vw;
  }
  .type-caution-desc {
    margin-top: 2.0833333333vw;
  }
  .type-caution .sec-btn {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .type-caution {
    margin-top: 60px;
  }
  .type-caution-ttl {
    border-radius: 16px 16px 0 0;
    font-size: 3.2rem;
  }
  .type-caution-content {
    padding: 50px 80px;
    border-width: 3px;
    border-radius: 0 0 16px 16px;
  }
  .type-material {
    gap: 26px;
  }
  .type-material > li {
    width: 214px;
  }
  .type-material-ttl {
    font-size: 2rem;
  }
  .type-caution-desc {
    margin-top: 30px;
  }
  .type-caution .sec-btn {
    margin-top: 35px;
  }
}
/* pillar --> works
-------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .sub--plr .sec--works .sec-head:after {
    right: -13.3333333333vw;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- archive - */
.works-archive {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .works-archive .works-post:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .works {
    margin: 0 auto;
    width: 76.3888888889vw;
  }
  .works-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
  }
  .works-archive .works-post {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw);
  }
  .works-archive .works-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    width: 1100px;
  }
  .works-archive {
    margin-left: -40px;
  }
  .works-archive .works-post {
    margin-left: 40px;
    width: calc(33.33333% - 40px);
  }
  .works-archive .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):before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}

.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;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4vw;
  font-weight: 700;
}

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

.works-bf-before {
  width: 69.3333333333vw;
}
.works-bf-before .works-bf-ttl {
  background-color: #0e0e0e;
}
.works-bf-before .works-bf-image img {
  height: 42.6666666667vw;
}

.works-bf-after .works-bf-ttl {
  background-color: #ff5612;
}
.works-bf-after .works-bf-image img {
  height: 60vw;
}

@media screen and (max-width: 750px) {
  .works-bf > div:nth-child(2) {
    margin-top: 6.6666666667vw;
    padding-top: 12vw;
  }
  .works-bf > div:nth-child(2):before {
    top: 0;
    left: 50%;
    border-width: 8vw 18.6666666667vw 0px 18.6666666667vw;
    border-color: #ff8c00 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .works-bf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.4722222222vw;
  }
  .works-bf > div {
    margin: 0;
  }
  .works-bf > div:nth-child(2) {
    padding: 0;
  }
  .works-bf > div:nth-child(2):before {
    top: 4.8611111111vw;
    left: -6.9444444444vw;
    border-width: 6.9444444444vw 0px 6.9444444444vw 4.1666666667vw;
    border-color: transparent transparent transparent #ff8c00;
  }
  .works-bf-ttl {
    height: 4.1666666667vw;
    border-radius: 1.1111111111vw 1.1111111111vw 0 0;
    font-size: 1.6666666667vw;
  }
  .works-bf-before {
    width: 27.7777777778vw;
  }
  .works-bf-before .works-bf-image img {
    height: 19.4444444444vw;
  }
  .works-bf-after {
    width: 45.1388888889vw;
  }
  .works-bf-after .works-bf-image img {
    height: 31.25vw;
  }
  .works-bf:has(.works-bf-before) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .works-bf {
    margin-top: 50px;
  }
  .works-bf > div:nth-child(2) {
    padding: 0;
  }
  .works-bf > div:nth-child(2):before {
    top: 70px;
    left: -100px;
    border-width: 100px 0px 100px 60px;
  }
  .works-bf-ttl {
    height: 60px;
    border-radius: 16px 16px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .works-bf-before {
    width: 400px;
  }
  .works-bf-before .works-bf-image img {
    height: 280px;
  }
  .works-bf-after {
    width: 650px;
  }
  .works-bf-after .works-bf-image img {
    height: 450px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  margin-top: 8vw;
  padding: 2.6666666667vw 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

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

.works-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0.5em 0.5em 0.6em 0.5em;
  background-color: #ff8c00;
  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: 3.4722222222vw auto 0 auto;
    padding: 2.0833333333vw 3.4722222222vw;
    width: 76.3888888889vw;
    border-radius: 1.1111111111vw;
  }
  .works-data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.3888888889vw 0.6944444444vw;
    border-bottom-width: 0.0694444444vw;
  }
  .works-data dt {
    margin-bottom: 0;
    width: 7.6388888889vw;
  }
  .works-data 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;
    width: 1100px;
    border-radius: 16px;
  }
  .works-data dl {
    padding: 20px 10px;
    border-bottom-width: 1px;
  }
  .works-data dt {
    width: 110px;
  }
  .works-data-harf {
    width: 480px;
  }
  .works-data-harf dd {
    width: 325px;
  }
  .works-data-full dd {
    width: calc(100% - 135px);
  }
}
/* ------------------------------------------- point - */
.works-point {
  margin: 0 auto;
  width: 92vw;
}

.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: 61.3333333333vw;
  border-radius: 2.1333333333vw;
}

.works-point-content p {
  line-height: 2em;
}

@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: 83.3333333333vw;
  }
  .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: 17.3611111111vw;
    border-radius: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-point {
    width: 1200px;
  }
  .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: 250px;
    border-radius: 16px;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
  padding: 8vw 6vw;
  background-color: #ffffff;
  border-radius: 0 0 2.1333333333vw 2.1333333333vw;
}
.works-voice:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.0666666667vw;
  background-color: #ff5612;
}

.works-voice .sec-head {
  margin-bottom: 1.5em;
}

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

@media screen and (min-width: 751px) {
  .works-voice {
    padding: 3.4722222222vw 4.8611111111vw 2.7777777778vw 4.8611111111vw;
    border-radius: 0 0 1.1111111111vw 1.1111111111vw;
  }
  .works-voice:before {
    height: 0.3472222222vw;
  }
  .works-voice-btn {
    margin-top: 2.7777777778vw;
    width: 23.6111111111vw;
  }
  .works-voice-btn .btn-main {
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    padding: 50px 70px 40px 70px;
    border-radius: 0 0 16px 16px;
  }
  .works-voice:before {
    height: 5px;
  }
  .works-voice-btn {
    margin-top: 40px;
    width: 340px;
  }
  .works-voice-btn .btn-main {
    height: 60px;
    border-radius: 30px;
  }
}
/* ------------------------------------------- staff - */
.works-staff {
  position: relative;
  padding: 6.6666666667vw 6vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.works-staff-image {
  margin: 0 auto 4vw auto;
  width: 57.3333333333vw;
}
.works-staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 57.3333333333vw;
  border-radius: 2.1333333333vw;
}

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

@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;
    margin: 0 auto;
    padding: 2.7777777778vw 3.4722222222vw;
    width: 69.4444444444vw;
    border-radius: 1.1111111111vw;
  }
  .works-staff-image {
    margin: 0;
    width: 15.9722222222vw;
  }
  .works-staff-image img {
    height: 15.9722222222vw;
    border-radius: 1.1111111111vw;
  }
  .works-staff-name {
    margin-top: 0.8em;
    font-size: 1.25vw;
  }
  .works-staff-content {
    padding-top: 1em;
    width: 43.0555555556vw;
  }
  .works-staff-content--full {
    width: 100% !important;
  }
}
@media screen and (min-width: 1441px) {
  .works-staff {
    padding: 40px 50px;
    width: 1000px;
    border-radius: 16px;
  }
  .works-staff-image {
    width: 230px;
  }
  .works-staff-image img {
    height: 230px;
    border-radius: 16px;
  }
  .works-staff-name {
    font-size: 1.8rem;
  }
  .works-staff-content {
    width: 620px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff .staff-post:nth-child(n+2) {
  margin-top: 8vw;
}

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

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

.staff-position {
  margin-bottom: 1em;
  display: inline-block;
  padding: 0.4em 0.75em;
  background-color: #ff5612;
  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: 700;
}

.staff-name-en {
  margin-top: 1em;
  color: #ff5612;
  font-family: "LINESeedJP", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
}

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

.staff-data dl {
  padding: 3.7333333333vw;
  border-radius: 0.5333333333vw;
}

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

.staff-data dt {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

.staff-message dt {
  position: relative;
  margin-bottom: 1em;
  padding-left: 4.6666666667vw;
  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: #ffe325;
  border-radius: 0.2666666667vw;
}

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

@media screen and (min-width: 751px) {
  .staff .staff-post:nth-child(n+2) {
    margin-top: 4.8611111111vw;
  }
  .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: 5.5555555556vw;
  }
  .staff-image {
    margin: 0;
    width: 28.4722222222vw;
    border-radius: 1.1111111111vw;
  }
  .staff-image img {
    height: 28.4722222222vw;
  }
  .staff-content {
    width: 40.2777777778vw;
  }
  .staff-position {
    border-radius: 0.2777777778vw;
    font-size: 1.25vw;
  }
  .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.3em 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: 1.0416666667vw 1.7361111111vw;
    border-radius: 0.2777777778vw;
  }
  .staff-data dl:nth-child(odd) {
    background-color: #f1f1f1;
  }
  .staff-data dt {
    margin-bottom: 0;
    width: 8.3333333333vw;
  }
  .staff-data dd {
    width: 25vw;
  }
  .staff-message {
    margin-top: 1.7361111111vw;
    padding: 2.4305555556vw 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: 70px;
  }
  .staff-post {
    padding: 80px;
  }
  .staff-image {
    width: 410px;
    border-radius: 16px;
  }
  .staff-image img {
    height: 410px;
  }
  .staff-content {
    width: 580px;
  }
  .staff-position {
    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: 15px 25px;
    border-radius: 4px;
  }
  .staff-data dt {
    width: 120px;
  }
  .staff-data dd {
    width: 360px;
  }
  .staff-message {
    margin-top: 25px;
    padding: 35px 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: 20vw;
}

.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-image: url(../img/sub/pattern_sp.jpg);
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
  font-size: 4vw;
  font-weight: 700;
}

.blog-side-content {
  padding: 2vw 6.6666666667vw 3.3333333333vw 6.6666666667vw;
  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: 61.1111111111vw;
  }
  .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;
    background-image: url(../img/sub/pattern.jpg);
    background-image: image-set(url(../img/sub/pattern.jpg) 1x, url(../img/sub/pattern-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/sub/pattern.jpg) 1x, url(../img/sub/pattern-2x.jpg) 2x);
  }
  .blog-side-content {
    padding: 0.3472222222vw 1.7361111111vw 0.6944444444vw 1.7361111111vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-archive-content {
    width: 880px;
  }
  .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: 55px;
  }
  .blog-side-ttl {
    height: 50px;
    border-radius: 4px 4px 0 0;
    font-size: 1.8rem;
  }
  .blog-side-content {
    padding: 5px 25px 10px 25px;
    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 8vw;
  height: 10.6666666667vw;
  background-color: #ffffff;
  font-size: 3.7333333333vw;
  line-height: 1.28em;
}

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

@media screen and (min-width: 751px) {
  .blog-side-cat li a {
    padding: 0 1.7361111111vw;
    height: 3.4722222222vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .blog-side-cat li a:hover {
    background-color: #ffe4c4;
  }
  .blog-side-cat li:nth-child(n+2) {
    margin-top: 0.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat li a {
    padding: 0 25px;
    height: 50px;
    font-size: 1.6rem;
  }
  .blog-side-cat li:nth-child(n+2) {
    margin-top: 2px;
  }
}
/* ------------------------------------------- recommend - */
.blog-latest-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 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: 56vw;
}

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

.blog-latest-ttl {
  max-height: 3em;
  font-size: 3.7333333333vw;
  font-weight: 500;
  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-post a {
    padding: 1.0416666667vw 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: 10.0694444444vw;
  }
  .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-post a {
    padding: 15px 0;
    border-bottom-width: 1px;
  }
  .blog-latest-image {
    width: 60px;
    border-radius: 4px;
  }
  .blog-latest-image img {
    height: 60px;
  }
  .blog-latest-content {
    width: 145px;
  }
  .blog-latest-date {
    font-size: 1.4rem;
  }
  .blog-latest-ttl {
    font-size: 1.5rem;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 9.3333333333vw;
  padding: 8.6666666667vw 5.3333333333vw 5.3333333333vw 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: #ff5612;
  border-radius: 0.5333333333vw 0.5333333333vw 0 0;
}

.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: 10.6666666667vw;
  color: #ff5612;
  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_sp.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;
  padding-left: 1.3333333333vw;
}

.blog-mokuji > dd > div > a {
  color: #ff5612;
  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: 1em;
  padding-left: 7.3333333333vw;
}

.blog-mokuji > dd > div > div > a {
  padding-left: 1.25em;
  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: #ff5612;
}

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

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

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 3.125vw;
    padding: 3.8194444444vw 4.8611111111vw 3.4722222222vw 4.8611111111vw;
    border-radius: 0.2777777778vw;
  }
  .blog-mokuji:before {
    height: 0.5555555556vw;
    border-radius: 0.2777777778vw 0.2777777778vw 0 0;
  }
  .blog-mokuji dt {
    padding-left: 5.2083333333vw;
    height: 3.3333333333vw;
    font-size: 1.6666666667vw;
  }
  .blog-mokuji dt:before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    background-image: url(../img/blog/menu.png);
    background-image: image-set(url(../img/blog/menu.png) 1x, url(../img/blog/menu-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/blog/menu.png) 1x, url(../img/blog/menu-2x.png) 2x);
  }
  .blog-mokuji > dd > div {
    padding-left: 0;
  }
  .blog-mokuji > dd > div a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .blog-mokuji > dd > div a:hover {
    color: #ff5612;
  }
  .blog-mokuji > dd > div > a {
    font-size: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 2.7777777778vw;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.1111111111vw;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 1.3888888889vw;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 45px;
    padding: 55px 70px 50px 70px;
    border-radius: 4px;
  }
  .blog-mokuji:before {
    height: 8px;
    border-radius: 4px 4px 0 0;
  }
  .blog-mokuji dt {
    padding-left: 75px;
    height: 48px;
    font-size: 2.4rem;
  }
  .blog-mokuji dt:before {
    width: 48px;
    height: 48px;
  }
  .blog-mokuji > dd > div > a {
    font-size: 2rem;
  }
  .blog-mokuji > dd > div > div {
    padding-left: 40px;
  }
  .blog-mokuji > dd > div > div > a {
    font-size: 1.6rem;
  }
  .blog-mokuji > dd > div > div > div {
    padding-left: 20px;
  }
  .blog-mokuji > dd > div > div > div > a {
    font-size: 1.5rem;
  }
}
/*  menu --> archive
-------------------------------------------------------------------------------*/
/* ------------------------------------------- section - */
.sub--menu section:nth-of-type(n + 2) {
  margin-top: 10.6666666667vw;
}

.menu-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6666666667vw;
  padding: 0 0 0.1em 16vw;
  height: 16vw;
  color: #ffffff;
  font-size: 5.6vw;
  font-weight: 700;
  z-index: 1;
}
.menu-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  border-radius: 0.5333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.menu-head:after {
  content: "";
  position: absolute;
  left: -1.3333333333vw;
  bottom: -0.2666666667vw;
  width: 15.7333333333vw;
  height: 18.6666666667vw;
  background-image: url(../img/common/character.png);
  background-size: contain;
}

.menu-head--wall:before {
  background-color: #ff5612;
  border-color: #ff5612;
}

.menu-head--roof:before {
  background-color: #10518e;
}

.menu-head--roof-repair:before {
  background-color: #58448b;
}

.menu-head--waterproof:before {
  background-color: #ffa200;
}

.menu-head--rainleaking:before {
  background-color: #449637;
}

.menu-head--other:before {
  background-color: #565656;
}

@media screen and (min-width: 751px) {
  .sub--menu section:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
  .menu-head {
    margin-bottom: 2.7777777778vw;
    padding-left: 4.8611111111vw;
    height: 5.5555555556vw;
    font-size: 2.2222222222vw;
  }
  .menu-head:before {
    width: 83.3333333333vw;
    border-radius: 0.2777777778vw;
  }
  .menu-head:after {
    left: -0.6944444444vw;
    bottom: -0.1388888889vw;
    width: 5.3472222222vw;
    height: 6.5277777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--menu section:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .menu-head {
    margin-bottom: 40px;
    padding-left: 70px;
    height: 80px;
    font-size: 3.2rem;
  }
  .menu-head:before {
    width: 1200px;
    border-radius: 4px;
  }
  .menu-head:after {
    left: -10px;
    bottom: -2px;
    width: 77px;
    height: 94px;
  }
}
/* ------------------------------------------- archive - */
.menu-archive {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 750px) {
  .menu-archive .menu-post:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .menu {
    margin: 0 auto;
    width: 79.1666666667vw;
  }
  .menu-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .menu-archive .menu-post {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .menu-archive .menu-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu {
    width: 1140px;
  }
  .menu-archive {
    margin-left: -30px;
  }
  .menu-archive .menu-post {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .menu-archive .menu-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  menu --> tax archive
-------------------------------------------------------------------------------*/
.menu-taxonomy {
  position: relative;
  margin-bottom: 8vw;
}

.menu-taxonomy-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;
  margin-bottom: 1.3em;
  padding: 0.2em 1em 0 1em;
  height: 12vw;
  background-color: #ff8c00;
  border-radius: 6vw;
  color: #ffffff;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.menu-taxonomy-ttl:before {
  content: "";
  position: absolute;
  top: 0.9333333333vw;
  left: 0.9333333333vw;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #e69052;
  z-index: -1;
}
.menu-taxonomy-ttl:after {
  content: "";
  position: absolute;
  top: -13.3333333333vw;
  left: 2.6666666667vw;
  display: inline-block;
  width: 16.8vw;
  height: 19.0666666667vw;
  background-image: url(../img/menu/character.svg);
  background-size: contain;
  z-index: -1;
}

.menu-taxonomy-desc {
  margin-bottom: 4vw;
  padding: 0 4vw;
}

.menu-taxonomy-price {
  position: relative;
  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;
  text-align: center;
}

.menu-taxonomy-discount {
  margin-right: 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;
  padding: 0.2em 0 0 0.2em;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
  background-image: url(../img/menu/frame.png);
  background-size: contain;
  z-index: 1;
}
.menu-taxonomy-discount p {
  color: #ffffff;
  font-family: "LINESeedJP", sans-serif;
  font-size: 4.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.02em;
  letter-spacing: 0;
}
.menu-taxonomy-discount p span.color {
  color: #fedd00;
}
.menu-taxonomy-discount p span.num {
  font-size: 6.9333333333vw;
}

.menu-taxonomy-label {
  position: relative;
  top: -0.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.7333333333vw;
  padding-top: 0.2em;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  background-color: #fedd00;
  border-radius: 0.2666666667vw;
}
.menu-taxonomy-label p {
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.21em;
}

.menu-taxonomy-num {
  position: relative;
  display: inline-block;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0;
}
.menu-taxonomy-num span {
  display: inline-block;
  margin-right: 0.1em;
  color: #ff8c00;
  font-family: "LINESeedJP", sans-serif;
  font-size: 15.4666666667vw;
}
.menu-taxonomy-num:after {
  content: "（税込）";
  position: absolute;
  right: 1.3em;
  bottom: 2.2em;
  font-size: 2.9333333333vw;
  letter-spacing: 0.05em;
}

.menu-taxonomy-maker-price {
  color: #494949;
  font-size: 2.9333333333vw;
  font-weight: 700;
  text-align: right;
}
.menu-taxonomy-maker-price > span {
  display: inline-block;
  padding: 0.3em 0.75em 0.1em 0.75em;
  background-color: #f1efeb;
}
.menu-taxonomy-maker-price > span > span {
  position: relative;
  padding: 0 0.2em;
}
.menu-taxonomy-maker-price > span > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #494949;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-taxonomy-image {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .menu-taxonomy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.5555555556vw;
  }
  .menu-taxonomy-content {
    width: 34.7222222222vw;
  }
  .menu-taxonomy-ttl {
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    font-size: 1.6666666667vw;
  }
  .menu-taxonomy-ttl:before {
    top: 0.3472222222vw;
    left: 0.3472222222vw;
  }
  .menu-taxonomy-ttl:after {
    top: -5.5555555556vw;
    left: 1.0416666667vw;
    width: 6.7361111111vw;
    height: 7.6388888889vw;
  }
  .menu-taxonomy-desc {
    margin-bottom: 1.3888888889vw;
    padding: 0 2.0833333333vw;
  }
  .menu-taxonomy-discount {
    margin-right: 1.3888888889vw;
    width: 5.7638888889vw;
    height: 5.7638888889vw;
  }
  .menu-taxonomy-discount p {
    font-size: 1.5277777778vw;
  }
  .menu-taxonomy-discount p span.num {
    font-size: 2.1527777778vw;
  }
  .menu-taxonomy-label {
    margin-right: 0.6944444444vw;
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    border-radius: 0.1388888889vw;
  }
  .menu-taxonomy-label p {
    font-size: 1.25vw;
  }
  .menu-taxonomy-num {
    font-size: 2.0833333333vw;
  }
  .menu-taxonomy-num span {
    font-size: 4.8611111111vw;
  }
  .menu-taxonomy-num:after {
    font-size: 1.25vw;
  }
  .menu-taxonomy-maker-price {
    margin-bottom: 0.3em;
    font-size: 1.1111111111vw;
  }
  .menu-taxonomy-maker-price > span > span:after {
    height: 0.1388888889vw;
  }
  .menu-taxonomy-image {
    margin: 0;
    width: 38.1944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-taxonomy {
    margin-bottom: 80px;
  }
  .menu-taxonomy-content {
    width: 500px;
  }
  .menu-taxonomy-ttl {
    height: 60px;
    border-radius: 30px;
    font-size: 2.4rem;
  }
  .menu-taxonomy-ttl:before {
    top: 5px;
    left: 5px;
  }
  .menu-taxonomy-ttl:after {
    top: -80px;
    left: 15px;
    width: 97px;
    height: 110px;
  }
  .menu-taxonomy-desc {
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .menu-taxonomy-discount {
    margin-right: 20px;
    width: 83px;
    height: 83px;
  }
  .menu-taxonomy-discount p {
    font-size: 2.2rem;
  }
  .menu-taxonomy-discount p span.num {
    font-size: 3.1rem;
  }
  .menu-taxonomy-label {
    margin-right: 10px;
    width: 52px;
    height: 52px;
    border-radius: 2px;
  }
  .menu-taxonomy-label p {
    font-size: 1.8rem;
  }
  .menu-taxonomy-num {
    font-size: 3rem;
  }
  .menu-taxonomy-num span {
    font-size: 7.2rem;
  }
  .menu-taxonomy-num:after {
    font-size: 1.8rem;
  }
  .menu-taxonomy-maker-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu-taxonomy-maker-price > span > span:after {
    height: 2px;
  }
  .menu-taxonomy-image {
    width: 550px;
  }
}
/*  menu --> single
-------------------------------------------------------------------------------*/
.post-box {
  padding: 9.3333333333vw 6.6666666667vw;
  background-color: #ffffff;
  border-radius: 2.1333333333vw;
}

.post-point {
  margin: 14.6666666667vw auto 0 auto;
  width: 92vw;
}

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

@media screen and (min-width: 751px) {
  .post-box {
    padding: 4.8611111111vw 7.4652777778vw;
    border-radius: 1.1111111111vw;
  }
  .post-point {
    margin: 6.9444444444vw auto 0 auto;
    width: 76.3888888889vw;
  }
  .post-point section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-box {
    padding: 70px 107.5px;
    border-radius: 16px;
  }
  .post-point {
    margin: 100px auto 0 auto;
    width: 1100px;
  }
  .post-point section:nth-child(n+2) {
    margin-top: 100px;
  }
}
/* ------------------------------------------- title - */
.menu-catch {
  position: relative;
  margin: 0 0 6.6666666667vw -6.6666666667vw;
  padding: 0.5em 0.5em 0.6em 0.55em;
  width: 92vw;
  color: #ffffff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
  overflow: hidden;
}
.menu-catch p {
  position: relative;
  z-index: 1;
}
.menu-catch p span:nth-child(n+2) {
  display: block;
}
.menu-catch:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48.4vw;
  height: 48.4vw;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.post--menu-wall .menu-catch {
  background-color: #ff5612;
}
.post--menu-wall .menu-catch:before {
  background-color: rgba(255, 108, 11, 0.7);
}

.post--menu-roof .menu-catch {
  background-color: #10518e;
}
.post--menu-roof .menu-catch:before {
  background-color: rgba(6, 87, 162, 0.7);
}

.post--menu-roof-repair .menu-catch {
  background-color: #58448b;
}
.post--menu-roof-repair .menu-catch:before {
  background-color: rgba(100, 82, 144, 0.7);
}

.post--menu-waterproof .menu-catch {
  background-color: #ffa200;
}
.post--menu-waterproof .menu-catch:before {
  background-color: rgba(255, 186, 0, 0.7);
}

.post--menu-rainleaking .menu-catch {
  background-color: #449637;
}
.post--menu-rainleaking .menu-catch:before {
  background-color: rgba(79, 163, 65, 0.7);
}

.post--menu-other .menu-catch {
  background-color: #565656;
}
.post--menu-other .menu-catch:before {
  background-color: rgba(102, 102, 102, 0.7);
}

.menu-ttl {
  margin-bottom: 1em;
  font-size: 5.6vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .menu-catch {
    margin: 0 0 2.0833333333vw 0;
    width: 100%;
    font-size: 1.6666666667vw;
    border-radius: 0.2777777778vw;
  }
  .menu-catch p span:nth-child(n+2) {
    display: inline-block;
  }
  .menu-catch:before {
    width: 36.1111111111vw;
    height: 36.1111111111vw;
  }
  .menu-ttl {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-catch {
    margin-bottom: 30px;
    font-size: 2.4rem;
    border-radius: 4px;
  }
  .menu-catch:before {
    width: 520px;
    height: 520px;
  }
  .menu-ttl {
    font-size: 3.6rem;
  }
}
/* ------------------------------------------- main - */
.menu-main {
  position: relative;
}

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

.menu-main-content {
  text-align: center;
}

.menu-main-btn {
  margin: 6.6666666667vw auto 0 auto;
  width: 64vw;
}

@media screen and (min-width: 751px) {
  .menu-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;
  }
  .menu-main-image {
    margin: 0;
    width: 31.25vw;
  }
  .menu-main-image img {
    height: 22.2222222222vw;
  }
  .menu-main-content {
    width: 33.6805555556vw;
  }
  .menu-main-btn {
    margin-top: 1.7361111111vw;
    width: 25.5555555556vw;
  }
  .menu-main-btn .btn-main {
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-main-image {
    width: 450px;
  }
  .menu-main-image img {
    height: 320px;
  }
  .menu-main-content {
    width: 485px;
  }
  .menu-main-btn {
    margin-top: 25px;
    width: 368px;
  }
  .menu-main-btn .btn-main {
    height: 48px;
    border-radius: 24px;
  }
}
/* ------------------------------------------- data - */
.menu-data {
  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;
  text-align: left;
}

.menu-data dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-data dl:nth-child(n+2) {
  margin-left: 4.6666666667vw;
}

.menu-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: 15.4666666667vw;
  height: 5.0666666667vw;
  background-color: #0e0e0e;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
}

.menu-data dd {
  margin-left: 1em;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .menu-data {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .menu-data dl:nth-child(n+2) {
    margin-left: 2.0833333333vw;
  }
  .menu-data dt {
    width: 5.5555555556vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .menu-data dd {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-data dl:nth-child(n+2) {
    margin-left: 30px;
  }
  .menu-data dt {
    width: 80px;
    height: 30px;
    font-size: 1.4rem;
  }
  .menu-data dd {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------- evaluation - */
.menu-evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4vw;
}

.menu-evaluation dl {
  position: relative;
  width: 50%;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0.2666666667vw;
}

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

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

.menu-evaluation dl dt {
  position: relative;
}
.menu-evaluation dl dt:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34.6666666667vw;
  height: 0.2666666667vw;
  background-color: #d9d9d9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-evaluation dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-evaluation dl dd img {
  width: 18.6666666667vw;
}

@media screen and (max-width: 750px) {
  .menu-evaluation dl 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;
    height: 7.3333333333vw;
  }
  .menu-evaluation dl dd {
    height: 9.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .menu-evaluation {
    margin-top: 1.3888888889vw;
  }
  .menu-evaluation dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.4722222222vw;
    border-width: 0.0694444444vw;
  }
  .menu-evaluation dl dt {
    margin: 0;
    padding: 0;
    width: 6.9444444444vw;
    text-align: center;
  }
  .menu-evaluation dl dt:after {
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    width: 0.0694444444vw;
    height: 1.3888888889vw;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
  .menu-evaluation dl dd {
    width: calc(100% - 6.9444444444vw);
  }
  .menu-evaluation dl dd img {
    width: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-evaluation {
    margin-top: 20px;
  }
  .menu-evaluation dl {
    height: 50px;
    border-width: 1px;
  }
  .menu-evaluation dl dt {
    width: 100px;
  }
  .menu-evaluation dl dt:after {
    width: 1px;
    height: 20px;
  }
  .menu-evaluation dl dd {
    width: calc(100% - 100px);
  }
  .menu-evaluation dl dd img {
    width: 100px;
  }
}
/* ------------------------------------------- price - */
.menu-main-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 15.3333333333vw;
  height: 5.0666666667vw;
  background-color: #0e0e0e;
  color: #ffffff;
  font-size: 3.2vw;
}

.menu-main-price {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.3333333333vw;
}

.menu-main-price:has(.menu-main-label) {
  padding-left: 30.6666666667vw;
}

.menu-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: 0 5.0666666667vw;
  width: 27.3333333333vw;
  height: 12.1333333333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-main-label p {
  font-size: 2.9333333333vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.1em;
}
.menu-main-label p span {
  display: inline-block;
  margin-top: 0.1em;
  color: #d20000;
  font-size: 3.3333333333vw;
}
.menu-main-label:before, .menu-main-label:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5.0666666667vw;
  height: 12.1333333333vw;
  background-image: url(../img/menu/frame.svg);
  background-size: contain;
}
.menu-main-label:before {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.menu-main-label:after {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-main-taxout {
  font-size: 4.8vw;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.menu-main-taxout span {
  display: inline-block;
  margin-right: 0.1em;
  color: #d20000;
  font-family: "LINESeedJP", sans-serif;
  font-size: 11.7333333333vw;
  font-weight: 700;
}

.menu-main-taxin {
  position: relative;
  margin-top: 0.3em;
  color: #565656;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .menu-main-unit {
    margin: 0;
    width: 5.5555555556vw;
    height: 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
  .menu-main-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 1.3888888889vw;
  }
  .menu-main-price:has(.menu-main-label) {
    padding-left: 11.1111111111vw;
  }
  .menu-main-label {
    padding: 0 1.875vw;
    width: 9.7222222222vw;
    height: 4.5138888889vw;
  }
  .menu-main-label p {
    font-size: 0.9722222222vw;
    line-height: 1.2em;
  }
  .menu-main-label p span {
    font-size: 1.1111111111vw;
  }
  .menu-main-label:before, .menu-main-label:after {
    width: 1.875vw;
    height: 4.5138888889vw;
  }
  .menu-main-taxout {
    font-size: 2.5vw;
  }
  .menu-main-taxout span {
    font-size: 5.4166666667vw;
  }
  .menu-main-taxin {
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-main-unit {
    width: 80px;
    height: 30px;
    font-size: 1.4rem;
  }
  .menu-main-price {
    margin-top: 20px;
  }
  .menu-main-price:has(.menu-main-label) {
    padding-left: 160px;
  }
  .menu-main-label {
    padding: 0 27px;
    width: 140px;
    height: 40px;
  }
  .menu-main-label p {
    font-size: 1.4rem;
  }
  .menu-main-label p span {
    font-size: 1.6rem;
  }
  .menu-main-label:before, .menu-main-label:after {
    width: 27px;
    height: 65px;
  }
  .menu-main-taxout {
    font-size: 3.6rem;
  }
  .menu-main-taxout span {
    font-size: 7.8rem;
  }
  .menu-main-taxin {
    font-size: 2rem;
  }
}
/* ------------------------------------------- remarks - */
.menu-remarks {
  position: relative;
  margin-top: 8vw;
  padding: 10.6666666667vw 6vw 6vw 6vw;
  background-color: #ffffff;
  border-color: #ff8c00;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.5333333333vw;
}

.menu-remarks-ttl {
  position: absolute;
  top: -0.5333333333vw;
  left: 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.6vw;
  height: 7.2vw;
  background-color: #ff8c00;
  border-radius: 0 0 0.5333333333vw 0.5333333333vw;
  color: #ffffff;
  font-size: 4vw;
  font-weight: 700;
}

.menu-remarks-desc p {
  line-height: 1.7em;
}

@media screen and (min-width: 751px) {
  .menu-remarks {
    margin-top: 4.1666666667vw;
    padding: 4.1666666667vw 2.0833333333vw 2.0833333333vw 2.0833333333vw;
    border-width: 0.1388888889vw;
    border-radius: 0.2777777778vw;
  }
  .menu-remarks-ttl {
    top: -0.1388888889vw;
    left: 2.0833333333vw;
    width: 6.8055555556vw;
    height: 2.6388888889vw;
    border-radius: 0 0 0.2777777778vw 0.2777777778vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-remarks {
    margin-top: 60px;
    padding: 60px 30px 30px 30px;
    border-width: 2px;
    border-radius: 4px;
  }
  .menu-remarks-ttl {
    top: -2px;
    left: 30px;
    width: 98px;
    height: 38px;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- standard - */
.menu-stand {
  position: relative;
  margin-top: 6.6666666667vw;
  padding: 9.3333333333vw 5.3333333333vw 8vw 5.3333333333vw;
  background-color: #f1f1f1;
  border-radius: 2.1333333333vw;
}

.menu-stand-head {
  margin-bottom: 1em;
  color: #ff5612;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
}

.menu-stand-list {
  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;
  gap: 2.6666666667vw 2.8vw;
}

.menu-stand-item {
  position: relative;
  padding: 2vw 1.3333333333vw 1.3333333333vw 1.3333333333vw;
  width: 20.8vw;
  height: 20.8vw;
  background-color: #ffffff;
  border-radius: 0.5333333333vw;
}
.menu-stand-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19.0666666667vw;
  height: 19.0666666667vw;
  border-color: #ff8c00;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-stand-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;
  min-height: 2.4em;
  color: #ff5612;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  z-index: 1;
}

.menu-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 0 auto;
  width: 12vw;
  height: 9.3333333333vw;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .menu-stand {
    margin-top: 3.4722222222vw;
    padding: 4.1666666667vw 4.8611111111vw 3.4722222222vw 4.8611111111vw;
    border-radius: 1.1111111111vw;
  }
  .menu-stand-head {
    font-size: 2.0833333333vw;
  }
  .menu-stand-list {
    gap: 1.3888888889vw 1.7361111111vw;
  }
  .menu-stand-item {
    padding: 0.6944444444vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    border-radius: 0.2777777778vw;
  }
  .menu-stand-item:before {
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    border-width: 0.0694444444vw;
  }
  .menu-stand-ttl {
    font-size: 1.1111111111vw;
  }
  .menu-stand-icon {
    width: 4.8611111111vw;
    height: 3.8194444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-stand {
    margin-top: 50px;
    padding: 60px 70px 50px 70px;
    border-radius: 16px;
  }
  .menu-stand-head {
    font-size: 3rem;
  }
  .menu-stand-list {
    gap: 20px 25px;
  }
  .menu-stand-item {
    padding: 10px;
    width: 120px;
    height: 120px;
    border-radius: 4px;
  }
  .menu-stand-item:before {
    width: 110px;
    height: 110px;
    border-width: 1px;
  }
  .menu-stand-ttl {
    font-size: 1.6rem;
  }
  .menu-stand-icon {
    width: 70px;
    height: 55px;
  }
}
/* ------------------------------------------- point - */
.menu-point-list {
  position: relative;
  margin-top: 9.3333333333vw;
}

.menu-point-slide .swiper-wrapper .swiper-slide {
  height: auto;
  background-color: #ffffff;
}

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

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

.menu-point-subhead {
  margin-bottom: 0.8em;
  color: #ff5612;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

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

@media screen and (max-width: 750px) {
  .menu-point-slide .swiper-wrapper .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
    width: 60vw !important;
  }
  .menu-point-slide .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }
  .menu-point-content {
    padding: 5.3333333333vw 4vw;
  }
}
@media screen and (min-width: 751px) {
  .menu-point-list {
    margin-top: 3.4722222222vw;
  }
  .menu-point-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.7777777778vw;
    width: auto;
    height: auto;
  }
  .menu-point-slide .swiper-wrapper .swiper-slide {
    margin-left: 2.7777777778vw;
    padding: 1.3888888889vw;
    width: calc(33.33333% - 2.7777777778vw);
    border-radius: 0.2777777778vw;
  }
  .menu-point-slide .swiper-wrapper .swiper-slide:nth-child(n+4) {
    margin-top: 2.0833333333vw;
  }
  .menu-point-image {
    margin-bottom: 1.3888888889vw;
  }
  .menu-point-image img {
    height: 15.2777777778vw;
  }
  .menu-point-subhead {
    font-size: 1.25vw;
  }
  .menu-point-desc p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .menu-point-list {
    margin-top: 50px;
  }
  .menu-point-slide .swiper-wrapper {
    margin-left: -40px;
  }
  .menu-point-slide .swiper-wrapper .swiper-slide {
    margin-left: 40px;
    padding: 20px;
    width: calc(33.33333% - 40px);
    border-radius: 4px;
  }
  .menu-point-slide .swiper-wrapper .swiper-slide:nth-child(n+4) {
    margin-top: 30px;
  }
  .menu-point-image {
    margin-bottom: 20px;
  }
  .menu-point-image img {
    height: 220px;
  }
  .menu-point-subhead {
    font-size: 1.8rem;
  }
  .menu-point-desc p {
    font-size: 1.6rem;
  }
}
.sec--related {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  z-index: 1;
}
.sec--related:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

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

.menu-related {
  position: relative;
}

@media screen and (max-width: 750px) {
  .related-slide .swiper-slide {
    left: 2vw;
    margin-right: 4vw;
    width: 69.3333333333vw !important;
    height: auto;
  }
  .related-slide .menu-post-image img {
    height: 36.8vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--related {
    padding: 5.5555555556vw 0 4.8611111111vw 0;
  }
  .sec--related .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .menu-related {
    margin: 0 auto;
    width: 83.3333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--related {
    padding: 80px 0 70px 0;
  }
  .sec--related .sec-head {
    margin-bottom: 40px;
  }
  .menu-related {
    width: 1200px;
  }
}