@charset "UTF-8";
/*
	font-family: 'Zen Kaku Gothic New';
box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
*/

* {
    margin: 0;
    padding: 0;
}



body {
    font-family: 'Zen Kaku Gothic New';
    line-height: 1.8em;
    color: #333;
    font-size: 16px;
    font-weight: 400;
	letter-spacing: 0.05em;
	word-break: break-word;

}

p {
    line-height: 1.7em;
    color: #333;
    font-size: 16px;
    font-weight: 400;

}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	letter-spacing: 0.05em;
		
}
/*
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
  @supports (navigator:credentials) {
    body,
	p,
	a,
	.page_ttl{
			-webkit-font-smoothing: antialiased !important;
			font-family: 'Zen Kaku Gothic New', sans-serif !important;

        }
    }
}

*/



ul li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);

}



.fw_b{
	font-weight: 600 !important;
}


.iw100 img {
    max-width: 100%;
}

.iw340 a {
    max-width: 340px;
    display: block;
    margin: auto;
}

.iw340 img {
    max-width: 100%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.iw400 img {
	
    max-width: 400px;
	width: 100%;
	display: block;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}
.iw450 img {
	
    max-width: 450px;
	width: 100%;
	display: block;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}


.iw460 img{
    max-width: 460px;
    max-width: 100%;
    margin: auto;	
}



.bnr_01 img {
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

/**************/
.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f17 {
	font-size: 17px !important;
}

.f18 {
	font-size: 18px !important;
}

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f22 {
	font-size: 22px !important;
}

.f23 {
	font-size: 23px !important;
}

.f24 {
	font-size: 24px !important;
}

.f25 {
	font-size: 25px !important;
}

.f26 {
	font-size: 26px !important;
}

.f27 {
	font-size: 27px !important;
}


/**************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 0.05em;
}

/**************/

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/**************/
.txt_c {
    text-align: center !important;
}

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

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

/**************/

.float_sb {
    display: flex;
    justify-content: space-between;
}

.float_sa {
    display: flex;
    justify-content: space-around;
}

.float_ce {
    display: flex;
    justify-content: center;
}

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}


.type_01,
.type_02 {
    display: flex;
    justify-content: space-between;
}

.type_01 .l_box {
    max-width: 520px;
    width: 48%;
}

.type_01 .r_box {
    max-width: 520px;
    width: 48%;
}

.type_02 .l_box {
    max-width: 520px;
    width: 48%;
    order: 2;
}

.type_02 .r_box {
    max-width: 520px;
    width: 48%;
    order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
    max-width: 520px;
    width: 100%;
}


.type_03 {
    display: flex;
    justify-content: space-between;
}

.type_03 .r_box {
    max-width: 800px;
    width: 72%;
}

.type_03 .l_box {
    max-width: 265px;
    width: 23%;
}




.type_04 {
    display: flex;
    justify-content: space-between;
}

.type_04 .r_box {
    max-width: 680px;
    width: 68%;
}



.type_04  .l_box {
    max-width: 300px;
    width: 30%;
}
.type_04  .l_box img{
	max-width: 300px;
	width: 100%;
}




.type_05 {
    display: flex;
    justify-content: space-between;
}

.type_05 .r_box {
    max-width: 660px;
    width: 60%;
}

.type_05 .l_box {
    max-width: 400px;
    width: 37%;
}
.type_05 .l_box img{
	max-width: 400px;
	width: 100%;
}

/**************/

article.top {
    padding-top: 110px;
	padding-bottom: 100px;
}
article {
    padding-top: 65px;
	padding-bottom: 100px;
}

.frame {
    max-width: 1130px;
    padding: 0 15px;
    margin: auto;
}

.w900 {
    max-width: 900px;
    margin: auto;
}

.w700 {
    max-width: 700px;
    margin: auto;
}


.bg_01 {
    background-color: #EAF6F4;
}

.bg_02{
	background-color: #fff;
}

.bg_03{
	background-color: #F9FDED;
}


.bg_04{
	background-color: #F0FAFC;
}


.bg_05{
	background-color: #FFF8E5;
}

.bg_06{
	background-color: #F5F2E4;
}


.bg_07{
	border: 1px dotted #38B09E;
	padding: 40px 30px 40px;
}
/**************/

.n_day {
    color: #38B09E;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 600;
}



.tag_a a {
    background-color: #38B09E;
    color: #fff;
    font-size: 12px;
    line-height: 1.3em;
    padding: 3px 12px 4px;
    display: inline-block;
    margin-right: 12px;
}
.tag_b{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tag_b a{
    background-color: #fff;
	border: 1px solid #38B09E;
    color: #38B09E;
    font-size: 14px;
    line-height: 1.3em;
    padding: 3px 15px 4px;
    display: inline-block;
    margin: 0 7px 10px;
	border-radius: 50px;
}

.tag_b a:hover{
    background-color: #38B09E;
	border: 1px solid #38B09E;
    color: #fff;
	opacity: 1;
}


.tag_c{
	background-color: #436469;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
	display: inline-block;
	padding: 3px 10px;
}
.tag_d{
	background-color: #CFE6E3;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	display: inline-block;
	padding: 3px 10px;
}
/**************/



.link_01 a {
    color: #38B09E;
    font-weight: 600;
    text-decoration: underline;
}



.link_02{
	position: relative;
	padding: 0 0 0 15px;
	display: inline-block;
}
.link_02:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/icon_06.png");
	width: 8px;
	height: 12px;
	background-size: 100%;
	left: 0;
	top: 9px;
}


.link_02 a{
    color: #38B09E;
    font-weight: 600;
    text-decoration: underline;
	font-size: 16px;
	line-height: 1.4em;
}

.link_02 span{
	position: relative;
	display: inline;
	padding-right: 19px;
}
.link_02 span:after{
	content: "";
	position: absolute;	
	background-image: url("../images/common/icon_07.png");
	width: 16px;
	height: 16px;
	background-size: 100%;
	right: 0;
	bottom: 2px;
}







.link_02_a{
	position: relative;
	padding: 0 0 0 15px;
	display: inline-block;
}
.link_02_a:before{
	content: "";
	position: absolute;
	background-image: url("../images/common/icon_06.png");
	width: 8px;
	height: 12px;
	background-size: 100%;
	left: 0;
	top: 9px;
}


.link_02_a a{
    color: #38B09E;
    font-weight: 600;
    text-decoration: underline;
	font-size: 16px;
	line-height: 1.4em;
}






.link_03 a{
    color: #333333;
    font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
;
}
.link_03 span{
	position: relative;
	display: inline;
	padding-right: 19px;
}
.link_03 span:after{
	content: "";
	background-image: url("../images/common/icon_pdf.png");
	width: 16px;
	height: 19px;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}


.link_04 a{
	color: #38B09E;
	border: 1px solid #38B09E;
	padding: 3px 15px;
	line-height: 1.3em;
	display: inline-block;
	border-radius: 50px;
}




.link_05 a{
    color: #333333;
    font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	display: block;

}
.link_05 span{
	position: relative;
	display: inline;
	padding-right: 19px;
}
.link_05 span:after{
	content: "";
	background-image: url("../images/common/icon_07.png");
	width: 16px;
	height: 16px;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 3px;
}
















.btn_01 a {
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    color: #38B09E;
 	display: inline-block;
    text-align: center;
    padding: 10px 23px;
    font-weight: 600;
    min-width: 270px;
	margin: 30px auto 0;
	border: 1px solid #EAEAEA;
}

.btn_01 a:hover {
    opacity: 1;
    background-color: #D7EEEB;
}

.btn_01 span {
    background-image: url("../images/common/icon_03.png");
    background-size: 8px;
    background-position: right 8px;
    padding: 0 17px;
    display: block;
}







.btn_02 a {
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    color: #38B09E;
    display: inline-block;
    text-align: center;
    padding: 4px 23px;
    font-weight: 600;
	border: 1px solid #EAEAEA;
}

.btn_02 a:hover {
    opacity: 1;
    background-color: #D7EEEB;
}

.btn_02 span {
    background-image: url("../images/common/icon_03.png");
    background-size: 8px;
    background-position: right 7px;
    padding-right: 17px;
}



.btn_03 {}

.btn_03 a {
    position: relative;
    padding-right: 100px;
    display: inline-block;
    margin-top: 20px;
}

.btn_03 a:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/btn_03_icon.jpg");
    background-size: 100%;
    width: 80px;
    height: 80px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    border-radius: 100px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn_03 span {
    border-bottom: 2px solid #333333;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.4em;
    font-weight: 600;
}


.btn_03_s a {
    position: relative;
    padding-right: 58px;
    display: inline-block;
    margin-top: 20px;
}

.btn_03_s a:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/btn_03_s_icon.png");
    background-size: 100%;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn_03_s span {
    border-bottom: 2px solid #333333;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 1.4em;
    font-weight: 600;
	display: inline-block;
}




.btn_04{
	margin-top: 40px;
}

.btn_04 a {
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    color: #38B09E;
    display: block;
    text-align: center;
    padding: 10px 23px;
    font-weight: 600;
    max-width: 330px;
	margin: 30px auto 0;
	border: 1px solid #EAEAEA;
}

.btn_04 a:hover {
    opacity: 1;
    background-color: #D7EEEB;
}

.btn_04 span {
    background-image: url("../images/common/icon_04.png");
    background-size: 24px;
    background-position: right 3px;
    padding: 0 30px;
    display: block;
}

/**************/

.ttl_01 {
    border-bottom: 2px solid #4C4948;
    padding-bottom: 16px;
    margin-bottom: 38px;
    position: relative;
    font-size: 30px;
    line-height: 1.4em;
}

.ttl_01:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 6px;
    width: 40px;
    background-color: #38B09E;
}




