@charset "utf-8";

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

/* 基本設定
****************************************/
html {
	font-size: 1vw;
}

body {
	font-size: 16px;
	line-height: 2;
	color: #0D0D0D;
	font-family: 'Satoshi','Philosopher', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.1em;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
}

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

iframe {
	vertical-align: middle;
}


/* CLEAR-FIX */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.notfound {
	font-size: 40px;
	font-weight: bold;
}


/*flex---------------------------------*/
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fl_between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.al_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fl_wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jc_center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* pcでは横並び、spでは縦並び */
.fl_pcsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width:768px) {

	/* pcでは横並び、spでは縦並び */
	.fl_pcsp {
		display: block;
	}
}

/*inner---------------------------------*/

.inner_l {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.inner {
	width: 80%;
	margin: 0 auto;
	max-width: 1600px;
}

.inner_s {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.inner_l,
	.inner,
	.inner_s {
		width: calc(100% - 40px);
		max-width: 100%;
	}
}

/*PC/SP表示----------------------------*/

.sp {
	display: none;
}

.pc {
	display: block;
}

@media screen and (max-width:768px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}


/*テキスト配置---------------------------------*/

.tac {
	text-align: center;
}

/* pcは中央揃え、spは左寄せ */
.pc_tac {
	text-align: center;
}

@media screen and (max-width:768px) {
	/* pcは中央揃え、spは左寄せ */
	.pc_tac {
		text-align: left;
	}
}


/*余白---------------------------------*/

.pt120 {
	padding-top: 120px;
}

.pb120 {
	padding-bottom: 120px;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt80 {
	padding-top: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.mt120 {
	margin-top: 120px;
}

.mb120 {
	margin-bottom: 120px;
}

.mt80 {
	margin-top: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

@media screen and (max-width:768px) {
	.pt120 {
		padding-top: 80px;
	}

	.pb120 {
		padding-bottom: 80px;
	}

	.pt100 {
		padding-top: 60px;
	}

	.pb100 {
		padding-bottom: 60px;
	}

	.pt80 {
		padding-top: 60px;
	}

	.pb80 {
		padding-bottom: 60px;
	}

	.pt60 {
		padding-top: 40px;
	}

	.pb60 {
		padding-bottom: 40px;
	}

	.pt40 {
		padding-top: 30px;
	}

	.pb40 {
		padding-bottom: 30px;
	}

	.mt120 {
		margin-top: 80px;
	}

	.mb120 {
		margin-bottom: 80px;
	}

	.mb80 {
		margin-bottom: 60px;
	}

	.mt80 {
		margin-top: 60px;
	}

	.mb60 {
		margin-bottom: 40px;
	}

	.mt60 {
		margin-top: 40px;
	}
}


/*フォント---------------------------------*/
.serif {
	font-family: 'Noto Serif JP',
		serif;
}




/*色---------------------------------*/

.gray {
	color: #4C4C4C;
}

.theme_color {
	color: #000;
}

.bg_theme_color {
	background: #FFE228;
}

.bg_black {
	background: #0D0D0D;
}

.col_n{
	color: #232584;
}

.col_w{
	color: #fff;
}

/* 横100％の画像-----------------------*/

.SectionImg {
	width: 100%;
	height: 500px;
}

@media screen and (max-width:768px) {
	.SectionImg {
		height: 250px;
	}
}


/*ボタン----------------------------------*/

/* ホバーアクションが必要なもの */
.hover,
.hover-opacity,
.hover-color,
.hover-bg {
	transition: .3s;
}

.hover-color{
	padding: 10px 0;
	position: relative;
	line-height: 100%;
	letter-spacing: normal;
}

.hover-color::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FFE228;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s;
}

.hover-opacity:hover {
	opacity: 0.8;
}
.hover-color:hover {
	color: #065FE3;
}

.hover-color:hover::after{
	opacity: 1;
}

.hover-bg:hover {
	background-color: #065FE3;
}

/* ヘッダーナビのボタン */
.navMenuBtn {
	font-size: 14px;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	border: 1px solid #0D0D0D;
	background-color: #0D0D0D;
	transition: .3s;
}

.navMenuBtn a{
	font-weight: 600;
}

.navMenuBtn:hover {
	background: #fff;
	color: #0D0D0D;
}

.btnGradation{
	border-radius: 5px;
	padding: 1px;
	background: rgb(6,95,227);
	background: -moz-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065fe3",endColorstr="#5ec0f8",GradientType=1);
}

.navMenuBtn02 {
		padding: 13px 20px;
	border-radius: 5px;
	display: block;
	border: unset;
	color: #fff;
	box-sizing: border-box;
	background: rgb(6,95,227);
	background: -moz-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	background: linear-gradient(90deg, rgba(6,95,227,1) 0%, rgba(94,192,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065fe3",endColorstr="#5ec0f8",GradientType=1);
}

.navMenuBtn02:hover {
	background: #fff;
	color: #065FE3;
}

.navMenuBtn img {
	margin-left: 16px;
	transition: .3s;
}

.navMenuBtn:hover img {
	transform: translateX(3px);
}

/* 通常のボタン */
.btn {
	overflow: hidden;
	z-index: 1;
	position: relative;
	align-items: center;
	font-weight: bold;
	transition: .5s ;
	width: 220px;
	padding: 20px 30px;
	color: #fff;
	background-color: #065FE3;
	border: solid 1px #065FE3;
	border-radius: 100px;
}

.btn:hover{
	color: #065FE3;
	background-color: #fff;
}

.btn span{
	display: inline-block;
	vertical-align: middle;
}

.btn span:first-of-type{
	line-height: 100%;
	letter-spacing: normal;
}

.btn span:last-of-type{
	width: 16px;
	height: 16px;
	position: relative;
}

.btn span:last-of-type svg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.btn span:last-of-type path{
	transition: all .3s;
}

.btn:hover span:last-of-type path{
	stroke: #065FE3;
}

.btn02{
	color: #065FE3;
	background-color: #fff;
	border: 1px solid #fff;
}

.btn02 path{
	stroke: #065FE3;
}

.btn02:hover {
	color: #fff;
	background-color: #065FE3;
}

.btn02:hover span:last-of-type path{
	stroke: #fff;
}








@media screen and (max-width:768px) {
	.btn {
		font-size: 14px;
	}

	.btn02{
		margin: 0 auto;
	}
}

/*タイトル（適宜変更・削除してください）-------*/

.ttl1_sub{
	padding-bottom: 10px;
}

.ttl1_sub span{
	vertical-align: middle;
	display: inline-block;
}

.ttl1_sub span:first-of-type{
	width: 30px;
	height: 30px;
}

.ttl1_sub span:first-of-type svg{
	width: 100%;
	height: 100%;
}

.ttl1_sub span:last-of-type{
	line-height: 100%;
	letter-spacing: normal;
	font-size: 20px;
	font-weight: 600;
	color: #065FE3;
	margin-left: 10px;
	font-family: 'Syncopate', sans-serif;
}

.ttl1_sub span.col-w{
	color: #fff;
}


.ttl1_main {
	font-size: 48px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
}

.ttl-wrapper-sec01 .ttl1_main{
	display: inline-block;
	color: transparent;
	background: rgb(21,29,53);
	background: -moz-linear-gradient(135deg, rgba(21,29,53,1) 50%, rgba(6,95,227,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(21,29,53,1) 50%, rgba(6,95,227,1) 100%);
	background: linear-gradient(135deg, rgba(21,29,53,1) 50%, rgba(6,95,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151d35",endColorstr="#065fe3",GradientType=1);
	-webkit-background-clip: text;
}

.ttl2_main{
	font-size: 36px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
}

.ttl3_main{
	font-size: 24px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
}

.ttl4_main {
	font-size: 22px;
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 20px;
}

.ttl5_main span{
	display: inline-block;
	vertical-align: middle;
}

.ttl5_main span:first-of-type{
	width: 40px;
	height: 40px;
}

.ttl5_main span:last-of-type{
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: normal;
	margin-left: 14px;
}

.ttl_wrapper_bar{
	padding-bottom: 40px;
	position: relative;
}

.ttl_wrapper_bar::after{
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #1F1F1F;
	position: absolute;
	left: 0;
	bottom: 0;
}


.underTtl_main {
	font-size: 50px;
	margin-bottom: 35px;
	line-height: 1.4;
}


.paragraph{
	font-size: 14px;
	line-height: 220%;
	letter-spacing: 0.08em;
}

.paragraph02{
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.08em;
}



@media screen and (max-width:768px) {

	.ttl1_sub span:first-of-type{
		width: 24px;
		height: 24px;
	}

	.ttl1_sub span:last-of-type{
		font-size: 18px;
	}

	.ttl1_main {
		font-size: 24px;
	}

	.ttl2_main{
		font-size: 24px;
	}

	.ttl3_main{
		font-size: 20px;
	}

	.ttl4_main {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.ttl5_main{
		display: flex;
	}

	.ttl5_main span:first-of-type{
		width: 24px;
		height: 24px;
	}

	.ttl5_main span:last-of-type{
		font-size: 18px;
		margin-left: 12px;
	}

	.underTtl_main {
		font-size: 34px;
	}

	.ttl_vertical{
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-size: 28px;
		line-height: 200%;
		letter-spacing: 0.1em;
	}

	.paragraph02{
		font-size: 14px;
		line-height: 240%;
		letter-spacing: 0.08em;

	}


}


/*カラム----------------------------------*/
.col50 {
	width: 50%;
}

.col45 {
	width: 45%;
}

.col28_wrap {
	position: relative;
}

.col72 {
	width: 73%;
	margin-left: 28%;
}

.col28 {
	width: 28%;
	position: absolute;
	top: 0;
	left: 0;
}

.b_radius5 {
	border-radius: 5px;
}

@media screen and (max-width:768px) {
	.col50 {
		width: 100%;
	}

	.col45 {
		width: 100%;
	}

	.col72 {
		width: 100%;
		margin-left: 0%;
	}

	.col28 {
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}

}


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

.header {
	padding: 1.166rem 2.5rem;
	position: fixed;
	top: .625rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90rem;
	z-index: 100;
	transition: .3s;
	background-color: rgba(255,255,255,.9);
	backdrop-filter: blur(80px);
	box-shadow: 3px 3px 10px rgba(0,0,0,.05);
	border-radius: 10px;
}

.header02{
	padding: 20px 0;
	position:relative;
	background-color:unset;
	backdrop-filter: unset;
	box-shadow: unset;
	border-radius: 10px;
}


.header.active {
	opacity: 1;
	top: 0;
	transition: .8s;
}

.headerLogo a,
.navMenu a {
	text-decoration: none;
}

.headerLogo {
	z-index: 1000;
	position: relative;
	margin-right: 5rem;
}

.header-wrapper{
	width: 100%;
}

.navMenu {
	font-size: 1rem;
	font-weight: bold;
}

.navMenu li:not(:first-child) {
	margin-left: 1.875rem;
}

.navMenu a {
	display: block;
	line-height: 100%;
	letter-spacing: normal;
}

.nav-menuListItem>a,.nav-menuListItem>p{
	position: relative;
	padding: .625rem 0;
}

.nav-menuListItem>a::after,.nav-menuListItem>p::after{
	transition: all .3s;
	opacity: 0;
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #065FE3;
	position: absolute;
	left: 0;
	bottom: 0;
}

.nav-menuListItem:hover>a::after,.nav-menuListItem:hover>p::after{
	opacity: 1;
}

/* .nav-menuListItemnot a,.spNav-otherListItemnot a{
pointer-events: none;
}
*/
.nav-menuListItemnot a::after{
	display: none;
}

.nav-menuListItem a,.nav-menuListItem p{
	line-height: 100%;
	letter-spacing: normal;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

/* .nav-other .nav-menuListItem a{
font-size: 1.166rem;
} */

.nav-other li:first-of-type{
	margin-right: 30px;
}

.nav-other li:nth-of-type(2){
	margin-right: 0.625rem;
}

.spNav,.nav-item__btn,.modal-nav-background {
	display: none;
}

.nav-menuListItem{
	position: relative;
}

.nav-menuListItem>p span{
	display: inline-block;
	vertical-align: middle;
}

.nav-menuListItem>p span:last-of-type{
	width: 1rem;
	height: 1rem;
	margin-left: 0.25rem;
}

.nav-menuListItem>p span:last-of-type svg{
	width: 100%;
	height: 100%;
}

.nav-menuListItem>p path{
	transition: all .3s;
}

.nav-menuListItem>p:hover path{
	stroke: #065FE3;
}

.nav-subWrapper{
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	width: 16.9rem;
	position: absolute;
	left: 0;
	top: 2.5rem;
	display: inline-block;
	box-shadow: 0 10px 30px rgba(0,0,0,.1);
	background-color: rgba(255, 255, 255, 1);
	padding: 1.875rem 1.875rem 2.5rem;
	transition: all .3s;
}

.nav-subWrapper02{
	width: 14rem;
}

.header-more:hover .nav-subWrapper{
	opacity: 1;
	visibility: visible;
}

.nav-subWrapper h3{
	color: #0D0D0D;
	line-height: 160%;
	letter-spacing: normal;
	font-size: 1.333rem;
	padding-bottom: 1.6667rem;
}

.nav-subWrapper .sub-listItem{
	margin-left: 0!important;
	letter-spacing: normal;
	line-height: 100%;
}

.nav-subWrapper .sub-listItem a,.nav-subWrapper .sub-listItem path{
	transition: all .3s;
}

.nav-subWrapper .sub-listItem:hover a{
	color: #065FE3;
}

.nav-subWrapper .sub-listItem:hover path{
	stroke: #065FE3;
}

.nav-subWrapper .sub-listItem:not(:last-of-type){
	margin-bottom: 1.625rem;
}

.sub-listItem span{
	display: inline-block;
	vertical-align: middle;
}

.sub-listItem span:first-of-type{
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.625rem;
}

.sub-listItem span:first-of-type svg{
	width: 100%;
	height: 100%;
}
#spNav {
	display: none;
}


@media screen and (max-width:1000px) {

	.navMenu,.nav-other{
		display: none;
	}

	#spNav {
		display: block;
	}

	.header {
		width: 90%;
		top: 10px;
		padding: 17px 12px 17px 16px;
		/* 		background-color: unset;
		box-shadow: unset;
		backdrop-filter: unset; */
	}

	/* スマホナビ */
	#nav-toggle {
		position: relative;
		cursor: pointer;
	}

	#nav-toggle>div {
		position: relative;
		width: 48px;
		height: 48px; 
		background-color: #065FE3;
		border-radius: 50%;
	}

	#nav-toggle span {
		width: 16px;
		height: 1px;
		left: 16px;
		display: block;
		background: #fff;
		position: absolute;
		transition: .2s;
	}

	#nav-toggle span:nth-child(1) {
		top: 19px;
	}

	#nav-toggle span:nth-child(2) {
		top: 24px;
	}

	#nav-toggle span:nth-child(3) {
		top: 29px;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 24px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 24px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#nav-toggle {
		z-index: 1000;
	}

	#gloval-nav {
		background: #fff;
		padding: 130px 60px 30px 60px;
		position: fixed;
		top: -3vw;
		left: -5vw;
		visibility: hidden;
		width: 105vw;
		height: 100vh;
		opacity: 0;
		opacity: 0;
		transition: .3s;
	}

	.glovalNav-wrap{
		width: 100%;
		height: 130vh;
		background: #fff;
	}

	#gloval-nav ul {
		padding-bottom: 30px;
	}

	#gloval-nav ul li {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.g-nav_pp {
		margin-top: 40px;
		font-size: 12px;
		margin-bottom: 20px;
	}

	.g-nav_copy {
		font-size: 10px;
		opacity: 0.5;
	}

	.open #gloval-nav {
		visibility: visible;
		opacity: 1;
		z-index: 990;
		overflow: scroll;
	}



	.spNav-subWrap{
		display: none;
	}

	.spNav-ttl{
		position: relative;
	}

	.spNav-ttl span{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translatey(-50%);
		display: block;
		width: 10px;
		height: 10px;
		transition: all .3s;
	}

	.spNav-ttl.open span {
		transform: translatey(-50%) rotate(135deg);
	}

	.spNav-ttl span svg {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.spNav-subListItem{
		margin: 0!important;
	}

	.spNav-subListItem:not(:first-of-type){
		margin-top: 10px!important;
	}

	.spNav-subList{
		padding: 12px 0 0!important;
	}

}

