@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: #3d3c5e;
	font-size: 16px;
	background: #fff;
	-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.5;
}
a{
	text-decoration: none;
	color: #3d3c5e;
	transition: .4s;
}
a:hover{
	letter-spacing: 0.2rem;
	transition: .4s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
main{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section {
	padding: clamp(30px,8vw,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;
}

/*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;
}
.t_end{
	text-align: end;
}

.pdt0{padding-top: 0;}

/* 画像　-------------------------- */
.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_cent{
	justify-content: center;
}
.fac{
	align-items: center;
}

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

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

/*==背景=============================================*/
.curve{
overflow:hidden;
position:relative;
}
.curve::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 107px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23ffffff"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23ffffff"/></svg>'); 
}

@media (min-width:2100px){
.curve::before{
background-size: 100% calc(2vw + 107px);
}
}
 



/*==font・title=============================================*/
.itc{
	font-family: 'Tempus Sans ITC';
}
.ja{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.mtitle{
	font-size: 60px;
	letter-spacing: .2rem;
	font-weight: 200;
	line-height: 1;
}
.mtitle .tss{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
	position: relative;
	padding: 0 30px;
	display: inline-block;
}
.mtitle .tss::before,.mtitle .tss::after{
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background: #2e3192;
	top: 50%;
}
.mtitle .tss::before{
	left: 0
}
.mtitle .tss::after{
	right: 0
}

@media(max-width:499px){
	.mtitle .tss{
	display: block;
		line-height: 2;
	}	
}

.tll{
	font-size: clamp(2.313rem, 1.646rem + 2.8vw, 3.75rem);

}
/*==btn=============================================*/
.btn01{
	text-align: left ;
	position: relative;
    display:inline-block;
    text-decoration: none;
    outline: none;
	border-bottom: 1px solid #2e3192;
	padding: 0 2rem 3px;
	width: 280px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 1.3rem;
}
.btn01:hover::before {
    content: '';
    position: absolute;
    right:0;
    top:0;
    /*波形の形状*/
    border: 1px solid rgba(46,49,146,.30);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*はじめは不透明*/
	opacity:1;
    /*アニメーションの設定*/
    animation:1s circleanime2 forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2{
	0%{
	  transform: scale(0);
	}
	100%{
		transform:scale(2);
	}
}

/*矢印の設定*/
.btn01 .arrow::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    top: 51%;
	right: 10px;
	width: 5%;
    height: .5px;
    background: #2e3192;
	transform: translateY(-50%);
	transition: .5s;
}

/*矢印の設定*/
.btn01 .arrow::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    top: 50%;
	right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2e3192;
    border-right: 1px solid #2e3192;
    transform: rotate(45deg) translateY(-50%);
}
.btn01:hover .arrow::before{
	width: 10%;	
	transition: .5s;
}
