@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/NotoSansJP/NotoSansJP-Black.woff") format("woff");
}
/* sub -- > common
-------------------------------------------------------------------------------*/
.sub {
  position: relative;
  padding-bottom: 6.6666666667vw;
}

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

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

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

.complete p:nth-child(1),
.notfound p:nth-child(1) {
  font-size: 1.125em;
  font-weight: 700;
}

.complete p:nth-child(n+2),
.notfound p:nth-child(n+2) {
  margin-top: 1.5em;
}

@media screen and (min-width: 751px) {
  .sub {
    padding-bottom: 4.1666666667vw;
  }
  .sub-in {
    margin: 0 auto;
    width: 69.4444444444vw;
  }
  .complete p,
  .notfound p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sub {
    padding-bottom: 60px;
  }
  .sub-in {
    margin: 0 auto;
    width: 1000px;
  }
}
/*  sub --> company
-------------------------------------------------------------------------------*/
.company {
  padding-top: 10.6666666667vw;
  padding-bottom: 5.3333333333vw;
  position: relative;
}

.company__img {
  padding-right: 4vw;
  padding-left: 4vw;
}

.company__img img {
  width: 100%;
  height: auto;
}

.company__body {
  margin-top: 8vw;
  padding-right: 4vw;
  padding-left: 4vw;
}

.company__title .sec-titile {
  flex-direction: column;
  align-items: flex-start;
}

.company__title .sec-titile__main {
  margin-top: 2.1333333333vw;
}

.company__read {
  margin-top: 13.7333333333vw;
  font-size: 8vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 900;
}

.company__read span {
  display: inline-block;
  padding: 0 0 0.4vw 2.9333333333vw;
  border: 2px solid #000;
}

.company__read span:not(:first-child) {
  border-top: none;
}