.ttl_02box {
    margin-bottom: 30px;
}

.ttl_02 {
    padding: 5px 10px;
    background-color: #D0F0EB;
    display: inline-block;
    margin-bottom: 10px;
}

.ttl_02 span {
    color: #333333;
    font-size: 24px;
    line-height: 1.4em;
}

.ttl_02_a {
    padding: 5px 10px;
    background-color: #D0F0EB;
    display: inline-block;

}

.ttl_02_a span {
    color: #333333;
    font-size: 24px;
    line-height: 1.4em;
}




.ttl_03 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 30px;
}

.ttl_03 span {
    display: inline-block;
    position: relative;
    padding: 0 50px;
}

.ttl_03 span:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/ttl_03_l.png");
    background-size: 100%;
    width: 38px;
    height: 50px;
    bottom: 5px;
    left: 0;
}

.ttl_03 span:after {
    content: "";
    position: absolute;
    background-image: url("../images/common/ttl_03_r.png");
    background-size: 100%;
    width: 38px;
    height: 50px;
    bottom: 5px;
    right: 0;
}


.ttl_03 small {
    font-size: 20px;
    display: block;
	margin-bottom: 5px;
}



.ttl_04 {
    text-align: center;
}

.ttl_04 span {
    padding: 11px 15px;
    background-color: #38B09E;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
    display: inline-block;
    position: relative;
	height: 90px;
}

.ttl_04 span:before {
    position: absolute;
    content: "";
    background-image: url("../images/top/bnr_b_l.png");
    width: 39px;
    height: 90px;
    background-size: 100%;
    left: -39px;
    top: 0;
}

.ttl_04 span:after {
    position: absolute;
    content: "";
    background-image: url("../images/top/bnr_b_r.png");
    width: 39px;
    height: 90px;
    background-size: 100%;
    right: -39px;
    top: 0;
}


.ttl_05 {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 0;
	font-weight: 600;
}
.ttl_06{
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 26px;
    text-align: left;
    border-left: 4px solid #38B09E;
	font-weight: 600;
	padding-left: 10px;
}
.ttl_06_a{
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
    border-left: 4px solid #38B09E;
	font-weight: 600;
	padding-left: 10px;
}

.ttl_07{
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 25px;
    text-align: left;
	background-image: url("../images/common/icon_05.png");
	background-position: left 5px;
	background-size: 18px;
	padding-left: 21px;
	font-weight: 600;
}


.ttl_08{
	background-color: #FAF9F4;
	border-left: 2px solid #436469;
	color: #4C4948;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4em;
}

.ttl_09{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}



.ttl_10{
	color: #333333;
	font-size: 28px;
	line-height: 1.4em;
	text-align: center;
	background-image: url("../images/common/icon_08.png");
	background-position: bottom center;
	padding-bottom: 20px;
	margin-bottom: 38px;
	background-size: 36px;

}
.ttl_10 span{
	color: #38B09E;
	font-size: 18px;
	line-height: 1.4em;
	display: inline-block;
	position: relative;
	padding: 0 15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.ttl_10 span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-image: url("../images/common/ttl_10_l.png");
	width: 10px;
	height: 30px;
	background-size: 100%;
}
.ttl_10 span:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-image: url("../images/common/ttl_10_r.png");
	width: 10px;
	height: 30px;
	background-size: 100%;
}






.ttl_11 {
    font-size: 20px;
	text-align: center;
	font-weight: 600;
	line-height: 1.8em;
}

.ttl_12{
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 30px;

	
}

