@charset "UTF-8";
body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a {
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .pc {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .sp {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
body.active {
  overflow: hidden;
}

.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

/* txt
======================================== */
.txt_orange {
  color: #e86c28;
  font-size: 1.1em;
  font-weight: 500;
}

/* btn
======================================== */
.btn__wrap {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.btn__wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 99.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2.8em;
  background-image: url(../img/common/btn_shape_bk_upper.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.btn__wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 99.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2.8em;
  background-image: url(../img/common/btn_shape_bk_lower.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.btn__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 9em;
  height: 5.2em;
  background-color: #222;
  color: #fff;
}
.btn__cont::after {
  content: "";
  position: absolute;
  top: 94%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
}
.btn__cont .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
}
.btn__cont .img img {
  width: 100%;
}
.btn__cont .txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.btn__cont .lineWrap {
  display: block;
  position: relative;
  width: 26px;
  height: 20px;
}
.btn__cont .lineWrap > .line {
  display: block;
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.btn__cont .lineWrap > .line:first-of-type {
  top: 0;
}
.btn__cont .lineWrap > .line:nth-of-type(2) {
  top: 50%;
}
.btn__cont .lineWrap > .line:nth-of-type(3) {
  top: 100%;
}
.btn__cont .lineWrap.close .line:first-of-type {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.btn__cont .lineWrap.close .line:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
.btn--orange .btn__wrap::before {
  height: 2.2em;
  background-image: url(../img/common/btn_shape_orange_upper.png);
}
.btn--orange .btn__wrap::after {
  height: 2.2em;
  background-image: url(../img/common/btn_shape_orange_lower.png);
}
.btn--orange .btn__cont {
  width: 6.5em;
  height: 4em;
  background-color: #e86c28;
}
@media screen and (max-width: 768px) {
  .btn--orange .btn__cont {
    width: 4em;
    height: 2.5em;
  }
  .btn--orange .btn__cont::after {
    content: none;
  }
}
.btn--green .btn__wrap::before {
  background-image: url(../img/common/btn_shape_green_upper.png);
}
.btn--green .btn__wrap::after {
  background-image: url(../img/common/btn_shape_green_lower.png);
}
.btn--green .btn__cont {
  background-color: #14b900;
}
.btn--arrow .btn__wrap::before {
  height: 1.5em;
  background-image: url(../img/common/btn_shape_bk_upper.png);
}
.btn--arrow .btn__wrap::after {
  height: 1.5em;
  background-image: url(../img/common/btn_shape_bk_lower.png);
}
.btn--arrow .btn__cont {
  width: 4.5em;
  height: 2.5em;
}
.btn--arrow .btn__cont::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn--large .btn__wrap::before {
  background-image: url(../img/common/btn_shape_border_upper.png);
}
.btn--large .btn__wrap::after {
  background-image: url(../img/common/btn_shape_border_lower.png);
}
.btn--large .btn__cont {
  width: 20em;
  background-image: url(../img/common/btn_shape_border_mid.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: top center;
}
.btn--num .btn__wrap::before {
  background-image: url(../img/common/btn_shape_green_upper.png);
  height: 1.4em;
}
.btn--num .btn__wrap::after {
  background-image: url(../img/common/btn_shape_green_lower.png);
  height: 1.4em;
}
.btn--num .btn__cont {
  width: 2.2em;
  height: 1.2em;
  background-color: #14b900;
}
.btn--num .btn__cont::after {
  content: none;
}
.btn--accordion {
  display: inline-block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #14b900;
}
.btn--accordion span {
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.btn--accordion span:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn--accordion span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  -webkit-transform: translateX(-50%) rotate(-270deg);
          transform: translateX(-50%) rotate(-270deg);
}

/* pagetop
======================================== */
.pageTop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .pageTop {
    bottom: 20vh;
  }
}
.pageTop.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.pageTop a:hover {
  opacity: 1;
}
.pageTop .btn__cont {
  background-color: #e86c28;
}
.pageTop .btn__cont::after {
  top: 50%;
  left: 50%;
  border-style: solid;
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.pageTop .btn__wrap::before {
  height: 2.2em;
  background-image: url(../img/common/btn_shape_orange_upper.png);
}
.pageTop .btn__wrap::after {
  height: 2.2em;
  background-image: url(../img/common/btn_shape_orange_lower.png);
}

@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}

/* menu
======================================== */
.menuPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -200;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuPopup.active {
  z-index: 300;
  visibility: visible;
  opacity: 1;
}
.menuPopup__inner {
  padding: 3em 0.5em;
}
@media screen and (max-width: 768px) {
  .menuPopup__inner {
    padding: 1.8em 0.5em;
  }
}
.menuPopup__heading {
  margin-bottom: 4.8em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .menuPopup__heading {
    margin-bottom: 4.2em;
  }
}
.menuPopup__contUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5em;
     -moz-column-gap: 5em;
          column-gap: 5em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .menuPopup__contUpper {
    -webkit-column-gap: 1.2em;
       -moz-column-gap: 1.2em;
            column-gap: 1.2em;
  }
}
.menuPopup__contLower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuPopup__navItem {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .menuPopup__navItem {
    font-size: 1rem;
  }
}
.menuPopup__navItem + .menuPopup__navItem {
  margin-top: 1.2em;
}
.menuPopup__navItem .secondary__navWrap {
  margin-top: 1.2em;
}
.menuPopup__navItem .secondary__navItem {
  padding-left: 1.2em;
}
.menuPopup__navItem .secondary__navItem + .secondary__navItem {
  margin-top: 1.2em;
}
.menuPopup__navItem .secondary__navItem > a {
  display: inline-block;
  position: relative;
}
.menuPopup__navItem .secondary__navItem > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.4em);
  width: 1em;
  height: 2px;
  background-color: #222;
}
.menuPopup__info {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.menuPopup__info .btn a {
  display: block;
  margin-bottom: 1.5em;
  padding: 0.8em 0.8em;
  background-color: #e86c28;
  color: #fff;
  font-size: clamp(1rem, 2.34375vw, 1.125rem);
  font-weight: 500;
  border-radius: 3px;
}
.menuPopup__info .info__logo {
  margin-bottom: 0.8em;
}
.menuPopup__info .info__logo > a {
  display: inline-block;
}
.menuPopup__info .info__logo .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5em;
}
.menuPopup__info .info__logo .txt {
  font-size: 1.375rem;
  font-weight: 700;
}
.menuPopup__info .info__logo .img {
  width: 80px;
}
.menuPopup__info .info__logo .img img {
  width: 100%;
}
.menuPopup__info .info__address {
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.menuPopup__info .info__tel {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.625rem;
  font-weight: 700;
  color: #14b900;
  line-height: 1.6;
}
.menuPopup__info .info__date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.menuPopup .lineWrap {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .menuPopup .lineWrap {
    width: 30px;
  }
}
.menuPopup .btn__cont::after {
  content: none;
}

/* header
======================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header.active {
  -webkit-box-shadow: 0 0 10px #e2e2e2;
          box-shadow: 0 0 10px #e2e2e2;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1600px;
  height: 115px;
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    height: 105px;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .header__inner {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 68px;
  }
}
.header__logo .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
}
.header__logo .txt {
  font-size: clamp(1.375rem, 3.125vw, 1.5rem);
  font-weight: 800;
}
.header__logo .img {
  width: 62px;
}
.header__logo .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__logo .img {
    width: 46px;
  }
}
.header .gnav__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2em;
     -moz-column-gap: 2.2em;
          column-gap: 2.2em;
  margin-right: 2em;
}
@media screen and (max-width: 1500px) {
  .header .gnav__itemWrap {
    -webkit-column-gap: 2.2666666667vw;
       -moz-column-gap: 2.2666666667vw;
            column-gap: 2.2666666667vw;
    margin-right: 2.1vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .gnav__itemWrap {
    -webkit-column-gap: 2.8333333333vw;
       -moz-column-gap: 2.8333333333vw;
            column-gap: 2.8333333333vw;
  }
}
.header .gnav__item {
  text-align: center;
}
.header .gnav__item a:hover {
  color: #14b900;
}
@media screen and (max-width: 1500px) {
  .header .gnav__item.none {
    display: none;
  }
}
.header .gnav__item .ja {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 600;
  line-height: 1.2;
}
.header .gnav__item .en {
  display: block;
  font-size: 0.6em;
  color: #a2a2a2;
  line-height: 1.2;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  height: 100%;
}
.header__rightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
}
@media screen and (max-width: 1080px) {
  .header__rightCont {
    display: none;
  }
}
.header__rightUpper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
  .header__rightUpper {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.header__rightUpper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  height: 36px;
  padding: 0 2em;
  border-radius: 2em;
  background-color: #222;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .header__rightUpper .address {
    padding: 0 1.5em;
  }
}
.header__rightUpper .tel > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  height: 36px;
  padding: 0 2em;
  border-radius: 2em;
  background-color: #222;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .header__rightUpper .tel > .wrap {
    padding: 0 1.5em;
  }
}
.header__rightUpper .tel .num {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
}
.header__rightUpper .tel .num::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(100% + 0.5em);
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.header__rightUpper .tel .date {
  line-height: 1;
}
.header__rightLower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__rightLower .link--realestate a {
  display: block;
  background-color: #e86c28;
  padding: 0.5em 1.5em;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header__rightLower .link--realestate {
    display: none;
  }
}
.header__rightBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
}
.header__rightBtn--contact > .btn--green .btn__wrap::before {
  height: 2.2em;
}
.header__rightBtn--contact > .btn--green .btn__wrap::after {
  height: 2.2em;
}
.header__rightBtn--contact > .btn--green .btn__cont {
  width: 6.5em;
  height: 4em;
}
@media screen and (max-width: 768px) {
  .header__rightBtn--contact > .btn--green .btn__cont {
    width: 4em;
    height: 2.5em;
  }
  .header__rightBtn--contact > .btn--green .btn__cont::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .header__rightBtn--contact {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .header__rightBtn--menu {
    display: none;
  }
}

/* footer
======================================== */
.footer {
  padding: 5em 0 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10.4166666667vw 0 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1em 5em;
}
@media screen and (max-width: 599px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3em;
    padding: 0 2em 5em;
  }
}
.footer__rightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: min(4vw, 2.8em);
     -moz-column-gap: min(4vw, 2.8em);
          column-gap: min(4vw, 2.8em);
  row-gap: 1.6em;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
}
@media screen and (max-width: 599px) {
  .footer__rightCont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__logo {
  margin-bottom: 0.8em;
}
.footer__logo .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2em;
}
.footer__logo .txt {
  font-size: clamp(1.375rem, 3.125vw, 1.5rem);
  font-weight: 700;
}
.footer__logo .img {
  width: 80px;
}
.footer__logo .img img {
  width: 100%;
}
.footer__address {
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.footer__tel {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.625rem;
  font-weight: 700;
  color: #14b900;
  line-height: 1.6;
}
.footer__date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.footer__navItem {
  font-weight: 600;
}
.footer__navItem + .footer__navItem {
  margin-top: 1.4em;
}
.footer__navItem .secondary__navWrap {
  margin-top: 1.4em;
}
.footer__navItem .secondary__navItem {
  padding-left: 1.5em;
}
.footer__navItem .secondary__navItem + .secondary__navItem {
  margin-top: 1.4em;
}
.footer__navItem .secondary__navItem > a {
  display: inline-block;
  position: relative;
}
.footer__navItem .secondary__navItem > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.4em);
  width: 1em;
  height: 2px;
  background-color: #222;
}
@media screen and (max-width: 599px) {
  .footer__navWrap {
    width: calc((100% - 5vw) / 2);
  }
}
.footer__copyright {
  padding: 1em 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 1em 0 60px;
  }
}

