@charset "UTF-8";


body {
    -webkit-text-size-adjust: 100%;
}

.pd0{padding: 0;}

.br-sp{ display:block!important; }
.br-pc{ display:none!important; }
.span-sp{ display:inline!important; }
.span-pc{ display:none!important; }
.img-sp{display:block!important;}
.img-pc{display:none!important;}

@media (min-width: 768px){
	.br-sp{ display:none!important; }
	.br-pc{ display:block!important; }
	.span-sp{ display:none!important; }
	.span-pc{ display:inline!important; }
	.img-sp{display:none!important;}
	.img-pc{display:block!important;}
}

section{
    overflow: hidden;
}
/*--------------------------------------
Link設定
--------------------------------------*/
a {
	transition: .3s all;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #30A1C2;
	text-decoration: none;
}
a:hover {
	color: #30A1C2;
	text-decoration: none;
}
a:hover img {
	opacity:0.5;
    transition: .3s all;
}
a img {
	opacity:1;
    transition: .3s all;
}
a:active {
	color: #336699;
	text-decoration: none;
}


/*--------------------------------------
パーツ設定
--------------------------------------*/

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

/* -----------
global navigation
----------- */

.spNaviArea01{
	display: block;
	width: 100%;
	padding: 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.spNaviArea01 img{
	display: block;
	width: 40%;
	height: auto;
	margin: 10px 0 0 20px;
}
.spNaviArea01 h1{
	overflow: hidden;
}


@media (min-width: 768px){
	.spNaviArea01{
		display: none;
		width: 100vw;
		padding: 0 0;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		background: #000000;
	}
}


.triggerArea01{
	display: inline-block;
}
.barsIconArea01{
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
	position: fixed;
	z-index: 20000;
	right: 0;
	top:0;
	width: 60px;
	height: 60px;
	background: #FFF;
}

.spNaviArea02 {
	width: 100vw;
	height: 100vh;
	display: none;
	background: rgba(255,255,255,0.95);
	position: fixed;
	margin: 0 auto;
	z-index: 10000;
}
.spNaviArea02 ul{
	padding: 40px 20px;
	width: 100vw;
	height: 100vh;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	flex-direction: column;
    flex-wrap: wrap;
}
.spNaviArea02 li{
	text-align: center;
}
.spNaviArea02 ul a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80vw;
	padding: 18px 0 20px 0;
	transition: all .3s;
	text-decoration: none;
	font-size: 20px;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-weight: 700;
    border-bottom: 1px #ccc solid;
}
.spNaviArea02 ul a:hover{
	background: #FFF;
}



:root {
    --hamburger-menu-size: 100px; /* メニューの大きさ */ 
    --hamburger-menu-padding: 15px;  
    --hamburger-menu-border-px: 1px; /* 線の太さ */
    --hamburger-menu-border-color: #342534; /* 線の色 */
    --hamburger-menu-transition: 0.2s; /* アニメーション秒数 */
}

/* -----------
var(--hamburger-menu-transition)
----------- */