.ttl_12 span{
	padding: 0 5px 3px;
	background:linear-gradient(transparent 60%, #D7EEEB 60%);
}





.ttl_13{
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
}

.ttl_13 small{
	font-size: 16px;
	line-height: 1.5em;
	display: block;
}





.ttl_15{
	color: #fff;
	padding: 11px 10px 11px 60px;
	background-color: #87B900;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-left: 31px;
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
}
.ttl_15:before{
	content: "";
	position: absolute;
	background-size: 100%;
	background-position: left center;
	width: 80px;
	height: 80px;
	left: -31px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl_15_a{
	background-color: #87B900;
}

.ttl_15_b{
	background-color: #20A4BD;
}

.ttl_15_c{
	background-color: #C99300;
}

.ttl_15_a:before{
	background-image: url("../images/common/ttl_14_icon_a.png");
}

.ttl_15_b:before{
	background-image: url("../images/common/ttl_14_icon_b.png");
}

.ttl_15_c:before{
	background-image: url("../images/common/ttl_14_icon_c.png");
}


.ttl_16{
	border-bottom: 1px solid #38B09E;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 3px;
	margin-bottom: 20px;
}



.ttl_17{
	margin-bottom: 12px;
}
.ttl_17 a{
	text-decoration: underline;
	color: #38B09E;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 15px;
	background-image: url("../images/common/icon_03.png");
	background-size: 8px;
	background-position: left 9px;
}







/**************/

.list_link_a {
    display: flex;
    justify-content: space-between;
}

.list_link_a li {
    max-width: 340px;
    width: 32%;
}


.list_link_a li img {
    border-radius: 20px;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}




.list_link_a_01 {
    display: flex;
    justify-content: space-between;
}

.list_link_a_01 li {
    max-width: 420px;
    width: 48%;
	margin: 0 13px;
}


.list_link_a_01 li img {
    border-radius: 20px;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}




.list_link_a_02 {
    display: flex;
    justify-content: space-between;
}

.list_link_a_02 li {
    max-width: 250px;
    width: 24%;
	margin: 0 13px;
}


.list_link_a_02 li img {
    border-radius: 20px;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}




.list_link_b {
    background-color: #fff;
}

.list_link_b li {
    border-bottom: 1px solid #AFAFAF;
    padding: 17px 20px;
}

.list_link_b>a {


}


.list_link_b .float_ft {
    align-items: center;
    margin-bottom: 10px;
}

.list_link_b h3 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}





.list_link_c{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.list_link_c li {
    max-width: 200px;
    width: 24%;
	position: relative;
}
.list_link_c li img{
    border-radius: 10px;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}



.list_link_d{
	
}
.list_link_d li{
	line-height: 1.4em;
	margin-bottom: 7px;
}
.list_link_d li a{
	background-image: url("../images/common/icon_10.png");
	background-position: left 0;
	background-size: 9px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	display: block;
}



.list_link_e {
    display: flex;
    justify-content: space-between;
}

.list_link_e li {
	text-align: center;
    max-width: 340px;
    width: 32%;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.list_link_e li .inner{
	padding: 15px 15px 30px;
}
.list_link_e li img {
    border-radius: 20px;
    max-width: 300px;
	width: 100%;
	margin-bottom: 5px;
 
}
.list_link_e .ttl_14{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	padding: 16px 5px;
	margin-bottom: 3px;
}
.list_link_e .ttl_14 small{
	font-size: 16px;
	letter-spacing: 0;
	display: block;
}

.list_link_e li:first-child .ttl_14{
	background-color: #10386B;
}

.list_link_e li:nth-child(2) .ttl_14{
	background-color: #F26100;
}

.list_link_e li:last-child .ttl_14{
	background-color: #38B09E;
}


.list_link_e li .fw_b{
	margin-bottom: 17px;
	letter-spacing: 0;
}








.list_link_f{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_link_f:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
.list_link_f li{
	width: 32%;
	max-width: 320px;
	border-radius: 20px;
}
.list_link_f li a{
	display: block;
}
.list_link_f img{
	margin-bottom: 10px;
	border-radius: 20px;
	width: 100%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.list_link_f p{
	text-decoration: underline;
	color: #38B09E;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 15px;
	background-image: url("../images/common/icon_03.png");
	background-size: 8px;
	background-position: left 9px;
	letter-spacing: 0;
}


.list_link_g{
	
}

.list_link_g{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_link_g li{
	width: 23%;
	max-width: 230px;
}
.list_link_g li a{
	display: block;
}
.list_link_g img{
	margin-bottom: 10px;
	border-radius: 20px;
	width: 100%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.list_link_g p{
	text-decoration: underline;
	color: #38B09E;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 15px;
	background-image: url("../images/common/icon_03.png");
	background-size: 8px;
	background-position: left 9px;
}





.list_link_h {
    display: flex;
    justify-content: space-between;
}

.list_link_h li {
    max-width: 340px;
    width: 32%;
}
.list_link_h li img{
    max-width: 340px;
    width: 100%;
}



/**************/

.list_01> li {
	margin-bottom: 8px;
}

.list_01 > li p {
	text-indent: -1.2em;
	padding-left: 19px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
	margin-bottom: 13px;
}

.list_01 > li span {
	color: #38B09E;
	font-weight: 600;
	padding-right: 2px;
}











.list_03 p {
    background-image: url("../images/common/icon_09.png");
    padding-left: 18px;
    background-position: left 6px;
    line-height: 1.5em;
    margin-bottom: 12px;
    font-size: 16px;
    background-size: 13px;
    text-align: left;
}

.list_03 p:last-child {
    margin-bottom: 0;
}

/**************/

.list_a{
	display: flex;
	justify-content: space-between;
}

.list_a li{
	max-width: 280px;
	text-align: center;
	width: 32%;
}
.list_a li img{
	max-width: 190px;
	width: 100%;
	margin-bottom: 10px;
}

.list_a li img{
	
}




.list_b{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list_b>li{
	width: 48%;
	max-width: 520px;
	margin-bottom: 70px;
}

.list_b{
	
}


.table_a{
	width: 100%;
	border-collapse: collapse;
	border: 0;
	font-size: 16px;
	line-height: 1.5em;
}
.table_a tr:nth-child(odd) {
    background-color: #F5FAF9;
}

.table_a th{
	padding: 12px 20px;
	text-align: left;
	min-width: 130px;
	width: 130px;
	vertical-align: top;
	color: #436469;
	font-weight: 600;
	border-bottom: 1px solid #A0A0A0;
}
.table_a td{
	padding: 12px 15px 12px 10px;
	border-bottom: 1px solid #A0A0A0;
	position: relative;
}

.table_a td span{
	position: relative;
	padding-right: 11px;
	padding-left: 2px;
}

.table_a td span:before{
	content: "/";
	position: absolute;
	left: -9px;
	top: 0;	
}
.table_a td span:first-child:before{
	display: none;
}
.table_a td a{
	text-decoration: underline;
	color: #38B09E;
	font-weight: 600;
}

.table_a td:before{
	content: ":";
	position: absolute;
	left: 0;
	top: 12px;
}

.table_a td .t_inner{
	margin-bottom: 15px;
}

.table_a td .t_inner:last-child{
	margin-bottom: 0;
}
/**************/

/**************/


/**************/


/**************/

/**************/

/**************/


/**************/
.wp-pagenavi {
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
	margin-top: 30px;

}

.wp-pagenavi a {
	background-color: #fff;
	border: 1px solid #38B09E;
	color: #38B09E;
	font-weight: normal;
	padding: 6px 13px 7px;
	margin: 7px 5px;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.4em;
}

.wp-pagenavi span {
	padding: 9px 0px;
	margin-bottom: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
	padding: 6px 13px 7px;
	border: 1px solid #38B09E;
	background-color: #38B09E;
	color: #fff;
	opacity: 1;
	font-size: 14px;
	line-height: 1.4em;
	display: inline-block;
	margin: 7px 5px;
}



/**************/


#top_head {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 100;
}

#top_head:after {
    content: "";
    display: block;
}

#top_head a,
#top_head {
    text-decoration: none;
}

#top_head .head_inner {
    position: relative;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

#top_head .head_inner h1 {
    text-align: center;
    padding: 20px 15px;
}

.pc_nav {
    background-color: #38B09E;
}


.pc_nav > ul {
    max-width: 1130px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_nav > ul > li {
    position: relative;

}

.pc_nav > ul a {
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 600;
    color: #fff;
    padding: 14px 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



.arrow {
    width: 12px;
    height: 18px;
    display: inline-block;
    background-image: url("../images/common/nav_icon.png");
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 12px;
    transition: opacity 0.4s ease, background-image 0.4s ease;
    opacity: 1;
}


.has-accordion.open .arrow {
    background-image: url("../images/common/nav_icon_a.png");
    opacity: 0.99;
    transform: none;
}


.accordion-menu {
    position: absolute;
    top: 100%;
    background-color: #F4FAFA;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 0 0 20px 20px / 0 0 20px 20px;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4),
    0 3px 6px rgba(0, 0, 0, 0.2);
}

.pc_nav > ul > li:nth-child(2) > .accordion-menu {
    left: -58px;
}

.pc_nav > ul > li:nth-child(3) > .accordion-menu {
    left: -58px;
}

.accordion-menu li {
    border-bottom: 1px solid #38B09E;
}
.accordion-menu li:nth-child(n+2){
	background-image: url("../images/common/icon_nav.png");
	background-size: 8px;
	background-position: 14px 22px;
}
.accordion-menu li:nth-child(n+2) a{
	padding-left: 29px;
}
.accordion-menu li:last-child {
    border-bottom: 0;
}

.accordion-menu li a {
    padding: 18px 14px;
    white-space: nowrap;
    color: #38B09E;
	font-size: 14px;
	letter-spacing: 0;
}


.has-accordion.open .accordion-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}








#top_head h1 img {
    max-width: 734px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#top_head.fix .h_tel_area,
#top_head.fix .head_inner,
#top_head.fix h1 img,
#top_head.fix .head_inner .h_tel img,
#top_head.fix .head_inner h1,
#top_head.fix .pc_nav > ul a,
#top_head.fix .accordion-menu li:nth-child(n+2),
#top_head.fix .accordion-menu li:nth-child(n+2) a{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#top_head.fix {
    z-index: 1000;
}

#top_head.fix .head_inner {}

#top_head.fix .head_inner h1 {
    padding: 3px 15px;
}

#top_head.fix h1 img {
    width: 100%;
    max-width: 500px;
}

#top_head.fix .pc_nav > ul a {
    padding: 8px 3px;
    font-size: 14px;
}

#top_head.fix .accordion-menu li a {
    padding: 10px 15px;
}

#top_head.fix .accordion-menu li:nth-child(n+2){
	background-size: 6px;
	background-position: 15px 16px;
}
#top_head.fix .accordion-menu li:nth-child(n+2) a{
	padding-left: 26px;
}

/***************/



#navToggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

#navToggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
}

#navToggle span:nth-of-type(1),
#navToggle span:nth-of-type(2),
#navToggle span:nth-of-type(3) {
    height: 2px;
    background: #38B09E;
    width: 62%;
    left: 10px;
}

#navToggle span:nth-child(1) {
    top: 7px;
}

#navToggle span:nth-child(2) {
    top: 14px;
}

#navToggle span:nth-child(3) {
    top: 21px;
}



.openNav #navToggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.openNav #navToggle:after {
    content: "";
}




.sp_head {
    height: 60px;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.sp_nav.on {
    height: 100vh;
}


.sp_nav {
    overflow-y: scroll;
    position: fixed;
    height: auto;
    left: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: #F4FAFA;
}

.sp_area {
    padding: 20px 0 10px;
    height: 90px;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
}

.sp_nav > ul {
    display: none;
    max-width: 400px;
    margin: auto;
    padding: 80px 20px 200px;
}

.sp_nav > ul > li a {
    color: #4C4948;
}

.sp_nav > ul > li span {
    display: block;
    font-size: 13px;
    line-height: 1.3em;
    color: #9F9F9F;
    font-weight: 400;
}

.sp_nav > ul > li > a {

    min-width: 270px;
}


.s_logo {
    position: fixed;
    left: 10px;
    top: 7px;
    z-index: 1000;
}


.nav_a {
    border-bottom: 2px solid #E5E5E5;
    background-image: url("../images/common/icon_01.png");
    background-size: 14px;
    background-position: left 22px;
}

.nav_a a {
    padding: 17px 10px 10px 20px;
    display: inline-block;
    line-height: 1.4em;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}


.nav_b {
    margin-left: 20px;
    padding: 5px 0 0 13px;
    background-image: url("../images/common/icon_02.png");
    background-size: 6px;
    background-position: left 18px;
}

.nav_b a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
}


.sp_nav > ul .sp_nav_logo {
    text-align: center;
    border-bottom: 0;
}

