@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');


/*	link
------------------------------------------------ */
.glp202306 a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
	color:#1F9055;
}

.lp202306 a:link {
	text-decoration: none;
	outline: none;
}
.lp202306 a:visited {
}
.lp202306 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.lp202306{
	color: #333;
	  font-family:  'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 15px;
	*font-size:small;
	*font:x-small;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	overflow: hidden;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.lp202306 img {
	max-width: 100%;
	width: 100%;
}
.lp202306 div{
	box-sizing: border-box;
}
.lp202306 img,
.lp202306 iframe{
	vertical-align: bottom;
	border-style: none;
}
.lp202306 .clearfix::after {
	content: "";
	display: block;
	clear: both;
}

h1,h2,h3,h4,h5,.yuumin{
	font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}


/*コンテンツ*/
.lp202306{
	min-width: 1200px;
	background-color: #F7F4F0;
}
.mainvisual{
	background-image: url(images/mv01b.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 640px;
}
.amainvisual{
	background-image: url(images/mv01.jpg),url(images/mv01.jpg);
	background-size: auto 120%, auto 120%;
	background-position: right center,left -50% center;
	background-repeat: no-repeat;
	height: 640px;
}
.mainvisual .text-area{
	margin-left: calc(50% - 600px);
	width: 450px;
	height: 100%;
	background-color: #fff;
	padding: 8rem 50px 4rem 50px;
	position: relative;
}
.mainvisual .text-area h1{
	font-size: 45px;
	letter-spacing: .1em;
}
.mainvisual .text-area .subtitle{
	font-size: 25px;
	border-bottom: solid 1px #000;
	padding-bottom: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.5;
	letter-spacing: .1em;
}
.mainvisual .text-area .subtitle b{
	font-size: 120%;
	color:#003993;
}
.mainvisual .text-area .circle{
	position: absolute;
	background-color: #8FC31F;
	border-radius: 200px;
	width: 126px;
	height: 126px;
	color: #fff;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	top:30px;
	right:30px;
}

.sec01{}
.sec01 .kukaku{
	margin:  auto;
	max-width: 1400px;
	text-align: center;
	background-image: url(images/sec01_bg.png);
	background-repeat: no-repeat;
	background-position: top 200px center;
	background-size: 1200px auto;
}
.sec01 .kukaku .map{
	width: 820px;
	margin: -80px auto auto auto;
	position: relative;
}
.sec01 .kukaku .text{
	line-height: 2;
	margin: 2em auto;
}
.sec01 .kukaku-dital{
	max-width: 1200px;
	margin: auto;
}
.sec01 .kukaku-dital h3{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 30px;
	padding: 1em;
	margin: 2em 0;
	letter-spacing: .1em;
}
.table01{
	max-width: 1200px;
	margin: 0 auto 100px auto;
}
.table01 table{
	width: 100%;
}
.table01 th{
	background-color: #B0B0B1;
	color: #fff;
	border: solid 1px #777371;
	padding: .2em;
	font-weight: 500;
}
.table01 th:last-child,
.table01 td:last-child{
}
.table01 td{
	border: solid 1px #777371;
	padding: .2em;
}
.table01 tr:nth-child(even){
	background-color: #fff;
}
.table01 a{
	color: #719d13;
}
.sec01 .btn{
	margin: 0 auto 5rem auto;
	text-align: center;
	display: block;
}
.sec01 .btn a{
	font-size: 20px;
	color:#fff;
	background-color: #4C4948;
	border-radius: 50px;
	padding: .5em 5em;
	letter-spacing: .1em;
}
.w-box{
	background-color: #fff;
	max-width: 1400px;
	padding: 100px;
	border-radius: 50px;
	margin: auto;
	position: relative;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01 .w-box{
	padding-bottom: 1rem;
	margin-bottom: 100px;
}
.sec01 .w-box .box1{
	width: 40%;
	margin-bottom: 100px;
}
.sec01 .w-box .box1 img{
	margin-left: -10px;
	margin-bottom: 64px;
}
.sec01 .w-box h3{
	font-size: 30px;
	letter-spacing: .1em;
}
.sec01 .w-box .eng{
	font-size: 16px;
	margin-bottom: 2em;
	letter-spacing: .1em;
}
.sec01 .w-box .text{}

.sec01 .w-box .box-map{
	max-width: 700px;
	width: 55%;
	height: 430px;
}
.sec01 .w-box .box-map iframe{
	width: 100%;
	height: 100%;
}
.sec01 .w-box .box2{
	display: flex;
	width: 50%;
	margin-bottom: 100px;
}
.sec01 .w-box .box2 img{
	width: 55%;
}
.sec01 .w-box .box2 .text-area{
	width: 45%;
	padding: 0 0 0  1em;
}
.sec01 .w-box .box2 .text-area .name{
	font-size: 20px;
	margin-bottom: 0;
}
.sec01 .w-box .box2 .text-area .text{
	margin: 0;
}
.sec01 .illsut-arae01{
	max-width: 1000px;
	margin: 0 auto 100px auto;
	text-align: center;
	position: relative;
}
.sec01 .illsut-arae01 .illust{
	width: 310px;
}
.sec01 .illsut-arae01 .fukidashi1{
	position: absolute;
	width: 300px;
	top:40px;
	left:0;
}
.sec01 .illsut-arae01 .fukidashi2{
	position: absolute;
	width: 300px;
	top:40px;
	right:0;
}
.sec01 .illsut-arae01 .fukidashi3{
	position: absolute;
	width: 415px;
	top:140px;
	left:-100px;
}
.sec01 .illsut-arae01 .fukidashi4{
	position: absolute;
	width: 350px;
	top:140px;
	right:0;
}

.sec02{}
.sec02 .subtitle{
	text-align: center;
	font-size: 30px;
	position: relative;
	max-width: 1000px;
	margin: 0 auto 160px auto;
}
.sec02 .subtitle::before{
	content: "";
	position: absolute;
	height: 150px;
	width: 1px;
	background-color: #4C4948;
	transform:rotate(-25deg);
	left: 0;
}
.sec02 .subtitle::after{
	content: "";
	position: absolute;
	height: 150px;
	width: 1px;
	background-color: #4C4948;
	transform:rotate(25deg);
	right: 0;
}
.sec02 .sec-visual{
	background-image: url(images/sec02_img01.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	position: relative;
}
.sec02 .sec-visual .title-box{
	width: 480px;
	height: 350px;
	background-color: #8FC31F;
	color: #fff;
	position: absolute;
	left:0;right:0;
	top:-125px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 45px;
}
.sec02 .subcopy{
	text-align: center;
	font-size: 30px;
	margin-top: -1em;
	margin-bottom: 2em;
}
.sec02 .subcopy span{
	text-align: center;
	background-color: #F7F4F0;
	position: relative;
	padding: 1em 3em;
}
.sec02 .flex{
	max-width: 1200px;
	margin: 0 auto 100px auto;
}
.sec02 .flex .box3{
	width: 48%;
	background-color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.sec02 .flex .box3 p{
	font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
	height: 120px;
	margin: 0;
}
.sec02 .flex .box3 .btn2{
	margin-top: auto;
}
.sec02 .flex .box3 .btn2 a{
	font-size: 20px;
	color: #fff;
	background-color: #4C4948;
	border: solid 2px #4C4948;
	display: block;
	padding: .5em;
	position: relative;
}
.sec02 .flex .box3 .btn2 a:hover{
	color: #4C4948;
	background-color: #fff;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
a.arrow::before{
	right: 20px;
	width: 35px;
	height: 1px;
	background: #fff;
}
a.arrow::after{
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.arrow:hover::before{
	background: #4C4948;
}
a.arrow:hover::after{
	border-top: 1px solid #4C4948;
	border-right: 1px solid #4C4948;
}
.sec02{
	position: relative;
}
.sec02 .w-box{
	position: relative;
}
.sec02 .w-box .visual-area{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.sec02 .w-box .visual-area .text-area{
	background-color: #fff;
	width:650px;
	margin: auto;
	padding: 100px 70px;
}
.sec02 .w-box .visual-area .text-area h2{
	font-size: 45px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	position: relative;
}
.sec02 .w-box .visual-area .text-area h2::after{
	content: "";
	border-bottom: solid 1px #F39800;
	width: 70px;
	height: 1px;
	position: absolute;
	bottom:0rem;
	left: 0;right: 0;
	margin: auto;
}
.sec02 .w-box .visual-area .subtitle2{
	font-size: 28px;
}
.sec02 .w-box .visual-area .text{
	padding: 0 4em;
	text-align: left;
}
.sec02 .w-box .visual-area::before{
	content: "";
	width:500px;
	height: 630px;
	display: block;
	background-image: url(images/sec02_img04.jpg);
	background-size: cover;
	position: absolute;
	top:0;
	left:-250px;
}
.sec02 .w-box .visual-area::after{
	content: "";
	width:460px;
	height: 630px;
	display: block;
	background-image: url(images/sec02_img05.jpg);
	background-size: cover;
	position: absolute;
	top:0;
	right:-250px;
}
.sec02 .w-box .flex .box-50{
	width: 48%;
}
.sec02 .w-box .flex .box-50.text-area{
	padding: 0 2em;
	display: flex;
	flex-direction: column;
}
.sec02 .w-box .flex .box-50.text-area .border-orange{
	border: solid 1px #F39800;
	border-radius: 30px;
	font-size: 20px;
	text-align: center;
	padding: .5em 1em;
	margin: auto 0;
}
.sec02 .w-box .flex2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 540px;
	margin: auto;
}
.sec02 .w-box .flex2 .circle{
	background-color: #F398004D;
	text-align: center;
	border-radius: 500px;
	width:265px;
	height: 265px;
	margin: -20px -20px 0 -20px;
	padding: 40px 40px;
}
.sec02 .w-box .flex2 .circle img.icon{
	width:auto;
	height: 50px;
}
.sec02 .w-box .flex2 .circle .htext{
	font-size: 20px;
	border-bottom: solid 1px #4C4948;
	padding: 1em 0 .5em 0;
	margin-bottom: .5em;
}
.sec02 .w-box .flex2 .circle .text{
	font-size: 12px;
}
.sec02 .w-box .flex2 .circle.top{
	margin: 0 100px -50px 100px;
}
.sec02 .w-box .logo-area{
	width: 600px;
	margin: 4em auto;
	text-align: center;
}
.sec02 .w-box .logo-area .logo{
	margin: 2em 4em;
	width: 60%;
}
.sec02 .w-box .logo-area .subtext{
	font-size: 20px;
	margin: 0;
}
.sec02 .w-box .logo-area .text{
	font-size: 15px;
	margin: 0;
}
.sec02 .w-box .logo-area .ob-orange{
	background-color: #F39800;
	color: #fff;
	padding: .5em 2em;
	border-radius: 30px;
	font-size: 20px;
	margin: 2em auto;
}
.sec02 .w-box .icons{
	width: 950px;
	margin: -150px auto 0 auto;
}

.w-box.bnr-area{
	margin: 50px auto;
	padding: 50px 100px;
	
}
.w-box.bnr-area .border-title{
	text-align: center;
	font-size: 30px;
	position: relative;
	margin-bottom: 1em;
}
.w-box.bnr-area .border-title::before{
	content: "";
	border-top: solid 1px #4C4948;
	width: 85px;
	position: absolute;
	top:1em;
	left:calc(50% - 500px);
}
.w-box.bnr-area .border-title::after{
	content: "";
	border-top: solid 1px #4C4948;
	width: 85px;
	position: absolute;
	top:1em;
	right:calc(50% - 500px);
}
.w-box.bnr-area .flex .box-btn{
	width: 48%;
}
.w-box.bnr-area .flex .box-btn a{
	display: block;
	background-color: #4C4948;
	box-shadow:0px 0px 5px #00000033;
	height: 110px;
	font-size: 20px;
	color: #fff;
	position: relative;
}
.w-box.bnr-area .flex .box-btn a:hover{
	background-color: #fff;
	color: #4C4948;
	opacity: 100;
}
.w-box.bnr-area .flex .box-btn .pic{
	object-fit: cover;
	width:200px;
	height: 110px;
	float: left;
}
.w-box.bnr-area .flex .box-btn a p{
	line-height: 110px;
	text-align: center;
}

.sec03{
	padding-top: 200px;
	position: relative;
}
.sec03 .sec-visual{
	background-image: url(images/sec03_img01.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	position: relative;
}
.sec03 .sec-visual .title-box{
	width: 480px;
	height: 350px;
	background-color: #EC6D81;
	color: #fff;
	position: absolute;
	left:0;right:0;
	top:-125px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 45px;
}
.sec03 .subcopy{
	text-align: center;
	font-size: 30px;
	margin-top: -1em;
	margin-bottom: 2em;
}
.sec03 .link-area{
	margin: -50px auto 50px auto;
	position: relative;
	display: flex;
	max-width: 1200px;
	justify-content: space-between;
}
.sec03 .link-area .anker{
	width: 30%;
}
.sec03 .link-area .anker a{
	background-color: #fff;
	padding: 40px;
	text-align: center;
	display: block;
	position: relative;
}
.sec03 .link-area .anker a.arrow::before{
	background-color: #4C4948;
	margin: auto;
	left:0;right:0;
	bottom:-200px;
}
.sec03 .link-area .anker a.arrow::after{
	border-color: #4C4948;
	right: 162px;
	bottom:-200px;
}
.sec03 .link-area .anker a:hover{
	background-color: #FAD9DA;
	opacity: 100;
}
.sec03 .link-area .anker .icon{
	height: 120px;
	width: auto;
	margin-bottom: 20px;
}
.sec03 .link-area .anker .text{
	font-size: 20px;
	letter-spacing: .1em;
	color: #000;
}
.sec03 .link-area .anker .text span{
	color: #EC6D81;
}
.sec03 .w-box .wrap1{
	position: relative;
}
.sec03 .w-box .htitle{
	text-align: center;
	font-size: 45px;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}
.sec03 .w-box .htitle::before{
	content: "";
	position: absolute;
	bottom:0;
	left:0;right:0;
	margin: auto;
	width: 700px;
	border-bottom: solid 1px #EC6D81;
}
.sec03 .w-box .htitle::after{
	content: "";
	position: absolute;
	bottom:-15px;
	left:0;right:0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-color: #fff;
	transform: rotate(45deg);
	border-bottom: solid 1px #EC6D81;
}
.sec03 .w-box .htitle .icon{
	position: absolute;
	top:-60px;
	right:100px;
}
.sec03 .w-box .htitle .icon img{
	height: 150px;
	width: auto;
}
.sec03 .w-box .object-pc{
	width: 1000px;
	margin: 0 auto 20px auto;
}
.sec03 .w-box .object-sp{
	display: none;
}
.sec03 .w-box .obi{
	background-color: #EC6D81;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 1000px;
	margin: 50px auto;
	padding: .5em;
}
.sec03 .w-box .text-area{
	width: 640px;
	margin: auto;
	columns: 1;
}
.sec03 .w-box .text-area p{
	margin: .5em 0;
}
hr.dots-border{
	border: none;
	height: 5px;
	width: 100%;
	background-image: url(images/border_dots.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin: 50px 0 100px 0;
	display: block;
}

.sec03 .w-box .object{
	width: 1000px;
	margin: 0 auto 20px auto;
}


.sec04{
	margin-top: 200px;
	background-color: #fff;
	padding-bottom: 100px;
	position: relative;
}
.sec04 .sec-visual{
	background-image: url(images/sec04_img01.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	position: relative;
}
.sec04 .sec-visual .title-box{
	width: 480px;
	height: 350px;
	background-color: #977F75;
	color: #fff;
	position: absolute;
	left:0;right:0;
	top:-125px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 45px;
}
.sec04 .subcopy{
	text-align: center;
	font-size: 30px;
	margin-top: -2em;
	margin-bottom: 2em;
	position: relative;
}
.sec04 .subcopy span {
	text-align: center;
	background-color: #fff;
	position: relative;
	padding: 1em 3em;
	display: inline-block;
}
.sec04 .subcopy span.sub{
	font-size: 15px;
	padding: 1em 0;
}
.sec04 .basie-area{
	text-align: center;
}
.sec04 .basie-area .basie-logo{
	width: 150px;
	margin: auto;
}
.sec04 .basie-area .visual{
	max-width: 1200px;
	margin: 50px auto;
}
.sec04 .basie-area .visual .caption{
	text-align: left;
}
.sec04 .basie-area .flex{
	max-width: 1200px;
	margin: auto;
	align-items: baseline;
}
.sec04 .basie-area .flex .box5{
	align-items: end;
}
.sec04 .basie-area .flex .box5 .kakaku{
	font-size: 35px;
}
.sec04 .basie-area .flex .box5 .kakaku .large{
	font-size: 200%;
}
.sec04 .basie-area .flex .box5 .kakaku .small{
	font-size: 60%;
}
.sec04 .btn{
	margin: 0 auto 5rem auto;
	text-align: center;
	display: block;
}
.sec04 .btn a{
	font-size: 20px;
	color:#fff;
	background-color: #977F75;
	border-radius: 50px;
	padding: .5em 5em;
	letter-spacing: .1em;
	position: relative;
}
.sec04 .btn a:hover{
	opacity: 100;
	background-color: #fff;
	color: #333;
	border: solid 1px #333;
}


.sec05{
	margin-top: 200px;
	padding-bottom: 100px;
	position: relative;
}
.sec05 .sec-visual{
	background-image: url(images/sec05_img01.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 500px;
	position: relative;
}
.sec05 .sec-visual .title-box{
	width: 480px;
	height: 350px;
	background-color: #3AB483;
	color: #fff;
	position: absolute;
	left:0;right:0;
	top:-125px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 45px;
}
.sec05 .subcopy{
	text-align: center;
	font-size: 30px;
	margin-top: -2em;
	margin-bottom: 2em;
	position: relative;
}
.sec05 .subcopy span {
	text-align: center;
	background-color: #F7F4F0;
	position: relative;
	padding: 1em 3em;
	display: inline-block;
}
.sec05 .pics-area{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec05 .pics-area .box-pic{
	width: 23%;
	margin-bottom: 2%;
}
.btn-contactus{
	position: fixed;
	right:2%;
	bottom:10%;
	width:150px;
	height:150px;
}
.btn-contactus:hover {
  transform: rotateX(360deg);
  transition: .8s ease-in-out;
}
.btn-contactus a:hover{
	opacity: 100;
}

/*カラーボックス*/
.color-box{
	position: absolute;
	display: block;
	z-index: 2;
}
.mainvisual .color-box{
	width: 45px;
	height: 45px;
	background-image: url(images/box01.svg);
	background-size: cover;
	top:40px;
	left: 40px;
}
.color-box.w50{
	width: 50px;
	height: 50px;
}
.color-box.w30{
	width: 30px;
	height: 30px;
}
.color-box.w20{
	width: 20px;
	height: 20px;
}
.sec01 .color-box{background-color: #FCD68C;}
.sec01 .color-box.obj1{top:-20px;left:25%;}
.sec01 .color-box.obj2{bottom:500px;right:90px;}
.sec02 .color-box{background-color: #8FC31F;}
.sec02 .color-box.obj1{top:300px;left:10%;}
.sec02 .color-box.obj2{top:700px;right:15%;}
.sec02 .w-box .color-box{background-color: #F39800;}
.sec02 .w-box .color-box.obj1{top:80px;left:34%;}
.sec02 .w-box .color-box.obj2{top:700px;right:30%;}
.sec02 .w-box .color-box.obj3{top:1700px;left:20%;}
.sec02 .w-box .color-box.obj4{top:1400px;right:15%;}
.sec02 .w-box .color-box.obj5{top:300px;left:10%;}
.sec02 .w-box .color-box.obj6{bottom:60px;right:30%;}
.sec03 .color-box{background-color: #EC6D81;}
.sec03 .color-box.obj1{top:300px;left:20%;}
.sec03 .color-box.obj2{top:500px;right:15%;}
.sec03 .wrap1 .color-box.obj1{top:-120px;left:auto;right:10%;}
.sec03 .wrap1 .color-box.obj2{top:50px;left:10%;}
.sec05 .color-box{background-color: #3AB483;}
.sec05 .color-box.obj1{top:100px;left:20%;}
.sec05 .color-box.obj2{top:350px;right:15%;}



.pc{display: initial;}
.sp{display:none;}
















/*	sp
---------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 37.4em) {

	.sp {display: initial;}
	.pc{display:none;}


	.lp202306{
		width: 100%;
		min-width: auto;
	}

	.mainvisual{
		background-image: url(images/mv01.jpg);
		background-size: auto 45%;
		background-position: center top;
		width: 100%;
		height: auto;
		padding: 240px 6% 3% 6%;
	}
	.mainvisual .text-area{
		margin: auto;
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 100px 6% 6% 6%;
		position: relative;
	}
	.mainvisual .text-area h1{
		font-size: 40px;
		letter-spacing: .1em;
	}
	.mainvisual .text-area .subtitle{
		font-size: 28px;
		border-bottom: solid 1px #000;
		padding-bottom: 1em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.mainvisual .text-area .text{
		font-size: 20px;
	}
	.mainvisual .text-area .circle{
		position: absolute;
		background-color: #8FC31F;
		border-radius: 200px;
		width: 100px;
		height: 100px;
		color: #fff;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		top:20px;
		right:20px;
	}
	
	.w-wrap{
		background-color: #F7F4F0;
		padding: 10px 6%;
	}
	.sec01{}
	.sec01 .kukaku{
		margin:  auto;
		max-width: auto;
		text-align: center;
		background-color: #;
	}
	.sec01 .kukaku .map{
		width: 100%;
		margin: 0px auto auto auto;
		position: relative;
	}
	.sec01 .kukaku .text{
		line-height: 2;
		margin: 2em auto;
		text-align: left;
		padding: 0 6%;
	}
	.sec01 .kukaku-dital{
		max-width: auto;
		margin: auto;
	}
	.sec01 .kukaku-dital h3{
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		font-size: 26px;
		padding: 1em;
		margin: 2em 0;
		letter-spacing: .1em;
	}
	.table01{
		max-width: none;
		margin: 0 auto 100px auto;
		overflow-x: scroll;
	}
	.table01 table{
		width: 100%;
		white-space: nowrap;
		border-collapse: collapse;
		margin-bottom: 1rem;
	}
	.table01 th{
		background-color: #B0B0B1;
		color: #fff;
		border-right: solid 1px #4C4948;
		border-top: solid 1px #4C4948;
		padding: .2em 1em;
		font-weight: 500;
		border-collapse: collapse;
	}
	.table01 th:last-child,
	.table01 td:last-child{
		border-right: none;
	}
	.table01 td{
		border-right: solid 1px #4C4948;
		border-top: solid 1px #4C4948;
		border-bottom: solid 1px #4C4948;
		padding: .2em 1em;
		border-collapse: collapse;
	}
	.table01 tr:nth-child(even){
		background-color: #fff;
	}
	.sec01 .btn{
		margin: 0 auto 5rem auto;
		text-align: center;
		display: block;
	}
	.sec01 .btn a{
		font-size: 16px;
		color:#fff;
		background-color: #4C4948;
		border-radius: 50px;
		padding: .5em 5em;
		letter-spacing: .1em;
	}
	.w-box{
		background-color: #fff;
		max-width: auto;
		padding: 10% 6%;
		border-radius: 0px;
		margin: auto;
	}
	.flex{
		display: flex;
		flex-wrap: wrap;
	}
	.sec01 .w-box{
		padding-bottom: 1rem;
		margin-bottom: 60px;
	}
	.sec01 .w-box .box1{
		width: 100%;
		margin-bottom: 20px;
	}
	.sec01 .w-box .box1 img{
		margin-left: -10px;
		margin-bottom: 64px;
	}
	.sec01 .w-box h3{
		font-size: 26px;
		letter-spacing: .1em;
	}
	.sec01 .w-box .eng{
		font-size: 16px;
		margin-bottom: 2em;
		letter-spacing: .1em;
	}
	.sec01 .w-box .text{
		font-size: 16px;
	}
	
	.sec01 .w-box .box-map{
		display: none;
	}
	.sec01 .w-box .box2{
		width: 48%;
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.sec01 .w-box .box2 img{
		width: 100%;
	}
	.sec01 .w-box .box2 .text-area{
		width: 100%;
		padding: 1em 0 0 0;
		text-align: center;
	}
	.sec01 .w-box .box2 .text-area .name{
		font-size: 20px;
		margin-bottom: 0;
	}
	.sec01 .w-box .box2 .text-area .text{
		margin: 0;
	}
	.sec01 .illsut-arae01{
		max-width: none;
		margin: 0 auto 50px auto;
		text-align: center;
		position: relative;
		padding: 0 6%;
	}
	.sec01 .illsut-arae01 .illust{
		width: 80%;
	}
	.sec01 .illsut-arae01 .fukidashi1{
		position: static;
		margin: 0 auto 1em 0;
		display: block;
	}
	.sec01 .illsut-arae01 .fukidashi2{
		position: static;
		margin: 0 0 1em auto;
		display: block;
	}
	.sec01 .illsut-arae01 .fukidashi3{
		position: static;
		margin: 0 0 1em auto;
		display: block;
	}
	.sec01 .illsut-arae01 .fukidashi4{
		position: static;
		margin: 0 auto 2em 0;
		display: block;
	}
	
	.sec02{}
	.sec02 .subtitle{
		text-align: left;
		font-size: 26px;
		max-width: none;
		padding: 0 6%;
		margin: 0 auto 160px auto;
	}
	.sec02 .subtitle::before{
		content: none;
	}
	.sec02 .subtitle::after{
		content: none;
	}
	.sec02 .sec-visual{
		background-image: url(images/sec02_img01.jpg);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 240px;
		position: relative;
	}
	.sec02 .sec-visual .title-box{
		width: 80%;
		height: auto;
		background-color: #8FC31F;
		color: #fff;
		position: absolute;
		left:0;right:0;
		top:-80px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 36px;
		padding: 3rem 3%;
	}
	.sec02 .subcopy{
		text-align: center;
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 2em;
	}
	.sec02 .subcopy span{
		text-align: left;
		background-color: #fff;
		position: relative;
		padding: 1em;
		display: block;
	}
	.sec02 .flex{
		max-width: none;
		margin: 0 auto 0 auto;
		padding: 0;
	}
	.sec02 .flex .box3{
		width: 100%;
		background-color: #fff;
		text-align: center;
		display: flex;
		flex-direction: column;
		margin:0 6% 60px 6%;
	}
	.sec02 .flex .box3 p{
		font-size: 14px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80px;
		margin: 0;
	}
	.sec02 .flex .box3 .btn2{
		margin-top: auto;
	}
	.sec02 .flex .box3 .btn2 a{
		font-size: 16px;
		color: #fff;
		background-color: #4C4948;
		border: solid 2px #4C4948;
		display: block;
		padding: .5em;
		position: relative;
	}
	.sec02 .flex .box3 .btn2 a:hover{
		color: #4C4948;
		background-color: #fff;
	}
	.arrow::before,
	.arrow::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	a.arrow::before{
		right: 20px;
		width: 35px;
		height: 1px;
		background: #fff;
	}
	a.arrow::after{
		right: 20px;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	a.arrow:hover::before{
		background: #4C4948;
	}
	a.arrow:hover::after{
		border-top: 1px solid #4C4948;
		border-right: 1px solid #4C4948;
	}
	.sec02 .w-box{
		position: relative;
	}
	.sec02 .w-box .visual-area{
		position: relative;
		text-align: center;
		margin-bottom: 50px;
	}
	.sec02 .w-box .visual-area .text-area{
		background-color: #fff;
		width:100%;
		margin: auto;
		padding: 0 0 0 0;
	}
	.sec02 .w-box .visual-area .text-area h2{
		font-size: 26px;
		margin-bottom: 1em;
		padding-bottom: 1em;
		position: relative;
	}
	.sec02 .w-box .visual-area .text-area h2::after{
		content: "";
		border-bottom: solid 1px #F39800;
		width: 70px;
		height: 1px;
		position: absolute;
		bottom:0rem;
		left: 0;right: 0;
		margin: auto;
	}
	.sec02 .w-box .visual-area .subtitle2{
		font-size: 22px;
	}
	.sec02 .w-box .visual-area .text{
		padding: 0;
		text-align: left;
	}
	.sec02 .w-box .visual-area::before{
		content: none;
	}
	.sec02 .w-box .visual-area::after{
		content: none;
	}
	.sec02 .w-box .flex .box-50{
		width: 100%;
	}
	.sec02 .w-box .flex .box-50.text-area{
		padding: 0;
		display: flex;
	}
	.sec02 .w-box .flex .box-50.text-area .border-orange{
		border: solid 1px #F39800;
		border-radius: 30px;
		font-size: 18px;
		text-align: center;
		padding: .5em 1em;
		margin: 1rem 0;
	}
	.sec02 .w-box .flex2{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		max-width: 370px;
		margin: auto;
		padding: 0 6%;
	}
	.sec02 .w-box .flex2 .circle{
		background-color: #F398004D;
		text-align: center;
		border-radius: 500px;
		width:180px;
		height: 180px;
		margin: -15px -15px 0 -15px;
		padding: 20px 30px;
	}
	.sec02 .w-box .flex2 .circle img.icon{
		width:auto;
		height: 40px;
	}
	.sec02 .w-box .flex2 .circle .htext{
		font-size: 16px;
		border-bottom: solid 1px #4C4948;
		padding: .5em 0;
		margin-bottom: .5em;
	}
	.sec02 .w-box .flex2 .circle .text{
		font-size: 10px;
	}
	.sec02 .w-box .flex2 .circle.top{
		margin: 0 auto -25px auto;
	}
	.sec02 .w-box .logo-area{
		width: 100%;
		margin: 2em auto;
		text-align: center;
	}
	.sec02 .w-box .logo-area .logo{
		margin: 2em auto;
		width: 80%;
	}
	.sec02 .w-box .logo-area .subtext{
		font-size: 20px;
		margin: 0;
	}
	.sec02 .w-box .logo-area .text{
		font-size: 12px;
		margin: 0;
	}
	.sec02 .w-box .logo-area .ob-orange{
		background-color: #F39800;
		color: #fff;
		padding: .5em 2em;
		border-radius: 30px;
		font-size: 15px;
		margin: 2em auto;
	}
	.sec02 .w-box .icons{
		width: 100%;
		margin: -0 auto 0 auto;
	}
	
	.w-box.bnr-area{
		display: none;
	}
	.w-box.sp.sec02{
		border-top: solid 50px #F7F4F0;
		border-bottom: solid 50px #F7F4F0;
		border-radius: 0;
		display: block;
		padding: 50px 0 0 0;
	}
	.w-box.sp.sec02 .border-title{
		font-size: 26px;
		padding: 0 6%;
	}
	.sec03{
		padding-top: 200px;
	}
	.sec03 .sec-visual{
		background-image: url(images/sec03_img01.jpg);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 240px;
		position: relative;
	}
	.sec03 .sec-visual .title-box{
		width: 80%;
		height: auto;
		background-color: #EC6D81;
		color: #fff;
		position: absolute;
		left:0;right:0;
		top: -80px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 36px;
		padding: 3rem 3%;
	}
	.sec03 .subcopy{
		text-align: center;
		font-size: 30px;
		margin-top: 1em;
		margin-bottom: 2em;
	}
	.sec03 .link-area{
		margin: 0px auto 50px auto;
		position: relative;
		display: flex;
		max-width: none;
		flex-wrap: wrap;
		padding: 20px 6%;
		background-color: #F7F4F0;
	}
	.sec03 .link-area .anker{
		width: 100%;
		margin: 10px 0;
	}s
	.sec03 .link-area .anker a{
		background-color: #fff;
		padding: 40px;
		text-align: center;
		display: block;
	}
	.sec03 .link-area .anker a:hover{
		background-color: #FAD9DA;
		opacity: 100;
	}
	.sec03 .link-area .anker a.arrow::after{
		right: calc(50% - 16px);
	}
	.sec03 .link-area .anker .icon{
		height: 100px;
		width: auto;
		margin-bottom: 20px;
	}
	.sec03 .link-area .anker .text{
		font-size: 20px;
		letter-spacing: .1em;
		color: #000;
	}
	.sec03 .link-area .anker .text span{
		color: #EC6D81;
	}
	.sec03 .w-box .htitle{
		text-align: center;
		font-size: 22px;
		position: relative;
		padding-bottom: 1em;
		margin-bottom: 1em;
		padding-top: 80px;
	}
	.sec03 .w-box .htitle::before{
		content: "";
		position: absolute;
		bottom:0;
		left:0;right:0;
		margin: auto;
		width: 100%;
		border-bottom: solid 1px #EC6D81;
	}
	.sec03 .w-box .htitle::after{
		content: "";
		position: absolute;
		bottom:-15px;
		left:0;right:0;
		margin: auto;
		width: 30px;
		height: 30px;
		background-color: #fff;
		transform: rotate(45deg);
		border-bottom: solid 1px #EC6D81;
	}
	.sec03 .w-box .htitle .icon{
		display: block;
		margin: 0 auto 0 auto;
		left:0;right:0;
	}
	.sec03 .w-box .htitle .icon img{
		height: 120px;
		width: auto;
	}
	.sec03 .w-box .object-pc{
		display: none;
	}
	.sec03 .w-box .object-sp{
		display: block;
	}
	.sec03 .w-box .obi{
		background-color: #EC6D81;
		color: #fff;
		font-size: 20px;
		text-align: center;
		width: 100%;
		margin: 50px auto;
		padding: .5em;
	}
	.sec03 .w-box .text-area{
		width: 100%;
		margin: auto;
		columns: 1;
	}
	.sec03 .w-box .text-area p{
		margin: .5em 0;
		padding-left:1em;
		text-indent:-1em;		
	}
	hr.dots-border{
		border: none;
		height: 5px;
		width: 100%;
		background-image: url(images/border_dots.png);
		background-size: 200% auto;
		background-repeat: no-repeat;
		margin: 50px 0 100px 0;
		display: block;
	}
	
	.sec03 .w-box .object{
		width: 100%;
		margin: 2rem auto 10px auto;
	}
	
	
	.sec04{
		margin-top: 200px;
		background-color: #fff;
		padding-bottom: 100px;
	}
	.sec04 .sec-visual{
		background-image: url(images/sec04_img01.jpg);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 240px;
		position: relative;
	}
	.sec04 .sec-visual .title-box{
		width: 80%;
		height: auto;
		background-color: #977F75;
		color: #fff;
		position: absolute;
		left:0;right:0;
		top: -80px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 36px;
		padding: 3rem 3%;
	}
	.sec04 .subcopy{
		text-align: center;
		font-size: 24px;
		margin-top: o;
		margin-bottom: 2em;
		position: relative;
	}
	.sec04 .subcopy span {
		text-align: center;
		background-color: #fff;
		position: relative;
		padding: 1em 1em;
	}
	.sec04 .basie-area{
		text-align: center;
	}
	.sec04 .basie-area .basie-logo{
		width: 150px;
		margin: auto;
	}
	.sec04 .basie-area .visual{
		max-width: none;
		margin: 50px auto;
	}
	.sec04 .basie-area .visual .caption{
		text-align: center;
	}
	.sec04 .basie-area .flex{
		max-width: none;
		margin: auto;
		align-items: baseline;
	}
	.sec04 .basie-area .flex .box5{
		align-items: end;
		text-align: center;
		width: 100%;
	}
	.sec04 .basie-area .flex .box5 .kakaku{
		font-size: 20px;
	}
	.sec04 .basie-area .flex .box5 .kakaku .large{
		font-size: 200%;
	}
	.sec04 .basie-area .flex .box5 .kakaku .small{
		font-size: 60%;
	}
	.sec04 .btn{
		margin: 0 auto 5rem auto;
		text-align: center;
		display: block;
	}
	.sec04 .btn a{
		font-size: 20px;
		color:#fff;
		background-color: #977F75;
		border-radius: 50px;
		padding: .5em 2em;
		letter-spacing: .1em;
		position: relative;
		display: block;
	}
	.sec04 .btn a:hover{
		opacity: 100;
		background-color: #fff;
		color: #333;
		border: solid 1px #333;
	}
	
	
	.sec05{
		margin-top: 200px;
		padding-bottom: 100px;
	}
	.sec05 .sec-visual{
		background-image: url(images/sec04_img01.jpg);
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 500px;
		position: relative;
	}
	.sec05 .sec-visual .title-box{
		width: 80%;
		height: auto;
		background-color: #3AB483;
		color: #fff;
		position: absolute;
		left:0;right:0;
		top:-80px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 36px;
		padding: 3rem 3%;
	}
	.sec05 .subcopy{
		text-align: center;
		font-size: 30px;
		margin-top: -2em;
		margin-bottom: 2em;
		position: relative;
	}
	.sec05 .subcopy span {
		text-align: center;
		background-color: #F7F4F0;
		position: relative;
		padding: 1em 3em;
		display: inline-block;
	}
	.sec05 .pics-area{
		width: 100%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 6%;
	}
	.sec05 .pics-area .box-pic{
		width: 100%;
		margin: 2rem 3rem;
	}

	.color-box{
		display: none;
	}
	.mainvisual .color-box{
		display: block;
		top: 20px;
		left: 20px;
	}
	.btn-contactus{
		width:100px;
		bottom: 3%;
	}
}








/*202311　追記*/

.sec01 .illsut-arae01{
	margin: 100px auto 100px auto;
}