@charset "utf-8";

/*-------------------------------
	基本設定
-------------------------------*/

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); */

*{
	box-sizing: border-box;
	line-height: 1.5;
	word-wrap: break-word;
}
html{
	font-size: 62.5%;
}
body{
	width: 100%;
	/* min-width: 1020px; */
	min-width: 1280px;
	font-size: 1.6em;
	font-weight: 300;
	/* color: #000; */
	color: #000;
	-webkit-text-size-adjust: 100%;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
}
.svg{
	line-height: 1;
	display: block;
}
.svg img{
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
img{
	height: auto;
	vertical-align: bottom;
}
img.radius{
	border-radius: 20px;
}
a{
	transition: .3s all ease;
}
*:not(.btn) > a:hover{
	opacity: 0.6;
}
.icofont{
	font-family: IcoFont, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	/* text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased; */
}

/*----- フォント */
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
	font-family: 'Boston Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Boston Bold'), url('../font/boston/BostonBold.woff') format('woff');
}
@font-face {
	font-family: 'Boston Black';
	font-style: normal;
	font-weight: normal;
	src: local('Boston Black'), url('../font/boston/BostonBlack.woff') format('woff');
}

/*----- グラデーション */
.gradation{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a475+0,00bdff+100 */
	background: #00a475; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a475 0%, #00bdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00a475 0%,#00bdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00a475 0%,#00bdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 ); /* IE6-9 */
}

