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

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

.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: 2.0833333333vw 0 6.9444444444vw 0;
  }
  .sub-in {
    width: 69.4444444444vw;
  }
  .complete p,
  .notfound p {
    line-height: 2em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding: 30px 0 100px 0;
  }
  .sub-in {
    width: 1000px;
  }
}
/* ------------------------------------------- time - */
.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1em;
  width: 100%;
}
.post-date p {
  position: relative;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.post-date p::before {
  padding-right: 0.5em;
}

.post-date-modified {
  margin-right: 2.6666666667vw;
  color: #a1a1a1;
}
.post-date-modified::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
}

.post-date-publish::before {
  color: #ec5600;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f1 更新";
}

@media screen and (min-width: 751px) {
  .post-date p {
    font-size: 0.9722222222vw;
  }
  .post-date-modified {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .post-date p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-date-modified {
    margin-right: 10px;
  }
}
/* ------------------------------------------- introduction - */
.post-intro p {
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.post-intro strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcf5ba));
  background: linear-gradient(transparent 60%, #fcf5ba 0%);
}

.list-post {
  width: 100%;
  margin: 6.6666666667vw 0;
  padding: 10.6666666667vw;
  background: #fff8f2;
  font-weight: 700;
  outline: 1.0666666667vw dashed #fff;
  outline-offset: -5.3333333333vw;
}
.list-post div {
  width: 100%;
  margin-bottom: 4vw;
  padding-left: 1em;
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-indent: -1.35em;
  line-height: 1.5em;
}
.list-post div::before {
  margin-right: 1.3333333333vw;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ec5600;
  content: "●";
}
.list-post div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 751px) {
  .list-post {
    margin: 1.7361111111vw 0;
    padding: 2.7777777778vw;
    outline-width: 0.2777777778vw;
    outline-offset: -1.3888888889vw;
  }
  .list-post div {
    margin-bottom: 1.7361111111vw;
    font-size: 1.1111111111vw;
  }
  .list-post div::before {
    margin-right: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .list-post {
    margin: 25px 0;
    padding: 40px;
    outline-width: 4px;
    outline-offset: -20px;
  }
  .list-post div {
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-post div::before {
    margin-right: 5px;
  }
}
/* ------------------------------------------- mokuji - */
.table-contents {
  width: 100%;
  margin: 8vw 0;
}

.table-contents-in {
  width: 100%;
}

.table-contents-title {
  margin-bottom: 2.6666666667vw;
  padding: 5.6vw 5.3333333333vw;
  width: 100%;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #f2f2f2;
}

.mokuji-list {
  width: 100%;
  padding: 0 0 2.6666666667vw 1.4em;
}
.mokuji-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: none;
}
.mokuji-list li:nth-child(n+2) {
  margin-top: 2.6666666667vw;
  border-top: 0.5333333333vw solid #f3f3f3;
}
.mokuji-list li a {
  width: 100%;
  margin-top: 1em;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.5;
  color: #4c4c4c;
}
.mokuji-list li a:hover {
  color: #b4b4b4;
}

.mokuji-h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.7em;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  margin-right: 2.1333333333vw;
  width: 1.0666666667vw;
  height: 3.7333333333vw;
  background-color: #ec5600;
}

@media screen and (min-width: 751px) {
  .table-contents {
    margin: 2.0833333333vw 0;
  }
  .table-contents-title {
    margin-bottom: 0.6944444444vw;
    padding: 1.4583333333vw 1.3888888889vw;
    font-size: 1.25vw;
  }
  .mokuji-list {
    padding-bottom: 0.6944444444vw;
  }
  .mokuji-list li:nth-child(n+2) {
    margin-top: 0.6944444444vw;
    border-top-width: 0.1388888889vw;
  }
  .mokuji-list li a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .mokuji-h2::before {
    margin-right: 0.5555555556vw;
    width: 0.2777777778vw;
    height: 0.9722222222vw;
  }
  .mokuji-toggle-btn {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .mokuji-toggle-btn:hover {
    color: #b4b4b4;
  }
}
@media screen and (min-width: 1441px) {
  .table-contents {
    margin: 30px 0;
  }
  .table-contents-title {
    margin-bottom: 10px;
    padding: 21px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .mokuji-list {
    padding-bottom: 10px;
  }
  .mokuji-list li:nth-child(n+2) {
    margin-top: 10px;
    border-top-width: 2px;
  }
  .mokuji-h2::before {
    margin-right: 8px;
    width: 4px;
    height: 14px;
  }
}
/* sub -- > company
-------------------------------------------------------------------------------*/
.sub--company section:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sub--company section:nth-child(n+2) {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--company section:nth-child(n+2) {
    margin-top: 100px;
  }
}
/* ------------------------------------------- message - */
.message-image {
  margin-bottom: 4.6666666667vw;
}

.message-content p {
  line-height: 1.65em;
}
.message-content p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .message {
    margin: 0 auto;
    width: 58.3333333333vw;
  }
  .message-image {
    margin-bottom: 2.0833333333vw;
  }
  .message-content p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .message {
    width: 840px;
  }
  .message-image {
    margin-bottom: 30px;
  }
}
/* ------------------------------------------- status - */
.message-status {
  margin-top: 5.3333333333vw;
}

.message-status-block:nth-child(n+2) {
  margin-top: 5.3333333333vw;
}
.message-status-block p {
  line-height: 1.65em;
}

.message-status-head {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0 0 0.1em 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
}
.message-status-head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #ec5600;
  border-radius: 0.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
  .message-status {
    margin-top: 2.0833333333vw;
  }
  .message-status-block:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .message-status-block p {
    line-height: 1.75em;
  }
  .message-status-head {
    padding: 0 0 0.1em 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .message-status-head:before {
    width: 0.3472222222vw;
    border-radius: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .message-status {
    margin-top: 30px;
  }
  .message-status-block:nth-child(n+2) {
    margin-top: 30px;
  }
  .message-status-head {
    padding: 0 0 0.1em 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .message-status-head:before {
    width: 5px;
    border-radius: 3px;
  }
}
/* ------------------------------------------- overview - */
.overview {
  position: relative;
  padding-top: 5.3333333333vw;
}

.overview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  z-index: 2;
}

.overview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #f1f1f1;
}

.overview dl {
  position: relative;
}

.overview dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  z-index: 2;
}

.overview dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #f1f1f1;
}

.overview dl dt {
  margin-bottom: 0.5em;
  padding: 5.3333333333vw 2.6666666667vw 0 2.6666666667vw;
  width: 100%;
  font-weight: 500;
  line-height: 1.65em;
}

.overview dl dd {
  padding: 0 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  width: 100%;
  line-height: 1.65em;
}

.overview-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.overview-list > li:before {
  content: "・";
  margin-right: 0.2em;
}

@media screen and (max-width: 750px) {
  .overview dl:first-child dt {
    padding-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .overview {
    padding-top: 0;
  }
  .overview dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .overview:before {
    width: 12.5vw;
    height: 0.1388888889vw;
  }
  .overview:after {
    height: 0.1388888889vw;
  }
  .overview dl:before {
    width: 12.5vw;
    height: 0.1388888889vw;
  }
  .overview dl:after {
    height: 0.1388888889vw;
  }
  .overview dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 1.7361111111vw 1.3888888889vw;
    width: 12.5vw;
    line-height: 1.75em;
  }
  .overview dl dd {
    padding: 1.7361111111vw 2.7777777778vw;
    width: calc(100% - 12.5vw);
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .overview:before {
    width: 180px;
    height: 2px;
  }
  .overview:after {
    height: 2px;
  }
  .overview dl:before {
    width: 180px;
    height: 2px;
  }
  .overview dl:after {
    height: 2px;
  }
  .overview dl dt {
    padding: 25px 20px;
    width: 180px;
  }
  .overview dl dd {
    padding: 25px 40px;
    width: calc(100% - 180px);
  }
}
/* ------------------------------------------- company-shop - */
.company-shop-desc p {
  line-height: 1.65em;
}

.company-shop-area {
  margin-top: 1.5em;
  padding: 6vw 4vw;
  background-color: #f7f7f7;
}

.company-shop-area dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  height: 9.3333333333vw;
  background-color: #ec5600;
  color: #fcfcfc;
  font-weight: 500;
}

.company-shop-area 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;
  text-align: center;
}
.company-shop-area dd ul li {
  display: inline-block;
  font-weight: 500;
  line-height: 1.65em;
}
.company-shop-area dd ul li:after {
  content: "／";
}
.company-shop-area dd ul li:last-child {
  content: none;
}

.company-shop-notes {
  margin-top: 1.5em;
}

.company-shop-notes > li {
  padding-left: 0.7em;
  color: #bf0000;
  font-size: 3.2vw;
  font-weight: 500;
  text-indent: -1em;
  line-height: 1.65em;
}
.company-shop-notes > li:before {
  content: "＊";
}

.company-shop-map {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 751px) {
  .company-shop-desc p {
    line-height: 1.75em;
  }
  .company-shop-area {
    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;
  }
  .company-shop-area dt {
    margin-bottom: 0;
    width: 17.3611111111vw;
    height: 3.8194444444vw;
  }
  .company-shop-area dd {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 20.8333333333vw);
    text-align: left;
  }
  .company-shop-notes > li {
    font-size: 0.9722222222vw;
  }
  .company-shop-map {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .company-shop-area {
    padding: 20px;
  }
  .company-shop-area dt {
    width: 250px;
    height: 55px;
  }
  .company-shop-area dd {
    width: calc(100% - 300px);
  }
  .company-shop-notes > li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75em;
  }
  .company-shop-map {
    margin-top: 40px;
  }
}
/* line
-------------------------------------------------------------------------------*/
.line-guide {
  position: relative;
  margin-top: 7.3333333333vw;
}

.line-balloon {
  position: absolute;
  top: -7.3333333333vw;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em 0.1em 0.5em;
  height: 8vw;
  background-color: #f4d451;
  border-radius: 4vw;
  font-size: 5.6vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.line-balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.3333333333vw 1.0666666667vw 0 1.0666666667vw;
  border-color: #f4d451 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.line-guide-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;
  padding: 4.6666666667vw 1.3333333333vw 3.3333333333vw 1.3333333333vw;
  background-color: #53c819;
  border-radius: 4vw 4vw 0 0;
}

