@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
	font-size: 0;
}
#top_ttl::before {
	content: "";
	background: rgba(0,21,36,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#top_ttl video {
	width: 100%;
	font-size: 0;
}
#top_ttl .txt_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_ttl .txt_box img {
	width: 100%;
}
#top_about::before {
	background: #001f36;
}
#top_about .about_box {
	position: relative;
	min-height: 500px;
}
#top_about .about_box .img_box {
	position: absolute;
	top: 0;
	left: calc(45% - 50vw);
	width: calc((100vw - 1100px) / 2 + (1100px - 620px));
}
	@media only screen and (max-width: 1150px) {
		#top_about .about_box .img_box {
			left: -30px;
			width: 500px;
		}
	}
#top_about .about_box .img_box img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
	border-radius: 0 10px 10px 0;
}
#top_about .about_box .txt_box {
	width: 600px;
	margin-left: auto;
}
#top_about .about_box .txt_box .txt {
	font-size : 110%;
	line-height : 36px;
	color : #fff;
}
#top_about .about_box .txt_box .txt b {
	font-size: 125%;
}
#top_media::before {
	background: #001f36;
	width: 100vw;
	height: 100px;
	position: absolute;
	top: -1px;
	left: 0;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	z-index: -1;
}
	@media only screen and (max-width: 1150px) {
		#top_media::before {
			width: 1150px;
		}
	}
#top_media::after {
	background: #fff;
	width: 100vw;
	height: 100px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	z-index: -1;
}
	@media only screen and (max-width: 1150px) {
		#top_media::after {
			width: 1150px;
		}
	}
#top_media .media_bg::before {
	background: url("../img/top/bg01.png") no-repeat top center/cover;
	z-index: -2;
}
#top_media .youtube {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
}
#top_media .youtube::before {
	content: "";
	background: url("../img/top/txt01.png") repeat-x;
	width: 2234px;
	height: 87px;
	animation: loop_slide 15s infinite linear;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#top_media .youtube iframe {
	width: 60%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
@keyframes loop_slide {
	
	from {
		background-position: 0 0;
	}
	to {
		background-position: -2234px 0;
	}
}
#top_media .media_box .box {
	width: 48%;
	margin-bottom: 50px;
}
#top_media .media_box .box:nth-of-type(5),#top_media .media_box .box:nth-of-type(6) {
	margin-bottom: 0;
}
#top_media .media_box .box a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 30px;
}
#top_media .media_box .box a .img_box {
	width: 200px;
	border: 1px solid #001524;
}
#top_media .media_box .box a .img_box img {
	width: 100%;
}
#top_media .media_box .box a dt {
	font-size : 90%;
	line-height : 36px;
	color : #4D6373;
}
#top_media .media_box .box a dd {
	font-size : 110%;
	line-height : 36px;
	color : #001524;
}
#top_business::before {
	background: #001f36;
	height: 35%;
	top: auto;
	bottom: 0;
}
#top_business::after {
	background: #001f36;
	width: 100vw;
	height: 100px;
	top: auto;
	bottom: calc(35% - 1px);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: -1;
}
	@media only screen and (max-width: 1150px) {
		#top_business::after {
			width: 1150px;
		}
	}
#top_business .box_flex_sp {
	align-items: center;
	justify-content: flex-start;
}
#top_business .txt_b {
	font-size : 20px;
	line-height : 36px;
	position: relative;
	bottom: -13px;
	left: 100px;
}
#top_business .business_contents {
	position: relative;
	min-height: 530px;
}
#top_business .business_contents .contents_box {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 1200px;
	justify-content: space-between;
	align-items: center;
}
#top_business .business_contents .contents_box .box {
	width: 48%;
	position: relative;
}
#top_business .business_contents .contents_box .box a:hover {
	opacity: 1;
}
#top_business .business_contents .contents_box .box a .img_box {
	position: relative;
	z-index: 0;
}
#top_business .business_contents .contents_box .box a .img_box .img {
	border-radius: 0 15px 15px 15px;
	overflow: hidden;
	background: #a99764;
}
#top_business .business_contents .contents_box .box a:hover .img_box .img {
	opacity: 1;
}
#top_business .business_contents .contents_box .boxa .img_box img {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
	object-position: top;
	border-radius: 0 15px 15px 15px;
}
#top_business .business_contents .contents_box .box a:hover .img_box img {
	opacity: 1;
}
#top_business .business_contents .contents_box .box a .img_box img:hover {
	opacity: 0.5;
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
#top_business .business_contents .contents_box .box a .img_box .more {
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: nowrap;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .3s ease-in-out;
	z-index: 1;
	pointer-events: none;
}
#top_business .business_contents .contents_box .box a:hover .img_box .more {
	opacity: 1;
}
#top_business .business_contents .contents_box .box a .img_box .more::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 3px solid;
	content: "";
	-webkit-transition: all 0.3s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
	transition: all 0.3s 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#top_business .business_contents .contents_box .box a:hover .img_box .more::after {
	width: 100%;
}
#top_business .business_contents .contents_box .box .waku {
	background: #001f36;
	width: 60px;
	min-height: 300px;
	display: inline-block;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-weight : 500;
	font-size : 30px;
	color : #fff;
	padding: 20px 0 20px 2px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
