@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&display=swap');

:root{
	--main:#053A7A;
	--red: #F81A08;
	--bg: #E3F3FF;
}

html,body {text-align: left;color: #000;font-size: 16px;line-height: 1.6;font-weight: 400;margin: 0!important;width: 100%;height:100%;background-color: #fff;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;font-family: "Noto Sans JP", sans-serif;}
* {margin: 0px;padding: 0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

@media screen and (min-width: 768px){.sp{display:none!important;}}
@media screen and (max-width: 768px){.pc{display:none!important;}.sp{display:block!important;}}

.clearfix:after {clear: both;content: '.';display: block;height: 0;visibility: hidden;}
.text_center{text-align: center;}
div,header,footer,section,nav{display: block;box-sizing: border-box;}
li{list-style: none;}
hr{clear:both;opacity:0;}
a{word-break: break-all;text-decoration: none;}
a:hover {opacity: 0.7;}

img{display: block;max-width: 100%;}

.flex{display: flex;}

.size_l{max-width: 1440px;padding-left: 0;padding-right: 0;margin-left: auto;margin-right: auto;}
.size_m{max-width: 1240px;padding-left: 20px;padding-right: 20px;margin-left: auto;margin-right: auto;}
.size_s{max-width: 1120px;padding-left: 20px;padding-right: 20px;margin-left: auto;margin-right: auto;}
.size_ms{max-width:1000px;padding-left: 20px;padding-right: 20px;margin-left: auto;margin-right: auto;}
.size_ss{max-width: 890px;padding-left: 20px;padding-right: 20px;margin-left: auto;margin-right: auto;}

.fs20{font-size: 20px;}

.btn01{display: flex;align-items: center;justify-content: center;width: fit-content;height: 80px;border-radius: 40px;background-color: var(--red);font-size: 24px;font-weight: 700;line-height: 1.4;color: #fff!important;text-decoration: none;margin: 0 auto;padding: 0 50px;}
.btn01:after{content: '';width: 25px;height: 25px;background: url(../img/icon_btn01.png)no-repeat center center;margin-left: 10px;}
.btn01.new{font-size: 18px;}
.btn_entry{display: flex;justify-content: center;align-items: center;width: 320px;height: 72px;font-size: 20px;line-height: 1;font-weight: bold;color: #fff!important;text-align: center;margin: 0 auto;background: #91AE5D;border-radius: 36px;}
.btn_fot{display: block;width: fit-content;margin: 0 auto 20px;color: #7c5800!important;border: 1px solid #7c5800;border-radius: 5px;font-size: 18px;font-weight: bold;text-align: center;padding: 10px 10px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}
.btn_fix1{display: flex;justify-content: center;align-items: center;width: 320px;height: 72px;font-size: 16px;line-height: 1.4;font-weight: bold;color: #91AE5D!important;text-align: center;margin-right: 20px;background: #fff;border-radius: 36px;border: 3px solid #91AE5D;padding-right: 20px;position: relative;}
.btn_fix1:after{content: '';display: block;width: 19px;height: 22px;background: url(../img/btn_fix1.png)no-repeat;background-size: contain;position: absolute;top: calc(50% - 10px);right: 15px;}
.btn_fix2{display: flex;justify-content: center;align-items: center;width: 320px;height: 72px;font-size: 16px;line-height: 1.4;font-weight: bold;color: #fff!important;text-align: center;margin-left: 20px;background: #91AE5D;border-radius: 36px;border: 3px solid #91AE5D;}

@media screen and (max-width: 768px){
	.fs20{font-size: 4.2vw;}
	.btn01{font-size: 4.5vw;}
	.btn01.new{font-size: 4vw;}
	.btn_fix1{width: calc(50% - 10px);height: 50px;margin-right: 5px;font-size: 2.5vw;padding: 0;}
	.btn_fix1:after{content: none;}
	.btn_fix2{width: calc(50% - 10px);height: 50px;margin-left: 5px;font-size: 2.5vw;}
}

.contents{border-bottom: 22px solid var(--main);}

header{width: 100%;background-color: var(--main);z-index: 8888;}
header.fixed{position: fixed;top: 0;left: 0;right: 0;background-color: rgba(5, 58, 122, 0.8);}
header .head_cont{width: 100%;height: 100px;justify-content: space-between;padding-left: 20px;padding-right: 20px;position: relative;}
header .head_l{display: flex;align-items: center;}
header .head_l a{display: flex;align-items: center;justify-content: center;width: fit-content;position: relative;}
header .head_l a img{display: block;height: 45px;}
header .head_r0{width: calc(100% - 260px);}
header .head_r0 .spmenu_logo{display: none;}
header .head_r{justify-content: space-around;}
header .head_r li{display: flex;align-items: center;height: 100px;}
header .head_r li.sp_home{display: none;}
header .head_r li a{display: flex;align-items: center;height: 100%;font-size: 16px;line-height: 1;color: #fff;font-weight: 700;text-decoration: none;}
header .head_r li a:hover{text-decoration: underline;opacity: 1;}
header .head_r li a.head_r_btn{border: 2px solid #fff;align-items: center;width: fit-content;height: 38px;background-color: #fff;border-radius: 9999px;color: var(--main);font-size: 16px;line-height: 1;font-weight: bold;padding: 0 16px;}
header .head_btn{display: none;}


@media screen and (min-width: 1200px){
header .head_r0{display: block!important;opacity: 1!important;height: auto!important;}
header .head_r li a.head_r_btn:hover{color: #fff;background-color: var(--main);border: 2px solid #fff;text-decoration: none;}
}

@media screen and (max-width: 1200px){
	header .head_btn{display: block;width: 100px;height: 100px;position: absolute;top: 0;right: 0;z-index: 999999}
	header .btnMenu a{display: block;width: 100px;height: 100px;}
	header .btnMenu a span{display: block;width: 24px;height: 2px;background: #fff;position: absolute;right: calc(50% - 12px);opacity: 1;transition: 0.5s;z-index: 999999}
	header .btnMenu a span:nth-child(1){top: 40%;}
	header .btnMenu a span:nth-child(2){top: 50%;}
	header .btnMenu a span:nth-child(3){top: 60%;}
	header .btnMenu.active a span{background: #241C15;}
	header .btnMenu.active a span:nth-child(1){top: 50%;transform: rotate(315deg);}
	header .btnMenu.active a span:nth-child(2){display: none;}
	header .btnMenu.active a span:nth-child(3){top: 50%;transform: rotate(405deg);}
	header .head_r0{display: none;width: 100%;height: 100vh;background-color: rgba(255, 255, 255, 0.9);border: 15px solid #ebeef5;z-index: 9999;position: absolute;top: 0;left: 0;}
	header .head_r0 .spmenu_logo{display: block;width: 100%;height: 100px;padding: 10px;}
	header .head_r0 .spmenu_logo img{width: auto;height: 60px;}
	header .head_r{display: block;}
	header .head_r li{display: flex;align-items: center;height: 56px;width: 100%;border-bottom: 1px solid #ccc;}
	header .head_r li a{display: block;line-height: 1;color: #241C15;font-weight: 400;padding: 20px 0;text-decoration: none;width: 100%;text-align: center;font-size: 16px;}
	header .head_r li a.head_r_btn{width: 100%;height: auto;background-color: unset;border-radius: unset;border: none;color: #241C15;font-size: 16px;font-weight: normal;padding: 20px 0;}
	header .head_r li a:hover{text-decoration: none;}
	header .head_r li.head_menu_last{height: 150px;border-bottom: unset;}
	header .head_r li.head_menu_last a{display: block;width: 280px;border: 1px solid #333;background-color: #fff;border-radius: 8px;font-size: 16px;line-height: 1;padding: 20px 0;text-align: center;margin: 0 auto;}
	header .head_r li.sp_home{display: flex;justify-content: center;align-items: center;margin-top: 50px;border: none;}
	header .head_r li.sp_home a{display: flex;justify-content: center;align-items: center;width: 300px;height: 50px;margin: 0 auto;border: 1px solid #ccc;border-radius: 10px;background: #fff;}
	header .head_r1 a.head_r_btn{display: none;}
}

@media screen and (max-width: 768px){
	header .head_cont{height: 56px;}
	header .head_btn{width: 80px;height: 56px;}
	header .btnMenu a{width: 80px;height: 56px;}
	header .head_l a img{height: 35px;}
	header .head_r0 .spmenu_logo{height: 60px;}
	header .head_r0 .spmenu_logo img{height: 40px;}
}





.fot_fix{justify-content: center;align-items: center;width: 100%;height: 100px;background: rgba(255, 255, 255, 0.8); position: fixed;bottom: -100px;left: 0;right: 0;opacity: 0;transition: 0.7s;}
.fot_fix.active{display: flex;opacity: 1;bottom: 0;}
.fot_fix .fot_btn1,
.fot_fix .fot_btn2{display: flex;align-items: center;justify-content: center;width: fit-content;height: 58px;border-radius: 20px;padding: 0 50px;font-size: 20px;font-weight: 500;line-height: 1.4;color: #fff;text-decoration: none;position: relative;}
.fot_fix .fot_btn1{background-color: var(--red);margin-right: 40px;}
.fot_fix .fot_btn2{background-color: #1E2380;}
.fot_fix .fot_btn2 span{display: block;width: 400px;font-size: 14px;color: #000;text-align: center;position: absolute;bottom: -20px;left: calc(50% - 200px);}
@media screen and (max-width: 768px){
	.fot_fix{height: 70px;}
	.fot_fix .fot_btn1{margin-right: 10px;}
	.fot_fix .fot_btn1,
	.fot_fix .fot_btn2{font-size: 3.5vw;text-align: center;padding: 0 15px;}
	.fot_fix .fot_btn2 span{width: 100vw;font-size: 3vw;}
}

.fot_fix .fot_btn1.none{margin-right: 0;background-color: #D0D0D0;color: #000;pointer-events: none;}

.nolink{pointer-events: none;}
.btn_entry.nolink{pointer-events: none;background: #ddd;position: relative;}
.btn_entry.nolink span{display: block;width: 320px;font-size: 14px;text-align: center;color: #000;white-space: nowrap;position: absolute;bottom: -16px;left: 0;}


