.pc-br {
  display: block;
}
@media screen and (max-width: 1465px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 1465px) {
  .sp-br {
    display: block;
  }
}

.totalTopHeder {
  width: 100%;
  background-color: #fff;
  position: static !important;
  padding: 25px 0 56px 0 !important;
}
@media screen and (max-width: 768px) {
  .totalTopHeder {
    height: auto;
    padding: 8px 0;
  }
}
.totalTopHeder .logoArea a img {
  display: block;
  margin: 0 auto;
  width: 500px;
}
@media screen and (max-width: 999px) {
  .totalTopHeder .logoArea a img {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .totalTopHeder .logoArea a img {
    width: 70%;
    margin-top: 8px;
  }
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.totalVisual {
  padding-top: 16px !important;
  position: relative;
}
@media screen and (max-width: 600px) {
  .totalVisual {
    padding-top: 25px;
  }
}
.totalVisual .totalVisualInner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner {
    width: 85%;
  }
}
.totalVisual .totalVisualInner .txt-and-school {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1%;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .txt-and-school {
    flex-direction: column;
  }
}
.totalVisual .totalVisualInner .txt-and-school .tagLine {
  font-size: clamp(30px, 3.1770833333vw, 61px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #5c7100;
  letter-spacing: 20px;
  width: 33%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .txt-and-school .tagLine {
    margin: 0 auto;
	width: 100%;
	padding-bottom: 30px;
  }
}

.scrolltxt {
	position: absolute;
	bottom: 30px;
	transition: opacity 0.5s ease;
    opacity: 1;
}
.scrolltxt p {
	animation: bound 2s ease-in-out infinite alternate;
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
	line-height: 150% !important;
	font-size: 20px !important;
	letter-spacing: 0 !important;
	color: #333 !important;
	position: relative;
	padding-left: 25px;
}
.scrolltxt p::before {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: url(../img/total-img/scrollangle.svg);
	background-size: cover;
	width: 20px;
	height: 20px;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
}
.scrolltxt.is-hide {
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.scrolltxt {
		display: none;
	}
}

.totalVisual .totalVisualInner .txt-and-school .schoolLink {
  width: 66%;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink {
    width: 100%;
  }
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #e1ed00;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer {
    background-color: transparent;
  }
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn {
  position: absolute;
  bottom: 16px;
  left: 24px;
  width: 28%;
}
@media screen and (max-width: 1420px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn {
    width: 30%;
  }
}
@media screen and (max-width: 1220px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn {
    width: 33%;
  }
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn {
    left: 0;
    right: 0;
    margin: auto;
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn {
    width: 95%;
  }
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea {
  display: flex;
  align-items: center;
  padding: 20px 24px 20px 24px;
  border-radius: 20px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(57px);
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1465px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea {
    padding: 20px 10px 20px 3px;
  }
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea p {
  font-size: 1.3541666667vw;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  position: relative;
  padding-left: 56px;
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea p {
    width: 90%;
    margin: 0 auto;
  }
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea p::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/illust/school.svg);
  background-repeat: no-repeat;
  width: 100%;
  width: 56px;
  height: 56px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a .imgContainer .btn .illustArea p::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-school.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .txt-and-school .schoolLink a:hover .btn .illustArea {
  transition: all 0.3s;
  background-color: #e1ed00;
}
.totalVisual .totalVisualInner .otherService {
  display: flex;
  gap: 1%;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService {
    flex-direction: column;
	gap: 16px;
  }
}
.totalVisual .totalVisualInner .otherService .haisyoku {
  width: 33%;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .haisyoku {
    width: 100%;
  }
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #14bb7b;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer {
    background-color: transparent;
  }
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn {
    width: 95%;
  }
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea {
  display: flex;
  align-items: center;
  padding: 20px 24px 20px 24px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(57px);
  overflow: hidden;
  transition: all 0.3s;
  height: 90px;
}
@media screen and (max-width: 1465px) {
  .totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea {
    padding: 8px 10px 8px 3px;
  }
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea p {
  font-size: 1.3541666667vw;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  position: relative;
  padding-left: 56px;
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea p {
    width: 90%;
    margin: 0 auto;
  }
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea p::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/illust/haisyoku.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 56px;
  height: 56px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .otherService .haisyoku a .otherImgContainer .btn .illustArea p::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-other.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .otherService .haisyoku a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .otherService .haisyoku a:hover .btn .illustArea {
  transition: all 0.3s;
  background-color: #14bb7b;
}
.totalVisual .totalVisualInner .otherService .kaigo {
  width: 32.5%;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .kaigo {
    width: 100%;
  }
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #14bb7b;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer {
    background-color: transparent;
  }
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn {
    width: 95%;
  }
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 20px 24px 20px 24px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(57px);
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1465px) {
  .totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea {
    padding: 8px 10px 8px 3px;
  }
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea p {
  font-size: 1.3541666667vw;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  position: relative;
  padding-left: 56px;
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea p {
    width: 95%;
    margin: 0 auto;
  }
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea p::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/illust/kaigo.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .otherService .kaigo a .otherImgContainer .btn .illustArea p::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-other.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .otherService .kaigo a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .otherService .kaigo a:hover .btn .illustArea {
  transition: all 0.3s;
  background-color: #14bb7b;
}
.totalVisual .totalVisualInner .otherService .helper {
  width: 32.5%;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .helper {
    width: 100%;
  }
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #14bb7b;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .helper a .otherImgContainer {
    background-color: transparent;
  }
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn {
    width: 95%;
  }
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 20px 24px 20px 24px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(57px);
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1465px) {
  .totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea {
    padding: 8px 10px 8px 3px;
  }
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea p {
  font-size: 1.3541666667vw;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  position: relative;
  padding-left: 52px;
  padding-right: 30px;
}
@media screen and (max-width: 999px) {
  .totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea p {
    width: 100%;
    margin: 0 auto;
  }
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea p::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/illust/helper.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .otherService .helper a .otherImgContainer .btn .illustArea p::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-other.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.totalVisual .totalVisualInner .otherService .helper a:hover img {
  opacity: 0.5;
  transition: all 0.3s;
}
.totalVisual .totalVisualInner .otherService .helper a:hover .btn .illustArea {
  transition: all 0.3s;
  background-color: #14bb7b;
}

.catchCopy {
  position: relative;
  padding: 96px 0;
}
@media screen and (max-width: 600px) {
  .catchCopy {
    padding-bottom: 48px;
  }
}
.catchCopy::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/total-img/spray-yellow.png);
  background-size: contain;
  background-position: right;
  width: 40%;
  height: 100%;
  top: 0;
  left: 50px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .catchCopy::before {
    top: 20px;
    left: -10px;
    width: 162px;
  }
}
.catchCopy::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/total-img/spray-green.png);
  background-position: center;
  background-size: contain;
  width: 40%;
  height: 100%;
  right: 10px;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .catchCopy::after {
    right: 90px;
  }
}
@media screen and (max-width: 999px) {
  .catchCopy::after {
    right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .catchCopy::after {
    top: 25px;
    right: -10px;
    width: 162px;
  }
}
.catchCopy p {
  font-size: clamp(20px, 1.7708333333vw, 34px);
  text-align: center;
}

.companyLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .companyLink {
    margin-top: 0;
  }
}
.companyLink a {
  width: 48%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 1725px) {
  .companyLink a {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .companyLink a {
    width: 43%;
  }
}
.companyLink a .companyContentArea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.companyLink a .companyContentArea .arrowArea {
  padding: 8px 16px 40px 16px;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  display: block;
  position: relative;
}
.companyLink a .companyContentArea .arrowArea::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/mainBtn.svg);
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companyLink a .companyContentArea .arrowArea p {
  writing-mode: vertical-rl;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.companyLink a .companyContentArea .arrowArea p .fstLtr {
  color: #5c7100 !important;
}
.companyLink a img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 10px 0 #f9f9f9;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .companyLink a img {
    height: 227px;
  }
}
.companyLink a:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

footer .footerInner {
  display: flex;
  gap: 11.5%;
  padding-left: 21%;
  margin-top: 65px;
}
@media screen and (max-width: 999px) {
  footer .footerInner {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
footer .footerInner .address {
  padding: 64px 0 0 0;
}
@media screen and (max-width: 999px) {
  footer .footerInner .address {
    padding: 64px 24px 0 20px;
    text-align: center;
  }
}
footer .footerInner .address img {
  margin-bottom: 21px;
  width: 334px;
}
@media screen and (max-width: 999px) {
  footer .footerInner .address img {
    width: 261px;
  }
}
footer .footerInner .address p {
  color: #000;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 21px;
}

@media screen and (max-width: 999px) {
  footer .footerInner .address p {
    margin-bottom: 0;
  }
}
footer .footerInner .address .footerBtnArea {
  width: 245px;
  padding-top: 21px;
}
@media screen and (max-width: 999px) {
  footer .footerInner .address .footerBtnArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  footer .footerInner .address .footerBtnArea {
    max-width: 300px;
  }
}
footer .footerInner .address .footerBtnArea .mailBtn {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #eaeea2;
  border-radius: 3px;
  padding: 16px 64px 16px 32px;
  position: relative;
  display: block;
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
footer .footerInner .address .footerBtnArea .mailBtn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/mail.svg);
  right: -30px;
  right: 0;
  top: 0;
  background-color: #5c7100 !important;
  border-radius: 0 3px 3px 0 !important;
  height: 100%;
  width: 45px;
  background-position: center;
}
footer .footerInner .address .footerBtnArea .mailBtn:hover {
  background-color: #5c7100;
  color: #fff !important;
  transition: all 0.3s;
}
footer .footerInner .address .copyright {
  color: #5c7100;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 70px;
  margin-bottom: 21px;
}
@media screen and (max-width: 999px) {
  footer .footerInner .address .copyright {
    margin-bottom: 21px;
  }
}
footer .footerInner .map {
  width: 100%;
}
@media screen and (max-width: 999px) {
  footer .footerInner .map {
    width: 100%;
  }
}
footer .footerInner .map iframe {
  width: 100%;
  height: stretch;
}
@media screen and (max-width: 999px) {
  footer .footerInner .map iframe {
    height: 280px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10000;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  padding: 64px;
}
@media screen and (max-width: 1640px) {
  .modal .modal-wrapper {
    padding: 64px 16px;
  }
}
.modal .modal-wrapper .close {
  font-size: 30px;
  color: #333;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .modal-wrapper .modal-content .modalTitle {
  text-align: center;
  padding-bottom: 24px;
  color: #000;
  font-family: "Klee One", sans-serif;
  font-size: clamp(24px, 1.7708333333vw, 34px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.modal .modal-wrapper .modal-content .contactFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1640px) {
  .modal .modal-wrapper .modal-content .contactFlex {
    gap: 10px;
  }
}
.modal .modal-wrapper .modal-content .contactFlex .btn.mail {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgb(51, 51, 51);
  background-color: rgb(234, 238, 162);
  border-radius: 3px;
  padding: 16px 62px 16px 32px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.modal .modal-wrapper .modal-content .contactFlex .btn.mail::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/mail.svg);
  background-position: center center;
  right: 0px;
  top: 0px;
  background-color: rgb(92, 113, 0);
  border-radius: 0px 3px 3px 0px;
  width: 45px;
  height: 100%;
}
.modal .modal-wrapper .modal-content .contactFlex .btn.mail:hover {
  background-color: #5c7100;
  color: #fff;
}
.modal .modal-wrapper .modal-content .contactFlex .btn {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgb(51, 51, 51);
  background-color: rgb(234, 238, 162);
  border-radius: 3px;
  padding: 16px 62px 16px 32px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.modal .modal-wrapper .modal-content .contactFlex .btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../img/btn-icon/btn-arrow.svg);
  background-position: center center;
  right: 0px;
  top: 0px;
  background-color: rgb(92, 113, 0);
  border-radius: 0px 3px 3px 0px;
  width: 45px;
  height: 100%;
}
.modal .modal-wrapper .modal-content .contactFlex .btn:hover {
  background-color: #5c7100;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