.sp_nav > ul .sp_nav_logo img {
    max-width: 130px;
    margin: auto;
}




/**************/


.page_ttl_area {
	position: relative;
	height: 162px;
	background-position: center;
	background-size: cover;
	background-image: url("../images/common/page_bg.png");
	margin-top: 148px;
	background-color: #F8F8F8;
}
.page_ttl_area .frame {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_ttl_area .page_ttl {
	font-size: 32px;
	line-height: 1.4em;
	color: #4C4948;
	font-weight: 600;
	letter-spacing: 0;
}



/**************/
.pan_list {
	width: 100%;
	padding: 5px 0px;
}

.pan_list ul {
	max-width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.4em;
}

.pan_list ul li {
	display: inline;
	color: #333;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	padding-left: 15px;
	margin-left: 5px;
}

.pan_list ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.pan_list ul li:last-child a {
	margin-right: 0;
	color: #333;
	font-weight: 600;
}

.pan_list ul li a {
	position: relative;
	display: inline;
	color: #38B09E;
	font-size: 11px;
	font-weight: 600;
}

.pan_list ul li:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background-image: url("../images/common/icon_pan.png");
	width: 6px;
	height: 11px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.pan_list ul li:first-child:after {
	content: "";
	right: 0;
	background-image: none;
}


/**************/





.side_up{
	position: fixed;
	right: 1%;
	bottom: 1.5%;
	width: 180px;
	z-index: 100;
}

.side_up .side_inner{
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	background-color: #38B09E;
}
.side_up .side_off{
	text-align: right;
	cursor:pointer
}
.side_up .side_off img{
	max-width: 30px;
}

.side_up .up_img img{
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
	height: auto;
}

.side_up p{
	color: #fff;
	background-color: #38B09E;
	padding: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
}
/**************/
.mv_area {
    position: relative;
    width: 100%;
    margin-top: 147px;
}

.mv_area .slider div {

    width: 100%;

}

.mv_area .slider img {
    width: 100%;
}



.mv_area .slider_img .mv_txt{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 520px;
    background-color: #38B09E;
    padding: 18px;

}

.mv_area .mv_txt h2 a {
    color: #fff;
}

.mv_area .mv_txt h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
}


.mv_area .mv_txt .btn_02 {
    margin-top: 15px;
}





.slider,
.slick-list,
.slick-track {

}

.slider_img {

}

/* 矢印 */
.mv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.mv-prev {
    left: 40px;
}

.mv-next {
    right: 40px;
}

.mv-prev img,
.mv-next img {
    max-width: 40px;
}

.mv-arrow img {
    width: 48px;
    height: auto;
}






/**************/

.top .box01 {
    background-image: url("../images/top/bg_01.jpg");
    background-position: center 270px;
    background-size: 2260px;
    margin-bottom: 100px;
}


.top .box01_inner {
    margin-top: 90px;
    margin-bottom: 100px;
}

.top .box01_inner .list_link_a {
    margin-bottom: 25px;
}
.top .box01_inner .list_link_a .iw340{
	margin-top: 30px;
}


.top .box01 .btn_01 a{
	margin-left: 0;
}

.top .box02 {
    padding: 100px 0;
    background-image: url("../images/top/bg_02.jpg");
    background-size: 1500px;
    background-position: center;
}

.top .box02 .type_03 .l_box {
    min-width: 265px;
}



.top .box03 {
    padding: 100px 0 0;
}




/**************/

.sns .box01 .list_link_c{
	margin-bottom: 25px;
}

.sns .box02{
	margin-top: 70px;
}
.sns .box02 .inner{
	margin-bottom: 50px;
}
.sns .box02 .inner:last-child{
	margin-bottom: 0;	
}
.sns .box02 p{
	margin-bottom: 10px;
}


/**************/
.about .box01{
	margin-bottom: 100px;
}
.about .box01 .inner{
	position: relative;
}
.about .box01 .inner .ttl_11{
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
}
.about .box02{
	margin-bottom: 100px;
}
.about .box02 .ttl_10{
	margin-bottom: 40px;
}

.about .box02 .list_a .f16{
	letter-spacing: 0;
}


.about .box03{
	padding: 100px 0;
}

.about .box03 .type_01{
	align-items: center;
	margin-bottom: 50px;
}

.about .box03 .bg_02{
	padding: 40px;
}

.about .box04{
	background-image: url("../images/about/bg_img_04.jpg");
	background-size: 2110px;
	background-position: center bottom;
	padding: 100px 0 60px;
}

.about .box04 .inner{
	position: relative;
}

.about .box04 .inner_a{
	position: absolute;
	text-align: center;
	top: 15%;
	margin: auto;
	left: 0;
	right: 0;
}
.about .box04 .inner_a p.fw_b{
	letter-spacing: 0;
}

.about .box05{
	padding: 40px 0 100px;
}
.about .box05 .r_box p{
	letter-spacing: 0;
}


.about .box04 .list_link_e .btn_03_s a{
	text-align: left;
}


/**************/
.project .box01{
	margin-bottom: 100px;
}
.project .box01 .type_01{
	align-items: center;
}

.project .box02 .ttl_07{
	margin-bottom: 25px;
}
.project .box02 .bg_03,
.project .box02 .bg_04,
.project .box02 .bg_05{
	border-radius: 20px;
	padding: 50px 40px 40px;
}
.project .box02 .bg_03,
.project .box02 .bg_04{
	margin-bottom: 50px;
}




/**************/
.type_a .box01,
.type_a .box02,
.type_a .box03,
.type_a .box04{
	margin-bottom: 110px;
}
.type_a .box01 p.txt_c{
	margin-bottom: 35px;
}

.type_a .logo_img{
	text-align: center;
	margin-bottom: 20px;
}
.type_a .logo_img img{
	max-width: 80px;
	width: 100%;
}


.type_a .box02 .type_01,
.type_a .box03 .type_01{
	margin-bottom: 50px;
}




.type_a .type_a_box .bg_01{
	padding: 40px;
}
.type_a .type_a_box .float_sb div{
	width: 49%;
	max-width: 490px;
}
.type_a .type_a_box .float_sb img{
	max-width: 490px;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}






.cultivation.type_a{
	background-image: url("../images/cultivation/bg_01.jpg");
	background-size: 2030px;
	background-position: center 100px;
	background-repeat: repeat-y;
}
.cultivation.type_a .box02 .bg_06{
	border-radius: 20px;
	padding: 30px;
	text-align: center;
}

.cultivation.type_a .box02 .iw460{
	margin-top: 20px;
}






.research.type_a{
	background-image: url("../images/research/bg_01.jpg");
	background-size: 2030px;
	background-position: center 100px;
	background-repeat: repeat-y;
}


.research .btn_01{
	text-align: center;

}
.research .btn_01 a{
	margin-top: 0;
}

.research .box02 .btn_04 span{
	background-position: right 17px;
}


.creation.type_a{
	background-image: url("../images/creation/bg_01.jpg");
	background-size: 2030px;
	background-position: center 100px;
	background-repeat: repeat-y;
}

.creation.type_a .type_01{
	margin-bottom: 50px;
}


/**************/


.support .box01{
	margin-bottom: 100px;
}
.support .box02{
	margin-bottom: 80px;
}
.support .box04_a{
	margin-bottom: 100px;
}

.support .list_sup{
	
}
.support .list_sup li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #A0A0A0;
	padding: 10px 20px;
}
.support .list_sup .icon_ttl{
	max-width: 430px;
	width: 100%;
	background-size: 70px;
	background-position: left top;
	padding-left: 80px;
	padding-right: 15px;
	height: 70px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	color: #436469;
	letter-spacing: 0;
}
.support .list_sup li:nth-child(even){
	background-color: #FAFAFA;
}





.support .list_sup .link_02{
	margin-right: 20px;
}

.support .list_sup .icon_01{
	background-image: url("../images/support/icon_01.png");
}
.support .list_sup .icon_02{
	background-image: url("../images/support/icon_02.png");
}
.support .list_sup .icon_03{
	background-image: url("../images/support/icon_03.png");
}
.support .list_sup .icon_04{
	background-image: url("../images/support/icon_04.png");	
}
.support .list_sup .icon_05{
	background-image: url("../images/support/icon_05.png");
}
.support .list_sup .icon_06{
	background-image: url("../images/support/icon_06.png");	
}
.support .list_sup .icon_07{
	background-image: url("../images/support/icon_07.png");	
}
.support .list_sup .icon_08{
	background-image: url("../images/support/icon_08.png");	
}
.support .list_sup .icon_09{
	background-image: url("../images/support/icon_09.png");	
}
.support .list_sup .icon_10{
	background-image: url("../images/support/icon_10.png");	
}
.support .list_sup .icon_11{
	background-image: url("../images/support/icon_11.png");	
}
.support .list_sup .icon_12{
	background-image: url("../images/support/icon_12.png");	
}
.support .list_sup .icon_13{
	background-image: url("../images/support/icon_13.png");	
}
.support .list_sup .icon_14{
	background-image: url("../images/support/icon_14.png");	
}


