@charset "UTF-8";
/* CSS Document */

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body{
	color: #595959;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin-inline: auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 70px 0;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_light{
	background: #f5f5f5;
}

.bg_inner{
	padding: 50px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_grad{
	background:linear-gradient(to right,#00a0e9,#0451a5,#1d2088);
	color: #fff;
}
.bg_img01{
	background:linear-gradient( to right,rgba(0,160,233,0.5) ,rgba(29,32,136,0.5)) , url("../img/rec02.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}
.bg_img02{
	background: url("../img/bg_img01.webp") no-repeat;
	background-position: bottom right;
	background-size: 90%;
}
.bg_tx01{
	background: linear-gradient( to top, rgba(255,255,250,1) ,rgba(255,255,255,0) 100px 100%),url("../img/bg_tx_br.webp");
	background-repeat: no-repeat;
	background-position: bottom, bottom right;
	background-size: 100%,960px;
}
@media (max-width: 960px){
	.bg_img02{
		background-size: 200%;
		background-position: bottom center;
	}
	.bg_tx01{
		background-size: 100%,100%;
	}
}
@media (max-width: 750px){
	.bg_img02{
		background-size: 250%;
	}
}
@media (max-width: 450px){
	.bg_img02{
		background-size: 300%;
	}
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}
/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	position: relative;
}
.txt_lv02 .ja{
	font-size: clamp(1.1rem, 0.785rem + 1.12vw, 1.8rem);
	display: block;
	position: relative;
}
.txt_lv02 .en{
	font-weight: 800;
}
.txt_lv02 .en span{
	font-size: clamp(0.8rem, 0.6679rem + 0.5872vw, 1.2rem);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: transparent;
	background: linear-gradient( to bottom, #00a0e9 , #1d2088 );
	-webkit-background-clip: text;
}
.txt_lv02::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: -7px;
	width: 7px;
	height: 7px;
	background: #00a0e9;
	border-radius: 50%;
}
.txt_lv02::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -4px;
	width: 1%;
	height: 1px;
	background:linear-gradient(to right,#00a0e9 40%,#1d2088 90%, rgba(29,32,136,0) 100%);
	transition: 1.5s cubic-bezier(0.64, 0, 0.78, 0);
}
.txt_lv02.inview::after{
	width: 100%;
}

.bg_img01 .txt_lv02 .en span{
	color: #fff;
	background: none;
}
.bg_img01 .txt_lv02::before{
	background: #fff;
}
.bg_img01 .txt_lv02::after{
	background:linear-gradient(to right,#fff,#00a0e9);
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 8px #00a0e9;
	position: relative;
	margin-bottom: 30px;
	font-weight: 500;
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03 span.nb{
	font-size: 200%;
	line-height: 100%;
	color: #1d2088;
	font-weight: 700;
}
@media (max-width: 768px){
	.txt_lv03 span.nb{
		display: block;
	}
}

.txt_lv05{
	font-size: 1.1rem;
	 font-weight: 500;
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #00a0e9;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	text-align: center;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}


.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
	font-weight: 600;
}
.txt_copy03{
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-weight: 700;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(235,153,1,0.5) 60%);
}
span.inb{
	display: inline-block;
}


/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:linear-gradient(to right,#00a0e9,#0451a5,#1d2088);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	height: 120px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 540px calc(100% - 25px), 500px 100%, 0 100%);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	width: 450px;
	padding: 15px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}
.site-header nav ul{
	margin-top: 20px;
}
.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
}
.site-header.transform nav ul li a{
	color: #595959;
}
.site-header nav ul li a span{
	color:#fff;
	font-size: 80%;
	text-transform: uppercase;
	
}
.site-header.transform nav ul li a span{
	color: transparent;
	background: linear-gradient( to right, #00a0e9, #1d2088);
	-webkit-background-clip: text;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	background:rgba(26,26,26,0.0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(26,26,26,1.0);
}
@media (max-width: 1200px){
	.site-header{
		height: 100px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 410px calc(100% - 25px), 380px 100%, 0 100%);
	}
	.site-header h1 img{
		width: 350px;
	}
}
@media (max-width: 750px){
	.site-header{
		height: 90px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 280px calc(100% - 20px), 250px 100%, 0 100%);
	}
	.site-header h1 img{
		width: 250px;
		padding: 20px 15px 0 10px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider{
	overflow: hidden;
	height: 100vh;
	min-height: 630px;
	max-height: 1080px;
	
}
.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 30px);
	min-height: 600px;
	max-height: 1050px;
	z-index: 9;
	overflow: hidden;
}

.slider li.top02{
	background:url("../img/img02.webp") no-repeat;
	background-size: cover;
	 background-position: 40% 50%;
}
.slider li.top03{
	background:url("../img/img04.webp") no-repeat;
	background-size: cover;
	 background-position: 40% 50%;
}
.slider li.top04{
	background:url("../img/img05.webp") no-repeat;
	background-size: cover;
	 background-position: 40% 50%;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	top: 60%;
	left: 8%;
	z-index: 11;
}

.slide_wrap .copy h2{
	margin: auto;
	color: #fff;
	font-weight: 700;
	font-size: clamp(2rem, 1.55rem + 1.6vw, 3rem);
	margin-bottom: 16px;
}
.slide_wrap .copy h2 .large{
	font-size: 130%;
}
.slide_wrap .copy h3{
	color: #fff;
	font-weight: 700;
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	margin-left: 0.3rem;
	text-transform: uppercase;
}
/* スクロールダウンライン======================================== */
.scrolldown2{
	position:absolute;
	bottom:0;
	left:50%;
	z-index: 10;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#00a0e9;
	z-index: 1;
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*丸が上から下に動く*/
@keyframes circlemove{
	0%{
		bottom:70px;
	}
	100%{
		bottom:-5px;
	}
 }

/*丸が透過*/
@keyframes cirlemovehide{
	0%{
		opacity:0
	}
	50%{
		opacity:1;
	}
	80%{
		opacity:0.9;
	}
	100%{
		opacity:0;
	}
}

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 100px;
  background:#eee;
}
@media (max-width: 1200px){
	.slide_wrap .copy{
		top: 30%;
	}
}

@media (max-width: 768px){
	.slider{
		height: 90vh;
	}
	.slider li{
		height: calc(90vh - 30px);
	}
	.slide_wrap .copy{
		width: calc(100% - 80px);
		min-width: 300px;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 40px);
	margin: 20px;
	background:rgba(255,255,255,0.5);
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.card001 figure::after{
	position: absolute;
	content: '';
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background:rgba(255,255,255,0.5);
	z-index: -1;
}
.card001 figure img{
	display: block;
	width: 180px;
	padding: 15px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: contain;
	margin: auto;
	background: #f8f4e6;
	
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	font-weight: 600;
	font-size: 0.8rem;
	margin-bottom: 0.5em;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.2em;
	border-bottom: solid 1px;
	margin-bottom: 0.5rem;
}
.card001 figure figcaption p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img_l{
	width: 400px;
	padding: 15px;
	align-self: center;
}
.card003 .img img,
.card003 .img_l img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 30px;
	align-self: center;
}
.card003 .txt p{
	margin-bottom: 1em;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		width: 100%;
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.card003 .img_l{
		width: 100%;
		max-width: 400px;
		align-self: center;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 0;
	background: #fff;
	color: #595959;
}

footer h2 img{
	width: 350px;
	margin-bottom: 30px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}

.footer_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	padding: 15px;
	background:linear-gradient(to right,#00a0e9,#0451a5,#1d2088);
	color: #fff;
	font-weight: 500;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_contact{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(60% + 40px) calc(100% - 25px), 60% 100%, 0 100%);
}
.subtitle h2{
	color:#fff;
	font-weight: 600;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
}
.subtitle h2 span.en{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	vertical-align: top;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/img04.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		width: 100%;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 30px;
	left: 1em;
	padding: 3px 5px;
	font-size: 0.9rem;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '｜';
	padding-bottom: 0.5rem;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 960px){
	.breadcrumb{
		font-size: 0.8rem;
	}
}


/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 80px;
	height: 50px;
	padding-left: 30px;
	position: fixed;
	right: 0;
	bottom: 40px;
	background:#1d2088;
	background-size: 150%;
	z-index: 999;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	clip-path: polygon(30px 0%, 100% 0, 100% 100%, 0% 100%);
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 1.2rem;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	margin: auto;
	text-align: center;
}

/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}

.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1s 3s ease forwards; 
	backface-visibility: hidden;
	perspective: 1000px;
}
@keyframes text_anime_on {
	0%,30% {
		transform: translateX(2rem) ;
		opacity:0;
	}
	to {
		transform: translateX(0rem) ;
		opacity:1;
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.mb70{
	margin-bottom: 70px;
}
.mb30{
	margin-bottom: 30px;
}
.pt0{
	padding-top: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
.col_n{
	color: #1d2088;
}
.col_b{
	color: #00a0e9;
}
.clip_top{
	clip-path: polygon(0 0, 25% 0, calc(25% + 40px) 25px, 100% 25px, 100% 100%, 0 100%);
	padding-top: 90px;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