.fixedFooter {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .fixedFooter {
    display: block;
  }
}
.fixedFooter__inner {
  height: 100%;
}
.fixedFooter__item {
  width: 100%;
  height: 100%;
}
.fixedFooter__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e86c28;
  border-top: 1px solid #fff;
}
.fixedFooter__item > a > .img {
  width: 26px;
}
.fixedFooter__item > a > .img img {
  width: 100%;
}
.fixedFooter__item:first-of-type {
  border-right: 1px solid #fff;
}
.fixedFooter__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* セクション
======================================== */
/* コメント */
.breadcrumbs {
  margin: 0 auto;
  padding: 1.5em 1em 2em;
  max-width: 1080px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 0.75rem;
  }
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  row-gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__itemWrap {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.breadcrumbs__item::before {
  content: "/";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 1em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .breadcrumbs__item::before {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-right: 0.7em;
  }
}
.breadcrumbs__item:first-of-type::before {
  content: none;
}

/* subpage
======================================== */
.subPage {
  margin-top: 115px;
}
@media screen and (max-width: 1200px) {
  .subPage {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1080px) {
  .subPage {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .subPage {
    margin-top: 68px;
  }
}
.subPage .kv {
  height: 200px;
}
.subPage .kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.subPage .kv__ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.subPage .kv__ttl .wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid #15b902;
  border-top: 0;
}
.subPage .kv__ttl .en {
  color: #e86c28;
  font-size: clamp(2.5rem, 10.4166666667vw, 5rem);
  font-weight: 700;
  line-height: 1;
}
.subPage .kv__ttl .ja {
  font-weight: 700;
  line-height: 2.5;
}
.subPage__wrapper {
  padding: 100px 0 110px;
  background: #f3f4f5;
}
@media screen and (max-width: 768px) {
  .subPage__wrapper {
    padding: 13.0208333333vw 0 14.3229166667vw;
  }
}
.subPage__content {
  max-width: 1080px;
  margin: 0 auto;
}
.subPage__content .intro__txt {
  color: #222;
  font-size: clamp(0.9375rem, 2.34375vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.subPage__content .worries__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.4em;
     -moz-column-gap: 1.4em;
          column-gap: 1.4em;
  row-gap: 3.5em;
}
.subPage__content .worries__itemWrap--col2 .worries__item {
  width: calc((100% - 1.4em) / 2);
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .subPage__content .worries__itemWrap--col2 .worries__item {
    width: calc((100% - 1.4em) / 2);
  }
}
@media screen and (max-width: 599px) {
  .subPage__content .worries__itemWrap--col2 .worries__item {
    width: calc(100% - 2em);
    max-width: 380px;
  }
}
.subPage__content .worries__itemWrap--col2 .img {
  height: 25vw;
  max-height: 230px;
}
@media screen and (max-width: 768px) {
  .subPage__content .worries__itemWrap--col2 .img {
    height: 25vw;
    max-height: none;
  }
}
@media screen and (max-width: 599px) {
  .subPage__content .worries__itemWrap--col2 .img {
    height: 50vw;
    max-height: 236px;
  }
}
.subPage__content .worries__itemWrap--col3 .worries__item {
  width: calc((100% - 4.2em) / 3);
}
@media screen and (max-width: 768px) {
  .subPage__content .worries__itemWrap--col3 .worries__item {
    width: calc((100% - 1.4em) / 2);
  }
}
@media screen and (max-width: 599px) {
  .subPage__content .worries__itemWrap--col3 .worries__item {
    width: calc(100% - 2em);
    max-width: 380px;
  }
}
.subPage__content .worries__itemWrap--col3 .img {
  height: 17vw;
  max-height: 186px;
}
@media screen and (max-width: 768px) {
  .subPage__content .worries__itemWrap--col3 .img {
    height: 25vw;
    max-height: none;
  }
}
@media screen and (max-width: 599px) {
  .subPage__content .worries__itemWrap--col3 .img {
    height: 50vw;
    max-height: 236px;
  }
}
.subPage__content .worries__itemWrap--col4 .worries__item {
  width: calc((100% - 4.2em) / 4);
}
@media screen and (max-width: 960px) {
  .subPage__content .worries__itemWrap--col4 .worries__item {
    width: calc((100% - 2.8em) / 3);
  }
}
@media screen and (max-width: 768px) {
  .subPage__content .worries__itemWrap--col4 .worries__item {
    width: calc((100% - 1.4em) / 2);
  }
}
@media screen and (max-width: 599px) {
  .subPage__content .worries__itemWrap--col4 .worries__item {
    width: calc(100% - 2em);
    max-width: 380px;
  }
}
.subPage__content .worries__itemWrap--col4 .worries__item .img {
  height: 14vw;
  max-height: 140px;
}
@media screen and (max-width: 768px) {
  .subPage__content .worries__itemWrap--col4 .worries__item .img {
    height: 25vw;
    max-height: none;
  }
}
@media screen and (max-width: 599px) {
  .subPage__content .worries__itemWrap--col4 .worries__item .img {
    height: 50vw;
    max-height: 236px;
  }
}
.subPage__content .worries__item > a {
  display: block;
  height: 100%;
}
.subPage__content .worries__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.subPage__content .worries__item .ttl {
  display: block;
  text-align: center;
  background: #e86c28;
  margin-bottom: 0.8em;
  padding: 0.4em 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 3px;
}
.subPage__content .worries__item .listWrap {
  display: block;
  margin-left: 1.2em;
  font-size: clamp(0.875rem, 1.953125vw, 0.9375rem);
  line-height: 1.5;
}
.subPage__content .worries__item .list {
  display: block;
  position: relative;
}
.subPage__content .worries__item .list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4em;
  right: calc(100% + 0.4em);
  width: 0.7em;
  height: 0.7em;
  background-color: #15b902;
  border-radius: 50%;
}
.subPage__content .worries__item .list + .list {
  margin-top: 0.3em;
}
.subPage__content .worries__item .img {
  display: block;
  margin-bottom: 1em;
}
.subPage__content .worries__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.subPage__content .worries__item .btn {
  margin-top: 2.4em;
  text-align: center;
}
.subPage__content .box {
  margin: 0 1em;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 10px #e2e2e2;
          box-shadow: 3px 3px 10px #e2e2e2;
}
.subPage__content .box + .box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .subPage__content .box + .box {
    margin-top: 10.4166666667vw;
  }
}
.subPage__content .box__inner {
  padding: 2.8em 3.5em 4.8em;
}
@media screen and (max-width: 1080px) {
  .subPage__content .box__inner {
    padding: 4.6296296296vw 5.1851851852vw 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .subPage__content .box__inner {
    padding: 6.5104166667vw 3.6458333333vw 9.375vw;
  }
}
.subPage__content .box__inner .txt > .link {
  color: #14b900;
}
.subPage__content .box__inner .txt > .telLink {
  margin-right: 0.2em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.625rem;
  font-weight: 700;
  color: #14b900;
  vertical-align: sub;
}
.subPage__content .box__inner .btn--thanksPage {
  text-align: center;
}
.subPage__content .box__inner .btn--thanksPage > a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.8em 0;
  background-color: #e86c28;
  color: #fff;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  font-weight: 600;
  border: 1px solid #e86c28;
  border-radius: 3em;
}
.subPage__content .box__inner .btn--thanksPage > a .txt {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .subPage__content .box__inner .btn--thanksPage > a:hover {
    background-color: #fff;
    color: #e86c28;
    border: 1px solid #e86c28;
  }
}
.subPage__content .box__upper {
  text-align: center;
}
.subPage__content .box__nonBg {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.subPage__content .box__nonBg .box__inner {
  padding: 0;
}
.subPage .ttlType01 {
  margin-bottom: 2.5em;
  text-align: center;
}
.subPage .ttlType01 .wrap {
  display: inline-block;
  position: relative;
  padding: 0 0.6em 0.4em;
  border-bottom: 6px solid #e86c28;
}
.subPage .ttlType01 .wrap .txt {
  font-size: 2rem;
  font-size: clamp(1.375rem, 3.6458333333vw, 1.75rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.subPage .ttlType01 + .txt {
  margin-bottom: 3em;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
}
.subPage .ttlType02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.8em;
  text-align: center;
}
.subPage .ttlType02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0 0.4em 0.4em;
  border-bottom: 2px solid #757575;
}
@media screen and (max-width: 768px) {
  .subPage .ttlType02 .wrap {
    padding: 0 0.2em 0.4em;
  }
}
.subPage .ttlType02 .wrap .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.375rem, 3.3854166667vw, 1.625rem);
  font-weight: 800;
  line-height: 1;
}
.subPage .ttlType02 .wrap .txt {
  font-size: clamp(1.25rem, 3.125vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.subPage .ttlType02 + .realstate__boxListWrap {
  display: inline-block;
  margin-bottom: 3.2em;
  padding: 1.4em 1.2em 1.4em 2.9em;
  background: #ecf5eb;
  text-align: left;
  border-radius: 5px;
}
.subPage .ttlType02 + .realstate__boxListWrap .list {
  position: relative;
}
.subPage .ttlType02 + .realstate__boxListWrap .list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  right: calc(100% + 0.4em);
  width: 0.7em;
  height: 0.7em;
  background-color: #15b902;
  border-radius: 50%;
}
.subPage .bAfter__ttl {
  text-align: center;
}
.subPage .bAfter__ttl > span {
  display: inline-block;
  margin-bottom: 0.8em;
  color: #e86c28;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
}
.subPage .bAfter__txt {
  margin-bottom: 2.8em;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  line-height: 1.8;
}
.subPage .bAfter__heading {
  margin-bottom: 2.8em;
  padding: 0.3em 1.2em;
  background-color: #ecf5eb;
  font-size: clamp(1rem, 2.34375vw, 1.125rem);
  font-weight: 500;
  border-radius: 3px;
}
.subPage .bAfter__item {
  width: min(280px, 42%);
}
@media screen and (max-width: 599px) {
  .subPage .bAfter__item {
    width: calc(100% - 2em);
    margin: 0 auto;
  }
}
.subPage .bAfter__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  row-gap: calc(10vw + 1em);
}
.subPage .bAfter__item .wrap {
  position: relative;
}
.subPage .bAfter__item .img {
  height: 25vw;
  max-height: 180px;
}
@media screen and (max-width: 599px) {
  .subPage .bAfter__item .img {
    height: 52vw;
    max-height: 310px;
  }
}
.subPage .bAfter__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0;
}
.subPage .bAfter__item .band {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 0.1em 0;
  background-color: #15b902;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subPage .bAfter__item--before .band {
  background-color: #a2a2a2;
  color: #fff;
}
.subPage .bAfter__item--after {
  position: relative;
}
.subPage .bAfter__item--after::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 1.8em);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 28px solid #e86c28;
  border-right: 0;
}
@media screen and (max-width: 1080px) {
  .subPage .bAfter__item--after::before {
    right: calc(100% + 2.5vw);
  }
}
@media screen and (max-width: 768px) {
  .subPage .bAfter__item--after::before {
    right: calc(100% + 2vw);
  }
}
@media screen and (max-width: 599px) {
  .subPage .bAfter__item--after::before {
    top: auto;
    bottom: calc(100% + 2.5vw);
    right: 50%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    border-top: 4.3405676127vw solid #e86c28;
    border-bottom: 0;
    border-left: 2.0033388982vw solid transparent;
    border-right: 2.0033388982vw solid transparent;
  }
}
.subPage .pageLink__item {
  width: calc((100% - 3em) / 4);
  max-width: 300px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .subPage .pageLink__item {
    width: calc((100% - 1em) / 2);
  }
}
@media screen and (max-width: 420px) {
  .subPage .pageLink__item {
    width: 100%;
  }
}
.subPage .pageLink__item > a {
  display: block;
  padding: 0.8em 0;
  background-color: #15b902;
  color: #fff;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  font-weight: 600;
  border: 1px solid #15b902;
  border-radius: 3em;
}
.subPage .pageLink__item > a .txt {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .subPage .pageLink__item > a:hover {
    background-color: #fff;
    color: #14b900;
    border: 1px solid #0f8a00;
  }
}
.subPage .pageLink__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1.4em;
}
.subPage .areaWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 2.2em;
}
.subPage .areaWrap > .mainArea {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .subPage .areaWrap > .mainArea {
    width: 100%;
  }
}
.subPage .areaWrap > .sidebarArea {
  width: 25%;
  font-size: clamp(0.875rem, 1.953125vw, 0.9375rem);
}
@media screen and (max-width: 768px) {
  .subPage .areaWrap > .sidebarArea {
    width: 100%;
    margin-top: 2em;
  }
}
.subPage .areaWrap > .sidebarArea .heading {
  padding: 0.8em 1em;
  background-color: #15b902;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
}
.subPage .areaWrap > .sidebarArea .categoryMenu li > a {
  display: block;
  padding: 0.8em 1em;
  border-bottom: 1px solid #f3f4f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.subPage .areaWrap > .sidebarArea .categoryMenu li > a:hover {
  background-color: #ecf5eb;
}
.subPage .pagenation {
  margin-top: 3em;
}
.subPage .pagenation .wp-pagenavi a, .subPage .pagenation .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 4px;
  border-radius: 3px;
}
.subPage .pagenation .wp-pagenavi a.current, .subPage .pagenation .wp-pagenavi span.current {
  background-color: #e86c28;
  color: #fff;
  border: 1px solid #e86c28;
}