.company__text {
  margin-top: 6.1333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.company__btn {
  margin-top: 3.7333333333vw;
  text-align: right;
}

@media screen and (min-width: 751px) {
  .company {
    max-width: 100vw;
    margin-inline: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .company__inner {
    display: flex;
    align-items: flex-end;
    column-gap: 6.8055555556vw;
    column-gap: 6.8055555556%;
  }
  .sub .company__inner {
    align-items: center;
  }
  .company__img {
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
  .company__body {
    width: 35.0694444444%;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .company__title .sec-titile {
    flex-direction: column;
    align-items: flex-start;
  }
  .company__title .sec-titile__main {
    margin-top: 1.3888888889vw;
  }
  .company__read {
    margin-top: 5.5555555556vw;
    font-size: 2.7777777778vw;
  }
  .company__read span {
    display: inline-block;
    padding: 0 0 0.2083333333vw 1.5277777778vw;
    border: 0.1388888889vw solid #000;
  }
  .company__text {
    margin-top: 2.0833333333vw;
    font-size: 1.1111111111vw;
    line-height: 2;
  }
  .company__btn {
    margin-top: 5vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .company {
    max-width: 1440px;
  }
  .company__title .sec-titile__main {
    margin-top: 20px;
  }
  .company__read {
    margin-top: 80px;
    font-size: 40px;
  }
  .company__read span {
    display: inline-block;
    padding: 0 0 3px 22px;
    border: 2px solid #000;
  }
  .company__text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .company__btn {
    margin-top: 72px;
    text-align: left;
  }
}
/* ------------------------------------------- overview - */
.sec--company-overview {
  padding: 13.3333333333vw 0;
  background-color: #fff;
}

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

.overview {
  position: relative;
}

.overview dl {
  position: relative;
  display: flex;
  column-gap: 2.6666666667vw;
  border-bottom-color: #DDDDDD;
  border-bottom-style: solid;
  border-bottom-width: 0.5333333333vw;
}

.overview dl dt {
  position: relative;
  padding: 1.3333333333vw 0 1.3333333333vw 4.6666666667vw;
  width: 35.6083086053%;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6em;
}
.overview dl dt::after {
  content: "";
  width: 100%;
  height: 0.5333333333vw;
  background: #08367e;
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
}

.overview dl dd {
  padding: 1.3333333333vw 0 1.3333333333vw 0;
  width: 58.4569732938%;
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

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

.overview-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-list > li:before {
  content: "・";
}

@media screen and (min-width: 751px) {
  .overview dl dd {
    line-height: 1.75em;
  }
  .overview dl dd ul li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 751px) {
  .sec--company-overview {
    padding: 8.3333333333vw 0 4.1666666667vw;
  }
  .sec--company-overview .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .overview dl {
    column-gap: 1.3888888889vw;
    border-bottom-width: 0.1388888889vw;
  }
  .overview dl dt {
    padding: 1.3888888889vw 0 1.3888888889vw 0.9722222222vw;
    width: 12.5vw;
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .overview dl dt::after {
    height: 0.1388888889vw;
    bottom: -0.1388888889vw;
  }
  .overview dl dd {
    padding: 1.3888888889vw 0 1.3888888889vw 2.4305555556vw;
    width: calc(100% - 13.8888888889vw);
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--company-overview {
    padding: 120px 0 60px;
  }
  .sec--company-overview .sec-head {
    margin-bottom: 50px;
  }
  .overview dl {
    column-gap: 20px;
    border-bottom-width: 2px;
  }
  .overview dl dt {
    padding: 20px 0 20px 14px;
    width: 180px;
    font-size: 16px;
    line-height: 1.5;
  }
  .overview dl dt::after {
    height: 2px;
    bottom: -2px;
  }
  .overview dl dd {
    padding: 20px 0 20px 35px;
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 1.75em;
  }
}
/* ------------------------------------------- staff - */
.sec--company-history {
  padding: 13.3333333333vw 0;
  background-color: #fff;
}

.sec--company-history .sec-in {
  width: 93.3333333333vw;
}

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

.history dl {
  position: relative;
  padding: 1.3333333333vw 0.6944444444vw;
  display: flex;
  column-gap: 2.6666666667vw;
  border-bottom-color: #22B14F;
  border-bottom-style: dashed;
  border-bottom-width: 0.5333333333vw;
}

.history dl dt {
  position: relative;
  width: 35.6083086053%;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6em;
}

.history dl dd {
  width: 58.4569732938%;
  font-size: 3.7333333333vw;
  line-height: 1.6em;
}

.history dl dd ul li {
  line-height: 1.6em;
}

.history-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.history-list > li:before {
  content: "・";
}

@media screen and (min-width: 751px) {
  .sec--company-history {
    padding: 4.1666666667vw 0 8.3333333333vw;
  }
  .sec--company-history .sec-in {
    width: 69.4444444444vw;
  }
  .sec--company-history .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .history dl {
    padding: 1.3888888889vw 0.9722222222vw;
    column-gap: 1.3888888889vw;
    border-bottom-width: 0.1388888889vw;
  }
  .history dl dt {
    width: 12.5vw;
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .history dl dt::after {
    height: 0.1388888889vw;
    bottom: -0.1388888889vw;
  }
  .history dl dd {
    padding-left: 2.4305555556vw;
    width: calc(100% - 13.8888888889vw);
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sec--company-history {
    padding: 60px 0 120px;
  }
  .sec--company-history .sec-in {
    width: 1000px;
  }
  .sec--company-history .sec-head {
    margin-bottom: 50px;
  }
  .history dl {
    padding: 20px 14px;
    column-gap: 20px;
    border-bottom-width: 2px;
  }
  .history dl dt {
    width: 180px;
    font-size: 16px;
    line-height: 1.5;
  }
  .history dl dt::after {
    height: 2px;
    bottom: -2px;
  }
  .history dl dd {
    padding-left: 35px;
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 1.75em;
  }
}
/* ------------------------------------------- staff - */
/*  sub --> reason
-------------------------------------------------------------------------------*/
.faq {
  padding-top: 20vw;
  padding-bottom: 21.3333333333vw;
  position: relative;
}

.sub.faq {
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
  position: relative;
}

.faq__inner {
  padding-right: 4vw;
  padding-left: 4vw;
  display: flex;
  flex-direction: column;
}

.faq__head {
  display: contents;
}

.faq__title {
  order: 1;
}

.faq__read {
  margin-top: 5.0666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  order: 2;
}

.faq__btn {
  margin-top: 8vw;
  text-align: right;
  order: 4;
}

.faq__body {
  margin-top: 9.3333333333vw;
  order: 3;
}

.faq__list {
  border-top: 0.2666666667vw solid #000;
}

.faq__item {
  border-bottom: 0.2666666667vw solid #000;
}

.faq-card {
  padding-right: 2.4vw;
  padding-left: 2.4vw;
  padding-bottom: 4.6666666667vw;
}

.faq-card__head {
  padding: 4.6666666667vw 5.3333333333vw 0 0;
  display: flex;
  column-gap: 1.7333333333vw;
  position: relative;
}

.faq-card__head::before {
  content: "";
  width: 4vw;
  height: 0.2666666667vw;
  background: #08367e;
  position: absolute;
  top: 7.8666666667vw;
  right: 0.2666666667vw;
}

.faq-card__head::after {
  content: "";
  width: 0.2666666667vw;
  height: 4.2666666667vw;
  background: #08367e;
  position: absolute;
  top: 5.8666666667vw;
  right: 2vw;
  transition: 0.3s ease;
}

.faq-card__head.active::after {
  display: none;
}

.faq-card__q {
  font-size: 6.4vw;
  color: #08367e;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 700;
}

.faq-card__term {
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.faq-card__body {
  padding-top: 4vw;
  display: flex;
  column-gap: 1.3333333333vw;
}

.faq-card__a {
  font-size: 6.4vw;
  color: #45b233;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 700;
}

.faq-card__desc {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .faq {
    padding-top: 11.1111111111vw;
    padding-bottom: 11.1111111111vw;
  }
  .sub.faq {
    padding-top: 5.5555555556vw;
    padding-bottom: 8.3333333333vw;
  }
  .faq__inner {
    max-width: 86.8055555556vw;
    margin-inline: auto;
    padding-right: 1.7361111111vw;
    padding-left: 1.7361111111vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .faq__head {
    display: block;
    width: 23.6111111111vw;
  }
  .faq__title {
    order: 1;
  }
  .faq__read {
    margin-top: 1.3888888889vw;
    font-size: 1.1111111111vw;
    line-height: 2;
    letter-spacing: 0.05em;
    order: 2;
  }
  .faq__btn {
    margin-top: 4.8611111111vw;
    text-align: left;
    order: 4;
  }
  .faq__body {
    width: 48.6111111111vw;
    margin-top: 0;
    order: 3;
  }
  .faq__list {
    border-top: 0.1388888889vw solid #000;
  }
  .faq__item {
    border-bottom: 0.1388888889vw solid #000;
  }
  .faq-card {
    padding-right: 1.25vw;
    padding-left: 1.25vw;
    padding-bottom: 1.875vw;
  }
  .faq-card__head {
    padding: 1.5972222222vw 2.4305555556vw 0 0;
    display: flex;
    column-gap: 1.4583333333vw;
    position: relative;
    cursor: pointer;
  }
  .faq-card__head::before {
    width: 1.3888888889vw;
    height: 0.1388888889vw;
    top: 2.6388888889vw;
    right: 0.1388888889vw;
  }
  .faq-card__head::after {
    width: 0.1388888889vw;
    height: 1.5277777778vw;
    top: 1.9444444444vw;
    right: 0.7638888889vw;
    transition: 0.3s ease;
  }
  .faq-card__q {
    font-size: 1.9444444444vw;
  }
  .faq-card__term {
    font-size: 1.25vw;
  }
  .faq-card__body {
    padding-top: 1.3888888889vw;
    display: flex;
    column-gap: 1.5972222222vw;
  }
  .faq-card__a {
    font-size: 1.9444444444vw;
  }
  .faq-card__desc {
    font-size: 1.1111111111vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1441px) {
  .faq {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .sub.faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .faq__inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .faq__head {
    width: 340px;
  }
  .faq__read {
    margin-top: 20px;
    font-size: 16px;
  }
  .faq__btn {
    margin-top: 70px;
  }
  .faq__body {
    width: 700px;
    margin-top: 0;
  }
  .faq__list {
    border-top: 2px solid #000;
  }
  .faq__item {
    border-bottom: 2px solid #000;
  }
  .faq-card {
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 27px;
  }
  .faq-card__head {
    padding: 23px 35px 0 0;
    display: flex;
    column-gap: 21px;
    position: relative;
  }
  .faq-card__head::before {
    width: 20px;
    height: 2px;
    top: 38px;
    right: 2px;
  }
  .faq-card__head::after {
    width: 2px;
    height: 22px;
    top: 28px;
    right: 11px;
    transition: 0.3s ease;
  }
  .faq-card__q {
    font-size: 28px;
  }
  .faq-card__term {
    font-size: 18px;
  }
  .faq-card__body {
    padding-top: 20px;
    display: flex;
    column-gap: 23px;
  }
  .faq-card__a {
    font-size: 28px;
  }
  .faq-card__desc {
    font-size: 16px;
  }
}
/* sub -- > contact
-------------------------------------------------------------------------------*/
.contact {
  position: relative;
  margin: 0 auto 13.3333333333vw auto;
  width: 89.8666666667vw;
  text-align: center;
  background: #08367e;
}

.contact--book {
  width: 100%;
  background: #fff;
}

.contact-label {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-right: 8.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.25em;
}
.contact-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -0.1em;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url(../img/common/call.svg);
  background-size: contain;
  background-position: left center;
  transform: translateY(-50%);
}

.contact__box {
  padding: 2.6666666667vw 0;
  text-align: center;
  position: relative;
}

.contact__area {
  width: 34.6666666667vw;
  height: 34.6666666667vw;
  padding-top: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.1333333333vw;
  background: #221815;
  border: 0.4vw solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-16%, -50%);
  -webkit-transform: translate(-16%, -50%);
}

.contact__area--read {
  font-size: 4vw;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.contact__area--text {
  font-size: 2.1333333333vw;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.contact__detailInner {
  display: inline-block;
  margin-left: 26.6666666667vw;
}

.contact__read {
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
}

.contact__tel {
  margin-top: 0.6666666667vw;
}

.contact__tel--text {
  font-size: 4.8vw;
  color: #fff;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: bold;
}

.contact__tel--num {
  font-size: 7.2vw;
  color: #fff;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: bold;
  position: relative;
}

.contact__tel--num::after {
  content: "";
  width: 100%;
  height: 0.4vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact__tel--guide {
  display: block;
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}

.contact__bookBox {
  background: #f3f3f3;
}

.contact__bookBox--head {
  padding: 5.3333333333vw 5.3333333333vw 1.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background: #08367e;
}

.contact__bookBox--title {
  padding: 3.3333333333vw;
  font-size: 7.2vw;
  text-align: center;
  line-height: 1.0925925926;
  letter-spacing: 0.03em;
  font-weight: 900;
  background: #fff;
}

.contact__bookBox--read {
  padding: 2.6666666667vw;
  font-size: 5.6vw;
  color: #fff;
  text-align: center;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  font-weight: 900;
}

.contact__bookBox--body {
  height: 72vw;
  display: flex;
  position: relative;
}

.contact__bookBox--img {
  width: 42.6666666667%;
  position: absolute;
}

.contact__bookBox--img--01 {
  top: 6.6666666667vw;
  left: 6.6666666667vw;
  transform: rotate(-5deg);
}

.contact__bookBox--img--02 {
  top: 6.6666666667vw;
  left: 29.3333333333vw;
  transform: rotate(4deg);
}

.contact__bookBox--img--03 {
  top: 8.6666666667vw;
  left: 50.6666666667vw;
  transform: rotate(12deg);
}

.contact__bookBox--img--04 {
  top: 32vw;
  left: 6.6666666667vw;
  transform: rotate(-5deg);
}

.contact__bookBox--img--05 {
  top: 32vw;
  left: 29.3333333333vw;
  transform: rotate(4deg);
}

.contact__bookBox--img--06 {
  top: 34.6666666667vw;
  left: 50.6666666667vw;
  transform: rotate(12deg);
}

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

@media screen and (min-width: 751px) {
  .contact {
    margin-top: 5.5555555556vw;
    margin-bottom: 6.9444444444vw;
    width: 48.6111111111vw;
  }
  .contact--book {
    width: 69.4444444444vw;
  }
  .contact__box {
    padding: 1.0416666667vw 0;
  }
  .contact__area {
    width: 18.0555555556vw;
    height: 18.0555555556vw;
    padding-top: 3.125vw;
    row-gap: 1.1111111111vw;
    background: #221815;
    border: 0.2083333333vw solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-16%, -50%);
    -webkit-transform: translate(-16%, -50%);
  }
  .contact__area--read {
    font-size: 2.0833333333vw;
    line-height: 1.2;
  }
  .contact__area--text {
    font-size: 1.1111111111vw;
  }
  .contact__detail {
    width: 35.4166666667vw;
    margin-inline: auto;
  }
  .contact__detailInner {
    margin-left: 9.7222222222vw;
  }
  .contact__read {
    font-size: 1.25vw;
    line-height: 1;
  }
  .contact__tel {
    margin-top: 1.1111111111vw;
  }
  .contact__tel--text {
    font-size: 1.6666666667vw;
  }
  .contact__tel--num {
    font-size: 2.5vw;
    pointer-events: none;
  }
  .contact__tel--num::after {
    display: none;
  }
  .contact__tel--guide {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5555555556vw;
    font-size: 0.9722222222vw;
  }
  .contact__bookBox {
    display: flex;
  }
  .contact__bookBox--head {
    width: 30.2083333333vw;
    padding: 1.3888888889vw;
  }
  .contact__bookBox--title {
    padding: 1.7361111111vw;
    font-size: 3.75vw;
    text-align: center;
    line-height: 1.0925925926;
  }
  .contact__bookBox--read {
    padding: 1.3888888889vw;
    font-size: 3.125vw;
  }
  .contact__bookBox--body {
    width: 39.2361111111vw;
    height: 100%;
    padding-top: 12.5vw;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .contact__bookBox--img {
    width: 42.4778761062%;
  }
  .contact__bookBox--img--01 {
    top: 4.8611111111vw;
    left: 2.0833333333vw;
    transform: rotate(-8deg);
  }
  .contact__bookBox--img--02 {
    top: 4.8611111111vw;
    left: 12.5vw;
    transform: rotate(4deg);
  }
  .contact__bookBox--img--03 {
    top: 5.5555555556vw;
    left: 20.8333333333vw;
    transform: rotate(12deg);
  }
  .contact__bookBox--img--04 {
    top: 13.8888888889vw;
    left: 2.0833333333vw;
    transform: rotate(-8deg);
  }
  .contact__bookBox--img--05 {
    top: 13.8888888889vw;
    left: 11.1111111111vw;
    transform: rotate(4deg);
  }
  .contact__bookBox--img--06 {
    top: 15.2777777778vw;
    left: 20.8333333333vw;
    transform: rotate(12deg);
  }
}
@media screen and (min-width: 1441px) {
  .contact {
    margin-top: 80px;
    margin-bottom: 100px;
    width: 700px;
  }
  .contact--book {
    width: 1000px;
  }
  .contact__box {
    padding: 15px 0;
  }
  .contact__area {
    width: 260px;
    height: 260px;
    padding-top: 45px;
    display: flex;
    row-gap: 16px;
    background: #221815;
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-16%, -50%);
    -webkit-transform: translate(-16%, -50%);
  }
  .contact__area--read {
    font-size: 30px;
  }
  .contact__area--text {
    font-size: 16px;
  }
  .contact__detail {
    width: 510px;
  }
  .contact__detailInner {
    margin-left: 140px;
  }
  .contact__read {
    font-size: 18px;
  }
  .contact__tel {
    margin-top: 16px;
  }
  .contact__tel--text {
    font-size: 24px;
  }
  .contact__tel--num {
    font-size: 36px;
  }
  .contact__tel--guide {
    margin-left: 8px;
    font-size: 14px;
  }
  .contact__bookBox--head {
    width: 435px;
    padding: 20px;
  }
  .contact__bookBox--title {
    padding: 25px;
    font-size: 54px;
  }
  .contact__bookBox--read {
    padding: 20px;
    font-size: 45px;
  }
  .contact__bookBox--body {
    width: 565px;
    padding-top: 180px;
  }
  .contact__bookBox--img--01 {
    top: 70px;
    left: 30px;
    transform: rotate(-8deg);
  }
  .contact__bookBox--img--02 {
    top: 70px;
    left: 180px;
    transform: rotate(4deg);
  }
  .contact__bookBox--img--03 {
    top: 80px;
    left: 300px;
    transform: rotate(12deg);
  }
  .contact__bookBox--img--04 {
    top: 200px;
    left: 30px;
    transform: rotate(-8deg);
  }
  .contact__bookBox--img--05 {
    top: 200px;
    left: 160px;
    transform: rotate(4deg);
  }
  .contact__bookBox--img--06 {
    top: 220px;
    left: 300px;
    transform: rotate(12deg);
  }
}
/*  sub --> policy
-------------------------------------------------------------------------------*/
.policy div:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

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

.policy-head span {
  position: absolute;
  top: 0;
  left: 0;
}

.policy-head span:after {
  content: ".";
}

.policy-date {
  text-align: right;
}

.policy a {
  text-decoration: underline;
}
.policy a:hover {
  color: #08367e;
}
.policy strong {
  font-weight: 700;
}
.policy > p,
.policy ul,
.policy ol {
  padding: 0 0 0 0.5em;
}
.policy p {
  margin-top: 1.5em;
  line-height: 1.5em;
}
.policy ol {
  margin-top: 1.5em;
  counter-reset: number 0;
}
.policy ol li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
}
.policy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, decimal) ")";
}
.policy ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

@media screen and (min-width: 751px) {
  .policy div:nth-child(n+2) {
    margin-top: 5.5555555556vw;
  }
  .policy .policy-head {
    font-size: 1.6666666667vw;
  }
  .policy .policy-head:after {
    height: 0.1388888889vw;
  }
  .policy > p,
  .policy ul,
  .policy ol {
    padding: 0 0 0 1.5em;
  }
  .policy p {
    line-height: 1.75em;
  }
  .policy ol li {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .policy div:nth-child(n+2) {
    margin-top: 80px;
  }
  .policy .policy-head {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .policy .policy-head:after {
    height: 2px;
  }
}
/* page -- > sitemap
-------------------------------------------------------------------------------*/
.sitemap .sitemap-box:nth-child(n+2) {
  margin-top: 13.3333333333vw;
}

.sitemap-menu a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10.6666666667vw 0.1em 5.3333333333vw;
  height: 14.6666666667vw;
  background-color: #fff;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-color: #08367e;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.28em;
}

.sitemap-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3333333333vw;
  display: inline-block;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  background-image: url(../img/common/arrow-gr.svg);
  background-size: contain;
  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: flex;
    flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .sitemap-menu a {
    margin-left: 2.0833333333vw;
    padding: 0 4.1666666667vw 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;
    transition: transform 0.3s;
  }
  .sitemap-menu a:after {
    right: 1.0416666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    transition: transform 0.3s;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 1.3888888889vw;
  }
  .sitemap-menu a:hover {
    color: #fff;
    background-color: #08367e;
  }
  .sitemap-menu a:hover:after {
    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 60px 0.1em 25px;
    width: calc(33.33333% - 30px);
    height: 60px;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sitemap-menu a:after {
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .sitemap-menu a:nth-child(n+4) {
    margin-top: 20px;
  }
}
/*  sub - #recommend
-------------------------------------------------------------------------------*/
.recommend {
  display: block;
  background: #08367e;
  position: relative;
}

.recommend__en {
  font-size: 16vw;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 900;
  position: absolute;
  top: -0.9333333333vw;
  right: -0.4vw;
}

.recommend__bg {
  padding-top: 18.6666666667vw;
  padding-bottom: 13.3333333333vw;
  position: relative;
}

.recommend__inner {
  padding: 0 8vw;
}

.recommend__title {
  display: inline-block;
  padding: 0.8vw 2.1333333333vw 1.0666666667vw 2.1333333333vw;
  font-size: 6.4vw;
  color: #fff;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  font-weight: 900;
  border: 0.5333333333vw solid #fff;
}

.recommend__wrap {
  margin-top: 9.3333333333vw;
}

.recommend__read {
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.recommend__tel {
  margin-top: 0.6666666667vw;
}

.recommend__tel--text {
  font-size: 4.8vw;
  color: #fff;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: bold;
}

.recommend__tel--num {
  font-size: 7.2vw;
  color: #fff;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: bold;
  position: relative;
}

.recommend__tel--num::after {
  content: "";
  width: 100%;
  height: 0.4vw;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.recommend__tel--guide {
  display: block;
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.recommend__btnList {
  margin-top: 5.3333333333vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.6666666667vw;
}

.recommend__btn--link {
  width: 100%;
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.recommend__btn--text {
  display: inline-block;
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
}

.recommend__btn--contact .recommend__btn--link {
  background: #fff;
  border: 0.0694444444vw solid #fff;
}

.recommend__btn--contact .recommend__btn--text {
  padding-left: 9.6vw;
  color: #08367e;
}

.recommend__btn--contact .recommend__btn--text::before {
  content: "";
  width: 7.6vw;
  height: 6.4vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-image: url(../img/common/icon_mail.svg);
  background: #08367e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.recommend__btn--material .recommend__btn--link {
  background: #45b233;
  border: 0.0694444444vw solid #45b233;
}

.recommend__btn--material .recommend__btn--text {
  padding-left: 9.4666666667vw;
  color: #fff;
}

.recommend__btn--material .recommend__btn--text::before {
  content: "";
  width: 7.2vw;
  height: 8.8vw;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-image: url(../img/common/icon_material.svg);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media screen and (min-width: 751px) {
  .recommend__bg {
    max-width: 100vw;
    margin-inline: auto;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }
  .recommend__en {
    font-size: 13.8888888889vw;
    letter-spacing: 0.02em;
    position: absolute;
    top: -1.9444444444vw;
    right: -0.5555555556vw;
  }
  .recommend__inner {
    max-width: 86.8055555556vw;
    margin-inline: auto;
    padding: 0 1.7361111111vw;
  }
  .recommend__title {
    display: inline-block;
    padding: 0 0.8333333333vw 0 0.9027777778vw;
    font-size: 2.7777777778vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
    border: 0.1388888889vw solid #fff;
  }
  .recommend__wrap {
    margin-top: 6.1805555556vw;
    display: flex;
    justify-content: space-between;
  }
  .recommend__detail {
    width: 35.4166666667vw;
    margin-top: 0.7638888889vw;
  }
  .recommend__read {
    font-size: 1.25vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .recommend__tel {
    margin-top: 0.5555555556vw;
  }
  .recommend__tel--text {
    font-size: 1.6666666667vw;
  }
  .recommend__tel--num {
    font-size: 2.5vw;
    pointer-events: none;
  }
  .recommend__tel--num::after {
    display: none;
  }
  .recommend__tel--guide {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5555555556vw;
    font-size: 0.9722222222vw;
    letter-spacing: 0.05em;
  }
  .recommend__btnList {
    width: 37.5vw;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  .recommend__btn {
    width: 18.0555555556vw;
  }
  .recommend__btn--link {
    width: 100%;
    height: 5.5555555556vw;
    transition: 0.3s ease;
  }
  .recommend__btn--contact .recommend__btn--link:hover {
    background: #08367e;
  }
  .recommend__btn--material .recommend__btn--link:hover {
    background: #fff;
  }
  .recommend__btn--text {
    font-size: 1.3888888889vw;
    letter-spacing: 0.05em;
  }
  .recommend__btn--contact .recommend__btn--text {
    padding-left: 3.3333333333vw;
  }
  .recommend__btn--contact .recommend__btn--text::before {
    content: "";
    width: 2.6388888889vw;
    height: 2.2222222222vw;
  }
  .recommend__btn--contact .recommend__btn--link:hover .recommend__btn--text {
    color: #fff;
  }
  .recommend__btn--contact .recommend__btn--link:hover .recommend__btn--text::before {
    background: #fff;
  }
  .recommend__btn--material .recommend__btn--text {
    padding-left: 3.3333333333vw;
    color: #fff;
  }
  .recommend__btn--material .recommend__btn--text::before {
    content: "";
    width: 2.5vw;
    height: 3.0555555556vw;
  }
  .recommend__btn--material .recommend__btn--link:hover .recommend__btn--text {
    color: #45b233;
  }
  .recommend__btn--material .recommend__btn--link:hover .recommend__btn--text::before {
    background: #45b233;
  }
}
@media screen and (min-width: 1441px) {
  .recommend__bg {
    max-width: 1440px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .recommend__en {
    font-size: 200px;
    position: absolute;
    top: -22px;
    right: -8px;
  }
  .recommend__inner {
    max-width: 1250px;
    padding: 0 25px;
  }
  .recommend__title {
    padding: 0 12px 0 13px;
    font-size: 40px;
    border: 2px solid #fff;
  }
  .recommend__wrap {
    margin-top: 89px;
  }
  .recommend__detail {
    width: 510px;
    margin-top: 11px;
  }
  .recommend__read {
    font-size: 18px;
  }
  .recommend__tel {
    margin-top: 8px;
  }
  .recommend__tel--text {
    font-size: 24px;
  }
  .recommend__tel--num {
    font-size: 36px;
  }
  .recommend__tel--guide {
    margin-left: 8px;
    font-size: 14px;
  }
  .recommend__btnList {
    width: 540px;
  }
  .recommend__btn {
    width: 260px;
  }
  .recommend__btn--link {
    height: 80px;
  }
  .recommend__btn--contact .recommend__btn--link {
    border: 1px solid #fff;
  }
  .recommend__btn--material .recommend__btn--link {
    border: 1px solid #45b233;
  }
  .recommend__btn--text {
    font-size: 20px;
  }
  .recommend__btn--contact .recommend__btn--text {
    padding-left: 48px;
  }
  .recommend__btn--contact .recommend__btn--text::before {
    width: 38px;
    height: 32px;
  }
  .recommend__btn--material .recommend__btn--text {
    padding-left: 48px;
  }
  .recommend__btn--material .recommend__btn--text::before {
    width: 36px;
    height: 44px;
  }
}
/*  ttl
-------------------------------------------------------------------------------*/
.ttl {
  position: relative;
  padding: 0 0 2.1333333333vw 0;
}

.ttl-body {
  padding: 2.9333333333vw 0;
  background: #F0F0F0;
  position: relative;
}

.ttl-title {
  text-align: center;
  position: relative;
}

.ttl-en {
  display: inline-block;
  font-size: 10.6666666667vw;
  color: #08367e;
  line-height: 0.7;
  font-family: "Inter", serif;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
}

.ttl-en::first-letter {
  display: block;
  color: #45b233;
}

.ttl-jp {
  display: block;
  margin-top: 4vw;
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .ttl {
    padding: 6.9444444444vw 0 0.9027777778vw 0;
  }
  .ttl-body {
    padding: 2.0833333333vw 0;
    position: relative;
  }
  .ttl-en {
    font-size: 4.8611111111vw;
  }
  .ttl-jp {
    margin-top: 1.3888888889vw;
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1441px) {
  .ttl {
    padding: 100px 0 13px 0;
  }
  .ttl-body {
    padding: 30px 0;
  }
  .ttl-en {
    font-size: 70px;
  }
  .ttl-jp {
    margin-top: 20px;
    font-size: 26px;
  }
}
/*  breadcrumb
-------------------------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  margin-bottom: 6.6666666667vw;
  z-index: 2;
}

.breadcrumb-list {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 2vw 0 2.6666666667vw 0;
  width: 89.8666666667vw;
  z-index: 2;
}

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

.breadcrumb-list li:after {
  content: ">";
  position: relative;
  top: 0;
  margin: 0 1.6vw 0 2.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.1538461538;
  letter-spacing: 0;
  display: inline-block;
}

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

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

.breadcrumb-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1333333333vw;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #241c15;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    margin-bottom: 3.4722222222vw;
  }
  .breadcrumb-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.6944444444vw 0 0.8333333333vw 0;
    width: 69.4444444444vw;
  }
  .breadcrumb-list li {
    font-size: 1.1111111111vw;
    white-space: normal;
    line-height: 1.8em;
  }
  .breadcrumb-list li:after {
    font-size: 1.1111111111vw;
    margin: 0 0.8333333333vw;
  }
  .breadcrumb-list li a {
    transition: color 0.3s;
  }
  .breadcrumb-list li a:after {
    height: 0.1388888889vw;
  }
  .breadcrumb-list li a:hover {
    color: #08367e;
  }
}
@media screen and (min-width: 1441px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
  .breadcrumb-list {
    padding: 10px 0 12px 0;
    width: 1000px;
  }
  .breadcrumb-list li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .breadcrumb-list li:after {
    font-size: 16px;
    margin: 0 5px;
  }
  .breadcrumb-list li a:after {
    height: 2px;
  }
}
@media screen and (max-width: 750px) {
  .breadcrumb-list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
/*  heading
-------------------------------------------------------------------------------*/
.head-i {
  margin-bottom: 5.3333333333vw;
  padding: 2.6666666667vw 3.2vw 2.9333333333vw;
  font-size: 6.6666666667vw;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: #f3f3f3;
  border-radius: 1.3333333333vw;
}

.head-l {
  position: relative;
  margin-bottom: 1em;
  padding: 2.6666666667vw 3.0666666667vw 3.0666666667vw 3.4666666667vw;
  font-size: 5.6vw;
  line-height: 1.1428571429;
  font-weight: 700;
  border-left: 0.8vw solid #08367e;
}

@media screen and (min-width: 751px) {
  .head-i {
    margin-bottom: 2.7777777778vw;
    padding: 1.3888888889vw 1.6666666667vw 1.5277777778vw;
    font-size: 2.0833333333vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: bold;
    background: #f3f3f3;
    border-radius: 0.6944444444vw;
  }
  .head-l {
    margin-bottom: 0.8em;
    padding: 0.625vw 1.3888888889vw 0.8333333333vw 1.3888888889vw;
    font-size: 2.0833333333vw;
    border-left: 0.4166666667vw solid #08367e;
  }
}
@media screen and (min-width: 1441px) {
  .head-i {
    margin-bottom: 40px;
    padding: 20px 24px 22px;
    font-size: 30px;
    border-radius: 10px;
  }
  .head-l {
    font-size: 30px;
    font-size: 3rem;
    border-left: 6px solid #08367e;
  }
}
/*  post
-------------------------------------------------------------------------------*/
.sub--blog {
  margin-bottom: 8vw;
}

.post {
  position: relative;
}

.post--box {
  padding: 14vw 2.6666666667vw 8.8vw;
  width: 95.2vw;
  background-color: #fff;
}

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

.post--new {
  width: 13.3333333333vw;
  height: 11.4666666667vw;
  background-image: url(../img/common/icon_new_sp.svg);
  background-size: contain;
  position: absolute;
  top: -4vw;
  left: 1.3333333333vw;
  z-index: 2;
}

.post--head {
  padding: 0 3.0666666667vw;
}

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

.post-cat {
  margin-bottom: 4.2666666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
}

.post-cat > li {
  padding: 1.2vw 1.0666666667vw 1.3333333333vw 1.6vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2vw;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  background: #08367e;
}

.post-date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.post-date p {
  position: relative;
  padding: 0 0 0.1em 4.6666666667vw;
  color: #b7b7b7;
  font-size: 3.7333333333vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}

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

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

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

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

.post-ttl {
  position: relative;
  margin-bottom: 2.6666666667vw;
  font-size: 6.4vw;
  line-height: 1.2916666667;
  font-weight: 700;
}

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

.post-desc p {
  font-size: 4.2666666667vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .sub--blog {
    margin-bottom: 4.1666666667vw;
  }
  .post--box {
    margin: 0 auto;
    padding: 4.4444444444vw 3.75vw 0 3.75vw;
    width: 100%;
  }
  .post--new {
    width: 5.5555555556vw;
    height: 4.7222222222vw;
    background-image: url(../img/common/icon_new.svg);
    background-size: contain;
    position: absolute;
    top: -1.8055555556vw;
    right: 2.2916666667vw;
    z-index: 2;
  }
  .post--head {
    padding: 0;
  }
  .post--blog {
    max-width: 50.6944444444vw;
    padding: 0;
  }
  .post > section:nth-child(n+2) {
    margin-top: 4.1666666667vw;
  }
  .post-data {
    margin-bottom: 2.9166666667vw;
  }
  .post-cat {
    margin-bottom: 2.1527777778vw;
  }
  .post-cat > li {
    min-height: 2.0833333333vw;
    padding: 0.0694444444vw 0.4861111111vw 0.1388888889vw 0.625vw;
    font-size: 0.9722222222vw;
  }
  .post-data > div:nth-child(2) {
    display: flex;
    align-items: center;
  }
  .post-date p {
    padding-left: 1.7361111111vw;
    font-size: 0.9722222222vw;
    letter-spacing: 0.05em;
  }
  .post-date p:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 1.3888888889vw;
  }
  .post-ttl {
    margin-bottom: 1.5277777778vw;
    font-size: 2.2222222222vw;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
  .post-image {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 2.0833333333vw;
  }
  .post-image img {
    height: auto;
    object-fit: contain;
  }
  .post-desc p {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .sub--blog {
    margin-bottom: 60px;
  }
  .post--box {
    padding: 40px 50px 50px 50px;
  }
  .post--new {
    width: 80px;
    height: 68px;
    top: -26px;
    right: 33px;
  }
  .post--blog {
    max-width: 730px;
  }
  .post > section:nth-child(n+2) {
    margin-top: 60px;
  }
  .post-data {
    margin-bottom: 25px;
  }
  .post-cat {
    margin-bottom: 31px;
  }
  .post-cat > li {
    min-height: 30px;
    padding: 1px 7px 2px 9px;
    font-size: 14px;
  }
  .post-date p {
    padding-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-date p:before {
    width: 14px;
    height: 14px;
  }
  .post-date p:nth-child(n+2) {
    margin-left: 20px;
  }
  .post-ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .post-image {
    width: 640px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .post-desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*  term
-------------------------------------------------------------------------------*/
.term--up {
  margin-bottom: 8vw;
}

.term--under {
  margin-top: 10.6666666667vw;
}

.term {
  position: relative;
  padding: 4.6666666667vw 0;
}

.term-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
}

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

.term-menu a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75em;
  height: 10.6666666667vw;
  background-color: #fff;
  border-color: #08367e;
  border-style: solid;
  border-width: 0.2666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.14em;
  letter-spacing: 0;
}

.term-menu a.is-current {
  background-color: #08367e;
  border-color: #45b233;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .term-menu > li:nth-child(n+3) {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 751px) {
  .term {
    padding: 2.0833333333vw 0;
  }
  .term--up {
    margin-bottom: 3.4722222222vw;
  }
  .term--under {
    margin-top: 4.8611111111vw;
  }
  .term-menu {
    margin-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3888888889vw;
  }
  .term-menu > li {
    width: 100%;
  }
  .term-menu > li:nth-child(n+5) {
    margin-top: 0;
  }
  .term-menu a {
    padding: 0 1em;
    height: 4.1666666667vw;
    border-width: 0.1388888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.28em;
    transition: border-color 0.3s;
  }
  .term-menu a:hover {
    background-color: #08367e;
    color: #fff;
  }
}
@media screen and (min-width: 1441px) {
  .term {
    padding: 30px 0;
  }
  .term--up {
    margin-bottom: 50px;
  }
  .term--under {
    margin-top: 70px;
  }
  .term-menu {
    gap: 20px;
  }
  .term-menu a {
    height: 60px;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* editor
-------------------------------------------------------------------------------*/
.editor {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "NotoSansJP", sans-serif;
}
.editor h2 {
  position: relative;
  margin-bottom: 4.8vw;
  padding: 2.6666666667vw 2vw 2.9333333333vw;
  background-color: #08367e;
  font-size: 5.6vw;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  z-index: 1;
}
.editor h3 {
  margin-bottom: 4vw;
  padding: 0 2vw 1.8666666667vw;
  font-size: 4.8vw;
  line-height: 1.45;
  letter-spacing: 0.029em;
  font-weight: 500;
  border-bottom: 0.4vw solid #08367e;
  position: relative;
  z-index: 1;
}
.editor h4 {
  margin-bottom: 4vw;
  padding: 0 2vw 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.35em;
  letter-spacing: 0.1em;
  font-weight: 500;
  background-image: linear-gradient(to right, #08367e, #08367e 0.8vw, transparent 0.2666666667vw, transparent 0.6666666667vw);
  background-size: 1.3333333333vw 0.1333333333vw;
  background-position: bottom;
  background-repeat: repeat-x;
  position: relative;
  z-index: 1;
}
.editor p {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.editor strong {
  color: #08367e;
  font-weight: 700;
}
.editor img {
  max-width: 100%;
  height: auto;
}
.editor img.alignleft {
  display: block;
}
.editor img.alignright {
  display: block;
}
.editor img.aligncenter {
  display: block;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.editor .iframe-wrap {
  position: relative;
  margin: 1.5em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.editor .iframe-wrap iframe,
.editor .iframe-wrap object,
.editor .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor a {
  position: relative;
}
.editor a:not(.editor-lightbox):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.2666666667vw;
  background-color: #908f8f;
}
.editor strong {
  font-weight: 700;
}
.editor ul {
  margin: 1em 0 1.5em 0;
}
.editor ul li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: square;
  line-height: 1.5em;
}
.editor ol {
  margin: 1em 0 1.5em 0;
}
.editor ol li {
  margin-left: 1.5em;
  font-size: 3.7333333333vw;
  list-style-type: decimal-leading-zero;
  line-height: 1.5em;
}
.editor blockquote {
  margin: 1.5em 1em;
  padding: 1em;
  background-color: #fff;
  font-style: italic;
}
.editor table {
  width: 100%;
  border: 0.5333333333vw solid #eee;
}
.editor table th,
.editor table td {
  padding: 0.5em 1em;
  border: 0.5333333333vw solid #eee;
  line-height: 1.25em;
}
.editor table thead {
  background-color: #f4f4f2;
}
.editor table thead th,
.editor table thead td {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .editor img.alignleft {
    margin: 1.5em auto;
  }
  .editor img.alignright {
    margin: 1.5em auto;
  }
  .editor table th,
  .editor table td {
    white-space: nowrap;
  }
}
@media screen and (min-width: 751px) {
  .editor h2 {
    margin-bottom: 1.9444444444vw;
    padding: 1.3888888889vw 1.3888888889vw 1.5972222222vw;
    font-size: 1.9444444444vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .editor h3 {
    margin-bottom: 1.5277777778vw;
    padding: 0 1.5277777778vw 0.8333333333vw;
    font-size: 1.6666666667vw;
    line-height: 1.45;
    letter-spacing: 0.029em;
    border-bottom: 0.2083333333vw solid #08367e;
  }
  .editor h4 {
    margin-bottom: 1.8055555556vw;
    padding: 0 1.5277777778vw 1.3888888889vw;
    font-size: 1.3888888889vw;
    line-height: 1.25em;
    background-image: linear-gradient(to right, #08367e, #08367e 0.4166666667vw, transparent 0.1388888889vw, transparent 0.3472222222vw);
    background-size: 0.6944444444vw 0.0694444444vw;
  }
  .editor p {
    margin-bottom: 2.0833333333vw;
    font-size: 1.1111111111vw;
    line-height: 1.875;
  }
  .editor img.alignleft {
    display: inline;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
  }
  .editor img.alignright {
    display: inline;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
    float: right;
  }
  .editor a {
    transition: opacity 0.3s;
  }
  .editor a:not(.editor-lightbox):after {
    height: 0.1388888889vw;
  }
  .editor a:hover {
    opacity: 0.8;
  }
  .editor ul li {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .editor ol li {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .editor iframe {
    max-width: 100%;
  }
  .editor table {
    border: 0.1388888889vw solid #eee;
  }
  .editor table th,
  .editor table td {
    padding: 0.35em 1em;
    border: 0.1388888889vw solid #eee;
  }
}
@media screen and (min-width: 1441px) {
  .editor h2 {
    margin-bottom: 28px;
    padding: 20px 20px 23px;
    font-size: 28px;
  }
  .editor h3 {
    margin-bottom: 22px;
    padding: 0 22px 12px;
    font-size: 24px;
    border-bottom: 3px solid #08367e;
  }
  .editor h4 {
    margin-bottom: 26px;
    padding: 0 22px 20px;
    font-size: 20px;
    background-image: linear-gradient(to right, #08367e, #08367e 6px, transparent 2px, transparent 5px);
    background-size: 10px 1px;
  }
  .editor p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .editor a:not(.editor-lightbox):after {
    height: 2px;
  }
  .editor ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor ol li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .editor table {
    border: 2px solid #eee;
  }
  .editor table th,
  .editor table td {
    border: 2px solid #eee;
  }
}
/*  form
-------------------------------------------------------------------------------*/
.form-box {
  padding-bottom: 10.6666666667vw;
  position: relative;
}

.form-inner {
  margin: 0 auto;
  padding: 8vw 4vw 10.6666666667vw 4vw;
  width: 89.8666666667vw;
  background-color: #fff;
  border: 0.2666666667vw solid #08367e;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  position: relative;
}

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

.form-ttl span {
  display: block;
  padding-bottom: 1.3333333333vw;
  border-bottom: 0.2666666667vw dashed #221815;
}

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

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

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

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

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

.form textarea {
  padding: 1em;
  width: 100%;
  height: 57.3333333333vw;
  background-color: #f9f9f9;
  border-color: #707070;
  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.02em;
}

.form-label {
  position: relative;
  top: -0.1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  padding: 0 0.5em 0.1em 0.5em;
  height: 4.8vw;
  border-radius: 0.6666666667vw;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1em;
  letter-spacing: 0;
}

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

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

.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 screen and (max-width: 750px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select,
  .form textarea {
    font-size: max(4.5vw, 16px);
  }
}
@media screen and (min-width: 751px) {
  .form-box {
    padding-bottom: 5.5555555556vw;
  }
  .form-inner {
    padding: 4.1666666667vw 4.7222222222vw 5.5555555556vw 4.7222222222vw;
    width: 59.7222222222vw;
    border-radius: 1.3888888889vw;
    border: 0.1388888889vw solid #08367e;
  }
  .form-ttl {
    width: 69.6022727273%;
    margin-inline: auto;
    font-size: 2.5vw;
  }
  .form-ttl span {
    padding-bottom: 0.6944444444vw;
    border-bottom: 0.1388888889vw dashed #221815;
  }
  .form dl:nth-child(n+2) {
    margin-top: 2.4305555556vw;
  }
  .form dt {
    display: flex;
    align-items: center;
    font-size: 1.25vw;
  }
  .form dt > p {
    display: flex;
    align-items: center;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select {
    height: 3.8194444444vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.65em;
  }
  .form-input-zipcode input[type=text] {
    width: 20.8333333333vw;
  }
  .form textarea {
    height: 11.1111111111vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
  .form-label {
    top: 0.1em;
    height: 1.3888888889vw;
    border-radius: 0.3472222222vw;
    font-size: 0.9027777778vw;
  }
  .form-hosoku {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-box {
    padding-bottom: 80px;
  }
  .form-inner {
    padding: 60px 68px 80px 68px;
    width: 860px;
    border-radius: 20px;
    border: 2px solid #08367e;
  }
  .form-ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .form dl:nth-child(n+2) {
    margin-top: 35px;
  }
  .form dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=date],
  .form select {
    height: 55px;
    border-width: 2px;
    border-radius: 10px;
    font-size: 16px;
  }
  .form-input-zipcode input[type=text] {
    width: 300px;
  }
  .form textarea {
    height: 160px;
    border-width: 2px;
    border-radius: 10px;
    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;
  }
}
/* ---------------------------------- placeholder */
.form input::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #ccc;
}

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

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

/* ---------------------------------- radio & checkbox */
.form .wpcf7-radio,
.form .wpcf7-checkbox {
  width: auto;
  margin: -4vw 0 0 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8vw;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 751px) {
  .form .wpcf7-radio,
  .form .wpcf7-checkbox {
    margin: -0.3472222222vw 0 0 0;
    column-gap: 2.7777777778vw;
  }
  .form .wpcf7-radio .wpcf7-list-item,
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 1.0416666667vw 0 0 0;
  }
  .form input[type=radio] + span,
  .form input[type=checkbox] + span {
    padding-left: 3.125vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
  .form input[type=radio] + span::before,
  .form input[type=checkbox] + span::before {
    border-width: 0.1388888889vw;
    border-radius: 0.3472222222vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form input[type=radio] + span::before {
    border-width: 0.1388888889vw;
  }
  .form input[type=radio]:checked + span::after {
    left: 0.625vw;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .form input[type=checkbox]:checked + span::after {
    left: 0.3472222222vw;
    width: 1.3888888889vw;
    height: 0.6944444444vw;
    border-left: 0.3472222222vw solid #45b233;
    border-bottom: 0.3472222222vw solid #45b233;
  }
}
@media screen and (min-width: 1441px) {
  .form .wpcf7-radio,
  .form .wpcf7-checkbox {
    margin: -5px 0 0 0;
    column-gap: 40px;
  }
  .form .wpcf7-radio .wpcf7-list-item,
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 15px 0 0 0;
  }
  .form input[type=radio] + span,
  .form input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form input[type=radio] + span::before,
  .form input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form input[type=radio] + span::before {
    border-width: 2px;
  }
  .form input[type=radio]:checked + span::after {
    left: 9px;
    width: 16px;
    height: 16px;
  }
  .form input[type=checkbox]:checked + span::after {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #45b233;
    border-bottom: 5px solid #45b233;
  }
}
/* ---------------------------------- 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/sub/select.svg);
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.form select {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .form-select:before {
    top: 1.6666666667vw;
    right: 1.3888888889vw;
    width: 0.8333333333vw;
    height: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .form-select:before {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 10px;
  }
}
/* ---------------------------------- consent */
.form-consent {
  margin-top: 4vw;
  text-align: center;
}

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

.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: inline-flex;
  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: #707070;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 0.6666666667vw;
  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 #45b233;
  border-bottom: 1.0666666667vw solid #45b233;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 751px) {
  .form-consent {
    margin-top: 2.0833333333vw;
  }
  .form-consent p {
    font-size: 0.9722222222vw;
  }
  .form-consent p a {
    transition: 0.3s;
  }
  .form-consent p a:after {
    height: 1px;
    transition: 0.3s;
  }
  .form-consent p a:hover {
    color: #08367e;
  }
  .form-consent p a:hover:after {
    background-color: #08367e;
  }
  .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 #45b233;
    border-bottom: 0.3472222222vw solid #45b233;
  }
}
@media screen and (min-width: 1441px) {
  .form-consent {
    margin-top: 30px;
  }
  .form-consent p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-consent .wpcf7-checkbox {
    margin-bottom: 15px;
  }
  .form-consent input[type=checkbox] + span {
    padding-left: 45px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form-consent input[type=checkbox] + span::before {
    border-width: 2px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }
  .form-consent input[type=checkbox]:checked + span::after {
    left: 5px;
    width: 20px;
    height: 10px;
    border-left: 5px solid #45b233;
    border-bottom: 5px solid #45b233;
  }
}
/* ---------------------------------- notes */
.form-notes {
  position: relative;
  margin-top: 4.6666666667vw;
  padding-top: 4.6666666667vw;
}
.form-notes:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 86.1333333333vw;
  height: 1px;
  background-color: #eee;
  transform: translateX(-50%);
}
.form-notes p {
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .form-notes {
    margin-top: 1.7361111111vw;
    padding-top: 1.7361111111vw;
  }
  .form-notes:before {
    width: 48.0555555556vw;
  }
  .form-notes p {
    font-size: 0.9722222222vw;
    text-align: center;
  }
}
@media screen and (min-width: 1441px) {
  .form-notes {
    margin-top: 25px;
    padding-top: 25px;
  }
  .form-notes:before {
    width: 692px;
  }
  .form-notes p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ---------------------------------- btn */
.form-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6vw auto 0 auto;
  width: 61.3333333333vw;
  height: 12.5333333333vw;
  background-color: #08367e;
  border-color: #08367e;
  border-style: solid;
  border-width: 0.5333333333vw;
  border-radius: 1.3333333333vw;
  box-shadow: 0px 2px 3px 2px rgba(66, 48, 48, 0.17);
}

.form-btn > p {
  width: 100%;
  height: 100%;
}

.form-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.25em;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .form-btn {
    margin-top: 2.0833333333vw;
    width: 41.1111111111vw;
    height: 4.7222222222vw;
    border-width: 0.1388888889vw;
    border-radius: 0.6944444444vw;
    transition: background-color 0.3s;
  }
  .form-btn:after {
    right: 1.0416666667vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .form-submit {
    font-size: 1.25vw;
    transition: color 0.3s;
  }
  .form-btn:hover {
    background-color: #fff;
  }
  .form-btn:hover .form-submit {
    color: #221815;
  }
}
@media screen and (min-width: 1441px) {
  .form-btn {
    margin-top: 30px;
    width: 592px;
    height: 68px;
    border-width: 2px;
    border-radius: 10px;
  }
  .form-btn:after {
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .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 #08367e !important;
}

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

.wpcf7-not-valid-tip,
.formError .formErrorContent {
  color: #ff4200;
  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;
  }
}
/*  pagenation
-------------------------------------------------------------------------------*/
.page-archive-navi {
  margin-top: 10.6666666667vw;
}

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

@media screen and (min-width: 751px) {
  .page-archive-navi {
    display: flex;
    justify-content: space-between;
    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: flex;
  justify-content: center;
  align-items: center;
}

.pagenation-list li div,
.pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.1em;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #fff;
  border: 0.1333333333vw solid #08367e;
  font-family: "Inter", serif;
  font-size: 4.2666666667vw;
  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,
.pagenation-list li.is-current:not(.pagenation-prev):not(.pagenation-next) a {
  color: #fff;
  background-color: #08367e;
}

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

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

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

.pagenation-prev a,
.pagenation-next a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-size: 3.3333333333vw 2.5333333333vw;
  background-position: center;
  border: 0.1333333333vw solid #08367e;
}

.pagenation-prev a {
  background-image: url(../img/common/prev.svg);
}

.pagenation-next a {
  background-image: url(../img/common/next.svg);
}

@media screen and (min-width: 751px) {
  .pagenation-list {
    justify-content: flex-end;
    margin-left: 3.4722222222vw;
  }
  .pagenation-list li:nth-child(n+2) {
    margin-left: 0.6944444444vw;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    font-size: 1.5277777778vw;
    border: 0.0694444444vw solid #08367e;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a:hover {
    background-color: #08367e;
    color: #fff;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .pagenation-prev a,
  .pagenation-next a {
    transition: background-image 0.3s;
    background-size: 1.7361111111vw 1.3194444444vw;
    border: 0.0694444444vw solid #08367e;
  }
  .pagenation-prev a:hover,
  .pagenation-next a:hover {
    background: #08367e;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pagenation-prev a:hover {
    background-image: url(../img/common/prev-on.svg);
  }
  .pagenation-next a:hover {
    background-image: url(../img/common/next-on.svg);
  }
}
@media screen and (min-width: 1441px) {
  .pagenation-list {
    margin-left: 50px;
  }
  .pagenation-list li:nth-child(n+2) {
    margin-left: 10px;
  }
  .pagenation-list li div,
  .pagenation-list li:not(.pagenation-prev):not(.pagenation-next) a {
    width: 48px;
    height: 48px;
    font-size: 22px;
    border: 1px solid #08367e;
  }
  .pagenation-prev,
  .pagenation-next {
    width: 48px;
    height: 48px;
  }
  .pagenation-prev a,
  .pagenation-next a {
    background-size: 25px 19px;
    border: 1px solid #08367e;
  }
}
/*  pagenavi
-------------------------------------------------------------------------------*/
.pagenavi {
  height: 8vw;
  position: relative;
  margin: 13.3333333333vw auto 0 auto;
}

.pagenavi-prev,
.pagenavi-next {
  width: 16vw;
  height: 100%;
  background: #fff;
  border: 0.1333333333vw solid #08367e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pagenavi-prev {
  left: 0;
}

.pagenavi-next {
  right: 0;
}

.pagenavi-prev a,
.pagenavi-next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  background-size: contain;
}

.pagenavi-back {
  position: relative;
  margin: 0 auto;
  width: 45.3333333333vw;
  height: 100%;
}

.pagenavi-back a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-color: #08367e;
  border-style: solid;
  border-width: 0.1333333333vw;
}
.pagenavi-back a span {
  position: relative;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .pagenavi {
    margin-top: 4.8611111111vw;
    height: 3.8888888889vw;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 10.4166666667vw;
    border: 0.0694444444vw solid #08367e;
  }
  .pagenavi--works .pagenavi-prev,
  .pagenavi--works .pagenavi-next,
  .pagenavi--news .pagenavi-prev,
  .pagenavi--news .pagenavi-next,
  .pagenavi--blog .pagenavi-prev,
  .pagenavi--blog .pagenavi-next {
    width: 16.3194444444vw;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    font-size: 1.1111111111vw;
    transition: background-image 0.3s;
  }
  .pagenavi-prev a:hover,
  .pagenavi-next a:hover {
    color: #fff;
    background-color: #08367e;
  }
  .pagenavi-back {
    width: 25vw;
  }
  .pagenavi--works .pagenavi-back,
  .pagenavi--news .pagenavi-back,
  .pagenavi--blog .pagenavi-back {
    width: 34.0277777778vw;
  }
  .pagenavi-back a {
    border-width: 0.0694444444vw;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagenavi-back a span {
    font-size: 1.1111111111vw;
  }
  .pagenavi-back a:hover {
    background-color: #08367e;
  }
  .pagenavi-back a:hover span {
    color: #fff;
  }
}
@media screen and (min-width: 1441px) {
  .pagenavi {
    margin-top: 70px;
    height: 56px;
  }
  .pagenavi-prev,
  .pagenavi-next {
    width: 40px;
    border: 1px solid #08367e;
  }
  .pagenavi--works .pagenavi-prev,
  .pagenavi--works .pagenavi-next,
  .pagenavi--news .pagenavi-prev,
  .pagenavi--news .pagenavi-next,
  .pagenavi--blog .pagenavi-prev,
  .pagenavi--blog .pagenavi-next {
    width: 235px;
  }
  .pagenavi-prev a,
  .pagenavi-next a {
    font-size: 16px;
  }
  .pagenavi-back {
    width: 360px;
  }
  .pagenavi--works .pagenavi-back,
  .pagenavi--news .pagenavi-back,
  .pagenavi--blog .pagenavi-back {
    width: 490px;
  }
  .pagenavi-back a {
    border-width: 1px;
  }
  .pagenavi-back a span {
    font-size: 16px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.works {
  padding-top: 16.2666666667vw;
  padding-bottom: 21.3333333333vw;
  position: relative;
}

.works-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.works-head {
  display: contents;
}

.works__title {
  padding-right: 4vw;
  padding-left: 4vw;
  order: 1;
}

.works__wrap {
  display: contents;
}

.works__text {
  margin-top: 5.3333333333vw;
  padding-right: 4vw;
  padding-left: 4vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  order: 2;
}

.works__btn {
  margin-top: 8vw;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
  order: 4;
}

.works-slide {
  margin-top: 8vw;
  order: 3;
}

#works-slide {
  margin-left: 4vw;
  position: relative;
}

.works-swiper--flex .works-swiper {
  width: auto;
  margin-right: 6.6666666667vw;
  display: flex;
  flex-direction: column;
  row-gap: 10.6666666667vw;
}

.works-slide .slide-prev,
.works-slide .slide-next {
  display: block;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: auto;
  bottom: -5.3333333333vw;
}

.works-slide .slide-prev {
  background-image: url(../img/slide/prev-gray.png);
  left: 4vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.works-slide .slide-next {
  background-image: url(../img/slide/next-gray.png);
  left: 16vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.works-swiper--flex .slide-prev,
.works-swiper--flex .slide-next {
  display: none;
}

@media screen and (min-width: 751px) {
  .works {
    padding-top: 12.5vw;
    padding-bottom: 9.7222222222vw;
  }
  .works-inner {
    display: block;
    position: relative;
  }
  .works-head {
    display: block;
    max-width: 86.8055555556vw;
    margin-inline: auto;
    padding-right: 1.7361111111vw;
    padding-left: 1.7361111111vw;
  }
  .works__title {
    padding-right: 0;
    padding-left: 0;
    order: 1;
  }
  .works__wrap {
    margin-top: 1.3888888889vw;
    display: flex;
    justify-content: space-between;
  }
  .works__text {
    width: 55.5555555556vw;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.1111111111vw;
    line-height: 2;
    letter-spacing: 0.05em;
    order: 2;
  }
  .works__btn {
    width: auto;
    margin-left: auto;
    margin-top: 0.3472222222vw;
    padding-right: 0;
    padding-left: 0;
    order: 4;
  }
  .works-slide {
    margin-top: 2.7777777778vw;
  }
  #works-slide {
    margin-left: 22.2222222222vw;
    position: relative;
    overflow: hidden;
  }
  .works-swiper--flex #works-slide {
    margin-left: 0;
  }
  .works-swiper--flex .works-swiper {
    margin-right: 0;
    flex-direction: row;
    column-gap: 1.3888888889vw;
    justify-content: center;
  }
  .works-swiper--flex .works-post {
    width: 30.5555555556vw;
  }
  .works-slide .slide-prev,
  .works-slide .slide-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    bottom: 3.4722222222vw;
  }
  .works-slide .slide-prev {
    left: 8.3333333333vw;
  }
  .works-slide .slide-next {
    left: 12.5vw;
  }
}
@media screen and (min-width: 1441px) {
  .works {
    padding-top: 180px;
    padding-bottom: 140px;
  }
  .works-head {
    display: block;
    max-width: 1250px;
    margin-inline: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .works__wrap {
    margin-top: 20px;
  }
  .works__text {
    width: 800px;
    font-size: 16px;
  }
  .works__btn {
    margin-top: 5px;
  }
  .works-slide {
    margin-top: 40px;
  }
  #works-slide {
    position: relative;
  }
  .works-swiper--flex .works-swiper {
    column-gap: 20px;
  }
  .works-swiper--flex .works-post {
    width: 440px;
  }
  .works-slide .slide-prev,
  .works-slide .slide-next {
    width: 50px;
    height: 50px;
    bottom: 50px;
  }
  .works-slide .slide-prev {
    left: 120px;
    left: 8.3333333333%;
  }
  .works-slide .slide-next {
    left: 180px;
    left: 12.5%;
  }
}
/*  #flow
-------------------------------------------------------------------------------*/
.flow {
  padding-top: 21.3333333333vw;
  padding-bottom: 20vw;
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
}

.flow__en {
  font-size: 26.6666666667vw;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Inter", serif;
  font-weight: 900;
  position: absolute;
  top: 24.4vw;
  right: -29.4666666667vw;
  transform: rotate(90deg);
}

.flow__inner {
  padding-right: 4vw;
  padding-left: 4vw;
  position: relative;
  z-index: 1;
}

.flow__title {
  padding: 0.4vw 4.1333333333vw 1.2vw 2.5333333333vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 6.9333333333vw;
  color: #08367e;
  line-height: 1.3846153846;
  font-weight: 900;
  border: 0.5333333333vw solid #08367e;
}

.flow__title span {
  display: inline-block;
  color: #45b233;
}

.flow__read {
  margin-top: 6.4vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}

.flow__wrapper {
  margin-top: 8.8vw;
  position: relative;
}

.flow__slide {
  padding: 0 4vw;
}

#flow-prev,
#flow-next {
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: 59%;
}

#flow-prev {
  right: 16vw;
}

#flow-next {
  right: 4vw;
}

#flow-pagination {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 4vw;
  transition: 0.3s ease;
}

#flow-pagination .swiper-pagination-current {
  font-size: 7.8666666667vw;
  color: #45b233;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 900;
}

#flow-pagination .swiper-pagination-total {
  font-size: 4.6666666667vw;
  color: #08367e;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 900;
  position: absolute;
  top: 8.6666666667vw;
  left: 9.8666666667vw;
}

#flow-pagination .swiper-pagination-separator {
  display: block;
  position: relative;
}

#flow-pagination .swiper-pagination-separator::after {
  content: "";
  display: block;
  width: 0.4vw;
  height: 12vw;
  background: #08367e;
  transform: rotate(45deg);
  position: absolute;
  top: -5.3333333333vw;
  left: 8.8vw;
}

.flow-card__img {
  position: relative;
}

.flow-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 630/413;
}

.flow-card__step {
  padding: 1.6vw 1.6vw 1.3333333333vw 1.7333333333vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1;
  font-family: "Inter", serif;
  font-weight: 700;
  background: #45b233;
  position: absolute;
  top: 2.6666666667vw;
  left: -4vw;
  z-index: 1;
}

.flow-card__body {
  margin-top: 20.5333333333vw;
}

.flow-card__title {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  font-weight: 900;
}

.flow-card__text {
  margin-top: 2.4vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .flow {
    padding-top: 11.1111111111vw;
    padding-bottom: 0;
    background: linear-gradient(180deg, #f3f3f3 0%, #f3f3f3 95%, #fff 95%, #fff 100%);
  }
  .flow__en {
    font-size: 13.8888888889vw;
    letter-spacing: 0.05em;
    position: absolute;
    top: 12.7083333333vw;
    right: auto;
    left: -15.3472222222vw;
    transform: rotate(90deg);
  }
  .flow__inner {
    max-width: 91.6666666667vw;
    margin-inline: auto;
    padding-right: 1.3888888889vw;
    padding-left: 1.3888888889vw;
    position: relative;
    z-index: 1;
  }
  .flow__head {
    margin-left: 8.3333333333vw;
  }
  .flow__title {
    padding: 0 0.0694444444vw 0.3472222222vw 0.7638888889vw;
    font-size: 3.3333333333vw;
    line-height: 1.3;
    letter-spacing: 0.05em;
    border: 0.1388888889vw solid #08367e;
  }
  .flow__title span {
    display: inline-block;
    color: #45b233;
  }
  .flow__read {
    margin-top: 2.2222222222vw;
    font-size: 1.1111111111vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .flow__wrapper {
    margin-top: 3.4722222222vw;
    margin-left: 8.3333333333vw;
    position: relative;
    overflow: hidden;
  }
  .flow__slide {
    padding: 0 2.0833333333vw;
    padding: 0;
  }
  #flow-prev,
  #flow-next {
    width: 3.4722222222vw;
    height: 3.4722222222vw;
    position: absolute;
    top: 18%;
  }
  #flow-prev {
    right: auto;
    left: 25%;
  }
  #flow-next {
    right: auto;
    left: 30%;
  }
  #flow-pagination {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 8%;
    left: 0;
    transition: 0.3s ease;
  }
  #flow-pagination .swiper-pagination-current {
    font-size: 2.7777777778vw;
  }
  #flow-pagination .swiper-pagination-total {
    font-size: 1.6666666667vw;
    position: absolute;
    top: 3.2638888889vw;
    left: 3.3333333333vw;
  }
  #flow-pagination .swiper-pagination-separator {
    display: block;
    position: relative;
  }
  #flow-pagination .swiper-pagination-separator::after {
    content: "";
    display: block;
    width: 0.1388888889vw;
    height: 4.1666666667vw;
    position: absolute;
    top: -1.6666666667vw;
    left: 3.0555555556vw;
  }
  .flow-card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .flow-card__img {
    width: 58.6206896552%;
    position: relative;
  }
  .flow-card__img img {
    aspect-ratio: 680/446;
  }
  .flow-card__step {
    padding: 0.7638888889vw 1.1805555556vw 0.625vw 0.5555555556vw;
    font-size: 1.3888888889vw;
    position: absolute;
    top: 1.5277777778vw;
    left: -1.3194444444vw;
    z-index: 1;
  }
  .flow-card__body {
    width: 41.3793103448%;
    margin-top: 0;
  }
  .flow-card__title {
    font-size: 1.9444444444vw;
    letter-spacing: 0.05em;
  }
  .flow-card__text {
    width: 28.125vw;
    margin-top: 1.1111111111vw;
    font-size: 1.1111111111vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1441px) {
  .flow {
    padding-top: 160px;
  }
  .flow__en {
    font-size: 200px;
    position: absolute;
    top: 183px;
    right: auto;
    left: -221px;
    transform: rotate(90deg);
  }
  .flow__inner {
    max-width: 1320px;
    margin-inline: auto;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
  }
  .flow__head {
    margin-left: 120px;
  }
  .flow__title {
    padding: 0 1px 5px 11px;
    font-size: 48px;
    border: 2px solid #08367e;
  }
  .flow__read {
    margin-top: 32px;
    font-size: 16px;
  }
  .flow__wrapper {
    margin-top: 50px;
    margin-left: 120px;
  }
  .flow__slide {
    padding: 0;
  }
  #flow-prev,
  #flow-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 18%;
  }
  #flow-prev {
    right: auto;
    left: 25%;
  }
  #flow-next {
    right: auto;
    left: 30%;
  }
  #flow-pagination {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 8%;
    left: 0;
    transition: 0.3s ease;
  }
  #flow-pagination .swiper-pagination-current {
    font-size: 40px;
  }
  #flow-pagination .swiper-pagination-total {
    font-size: 24px;
    position: absolute;
    top: 47px;
    left: 48px;
  }
  #flow-pagination .swiper-pagination-separator::after {
    content: "";
    display: block;
    width: 2px;
    height: 60px;
    position: absolute;
    top: -24px;
    left: 44px;
  }
  .flow-card__img {
    width: 58.6206896552%;
    position: relative;
  }
  .flow-card__img img {
    aspect-ratio: 680/446;
  }
  .flow-card__step {
    padding: 11px 17px 9px 8px;
    font-size: 20px;
    position: absolute;
    top: 22px;
    left: -19px;
    z-index: 1;
  }
  .flow-card__body {
    width: 41.3793103448%;
    margin-top: 0;
  }
  .flow-card__title {
    font-size: 28px;
  }
  .flow-card__text {
    width: 405px;
    margin-top: 16px;
    font-size: 16px;
  }
}
/***************************************/
.sub--flow {
  padding: 5.5555555556vw 0;
  position: relative;
}

.sub--flow::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
}

.sub--flow .sec-in {
  position: relative;
  z-index: 1;
}

.sub--flow .flow {
  padding-top: 3.125vw;
}

.sub--flow .flow::before,
.sub--flow .flow::after {
  display: none;
}

@media screen and (min-width: 751px) {
  .sub--flow {
    padding: 5.5555555556vw 0;
    position: relative;
  }
  .sub--flow .flow {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sub--flow .flow-list {
    width: 51.3888888889vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1441px) {
  .sub--flow {
    padding: 80px 0;
    position: relative;
  }
  .sub--flow .flow {
    padding-top: 0;
  }
  .sub--flow .flow-list {
    width: 740px;
  }
}
/*  blog --> archive
-------------------------------------------------------------------------------*/
.blog-archives {
  position: relative;
}

.blog {
  padding: 0.6666666667vw 3.3333333333vw;
  background-color: #fff;
}

.blog .blog-post:first-child a {
  border-top: none !important;
}

.sub--blog .blog-post {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 3.2vw;
  border-bottom: 0.2666666667vw dashed #f3f3f3;
}

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

.blog-side-box {
  border: 0.2666666667vw solid #08367e;
}

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

.blog-side-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1em 1em 0 1em;
  height: 12vw;
  background-color: #08367e;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.blog-side-content {
  padding: 4vw 4vw 4vw 4vw;
  background-color: #fff;
}

.blog-side-cat {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4vw;
}

@media screen and (min-width: 751px) {
  .blog-archives {
    display: flex;
    justify-content: space-between;
  }
  .blog {
    padding: 0.3472222222vw 1.3888888889vw;
    background-color: #fff;
  }
  .blog-side {
    margin: 0;
    width: 19.4444444444vw;
  }
  .blog-side-box {
    border: 0.1388888889vw solid #08367e;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .blog-side-ttl {
    height: 3.1944444444vw;
    font-size: 1.25vw;
  }
  .blog-side-content {
    padding: 1.7361111111vw 1.0416666667vw;
  }
  .blog-side-cat {
    row-gap: 1.3888888889vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog {
    padding: 5px 20px;
  }
  .blog-side {
    width: 280px;
  }
  .blog-side-box {
    border: 2px solid #08367e;
  }
  .blog-side .blog-side-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .blog-side-ttl {
    height: 46px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .blog-side-content {
    padding: 25px 15px;
  }
}
/* ------------------------------------------- cat - */
.blog-side-cat li {
  position: relative;
}

.blog-side-cat li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 4vw;
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.28em;
}

.blog-side-cat li a::before {
  content: "＞";
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.28em;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 751px) {
  .blog-side-cat li a {
    padding-left: 1.3888888889vw;
    font-size: 1.1111111111vw;
    line-height: 1.5;
    font-weight: bold;
    transition: 0.3s ease;
  }
  .blog-side-cat li a:hover {
    color: #08367e;
    opacity: 1;
  }
  .blog-side-cat li a::before {
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1441px) {
  .blog-side-cat {
    row-gap: 20px;
  }
  .blog-side-cat li a {
    padding-left: 20px;
    font-size: 16px;
  }
  .blog-side-cat li a::before {
    font-size: 16px;
  }
}
/* ------------------------------------------- recommend - */
.blog-recommend-post a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.6666666667vw 0;
  border-bottom-color: #eff0e8;
  border-bottom-style: dashed;
  border-bottom-width: 0.2666666667vw;
}

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

.blog-recommend-content {
  width: 53.3333333333vw;
}

.blog-recommend-cat {
  display: inline-block;
  margin-bottom: 1.0666666667vw;
  padding: 1.2vw 1.0666666667vw 1.3333333333vw 1.6vw;
  background-color: #08367e;
  color: #fff;
  font-size: 2.4vw;
  letter-spacing: 0;
}

.blog-recommend-ttl {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.4em;
}

.blog-recommend-date {
  margin-top: 0.5em;
  color: #08367e;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .blog-recommend {
    margin-top: 0.6944444444vw;
  }
  .blog-recommend-post a {
    padding: 0.6944444444vw 0;
    border-bottom-width: 0.0694444444vw;
  }
  .blog-recommend .blog-recommend-post:first-child a {
    padding-top: 0 !important;
  }
  .blog-recommend-image {
    width: 5.5555555556vw;
    border-radius: 0.3472222222vw;
  }
  .blog-recommend-image img {
    height: 5.5555555556vw;
  }
  .blog-recommend-post a:hover .blog-recommend-image img {
    transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .blog-recommend-content {
    width: 10.7638888889vw;
  }
  .blog-recommend-cat {
    margin-bottom: 0.2083333333vw;
    padding: 0.2083333333vw 0.4861111111vw 0.2777777778vw 0.4861111111vw;
    font-size: 0.7638888889vw;
  }
  .blog-recommend-ttl {
    font-size: 1.0416666667vw;
    line-height: 1.3em;
  }
  .blog-recommend-date {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-recommend {
    margin-top: 10px;
  }
  .blog-recommend-post a {
    padding: 10px 0;
    border-bottom-width: 1px;
  }
  .blog-recommend-image {
    width: 80px;
    border-radius: 5px;
  }
  .blog-recommend-image img {
    height: 80px;
  }
  .blog-recommend-content {
    width: 155px;
  }
  .blog-recommend-cat {
    margin-bottom: 3px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .blog-recommend-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .blog-recommend-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.sub--blog .blog {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4vw;
}
.sub--blog .blog-post {
  display: block;
  padding-bottom: 4vw;
  border-bottom: 0.1333333333vw solid #070707;
}
.sub--blog .blog-post a {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.sub--blog .blog-image {
  width: 30.6666666667vw;
}
.sub--blog .blog-content {
  width: 53.3333333333vw;
  margin-top: 0;
}
.sub--blog .blog-ttl {
  margin-top: 1.0666666667vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sub--blog .blog-excerpt {
  margin-top: 1.0666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  .sub--blog .blog-archive-content {
    width: 45.1388888889vw;
  }
  .sub--blog .blog {
    row-gap: 2.0833333333vw;
  }
  .sub--blog .blog-post {
    padding-bottom: 2.0833333333vw;
    border-bottom: 0.0694444444vw solid #070707;
  }
  .sub--blog .blog-image {
    width: 15.9722222222vw;
  }
  .sub--blog .blog-post a:hover .blog-image img {
    transform: scale(1.05, 1.05);
    cursor: pointer;
  }
  .sub--blog .blog-content {
    width: 25vw;
  }
  .sub--blog .blog-ttl {
    margin-top: 0.6944444444vw;
    font-size: 1.1111111111vw;
    line-height: 1.5;
  }
  .sub--blog .blog-excerpt {
    margin-top: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1441px) {
  .sub--blog .blog-archive-content {
    width: 650px;
  }
  .sub--blog .blog {
    row-gap: 30px;
  }
  .sub--blog .blog-post {
    padding-bottom: 30px;
    border-bottom: 1px solid #070707;
  }
  .sub--blog .blog-image {
    width: 230px;
  }
  .sub--blog .blog-content {
    width: 360px;
  }
  .sub--blog .blog-ttl {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .sub--blog .blog-excerpt {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*  blog --> single
-------------------------------------------------------------------------------*/
.blog-sgle-image {
  margin: 0 auto 5.3333333333vw auto;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}

.blog-sgle-intro p {
  font-size: 4.2666666667vw;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .blog-sgle-image {
    margin-bottom: 2.0833333333vw;
    width: 50vw;
    border-radius: 1.3888888889vw;
  }
  .blog-sgle-intro p {
    font-size: 1.1111111111vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .blog-sgle-image {
    margin-bottom: 30px;
    width: 720px;
    border-radius: 20px;
  }
  .blog-sgle-intro p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ----------------- mokuji - */
.blog-mokuji {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 1.3333333333vw 4.6666666667vw 6vw 4.6666666667vw;
  background-color: #FFF1DD;
  border-radius: 2.6666666667vw;
}

.blog-mokuji-head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
  padding-left: 10.6666666667vw;
  height: 13.3333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
}
.blog-mokuji-head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 8vw;
  height: 8vw;
  background-image: url(../img/blog/menu.png);
  transform: translateY(-50%);
}

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

.blog-mokuji ul li a {
  position: relative;
  display: block;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
}

.blog-mokuji ul li a:hover {
  color: #08367e;
}

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

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

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

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

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

.blog-mokuji > ul > ul > li a,
.blog-mokuji > ul > ul > ul > li a {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.7333333333vw;
  font-weight: 500;
}

.blog-mokuji > ul > ul > li a:before,
.blog-mokuji > ul > ul > ul > li a:before {
  content: "・";
}

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

@media screen and (min-width: 751px) {
  .blog-mokuji {
    margin-top: 2.0833333333vw;
    padding: 0.6944444444vw 2.7777777778vw 2.0833333333vw 2.7777777778vw;
    border-radius: 1.3888888889vw;
  }
  .blog-mokuji-head {
    margin-bottom: 1.7361111111vw;
    padding-left: 3.4722222222vw;
    height: 4.5138888889vw;
    font-size: 1.3888888889vw;
  }
  .blog-mokuji-head:before {
    width: 2.5vw;
    height: 2.5vw;
  }
  .blog-mokuji ul li a {
    font-size: 1.1805555556vw;
    transition: color 0.3s;
  }
  .blog-mokuji > ul > ul > li a,
  .blog-mokuji > ul > ul > ul > li a {
    font-size: 1.1111111111vw;
  }
  .post--blog .editor {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .blog-mokuji {
    margin-top: 30px;
    padding: 10px 40px 30px 40px;
    border-radius: 20px;
  }
  .blog-mokuji-head {
    margin-bottom: 25px;
    padding-left: 50px;
    height: 65px;
    font-size: 20px;
    font-size: 2rem;
  }
  .blog-mokuji-head:before {
    width: 36px;
    height: 36px;
  }
  .blog-mokuji ul li a {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .blog-mokuji > ul > ul > li a,
  .blog-mokuji > ul > ul > ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .post--blog .editor {
    margin-top: 40px;
  }
}
/*  works --> archive
-------------------------------------------------------------------------------*/
.sub--works .works {
  padding-top: 0;
  padding-bottom: 5.3333333333vw;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8vw;
}

.works-tax {
  position: relative;
  margin-bottom: 10.6666666667vw;
  padding: 5.3333333333vw 2.6666666667vw;
  background-color: #EFEFEF;
  overflow: hidden;
}
.works-tax .works-tax__read {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 700;
}
.works-tax .works-tax__text {
  margin-top: 2.6666666667vw;
  margin-left: 1.3333333333vw;
  font-size: 2.9333333333vw;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .works-tax {
    margin-bottom: 4.1666666667vw;
    padding: 1.3888888889vw 2.0833333333vw 1.7361111111vw;
  }
  .works-tax .works-tax__read {
    font-size: 1.25vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .works-tax .works-tax__text {
    margin-top: 1.1111111111vw;
    margin-left: 0;
    font-size: 1.1111111111vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .sub--works .works {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.3888888889vw;
    row-gap: 3.4722222222vw;
  }
  .sub--works .works-post {
    width: auto;
  }
}
@media screen and (min-width: 1441px) {
  .works-tax {
    margin-bottom: 60px;
    padding: 20px 30px 25px;
  }
  .works-tax .works-tax__read {
    font-size: 18px;
  }
  .works-tax .works-tax__text {
    margin-top: 16px;
    font-size: 16px;
  }
  .sub--works .works {
    column-gap: 20px;
    row-gap: 50px;
  }
}
/*  works --> single
-------------------------------------------------------------------------------*/
/* ------------------------------------------- post box - */
.post--works {
  margin-bottom: 2.6666666667vw;
  padding: 0;
  width: auto;
  margin-left: 0;
}

@media screen and (min-width: 751px) {
  .post--works {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .post--works {
    margin-bottom: 60px;
  }
}
/* ------------------------------------------- slide - */
.works-after-slide {
  position: relative;
  margin-bottom: 5.3333333333vw;
  padding: 0 4vw;
  overflow: hidden;
}

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

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

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

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

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

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

#works-after-prev {
  background: transparent url(../img/works/prev.png) no-repeat center center/100%;
  left: 0;
}

#works-after-next {
  background: transparent url(../img/works/next.png) no-repeat center center/100%;
  right: 0;
}

.works-after-slide .slide-prev,
.works-after-slide .slide-next {
  width: 4.9333333333vw;
  height: 9.6vw;
}

.works-after-main-one #works-after-prev,
.works-after-main-one #works-after-next {
  width: 4.9333333333vw;
  height: 9.6vw;
}

@media screen and (max-width: 750px) {
  .works-after-slide {
    width: 92vw;
  }
}
@media screen and (min-width: 751px) {
  .works-after-slide {
    margin-bottom: 2.4305555556vw;
    padding: 0 5.9027777778vw;
  }
  .works-after-slide .swiper-slide img {
    height: 36.1111111111vw;
  }
  .works-after-thumb .swiper-slide img {
    height: 6.9444444444vw;
  }
  .works-after-thumb .swiper-slide {
    transition: opacity 0.4s;
  }
  .works-after-thumb .swiper-slide:hover {
    opacity: 0.8;
  }
  #works-after-prev {
    left: 0;
  }
  #works-after-next {
    right: 0;
  }
  .works-after-slide .slide-prev,
  .works-after-slide .slide-next {
    width: 2.5694444444vw;
    height: 5vw;
  }
  .works-after-main-one #works-after-prev,
  .works-after-main-one #works-after-next {
    width: 2.5694444444vw;
    height: 5vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-after-slide {
    margin-bottom: 35px;
    padding: 0 85px;
  }
  .works-after-slide .swiper-slide img {
    height: 520px;
  }
  .works-after-thumb .swiper-slide img {
    height: 100px;
  }
}
/* ------------------------------------------- data - */
.works-data {
  margin-top: 5.3333333333vw;
  border-top: 0.2666666667vw solid #DDDDDD;
  border-left: 0.1333333333vw solid #DDDDDD;
}

.works-data dl {
  padding: 3.3333333333vw 0;
  border-bottom: 0.2666666667vw solid #DDDDDD;
  border-right: 0.2666666667vw solid #DDDDDD;
}

.works-data dt {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  border-right: 0.2666666667vw solid #DDDDDD;
}

.works-data dd {
  padding: 0 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5em;
}

@media screen and (min-width: 751px) {
  .works-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.4305555556vw;
    border-top-width: 0.0694444444vw;
    border-left: 0.0694444444vw solid #DDDDDD;
  }
  .works-data dl {
    display: flex;
    align-items: flex-start;
    padding: 1.3888888889vw;
    border-bottom: 0.0694444444vw solid #DDDDDD;
    border-right: 0.0694444444vw solid #DDDDDD;
  }
  .works-data dt {
    margin-bottom: 0;
    padding-left: 0;
    width: 9.0277777778vw;
    font-size: 1.25vw;
    border-right: 0.0694444444vw solid #DDDDDD;
  }
  .works-data dd {
    padding: 0;
    padding-left: 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
  .works-data-harf {
    width: 50%;
  }
  .works-data-harf dd {
    width: 15.9722222222vw;
  }
  .works-data-full {
    width: 100% !important;
  }
  .works-data-full dd {
    width: 82%;
  }
}
@media screen and (min-width: 1441px) {
  .works-data {
    margin-top: 35px;
    border-top-width: 1px;
    border-left: 1px solid #DDDDDD;
  }
  .works-data dl {
    padding: 20px;
    border-bottom-width: 1px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
  }
  .works-data dt {
    width: 130px;
    font-size: 18px;
    font-size: 1.8rem;
    border-right: 1px solid #DDDDDD;
  }
  .works-data dd {
    padding-left: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .works-data-harf {
    width: 50%;
  }
  .works-data-harf dd {
    width: 230px;
  }
  .works-data-full dd {
    width: 82%;
  }
}
/* ------------------------------------------- desc - */
.works-desc {
  margin-top: 6.6666666667vw;
  padding: 4vw 4.6666666667vw;
  background-color: #f4f4f2;
  border-radius: 2vw;
}
.works-desc p {
  line-height: 1.65em;
}

@media screen and (min-width: 751px) {
  .works-desc {
    margin-top: 2.7777777778vw;
    padding: 1.7361111111vw 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .works-desc p {
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-desc {
    margin-top: 40px;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
/* ------------------------------------------- before - */
.works-before-main {
  position: relative;
  margin-bottom: 4vw;
  width: 100%;
  height: 53.3333333333vw;
  background-size: contain;
  background-position: center top;
}

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

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

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

@media screen and (max-width: 750px) {
  .works-before-thumb li:nth-child(n+5) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .works-before > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .works-before-main {
    margin-bottom: 0;
    width: 31.25vw;
    height: 22.9166666667vw;
  }
  .works-before-thumb {
    margin-left: -1.0416666667vw;
    width: 29.8611111111vw;
  }
  .works-before-thumb li {
    margin-left: 1.0416666667vw;
    width: calc(33.33333% - 1.0416666667vw);
    height: 6.9444444444vw;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-before-main {
    width: 450px;
    height: 330px;
  }
  .works-before-thumb {
    margin-left: -15px;
    width: 430px;
  }
  .works-before-thumb li {
    margin-left: 15px;
    width: calc(33.33333% - 15px);
    height: 100px;
  }
  .works-before-thumb li:nth-child(n+4) {
    margin-top: 15px;
  }
}
/* ------------------------------------------- point - */
.works-point > div:nth-child(n+2) {
  margin-top: 8.6666666667vw;
}

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

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

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

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

@media screen and (max-width: 750px) {
  .works-point-list {
    margin: 0 auto;
    width: 80vw;
  }
  .works-point-list > li:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 751px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 3.4722222222vw;
  }
  .works-point-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.0833333333vw;
  }
  .works-point-list > li {
    margin-left: 2.0833333333vw;
    width: calc(33.33333% - 2.0833333333vw);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 2.7777777778vw;
  }
  .works-point-image {
    margin-bottom: 0.6944444444vw;
  }
  .works-point-image img {
    height: 13.8888888889vw;
  }
  .works-point-content p {
    font-size: 1.0416666667vw;
    line-height: 1.75em;
  }
}
@media screen and (min-width: 1441px) {
  .works-point > div:nth-child(n+2) {
    margin-top: 50px;
  }
  .works-point-list {
    margin-left: -30px;
  }
  .works-point-list > li {
    margin-left: 30px;
    width: calc(33.33333% - 30px);
  }
  .works-point-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
  .works-point-image {
    margin-bottom: 10px;
  }
  .works-point-image img {
    height: 200px;
  }
  .works-point-content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ------------------------------------------- voice - */
.works-voice {
  position: relative;
  padding: 4vw 4.6666666667vw;
  background-color: #f2f7f2;
  border-radius: 2vw;
  overflow: hidden;
}
.works-voice p {
  line-height: 1.65em;
}

.works-voice-btn {
  margin-top: 5.3333333333vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .works-voice {
    padding: 1.7361111111vw 3.4722222222vw;
    border-radius: 0.6944444444vw;
  }
  .works-voice p {
    line-height: 1.75em;
  }
  .works-voice:after {
    width: 10.5555555556vw;
    height: 7.7777777778vw;
    right: -1.7361111111vw;
    bottom: -1.0416666667vw;
  }
  .works-voice-btn {
    margin-top: 1.7361111111vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-voice {
    padding: 25px 50px;
    border-radius: 10px;
  }
  .works-voice:after {
    width: 152px;
    height: 112px;
    right: -25px;
    bottom: -15px;
  }
  .works-voice-btn {
    margin-top: 25px;
  }
}
/* ------------------------------------------- staff - */
.works-staff-image {
  border-radius: 1.3333333333vw;
  overflow: hidden;
}
.works-staff-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 53.3333333333vw;
}

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

.works-staff p {
  line-height: 1.65em;
}

@media screen and (max-width: 750px) {
  .works-staff > div:nth-child(n+2) {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .works-staff {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .works-staff-image {
    width: 24.3055555556vw;
    border-radius: 0.6944444444vw;
  }
  .works-staff-image img {
    height: 17.3611111111vw;
  }
  .works-staff-content {
    width: 34.0277777778vw;
  }
  .works-staff-content--none {
    width: 100% !important;
  }
  .works-staff > div:nth-child(n+2) {
    margin-left: 2.2222222222vw;
  }
  .works-staff-desc p {
    line-height: 1.75em;
  }
  .works-staff-btn {
    margin: 2.0833333333vw auto 0 auto;
    width: 23.6111111111vw;
  }
  .works-staff-btn a {
    padding-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1441px) {
  .works-staff-image {
    width: 350px;
    border-radius: 10px;
  }
  .works-staff-image img {
    height: 250px;
  }
  .works-staff-content {
    width: 490px;
  }
  .works-staff > div:nth-child(n+2) {
    margin-left: 32px;
  }
  .works-staff-btn {
    margin: 30px auto 0 auto;
    width: 340px;
  }
  .works-staff-btn a {
    padding-right: 10px;
  }
}
/* ------------------------------------------- related - */
.sec--related {
  margin-top: 13.3333333333vw;
}

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

.sec--related__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8vw;
}

@media screen and (min-width: 751px) {
  .sec--related {
    margin-top: 6.9444444444vw;
  }
  .sec--related .sec-in {
    width: 100%;
  }
  .sec--related .sec-head {
    margin-bottom: 1.3888888889vw;
  }
  .sec--related__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.3888888889vw;
    row-gap: 2.7777777778vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--related {
    margin-top: 100px;
  }
  .sec--related .sec-head {
    margin-bottom: 20px;
  }
  .sec--related__wrap {
    column-gap: 20px;
    row-gap: 40px;
  }
}
/*  #news詳細
-------------------------------------------------------------------------------*/
.post--news {
  width: auto;
  margin-left: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.news-archiive__title {
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.news-archiive__body {
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 751px) {
  .news-archiive {
    width: 48.6111111111vw;
    margin-inline: auto;
  }
  .news-archiive__title {
    font-size: 2.5vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .news-archiive__body {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .news-archiive {
    width: 700px;
  }
  .news-archiive__title {
    font-size: 36px;
  }
  .news-archiive__body {
    margin-top: 30px;
  }
}/*# sourceMappingURL=sub.css.map */