#top_business .business_contents .contents_box .box .waku::before {
	content: "";
	background: #a99764;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#top_business .business_contents .contents_box .box .num {
	font-size : 84px;
	color : #FFFFFF;
	opacity : 0.6;
	position: absolute;
	bottom: -70px;
	right: 30px;
	font-style: italic;
	font-family: var(--font-mono);
	pointer-events: none;
}
#top_business .business_contents .contents_box .box .txt {
	font-size: 110%;
	color: #fff;
}
#top_agency::before {
	background: #001f36;
}
#top_agency .img_box {
	position: absolute;
	top: 0;
	left: calc(45% - 50vw);
	width: calc((100vw - 1100px) / 2 + (1100px - 620px));
}
	@media only screen and (max-width: 1150px) {
		#top_agency .img_box {
			left: -30px;
			width: 500px;
		}
	}
#top_agency .img_box img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
	border-radius: 0 10px 10px 0;
}
#top_agency .txt_box {
	width: 600px;
	margin-left: auto;
}
#top_agency .txt_box h3.sub {
	font-family: var(--font-sans);
	font-size : 59px;
	letter-spacing: normal;
	font-weight: 500;
}
#top_agency .txt_box .txt {
	font-size: 110%;
	line-height : 36px;
	color : #fff;
}
#top_agency .txt_box .txt_in {
	margin-top: 50px;
}
#top_agency .txt_box .txt_in dt {
	font-weight : bold;
	font-size : 20px;
	line-height : 36px;
	color : #fff;
	padding-left: 10px;
	position: relative;
}
#top_agency .txt_box .txt_in dt::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	top: 15px;
	left: 0;
}
#top_agency .txt_box .txt_in dd {
	font-size: 110%;
	color: #fff;
}