.support .link_02_a a{
	margin-right: 15px;
}

.support .box03{
	margin-bottom: 100px;
}
.support .box04 .bg_01{
	padding: 40px;
}





.page_link {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.page_link>div {
	width: 100%;
	max-width: 330px;
	border: 1px solid #EAEAEA;
	border-radius: 20px;
	margin: 0 1% 20px;
}
.page_link>div a{
	background-color: #fff;
	border: 4px solid transparent;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	border-radius: 20px;
	text-align: center;
	color: #436469;
	font-size: 23px;
	line-height: 1.3em;
	font-weight: 600;
	max-width: 340px;
	height: 90px;
	display: block;
	background-size: 40px;
	background-position: 15px 20px;
	letter-spacing: 0;

}

.page_link>div a small{
	font-size: 22px;
	line-height: 1.3em;
}
.page_icon_a a{
	background-image: url("../images/grants/icon_a.png");
	padding-top: 10px;
}
.page_icon_b a{
	background-image: url("../images/grants/icon_b.png");
	padding-top: 12px;
	padding-left: 30px;
}
.page_icon_c a{
	background-image: url("../images/grants/icon_c.png");
	padding-top: 26px;
}


.page_link>div a:hover,
.page_link>div.active a{
	border: 4px solid #38B09E;
	background-color: #FAF9F4;
	opacity: 1;
}

.page_link>div:hover{
	border: 1px solid transparent;
}




.page_link_a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page_link_a li{
	margin: 0 10px 20px;
}
.page_link_a li a{
	display: block;
	background-color: #F3F2F2;
	color: #4C4948;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3em;
	padding: 11px 17px;
}
.page_link_a span{
	background-image: url("../images/common/icon_11.png");
	background-size: 12px;
	background-position: right 9px;
	padding-right: 15px;
}





/*****************/
.grants_box .btn_bnr{
	display: flex;
	justify-content: space-between;
}
.grants_box .btn_bnr div{
	max-width: 420px;
	width: 48%;
}

.grants_box .btn_bnr a{
	display: block;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding: 17px 15px;
	background-color: #F2F2F2;
	color: #838383;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.05), 
    0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	border: 4px solid #F7F6F6;
}
.grants_box .btn_bnr a:hover,
.grants_box .btn_bnr .active a{
	border: 4px solid #7C9396;
	background-color: #436469;
	color: #fff;
	opacity: 1;
}




/*
.grants_box .ttl_icon{
	background-size: 60px;
	background-position: left top;
	padding-left: 70px;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;

}
*/
.grants_box .ttl_icon{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}


.grants_box .ttl_icon span{
	height: 60px;
	width: 60px;
	min-width: 60px;
	background-size: 100%;
	background-image: url("../images/grants/icon_01.png");
	margin-right: 13px;
}


.grants_box .ttl_icon a{
	color: #436469;
	font-weight: 600;
	text-decoration: underline;
}

.grants_box .ttl_icon.icon_01 span{
	background-image: url("../images/grants/icon_01.png");
}
.grants_box .ttl_icon.icon_02 span{
	background-image: url("../images/grants/icon_02.png");
}
.grants_box .ttl_icon.icon_03 span{
	background-image: url("../images/grants/icon_03.png");
}
.grants_box .ttl_icon.icon_03 a{
	color: #838383 !important;
}


.grants_box .box01{
	margin-bottom: 80px;
}
.grants_box .box02 .w900{
	margin-bottom: 70px;
}

.grants_box .box02 .list_b .link_02{
	margin-top: 15px;
}

.grants_box .box02 p.txt_c{
	margin-bottom: 40px;
}
.grants_box .box02 .bg_01{
	padding: 40px;
	margin-bottom: 50px;
}



.grants_close .btn_bnr{
	margin-bottom: 70px;
}
.grants_box.grants_close .box02 .w900{
	margin-bottom: 35px;
}


/*************/

.place_a{
	
}


.place_result .bg_07{
	margin-bottom: 70px;
}


.place_result .search_result .ttl_07{
	margin-right: 15px;
}

.place_result .search_result .link_04{
	margin-top: 2px;
}

.place_result .search_result .float_ft h3{
	font-size: 16px;
	white-space: nowrap;
	margin-right: 4px;
}

.place_result .result_box{
	margin-bottom: 50px;
}

.place_result .search_area .drop_search{

}

.place_result #link_01{
	padding-top: 100px;
	margin-top: -100px;
}


.place_result .on_off_txt{
	margin-bottom: 40px;
}


.place .box02{
	margin-bottom: 100px;
}

.result_box .box_inner{
	margin-bottom: 70px;
}

.result_box .box_inner:last-child{
	margin-bottom: 0;
}
.result_box .ttl_10{
	margin-bottom: 40px;
}

.result_box .tag_c,
.result_box .tag_d{
	margin-bottom: 10px;
}

.result_box .ttl_06{
	margin-bottom: 25px;
}


.result_box .r_box .txt_r{
	margin-top: 17px;
}

.result_box .box_inner .table_a .ttl_09{
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 3px;
}

.result_box .box_inner .table_a td p{
	margin-bottom: 10px;
}
.result_box .box_inner .table_a td p:last-child{
	margin-bottom: 0
}

.gallery li img,
.gallery img{
    aspect-ratio: 520 / 347;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}



.sticky_wrapper .slick-prev,
.sticky_wrapper .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 1000;
    top: auto !important;
    bottom: 0 !important;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 54px;
    width: 54px;
}

.sticky_wrapper .slick-prev {
    width: 54px !important;
    height: 54px !important;
    left: calc((100% / 2) - 65px) !important;
}

