@charset "UTF-8";

/*	common
----------------------------------------------------------------------------------*/
/*
.row{
	margin-right: 0!important;
}
*/
body {
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
	scroll-behavior: smooth;
}
.font-dm-sans{
  font-family: "DM Sans", serif;
}

a {
  color: #333333; }

a:link,
a:visited,
a:active {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #333333;
  text-decoration: underline; }

body img,
body video {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img {
  image-rendering: -webkit-optimize-contrast; }

video {
  line-height: 1;
  display: block; }

input,
textarea {
  max-width: 100%; }

p {
  margin-bottom: 2rem; }

sup {
  top: -2em;
  font-size: 2px; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.4; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

.overflow {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }
  
.font-size-24{
  font-size: 24px!important;
}
.font-size-14{
  font-size: 14px!important;
}

.font-normal {
  font-weight: normal; }

.font-bold {
  font-weight: bold !important; }

.font-black {
  font-weight: 900 !important; }

.font-big {
  font-size: 120%; }

.font-small {
  font-size: 80%; }

.bg-white {
  background-color: #fff !important;
}
.bg-gray{
	background-color: #f5f5f5;
}

.clr-white {
  color: #fff !important; }

.clr-black {
  color: #000 !important; }

.clr-red {
  color: #FF0000 !important; }

.clr-green {
  color: #197a3b !important; }

.alignC,
.align-center {
  margin: 0 auto;
  text-align: center; }

.align-left {
  text-align: left !important; }

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

.pt-8 {
  padding-top: 4rem !important; }

.pt-10 {
  padding-top: 6rem !important; }

.pb-8 {
  padding-bottom: 4rem !important; }

.pb-10 {
  padding-bottom: 6rem !important; }

.pb-15 {
  padding-bottom: 9rem !important; }

.mt-8 {
  margin-top: 4rem !important; }

.mt-10 {
  margin-top: 6rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.mb-10 {
  margin-bottom: 6rem !important; }


@media screen and (max-width: 991px) {
  .sp-none {
    display: none; }
  
  .container{
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .lg-none,
  .pc-none {
    display: none; }

  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }
}


/*	common
----------------------------------------------------------------------------------*/
.wrap a img {
  opacity: 1;
  transition: 1s;
}
.wrap a:hover img {
  opacity: 0.7;
  transition: 1s;
}
.wrap img{
  max-width: 100%;
}

.ttlN{
  margin-bottom: 50px;
  font-size: clamp(24px,4vw,40px);
  font-weight: bold;
  line-height: 1.4;
}
.btOrange{
  width: 148px;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff!important;
  text-decoration: none;
  border-radius: 4px;
  background: url(../images/lp/icn_arrow.png) no-repeat center right 10px #f18d00;
  transition: 0.3s;
}
.btOrange:hover{
  text-decoration: none;
  opacity: 0.7;
}


/*	header
----------------------------------------------------------------------------------*/
.header{
  width: 100%;
  height: 62px;
	max-width: 1200px;
  margin: 28px auto 0 auto;
}
.logo {
	width: 294px;
	height: 62px;
  margin: 0;
  padding: 0;
}
.logo a {
	width: 294px;
	height: 62px;
	display: block;
	text-indent: -9999px;
	background: url(../images/lp/logo.png) no-repeat 0 0;
	opacity: 1;
	transition: 0.3s;
}
.logo a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .header{
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
}

.mainWrap{
  width: 100%;
  height: 100vh;
  position: relative;
}
.topMainimg{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mainWrap .img{
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -0);
  z-index: 1;
}
.mainWrap .img img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mainWrap .ttl{
  width: 40%;
  max-width: 710px;
  min-width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mainWrap .header{
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
}
@media screen and (max-width: 991px) {
}
@media screen and (min-width: 992px) {
}

.sideBt{
    width: 50px;
    height: 200px;
    position: fixed;
    top: calc(50% - 100px);
    right: 0;
    z-index: 10;
    display: none;
}
@media screen and (max-width: 991px) {
}
@media screen and (min-width: 992px) {
}


/*	nav
----------------------------------------------------------------------------------*/
.navWrap{
  width: 100%;
  margin: 0 auto;
  background-color: #197a3b;
}
.nav{
  width: 100%;
  min-height: 80px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.nav li{
  list-style: none;
}
.nav a{
  width: auto;
  display: block;
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .nav{
    font-size: 18px;
  }
}


/*	read
----------------------------------------------------------------------------------*/
.readWrap{
    padding: 70px 0 210px 0;
    background:url(../images/lp/read_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.read{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.read .ttlN{
  font-size: clamp(20px,3vw,40px);
  margin-bottom: 40px;
}
.read .ttlN .clr-green{
  padding: 0 2px;
  font-size: clamp(24px,4vw,60px);
}
.read .img{
  max-width: 1038px;
  margin: 0 auto;
}
.read .arrow01{
  height: 56px;
  background: url(../images/lp/read_arrow_top.png) repeat-y center;
  margin-top: -5px;
}
.read .arrow02{
  height: 115px;
  background: url(../images/lp/read_arrow_btm.png) no-repeat center bottom;
}
.readBox01{
  width: 100%;
  max-width: 952px;
  margin: 0 auto;
  background-color: #f6fffc;
  border: 4px solid #197a3b;
  border-radius: 10px;
}
.readBox01 .txt{
  color: #197a3b;
  font-size: clamp(20px,2.4vw,28px);
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
.readBox02{
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
  text-align: left;
}
.readBox02 .txt{
  font-size: clamp(20px,2.4vw,28px);
  font-weight: bold;
  text-align: left;
}
.readBox02 .txt .font-big{
  font-size: clamp(24px,3vw,36px);
}
@media screen and (max-width: 767px) {
  .read{
    padding: 0 15px;
  }
  .readBox01{
    padding: 25px;
  }
  .readBox01 .img{
    margin: 0 auto 15px auto;
    text-align: center;
  }
  .readBox02{
    padding: 25px;
  }
  .readBox02 .img{
    margin: 0 auto 15px auto;
    text-align: center;
  }
  .read .arrow01{
    background-size: 100px auto;
  }
  .read .arrow02{
    height: 57px;
    background-size: 100px auto;
  }
}
@media screen and (min-width: 768px) {
  .readBox01{
    padding: 24px 4px 0 38px;
    display: flex;
    justify-content: space-between;
  }
  .readBox01 .img{
    width: 25.6%;
    order: 2;
  }
  .readBox01 .txt{
    width: 68%;
    order: 1;
  }
  .readBox02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .readBox02 .img{
    width: 16.6%;
  }
  .readBox02 .txt{
    width: 82%;
  }
}


/*	sale
----------------------------------------------------------------------------------*/
.saleBox01{
}
.saleBox01 .img{
  margin: 0 auto 15px auto;
  max-width: 716px;
  max-height: 574px;
}
.saleBox01 .txt{
  background-color: #fff;
}
.saleBox01 .ttlN{
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
}
@media screen and (min-width: 992px) {
  .saleBox01{
    width: 100%;
    max-width: 1200px;
    max-height: 620px;
    aspect-ratio: 100 / 48;
    margin: 0 auto;
    position: relative;
  }
  .saleBox01 .img{
    width: 71.6%;
    max-width: 716px;
    max-height: 574px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .saleBox01 .txt{
    width: 50%;
    height: auto;
    max-width: 600px;
    padding: 50px 50px 50px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
}

.saleBox02{
}
.saleBox02 .inner{
  padding: 30px;
  margin-bottom: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 15px -5px #999;
}
.saleBox02 .copy{
  margin: 0 auto 15px auto;
  text-align: center;
  color: #197a3b;
  font-size: 22px;
  font-weight: bold;
}
.saleBox02 .img{
  margin: 0 auto 15px auto;
  text-align: center;
}
.saleBox02 .ttl{
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.saleBox02 .ttlGreen{
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #197a3b;
}
.saleBox02 .txt{
  margin-bottom: 25px;
}
.saleBox02 .txt p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .saleBox02 .inner{
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 768px) {
  .saleBox02{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5%;
    justify-content: flex-start;
    align-items: flex-start;
    place-content: center;
    place-items: flex-start;
  }
  .saleBox02 .inner{
    height: calc(100% - 60px);
  }
}
@media screen and (min-width: 992px) {
  .saleBox02{
    grid-template-columns: repeat(3, 1fr);
  }
}


/*	reason
----------------------------------------------------------------------------------*/
.reasonBox .inner{
  max-width: 380px;
  margin-bottom: 30px;
}
.reasonBox .ttl{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  position: relative;
}
.reasonBox .ttl .no{
  width: 70px;
}
.reasonBox .ttlTxt{
  width: calc(100% - 70px - 12px);
  margin: 0;
  padding: 0 0 20px 12px;
  color: #197a3b;
  font-size: 22px;
  font-weight: bold;
}
.reasonBox .img{
  margin: -20px auto 15px auto;
  padding: 0 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .reasonBox .inner{
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 992px){
  .reasonBox{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.5%;
    justify-content: flex-start;
    align-items: flex-start;
    place-content: center;
    place-items: flex-start;
  }
}


/*	flow
----------------------------------------------------------------------------------*/
.flowBox{
}
.flowBox .inner{
  max-width: 360px;
  margin-bottom: 50px;
}
.flowBox .step{
  margin-bottom: 5px;
  font-size: 24px;
  font-family: "DM Sans", serif;
  font-weight: bold;
  color: #197a3b;
}
.flowBox .step .no{
  padding: 0 0 0 5px;
  font-size: 36px;
}
.flowBox .img{
  margin: 0 auto;
  text-align: center;
}
.flowBox .ttl{
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.flowBox .arrow{
  background: url(../images/lp/icn_arrow_green.png) no-repeat center;
}
@media screen and (max-width: 991px) {
  .flowBox .inner{
    margin: 0 auto 5px auto;
  }
  .flowBox .arrow{
    width: 30px;
    height: 44px;
    margin: 0 auto 5px auto;
    background: url(../images/lp/icn_arrow_green_btm.png) no-repeat center;
  }
}
@media screen and (min-width: 992px) {
  .flowBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flowBox .inner{
    width: 30%;
  }
  .flowBox .arrow{
    width: 5%;
    height: 240px;
    max-width: 60px;
    margin-top: 65px;
    background: url(../images/lp/icn_arrow_green.png) no-repeat center;
  }
}


/*	faq
----------------------------------------------------------------------------------*/
.faqBox{
  margin: 0;
  padding: 0;
}
.faqBox dl{
  margin: 0 0 50px 0;
  padding: 0;
}
.faqBox dt{
  min-height: 70px;
  margin: 0;
  padding: 0;
  background: url(../images/lp/faq_plus.png) no-repeat top 24px right 20px #197a3b;
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.faqBox dt.active{
  background: url(../images/lp/faq_minus.png) no-repeat top 24px right 20px #197a3b;
}
.faqBox dt .q{
  width: 100%;
  min-height: 70px;
  padding: 22px 62px 10px 82px;
  background: url(../images/lp/faq_q.png) no-repeat top 10px left 10px;
}
.faqBox dd{
  margin: 0;
  padding: 26px 20px 26px 80px;
  background: url(../images/lp/faq_a.png) no-repeat top 20px left 10px #fff;
  display: none;
}
.faqBox dt.active + dd {
  display: block;
}


/*	company
----------------------------------------------------------------------------------*/
.youtube{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.youtube iframe{
  width: 100%;
  height: 100%;
  border: 0;
}
.table01{
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #dcdddd;
}
.table01 th,
.table01 td{
    padding: 28px 68px;
    vertical-align: top;
    font-weight: normal;
    border-bottom: 1px solid #dcdddd;
  }
.table01 th{
    background-color: #f0f0f0;
    border-right: 1px solid #dcdddd;
  }

@media screen and (max-width: 991px) {
  .table01 th,
  .table01 td{
    display: block;
    padding: 10px;
  }
  .table01 th{
    border: none;
  }
}
@media screen and (min-width: 992px) {
}


/*	topics
----------------------------------------------------------------------------------*/
.topicsWrap .btOrange{
    width: 180px;
}
.topicsWrap .font-dm-sans{
  font-weight: bold;
  font-size: clamp(24px,4vw,40px);
  letter-spacing: 1px;
}

.swiper-topics .swiper-slide{
	width: 300px;
	height: auto;
  max-width: 300px;
	margin-top: 5px;
	margin-bottom: 90px;
	background-color: #fff;
	box-shadow: 0px 0px 10px -6px #999999;
	overflow: hidden;
}
.swiper-topics .thumnail img{
	width: 100%;
	max-width: 300px;
	max-height: 200px;
	object-fit: cover;
}
.swiper-topics .day{
  padding: 18px 18px 10px 18px;
	font-size: 14px;
}
.swiper-topics .ttl{
	padding: 0 18px 18px 18px;
  font-weight: bold;
}

.swiper-topics .swiper-button-next:after,
.swiper-topics .swiper-button-prev:after {
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	background: url("../images/lp/slide_prev.png") no-repeat 0 0;
}
.swiper-topics .swiper-button-next:after{
	background: url("../images/lp/slide_next.png") no-repeat 0 0;
}
.swiper-topics .swiper-button-next,
.swiper-topics .swiper-button-prev{
	width: 52px;
	height: 52px;
	top: auto;
	bottom:0;
}
.swiper-topics .swiper-button-prev{
	left: 0;
}
.swiper-topics .swiper-button-next{
	left: 60px;
}
.swiper-topics .swiper-pagination{
  width: calc(100% - 130px);
	z-index: 1;
  top: auto;
  left: 130px;
  bottom: 25px;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
}
.swiper-topics .swiper-pagination-bullet{
	width: 15px;
  margin: 0;
  height: 3px;
  cursor: pointer;
}
.swiper-topics .swiper-pagination-progressbar-fill {
	background: #000;
	border-radius: 5px;
}

@media screen and (max-width: 991px) {
	.topicsWrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.topicsWrap .left{
		text-align: center;
		margin: 0 auto 30px auto;
	}
	.swiper-topics .swiper-wrapper{
		padding-bottom: 50px;
	}
	.swiper-topics .swiper-button-next{
		right: 0;
	}
	.swiper-topics .swiper-button-prev{
		left: 0;
	}
}
@media screen and (min-width: 992px) {
	.topicsWrap{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.topicsWrap .left{
		width: 240px;
		margin-right: 50px;
		margin-left: 15px;
    display: flex;
		flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
	}
	.topicsWrap .left .text-center{
		margin-top: 175px;
	}
	.topicsWrap .left .btWrap {
		margin-top: auto;
    margin-bottom: 88px;
	}
	.topicsWrap .right{
		width: calc(100% - 240px - 50px - 15px);
	}
	.topicsWrap .right .swiper{
		padding-left: 5px;
	}
}
@media screen and (min-width: 1220px) {
	.topicsWrap{
		width: 100%;
		overflow: hidden;
	}
	.topicsWrap .left{
		margin-left: calc((100% - 1200px) / 2);
	}
	.topicsWrap .right{
		padding-left: 5px;
	}
}


/*	footer
----------------------------------------------------------------------------------*/
.mb05{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.alignC{
  text-align: center;
}
.alignR{
  text-align: right;
}
.alignL{
  text-align: left;
}
#footerBg{
  padding: 68px 0 0 0;
  background: url(../images/lp/footer_bg.png) repeat-x top center;
}
#footer{
  padding: 50px 0;
  background-color: #e0f0eb;
}
.footer{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#sitemap{
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  color: #333333;
}
#sitemap ul{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#sitemap li{
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
#sitemap li::after{
  content: "　｜　";
}
#sitemap li:last-child::after{
  display: none;
}
#copyright{
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #197a3b;
}
#pagetop{
  width: 54px;
  height: 54px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 991px) {
  #footer{
    padding: 30px 15px;
  }
  #footerIn .floatL{
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  #footerIn{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footerIn .floatL{
    width: 48%;
    font-size: 15px;
  }
  #footerIn .floatR{
    width: 49%;
  }
}