
/*ーーーー フォント設定 ーーーー*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*ーーーー 全体設定 ーーーー*/
html{ scroll-behavior: smooth;}

body{
	background-color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	color: #252525;
}

img{
	vertical-align:top;
}

h1{
	font-family: "Tsukushi B Round Gothic", "筑紫B丸ゴシック", sans-serif;
}
h2{
	
}
p{

}

.sp_only{
	display: none!important;
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	.sp_only{
		display: none!important;
	}
}

/*ー横並びー*/
.flex{
	display: flex;
}

/*ータイトルー*/
.title{
	
}
/*ーサブタイトルー*/
.sub{
	
}
/*ー本文ー*/
.text{
	
}

#hamburger-nav{
	display: none;
}

/*ーーーー ファーストビュー ーーーー*/
header{
	padding-top: 33px;
	position: relative;
}
nav{
	position: absolute;
	top: 45%;
	right: 7.5%;
}
.header_logo{
	width: 333px;
	margin: 0 auto;
}
.fv{
	padding: 40px 50px;
}
.fv_img{
	width: 100%;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.sp_only{
		display: block!important;
	}
	.pc_only{
		display: none!important;
	}
	header{
		padding-top: 16.5px;
	}
	.header_logo{
		width: 166.5px;
	}
	.header_link{
		display: block;
		width: 166.5px;
		margin: 0 auto;
	}
	.fv{
		padding: 15px 20px;
	}
	#hamburger-nav{
		display: block;
	}
	/*ーーーー ハンバーガー ーーーー*/
	.hamburger-icon {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 24px;
		width: 30px;
		cursor: pointer;
		position: relative;
		z-index: 1001;
	}

	.hamburger-icon span {
		width: 100%;
		height: 3px;
		background-color: #00ABEB;
	}

	.menu-links {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background-color: white;
		z-index: 1000;
		padding: 20px 20px;
	}

	.menu-links ul {
		justify-content: center;
		align-items: center;
		height: 100%;
		list-style: none;
		margin-top: 20px;
	}

	.menu-links a {
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.2em;
		color: #2B2B2B;
		text-decoration: none;
	}
	.menu-linksnon{
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.2em;
		color: #2B2B2B;
		text-decoration: none;
		border-bottom: none!important;
	}

	.menu-links li {
		list-style: none;
		margin: 0px 0;
		border-bottom: 1px solid #00ABEB;
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.menu-links.open {
		max-height: 100vh;
		right: 0;
		overflow: auto;
	}

	.hamburger-icon span:first-child {
		transform: none;
	}

	.hamburger-icon span:first-child {
		opacity: 1;
	}

	.hamburger-icon span:first-child {
		transform: none;
	}

	.hamburger-icon.open span:first-child {
		transform: rotate(45deg) translate(10px, 5px);
	}

	.hamburger-icon.open span:nth-child(2) {
		opacity: 0;
	}

	.hamburger-icon.open span:last-child {
		transform: rotate(-45deg) translate(10px, -5px);
	}

	body.no-scroll {
		overflow: hidden;
	}

	.min_navi{
		padding-left: 20px;
		position: relative;
	}
	.min_navi::before{
		content: "";
		display: inline-block;
		width: 14.5px;
		height: 7.5px;
		background-image: url('./image/navi_mark01.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 45%;
		left: 8px;
		transform: translateY(-45%);
	}
	.main_navi{
		position: relative;
	}
	.main_navi::before{
		content: "";
		display: inline-block;
		width: 14.5px;
		height: 7.5px;
		background-image: url('./image/navi_mark01.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: 30%;
		right: 8px;
		transform: translateY(-45%);
	}
	.main_navi02{
		padding-right: 30px;
	}
	.main_navispace{
		padding-bottom: 30%!important;
	}
	.main_navi03::before{
		display: none;
	}
	.min_navi04{
		padding-right: 8px;
	}
	.min_navipd{
		margin-top: 0px!important;
		padding-bottom: 10px!important;
	}
	.min_navipdlast{
		padding-bottom: 20px!important;
	}
	.min_zisage{
		padding-left: 10px;
	}
}

/*ーーーー メインコンテンツ ーーーー*/
.main{
	padding: 6% 0 8% 0;
	background-image: url('./image/main_bg.webp');
	background-size: cover;
	background-position: top;
}
.main_crm{
	max-width: 1100px;
	margin: 0 auto;
}
.main_text{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 2.22;
	text-align: center;
	color: #2B2B2B;
}
.main_contentscrm{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 8%;
}
.main_contentscrm a{
	width: 49%;
}
.main_contentscrm_resume{
	position: relative;
	width: 49%;
}
.main_contentscrm_resumeincrm{
	position: absolute;
	right: 12%;
	bottom: 4%;
	display: flex;
	gap: 30px;
}
.main_contentscrm_resumeincrm a{
	text-decoration: none;
	width: auto!important;
}
.main_contentscrm_resumeincrm a:hover{
	transform: translateY(-4px);
	opacity: 0.5;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.main_contentscrm_resumeincrm p{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #1E6D9E;
	border-bottom: 1px solid #1E6D9E;
}
.main_contentscrm_resumeincrm p::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 15px;
	background-image: url('./image/vector.webp');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -20px;
}
.contentsimg{
	width: 100%;
}
.contentsimg02{
	width: 100%;
}
.contentsimg:hover{
	transform: translateY(-4px);
	opacity: 0.5;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	.main{
		padding-left: 40px;
		padding-right: 40px;
	}
	.main_contentscrm a{
		width: 48%;
	}
	.main_contentscrm_resume{
		position: relative;
		width: 48%;
	}
	.main_contentscrm_resumeincrm{
		gap: 10px;
		right: 10%;
		bottom: 3%;
	}
	.main_contentscrm_resumeincrm p{
		font-size: 12px;
	}
	.main_contentscrm_resumeincrm p::before{
		width: 8px;
		height: 7.5px;
		left: -8px;
	}
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.main{
		padding: 25px 20px 60px 20px;
		background-image: url('./image/sp_main_bg.webp');
		background-position: center;
	}
	.main_text{
		font-size: 13px;
		letter-spacing: 0.1em;
		line-height: 1.92;
	}
	.main_contentscrm{
		gap: 20px;
		margin-top: 40px;
	}
	.main_contentscrm a{
		width: 100%;
	}
	.main_contentscrm_resume{
		width: 100%;
	}
	.main_contentscrm_resumeincrm{
		gap: 10px;
		right: 7%;
		bottom: 2%;
	}
	.main_contentscrm_resumeincrm p{
		font-size: 13px;
	}
	.main_contentscrm_resumeincrm p::before{
		width: 8px;
		height: 7.5px;
		left: -8px;
	}
	.contentsimgmt{
		margin-top: 10px;
	}
}

/*ーーーー SNSエリア ーーーー*/
.sns{
	background-color: #E7FBFF;
	padding: 6% 0;
}
.sns_crm{
	max-width: 1100px;
	margin: 0 auto;
}
.sns_text{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	color: #2B2B2B;
}
.sns_iconcrm{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 55px;
	margin-top: 3%;
}
.x{
	width: 60px;
}
.line{
	width: 60px;
}
.facebook{
	width: 60px;
}
.Instagram{
	width: 60px;
}
.tiktok{
	width: 60px;
}
.youtube{
	width: 60px;
}

.snsbtn:hover{
	transform: translateY(-4px);
	opacity: 0.5;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.sns{
		padding: 30px 0;
	}
	.sns_text{
		font-size: 13px;
		line-height: 1.92;
	}
	.sns_iconcrm{
		gap: 23px;
		margin-top: 15px;
	}
	.x{
		width: 30px;
	}
	.line{
		width: 30px;
	}
	.facebook{
		width: 30px;
	}
	.Instagram{
		width: 30px;
	}
	.tiktok{
		width: 30px;
	}
	.youtube{
		width: 30px;
	}
}

/*ーーーー フッターエリア ーーーー*/
.footer_area{
	padding: 4% 0;
}
.footer_areacrm{
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.footer_areatext{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.66;
	color: #2B2B2B;
}
.footer_areatext::before{
	position: absolute;
	content: "";
	top: 60%;
	left: -45px;
	width: 32px;
	height: 1px;
	background-color: #2B2B2B;
	transform: rotate(70deg);
}
.footer_areatext::after{
	position: absolute;
	content: "";
	top: 60%;
	right: -45px;
	width: 32px;
	height: 1px;
	background-color: #2B2B2B;
	transform: rotate(-70deg);
}
.footer_logo{
	width: 300px;
	margin: 0 auto;
	margin-top: 4%;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.footer_area{
		padding: 30px 0;
	}
	.footer_areatext{
		font-size: 13px;
		line-height: 1.92;
	}
	.footer_areatext::before{
		left: -35px;
	}
	.footer_areatext::after{
		right: -35px;
	}
	.footer_logo{
		width: 155px;
	}
}