@media screen and (max-width:1000px) {
	.headerLogo_img {
		width: 40px;
	}
}

/*-----------------------
----- 下層ページ共通 -----
-----------------------*/

/*ヘッダー分下げる-----------------------*/

.MainWrap {
	/* PC時のヘッダーの高さ */
	margin-top: 100px;
}
@media screen and (max-width:768px) {
	.MainWrap {
		/* SP時のヘッダーの高さ */
		margin-top: 73px;
	}
}


/*下層ヘッダー---------------------------*/

.PageHeading {
	padding: 160px 0 40px;
	background-color: #F2F6FD;
	border-bottom: solid 1px #D9D9D9;
}

.PageHeading02{
	padding: 180px 0 20px;
	background-color: unset;
	border-bottom: unset;
}

.PageHeadingTitle_main {
	font-size: 52px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: normal;
}

.PageHeading02 .PageHeadingTitle_main{
	font-size: 86px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.02em;
}

.PageHeadingTitle_sub {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: normal;
	padding-top: 10px;
	color: #808080;
}

.PageHeading02 .PageHeadingTitle_sub{
	font-size: 18px;
	line-height: 200%;
	letter-spacing: .1em;
	padding-top: 14px;
	color: #0D0D0D;
}

@media screen and (max-width:768px) {
	.PageHeading {
		padding: 120px 0 40px;
	}
	.PageHeadingTitle_main {
		font-size: 48px;
	}

	.PageHeading02 .PageHeadingTitle_main{
		font-size: 48px;
	}

	.PageHeading02 .PageHeadingTitle_sub{
		font-size: 16px;
		padding-top: 10px;
	}

	.PageHeading02{
		padding: 100px 0 0;
	}
}

