@charset "utf-8";

html {
  font-size: 62.5%;
}
body {
	font-size: 1.6em;
	font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
  	font-style: normal;
  	color: #222;
	line-height: 1.8;
	letter-spacing: 0.1em;	
 }
 
 #content {
 	margin-top: 100px !important;
 }

 
 #page {
 	opacity: 0;
	animation: fadeIn 0.5s ease 0.5s forwards;
	overflow-x: hidden;
 }
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@media (max-width: 1100px) {
    #content {
 		margin-top: 80px !important;
 	}
}

@media(max-width:767px){
	body {
		font-size: 1.5em;
	}
	#content {
 		margin-top: 60px !important;
 	}
}


/**GoogleFonts************************************************************/
.noto-sans {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}
.m-plus-1p {
	font-family: "M PLUS 1p", sans-serif;
	font-style: normal;
  }
.kaisei-decol {
	font-family: "Kaisei Decol", sans-serif;
	font-style: normal;
  }
.roboto {
	font-family: "Roboto Condensed", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
  }

/**ゴシック************************************************************/
.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}


/**Common************************************************************/

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a:hover, a:link, a:visited, a:active {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}
/**親要素幅いっぱいの画像**/
img.fit {
	width: 100%;
	max-width: none;
}

.break-word {
	overflow-wrap:break-word;
	word-wrap:break-word;
}


/*レスポンシブ
************************************************************/
.mini, .sp, .tab {
	display: none;
}
@media (max-width: 1024px) {
	.tab {
		display: block;}
}
@media (max-width: 767px) {
	.sp {
		display: block;}
	.pc {
		display: none;}
}
@media (max-width: 600px) {
	.mini {
		display: block;}
}



/*Object-fit
************************************************************/
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: cover;'
}


/*Clearfix
************************************************************/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clearfix:after {
	content: "";
    display: block;
    clear: both;
}

/*Color
************************************************************/