.sticky_wrapper .slick-next {
    width: 54px !important;
    height: 54px !important;
    right: calc((100% / 2) - 65px) !important;
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.choice-btn li:before {
    content: "";
    border-bottom: 4px solid rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.choice-btn li {
    cursor: pointer;
    outline: none;
    width: 19.1% !important;

}

.choice-btn li {
    margin-right: 0.9%;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.choice-btn li:last-child {
    margin-right: 0;
}

.choice-btn li img {

}

.choice-btn li.slick-current {
    position: relative;
}

.choice-btn li.slick-current:after {
    content: "";
    border-bottom: 4px solid #436469;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
}


.gallery {
    margin-bottom: 10px;
}

.choice-btn {
    border: 0;
}


.sticky_wrapper .slick-prev,
.sticky_wrapper .slick-next {
    display: none !important;
}


.choice-btn .slick-track{
	width: 100% !important;
}











/*************/


.search_area {

}
.search_area .open_window {
	width: 100%;
	background-color: #38B09E;
	color: #fff;
	padding: 11px 5px 11px 18px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	position: relative;
	cursor: pointer;
}

.search_area .open_window:after{
	content: "";
	position: absolute;
	background-image: url("../images/common/icon_down.png");
	width: 17px;
	height: 11px;
	background-size: 100%;
	right: 15px;
	top: 22px;
}

.search_area .drop_search{
	display: none;
	background-color: #F7F7F7;
	padding: 40px;
}


.search_area .search_inner{
	margin-bottom: 30px;
}














.search_area .search_inner.s_box01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.search_area .search_inner.s_box01 ul li {
	max-width: 130px;
}











.search_area .s_box06 .float_ft input{
	width: 100%;
}

.search_area .s_box06 .float_ft p{
	min-width: 176px;
	color: #fff;
	background-color: #436469;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-top: 7px;
}

.search_area .s_box06  .check_area{
	margin-bottom: 25px;
}





.search_area input,
.search_area textarea {
	padding: 10px 10px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #C7C7C7;
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
}


.search_area .search_inner ul h4{
	border: 1px solid #CBCBCB;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #4C4948;
	width: 100%;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4em;
	padding: 2px 5px;
	min-width: 130px;
}

.search_area .check_area{
}

.search_area .check_area .check {
	position: relative;
	font-size: 16px;
	line-height: 1.7em
		
}



.search_area .check_area .check span {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	letter-spacing: 0;
	
}
.search_area .check_area .s_box01{
    display: block;
}
.search_area .check_area label {
	display: inline-block;
	margin-bottom: 5px;
    position: relative;
	margin-right: 15px;
}


.search_area .check_area label .checkbtn[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}



.search_area .check_area label span {
	display: inline-block
}

.search_area .check_area label .checkbtn[type=checkbox]+span::after,
.search_area .check_area label .checkbtn[type=checkbox]+span::before {
	position: absolute;
	top: 7px;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box
}

.search_area .check_area label .checkbtn[type=checkbox]+span::before {
	z-index: 0;
	width: 15px;
	height: 15px;
	border: 2px #38B09E solid;
	border-radius: 2px;
	background-color: #fff;
}

.search_area label .checkbtn[type=checkbox]+span::after {
	z-index: 1;
	margin: 2px 4px;
	width: 6px;
	height: 8px
}

.search_area .check_area label .checkbtn[type=checkbox]:checked+span::before {
	background-color: #38B09E;
	border: 1px #38B09E solid
}

.search_area .check_area label .checkbtn[type=checkbox]:checked+span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search_area .ttl_06_a{
	margin-bottom: 13px;
}


.drop_search .submit_btn {
	text-align: center;
}

.drop_search input[type="submit"] {
	width: 100%;
    background-color: #fff;
    border-radius: 100px;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    color: #38B09E;
    display: block;
    text-align: center;
    padding: 10px 23px;
    font-weight: 600;
    max-width: 270px;
	margin: 30px auto 0;
	border: 1px solid #EAEAEA;
	cursor: pointer;
	letter-spacing: 0.05em;
}

.drop_search input[type="submit"]:hover {
	background-color: #FAF9F4;
}




/**************/

.float_box{
	
}

.float_box .frame{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.float_box .side_area{
	max-width: 250px;
	width: 24%;
}
.float_box .side_area .ttl_08{
	margin-bottom: 10px;
}

.float_box .side_area .side_box{
	margin-bottom: 45px;
}

.float_box .main_area{
	max-width: 780px;
	width: 73%;
}



/**************/
.document .list_link_b h2{
	line-height: 1.5em;
}

.document .list_link_b .link_03 a{
	display: block;
}
.document .list_link_b li{
	line-height: 1.5em;
}


.document .n_day{
	color: #B5B5B5;
	font-weight: 400;
}

/**************/

.topic .n_day,
.topic_single .n_day{
	color: #B5B5B5;
	font-weight: 400;
}
.topic_single .main_area .float_ft{
	margin-bottom: 30px;
}

.topic_single .btn_01{
	text-align: center;
}

.topic_single .btn_01 a{
	margin-top: 10px;
}

/**************/

.link .box03{
	margin-bottom: 100px;
}
.link .box03 .inner_01{
	margin-bottom: 60px;
}
.link .box03 .w900 .inner_01:last-child{
	margin-bottom: 0;
}
.link .box03 .inner_02{
	margin-bottom: 25px;
}







/**************/

.contact .box01{
	margin-bottom: 100px;
}

.contact .box01 .txt_c{
	margin-bottom: 30px;
}


.contact .btn_bnr{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.contact .btn_bnr div{
	max-width: 420px;
	width: 48%;
}
.contact .btn_bnr div img{
	width: 100%;
	max-width: 100%;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	border-radius: 20px;
}










/**************/


.policy .inner{
	margin-top: 70px;
}

.policy .inner_a{
	margin-top: 30px;	
}

/**************/
.not_found{
	text-align: center;
}

.not_found img{
	max-width: 100px;
	margin-bottom: 20px;
}

.not_found .btn_01{
	
}




















footer {
    border-top: 1px solid #C1C1C1;
    padding: 50px 0 0;
}

footer,
footer a {
    color: #4C4948;
}

footer .f_box01 {
    text-align: center;
    margin-bottom: 10px;
}

footer .f_box01 h3 {
    margin-bottom: 5px;
}

footer .f_box01 p {
    font-weight: 600;
}

footer .f_box02 {
    padding-bottom: 50px;
}





footer .frame .foot_box01 {
    max-width: 300px;
}

footer .f_box02 {
    display: flex;
    justify-content: space-between;
}

footer .f_box02 ul {
    max-width: 250px;
    width: 23%;
}

footer .f_box02 ul a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
}

footer .f_box02 ul .f_icon_a {
    margin-bottom: 17px;
}

footer .f_box02 ul .f_icon_a a {
    border-bottom: 2px solid #E5E5E5;
    background-image: url("../images/common/icon_01.png");
    background-size: 14px;
    background-position: left 3px;
    padding-left: 20px;
    padding-bottom: 13px;
    display: block;
}

footer .f_box02 ul .f_icon_b {
    margin-bottom: 15px;
    margin-top: -10px;
}

footer .f_box02 ul .f_icon_b a {
    background-image: url("../images/common/icon_02.png");
    background-size: 6px;
    background-position: left 7px;
    padding-left: 13px;
    padding-bottom: 5px;
    margin-left: 10px;
    display: block;
}






footer .f_box02 ul img {
    max-width: 250px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    margin-bottom: 10px;

}



footer .f_sns_area{
	margin-bottom: 40px;
}
footer .f_sns_area ul{
	display: flex;
	justify-content: center;
}
footer .f_sns_area ul li{
	margin: 0 5px 0;
}

footer .f_sns_area ul li img{
	max-width: 50px;
	width: 100%;
}


#page_top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
}

#page_top img {
    max-width: 50px;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.copy {
    background-color: #38B09E;
    font-size: 12px;
    text-align: center;
    padding: 13px 10px;
    color: #fff;
    line-height: 1.5em;
}











/*******************/

.editor {
    padding: 0;
    word-break: break-all;
    margin-bottom: 30px;
}

.editor img {
    height: auto;
    margin: 0px auto 20px;
    display: block;
    max-width: 600px;
    width: 100%;
}

.editor a {
    color: #38B09E;
    text-decoration: underline;
}


.editor p {
    margin-bottom: 20px;
}

.editor p:last-child {
    margin-bottom: 0;
}


.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
    margin-top: 30px;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
    display: none;
}

.editor h1 {
	padding-bottom: 10px;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
	border-bottom: 3px dotted #38B09E;
}

.editor h2 {
    background-color: #E6E6E6;
    padding: 10px;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.editor h3 {
    color: #333333;
    font-size: 17px;
    line-height: 1.4em;
	border-bottom: 2px dashed #38B09E;
    font-weight: 600;
    margin-bottom: 12px;
	padding-bottom: 5px;
}

.editor h4 {
	color: #333;
	font-size: 16px;
	line-height: 1.4em;
	border-left: 8px solid #38B09E;
	padding-left: 10px;
	font-weight: 600;
	margin-bottom: 12px;
}


.editor h5 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #38B09E;
    color: #333333;
}

.editor h6 {
	background-image: url("../images/common/icon_09.png");
	background-size: 13px;
	background-position: left 5px;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	line-height: 1.5em;
}




.editor .wp-block-table thead {
    border: none;
}

.editor table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #F5FAF9;
    margin-bottom: 30px;
}

.editor table th {
    background-color: #F5FAF9;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    border: 1px solid #F5FAF9;
    width: 250px;
    letter-spacing: 0.05em;
    font-size: 16px;
}

.editor table td {
    text-align: left;
    vertical-align: middle;
    padding: 13px 15px 13px 25px;
    background-color: #fff;
    border: 1px solid #F5FAF9;
    line-height: 1.6em;
}

.editor strong {
	color: #F5FAF9;
    font-weight: 600;
}

.editor em {
    font-style: italic;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    padding: 0px 30px 0px 20px;
    margin-left: 20px;
    position: relative;
    list-style: none;
}

.editor ul li:before {
    content: '・';
    color: #38B09E;
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
}

.editor ol {
    counter-reset: editor_number;
}

.editor ol li {
    margin-left: 10px;
    padding: 0 30px 0 28px;
}

.editor ol li:before {
    counter-increment: editor_number;
    content: counter(editor_number)".";
    color: #38B09E;
    position: absolute;
    left: 0;
    width: 24px;
    text-align: right;
    font-weight: 700;
}

.editor blockquote {
    background-color: #F4F4F4;
    padding: 30px 30px 50px 30px;
    margin: 0px 0px 30px 0px;
    position: relative;
}


.editor blockquote:after {
    content: "= 引用 =";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 85px;
    height: 30px;
    color: #838383;
}

.editor blockquote cite {
    text-align: right;
    font-style: normal;
    display: block;
    font-size: 14px;
}

.editor blockquote p {
    font-size: 16px;
}

.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.editor .wp-block-embed iframe {
    width: 100%;
}




/****************/




.form_area {
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}

.cont_form {
	font-size: 14px;
	margin: 0 auto 0;
}



.form_area tr:nth-child(odd) {
	background-color: #F8F8F8;
}


.form_area input,
.form_area textarea {
	padding: 12px 10px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #C7C7C7;
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	border-radius: 5px;
}

.form_area input::placeholder {
	color: #9FA0A0;
}

.form_area .f12 {
	display: block;
	padding: 10px 0 0;
	font-size: 12px !important;
}

.form_area .type2 {
	width: 50%;
}



.form_area th {
	width: 30%;
	text-align: left;
	font-size: 18px;
	padding: 32px 5px 31px 20px;
	color: #4C4948;
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	min-width: 300px;
	line-height: 1.4em;
	position: relative;
	vertical-align: top;
}

.form_area td {
	padding: 23px 20px 23px 5px;
	width: 100%;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
}

.form_area td .txt_link_a {
	line-height: 1.9em;
	

}


.form_area th span {
	color: #fff;
	background-color: #38B09E;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
	padding: 5px 4px 3px;
	position: absolute;
	bottom: 0;
	top: 4px;
	right: 20px;
	margin: auto;
	height: 25px;
	width: 45px;
	text-align: center;
	border-radius: 100px;
}

.cont_form_btn{
	text-align: center;
}

.cont_form_btn input[type="submit"]{
	border: 2px solid #EAEAEA;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
	color: #38B09E;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px 10px 20px;
	width: 320px;
	border-radius: 100px;
	text-align: center;
	margin: 30px auto 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cont_form_btn input[type="submit"]:hover{
	background-color: #FAF9F4;
}
/*******************/
.cont_form .cp_ipselect {
    width: 50%;
    text-align: center;
}

.cont_form .cp_ipselect select {
    padding: 15px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cont_form .cp_ipselect select::-ms-expand {
    display: none;
}

.cont_form .cp_ipselect.cp_sl01 {
    position: relative;
    background: #F7F7F7;
    width: 100%;
    text-align: left;
}

.cont_form .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    width: 0;
    height: 0;
    padding: 0;
    color: #333333;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    pointer-events: none;
    font-weight: bold;
}

.cont_form .cp_ipselect.cp_sl01 select {
    padding: 15px 38px 15px 8px;
    color: #333333;
    font-weight: normal;
}

/*******************/

.contact .check_area .check {
    position: relative;
    padding-left: 22px;
    margin-top: 20px;
}

.contact .check_area .check span {
    position: relative;
    font-weight: normal;
    font-size: 16px;
}

.contact .check_area label .checkbtn[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact .check_area label span {
    display: inline-block;
    font-weight: bold;
    padding-left: 4px;
}

.contact .check_area label .checkbtn[type="checkbox"] + span::before,
.contact .check_area label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 7px;
    left: -18px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.contact .check_area label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #000 solid;
    border-radius: 3px;
    background-color: #fff;
}

.contact label .checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    margin: 2px 4px;
    width: 6px;
    height: 8px;
}

.contact .check_area label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #000;
}

