@charset "UTF-8";
/* CSS Document */

:root {
  --header-h: 120px;
}

@media (max-width: 768px) {
  :root {
    --header-h: 80px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}
body{
	color: #333;
	background: #fff;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.8;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
	color: #333;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4,h5,th{
	font-weight: 400;
}
/* 幅調整　*/
.w2560{
	width: 100%;
	max-width: 2560px;
	margin-inline: auto;
	overflow: clip
}
.w1920{
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	overflow: clip
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}
.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
.note{
	padding: 30px;
	border-radius: 30px;
	border: solid 1px #ccc;
}
.note p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background-color: #f7f7f7;
}
.bg_green{
	background-color: #81b350;
}

.bg_inner{
	padding: 70px 10px;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}
.gap_border{
	position: relative;
	z-index: 3;
	width: 100%;
	height: 0;
}
.gap_border svg{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	vertical-align: middle;
}
.gap_border img{
	width: 100%;
}

.gap_border.top{
	position: fixed;
	bottom: -20px;
	left: 0;
	z-index: 10;
}
.gap_border.top .cut_left{
	position: absolute;
	top:-12vh;
	left: 50px;
	width: 200px;
}
.gap_border.top .cut_right{
	position: absolute;
	top:-12vh;
	right: 50px;
	width: 200px;
}
.gap_border.upsidedown svg{
	top:-5px;
	bottom: auto;
}
@media (max-width: 1200px){
	.gap_border.top{
		bottom: -10px;
	}
	.gap_border.top .cut_left,
	.gap_border.top .cut_right{
		top:-8vh;
		width: 180px;
	}
}
@media (max-width: 960px){
	.gap_border.top{
		bottom: 0;
	}
	.gap_border.top .cut_left{
		left: 15px;
		top:-6vh;
	}
	.gap_border.top .cut_right{
		right: 15px;
		top:-6vh;
	}
}
@media (max-width: 750px){
	.gap_border.top{
		bottom: 30px;
	}
	.gap_border.top .cut_left,
	.gap_border.top .cut_right{
		width: 150px;
	}
	.gap_border.top::after{
		content: "";
		position: absolute;
		top:100%;
		left: 0;
		width: 100%;
		height: 40px;
		background-color: #81b350;
		z-index: 9;
	}
}

.bg_green_light{
	background: linear-gradient( to bottom, #81b350 0 50%, #f7f7f7 50% 100%);
	position: relative;
}
.bg_border{
	position: absolute;
	bottom: calc(50% - 5px);
	left: 0;
	width: 100%;
}
.bg_border svg{
	width: 100%;
	vertical-align: middle;
}

/* 見出し　================================================== */
.txt_lv02{
	margin-bottom: 30px;
	padding-bottom: 8px;
	display: block;
	width: 100%;
	position: relative;
}
.txt_lv02 .ja{
	font-family: "Kosugi Maru", sans-serif;
	font-size: clamp(1.3rem, 1.075rem + 0.8vw, 1.8rem);
	letter-spacing: 0.12em;
	display: block;
	position: relative;
}
.txt_lv02 .en{
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: clamp(1rem, 0.865rem + 0.48vw, 1.3rem);
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
}
.txt_lv02::after{
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 100px;
	border-bottom: dotted 8px #81b350;
}
.txt_lv02.txt_c::after{
	left: 50%;
	transform: translateX(-50%);
}
.txt_lv02.dark{
	color: #fff;
}
.txt_lv02.dark::after{
	border-bottom: dotted 8px #e8c239;
}


.txt_lv03{
	font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.3rem);
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
	color: #58b350;
	font-weight: 700;
}
.txt_lv03 i{
	color: #58b350;
}
.txt_lv03 span.nb{
	color: #58b350;
	font-size: 200%;
	font-weight: 700;
}

.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.3rem);
	text-align: center;
	line-height: 120%;
	font-weight: 700;
	color: #58b350;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #eaeaea;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #eaeaea;
	font-weight: 700;
	font-style: normal;
}