/*テキストカラー***********/
/***基本色*/
.wht { color: #fff;}
.blk { color: #000;}
.d-gry { color: #666;}

/***テーマカラー*/
.red { color: #d80c18;}
.ppl { color: #3A3183;}
.blu { color: #005AB7;}
.sax { color: #019FE6;}

/*バックグラウンド***********/
/***基本色*/

.bg-wht { background-color: #fff;}
.bg-blk { background-color: #000;}

/***テーマカラー*/
.bg-red { background-color: #d80c18;}
.bg-pnk { background-color: #fce7e0;}
.bg-blu { background-color: #005AB7;}
.bg-sax { background-color: #019FE6;}
.bg-gry { background-color: #F8F7F7;}

/*Opacity
************************************************************/
.opacity {
	transition:.2s;
}
.opacity:active {
	opacity: 0.6;
}
@media (min-width:768px) {
	.opacity:hover {
	opacity: 0.6;}
}


/*Letter-spacing
************************************************************/
.ls-10 {letter-spacing: 0.1em;}
.ls-15 {letter-spacing: 0.15em;}
.ls-18 {letter-spacing: 0.18em;}
.ls-20 {letter-spacing: 0.2em;}

/*Line-height
************************************************************/
.lh-10 {line-height:1;}
.lh-12 {line-height:1.2;}
.lh-13 {line-height:1.3;}
.lh-14 {line-height:1.4;}
.lh-15 {line-height:1.5;}
.lh-16 {line-height:1.6;}
.lh-18 {line-height:1.8;}
.lh-20 {line-height:2;}



/*Font
************************************************************/
/*Font-size*/
.txt-10 {font-size: 10px;}
.txt-12 {font-size: 12px;}
.txt-13 {font-size: 13px;}
.txt-14 {font-size: 14px;}
.txt-15 {font-size: 15px;}
.txt-16 {font-size: 16px;}
.txt-17 {font-size: 17px;}
.txt-18 {font-size: 18px;}
.txt-20 {font-size: 20px;}
.txt-22 {font-size: 22px;}
.txt-24 {font-size: 24px;}
.txt-26 {font-size: 26px;}
.txt-28 {font-size: 28px;}
.txt-30 {font-size: 30px;}
.txt-32 {font-size: 32px;}
.txt-34 {font-size: 34px;}
.txt-36 {font-size: 36px;}
.txt-38 {font-size: 38px;}
.txt-40 {font-size: 40px;}
.txt-46 {font-size: 46px;}
.txt-54 {font-size: 54px;}
.txt-60 {font-size: 60px;}
.txt-80 {font-size: 80px;}
.txt-100 {font-size: 100px;}
.txt-120 {font-size: 120px;}


@media (max-width: 767px) {
	.txt-16 {font-size: 15px;}
	.txt-17 {font-size: 15px;}
	.txt-18 {font-size: 15px;}
	.txt-20 {font-size: 15px;}
	.txt-22 {font-size: 16px;}
	.txt-24 {font-size: 17px;}
	.txt-26 {font-size: 18px;}
	.txt-28 {font-size: 20px;}
	.txt-30 {font-size: 21px;}
	.txt-32 {font-size: 22px;}
	.txt-34 {font-size: 24px;}
	.txt-36 {font-size: 25px;}
	.txt-38 {font-size: 27px;}
	.txt-40 {font-size: 28px;}
	.txt-46 {font-size: 32px;}
	.txt-54 {font-size: 38px;}
	.txt-60 {font-size: 42px;}
	.txt-80 {font-size: 56px;}
	.txt-100 {font-size: 70px;}
	.txt-120 {font-size: 84px;}
	
}

/*FontFamily明朝*/
.min {
    font-family:serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝" !important;}

/*font-weight*/
.w300 {
	font-weight: 300;}
.w400 {
	font-weight: 400;}
.w500 {
	font-weight: 500;}
.w600 {
	font-weight: 600;}
.w700 {
	font-weight: 700;}
.w800 {
	font-weight: 800;}
.w900 {
	font-weight: 900;}

.big {
	font-size: 1.3em;}

/*文字間隔広め*/
.wide {
	letter-spacing: 0.2em;
}

/*大文字*/
.upperCase {
	text-transform: uppercase;
}


/*テキストレイアウト*/
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}


/*Flex
************************************************************/
.flex {
	display: flex;}
.flex-between {
	display: flex;
	justify-content: space-between;}
.flex-center {
	display: flex;
	justify-content: center;}
.flex-end {
	display: flex;
	justify-content: flex-end;}
.flex-around {
	display: flex;
	justify-content: space-around;}
.align-start {
    align-items: flex-start;}
.align-center {
    align-items: center;}
.align-end {
    align-items: flex-end;}
 .align-strech {
    align-items: stretch;}
.rev {
	flex-direction: row-reverse;}
.column {
	flex-direction: column;}
.content-center {
	align-content: center;}
.wrap {
	flex-wrap: wrap;}

.per-50 {width: 48%;}
.per-30 {width: 32%;}
.per-25 {width: 22.5%;}
.per-20 {width: 19%;}
.per-40 {width: 38%;}
.per-60 {width: 58%;}
.per-35 {width: 34%;}
.per-65 {width: 62%;}

.half {width: 50%;}
.third {width: 30%;}

@media (max-width:767px) {
	.per-50, .per-40, .per-60, .per-35, .per-65 {
		width: 100%;}
	.per-25, .per-30 {
		width: 48%;}
}



/*Margin Padding
************************************************************/
.mt-5 {margin-top:5px;}
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}
.mt-120 {margin-top:120px;}
.mt-150 {margin-top:150px;}

.mb-5 {margin-bottom:5px;}
.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mb-60 {margin-bottom:60px;}
.mb-70 {margin-bottom:70px;}
.mb-80 {margin-bottom:80px;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}
.mb-120 {margin-bottom:120px;}
.mb-150 {margin-bottom:150px;}

.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}
.pt-90 {padding-top:90px;}
.pt-100 {padding-top:100px;}
.pt-120 {padding-top:120px;}
.pt-150 {padding-top:150px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-90 {padding-bottom:90px;}
.pb-100 {padding-bottom:100px;}
.pb-120 {padding-bottom:120px;}
.pb-150 {padding-bottom:150px;}

.ml-10 {margin-left:10px;}
.mr-10 {margin-right:10px;}
.ml-20 {margin-left:20px;}
.mr-20 {margin-right:20px;}

.pl-10 {padding-left:10px;}
.pr-10 {padding-right:10px;}
.pl-20 {padding-left:20px;}
.pr-20 {padding-right:20px;}


@media (max-width:1024px){
	.mt-10 {margin-top:10px;}
	.mt-20 {margin-top:20px;}
	.mt-30 {margin-top:24px;}
	.mt-40 {margin-top:32px;}
	.mt-50 {margin-top:40px;}
	.mt-60 {margin-top:48px;}
	.mt-70 {margin-top:56px;}
	.mt-80 {margin-top:64px;}
	.mt-90 {margin-top:72px;}
	.mt-100 {margin-top:80px;}
	.mt-120 {margin-top:96px;}
	.mt-150 {margin-top:120px;}

	.mb-10 {margin-bottom:10px;}
	.mb-20 {margin-bottom:20px;}
	.mb-30 {margin-bottom:24px;}
	.mb-40 {margin-bottom:32px;}
	.mb-50 {margin-bottom:40px;}
	.mb-60 {margin-bottom:48px;}
	.mb-70 {margin-bottom:56px;}
	.mb-80 {margin-bottom:64px;}
	.mb-90 {margin-bottom:72px;}
	.mb-100 {margin-bottom:80px;}
	.mb-120 {margin-bottom:96px;}
	.mb-150 {margin-bottom:120px;}

	.pt-10 {padding-top:10px;}
	.pt-20 {padding-top:20px;}
	.pt-30 {padding-top:24px;}
	.pt-40 {padding-top:32px;}
	.pt-50 {padding-top:40px;}
	.pt-60 {padding-top:48px;}
	.pt-70 {padding-top:56px;}
	.pt-80 {padding-top:64px;}
	.pt-90 {padding-top:72px;}
	.pt-100 {padding-top:80px;}
	.pt-120 {padding-top:96px;}
	.pt-150 {padding-top:120px;}

	.pb-10 {padding-bottom:10px;}
	.pb-20 {padding-bottom:20px;}
	.pb-30 {padding-bottom:24px;}
	.pb-40 {padding-bottom:32px;}
	.pb-50 {padding-bottom:40px;}
	.pb-60 {padding-bottom:48px;}
	.pb-70 {padding-bottom:56px;}
	.pb-80 {padding-bottom:64px;}
	.pb-90 {padding-bottom:72px;}
	.pb-100 {padding-bottom:80px;}
	.pb-120 {padding-bottom:96px;}
	.pb-150 {padding-bottom:120px;}
}

@media (max-width:767px){
	.mt-10 {margin-top:10px;}
	.mt-20 {margin-top:20px;}
	.mt-30 {margin-top:21px;}
	.mt-40 {margin-top:28px;}
	.mt-50 {margin-top:35px;}
	.mt-60 {margin-top:42px;}
	.mt-70 {margin-top:49px;}
	.mt-80 {margin-top:56px;}
	.mt-90 {margin-top:60px;}
	.mt-100 {margin-top:60px;}
	.mt-120 {margin-top:60px;}
	.mt-150 {margin-top:60px;}

	.mb-10 {margin-bottom:10px;}
	.mb-20 {margin-bottom:20px;}
	.mb-30 {margin-bottom:21px;}
	.mb-40 {margin-bottom:28px;}
	.mb-50 {margin-bottom:35px;}
	.mb-60 {margin-bottom:42px;}
	.mb-70 {margin-bottom:49px;}
	.mb-80 {margin-bottom:56px;}
	.mb-90 {margin-bottom:60px;}
	.mb-100 {margin-bottom:60px;}
	.mb-120 {margin-bottom:60px;}
	.mb-150 {margin-bottom:60px;}

	.pt-10 {padding-top:10px;}
	.pt-20 {padding-top:20px;}
	.pt-30 {padding-top:21px;}
	.pt-40 {padding-top:28px;}
	.pt-50 {padding-top:35px;}
	.pt-60 {padding-top:42px;}
	.pt-70 {padding-top:49px;}
	.pt-80 {padding-top:56px;}
	.pt-90 {padding-top:60px;}
	.pt-100 {padding-top:60px;}
	.pt-120 {padding-top:60px;}
	.pt-150 {padding-top:60px;}

	.pb-10 {padding-bottom:10px;}
	.pb-20 {padding-bottom:20px;}
	.pb-30 {padding-bottom:21px;}
	.pb-40 {padding-bottom:28px;}
	.pb-50 {padding-bottom:35px;}
	.pb-60 {padding-bottom:42px;}
	.pb-70 {padding-bottom:49px;}
	.pb-80 {padding-bottom:56px;}
	.pb-90 {padding-bottom:60px;}
	.pb-100 {padding-bottom:60px;}
	.pb-120 {padding-bottom:60px;}
	.pb-150 {padding-bottom:60px;}
}


/*Container
************************************************************/
.container-full {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	margin-right: auto;
    margin-left: auto;
}

.container-L {
	width: 100%;
	max-width: 1720px;
	padding-left: 60px;
	padding-right: 60px;
	margin-right: auto;
    margin-left: auto;
}


.container {
	width: 100%;
	max-width: 1320px;
	padding-left: 60px;
	padding-right: 60px;
	margin-right: auto;
    margin-left: auto;
}
.container-m {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
	padding-right: 60px;
}
.container-s {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 991px) {
	.container-full, .container-L, .container-m {
		padding-left: 30px;
		padding-right: 30px;}
	.container {
		padding-left: 30px;
		padding-right: 30px;}
}
@media (max-width: 767px) {
	.container-full, .container-L, .container, .container-m {
		padding-left: 15px;
		padding-right: 15px;}
}


/*Link
************************************************************/

.img-link a:active, .img-link a img:active {
	opacity: 0.6;
}
a.text-link {
	color: #5C8AF7 !important;
	text-decoration: underline !important;
	transition: all .2s;
	display: inline-block;
}

@media (min-width: 768px) {
	.img-link a:hover, .img-link a img:hover {
		opacity: 0.6;}
	a.text-link:hover {
		opacity: 0.6;
		transform: translateY(3px);}
}

.link-btn {
	display: inline-block;
	padding: 12px;
	text-decoration: none;
	position: relative;
}
.link-btn:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: 17px;
}


/*アニメーション
************************************************************/
.inView.fadeUp {
	opacity: 0;
	transform: translateY(100px);
}
.fadeUp.onView {
	animation: fadeUp .6s ease-out .2s forwards;
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}

}

.inView.fadeLeft {
	opacity: 0;
	transform: translateX(-100px);
}
.fadeLeft.onView {
	animation: fadeLeft .6s ease-out .2s forwards;
}
@keyframes fadeLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}

}

.inView.fadeRight {
	opacity: 0;
	transform: translateX(100px);
}
.fadeRight.onView {
	animation: fadeRight .6s ease-out .2s forwards;
}
@keyframes fadeRight {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}

}




/************************************************************
header
************************************************************/


.site-header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
    padding: 0 60px;
    transition: .3s;
	background: rgba(255,255,255,0.9);
}

.header {
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-branding {
	width: 350px;
}

.site-title a {
	display: flex;
	align-items: center;
}

/**コスモス(関連会社)*******************************/
.extra-nav a {
	display: inline-block;
	line-height: 1;
	padding: 6px 14px;
	border: 1px solid #019FE6;
	color: #019FE6;
	background-color: rgba(187,187,187,0);
	border-radius: 16px;
	transition: .2s;
}
.navi-menu .sns-instagram > a::before {
  font: var(--fa-font-brands);
  content: "\f16d";          /* Instagram */
  margin-right: .2em;
	transform: translateY(2px);
}

@media (min-width: 768px) {
	.extra-nav a:hover {
		background-color: rgba(187,187,187,1);
		border-color: rgba(187,187,187,1);
		color: #fff;}
}
/*フッター*/
.footer-nav .sns-instagram > a {
  display: inline-flex !important;      /* アイコンとテキストを横並びに */
  align-items: center;
}

@media (max-width: 1100px) {
	.extra-nav {
		display: none;
	}
}


.footer-nav .sns-instagram > a::after {
  font: var(--fa-font-brands);
  content: "\f16d";          /* Instagram */
  order: -1;                 /* テキストより前に表示 */
  margin-right: .2em;
	transform: translateY(2px);
}
/*********************************/

#navi {
	width: calc(100% - 350px);
}
.gloval-nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.navi ul {
	display: flex;
	align-items: center;
	column-gap: 1vw;
}


.navi ul li a {
	display: flex;
	padding: 5px 5px;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	transition: .2s;
	position: relative;
}

.navi ul li span {
	font-size: 15px;
	font-weight: 600;
}

.navi ul li a:before {
	content:"";
	display: block;
	width: 0;
	height: 2px;
	background-color: rgba(102,102,102,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .2s;
}

.navi ul li a:active {
	color: #F46105;
	transition: .2s;
	transform: translateY(-5px);
}
.navi ul.sub-menu li a:active {
	color: #F46105;
	transition: .2s;
	transform: translateX(5px);
}

.nav-btn {
	display: flex;
	margin-left: 20px;
}

.round_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	width: 200px;
	height: 46px;
	border-radius: 23px;
	border: 2px solid #3A3183;
	color: #3A3183 !important;
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .2s;
}
.round_btn:after {
	content: "";
	display: block;
	background: #3A3183;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
.round_btn.btn_large {
	width: 250px;
	height: 60px;
	border-radius: 30px;
}

.nav-btn a img {
	margin-right: 10px;
}
.nav-btn .mail-wht {
	display: none;
}


@media (min-width: 768px) {
	.round_btn:hover {
		color: #fff !important;
		background:#3A3183;
	}
	.round_btn:hover .mail-wht {
		display: inline;
	}
	.round_btn:hover .mail-blu {
		display: none;
	}
}



/**グロナビサブメニュー*****************************/
.navi ul li.menu-item-has-children a:before {
	content: none;
}
.navi li {
	position: relative;
}
.navi .sub-menu {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 5px;
	top: 26px;
	left: 0;
	width: 230px;
	height: 0;
	overflow: hidden;
	transition: .2s;
}

.navi .sub-menu:before{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: rgba(102,102,102,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: .2s;
}
.navi .sub-menu .sub-menu:before {
	content: none;
}

.navi ul.sub-menu li a {
	display: block;
	padding: 0 5px 0 10px;
	text-align: left;
	position: relative;
	color: #fff;
}
.navi ul.sub-menu li a:after {
	content: url(../images/arrow-right.svg);
	position: absolute;
	top: 0;
	left: 5px;
}
.navi ul.sub-menu .sub-menu li a:after {
	content: "-";
	position: absolute;
	top: 0;
	left: 5px;
}
@media (min-width: 768px) {
	.navi ul li a:hover:before {
		width: 100%;
		height: 100%;
		border-radius: 3px;}
	.navi ul li:hover .sub-menu {
		height: auto;
		padding: 10px;}
	.navi ul li:hover .sub-menu .sub-menu {
		padding-top: 0;
		padding-left:5px;}
	.navi .sub-menu a:hover {
		background: rgba(0,0,0,0.4);
		transform: translateX(-5px);}
}




/*burger-btn
******************************/

.burger {
	position: fixed;
	z-index: 1002;
	top: 21px;
	right: 30px;
	width: 50px;
	height: 40px;
	display: none;
}
.burger span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3A3183;
	border-radius: 2px;
	transition:all .2s;
}
.burger span:nth-of-type(1) {
	top: 8px;
}
.burger span:nth-of-type(2) {
	top: 18px;
}
.burger span:nth-of-type(3) {
	top: 28px;
}
/*Close BTN*/
.active .burger span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-156deg);
	transform: rotate(-156deg);
	background: #fff;
}
.active .burger span:nth-of-type(2) {
	opacity: 0;
}
.active .burger span:nth-of-type(3) {
	top: 18px;
	-webkit-transform: rotate(156deg);
	transform: rotate(156deg);
	background: #fff;
}



/*slidein-menu
******************************/
.navi-menu {
	width: 700px;
	height: 100vh;
	position: fixed;
	right: -700px;
	top: 0;
	bottom: 0;
	z-index: 98;
	background: linear-gradient(to right, #010841, #29369D);
	overflow: scroll;
	opacity: 0;
	transition: .5s;
	padding: 140px 60px 0;
}
.active .navi-menu {
	right: 0;
	opacity: 1;
}

.navi-menu ul {
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.navi-menu li span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.navi-menu li span:before {
	content: "【";
}
.navi-menu li span:after {
	content: "】";
}
.navi-menu li a {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	margin-left: 1em;
	position: relative;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.navi-menu li a:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/arrow-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 8px;
	right: 0;

}
.navi-menu .sub-menu {
	padding-left: 1em;
	margin-bottom: 30px;
}
.navi-menu .fa-arrow-right {
	color: #d80c18;
	transition: .2s;
}



@media(min-width:768px){
	.navi-menu .contact-form a:hover img {
		transform: translateX(5px);
	}
	.navi-menu li a:hover .fa-arrow-right {
		transform: translateX( 10px );
	}
	.unactive .burger:hover span:nth-of-type(1) {
		top: 6px;
	}
	.unactive .burger:hover span:nth-of-type(3) {
		top: 30px;
	}
	.burger:hover {
		background: rgba(255,255,255,0.8);}
	.burger:hover span {
			background: rgba(255,255,255,0.8);}
	.burger:hover span {
		background-color: #000;}
	.active.burger:hover span {
		background-color: #000;}
}

@media (max-width: 1100px) {
	.burger {
		display: block;}
	.nav-btn {
		position: fixed;
    	z-index: 1002;
    	top: 17px;
    	right: 120px;}
	.site-header .navi {
		display: none;}
	.header {
		height: 80px;}
	.site-header {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 0;}
	.site-branding {
		width: 250px;}
}

@media(max-width:991px){
	.navi-menu .container {
		flex-direction: column;
		row-gap: 30px;
	}
	.site-header {
		padding: 0 30px;
	}
}
@media(max-width:767px){
	.site-header {
        padding: 0 15px;
    }
	.navi-menu {
		padding-top: 70px;
	}
	.navi-menu h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.navi-menu h2 img {
		width: 30px;
		height: 30px;
	}
	.navi-menu .container {
		row-gap: 20px;
	}
	.navi-menu {
		width: 100vw;
		right: -100vw;
		padding: 80px 60px 0;
	}
	.navi-menu ul {
		width: 100%;
		max-width: none;
	}
	.navi-menu li a, .navi-menu li span {
		font-size: 16px;
	}
	.header {
		height: 60px;
	}
	.burger {
		top: 18px;
		right: 15px;
		width: 24px;
		height: 18px;}
	.burger span:nth-of-type(1) {
		top: 0;}
	.burger span:nth-of-type(2) {
		top: 8px;}
	.burger span:nth-of-type(3) {
		top: 16px;}
	.active .burger span:nth-of-type(1) {
		top: 8px;
		-webkit-transform: rotate(-146deg);
		transform: rotate(-146deg);
	}
	.active .burger span:nth-of-type(3) {
		top: 8px;
		-webkit-transform: rotate(146deg);
		transform: rotate(146deg);
	}
	.nav-btn {
    	right: 50px;
		top: 18px;}
	.nav-btn .round_btn {
		width: 25px;
		height: 20px;
		border-radius: 0;
		border: none;
	background: none;}
	.nav-btn .round_btn span {
		display: none;}
	.nav-btn a img {
		margin-right: 0;
	}
	.navi-menu li a:before {
		width: 16px;
		height: 16px;
		bottom: 6px;
	}
	.active .nav-btn .mail-blu {
		display: none;
	}
	.active .nav-btn .mail-wht {
		display: inline;
	}
	.site-title .logo {
		width: 180px;
	}

	
}
@media(max-width:500px){
	.navi-menu {
		padding: 80px 30px 0;
	}
	.top_menu_wrap {
		padding: 30px 0;
	}
	.site-header {
		padding: 0 15px;
	}
}

/*******************end_slidein-menu*/


/************************************************************
footer
************************************************************/

.site-footer {
	position: relative;
	z-index: -1;
	background: linear-gradient(to right, #010841, #29369D);
}
.footer {
	color: #fff;
	padding: 60px 0;
}

.footer_company_logo {
	max-width: 250px;
}

.footer-nav ul {
	display: grid;
  	width: fit-content;
  	column-gap: 100px;
	grid-auto-flow:column;
	grid-template-rows: repeat(4, auto);
}

.footer-nav ul li a {
	font-size: 15px;
	font-weight: 400;
	color: #fff !important;
	display: inline-block;
	position: relative;
	padding: 0.3em 0.6em;
	line-height: 1.3;
}
.footer-nav ul li a:before {
	content: "";
	display: block;
	width: 4px;
	height: 2px;
	background-color: rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: 1em;
	transition: .3s;
}


/**コピーライト***************************/
.copyrights_wrapper {
	padding: 10px 30px;
	border-top: 1px solid #707070;
}
.pp-link {
	display: flex;
	column-gap: 20px;
}

@media (min-width: 768px) {
	.footer-nav ul li a:hover:before {
		top: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(255,255,255,0.3);
		border-radius: 3px;
	}
}

@media (max-width:1100px) {
	.footer {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
	.company-info {
		text-align: center;
	}

}
@media (max-width:991px) {
	.footer-nav {
		column-gap: 30px;
		row-gap: 30px;
	}
	.footer-nav-block {
		width: calc(50% - 15px);
	}
	.site-footer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media (max-width:767px) {
	.footer {
		padding-top: 40px;
	}
	.site-footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-nav ul {
		grid-template-rows: repeat(5, auto);
		column-gap: 50px;
	}
	.footer_company_logo {
		max-width: 180px;
	}
}
@media (max-width:400px) {
	.footer-nav ul {
		column-gap: 20px;
	}
	.footer-nav ul li a {
		font-size: 14px;}
}