.wpGnaviBG01{
    background: url("../img/header_bg01.jpg") right top no-repeat;
    height: auto;
    width: 100%;
    padding: 0 0 60px 0;
}
.wpGnaviArea01{
    display: none;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.wpGnaviArea01 ul{
    width: 1000px;
    height: 100px;
    padding: 0 48px;
    box-sizing: border-box;
    top: 176px;
    position: absolute;
    z-index: 100;
    background: url("../img/gnavi01.png")no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpGnaviArea01 ul li{
    font-size: 18px;
    font-weight: 700;
}
.wpGnaviArea01 ul li a{
    color: #FFFFFF;
}
.wpSnsArea01{
    display: none;
    height: 50px;
    width: 1000px;
    margin: 0 auto;
}
.wpSnsArea01 ul{
    width: 140px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 0 auto;
}
.wpHeaderLogo01{
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 60px 0 0 0;
    text-align: center;
}
.wpHeaderLogo01 h1{
    font-size: 7vw;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.1em;
}
.wpHeaderLogo01 h1 a{
    color: #000000;
}
.wpHeaderLogo01 h2{
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.0;
    margin: 20px 0 0 0;
    letter-spacing: 0.1em;
}

@media (min-width: 768px){
    .wpGnaviBG01{
        background: url("../img/header_bg01.jpg") right top no-repeat;
        height: 225px;
        width: 100%;
        padding: 0;
    }
    .wpGnaviArea01{
        display: block;
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .wpGnaviArea01 ul{
        width: 1000px;
        height: 100px;
        padding: 0 40px;
        box-sizing: border-box;
        top: 176px;
        position: absolute;
        z-index: 100;
        background: url("../img/gnavi01.png")no-repeat;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wpGnaviArea01 ul li{
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }
    .wpGnaviArea01 ul li a{
        color: #FFFFFF;
    }
    .wpSnsArea01{
        display: block;
        height: 50px;
        width: 1000px;
        margin: 0 auto;
    }
    .wpSnsArea01 ul{
        width: 140px;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin: 0 0 0 auto;
    }
    .wpHeaderLogo01{
        width: 1000px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .wpHeaderLogo01 h1{
        font-size: 36px;
        font-weight: 700;
        line-height: 1.0;
        letter-spacing: 0.1em;
    }
    .wpHeaderLogo01 h1 a{
        color: #000000;
    }
    .wpHeaderLogo01 h2{
        font-size: 18px;
        font-weight: 300;
        line-height: 1.0;
        margin: 20px 0 0 0;
        letter-spacing: 0.1em;
    }
}


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

.wpHeaderArea01{
    width: 100%;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpHeaderArea01 h1{
    font-size: 24px;
    font-weight: 300;
    color: #336699;
    text-align: center;
    line-height: 1.4;
    padding: 0 0 10px 0;
}
.wpHeaderArea01 h1 span{
    font-size: 14px;
    font-weight: 300;
    color: #336699;
    margin: 0 0 0 0;
}

@media (min-width: 768px){
    .wpHeaderArea01{
        width: 1000px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wpHeaderArea01 h1{
        font-size: 24px;
        font-weight: 300;
        color: #336699;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wpHeaderArea01 h1 span{
        font-size: 12px;
        font-weight: 300;
        color: #336699;
        margin: 2px 14px 0 0;
    }
}


.contentGnaviArea01{
    width: 100%;
    height: 6px;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    opacity: 0.96;
    border-radius: 0;
}
.contentGnaviArea01 ul{
    display: none;
}
.contentGnaviArea01 ul li{
    font-size: 14px;
    color: #FFFFFF;
}
.contentGnaviArea01 ul li a{
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.2s;
}
.contentGnaviArea01 ul li a:hover{
    font-size: 14px;
    color: #D5D91F;
}

@media (min-width: 768px){
    .contentGnaviArea01{
        width: 946px;
        height: 60px;
        background: #336699;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        opacity: 0.96;
        border-radius: 4px 4px 0 0;
    }
    .contentGnaviArea01 ul{
        width: 946px;
        height: 60px;
        background: #336699;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 4px 4px 0 0;
    }
    .contentGnaviArea01 ul li{
        font-size: 14px;
        color: #FFFFFF;
    }
    .contentGnaviArea01 ul li a{
        font-size: 14px;
        color: #FFFFFF;
    }
    .contentGnaviArea01 ul li a:hover{
        font-size: 14px;
        color: #D5D91F;
    }
}


.wpContentArea01{
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0 0 80px 0;
}
.wpContentArea01 h1{
    width: 80%;
    height: 156px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #336699;
    font-size: 24px;
}
.wpContentArea01 h2{
    color: #336699;
    font-size: 16px;
    line-height: 2.0;
    text-align: center;
    margin: 30px auto 0 auto;
    width: 80%;
}


@media (min-width: 768px){
    .wpContentArea01{
        width: 1000px;
        background: #FFFFFF;
        margin: 0 auto;
        padding: 0 0 80px 0;
    }
    .wpContentArea01 h1{
        width: 946px;
        height: 156px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #ccc;
        color: #336699;
        font-size: 24px;
    }
    .wpContentArea01 h2{
        color: #336699;
        width: 946px;
        font-size: 16px;
        line-height: 2.0;
        text-align: center;
        margin: 30px auto 0 auto;
    }
}



.btnArea{
    width: 80%;
    margin: 0 auto;
}
.btnArea a{
    width: 100%;
    height: 60px;
    background: #336699;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0 auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.5;
}
.btnArea a:hover{
    width: 100%;
    height: 60px;
    background: #30A1C2;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0 auto;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

@media (min-width: 768px){
    .btnArea{
        width: 1000px;
        margin: 0 auto;
    }
    .btnArea a{
        width: 484px;
        height: 60px;
        background: #336699;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 80px auto 0 auto;
        font-size: 14px;
        font-weight: 600;
        border-radius: 4px;
    }
    .btnArea a:hover{
        width: 484px;
        height: 60px;
        background: #30A1C2;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 80px auto 0 auto;
        font-size: 14px;
        font-weight: 600;
        border-radius: 4px;
    }
}



.pageNationArea01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.pageNationArea01 h2{
    display: none;
}
.nav-links{
    display: flex;
    justify-content: center;
}
.nav-links a.prev{
    width: 70px;
    height: 70px;
    padding: 0 24px;
    box-sizing: border-box;
    background: #9ec119;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
}
.nav-links a.next{
    width: 70px;
    height: 70px;
    padding: 0 24px;
    box-sizing: border-box;
    background: #9ec119;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
}
.page-numbers{
    width: auto;
    padding: 0 30px;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}

@media (min-width: 768px){
    .pageNationArea01{
        width: 1000px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .pageNationArea01 h2{
        display: none;
    }
    .nav-links{
        display: flex;
        justify-content: center;
    }
    .nav-links a.prev{
        width: 132px;
        height: 70px;
        padding: 0 24px;
        box-sizing: border-box;
        background: #9ec119;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 16px;
        border-radius: 4px;
    }
    .nav-links a.next{
        width: 132px;
        height: 70px;
        padding: 0 24px;
        box-sizing: border-box;
        background: #9ec119;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 16px;
        border-radius: 4px;
    }
    .page-numbers{
        width: auto;
        padding: 0 30px;
        height: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
    }
}






.footerArea01{
    width: 100%;
    height: auto;
    margin: 40px 0 80px 0;
    padding: 0 0 20px 0;
}
.footerArea01 ul{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.footerArea01 ul li{
    font-size: 16px;
    color: #336699;
    display: block;
    padding: 18px 0 20px 0;
    border-bottom: 1px solid #ccc;
    width: 60%;
    text-align: center;
}
.footerArea01 ul li a{
    font-size: 16px;
    color: #336699;
    transition: 0.2s all;
}
.footerArea01 ul li a:hover{
    font-size: 16px;
    color: #30A1C2;
}

@media (min-width: 768px){
    .footerArea01{
        width: 100%;
        height: auto;
        margin: 80px 0 0 0;
        padding: 0 0 20px 0;
    }
    .footerArea01 ul{
        width: 946px;
        height: 60px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
    }
    .footerArea01 ul li{
        font-size: 16px;
        color: #336699;
        padding: 0;
        width: auto;
        border-bottom: none;
    }
    .footerArea01 ul li a{
        font-size: 16px;
        color: #336699;
    }
}


.footerArea02{
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    background: #FFFFFF;
    opacity: 0.9;
    padding: 0 0 30px 0;
}
.footerArea02 .footerAbout{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
}
.footerArea02 .footerAbout h1{
    font-size: 16px;
    padding: 30px 0;
}
.footerArea02 .footerAbout h1 span{
    font-size: 12px;
}
.footerArea02 .footerAbout .footerAboutL{
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footerArea02 .footerAbout .footerAboutL p{
    font-size: 13px;
    padding: 0 0 10px 0;
}
.footerArea02 .footerAbout .footerAboutL p:first-child::before{
    content: none;
}
.footerArea02 .footerAbout .footerAboutL p::before{
    content: none;
}

.footerArea03{
    width: 100%;
    height: 60px;
    background: #336699;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerArea03 p{
    color: #FFFFFF;
    font-size: 14px;
}


@media (min-width: 768px){
    .footerArea02{
        width: 100%;
        height: 100px;
        margin: 0 0 0 0;
        background: #FFFFFF;
        opacity: 0.9;
        padding: 0;
    }
    .footerArea02 .footerAbout{
        width: 1000px;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        flex-direction: row;
    }
    .footerArea02 .footerAbout h1{
        font-size: 16px;
    }
    .footerArea02 .footerAbout h1 span{
        font-size: 12px;
    }
    .footerArea02 .footerAbout .footerAboutL{
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .footerArea02 .footerAbout .footerAboutL p{
        font-size: 13px;
        padding: 0;
    }
    .footerArea02 .footerAbout .footerAboutL p:first-child::before{
        content: none;
    }
    .footerArea02 .footerAbout .footerAboutL p::before{
        content: "　|　";
    }

    .footerArea03{
        width: 100%;
        height: 60px;
        background: #336699;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footerArea03 p{
        color: #FFFFFF;
        font-size: 14px;
    }
}
