@charset "utf-8";
/*-----------------------------------

	base

-----------------------------------*/
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 14px;
	background: #DDF2FC;
	background-size: cover;
	width: 100%;
	position: relative;
	color:#595A5A;
	line-height: 1.5;
}
.contents_inner {
  width: 90%;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
a{
	text-decoration: none;
}

.row_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fc_b{
	color: #2784B0;
}
.ff_num{
	font-family: "Akshar", sans-serif;
}

@media screen and (max-width: 840px){

}

@media screen and (max-width: 640px){
	body{
		font-size: 14px;
	}
	.contents_inner{
		max-width: 350px;
		width: 90%;
		margin: auto;
	}
}


/*-----------------------------------

	pc_top_img

-----------------------------------*/
#pc_top_img{
	position:relative;
	width: 100%;
}
#pc_top_img .bg_pc .pc_bg_img{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100vh;
    width: -webkit-fill-available;
	object-fit: cover;
}
#pc_top_img .left_box{
    position: fixed;
    left: 0;
    top: 0;
    width: calc(50% - 195px);
    height: auto;
	padding: 84px 0 0;
}
#pc_top_img .left_box .pc_logo{
	max-width: 317px;
	width: 90%;
	margin: auto;
	display: block;
}
#pc_top_img .left_box nav .main_menu{
	max-width: 340px;
	width: 90%;
	margin: 62px auto 0;
}
#pc_top_img .left_box nav .main_menu li:not(:last-child){
	margin-bottom: 25px;
}
#pc_top_img .left_box nav .main_menu li a{
	position: relative;
	padding-left: 1.2em;
	color: #595A5A;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	transition: 0.3s;
}
#pc_top_img .left_box nav .main_menu li a:hover{
	opacity: 0.8;
	color: #2784B0;
}
#pc_top_img .left_box nav .main_menu li a.active{
	color: #2784B0;
	text-decoration: underline;
}
#pc_top_img .left_box nav .main_menu li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 17px;
	height: 17px;
	background: #000;
	border-radius: 50%;
	border: 0.7px solid #636363;
}
#pc_top_img .left_box .footer_box{
	max-width: 340px;
    width: 90%;
	margin: 25px auto 0;
	padding-top: 25px;
	border-top: 1px solid #CBCBCB;
}


#pc_top_img .right_box{
    position: fixed;
    right: 0;
    top: 0;
    width: calc(50% - 195px);
    height: auto;
}
#pc_top_img .right_box img{
	display: block;
	margin: auto;
}
#pc_top_img .right_box .cta_box{
	max-width: 360px;
	width: 90%;
	margin: 145px auto 0;
}
#pc_top_img .right_box .cta_box .btn_box{
	margin: 30px auto 40px;
}
#pc_top_img .right_box .cta_box .btn_box .btn{
	max-width: 350px;
	font-size: 22px;
}
@media screen and (max-height: 850px){
	#pc_top_img .left_box{
		padding: 60px 0 0;
	}
	#pc_top_img .left_box nav .main_menu{
		margin: 35px auto 0;
	}
	#pc_top_img .left_box nav .main_menu li:not(:last-child){
		margin-bottom: 17px;
	}
	#pc_top_img .right_box .cta_box{
		margin: 85px auto 0;
	}
}
@media screen and (max-height: 740px){
	#pc_top_img .left_box{
		padding: 35px 0 0;
	}
	#pc_top_img .left_box .pc_logo{
		max-width: 220px;
	}
	#pc_top_img .left_box nav .main_menu{
		margin: 25px auto 0;
	}
	#pc_top_img .left_box nav .main_menu li a{
		font-size: 18px;
	}
	#pc_top_img .left_box nav .main_menu li a::before{
		width: 12px;
		height: 12px;
		top: 7px;
	}
	#pc_top_img .right_box .cta_box{
		margin: 40px auto 0;
	}
	#pc_top_img .right_box .cta_box .btn_box{
		margin: 22px auto 30px;
	}
}