@media screen and (max-width:500px) {
	.PageHeadingTitle_main {
		font-size: 32px;
		margin-bottom: 0;
	}
	.PageHeadingTitle_sub {
		font-size: 14px;
	}

	.PageHeading02 .PageHeadingTitle_main{
		font-size: 42px;
	}

	.PageHeading02 .PageHeadingTitle_sub{
		font-size: 14px;
		padding-top: 10px;
	}
}



/*---------------------
------フッター----------
---------------------*/
.footer02 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.sns{
	padding-top: 60px;
}

.sns.al_center {
	-webkit-box-align: basline;
	-ms-flex-align: basline;
	align-items: baseline;
}

.sns p{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding-right: 18px;
}

.sns-listItem{
	width: 15px;
}

.sns-listItem__tiktok{
	width: 13px;
}

.sns-listItem__youtube{
	width: 20px;
}

.sns-listItem__facebook{
	width: 7px;
}

.sns-listItem:not(:last-of-type){
	margin-right: 18px;
}

.footer{
	padding-top: 180px;
}

.footer02 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.footer_content {
	position: relative;
	padding: 60px 0 47px;
	color: #ffffff;
}


.footer_content>div{
	position: relative;
	z-index: 2;
}

.footer_logo {
	display: block;
	width: 133px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.footer_list>ul:not(:last-of-type) {
	margin-right: 60px;
}

.footer_list01 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.footer_list02 {
	padding-left: 20px;
	font-size: 14px;
}

.footer_list02 li {
	font-weight: 400;
	margin-bottom: 8px;
	color: #fff;
}

.footer_list a {
	/* 	font-weight: 600; */
	font-size: 14px;
	transition: .3s;
}

.footer_list a:hover {
	opacity: 0.8;
}

.footer_small {
	font-size: 12px;
	padding: 16px 0;
}

.footer_small span {
	display: inline-block;
	color: #828282;
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

.footer_small span:before {
	display: inline-block;
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
}

.footer-ttl{
	padding-bottom: 13px;
	pointer-events: none;
}

@media screen and (max-width:1050px) {
	.footer_list ul {
		margin-right: 50px;
	}

	.footer_list ul:last-child {
		margin-right: 0px;
	}

	.footer_list a {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {

	.sns{
		padding-top: 0;
		padding-bottom: 30px;
	}

	.footer{
		padding-top: 100px;
	}


	.footer_list>ul:not(:last-of-type) {
		margin-right: 0;
	}
	.footer_content>div{
		padding-top: 40px;
	}

	.footer_content {
		padding: 40px 0 55px;
	}

	.footer_content {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer_list {
		margin-bottom: 55px;
	}
	


}

@media screen and (max-width:768px) {
	.footer_list {
		display: block;
	}

	.footer_list a {
		display: block;
	}

	.footer_list01{
		padding: 20px 0;
		margin: 0;
		border-bottom: 1px solid #fff;
	}

	.footer-listSub{
		display: none;
		padding-top: 14px;
	}

	.footer-ttl {
		position: relative;
		font-size: 12px;
		padding-bottom: 0;
		pointer-events: unset;
	}

	.footer-icon{
		width: 10px;
		height: 10px;
		position:absolute;
		right: 2px;
		top: 50%;
		transform: translatey(-50%);
		transition: all .3s;
	}

	.footer-icon svg {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.footer-ttl.open .footer-icon {
		transform: translatey(-50%) rotate(135deg);
	}

	.footer_list02 {
		padding-left: 0;
	}

	.footer_list ul {
		margin-right: 0px;
	}

	.footer_small {
		font-size: 12px;
		padding: 16px 0;
	}

	.footer_small span {
		display: block;
		margin-left: 0px;
		padding-left: 0px;
		text-align: center;
	}

	.footer_small small {
		display: block;
		text-align: center;
	}

	.footer_small span:before {
		display: none;
	}

}


/*---------------------
---------投稿-----------
---------------------*/

.blog_list_wrap {
	column-gap: 30px;
	row-gap: 40px;
}

.blog_list_ttl {
	margin: 5px 0 20px;
	line-height: 160%;
	font-weight: 600;
	letter-spacing: normal;
	font-size: 18px;
}

.company{
	font-size: 12px;
	color: #808080;
}

.blog_list_day {
	color: #808080;
	font-size: 12px;
	margin-bottom: 10px;
}

.category-listItem02{
	color: #808080;
	font-size: 12px;
	position: relative;
}

.category-listItem02:not(:last-of-type){
	padding-right: 6px;
	margin-right: 6px;
}

.category-listItem02:not(:last-of-type)::after{
	content: "";
	width: 1px;
	height: 10px;
	display: block;
	background-color: #7F7F7F;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}

.blog_list_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;
}

.blog_list_img::before {
	content: "";
	display: block;
	padding-top: 58.8%;
}

.blog_list_img__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.blog_list {
	width: calc((100% - 60px) / 3);
}

.blog_list a:hover .blog_list_img {
	transform: scale(1.05);
}

.blog_list a:hover {
	opacity: 0.8;
}

.blog_list_img_wrap {
	border: solid 1px #E5E5E5;
	overflow: hidden;
}

.blog_list_txt{
	padding-top: 20px;
}

.news-list{
	padding-top: 30px;
	border-top: 1px solid #D9D9D9;
}

.news-listItem{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
}

.news-listItem:last-of-type{
	margin-bottom: 0;
}

.news-listItem a{
	align-items: flex-start;
}

.news-listImg{
	border-radius: 5px;
	width: 18.518%;
	flex: 0 0 18.518%;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-listImg::after{
	content: "";
	padding-top: 59%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-listTxt{
	flex: 1 1 auto;
	padding-left: 30px;
	padding-top: 30px;
}

.news-meta span{
	display: inline-block;
	font-size: 12px;
}


.news-day{
	color: #7F7F7F;
	margin-right: 20px;
}

.category-list{
	display: inline-block;
}

.category-listItem{
	font-size: 12px;
	display: inline-block;
	color: #065FE3;
	line-height: 160%;
	padding: 2px 8px;
	border-radius: 50px;
	border: solid 1px #065FE3;
	background-color: #fff;
}

.category-listItem:not(:first-of-type){
	margin-left: 6px;
}


.news-listTxt h3{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: normal;
	margin-top: 10px;
}

.btn-news{
	margin: 60px auto 0;
}

/* トップページのブログカード */

@media screen and (max-width:600px) {

	.top_works .blog_list_wrap,
	.recommendWrap .blog_list_wrap {
		display: block;
	}

	.top_works .blog_list,
	.recommendWrap .blog_list {
		width: 100%;
		padding: 0 0 30px 0;
	}


}

@media screen and (max-width:768px) {

	.news-list{
		padding-top: 30px;
	}

	.news-listItem{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #D9D9D9;
	}

	.news-listItem:last-of-type{
		margin-bottom: 0;
	}

	.news-listImg{
		width: 100%;
		flex: unset;
	}


	.news-listTxt{
		flex: unset;
		padding-left: 0;
		padding-top: 20px;
	}

	.btn-news{
		margin: 40px auto 0;
	}
}

/* 投稿一覧ページ */

.blogListWrap {
	width: 100%;
}

.articleTtl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

.article {
	padding: 140px 0 0;
}

.articleBtn {
	margin-bottom: 170px;
}

@media screen and (max-width:1000px) {

	.blog_list_wrap {
		column-gap: 30px;
		row-gap: 40px;
	}

}

@media screen and (max-width:768px) {
	.blogListWrap .blog_list {
		width: calc((100% - 30px) / 2);
	}
	.blog_wrap {
		margin: 0 0px 90px 0;
	}

	.articleTtl {
		font-size: 20px;
	}

	.article {
		padding: 80px 0;
	}

	.articleBtn {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:500px) {
	.blogListWrap .blog_list {
		width: 100%;
	}
}

/*--------------------------------
------お問い合わせフォーム----------
--------------------------------*/

.section-contact{
	margin-top: -96px;
}

.form-wrapper{
	padding-left: 5%;
	background-color: #fff;
}

.form-l{
	padding-top: 160px;
	width: 36.8%;
}

.form-txt{
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #DFDFDF;
}

.form-txt h3{
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: normal;
}

.form-img{
	padding-top: 60px;
}

.form-r{
	padding: 160px 60px 120px;
	width: 57.89%;
	background-color: #F2F6FD;
}

.form{
	padding: 60px;
	background-color: #fff;
	box-shadow: 3px 3px 14px rgba(0, 0, 0, .05);
}

.form-defTtl{
	line-height: 160%;
	letter-spacing: normal;
	font-weight: 600;
	padding-bottom: 10px;
}

.colorRed {
	padding-left: 6px;
	color: #E60012;
}

.form-defList:not(:last-of-type){
	padding-bottom: 26px;
}

.formInput,textarea {
	padding: 20px;
	background: #fff;
	border: solid 1px #DFDFDF;
	width: 100%;
	border-radius: 5px;
}

textarea{
	height: 200px;
}

/* .contactBtn_wrap a {
color: #000;
border-bottom: 1px solid #000;
padding-bottom: 3px;
}

.contactBtn_wrap a:hover {
opacity: 0.8;
} */

.submit {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	text-align: center;
	padding: 24px 0;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	border: 1px solid #065FE3;
	transition: .3s;
	background-color: #065FE3;
}

.submit:hover {
	background: #fff;
	color: #065FE3;
}

.form-btnWrap p{
	font-size: 14px;
}

.form-btnWrap p a{
	text-decoration: underline;
}

textarea {
	height: 180px;
}

@media screen and (max-width:768px) {
	.form-wrapper{
		padding-left: 0%;
		padding-top: 140px;
	}

	.form-l{
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}

	.form-txt{
		padding-top: 40px;
		margin-top: 40px;
	}

	.form-txt h3{
		padding-bottom: 20px;
		font-size: 18px;
	}

	.form-img{
		padding-top: 30px;
	}

	.form-r{
		margin-top: 40px;
		padding: 60px 20px 80px;
		width: 100%;
	}

	.form{
		padding: 30px 20px;
	}

	.form-defTtl{
		font-size: 14px;
	}

	.form-defList:not(:last-of-type){
		padding-bottom: 20px;
	}

	.formInput,.textarea {
		padding: 10px;
		font-size: 14px;
	}

	textarea{
		height: 180px;
	}

	.submit {
		padding: 20px 0;
		font-size: 14px;
	}


}
/*---------------------
------送信完了----------
---------------------*/
.thanks {
	padding: 180px 0 0;
}

.thanksTtl {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 55px;
}

@media screen and (max-width:768px) {
	.thanks {
		padding: 180px 0 40px;
	}

	.thanksTtl {
		font-size: 22px;
		margin-bottom: 30px;
	}
}

/*---------------------------------
------プライバシーポリシー-----------
---------------------------------*/
.ppInfo {
	margin: 60px 0 120px;
}

.ppTtl {
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 28px;
	padding-bottom: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
	border-bottom: 1px solid #999999;
}

.ppTxt {
	margin-bottom: 110px;
}

.ppTxt_last {
	margin-bottom: 150px;
}

@media screen and (max-width:768px) {
	.ppInfo {
		margin: 40px 0 80px;
	}

	.ppTtl {
		font-size: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.ppTxt {
		margin-bottom: 40px;
	}

	.ppTxt_last {
		margin-bottom: 80px;
	}
}

/*---------------------------------
------reCAPTCHA 非表示ー-----------
---------------------------------*/
.grecaptcha-badge {
	display:none;
}



.mem-listImg img {
  max-width: 220px;
}

.hbspt-form {
  padding: 60px;
  background-color: #fff;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, .05);
}

.hs-button.primary.large {
	display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    text-align: center;
    padding: 24px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    border: 1px solid #065FE3;
    transition: .3s;
    background-color: #065FE3;
}

.hot-mark.isHot {
    color: #FFF;
	background-image: linear-gradient(310deg, #FF9800 0%, #FF5722 100%);
    position: absolute;
    right: -15px;
    top: -21px;
    height: 75px;
    border-radius: 50%;
    width: 75px;
    text-align: center;
    line-height: 76px;
    font-size: 16px;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}/* ===== 導入企業ロゴ 自動輪播（CSS marquee） ===== */
.logo-marquee {
	display: flex;
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
	        mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.logo-track {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
	animation: logo-marquee-scroll 40s linear infinite;
}
.logo-marquee:hover .logo-track {
	animation-play-state: paused;
}
.logo-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 30px;
}
.logo-item img {
	width: auto;
	height: auto;
	max-height: 40px;
	max-width: 150px;
	object-fit: contain;
	display: block;
}
@keyframes logo-marquee-scroll {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@media screen and (max-width: 768px) {
	.logo-item {
		height: 44px;
		padding: 0 18px;
	}
	.logo-item img {
		max-height: 30px;
		max-width: 112px;
	}
	.logo-track {
		animation-duration: 24s;
	}
}
@media (prefers-reduced-motion: reduce) {
	.logo-track { animation: none; }
}
/* 特定ロゴを大きく表示（導入企業を目立たせる） */
.logo-item.is-lg {
	height: 64px;
}
.logo-item.is-lg img {
	max-height: 60px;
	max-width: 240px;
}
@media screen and (max-width: 768px) {
	.logo-item.is-lg {
		height: 48px;
	}
	.logo-item.is-lg img {
		max-height: 44px;
		max-width: 170px;
	}
}