#top_csr::before {
	background: #001f36;
	height: 230px;
}
#top_csr .txt_box {
	width: 650px;
}
#top_csr .txt_box .ttl {
	font-size : 25px;
	line-height : 38px;
	color : #a99764;
	font-weight: 600;
	margin-bottom: 50px;
}
#top_csr .txt_box .txt {
	font-size: 110%;
	line-height : 25px;
}
#top_csr .img_box {
	width: 400px;
}
#top_csr .img_box img {
	border-radius: 10px;
}
/* お知らせ */
#top_info {
	width: 800px;
	margin: 100px auto 50px;
	padding: 65px 0;
}
#top_info::before {
	background: #faf8f5;
}
#top_info h3.sub {
	position: absolute;
	top: -70px;
	left: 0;
}
#top_info dl {
	background: #fff;
	padding: 20px 25px;
	margin-bottom: 10px;
}
#top_info dt {
	font-size : 92%;
	color : #4D6373;
}
#top_info dd {
	font-size : 98%;
	color : #001F36;
}
#top_info .btn01 a {
	position: absolute;
	bottom: -30px;
	right: 0;
}
#top_sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
}
#top_sns li a {
	background: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_sns li a img {
	width: 40px;
}
#top_sns li:nth-of-type(2) a img {
	width: 35px;
}
#top_sns li:nth-of-type(3) a img {
	width: 45px;
}
/*アニメーション*/
	.fadeIn {
		opacity: 0;
		transition: 1s;
	}
	.fadeIn.is-show {
		opacity: 1;
	}
	.fadeIn_up {
		opacity: 0;
		transform: translate(0, 50%);
		transition: 1s;
	}
	.fadeIn_up02 {
		opacity: 0;
		transform: translate(0, 30%);
		transition: .5s;
	}
	.fadeIn_up.is-show,.fadeIn_up02.is-show {
		transform: translate(0, 0);
		opacity: 1;
	}
	.fadeIn_left {
		opacity: 0;
		transform: translate(-50%, 0);
		transition: 1s;
	}
	.fadeIn_left.is-show {
		transform: translate(0, 0);
		opacity: 1;
	}
	.fadeIn_left.delay,.fadeIn_up.delay {
		transition-delay: 0.5s; 
	}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_media .txt {
		font-size: 110%;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */

}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl .txt_box {
		width: 65%;
	}
	#top_about .about_box .img_box {
		position: relative;
		width: 60%;
		left: auto;
		margin: 0 auto 20px;
	}
	#top_about .about_box .img_box img {
		border-radius: 10px;
	}
	#top_about .about_box .txt_box {
		width: 100%;
	}
	#top_about .about_box .txt_box .txt {
		font-size: 98%;
	}
	#top_about .about_box .txt_box .txt b {
		font-size: 110%;
	}
	#top_media .youtube::before {
		background-size: 60%;
		top: 60%;
	}
	#top_media {
		padding-top: 80px;
	}
	#top_media .media_bg {
		padding-bottom: 100px;
	}
	#top_media .media_box .box a {
		flex-direction: column;
	}
	#top_media .media_box .box a .img_box {
		width: 100%;
	}
	#top_media .media_box .box a dl {
		width: 100%;
	}
	#top_media .media_box .box a dt,#top_media .media_box .box a dd {
		line-height: 1.8em;
	}
	#top_media .media_box .box a dd {
		font-size: 98%;
	}
	#top_business .box_flex_sp {
		flex-direction: column;
		align-items: flex-start;
	}
	#top_business .txt_b {
		font-size: 110%;
		line-height: 1.8em;
		bottom: 0;
		left: 0;
	}
	#top_business .business_contents {
		min-height: auto;
	}
	#top_business .business_contents .contents_box {
		flex-direction: row;
		align-items: stretch;
		position: relative;
		min-width: calc(100% + 20px);
		margin-top: 20px;
	}
	#top_business .business_contents .contents_box .box .waku {
		font-size: 125%;
		width: 40px;
		min-height: auto;
	}
	#top_business .business_contents .contents_box .box .num {
		font-size: 50px;
		bottom: -40px;
		right: 10px;
	}
	#top_agency .txt_box {
		width: 100%;
	}
	#top_agency .txt_box h3.sub {
		font-size: 35px;
	}
	#top_agency .txt_box .txt_in {
		margin-top: 30px;
	}
	#top_agency .img_box {
		position: relative;
		width: 60%;
		left: auto;
		margin: 0 auto 20px;
	}
	#top_agency .img_box img {
		border-radius: 10px;
	}
	#top_agency .txt_box .txt_in dt {
		font-size: 110%;
	}
	#top_agency .txt_box .txt_in dd {
		font-size: 98%;
	}
	#top_csr::before {
		height: 120px;
	}
	#top_csr .txt_box .ttl {
		font-size: 110%;
		margin-bottom: 15px;
		margin-top: 50px;
	}
	#top_csr .txt_box .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
	#top_csr .img_box {
		width: 60%;
		margin: 30px auto 0;
	}
	#top_info {
		width: 100%;
		margin: 50px auto 50px;
		padding: 40px 0;
	}
	#top_info h3.sub {
		top: -30px;
	}
	#top_info dl {
		padding: 10px 15px;
	}
	#top_info .btn01 a {
		bottom: -25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl .txt_box {
		width: 60%;
	}
	#top_about {
		padding-bottom: 20px;
	}
	#top_about .about_box .txt_box .txt {
		line-height: 1.8em;
	}
	#top_media {
		padding-top: 40px;
	}
	#top_media::before,#top_media::after {
		height: 50px;
	}
	#top_media .media_bg {
		padding-bottom: 80px;
	}
	#top_media .youtube iframe {
		width: 90%;
	}
	#top_media .media_box .box {
		margin-bottom: 20px;
	}
	#top_business::before {
		height: 70%;
	}
	#top_business::after {
		bottom: 70%;
	}
	#top_business .business_contents .contents_box {
		min-width: 100%;
	}
	#top_business .business_contents .contents_box .box {
		width: 100%;
	}
	#top_business .business_contents .contents_box .box:first-of-type {
		margin-bottom: 30px;
	}
	#top_business .business_contents .contents_box .box .txt {
		font-size: 98%;
	}
	#top_business .business_contents .contents_box .box .num {
		bottom: -35px;
		font-size: 40px;
	}
	#top_agency .txt_box h3.sub {
		font-size: 25px;
	}
	#top_agency .txt_box .txt {
		font-size: 98%;
		line-height: 1.8em;
	}
	#top_csr::before {
		height: 100px;
	}
	#top_csr .txt_box .ttl {
		line-height: 1.8em;
	}
	#top_info h3.sub {
		top: -25px;
	}
	#top_sns ul {
		column-gap: 20px;
	}
	#top_sns li a {
		width: 60px;
		height: 60px;
	}
	#top_sns li a img {
		width: 30px;
	}
	#top_sns li:nth-of-type(2) a img {
		width: 25px;
	}
	#top_sns li:nth-of-type(3) a img {
		width: 35px;
	}
}