@charset "utf-8";

@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face {
    font-family: 'Roboto', sans-serif;
	font-display: swap;
}
.fRoboto{
    font-family: 'Roboto', fantasy;
}
.f200 {
	font-weight: 200;
}
.fDemi {
	font-weight: 300;
}
.f400 {
	font-weight: 400;
}
.f500 {
	font-weight: 500;
}
.f600 {
	font-weight: 600;
}
.f700 {
	font-weight: 700;
}
.f900 {
	font-weight: 900;
}

/*==============================
	基本設定
==============================*/
body {
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #f6f3ee;
	-webkit-text-size-adjust: 100%;
	position: relative;
	min-width: 1280px;
	font-weight: 400;
}
@media only screen and (max-width:767px) {
	body {
		min-width: 0;
	}
}
body *, body *::before, body *::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width:767px) {
img {
	image-rendering: auto;
}
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
th {
	font-weight: normal;
	text-align: left;
}
/*font layout*/
.fBold {
	font-weight: bold;
}
/*rollover*/
.ro a:hover, a.ro:hover, a .ro:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.ro a, a.ro, a .ro {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*rollover(brightnessによる変化)*/
.brt a:hover, a.brt:hover, a .brt:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.brt a, a.brt, a .brt {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/*ro無効化*/
.ro .no_ro a:hover, .ro a.no_ro:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
/*========================================
	レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly, .brSp, .imgSp {
	display: none;
}
@media only screen and (max-width:767px) {
	.spNone, .brPc, .imgPc {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.brSp, .imgSp {
		display: inline;
	}
	.imgR {
		width: 100%;
		height: auto;
	}
}


#main {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
}
#main .sec01 {
    width: 100%;
}
#main .tit01 {
    text-align: center;
    font-size: 60px;
    color: #00a040;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    padding: 280px 0 300px 3%;
}
#main .tit02 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 0 0 20px;
}
#main .box01 {
    width: 1334px;
    margin: 0 auto;
    position: relative;
}
#main .tit03 {
    text-align: center;
    position: absolute;
    right: 222px;
    top: 22px;
    font-size: 72px;
    color: #00a040;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
#main .txtB {
    font-size: 1.6em;
}
#main .orange {
	color: #f5ac1e;
}
#main .box11 {
	width: 1000px;
    margin: 30px auto;
}
#main .txt01 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 2em;
}
#main .box02 {
    width: 1000px;
    margin: 0 auto 50px;
    position: relative;
}
#main .txt02 {
    position: absolute;
    right: 31px;
    top: 54px;
    font-size: 24px;
    color: #00a040;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
#main .txt03 {
    text-align: center;
    position: absolute;
    right: 34px;
    bottom: 137px;
    font-size: 30px;
    color: #00a040;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
#main .txt04 {
    text-align: center;
    position: absolute;
    right: 55px;
    bottom: 70px;
    font-size: 46px;
    color: #00a040;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
#main .tit04 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
}
#main .marker {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
#main .box03 {
	width: 842px;
    margin: 36px auto 0;
}
#main .hr01 {
    width: 800px;
    margin: 100px auto;
    border-top: 1px solid #000;
}
#main .sec02 {
    width: 1000px;
    margin: 0 auto;
}

#main .box04 {
	position: relative;
    margin: 60px auto 20px;
}
#main .box05 {
	position: absolute;
    right: 0;
    top: -142px;
    width: 134px;
}
#main .tit05 {
    font-size: 23px;
    color: #00a040;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 74px 0 16px;
}
#main .box06 {
    width: 1000px;
    margin: 16px 0 0;
}
#main .box07 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 1000px;
}
#main .in01 {
	width: 500px;
}
#main .in02 {
	width: 480px;
    margin: 72px 0 0;
}
#main .in02 img {
	width: 100%;
	height: auto;
}
#main .box08 {
}
#main .box12 {
	width: 1000px;
    margin: 14px auto 0;
}
#main .box09 {
    width: 690px;
    margin: 0 auto;
}
#main .box10 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
    margin: 40px auto 80px;
}
#main .txt05 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 44px auto 36px;
}
#main .in03 {
	width: 118px;
}
#main .in04 {
}
#main .tit06 {
    font-size: 30px;
    color: #00a040;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

@media only screen and (max-width:767px) {
#main {
    margin: 0 auto 0;
}
#main .sec01 {

}
#main .tit01 {
    font-size: 8.6vw;
    padding: 24% 0 24% 8%;
}
#main .tit02 {
    font-size: 4.8vw;
    margin: 0 0 10%;
}
#main .box01 {
    width: 100%;
}
#main .tit03 {
	    font-size: 10.4vw;
        left: 4%;
        right: 0;
        top: 52%;
}
#main .txtB {
}
#main .orange {
}
#main .txt01 {
	    font-size: 3.2vw;
}
#main .box02 {
        width: 92%;
        margin: 0 auto 10%
}
#main .txt02 {
        font-size: 4.2vw;
        left: 6%;
        right: 0;
        top: 6%;
}
#main .txt03 {
        font-size: 4.2vw;
        right: 5%;
        bottom: 35%;
        line-height: 1.8em;
}
#main .txt04 {
        font-size: 6.8vw;
        right: 2%;
        bottom: 10%;
}
#main .box03 {
        width: 92%;
        margin: 6% auto 0;
}
#main .hr01 {
        width: 75%;
        margin: 15% auto;
}
#main .sec02 {
	width: 92%;
}
#main .tit04 {
        font-size: 5.2vw;
        line-height: 1.8em;
}
#main .box04 {
        width: 100%;
        position: relative;
        margin: 10% 0 5%;
}
#main .box05 {
	width: 100%;
}
#main .tit05 {
        font-size: 3.9vw;
        letter-spacing: 0;
        margin: 12% 0 3%;
}
#main .box06 {
	width: 100%;
	margin: 6% 0 0;
}
#main .box07 {
        width: 100%;
        display: block;
}
#main .in01 {
	width: 100%;
}
#main .in02 {
	width: 100%;
	margin: 3% 0 0;
}
#main .box08 {
	width: 100%;
}
#main .box09 {
	width: 100%;
}
#main .box10 {
        width: 100%;
        margin: 6% auto 24%;
}
#main .box11 {
        width: 92%;
        margin: 6% auto;
}	
#main .box12 {
	width: 100%;
}	
#main .txt05 {
        font-size: 3.2vw;
        text-align: left;
        line-height: 2em;
        margin: 4% auto 3%;
}
#main .in03 {
        width: 14%;
}
#main .in04 {
}
#main .tit06 {
        font-size: 3.3vw;
}
}