.txt_lv05{
	background: #e8c239;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	padding: 0.5em 1.5em 0.5rem 2rem;
	border-radius: 50px;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #666;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	color: #333;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #333;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #333;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin-inline: auto;
}

.btn01{
	display: inline-block;
	text-align: center;
	width: 100%;
	background: linear-gradient(to right, #58b350 0 50%, #fff 50% 100%);
	background-size: 200%;
	background-position: left;
	color: #fff;
	border: solid 2px #58b350;
	padding: 0.8em;
	position: relative;
	border-radius: 50px;
	font-size: 1em;
	font-weight: 700;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f061";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	background-position: right;
	color: #58b350;
}
.btn01:hover::after{
	right: 10px;
}
.bg_green .btn01{
	border: solid 2px #fff;
}

.btn_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: fit-content;
	margin-inline: auto;
}
@media (max-width: 1200px){
	.btn_flex{
		flex-direction: column;
		
	}
}
/* table ============================================================ */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #81b350;
	padding: 1em;
	width: 25%;
	min-width: 9em;
	font-weight: 700;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #666;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #81b350;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
/* simple ============================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 700;
	width: 20%;
	min-width: 6em;
	color: #58b350;
}
.simple01 table td i{
	color: #8a9898;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

/* stripes ============================== */

.stripes table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.stripes table tr:nth-child(odd){
	background:#eee;
}
.stripes table th,.stripes table td{
	padding: 0.5em;
}


/* リスト ============================== */
ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dashed 1px #ccc;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #81b350;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: solid 1px #ccc;
}
.dl_border01 dl dt{
	padding: 1em 0 1em 1em;
	font-weight: 700;
	color: #58b350;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.dl_border01 dl dd{
	padding: 1em;
	white-space:nowrap;
}
@media (max-width: 960px){
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}
/* アニメーション============================================================ */
.poyopoyo {
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

.pikopiko {
	animation: pikopiko 1.5s steps(2, start) infinite;
	opacity: 1;
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }

  to {
    transform: rotate(-10deg);
  }
}

.fuwafuwa {
    animation: fuwafuwa 3s infinite ease-in-out;
}

@keyframes fuwafuwa {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
}


/* 画像調整============================================================ */
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
/* 角丸============================================================ */
.bdr15{
	border-radius: 15px;
}
.bdr30{
	border-radius: 30px;
}
.bdr50{
	border-radius: 30px;
}
/* 余白調整============================================================ */
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.mb70{
	margin-bottom: 70px;
}
.mb30{
	margin-bottom: 30px;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.pt30{
	padding-top: 30px;
}
.pb30{
	padding-bottom: 30px;
}
.pb70{
	padding-bottom: 70px;
}

.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

span.bold{
	font-weight: 700;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(232,194,57,0.5) 60%);
	font-size: 1em;
}
span.inb{
	display: inline-block;
}
.col_g{
	color: #81b350;
}

/* TOPへ戻るボタン==================== */
#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	aspect-ratio: 1 / 1;
	border: none;
	border-radius: 50%;
	background: #333;
	cursor: pointer;
	opacity: 0;
	pointer-events: none; /* 非表示中はクリックできない */
	transition: opacity 0.5s ease;
	z-index: 999;
}
#page_top::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f062';
	bottom: 50%;
	right: 50%;
	transform: translate(50% , 50%);
	color: #fff;
	font-size: 18px;
}
#page_top.show {
	opacity: 1;
	pointer-events: auto; /* 表示中はクリック可能 */
}


/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1.5s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
	display: inline-block;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
	color: #f38586;
}
.eachTextAnime.appeartext span:nth-child(odd){
	color: #e8c239;
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}

/* 00px以上非表示 ------------------------------ */
@media (min-width: 1200px){
	.openbtn,#g-nav,.mb_bg{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 750px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}
/* 00px以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 960px){
	.pctb{
		display: none !important;
	}
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}