.line-guide-ttl {
  position: relative;
  padding-left: 12.6666666667vw;
  color: #fcfcfc;
  font-size: 7.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
.line-guide-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 12vw;
  height: 11.6vw;
  background-image: url(../img/common/mark-wh.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.line-guide-contents {
  padding: 5.3333333333vw 3.3333333333vw 8.6666666667vw 3.3333333333vw;
  background-color: #f4fcf0;
  border-color: #53c819;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0 0 4vw 4vw;
}

.line-guide-screen {
  margin: 0 0 6.6666666667vw 19.3333333333vw;
  width: 36.2666666667vw;
}

.line-guide-screen > div {
  position: relative;
}
.line-guide-screen > div:after {
  content: "";
  position: absolute;
  top: 12.6666666667vw;
  right: -18.6666666667vw;
  display: inline-block;
  width: 32.2666666667vw;
  height: 57.8666666667vw;
  background-image: url(../img/line/guide/balloon_sp.webp);
  background-size: contain;
}

.line-guide-screen p {
  margin-top: 1.5em;
  padding-left: 1em;
  font-size: 2.6666666667vw;
  text-align: center;
  text-indent: -1em;
  line-height: 1.25em;
  white-space: nowrap;
}
.line-guide-screen p:before {
  content: "※";
}

.line-guide-step > li {
  padding: 4vw 4.6666666667vw;
  background-color: #fcfcfc;
}

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

.line-guide-step-ttl {
  position: relative;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
}
.line-guide-step-ttl span {
  color: #ec5600;
}
.line-guide-step-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #a2e083;
}

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

.line-guide-message {
  position: relative;
  margin-top: 5.3333333333vw;
  text-align: center;
}
.line-guide-message p {
  position: relative;
  display: inline-block;
  padding: 0 6vw;
  color: #ec5600;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5em;
}
.line-guide-message p:before, .line-guide-message p:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 4.8vw;
  height: 9.0666666667vw;
  background-image: url(../img/line/guide/slash.svg);
  background-size: contain;
}
.line-guide-message p:before {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.line-guide-message p:after {
  right: 0;
}

.line-guide-message {
  text-align: center;
}

.line-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 53.3333333333vw;
  text-align: center;
}

.line-btn a {
  display: block;
}
.line-btn a img {
  width: 100%;
  height: auto;
}

.line-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6.6666666667vw auto 0 auto;
  width: 42.6666666667vw;
}

.line-id dt,
.line-id 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;
  height: 11.3333333333vw;
  font-weight: 700;
}

.line-id dt {
  width: 16vw;
  background-color: #53c819;
  color: #fcfcfc;
  font-size: 3.2vw;
  letter-spacing: 0;
}

.line-id dd {
  padding-right: 0.25em;
  width: calc(100% - 16vw);
  background-color: #fcfcfc;
  font-size: 3.7333333333vw;
}

