@charset "utf-8";
/* CSS Document */
/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 400;
	color: #333;
	font-size: clamp(16px,2vw,18px);
	background: url("../img/bgimg.jpg")repeat-y center/contain;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
}
p{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: 80px 0 ;
	position: relative
}
table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;/*隙間なし*/
}

/*改行　-------*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block !important;
}

a.anchor{
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

/*PC・SP表示-----------------------*/
.sp{
	display: none;
}
.pc{
	display: block;
}

@media (max-width: 768px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}
}

/*幅・高さ調整-------*/
.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
/*高さ*/

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

.h30{
	height: 30px;
}
.h50{
	height: 50px;
}

.t_center{
	text-align: center;
}
.t_left{
	text-align: left;
}
/* 画像　-------------------------- */
.obj-in{
	width: 100%;
	height: 100%;
	object-fit: contain
}

.obj-cov{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/*flexbox------------------------*/
.flexbox{
	display: flex;
	flex-wrap: wrap;
}
.f_jsb{
	justify-content: space-between;
}
.f_jsa{
	justify-content: space-around
}
.f_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

.comn2{
	width: 48%;
}
.comn3{
	width: calc( 100% / 3 - 20px);
}
.comn4{
	width: 35%;
}
.comn5{
	width: 62%;
}

.f_center{
	align-items: center;
}
@media (max-width: 768px){
	.flexbox{
		flex-direction: column;
	}
	.flexbox.rever{
		flex-direction: column-reverse;
	}
	.comn2, .comn3, .comn4, .comn5 {
		width: 100%;
		margin-bottom: 30px
	}
}

/*==背景=============================================*/
.bg01top{
	background: #2e3192;
	height: 16vh;
	min-height: 60px;
	position: relative;
	width: 100vw;
}
.bg01top::before{
	position: absolute;
	content: '';
	width: 100vw;
	height: 100%;
	background: url("../img/bgimg.jpg");
	background-size: cover;
	background-repeat: repeat-y;
	clip-path: ellipse(51% 100% at top);
	top:0;
	left: 0;
}

.bg01{
	background: #2e3192;
	color: #fff;
}
.bg01_l{
	background: url(../img/bglight.png)no-repeat right/cover;	
}
.bg01top._light{
	background:url(../img/bglight.png)no-repeat right top/cover;		
}


@media (max-width: 500px){
	.bg01top{
		max-height: 60px;
	}
}

/*==見出し=============================================*/
.mincho{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.ttl{
	font-size:clamp(1.25rem, 0.671rem + 2.44vw, 2.5rem);
}
.ttm{
	font-size: clamp(1.15rem, 0.941rem + 0.88vw, 1.6rem)!important;
}
.mtitle {
	font-weight: 600;	
	margin-bottom: 30px;
}
.mtitle h2{
	color: #2e3192;
	font-size:clamp(1.563rem, -0.03rem + 6.71vw, 5rem);
	line-height: 1.2;
	letter-spacing: .2rem
}
.mtitle.white h2{
	color: #fff;
}
.mtitle._02{
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}
.mtitle._02 h2{
	font-size:clamp(1.563rem, 0.55rem + 4.27vw, 3.75rem);
	padding-right: 20px;
}

.mtitle._03 h2{
	font-size:clamp(1.563rem, 0.55rem + 4.27vw, 3.75rem);	
}

.ltitle h2{
	color: #2e3192;
	font-size:clamp(1.25rem, 0.671rem + 2.44vw, 2.5rem);
	line-height: 1.2;
	letter-spacing: .2rem	
}
.ltitle p{
	font-size: clamp(1.125rem, 0.922rem + 0.85vw, 1.563rem);
}


.sub_ttl {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    padding: 0.2em 0 0.2em 1rem;
    background: rgb(160, 216, 239);
    background: linear-gradient(49deg, #2e3192 0%, rgba(214, 243, 255, 1) 100%);
    border-radius: 10px;
	margin-bottom: 20px;
}



/*==btn=============================================*/
.mbtn{
	margin: 30px 0;
}
.mbtn a{
	display: inline-block;
	min-width: 300px;
	padding:0 2rem;	
	position: relative;
	color: #2e3192;
	border-bottom: 1px solid #2e3192;
	font-size: 1.3rem;
	cursor: url("../img/pointer.svg"),auto; /* autoは必要に応じて */
}

.mbtn a::before{
	position: absolute;
    bottom: -4px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2e3192;
    content: '';
    transition-duration: .4s;
    transition-property: left;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.mbtn a:hover::before{
	left: 100%;
	transition: .4s;
}

a.svg{
	cursor: url("../img/pointer.svg"),auto; 	
}

.mbtn.white a{
	color: #fff;
	border-color: #fff;
}
.mbtn.white a::before{
    background: #fff;
}


.lbtn{
	display: block;
	background: #2e3192;
	color: #fff;
	padding: .5rem 2rem;
	font-size: clamp(19px,2.2vw,25px);
	position: relative;
}

.lbtn::before,
.lbtn::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 1.2rem;
	width: 1.5rem;
	height: 3px;
	background-color: #fff;
	transform-origin: calc(100% - 2px) 50%;
	transition: .4s;
}

.lbtn::before {
  transform: rotate(45deg);
}

.lbtn::after {
  transform: rotate(-45deg);
}
.lbtn:hover{
	opacity: .8;
}
.lbtn:hover::before,
.lbtn:hover::after {
  right: .8rem;	
	transition: .4s;
}

@media (max-width: 500px) {
	.lbtn{
		padding: .5rem 1rem;
	}
	.lbtn::before,
	.lbtn::after {
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: .8rem;
		width: 1rem;
		height: 2px;
		background-color: #fff;
		transform-origin: calc(100% - 2px) 50%;
		transition: .4s;
	}	
	.lbtn:hover::before,
	.lbtn:hover::after {
	  right: .3rem;	
		transition: .4s;
	}
	
}

