@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
  	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	color: #333;
	font-size: clamp(16px,2vw,18px);
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding-top: clamp(50px,10vw,100px);
	padding-bottom: clamp(50px,10vw,100px);
	position: relative;
	z-index: 1;
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.w960{
	max-width: 960px;
}

/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}
.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
img{
	height: 100%;
	object-fit: cover;
}
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}
.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flex {
    display: flex;
}
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

@media (max-width: 768px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/
.bglight{
	background: #F6FFE8;
	z-index: 0;
}
.mask{
	position: absolute;
	content: '';
	background: url("../img/icon/logo.png")no-repeat center/contain;
	width: 35vw;
	height: 35vw;
	top: 2vw;
	right: 2vw;
	mix-blend-mode: soft-light;
	z-index: -1;	
}
.bg_gry{
	position: absolute;
	content: '';
	width: 100%;
	height: 350px;
	background: #f5f5f5;
	z-index: -2;
	left: 0;
	top:-180px;
}
.bg02{
	background: url("../img/bg02.jpg")no-repeat center/cover;
}
/*==見出し=============================================*/
/*Goshic見出し　font-family: "Shippori Antique B1", sans-serif;　*/
/*mincho見出し　font-family: "Zen Old Mincho", serif;*/
.yel{
	color: #ff0;
}
.red{
	color:#ed1c24; 
}

.heading1,.heading1-1 {
    position: relative;
}
.heading1::before {
    position: absolute;
    display: block;
    content: '';	
    width: 10rem;
    height: 1px;
    background-color: #009245;
    top: -6rem;
	left: 2rem;
}
.heading1-1::before {
    position: absolute;
    display: block;
    content: '';	
    width: 10rem;
    height: 3px;
    background-color: #009245;
    top: -2rem;
	left: 0;
}
.heading1-1::after {
    position: absolute;
    display: block;
    content: '';	
    width: 4rem;
    height: 3px;
    background-color:#f00;
    top: -2rem;
	left: 0;
}
.heading1 .en {
    position: absolute;
    top: -6rem;
    left: 0;
    font-size: 1.3rem;
    line-height: 1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    color: #009245;
    text-wrap: nowrap;
	font-family: "Zen Old Mincho", serif;
}
.heading1 .jp,
.heading1-1 .jp{
    display: block;
    font-size: 1.5rem;
    line-height: 1.6em;
	font-family: "Zen Old Mincho", serif;
	padding-left: clamp(1.8rem, 1.476rem + 1.37vw, 2.5rem);
}
.heading1 .jp2 {
    display: block;
	font-size: 3rem;
    line-height: 1.6em;
	font-family: "Zen Old Mincho", serif;
	position: absolute;
    top: -80px;
    left: 2.5rem;
}
.heading2{
	font-family: "Zen Old Mincho", serif;
	color: #009245;
}
.heading2 .numb{
	position: relative;	
	font-size: 1.8rem;
	display: inline-block;
	padding-right: 11rem;
}
.heading2 .numb::before{
	position: absolute;
	content: '';
    width: 10rem;
	height: 1px;
	background: #009245;
	right: 0;
	bottom: 12px;
}
.heading2 .en{
	font-size: 3rem;
	display: block;
}

.heading3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    line-height: 1.7em;
}
.heading3::before {   
	position: absolute;
    display: block;
    content: '';
    background-color: #8FC31F;
    width: 10rem;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.heading3 .en {
    font-size: clamp(2rem, 1.431rem + 2.4vw, 2.5rem);
}
.heading3 .jp {
    font-size: clamp(1.1rem, 0.872rem + 0.96vw, 1.3rem);
}
.sttl{
	text-align: center;
	border-bottom: 2px solid #009245;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

/*==btn=============================================*/
.more-btn,.link-btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    width: fit-content;
	min-width: 200px;
    border: 1px solid #009245;
    color: #009245;
    transition: 0.3s;
	padding: .5rem 2rem;
	padding-right: 3rem;
	font-size: 1.2rem;
	border-radius: 50px;
}
.more-btn::before
,.link-btn::before {
    position: absolute;
	content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../img/icon/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    right: 1rem;
    transition: 0.3s;
}
.more-btn:hover,.link-btn:hover {
	letter-spacing: .2rem;
	min-width: 230px;
}