/*----- コンテンツ */
.fullwidth{
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.basewidth{
	width: 1020px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.sec{
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec1{
	padding-top: 0;
}
.main{
	padding-top: 100px;
}

/*----- 白色コンテンツ */
.first_white .inner{
	padding-top: 70px;
	background: #fff;
}

/*----- アニメーション */
.view{
	opacity : 0;
	transform : translate(0, 70px);
	transition : all 500ms;
}
.view.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}



/*-------------------------------
	ヘッダー
-------------------------------*/

.header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 9000;
}
.header *{
	line-height: 1;
}
.header .fullwidth{
	min-width: 1280px;
}
.header a{
	display: block;
}
.header .inner{
	height: 100px;
}
.header .logo{
	margin-right: 70px;
}
.header .nav .cont:not(:last-child){
	margin-right: 40px;
}
.header .nav .cont > a{
	height: 100px;
	line-height: 100px;
	font-size: 1.8rem;
	font-family: 'Boston Bold';
}
.header .nav .child{
	width: 100%;
	height: 0;
	padding-left: 50px;
	padding-right: 50px;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	overflow: hidden;
	transition: .3s all ease;

}
.header .nav .has:hover .child{
	height: 140px;
}
/* .header .nav .has:hover .child_inner{
	opacity: 1;
} */
.header .nav .child .child_inner{
	min-width: 1280px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	opacity: 0;
}
.header .nav .child .midashi{
	font-size: 3rem;
	margin-right: 140px;
	font-family: 'Boston Bold';
}
.header .nav .child ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header .nav .child ul li:not(:last-child){
	margin-right: 55px;
}
.header .nav .child ul a{
	font-size: 1.8rem;
	font-weight: bold;
}
.header .sns{
	margin-right: 40px;
}
.header .sns .svg{
	width: 20px;
}
.header .none_nav{
	position: fixed;
	right: -500px;
	top: 0;
	bottom: 0;
	width: 500px;
	height: 100%;
	padding-left: 80px;
	padding-right: 80px;
	background: #333;
	display: none;
	align-items: center;
}
.header .none_nav .inner{
	height: auto;
}
.header .none_nav .cont{
	/* margin-bottom: 70px; */
	margin-bottom: 7vh;
}
.header .none_nav .cont > a{
	font-size: 3rem;
	font-family: 'Boston Bold';
	color: #fff;
}
.header .none_nav .child{
	margin-top: 25px;
	margin-left: 25px;
}
.header .none_nav .child .c_cont{
	display: flex;
	align-items: center;
}
.header .none_nav .child .c_cont:not(:last-child){
	margin-bottom: 30px;
}
.header .none_nav .child .c_cont:before{
	content: "";
	width: 14px;
	height: 3px;
	border-radius: 3px;
	margin-right: 8px;
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a475+0,00bdff+100 */
	background: #00a475; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a475 0%, #00bdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00a475 0%,#00bdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00a475 0%,#00bdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 ); /* IE6-9 */
}
.header .none_nav .child .c_cont a{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

/*----- ハンバーガーボタン */
.hamburger_wrap{
	/* width: 15vw;
	height: 15vw; */
	width: 46px;
	height: 100px;
	/* position: fixed; */
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9500;
	position: relative;
	cursor: pointer;
}
.hamburger_wrap .hamburger {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 300;
}
.hamburger_wrap .hamburger > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hamburger_wrap .hamburger > div:after{
	display: none;
}
.menu-trigger {
	position: relative;
	/* width: 1.65em;
	height: 1.2em; */
	width: 46px;
	height:26px;
	margin-top: 0;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: calc(50% - 1px);
}
.menu-trigger span:nth-of-type(3) {
	width: 65%;
	right: 0;
	left: unset;
	bottom: 0;
}
/*アニメーション*/
.menu-trigger.active span:nth-of-type(1) {
	/* -webkit-transform: translateY(0.6em) rotate(-45deg);
	transform: translateY(0.6em) rotate(-45deg); */
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	/* -webkit-transform: translateY(-0.6em) rotate(45deg);
	transform: translateY(-0.6em) rotate(45deg); */

	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
	width: 100%;
	background: #fff;
}



/*-------------------------------
	キービジュアル
-------------------------------*/

.keyvisual{
	position: relative;
}
.keyvisual:before{
	content: "";
	width: calc(50% + 240px);
	height: 500px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a475+0,00bdff+100 */
	background: #00a475; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a475 0%, #00bdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00a475 0%,#00bdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00a475 0%,#00bdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 ); /* IE6-9 */
}
.keyvisual .pagetitle{
	font-size: 1.9rem;
	padding-top: 50px;
	padding-bottom: 70px;
	line-height: 1;
	font-weight: bold;
}
.keyvisual .pagetitle:before{
	content: attr(data-title-en);
	font-size: 7.0rem;
	margin-bottom: 20px;
	letter-spacing: 0.08em;
	line-height: 1;
	font-family: 'Boston Black';
	display: block;
}



/*-------------------------------
	CONTACT
-------------------------------*/

.sec_contact{
	color: #fff;
	text-align: center;
	background-image: url(../images/common/sec_contact_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.sec_contact .txt{
	margin-bottom: 50px;
}
.sec_contact *{
	color: #fff;
}



/*-------------------------------
	フッター
-------------------------------*/

.footer{
	background: #383838;
}
.footer .inner{
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
}
.footer .inner *{
	color: #fff;
}

/*----- ロゴ */
.footer .block1{
	display: flex;
	align-items: flex-end;
	margin-bottom: 35px;
}
.footer .block1 .logo{
	width: 238px;
	margin-right: 65px;
}
.footer .block1 .logo a{
	display: block;
}
.footer .block1 .logo a img{
	width: 100%;
}
.footer .block1 .name{
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}

/*----- SNSアイコン */
.footer .sns_cont{
	position: absolute;
	right: 0;
	bottom: 35px;
}
.footer .sns_cont .sns:not(:last-child){
	margin-right: 40px;
}
.footer .sns_cont .svg{
	width: 20px;
}

/*----- 住所 */
.footer .address_cont *{
	font-size: 1.5rem;
}
.footer .address_cont .detail .txt{
	line-height: 1.5;
}
.footer .address_cont .detail:not(:last-child){
	margin-bottom: 30px;
}
.footer .address_cont .link a{
	line-height: 1;
	display: flex;
	align-items: flex-start;
}
.footer .address_cont .svg{
	width: 12px;
	margin-right: 5px;
}

/*----- ナビ */
.footer .nav .cont:not(:last-child){
	margin-right: 50px;
	position: relative;
}
.footer .nav .cont > a{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-family: 'Boston Bold';
}
.footer .nav .child{
	width: 200%;
	position: absolute;
	top: 45px;
	left: 0;
}
.footer .nav .child .c_cont{
	display: flex;
	align-items: center;
	margin-right: 0;
}
.footer .nav .child .c_cont:not(:last-child){
	margin-bottom: 20px;
}
.footer .nav .child .c_cont a{
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
}
.footer .nav .child .c_cont:before{
	content: "";
	width: 14px;
	height: 3px;
	border-radius: 3px;
	margin-right: 8px;
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a475+0,00bdff+100 */
	background: #00a475; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a475 0%, #00bdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00a475 0%,#00bdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00a475 0%,#00bdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 ); /* IE6-9 */
}

/*----- コピーライト */
.footer .copyright{
	background: #fff;
	text-align: center;
}
.footer .copyright .txt{
	font-size: 1.3rem;
	line-height: 60px;
	display: block;
}



/*-------------------------------
	パーツ
-------------------------------*/

/*----- レイアウト50:50分割 */
.halfwidth{
	display: flex;
	align-items: center;
	position: relative;
}
.halfwidth.receive{
	flex-direction: row-reverse;
}
/* .halfwidth .image_wrap{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
} */
/* .halfwidth .image_wrap .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} */
.halfwidth .image img{
	width: 640px;
	max-width: 100%;
	height: auto;
}
.halfwidth .detail{
	position: relative;
}
.halfwidth .detail .cont{
	width: 480px;
}
.halfwidth .detail .cont .txt{
	line-height: 1.8;
}
.halfwidth.normal .image{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.halfwidth.normal .detail .cont{
	padding-left: 80px;
}
.halfwidth.receive .detail{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.halfwidth.receive .detail .cont{
	padding-right: 80px;
}

/*----- 見出し */
.sec .sectitle{
	font-size: 7.0rem;
	margin-bottom: 50px;
	letter-spacing: 0.08em;
	line-height: 1;
	font-family: 'Boston Black';
}
.sec .subtitle{
	font-size: 3.0rem;
	margin-bottom: 35px;
	line-height: 1;
	font-weight: bold;
}

/*----- ボタン */
.btn{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;
}
.btn a{
	height:58px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.btn a:before{
	content: "";
	display: block;
	position: absolute;
	border-radius: 3px;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .3s all ease;
	background: #000;
}
.btn .icofont.arrow:after{
	content: "\eab8";
	color: #fff;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}
.btn span{
	position: relative;
	z-index: 2;
}

/* グラデーション */
.btn.gradation{
	border: none;
}
.btn.gradation a{
	margin: 1px;
	border-radius: 3px;
	color: #000;
	position: relative;
	background: #fff;
}
.btn.gradation a:before{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a475+0,00bdff+100 */
	background: #00a475; /* Old browsers */
	background: -moz-linear-gradient(left,  #00a475 0%, #00bdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #00a475 0%,#00bdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #00a475 0%,#00bdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a475', endColorstr='#00bdff',GradientType=1 ); /* IE6-9 */
}
.btn.gradation .icofont.arrow:after{
	color: #00bdff;
}

/* hover時 */
.btn a:hover:before{
	left: 0;
}
.btn.gradation a:hover,
.btn.gradation .icofont.arrow:hover:after{
	color: #fff;
}

/*----- ぱんくず */
.pankuzu{
	margin-bottom: 20px;
}
.pankuzu ul{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.pankuzu *{
	font-size: 1.3rem;
}
.pankuzu ul li{
	display: flex;
	align-items: center;
}
.pankuzu ul li:not(:last-child):after{
	content: "";
	width: 21px;
	height: 5px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/common/arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}



/*-------------------------------
	NEWS
-------------------------------*/

.sec3{
	margin-top: 100px;
	padding-top: 0;
	padding-bottom: 75px;
	position: relative;
}
.sec3:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(50% + 320px);
	height: calc(100% - 35px);
	z-index: -1;
	background: #f5f5f5;
}
.sec3 .news{
	margin-bottom: 60px;
}
.sec3 .news .detail{
	border-bottom: 2px solid #000;
	position: relative;
}
.sec3 .news .detail.icofont.arrow:after{
	content: "\eab8";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.sec3 .news .detail a{
	padding: 25px 20px;
	display: flex;
	align-items: center;
}
.sec3 .news .detail:first-child{
	border-top: 2px solid #000;
}
.sec3 .news .detail .date{
	width: 180px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.5rem;
	font-family: 'Boston Bold';
}
.sec3 .news .detail .title{
	width: calc(100% - 220px);
	font-size: 1.6rem;
}
.sec3 .btn a{
	background: #f5f5f5;
}



/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) , print{

	/* 14px 1.4rem; */
	/*-------------------------------
		基本設定
	-------------------------------*/

	html{
		font-size: 2.777vw;
	}
	body{
		min-width: 100%;
		font-size: 1.4rem;
	}
	img.radius{
		border-radius: 5vw;
	}

	/*----- コンテンツ */
	.fullwidth{
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	.basewidth{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_basewidth{
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	.sec{
		padding-top: 25vw;
		padding-bottom: 15vw;
	}
	.sec1{
		padding-top: 0;
	}
	.main{
		padding-top: 15vw;
	}

	/*----- 白色コンテンツ */
	.first_white .sp_basewidth{
		padding-left: 0;
	}
	.first_white .inner{
		padding-left: 3.5%;
		padding-top: 10vw;
	}



	/*-------------------------------
		ヘッダー
	-------------------------------*/

	.header .fullwidth{
		min-width: 100%;
	}
	.header .inner{
		height: 15vw;
	}
	.header .logo{
		width: 38.5vw;
		margin-right: 0;
	}
	.header .logo a{
		display: block;
	}
	.header .logo a img{
		width: 100%;
	}
	.header .nav{
		display: none;
	}
	.header .right_cont .sns{
		display: none;
	}
	.header .sns{
		margin-right: 5vw;
	}
	.header .sns .svg{
		width: 7.5vw;
	}
	.header .none_nav{
		right: -100vw;
		width: 100vw;
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.header .none_nav .inner{
		height: auto;
	}
	.header .none_nav .cont{
		margin-bottom: 5vh;
	}
	.header .none_nav .cont > a{
		font-size: 1.8rem;
	}
	.header .none_nav .child{
		margin-top: 2.5vw;
		margin-left: 5vw;
	}
	.header .none_nav .child .c_cont:not(:last-child){
		margin-bottom: 4.5vw;
	}
	.header .none_nav .child .c_cont:before{
		width: 2.5vw;
		height: 2px;
		border-radius: 1vw;
		margin-right: 1.5vw;
	}
	.header .none_nav .child .c_cont a{
		font-size: 1.2rem;
	}

	/*----- ハンバーガーボタン */
	.hamburger_wrap{
		width: 10vw;
		height: 15vw;
	}
	.menu-trigger {
		width: 10vw;
		height: 1.2em;
	}
	/*アニメーション*/
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(0.6em) rotate(-45deg);
		transform: translateY(0.6em) rotate(-45deg);
		background: #fff;
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-0.6em) rotate(45deg);
		transform: translateY(-0.6em) rotate(45deg);
		width: 100%;
		background: #fff;
	}



	/*-------------------------------
		キービジュアル
	-------------------------------*/

	.keyvisual:before{
		width: 75%;
		/* height: 100vw; */
		height: 75vw;
	}
	.keyvisual .pagetitle{
		font-size: 1.9rem;
		padding-top: 10vw;
		padding-bottom: 15vw;
	}
	.keyvisual .pagetitle:before{
		font-size: 3.6rem;
		margin-bottom: 5vw;
		letter-spacing: 0;
	}



	/*-------------------------------
		CONTACT
	-------------------------------*/

	.sec_contact{
		background-image: url(../images/common/sec_contact_bg_sp.jpg);
	}
	.sec_contact .txt{
		margin-bottom: 20vw;
	}



	/*-------------------------------
		フッター
	-------------------------------*/

	.footer .inner{
		padding-top: 8.5vw;
		padding-bottom: 12.5vw;
	}

	/*----- ロゴ */
	.footer .block1{
		display: block;
		position: relative;
		margin-bottom: 5vw;
	}
	.footer .block1 .logo{
		width: 52.5vw;
		margin-bottom: 5vw;
		margin-right: 0;
	}
	.footer .block1 .name{
		font-size: 1.6rem;
	}

	/*----- SNSアイコン */
	.footer .sns_cont{
		bottom: 0;
	}
	.footer .sns_cont .sns{
		margin-right: 6.5vw !important;
	}
	.footer .sns_cont .svg{
		width: 5vw;
	}

	/*----- 住所 */
	.footer .address_cont *{
		font-size: 1.3rem;
	}
	.footer .address_cont .detail:not(:last-child){
		margin-bottom: 5vw;
	}
	.footer .address_cont .svg{
		width: 2.5vw;
		margin-right: 1vw;
	}

	/*----- ナビ */
	.footer .nav{
		display: none;
	}

	/*----- コピーライト */
	.footer .copyright .txt{
		font-size: 1.1rem;
		line-height: 15vw;
	}



	/*-------------------------------
		パーツ
	-------------------------------*/

	/*----- レイアウト50:50分割 */
	.halfwidth{
		display: block;
	}
	.halfwidth .image{
		width: 100%;
	}
	.halfwidth .image img{
		width: 100%;
		max-width: 100%;
	}
	.halfwidth .detail{
		width: 100%;
		position: relative;
	}
	.halfwidth .detail .cont{
		width: 100%;
	}
	.halfwidth.normal .image{
		display: block;
	}
	.halfwidth.normal .detail .cont{
		padding-left: 0;
	}
	.halfwidth.receive .detail{
		display: block;
	}
	.halfwidth.receive .detail .cont{
		padding-right: 0;
	}

	/*----- 見出し */
	.sec .sectitle{
		font-size: 5.0rem;
		margin-bottom: 5vw;
	}
	.sec .subtitle{
		font-size: 1.8rem;
		margin-bottom: 4.5vw;
	}

	/*----- ボタン */
	.btn{
		width: 100%;
		border-radius: 1vw;
	}
	.btn a{
		height:16vw;
	}
	.btn a:before{
		border-radius: calc(1vw - 1px);
	}
	.btn .icofont.arrow:after{
		right: 3.5vw;
		font-size: 2.2rem;
	}

	/* グラデーション */
	.btn.gradation a{
		border-radius: calc(1vw - 1px);
	}

	/*----- ぱんくず */
	.pankuzu{
		margin-bottom: 4.5vw;
	}
	.pankuzu *{
		font-size: 1.0rem;
	}
	.pankuzu ul li:not(:last-child):after{
		width: 4.5vw;
		height: 1.5vw;
		margin-left: 2.5vw;
		margin-right: 2.5vw;
	}



	.sec3{
		margin-top: 20vw;
		padding-top: 0;
		padding-bottom: 12.5vw;
	}
	.sec3:after{
		width: 85%;
		height: calc(100% - 7.5vw);
	}
	.sec3 .news{
		margin-bottom: 10vw;
	}
	.sec3 .news .detail{
		border-bottom: 1px solid #000;
	}
	.sec3 .news .detail:first-child{
		border-top: 1px solid #000;
	}
	.sec3 .news .detail.icofont.arrow:after{
		display: none;
	}
	.sec3 .news .detail a{
		padding: 5vw 0;
		/* display: block; */
		gap: 1em;
	}
	.sec3 .news .detail .date{
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.sec3 .news .detail .title{
		width: 100%;
		font-size: 1.4rem;
	}
	.sec3 .btn a{
		background: linear-gradient(90deg,#f5f5f5 0%,#f5f5f5 87.8%,#fff 87.8%,#fff 100%);
	}

}


.banner_cont > *{
	text-align: center;
}

.banner_cont._sub{
	.banner {
		padding-top: 40px;
		a {
			flex-direction: column;
			width: 800px;
			display: block;
			margin-left: auto;
			margin-right: auto;
			img {
				mix-blend-mode: darken;
			}
			.banner_btn {
				margin-top: 20px;
			}
			.banner_btn span{
				display: inline-block;
			}
		}
	}
}
.banner{
	margin-top: 120px;
	padding: 42px 24px 24px;
	border-radius: 20px;
	border: 5px solid #49c6a3;
	display: inline-block;
	background: #cef0e7;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}

.banner-img img {
	width: 320px;
	height: 240px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	box-shadow: inset 1px 1px 0 0px #fff;

}
.banner a{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 2em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	&::before {
		content: "";
		width: 8em;
		height: 10em;
		background-image: url(../images/common/banner-accent.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		bottom: -2em;
		left: -4em;
		z-index: 10;
	}

	@media screen and (max-width:768px) {
		&::before {
			width: 6em;
			height: 8em;
			top: 20%;
			bottom: auto;
			left: -2em;
		}
	}
}
.banner a:hover{
	opacity: 1 !important;
}

.banner-logo {
	margin-bottom: 24px;
}
.banner-logo img {
	width: 320px;
	mix-blend-mode: darken;

}
.banner .title{
	font-size: 2.5rem;
	line-height:46px;
	width: 600px;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background: #f01487;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(-42px - 5px - 23px);
	margin-left: auto;
	margin-right: auto;
}
.banner a .banner_btn{
	padding: 10px;
	font-size: 1.9rem;
	border-radius: 25px;
	padding-right: 48px;
	padding-left: 24px;
	/* margin-top: 30px; */
	color: #49c6a3;
	font-weight: bold;
	background: #fff;
	box-shadow: 10px 10px 10px rgb(0 0 0 / 15%);
	position: relative;
	transition: 0.2s;
}
.banner a .banner_btn span{
	font-size: 1.9rem;
	margin-left: 10px;
	color: #f01487;
	font-weight: bold;
	display: block;
}
.banner a .banner_btn:after{
	content: "";
	width: 20px;
	height: 10px;
	background-image: url(../images/service2/arrow_pink.svg);
	display: block;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
.banner a:hover .banner_btn{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);

}


@media screen and (max-width:768px) , print{ 
	.banner{
		margin-top: 4rem;
		padding: 5vw;
		border-radius: 2.5vw;
	}
	.banner a{
		width: 100%;
		flex-direction: column;
		gap: 0.5em;
		padding-bottom: 16px;
	}
	.banner .title{
		font-size: 1.3rem;
		line-height: 2.6rem;
		width: 100%;
		border-radius: 1.3rem;
		top: calc(-5vw - 5px - 1.3rem);
	}
	.banner a .banner_btn{
		padding: 3.5vw;
		font-size: 1.8rem;
		border-radius: 2.5vw;
		margin-top: 0;
		text-align: center;
	}
	.banner a img{
		width: 85%;
		margin: 3vw auto 5vw;
	}
	.banner a .banner_btn span{
		margin-left: 0;
		display: block;
	}
	.banner a .banner_btn:after{
		display: none;
	}
	.banner a .banner_btn span:after{
		content: "";
		width: 3.5vw;
		height: 1.75vw;
		margin-left: 2.5vw;
		background-image: url(../images/service2/arrow_pink.svg);
		display: inline-block;
	}

	.banner-img img {
		width: 220px;
		height: 175px;
	}
}