@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 .imgR {
		width: 100%;
		height: auto;
	}
#main .sec01 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
#main .box01 {
    position: relative;
    margin: 0 auto;
    height: 582px;
}
#main .box01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .tit01 {
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
#main .marker {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}
#main .sec02 {
    width: 1100px;
    margin: 150px auto 0;
    background-color: #e6f1ff;
    position: relative;
    padding: 40px 0;
    border-radius: 20px;
}
#main .tit02 {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #005bac;
    padding: 11px 0 14px;
    width: 310px;
    border-radius: 26px;
}
#main .box02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
#main .in01 {
    width: 530px;
}
#main .in02 {
    width: 460px;
}
#main .txt01 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 2.8em;
    margin: 14px 0 0;
}
#main .txt02 {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    margin: 20px 0 0;
    border: 1px solid #000000;
    padding: 8px 12px;
}
#main .sec03 {
    width: 1100px;
    margin: 120px auto 0;
    background-color: #e6f1ff;
    position: relative;
    padding: 1px 0 42px;
    border-radius: 20px;
}
#main .box03 {
    width: 1000px;
    margin: 40px auto 0;
    background-color: #FFF;
    position: relative;
    padding: 20px 0 30px;
}
#main .box05 {
    width: 1000px;
    margin: 40px auto 0;
    background-color: #FFF;
    position: relative;
    padding: 42px 0 30px;
}
#main .img01 {
    width: 832px;
    margin: 0 auto;
}
#main .txt03 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    margin: 14px auto 0;
    width: 800px;
}
#main .txt04 {
    font-size: 24px;
    font-weight: 600;
    color: #0e61af;
    letter-spacing: 0.05em;
    margin: 28px auto 0;
    text-align: center;
}
#main .box04 {
    background-color: #ffff00;
    padding: 6px 22px 8px;
}
#main .txt05 {
    font-size: 16px;
    font-weight: 600;
    color: #0e61af;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 20px 0 0;
}
#main .img02 {
    position: absolute;
    width: 70px;
    z-index: 10;
    bottom: 58px;
    right: 124px;
}
#main .img03 {
    position: absolute;
    width: 70px;
    z-index: 10;
    bottom: 58px;
    right: 100px;
}
#main .img04 {
    position: absolute;
    width: 70px;
    z-index: 10;
    bottom: 22px;
    right: 145px;
}
#main .sec04 {
    width: 1000px;
    margin: 80px auto 110px;
    position: relative;
}
#main .txt06 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    margin: 14px 0 0;
    position: absolute;
    top: 5px;
    left: 66px;
    width: 700px;
}

@media only screen and (max-width:767px) {
#main {

}
#main .sec01 {

}
#main .box01 {
        height: 78vw;
}
#main .tit01 {
        font-size: 4.8vw;
        width: 100%;
        bottom: -13%;
}
#main .marker {

}
#main .sec02 {
        width: 92%;
        margin: 26% auto 0;
        padding: 10% 0 6%;
        border-radius: 10px;
}
#main .tit02 {
        font-size: 3.6vw;
        width: 62%;
        padding: 2.8% 0 3.2%;
}
#main .box02 {
        display: block;
        width: 92%;
}
#main .in01 {
        width: 100%;
}
#main .in02 {
        width: 100%;
}
#main .txt01 {
        font-size: 3.4vw;
        line-height: 2.2em;
}
#main .txt02 {
        font-size: 2.6vw;
        padding: 2% 2%;
        margin: 3% 0 0;
        line-height: 1.6em;
}
#main .sec03 {
        width: 92%;
        border-radius: 10px;
        margin: 20% auto 0;
        padding: 1px 0 10%;
}
#main .box03 {
        width: 92%;
        margin: 10% auto 0;
        padding: 4% 4% 8%;
}
#main .box05 {
        width: 92%;
        margin: 10% auto 0;
        padding: 7% 4% 8%;
}
#main .img01 {
        width: 100%;
}
#main .txt03 {
        width: 100%;
        font-size: 3.2vw;
        margin: 5% auto 0;
}
#main .txt04 {
        font-size: 4.0vw;
        line-height: 1.8em;
        background-color: #ffff00;
        margin: 4% auto 0;
        width: 100%;
        padding: 2% 0 2%;
}
#main .box04 {
        background-color: unset;
        padding: unset;
}
#main .txt05 {
        font-size: 3.2vw;
        margin: 3% 0 0;
}
#main .img02 {
        width: 14%;
        bottom: 15%;
        right: 2%;
}
#main .img03 {
        width: 14%;
        bottom: 11%;
        right: 1%;
}
#main .img04 {
        width: 14%;
        bottom: 9%;
        right: 3%;
}
#main .sec04 {
        width: 92%;
        margin: 14% auto 30%;
}
#main .txt06 {
        width: 55%;
        font-size: 3.6vw;
        left: 5%;
        top: 2%;
        margin: unset;
}
}