/* admin
======================================== */
.customize-support .mv {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .customize-support .mv {
    margin-top: 22px;
  }
}
.customize-support .subPage {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .customize-support .subPage {
    margin-top: 22px;
  }
}

/* トップページ
======================================== */
.mv {
  margin-top: 115px;
  padding-top: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/top/mv.jpg);
}
@media screen and (max-width: 1500px) {
  .mv {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    margin-top: 105px;
  }
}
@media screen and (max-width: 1080px) {
  .mv {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 68px;
  }
}
.mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__innerTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8em;
  text-align: center;
}
.mv__innerTxt--ja {
  font-size: clamp(1.25rem, 5.7291666667vw, 2.75rem);
  font-weight: 800;
  line-height: 1.5;
  text-shadow: 4px 4px 0px #ffffff, -4px 4px 0px #ffffff, 4px -4px 0px #ffffff, -4px -4px 0px #ffffff, 4px 0px 0px #ffffff, 0px 4px 0px #ffffff, -4px 0px 0px #ffffff, 0px -4px 0px #ffffff;
}
.mv__innerTxt--en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 9.375rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .mv__innerTxt--en {
    font-size: 12.5vw;
  }
}

.topIntro {
  position: relative;
  margin-bottom: 20vw;
  padding-top: 100px;
  background-color: #14b900;
}
.topIntro__outer {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topIntro {
    padding-top: 13.0208333333vw;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../img/top/pic_topIntro.png);
  }
}
@media screen and (max-width: 599px) {
  .topIntro {
    padding-top: 20.0333889816vw;
    background-position: center bottom 30%;
  }
}
.topIntro::after {
  content: "";
  width: 100%;
  height: 20vw;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/top/bg_topIntro.png);
}
.topIntro__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .topIntro__inner {
    padding: 0 1em;
  }
}
.topIntro__ttl {
  text-align: center;
}
.topIntro__ttl .txt {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 0.4em 0.2em;
  font-size: clamp(1.375rem, 4.1666666667vw, 2rem);
  font-weight: 600;
  color: #fff;
  border-bottom: 8px solid #fff;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .topIntro__ttl .txt {
    margin-bottom: 1.5em;
    padding: 0 0.4em 0.4em;
    border-bottom: 5px solid #fff;
  }
}
.topIntro__cont {
  margin-bottom: 5em;
  text-align: center;
}
.topIntro__txt {
  display: inline-block;
  position: relative;
  font-size: clamp(0.9375rem, 2.34375vw, 1.125rem);
  font-weight: 500;
  color: #fff;
}
.topIntro__txt::before {
  content: "";
  width: 500px;
  height: 830px;
  position: absolute;
  top: -40%;
  left: 85%;
  z-index: 0;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(../img/top/deco_topIntro_right.png);
}
@media screen and (max-width: 768px) {
  .topIntro__txt::before {
    content: none;
  }
}
.topIntro__txt::after {
  content: "";
  width: 560px;
  height: 880px;
  position: absolute;
  top: -35%;
  right: 83%;
  z-index: 0;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../img/top/deco_topIntro_left.png);
}
@media screen and (max-width: 768px) {
  .topIntro__txt::after {
    content: none;
  }
}
.topIntro__btn {
  position: relative;
  padding-bottom: 5.8em;
  text-align: center;
}
.topIntro__btn::before {
  content: "";
  width: 320px;
  height: 210px;
  position: absolute;
  top: 12em;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/top/deco_topIntro01.png);
}
@media screen and (max-width: 1500px) {
  .topIntro__btn::before {
    width: 21.3vw;
    height: 14vw;
    top: calc(4vw + 8em);
  }
}
@media screen and (max-width: 599px) {
  .topIntro__btn::before {
    width: 30vw;
    height: 20vw;
  }
}
.topBusiness {
  padding-top: 5em;
}
.topBusiness__heading {
  position: relative;
  margin-bottom: 2.5em;
}
.topBusiness__heading::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 35%;
  width: 100%;
  height: calc(70% + 2.5em);
  background: #f3f4f5;
}
.topBusiness__ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topBusiness__ttl .wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid #15b902;
  border-top: 0;
}
.topBusiness__ttl .en {
  color: #e86c28;
  font-size: clamp(2.5rem, 10.4166666667vw, 5rem);
  font-weight: 700;
  line-height: 1;
}
.topBusiness__ttl .ja {
  font-weight: 700;
  line-height: 2.5;
}
.topBusiness__contWrap {
  padding: 0 0 6.8em;
  background-color: #f3f4f5;
}
@media screen and (max-width: 768px) {
  .topBusiness__contWrap {
    padding: 0 0 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .topBusiness__contUpper {
    padding: 0 1em;
  }
}
.topBusiness__upper {
  position: relative;
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 3.2em 0 2.2em;
  background-color: #fff;
}
.topBusiness__upper::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 60px;
  height: 100%;
  background-color: #fff;
  border-left: 20px solid #e86c28;
}
@media screen and (max-width: 900px) {
  .topBusiness__upper::before {
    content: none;
  }
}
.topBusiness__upper::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 60px;
  height: 100%;
  background-color: #fff;
  border-right: 20px solid #e86c28;
}
@media screen and (max-width: 900px) {
  .topBusiness__upper::after {
    content: none;
  }
}
@media screen and (max-width: 1080px) {
  .topBusiness__upper {
    padding: 3.2em 1.2em 2.2em;
    border-left: 10px solid #e86c28;
    border-right: 10px solid #e86c28;
  }
}
@media screen and (max-width: 599px) {
  .topBusiness__upper {
    border-left: 7px solid #e86c28;
    border-right: 7px solid #e86c28;
  }
}
.topBusiness__upperTtl {
  margin-bottom: 3em;
}
@media screen and (max-width: 599px) {
  .topBusiness__upperTtl {
    padding-left: 1em;
  }
}
.topBusiness__upperTtl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topBusiness__upperTtl .wrap {
    gap: 0.6em;
  }
}
.topBusiness__upperTtl .wrap .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #e86c28;
  font-size: clamp(2.5rem, 9.1145833333vw, 4.375rem);
  font-weight: 800;
  line-height: 1;
}
.topBusiness__upperTtl .wrap .txt {
  padding: 0.2em 0.6em;
  border-bottom: 5px solid #e86c28;
  font-size: clamp(1.375rem, 4.1666666667vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
}
.topBusiness__upperTxt {
  margin-bottom: 4em;
  color: #b38267;
  font-size: clamp(0.9375rem, 2.34375vw, 1.125rem);
  font-weight: 600;
  text-align: center;
}
.topBusiness__upperCont .box__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 2.5em;
}
@media screen and (max-width: 768px) {
  .topBusiness__upperCont .box__itemWrap {
    row-gap: 1.5em;
  }
}
.topBusiness__upperCont .box__item {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .topBusiness__upperCont .box__item {
    width: 47.5%;
  }
}
@media screen and (max-width: 599px) {
  .topBusiness__upperCont .box__item {
    width: calc(100% - 2em);
  }
}
.topBusiness__upperCont .box__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2em;
  height: 100%;
}
.topBusiness__upperCont .box__item .inner .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.topBusiness__upperCont .box__item .inner .lower > .txt {
  margin-bottom: 0.6em;
}
.topBusiness__upperCont .box__item .inner .lower .btn {
  padding: 2.2em 0;
  text-align: center;
}
.topBusiness__upperCont .box__item .heading {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 6px solid #222;
}
.topBusiness__upperCont .box__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  position: relative;
}
.topBusiness__upperCont .box__item .wrap .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.5rem, 3.6458333333vw, 1.75rem);
  font-weight: 800;
  line-height: 1;
}
.topBusiness__upperCont .box__item .wrap .txt {
  font-size: clamp(1.25rem, 2.8645833333vw, 1.375rem);
  font-weight: 600;
  line-height: 1.4;
}
.topBusiness__upperCont .box__item .imgWrap {
  position: relative;
}
.topBusiness__upperCont .box__item .imgWrap .icon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.topBusiness__upperCont .box__item .img img {
  width: 100%;
}
.topBusiness__upperCont .box__item .icon {
  width: 30%;
  max-width: 80px;
}
.topBusiness__upperCont .box__item .icon img {
  width: 100%;
}
.topBusiness__upperCont .box__item .txt {
  font-size: clamp(0.875rem, 1.953125vw, 0.9375rem);
  line-height: 1.6;
}
.topBusiness__lower {
  max-width: 1080px;
  margin: 0 auto 4.8em;
}
@media screen and (max-width: 768px) {
  .topBusiness__lower {
    margin: 0 auto 9.8958333333vw;
  }
}
.topBusiness__lower .box__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 2.5em;
}
@media screen and (max-width: 768px) {
  .topBusiness__lower .box__itemWrap {
    padding: 0 1em;
    row-gap: 12.5vw;
  }
}
.topBusiness__lower .box__item {
  width: 47.5%;
}
@media screen and (max-width: 599px) {
  .topBusiness__lower .box__item {
    width: 100%;
  }
}
.topBusiness__lower .box__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 1em 1.2em;
  background-color: #fff;
  border-left: 10px solid #e86c28;
  border-right: 10px solid #e86c28;
}
@media screen and (max-width: 599px) {
  .topBusiness__lower .box__item .inner {
    padding: 1em 1.2em 1.6em;
    border-left: 7px solid #e86c28;
    border-right: 7px solid #e86c28;
  }
}
.topBusiness__lower .box__item .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1em;
}
.topBusiness__lower .box__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  position: relative;
}
.topBusiness__lower .box__item .wrap .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #e86c28;
  font-size: 3.25rem;
  font-size: clamp(2.25rem, 6.7708333333vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
}
.topBusiness__lower .box__item .wrap .txt {
  padding: 0.2em 0.4em;
  border-bottom: 2px solid #e86c28;
  font-size: 1.5rem;
  font-size: clamp(1.375rem, 3.125vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
}
.topBusiness__lower .box__item .img img {
  width: 100%;
}
.topBusiness__lower .box__item .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  max-width: 96px;
}
.topBusiness__lower .box__item .icon img {
  width: 100%;
}
.topBusiness__lower .box__item .btn {
  position: absolute;
  bottom: 0;
  right: -0.5em;
}
.topBusiness__btn {
  text-align: center;
}
.topStrength {
  padding: 7em 0 6em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topStrength {
    padding: 14.5833333333vw 0 12.5vw;
  }
}
.topStrength__ttl {
  position: relative;
  z-index: 3;
  margin-bottom: 2.5em;
}
.topStrength__ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topStrength__ttl .wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid #15b902;
  border-top: 0;
}
.topStrength__ttl .en {
  color: #e86c28;
  font-size: clamp(2.5rem, 10.4166666667vw, 5rem);
  font-weight: 700;
  line-height: 1;
}
.topStrength__ttl .ja {
  font-weight: 700;
  line-height: 2.5;
}
.topStrength__txt {
  position: relative;
  z-index: 3;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  font-weight: 600;
  text-align: center;
}
.topStrength__heading {
  margin-bottom: 3em;
}
.topStrength__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.topStrength__inner .imgWrap {
  position: relative;
}
.topStrength__inner .imgWrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: -10;
  width: 20vw;
  max-width: 160px;
  height: 18vw;
  max-height: 160px;
  background-image: url(../img/top/bg_topStrength01.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .topStrength__inner .imgWrap::after {
    bottom: -28%;
    left: auto;
    right: 74%;
    width: 30vw;
    max-width: none;
    height: 30vw;
    max-height: none;
  }
}
.topStrength__cont {
  position: relative;
  margin: 0 1.5em;
}
.topStrength__pager {
  display: inline-block;
  position: absolute;
  left: calc(50% + 2em);
  top: 60%;
}
@media screen and (max-width: 768px) {
  .topStrength__pager {
    display: none;
  }
}
.topStrength .pager__item {
  height: 2em !important;
}
.topStrength .pager__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.topStrength .pager__item .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.8em solid #a2a2a2;
  border-right: 0;
}
.topStrength .pager__item .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  color: #a2a2a2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topStrength .pager__item .desc .txt {
  line-height: 1.3;
}
.topStrength .pager__item .desc:hover {
  cursor: pointer;
}
.topStrength .pager__item .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.topStrength .pager__item.swiper-slide-thumb-active .arrow {
  border-left: 0.8em solid #e86c28;
}
.topStrength .pager__item.swiper-slide-thumb-active .desc {
  color: #e86c28;
  font-size: 1.2em;
  font-weight: 700;
}
.topStrength__sliderWrap {
  position: relative;
}
.topStrength .slider__item {
  opacity: 0 !important;
}
.topStrength .slider__item.swiper-slide-active {
  opacity: 1 !important;
}
.topStrength .slider__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  position: relative;
}
.topStrength .slider__item .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -150px;
  right: 42%;
  z-index: -1;
  width: 54vw;
  max-width: 750px;
  height: 52vw;
  max-height: 740px;
  background-image: url(../img/top/bg_topStrength01.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .topStrength .slider__item .inner::after {
    right: 26%;
    width: 84vw;
    height: 82vw;
  }
}
@media screen and (max-width: 599px) {
  .topStrength .slider__item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topStrength .slider__item .imgWrap {
  position: relative;
  width: 40%;
  -webkit-filter: drop-shadow(0.8em 0.5em 0px rgba(91, 135, 103, 0.2));
          filter: drop-shadow(0.8em 0.5em 0px rgba(91, 135, 103, 0.2));
  position: relative;
}
@media screen and (max-width: 599px) {
  .topStrength .slider__item .imgWrap {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.topStrength .slider__item .img img {
  width: 100%;
}
.topStrength .slider__item .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #e86c28;
  font-size: 6.875rem;
  font-size: clamp(4.125rem, 14.3229166667vw, 6.875rem);
  font-weight: 800;
  line-height: 1.2;
}
.topStrength .slider__item .descWrap {
  width: 50%;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .topStrength .slider__item .descWrap {
    width: 80%;
    max-width: 300px;
    margin: 2em auto 0;
  }
}
.topStrength .slider__item .descWrap .heading {
  position: relative;
  z-index: 5;
  margin-bottom: 1em;
  color: #e86c28;
  font-size: 1.375rem;
  font-size: clamp(1.25rem, 2.8645833333vw, 1.375rem);
  font-weight: 700;
  line-height: 1.3;
}
.topStrength .slider__item .descWrap .txt {
  position: relative;
  z-index: 5;
  line-height: 1.6;
}
.topStrength .slider__item .descWrap .desc {
  position: relative;
}
.topStrength .slider__item .descWrap .desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 78%;
  z-index: -1;
  width: 18vw;
  max-width: 300px;
  height: 16vw;
  max-height: 300px;
  background-image: url(../img/top/bg_topStrength02.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .topStrength .slider__item .descWrap .desc::after {
    top: -20%;
    left: 70%;
    width: 46vw;
    max-width: none;
    height: 43vw;
    max-height: none;
  }
}
.topStrength .slider__button--prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(100% + 1.5em);
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 30px solid #14b900;
  border-left: 0;
}
.topStrength .slider__button--prev:hover {
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .topStrength .slider__button--prev {
    right: calc(95% + 1.5em);
  }
}
@media screen and (max-width: 768px) {
  .topStrength .slider__button--prev {
    border-top: 6.5104166667vw solid transparent;
    border-bottom: 6.5104166667vw solid transparent;
    border-right: 3.90625vw solid #14b900;
  }
}
@media screen and (max-width: 599px) {
  .topStrength .slider__button--prev {
    top: 187.5px;
    right: calc(150px + 50vw);
  }
}
@media screen and (max-width: 420px) {
  .topStrength .slider__button--prev {
    top: 46vw;
    right: 83vw;
  }
}
.topStrength .slider__button--next {
  position: absolute;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(40% + 1.5em);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #14b900;
  border-right: 0;
}
.topStrength .slider__button--next:hover {
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .topStrength .slider__button--next {
    left: calc(35% + 1.5em);
  }
}
@media screen and (max-width: 768px) {
  .topStrength .slider__button--next {
    border-top: 6.5104166667vw solid transparent;
    border-bottom: 6.5104166667vw solid transparent;
    border-left: 3.90625vw solid #14b900;
  }
}
@media screen and (max-width: 599px) {
  .topStrength .slider__button--next {
    top: 187.5px;
    left: calc(150px + 50vw);
  }
}
@media screen and (max-width: 420px) {
  .topStrength .slider__button--next {
    top: 46vw;
    left: 84vw;
  }
}
.topCase {
  padding: 7em 0 8em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topCase {
    padding: 14.5833333333vw 0 20.8333333333vw;
  }
}
.topCase__ttl {
  margin-bottom: 2.5em;
}
.topCase__ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topCase__ttl .wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid #15b902;
  border-top: 0;
}
.topCase__ttl .en {
  color: #e86c28;
  font-size: clamp(2.5rem, 10.4166666667vw, 5rem);
  font-weight: 700;
  line-height: 1;
}
.topCase__ttl .ja {
  font-weight: 700;
  line-height: 2.5;
}
.topCase__cont {
  margin-bottom: 5.8em;
}
.topCase__cont.txt--alignCenter {
  text-align: center;
}
.topCase__item .img {
  display: block;
  height: 20vw;
  max-height: 260px;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 599px) {
  .topCase__item .img {
    height: 38vw;
  }
}
.topCase__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topCase__item .categoryItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  margin-bottom: 0.8em;
}
.topCase__item .categoryItem {
  display: inline-block;
  padding: 0.1em 0.6em;
  font-size: clamp(0.8125rem, 1.953125vw, 0.9375rem);
  color: #14b900;
  border: 1px solid #15b902;
}
.topCase__item .txt {
  display: block;
  font-size: clamp(0.8125rem, 1.953125vw, 0.9375rem);
  line-height: 1.6;
}
.topCase__btn {
  text-align: center;
}
.topRecruit {
  position: relative;
  padding: 7em 0 6em;
  background-color: #15b902;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topRecruit {
    padding: 14.5833333333vw 0 18.75vw;
  }
}
.topRecruit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 160px;
  height: 380px;
  background-image: url(../img/top/pic_topRecruit01.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .topRecruit::after {
    content: none;
  }
}
.topRecruit__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .topRecruit__inner {
    padding: 0 1.8em;
  }
}
.topRecruit__ttl {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .topRecruit__ttl {
    max-width: 580px;
    width: 70%;
  }
}
.topRecruit__ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topRecruit__ttl .en img {
  width: 100%;
}
.topRecruit__ttl .ja {
  font-size: 2.125rem;
  font-weight: 600;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media screen and (max-width: 1200px) {
  .topRecruit__ttl .ja {
    font-size: 2.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .topRecruit__ttl .ja {
    font-size: clamp(0.875rem, 3.90625vw, 1.875rem);
  }
}
.topRecruit__heading {
  margin-bottom: 1.2em;
  color: #fff;
  font-size: clamp(1.25rem, 3.3854166667vw, 1.625rem);
  font-weight: 600;
  line-height: 1.6;
}
.topRecruit__txt {
  margin-bottom: 5.8em;
  color: #fff;
  font-size: 1.125rem;
  font-size: clamp(0.9375rem, 2.34375vw, 1.125rem);
}
.topRecruit__btn {
  text-align: center;
}
.topRecruit__btn .btn {
  display: inline-block;
  position: relative;
}
.topRecruit__btn .btn > a {
  position: relative;
  z-index: 3;
}
.topRecruit__btn .btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -90px;
  right: 35%;
  width: 234px;
  height: 235px;
  background-image: url(../img/top/pic_topRecruit02.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .topRecruit__btn .btn::after {
    top: -100%;
    max-width: 190px;
    width: 50vw;
    height: 50vw;
  }
}
.topRecruit__desc {
  width: 60%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topRecruit__desc {
    width: 100%;
  }
}
.topRecruit__desc::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(100% + 4em);
  width: 35vw;
  max-width: 600px;
  height: 44vw;
  background-image: url(../img/top/pic_topRecruit03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.topContact {
  margin-bottom: 5em;
}
@media screen and (min-width: 1501px) {
  .topContact {
    margin-bottom: calc(5em + 4vw);
  }
}
.topContact__inner {
  position: relative;
  padding: 7em 0 0;
  background-color: #e86c28;
}
@media screen and (max-width: 768px) {
  .topContact__inner {
    padding: 19.53125vw 1em 3em;
  }
}
.topContact__ttl {
  max-width: 1200px;
  margin: 0 auto 2.5em;
}
.topContact__ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topContact__ttl .wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 20px solid #fff;
  border-top: 0;
}
.topContact__ttl .en {
  color: #fff;
  font-size: clamp(2.5rem, 10.4166666667vw, 5rem);
  font-weight: 700;
  line-height: 1;
}
.topContact__ttl .ja {
  color: #fff;
  font-weight: 700;
  line-height: 2.5;
}
.topContact__cont {
  text-align: center;
  color: #fff;
}
.topContact__cont .heading {
  margin-bottom: 1.5em;
  font-size: clamp(1.125rem, 2.8645833333vw, 1.375rem);
  font-weight: 600;
}
.topContact__infoArea {
  position: relative;
}
.topContact__infoArea::after {
  content: "";
  width: 100%;
  height: 20vw;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../img/top/bg_topContact.png);
}
.topContact__infoAreaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6em;
     -moz-column-gap: 6em;
          column-gap: 6em;
  row-gap: 4em;
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  .topContact__infoAreaInner {
    padding-top: 10.4166666667vw;
  }
}
.topContact__infoArea .tel {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
.topContact__infoArea .tel .num {
  display: inline-block;
  font-size: clamp(2rem, 9.8958333333vw, 4.75rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 3px 3px 0px #ffffff, -3px 3px 0px #ffffff, 3px -3px 0px #ffffff, -3px -3px 0px #ffffff, 3px 0px 0px #ffffff, 0px 3px 0px #ffffff, -3px 0px 0px #ffffff, 0px -3px 0px #ffffff;
}
.topContact__infoArea .tel .num > a {
  display: inline-block;
}
.topContact__infoArea .tel .date {
  margin-top: 0.6em;
  font-size: clamp(1.375rem, 3.3854166667vw, 1.625rem);
  font-weight: 700;
  line-height: 1;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}
.topContact__btn .btn__cont .txt {
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 600;
}

/* column
======================================== */
.mainArea .post__ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.3em 0 0.5em calc(1em + 10px);
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.mainArea .post__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 100%;
  background-color: #e86c28;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainArea .post__ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #e86c28;
}
.mainArea .post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 0.8em;
  margin-bottom: 1.5em;
}
.mainArea .post__category a {
  display: inline-block;
  padding: 0em 0.7em 0 1em;
  background-color: #e86c28;
  font-size: clamp(0.8125rem, 1.8229166667vw, 0.875rem);
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}
.mainArea .post__date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  color: #757575;
}
.mainArea .post__sec + .post__sec {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mainArea .post__sec + .post__sec {
    margin-top: 40px;
  }
}
.mainArea .post__sec:first-of-type {
  margin-bottom: 50px;
}
.mainArea .post__sec .post__img {
  max-width: 350px;
  margin: 0 auto;
  height: 60vw;
  max-height: 250px;
}
.mainArea .post__sec .post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainArea .post__sec .post__toc {
  padding: 1em 1.5em 1.5em;
  background-color: #f3f4f5;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  border-radius: 3px;
}
.mainArea .post__sec .post__tocHeading {
  margin-bottom: 1em;
}
.mainArea .post__sec .post__tocItem {
  padding-left: 1.5em;
}
.mainArea .post__sec .post__tocItem a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  font-size: clamp(0.8125rem, 1.953125vw, 0.9375rem);
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mainArea .post__sec .post__tocItem a:hover {
  text-decoration: none;
}
.mainArea .post__sec .post__tocItem a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.8em);
  width: 6px;
  height: 6px;
  border-top: solid 1px #15b902;
  border-right: solid 1px #15b902;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.mainArea .post__sec .post__tocItem + .post__tocItem {
  margin-top: 0.8em;
}
.mainArea .post__sec .post__subTtl {
  position: relative;
  margin-bottom: 1.2em;
  padding: 5px 10px 10px 20px;
  font-size: clamp(1rem, 2.34375vw, 1.125rem);
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #bfbfbf;
}
.mainArea .post__sec .post__subTtl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 6px;
  height: 100%;
  background-color: #e86c28;
}
.mainArea .post__sec .post__txt {
  font-size: clamp(0.875rem, 2.0833333333vw, 1rem);
  line-height: 1.9;
}
.mainArea .post__sec .post__txt--lead {
  margin-top: 30px;
  padding: 1.5em;
  border-top: 1px solid #e86c28;
  border-bottom: 1px solid #e86c28;
}
@media screen and (max-width: 768px) {
  .mainArea .post__sec .post__txt--lead {
    padding: 3.125vw;
  }
}
.mainArea .post__sec .post__txt + .post__img {
  margin-top: 2em;
}
.mainArea .post__sec .post__txt h1, .mainArea .post__sec .post__txt h2, .mainArea .post__sec .post__txt h3, .mainArea .post__sec .post__txt h4, .mainArea .post__sec .post__txt h5, .mainArea .post__sec .post__txt h6, .mainArea .post__sec .post__txt p {
  font-size: inherit;
  font: revert;
}
.mainArea .post__sec .post__txt ul, .mainArea .post__sec .post__txt ol {
  list-style: inherit;
  margin: 1em 0;
  padding: revert;
}
.mainArea .post__sec .post__txt strong {
  display: inline-block;
  margin-top: 5px;
}
.mainArea .post__signature {
  margin: 60px 0 0;
  padding: 1em 1.5em;
  background-color: #f3f4f5;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  line-height: 1.7;
  border-radius: 3px;
}
.mainArea .post__signature > p + p {
  margin-top: 0.6em;
}
.mainArea .post__signature > .txt .name {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mainArea .post__signature > .txt .name {
    margin-top: 0.4em;
  }
}
.mainArea .post__signature > .info {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.mainArea .post__signature > .info > span {
  display: inline-block;
}
.mainArea .post__signature > .info .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.mainArea .post__signature > .info .tel .num {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}
.mainArea .post__signature > .info > .date {
  margin-left: 1.5em;
}

/* case
======================================== */
.mainArea .case__ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.3em 0 0.5em calc(1em + 10px);
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.mainArea .case__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 100%;
  background-color: #e86c28;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainArea .case__ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #e86c28;
}
.mainArea .case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 0.8em;
  margin-bottom: 1.5em;
}
.mainArea .case__category a {
  display: inline-block;
  padding: 0em 0.7em 0 1em;
  background-color: #e86c28;
  font-size: clamp(0.8125rem, 1.8229166667vw, 0.875rem);
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}
.mainArea .case__date {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  color: #757575;
}
.mainArea .case__imgArea {
  margin-bottom: 60px;
}
.mainArea .case__imgArea .mainImg {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #bfbfbf;
}
.mainArea .case__imgArea .mainImg__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 400px;
  height: 68vw;
  padding: 0.8em;
}
.mainArea .case__imgArea .mainImg__item .img {
  max-width: 350px;
  width: 90%;
  max-height: 235px;
  height: 50vw;
}
.mainArea .case__imgArea .thumbImg__item {
  width: 18.4%;
  opacity: 0.6;
}
.mainArea .case__imgArea .thumbImg__item.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #15b902;
}
.mainArea .case__imgArea .thumbImg__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.mainArea .case__imgArea .thumbImg__item .img {
  max-height: 94px;
  height: 9vw;
}
@media screen and (max-width: 768px) {
  .mainArea .case__imgArea .thumbImg__item .img {
    height: 12vw;
  }
}
.mainArea .case__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainArea .case__detail {
  margin-bottom: 60px;
}
.mainArea .case__detail .case__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
}
.mainArea .case__detail .case__table th {
  width: 10em;
  padding: 1em 1em;
  background-color: #ecf5eb;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .mainArea .case__detail .case__table th {
    display: block;
    width: 100%;
  }
}
.mainArea .case__detail .case__table td {
  position: relative;
  padding: 1em 1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mainArea .case__detail .case__table td {
    display: block;
    width: 100%;
  }
}
.mainArea .case__detail .case__table td::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  .mainArea .case__detail .case__table td::after {
    content: none;
  }
}
.mainArea .case__bAfter .bAfter__item--after::before {
  right: calc(100% + 2vw);
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 18px solid #e86c28;
  border-right: 0;
}
.mainArea .case__signature {
  margin: 60px 0 0;
  padding: 1em 1.5em;
  background-color: #f3f4f5;
  font-size: clamp(0.9375rem, 2.0833333333vw, 1rem);
  border-radius: 3px;
}
.mainArea .case__signature > p + p {
  margin-top: 0.6em;
}
.mainArea .case__signature > .txt .name {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
}
.mainArea .case__signature > .info {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.mainArea .case__signature > .info > span {
  display: inline-block;
}
.mainArea .case__signature > .info .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.mainArea .case__signature > .info .tel .num {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}
.mainArea .case__signature > .info > .date {
  margin-left: 1.5em;
}

/* pagenation
======================================== */
.pagenation {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation {
    font-size: 0.75rem;
  }
}
.pagenation .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagenation .pager > .next {
  margin-left: auto;
}
.pagenation > .list {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* archive
======================================== */
.categoryArea {
  margin-bottom: 4em;
}
.categoryArea__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1.2em;
}
.categoryArea__btn > a {
  display: block;
  padding: 0.5em 1em;
  background-color: #15b902;
  border: 1px solid #15b902;
  border-radius: 5px;
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.categoryArea__btn > a:hover {
  background-color: #fff;
  color: #14b900;
  opacity: 1;
}

.archive__item {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .archive__item {
    width: 47.5%;
  }
}
.archive__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 3.8em;
}
@media screen and (max-width: 599px) {
  .archive__itemWrap {
    row-gap: 1.8em;
  }
}
.archive__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.archive__item .img {
  display: block;
  margin-bottom: 1.2em;
  height: 14vw;
  max-height: 140px;
}
@media screen and (max-width: 768px) {
  .archive__item .img {
    height: 20vw;
    max-height: none;
  }
}
@media screen and (max-width: 599px) {
  .archive__item .img {
    height: 30vw;
  }
}
.archive__item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.2em;
  margin-bottom: 0.5em;
}
.archive__item .info .category {
  display: inline-block;
  padding: 0.1em 0.6em;
  background-color: #e86c28;
  font-size: 0.8em;
  color: #fff;
  border-radius: 3px;
}
.archive__item .info .date {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(0.8125rem, 1.8229166667vw, 0.875rem);
  color: #757575;
}
.archive__item .lower {
  display: block;
}
.archive__item .txt {
  display: block;
  font-size: clamp(0.875rem, 1.953125vw, 0.9375rem);
  line-height: 1.6;
}

