@charset "UTF-8";
/* VRLP2 */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html:focus {
  outline: none;
}
html * {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #30302B;
  font-weight: 400;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

address {
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width: 767px) {
  .container {
    max-width: 750px;
    width: 100%;
    transition: ease-in 0.1s;
  }
}
@media print, screen and (min-width: 992px) {
  .container {
    max-width: 970px;
    transition: ease-in 0.1s;
  }
}

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 0;
}

.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  touch-action: manipulation;
  text-decoration: none;
  transition: none;
  user-select: none;
  position: relative;
  border-radius: 40px;
  color: #fff;
  background: #ED263E;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  z-index: 0;
  transition: all ease 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@-moz-document url-prefix() {
  .btn {
    font-weight: 500;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
  color: #ffffff;
  transition: all ease 0.3s;
}
.btn:hover:before, .btn:focus:before {
  opacity: 1;
  transition: all ease 0.3s;
}
.btn.arrow:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.btn.arrow:hover:after, .btn.arrow:focus:after {
  color: #61B630;
}
.btn.btnLeft {
  margin: 0;
}
.btn.btnRight {
  margin: 0 auto 0 0;
}
.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#header #headerCnt {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #headerCnt #headerCnt__inr #logo {
  width: 290px;
  margin: 0;
}
#header #headerCnt #headerCnt__inr #logo a {
  width: 100%;
  display: flex;
}
#header #headerCnt #headerCnt__inr #logo a img {
  width: 100%;
}
#header #headerCnt #headerCnt__inr #mainNaviArea {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #header #headerCnt {
    height: 105px;
  }
  #header #headerCnt #headerCnt__inr {
    width: 100%;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header #headerCnt #headerCnt__inr #logo {
    width: 350px;
  }
  #header #headerCnt #headerCnt__inr #mainNaviArea {
    display: block;
  }
  #header #headerCnt #headerCnt__inr #mainNaviArea ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header #headerCnt #headerCnt__inr #mainNaviArea ul a {
    font-size: 14px;
    font-weight: bold;
    color: #262E48;
    text-decoration: none;
  }
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.openSpNavi {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

#drawerNaviWrap .drawerNaviBtnWrap {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #61B630;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  transition-duration: 0.2s;
}
#drawerNaviWrap .drawer-nav ul li a:hover {
  color: #fff;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: relative;
  right: 125px;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}
#drawerNaviWrap.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}
#drawerNaviWrap.open .drawerNavClose {
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  border: 1px solid #61B630;
  background-color: #61B630;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  cursor: pointer;
}
#drawerNaviWrap.open .drawerNavClose span {
  position: relative;
  top: -2px;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #61B630;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}
@media print, screen and (min-width: 992px) {
  #drawerNaviWrap {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* フッター */
/* ---------------------------------------------------------------- */
#footer {
  padding: 60px 0 120px;
  background-color: #297200;
  color: #fff;
}
#footer .footer__inr {
  display: grid;
  gap: 20px;
}
#footer .footer__inr .ftrSns {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#footer .footer__inr .ftrSns a,
#footer .footer__inr .ftrSns img {
  width: 25px;
  height: 25px;
}
#footer .copy {
  font-size: 14px;
  font-weight: 400;
  padding: 14px 0 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #footer {
    padding: 50px 0 50px;
  }
  #footer .footer__inr {
    grid-template-columns: 1fr 221px;
    grid-template-rows: 25px auto;
    gap: 14px 30px;
  }
  #footer .footer__inr .ftrLogo {
    grid-column: 1;
    grid-row: 1/3;
  }
  #footer .footer__inr .ftrSns {
    grid-column: 2;
    grid-row: 1;
  }
  #footer .footer__inr .ftrTel {
    grid-column: 2;
    grid-row: 2;
  }
}
@media print, screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .copy {
    padding: 45px 0 0;
  }
}

