@charset "UTF-8";
/*
Theme Name: racthera
Author: Tanaka Printing Co., Ltd.
Version: 1.0.0
*/

/* サイトの基本カラーに合わせて変更 */
:root {
	--main-color: #1f8c63;
	--main-light-color: #eef7df;
	--main-dark-color: #41c53b;
}

/* Reset
----------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%;
	word-break: break-word;
}

html{
	scroll-behavior: smooth;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	line-height: 2;
	color:#000;
}
a {
	color:#000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color, #000);
}
textarea {
	overflow: auto;
}
::placeholder {
	color: #949292;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	width: 100%;
	overflow-x: hidden;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.copy_ban {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/* フェードアニメーション css
----------------------------------------------------------*/

/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 60px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 60px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 60px, 0);
	-o-transform: scale(1, 1) translate3d(0, 60px, 0);
	transform: scale(1, 1) translate3d(0, 60px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}




/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
html,
body,
.wrap{
	width:1240px;
}
}

/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
a {
	transition: all .5s;
}
a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	transition: all .5s;
}
.sp {
	display:none;
}



/* header
------------------------------------------------------------------------*/
header{
	height: 100px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	z-index: 11111;
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1240px){
	header{
		width: 1240px;
		padding: 0 20px;
		transform: none;
	}
}
header::after{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 200vw;
	height: 100px;
	background: #fff;
	z-index: -1;
}
header h1{
	position: absolute;
	top: 23px;
	left: 100px;
}
header h1 img{
	width: 280px;
	height: 54px;
}
@media screen and (max-width: 1400px){
	header h1{
		left: 50%;
		transform: translateX(-600px);
	}
	header h1 img{
		width: 240px;
	}
}
header .mail a{
	position: absolute;
	top: 28px;
	right: 100px;
	display: block;
	width: 250px;
	height: 50px;
	background: url("img/header_icon01.svg")left 64px center no-repeat, linear-gradient(-90deg, #1f8c63 , #41c53b);
	background-size: 16px , 100%;
	border-radius: 25px;
	padding: 0 0 0 88px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	transition: none;
}
header .mail a:hover{
	background: url("img/header_icon01.svg")left 64px center no-repeat, linear-gradient(90deg, #1f8c63 , #41c53b);
	background-size: 16px , 100%;
}
@media screen and (max-width: 1400px){
	header .mail a{
		right: 50%;
		transform: translateX(600px);
	}
}

/* スクロール後header */
header.active{
	height: 75px;
	width: 1240px;
	padding: 0 20px;
	left: 50%;
	transform: translateX(-50%);
}
header.active::after{
	height: 75px;
}
header.active h1{
	top: 10px;
	left: 20px;
	transform: none;
}
header.active h1 img{
	width: 200px;
}
header.active .mail a{
	top: 12px;
	right: 20px!important;
	transform: none!important;
	transition: none;
}
@media screen and (max-width: 1240px){
	header.active{
		left: 0;
		transform: none;
	}
}



/* nav
------------------------------------------------------------------------*/
header nav{
	position: absolute;
	top: 0;
	right: 382px;
}
@media screen and (max-width: 1400px){
	header nav{
		right: 50%;
		transform: translateX(318px);
		white-space: nowrap;
	}
}
header nav #nav > ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 100px;
	position: relative;
}
header nav #nav > ul::after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: #ccc;
	width: 1px;
	height: 16px;
}


header nav #nav > ul > li > a .span02,
header nav #nav ul > li.mark .span02{
	display: inline-block;
	font-weight: bold;
	position: relative;
	transition: .3s;
}
header nav #nav > ul > li > a .span02::after,
header nav #nav ul > li.mark .span02::after{
	content: "";
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #1f8c63;
	transition: .3s;
}
header nav #nav > ul > li > a .span02:hover,
header nav #nav ul > li.mark .span02:hover{
	opacity: 1;
}
header nav #nav > ul > li > a .span02:hover::after,
header nav #nav ul > li.mark .span02:hover::after{
	width: 100%;
}