.contact .check_area label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}





#link_a,
#link_b,
#link_c,
#link_d,
#link_e,
#link_f,
#link_g,
#link_h,
#link_i,
#link_j,
#link_k,
#cult_link_03,
#cult_link_02,
#cult_link_01,
#rese_link_02,
#rese_link_01,
#sup_linl_01,
#sup_linl_02,
#sup_linl_03,
#crea_link_04,
#crea_link_03,
#crea_link_02,
#crea_link_01{
	margin-top: -100px;
	padding-top: 100px;
}

#sns_link_01,
#sns_link_02,
#sns_link_03,
#sns_link_04,
#link_biwacc{
	margin-top: -50px;
	padding-top: 50px;
}




/*******************/

.mw_wp_form_input .confirm_on {
display: none;
}

/***入力画面****************/

.mw_wp_form_input .confirm_on{
display: none;
}

/***確認画面****************/
.mw_wp_form_confirm .off_box{
display: none;
}

.mw_wp_form_confirm .confirm_on{
display: block;
}


.mw_wp_form_confirm .confirm_on .cont_form_btn{
margin: 40px 10px 0;
}

.mw_wp_form_confirm .form_area td{

}
.mw_wp_form_confirm .check_area .check{
padding-left: 0;
}

.mw_wp_form_confirm .form_area .cp_ipselect.cp_sl01::before{
display: none;
}
/***エラー表示****************/
.mw_wp_form .error{
margin-top: 5px;
font-size: 75% !important;
position: absolute;
}

.mw_wp_form .check_area .error {
position: absolute !important;
bottom: -27px;
left: 0;
}



/***完了画面****************/

.thank_txt{
text-align: center;
margin: 70px 0 100px;
}



/*****************/


.thank_txt{
	text-align: center;
}

.mw_wp_form {
margin-top: -90px;
padding-top: 90px;
}



/*-------------------------------
media
--------------------------------*/
.sp_on {
    display: none;
}

.space {
    width: 10px;
    display: inline-block;
}

.space_a{
    width: 20px;
    display: inline-block;
}

@media screen and (max-width: 1300px) {
	.mv_area .mv_txt{
		width: 570px;
	}

}


@media screen and (max-width: 1200px) {
    .mv-prev img,
    .mv-next img {
        max-width: 30px;
    }
	.mv_area .mv_txt h2{
		font-size: 16px;
	}
	.btn_02 span{
		font-size: 16px;
	}
}


@media screen and (max-width: 1080px) {
	.search_area .search_inner.s_box01 ul{
		justify-content: center;
	}
	.search_area .search_inner.s_box01 ul li{
		margin: 0 10px 20px;
	}
}


@media screen and (min-width: 1033px) {

    .sp_nav {
        display: none !important;
    }


}

@media screen and (max-width: 1032px) {
    #top_head {
        display: none;
    }

    #navToggle {
        display: block;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }


    .sp_head,
    .sp_nav {
        display: block;
    }

    .mv_area,
	.page_ttl_area{
        margin-top: 60px;
    }
	


    .mv_area .slider_img .mv_txt {
        position: relative;
        width: 100%;
    }
    .mv-next {
        right: 15px;
    }

    .mv-prev {
        left: 15px;
    }
	.btn_03_s a{
		font-size: 16px;
		letter-spacing: 0;
	}

	.ttl_15{
		font-size: 20px;
		padding: 11px 10px 11px 60px;
		margin-bottom: 30px;
	}
	
	
	.side_up{
		margin: auto;
		left: 0;
		right: 0;
		max-width: 500px;
		width: 100%;
		padding: 0 15px;
	}
	
	.side_up .side_inner a{
		display: flex;
		align-items: center;
		opacity: 1;
	}
	
	.side_up .up_img{
		max-width: 100px;
		padding: 10px;
	}
	.side_up .up_img img{
		aspect-ratio: 1 / 1;
	}
	.side_up p{
		font-size: 14px;
		line-height: 1.4em;
		width: 80%;
		padding: 10px 10px 10px 0;

	}
	.side_up .side_inner a:hover p{

	}
	
    #page_top {
        bottom: 35px;
        right: 15px;
    }
	
}



@media screen and (min-width: 768px) {}