/* ---------------------------------------------------------------- */
/* LP TOP */
/* ---------------------------------------------------------------- */
/* スマホ、PC　表示・非表示 */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* .wave */
.wave {
  position: relative;
}
.wave::before {
  content: "";
  background: url(../images/bc-wave.webp) repeat-x top center;
  background-size: auto 100%;
  width: 100%;
  height: 65px;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
.wave.be::before {
  background: url(../images/bc-wave_be.webp) repeat-x top center;
  background-size: auto 100%;
}
.wave.blue::before {
  background: url(../images/bc-wave_blue.webp) repeat-x top center;
  background-size: auto 100%;
}
.wave.glay::before {
  background: url(../images/bc-wave_glay.webp) repeat-x top center;
  background-size: auto 100%;
}
.wave.green::before {
  background: url(../images/bc-wave_green.webp) repeat-x top center;
  background-size: auto 100%;
}

/*カルーセルスライダー*/
.topSwiper {
  overflow: hidden;
}
.topSwiper .swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}
.topSwiper .swiper-wrapper .swiper-slide {
  flex: 0 0 200px;
}
.topSwiper .swiper-wrapper .swiper-slide .slide-content {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.topSwiper .swiper-wrapper .swiper-slide .slide-content img {
  width: 100%;
  height: auto;
}

#main h2 {
  margin: 0;
  text-align: center;
}
#main .top-titleh2Wrap {
  text-align: center;
  margin-bottom: 23.5px;
}
#main .top-titleh2Wrap .titleh2 {
  font-size: 24px;
  margin-bottom: 0 !important;
}
#main .top-titleh2Wrap .en {
  font-size: 14px;
  font-weight: bold;
  color: #61B630;
}
#main h3, #main h4, #main p {
  margin-top: 0;
}
#main .textCenter {
  text-align: center;
}
#main .cntImg {
  text-align: center;
}
#main .mainImgWrap {
  height: 864px;
  position: relative;
  overflow-x: clip;
}
#main .mainImgWrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 300px;
  background: url("../images/main_img_sp.webp") no-repeat center center/cover;
  z-index: 0;
}
#main .mainImgWrap::after {
  content: "";
  background: url(../images/bc-wave_white.webp) repeat-x top center;
  background-size: auto 100%;
  width: 100%;
  height: 65px;
  display: block;
  position: absolute;
  bottom: -88px;
  left: 0;
  z-index: 1;
}
#main .mainImgWrap .inner {
  padding: 140px 0 40px;
}
#main .mainImgWrap .inner .mainImgBox {
  width: 100%;
}
#main .mainImgWrap .inner .mainImgBox.imgBox {
  width: 345px;
  height: 195px;
  position: relative;
}
#main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc1 {
  width: 239px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc2 {
  width: 168px;
  position: absolute;
  top: -40px;
  left: 45px;
}
#main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc3 {
  width: 135px;
  position: absolute;
  bottom: 68px;
  right: -5px;
}
#main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc4 {
  width: 124px;
  position: absolute;
  top: 10px;
  right: 15px;
}
#main .mainImgWrap .inner .mainImgBox.textBox {
  position: relative;
  z-index: 1;
}
#main .mainImgWrap .inner .mainImgBox.textBox .btnWrap {
  max-width: 340px;
  margin: 25px auto 10px;
}
#main #aboutArea {
  padding: 135px 0 30px;
  position: relative;
}
#main #aboutArea::before {
  content: "";
  width: 240px;
  height: 299px;
  display: block;
  background: url("../images/bc-arrow_pc.webp") no-repeat bottom center/cover;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#main #aboutArea::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #297200;
  height: 344px;
  width: 100%;
}
#main #aboutArea .about__topimg {
  margin: 0 auto 40px;
  text-align: center;
}
#main #aboutArea .cntImg {
  position: relative;
  margin: 0 auto;
}
#main #aboutArea .cntImg::after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 43px solid transparent;
  border-left: 43px solid transparent;
  border-top: 47px solid #297200;
  border-bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#main #serviceArea {
  padding: 66px 0 60px;
  scroll-margin-top: 100px;
  background: #F6FFF2;
  overflow-x: clip;
  position: relative;
}
#main #serviceArea .desc-img {
  margin-bottom: 40px;
}
#main #serviceArea p {
  margin: 0;
}
#main #serviceArea .featureWrap {
  display: grid;
  gap: 30px;
  margin-bottom: 60px;
}
#main #serviceArea .feature__txtwrap {
  text-align: center;
}
#main #serviceArea .txt--bold {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#main #serviceArea .txt--bold span {
  display: inline-block;
}
#main #roomArea {
  margin: 90px 0;
  position: relative;
  overflow: hidden;
}
#main #roomArea .img__wrap {
  display: grid;
  gap: 50px;
}
#main #roomArea .img--box {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
#main #roomArea .img--box img {
  width: 100%;
}
#main #voiceArea {
  scroll-margin-top: 100px;
  position: relative;
  margin: 90px 0 115px;
}
#main #voiceArea .voiceList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
}
#main #voiceArea .voiceList .voicebox {
  display: grid;
  grid-gap: 25px 30px;
}
#main #voiceArea .voiceList .voicebox .imgbox {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#main #voiceArea .voiceList .voicebox .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main #voiceArea .voiceList .voicebox .txtbox {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
#main #voiceArea .voiceList .voicebox .txtbox::before {
  content: "";
  background: url("../images/voiceArrow.png") no-repeat center/35px 20px;
  width: 35px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#main #voiceArea .voiceList .voicebox .txtbox .name {
  font-size: 14px;
  color: #297200;
  font-weight: bold;
}
#main #voiceArea .voiceList .voicebox p {
  margin: 0 0 10px;
  font-weight: 500;
}
#main #consultantArea {
  background: #F7F7F7;
  position: relative;
  padding: 90px 0;
}
#main #consultantArea::after {
  content: "";
  background: url("../images/bc-wave_glay.webp") repeat-x top center;
  background-size: auto 100%;
  width: 100%;
  height: 65px;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 0;
  z-index: 1;
}
#main #consultantArea .consultantWrap {
  display: grid;
  gap: 30px 70px;
  margin-bottom: 50px;
}
#main #consultantArea .consultantWrap .consultantBox {
  text-align: center;
}
#main #consultantArea .consultantWrap .consultantBox .img {
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  margin: 0 auto 8px;
  width: 178px;
  height: 178px;
  background-color: #fff;
}
#main #consultantArea .consultantWrap .consultantBox .img img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#main #consultantArea .consultantWrap .consultantBox .consultant-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #297200;
}
#main #consultantArea .consultantWrap .consultantBox .name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}
#main #consultantArea .consultantWrap .consultantBox ul li {
  font-size: 14px;
  font-weight: bold;
}
#main #faqArea {
  margin: 90px 0;
  scroll-margin-top: 100px;
}
#main #faqArea .toggleWrap {
  margin: 0;
}
#main #faqArea .toggleWrap dl.qa {
  padding: 0;
  margin: 0;
  position: relative;
}
#main #faqArea .toggleWrap dt {
  padding: 16px 50px;
  position: relative;
  color: #ffffff;
  border-radius: 4px;
  min-height: 60px;
  font-size: 18px;
  display: flex;
  align-items: center;
  background-color: #61B630;
  border-radius: 50px;
}
#main #faqArea .toggleWrap dt:before {
  content: "Q";
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 26px;
  font-weight: 700;
}
#main #faqArea .toggleWrap dt::after {
  content: "";
  background: url("../images/faq_icon3.svg") no-repeat center center;
  background-size: 20px auto;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