header nav #nav > ul > li > a .span01,
header nav #nav > ul > li > .span01{
	display: block;
	height: 100px;
	padding: 0 35px;
	font-size: 18px;
	font-weight: bold;
	line-height: 100px;
	transition: all .4s;
	cursor: pointer;
	position: relative;
}
header nav #nav > ul > li > a .span01::before,
header nav #nav > ul > li > .span01::before{
	position: absolute;
	top: 50%;
	left: -0.5px;
	transform: translateY(-50%);
	content: "";
	background: #ccc;
	width: 1px;
	height: 16px;
}
header nav #nav > ul > li > a .span01:hover{
	color: #1f8c63;
	opacity: 1;
}
header nav #nav ul > li.mark .span01{
	padding: 0 50px 0 35px;
}
header nav #nav ul > li.mark .span01:hover{
	color: #1f8c63;
	opacity: 1;
}
header nav #nav ul > li.mark .span01::after{
	position: absolute;
	top: 50%;
	right: 36px;
	transform: translateY(-50%);
	content: "";
	background: url("img/header_arrow01.svg")no-repeat;
	width: 7px;
	height: 4px;
}
header nav #nav ul > li.mark .span01:hover::after{
	position: absolute;
	top: 50%;
	right: 36px;
	transform: translateY(-50%);
	content: "";
	background: url("img/header_arrow02.svg")no-repeat;
	width: 7px;
	height: 4px;
}
header nav #nav ul li.mark .sub_nav{
	position: absolute;
	top: 100px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 1030px;
	height: auto;
	padding: 55px 0 50px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;

    transform: translateY(20px);
    transition: all 0.8s ease;
}
@media screen and (max-width: 1400px){
	header nav #nav ul li.mark .sub_nav{
		right: -100px;
	}
}
header nav #nav ul li.mark:hover .sub_nav {
	visibility: visible;
	opacity: 1;
	z-index: 10;
	transform: translateY(0);
}
header nav #nav ul li.mark:nth-of-type(4) .sub_nav{
	padding: 35px 0 30px;
}
header nav #nav ul li.mark .sub_nav::after{
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #eef7df;
	width: 100%;
	height: calc(100% - 5px);
	border-radius: 5px;
	z-index: -1;
}
header nav #nav ul li.mark .sub_nav .sub_nav_title{
	display: block;
	min-height: 54px;
	background: url("img/header_icon02.svg")left center no-repeat;
	background-size: 66px;
	padding-left: 75px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.357;
}
header nav #nav ul li.mark:nth-of-type(4) .sub_nav .sub_nav_title{
	display: block;
	min-height: 45px;
	background: url("img/header_icon03.svg")left center no-repeat;
	background-size: 32px;
	padding-left: 54px;
	font-size: 34px;
	font-weight: bold;
	line-height: 45px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01{
	display: flex;
	flex-flow: column wrap;
	gap: 0 40px;
	width: 560px;
	height: 180px;
	margin-left: 65px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a{
	display: block;
	width: 170px;
	height: 60px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	position: relative;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li:nth-of-type(2) a{
	margin-bottom: 60px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li:nth-of-type(n+3) a{
	width: 380px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a::before{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: url("img/header_arrow03.svg")no-repeat;
	width: 22px;
	height: 22px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a:hover::before{
	right: -5px;
	transition: .3s;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li:nth-of-type(2) a::after,
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li:last-of-type a::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	background: #ccc;
	width: 100%;
	height: 1px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02{
	width: 600px;
	height: 220px;
	margin-left: 65px;
	position: relative;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02::after{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: #ccc;
	width: 100%;
	height: 1px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li{
	display: flex;
	align-items: center;
	align-content: center;
	gap: 0 30px;
	height: 110px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li > a{
	display: block;
	width: 200px;
	height: 110px;
	color: #1f8c63;
	font-size: 20px;
	font-weight: bold;
	line-height: 110px;
	position: relative;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li > a::before{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: url("img/header_arrow03.svg")no-repeat;
	width: 22px;
	height: 22px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li > a:hover::before{
	right: -5px;
	transition: .3s;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li .sub_in_nav{
	display: flex;
	flex-flow: column wrap;
	gap: 0 35px;
	height: 72px;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li .sub_in_nav li a{
	display: block;
	height: 36px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	position: relative;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li .sub_in_nav li a::before{
	content: "・";
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li .sub_in_nav li a::after{
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	content: "";
	background: url("img/header_arrow04.svg")no-repeat;
	width: 5px;
	height: 9px;
	transition: .3s;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li .sub_in_nav li a:hover::after{
	right: -19px;
}


header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a span,
header nav #nav ul li.mark .sub_nav .sub_nav_list02 li a span{
	display: inline-block;
	font-weight: bold;
	position: relative;
	transition: .3s;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a span::after{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #999;
	transition: .3s;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 li a span::after{
	content: "";
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #1f8c63;
	transition: .3s;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list02 > li .sub_in_nav span::after{
	bottom: 5px;
	background-color: #999;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a:hover span,
header nav #nav ul li.mark .sub_nav .sub_nav_list02 li a:hover span{
	opacity: 1;
}
header nav #nav ul li.mark .sub_nav .sub_nav_list01 li a:hover span::after,
header nav #nav ul li.mark .sub_nav .sub_nav_list02 li a:hover span::after{
	width: 100%;
}


/* スクロール後header */
header.active nav{
	right: 282px!important;
	transform: none;
}
header.active nav #nav > ul{
	height: 75px;
}
header.active nav #nav > ul > li > a span,
header.active nav #nav > ul > li > span{
	height: 75px;
	line-height: 75px;
}
header.active nav #nav ul li.mark .sub_nav{
	top: 75px;
	right: -100px;
}
header.active nav #nav > ul > li > a .span02::after,
header.active nav #nav ul > li.mark .span02::after{
	bottom: 25px;
}



/* home
------------------------------------------------------------------------*/
/* key */
.home .key{
	margin-top: 100px;
	position: relative;
}
.home .key::before{
	position: absolute;
	bottom: 110px;
	left: 44px;
	content: "";
	background: url("img/home_key_text02.svg")no-repeat;
	width: 11px;
	height: 52px;
}
.home .key::after{
	position: absolute;
	bottom: 0;
	left: 49px;
	content: "";
	background: linear-gradient(#ccc 50% , #41c43c 50%);
	background-size: 2px 200px;
	width: 2px;
	height: 100px;
	animation: gaugeMove 3s linear infinite;
}
@keyframes gaugeMove{
	0% {background-position: 0 0;}
	50% {background-position: 0 50px;}
	100% {background-position: 0 100px;}
}
.home .key .keyswiper{
	width: calc(100vw - 200px);
	height: 750px;
	margin: 0 auto;
}
.home .key .swiper-slide{
	border-radius: 15px 15px 15px 250px;
}
.home .key .swiper-slide:nth-of-type(4n+1){
	background: url("img/home_key_bg03.png")center center /cover no-repeat;
}
.home .key .swiper-slide:nth-of-type(4n+2){
	background: url("img/home_key_bg04.png")center center /cover no-repeat;
}
.home .key .swiper-slide:nth-of-type(4n+3){
	background: url("img/home_key_bg01.png")center center /cover no-repeat;
}
.home .key .swiper-slide:nth-of-type(4n+4){
	background: url("img/home_key_bg02.png")center center /cover no-repeat;
}
.home .key .swiper-pagination{
	width: 120px !important;
	bottom: 150px;
	left: 50%;
	transform: translateX(-600px);
	z-index: 112;
}
.home .key .swiper-pagination-bullet{
	background: #41c43c;
	width: 10px;
	height: 10px;
	margin: 0 20px 0 0 !important;
	opacity: 1;
}
.home .key .swiper-pagination-bullet-active{
	background: #fff;
	width: 10px;
	height: 10px;
}
.home .key .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	height: 100%;
	padding: 432px 0 0;
	box-sizing: border-box;
	z-index: 111;
}
.home .key .inner .text01{
	display: block;
	width: 659px;
	height: 119px;
	background: url("img/home_key_text01.svg")no-repeat;
	background-size: 100%;
	padding: 119px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
.home .key #particles01{
	position: absolute;
	top: -140px;
	left: -170px;
	width: 1043px;
	height: 567px;
	z-index: 112;
}
.home .key #particles02{
	position: absolute;
	bottom: -224px;
	right: -459px;
	width: 1277px;
	height: 695px;
	z-index: 112;
}
@media screen and (max-width: 1400px){
	.home .key::before{
		left: 50%;
		transform: translateX(-656px);
	}
	.home .key::after{
		left: 50%;
		transform: translateX(-651px);
	}
	.home .key .keyswiper{
		width: 1200px;
	}
	.home .key .swiper-pagination{
		width: 120px !important;
		bottom: 150px;
		left: calc(50% - 500px);
		transform: none;
		z-index: 112;
	}
	.home .key .inner{
		padding: 432px 0 0 100px;
	}
	.home .key #particles01{
		position: absolute;
		top: -40px;
		left: -70px;
		width: 650px;
		height: 450px;
		z-index: 112;
	}
	.home .key #particles02{
		position: absolute;
		bottom: -24px;
		right: -59px;
		width: 650px;
		height: 450px;
		z-index: 112;
	}
}


/* cont01 */
.home .cont01{
	padding: 200px 0 0;
	position: relative;
}
.home .cont01::before{
	position: absolute;
	top: 120px;
	right: 50%;
	transform: translateX(670px);
	content: "";
	background: #eef7df;
	width: 2000px;
	height: 420px;
	border-radius: 10px;
	z-index: -1;
}
.home .cont01 h2{
	width: 1200px;
	background: url("img/home_text01.svg")left top no-repeat;
	background-size: 201px;
	padding: 5px 0 0 218px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	margin: 0 auto;
}
.home .cont01 .swiper01{
	margin-top: 40px;
	z-index: 1111;
	position: relative;
}
.home .cont01 .swiper-wrapper{
	transition-timing-function: linear;
}
.home .cont01 .swiper-slide{
	width: 330px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
}
.home .cont01 .swiper-slide a{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 5px;
	padding: 20px 20px 18px;
	box-sizing: border-box;
}
.home .cont01 .swiper-slide a h3{
	width: 100%;
	font-size: 18px;
	flex-shrink: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 14px;
	order: 2;
}
.home .cont01 .swiper-slide a .date{
	color: #1f8c63;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 0;
	order: 3;
}
.home .cont01 .swiper-slide a .cate{
	height: 22px;
	background: #1f8c63;
	padding: 0 10px;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	margin: 10px 0 0 4px;
	order: 4;
}
.home .cont01 .swiper-slide a .text01{
	font-size: 18px;
	line-height: 1.857;
	flex-shrink: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 8px;
	order: 5;
}
.home .cont01 .swiper-slide a figure{
	width: 290px;
	height: 194px;
	border-radius: 5px;
	overflow: hidden;
	order: 1;
}
.home .cont01 .swiper-slide a figure img{
	transform: scale(1);
	transition: all .4s;
}
.home .cont01 .swiper-slide a:hover figure img{
	transform: scale(1.1);
	transition: all .4s;
}
.home .cont01 .swiper-button-prev{
	top: -50px;
	left: 50%;
	transform: translateX(510px);
	width: 40px;
	height: 40px;
	background: url("img/home_arrow01.svg")no-repeat;
	background-size: 100%;
}
.home .cont01 .swiper-button-next{
	top: -50px;
	left: 50%;
	transform: translateX(560px);
	width: 40px;
	height: 40px;
	background: url("img/home_arrow02.svg")no-repeat;
	background-size: 100%;
}
.home .cont01 .swiper-button-prev::after,
.home .cont01 .swiper-button-next::after{
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
}


/* cont02 */
.home .cont02{
	background: url("img/home_bg02.png")center bottom no-repeat;
	padding: 0 0 380px;
	position: relative;
}
@media screen and (min-width: 1800px){
	.home .cont02{
	background: url("img/home_bg02.png")center bottom /100% 380px no-repeat;
	}
}
.home .cont02 .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 150px 0;
	position: relative;
}
.home .cont02 .inner::before{
	position: absolute;
	top: 67px;
	left: -377px;
	content: "";
	background: url("img/home_bg01.png")no-repeat;
	width: 1038px;
	height: 847px;
	z-index: -1;
}
.home .cont02 .inner .text_box h2{
	min-width: 169px;
	background: url("img/home_text02.svg")left bottom no-repeat;
	background-size: 169px;
	padding: 0 0 82px 22px;
	color: #999;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.home .cont02 .inner .text_box h2::before{
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background: #1f8c63;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.home .cont02 .inner .text_box .button a{
	display: block;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	margin-top: 70px;
}
.home .cont02 .inner .text_box .button a span{
	font-weight: bold;
	position: relative;
}
.home .cont02 .inner .text_box .button a span::after{
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	transform: translateY(-50%);
	content: "";
	width: 50px;
	height: 50px;
	background: url("img/home_arrow03.svg")center center no-repeat ,linear-gradient(-90deg ,#1f8c63 ,#41c53b) ;
	background-size: 9px , 100%;
	border-radius: 50%;
	transition: all .4s;
}
.home .cont02 .inner .text_box .button a:hover span::after{
	left: calc(100% + 35px);
	background: url("img/home_arrow03.svg")center center no-repeat ,linear-gradient(-90deg ,#1f8c63) ;
	background-size: 9px , 100%;
	transition: all .4s;
}
.home .cont02 .inner .news_box{
	width: 880px;
	border-bottom: 1px solid #ccc;
}
.home .cont02 .inner .news_box .cont a{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	gap: 0 5px;
	border-top: 1px solid #ccc;
	padding: 38px 20px 39px;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .news_box .cont a:hover{
	background: #eef7df;
	opacity: 1;
}
.home .cont02 .inner .news_box .cont a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: "";
	background: url("img/home_arrow04.svg")no-repeat;
	background-size: 100%;
	width: 9px;
	height: 14px;
	transition: all .4s;
}
.home .cont02 .inner .news_box .cont a:hover::after{
	right: 0;
	transition: all .4s;
}
.home .cont02 .inner .news_box .cont a h3{
	width: 100%;
	font-size: 18px;
	line-height: 1;
	flex-shrink: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 16px 0 0;
	order: 3;
}
.home .cont02 .inner .news_box .cont a .date{
	color: #1f8c63;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	order: 1;
}
.home .cont02 .inner .news_box .cont a .cate{
	min-width: 82px;
	height: 22px;
	background: #1f8c63;
	padding: 0 10px;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	margin: 0 0 0 4px;
	order: 2;
}



/* common
------------------------------------------------------------------------*/
/* pankuzu */
.pankuzu ul {
	display: flex;
	width: 1200px;
	margin: 26px auto 0;
}
.pankuzu ul li {
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
	color: #1f8c63;
	font-size: 14px;
	font-weight: bold;
}
.pankuzu ul li a {
	font-size: 14px;
	position: relative;
}
.pankuzu ul li a:before {
	content: "-";
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
.pankuzu ul li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}


/* 一覧ページのページャー */
.archive-pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin:120px auto;
}
.archive-pager .page-numbers{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
}
.archive-pager .page-numbers.current {
	border: 1px solid var(--main-color);
	color:var(--main-color);
	background: #fff;
}
.archive-pager .page-numbers.prev,
.archive-pager .page-numbers.next{
	background: var(--main-dark-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 3px;
}
.archive-pager .page-numbers.next {
	padding-left: 3px;
}


.single-pager{
	display: flex;
	justify-content: space-between;
	margin: 120px auto;
}
.single-pager .prev-pager-box,
.single-pager .next-pager-box{
	width: calc(50% - 30px);
}
.single-pager .prev-pager-box {
	margin-left: 20px;
}
.single-pager .next-pager-box {
	margin-right: 20px;
}
.single-pager a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
	position: relative;
}
.single-pager .prev-pager-box a {
	flex-direction: row-reverse;
}
.single-pager .prev-pager-box a::before,
.single-pager .next-pager-box a::before {
	content: "";
	width: 35px;
	height: 35px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::before{
	left: -20px;
}
.single-pager .next-pager-box a::before {
	right: -20px;
}
.single-pager .prev-pager-box a::after,
.single-pager .next-pager-box a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::after{
	border-right: 8px solid #fff;
	left: -7px;
}
.single-pager .next-pager-box a::after {
	border-left: 8px solid #fff;
	right: -7px;
}
.single-pager .prev-pager-box a .text-box {
	padding-left: 20px;
}
.single-pager .next-pager-box a .text-box {
	padding-right: 20px;
}
.single-pager a h2 {
	line-height: 1.3;
	padding-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single-pager a .img {
	flex-shrink: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.single-pager a .img img {
	width: 150px !important;
	border-radius: 5px !important;
}



/* ここから各下層ページ
------------------------------------------------------------------------*/
/* key */
.common .key .inner{
	height: 560px;
	padding: 182px 0 0;
	box-sizing: border-box;
	position: relative;
}
.common .key .inner::after{
	position: absolute;
	top: 260px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: calc(100vw - 200px);
	height: 300px;
	border-radius: 15px;
	background: url("img/common_key_bg.png")center center /cover no-repeat;
}
.common .key .inner .text01{
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
@media screen and (max-width: 1600px){
	.common .key .inner::after{
		width: 1400px;
	}
}


/* company */
.company .key .inner::after{
	background: url("img/company_key_bg.png")center center /cover no-repeat;
}
.company .key .inner .text01{
	background: url("img/company_key_text.svg")left top no-repeat;
	background-size: 197px;
	padding: 24px 0 14px 215px;
}

/* public_research_funds */
.public_research_funds .key .inner::after{
	background: url("img/public_research_funds_key_bg.png")center center /cover no-repeat;
}
.public_research_funds .key .inner .text01{
	background: url("img/public_research_funds_key_text.svg")left top no-repeat;
	background-size: 177px;
	padding: 24px 0 0 197px;
}

/* compliance */
.compliance .key .inner::after{
	background: url("img/compliance_key_bg.png")center center /cover no-repeat;
}
.compliance .key .inner .text01{
	background: url("img/compliance_key_text.svg")left top no-repeat;
	background-size: 241px;
	padding: 24px 0 14px 262px;
}

/* publicnotice */
.publicnotice .key .inner::after{
	background: url("img/publicnotice_key_bg.png")center center /cover no-repeat;
}
.publicnotice .key .inner .text01{
	background: url("img/publicnotice_key_text.svg")left top no-repeat;
	background-size: 235px;
	padding: 24px 0 0 258px;
}

/* strategy */
.strategy .key .inner::after{
	background: url("img/strategy_key_bg.png")center center /cover no-repeat;
}
.strategy .key .inner .text01{
	background: url("img/strategy_key_text.svg")left top no-repeat;
	background-size: 166px;
	padding: 24px 0 14px 184px;
}

/* pipeline */
.pipeline .key .inner::after{
	background: url("img/pipeline_key_bg.png")center center /cover no-repeat;
}
.pipeline .key .inner .text01{
	background: url("img/pipeline_key_text.svg")left top no-repeat;
	background-size: 152px;
	padding: 24px 0 14px 174px;
}

/* dopaminergic */
.dopaminergic .key .inner::after{
	background: url("img/dopaminergic_key_bg.png")center center /cover no-repeat;
}
.dopaminergic .key .inner .text01{
	background: url("img/dopaminergic_key_text.svg")left top no-repeat;
	background-size: 605px;
	padding: 24px 0 14px 630px;
}

/* retinal_pigment */
.retinal_pigment .key .inner::after{
	background: url("img/retinal_pigment_key_bg.png")center center /cover no-repeat;
}
.retinal_pigment .key .inner .text01{
	background: url("img/retinal_pigment_key_text.svg")left top no-repeat;
	background-size: 600px;
	padding: 24px 0 14px 620px;
}

/* retinal_sheet */
.retinal_sheet .key .inner::after{
	background: url("img/retinal_sheet_key_bg.png")center center /cover no-repeat;
}
.retinal_sheet .key .inner .text01{
	background: url("img/retinal_sheet_key_text.svg")left top no-repeat;
	background-size: 248px;
	padding: 24px 0 14px 268px;
}

/* neural_progenitor */
.neural_progenitor .key .inner::after{
	background: url("img/neural_progenitor_key_bg.png")center center /cover no-repeat;
}
.neural_progenitor .key .inner .text01{
	background: url("img/neural_progenitor_key_text.svg")left top no-repeat;
	background-size: 461px;
	padding: 24px 0 14px 481px;
}


/* template */
/* about */
.about .key .inner::after{
	background: url("img/about_key_bg.png")center center /cover no-repeat;
}
.about .key .inner .text01{
	background: url("img/about_key_text.svg")left top no-repeat;
	background-size: 121px;
	padding: 24px 0 14px 141px;
}

/* news */
.blog .key .inner::after{
	background: url("img/news_key_bg.png")center center /cover no-repeat;
}
.blog .key .inner .text01{
	background: url("img/news_key_text.svg")left top no-repeat;
	background-size: 115px;
	padding: 24px 0 14px 135px;
}

/* contact */
.contact .key .inner::after{
	background: url("img/contact_key_bg.png")center center /cover no-repeat;
}
.contact .key .inner .text01{
	background: url("img/contact_key_text.svg")left top no-repeat;
	background-size: 156px;
	padding: 24px 0 14px 176px;
}

/* thanks */
.thanks .key .inner .text01{
	background: url("img/thanks_key_text.svg")left top no-repeat;
	background-size: 142px;
	padding: 24px 0 14px 162px;
}

/* note */
.note .key .inner::after{
	background: url("img/note_key_bg.png")center center /cover no-repeat;
}
.note .key .inner .text01{
	background: url("img/note_key_text.svg")left top no-repeat;
	background-size: 97px;
	padding: 24px 0 14px 117px;
}

/* privacy */
.privacy .key .inner::after{
	background: url("img/privacy_key_bg.png")center center /cover no-repeat;
}
.privacy .key .inner .text01{
	background: url("img/privacy_key_text.svg")left top no-repeat;
	background-size: 275px;
	padding: 24px 0 14px 295px;
}

/* information_protect */
.information_protect .key .inner::after{
	background: url("img/information_protect_key_bg.png")center center /cover no-repeat;
}
.information_protect .key .inner .text01{
	background: url("img/information_protect_key_text.svg")left top no-repeat;
	background-size: 376px;
	padding: 24px 0 14px 396px;
}

/* yonmaruyon */
.yonmaruyon .key .inner .text01{
	background: url("img/yonmaruyon_key_text.svg")left top no-repeat;
	background-size: 315px;
	padding: 24px 0 14px 335px;
}

/* yonichimaru */
.yonichimaru .key .inner .text01{
	background: url("img/yonichimaru_key_text.svg")left top no-repeat;
	background-size: 217px;
	padding: 24px 0 14px 237px;
}



/* company
------------------------------------------------------------------------*/
	
	/* cont01 */
	.company .cont01 .inner{
		padding: 95px 0 790px;
		position: relative;
	}
	.company .cont01 .inner::after{
		position: absolute;
		bottom: 185px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/company_bg01.png")center center repeat-x;
		width: 100vw;
		height: 450px;
		animation: combgMove 40s linear infinite;
	}
	@keyframes combgMove{
		0% {background-position: 2200px 0;}
		50% {background-position: 1100px 0;}
		100% {background-position: 0 0;}
	}
	.company .cont01 .inner h2{
		background: url("img/company_text01.svg")center top no-repeat;
		background-size: 165px;
		padding: 72px 0 0;
		color: #999;
		font-size: 18px;
		line-height: 1;
		text-align: center;
	}
	.company .cont01 .inner .box{
		display: flex;
		align-items: center;
		background: url("img/company_logo.svg")center top no-repeat;
		background-size: 605px;
		padding: 180px 0 0;
		margin-top: 80px;
	}
	.company .cont01 .inner .box figure{
		width: 600px;
		text-align: center;
	}
	.company .cont01 .inner .box .text01{
		font-size: 18px;
		line-height: 2.5;
	}
	.company .cont01 .inner .box .text01 + .text01{
		margin-top: 24px;
	}
	.company .cont01 .inner #particles01{
		position: absolute;
		bottom: 711px;
		right: -550px;
		width: 1277px;
		height: 695px;
		opacity: 0.5;
		z-index: -1;
	}
	
	/* cont02 */
	.company .cont02 .inner{
		padding: 0 0 139px;
		position: relative;
	}
	.company .cont02 .inner h2{
		background: url("img/company_text02.svg")center top no-repeat;
		background-size: 244px;
		padding: 76px 0 0;
		color: #999;
		font-size: 18px;
		line-height: 1;
		text-align: center;
	}
	.company .cont02 .inner .box{
		text-align: center;
		box-sizing: border-box;
		margin-top: 75px;
	}
	.company .cont02 .inner .box .text_box .text01{
		font-size: 18px;
		line-height: 2.25;
	}
	.company .cont02 .inner .box .text_box .text01 + .text01{
		margin-top: 40px;
	}
	.company .cont02 .inner .box .img_box{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 70px 0 0;
		box-sizing: border-box;
		text-align: left;
	}
	.company .cont02 .inner .box .img_box .text_set{
		width: 300px;
		padding-left: 55px;
		box-sizing: border-box;
	}
	.company .cont02 .inner .box .img_box .text02{
		color: #1f8c63;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6;
		margin-top: 20px;
	}
	.company .cont02 .inner .box .img_box .text03{
		font-size: 20px;
	}
	.company .cont02 .inner .box .img_box .text03 span{
		display: block;
		font-size: 24px;
		font-weight: bold;
	}
	.company .cont02 .inner #particles02{
		position: absolute;
		bottom: -76px;
		left: -534px;
		width: 1277px;
		height: 695px;
		opacity: 0.5;
		z-index: -1;
	}



/* public_research_funds
------------------------------------------------------------------------*/
	
	/* cont01 */
	.public_research_funds .cont01 .inner{
		padding: 125px 0 0;
		position: relative;
	}
	.public_research_funds .cont01 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.public_research_funds .cont01 .inner h2::before{
		content: "１．";
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont01 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.public_research_funds .cont01 .inner .text01{
		margin-top: 42px;
	}
	.public_research_funds .cont01 .inner table{
		width: 1200px;
		border-spacing: 0 5px;
		border-collapse: separate;
		margin-top: 37px;
	}
	.public_research_funds .cont01 .inner table tr:nth-of-type(1) th{
		width: 400px;
		height: 40px;
		background: #1f8c63;
		border-right: 5px solid #fff;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		color: #fff;
		font-weight: bold;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont01 .inner table tr:nth-of-type(1) th:last-of-type{
		border: none;
	}
	.public_research_funds .cont01 .inner table tr:nth-of-type(n+2) th{
		background: #eef7df;
		border-right: 5px solid #fff;
		padding: 23px 20px 22px;
		box-sizing: border-box;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont01 .inner table td{
		background: #eef7df;
		border-right: 5px solid #fff;
		padding: 23px 20px 22px;
		box-sizing: border-box;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont01 .inner table td:last-of-type{
		border: none;
	}
	.public_research_funds .cont01 .inner table td ul li::before{
		content: "・";
	}


	/* cont02 */
	.public_research_funds .cont02 .inner{
		padding: 114px 0 0;
		position: relative;
	}
	.public_research_funds .cont02 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.public_research_funds .cont02 .inner h2::before{
		content: "２．";
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.public_research_funds .cont02 .inner .text01{
		margin-top: 42px;
	}
	.public_research_funds .cont02 .inner h3{
		line-height: 1;
		margin-top: 40px;
	}
	.public_research_funds .cont02 .inner h3::before{
		content: "■";
		padding-right: 5px;
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont02 .inner ul{
		margin-top: 20px;
	}
	.public_research_funds .cont02 .inner ul li{
		margin-left: 40px;
		line-height: 2.25;
	}
	.public_research_funds .cont02 .inner ul li::before{
		position: absolute;
		left: 0;
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(1)::before{
		content: "１：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(2)::before{
		content: "２：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(3)::before{
		content: "３：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(4)::before{
		content: "４：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(5)::before{
		content: "５：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(6)::before{
		content: "６：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(7)::before{
		content: "７：";
	}


	/* cont03 */
	.public_research_funds .cont03 .inner{
		padding: 107px 0 142px;
		position: relative;
	}
	.public_research_funds .cont03 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.public_research_funds .cont03 .inner h2::before{
		content: "３．";
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.public_research_funds .cont03 .inner .text01{
		margin-top: 42px;
	}
	.public_research_funds .cont03 .inner h3{
		line-height: 1;
		margin-top: 40px;
	}
	.public_research_funds .cont03 .inner h3::before{
		content: "■";
		padding-right: 5px;
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont03 .inner table{
		width: 1010px;
		border-spacing: 0 10px;
		border-collapse: separate;
		margin-top: 10px;
	}
	.public_research_funds .cont03 .inner table th{
		width: 200px;
		background: #1f8c63;
		padding: 8.5px 30px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont03 .inner table td{
		width: 780px;
		background: #eef7df;
		padding: 8.5px 40px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}
	.public_research_funds .cont03 .inner .text02{
		margin-top: 10px;
	}
	.public_research_funds .cont03 .inner .text02::before{
		content: "※";
	}
	.public_research_funds .cont03 .inner .text02 a{
		color: #1f8c63;
		font-weight: bold;
		text-decoration: underline;
		padding: 0 5px;
	}
	.public_research_funds .cont03 .inner .text02 a::before{
		content: ">> ";
	}



/* compliance
------------------------------------------------------------------------*/
	
	/* cont01 */
	.compliance .cont01 .inner{
		padding: 125px 0 0;
		position: relative;
	}
	.compliance .cont01 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont01 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont01 .inner .text01{
		margin-top: 40px;
	}
	.compliance .cont01 .inner .text02{
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 23px;
	}
	.compliance .cont01 .inner .text02 + .text02{
		margin-top: 0;
	}
	.compliance .cont01 .inner .text02::before{
		content: "※";
	}
	.compliance .cont01 .inner .btn_box{
		display: flex;
		gap: 0 20px;
		margin-top: 40px;
	}
	.compliance .cont01 .inner .btn_box .button a{
		display: block;
		width: 400px;
		height: 70px;
		background: #1f8c63 url("img/compliance_icon01.svg")left 30px center no-repeat;
		background-size: 24px;
		border: 1px solid #1f8c63;
		border-radius: 5px;
		padding: 0 0 0 65px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 68px;
		position: relative;
	}
	.compliance .cont01 .inner .btn_box .button a:hover{
		background: #fff url("img/compliance_icon01_ho.svg")left 30px center no-repeat;
		background-size: 24px;
		color: #1f8c63;
		opacity: 1;
	}
	.compliance .cont01 .inner .btn_box .button:nth-of-type(2) a{
		background: #0c558f url("img/compliance_icon02.svg")left 30px center no-repeat;
		background-size: 22px;
		border: 1px solid #0c558f;
	}
	.compliance .cont01 .inner .btn_box .button:nth-of-type(2) a:hover{
		background: #fff url("img/compliance_icon02_ho.svg")left 30px center no-repeat;
		background-size: 22px;
		color: #0c558f;
	}
	.compliance .cont01 .inner .btn_box .button a::after{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		content: "";
		background: url("img/compliance_icon03.svg")no-repeat;
		background-size: 11px;
		width: 11px;
		height: 15px;
	}
	.compliance .cont01 .inner .btn_box .button a:hover::after{
		background: url("img/compliance_icon03_ho01.svg")no-repeat;
		background-size: 11px;
	}
	.compliance .cont01 .inner .btn_box .button:nth-of-type(2) a:hover::after{
		background: url("img/compliance_icon03_ho02.svg")no-repeat;
		background-size: 11px;
	}


	/* cont02 */
	.compliance .cont02 .inner{
		padding: 118px 0 0;
		position: relative;
	}
	.compliance .cont02 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont02 .inner .cont{
		margin-top: 48px;
	}
	.compliance .cont02 .inner .cont h3{
		line-height: 1;
		margin-top: 40px;
	}
	.compliance .cont02 .inner .cont h3::before{
		content: "■";
		padding-right: 5px;
		color: #1f8c63;
		font-weight: bold;
	}
	.compliance .cont02 .inner .cont table{
		width: 1080px;
		border-spacing: 0 10px;
		border-collapse: separate;
		margin-top: 10px;
	}
	.compliance .cont02 .inner .cont table th{
		width: 200px;
		background: #1f8c63;
		padding: 8.5px 30px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.compliance .cont02 .inner .cont table td{
		width: 880px;
		background: #eef7df;
		padding: 8.5px 10px 8.5px 30px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}


	/* cont03 */
	.compliance .cont03 .inner{
		padding: 118px 0 0;
		position: relative;
	}
	.compliance .cont03 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont03 .inner .text01{
		margin-top: 40px;
	}
	.compliance .cont03 .inner .button a{
		display: block;
		width: 400px;
		height: 50px;
		color: #fff;
		background: #1f8c63;
		border: 1px solid #1f8c63;
		line-height: 50px;
		font-weight: bold;
		text-align: center;
		border-radius: 50px;
		margin-top: 20px;
		padding-right: 30px;
		box-sizing: border-box;
		position: relative;
	}
	.compliance .cont03 .inner .button a::after{
		position: absolute;
		top: 50%;
		right: 100px;
		transform: translateY(-50%);
		content: "";
		background: url("img/compliance_icon04.svg")no-repeat;
		background-size: 21px;
		width: 21px;
		height: 21px;
	}
	.compliance .cont03 .inner .button a:hover{
		color: #1f8c63;
		background: #fff;
		opacity: 1;
	}
	.compliance .cont03 .inner .button a:hover::after{
		background: url("img/compliance_icon04_ho.svg")no-repeat;
		background-size: 21px;
	}
	.compliance .cont03 .inner .note{
		margin-top: 15px;
		font-size: 16px;
		line-height: 1.8;
	}


	/* cont04 */
	.compliance .cont04 .inner{
		padding: 118px 0 140px;
		position: relative;
	}
	.compliance .cont04 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont04 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont04 .inner .text01{
		margin-top: 40px;
	}



/* publicnotice
------------------------------------------------------------------------*/
	
	.publicnotice .enter_text{
		width: 1200px;
		padding: 90px 0 0;
		margin: 0 auto;
	}


	/* cont01 */
	.publicnotice .cont01 .inner{
		padding: 80px 0 0;
		position: relative;
	}
	.publicnotice .cont01 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.publicnotice .cont01 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.publicnotice .cont01 .inner .text:first-of-type{
		margin-top: 42px;
	}
	.publicnotice .cont01 .inner .pdf_table{
		width: 1200px;
		margin-top: 10px;
	}
	.publicnotice .cont01 .inner .pdf_table:first-of-type{
		margin-top: 50px;
	}
	.publicnotice .cont01 .inner .pdf_table th{
		width: 340px;
		background: #1f8c63;
		padding: 18.5px 30px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.publicnotice .cont01 .inner .pdf_table td{
		width: 860px;
		background: #eef7df;
		padding: 18.5px 40px 18.5px 30px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}
	.publicnotice .cont01 .inner .pdf_table td a{
		display: inline-block;
		padding: 0 30px 0 34px;
		position: relative;
	}
	.publicnotice .cont01 .inner .pdf_table td a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon01.svg")no-repeat;
		background-size: 100%;
		width: 24px;
		height: 29px;
	}
	.publicnotice .cont01 .inner .pdf_table td a::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon02.svg")no-repeat;
		background-size: 100%;
		width: 11px;
		height: 15px;
	}


	/* cont02 */
	.publicnotice .cont02 .inner{
		padding: 110px 0;
		position: relative;
	}
	.publicnotice .cont02 .inner h2{
		padding-bottom: 22px;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.publicnotice .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.publicnotice .cont02 .inner .pdf_table{
		width: 1200px;
		margin-top: 10px;
	}
	.publicnotice .cont02 .inner .pdf_table:first-of-type{
		margin-top: 50px;
	}
	.publicnotice .cont02 .inner .pdf_table th{
		width: 340px;
		background: #1f8c63;
		padding: 18.5px 30px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.publicnotice .cont02 .inner .pdf_table td{
		width: 860px;
		background: #eef7df;
		padding: 18.5px 40px 18.5px 30px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}
	.publicnotice .cont02 .inner .pdf_table td a{
		display: inline-block;
		padding: 0 30px 0 34px;
		position: relative;
	}
	.publicnotice .cont02 .inner .pdf_table td a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon01.svg")no-repeat;
		background-size: 100%;
		width: 24px;
		height: 29px;
	}
	.publicnotice .cont02 .inner .pdf_table td a::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon02.svg")no-repeat;
		background-size: 100%;
		width: 11px;
		height: 15px;
	}



/* strategy
------------------------------------------------------------------------*/
	
	/* cont01 */
	.strategy .cont01 .inner{
		padding: 90px 0 0;
	}
	.strategy .cont01 .inner h2{
		background: url("img/strategy_text01.svg")center top no-repeat;
		background-size: 282px;
		padding: 71px 0 0;
		color: #999;
		line-height: 1;
		text-align: center;
	}
	.strategy .cont01 .inner .box{
		padding: 0 0 0 664px;
		box-sizing: border-box;
		margin: 98px 0 0;
		position: relative;
	}
	.strategy .cont01 .inner .box h3{
		font-size: 22px;
		font-feature-settings: "palt" 1;
		line-height: 1.75;
		letter-spacing: 0.8px;
	}
	.strategy .cont01 .inner .box .text01{
		margin-top: 80px;
		position: relative;
	}
	.strategy .cont01 .inner .box .text01::before{
		position: absolute;
		top: -48px;
		left: 0;
		content: "";
		background: url("img/strategy_text02.svg")no-repeat;
		background-size: 100%;
		width: 155px;
		height: 19px;
	}
	.strategy .cont01 .inner .box .text01::after{
		position: absolute;
		top: -39px;
		right: 0;
		content: "";
		background: #1f8c63;
		width: 366px;
		height: 1px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: -200px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(2){
		position: absolute;
		top: 30px;
		left: 70px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(2).mv02_off{
		transition: all 1s ease-out 0.4s;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(3){
		position: absolute;
		top: 0;
		left: 340px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(3).mv02_off{
		transition: all 1s ease-out 0.8s;
	}
	.strategy .cont01 .inner .policy_box{
		display: flex;
		justify-content: space-between;
		margin-top: 138px;
	}
	.strategy .cont01 .inner .policy_box .cont{
		width: 390px;
		position: relative;
	}
	.strategy .cont01 .inner .policy_box .cont::before{
		position: absolute;
		top: -71px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/strategy_illust01.svg")no-repeat;
		background-size: 100%;
		width: 134px;
		height: 156px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2)::before{
		position: absolute;
		top: -82px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/strategy_illust02.svg")no-repeat;
		background-size: 100%;
		width: 159px;
		height: 159px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3)::before{
		position: absolute;
		top: -72px;
		left: 125px;
		transform: none;
		content: "";
		background: url("img/strategy_illust03.svg")no-repeat;
		background-size: 100%;
		width: 161px;
		height: 160px;
	}
	.strategy .cont01 .inner .policy_box .cont::after{
		position: absolute;
		bottom: 70px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/strategy_arrow01.svg")no-repeat;
		background-size: 100%;
		width: 76px;
		height: 41px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2)::after{
		background: url("img/strategy_arrow02.svg")no-repeat;
		background-size: 100%;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3)::after{
		background: url("img/strategy_arrow03.svg")no-repeat;
		background-size: 100%;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box{
		background: #eef7df;
		border-radius: 10px;
		padding: 102px 0 42px;
		box-sizing: border-box;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .h_box{
		background: #daeef7;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .h_box{
		background: #dbe6ee;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box h4{
		color: #1f8c63;
		font-size: 22px;
		line-height: 1.45;
		text-align: center;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .h_box h4{
		color: #0690cc;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .h_box h4{
		padding: 16px 0;
		color: #0c558f;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box ul{
		margin: 16px 0 0 30px;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box ul li{
		background: url("img/strategy_icon01.svg")left center no-repeat;
		background-size: 14px;
		padding-left: 21px;
		font-size: 18px;
		line-height: 2;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .h_box ul li{
		background: url("img/strategy_icon02.svg")left center no-repeat;
		background-size: 14px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .h_box ul li{
		background: url("img/strategy_icon03.svg")left center no-repeat;
		background-size: 14px;
	}
	.strategy .cont01 .inner .policy_box .cont .button a{
		display: block;
		width: 100%;
		height: 60px;
		background: #1f8c63;
		border: 1px solid #1f8c63;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 58px;
		text-align: center;
		margin-top: 35px;
	}
	.strategy .cont01 .inner .policy_box .cont .button a::before{
		content: "1.";
	}
	.strategy .cont01 .inner .policy_box .cont .button a:hover{
		background: #fff;
		color: #1f8c63;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .button a{
		background: #0690cc;
		border: 1px solid #0690cc;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .button a::before{
		content: "2.";
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .button a:hover{
		background: #fff;
		color: #0690cc;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .button a{
		background: #0c558f;
		border: 1px solid #0c558f;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .button a::before{
		content: "3.";
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .button a:hover{
		background: #fff;
		color: #0c558f;
	}


	/* cont02 */
	.strategy .cont02 .inner{
		padding: 110px 0 120px;
		margin-top: 150px;
		position: relative;
	}
	.strategy .cont02 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #eef7df;
		width: 1500px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.strategy .cont02 .inner::after{
		position: absolute;
		top: -40px;
		right: -190px;
		content: "";
		background: url("img/strategy_illust04.svg")no-repeat;
		width: 469px;
		height: 547px;
	}
	.strategy .cont02 .inner h2{
		background: url("img/strategy_text03.svg")center top no-repeat;
		background-size: 99px;
		padding: 47px 0 0;
		font-size: 26px;
		line-height: 1;
		text-align: center;
	}
	.strategy .cont02 .inner .box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 60px;
		gap: 30px;
		z-index: 10;
		position: relative;
	}
	.strategy .cont02 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.strategy .cont02 .inner .under_box{
		background: #fff;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 48px;
		padding: 58px 0;
		margin-top: 70px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		position: relative;
	}
	.strategy .cont02 .inner .under_box .h_box h3{
		padding: 0 0 0 45px;
		font-size: 24px;
		position: relative;
	}
	.strategy .cont02 .inner .under_box .h_box h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_icon04.svg")no-repeat;
		background-size: 100%;
		width: 31px;
		height: 36px;
	}
	.strategy .cont02 .inner .under_box .h_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		margin-top: 20px;
	}
	.strategy .cont02 .inner .under_box .h_box ul li{
		width: 400px;
		height: 40px;
		background: #1f8c63;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.strategy .cont02 .inner .under_box .text02{
		padding-left: 80px;
		color: #1f8c63;
		font-size: 32px;
		font-weight: bold;
		position: relative;
	}
	.strategy .cont02 .inner .under_box .text02::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_arrow04.svg")no-repeat;
		background-size: 100%;
		width: 41px;
		height: 76px;
	}
	.strategy .cont02 .inner .box figure{
		flex-shrink: 0;
	}


	/* cont03 */
	.strategy .cont03 .inner{
		padding: 110px 0 120px;
		margin-top: 120px;
		position: relative;
	}
	.strategy .cont03 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #daeef7;
		width: 1500px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.strategy .cont03 .inner::after{
		position: absolute;
		top: -45px;
		right: -195px;
		content: "";
		background: url("img/strategy_illust05.svg")no-repeat;
		width: 499px;
		height: 502px;
	}
	.strategy .cont03 .inner h2{
		background: url("img/strategy_text04.svg")center top no-repeat;
		background-size: 101px;
		padding: 47px 0 0;
		font-size: 26px;
		line-height: 1;
		text-align: center;
	}
	.strategy .cont03 .inner .box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 60px;
		gap: 30px;
		z-index: 10;
		position: relative;
	}
	.strategy .cont03 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.strategy .cont03 .inner .under_box{
		background: #fff;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 80px;
		padding: 58px 0;
		margin-top: 70px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		position: relative;
	}
	.strategy .cont03 .inner .under_box .h_box h3{
		padding: 0 0 0 47px;
		font-size: 24px;
		position: relative;
	}
	.strategy .cont03 .inner .under_box .h_box h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_icon05.svg")no-repeat;
		background-size: 100%;
		width: 41px;
		height: 41px;
	}
	.strategy .cont03 .inner .under_box .h_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		margin-top: 20px;
	}
	.strategy .cont03 .inner .under_box .h_box ul li{
		width: 400px;
		height: 40px;
		background: #0690cc;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.strategy .cont03 .inner .under_box .text02{
		padding-left: 80px;
		color: #0690cc;
		font-size: 32px;
		font-weight: bold;
		position: relative;
	}
	.strategy .cont03 .inner .under_box .text02::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_arrow05.svg")no-repeat;
		background-size: 100%;
		width: 41px;
		height: 76px;
	}
	.strategy .cont03 .inner .box figure{
		flex-shrink: 0;
	}


	/* cont04 */
	.strategy .cont04 .inner{
		padding: 110px 0 120px;
		margin-top: 120px;
		position: relative;
	}
	.strategy .cont04 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #dbe6ee;
		width: 1500px;
		height: 100%;
		border-radius: 10px;
		z-index: -1;
	}
	.strategy .cont04 .inner::after{
		position: absolute;
		top: -30px;
		right: -180px;
		content: "";
		background: url("img/strategy_illust06.svg")no-repeat;
		width: 451px;
		height: 453px;
	}
	.strategy .cont04 .inner h2{
		background: url("img/strategy_text05.svg")center top no-repeat;
		background-size: 101px;
		padding: 47px 0 0;
		font-size: 26px;
		line-height: 1;
		text-align: center;
	}
	.strategy .cont04 .inner .box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 60px;
		gap: 30px;
		z-index: 10;
		position: relative;
	}
	.strategy .cont04 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.strategy .cont04 .inner .under_box{
		background: #fff;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 87px;
		padding: 58px 0;
		margin-top: 70px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		position: relative;
	}
	.strategy .cont04 .inner .under_box .h_box{
		text-align: center;
	}
	.strategy .cont04 .inner .under_box .h_box h3{
		display: inline-block;
		padding: 0 0 0 45px;
		font-size: 24px;
		position: relative;
	}
	.strategy .cont04 .inner .under_box .h_box h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_icon06.svg")no-repeat;
		background-size: 100%;
		width: 39px;
		height: 40px;
	}
	.strategy .cont04 .inner .under_box .h_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		margin-top: 20px;
	}
	.strategy .cont04 .inner .under_box .h_box ul li{
		width: 400px;
		height: 40px;
		background: #0c558f;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.strategy .cont04 .inner .under_box .text02{
		padding-left: 80px;
		color: #0c558f;
		font-size: 32px;
		font-weight: bold;
		position: relative;
	}
	.strategy .cont04 .inner .under_box .text02::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_arrow06.svg")no-repeat;
		background-size: 100%;
		width: 41px;
		height: 76px;
	}
	.strategy .cont04 .inner .box figure{
		flex-shrink: 0;
	}


	.strategy .under_text{
		background: url("img/strategy_text06.svg")center top no-repeat;
		background-size: 849px;
		padding-top: 82px;
		font-size: 18px;
		line-height: 2.22;
		text-align: center;
		margin: 150px 0 140px;
	}



/* pipeline
------------------------------------------------------------------------*/
	
	/* cont01 */
	.pipeline .cont01{
		position: relative;
	}
	.pipeline .cont01 .inner{
		width: 1210px;
		padding: 90px 0 150px;
		position: relative;
	}
	.pipeline .cont01 .inner table{
		width: 1210px;
		border-collapse: separate;
		border-spacing: 5px 5px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th{
		width: 98px;
		background: #1f8c63;
		padding: 13px 0 13px 15px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(1){
		width: 280px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(2){
		width: 160px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(3){
		width: 75px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(4){
		width: 100px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(8){
		width: 82px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(9){
		width: 110px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(n+2){
		background: #0690cc;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(n+3){
		padding-left: 0;
		text-align: center;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(n+2) th{
		background: #eef7df;
		padding: 22px 0 22px 15px;
		font-size: 18px;
		text-align: left;
		line-height: 1.75;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(n+2) th span{
		font-weight: bold;
	}
	.pipeline .cont01 .inner table td{
		font-size: 18px;
		background: #daeef7;
		text-align: center;
		vertical-align: middle;
	}
	.pipeline .cont01 .inner table td span{
		padding-left: 20px;
		position: relative;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(6) td span{
		padding-left: 15px;
	}
	.pipeline .cont01 .inner table td span::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #0690cc;
		width: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.pipeline .cont01 .inner table td:first-of-type{
		padding: 22px 0 22px 10px;
		text-align: left;
	}
	.pipeline .cont01 .inner table td .partition_cell{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 100px;
		position: relative;
	}
	.pipeline .cont01 .inner table td .partition_cell .td_top_text{
		display: flex;
		align-items: center;
		height: 50%;
	}
	.pipeline .cont01 .inner table td .partition_cell .td_bottom_text{
		display: flex;
		align-items: center;
		gap: 0 12px;
		height: 50%;
	}
	.pipeline .cont01 .inner .text01{
		font-size: 18px;
		margin: 17px 0 0 5px;
	}
	.pipeline .cont01 .inner img{
		margin-top: 60px;
	}
	.pipeline .cont01 .inner ul{
		display: flex;
		flex-direction: column;
		gap: 25px 0;
		margin: 110px 0 0 5px;
	}
	.pipeline .cont01 .inner ul li a{
		display: block;
		width: 800px;
		height: 80px;
		background: #1f8c63 url("img/pipeline_arrow01.svg")right 40px center no-repeat;
		background-size: 30px;
		border: 1.5px solid #1f8c63;
		border-radius: 40px;
		padding: 0 0 0 66px;
		box-sizing: border-box;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height: 77px;
	}
	.pipeline .cont01 .inner ul li a:hover{
		background: #fff url("img/pipeline_arrow01_ho.svg")right 40px center no-repeat;
		background-size: 30px;
		color: #1f8c63;
		opacity: 1;
	}
	.pipeline .cont01 #particles01{
		position: absolute;
		bottom: -224px;
		right: -459px;
		width: 1277px;
		height: 695px;
		z-index: -1;
	}



/* dopaminergic
------------------------------------------------------------------------*/
	
	/* cont01 */
	.dopaminergic .cont01{
		padding: 110px 0 0;
	}
	.dopaminergic .cont01 .inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 89px 0 70px;
		gap: 30px;
		position: relative;
	}
	.dopaminergic .cont01 .inner::after{
		position: absolute;
		top: 0;
		left: 300px;
		content: "";
		background: #eef7df;
		width: 2000px;
		height: 100%;
		z-index: -1;
	}
	.dopaminergic .cont01 .inner h2{
		padding-bottom: 45px;
		overflow: hidden;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.dopaminergic .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/dopaminergic_text01.svg")no-repeat;
		width: 139px;
		height: 15px;
	}
	.dopaminergic .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 158px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.dopaminergic .cont01 .inner .text01{
		margin-top: 30px;
	}
	.dopaminergic .cont01 .inner figure{
		flex-shrink: 0;
	}


	/* cont02 */
	.dopaminergic .cont02 .inner{
		padding: 119px 0 0;
		position: relative;
	}
	.dopaminergic .cont02 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.dopaminergic .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.dopaminergic .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.dopaminergic .cont02 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/dopaminergic_text02.svg")no-repeat;
		background-size: 100%;
		width: 133px;
		height: 14px;
	}
	.dopaminergic .cont02 .inner .text01{
		margin-top: 32px;
	}
	.dopaminergic .cont02 .inner .text01 + .text01{
		margin-top: 24px;
	}


	/* cont03 */
	.dopaminergic .cont03 .inner{
		padding: 110px 0 150px;
		position: relative;
	}
	.dopaminergic .cont03 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.dopaminergic .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.dopaminergic .cont03 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.dopaminergic .cont03 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/dopaminergic_text03.svg")no-repeat;
		background-size: 100%;
		width: 119px;
		height: 19px;
	}
	.dopaminergic .cont03 .inner .text01{
		margin-top: 32px;
	}
	.dopaminergic .cont03 .inner figure{
		margin-top: 60px;
	}



/* retinal_pigment
------------------------------------------------------------------------*/
	
	/* cont01 */
	.retinal_pigment .cont01{
		padding: 110px 0 0;
	}
	.retinal_pigment .cont01 .inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 69px 0 58px;
		gap: 30px;
		position: relative;
	}
	.retinal_pigment .cont01 .inner::after{
		position: absolute;
		top: 0;
		left: 300px;
		content: "";
		background: #eef7df;
		width: 2000px;
		height: 100%;
		z-index: -1;
	}
	.retinal_pigment .cont01 .inner h2{
		padding-bottom: 45px;
		overflow: hidden;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.retinal_pigment .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/retinal_pigment_text01.svg")no-repeat;
		width: 217px;
		height: 19px;
	}
	.retinal_pigment .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 239px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.retinal_pigment .cont01 .inner .text01{
		margin-top: 30px;
	}
	.retinal_pigment .cont01 .inner figure{
		flex-shrink: 0;
	}


	/* cont02 */
	.retinal_pigment .cont02 .inner{
		padding: 119px 0 0;
		position: relative;
	}
	.retinal_pigment .cont02 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.retinal_pigment .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.retinal_pigment .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.retinal_pigment .cont02 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/retinal_pigment_text02.svg")no-repeat;
		background-size: 100%;
		width: 133px;
		height: 14px;
	}
	.retinal_pigment .cont02 .inner .text01{
		margin-top: 32px;
	}
	.retinal_pigment .cont02 .inner .text01 + .text01{
		margin-top: 24px;
	}


	/* cont03 */
	.retinal_pigment .cont03 .inner{
		padding: 110px 0 150px;
		position: relative;
	}
	.retinal_pigment .cont03 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.retinal_pigment .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.retinal_pigment .cont03 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.retinal_pigment .cont03 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/retinal_pigment_text03.svg")no-repeat;
		background-size: 100%;
		width: 119px;
		height: 19px;
	}
	.retinal_pigment .cont03 .inner .text01{
		margin-top: 32px;
	}
	.retinal_pigment .cont03 .inner picture:nth-of-type(1){
		display: block;
		width: 934px;
		margin: 60px auto 0;
	}
	.retinal_pigment .cont03 .inner picture:nth-of-type(2){
		display: block;
		width: 985px;
		margin: 54px auto 0;
	}
	.retinal_pigment .cont03 .inner .text02{
		text-align: center;
		margin-top: 40px;
	}



/* retinal_sheet
------------------------------------------------------------------------*/
	
	/* cont01 */
	.retinal_sheet .cont01{
		padding: 110px 0 0;
	}
	.retinal_sheet .cont01 .inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 80px 0;
		gap: 30px;
		position: relative;
	}
	.retinal_sheet .cont01 .inner::after{
		position: absolute;
		top: 0;
		left: 300px;
		content: "";
		background: #eef7df;
		width: 2000px;
		height: 100%;
		z-index: -1;
	}
	.retinal_sheet .cont01 .inner h2{
		padding-bottom: 50px;
		overflow: hidden;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.retinal_sheet .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/retinal_sheet_text01.svg")no-repeat;
		width: 142px;
		height: 18px;
	}
	.retinal_sheet .cont01 .inner h2::after{
		position: absolute;
		bottom: 9px;
		left: 162px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.retinal_sheet .cont01 .inner .text01{
		margin-top: 25px;
	}
	.retinal_sheet .cont01 .inner figure{
		flex-shrink: 0;
	}
	.retinal_sheet .cont01_img_box_text{
		display: none;
	}
	.retinal_sheet .cont01_img_box{
		margin: 100px auto 0;
		text-align: center;
	}


	/* cont02 */
	.retinal_sheet .cont02 .inner{
		padding: 119px 0 0;
		position: relative;
	}
	.retinal_sheet .cont02 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.retinal_sheet .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.retinal_sheet .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.retinal_sheet .cont02 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/retinal_sheet_text02.svg")no-repeat;
		background-size: 100%;
		width: 133px;
		height: 14px;
	}
	.retinal_sheet .cont02 .inner .text01{
		margin-top: 32px;
	}
	.retinal_sheet .cont02 .inner .text01 + .text01{
		margin-top: 24px;
	}


	/* cont03 */
	.retinal_sheet .cont03 .inner{
		padding: 110px 0 150px;
		position: relative;
	}
	.retinal_sheet .cont03 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.retinal_sheet .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.retinal_sheet .cont03 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.retinal_sheet .cont03 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/retinal_sheet_text03.svg")no-repeat;
		background-size: 100%;
		width: 119px;
		height: 19px;
	}
	.retinal_sheet .cont03 .inner .text01{
		margin-top: 32px;
	}
	.retinal_sheet .cont03 .inner .text02{
		display: none;
	}
	.retinal_sheet .cont03 .inner .img_box:nth-of-type(1){
		margin-top: 92px;
	}
	.retinal_sheet .cont03 .inner .cont{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 60px 0;
		margin-top: 74px;
	}
	.retinal_sheet .cont03 .inner .cont .text_box{
		width: 860px;
		border: 2px solid #0690cc;
		border-right: none;
		border-left: none;
		padding: 39px 0 31px;
		box-sizing: border-box;
		text-align: center;
	}
	.retinal_sheet .cont03 .inner .cont .text_box h3{
		color: #0690cc;
		font-size: 23px;
		line-height: 1;
	}
	.retinal_sheet .cont03 .inner .cont .text_box ul{
		display: flex;
		justify-content: center;
		gap: 0 32px;
		margin-top: 20px;
	}
	.retinal_sheet .cont03 .inner .cont .text_box ul li{
		font-size: 18px;
		line-height: 2;
	}
	.retinal_sheet .cont03 .inner .cont .text_box ul li::before{
		content: "・";
	}



/* neural_progenitor
------------------------------------------------------------------------*/
	
	/* cont01 */
	.neural_progenitor .cont01{
		padding: 110px 0 0;
	}
	.neural_progenitor .cont01 .inner{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding: 89px 0 100px;
		gap: 30px;
		position: relative;
	}
	.neural_progenitor .cont01 .inner::after{
		position: absolute;
		top: 0;
		left: 300px;
		content: "";
		background: #eef7df;
		width: 2000px;
		height: 100%;
		z-index: -1;
	}
	.neural_progenitor .cont01 .inner h2{
		padding-bottom: 45px;
		overflow: hidden;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.neural_progenitor .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/neural_progenitor_text01.svg")no-repeat;
		width: 129px;
		height: 19px;
	}
	.neural_progenitor .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 145px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.neural_progenitor .cont01 .inner .text01{
		margin-top: 30px;
	}
	.neural_progenitor .cont01 .inner figure{
		flex-shrink: 0;
	}


	/* cont02 */
	.neural_progenitor .cont02 .inner{
		padding: 119px 0 0;
		position: relative;
	}
	.neural_progenitor .cont02 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.neural_progenitor .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.neural_progenitor .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.neural_progenitor .cont02 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/neural_progenitor_text02.svg")no-repeat;
		background-size: 100%;
		width: 133px;
		height: 14px;
	}
	.neural_progenitor .cont02 .inner .text01{
		margin-top: 32px;
	}
	.neural_progenitor .cont02 .inner .text01 + .text01{
		margin-top: 24px;
	}


	/* cont03 */
	.neural_progenitor .cont03 .inner{
		padding: 110px 0 150px;
		position: relative;
	}
	.neural_progenitor .cont03 .inner h2{
		padding-bottom: 26px;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.neural_progenitor .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 230px , #ccc 230px);
		width: 100%;
		height: 2px;
	}
	.neural_progenitor .cont03 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.neural_progenitor .cont03 .inner h2 span::after{
		position: absolute;
		top: 9px;
		left: calc(100% + 19px);
		content: "";
		background: url("img/neural_progenitor_text03.svg")no-repeat;
		background-size: 100%;
		width: 119px;
		height: 19px;
	}
	.neural_progenitor .cont03 .inner .text01{
		margin-top: 32px;
	}
	.neural_progenitor .cont03 .inner dl{
		display: flex;
		flex-wrap: wrap;
		width: 1200px;
		margin-top: 18px;
	}
	.neural_progenitor .cont03 .inner dl dt{
		width: 12.2em;
		color: #1f8c63;
		font-size: 18px;
		font-weight: bold;
		line-height: 2;
	}
	.neural_progenitor .cont03 .inner dl dt::before{
		content: "・";
	}
	.neural_progenitor .cont03 .inner dl dt::after{
		content: "：";
	}
	.neural_progenitor .cont03 .inner dl dd{
		width: calc(1200px - 12.2em);
		font-size: 18px;
		line-height: 2;
	}
	.neural_progenitor .cont03 .inner .text02{
		margin-top: 24px;
	}
	.neural_progenitor .cont03 .inner .img_box{
		display: flex;
		align-items: center;
		gap: 0 22px;
		margin-top: 90px;
	}



/* template */
/* about
------------------------------------------------------------------------*/
/* about 共通 */
.about .cont01 h2,
.about .cont02 h2 {
	font-size: 18px;
	line-height: 1;
	color: #999;
	text-align: center;
	padding-top: 72px;
	font-weight: bold;
	position: relative;
}
.about .cont01 h2::before,
.about .cont02 h2::before {
	content: "";
	height: 52px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.about .cont01 h2::before {
	background: url(img/about_text01.svg)top center no-repeat;
	width: 200px;
}
.about .cont02 h2::before {
	background: url(img/about_text02.svg)top center no-repeat;
	width: 190px;
}
.about table {
	width: 100%;
	text-align: left;
	margin: 100px auto 0;
}
.about table tr {
	border-top: 1px solid var(--main-color);
}
.about table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.about table th {
	width: 250px;
	padding: 23px 0 20px 50px;
	color: var(--main-color);
	font-weight: bold;
	vertical-align: middle;
}
.about table td {
	padding: 23px 0 20px;
	vertical-align: middle;
}


/* cont01 */
.about .cont01 {
	margin: 100px auto 150px;
}
.about .cont01 .inner {
	width: 1000px;
}


/* cont02 */
.about .cont02 {
	margin: 150px auto;
}
.about .cont02 .inner .box{
	background: #eef7df;
	border-radius: 5px;
	margin-top: 60px;
	padding: 60px;
}
.about .cont02 .inner .box h3{
	font-size: 20px;
}
.about .cont02 .inner .box h3::before{
	content: "■";
	color: #1f8c63;
	margin-right: 5px;
}
.about .cont02 .inner .box .text01::before{
	content: "所在地：";
}
.about .cont02 .inner .box .text02{
	color: #1f8c63;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0;
	position: relative;
}
.about .cont02 .inner .box .text02::before{
	content: "";
	background: #1f8c63;
	width: calc(100% - 90px);
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.about .cont02 .inner .box ul,
.about .cont02 .inner .box .text03{
	margin-bottom: 40px;
}
.about .cont02 .inner .box ul li::before{
	content: "・";
}
.about .cont02 .inner .box .map{
	text-align: center;
}
.about .cont02 .inner .box .map iframe{
	width: 1080px;
	height: 360px;
}



/*blog共通項目
--------------------------------------------------------------------------*/
.blog .flex {
	display: flex;
	justify-content: flex-start;
	margin: 120px auto;
}
.blog .flex .left_box{
	flex-shrink: 1;
	width: 800px;
	margin-right: 30px;
}
.blog .flex .side {
	width: 370px;
	flex-shrink: 0;
	margin-top: -5px;
}
.blog .flex .side .side_box02,
.blog .flex .side .side_box03 {
	margin: 60px 0;
}
.blog .flex .side .cont a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.blog .flex .side h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
}
.blog .flex .side h2::before {
	content: "";
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 100px;
}
.blog .flex .side .side_box01 h2::before {
	content: "Popular Articles";
}
.blog .flex .side .side_box02 h2::before {
	content: "New Articles";
}
.blog .flex .side .side_box03 h2::before {
	content: "Category";
	left: 110px;
}
.blog .flex .side .cont .text_box {
	margin-left: 15px;
	font-size: 14px;
	width: 205px;
}
.blog .flex .side .cont .text_box h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.blog .flex .side .cont .img {
	width: 150px;
	flex-shrink: 0;
	position: relative;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.blog .flex .side .cont .img img {
	border-radius: 5px;
}
.blog .flex .side .side_box01 .cont .img::before {
	content: "";
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	line-height: 1;
	box-sizing: border-box;
	padding-top: 6px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box01 .cont:nth-of-type(1) .img::before {
	content: "1";
	background: #f2cd44;
}
.blog .flex .side .side_box01 .cont:nth-of-type(2) .img::before {
	content: "2";
	background: #ababab;
}
.blog .flex .side .side_box01 .cont:nth-of-type(3) .img::before {
	content: "3";
	background: #bc6c25;
}
.blog .flex .side .side_box01 .cont:nth-of-type(4) .img::before {
	content: "4";
}
.blog .flex .side .side_box01 .cont:nth-of-type(5) .img::before {
	content: "5";
}
.blog .flex .side .side_box02 .cont .img {
	position: relative;
}
.blog .flex .side .side_box02 .cont .img::before {
	content: "new";
	width: 50px;
	height: 25px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #fff;
	background: var(--main-color);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box03 ul {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li {
	position: relative;
	padding-left: 32px;
}
.blog .flex .side .side_box03 ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(img/category_icon.png) no-repeat top 7px left 7px var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/*blog_archive
------------------------------------------------------------------------*/
.blog_archive .cont01 .cont:nth-of-type(1) {
	margin-top: 0;
}
.blog_archive .cont01 .cont {
	border-bottom: 1px solid var(--main-color);
	margin-top: 30px;
}
.blog_archive .cont01 .cont a{
	display: block;
	box-sizing: border-box;
	padding: 0 0 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.blog_archive .cont01 .cont .img {
	flex-shrink: 0;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
}
.blog_archive .cont01 .cont .img img {
	border-radius: 10px;
}
.blog_archive .cont01 .cont .text_box {
	width: 440px;
	padding-left: 30px;
}
.blog_archive .cont01 .cont h2 {
	font-size: 18px;
}
.blog_archive .cont01 .cont .text_box .cate_box {
	margin: 15px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}
.blog_archive .cont01 .cont .text_box .cate_box .cate {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	min-width: 100px;
	padding: 7px 15px;
	text-align: center;
}
.blog_archive .cont01 .cont .text_box .cate_box .date {
	font-size: 14px;
	line-height: 1;
}
.blog_archive .cont01 .cont .text_box .text {
	line-height: 1.8;
}


/* ブログ詳細 css */
.blog_single .cont01 h1{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.blog_single .cont01 .cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}
/*
.blog_single .cont01 .cate_box .cate {
	line-height: 1;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}*/
.blog_single .cont01 .cate_box .cate {
	text-align: center;
}
.blog_single .cont01 .cate_box .cate a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 12px;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}



.blog_single .cont01 .cate_box .date{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}



/* contact
------------------------------------------------------------------------*/
/* cont01 */
.contact .cont01{
	width: 1000px;
	margin: 95px auto 150px;
}
.contact .cont01 h2{
	font-size: 20px;
	color: var(--main-color);
	text-align: center;
}
.contact .cont01 table{
	width: 1000px;
	margin: 80px auto 0;
}
.contact .cont01 table tr{
	border-top: 1px solid var(--main-color);
}
.contact .cont01 table tr:last-of-type{
	border-bottom: 1px solid var(--main-color);
}
.contact .cont01 table th{
	width: 265px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	padding: 30px 0;
	position: relative;
}
.contact .cont01 table th span{
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	float: right;
	padding: 8px 15px 6px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact .cont01 tr.address-contact th{
	vertical-align: top;
	padding-top: 48px;
}
.contact .cont01 tr.address-contact th span{
	top: 45px;
	transform: none;
}
.contact .cont01 table td{
	vertical-align: middle;
	padding: 30px 0 30px 25px;
}
.contact .cont01 table td .radio-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 60px;
}
.contact .cont01 table td .radio-box span{
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.contact .cont01 table td .radio-box span input{
	margin: 0 !important;
}
.contact .cont01 table td input[type="text"],
.contact .cont01 table td input[type="email"],
.contact .cont01 table td input[type="tel"],
.contact .cont01 table td select,
.contact .cont01 table td textarea{
	width:100% !important;
	height: 60px !important;
	font-size:16px;
	font: inherit;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px 30px;
	border: none !important;
	background: var(--main-light-color);
	border-radius: 5px !important;
}
.contact .cont01 tr.address-contact input{
	margin-bottom: 10px !important;
}
.contact .cont01 tr.address-contact input:first-of-type{
	margin-right: 20px;
}
.contact .cont01 tr.address-contact input:first-of-type,
.contact .cont01 tr.address-contact input:nth-of-type(2){
	width: 210px !important;
}
.contact .cont01 tr.address-contact input:last-of-type{
	margin-bottom: 0 !important;
}
.contact .cont01 table td select{
	cursor: pointer;
}
.contact .cont01 table td textarea{
	height: 250px !important;
	vertical-align: middle;
	resize:none
}
.contact .cont01 .privacyBox{
	width: 1000px;
	margin: 30px auto 60px;
}
.contact .cont01 .privacyBox h4{
	height: 40px;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.contact .cont01 .privacyBox .txtBox{
	border: 1px solid var(--main-color);
	height: 150px;
	padding: 20px 30px;
	box-sizing: border-box;
	overflow-y: auto;
	border-radius: 0 0 5px 5px;
}
.contact .cont01 .privacyBox .txtBox a{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.contact .cont01 .privacyBox .txtBox::-webkit-scrollbar{
	width: 5px;
}
.contact .cont01 .privacyBox .txtBox::-webkit-scrollbar-track{
	background-color: transparent;
}
.contact .cont01 .privacyBox .txtBox::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: 2px;
}
.contact .cont01 .privacyBox .txtBox .text04{
	margin-bottom: 20px;
}
.contact .cont01 .button{
	text-align: center;
}
.contact .cont01 .button input{
	font-family: var(--main-font) !important;
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 18px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.contact .cont01 .button input:hover{
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding: 70px 0 100px;
	text-align: center;
}
.thanks .cont01 h2{
	text-align: center;
	font-size: 24px;
}
.thanks .cont01 .text{
	margin: 40px 0 0;
	font-weight: bold;
}
.thanks .cont01 .button {
	margin-top: 50px;
}
.thanks .cont01 .button a{
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 18px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.thanks .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* note privacy information_protect
------------------------------------------------------------------------*/
.note .cont01,
.privacy .cont01,
.information_protect .cont01 {
	width: 1000px;
	margin: 100px auto 110px;
}
.note .cont01 h2,
.privacy .cont01 h2,
.information_protect .cont01 h2 {
	font-size: 32px;
	line-height: 1;
}
.note .cont01 .box,
.privacy .cont01 .box,
.information_protect .cont01 .box {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dashed var(--main-color);
}
.note .cont01 .box:first-of-type,
.privacy .cont01 .box:first-of-type {
	margin-top: 70px;
}
.note .cont01 .box:last-of-type,
.privacy .cont01 .box:last-of-type,
.information_protect .cont01 .box:last-of-type {
	border-bottom: none;
}
.note .cont01 .box h3,
.privacy .cont01 .box h3,
.information_protect .cont01 .box h3 {
	font-size: 20px;
}
.note .cont01 .box .text01,
.privacy .cont01 .box .text01,
.information_protect .cont01 .box .text01 {
	line-height: 2;
	margin-top: 10px;
}
.note .cont01 .box .text01 a,
.privacy .cont01 .box .text01 a,
.information_protect .cont01 .box .text01 a {
	text-decoration: underline;
}


.information_protect .cont01 {
	margin-top: 80px;
}
.information_protect .cont01 h2 {
	text-align: center;
}
.information_protect .cont01 .text02 {
	text-align: right;
	margin-bottom: 10px;
}
.information_protect .cont01 .text03 {
	margin-top: 70px;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/
.yonmaruyon .cont01,
.yonichimaru .cont01 {
	padding: 70px 0 100px;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2 {
	text-align: center;
	font-size: 24px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text {
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a {
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 18px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.yonmaruyon .cont01 .button a:hover,
.yonichimaru .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/*post_cont
------------------------------------------------------------------------*/
.post_cont .index_nav {
	box-sizing: border-box;
	padding: 40px;
	border: none;
	border-radius: 0px;
	margin: 20px 0 45px;
	background: var(--main-light-color);
	border-radius: 10px;
}
.post_cont .index_nav .title {
	font-weight: bold;
	position: relative;
	padding: 0 !important;
	padding-left: 35px !important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.post_cont .index_nav .title::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url(img/index_icon.png) no-repeat center / 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}
.post_cont .index_nav {
	position: static;
}
.post_cont .index_nav ul {
	margin: 20px 0 0 0;
	padding-bottom: 0;
}
.post_cont .index_nav ul li.index_level03 {
	margin-left: 15px;
}
.post_cont .index_nav ul li.index_level04 {
	margin-left: 30px;
}
.post_cont .index_nav ul li.index_level05 {
	margin-left: 45px;
}
.post_cont .index_nav ul li {
	display: block;
	text-align: left;
	margin-top: 25px;
}
.post_cont .index_nav ul li.index_level03,
.post_cont .index_nav ul li.index_level04,
.post_cont .index_nav ul li.index_level05 {
	margin-top: 15px;
}
.post_cont .index_nav ul li a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.post_cont .index_nav ul li.index_level03 a,
.post_cont .index_nav ul li.index_level04 a,
.post_cont .index_nav ul li.index_level05 a {
	font-size: 18px;
}
.post_cont .index_nav ul li a:hover {
	text-decoration: none;
}
.post_cont .index_nav ul li::before {
	display: none;
}

.post_cont .has-text-align-left{
	text-align: left;
}
.post_cont .has-text-align-center{
	text-align: center;
}
.post_cont .has-text-align-right{
	text-align: right;
}

.post_cont h2{
	margin: 50px 0 30px;
	padding: 0 0 0 35px;
	font-size: 24px;
	position: relative;
	line-height: 1.2;
}
.post_cont h2:before{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: #fff;
	position: absolute;
	top:0px;
	left:0;
}
.post_cont h2:after{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:10px;
}
.post_cont h3{
	margin: 45px 0 30px;
	padding: 0 0 0 30px;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
}
.post_cont h3:before{
	content: "";
	display: block;
	width:20px;
	height: 20px;
	background: var(--main-color);
	position: absolute;
	top:2px;
	left:0;
}

.post_cont h4{
	font-size:20px;
	border-left:5px solid var(--main-color);
	margin: 40px 0 30px;
	padding: 2px 0 0 15px;
	line-height: 1.2;
}

.post_cont h5{
	font-size:18px;
	margin: 35px 0 30px;
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.2;
}
.post_cont h5:before{
	content: "";
	display: block;
	width:15px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:0;
}
.post_cont strong{
	font-weight: bold;
	color: var(--main-dark-color);
}
.post_cont em{
	font-style: italic;
	color: var(--main-color);
}
.post_cont a{
	text-decoration: underline;
	color:var(--main-color);
}

.post_cont > p{
	margin: 0 0 30px;
}
.post_cont ul{
	margin: 0 0 30px 23px;
	list-style-type: disc;
}
.post_cont ol{
	margin: 0 0 30px 23px;
	list-style-type: decimal;
}
.post_cont table{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin: 0 0 30px;
}
.post_cont table th{
	background: var(--main-dark-color);
	color:#fff;
	font-weight: bold;
	padding: 10px 15px;
}
.post_cont table tr:nth-of-type(1) th{
	background: var(--main-color);
}
.post_cont table td{
	background: var(--main-light-color);
	padding: 10px 15px;
}
.post_cont .wp-block-quote{
	background: var(--main-light-color);
	padding: 50px;
	border-left: 3px solid var(--main-color);
	margin: 0 0 30px;
	position: relative;
}
.post_cont .wp-block-quote:before,
.post_cont .wp-block-quote:after{
	content: "”";
	display: block;
	font-size: 100px;
	color:var(--main-color);
	line-height: 1;
	position: absolute;
}
.post_cont .wp-block-quote:before{
	top: 10px;
	left: 10px;
}
.post_cont .wp-block-quote:after{
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.post_cont .wp-block-buttons{
	margin: 0 0 30px;
	display: flex;
}
.post_cont .wp-block-buttons a{
	display: block;
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	line-height: 48px;
	min-width: 350px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
}
.post_cont .wp-block-buttons a::after{
	content: "";
	background: url(img/btn_arrow01.png)center left / cover no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.post_cont .wp-block-buttons a:hover {
	color: var(--main-color);
	background: #fff;
	opacity: 1;
}
.post_cont .wp-block-buttons a:hover::after {
	filter: brightness(0) saturate(100%) invert(15%) sepia(53%) saturate(5355%) hue-rotate(201deg) brightness(95%) contrast(101%);
}
.post_cont .wp-block-code{
	display: block;
	white-space: pre-wrap;
	margin: 0 0 30px;
}
.post_cont .wp-block-code code{
	display: inline-block;
	padding: 20px;
	color: #fff;
	background: #000;
}
.post_cont .wp-block-image{
	margin: 0 0 30px;
}
.post_cont .wp-block-image img{
	max-width: 100%;
	border-radius: 10px;
}



/* footer
------------------------------------------------------------------------*/
footer{
	background: linear-gradient(-90deg ,#eef7df ,#fff);
	position: relative;
}
footer .inner{
	display: flex;
	justify-content: space-between;
	padding: 150px 0;
}
footer .inner .h_box .logo img{
	width: 280px;
}
footer .inner .h_box .text01{
	margin-top: 22px;
}
footer .inner .h_box address{
	font-size: 18px;
	line-height: 2;
}
footer .inner .h_box .copy{
	font-size: 12px;
	line-height: 1;
	margin-top: 66px;
}
footer .inner .foot_nav{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	gap: 0 30px;
	width: 820px;
	height: 295px;
}
footer .inner .foot_nav .main_ttl{
	padding-bottom: 9px;
	border-bottom: 1px solid #1f8c63;
	color: #1f8c63;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 14px;
}
footer .inner .foot_nav .sub::before{
	content: "・";
}
footer .inner .foot_nav .sub a{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.375;
}
footer .inner .foot_nav .sub:nth-of-type(6){
	margin-bottom: 30px;
}
footer .inner .foot_nav .sub_in a{
	display: block;
	width: 175px;
	font-size: 16px;
	line-height: 2.3;
	margin-left: 14px;
	position: relative;
}
footer .inner .foot_nav .sub_in a::after{
	position: absolute;
	top: 50%;
	right: -3px;
	transform: translateY(-50%);
	content: "";
	background: url("img/footer_arrow01.svg")no-repeat;
	background-size: 100%;
	width: 5px;
	height: 9px;
}
footer .inner .foot_nav .sub_in a:hover::after{
	right: -8px;
	transition: .3s;
}
footer .inner .foot_nav .main a{
	display: block;
	width: 220px;
	color: #1f8c63;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 22px;
	position: relative;
}
footer .inner .foot_nav .main a::after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: url("img/footer_arrow01.svg")no-repeat;
	background-size: 100%;
	width: 5px;
	height: 9px;
}
footer .inner .foot_nav .main a:hover::after{
	right: -5px;
	transition: .3s;
}


footer .inner .foot_nav .sub a span,
footer .inner .foot_nav .sub_in a span,
footer .inner .foot_nav .main a span{
	font-weight: bold;
	position: relative;
	transition: .3s;
}
footer .inner .foot_nav .sub_in a span{
	font-weight: normal;
}
footer .inner .foot_nav .sub a span::before,
footer .inner .foot_nav .sub_in a span::before,
footer .inner .foot_nav .main a span::before{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #1f8c63;
	transition: .3s;
}
footer .inner .foot_nav .sub a span::before,
footer .inner .foot_nav .sub_in a span::before{
	background-color: #999;
}
footer .inner .foot_nav .sub a a:hover span,
footer .inner .foot_nav .sub_in a:hover span,
footer .inner .foot_nav .main a:hover span{
	opacity: 1;
}
footer .inner .foot_nav .sub a:hover span::before,
footer .inner .foot_nav .sub_in a:hover span::before,
footer .inner .foot_nav .main a:hover span::before{
	width: 100%;
}


footer .page_top_btn{
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
  
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 1111111;
}
footer .page_top_btn a{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
footer .page_top_btn.active{
	opacity: 1;
	visibility: visible;
}



}/*PCの記述ここまで*/





/*===============================================
横幅441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
html,
body,
.wrap {
	width: 440px;
	position: relative;
}
.inner {
	box-sizing: border-box;
	padding: 0 30px;
	width: auto;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
p {
	font-size: 16px;
}


/* header
------------------------------------------------------------------------*/
header{
	height: 55px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	z-index: 11111;
	position: fixed;
	top: 0;
	left: 0;
}
header h1{
	position: absolute;
	top: 10px;
	left: 15px;
}
header h1 img{
	width: 190px;
}
header .mail{
	display: none;
}



/* nav
------------------------------------------------------------------------*/
#nav {
	display: none;
	width: 100%;
	position: fixed;
	z-index: 100;
}
#nav .nav_logo a{
	position: absolute;
	top: 10px;
	left: 15px;
	display: block;
	width: 190px;
	height: 36px;
	background: url("img/header_logo.svg");
	padding: 36px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
#nav-btn.active + #nav{
	display: block;
	background: #eef7df;
	width: 440px;
	max-height: 100vh;
	max-height: 100dvh;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	position: relative;
}
#nav-btn.active + #nav::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #fff;
	width: 440px;
	height: 55px;
}

#nav > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	width: 440px;
	height: 100vh;
	height: 100dvh;
	padding: 105px 30px 70px;
	box-sizing: border-box;
	overflow-y: scroll;
}
#nav > ul > li > span{
	display: block;
	width: 380px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1f8c63;
	color: #1f8c63;
	font-weight: bold;
	line-height: 1;
}
#nav > ul > li > a {
	display: block;
	width: 380px;
	color: #1f8c63;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.375;
}
#nav > ul > li:nth-of-type(5) > a,
#nav > ul > li:nth-of-type(6) > a{
	margin-top: 22px;
}

#nav > ul > li:nth-of-type(5) > a,
#nav > ul > li:nth-of-type(7) > a{
	width: 145px;
	background: url("img/header_arrow04.svg")right center no-repeat;
	background-size: 5px;
}
#nav > ul > li:nth-of-type(6) > a,
#nav > ul > li:nth-of-type(8) > a{
	width: 195px;
	background: url("img/header_arrow04.svg")right center no-repeat;
	background-size: 5px;
}
#nav > ul > li:nth-of-type(9) > a{
	width: 380px;
	height: 50px;
	background: url("img/header_icon01.svg")left 125px center no-repeat, linear-gradient(-90deg, #1f8c63 , #41c53b);
	background-size: 16px , 100%;
	border-radius: 25px;
	padding: 0 0 0 153px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 40px;
}
#nav .sub_nav .sub_nav_list01{
	display: flex;
	flex-direction: column;
	margin: 15px 0 38px;
}
#nav .sub_nav .sub_nav_list02{
	display: flex;
	flex-direction: column;
	padding-bottom: 38px;
	border-bottom: 1px solid #1f8c63;
	margin: 15px 0 0;
}
#nav .sub_nav > ul > li > a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.375;
}
#nav .sub_nav > ul > li > a::before{
	content: "･";
	padding-right: 4px;
}
#nav .sub_nav .sub_nav_list02 .sub_in_nav{
	display: flex;
	flex-flow: column wrap;
	gap: 0 50px;
	height: 72px;
	margin: 7px 0 0 12px;
}
#nav .sub_nav .sub_nav_list02 .sub_in_nav li a{
	display: block;
	width: 165px;
	background: url("img/header_arrow04.svg")right center no-repeat;
	background-size: 5px;
	font-size: 14px;
	line-height: 2.57;
}
#nav .sub_nav .sub_nav_list02 .sub_in_nav li:nth-of-type(n+3) a{
	width: 150px;
}

#nav-btn {
	width: 40px;
	height: 40px;
	background: linear-gradient(-90deg, #1f8c63 , #41c53b);
	box-sizing: border-box;
	position: fixed;
	top: 8px;
	right: 15px;
	border-radius: 50%;
	z-index: 10010;
	cursor: pointer;
	transition: all .5s;
}
.menu-btn {
	position: absolute;
	width: 16px;
	height: 12px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.menu-btn,
header .menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}
.menu-btn span:nth-of-type(1) {
	top: 0;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
	top: 5px;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(3) {
	bottom: 0;
	transition: all 0.5s;
}
#nav-btn.active span:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
	transition: all 0.5s;
}
#nav-btn.active span:nth-of-type(2) {
	opacity: 0;
	transition: all 0.5s;
}
#nav-btn.active span:nth-of-type(3) {
	transform: translateY(-5px) rotate(45deg);
	transition: all 0.5s;
}



/* home
------------------------------------------------------------------------*/
/* key */
.home .key{
	margin-top: 55px;
	position: relative;
}
.home .key::before{
	position: absolute;
	bottom: 70px;
	left: 19px;
	content: "";
	background: url("img/home_key_text02.svg")no-repeat;
	width: 11px;
	height: 52px;
}
.home .key::after{
	position: absolute;
	bottom: 0;
	left: 24px;
	content: "";
	background: linear-gradient(#ccc 50% , #41c43c 50%);
	background-size: 2px 120px;
	width: 2px;
	height: 60px;
	animation: gaugeMove 3s linear infinite;
}
@keyframes gaugeMove{
	0% {background-position: 0 0;}
	50% {background-position: 0 30px;}
	100% {background-position: 0 60px;}
}
.home .key .keyswiper{
	width: 410px;
	height: 595px;
	margin: 0 auto;
}
.home .key .swiper-slide{
	border-radius: 10px 10px 10px 250px;
}
.home .key .swiper-slide:nth-of-type(4n+1){
	background: url("img/home_key_bg03_sp.png")center center /cover no-repeat;
}
.home .key .swiper-slide:nth-of-type(4n+2){
	background: url("img/home_key_bg04_sp.png")center center /cover no-repeat;
}
.home .key .swiper-slide:nth-of-type(4n+3){
	background: url("img/home_key_bg01_sp.png")center center /cover no-repeat;
}
.home .key .swiper-slide:nth-of-type(4n+4){
	background: url("img/home_key_bg02_sp.png")center center /cover no-repeat;
}
.home .key .swiper-pagination{
	width: 100px !important;
	bottom: 218px;
	left: 55px;
	z-index: 112;
}
.home .key .swiper-pagination-bullet{
	background: #41c43c;
	width: 10px;
	height: 10px;
	margin: 0 15px 0 0 !important;
	opacity: 1;
}
.home .key .swiper-pagination-bullet-active{
	background: #fff;
	width: 10px;
	height: 10px;
}
.home .key .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 410px;
	height: 100%;
	padding: 218px 0 0 40px;
	box-sizing: border-box;
	z-index: 111;
}
.home .key .inner .text01{
	display: block;
	width: 306px;
	height: 119px;
	background: url("img/home_key_text01_sp.svg")no-repeat;
	background-size: 100%;
	padding: 119px 0 0;
	box-sizing: border-box;
	overflow: hidden;
}
.home .key #particles01{
	position: absolute;
	top: -23px;
	left: -428px;
	width: 772px;
	height: 420px;
	z-index: 112;
}
.home .key #particles02{
	position: absolute;
	bottom: -224px;
	left: 0;
	width: 774px;
	height: 420px;
	z-index: 112;
}


/* cont01 */
.home .cont01{
	padding: 140px 0 0;
	position: relative;
}
.home .cont01::before{
	position: absolute;
	top: 80px;
	left: 0;
	content: "";
	background: #eef7df;
	width: 440px;
	height: 420px;
	border-radius: 10px;
	z-index: -1;
}
.home .cont01 h2{
	background: url("img/home_text01.svg")left top no-repeat;
	background-size: 201px;
	padding: 34px 0 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1;
	margin-left: 30px;
}
.home .cont01 .swiper01{
	margin-top: 30px;
	z-index: 1111;
	position: relative;
}
.home .cont01 .swiper-wrapper{
	transition-timing-function: linear;
}
.home .cont01 .swiper-slide{
	width: 330px;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(15px 15px 15px rgba(0,0,0,0.1));
}
.home .cont01 .swiper-slide a{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 5px;
	padding: 20px 20px 18px;
	box-sizing: border-box;
}
.home .cont01 .swiper-slide a h3{
	width: 100%;
	font-size: 16px;
	flex-shrink: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 14px;
	order: 2;
}
.home .cont01 .swiper-slide a .date{
	color: #1f8c63;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 10px 0 0;
	order: 3;
}
.home .cont01 .swiper-slide a .cate{
	height: 17px;
	background: #1f8c63;
	padding: 0 10px;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	margin: 10px 0 0 4px;
	order: 4;
}
.home .cont01 .swiper-slide a .text01{
	font-size: 14px;
	line-height: 1.857;
	flex-shrink: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 8px;
	order: 5;
}
.home .cont01 .swiper-slide a figure{
	width: 290px;
	height: 194px;
	border-radius: 5px;
	overflow: hidden;
	order: 1;
}
.home .cont01 .swiper-slide a figure img{
	transform: scale(1);
	transition: all .4s;
}
.home .cont01 .swiper-slide a:hover figure img{
	transform: scale(1.1);
	transition: all .4s;
}
.home .cont01 .swiper-button-prev{
	top: -54px;
	left: auto;
	right: 90px;
	width: 40px;
	height: 40px;
	background: url("img/home_arrow01.svg")no-repeat;
	background-size: 100%;
}
.home .cont01 .swiper-button-next{
	top: -54px;
	right: 30px;
	width: 40px;
	height: 40px;
	background: url("img/home_arrow02.svg")no-repeat;
	background-size: 100%;
}
.home .cont01 .swiper-button-prev::after,
.home .cont01 .swiper-button-next::after{
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
}


/* cont02 */
.home .cont02{
background: url("img/home_bg02_sp.png")center bottom no-repeat;
	background-size: 440px;
	padding: 0 0 420px;
	position: relative;
}
.home .cont02 .inner{
	padding: 110px 30px 160px;
	position: relative;
}
.home .cont02 .inner::before{
	position: absolute;
	top: 251px;
	left: -53px;
	content: "";
	background: url("img/home_bg01.png")no-repeat;
	background-size: 741px;
	width: 741px;
	height: 607px;
	z-index: -1;
}
.home .cont02 .inner .text_box h2{
	min-width: 131px;
	background: url("img/home_text02.svg")left bottom no-repeat;
	background-size: 131px;
	padding: 0 0 74px 22px;
	color: #999;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
.home .cont02 .inner .text_box h2::before{
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background: #1f8c63;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.home .cont02 .inner .text_box .button a{
	position: absolute;
	bottom: 80px;
	left: 30px;
	display: block;
	height: 50px;
	padding-right: 70px;
	font-size: 18px;
	line-height: 50px;
}
.home .cont02 .inner .text_box .button a span{
	font-weight: bold;
	position: relative;
}
.home .cont02 .inner .text_box .button a span::after{
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	transform: translateY(-50%);
	content: "";
	width: 50px;
	height: 50px;
	background: url("img/home_arrow03.svg")center center no-repeat ,linear-gradient(-90deg ,#1f8c63 ,#41c53b) ;
	background-size: 9px , 100%;
	border-radius: 50%;
	transition: all .4s;
}
.home .cont02 .inner .news_box{
	width: 380px;
	border-bottom: 1px solid #ccc;
	margin-top: 40px;
}
.home .cont02 .inner .news_box .cont a{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	gap: 0 5px;
	border-top: 1px solid #ccc;
	padding: 32px 45px 32px 0;
	box-sizing: border-box;
	position: relative;
}
.home .cont02 .inner .news_box .cont a::after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: url("img/home_arrow04.svg")no-repeat;
	background-size: 100%;
	width: 9px;
	height: 14px;
	transition: all .4s;
}
.home .cont02 .inner .news_box .cont a h3{
	width: 100%;
	font-size: 16px;
	line-height: 1;
	flex-shrink: 1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin: 15px 0 0;
	order: 3;
}
.home .cont02 .inner .news_box .cont a .date{
	color: #1f8c63;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	order: 1;
}
.home .cont02 .inner .news_box .cont a .cate{
	min-width: 82px;
	height: 17px;
	background: #1f8c63;
	padding: 0 10px;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	margin: 0 0 0 4px;
	order: 2;
}



/* common
------------------------------------------------------------------------*/

/* pankuzu */
.pankuzu {
	margin: 14px 15px 0;
}
.pankuzu ul {
	display: flex;
	flex-wrap: wrap;
}
.pankuzu ul li {
	padding-right: 12px;
	margin-right: 12px;
	color: #1f8c63;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.pankuzu ul li a {
	font-size: 12px;
	position: relative;
}
.pankuzu ul li a:after {
    content: "-";
    position: absolute;
    top: 45%;
    right: -14px;
    transform: translateY(-50%);
}
.pankuzu ul li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}



/* 一覧ページのページャー */
.archive-pager{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 380px;
	margin:70px auto;
}
.archive-pager .page-numbers{
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
}
.archive-pager .page-numbers.current {
	border: 1px solid var(--main-color);
	color:var(--main-color);
	background: #fff;
}
.archive-pager .page-numbers.prev,
.archive-pager .page-numbers.next{
	background: var(--main-dark-color);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 3px;
}
.archive-pager .page-numbers.next {
	padding-left: 3px;
}


.single-pager{
	width: 100%;
	margin: 60px auto;
}
.single-pager .prev-pager-box {
	margin:0 10px 30px;
}
.single-pager .next-pager-box {
	margin:0 10px;
}
.single-pager a {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	text-align: left;
	font-size: 14px;
	position: relative;
	justify-content: flex-end;
}
.single-pager .prev-pager-box a {
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.single-pager .prev-pager-box a::before,
.single-pager .next-pager-box a::before {
	content: "";
	width: 25px;
	height: 25px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::before{
	left: -10px;
}
.single-pager .next-pager-box a::before {
	right: -10px;
}
.single-pager .prev-pager-box a::after,
.single-pager .next-pager-box a::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single-pager .prev-pager-box a::after{
	border-right: 6px solid #fff;
	left: -2px;
}
.single-pager .next-pager-box a::after {
	border-left: 6px solid #fff;
	right: -2px;
}
.single-pager .prev-pager-box a .text-box {
	padding-left: 20px;
}
.single-pager .next-pager-box a .text-box {
	padding-right: 20px;
}
.single-pager a h2 {
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.single-pager a .img {
	flex-shrink: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.single-pager a .img img {
	width: 150px;
	border-radius: 5px;
}



/* ここから各下層ページ
------------------------------------------------------------------------*/
/* key */
.common .key .inner{
	height: 340px;
	padding: 84px 0 0;
	box-sizing: border-box;
	position: relative;
}
.common .key .inner::after{
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 410px;
	height: 170px;
	border-radius: 5px;
	background: url("img/common_key_bg_sp.png")center center /cover no-repeat;
}
.common .key .inner .text01{
	padding: 45px 0 0 25px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}


/* company */
.company .key .inner::after{
	background: url("img/company_key_bg_sp.png")center center /cover no-repeat;
}
.company .key .inner .text01{
	background: url("img/company_key_text.svg")left 25px top no-repeat;
	background-size: 152px;
}

/* public_research_funds */
.public_research_funds .key .inner::after{
	background: url("img/public_research_funds_key_bg_sp.png")center center /cover no-repeat;
}
.public_research_funds .key .inner .text01{
	background: url("img/public_research_funds_key_text.svg")left 25px top no-repeat;
	background-size: 136px;
}

/* compliance */
.compliance .key .inner::after{
	background: url("img/compliance_key_bg_sp.png")center center /cover no-repeat;
}
.compliance .key .inner .text01{
	background: url("img/compliance_key_text.svg")left 25px top no-repeat;
	background-size: 186px;
}

/* publicnotice */
.publicnotice .key .inner::after{
	background: url("img/publicnotice_key_bg_sp.png")center center /cover no-repeat;
}
.publicnotice .key .inner .text01{
	background: url("img/publicnotice_key_text.svg")left 25px top no-repeat;
	background-size: 181px;
}

/* strategy */
.strategy .key .inner::after{
	background: url("img/strategy_key_bg_sp.png")center center /cover no-repeat;
}
.strategy .key .inner .text01{
	background: url("img/strategy_key_text.svg")left 25px top no-repeat;
	background-size: 128px;
}

/* pipeline */
.pipeline .key .inner::after{
	background: url("img/pipeline_key_bg_sp.png")center center /cover no-repeat;
}
.pipeline .key .inner .text01{
	background: url("img/pipeline_key_text.svg")left 25px top no-repeat;
	background-size: 117px;
}

/* dopaminergic */
.dopaminergic .key .inner::after{
	background: url("img/dopaminergic_key_bg_sp.png")center center /cover no-repeat;
}
.dopaminergic .key .inner .text01{
	background: url("img/dopaminergic_key_text.svg")left 25px top no-repeat;
	background-size: 380px;
}

/* retinal_pigment */
.retinal_pigment .key .inner::after{
	background: url("img/retinal_pigment_key_bg_sp.png")center center /cover no-repeat;
}
.retinal_pigment .key .inner .text01{
	background: url("img/retinal_pigment_key_text.svg")left 25px top no-repeat;
	background-size: 380px;
}

/* retinal_sheet */
.retinal_sheet .key .inner::after{
	background: url("img/retinal_sheet_key_bg_sp.png")center center /cover no-repeat;
}
.retinal_sheet .key .inner .text01{
	background: url("img/retinal_sheet_key_text.svg")left 25px top no-repeat;
	background-size: 191px;
}

/* neural_progenitor */
.neural_progenitor .key .inner::after{
	background: url("img/neural_progenitor_key_bg_sp.png")center center /cover no-repeat;
}
.neural_progenitor .key .inner .text01{
	background: url("img/neural_progenitor_key_text.svg")left 25px top no-repeat;
	background-size: 354px;
}


/* template */
/* about */
.about .key .inner::after{
	background: url("img/about_key_bg_sp.png")center center /cover no-repeat;
}
.about .key .inner .text01{
	background: url("img/about_key_text.svg")left 25px top no-repeat;
	background-size: 97px;
}

/* news */
.blog .key .inner::after{
	background: url("img/news_key_bg_sp.png")center center /cover no-repeat;
}
.blog .key .inner .text01{
	background: url("img/news_key_text.svg")left 25px top no-repeat;
	background-size: 92px;
}

/* contact */
.contact .key .inner::after{
	background: url("img/contact_key_bg_sp.png")center center /cover no-repeat;
}
.contact .key .inner .text01{
	background: url("img/contact_key_text.svg")left 25px top no-repeat;
	background-size: 122px;
}

/* thanks */
.thanks .key .inner .text01{
	background: url("img/thanks_key_text.svg")left 25px top no-repeat;
	background-size: 105px;
}

/* note */
.note .key .inner::after{
	background: url("img/note_key_bg_sp.png")center center /cover no-repeat;
}
.note .key .inner .text01{
	background: url("img/note_key_text.svg")left 25px top no-repeat;
	background-size: 84px;
}

/* privacy */
.privacy .key .inner::after{
	background: url("img/privacy_key_bg_sp.png")center center /cover no-repeat;
}
.privacy .key .inner .text01{
	background: url("img/privacy_key_text.svg")left 25px top no-repeat;
	background-size: 220px;
}

/* information_protect */
.information_protect .key .inner::after{
	background: url("img/information_protect_key_bg_sp.png")center center /cover no-repeat;
}
.information_protect .key .inner .text01{
	background: url("img/information_protect_key_text.svg")left 25px top no-repeat;
	background-size: 315px;
}

/* yonmaruyon */
.yonmaruyon .key .inner .text01{
	background: url("img/yonmaruyon_key_text.svg")left 25px top no-repeat;
	background-size: 250px;
}

/* yonichimaru */
.yonichimaru .key .inner .text01{
	background: url("img/yonichimaru_key_text.svg")left 25px top no-repeat;
	background-size: 175px;
}



/* company
------------------------------------------------------------------------*/
	
	/* cont01 */
	.company .cont01 .inner{
		padding: 70px 30px 400px;
		position: relative;
	}
	.company .cont01 .inner::after{
		position: absolute;
		bottom: 110px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/company_bg01_sp.png")center center repeat-x;
		width: 440px;
		height: 225px;
		animation: combgMove 40s linear infinite;
	}
	@keyframes combgMove{
		0% {background-position: 1100px 0;}
		50% {background-position: 550px 0;}
		100% {background-position: 0 0;}
	}
	.company .cont01 .inner h2{
		background: url("img/company_text01.svg")center top no-repeat;
		background-size: 132px;
		padding: 60px 0 0;
		color: #999;
		font-size: 16px;
		line-height: 1;
		text-align: center;
	}
	.company .cont01 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px 0;
		background: url("img/company_logo.svg")center top no-repeat;
		background-size: 300px;
		padding: 100px 0 0;
		margin-top: 55px;
	}
	.company .cont01 .inner .box figure{
		width: 380px;
		text-align: center;
	}
	.company .cont01 .inner .box .text01{
		font-size: 16px;
		line-height: 2.1;
	}
	.company .cont01 .inner .box .text01 + .text01{
		margin-top: 24px;
	}
	.company .cont01 .inner #particles01{
		position: absolute;
		bottom: 200px;
		right: -550px;
		width: 900px;
		height: 495px;
		opacity: 0.5;
		z-index: -1;
	}
	

	/* cont02 */
	.company .cont02 .inner{
		padding: 0 30px 80px;
		position: relative;
	}
	.company .cont02 .inner h2{
		background: url("img/company_text02.svg")center top no-repeat;
		background-size: 195px;
		padding: 62px 0 0;
		color: #999;
		font-size: 16px;
		line-height: 1;
		text-align: center;
	}
	.company .cont02 .inner .box{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 40px 0;
		box-sizing: border-box;
		margin-top: 45px;
	}
	.company .cont02 .inner .box .text_box .text01{
		font-size: 16px;
		line-height: 2;
	}
	.company .cont02 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.company .cont02 .inner .box .img_box{
		width: 300px;
		text-align: center;
	}
	.company .cont02 .inner .box .img_box .text02{
		color: #1f8c63;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		margin-top: 18px;
	}
	.company .cont02 .inner .box .img_box .text03 span{
		font-weight: bold;
		padding-left: 1em;
	}
	.company .cont02 .inner #particles02{
		position: absolute;
		bottom: -76px;
		left: -600px;
		width: 1000px;
		height: 695px;
		opacity: 0.5;
		z-index: -1;
	}



/* public_research_funds
------------------------------------------------------------------------*/
	
	/* cont01 */
	.public_research_funds .cont01 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.public_research_funds .cont01 .inner h2{
		padding: 0 0 12px 2em;
		font-size: 18px;
		line-height: 1.75;
		text-indent: -2em;
		position: relative;
	}
	.public_research_funds .cont01 .inner h2::before{
		content: "１．";
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont01 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.public_research_funds .cont01 .inner .text01{
		margin-top: 25px;
	}
	.public_research_funds .cont01 .inner table{
		width: 378px;
		border-spacing: 0 4px;
		border-collapse: separate;
		margin-top: 20px;
	}
	.public_research_funds .cont01 .inner table tr:nth-of-type(1) th{
		width: 126px;
		background: #1f8c63;
		border-right: 4px solid #fff;
		padding: 8px 10px;
		box-sizing: border-box;
		color: #fff;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont01 .inner table tr:nth-of-type(1) th:last-of-type{
		border: none;
	}
	.public_research_funds .cont01 .inner table tr:nth-of-type(n+2) th{
		background: #eef7df;
		border-right: 4px solid #fff;
		padding: 15px 10px;
		box-sizing: border-box;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont01 .inner table td{
		background: #eef7df;
		border-right: 4px solid #fff;
		padding: 15px 10px;
		box-sizing: border-box;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont01 .inner table td:last-of-type{
		border: none;
	}
	.public_research_funds .cont01 .inner table td ul li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.public_research_funds .cont01 .inner table td ul li::before{
		content: "・";
	}


	/* cont02 */
	.public_research_funds .cont02 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.public_research_funds .cont02 .inner h2{
		padding: 0 0 12px 2em;
		font-size: 18px;
		line-height: 1.75;
		text-indent: -2em;
		position: relative;
	}
	.public_research_funds .cont02 .inner h2::before{
		content: "２．";
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.public_research_funds .cont02 .inner .text01{
		margin-top: 25px;
	}
	.public_research_funds .cont02 .inner h3{
		line-height: 1;
		margin-top: 28px;
	}
	.public_research_funds .cont02 .inner h3::before{
		content: "■";
		padding-right: 5px;
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont02 .inner ul{
		margin-top: 20px;
	}
	.public_research_funds .cont02 .inner ul li{
		text-indent: -2em;
		padding-left: 2em;
		line-height: 2.25;
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(1)::before{
		content: "１：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(2)::before{
		content: "２：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(3)::before{
		content: "３：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(4)::before{
		content: "４：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(5)::before{
		content: "５：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(6)::before{
		content: "６：";
	}
	.public_research_funds .cont02 .inner ul li:nth-of-type(7)::before{
		content: "７：";
	}


	/* cont03 */
	.public_research_funds .cont03 .inner{
		padding: 70px 30px;
		position: relative;
	}
	.public_research_funds .cont03 .inner h2{
		padding: 0 0 12px 2em;
		font-size: 18px;
		line-height: 1.75;
		text-indent: -2em;
		position: relative;
	}
	.public_research_funds .cont03 .inner h2::before{
		content: "３．";
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.public_research_funds .cont03 .inner .text01{
		margin-top: 25px;
	}
	.public_research_funds .cont03 .inner h3{
		line-height: 1.65;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 25px;
	}
	.public_research_funds .cont03 .inner h3::before{
		content: "■";
		padding-right: 5px;
		color: #1f8c63;
		font-weight: bold;
	}
	.public_research_funds .cont03 .inner table{
		width: 380px;
		border-spacing: 0 7px;
		border-collapse: separate;
		margin-top: 5px;
	}
	.public_research_funds .cont03 .inner table th{
		width: 110px;
		background: #1f8c63;
		padding: 8.5px 10px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.public_research_funds .cont03 .inner table td{
		width: 270px;
		background: #eef7df;
		padding: 8.5px 10px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}
	.public_research_funds .cont03 .inner .text02{
		font-size: 14px;
		margin-top: 10px;
	}
	.public_research_funds .cont03 .inner .text02::before{
		content: "※";
	}
	.public_research_funds .cont03 .inner .text02 a{
		color: #1f8c63;
		font-weight: bold;
		text-decoration: underline;
		padding: 0 5px;
	}
	.public_research_funds .cont03 .inner .text02 a::before{
		content: ">> ";
	}

	

/* compliance
------------------------------------------------------------------------*/
	
	/* cont01 */
	.compliance .cont01 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.compliance .cont01 .inner h2{
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont01 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont01 .inner .text01{
		margin-top: 25px;
	}
	.compliance .cont01 .inner .text02{
		font-size: 14px;
		text-indent: -1em;
		padding-left: 1em;
		margin-top: 15px;
	}
	.compliance .cont01 .inner .text02 + .text02{
		margin-top: 0;
	}
	.compliance .cont01 .inner .text02::before{
		content: "※";
	}
	.compliance .cont01 .inner .btn_box{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		margin-top: 20px;
	}
	.compliance .cont01 .inner .btn_box .button a{
		display: block;
		width: 380px;
		height: 60px;
		background: #1f8c63 url("img/compliance_icon01.svg")left 20px center no-repeat;
		background-size: 24px;
		border-radius: 5px;
		padding: 0 0 0 60px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 60px;
		position: relative;
	}
	.compliance .cont01 .inner .btn_box .button:nth-of-type(2) a{
		background: #0c558f url("img/compliance_icon02.svg")left 20px center no-repeat;
		background-size: 22px;
	}
	.compliance .cont01 .inner .btn_box .button a::after{
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		content: "";
		background: url("img/compliance_icon03.svg")no-repeat;
		background-size: 11px;
		width: 11px;
		height: 15px;
	}


	/* cont02 */
	.compliance .cont02 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.compliance .cont02 .inner h2{
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont02 .inner .cont{
		margin-top: 30px;
	}
	.compliance .cont02 .inner .cont:nth-of-type(n+2){
		margin-top: 25px;
	}
	.compliance .cont02 .inner .cont h3{
		line-height: 1;
	}
	.compliance .cont02 .inner .cont h3::before{
		content: "■";
		padding-right: 5px;
		color: #1f8c63;
		font-weight: bold;
	}
	.compliance .cont02 .inner .cont table{
		width: 380px;
		border-spacing: 0 7px;
		border-collapse: separate;
		margin-top: 10px;
	}
	.compliance .cont02 .inner .cont table th{
		width: 110px;
		background: #1f8c63;
		padding: 8.5px 10px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.compliance .cont02 .inner .cont table td{
		width: 270px;
		background: #eef7df;
		padding: 8.5px 10px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}


	/* cont03 */
	.compliance .cont03 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.compliance .cont03 .inner h2{
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont03 .inner .text01{
		margin-top: 25px;
	}
	.compliance .cont03 .inner .button a{
		display: block;
		width: 100%;
		height: 50px;
		color: #fff;
		background: #1f8c63;
		border: 1px solid #1f8c63;
		line-height: 50px;
		font-weight: bold;
		text-align: center;
		border-radius: 50px;
		margin-top: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		position: relative;
	}
	.compliance .cont03 .inner .button a::after{
		position: absolute;
		top: 50%;
		right: 98px;
		transform: translateY(-50%);
		content: "";
		background: url("img/compliance_icon04.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}
	.compliance .cont03 .inner .note{
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
	}


	/* cont04 */
	.compliance .cont04 .inner{
		padding: 70px 30px;
		position: relative;
	}
	.compliance .cont04 .inner h2{
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.compliance .cont04 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.compliance .cont04 .inner .text01{
		margin-top: 25px;
	}



/* publicnotice
------------------------------------------------------------------------*/
	
	.publicnotice .enter_text{
		width: 380px;
		padding: 70px 0 0;
		margin: 0 auto;
	}


	/* cont01 */
	.publicnotice .cont01 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.publicnotice .cont01 .inner h2{
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.publicnotice .cont01 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.publicnotice .cont01 .inner .text:first-of-type{
		margin-top: 25px;
	}
	.publicnotice .cont01 .inner .pdf_table{
		width: 380px;
		margin-top: 10px;
	}
	.publicnotice .cont01 .inner .pdf_table:first-of-type{
		margin-top: 35px;
	}
	.publicnotice .cont01 .inner .pdf_table th{
		display: block;
		width: 380px;
		background: #1f8c63;
		padding: 10.5px 20px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.publicnotice .cont01 .inner .pdf_table td{
		display: block;
		width: 380px;
		background: #eef7df;
		padding: 18.5px 40px 18.5px 20px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}
	.publicnotice .cont01 .inner .pdf_table td a{
		display: inline-block;
		background-size: 24px , 11px;
		padding: 0 30px 0 34px;
		position: relative;
	}
	.publicnotice .cont01 .inner .pdf_table td a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon01.svg")no-repeat;
		background-size: 100%;
		width: 24px;
		height: 29px;
	}
	.publicnotice .cont01 .inner .pdf_table td a::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon02.svg")no-repeat;
		background-size: 100%;
		width: 11px;
		height: 15px;
	}


	/* cont02 */
	.publicnotice .cont02 .inner{
		padding: 70px 30px;
		position: relative;
	}
	.publicnotice .cont02 .inner h2{
		padding-bottom: 16px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.publicnotice .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.publicnotice .cont02 .inner .pdf_table{
		width: 380px;
		margin-top: 10px;
	}
	.publicnotice .cont02 .inner .pdf_table:first-of-type{
		margin-top: 35px;
	}
	.publicnotice .cont02 .inner .pdf_table th{
		display: block;
		width: 380px;
		background: #1f8c63;
		padding: 10.5px 20px;
		box-sizing: border-box;
		color: #fff;
		line-height: 1.75;
		text-align: left;
		vertical-align: middle;
	}
	.publicnotice .cont02 .inner .pdf_table td{
		display: block;
		width: 380px;
		background: #eef7df;
		padding: 18.5px 40px 18.5px 20px;
		box-sizing: border-box;
		line-height: 1.75;
		vertical-align: middle;
	}
	.publicnotice .cont02 .inner .pdf_table td a{
		display: inline-block;
		background-size: 24px , 11px;
		padding: 0 30px 0 34px;
		position: relative;
	}
	.publicnotice .cont02 .inner .pdf_table td a::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon01.svg")no-repeat;
		background-size: 100%;
		width: 24px;
		height: 29px;
	}
	.publicnotice .cont02 .inner .pdf_table td a::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/publicnotice_icon02.svg")no-repeat;
		background-size: 100%;
		width: 11px;
		height: 15px;
	}



/* strategy
------------------------------------------------------------------------*/
	
	/* cont01 */
	.strategy .cont01 .inner{
		padding: 60px 30px 0;
	}
	.strategy .cont01 .inner h2{
		background: url("img/strategy_text01.svg")center top no-repeat;
		background-size: 188px;
		padding: 48px 0 0;
		color: #999;
		line-height: 1;
		text-align: center;
	}
	.strategy .cont01 .inner .box{
		padding: 280px 0 0;
		box-sizing: border-box;
		margin: 45px 0 0;
		position: relative;
	}
	.strategy .cont01 .inner .box h3{
		font-size: 18px;
		font-feature-settings: "palt" 1;
		line-height: 1.75;
		letter-spacing: 0.8px;
	}
	.strategy .cont01 .inner .box .text01{
		margin-top: 65px;
		position: relative;
	}
	.strategy .cont01 .inner .box .text01::before{
		position: absolute;
		top: -44px;
		left: 0;
		content: "";
		background: url("img/strategy_text02.svg")no-repeat;
		background-size: 100%;
		width: 150px;
		height: 17px;
	}
	.strategy .cont01 .inner .box .text01::after{
		position: absolute;
		top: -35px;
		right: 0;
		content: "";
		background: #1f8c63;
		width: 220px;
		height: 1px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: -10px;
		width: 130px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(2){
		position: absolute;
		top: 15px;
		left: 125px;
		width: 130px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(2).mv02_off{
		transition: all 1s ease-out 0.4s;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(3){
		position: absolute;
		top: 0;
		right: -10px;
		width: 130px;
	}
	.strategy .cont01 .inner .box figure:nth-of-type(3).mv02_off{
		transition: all 1s ease-out 0.8s;
	}
	.strategy .cont01 .inner .policy_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 90px 0;
		margin-top: 100px;
	}
	.strategy .cont01 .inner .policy_box .cont{
		width: 370px;
		position: relative;
	}
	.strategy .cont01 .inner .policy_box .cont::before{
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/strategy_illust01.svg")no-repeat;
		background-size: 100%;
		width: 110px;
		height: 128px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2)::before{
		position: absolute;
		top: -56px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/strategy_illust02.svg")no-repeat;
		background-size: 100%;
		width: 120px;
		height: 120px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3)::before{
		position: absolute;
		top: -50px;
		left: 140px;
		transform: none;
		content: "";
		background: url("img/strategy_illust03.svg")no-repeat;
		background-size: 100%;
		width: 110px;
		height: 110px;
	}
	.strategy .cont01 .inner .policy_box .cont::after{
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/strategy_arrow01.svg")no-repeat;
		background-size: 100%;
		width: 76px;
		height: 41px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2)::after{
		background: url("img/strategy_arrow02.svg")no-repeat;
		background-size: 100%;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3)::after{
		background: url("img/strategy_arrow03.svg")no-repeat;
		background-size: 100%;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box{
		background: #eef7df;
		border-radius: 7px;
		padding: 85px 0 32px;
		box-sizing: border-box;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .h_box{
		background: #daeef7;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .h_box{
		background: #dbe6ee;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box h4{
		color: #1f8c63;
		font-size: 18px;
		line-height: 1.45;
		text-align: center;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .h_box h4{
		color: #0690cc;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .h_box h4{
		color: #0c558f;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box ul{
		margin: 16px 0 0 30px;
	}
	.strategy .cont01 .inner .policy_box .cont .h_box ul li{
		background: url("img/strategy_icon01.svg")left center no-repeat;
		background-size: 14px;
		padding-left: 21px;
		font-size: 16px;
		line-height: 2;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .h_box ul li{
		background: url("img/strategy_icon02.svg")left center no-repeat;
		background-size: 14px;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .h_box ul li{
		background: url("img/strategy_icon03.svg")left center no-repeat;
		background-size: 14px;
	}
	.strategy .cont01 .inner .policy_box .cont .button a{
		display: block;
		width: 100%;
		height: 50px;
		background: #1f8c63;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin-top: 35px;
	}
	.strategy .cont01 .inner .policy_box .cont .button a::before{
		content: "1.";
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .button a{
		background: #0690cc;
		border: 1px solid #0690cc;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(2) .button a::before{
		content: "2.";
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .button a{
		background: #0c558f;
		border: 1px solid #0c558f;
	}
	.strategy .cont01 .inner .policy_box .cont:nth-of-type(3) .button a::before{
		content: "3.";
	}


	/* cont02 */
	.strategy .cont02 .inner{
		background: #eef7df;
		padding: 55px 30px 70px;
		margin-top: 100px;
		position: relative;
	}
	/* .strategy .cont02 .inner::after{
		position: absolute;
		top: 520px;
		right: -20px;
		content: "";
		background: url("img/strategy_illust04.svg")no-repeat;
		background-size: 100%;
		width: 258px;
		height: 300px;
	} */
	.strategy .cont02 .inner h2{
		background: url("img/strategy_text03.svg")center top no-repeat;
		background-size: 99px;
		padding: 36px 0 0;
		font-size: 20px;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.strategy .cont02 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
		margin-top: 35px;
		z-index: 10;
		position: relative;
	}
	.strategy .cont02 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.strategy .cont02 .inner .under_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fff;
		border-radius: 10px;
		gap: 25px 0;
		padding: 30px 0;
		margin-top: 45px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		position: relative;
	}
	.strategy .cont02 .inner .under_box .h_box h3{
		padding: 0 0 0 45px;
		font-size: 18px;
		line-height: 1.4;
		position: relative;
	}
	.strategy .cont02 .inner .under_box .h_box h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_icon04.svg")no-repeat;
		background-size: 100%;
		width: 31px;
		height: 36px;
	}
	.strategy .cont02 .inner .under_box .h_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		margin-top: 20px;
	}
	.strategy .cont02 .inner .under_box .h_box ul li{
		width: 330px;
		height: 40px;
		background: #1f8c63;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.strategy .cont02 .inner .under_box .text02{
		background: url("img/strategy_arrow01.svg")center top no-repeat;
		background-size: 76px;
		padding-top: 50px;
		color: #1f8c63;
		font-size: 20px;
		font-weight: bold;
	}


	/* cont03 */
	.strategy .cont03 .inner{
		background: #daeef7;
		padding: 55px 30px 70px;
		margin-top: 60px;
		position: relative;
	}
	/* .strategy .cont03 .inner::after{
		position: absolute;
		top: 520px;
		right: -20px;
		content: "";
		background: url("img/strategy_illust05.svg")no-repeat;
		background-size: 100%;
		width: 280px;
		height: 300px;
	} */
	.strategy .cont03 .inner h2{
		background: url("img/strategy_text04.svg")center top no-repeat;
		background-size: 101px;
		padding: 36px 0 0;
		font-size: 20px;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.strategy .cont03 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
		margin-top: 35px;
		z-index: 10;
		position: relative;
	}
	.strategy .cont03 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.strategy .cont03 .inner .under_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fff;
		border-radius: 10px;
		gap: 25px 0;
		padding: 30px 0;
		margin-top: 45px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		position: relative;
	}
	.strategy .cont03 .inner .under_box .h_box h3{
		padding: 10px 0 10px 47px;
		font-size: 18px;
		position: relative;
	}
	.strategy .cont03 .inner .under_box .h_box h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_icon05.svg")no-repeat;
		background-size: 100%;
		width: 38px;
		height: 38px;
	}
	.strategy .cont03 .inner .under_box .h_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		margin-top: 20px;
	}
	.strategy .cont03 .inner .under_box .h_box ul li{
		width: 330px;
		height: 40px;
		background: #0690cc;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.strategy .cont03 .inner .under_box .text02{
		background: url("img/strategy_arrow02.svg")center top no-repeat;
		background-size: 76px;
		padding-top: 50px;
		color: #0690cc;
		font-size: 20px;
		font-weight: bold;
	}


	/* cont04 */
	.strategy .cont04 .inner{
		background: #dbe6ee;
		padding: 55px 30px 70px;
		margin-top: 60px;
		position: relative;
	}
	/* .strategy .cont04 .inner::after{
		position: absolute;
		top: 580px;
		right: -70px;
		content: "";
		background: url("img/strategy_illust06.svg")no-repeat;
		background-size: 100%;
		width: 300px;
		height: 300px;
	} */
	.strategy .cont04 .inner h2{
		background: url("img/strategy_text05.svg")center top no-repeat;
		background-size: 101px;
		padding: 36px 0 0;
		font-size: 20px;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.strategy .cont04 .inner .box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
		margin-top: 35px;
		z-index: 10;
		position: relative;
	}
	.strategy .cont04 .inner .box .text_box .text01 + .text01{
		margin-top: 24px;
	}
	.strategy .cont04 .inner .under_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fff;
		border-radius: 10px;
		gap: 25px 0;
		padding: 30px 0;
		margin-top: 45px;
		filter: drop-shadow(0 0 20px rgba(0,0,0,0.1));
		position: relative;
	}
	.strategy .cont04 .inner .under_box .h_box{
		text-align: center;
	}
	.strategy .cont04 .inner .under_box .h_box h3{
		display: inline-block;
		padding: 0 0 0 45px;
		font-size: 18px;;
		position: relative;
	}
	.strategy .cont04 .inner .under_box .h_box h3::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: url("img/strategy_icon06.svg")no-repeat;
		background-size: 100%;
		width: 36px;
		height: 36px;
	}
	.strategy .cont04 .inner .under_box .h_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px 0;
		margin-top: 20px;
	}
	.strategy .cont04 .inner .under_box .h_box ul li{
		width: 330px;
		height: 40px;
		background: #0c558f;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	.strategy .cont04 .inner .under_box .text02{
		background: url("img/strategy_arrow03.svg")center top no-repeat;
		background-size: 76px;
		padding-top: 50px;
		color: #0c558f;
		font-size: 20px;
		font-weight: bold;
	}


	.strategy .under_text{
		background: url("img/strategy_text06_sp.svg")center top no-repeat;
		background-size: 350px;
		padding-top: 100px;
		font-size: 16px;
		line-height: 2.22;
		text-align: center;
		margin: 80px 30px 60px;
	}



/* pipeline
------------------------------------------------------------------------*/
	
	/* cont01 */
	.pipeline .cont01{
		position: relative;
	}
	.pipeline .cont01 .inner{
		padding: 70px 15px 100px;
		position: relative;
	}
	.pipeline .cont01 .inner .table_box{
		width: 100%;
		overflow-x: auto;
		padding-bottom: 20px;
	}
	.pipeline .cont01 .inner .table_box::-webkit-scrollbar{
		height: 3px;
	}
	.pipeline .cont01 .inner .table_box::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.pipeline .cont01 .inner .table_box::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.pipeline .cont01 .inner table{
		width: 1035px;
		border-collapse: separate;
		border-spacing: 0 5px;
	}
	.pipeline .cont01 .inner table th{
		border-right: 5px solid #fff;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th{
		width: 98px;
		background: #1f8c63;
		padding: 12px 0 12px 10px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(1){
		position: sticky;
		top: 0;
		left: 0;
		width: 220px;
		z-index: 10;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(2){
		width: 150px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(3){
		width: 75px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(4){
		width: 100px;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(n+2){
		background: #0690cc;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(1) th:nth-of-type(n+3){
		padding-left: 0;
		text-align: center;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(n+2) th{
		position: sticky;
		top: 0;
		left: 0;
		background: #eef7df;
		padding: 14px 0 14px 10px;
		text-align: left;
		line-height: 1.5;
		z-index: 10;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(n+2) th span{
		font-weight: bold;
	}
	.pipeline .cont01 .inner table td{
		background: #daeef7;
		border-right: 5px solid #fff;
		text-align: center;
		vertical-align: middle;
	}
	.pipeline .cont01 .inner table td span{
		padding-left: 20px;
		position: relative;
	}
	.pipeline .cont01 .inner table tr:nth-of-type(6) td span{
		padding-left: 15px;
	}
	.pipeline .cont01 .inner table td span::before{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: "";
		background: #0690cc;
		width: 15px;
		height: 15px;
		border-radius: 50%;
	}
	.pipeline .cont01 .inner table td:first-of-type{
		padding: 14px 0 14px 10px;
		text-align: left;
	}
	.pipeline .cont01 .inner table td .partition_cell{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 100px;
		position: relative;
	}
	.pipeline .cont01 .inner table td .partition_cell .td_top_text{
		display: flex;
		align-items: center;
		height: 50%;
	}
	.pipeline .cont01 .inner table td .partition_cell .td_bottom_text{
		display: flex;
		align-items: center;
		gap: 0 12px;
		height: 50%;
	}
	.pipeline .cont01 .inner .text01{
		font-size: 14px;
		line-height: 1.875;
		margin-top: 8px;
	}
	.pipeline .cont01 .inner picture{
		display: block;
		text-align: center;
	}
	.pipeline .cont01 .inner img{
		margin-top: 40px;
	}
	.pipeline .cont01 .inner ul{
		display: flex;
		flex-direction: column;
		gap: 20px 0;
		margin: 60px 0 0;
	}
	.pipeline .cont01 .inner ul li a{
		display: block;
		width: 410px;
		height: 65px;
		background: #1f8c63 url("img/pipeline_arrow01.svg")right 20px center no-repeat;
		background-size: 25px;
		border-radius: 33px;
		padding: 20.5px 0 20.5px 28px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	.pipeline .cont01 .inner ul li:first-of-type a{
		padding: 8.5px 0 8.5px 28px;
	}
	.pipeline .cont01 #particles01{
		position: absolute;
		bottom: -60px;
		right: -170px;
		width: 500px;
		height: 350px;
		z-index: -1;
	}



/* dopaminergic
------------------------------------------------------------------------*/
	
	/* cont01 */
	.dopaminergic .cont01 .inner{
		display: flex;
		flex-direction: column-reverse;
		gap: 35px 0;
		align-items: center;
		padding: 70px 30px 50px;
		position: relative;
	}
	.dopaminergic .cont01 .inner::after{
		position: absolute;
		top: 230px;
		left: 0;
		content: "";
		background: #eef7df;
		width: 440px;
		height: calc(100% - 230px);
		z-index: -1;
	}
	.dopaminergic .cont01 .inner h2{
		padding-bottom: 35px;
		overflow: hidden;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.dopaminergic .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/dopaminergic_text01.svg")no-repeat;
		width: 139px;
		height: 15px;
	}
	.dopaminergic .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 158px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.dopaminergic .cont01 .inner .text01{
		margin-top: 24px;
	}


	/* cont02 */
	.dopaminergic .cont02 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.dopaminergic .cont02 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.dopaminergic .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.dopaminergic .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.dopaminergic .cont02 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/dopaminergic_text02.svg")no-repeat;
		background-size: 100%;
		width: 106px;
		height: 11px;
	}
	.dopaminergic .cont02 .inner .text01{
		margin-top: 28px;
	}
	.dopaminergic .cont02 .inner .text01 + .text01{
		margin-top: 20px;
	}


	/* cont03 */
	.dopaminergic .cont03 .inner{
		padding: 70px 30px 80px;
		position: relative;
	}
	.dopaminergic .cont03 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.dopaminergic .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.dopaminergic .cont03 .inner h2 span{
		font-weight: bold;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.4px;
		position: relative;
	}
	.dopaminergic .cont03 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/dopaminergic_text03.svg")no-repeat;
		background-size: 100%;
		width: 95px;
		height: 15px;
	}
	.dopaminergic .cont03 .inner .text01{
		margin-top: 28px;
	}
	.dopaminergic .cont03 .inner figure{
		margin-top: 35px;
	}


	
/* retinal_pigment
------------------------------------------------------------------------*/
	
	/* cont01 */
	.retinal_pigment .cont01 .inner{
		display: flex;
		flex-direction: column-reverse;
		gap: 35px 0;
		align-items: center;
		padding: 70px 30px 50px;
		position: relative;
	}
	.retinal_pigment .cont01 .inner::after{
		position: absolute;
		top: 230px;
		left: 0;
		content: "";
		background: #eef7df;
		width: 440px;
		height: calc(100% - 230px);
		z-index: -1;
	}
	.retinal_pigment .cont01 .inner h2{
		padding-bottom: 35px;
		overflow: hidden;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.retinal_pigment .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/retinal_pigment_text01.svg")no-repeat;
		width: 217px;
		height: 19px;
	}
	.retinal_pigment .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 235px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.retinal_pigment .cont01 .inner .text01{
		margin-top: 24px;
	}


	/* cont02 */
	.retinal_pigment .cont02 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.retinal_pigment .cont02 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.retinal_pigment .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.retinal_pigment .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.retinal_pigment .cont02 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/retinal_pigment_text02.svg")no-repeat;
		background-size: 100%;
		width: 106px;
		height: 11px;
	}
	.retinal_pigment .cont02 .inner .text01{
		margin-top: 28px;
	}
	.retinal_pigment .cont02 .inner .text01 + .text01{
		margin-top: 20px;
	}


	/* cont03 */
	.retinal_pigment .cont03 .inner{
		padding: 70px 30px 80px;
		position: relative;
	}
	.retinal_pigment .cont03 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.retinal_pigment .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.retinal_pigment .cont03 .inner h2 span{
		font-weight: bold;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.4px;
		position: relative;
	}
	.retinal_pigment .cont03 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/retinal_pigment_text03.svg")no-repeat;
		background-size: 100%;
		width: 95px;
		height: 15px;
	}
	.retinal_pigment .cont03 .inner .text01{
		margin-top: 28px;
	}
	.retinal_pigment .cont03 .inner picture{
		display: block;
		width: 380px;
		margin: 35px auto 0;
	}
	.retinal_pigment .cont03 .inner .text02{
		font-size: 14px;
		text-align: center;
		margin-top: 40px;
	}



/* retinal_sheet
------------------------------------------------------------------------*/
	
	/* cont01 */
	.retinal_sheet .cont01 .inner{
		display: flex;
		flex-direction: column-reverse;
		gap: 35px 0;
		align-items: center;
		padding: 70px 30px 50px;
		position: relative;
	}
	.retinal_sheet .cont01 .inner::after{
		position: absolute;
		top: 230px;
		left: 0;
		content: "";
		background: #eef7df;
		width: 440px;
		height: calc(100% - 230px);
		z-index: -1;
	}
	.retinal_sheet .cont01 .inner h2{
		padding-bottom: 35px;
		overflow: hidden;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.retinal_sheet .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/retinal_sheet_text01.svg")no-repeat;
		width: 142px;
		height: 18px;
	}
	.retinal_sheet .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 162px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.retinal_sheet .cont01 .inner .text01{
		margin-top: 24px;
	}
	.retinal_sheet .cont01_img_box_text{
		margin: 30px 30px 0;
	}
	.retinal_sheet .cont01_img_box{
		margin: 0 auto;
		width: 380px;
		overflow-x: auto;
	}
	.retinal_sheet .cont01_img_box::-webkit-scrollbar{
		height: 3px;
	}
	.retinal_sheet .cont01_img_box::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.retinal_sheet .cont01_img_box::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.retinal_sheet .cont01_img_box picture{
		display: block;
		width: 800px;
		padding: 0 0 30px;
	}
	.retinal_sheet .cont01_img_box picture img{
		display: block;
		width: 800px;
	}


	/* cont02 */
	.retinal_sheet .cont02 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.retinal_sheet .cont02 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.retinal_sheet .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.retinal_sheet .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.retinal_sheet .cont02 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/retinal_sheet_text02.svg")no-repeat;
		background-size: 100%;
		width: 106px;
		height: 11px;
	}
	.retinal_sheet .cont02 .inner .text01{
		margin-top: 28px;
	}
	.retinal_sheet .cont02 .inner .text01 + .text01{
		margin-top: 20px;
	}


	/* cont03 */
	.retinal_sheet .cont03 .inner{
		padding: 70px 30px 80px;
		position: relative;
	}
	.retinal_sheet .cont03 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.retinal_sheet .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.retinal_sheet .cont03 .inner h2 span{
		font-weight: bold;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.4px;
		position: relative;
	}
	.retinal_sheet .cont03 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/retinal_sheet_text03.svg")no-repeat;
		background-size: 100%;
		width: 95px;
		height: 15px;
	}
	.retinal_sheet .cont03 .inner .text01{
		margin-top: 28px;
	}
	.retinal_sheet .cont03 .inner .text02{
		margin: 30px 0 10px;
	}
	.retinal_sheet .cont03 .inner .img_box{
		width: 380px;
		overflow-x: auto;
	}
	.retinal_sheet .cont03 .inner .img_box::-webkit-scrollbar{
		height: 3px;
	}
	.retinal_sheet .cont03 .inner .img_box::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.retinal_sheet .cont03 .inner .img_box::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.retinal_sheet .cont03 .inner .img_box picture{
		display: block;
		width: 800px;
		padding: 0 0 30px;
	}
	.retinal_sheet .cont03 .inner .img_box picture img{
		display: block;
		width: 800px;
	}
	.retinal_sheet .cont03 .inner .cont{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px 0;
		margin-top: 20px;
	}
	.retinal_sheet .cont03 .inner .cont .text_box{
		width: 350px;
		border: 1.5px solid #0690cc;
		border-right: none;
		border-left: none;
		margin-top: 30px;
		padding: 26px 0 21px;
		box-sizing: border-box;
		text-align: center;
	}
	.retinal_sheet .cont03 .inner .cont .text_box h3{
		color: #0690cc;
		font-size: 20px;
		line-height: 1.75;
	}
	.retinal_sheet .cont03 .inner .cont .text_box ul{
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
	.retinal_sheet .cont03 .inner .cont .text_box ul li{
		font-size: 16px;
		line-height: 2;
		text-indent: -1em;
		padding-left: 1em;
	}
	.retinal_sheet .cont03 .inner .cont .text_box ul li::before{
		content: "・";
	}



/* neural_progenitor
------------------------------------------------------------------------*/
	
	/* cont01 */
	.neural_progenitor .cont01 .inner{
		display: flex;
		flex-direction: column-reverse;
		gap: 35px 0;
		align-items: center;
		padding: 70px 30px 50px;
		position: relative;
	}
	.neural_progenitor .cont01 .inner::after{
		position: absolute;
		top: 230px;
		left: 0;
		content: "";
		background: #eef7df;
		width: 440px;
		height: calc(100% - 230px);
		z-index: -1;
	}
	.neural_progenitor .cont01 .inner h2{
		padding-bottom: 35px;
		overflow: hidden;
		font-size: 20px;
		line-height: 1;
		position: relative;
	}
	.neural_progenitor .cont01 .inner h2::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: url("img/neural_progenitor_text01.svg")no-repeat;
		width: 129px;
		height: 19px;
	}
	.neural_progenitor .cont01 .inner h2::after{
		position: absolute;
		bottom: 8px;
		left: 145px;
		content: "";
		background: #1f8c63;
		width: 100%;
		height: 1px;
	}
	.neural_progenitor .cont01 .inner .text01{
		margin-top: 24px;
	}


	/* cont02 */
	.neural_progenitor .cont02 .inner{
		padding: 70px 30px 0;
		position: relative;
	}
	.neural_progenitor .cont02 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.neural_progenitor .cont02 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.neural_progenitor .cont02 .inner h2 span{
		font-weight: bold;
		position: relative;
	}
	.neural_progenitor .cont02 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/neural_progenitor_text02.svg")no-repeat;
		background-size: 100%;
		width: 106px;
		height: 11px;
	}
	.neural_progenitor .cont02 .inner .text01{
		margin-top: 28px;
	}
	.neural_progenitor .cont02 .inner .text01 + .text01{
		margin-top: 20px;
	}


	/* cont03 */
	.neural_progenitor .cont03 .inner{
		padding: 70px 30px 80px;
		position: relative;
	}
	.neural_progenitor .cont03 .inner h2{
		padding-bottom: 18px;
		font-size: 18px;
		line-height: 1;
		position: relative;
	}
	.neural_progenitor .cont03 .inner h2::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: linear-gradient(90deg , #1f8c63 130px , #ccc 130px);
		width: 100%;
		height: 2px;
	}
	.neural_progenitor .cont03 .inner h2 span{
		font-weight: bold;
		font-feature-settings: "palt" 1;
		letter-spacing: 0.4px;
		position: relative;
	}
	.neural_progenitor .cont03 .inner h2 span::after{
		position: absolute;
		top: 6px;
		left: calc(100% + 12px);
		content: "";
		background: url("img/neural_progenitor_text03.svg")no-repeat;
		background-size: 100%;
		width: 95px;
		height: 15px;
	}
	.neural_progenitor .cont03 .inner .text01{
		margin-top: 28px;
	}
	.neural_progenitor .cont03 .inner dl{
		margin-top: 18px;
	}
	.neural_progenitor .cont03 .inner dl dt{
		color: #1f8c63;
		font-size: 16px;
		font-weight: bold;
		line-height: 2;
	}
	.neural_progenitor .cont03 .inner dl dt::before{
		content: "・";
	}
	.neural_progenitor .cont03 .inner dl dt::after{
		content: "：";
	}
	.neural_progenitor .cont03 .inner dl dd{
		padding-left: 1em;
		font-size: 16px;
		line-height: 2;
	}
	.neural_progenitor .cont03 .inner .text02{
		margin-top: 24px;
	}
	.neural_progenitor .cont03 .inner .img_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
		margin-top: 15px;
	}
	.neural_progenitor .cont03 .inner .img_box figure{
		width: 300px;
	}



/* template */
/* about
------------------------------------------------------------------------*/
/* about 共通 */
.about .cont01 h2,
.about .cont02 h2 {
	line-height: 1;
	color: #999;
	text-align: center;
	padding-top: 52px;
	font-weight: bold;
	position: relative;
}
.about .cont01 h2::before,
.about .cont02 h2::before {
	content: "";
	height: 38px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.about .cont01 h2::before {
	background: url(img/about_text01.svg)top center no-repeat;
	width: 150px;
}
.about .cont02 h2::before {
	background: url(img/about_text02.svg)top center no-repeat;
	width: 140px;
}
.about table {
	width: 100%;
	text-align: left;
	margin: 40px auto 0;
	font-size: 16px;
}
.about table tr {
	border-top: 1px solid var(--main-color);
	padding: 20px;
	display: block;
}
.about table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.about table th {
	display: block;
	color: var(--main-color);
	font-weight: bold;
	margin-bottom: 10px;
}
.about table td {
	display: block;
}


/* cont01 */
.about .cont01 {
	margin: 60px auto 80px;
}


/* cont02 */
.about .cont02 {
	margin: 80px auto;
}
.about .cont02 .inner .box{
	background: #eef7df;
	border-radius: 5px;
	margin-top: 40px;
	padding: 30px;
}
.about .cont02 .inner .box h3{
	font-size: 18px;
}
.about .cont02 .inner .box h3::before{
	content: "■";
	color: #1f8c63;
	margin-right: 3px;
}
.about .cont02 .inner .box .text01::before{
	content: "所在地：";
}
.about .cont02 .inner .box .text02{
	color: #1f8c63;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 5px;
	position: relative;
}
.about .cont02 .inner .box .text02::before{
	content: "";
	background: #1f8c63;
	width: calc(100% - 80px);
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.about .cont02 .inner .box ul,
.about .cont02 .inner .box .text03{
	margin-bottom: 30px;
}
.about .cont02 .inner .box ul li::before{
	content: "・";
}
.about .cont02 .inner .box .map{
	text-align: center;
}
.about .cont02 .inner .box .map iframe{
	width: 100%;
	height: 400px;
}



/*blog 共通項目
--------------------------------------------------------------------------*/
.blog .flex{
	margin:70px auto;
}
.blog .flex .side .side_box01,
.blog .flex .side .side_box02,
.blog .flex .side .side_box03 {
	margin: 70px 0;
}
.blog .flex .side .cont a {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	margin-top: 20px;
}
.blog .flex .side h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
}
.blog .flex .side h2::before {
	content: "";
	color: var(--main-color);
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 100px;
}
.blog .flex .side .side_box01 h2::before {
	content: "Popular Articles";
}
.blog .flex .side .side_box02 h2::before {
	content: "New Articles";
}
.blog .flex .side .side_box03 h2::before {
	content: "Category";
	left: 110px;
}
.blog .flex .side .cont .text_box {
	padding-left: 15px;
	font-size: 14px;
}
.blog .flex .side .cont .text_box h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.blog .flex .side .cont .img {
	width: 150px;
	flex-shrink: 0;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.blog .flex .side .cont .img img {
	max-width: 100%;
	border-radius: 5px;
}
.blog .flex .side .side_box01 .cont .img {
	position: relative;
}
.blog .flex .side .side_box01 .cont .img::before {
	content: "";
	width: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	line-height: 25px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box01 .cont:nth-of-type(1) .img::before {
	content: "1";
	background: #f2cd44;
}
.blog .flex .side .side_box01 .cont:nth-of-type(2) .img::before {
	content: "2";
	background: #ababab;
}
.blog .flex .side .side_box01 .cont:nth-of-type(3) .img::before {
	content: "3";
	background: #bc6c25;
}
.blog .flex .side .side_box01 .cont:nth-of-type(4) .img::before {
	content: "4";
}
.blog .flex .side .side_box01 .cont:nth-of-type(5) .img::before {
	content: "5";
}
.blog .flex .side .side_box02 .cont .img {
	position: relative;
}
.blog .flex .side .side_box02 .cont .img::before {
	content: "new";
	width: 50px;
	height: 25px;
	line-height: 1;
	font-size: 14px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #fff;
	background: var(--main-color);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .flex .side .side_box03 ul {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li {
	position: relative;
	padding-left: 32px;
}
.blog .flex .side .side_box03 ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
.blog .flex .side .side_box03 ul li::before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url(img/category_icon.png) no-repeat top 7px left 7px var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



/* blog_archive
------------------------------------------------------------------------*/

.blog_archive .cont01 .cont{
	width: 330px;
	margin:0 auto 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--main-color);
}
.blog_archive .cont01 .cont a {
	display: flex;
	flex-direction: column-reverse;
}
.blog_archive .cont01 .cont h2 {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.blog_archive .cont01 .cont .text_box .cate_box .cate {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	min-width: 95px;
	padding: 7px 15px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 0;
}
.blog_archive .cont01 .cont .text {
	margin-top: 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.blog_archive .cont01 .cont .img{
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.blog_archive .cont01 .cont .img img {
	background: var(--main-light-color);
	border-radius: 5px;
}


/* ブログ詳細 css */
.blog_single .cont01 h1{
	padding-bottom: 10px;
	border-bottom: 1px solid var(--main-color);
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: bold;
	position: relative;
}
.blog_single .cont01 .cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 20px;
}
/*
.blog_single .cont01 .cate_box .cate {
	line-height: 1;
	font-size: 12px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
	box-sizing: border-box;
	margin: 0;
}*/

.blog_single .cont01 .cate_box .cate {
	text-align: center;
}
.blog_single .cont01 .cate_box .cate a{
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 1;
	font-size: 12px;
	min-width: 100px;
	padding: 7px 15px;
	border-radius: 5px;
	background: var(--main-color);
}

.blog_single .cont01 .cate_box .date{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}



/* contact
------------------------------------------------------------------------*/
/* cont01 */
.contact .cont01{
	margin: 55px auto 80px;
	padding: 0 30px;
}
.contact .cont01 h2{
	font-size: 18px;
	line-height: 1.8;
	color: var(--main-color);
	text-align: center;
}
.contact .cont01 .lead li:nth-of-type(n+2){
	margin-top: 10px;
}
.contact .cont01 table{
	width:100%;
	margin: 20px auto 0;
	font-size: 14px;
}
.contact .cont01 table tr{
	display: block;
	padding: 20px 0;
	border-top: 1px solid var(--main-color);
}
.contact .cont01 table tr:last-of-type{
	border-bottom: 1px solid var(--main-color);
}
.contact .cont01 table tr:first-of-type{
	border-top: none;
}
.contact .cont01 table th{
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.contact .cont01 table th span{
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	padding: 7px 15px 6px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact .cont01 table td{
	display: block;
}
.contact .cont01 table td .radio-box{
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.contact .cont01 table td .radio-box span{
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.contact .cont01 table td .radio-box span input{
	margin: 0 !important;
}
.contact .cont01 table td input[type="text"],
.contact .cont01 table td input[type="email"],
.contact .cont01 table td input[type="tel"],
.contact .cont01 table td select,
.contact .cont01 table td textarea{
	width:100% !important;
	height: 60px !important;
	font-size:16px;
	font: inherit;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px;
	border: none !important;
	background: var(--main-light-color);
	border-radius: 5px !important;
}
.contact .cont01 table td textarea{
	height: 250px !important;
}
.contact .cont01 tr.address-contact td{
	position: relative;
	padding-top: 30px;
}
.contact .cont01 tr.address-contact td span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}
.contact .cont01 tr.address-contact input:first-of-type{
	width: 150px !important;
	margin-right: 5px;
}
.contact .cont01 tr.address-contact input:nth-of-type(2){
	width: 220px !important;
}
.contact .cont01 tr.address-contact input:last-of-type{
	margin-top: 10px !important;
}
.contact .cont01 .privacyBox{
	width: 380px;
	margin: 30px auto 40px;
}
.contact .cont01 .privacyBox h4{
	height: 70px;
	color: #fff;
	background: var(--main-color);
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	padding-top: 10px;
    box-sizing: border-box;
}
.contact .cont01 .privacyBox .txtBox{
	border: 1px solid var(--main-color);
	height: 130px;
	padding: 15px 25px;
	box-sizing: border-box;
	overflow-y: auto;
	border-radius: 0 0 5px 5px;
}
.contact .cont01 .privacyBox .txtBox a{
	text-decoration: underline;
	text-underline-offset: 3px;
}
.contact .cont01 .privacyBox .txtBox::-webkit-scrollbar{
	width: 5px;
}
.contact .cont01 .privacyBox .txtBox::-webkit-scrollbar-track{
	background-color: transparent;
}
.contact .cont01 .privacyBox .txtBox::-webkit-scrollbar-thumb{
	background-color: #ccc;
	border-radius: 2px;
}
.contact .cont01 .privacyBox .txtBox .text04{
	margin-bottom: 20px;
}
.contact .cont01 .button{
	text-align: center;
}
.contact .cont01 .button input[type="submit"]{
	font-family: var(--main-font) !important;
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/* thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding: 50px 15px 70px;
	text-align: center;
}
.thanks .cont01 h2{
	text-align: center;
	font-size: 18px;
}
.thanks .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.thanks .cont01 .button {
	margin-top: 40px;
}
.thanks .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/* note privacy information_protect
------------------------------------------------------------------------*/
.note .cont01,
.privacy .cont01,
.information_protect .cont01 {
	padding: 70px 30px;
}
.note .cont01 h2,
.privacy .cont01 h2,
.information_protect .cont01 h2 {
	font-size: 24px;
	text-align: center;
}
.note .cont01 .box,
.privacy .cont01 .box,
.information_protect .cont01 .box {
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px dashed var(--main-color);
}
.note .cont01 .box:first-of-type,
.privacy .cont01 .box:first-of-type {
	margin-top: 30px;
}
.note .cont01 .box:last-of-type,
.privacy .cont01 .box:last-of-type,
.information_protect .cont01 .box:last-of-type {
	border-bottom: none;
}
.note .cont01 .box h3,
.privacy .cont01 .box h3,
.information_protect .cont01 .box h3 {
	font-size: 18px;
}
.note .cont01 .box .text01,
.privacy .cont01 .box .text01,
.information_protect .cont01 .box .text01 {
	line-height: 2;
	margin-top: 10px;
}
.note .cont01 .box .text01 a,
.privacy .cont01 .box .text01 a,
.information_protect .cont01 .box .text01 a {
	text-decoration: underline;
}


.information_protect .cont01 {
	padding-top: 60px;
}
.information_protect .cont01 .text02 {
	text-align: right;
	margin-bottom: 5px;
}
.information_protect .cont01 .text03 {
	margin-top: 20px;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/

.yonmaruyon .cont01,
.yonichimaru .cont01{
	padding: 50px 0 80px;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2{
	text-align: center;
	font-size: 20px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button ,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/*post_cont
------------------------------------------------------------------------*/
.post_cont .index_nav {
	box-sizing: border-box;
	padding: 30px;
	border: none;
	border-radius: 0px;
	margin: 20px 0 45px;
	background: var(--main-light-color);
	border-radius: 10px;
}
.post_cont .index_nav .title {
	font-weight: bold;
	position: relative;
	padding: 0 !important;
	padding-left: 35px !important;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
}
.post_cont .index_nav .title::before {
	content: '';
	width: 20px;
	height: 18px;
	background: url(img/index_icon.png) no-repeat center / 100%;
	position: absolute;
	top: 4px;
	left: 5px;
}
.post_cont .index_nav {
	position: static;
}
.post_cont .index_nav ul {
	margin: 20px 0 0 0;
	padding-bottom: 0;
}
.post_cont .index_nav ul li.index_level03 {
	margin-left: 15px;
}
.post_cont .index_nav ul li.index_level04 {
	margin-left: 30px;
}
.post_cont .index_nav ul li.index_level05 {
	margin-left: 45px;
}
.post_cont .index_nav ul li {
	display: block;
	text-align: left;
	margin-top: 30px;
	line-height: 1.2;
}
.post_cont .index_nav ul li.index_level03,
.post_cont .index_nav ul li.index_level04,
.post_cont .index_nav ul li.index_level05 {
	margin-top: 25px;
}
.post_cont .index_nav ul li a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.post_cont .index_nav ul li.index_level03 a,
.post_cont .index_nav ul li.index_level04 a,
.post_cont .index_nav ul li.index_level05 a {
	font-size: 14px;
}
.post_cont .index_nav ul li::before {
	display: none;
}

.post_cont .has-text-align-left{
	text-align: left;
}
.post_cont .has-text-align-center{
	text-align: center;
}
.post_cont .has-text-align-right{
	text-align: right;
}

.post_cont h2{
	margin: 50px 0 30px;
	padding: 0 0 0 35px;
	font-size: 22px;
	position: relative;
	line-height: 1.2;
}
.post_cont h2:before{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: #fff;
	position: absolute;
	top:0px;
	left:0;
}
.post_cont h2:after{
	content: "";
	display: block;
	width:14px;
	height: 14px;
	border:1px solid var(--main-color);
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:10px;
}
.post_cont h3{
	margin: 45px 0 30px;
	padding: 0 0 0 30px;
	font-size: 20px;
	position: relative;
	line-height: 1.2;
}
.post_cont h3:before{
	content: "";
	display: block;
	width:20px;
	height: 20px;
	background: var(--main-color);
	position: absolute;
	top:2px;
	left:0;
}

.post_cont h4{
	font-size:18px;
	border-left:5px solid var(--main-color);
	margin: 40px 0 30px;
	padding: 2px 0 0 15px;
	line-height: 1.2;
}

.post_cont h5{
	font-size:16px;
	margin: 35px 0 30px;
	padding: 0 0 0 25px;
	position: relative;
	line-height: 1.2;
}
.post_cont h5:before{
	content: "";
	display: block;
	width:15px;
	height: 5px;
	background: var(--main-color);
	position: absolute;
	top:10px;
	left:0;
}
.post_cont strong{
	font-weight: bold;
	color: var(--main-dark-color);
}
.post_cont em{
	font-style: italic;
	color: var(--main-color);
}
.post_cont a{
	text-decoration: underline;
	color:var(--main-color);
}

.post_cont > p{
	margin: 0 0 30px;
}
.post_cont ul{
	margin: 0 0 30px 23px;
	list-style-type: disc;
}
.post_cont ol{
	margin: 0 0 30px 23px;
	list-style-type: decimal;
}
.post_cont table{
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 1.5;
}
.post_cont table th{
	background: var(--main-dark-color);
	color:#fff;
	font-weight: bold;
	padding: 10px 15px;
}
.post_cont table tr:nth-of-type(1) th{
	background: var(--main-color);
}
.post_cont table td{
	background: var(--main-light-color);
	padding: 10px 15px;
}
.post_cont .wp-block-quote{
	background: var(--main-light-color);
	padding: 50px;
	border-left: 3px solid var(--main-color);
	margin: 0 0 30px;
	position: relative;
}
.post_cont .wp-block-quote:before,
.post_cont .wp-block-quote:after{
	content: "”";
	display: block;
	font-size: 100px;
	color:var(--main-color);
	line-height: 1;
	position: absolute;
}
.post_cont .wp-block-quote:before{
	top: 10px;
	left: 10px;
}
.post_cont .wp-block-quote:after{
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}

.post_cont .wp-block-buttons{
	margin: 0 0 30px;
	display: flex;
}
.post_cont .wp-block-buttons a{
	display: block;
	text-align: center;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	box-sizing: border-box;
	line-height: 48px;
	min-width: 380px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
}
.post_cont .wp-block-buttons a::after{
	content: "";
	background: url(img/btn_arrow01.png)center left / cover no-repeat;
	width: 16px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.post_cont .wp-block-code{
	display: block;
	white-space: pre-wrap;
	margin: 0 0 30px;
}
.post_cont .wp-block-code code{
	display: inline-block;
	padding: 20px;
	color: #fff;
	background: #000;
}
.post_cont .wp-block-image{
	margin: 0 0 30px;
}
.post_cont .wp-block-image img{
	max-width: 100%;
	border-radius: 10px;
}



/* footer
------------------------------------------------------------------------*/
footer{
	background: linear-gradient(-90deg ,#eef7df ,#fff);
	position: relative;
}
footer .inner{
	display: flex;
	flex-direction: column;
	padding: 80px 30px 133px;
	position: relative;
}
footer .inner .h_box .logo{
	width: 280px;
}
footer .inner .h_box .text01{
	font-size: 14px;
	line-height: 1.857;
	margin-top: 14px;
}
footer .inner .h_box address p{
	font-size: 14px;
	line-height: 1.857;
}
footer .inner .h_box address .tel::before{
	content: "TEL：";
}
footer .inner .h_box .copy{
	position: absolute;
	bottom: 65px;
	left: 30px;
	font-size: 12px;
	line-height: 1;
	margin-top: 36px;
}
footer .inner .foot_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
footer .inner .foot_nav .main_ttl:nth-of-type(1){
	order: 1;
}
footer .inner .foot_nav .sub:nth-of-type(2){
	order: 2;
}
footer .inner .foot_nav .sub:nth-of-type(3){
	order: 3;
}
footer .inner .foot_nav .sub:nth-of-type(4){
	order: 4;
}
footer .inner .foot_nav .sub:nth-of-type(5){
	order: 5;
}
footer .inner .foot_nav .sub:nth-of-type(6){
	margin-bottom: 37px;
	order: 6;
}
footer .inner .foot_nav .main_ttl:nth-of-type(7){
	order: 7;
}
footer .inner .foot_nav .sub:nth-of-type(8){
	order: 8;
}
footer .inner .foot_nav .sub:nth-of-type(9){
	margin-bottom: 7px;
	order: 9;
}
footer .inner .foot_nav .sub_in:nth-of-type(10){
	order: 10;
}
footer .inner .foot_nav .sub_in:nth-of-type(11){
	order: 12;
}
footer .inner .foot_nav .sub_in:nth-of-type(12){
	order: 11;
}
footer .inner .foot_nav .sub_in:nth-of-type(13){
	order: 13;
}
footer .inner .foot_nav .main:nth-of-type(14){
	margin-top: 68px;
	order: 14;
	position: relative;
}
footer .inner .foot_nav .main:nth-of-type(14)::before{
	position: absolute;
	top: -30px;
	left: 0;
	content: "";
	background: #1f8c63;
	width: 380px;
	height: 1px;
}
footer .inner .foot_nav .main:nth-of-type(15){
	order: 16;
}
footer .inner .foot_nav .main:nth-of-type(16){
	margin-top: 68px;
	order: 15;
}
footer .inner .foot_nav .main:nth-of-type(17){
	order: 17;
}
footer .inner .foot_nav .main:nth-of-type(18){
	order: 18;
}
footer .inner .foot_nav .main_ttl{
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #1f8c63;
	color: #1f8c63;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
footer .inner .foot_nav .sub{
	width: 100%
}
footer .inner .foot_nav .sub::before{
	content: "・";
}
footer .inner .foot_nav .sub a{
	font-size: 16px;
	font-weight: bold;
	line-height: 2.375;
}
footer .inner .foot_nav .sub_in a{
	display: block;
	width: 175px;
	font-size: 14px;
	line-height: 2.57;
	padding-left: 14px;
	box-sizing: border-box;
	position: relative;
}
footer .inner .foot_nav .sub_in a::after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: url("img/footer_arrow01.svg")no-repeat;
	background-size: 100%;
	width: 5px;
	height: 9px;
}
footer .inner .foot_nav .main a{
	display: block;
	width: 195px;
	color: #1f8c63;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 22px;
	position: relative;
}
footer .inner .foot_nav .main:nth-of-type(14) a,
footer .inner .foot_nav .main:nth-of-type(15) a,
footer .inner .foot_nav .main:nth-of-type(18) a{
	width: 145px;
}
footer .inner .foot_nav .main a::after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	background: url("img/footer_arrow01.svg")no-repeat;
	background-size: 100%;
	width: 5px;
	height: 9px;
}


footer .page_top_btn{
	position: absolute;
	bottom: 65px;
	right: 30px;
	cursor: pointer;
}
footer .page_top_btn a{
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}



}/*SPの記述ここまで*/





/* swiper
----------------------------------------------------------*/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}





/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form#mailformpro .must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro .optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
form#mailformpro .problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #000;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
@media screen and (min-width: 441px){
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px var(--main-color);
	border-radius: 5px;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: var(--main-color);
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
@media screen and (min-width: 441px){
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
@media screen and (min-width: 441px){
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 441px) {
	div#mfp_overlay_background{
		width:440px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:440px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}