/* question
======================================== */
.question__box {
  margin-bottom: 3em;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .question__box {
    margin-bottom: 6.25vw;
  }
}
.question__box:hover {
  cursor: pointer;
}
.question__box.active .question__boxQues > .btn--accordion {
  background-color: #e86c28;
}
.question__box.active .question__boxQues > .btn--accordion span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.question__boxQues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.2em 3em;
}
@media screen and (max-width: 768px) {
  .question__boxQues {
    padding: 4.5572916667vw 0 4.5572916667vw 1em;
  }
}
.question__boxDesc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  width: calc(100% - 2.6em);
}
@media screen and (max-width: 768px) {
  .question__boxDesc {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.question__boxDesc .heading {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.5rem, 3.90625vw, 1.875rem);
  font-weight: 700;
  color: #14b900;
  line-height: 1;
}
.question__boxDesc .ttl {
  font-size: clamp(0.9375rem, 2.34375vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .question__boxDesc .ttl {
    line-height: 1.6;
  }
}
.question__boxBtn {
  position: relative;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #15b902;
}
@media screen and (max-width: 768px) {
  .question__boxBtn {
    width: 1.6em;
    height: 1.6em;
  }
}
.question__boxBtn span {
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.question__boxBtn span:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.question__boxBtn span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%) rotate(-270deg);
          transform: translateX(-50%) rotate(-270deg);
}
.question__boxAns {
  display: none;
  padding: 0 3em 2.2em;
}
@media screen and (max-width: 768px) {
  .question__boxAns {
    padding: 0 1em 4.5572916667vw;
  }
}
.question__boxAns .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .question__boxAns .wrap {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.question__boxAns .heading {
  font-size: clamp(1.5rem, 3.90625vw, 1.875rem);
  font-weight: 700;
  color: #e86c28;
  line-height: 1;
}
.question__boxAns .txt {
  width: calc(100% - 4.6em);
  font-size: clamp(0.9375rem, 2.34375vw, 1.125rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .question__boxAns .txt {
    line-height: 1.6;
  }
}

/* flow
======================================== */
.flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
  }
}
.flow__box.active .flow__boxDesc .flow__boxTtl > .btn--accordion {
  background-color: #e86c28;
}
.flow__box.active .flow__boxDesc .flow__boxTtl > .btn--accordion span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.flow__box + .flow__box {
  margin-top: 80px;
  position: relative;
}
.flow__box + .flow__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 1.5em);
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 30px solid #e86c28;
  border-bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__boxHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  background-color: #15b902;
}
@media screen and (max-width: 768px) {
  .flow__boxHeading {
    padding: 0.4em 0;
  }
}
.flow__boxHeading .num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: clamp(1.5rem, 3.90625vw, 1.875rem);
  font-weight: 700;
  line-height: 1;
}
.flow__boxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8em;
     -moz-column-gap: 1.8em;
          column-gap: 1.8em;
}
@media screen and (max-width: 768px) {
  .flow__boxCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__boxImg {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .flow__boxImg {
    width: 100%;
    height: 55vw;
    max-height: 300px;
  }
}
.flow__boxImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow__boxDesc {
  width: calc(70% - 1.8em);
  padding: 0.3em 0;
}
@media screen and (max-width: 768px) {
  .flow__boxDesc {
    width: 100%;
    padding: 0;
  }
}
.flow__boxTtl {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__boxTtl {
    margin-bottom: 0;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .flow__boxTtl > .txt {
    display: inline-block;
    padding: 0 28px 0 0.5em;
    line-height: 1.4;
  }
}
.flow__boxTtl > .btn--accordion {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flow__boxTtl > .btn--accordion {
    display: block;
  }
}
.flow__boxTxt {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .flow__boxTxt {
    display: none;
    padding: 1em 0.5em 0;
    font-size: clamp(0.875rem, 2.0833333333vw, 1rem);
  }
}

/* greeting
======================================== */
.greeting__img {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.greeting__imgArea {
  margin-bottom: 3.2em;
}
.greeting__img img {
  width: 100%;
  border-radius: 5px;
}
.greeting__desc .txt {
  line-height: 1.8;
}
.greeting__desc .txt + .signature {
  margin-top: 1.2em;
}
.greeting__desc .signature {
  font-size: 1.125rem;
  text-align: right;
}
.greeting__desc .signature .name {
  font-weight: 500;
}

/* company
======================================== */
.company .company__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company .company__listItem + .company__listItem {
  margin-top: 6px;
}
.company .company__listItem:first-of-type .company__listCont::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media screen and (max-width: 599px) {
  .company .company__listItem:first-of-type .company__listCont::after {
    content: none;
  }
}
.company .company__listHeading {
  width: 13.6em;
  padding: 1.2em 1.8em;
  background-color: #ecf5eb;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .company .company__listHeading {
    width: 100%;
    padding: 3.0050083472vw 3.67278798vw;
  }
}
.company .company__listCont {
  position: relative;
  width: calc(100% - 13.6em);
  padding: 1.2em 1.8em;
}
@media screen and (max-width: 599px) {
  .company .company__listCont {
    width: 100%;
    padding: 3.0050083472vw 3.67278798vw;
  }
}
.company .company__listCont::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media screen and (max-width: 599px) {
  .company .company__listCont::before {
    content: none;
  }
}

/* staff
======================================== */
.staff__item {
  width: calc((82% - 3.6em) / 2);
}
@media screen and (max-width: 768px) {
  .staff__item {
    width: calc((100% - 1.8em) / 2);
  }
}
@media screen and (max-width: 599px) {
  .staff__item {
    width: calc((100% - 1.2em) / 2);
  }
}
.staff__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.8em;
     -moz-column-gap: 1.8em;
          column-gap: 1.8em;
  row-gap: 2.2em;
}
@media screen and (max-width: 599px) {
  .staff__itemWrap {
    -webkit-column-gap: 1.2em;
       -moz-column-gap: 1.2em;
            column-gap: 1.2em;
  }
}
.staff__item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
}
.staff__item .img img {
  width: 100%;
  border-radius: 5px;
}
.staff__item .desc .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.8em;
  background-color: #e86c28;
  color: #fff;
  line-height: 1.6;
}
.staff__item .desc .name .position {
  font-size: 0.9em;
}
@media screen and (max-width: 599px) {
  .staff__item .desc .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.4em 0.8em;
    text-align: center;
  }
}
.staff__item .desc .message {
  font-size: 0.9375rem;
  font-size: clamp(0.8125rem, 1.953125vw, 0.9375rem);
  line-height: 1.6;
}

