
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {
	
	
	/* =========================================================================
 	common
	===========================================================================*/
	
	.cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index:20;
		transition: all 1.5s cubic-bezier(0, 0, 0, 0) 0s;
	}
	.cover_act{
		opacity:0
	}
    
    /* =========================================================================
 	common_top_ttl
	===========================================================================*/
    
    
	#main_ttl_wrap_top{
		width: 100%;
		height: 220px;
		position: relative;
		overflow: hidden;
		background-size: cover;
		background-color: #4679c2;
		margin: 0;
	}
	
	
	#main_ttl_wrap_top .txt_wrap_top h1{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 500;
		font-size: 4.2rem;
		color: #fff;
		letter-spacing: 0.4rem;
		padding: 70px 0 0;
		position:absolute;
		margin: 0 0 0 140px;
	}
	
	#main_ttl_wrap_top .txt_wrap_top h1:after{
		content:"";
		display:block;
		position:absolute;
		bottom: 36px;
		left: -230px;
		transform: translate(-50%, -50%);
		background-color: #ffffff;
		width: 360px;
		height: 2px;
	}
	
	#main_ttl_wrap_top .txt_wrap_top span{
		display:block;
		font-weight: 500;
		font-size: 3.0rem;
		font-family: 'Noto Serif JP', sans-serif;
		color: #000;
		background:none;
		text-align: center;
		letter-spacing: 0.2rem;
		padding:0;
		margin: 24px 0 -12px;
	}
	
	#main_ttl_wrap_top .txt_wrap_top p{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 1.5rem;
		text-align: center;
		color: #fff;
		letter-spacing: 0.1rem;
		white-space: nowrap;
		line-height: 200%;
	}
    
    /* =========================================================================
 	common_ttl
	===========================================================================*/
    
    .ttl_02{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 500;
		font-size: 3.2rem;
		color: #000;
		line-height: 155%;
		z-index: 2;
		margin: 0 0 91px;
		text-align: center;
		position:relative;
	}
	.ttl_02:after{
		content:"";
		display:block;
		position:absolute;
		bottom: -32px;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #4679c2;
		width: 92px;
		height: 6px;
	}

	.ttl_05{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 500;
		font-size: 2.6rem;
		color: #4679c2;
		line-height: 155%;
		position:relative;
		padding-left: 1.8em;
		text-indent: -1.8em;
	}

	.ttl_05 span{
        margin:0 20px 0 0;
        border-bottom:2px solid #4679c2;
	}

	.ttl_09{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.6rem;		
	}

	

	.ttl_17{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 500;
		font-size: 1.9rem;
		color: #4679c2;
		text-align: center;
		line-height: 131%;
		margin: 10px 0 13px;
	}

	
	.ttl_20{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 2.0rem;
		color: #000000;
		text-align: left;
		line-height: 131%;
		margin: 55px 0 5px 38px;
		position: relative;
	}

	.ttl_20:before{
		content: "";
		position: absolute;
		top: 10px;
		left: -39px;
		background: #4679c2;
		width: 19px;
		height: 4px;
	}

	.flex_b{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between
	}


	.flex_b li{
		width: 31%;
		box-sizing: border-box;
		background-color: #4679c2;
		padding: 33px 37px 60px;
	}

	.flex_b .ttl_18{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 500;
		font-size: 2.2rem;
		color: #fff;
		line-height: 190%;
		z-index: 2;
		margin: 0 0 26px;
		padding: 0 0 15px;
		text-align: center;
		position:relative;
		border-bottom: 1px solid #7aa0d8;
	}

	.flex_b p{
		font-family: 'Noto Serif JP', sans-serif;
		font-weight: 300;
		font-size: 1.7rem;
		text-align: left;
		line-height: 199%;
		color: #fff;
	}
    
    .u_line_ttl_wrap{
        position: relative;
        padding: 0 0 10px;
        margin: 0 0 40px;
    }
    
    .u_line_ttl_wrap:before,
    .u_line_ttl_wrap:after{
        content: "";
        display: block;
        width:0;
        height: 3px;
        background:#4679c2;
        position: absolute;
        bottom:0;
        transition: all 0.5s cubic-bezier(0, 0, 0, 0);
    }
    .u_line_ttl_wrap:before{
        left: 50%;
    }
    .u_line_ttl_wrap:after{
        right: 50%;
    }
    
    .u_line_ttl_wrap_act:before,
    .u_line_ttl_wrap_act:after{
        width: 50px;
    }
    
    .u_line_ttl_wrap h1{
        font-family: 'Noto Serif JP', serif;
        font-weight:400;
        font-size: 4.0rem;
        letter-spacing: 0.1rem;
        text-align: center;
    }
    
    .u_line_ttl_wrap h1 span{
    	display:block;
    	font-size:2.6rem;
    	line-height:30%;
    	margin:0 0 40px;
    }
    
    .naminami{
    	display:inline-block;
    	font-family: 'Noto Serif JP', serif;
    	font-weight:400;
    	font-size: 3.0rem;
    	letter-spacing: 0.1rem;
    	line-height: 140%;
    	padding: 0 10px 2px 10px;
    	margin: 0 0 10px 42px;
    	position:relative;
    }
    
    .naminami:before{
    	content:"";
    	background: url("../img/naminami.svg") center;
    	width:40px;
    	height: 20px;
    	position:absolute;
    	top: 50%;
    	left: -40px;
    	transform:translate(0, -50%);
    }
    
    .l_line_ttl{
    	display:inline-block;
        font-family: 'Noto Serif JP', serif;
		font-weight:400;
		font-size: 2.4rem;
		letter-spacing: 0.1rem;
		line-height: 140%;
		padding: 0 10px 2px 10px;
		margin:0 0 10px;
		background:#fff;
		border-left:2px solid #4679c2;
		position:relative;
    }

    .l_line_ttl:before{
    	content: "";
		display: block;
		width: 1000px;
		height: 1px;
		background:#ababab;
		position: absolute;
		top: 50%;
		left:0;
		z-index:-1;
    }
    
    .l_line_ttl_2{
    	position:relative;
    	margin: 0 0 14px;
    }
    
    .l_line_ttl_2 h2{
    	display:inline-block;
    	font-family: 'Noto Serif JP', serif;
    	font-weight:400;
    	font-size: 2.4rem;
    	letter-spacing: 0.1rem;
    	line-height: 140%;
    	padding: 0 10px 2px 10px;
    	background:#ebf5ff;
    	border-left:2px solid #4679c2;
    	z-index:1;
    	position:relative;
    }

    .l_line_ttl_2:before{
    	content: "";
		display: block;
		width: 1000px;
		height: 1px;
		background:#ababab;
		position: absolute;
		top: 50%;
		left:0;
		z-index:1;
    }
	
	
	/* =========================================================================
 	common scroll
	===========================================================================*/
	
	.scroll_v{
			z-index: 9;
			width: 50px;
			position: absolute;
			bottom: 20px;
			left: 50%;
            transform:translate(-50%, -50%);
	}

	.scroll_v a {
			display:block;
			font-family: 'Roboto', sans-serif;
			font-weight: 300;
			font-size: 1.4rem;
			color: #fff;
			letter-spacing: 2px;
	}

	.scroll_v a span{
			display: block;
			width: 1px;
			background: rgba(255,255,255,0.5);
			padding: 54px 0;
			margin: 0 0 0 30px;
			text-align: center;
			position: relative;
	}
		
	.scroll_v a span:before {
  			position: absolute;
  			top: 5px;
  			right: -3px;
  			content:"";
  			width: 7px;
  			height: 7px;
  			border-radius: 50%;
  			background-color: #ffffff;
  			animation: sdb 3s infinite;
  	}
	
	
	
	/* =========================================================================
 	LINK
	===========================================================================*/
	
	
    
    /* =========================================================================
 	sec_more_info
	===========================================================================*/
	
	#sec_more_info{
		width: 100vw;
	}


	#sec_more_info .wrapper{



		width: 90vw;
		padding: 30px 5vw 80px;
		background: #eff0f2;
	}

	.sec_more_info_1 .wrapper{
		width: 34vw !important;
		padding: 30px 33vw 80px!important;
		background: #eff0f2!important;
	}

	.sec_more_info_1 .f_btn_list li{
		width: 100% !important;
	}
	
	.sec_more_info_2 .wrapper{
		width: 66vw !important;
		padding: 30px 17vw 80px!important;
		background: #eff0f2!important;
	}

	.sec_more_info_2 .f_btn_list li{
		width: 49% !important;
	}
	
	#sec_more_info h2.ttl{
		font-family: 'Noto Serif JP', serif;
		font-weight: 300;
		font-size: 3.6rem;
		letter-spacing:0.6rem;
		white-space: nowrap;
		padding: 10px 0 20px;
	}

	#sec_more_info .f_btn_list{
		display: flex;
        justify-content:space-between;
	}

	#sec_more_info .f_btn_list li{
		width: 30%;
	}

	#sec_more_info_4 .f_btn_list li {
        width: 22%;
    }

	#sec_more_info .f_btn_list li a{
		display:block;
		position:relative;
	}

	#sec_more_info .f_btn_list li a p{
		background:#eff0f2;

		position: absolute;
		bottom: 0;
		left: 0;
		padding: 6px 52px 4px 10px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.6rem;
		letter-spacing:0.1rem;
	}

	#sec_more_info .f_btn_list li a p:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #000;
		border-bottom:solid 1px #000;
		position: absolute;
		top: 52%;
		right:20px;
		transform:translate(-50%, -50%) rotate(-45deg);
	}

	#sec_more_info .f_btn_list li a .img_box{
		position:relative;
		line-height:0;
		overflow:hidden;
	}

	#sec_more_info .f_btn_list li a .img_box img{
		transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	#sec_more_info .f_btn_list li a:hover .img_box img{
		transform: scale(1.1);
		opacity:0.5;
	}

	#sec_more_info .f_btn_list li a .img_box span{
		display:inline-block;
		font-family: 'EB Garamond', serif;
		font-weight:200;
		font-size: 6.6rem;
		line-height:90%;
		text-align:center;
		letter-spacing:0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform:translate(-50%, -50%);
		z-index:999;
	}

	#sec_more_info .f_btn_list2 a{
		display:inline-block;
		position:relative;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.6rem;
		letter-spacing:0.1rem;
		padding:0 16px 0 22px;
	}

	#sec_more_info .f_btn_list2 a:before{
		content: "";
		display: block;
		width: 6px;
		height:6px;
		border-right:solid 1px #2d3442;
		border-bottom:solid 1px #2d3442;
		position: absolute;
		top: 50%;
		right:0;
		transform:translate(0, -50%) rotate(-45deg);
	}

	#sec_more_info .f_btn_list2 a:hover{
		color:#5189b5;
	}
	
	
	/* =========================================================================
 	e_btn_list
	===========================================================================*/
		

	#sec_menu_03 ul.e_btn_list a{
		width: 100%;
		height: 162px;
		position:relative;
		background-color:#4679c2;
	}
	
	#sec_menu_03 ul.e_btn_list a:hover{
		background-color:#7a9fd4;
	}

     #sec_menu_03 .wrapper{
     	width:100%
     }

     #sec_menu_03 ul.e_btn_list a{
         display: block;
         position: relative;
         transition: all 0.5s ease 0s;
     }
     
     #sec_menu_03 ul.e_btn_list a .icon_box{
     	position: absolute;
     	top: 35px;
     	left: 50%;
     	transform: translate(-50%, 0);
     }
     
     #sec_menu_03 ul.e_btn_list a .icon_box img{
     	width: 40px;
     }

	#sec_menu_03 .e_btn_list li a:hover .img_box img{
		opacity:0.5;
	}

    #sec_menu_03 ul.e_btn_list a h3{
         font-family: 'Noto Serif JP', sans-serif;
         font-weight: 400;
         font-size: 2.8rem;
         color: #ffffff;
         position: absolute;
         top: 75px;
         left: 50%;
         transform: translate(-50%, 0);
         transition: all 0.5s ease 0s;
    }
	
	
	/* =========================================================================
 	inview anime
	===========================================================================*/

	.lazy_fadein{
		opacity:0;
	}
	.lazy_fadein_act{
		opacity:1;
		transition: all 0.5s cubic-bezier(0, 0, 0, 0);
	}
	
	.lazy_fadeinLeft{
		opacity:0;
		transform: translate(-50px,0); 
	}
	.lazy_fadeinRight{
		opacity:0;
		transform: translate(50px,0); 
	}
	
	.lazy_fadeinLeft_active,.lazy_fadeinRight_active{
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate(0,0); 
		opacity:1;
	}

	
	.lazy_fadeinUp,.lazy_fadeinUpA,.lazy_fadeinUpB,.lazy_fadeinUpC,.lazy_fadeinUpD{
		opacity:0;
		transform: translate(0,10px); 
	}
	
	
	.lazy_fadeinUp_active{
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate(0,0); 
		opacity:1;
	}
	
	.lazy_fadeinDownA,.lazy_fadeinDownB,.lazy_fadeinDownC,.lazy_fadeinDownD{
		opacity:0;
		transform: translate(0,-10px); 
	}
	
	.lazy_fadeinDown_active{
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: translate(0,0); 
		opacity:1;
	}
	
	.lazy_fadeinUpCenter{
		opacity:0;
		transform:translate(-50%, 10%);
	}
	
	.lazy_fadeinUpCenter_active{
		transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform:translate(-50%, 0);
		opacity:1;
	}
	
	.lazy_fadeinScaleA,.lazy_fadeinScaleB,.lazy_fadeinScaleC,.lazy_fadeinScaleD{
		opacity:0;
		transform: scale(1.2);
	}
	.lazy_fadeinScale_active{
		transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: scale(1);
		opacity:1;
	}
	
	
	
}