@media screen and (max-width: 767px) {
    body {
        min-width: 100%;
    }


    .space,
	.space_a{
        width: 0;
        display: block;
    }

    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }

    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft,
    .type_01,
    .type_02,
    .type_03,
	.type_04,
	.type_05{
        display: block;
    }

    .type_01 .l_box {
        width: 100%;
        margin: 0 auto 30px;
    }

    .type_01 .r_box {
        width: 100%;
        margin: auto;
    }


    .type_03 .l_box,
	.type_04 .l_box,
	.type_05 .l_box{
        margin-bottom: 30px;
    }

    .type_03 .l_box,
    .type_03 .r_box,
    .type_04 .l_box,
    .type_04 .r_box,
	.type_05 .l_box,
    .type_05 .r_box{
        width: 100%;
        max-width: 100%;
    }
	.type_04 .l_box img,
	.type_05 .l_box img{
		margin: auto;
		display: block;
		text-align: center;
	}

	.spi_400 img{
		max-width: 400px;
		width: 100%;
		margin: auto;
		display: block;
	}

	.page_ttl_area {
		background-image: url("../images/common/sp_page_bg.png");
		background-size: 767px;

	}
	.page_ttl_area .page_ttl{
		font-size: 26px;
	}


	.mv-arrow{
		top: 35%;
	}

	.slider_img .slider_up_img{
		height: 350px;
	}

	.mv_area .slider .slider_img img{
		aspect-ratio: 3 / 4;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}





    .btn_02 a,
    .btn_01 a {
        font-size: 16px;
    }
	.btn_01 a{
		padding: 5px 18px;
	}
	.btn_03_s span{
		font-size: 16px;
	}








    .ttl_01 {

        font-size: 22px;
    }

    .ttl_02 span,
    .ttl_02_a span {
        font-size: 20px;
    }

    .ttl_03 {
        font-size: 22px;
    }

    .ttl_03 small {
        font-size: 18px;
    }

    .ttl_03 span {
        padding: 0 30px;
    }

    .ttl_03 span:before {
        background-image: url("../images/common/sp_ttl_03_l.png");
        width: 20px;
        height: 26px;
    }

    .ttl_03 span:after {
        background-image: url("../images/common/sp_ttl_03_r.png");
        width: 20px;
        height: 26px;
    }


	.ttl_04{
		padding-bottom: 20px;
		position: relative;
		margin-bottom: 20px;
	}
    .ttl_04 span {
        font-size: 18px;
		height: auto;

    }


    .ttl_04 span:after,
	.ttl_04 span:before{
        display: none;
    }
	
	.ttl_04:before{
		position: absolute;
		content: "";
		background-image: url("../images/top/sp_bnr_b.png");
		background-size: 100%;
		width: 60px;
		height: 20px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	
	.ttl_06{
		font-size: 20px;
	}
	
	.ttl_07{
		font-size: 19px;
	}

	.ttl_10{
		font-size: 24px;
	}

	.ttl_11{
		font-size: 18px;
	}
	.ttl_12{
		font-size: 20px;
		line-height: 1.7em;
	}

	.ttl_15{
		font-size: 20px;
		padding: 6px 10px 6px 60px;
		margin-bottom: 30px;
	}









    .list_link_a {
        display: block;
    }

    .list_link_a li {
        max-width: 340px;
        width: 100%;
        margin: 0 auto 20px;
    }

	
	
	.list_link_e,
	.list_link_a_01,
	.list_link_a_02{
		display: block;
	}


	.list_a,
	.list_b{
		display: block;
	}
	.list_a li,
	.list_b>li{
		max-width: 400px;
		margin: 0 auto 40px;
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	.list_link_e li{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 30px;
	}

	
	.list_link_f,
	.list_link_g{
		display: block;
	}
	
	.list_link_f li,
	.list_link_g li,
	.list_link_a_01 li,
	.list_link_a_02 li{
		width: 100%;
		max-width: 350px;
		margin: 0 auto 30px;
	}
	.list_link_f li:last-child, 
	.list_link_g li:last-child, 
	.list_link_a_01 li:last-child, 
	.list_link_a_02 li:last-child{
		margin-bottom: 0;
	}
	
	
	.list_link_g p,
	.list_link_f p{
		font-size: 15px;
		background-position: left 11px;
	}
	
	.list_link_f img{
		border-radius: 22px;
	}
	.list_link_g img{
		border-radius: 30px;
	}
	

	
	.list_link_h{
		display: block;
		max-width: 400px;
		margin: auto;
	}
	.list_link_h li{
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.list_link_h li img{
		max-width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	.btn_04 a{
		font-size: 16px;
	}




    .btn_03 span {
        font-size: 16px;
    }

    .btn_03 a:after {
        width: 50px;
        height: 50px;
    }

    .btn_03 a {
        padding-right: 60px;
    }






	
	.table_a th{
		width: 90px;
		min-width: 90px;
		padding: 10px 5px;
		font-size: 15px;
		letter-spacing: 0;
	}

	.table_a td{
		padding: 10px;
		font-size: 15px;
	}



	.iw340 img{
		max-width: 280px;
		margin: auto;
		display: block;
	}
















    .mv_area .mv_txt h2 {
        font-size: 16px;
    }



	.top .box01_inner .list_link_a{
		margin-bottom: 20px;
	}
	.top .box01_inner .list_link_a .iw340{
		margin-top: 20px;
	}
	.top .list_link_a li{
		max-width: 280px;
	}




    .top .box02 .type_03 .btn_03.sp_on {
        margin-top: 30px;
        text-align: right;
    }



	
	
	.about .box01 .inner .ttl_11{
		top: 7%;
		font-size: 16px;
	}
	
	.about .box01 .inner{
		max-width: 400px;
		margin: auto;
	}
	
	.about .box03 .bg_02{
		padding: 20px;
	}
	.about .box04 .w700{
		max-width: 400px;
		margin-bottom: 50px;
	}
	
	.about .box04 .list_link_e li{
		max-width: 280px;
	}
	.about .box04  .list_link_e li .fw_b{
		letter-spacing: 0;
	}
	.about .box04 .inner_a{
		top: 6%;
	}
	.about .box04 .inner_a .ttl_13{
		margin-bottom: 10px;
		font-size: 19px;
	}
	.about .box04 .inner_a .btn_01 a{
		margin-top: 17px;
	}
	.about .box04 .iw100 img{
		max-width: 400px;
		width: 100%;
		margin: auto;
		display: block;
	}
	

	.project .box02 .bg_03,
	.project .box02 .bg_04,
	.project .box02 .bg_05{
		border-radius: 20px;
		padding: 30px 20px 30px;
	}

	
	.list_link_e .ttl_14{
		font-size: 22px;
		padding: 10px 5px;
	}
	
	
	
	
	
	
	.cultivation.type_a .box02 .bg_06{
		padding: 20px;
	}
	
	
	
	
	
	.type_a .type_a_box .bg_01{
		padding: 20px 20px 30px;
	}
	.type_a .type_a_box .float_sb div{
		width: 100%;
		margin: auto;
	}
	.type_a .type_a_box .float_sb div:first-child{
		margin-bottom: 20px;
	}
	

	.cultivation.type_a{
		background-image: url("../images/cultivation/sp_bg_01.jpg");
		background-size: 767px;
		background-position: center 100px;
		background-repeat: repeat-y;
	}
	.research.type_a{
		background-image: url("../images/research/sp_bg_01.jpg");
		background-size: 767px;
		background-position: center 100px;
		background-repeat: repeat-y;
	}




	.creation.type_a{
		background-image: url("../images/creation/sp_bg_01.jpg");
		background-size: 767px;
		background-position: center 100px;
		background-repeat: repeat-y;
	}


	
	.support .list_link_a li,
	.type_a .list_link_a li,
	.type_a .list_link_a_02 li,
	.type_a .list_link_a_01 li{
		max-width: 280px;
	}
	.support .list_link_a img{
		
	}
	
	
	.support .list_sup li{
		display: block;
	}

	.support .list_sup .icon_ttl{
		margin-bottom: 5px;
	}


	.support .box04 .bg_01{
		padding: 20px;
	}


	.float_box .frame{
		flex-direction: column;
	}


	.float_box .side_area{
		max-width: 400px;
		margin: auto;
		width: 100%;
		order: 2;
	}

	.float_box .main_area{
		max-width: 100%;
		width:100%;
		order: 1;
		margin-bottom: 70px
	}




	.page_link>div{
		max-width: 280px;
	}

	.page_link>div a{
		height: 80px;
		font-size: 18px;
		background-size: 35px;
		background-position: 15px 20px;
		letter-spacing: 0;
	}
	.page_link>div a small{
		font-size: 18px;
	}
	.page_link .page_icon_a a{
		padding-top: 13px;
	}


	.grants_box .btn_bnr{
		display: block;
	}
	.grants_box .btn_bnr div{
		width: 100%;
		margin: 0 auto 20px;
	}

	.grants_box .ttl_icon{
		font-size: 20px;
	}

	.grants .box02 .bg_01{
		padding: 20px 20px 30px;
	}
	.grants_box .box02 .bg_01{
		padding: 20px 25px;
	}

	
	
	
	.place_result .search_result .float_ft{
		display: block;
	}
	.place_result .search_result .link_04{
		margin-bottom: 20px;
	}
	
	.search_area .drop_search{
		padding: 20px;
	}
	
	
	
	


	
	
	.contact .btn_bnr{
		display: block;
	}
	.contact .btn_bnr div{
		max-width: 400px;
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.form_area th,
	.form_area td{
		display: block;
		width: 100%;
	}
	
	.form_area th{
		padding: 15px 20px 5px 20px;
		font-size: 16px;
	}
	.form_area td{
		padding: 5px 20px 15px 20px;	
	}
	.form_area .type2{
		width: 100%;
	}
	.form_area th span{
		font-size: 12px;
		height: 22px;
		width: 39px;
	}
	.cont_form_btn input[type="submit"]{
		width: 240px;
		font-size: 16px;
	}




	.link .page_link_a li{
		margin: 0px 5px 10px;
	}






    footer .f_logo img {
        max-width: 280px;
    }

    footer .f_box02 {
        display: block;
    }

    footer .f_box02 ul {
        margin: auto;
        width: 100%;
    }

    footer .f_box02 ul:nth-child(-n+2) {
        display: none;
    }

    footer .f_box02 ul:last-child {
        margin-top: 35px;
    }


    .search_area .open_window{
        font-size: 17px;
    }


}



@media screen and (max-width: 520px) {
	.search_area .search_inner.s_box01 ul{
		justify-content: space-between;
	}
	.search_area .search_inner.s_box01 ul li{
		max-width: 100%;
		width: 44%;
		margin: 0 5px 20px;
	}
}