/* access
======================================== */
.access__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 1.8em;
}
.access__left {
  width: calc(45% - 1.8em);
}
@media screen and (max-width: 768px) {
  .access__left {
    width: 100%;
  }
}
.access__right {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .access__right {
    width: 100%;
  }
}
.access__right .map {
  height: 48vw;
  max-height: 370px;
}
.access__right .map iframe {
  width: 100%;
  height: 100%;
}
.access .address .heading {
  margin-bottom: 1em;
  padding: 0.4em 1em;
  background-color: #ecf5eb;
  font-weight: 500;
}
.access .address .txt + .txt {
  margin-top: 0.5em;
}

/* person
======================================== */
.person {
  padding-top: 1.5em;
}
.person__item {
  max-width: 400px;
  width: calc((100% - 3.6em) / 3);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .person__item {
    width: 100%;
  }
}
.person__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8em;
     -moz-column-gap: 1.8em;
          column-gap: 1.8em;
  row-gap: 12vw;
}
@media screen and (max-width: 599px) {
  .person__itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.person__box {
  position: relative;
  padding: 2.8em 1.6em 1.5em;
  height: 100%;
  background-color: #fff;
  border: 1px solid #15b902;
  border-radius: 3px;
}
@media screen and (max-width: 1080px) {
  .person__box {
    padding: 4.0740740741vw 2.2222222222vw 2.2222222222vw;
  }
}
@media screen and (max-width: 599px) {
  .person__box {
    padding: 7.3455759599vw 4.0066777963vw 4.0066777963vw;
  }
}
.person__boxCont .img {
  margin-bottom: 1em;
}
.person__boxCont .img img {
  width: 100%;
}
.person__boxCont .ttl {
  margin-bottom: 0.8em;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.person__boxCont .txt {
  font-size: clamp(0.875rem, 1.953125vw, 0.9375rem);
  line-height: 1.5;
  text-align: center;
}
.person__boxHeading {
  position: absolute;
  top: max(-14%, -1.65em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.6em 0.8em;
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: clamp(1.125rem, 3.125vw, 1.5rem);
  font-weight: 600;
  text-align: center;
}

/* career
======================================== */
.career__item {
  width: calc((100% - 5.4em) / 4);
}
@media screen and (max-width: 599px) {
  .career__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.career__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.8em;
     -moz-column-gap: 1.8em;
          column-gap: 1.8em;
  row-gap: 12vw;
}
@media screen and (max-width: 599px) {
  .career__itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.career__item + .career__item {
  position: relative;
}
.career__item + .career__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.4em);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #e86c28;
  border-right: 0;
}
@media screen and (max-width: 599px) {
  .career__item + .career__item::before {
    top: auto;
    bottom: calc(100% + 4vw);
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-top: 4.674457429vw solid #e86c28;
    border-left: 2.3372287145vw solid transparent;
    border-right: 2.3372287145vw solid transparent;
    border-bottom: 0;
  }
}
.career__box {
  height: 100%;
  background-color: #fff;
  border: 1px solid #15b902;
  border-radius: 3px;
}
.career__boxCont {
  padding: 1.5em 1.8em 1.5em;
}
@media screen and (max-width: 1080px) {
  .career__boxCont {
    padding: 2.2222222222vw 2.5925925926vw 2.2222222222vw;
  }
}
@media screen and (max-width: 599px) {
  .career__boxCont {
    padding: 4.0066777963vw 4.0066777963vw 4.0066777963vw;
  }
}
.career__boxCont .img {
  margin-bottom: 1em;
}
.career__boxCont .img img {
  width: 100%;
}
.career__boxCont .txt {
  font-size: 0.9375rem;
  font-size: clamp(0.8125rem, 1.953125vw, 0.9375rem);
  line-height: 1.5;
}
.career__boxCont .txt + .txt {
  margin-top: 0.8em;
}
.career__boxHeading {
  padding: 0.5em 0;
  background-color: #15b902;
  border-radius: 3px 3px 0 0;
}
.career__boxHeading .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  font-size: 1.125rem;
  font-size: clamp(1rem, 2.34375vw, 1.125rem);
  font-weight: 600;
  color: #fff;
}
.career__boxHeading .num {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2em;
  line-height: 1;
}
.career__boxHeading .txt {
  display: inline-block;
  line-height: 1;
}

/* requirements
======================================== */
.requirements__catArea {
  margin-bottom: 2.5em;
}
.requirements__catItem {
  width: calc((100% - 2em) / 3);
  min-width: 230px;
  max-width: 250px;
  text-align: center;
}
.requirements__catItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1.2em;
}
.requirements__catItem > a {
  display: inline-block;
  padding: 0.9em 0;
  width: 100%;
  border-radius: 4em;
  background-color: #ecf5eb;
  border: 1px solid #ecf5eb;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.requirements__catItem > a:hover {
  background-color: #15b902;
  border: 1px solid #15b902;
  color: #fff;
}
.requirements__catItem.current a {
  background-color: #e86c28;
  border: 1px solid #e86c28;
  color: #fff;
  font-weight: 600;
}
.requirements__list {
  display: none;
}
.requirements__list.active {
  display: block;
}
.requirements__list > .txt {
  padding-top: 2em;
  text-align: center;
}
.requirements__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.requirements__listItem + .requirements__listItem {
  margin-top: 6px;
}
.requirements__listItem:first-of-type .company__listCont::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media screen and (max-width: 599px) {
  .requirements__listItem:first-of-type .company__listCont::after {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  .requirements__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.requirements__listHeading {
  width: 13.6em;
  padding: 1.2em 1.8em;
  background-color: #ecf5eb;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .requirements__listHeading {
    width: 100%;
    padding: 3.0050083472vw 3.67278798vw;
  }
}
.requirements__listCont {
  position: relative;
  width: calc(100% - 13.6em);
  padding: 1.2em 1.8em;
}
@media screen and (max-width: 599px) {
  .requirements__listCont {
    width: 100%;
    padding: 3.0050083472vw 3.67278798vw;
  }
}
.requirements__listCont::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media screen and (max-width: 599px) {
  .requirements__listCont::before {
    content: none;
  }
}
.requirements__listCont .heading {
  margin-bottom: 0.2em;
  font-weight: bold;
}
.requirements__listCont .block + .block {
  margin-top: 1.2em;
}
.requirements__listCont .block.arrow {
  position: relative;
  margin-bottom: 2.5em;
}
.requirements__listCont .block.arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% + 0.8em);
  left: 1em;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #e86c28;
  border-bottom: 0;
}
.requirements__listCont .block.arrow:last-of-type::after {
  content: none;
}
.requirements__listCont .note {
  margin-top: 1.2em;
  font-size: 0.9em;
}
.requirements__message {
  margin: 4em 0 5em;
  padding: 0 2.2em;
}
@media screen and (max-width: 599px) {
  .requirements__message {
    margin: 10.6844741235vw 0 13.3555926544vw;
    padding: 0 3.67278798vw;
  }
}
.requirements__message .ttl {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
.requirements__message .ttl::after {
  content: "";
  display: inline-block;
  width: 3em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #222;
}
.requirements__message .ttl .txt {
  display: block;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
}
.requirements__message .txt + .txt {
  margin-top: 1em;
}
.requirements__btnArea {
  margin-top: 5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .requirements__btnArea {
    margin-top: 10.4166666667vw;
  }
}
.requirements__btn > a {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding: 1em 0;
  background-color: #15b902;
  font-weight: 500;
  color: #fff;
  border-radius: 3em;
  border: 1px solid #15b902;
}
.requirements__btn > a:hover {
  background-color: #fff;
  color: #14b900;
}

/* お問い合わせ 404
======================================== */
.contact__info {
  margin-bottom: 4em;
}
.contact__info .intro {
  padding: 0 1em;
}
.contact__info .intro .txt {
  line-height: 1.8;
}
.contact__info .intro .txt + .txt {
  margin-top: 1em;
}
.contact__info .intro .txt .tel a {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.625rem;
  font-size: clamp(1.5rem, 3.3854166667vw, 1.625rem);
  font-weight: 600;
  color: #14b900;
  vertical-align: sub;
}
.contact__info--thanks .intro {
  padding: 0;
}
.contact__info--thanks .heading {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em;
  font-size: 1.75rem;
  font-weight: 600;
  color: #14b900;
  text-align: center;
  line-height: 1.5;
}
.contact__info--thanks .heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1em;
  height: 2px;
  background-color: #14b900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact__info--thanks .txt {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
}
.contact__info--thanks .txt + .txt {
  margin-top: 1.8em;
}
.contact__form .form__cont input {
  width: 100%;
  padding: 0.4em 0.8em;
  background-color: #f3f4f5;
  border: 1px solid #e5e5e5;
}
.contact__form .form__cont input:focus {
  border: 1px solid #e86c28;
}
.contact__form .form__cont input.short {
  width: 20em;
}
@media screen and (max-width: 599px) {
  .contact__form .form__cont input.short {
    width: 100%;
  }
}
.contact__form .form__cont input.short--zip {
  width: 10em;
}
.contact__form .form__cont textarea {
  width: 100%;
  height: 10em;
  padding: 0.4em 0.8em;
  background-color: #f3f4f5;
  border: 1px solid #e5e5e5;
}
.contact__form .form__cont textarea:focus {
  border: 1px solid #14b900;
}
.contact__form .form__cont .wpcf7-not-valid-tip {
  display: none !important;
}
.contact__form .form__cont .alert {
  margin-top: 0.5em;
  color: #ff8080;
}
.contact__form .checkbox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.6em;
}
@media screen and (max-width: 599px) {
  .contact__form .checkbox__wrap {
    row-gap: 0.6em;
  }
}
.contact__form .checkbox__wrap label {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.contact__form .checkbox__wrap label::before {
  content: "";
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1em;
  height: 1.1em;
  left: 5px;
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.contact__form .checkbox__wrap label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.9em;
  height: 1.3em;
  margin-top: -0.5em;
  border-right: 3px solid #ff8080;
  border-bottom: 3px solid #ff8080;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.contact__form .checkbox__wrap label.active::after {
  opacity: 1;
}
.contact__form .form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__form .form__wrap + .form__wrap {
  margin-top: 6px;
}
@media screen and (max-width: 599px) {
  .contact__form .form__wrap + .form__wrap {
    margin-top: 0;
  }
}
.contact__form .form__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ecf5eb;
}
@media screen and (max-width: 599px) {
  .contact__form .form__heading {
    width: 100%;
    border-radius: 3px;
  }
}
.contact__form .form__heading > .headingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2em;
  width: 16.6em;
  padding: 1.2em 1em 1.2em 1.8em;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .contact__form .form__heading > .headingWrap {
    width: 100%;
    padding: 3.0050083472vw 3.67278798vw;
  }
}
.contact__form .form__heading > .headingWrap .headingRequired {
  padding: 0.3em 0.6em;
  background-color: #ff8080;
  font-size: 0.8em;
  color: #fff;
  line-height: 1.4;
  border-radius: 3px;
}
.contact__form .form__cont {
  position: relative;
  width: calc(100% - 16.6em);
  padding: 1.2em 1.8em;
}
@media screen and (max-width: 599px) {
  .contact__form .form__cont {
    width: 100%;
    padding: 3.0050083472vw 0;
  }
}
.contact__form .form__cont::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
@media screen and (max-width: 599px) {
  .contact__form .form__cont::before {
    content: none;
  }
}
.contact__form .form__cont .note {
  display: block;
  margin-top: 0.4em;
  font-size: 0.9em;
  color: #a2a2a2;
  line-height: 1.4;
}
.contact__privacy {
  max-width: 800px;
  height: 14em;
  margin: 4em auto;
  padding: 1.8em 2.8em;
  background-color: #fff;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .contact__privacy {
    margin: 0 auto 12.5vw;
    padding: 3.6458333333vw 4.9479166667vw;
  }
}
.contact__privacy .privacy__heading .ttl {
  margin-bottom: 0.8em;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: 500;
}
.contact__privacy .privacy__wrap h4 {
  padding: 0.4em 0.8em;
  background-color: #f3f4f5;
  font-size: clamp(1rem, 2.34375vw, 1.125rem);
  font-weight: 500;
}
.contact__privacy .privacy__wrap p {
  margin-top: 0.8em;
  font-size: clamp(0.8125rem, 2.0833333333vw, 1rem);
}
.contact__privacy .privacy__wrap ul {
  margin: 1em 0;
}
.contact__privacy .privacy__wrap + .privacy__wrap {
  margin-top: 1.8em;
}
.contact__privacy .privacy__wrap .company {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(1.125rem, 2.6041666667vw, 1.25rem);
  font-weight: bold;
}
.contact__privacy .privacy__wrap .address {
  display: block;
}
.contact__privacy .privacy__wrap .tel {
  display: block;
}
.contact__privacy .privacy__wrap .name {
  display: block;
}
.contact__submitArea {
  text-align: center;
}
.contact__submitArea input[type=submit]:hover {
  background-color: #fff;
  color: #14b900;
}
.contact__submitArea.btn_back {
  margin-top: 20px;
}
.contact__submitArea .alert {
  margin-top: 0.5em;
  color: #ff8080;
}
.contact__submitArea .wpcf7-spinner {
  display: none !important;
}
.contact__submitArea .btn--submit + .btn--back {
  margin-top: 2.2em;
}
.contact__submitBtn {
  display: inline-block;
  width: 80%;
  max-width: 290px;
  padding: 1em 0;
  background-color: #14b900;
  color: #fff;
  font-weight: 500;
  border: 1px solid #14b900;
  border-radius: 3em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact__submitBtn--back {
  font-size: 0.9375rem;
  background-color: #fff;
  color: #222;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1080px) {
  .contact__submitBtn--back {
    font-size: clamp(13px, 1.4814814815vw, 16px);
  }
}
.contact__submitBtn--back:hover {
  background-color: #ecf5eb;
  color: #14b900;
  border: 1px solid #14b900;
}

.page__404 .intro {
  padding: 0;
}
.page__404 .heading {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 0.8em;
  font-size: 1.75rem;
  font-weight: 600;
  color: #14b900;
  text-align: center;
  line-height: 1.5;
}
.page__404 .heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1em;
  height: 2px;
  background-color: #14b900;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1080px) {
  .page__404 .heading {
    font-size: clamp(1.25rem, 2.5925925926vw, 1.75rem);
  }
}
.page__404 .txt {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1080px) {
  .page__404 .txt {
    font-size: clamp(0.9375rem, 1.6666666667vw, 1.125rem);
  }
}
.page__404 .txt + .txt {
  margin-top: 1.8em;
}

/* sitemap
======================================== */
.sitemap__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
}
.sitemap__item {
  width: 100%;
}
.sitemap__item + .sitemap__item {
  margin-top: 1.5em;
}
.sitemap__itemWrap {
  width: calc((100% - 2em) / 2);
}
.sitemap__item > a {
  display: block;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #15b902;
  border-radius: 3px;
}
.sitemap__item > a:hover {
  opacity: 1;
  background-color: #15b902;
  color: #fff;
}