@media all and (max-width: 750px) {
  .line-qrcode {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .line-guide {
    margin-top: 2.4305555556vw;
  }
  .line-balloon {
    top: -2.4305555556vw;
    padding: 0 1.5em 0.1em 1.5em;
    height: 3.4722222222vw;
    border-radius: 1.7361111111vw;
    font-size: 1.6666666667vw;
  }
  .line-balloon:after {
    border-width: 1.0416666667vw 0.3472222222vw 0 0.3472222222vw;
  }
  .line-guide-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;
    padding: 2.4305555556vw 1.0416666667vw 1.7361111111vw 1.0416666667vw;
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
  .line-guide-ttl {
    padding-left: 5.3472222222vw;
    font-size: 2.9166666667vw;
    text-align: left;
  }
  .line-guide-ttl:before {
    width: 4.8611111111vw;
    height: 4.7222222222vw;
  }
  .line-guide-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.7361111111vw 2.4305555556vw 2.7777777778vw 1.7361111111vw;
    border-width: 0.2083333333vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
  .line-guide-screen {
    margin: 0;
    width: 16.1805555556vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .line-guide-screen > div:after {
    top: 5.5555555556vw;
    right: -8.3333333333vw;
    width: 14.6527777778vw;
    height: 25.625vw;
    background-image: url(../img/line/guide/balloon.webp);
    background-image: image-set(url(../img/line/guide/balloon.webp) 1x, url(../img/line/guide/balloon-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/line/guide/balloon.webp) 1x, url(../img/line/guide/balloon-2x.webp) 2x);
  }
  .line-guide-screen p {
    font-size: 0.8333333333vw;
  }
  .line-guide-content {
    width: 31.9444444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .line-guide-step > li {
    padding: 1.0416666667vw;
  }
  .line-guide-step > li:nth-child(n+2) {
    margin-top: 1.7361111111vw;
  }
  .line-guide-step-ttl {
    font-size: 1.9444444444vw;
    text-align: left;
  }
  .line-guide-step-ttl:after {
    height: 0.1388888889vw;
  }
  .line-guide-step-desc p {
    line-height: 1.75em;
  }
  .line-guide-message {
    margin-top: 1.3888888889vw;
  }
  .line-guide-message p {
    padding: 0 2.0833333333vw;
    font-size: 0.9722222222vw;
  }
  .line-guide-message p:before, .line-guide-message p:after {
    width: 1.3194444444vw;
    height: 2.5vw;
  }
  .line-guide-regist {
    margin-top: 6.5972222222vw;
    width: 12.5vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .line-guide .line-btn {
    display: block;
  }
  .line-qrcode {
    margin: 0 auto 1.0416666667vw auto;
    width: 12.5vw;
  }
  .line-btn {
    display: none;
    margin-top: 2.0833333333vw;
    width: 16.1111111111vw;
  }
  .line-btn iframe {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2);
  }
  .line-id {
    margin-top: 1.0416666667vw;
    width: 12.5vw;
  }
  .line-id dt,
  .line-id dd {
    height: 3.4722222222vw;
  }
  .line-id dt {
    width: 4.7222222222vw;
    font-size: 0.9722222222vw;
  }
  .line-id dd {
    width: calc(100% - 4.7222222222vw);
    font-size: 1.1111111111vw;
  }
}
@media all and (min-width: 1441px) {
  .line-guide {
    margin-top: 35px;
  }
  .line-balloon {
    top: -35px;
    height: 50px;
    border-radius: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .line-balloon:after {
    border-width: 15px 5px 0 5px;
  }
  .line-guide-head {
    padding: 35px 15px 25px 15px;
    border-radius: 30px 30px 0 0;
  }
  .line-guide-ttl {
    padding-left: 77px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .line-guide-ttl:before {
    width: 70px;
    height: 68px;
  }
  .line-guide-contents {
    padding: 25px 35px 40px 25px;
    border-width: 3px;
    border-radius: 0 0 30px 30px;
  }
  .line-guide-screen {
    width: 233px;
  }
  .line-guide-screen > div:after {
    top: 80px;
    right: -120px;
    width: 211px;
    height: 369px;
  }
  .line-guide-screen p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .line-guide-content {
    width: 460px;
  }
  .line-guide-step > li {
    padding: 15px;
  }
  .line-guide-step > li:nth-child(n+2) {
    margin-top: 25px;
  }
  .line-guide-step-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .line-guide-step-ttl:after {
    height: 2px;
  }
  .line-guide-message {
    margin-top: 20px;
  }
  .line-guide-message p {
    padding: 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .line-guide-message p:before, .line-guide-message p:after {
    width: 19px;
    height: 36px;
  }
  .line-guide-regist {
    margin-top: 95px;
    width: 180px;
  }
  .line-btn {
    margin-top: 30px;
    width: 232px;
  }
  .line-qrcode {
    margin-bottom: 15px;
    width: 180px;
  }
  .line-id {
    margin-top: 15px;
    width: 180px;
  }
  .line-id dt,
  .line-id dd {
    height: 50px;
  }
  .line-id dt {
    width: 68px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .line-id dd {
    padding-right: 0.25em;
    width: calc(100% - 68px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  policy
-------------------------------------------------------------------------------*/
.policy > div:nth-child(n+2) {
  margin-top: 9.3333333333vw;
}

.policy-head {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.25em;
}
.policy-head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ec5600;
}

.policy-in {
  margin: 0 auto;
  width: 86.6666666667vw;
}

.policy p {
  line-height: 1.65em;
}

.policy-in p:nth-child(n+2) {
  margin-top: 1.5em;
}

.policy ol {
  counter-reset: cnt;
}

.policy ol li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.65em;
}
.policy ol li:before {
  counter-increment: cnt;
  content: counter(cnt, decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media all and (min-width: 751px) {
  .policy > div:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy-head:after {
    height: 0.1388888889vw;
  }
  .policy-in {
    width: 66.6666666667vw;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media all and (min-width: 1441px) {
  .policy > div:nth-child(n+2) {
    margin-top: 60px;
  }
  .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy-head:after {
    height: 2px;
  }
  .policy-in {
    width: 960px;
  }
}
/* sub --> sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10.6666666667vw 0.1em 5.3333333333vw;
  height: 14.6666666667vw;
  background-color: #fcfcfc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #ec5600;
  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: 2vw;
  height: 3.2vw;
  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;
  }
  .sitemap-submenu a:nth-child(n+3) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .sitemap-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 3.4722222222vw 0.1em 1.7361111111vw;
    width: calc(33.33333% - 2.0833333333vw);
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.33em;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    background-color: #ec5600;
    color: #fcfcfc;
  }
  .sitemap-menu a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
    -webkit-transform: translateX(0.2em) translateY(-50%);
            transform: translateX(0.2em) translateY(-50%);
  }
}
@media screen and (min-width: 1441px) {
  .sitemap .sitemap-box:nth-child(n+2) {
    margin-top: 80px;
  }
  .sitemap-menu {
    margin-left: -30px;
  }
  .sitemap-menu a {
    margin-left: 30px;
    padding: 0 50px 0.1em 25px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 10px;
    height: 19px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  z-index: 2;
}

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

.breadcrumb-list li {
  position: relative;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  white-space: nowrap;
}
.breadcrumb-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3.3333333333vw;
  display: inline-block;
  margin-top: 0.05em;
  width: 1.3333333333vw;
  height: 2.4vw;
  background-image: url(../img/common/breadcrumb.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

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

.breadcrumb-list li:first-child {
  padding-left: 5.3333333333vw;
}
.breadcrumb-list li:first-child:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: inline-block;
  width: 3.7333333333vw;
  height: 3.3333333333vw;
  background-image: url(../img/common/home-og.svg);
  background-size: contain;
}

@media screen and (min-width: 751px) {
  .breadcrumb-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 1.7361111111vw 0 1.0416666667vw 0;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 0.9722222222vw;
    white-space: normal;
    line-height: 1.8em;
  }
  .breadcrumb-list li:after {
    right: -1.0416666667vw;
    width: 0.3472222222vw;
    height: 0.625vw;
  }
  .breadcrumb-list li:nth-child(n+2) {
    margin-left: 1.7361111111vw;
  }
  .breadcrumb-list li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .breadcrumb-list li:not(:first-child) a:after {
    height: 0.1388888889vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .breadcrumb-list li a:hover {
    color: #ec5600;
  }
  .breadcrumb-list li a:hover:after {
    background-color: #ec5600;
  }
  .breadcrumb-list li:first-child {
    padding-left: 2.0833333333vw;
  }
  .breadcrumb-list li:first-child:before {
    width: 1.3888888889vw;
    height: 1.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb-list {
    padding: 25px 0 15px 0;
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .breadcrumb-list li:after {
    right: -15px;
    width: 5px;
    height: 9px;
  }
  .breadcrumb-list li:nth-child(n+2) {
    margin-left: 25px;
  }
  .breadcrumb-list li:not(:first-child) a:after {
    height: 2px;
  }
  .breadcrumb-list li:first-child {
    padding-left: 30px;
  }
  .breadcrumb-list li:first-child:before {
    width: 20px;
    height: 18px;
  }
}
@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-top: 1em;
  margin-bottom: 8vw;
  padding: 0 0.2em 0.6em;
  width: 100%;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.35em;
}
.editor h2:before, .editor h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5333333333vw;
}
.editor h2:before {
  width: 100%;
  background-color: #f5f5f5;
}
.editor h2:after {
  width: 16vw;
  background-color: #ec5600;
  z-index: 1;
}

.editor h3 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 1em 0.5em 1.25em;
  border-top-color: #f5f5f5;
  border-top-style: solid;
  border-top-width: 0.5333333333vw;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}
.editor h3:before, .editor h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.8vw;
  height: calc(100% - 1.25em);
  border-radius: 0.4vw;
  background-color: #ec5600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.editor h4 {
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 10.6666666667vw;
  padding: 0 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  border-bottom: 0.5333333333vw solid #f5f5f5;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: 0.05em;
  color: #302e2e;
}
.editor h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 1.3333333333vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3333333333vw solid transparent;
  border-bottom: 1.3333333333vw solid transparent;
  border-left: 2.1333333333vw solid #f26d00;
  border-right: 0;
}

.editor p {
  line-height: 1.75em;
  letter-spacing: 0.1em;
}

.editor a {
  position: relative;
}

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

.editor strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcf5ba));
  background: linear-gradient(transparent 60%, #fcf5ba 0%);
}

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

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

.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor ul {
  margin-bottom: 2em;
  padding: 0 3.3333333333vw;
}

.editor ul li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0;
  line-height: 1.75em;
}
.editor ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-radius: 50%;
  background-color: #4c4c4c;
}

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

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

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

.editor table th,
.editor table td {
  vertical-align: bottom;
  padding: 2pt;
  overflow: hidden;
  overflow-wrap: break-word;
  border: 0.75pt solid #000;
}

@media screen and (min-width: 751px) {
  .editor h2 {
    margin-bottom: 2.0833333333vw;
    font-size: 2.0833333333vw;
  }
  .editor h2:before, .editor h2:after {
    height: 0.1388888889vw;
  }
  .editor h2:after {
    width: 6.25vw;
  }
  .editor h3 {
    padding: 0.5em 1em 0.5em 1.25em;
    border-top-width: 0.1388888889vw;
    border-bottom-width: 0.1388888889vw;
    font-size: 1.6666666667vw;
  }
  .editor h3:before, .editor h3:after {
    width: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }
  .editor h4 {
    margin-bottom: 2.7777777778vw;
    padding: 0 0.6944444444vw 0.6944444444vw 1.3888888889vw;
    border-bottom-width: 0.1388888889vw;
    font-size: 1.4583333333vw;
  }
  .editor h4:before {
    left: 0.3472222222vw;
    border-top-width: 0.3472222222vw;
    border-bottom-width: 0.3472222222vw;
    border-left-width: 0.5555555556vw;
  }
  .editor a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .editor a:hover {
    opacity: 0.8;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .editor ul,
  .editor ol {
    padding: 0 1.3888888889vw;
  }
  .editor ul li::before {
    width: 0.3472222222vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 3rem;
  }
  .editor h2:before, .editor h2:after {
    height: 2px;
  }
  .editor h2:after {
    width: 90px;
  }
  .editor h3 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .editor h3:before, .editor h3:after {
    width: 3px;
    border-radius: 1.5px;
  }
  .editor h4 {
    margin-bottom: 40px;
    padding: 0 10px 10px 20px;
    border-bottom-width: 2px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .editor h4:before {
    left: 5px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8px;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
  .editor ul,
  .editor ol {
    padding: 0 20px;
  }
  .editor ul li::before {
    width: 5px;
    height: 5px;
  }
}
/* form
-------------------------------------------------------------------------------*/
.sec--form {
  padding-top: 9.3333333333vw;
}

.form {
  margin-left: -4.8vw;
  padding: 8vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
  background-color: #fcfcfc;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0.5333333333vw;
  width: 100vw;
}

.form-ttl {
  margin-bottom: 1em;
  font-size: 6.6666666667vw;
  text-align: center;
  line-height: 1.5em;
}

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

.form-input dt {
  position: relative;
  margin-bottom: 0.7em;
  color: #302e2e;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.26em;
  letter-spacing: 0.1em;
}

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

.form-input-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-input-age span.unit {
  position: relative;
  top: -0.2em;
}

.form-input-age input[type=text] {
  margin-right: 0.5em;
  width: 62.6666666667vw;
}

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

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

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

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

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

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

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

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

@media all and (max-width: 750px) {
  .form {
    border-left: none;
    border-right: none;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select,
  .form-input textarea {
    font-size: max(3.5vw, 16px);
  }
}
@media all and (min-width: 751px) {
  .sec--form {
    padding-top: 4.8611111111vw;
  }
  .form {
    margin: 0 auto;
    padding: 4.1666666667vw 5.5555555556vw;
    width: 59.7222222222vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
  }
  .form-ttl {
    font-size: 2.5vw;
  }
  .form-input dl:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .form-input dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25vw;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 3.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form-input-jobtype input[type=text],
  .form-input-age input[type=text],
  .form-input-zipcode input[type=text] {
    width: 20.8333333333vw;
  }
  .form-input textarea {
    height: 11.1111111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .form-label {
    height: 1.3888888889vw;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--form {
    padding-top: 70px;
  }
  .form {
    padding: 60px 80px;
    width: 860px;
    border-width: 2px;
    border-radius: 20px;
  }
  .form-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .form-input dl:nth-child(n+2) {
    margin-top: 35px;
  }
  .form-input dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-input input[type=text],
  .form-input input[type=email],
  .form-input input[type=tel],
  .form-input input[type=date],
  .form-input select {
    height: 55px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-input-jobtype input[type=text],
  .form-input-age input[type=text],
  .form-input-zipcode input[type=text] {
    width: 300px;
  }
  .form-input textarea {
    height: 160px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 16px;
  }
  .form-label {
    height: 20px;
    border-radius: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-hosoku {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------- select */
.form-select {
  position: relative;
}

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

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

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

.form-input .wpcf7-file {
  display: block;
  padding-left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  font-family: "NotoSansJP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
}

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

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

@media screen and (min-width: 751px) {
  .form-input .wpcf7-file {
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-input .wpcf7-file {
    border-width: 2px;
    border-radius: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ---------------------------------- placeholder */
.form-input input::-webkit-input-placeholder,
.form-input select::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #cccccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 751px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -1.0416666667vw 0 0 -2.7777777778vw;
    width: calc(100% + 2.7777777778vw);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 2.7777777778vw;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-input input[type=radio] + span::before {
    border-width: 0.1388888889vw;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 0.5208333333vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  .form-input input[type=checkbox]:checked + span::after {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #ec5600;
    border-bottom: 0.3472222222vw solid #ec5600;
  }
}
@media all and (min-width: 1441px) {
  .form-input .wpcf7-radio,
  .form-input .wpcf7-checkbox {
    margin: -15px 0 0 -40px;
    width: calc(100% + 40px);
  }
  .form-input .wpcf7-radio .wpcf7-list-item,
  .form-input .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 40px;
  }
  .form-input input[type=radio] + span,
  .form-input input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-input input[type=radio] + span::before,
  .form-input input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form-input input[type=radio] + span::before {
    border-width: 2px;
  }
  .form-input input[type=radio]:checked + span::after {
    left: 7.5px;
    width: 15px;
    height: 15px;
  }
  .form-input input[type=checkbox]:checked + span::after {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #ec5600;
    border-bottom: 5px solid #ec5600;
  }
}
/* ---------------------------------- consent */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:after {
    height: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-consent p a:hover {
    color: #302e2e;
  }
  .form-consent p a:hover:after {
    background-color: #302e2e;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 1.0416666667vw;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #ec5600;
    border-bottom: 0.3472222222vw solid #ec5600;
  }
}
@media all and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 15px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #ec5600;
    border-bottom: 5px solid #ec5600;
  }
}
/* ---------------------------------- btn */
.form-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.3333333333vw auto 0 auto;
  width: 77.3333333333vw;
  height: 16vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 8vw;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.form-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 1.8666666667vw;
  height: 3.6vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

@media all and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    padding: 0;
    width: 25vw;
    height: 4.8611111111vw;
    border-width: 0.2777777778vw;
    border-radius: 2.4305555556vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .form-btn:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .form-submit {
    font-size: 1.25vw;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #ec5600;
  }
  .form-btn:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  .form-btn:hover .form-submit {
    color: #fcfcfc;
  }
}
@media all and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 360px;
    height: 70px;
    border-width: 4px;
    border-radius: 35px;
  }
  .form-btn:after {
    right: 15px;
    width: 10px;
    height: 19px;
  }
  .form-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* ------------------------------------------- レイアウト崩れ防止 - */
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

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

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

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

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

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

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

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

@media screen and (max-width: 750px) {
  .wpcf7-response-output {
    padding: 1em !important;
  }
  .wpcf7-response-output {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 0.9027777778vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .wpcf7-not-valid-tip,
  .formError .formErrorContent {
    font-size: 13px;
    font-size: 1.3rem !important;
  }
}
/* heading
-------------------------------------------------------------------------------*/
.head-b {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0.2em 0.6em;
  width: 100%;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.35em;
}
.head-b:before, .head-b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5333333333vw;
}
.head-b:before {
  width: 100%;
  background-color: #f5f5f5;
}
.head-b:after {
  width: 16vw;
  background-color: #ec5600;
  z-index: 1;
}

.head-c {
  margin-bottom: 1em;
  font-size: 7.4666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.35em;
}
.head-c span {
  position: relative;
  padding-bottom: 0.2em;
}
.head-c span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .head-b {
    font-size: 2.0833333333vw;
  }
  .head-b:before, .head-b:after {
    height: 0.1388888889vw;
  }
  .head-b:after {
    width: 6.25vw;
  }
  .head-c {
    font-size: 3.1944444444vw;
  }
  .head-c span:after {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .head-b {
    font-size: 30px;
    font-size: 3rem;
  }
  .head-b:before, .head-b:after {
    height: 2px;
  }
  .head-b:after {
    width: 90px;
  }
  .head-c {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .head-c span:after {
    height: 3px;
  }
}
/*  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;
  letter-spacing: 0.05em;
}
.page-archive-navi .pagecount span {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin: 0 0.15em;
  font-size: 1.5em;
  font-weight: 600;
}

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

.pagenation-list li {
  margin-right: 2vw;
}

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

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.pagenation-list li div span,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a span {
  position: relative;
  z-index: 1;
}

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

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

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: block;
  height: 10.6666666667vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
}
.pagenation-prev a:after,
.pagenation-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2.1333333333vw;
  height: 3.7333333333vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
}

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

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

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

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

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  position: relative;
  display: block;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 50%;
}

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

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

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

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

.pagenavi-back a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.6666666667vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.8vw;
  border-radius: 7.3333333333vw;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.pagenavi-back a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  display: inline-block;
  width: 2.4vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/arrow-og.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagenavi-back a span {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 3.4722222222vw;
    width: 40.9722222222vw;
    height: 4.8611111111vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 4.8611111111vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    border-width: 0.2777777778vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    background-color: #ec5600;
  }
  .pagenavi-prev a:hover:after,
  .pagenavi-next a:hover:after {
    background-image: url(../img/common/arrow-wh.svg);
  }
  .pagenavi-back {
    width: 27.7777777778vw;
  }
  .pagenavi-back a {
    height: 4.8611111111vw;
    border-width: 0.2777777778vw;
    border-radius: 2.4305555556vw;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.25vw;
  }
  .pagenavi-back a:after {
    right: 1.0416666667vw;
    width: 0.6944444444vw;
    height: 1.3194444444vw;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pagenavi-back a:hover {
    background-color: #ec5600;
  }
  .pagenavi-back a:hover span {
    color: #fcfcfc;
  }
  .pagenavi-back 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) {
  .pagenavi {
    margin-top: 50px;
    width: 590px;
    height: 70px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 70px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    width: 70px;
    height: 70px;
    border-width: 4px;
  }
  .pagenavi-prev a:after,
  .pagenavi-next a:after {
    width: 10px;
    height: 19px;
  }
  .pagenavi-back {
    width: 400px;
  }
  .pagenavi-back a {
    height: 70px;
    border-width: 4px;
    border-radius: 35px;
  }
  .pagenavi-back a span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenavi-back a:after {
    right: 15px;
    width: 10px;
    height: 19px;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.post {
  position: relative;
  margin-left: -4.8vw;
  padding: 8vw 4.8vw;
  width: 100vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}

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

.post-ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.35em;
}

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

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

@media screen and (min-width: 751px) {
  .post {
    margin: 0;
    padding: 3.4722222222vw 4.8611111111vw 4.8611111111vw 4.8611111111vw;
    width: auto;
  }
  .post--news {
    margin: 0 auto;
    width: 61.1111111111vw;
  }
  .post section:nth-of-type(n + 2) {
    margin-top: 5.5555555556vw;
  }
  .post-ttl {
    font-size: 2.2222222222vw;
  }
  .post-image {
    margin-bottom: 2.0833333333vw;
  }
  .post .editor {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .post {
    padding: 50px 70px 70px 70px;
  }
  .post--news {
    width: 880px;
  }
  .post section:nth-of-type(n + 2) {
    margin-top: 80px;
  }
  .post-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .post-image {
    margin-bottom: 30px;
  }
  .post .editor {
    margin-top: 30px;
  }
}
/*  title
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 12vw 0 6.6666666667vw 0;
  text-align: center;
}

.ttl-box {
  position: relative;
}
.ttl-box:before {
  content: "";
  position: absolute;
  top: -8vw;
  left: 50%;
  display: inline-block;
  width: 17.8666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/common/ribbon.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl-jp {
  position: relative;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
.ttl-jp span {
  color: #ec5600;
}

.ttl-en {
  margin-top: 0.7em;
  color: #ec5600;
  font-size: 3.2vw;
  text-align: center;
  text-transform: capitalize;
}

.ttl-desc {
  margin-top: 1em;
}
.ttl-desc p {
  text-align: left;
  line-height: 1.65em;
}

@media screen and (max-width: 750px) {
  .ttl-desc {
    margin: 1em auto 0 auto;
    width: 86.1333333333vw;
  }
  .ttl-desc p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .ttl {
    padding: 4.1666666667vw 0 2.4305555556vw 0;
  }
  .ttl-box:before {
    top: -2.0833333333vw;
    width: 4.7916666667vw;
    height: 1.4583333333vw;
  }
  .ttl-jp {
    font-size: 3.4722222222vw;
  }
  .ttl-en {
    font-size: 0.8333333333vw;
  }
  .ttl-desc p {
    text-align: center;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 60px 0 35px 0;
  }
  .ttl-box:before {
    top: -30px;
    width: 69px;
    height: 21px;
  }
  .ttl-jp {
    font-size: 50px;
    font-size: 5rem;
  }
  .ttl-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*  Fancybox（プラグイン名：Firelight Lightbox）
-------------------------------------------------------------------------------*/
html.fancybox-lock {
  overflow: hidden !important;
}

.fancybox-overlay {
  background: rgba(30, 30, 30, 0.9) !important;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-opened {
  /* ピンチズーム操作を無効化 */
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
}

.fancybox-skin {
  height: 100% !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.fancybox-wrap .fancybox-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.fancybox-nav-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100vw;
}

.fancybox-nav {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  /* ピンチズーム操作を無効化 */
  touch-action: pan-x pan-y;
  -ms-touch-action: pan-x pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-nav span {
  width: 10.1333333333vw !important;
  height: 10.1333333333vw !important;
  background: rgba(30, 30, 30, 0.6) !important;
  background-image: none !important;
  visibility: visible !important;
}
.fancybox-nav span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 8.5333333333vw;
  height: 5.8666666667vw;
  fill: #ccc;
}

.fancybox-close {
  top: -40px !important;
  right: -10px !important;
  width: 44px !important;
  height: 44px !important;
  background: transparent !important;
  color: #ccc;
  opacity: 0.8;
}
.fancybox-close::before, .fancybox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #ccc;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .fancybox-nav-wrapper {
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-opened {
    height: 100% !important;
  }
  .fancybox-opened {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
            transform: translateY(-50%) translateX(-50%) !important;
    max-height: 90%;
  }
  .fancybox-nav {
    height: auto !important;
  }
  .fancybox-nav span {
    width: 2.9166666667vw !important;
    height: 2.9166666667vw !important;
  }
  .fancybox-nav span svg {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
  .fancybox-nav:hover span svg {
    fill: #fff;
  }
  .fancybox-close {
    top: -2.7777777778vw !important;
    right: -0.6944444444vw !important;
    width: 3.0555555556vw !important;
    height: 3.0555555556vw !important;
  }
  .fancybox-close:hover {
    opacity: 1;
  }
  .fancybox-close:hover::before, .fancybox-close:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 1441px) {
  .fancybox-nav span {
    width: 42px !important;
    height: 42px !important;
  }
  .fancybox-nav span svg {
    width: 26px;
    height: 26px;
  }
  .fancybox-close {
    top: -40px !important;
    right: -10px !important;
    width: 44px !important;
    height: 44px !important;
  }
}
/*  front - #areamap
-------------------------------------------------------------------------------*/
.sec--areamap {
  padding: 13.3333333333vw 0 12vw 0;
  background-color: #fcfbf0;
  overflow: hidden;
  z-index: 1;
}
.sec--areamap:before, .sec--areamap:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -2;
}
.sec--areamap:before {
  top: 66.6666666667vw;
  left: -24.6666666667vw;
  width: 55.3333333333vw;
  height: 55.3333333333vw;
  background-color: #fff5e3;
}
.sec--areamap:after {
  top: -6.6666666667vw;
  right: -32vw;
  width: 74.6666666667vw;
  height: 74.6666666667vw;
  background-color: #f7f2e9;
}

.sec--areamap .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.sec--areamap .sec-head:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12vw;
  width: 80vw;
  height: 80vw;
  background-color: #fcfcfc;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sec--areamap .sec-catch {
  margin-bottom: 0.2em;
  font-size: 6.4vw;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec--areamap .sec-ttl {
  letter-spacing: 0.1em;
}

.sec--areamap-frt .sec-ttl {
  display: inline-block;
  padding-right: 6.6666666667vw;
  letter-spacing: 0.1em;
}
.sec--areamap-frt .sec-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 4.6666666667vw;
  height: 8.1333333333vw;
  background-image: url(../img/area/light.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec--areamap-frt .sec-ttl span.icon {
  position: relative;
}
.sec--areamap-frt .sec-ttl span.icon:after {
  content: "";
  position: absolute;
  top: -2.6666666667vw;
  left: 50%;
  display: inline-block;
  width: 13.4666666667vw;
  height: 3.8666666667vw;
  background-image: url(../img/common/deco.svg);
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec--areamap .sec-desc {
  width: auto;
}
.sec--areamap .sec-desc p {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.areamap {
  position: relative;
}

.areamap--frt:before, .areamap--frt:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  z-index: -1;
}
.areamap--frt:before {
  top: -72vw;
  left: -9.3333333333vw;
  width: 77.8666666667vw;
  height: 58.6666666667vw;
  background-image: url(../img/area/staff01_sp.webp);
}
.areamap--frt:after {
  top: -63.3333333333vw;
  right: -5.3333333333vw;
  width: 75.6vw;
  height: 68.8vw;
  background-image: url(../img/area/staff02_sp.webp);
}

.areamap > div {
  position: relative;
  position: relative;
  padding: 5.3333333333vw 4vw;
  background-color: #fcfcfc;
  border-radius: 4vw;
}
.areamap > div:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 105.3333333333vw;
  height: 10.8vw;
  background-image: url(../img/area/wave.svg);
  background-size: contain;
  z-index: -1;
}

.areamap-head {
  margin-bottom: 4vw;
  text-align: center;
}

.areamap-ttl {
  position: relative;
  display: inline-block;
  padding: 0 4vw 0 2.6666666667vw;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
.areamap-ttl:before, .areamap-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8vw;
  height: 100%;
  border-radius: 0.3333333333vw;
  background-color: #ec5600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.areamap-ttl:before {
  left: 0;
}
.areamap-ttl:after {
  right: 0;
}
.areamap-ttl > span {
  position: relative;
}
.areamap-ttl > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.areamap-ttl span.color {
  color: #ec5600;
}

.areamap--map .areamap-ttl > span {
  padding-left: 8.2666666667vw;
}
.areamap--map .areamap-ttl > span:before {
  width: 5.6vw;
  height: 3.7333333333vw;
  background-image: url(../img/area/car.svg);
}
.areamap--map:before {
  right: 3.3333333333vw;
  bottom: -4.6666666667vw;
}

.areamap--target .areamap-ttl > span {
  padding-left: 7.3333333333vw;
}
.areamap--target .areamap-ttl > span:before {
  width: 4.6666666667vw;
  height: 5.8666666667vw;
  background-image: url(../img/area/pin.svg);
}
.areamap--target:before {
  left: 31.3333333333vw;
  bottom: -12.6666666667vw;
}

.areamap-image {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.areamap-box {
  padding: 2.6666666667vw;
  background-color: #fcfbf0;
  border-radius: 1.3333333333vw;
}

.areamap-list > li {
  position: relative;
  display: inline-block;
  margin-right: 4vw;
  padding-bottom: 0.1em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.areamap-list > li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -2.6666666667vw;
  margin-top: -0.5333333333vw;
  color: #9e9e9e;
  font-size: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.areamap-notes {
  margin-top: 1em;
}

.areamap-notes > li {
  padding-left: 1em;
  font-size: 3.7333333333vw;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5em;
}
.areamap-notes > li:before {
  content: "※";
}
.areamap-notes > li:first-child {
  font-size: 4.8vw;
}
.areamap-notes > li:first-child:before {
  content: none;
}

.areamap-notes > li:nth-child(n+2) {
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .sec--areamap-frt .sec-head {
    margin-bottom: 76vw;
  }
  .areamap {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .areamap > div:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--areamap {
    padding: 6.25vw 0;
  }
  .sec--areamap:before {
    top: 4.5138888889vw;
    left: -1.3888888889vw;
    width: 28.8194444444vw;
    height: 28.8194444444vw;
  }
  .sec--areamap:after {
    top: -12.1527777778vw;
    right: -9.375vw;
    width: 38.8888888889vw;
    height: 38.8888888889vw;
  }
  .sec--areamap .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--areamap .sec-head:before {
    bottom: -9.7222222222vw;
    width: 47.2222222222vw;
    height: 47.2222222222vw;
  }
  .sec--areamap .sec-catch {
    font-size: 2.7777777778vw;
  }
  .sec--areamap-frt .sec-ttl {
    padding-right: 3.4722222222vw;
    font-size: 3.8888888889vw;
  }
  .sec--areamap-frt .sec-ttl:after {
    width: 2.4305555556vw;
    height: 4.2361111111vw;
  }
  .sec--areamap-frt .sec-ttl span.icon:after {
    top: -1.3888888889vw;
    width: 7.0138888889vw;
    height: 2.0138888889vw;
  }
  .sec--areamap .sec-desc {
    margin: 0.5em auto 0;
    padding: 1em;
    width: 40.2777777778vw;
    background-color: #fcfcfc;
    border-radius: 0.6944444444vw;
    z-index: 2;
  }
  .sec--areamap .sec-desc p {
    font-size: 1.25vw;
    text-align: center;
    line-height: 1.66em;
  }
  .areamap--frt:before {
    top: -20.8333333333vw;
    left: -13.1944444444vw;
    width: 32.9166666667vw;
    height: 24.6527777778vw;
    background-image: url(../img/area/staff01.webp);
    background-image: image-set(url(../img/area/staff01.webp) 1x, url(../img/area/staff01-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/area/staff01.webp) 1x, url(../img/area/staff01-2x.webp) 2x);
  }
  .areamap--frt:after {
    top: -24.3055555556vw;
    right: -5.2083333333vw;
    width: 30.9027777778vw;
    height: 35vw;
    background-image: url(../img/area/staff02.webp);
    background-image: image-set(url(../img/area/staff02.webp) 1x, url(../img/area/staff02-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/area/staff02.webp) 1x, url(../img/area/staff02-2x.webp) 2x);
  }
  .areamap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -6.9444444444vw;
    width: 83.3333333333vw;
  }
  .areamap:before {
    right: -18.0555555556vw;
    bottom: -4.8611111111vw;
  }
  .areamap > div {
    padding: 2.4305555556vw 2.7777777778vw 1.3888888889vw 2.7777777778vw;
    width: 40.2777777778vw;
    border-radius: 2.0833333333vw;
  }
  .areamap > div:before {
    width: 54.8611111111vw;
    height: 5.625vw;
  }
  .areamap-head {
    margin-bottom: 2.0833333333vw;
  }
  .areamap-ttl {
    padding: 0 2.0833333333vw 0 1.7361111111vw;
    font-size: 1.9444444444vw;
  }
  .areamap-ttl:before, .areamap-ttl:after {
    width: 0.3472222222vw;
    border-radius: 0.1736111111vw;
  }
  .areamap--map .areamap-ttl > span {
    padding-left: 3.8194444444vw;
  }
  .areamap--map .areamap-ttl > span:before {
    width: 2.5vw;
    height: 1.6666666667vw;
  }
  .areamap--map:before {
    right: -1.7361111111vw;
    bottom: -4.5138888889vw;
  }
  .areamap--target .areamap-ttl > span {
    padding-left: 2.7777777778vw;
  }
  .areamap--target .areamap-ttl > span:before {
    width: 1.8055555556vw;
    height: 2.2222222222vw;
  }
  .areamap--target:before {
    left: 11.8055555556vw;
    bottom: -5.9027777778vw;
  }
  .areamap-image {
    border-radius: 0.6944444444vw;
  }
  .areamap-box {
    padding: 1.0416666667vw 1.3888888889vw;
    border-radius: 0.6944444444vw;
  }
  .areamap-list > li {
    margin-right: 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .areamap-list > li:after {
    right: -1.0416666667vw;
    margin-top: -0.1388888889vw;
    font-size: 1.25vw;
  }
  .areamap-notes > li {
    font-size: 0.9722222222vw;
  }
  .areamap-notes > li:first-child {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--areamap {
    padding: 90px 0;
  }
  .sec--areamap:before {
    top: 65px;
    left: -20px;
    width: 415px;
    height: 415px;
  }
  .sec--areamap:after {
    top: -175px;
    right: -135px;
    width: 560px;
    height: 560px;
  }
  .sec--areamap .sec-head {
    margin-bottom: 40px;
  }
  .sec--areamap .sec-head:before {
    bottom: -140px;
    width: 680px;
    height: 680px;
  }
  .sec--areamap .sec-catch {
    font-size: 40px;
    font-size: 4rem;
  }
  .sec--areamap-frt .sec-ttl {
    padding-right: 50px;
    font-size: 56px;
    font-size: 5.6rem;
  }
  .sec--areamap-frt .sec-ttl:after {
    width: 35px;
    height: 61px;
  }
  .sec--areamap-frt .sec-ttl span.icon:after {
    top: -20px;
    width: 101px;
    height: 29px;
  }
  .sec--areamap .sec-desc {
    width: 580px;
    border-radius: 10px;
  }
  .sec--areamap .sec-desc p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .areamap--frt:before {
    top: -300px;
    left: -190px;
    width: 474px;
    height: 355px;
  }
  .areamap--frt:after {
    top: -350px;
    right: -75px;
    width: 445px;
    height: 504px;
  }
  .areamap {
    margin-left: -100px;
    width: 1200px;
  }
  .areamap:before {
    right: -260px;
    bottom: -70px;
  }
  .areamap > div {
    padding: 35px 40px 20px 40px;
    width: 580px;
    border-radius: 30px;
  }
  .areamap > div:before {
    width: 790px;
    height: 81px;
  }
  .areamap-head {
    margin-bottom: 30px;
  }
  .areamap-ttl {
    padding: 0 30px 0 25px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .areamap-ttl:before, .areamap-ttl:after {
    width: 5px;
    border-radius: 2.5px;
  }
  .areamap--map .areamap-ttl > span {
    padding-left: 55px;
  }
  .areamap--map .areamap-ttl > span:before {
    width: 36px;
    height: 24px;
  }
  .areamap--map:before {
    right: -25px;
    bottom: -65px;
  }
  .areamap--target .areamap-ttl > span {
    padding-left: 40px;
  }
  .areamap--target .areamap-ttl > span:before {
    width: 26px;
    height: 32px;
  }
  .areamap--target:before {
    left: 170px;
    bottom: -85px;
  }
  .areamap-image {
    border-radius: 10px;
  }
  .areamap-box {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .areamap-list > li {
    margin-right: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .areamap-list > li:after {
    right: -15px;
    margin-top: -2px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .areamap-notes > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .areamap-notes > li:first-child {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
/*  front - #shop
-------------------------------------------------------------------------------*/
.sec--shop {
  padding: 22.6666666667vw 0;
}
.sec--shop:before, .sec--shop:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100vw;
  height: 32vw;
  background-image: url(../img/shop/deco_sp.svg);
  background-size: contain;
}
.sec--shop:before {
  top: 3.3333333333vw;
  left: 0;
}
.sec--shop:after {
  right: 0;
}

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

.shop > li {
  background-color: #fcfcfc;
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0.2666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.shop-content {
  padding: 2.6666666667vw;
}

.shop-name {
  margin-bottom: 1.3333333333vw;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.15em;
  letter-spacing: 0.05em;
}
.shop-name span {
  position: relative;
  padding-left: 6.6666666667vw;
}
.shop-name span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  display: inline-block;
  width: 3.2vw;
  height: 4.6666666667vw;
  background-image: url(../img/shop/pin.svg);
  background-size: contain;
}

.shop-data dl {
  padding: 2.6666666667vw 1.3333333333vw;
  border-bottom: 1px dashed #bdbdbd;
}

.shop-data dt {
  margin-bottom: 0.5em;
  color: #ec5600;
  line-height: 1.28em;
}
.shop-data dt span {
  position: relative;
  padding-left: 4.6666666667vw;
}
.shop-data dt span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.3333333333vw;
  height: 4.8vw;
  background-size: contain;
  background-position: center left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-data--tel dt span:before {
  background-image: url(../img/shop/phone.svg);
}

.shop-data--add dt span:before {
  background-image: url(../img/shop/pin.svg);
}

.shop-data--holiday dt span:before {
  background-image: url(../img/shop/calender.svg);
}

.shop-data--time dt span:before {
  background-image: url(../img/shop/clock.svg);
}

.shop-data dd {
  padding-left: 4.6666666667vw;
  line-height: 1.28em;
}

.shop-map {
  margin-top: 3.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

@media all and (max-width: 750px) {
  .sec--shop:after {
    bottom: 3.3333333333vw;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .shop {
    margin: 0 auto;
    width: 85.3333333333vw;
  }
  .shop > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media all and (min-width: 751px) {
  .sec--shop {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .sec--shop:before, .sec--shop:after {
    width: 18.4722222222vw;
    height: 17.1527777778vw;
    background-image: url(../img/shop/deco.svg);
  }
  .sec--shop:before {
    top: 1.3888888889vw;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .sec--shop:after {
    top: 1.3888888889vw;
  }
  .sec--shop .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--shop .sec-ttl {
    font-size: 3.3333333333vw;
  }
  .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop > li {
    width: 33.3333333333vw;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw;
  }
  .shop-content {
    padding: 1.3888888889vw 1.7361111111vw;
  }
  .shop-name {
    margin-bottom: 1.3888888889vw;
    font-size: 2.5vw;
    text-align: center;
  }
  .shop-name span {
    padding-left: 2.7777777778vw;
  }
  .shop-name span:before {
    bottom: 0.1em;
    width: 1.6666666667vw;
    height: 2.6388888889vw;
  }
  .shop-data {
    border-top: 1px dashed #bdbdbd;
  }
  .shop-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: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.0416666667vw 0;
  }
  .shop-data dt {
    margin-bottom: 0;
    padding-left: 1.5em;
    width: 8.6805555556vw;
    font-size: 0.9722222222vw;
    line-height: 1.7em;
  }
  .shop-data dt span {
    padding-left: 1.7361111111vw;
  }
  .shop-data dt span:before {
    width: 1.0416666667vw;
    height: 1.3888888889vw;
  }
  .shop-data dd {
    padding: 0;
    width: 19.7916666667vw;
    font-size: 0.9722222222vw;
    line-height: 1.7em;
  }
  .shop-map {
    margin-top: 1.3888888889vw;
    border-radius: 1.3888888889vw;
  }
}
@media all and (min-width: 1441px) {
  .sec--shop {
    padding: 100px 0 80px 0;
  }
  .sec--shop:before, .sec--shop:after {
    width: 266px;
    height: 247px;
  }
  .sec--shop:before {
    top: 20px;
  }
  .sec--shop:after {
    top: 20px;
  }
  .sec--shop .sec-head {
    margin-bottom: 40px;
  }
  .sec--shop .sec-ttl {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .shop > li {
    width: 480px;
    border-width: 2px;
    border-radius: 20px;
  }
  .shop-content {
    padding: 20px 25px;
  }
  .shop-name {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .shop-name span {
    padding-left: 40px;
  }
  .shop-name span:before {
    width: 24px;
    height: 38px;
  }
  .shop-data dl {
    padding: 15px 0;
  }
  .shop-data dt {
    width: 125px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop-data dt span {
    padding-left: 25px;
  }
  .shop-data dt span:before {
    width: 15px;
    height: 20px;
  }
  .shop-data dd {
    width: 285px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .shop-map {
    margin-top: 20px;
    border-radius: 20px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog {
  position: relative;
}

@media screen and (max-width: 750px) {
  .blog .blog-post:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.7361111111vw;
  }
  .blog .blog-post {
    margin-left: 1.7361111111vw;
    width: calc(33.33333% - 1.7361111111vw);
  }
  .blog .blog-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    margin-left: -25px;
  }
  .blog .blog-post {
    margin-left: 25px;
    width: calc(33.33333% - 25px);
  }
  .blog .blog-post:nth-child(n+4) {
    margin-top: 50px;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- desc - */
.blog-summary,
.blog-detail {
  padding: 0 4vw;
}
.blog-summary p,
.blog-detail p {
  line-height: 1.65em;
}

@media screen and (min-width: 751px) {
  .blog-summary,
  .blog-detail {
    padding: 0 1.3888888889vw;
  }
  .blog-summary p,
  .blog-detail p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-summary,
  .blog-detail {
    padding: 0 20px;
  }
}
/* ------------------------------------------- info - */
.blog-info {
  margin-bottom: 5.3333333333vw;
  text-align: right;
}

.blog-info-name {
  font-size: 4vw;
  font-weight: 500;
}

.blog-info-price {
  display: inline-block;
  margin-top: 0.7em;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
.blog-info-price span.color {
  color: #ec5600;
}
.blog-info-price span.big {
  position: relative;
  top: 0.01em;
  display: inline-block;
  margin-right: 0.03em;
  font-family: "Anton", sans-serif;
  font-size: 12.8vw;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .blog-info {
    margin-bottom: 1.3888888889vw;
  }
  .blog-info-name {
    font-size: 1.25vw;
  }
  .blog-info-price {
    font-size: 1.3888888889vw;
  }
  .blog-info-price span.big {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-info {
    margin-bottom: 20px;
  }
  .blog-info-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-info-price {
    font-size: 20px;
    font-size: 2rem;
  }
  .blog-info-price span.big {
    font-size: 60px;
    font-size: 6rem;
  }
}
/* ------------------------------------------- data - */
.blog-data {
  position: relative;
  margin-top: 8vw;
  padding-top: 5.3333333333vw;
}

.blog-data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  z-index: 2;
}

.blog-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #f1f1f1;
}

.blog-data dl {
  position: relative;
}

.blog-data dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  z-index: 2;
}

.blog-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #f1f1f1;
}

.blog-data dl dt {
  margin-bottom: 0.5em;
  padding: 5.3333333333vw 2.6666666667vw 0 2.6666666667vw;
  width: 100%;
  font-weight: 500;
  line-height: 1.65em;
}

.blog-data dl dd {
  padding: 0 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  width: 100%;
  line-height: 1.65em;
}

.blog-data-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.blog-data-list > li:before {
  content: "・";
  margin-right: 0.2em;
}

@media screen and (max-width: 750px) {
  .blog-data dl:first-child dt {
    padding-top: 0;
  }
}
@media screen and (min-width: 751px) {
  .blog-data {
    margin-top: 4.1666666667vw;
    padding-top: 0;
  }
  .blog-data:before {
    width: 13.8888888889vw;
    height: 0.1388888889vw;
  }
  .blog-data:after {
    height: 0.1388888889vw;
  }
  .blog-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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .blog-data dl:before {
    width: 13.8888888889vw;
    height: 0.1388888889vw;
  }
  .blog-data dl:after {
    height: 0.1388888889vw;
  }
  .blog-data dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 1.3888888889vw;
    width: 13.8888888889vw;
    line-height: 1.75em;
  }
  .blog-data dl dd {
    padding: 1.3888888889vw 2.7777777778vw;
    width: calc(100% - 13.8888888889vw);
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-data {
    margin-top: 60px;
  }
  .blog-data:before {
    width: 200px;
    height: 2px;
  }
  .blog-data:after {
    height: 2px;
  }
  .blog-data dl:before {
    width: 200px;
    height: 2px;
  }
  .blog-data dl:after {
    height: 2px;
  }
  .blog-data dl dt {
    padding: 20px;
    width: 200px;
  }
  .blog-data dl dd {
    padding: 20px 40px;
    width: calc(100% - 200px);
  }
}
/* ------------------------------------------- gallery - */
.blog-gallery {
  position: relative;
  padding: 8vw 4vw 6.6666666667vw 4vw;
}

.sec--blog-gallery > div:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 5.3333333333vw 0px 5.3333333333vw;
  border-color: #f8f8f8 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.blog-gallery-head {
  margin-bottom: 1em;
  text-align: center;
}

.blog-gallery-ttl {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.blog-gallery-en {
  margin-top: 0.7em;
  font-size: 3.2vw;
}

.blog-gallery-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.0666666667vw;
}

.blog-gallery-photo > li {
  margin-left: 1.0666666667vw;
  width: calc(33.33333% - 1.0666666667vw);
}

.blog-gallery-photo > li a {
  display: block;
}
.blog-gallery-photo > li a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 26.6666666667vw;
}

.blog-gallery--before {
  background-color: #f8f8f8;
}
.blog-gallery--before .blog-gallery-en {
  color: #969696;
}

.blog-gallery--after {
  background-color: #faf3ed;
}
.blog-gallery--after .blog-gallery-en {
  color: #ec5600;
}

@media screen and (max-width: 750px) {
  .blog-gallery-photo > li:nth-child(n+4) {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .blog-gallery {
    padding: 3.4722222222vw 2.2569444444vw;
  }
  .sec--blog-gallery > div:nth-child(2):before {
    border-width: 1.7361111111vw 2.0833333333vw 0px 2.0833333333vw;
  }
  .blog-gallery-head {
    margin-bottom: 1.5em;
  }
  .blog-gallery-ttl {
    font-size: 1.9444444444vw;
  }
  .blog-gallery-en {
    font-size: 0.8333333333vw;
  }
  .blog-gallery-photo {
    margin-left: -0.3472222222vw;
  }
  .blog-gallery-photo > li {
    margin-left: 0.3472222222vw;
    width: calc(25% - 0.3472222222vw);
  }
  .blog-gallery-photo > li:nth-child(n+5) {
    margin-top: 0.3472222222vw;
  }
  .blog-gallery-photo > li a img {
    height: 13.5416666667vw;
  }
  .blog-gallery-photo > li a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .blog-gallery {
    padding: 50px 32.5px;
  }
  .sec--blog-gallery > div:nth-child(2):before {
    border-width: 25px 30px 0px 30px;
  }
  .blog-gallery-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .blog-gallery-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .blog-gallery-photo {
    margin-left: -5px;
  }
  .blog-gallery-photo > li {
    margin-left: 5px;
    width: calc(25% - 5px);
  }
  .blog-gallery-photo > li:nth-child(n+5) {
    margin-top: 5px;
  }
  .blog-gallery-photo > li a img {
    height: 195px;
  }
}
/* ------------------------------------------- point - */
.blog-point > li:nth-child(n+2) {
  margin-top: 8vw;
}

.blog-point-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em 1em 0.5em 1.25em;
  border-top-color: #f5f5f5;
  border-top-style: solid;
  border-top-width: 0.5333333333vw;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.blog-point-ttl:before, .blog-point-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.8vw;
  height: calc(100% - 1.25em);
  border-radius: 0.4vw;
  background-color: #ec5600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-point-image a {
  display: block;
}
.blog-point-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 49.3333333333vw;
}

.blog-point-content {
  padding-top: 1em;
}
.blog-point-content p {
  line-height: 1.65em;
}

@media screen and (min-width: 751px) {
  .blog-point > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .blog-point-ttl {
    padding: 0.5em 1em 0.5em 1.25em;
    border-top-width: 0.1388888889vw;
    border-bottom-width: 0.1388888889vw;
    font-size: 1.6666666667vw;
  }
  .blog-point-ttl:before, .blog-point-ttl:after {
    width: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }
  .blog-point-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-point-image {
    width: 27.7777777778vw;
  }
  .blog-point-image img {
    height: 18.75vw;
  }
  .blog-point-content {
    width: calc(100% - 30.5555555556vw);
  }
  .blog-point-content p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-point > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .blog-point-ttl {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .blog-point-ttl:before, .blog-point-ttl:after {
    width: 3px;
    border-radius: 1.5px;
  }
  .blog-point-image {
    width: 400px;
  }
  .blog-point-image img {
    height: 270px;
  }
  .blog-point-content {
    width: calc(100% - 440px);
  }
}
/* ------------------------------------------- consul - */
.blog-consul {
  position: relative;
  margin-top: 16vw;
  padding: 12vw 3.3333333333vw 5.3333333333vw 3.3333333333vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 4vw;
}

.blog-consul-label {
  position: absolute;
  top: 22.6666666667vw;
  left: 74.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3em;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #302e2e;
  border-color: #fcfcfc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  z-index: 1;
}
.blog-consul-label p {
  color: #fcfcfc;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0;
}

.blog-consul-ttl {
  position: absolute;
  top: -8vw;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog-consul-desc p {
  text-align: center;
  line-height: 1.5em;
}

.blog-consul-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

@media all and (min-width: 751px) {
  .blog-consul {
    margin-top: 6.9444444444vw;
    padding: 4.1666666667vw 0.6944444444vw 2.0833333333vw 0.6944444444vw;
    border-width: 0.2083333333vw;
    border-radius: 2.0833333333vw;
  }
  .blog-consul:after {
    content: "";
    position: absolute;
    top: 3.4722222222vw;
    right: -2.4305555556vw;
    display: inline-block;
    width: 17.9166666667vw;
    height: 13.3333333333vw;
    background-image: url(../img/consul/staff.webp);
    background-image: image-set(url(../img/consul/staff.webp) 1x, url(../img/consul/staff-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/consul/staff.webp) 1x, url(../img/consul/staff-2x.webp) 2x);
    background-size: contain;
  }
  .blog-consul-label {
    top: 6.9444444444vw;
    left: 3.4722222222vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    border-width: 0.2777777778vw;
  }
  .blog-consul-label p {
    font-size: 1.25vw;
  }
  .blog-consul-ttl {
    top: -3.125vw;
    width: 58.125vw;
  }
  .blog-consul-desc p {
    line-height: 1.75em;
  }
  .blog-consul-btn {
    margin-top: 2.0833333333vw;
    width: 26.3888888889vw;
  }
  .blog-consul-btn .btn {
    padding-right: 1.3888888889vw;
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 2.4305555556vw;
    font-size: 1.4583333333vw;
  }
  .blog-consul-btn .btn p {
    padding-left: 3.4722222222vw;
  }
  .blog-consul-btn .btn p:before {
    width: 1.6666666667vw;
    height: 1.1805555556vw;
  }
}
@media all and (min-width: 1441px) {
  .blog-consul {
    margin-top: 100px;
    padding: 60px 50px 30px 50px;
    border-width: 3px;
    border-radius: 30px;
  }
  .blog-consul:after {
    top: 50px;
    right: -35px;
    width: 258px;
    height: 192px;
  }
  .blog-consul-label {
    top: 100px;
    left: 50px;
    width: 110px;
    height: 110px;
    border-width: 4px;
  }
  .blog-consul-label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-consul-ttl {
    top: -45px;
    width: 837px;
  }
  .blog-consul-btn {
    margin-top: 30px;
    width: 380px;
  }
  .blog-consul-btn .btn {
    padding-right: 20px;
    height: 70px;
    border-width: 2px;
    border-radius: 35px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .blog-consul-btn .btn p {
    padding-left: 50px;
  }
  .blog-consul-btn .btn p:before {
    width: 24px;
    height: 17px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
.works {
  position: relative;
}

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

/* ------------------------------------------- post-image - */
.post--works .post-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 66.6666666667vw;
}
.post--works .post-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 750px) {
  .post--works .post-image {
    position: relative;
    left: -4.8vw;
    width: 100vw;
  }
}
@media screen and (min-width: 751px) {
  .post--works .post-image {
    height: 31.25vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--works .post-image {
    height: 450px;
  }
}
/* ------------------------------------------- desc - */
.works-summary,
.works-detail {
  padding: 0 4vw;
}
.works-summary p,
.works-detail p {
  line-height: 1.65em;
}

.works-summary {
  padding: 4vw;
  border: 0.5333333333vw dashed #f2ca53;
}

@media screen and (min-width: 751px) {
  .works-summary,
  .works-detail {
    padding: 0 1.3888888889vw;
  }
  .works-summary p,
  .works-detail p {
    line-height: 1.75em;
  }
  .works-summary {
    padding: 1.3888888889vw;
    border-width: 0.2777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-summary,
  .works-detail {
    padding: 0 20px;
  }
  .works-summary {
    padding: 20px;
    border-width: 4px;
  }
}
/* ------------------------------------------- info - */
.works-info {
  margin-bottom: 5.3333333333vw;
  text-align: right;
}

.works-info-name {
  font-size: 4vw;
  font-weight: 500;
}

.works-info-price {
  display: inline-block;
  margin-top: 0.7em;
  font-family: "BIZ UDGothic", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #484848;
}
.works-info-price span.color {
  margin-right: 1.3333333333vw;
  padding: 0 2.6666666667vw;
  font-size: 6.4vw;
  color: #f26d00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(254, 254, 152, 0)), color-stop(0%, #fefe98));
  background: linear-gradient(rgba(254, 254, 152, 0) 50%, #fefe98 0%);
}
.works-info-price span.big {
  position: relative;
  top: 0.01em;
  display: inline-block;
  margin-right: 0.03em;
}

@media screen and (min-width: 751px) {
  .works-info {
    margin-bottom: 1.3888888889vw;
  }
  .works-info-name {
    font-size: 1.25vw;
  }
  .works-info-price {
    font-size: 1.25vw;
  }
  .works-info-price span.color {
    margin-right: 0.3472222222vw;
    padding: 0 0.6944444444vw;
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-info {
    margin-bottom: 20px;
  }
  .works-info-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-info-price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-info-price span.color {
    margin-right: 5px;
    padding: 0 10px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}
/* ------------------------------------------- data - */
.works-data {
  position: relative;
  margin-top: 8vw;
  padding-top: 5.3333333333vw;
}

.works-data:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  z-index: 2;
}

.works-data:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #f1f1f1;
}

.works-data dl {
  position: relative;
}

.works-data dl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 0.5333333333vw;
  background-color: #ec5600;
  z-index: 2;
}

.works-data dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5333333333vw;
  background-color: #f1f1f1;
}

.works-data dl dt {
  margin-bottom: 0.5em;
  padding: 5.3333333333vw 2.6666666667vw 0 2.6666666667vw;
  width: 100%;
  font-weight: 500;
  line-height: 1.65em;
}

.works-data dl dd {
  padding: 0 2.6666666667vw 5.3333333333vw 2.6666666667vw;
  width: 100%;
  line-height: 1.65em;
}

.works-data-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.works-data-list > li:before {
  content: "・";
  margin-right: 0.2em;
}

@media screen and (max-width: 750px) {
  .works-data:before,
  .works-data:after,
  .works-data dl:before,
  .works-data dl:after {
    content: none;
  }
  .works-data dl dt {
    padding: 1.3333333333vw 2.6666666667vw;
    background-color: #f2f2f2;
    border-bottom: 0.5333333333vw solid #ec5600;
  }
}
@media screen and (min-width: 751px) {
  .works-data {
    margin-top: 4.1666666667vw;
    padding-top: 0;
  }
  .works-data:before {
    width: 13.8888888889vw;
    height: 0.1388888889vw;
  }
  .works-data:after {
    height: 0.1388888889vw;
  }
  .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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .works-data dl:before {
    width: 13.8888888889vw;
    height: 0.1388888889vw;
  }
  .works-data dl:after {
    height: 0.1388888889vw;
  }
  .works-data dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 1.3888888889vw;
    width: 13.8888888889vw;
    line-height: 1.75em;
  }
  .works-data dl dd {
    padding: 1.3888888889vw 2.7777777778vw;
    width: calc(100% - 13.8888888889vw);
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 60px;
  }
  .works-data:before {
    width: 200px;
    height: 2px;
  }
  .works-data:after {
    height: 2px;
  }
  .works-data dl:before {
    width: 200px;
    height: 2px;
  }
  .works-data dl:after {
    height: 2px;
  }
  .works-data dl dt {
    padding: 20px;
    width: 200px;
  }
  .works-data dl dd {
    padding: 20px 40px;
    width: calc(100% - 200px);
  }
}
/* ------------------------------------------- gallery - */
.works-gallery {
  position: relative;
  padding: 8vw 4vw 6.6666666667vw 4vw;
}

.sec--works-gallery .works-gallery:before {
  content: "";
  position: absolute;
  bottom: -4vw;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 5.3333333333vw 0px 5.3333333333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.sec--works-gallery .works-gallery:last-child:before {
  content: none;
}

.sec--works-gallery .works-gallery--before:before {
  border-color: #f8f8f8 transparent transparent transparent;
}

.sec--works-gallery .works-gallery--process:before {
  border-color: #e4f7f7 transparent transparent transparent;
}

.works-gallery-head {
  margin-bottom: 1em;
  text-align: center;
}

.works-gallery-ttl {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.works-gallery-en {
  margin-top: 0.7em;
  font-size: 3.2vw;
}

.works-gallery-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.0666666667vw;
}

.works-gallery-photo > li {
  margin-left: 1.0666666667vw;
  width: calc(25% - 1.0666666667vw);
}

.works-gallery-photo > li a {
  display: block;
}
.works-gallery-photo > li a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 26.6666666667vw;
}

.works-gallery--before {
  background-color: #f8f8f8;
}
.works-gallery--before .works-gallery-en {
  color: #969696;
}

.works-gallery--process {
  background-color: #e4f7f7;
}
.works-gallery--process .works-gallery-en {
  color: #00c7bd;
}

.works-gallery--after {
  background-color: #faf3ed;
}
.works-gallery--after .works-gallery-en {
  color: #ec5600;
}

@media screen and (max-width: 750px) {
  .sec--works-gallery {
    position: relative;
    left: -4.8vw;
    width: 100vw;
  }
  .works-gallery-photo > li:nth-child(n+5) {
    margin-top: 1.0666666667vw;
  }
  .works-gallery--before,
  .works-gallery--process,
  .works-gallery--after {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .works-gallery {
    padding: 3.4722222222vw 2.2569444444vw;
  }
  .sec--works-gallery .works-gallery:before {
    bottom: -1.7361111111vw;
    border-width: 1.7361111111vw 2.0833333333vw 0px 2.0833333333vw;
  }
  .works-gallery-head {
    margin-bottom: 1.5em;
  }
  .works-gallery-ttl {
    font-size: 1.9444444444vw;
  }
  .works-gallery-en {
    font-size: 0.8333333333vw;
  }
  .works-gallery-photo {
    margin-left: -0.3472222222vw;
  }
  .works-gallery-photo > li {
    margin-left: 0.3472222222vw;
    width: calc(25% - 0.3472222222vw);
  }
  .works-gallery-photo > li:nth-child(n+5) {
    margin-top: 0.3472222222vw;
  }
  .works-gallery-photo > li a img {
    height: 13.5416666667vw;
  }
  .works-gallery-photo > li a:hover img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .works-gallery {
    padding: 50px 32.5px;
  }
  .sec--works-gallery .works-gallery:before {
    bottom: -25px;
    border-width: 25px 30px 0px 30px;
  }
  .works-gallery-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .works-gallery-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .works-gallery-photo {
    margin-left: -5px;
  }
  .works-gallery-photo > li {
    margin-left: 5px;
    width: calc(25% - 5px);
  }
  .works-gallery-photo > li:nth-child(n+5) {
    margin-top: 5px;
  }
  .works-gallery-photo > li a img {
    height: 195px;
  }
}
/* ------------------------------------------- point - */
.works-point > li:nth-child(n+2) {
  margin-top: 8vw;
}

.works-point-ttl {
  position: relative;
  margin-bottom: 1em;
  padding: 0.5em 1em 0.5em 1.25em;
  border-top-color: #f5f5f5;
  border-top-style: solid;
  border-top-width: 0.5333333333vw;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5em;
}
.works-point-ttl:before, .works-point-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.8vw;
  height: calc(100% - 1.25em);
  border-radius: 0.4vw;
  background-color: #ec5600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.works-point-content {
  padding-top: 1em;
}
.works-point-content p {
  line-height: 1.65em;
}

@media screen and (min-width: 751px) {
  .works-point > li:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .works-point-ttl {
    padding: 0.5em 1em 0.5em 1.25em;
    border-top-width: 0.1388888889vw;
    border-bottom-width: 0.1388888889vw;
    font-size: 1.6666666667vw;
  }
  .works-point-ttl:before, .works-point-ttl:after {
    width: 0.2083333333vw;
    border-radius: 0.1041666667vw;
  }
  .works-point-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .works-point-image {
    width: 27.7777777778vw;
  }
  .works-point-image img {
    height: 18.75vw;
  }
  .works-point-content {
    width: calc(100% - 30.5555555556vw);
  }
  .works-point-content p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .works-point-ttl {
    border-top-width: 2px;
    border-bottom-width: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .works-point-ttl:before, .works-point-ttl:after {
    width: 3px;
    border-radius: 1.5px;
  }
  .works-point-image {
    width: 400px;
  }
  .works-point-image img {
    height: 270px;
  }
  .works-point-content {
    width: calc(100% - 440px);
  }
}
/* ------------------------------------------- consul - */
.works-consul {
  position: relative;
  margin-top: 16vw;
  padding: 12vw 3.3333333333vw 5.3333333333vw 3.3333333333vw;
  background-color: #fcfcfc;
  border-color: #ec5600;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 4vw;
}

.works-consul-label {
  position: absolute;
  top: 22.6666666667vw;
  left: 74.6666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3em;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
  background-color: #302e2e;
  border-color: #fcfcfc;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 50%;
  z-index: 1;
}
.works-consul-label p {
  color: #fcfcfc;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.33em;
  letter-spacing: 0;
}

.works-consul-ttl {
  position: absolute;
  top: -8vw;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.works-consul-desc p {
  text-align: center;
  line-height: 1.5em;
}

.works-consul-btn {
  margin: 5.3333333333vw auto 0 auto;
  width: 74.6666666667vw;
}

@media all and (min-width: 751px) {
  .works-consul {
    margin-top: 6.9444444444vw;
    padding: 4.1666666667vw 0.6944444444vw 2.0833333333vw 0.6944444444vw;
    border-width: 0.2083333333vw;
    border-radius: 2.0833333333vw;
  }
  .works-consul:after {
    content: "";
    position: absolute;
    top: 3.4722222222vw;
    right: -2.4305555556vw;
    display: inline-block;
    width: 17.9166666667vw;
    height: 13.3333333333vw;
    background-image: url(../img/consul/staff.webp);
    background-image: image-set(url(../img/consul/staff.webp) 1x, url(../img/consul/staff-2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/consul/staff.webp) 1x, url(../img/consul/staff-2x.webp) 2x);
    background-size: contain;
  }
  .works-consul-label {
    top: 6.9444444444vw;
    left: 3.4722222222vw;
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    border-width: 0.2777777778vw;
  }
  .works-consul-label p {
    font-size: 1.25vw;
  }
  .works-consul-ttl {
    top: -3.125vw;
    width: 58.125vw;
  }
  .works-consul-desc p {
    line-height: 1.75em;
  }
  .works-consul-btn {
    margin-top: 2.0833333333vw;
    width: 26.3888888889vw;
  }
  .works-consul-btn .btn {
    padding-right: 1.3888888889vw;
    height: 4.8611111111vw;
    border-width: 0.1388888889vw;
    border-radius: 2.4305555556vw;
    font-size: 1.4583333333vw;
  }
  .works-consul-btn .btn p {
    padding-left: 3.4722222222vw;
  }
  .works-consul-btn .btn p:before {
    width: 1.6666666667vw;
    height: 1.1805555556vw;
  }
}
@media all and (min-width: 1441px) {
  .works-consul {
    margin-top: 100px;
    padding: 60px 50px 30px 50px;
    border-width: 3px;
    border-radius: 30px;
  }
  .works-consul:after {
    top: 50px;
    right: -35px;
    width: 258px;
    height: 192px;
  }
  .works-consul-label {
    top: 100px;
    left: 50px;
    width: 110px;
    height: 110px;
    border-width: 4px;
  }
  .works-consul-label p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .works-consul-ttl {
    top: -45px;
    width: 837px;
  }
  .works-consul-btn {
    margin-top: 30px;
    width: 380px;
  }
  .works-consul-btn .btn {
    padding-right: 20px;
    height: 70px;
    border-width: 2px;
    border-radius: 35px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .works-consul-btn .btn p {
    padding-left: 50px;
  }
  .works-consul-btn .btn p:before {
    width: 24px;
    height: 17px;
  }
}
/*  staff --> archive
-------------------------------------------------------------------------------*/
.staff-post {
  position: relative;
  display: block;
  background-color: #fcfcfc;
  border-radius: 2.6666666667vw;
  -webkit-box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 4.75px 0.25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.staff-post a {
  display: block;
}

.staff-image {
  position: relative;
  border-color: #ffedd9;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  overflow: hidden;
}
.staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

.staff-image .img--fit {
  -o-object-position: 0 top;
     object-position: 0 top;
}

.staff-image .img--center {
  -o-object-position: 0 center;
     object-position: 0 center;
}

.staff-content {
  padding: 3.3333333333vw 4vw;
}

.staff-position {
  position: relative;
  margin-bottom: 0.5em;
  color: #ec5600;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.15em;
}

.staff-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.staff-name-jp {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.25em;
}

.staff-name-en {
  position: relative;
  top: -0.2em;
  margin-left: 1em;
  color: #b3b3b3;
  font-size: 3.2vw;
}

@media screen and (max-width: 750px) {
  .staff .staff-post:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1.3888888889vw;
  }
  .staff-post {
    margin-left: 1.3888888889vw;
    width: calc(33.33333% - 1.3888888889vw);
    border-radius: 1.3888888889vw;
  }
  .staff .staff-post:nth-child(n+4) {
    margin-top: 3.4722222222vw;
  }
  .staff-image {
    margin: 0;
    border-width: 0.1388888889vw;
    border-radius: 1.3888888889vw 1.3888888889vw 0 0;
  }
  .staff-image img {
    height: 13.8888888889vw;
  }
  .staff-post a:hover .staff-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .staff-content {
    padding: 1.0416666667vw 1.3888888889vw;
  }
  .staff-position {
    font-size: 0.9722222222vw;
  }
  .staff-name-jp {
    font-size: 1.6666666667vw;
  }
  .staff-name-en {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff {
    margin-left: -20px;
  }
  .staff-post {
    margin-left: 20px;
    width: calc(33.33333% - 20px);
    border-radius: 20px;
  }
  .staff-post {
    border-radius: 20px;
  }
  .staff .staff-post:nth-child(n+4) {
    margin-top: 50px;
  }
  .staff-image {
    border-width: 2px;
    border-radius: 20px 20px 0 0;
  }
  .staff-image img {
    height: 200px;
  }
  .staff-content {
    padding: 15px 20px;
  }
  .staff-position {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .staff-name-jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .staff-name-en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*  staff --> single
-------------------------------------------------------------------------------*/
.staff-main-images {
  margin: 0 auto 4.6666666667vw auto;
  width: 100%;
}
.staff-main-images img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 74.6666666667vw;
}

.staff-main-image {
  margin-bottom: 4vw;
  border-color: #ffedd9;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  overflow: hidden;
}

.staff-main-position {
  position: relative;
  margin-bottom: 0.3em;
  color: #ec5600;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.15em;
}

.staff-main-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.staff-main-name-jp {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}

.staff-main-name-en {
  position: relative;
  top: -0.2em;
  margin-left: 1em;
  color: #b3b3b3;
  font-size: 3.4666666667vw;
}

.staff-head {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0 0 0.1em 4vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.35em;
}
.staff-head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.3333333333vw;
  height: 100%;
  background-color: #ec5600;
  border-radius: 0.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.staff-data > div {
  padding: 3.3333333333vw 4vw;
  background-color: #fcfcfc;
  border-radius: 1.3333333333vw;
  border-color: #ffedd9;
  border-style: solid;
  border-width: 0.5333333333vw;
}

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

.staff-data-content p {
  line-height: 1.61em;
}

@media screen and (max-width: 750px) {
  .staff-main-images img {
    -o-object-position: center 10%;
       object-position: center 10%;
  }
}
@media screen and (min-width: 751px) {
  .staff-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;
  }
  .staff-main-images {
    margin: 0;
    width: 23.6111111111vw;
  }
  .staff-main-images img {
    height: 27.7777777778vw;
  }
  .staff-main-image {
    margin-bottom: 1.0416666667vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
  }
  .staff-main-content {
    width: 41.6666666667vw;
  }
  .staff-main-position {
    font-size: 1.1111111111vw;
  }
  .staff-main-name-jp {
    font-size: 2.2222222222vw;
  }
  .staff-main-name-en {
    font-size: 1.1111111111vw;
  }
  .staff-head {
    padding: 0 0 0.1em 1.3888888889vw;
    font-size: 1.4583333333vw;
  }
  .staff-head:before {
    width: 0.3472222222vw;
    border-radius: 0.2083333333vw;
  }
  .staff-data > div {
    padding: 1.3888888889vw 2.0833333333vw;
    border-radius: 0.6944444444vw;
    border-width: 0.1388888889vw;
  }
  .staff-data > div:nth-child(n+2) {
    margin-top: 2.0833333333vw;
  }
  .staff-data-content p {
    line-height: 1.71em;
  }
}
@media screen and (min-width: 1441px) {
  .staff-main-images {
    width: 340px;
  }
  .staff-main-images img {
    height: 400px;
  }
  .staff-main-image {
    margin-bottom: 15px;
    border-width: 2px;
    border-radius: 10px;
  }
  .staff-main-content {
    width: 600px;
  }
  .staff-main-position {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .staff-main-name-jp {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .staff-main-name-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .staff-head {
    padding: 0 0 0.1em 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .staff-head:before {
    width: 5px;
    border-radius: 3px;
  }
  .staff-data > div {
    padding: 20px 30px;
    border-radius: 10px;
    border-width: 2px;
  }
  .staff-data > div:nth-child(n+2) {
    margin-top: 30px;
  }
}
/* ------------------------------------------- movie - */
.staff-youtube {
  margin-top: 10.6666666667vw;
}

.staff-youtube-movie {
  margin: 6.6666666667vw auto 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .staff-youtube {
    margin-top: 4.8611111111vw;
  }
  .staff-youtube-movie {
    margin: 3.4722222222vw auto 0 auto;
    width: 45.1388888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .staff-youtube {
    margin-top: 70px;
  }
  .staff-youtube-movie {
    margin: 50px auto 0 auto;
    width: 650px;
  }
}
/* ------------------------------------------- gallery - */
.staff-gallery {
  margin-top: 10.6666666667vw;
}

.staff-gallery-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 57.3333333333vw;
  background-size: contain;
  background-position: center top;
}

.staff-gallery-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.3333333333vw;
}

.staff-gallery-thumb li {
  margin: 0 0 1.3333333333vw 1.3333333333vw;
  width: calc(25% - 1.3333333333vw);
  height: 14.6666666667vw;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.staff-gallery-thumb li:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .staff-gallery {
    margin-top: 6.9444444444vw;
  }
  .staff-gallery > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .staff-gallery-main {
    margin-bottom: 0;
    width: 31.25vw;
    height: 27.7777777778vw;
  }
  .staff-gallery-thumb {
    margin-left: -0.6944444444vw;
    width: 36.1111111111vw;
  }
  .staff-gallery-thumb li {
    margin: 0 0 0.6944444444vw 0.6944444444vw;
    width: calc(25% - 0.6944444444vw);
    height: 6.25vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1441px) {
  .staff-gallery {
    margin-top: 100px;
  }
  .staff-gallery-main {
    width: 450px;
    height: 400px;
  }
  .staff-gallery-thumb {
    margin-left: -10px;
    width: 520px;
  }
  .staff-gallery-thumb li {
    margin: 0 0 10px 10px;
    width: calc(25% - 10px);
    height: 90px;
  }
}