@media screen and (max-width: 1040px){
	#pc_top_img .left_box nav .main_menu li a,
	#pc_top_img .right_box .cta_box .btn_box .btn{
		font-size: 18px;
	}
	#pc_top_img .left_box nav .main_menu li a::before{
		top: 7px;
		width: 13px;
		height: 13px;
	}
}
@media screen and (max-width: 950px){
	#pc_top_img .left_box nav .main_menu li:not(:last-child){
		margin-bottom: 15px;
	}
	#pc_top_img .left_box nav .main_menu li a{
		font-size: 16px;
	}
	#pc_top_img .left_box nav .main_menu li a::before{
		top: 7px;
		width: 10px;
		height: 10px;
	}
	#pc_top_img .right_box .cta_box .btn_box .btn{
		font-size: 16px;
	}
}
@media screen and (max-width: 860px){
	#pc_top_img .left_box nav .main_menu li a,
	#pc_top_img .right_box .cta_box .btn_box .btn{
		font-size: 14px;
	}
	#pc_top_img .left_box nav .main_menu li a::before{
		top: 5px;
	}
	#pc_top_img .right_box .cta_box{
		margin: 100px auto 0;
	}
	#pc_top_img .right_box .cta_box .btn_box{
		margin: 20px auto 25px;
	}
}
@media screen and (max-width: 640px){
	
}


/*-----------------------------------

	sp

-----------------------------------*/
.pc{
	display: block;
}
.sp{
	display: none;
}

@media screen and (max-width: 640px){
	.pc{
	   display: none;
    }    
    .sp{
	   display: block;
    }
}

.none{
	opacity: 0.3;
	pointer-events: none;
}

/*-----------------------------------

	header

-----------------------------------*/
header{
	padding: 10px 0 0;
	position: relative;
	z-index: 999;
}
header .row_box{
	align-items: flex-start;
}
header #logo{
	width: 119px;
	margin: 10px auto 0;
}
header .top_txt .txt{
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
header .top_txt .date{
	background: #fff;
	border-radius: 10px;
	gap: 2px;
	width: 136px;
	line-height: 1;
	margin: 7px auto 0;
	align-items: center;
}
header .top_txt .date .day{
	font-size: 20px;
	font-weight: 500;
}
header .top_txt .date .week{
	font-size: 9px;
	background: #DDF2FC;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
}

/*-----------------------------------

	sp header

-----------------------------------*/
#sp_contents .header_bg {
	height: 60px;
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 9998;
}
#sp_contents header #logo img {
	width: 107px;
	position: relative;
}
#sp_contents header .top_txt img{
	width: 225px;
}

#sp_contents .sp_nav {
	float:right;
	height: 60px;
	z-index: 11;
    position: fixed;
    right: 0;
	width: 100%;
}


/*-----------------------------------

	footer

-----------------------------------*/
footer{
	padding-bottom: 19px;
}
.footer_box h3{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
.footer_box table td{
	padding-bottom: 8px;
	width: calc(100% - 80px);
}
.footer_box table td:first-child{
	font-weight: 700;
	padding-right: 10px;
	width: 80px;
}
.footer_box .ig_link{
	position: relative;
	padding-left: 25px;
	display: inline-block;
	color: #595A5A;
	transition: 0.3s;
	font-weight: 700;
}
.footer_box .ig_link::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url("../img/icon_Instagram.svg")no-repeat;
	width: 18px;
	height: 18px;
}
.footer_box .ig_link:hover{
	opacity: 0.8;
	text-decoration: underline;
}

@media screen and (max-width: 840px){
}
@media screen and (max-width: 640px){
}
/*-----------------------------------

	sp_contents

-----------------------------------*/
#sp_contents{
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
    /*height:1000px;*/
    max-width: 390px;
    width: 100%;
	background: #DDF2FC;
	box-shadow: 0 3px 6px rgba(89,90,90,0.5);
}
#sp_btn{
	display: none;
}
.fixed{
	display: none;
}
.btn_box img {
	display: block;
    margin: 0 auto 5px;
    max-width: 297px;
    width: 100%;
}
.btn_box .btn {
    display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	border-radius: 10px;
	background: #2784B0;
	box-shadow: 0 5px 0 #156184;
	color: #fff;
	transition: 0.3s;
}
.btn_box .btn:hover{
	background: #156184;
	box-shadow: none;
}

@media screen and (max-width: 640px){
    #sp_contents{
        max-width: 100%!important;
		left: 0;
        transform: unset;
        max-width: fit-content;
		box-shadow: none;
    }
	#sp_btn{
		display: block;
	}
	.fixed{
	  display: none;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  z-index: 998;
		background: #fff;
		padding: 7px 0 14px;
	}
	

}