#main #faqArea .toggleWrap dt:hover, #main #faqArea .toggleWrap dt:focus {
  cursor: pointer;
}
#main #faqArea .toggleWrap dt.active::after {
  background: url("../images/faq_icon2.svg") no-repeat center center;
  background-size: 20px auto;
  height: 4px;
  top: 28px;
}
#main #faqArea .toggleWrap dd {
  padding: 20px 30px 0;
  margin: 0;
  position: relative;
  display: none;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
#main #faqArea .toggleWrap dd + dt {
  margin-top: 30px;
}
#main #contactArea {
  position: relative;
  margin: 90px 0;
  scroll-margin-top: 100px;
}
#main #contactArea #pagetopArea {
  position: absolute;
  right: 15px;
  bottom: -120px;
  width: 60px;
  height: 60px;
}
#main #contactArea img {
  width: 100%;
}
#main #parts-cArea {
  padding: 90px 0;
  margin: 115px 0;
  background-color: #F7F7F7;
}
#main #parts-cArea .titleh2 {
  font-size: 24px;
  margin-bottom: 21.5px;
}
#main #parts-cArea .titleh3 {
  font-size: 20px;
  margin-bottom: 11px;
  text-align: center;
  font-weight: bold;
}
#main #parts-cArea .titleh4 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: #61B630;
  font-weight: bold;
}
#main #parts-cArea .c-boxWrap {
  display: grid;
  gap: 60px;
}
#main #parts-cArea .c-box .img-txtWrap {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 30px;
}
#main #parts-cArea .c-box .img-txtWrap .imgBox img {
  width: 100%;
}
#main #parts-cArea .c-box .img-txtWrap .txtBox {
  padding: 18px 20px;
}
#main #parts-cArea .c-box .img-txtWrap .txtBox .fs18 {
  margin-bottom: 10px;
}
#main #parts-cArea .c-box .img-txtWrap .txtBox p:last-child {
  margin-bottom: 0;
}
#main .ctaWrap {
  margin: 90px 0;
}
#main .ctaWrap .inr {
  position: relative;
  max-width: 345px;
  margin: 0 auto;
}
#main .ctaWrap .inr .btnWrap {
  position: absolute;
  bottom: 18px;
  left: 23px;
}
#main .ctaWrap .inr .btnWrap img {
  width: 300px;
}
#main .ctaWrap.wave-green {
  margin-top: 0;
  position: relative;
  background: linear-gradient(180deg, #F6FFF2 0%, #F6FFF2 60%, #fff 60%, #fff 100%);
  z-index: 0;
}
#main .ctaWrap.wave-green::after {
  content: "";
  background: url("../images/bc-wave_green.webp") repeat-x top center;
  background-size: auto 100%;
  width: 100%;
  height: 65px;
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  z-index: -1;
}
#main .btm-border-textWrap {
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  border: 3px solid #297200;
  padding: 50px 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 64px;
}
#main .btm-border-textWrap .title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #297200;
}
#main a.tdUnderline {
  text-decoration: underline;
  padding-right: 30px;
  background: url("../images/link_icon.svg") no-repeat center right;
  background-size: 16px auto;
}
#main a.blu {
  background: url("../images/icon_target.svg") no-repeat center right;
  background-size: 14px 14px;
  color: #1E74E5;
}
#main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main ul.iconList li {
  padding: 0;
  padding: 0 0 0 0.7em;
  position: relative;
}
#main ul.iconList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #297200;
  border-radius: 50%;
}
#main table {
  width: 100%;
}
#main table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
#main table tr .tw15p {
  width: 15%;
}
#main table tr .tw30p {
  width: 30%;
}
#main table tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}
#main table tr .tw50p {
  width: 50%;
  min-width: inherit;
}
#main table tr .tw70p {
  width: 70%;
}
#main table tr .tw200 {
  width: 200px;
}
#main table tr .tw210 {
  width: 210px;
}
#main table._fixed {
  table-layout: fixed;
}
#main table.type1 {
  border-collapse: collapse;
}
#main table.type1 tr th, #main table.type1 tr td {
  width: auto;
  line-height: 1.4;
  vertical-align: top;
}
#main table.type1 tr th {
  padding: 8px 0 14px;
  font-weight: bold;
  vertical-align: middle;
  min-width: 150px;
  text-align: left;
  width: auto;
  border-bottom: #61B630 solid 3px;
  font-weight: bold;
}
#main table.type1 tr th.w200 {
  width: 200px;
}
#main table.type1 tr td {
  border-left: none;
  border-bottom: #61B630 solid 1px;
  padding: 14px 0 8px 30px;
}
#main table.type1 tr td a {
  color: #30302B;
  text-decoration: none;
}
#main .column4Wrap {
  display: grid;
  gap: 30px 20px;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  #main #roomArea .img__wrap {
    width: 100%;
    margin: 0 auto;
  }
  #main #roomArea .img__wrap--1 {
    margin: 0 auto 50px;
  }
  #main table tr .tw15p {
    width: 100%;
  }
  #main table tr .tw30p {
    width: 100%;
  }
  #main table tr .tw33p {
    width: 100%;
  }
  #main table tr .tw50p {
    width: 100%;
  }
  #main table tr .tw70p {
    width: 100%;
  }
  #main table tr .tw200 {
    width: 100%;
  }
  #main table tr .tw210 {
    width: 100%;
  }
  #main table.type1 tr th, #main table.type1 tr td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  #main table.type1 tr th {
    min-width: 1px;
    padding-bottom: 5px;
    width: 100%;
    padding: 27px 0 6px;
  }
  #main table.type1 tr th.w200 {
    width: 100%;
  }
  #main table.type1 tr td {
    padding: 17px 0 8px;
  }
  #main table.type1 tr:first-child th {
    padding-top: 0;
  }
  #main table.type1 tr:nth-of-type(even) th {
    border-bottom: 3px solid #297200;
  }
}
@media print, screen and (min-width: 768px) {
  #main .top-titleh2Wrap {
    margin-bottom: 30px;
  }
  #main .top-titleh2Wrap .titleh2 {
    font-size: 36px;
  }
  #main .top-titleh2Wrap .en {
    font-size: 16px;
  }
  #main .mainImgWrap {
    height: 730px;
  }
  #main .mainImgWrap::before {
    top: 0;
    right: calc(50% - 716px);
    width: 713px;
    height: 564px;
    background: url("../images/main_img.webp") no-repeat center center/cover;
  }
  #main .mainImgWrap::after {
    bottom: -31px;
  }
  #main .mainImgWrap .inner {
    padding: 40px 0 106px;
    display: grid;
    grid-template-columns: 488px auto;
    position: relative;
  }
  #main .mainImgWrap .inner .mainImgBox.textBox {
    grid-column: 1/2;
  }
  #main .mainImgWrap .inner .mainImgBox.imgBox {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  #main .mainImgWrap .inner .mainImgBox.textBox .btnWrap {
    margin: 34px 0 20px;
    text-align: left;
  }
  #main #serviceArea {
    padding: 90px 0 130px;
  }
  #main #serviceArea .desc-img {
    margin-bottom: 50px;
  }
  #main #serviceArea .featureWrap {
    gap: 60px;
    margin-bottom: 110px;
  }
  #main #serviceArea .featureWrap .featureBox {
    position: relative;
    background: #fff;
    border-radius: 40px;
  }
  #main #serviceArea .featureWrap .featureBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
  #main #serviceArea .featureWrap .featureBox:nth-of-type(even)::before {
    left: initial;
    right: 0;
  }
  #main #serviceArea .txt--bold {
    font-size: 24px;
  }
  #main #serviceArea .feature__txtwrap p {
    font-size: 18px;
  }
  #main #roomArea {
    margin: 120px 0;
  }
  #main #roomArea .img__wrap {
    display: grid;
    gap: 50px 40px;
  }
  #main #roomArea .img__wrap--1 {
    margin-bottom: 60px;
  }
  #main #roomArea .img__wrap--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #main #voiceArea {
    margin: 120px 0 150px;
  }
  #main #voiceArea .voiceList .voicebox {
    grid-template-columns: 120px auto;
  }
  #main #voiceArea .voiceList .voicebox .imgbox {
    grid-column: 1/2;
  }
  #main #voiceArea .voiceList .voicebox .txtbox {
    grid-column: 2/3;
    font-size: 18px;
  }
  #main #voiceArea .voiceList .voicebox .txtbox::before {
    top: 30px;
    left: -26px;
    transform: translateX(0) rotate(-90deg);
  }
  #main #voiceArea .voiceList .voicebox p {
    margin: 0 0 10px;
  }
  #main #voiceArea .voiceList .voicebox:nth-of-type(even) {
    grid-template-columns: auto 120px;
    grid-template-rows: auto;
  }
  #main #voiceArea .voiceList .voicebox:nth-of-type(even) .imgbox {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #main #voiceArea .voiceList .voicebox:nth-of-type(even) .txtbox {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #main #voiceArea .voiceList .voicebox:nth-of-type(even) .txtbox::before {
    top: 30px;
    left: initial;
    right: -26px;
    transform: translateX(0) rotate(90deg);
  }
  #main #consultantArea {
    padding: 133px 0 152px;
  }
  #main #consultantArea .consultantWrap {
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
  }
  #main #consultantArea .consultantWrap .consultantBox .img {
    margin: 0 auto 38px;
  }
  #main #consultantArea .consultantWrap .consultantBox .name {
    margin: 0 0 18px;
  }
  #main #contactArea {
    margin: 120px 0;
  }
  #main #contactArea #pagetopArea {
    right: 10%;
    bottom: -150px;
  }
  #main .btm-border-textWrap {
    flex-wrap: nowrap;
    align-items: center;
  }
  #main .btm-border-textWrap .title {
    flex-shrink: 0;
  }
  #main #aboutArea {
    padding: 120px 0 60px;
  }
  #main #aboutArea::before {
    width: 670px;
    height: 834px;
    top: 318px;
  }
  #main #aboutArea::after {
    bottom: 0;
    height: 202px;
  }
  #main #aboutArea .about__topimg {
    margin: 0 auto 150px;
  }
  #main #aboutArea .cntImg::after {
    bottom: -90px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 30px solid #297200;
  }
  #main .column4Wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  #main .mainImgWrap .inner .mainImgBox.imgBox {
    width: 524px;
    height: 298px;
  }
  #main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc1 {
    width: 364px;
  }
  #main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc2 {
    width: 257px;
    top: -55px;
    left: 85px;
  }
  #main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc3 {
    width: 206px;
    bottom: 115px;
    right: -15px;
  }
  #main .mainImgWrap .inner .mainImgBox.imgBox .vrImgPc4 {
    width: 190px;
    right: 11px;
    top: 10px;
  }
  #main #faqArea {
    margin: 120px 0;
  }
  #main #faqArea h2 {
    margin-bottom: 40px;
  }
  #main #faqArea .toggleWrap {
    margin: 0;
  }
  #main #faqArea .toggleWrap dl.qa {
    padding: 0;
    margin: 0;
    position: relative;
  }
  #main #faqArea .toggleWrap dt {
    padding: 14px 50px 14px 50px;
    font-size: 20px;
  }
  #main #faqArea .toggleWrap dt:before {
    top: 5px;
    font-size: 28px;
  }
  #main #faqArea .toggleWrap dd {
    padding: 20px 60px 0;
  }
  #main #parts-cArea {
    padding: 120px 0;
    margin: 150px 0;
  }
  #main #parts-cArea .titleh2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  #main #parts-cArea .titleh3 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: left;
  }
  #main #parts-cArea .titleh4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
  #main #parts-cArea .c-boxWrap {
    display: grid;
    gap: 130px;
  }
  #main #parts-cArea .c-box .img-txtWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #main #parts-cArea .c-box .img-txtWrap .txtBox {
    padding: 45px 20px 33px;
  }
  #main .ctaWrap {
    margin: 120px 0;
  }
  #main .ctaWrap .inr {
    max-width: 940px;
  }
  #main .ctaWrap .inr .btnWrap {
    position: absolute;
    bottom: 29px;
    left: 60px;
  }
  #main .ctaWrap .inr .btnWrap img {
    width: 340px;
  }
}
/* ---------------------------------------------------------------- */
/* effect */
/* ---------------------------------------------------------------- */
.effectFade.effectScale {
  animation: zoomAnimeFirst 1s ease;
  opacity: 0;
}
.effectFade.effectScale.effectActiveFirstScale {
  opacity: 1;
}
@keyframes zoomAnimeFirst {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.effectFade.effectFirstScale1 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.effectFade.effectFirstScale2 {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.effectFade.effectFirstScale2.vrImgPc1 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.effectFade.effectFirstScale2.vrImgPc2 {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
.effectFade.effectFirstScale2.vrImgPc3 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
.effectFade.effectFirstScale2.vrImgPc4, .effectFade.effectFirstScale2.vrImgSp {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
.effectFade.effectFirstScale2.vrImgSp1 {
  animation: zoomInSp 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  transition-delay: 1s;
  animation-delay: 1s;
}
@keyframes zoomInSp {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
}
.effectFade.effectFirstIllust {
  opacity: 0;
  animation: firstAnimeIllust 0.5s cubic-bezier(0.12, 0, 0.39, 0) 2s forwards;
  transition-delay: 1s;
  animation-delay: 1s;
}
@keyframes firstAnimeIllust {
  0% {
    transform: translate(0, 140px);
    opacity: 0;
  }
  50% {
    transform: translate(0, 0);
  }
  65% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.effectFade.effectFirstIllust.effectActiveFirstIllust {
  opacity: 1;
}
.effectFade.effectFadeUp {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s linear, transform 0.5s linear;
}
.effectFade.effectFadeDown {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.8s ease-out, transform 0.5s ease-out;
}
.effectFade.effectFadeDown.arrowImg {
  transform: translate(-50%, -100px);
}
.effectFade.effectFadeDown.arrowImg.effectActive {
  transform: translate(-50%, 0);
  transition-delay: 2s;
}
.effectFade.effectRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s linear, transform 0.5s linear;
}
.effectFade.effectLeft {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s linear, transform 0.5s linear;
}
.effectFade.effectActive {
  opacity: 1;
  transform: translate(0, 0);
}
.effectFade.effectActive.fukidashiAnime {
  animation: balloonAnime 2.5s linear 1;
  transform: translate(-50%, 0);
}
@keyframes balloonAnime {
  0%, 7% {
    transform: translateX(-50%) rotateZ(0);
  }
  15% {
    transform: translateX(-50%) rotateZ(-10deg);
  }
  20% {
    transform: translateX(-50%) rotateZ(5deg);
  }
  25% {
    transform: translateX(-50%) rotateZ(-5deg);
  }
  30% {
    transform: translateX(-50%) rotateZ(3deg);
  }
  35% {
    transform: translateX(-50%) rotateZ(-2deg);
  }
  40%, 100% {
    transform: translateX(-50%) rotateZ(0);
  }
}
.effectFade.td1 {
  transition-delay: 0.1s;
}
.effectFade.td2 {
  transition-delay: 0.2s;
}
.effectFade.td3 {
  transition-delay: 0.3s;
}
.effectFade.td4 {
  transition-delay: 0.4s;
}
.effectFade.td5 {
  transition-delay: 0.5s;
}
.effectFade.td6 {
  transition-delay: 0.6s;
}
.effectFade.td7 {
  transition-delay: 0.7s;
}
.effectFade.td8 {
  transition-delay: 0.8s;
}
.effectFade.td9 {
  transition-delay: 0.9s;
}
.effectFade.td10 {
  transition-delay: 1s;
}
.effectFade.td11 {
  transition-delay: 1.1s;
}

/* ---------------------------------------------------------------- */
/* フローティングバナー */
/* ---------------------------------------------------------------- */
#floatingBox {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 298px;
  z-index: 999;
}
@media print, screen and (max-width: 767px) {
  #floatingBox {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
.contactPage h2,
.thanksPage h2 {
  color: #61B630;
  font-size: 24px;
  margin: 0 0 40px !important;
}
.contactPage .btn,
.thanksPage .btn {
  padding: 15px;
  margin: 0 auto;
  background: #61B630;
  border: 2px solid #61B630;
  color: #fff;
  box-shadow: none;
}
.contactPage .btn:hover,
.thanksPage .btn:hover {
  color: #61B630;
  background: #fff;
}
.contactPage .btn.returnBtn,
.thanksPage .btn.returnBtn {
  background: #EBA614;
  border: 4px solid #EBA614;
  margin-top: 30px;
}
.contactPage .btn.returnBtn:hover,
.thanksPage .btn.returnBtn:hover {
  color: #EBA614;
  background: #fff;
}
@media print, screen and (min-width: 767px) {
  .contactPage h2,
  .thanksPage h2 {
    font-size: 28px;
  }
}

.thanksPage {
  padding: 100px 0 120px;
}

.contactPage.wave::before {
  top: -158px !important;
}
.contactPage .telLink {
  color: #EBA614;
  text-decoration: none;
}
.contactPage .telLink:hover {
  opacity: 0.8;
}
.contactPage .textCenter {
  text-align: center;
}
.contactPage .btnWrap {
  text-align: center;
  margin-top: 30px;
}
.contactPage input[type=submit],
.contactPage input[type=reset],
.contactPage input[type=button],
.contactPage input[type=reset] {
  margin-top: 30px;
}
.contactPage .contactForm {
  padding: 50px 20px 55px;
  border-radius: 10px;
  border: 2px solid #61B630;
}
.contactPage .contactForm .tdUnderline {
  color: #61B630;
}
.contactPage .contactForm form {
  margin-top: 20px;
}
.contactPage .contactForm form table {
  width: 100%;
  border-top: 1px dotted #fff;
  border-collapse: collapse;
}
.contactPage .contactForm form table th, .contactPage .contactForm form table td {
  display: block;
  font-size: 16px;
}
.contactPage .contactForm form table th {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
.contactPage .contactForm form table td {
  width: 100%;
  padding: 10px 0 30px;
}
.contactPage .contactForm form table td input {
  width: 100%;
  height: 35px;
}
.contactPage .contactForm form table td input[type=radio] {
  width: auto;
  height: auto;
  margin-right: 5px;
}
.contactPage .contactForm form table td input[type=radio] + input[type=radio] {
  margin-left: 10px;
}
.contactPage .contactForm form table td input[type=checkbox] {
  margin-right: 5px;
}
.contactPage .contactForm form table td input[type=checkbox] + input[type=checkbox] {
  margin-left: 10px;
}
.contactPage .contactForm form table span {
  color: #ED263E;
}
.contactPage .contactForm form table input, .contactPage .contactForm form table select {
  padding: 5px;
}
.contactPage .contactForm form table textarea {
  width: 100%;
  height: 100px;
}
.contactPage .contactForm span.att {
  background-color: #D13636;
  color: #fff;
  border-radius: 50px;
  width: 58px;
  height: 30px;
  display: inline-flex;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
  align-items: center;
  justify-content: center;
}
.contactPage .contactForm .ninni {
  padding: 2px 5px;
  background-color: #ddd;
  font-size: 12px;
  margin-left: 5px;
  color: #30302B;
}
.contactPage .contactForm input[type=text] {
  width: 100%;
  padding: 0;
  resize: none;
}
.contactPage .contactForm input[type=text]:focus {
  border: solid 1px #ECEAE6;
}
.contactPage .contactForm input[type=text], .contactPage .contactForm select, .contactPage .contactForm textarea {
  outline: 0;
  padding: 10px;
}
.contactPage .contactForm input[type=text]::-moz-placeholder, .contactPage .contactForm select::-moz-placeholder, .contactPage .contactForm textarea::-moz-placeholder {
  color: #CBCBCB;
  font-size: 14px;
  font-weight: bold;
}
.contactPage .contactForm input[type=text]::placeholder, .contactPage .contactForm select::placeholder, .contactPage .contactForm textarea::placeholder {
  color: #CBCBCB;
  font-size: 14px;
  font-weight: bold;
}
@media print, screen and (min-width: 767px) {
  .contactPage.wave::before {
    top: -190px !important;
  }
  .contactPage .confirmBtnWrap {
    max-width: 710px;
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
  }
  .contactPage .confirmBtnWrap input {
    flex-basis: 48%;
    max-width: 48%;
    width: 100%;
    margin: 0;
  }
  .contactPage .confirmBtnWrap input.returnBtn {
    margin: 0 0 0 auto;
  }
  .contactPage input[type=reset] {
    margin-top: 0;
  }
  .contactPage .contactForm form {
    max-width: 650px;
    margin: 0 auto;
  }
  .contactPage .contactForm form table td input {
    width: auto;
    height: auto;
  }
}/*# sourceMappingURL=lp2style.css.map */