html {
  scroll-behavior: smooth;
  scroll-padding: 90px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding: 60px;
  }
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  color: #333;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  background-color: #f0ede7;
}
body.is-loading {
  overflow: hidden;
}
body.is-scroll-locked {
  overflow: hidden;
  touch-action: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}
.l-inner {
  padding: 0 20px;
  max-width: 1030px;
  margin: auto;
}
.c-title {
  font-size: 40px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #006e38;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 30px;
  }
}
.l-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-top: 20px;
    padding-right: 20px;
  }
}
.l-headerLogo {
  max-width: 310px;
  padding-left: 20px;
  opacity: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-headerLogo {
    max-width: 200px;
    margin-top: -10px;
  }
}
.l-headerLogo path {
  transition: 0.3s;
}
.l-headerLogo.is-dark path {
  fill: #006e38;
}
.l-headerMenu {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.l-headerMenu.is-active .l-headerMenuText {
  color: #006e38;
}
.l-headerMenu.is-active .l-headerMenuBar {
  background-color: #006e38;
}
.l-headerMenuBox {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 33px;
}
.l-headerMenuBar {
  width: 55px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .l-headerMenuBar {
    width: 45px;
  }
}
.l-headerMenuBar.top.is-active {
  transform: translateY(15px) rotate(30deg);
}
.l-headerMenuBar.center.is-active {
  display: none;
}
.l-headerMenuBar.bottom.is-active {
  transform: translateY(0px) rotate(-30deg);
}
.l-headerMenuText {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .l-headerMenuText {
    font-size: 12px;
  }
}
.l-headerMenu.is-dark .l-headerMenuText {
  color: #006e38;
}
.l-headerMenu.is-dark .l-headerMenuBar {
  background-color: #006e38;
}


.loading {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100svh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.loadingImg{max-width: 365px; opacity: 0;}
@media screen and (max-width: 768px) {
  .loading{height: 100svh !important;}
  .loadingImg{max-width: 65%;}
}
.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fv::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -55px;
  width: 100%;
  height: 55px;
  background: #f0ede7;
  z-index: 10;
  pointer-events: none;
}
.fvBg {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fvBg {
    -o-object-position: 77%;
    object-position: 77%;
  }
}
.fvTitle {
  width: 70px;
  position: absolute;
  top: 60px;
  right: 14.46vw;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fvTitle {
    top: 50px;
    bottom: 0;
    right: 72vw;
    margin: auto;
    transform: translateY(-10%);
    width: 45px;
  }
}
.fvLogo {
  width: 370px;
  position: absolute;
  left: 8.56vw;
  bottom: 100px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fvLogo {
    width: 150px;
    bottom: auto;
    top: 20px;
    left: 20px;
  }
}
.fvContent {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  gap: 30px;
  place-content: center;
  text-align: center;
  padding: 0 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  .fvContent {
    margin-right: 0;
    margin-left: 0;
    margin-top: 70px;
    gap: 3px;
  }
}
.fvLead {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: left;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .fvLead {
    font-size: 16px;
  }
}
.p-info {
  padding: 160px 0 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-info {
    padding: 80px 0 50px;
  }
}
.p-info .l-inner {
  max-width: 870px;
  padding: 0 30px;
}
.p-infoTitle {
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  color: #006e38;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-infoTitle {
    font-size: 22px;
  }
}
.p-infoItems {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-infoItems {
    margin-top: 50px;
  }
}
.p-infoItem {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-infoItem {
    flex-direction: column;
    border-bottom: 1px solid #006e38;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.p-infoItemLeft {
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 165px;
  height: 100%;
  padding: 10px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-infoItemLeft {
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 0;
		padding: 0;
  }
}
.p-infoItemNew {
  border: 1px solid #e60012;
  color: #e60012;
  font-size: 15px;
  letter-spacing: 0.3em;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  width: 60px;
  height: 22px;
  display: grid;
  place-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}
.p-infoItemDate {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 15px;
  letter-spacing: 0.3em;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-infoItemDate {
    margin-left: 0;
  }
}
.p-infoItemText {
  border-left: 1px solid #80b79c;
  padding-left: 50px;
  line-height: 1.86;
  font-size: 14px;
	padding: 10px 0 10px 50px;
}
@media screen and (max-width: 768px) {
  .p-infoItemText {
    padding-left: 0;
    border-left: none;
		padding: 0;
  }
}
.logo {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .logo {
    padding: 50px 0 0;
  }
}
.logoImg {
  max-width: 400px;
  margin: auto;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logoImg {
    width: 50%;
  }
}
.p-catch {
  padding-top: 50px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .p-catch {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.p-catch .l-inner {
  max-width: 1440px;
  padding: 0;
}
.p-catchWrap {
  display: flex;
  gap: 140px;
}
@media screen and (max-width: 1200px) {
  .p-catchWrap {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-catchWrap {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.p-catchLeft,
.p-catchRight {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-catchLeftBox {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  .p-catchLeftBox {
    gap: 20px;
    margin-left: 0;
    padding-left: 15px;
  }
}
.p-catchLeftText {
  font-size: 15px;
  line-height: 2.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-catchLeftText {
    font-size: 13px;
    line-height: 1.86;
  }
}
.p-catchLeftImg {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-catchLeftImg {
    margin-top: 60px;
  }
}
.p-catchLefthuman {
  /*max-width: 330px;*/
  max-width: 190px;
  margin-left: auto;
  margin-top: 115px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-catchLefthuman{margin: 40px auto; width: 40vw;}
}
.p-catchLeftHuman2 {
  max-width: 170px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-catchLeftHuman2 {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 110px;
  }
}
.p-catchRightFlex {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-catchRightHuman3 {
  width: 170px;
  position: absolute;
  bottom: -140px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .p-catchRightHuman3 {
    bottom: -110px;
    width: 130px;
    right: 10px;
  }
}
.p-catchRight {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-catchRight {
    margin-top: 0;
  }
}
.p-catchRightText {
  margin-top: 120px;
  width: 115px;
  margin-right: 200px;
}
@media screen and (max-width: 768px) {
  .p-catchRightText {
    margin-right: 0;
    width: 80px;
    margin-top: 60px;
  }
}
.p-catchRightImg2 {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .p-catchRightImg2 {
    margin-top: 120px;
  }
}
.p-movie {
  background-color: #cce2d7;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-movie {
    padding: 60px 0;
  }
}
.p-movie .c-title {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-movie .c-title {
    font-size: 22px;
  }
}
.p-movieText {
  font-size: 23px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-movieText {
    font-size: 14px;
  }
}
.p-movieMov {
  aspect-ratio: 990/557;
  margin-top: 120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-movieMov{margin-top: 30px;}
}

/* Movie */
.p-movieBtn,.modal_btn{font-size: 20px; color: #006e38 !important; letter-spacing: 0.3em;
  width: 700px; height: 60px; display: grid; place-content: center; position: relative;
  background-color: #fff; margin: 60px auto 0; cursor: pointer;
}
.p-movieBtn::after,
.modal_btn::after{content: '';
  display: inline-block; background-image: url(../img/top/arrow-right-green.png);
  background-size: cover; width: 26px; height: 30px;
  position: absolute; right: 30px; top: 0; bottom: 0; margin: auto;
}
#inline-wrap{max-width: 1024px; margin: auto; display: block; position: relative;}
.modal_movieWrap .modalBox{height: auto; overflow: hidden;}
.modal_movieWrap .modalBox iframe{margin: 0;}
button.mfp-close{text-indent: -9999px; transform: translate(0,-110%);
  width: 50px; height: 50px; cursor: pointer; position: absolute; opacity: 1;
  right: 0; top: 0; background: url(../img/top/icon-close.png) no-repeat center center; background-size: contain;
}

@media screen and (max-width: 768px) {
  #inline-wrap{width: 90%;}
}
@media screen and (max-width: 768px){
  .p-movieBtn,.modal_btn{width: 100%; font-size: 13px; height: 40px; margin-top: 30px;}
  .p-movieBtn::after,
  .modal_btn::after{width: 11px; height: 14px; right: 10px;}
}

.p-tel {
  background-color: #006e38;
  padding: 160px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .p-tel {
    padding: 60px 0;
  }
}
.p-telTitle {
  font-size: 23px;
  text-align: center;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-telTitle{font-size: 16px;}
}
.p-telText {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-telText {
    font-size: 14px;
  }
}
.p-telNum {
	position: relative;
	display: inline-block;
	font-size: 80px;
	/*letter-spacing: .05em;*/
	padding-left: 1.3em;
	margin-top: 20px;
	line-height: 1;
}
.p-telNum:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-38%);
	background: url(../img/common/pc/icon_freedial.svg) center / contain no-repeat;
	width: 90px;
	aspect-ratio: 3 / 2;
}
@media screen and (max-width: 1030px) {
	.p-telNum {font-size: clamp(20px, 9vw, 80px);}
	.p-telNum:before {width: clamp(20px, 11.5vw, 100px);}
}
@media screen and (max-width: 768px) {
	.p-telNum {font-size: 10vw;}
	.p-telNum:before {width:12vw;}
}
.p-telImg {
  max-width: 640px;
  margin: 40px auto 0;
  display: block;
  width: 100%;
}
.p-service {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-service {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-service .c-title {
    font-size: 22px;
  }
}
.p-serviceItems {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media screen and (max-width: 768px) {
  .p-serviceItems {
    gap: 60px;
  }
}
.p-serviceItem {
  display: flex;
  align-items: flex-end;
  gap: 100px;
}
@media screen and (max-width: 1024px) {
  .p-serviceItem {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceItem {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-serviceItemImg {
  max-width: 410px;
}
@media screen and (max-width: 1024px) {
  .p-serviceItemImg {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceItemImg {
    max-width: 250px;
  }
}
.p-serviceItemRight {
  padding-bottom: 30px;
}
.p-serviceItemRightImg {
  width: 190px;
  margin-bottom: auto;
  margin-left: auto;
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-serviceItemRightImg {margin-bottom: -50px; z-index: 2;}
  .serviceItem_04 .p-serviceItemRightImg{margin-bottom: -35px;}
}
.p-serviceItemCat {
  color: #006e38;
  font-size: 15px;
}
.p-serviceItemTitle {
  font-size: 22px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-serviceItemTitle {
    font-size: 20px;
    margin-top: 5px;
  }
}
.p-serviceItemText {
  font-size: 13px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-serviceItemText {
    margin-top: 20px;
  }
}
.p-serviceItemBtn {
  margin-top: 100px;
  display: block;
  font-size: 18px;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #000;
  padding-right: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-serviceItemBtn {
    margin-top: 30px;
    font-size: 14px;
  }
}
.p-serviceItemBtn::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 0.5px;
  background-color: #000;
  position: absolute;
  right: -2px;
  bottom: 6.9px;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .p-serviceItemBtn::after {
    height: 1px;
  }
}
.p-schedule{
  background-color: #fff;
  padding: 160px 0;
  position: relative;
  z-index: 2;
}
.p-schedule .c-title + p{text-align: center; font-size: 20px; line-height: 1.2; margin: 0 0 15px;}

@media screen and (max-width: 768px) {
  .p-schedule{padding: 60px 0;}
}
@media screen and (max-width: 768px) {
  .p-scheduleImg{max-width: 335px; display: block; margin: auto;}
  .p-schedule .c-title + p{font-size: 16px;}
}
@media screen and (max-width: 340px) {
  .p-scheduleImg{max-width: 100%;}
}

.p-scheduleText {
  margin-top: 120px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-scheduleText {
    margin-top: 40px;
    font-size: 16px;
  }
}
.p-scheduleBtn {
  width: 100%;
  max-width: 900px;
  background-color: #006e38;
  height: 68px;
  display: grid;
  place-content: center;
  color: #fff !important;
  font-size: 22px;
  margin: 20px auto 0;
  position: relative;
  cursor: pointer;
}
.p-scheduleBtn::after{
  content: '';
  display: inline-block;
  background-image: url(../img/top/arrow-bottom-block.png);
  background-size: cover;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-scheduleBtn{font-size: 18px;}
  .p-scheduleBtn::after{width: 20px; height: 20px;}
}
@media screen and (max-width: 640px){
  .p-scheduleBtn::after{display: none;}
  .p-scheduleBtn span{padding-right: 35px;
    background-image: url(../img/top/arrow-bottom-block.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px;
  }
}
.parallax {
  background: linear-gradient(to bottom, #fff, #f0ede7);
  /*
  aspect-ratio: 1440/800;
*/
  position: relative;
  overflow: hidden;
  /*
  margin-top: -10%;
*/
}
.parallaxSec {
  position: relative;
  z-index: 1;
}
.parallaxImg {
  /*
  position: absolute;
*/
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}
.p-voice {
  padding: 160px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
  position: relative;
  z-index: 2;
  background-color: #f0ede7;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1200px) {
  .p-voice {
    gap: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-voice {
    gap: 50px;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-voice {
    gap: 0;
  }
}
.p-voiceLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-voiceLeft {
    padding-bottom: 0;
  }
}
.p-voiceTitle {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  color: #006e38;
  text-align: center;
}
.p-voiceText {
  font-size: 14px;
  text-align: center;
}
.p-voiceSlider {
  margin-top: 30px;
  width: 490px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-voiceSlider {
    width: 100%;
    max-width: 335px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 335px) {
  .p-voiceSlider {
    max-width: 100%;
  }
}
.p-voiceSlider .swiper-pagination {
  width: 100%;
  height: 17px;
  margin-top: 23px !important;
  position: static;
  margin-top: auto;
}
.p-voiceSlider .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: 2px solid #006e38;
  background: none !important;
  border-radius: 0 !important;
  margin-top: auto !important;
}
.p-voiceSlider .swiper-pagination-bullet-active {
  background: #006e38 !important;
}
.p-voiceItem{background-color: #006e38; padding: 30px;}
.swiper-slide.p-voiceItem{height: auto;}
.swiper-slide.p-voiceItem a {height: 100%; display: flex; gap: 35px; align-items: center; justify-content: space-between;}
@media screen and (max-width: 768px) {
  .p-voiceItem a {flex-direction: column-reverse;}
}
@media screen and (max-width: 350px) {
  .p-voiceItem {width: calc(100% - 30px) !important;}
}
.p-voiceItemText {
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-voiceItemName {
  font-size: 15px;
  color: #fff;
}
.p-voiceItemName span {
  font-size: 24px;
}
.p-voiceItemInfo {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.03em;
}

.p-voiceItemThumb{width: 111px;}

.p-voiceRight {
  max-width: 410px;
  overflow: hidden;
  aspect-ratio: 1 / 1.2;
}
@media screen and (max-width: 768px) {
  .p-voiceRight {
    max-width: 375px;
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width: 375px) {
  .p-voiceRight {
    max-width: 100%;
  }
}
.p-voiceRightImg {
  aspect-ratio: 1 / 1.2;
}
.p-voiceHuman {
  max-width: 230px;
  margin-bottom: 60px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-voiceHuman {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 200px;
  }
}
.banner {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-bottom: 60px;
  }
}
.bannerTitle {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bannerTitle {
    font-size: 20px;
  }
}
.bannerText {
  font-size: 16px;
  text-align: center;
  line-height: 2.1;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .bannerText {
    font-size: 12px;
  }
}
.bannerLink {
  margin-top: 120px;
  display: block;
}
@media screen and (max-width: 768px) {
  .bannerLink {
    margin-top: 30px;
  }
}
.p-support {
  background-color: #cce2d7;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .p-support {
    padding: 60px 0;
  }
}
.p-supportTitle {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-supportTitle {
    font-size: 19px;
  }
}
.p-supportText {
  font-size: 16px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-supportText {
    font-size: 14px;
    margin-top: 20px;
  }
}
.p-supportItems {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-supportItems{gap: 10px;}
}
@media screen and (max-width: 768px) {
  .p-supportItems{padding: 0 20px; margin-top: 60px;
    flex-direction: column; gap: 0;
  }
}
.p-supportItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 3px solid #006e38;
  width: calc(100% / 3 - 30px);
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-supportItem {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 500px;
    padding: 10px 0;
    margin-left: auto;
    border: 2px solid #006e38;
  }
}
@media screen and (max-width: 520px) {
  .p-supportItem {
    width: 75%;
  }
}
.p-supportItemImg{max-width: 144px; margin-top: -75px;}
@media screen and (max-width: 768px) {
  .p-supportItemImg{position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto; max-width: 120px;
  }
}
@media screen and (max-width: 520px) {
  .p-supportItemImg{left: -90px; max-width: 100px;}
}
.p-supportItemTitle {
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #006e38;
}
@media screen and (max-width: 1024px) {
  .p-supportItemTitle {
    font-size: 19px;
  }
}
.p-supportItemText {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-supportItemText{font-size: 13px;}
}
@media screen and (max-width: 768px){
  .p-supportItemText{line-height: 1.6;}
}
.p-supportItemArrow {
  width: 15px;
}
@media screen and (max-width: 768px) {
  .p-supportItemArrow{transform: rotate(90deg); margin-top: 10px; margin-bottom: 10px;}
}
.p-supportBottom {
  margin-top: 80px;
  background-color: #fff;
  padding: 35px 30px 35px 210px;
  border-radius: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-supportBottom {
    padding: 20px 20px 20px 70px;
    border-radius: 35px;
    margin-top: 40px;
  }
}
.p-supportBottom::before {
  content: '';
  display: inline-block;
  background-image: url(../img/top/support-img-4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 210px;
  height: 170px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-supportBottom::before {
    width: 85px;
    height: 110px;
    left: -20px;
  }
}
.p-supportBottomText {
  font-size: 22px;
  color: #006e38;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-supportBottomText{font-size: 15px;}
}

.p-infoItem .p-infoItemText .tell_txt {
  display: flex;
  align-items: center;
  margin-bottom: -36px;
  font-size: 140%;
}

.p-infoItem .p-infoItemText .tell_txt::before {
  content: '';
  display: inline-block;
  background-image: url(../img/top/tel_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2em;
  height: 1.3em;
  margin-right: 3px;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modalMask {
  background-color: rgba(33, 17, 13, 0.5);
  height: 100%;
  padding: 0 20px;
}
.modalInner{max-width: 1024px; margin: auto; display: block; position: relative; padding-top: 80px;}
@media screen and (max-width: 768px) {
  .modalInner {width: 90%;}
}
.modalClose{width: 50px; height: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
}
.modalHead {
  background-color: #006f31;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.15em;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modalHead {
    font-size: 18px;
  }
}
.modalBox {
  background-color: #fff;
  padding: 30px;
  overflow: scroll;
  height: 85vh;
}
@media screen and (max-width: 768px) {
  .modalBox {
    padding: 10px;
    height: 80vh;
  }
}
.modalBox.h-auto {
  height: auto;
}
.modalText {
  font-size: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .modalTable {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .modalImg {
    width: 200vw;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .modalImg .w-300vw {
    width: 300vw;
  }
}
.plan10Area {
  margin-top: 0;
}
.opa {
  color: #fff !important;
}