/* ============================================================
loading
==============================================================*/

@media (min-width: 762px) {
    .loader {
      font-size: 1.2rem;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 9999;
      -webkit-animation: load5 1.1s infinite ease;
      animation: load5 1.1s infinite ease;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
    }

    .loader span{
    	display:block;
    	font-size:1.2rem;
    	color: #aecae6;
    	margin: 48px 0 0 -23px;
    }
    
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #1d4788, 1.8em -1.8em 0 0em rgba(29,71,136, 0.2), 2.5em 0em 0 0em rgba(29,71,136, 0.2), 1.75em 1.75em 0 0em rgba(29,71,136, 0.2), 0em 2.5em 0 0em rgba(29,71,136, 0.2), -1.8em 1.8em 0 0em rgba(29,71,136, 0.2), -2.6em 0em 0 0em rgba(29,71,136, 0.5), -1.8em -1.8em 0 0em rgba(29,71,136, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.7), 1.8em -1.8em 0 0em #1d4788, 2.5em 0em 0 0em rgba(29,71,136, 0.2), 1.75em 1.75em 0 0em rgba(29,71,136, 0.2), 0em 2.5em 0 0em rgba(29,71,136, 0.2), -1.8em 1.8em 0 0em rgba(29,71,136, 0.2), -2.6em 0em 0 0em rgba(29,71,136, 0.2), -1.8em -1.8em 0 0em rgba(29,71,136, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.5), 1.8em -1.8em 0 0em rgba(29,71,136, 0.7), 2.5em 0em 0 0em #1d4788, 1.75em 1.75em 0 0em rgba(29,71,136, 0.2), 0em 2.5em 0 0em rgba(29,71,136, 0.2), -1.8em 1.8em 0 0em rgba(29,71,136, 0.2), -2.6em 0em 0 0em rgba(29,71,136, 0.2), -1.8em -1.8em 0 0em rgba(29,71,136, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.2), 1.8em -1.8em 0 0em rgba(29,71,136, 0.5), 2.5em 0em 0 0em rgba(29,71,136, 0.7), 1.75em 1.75em 0 0em #1d4788, 0em 2.5em 0 0em rgba(29,71,136, 0.2), -1.8em 1.8em 0 0em rgba(29,71,136, 0.2), -2.6em 0em 0 0em rgba(29,71,136, 0.2), -1.8em -1.8em 0 0em rgba(29,71,136, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.2), 1.8em -1.8em 0 0em rgba(29,71,136, 0.2), 2.5em 0em 0 0em rgba(29,71,136, 0.5), 1.75em 1.75em 0 0em rgba(29,71,136, 0.7), 0em 2.5em 0 0em #1d4788, -1.8em 1.8em 0 0em rgba(29,71,136, 0.2), -2.6em 0em 0 0em rgba(29,71,136, 0.2), -1.8em -1.8em 0 0em rgba(29,71,136, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.2), 1.8em -1.8em 0 0em rgba(29,71,136, 0.2), 2.5em 0em 0 0em rgba(29,71,136, 0.2), 1.75em 1.75em 0 0em rgba(29,71,136, 0.5), 0em 2.5em 0 0em rgba(29,71,136, 0.7), -1.8em 1.8em 0 0em #1d4788, -2.6em 0em 0 0em rgba(29,71,136, 0.2), -1.8em -1.8em 0 0em rgba(29,71,136, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.2), 1.8em -1.8em 0 0em rgba(29,71,136, 0.2), 2.5em 0em 0 0em rgba(29,71,136, 0.2), 1.75em 1.75em 0 0em rgba(29,71,136, 0.2), 0em 2.5em 0 0em rgba(29,71,136, 0.5), -1.8em 1.8em 0 0em rgba(29,71,136, 0.7), -2.6em 0em 0 0em #1d4788, -1.8em -1.8em 0 0em rgba(29,71,136, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(29,71,136, 0.2), 1.8em -1.8em 0 0em rgba(29,71,136, 0.2), 2.5em 0em 0 0em rgba(29,71,136, 0.2), 1.75em 1.75em 0 0em rgba(29,71,136, 0.2), 0em 2.5em 0 0em rgba(29,71,136, 0.2), -1.8em 1.8em 0 0em rgba(29,71,136, 0.5), -2.6em 0em 0 0em rgba(29,71,136, 0.7), -1.8em -1.8em 0 0em #1d4788;
  }
}



/* ============================================================
PC IE11
==============================================================*/

@media (-ms-high-contrast:none) {

	
	
}


	
/* ============================================================
keyframe
==============================================================*/
	
@keyframes sdb {
  			0% {
    			transform: translate(0, -10px);
    			opacity: 0;
  			}
  			50% {
    			opacity: 1;
  			}
  			80% {
    			transform: translate(0, 100px);
    			opacity: 0;
  			}
  			100% {
    			opacity: 0;
  			}
		}

