@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */
body {
	background: none;
}
#main {
	padding-bottom: 4vh;
	background: #fff;
	position: relative;
}

#main:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #F4F9FD;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 1;
	transition: opacity 2.5s;
}

.wf-active #main:after {
	opacity: 0;
}

#main .slick-track {
	overflow: hidden;
	background: #242424;
}

#main .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main .slick-animation img {
	transform-origin: 50% 50%;
	animation: mainzoom 16000ms none;
}

@keyframes mainzoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.08);
	}
}

#main .slick-dots {
	width: 100%;
	height: 6px;
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}

#main .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#main .slick-dots button {
	vertical-align: top;
	width: 34px;
	height: 6px;
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	border: 0;
	background: #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#main .slick-dots .slick-active button {
	background: #007FC1;
}

#main .title {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2), 0 0 6px rgba(0, 0, 0, 0.2);
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 8vw;
	white-space: nowrap;
	line-height: 1.6;
	color: #fff;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 3;
}

#main .title .effect {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 2.4s cubic-bezier(0.165, 0.840, 0.435, 1.000), opacity 2.5s;
}

.wf-active #main .title .effect {
	transform: translateY(0);
	opacity: 1;
}


/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	padding: 0 5vw 5vw;
	background: #fff;
}

#news .container {
	display: block;
	justify-content: space-between;
	align-items: center;
}

#news dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	line-height: 1.4;
}

#news dt {
	margin-right: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #007FC1;
	width: 100%;
}

#news dd {
	margin-bottom: 0.5em;
	width: 100%;
}

#news dd a {
	text-decoration: none;
	color: #2A2A2A;
}

#news .more {
	margin-top: 1em;
	text-align: right;
}

#news .more a {
	display: inline-block;
	padding: 0 1.5em;
	border-radius: 6vw;
	border: solid 1px #007FC1;
	text-decoration: none;
	font-size: 3vw;
	white-space: nowrap;
	letter-spacing: 0.05em;
	line-height: 6vw;
	color: #007FC1;
}

#news .more a:after {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 1.2vw;
	height: 1.2vw;
	margin: 0 -1vw 0 1vw;
	border-top: solid 1px #007FC1;
	border-right: solid 1px #007FC1;
	transform: rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document message
--------------------------------------------------------- */

#message {
	text-align: justify;
}

#message figure img {
	height: 61.17493333333333vw;
}

#message .row {
	margin: 8vw 5vw 15vw;
	text-align: justify;
	line-height: 1.8;
}

#message h3 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#message p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document product
--------------------------------------------------------- */

#product {
	padding-bottom: 15vw;
	background: #F5F8F6;
}

#product figure img {
	height: 61.16666666666667vw;
}

#product .main {
	padding: 8vw 5vw;
}

#product h3 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#product .main p {
	text-align: justify;
}

#product .flex {
	display: flex;
	justify-content: space-between;
	margin: 0 5vw;
}

#product .row {
	width: 48%;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

#product h4 {
	padding-top: 6vw;
	line-height: 1;
}

#product h4 .en {
	display: block;
	margin-bottom: 5vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 3vw;
	color: #007FC1;
}

#product h4 .ja {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 4vw;
}

#product .row p {
	margin: 5vw;
	text-align: justify;
}

#product .row .private,
#product .row .corporate {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#product .row li a {
	display: block;
	display: flex;
	align-items: center;
	height: 188px;
	padding-left: 5vw;
	background: #007FC1;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
	position: relative;
}

#product .row li a:before {
	content: '';
	width: 5vw;
	height: 5vw;
	border-radius: 100%;
	background: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 3.5vw;
}

#product .row li a:after {
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-top: solid 1px #007FC1;
	border-right: solid 1px #007FC1;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5.5vw;
}

#product .row .private li a {
	height: 62px;
}

#product .row .private li {
	border-bottom: solid 2px #fff;
	font-size: 3vmin;
}
#product .row .private li:last-of-type {
	border-bottom: none;
}
#product .row .private li:first-of-type {
	font-size: 2.6vmin;
}

#product .row .corporate {
	position: relative;
	z-index: 0;
}

#product .row .corporate:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 24px transparent;
	border-top: solid 16px #fff;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -2px;
	z-index: 0;
}

/* ---------------------------------------------------------
	CSS Document staff
--------------------------------------------------------- */

#staff {
	text-align: justify;
}

#staff figure img {
	height: 73.31536388140162vw;
}

#staff .row {
	margin: 8vw 5vw 15vw;
	text-align: justify;
	line-height: 1.8;
}

#staff h3 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#staff p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document recruit
--------------------------------------------------------- */

#recruit {
	text-align: justify;
}

#recruit figure img {
	height: 73.31536388140162vw;
}

#recruit .row {
	margin: 8vw 5vw 15vw;
	text-align: justify;
	line-height: 1.8;
}

#recruit h3 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#recruit p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept {
	margin-bottom: 10vw;
	padding: 30vw 5vw 10vw;
}

#concept .title {
	text-align: left;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.9);
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 6.5vw;
	line-height: 1.4;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document blog
--------------------------------------------------------- */

#blog .row p {
	margin: 0 5vw 8vw;
	text-align: justify;
}

#blog .multiple {
	padding: 8vw 0 15vw;
	background: #F4F9FD;
	position: relative;
}

#blog .slick-slide {
	width: 70vw;
	padding-left: 5vw;
	text-align: justify;
}

#blog .slick-slide figure {
	height: 39vw;
	overflow: hidden;
	margin-bottom: 3vw;
	background: #fff;
}

#blog .slick-slide figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#blog .slick-slide dt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #007FC1;
}

#blog .slick-slide dd {
	margin-bottom: 5px;
	font-weight: 500;
}

#blog .slick-slide dd a {
	text-decoration: none;
	color: #2A2A2A;
}

#blog .slick-arrow {
	width: 36px;
	height: 26px;
	border-radius: 26px;
	background: #DCE4E3;
	font-family: 'Sawarabi Gothic', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 26px;
	color: #fff;
	transform: translateX(-50%);
	position: absolute;
	bottom: 2vw;
	left: 50%;
	z-index: 3;
}

#blog .slick-arrow:hover {
	background: #2A2A2A;
}

#blog .slick-prev {
	margin-left: -26px;
	padding-right: 0.5em;
}

#blog .slick-next {
	margin-left: 26px;
	padding-left: 0.5em;
}

#blog .btn {
	padding: 5vw 0 15vw;
	background: #F4F9FD;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	padding: 15vw 5vw;
}

#company h3 {
	margin-bottom: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.3;
}

#company p {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 1.9;
}

#company .btn {
	text-align: center;
}


/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	padding: 10vw 4vw 5vw 4vw;
	background: #f0f0f0;
}

#anchor .copy {
	margin-bottom: 9vw;
}

#anchor .copy h3 {
	display: inline-block;
	vertical-align: top;
	padding: 0 3vw;
	font-weight: 500;
	font-size: 4vw;
	font-family: "Noto Serif JP", serif;
	line-height: 14vw;
	position: relative;
	z-index: 1;
	width:67%;
}

#anchor .copy h3:before {
	content: '';
	width: 23vw;
	height: 23vw;
	background: url(/private/images/anchor_01.svg) no-repeat top / auto 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -18vw;
}

#anchor .copy h3:after {
	content: '';
	width: 23vw;
	height: 23vw;
	background: url(/private/images/anchor_02.svg) no-repeat top / auto 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: -18vw;
}

#anchor .flex {
	display: flex;
	gap: 3vw;
	row-gap: 3vw;
	justify-content: center;
	flex-wrap: wrap;
}

#anchor .row {
	width: 100%;
	/*margin-bottom: 8vw;*/
	padding: 3vw;
	/*border-radius: 5vw;*/
	border: solid 1px #eee;
	background: #fff;
	position: relative;
}

/*#anchor .row:after {*/
/*	content: '';*/
/*	width: 8vw;*/
/*	height: 8vw;*/
/*	background: url(/private/images/arrow.svg) no-repeat top / 100% auto;*/
/*	transform: translateX(-50%);*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	bottom: -4vw;*/
/*}*/

#anchor .row figure {
	margin-bottom: 3vw;
	padding: 0.5em 0;
}

#anchor .row figure img {
	height: 3.5em;
	width: auto;
}

#anchor .name a {
	display: inline-block;
	vertical-align: top;
	min-width: 80%;
	margin: 0 -5vw 3vw;
	padding: 0 2vw;
	border-radius: 10vw;
	background: #F3F6F9;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
	line-height: 10vw;
	color: #007FC1;
}

#anchor .row p {
	text-align: justify;
	line-height: 1.5;
	font-size: 0.9rem;
}
#anchor .row p {
	font-size:2.5vmin;
	text-align: center;
}

#service-msg {
	margin: 0 5vw;
	text-align: justify;
	padding: 2em 0;
}

#service-msg h3 {
	margin-bottom: 5vw;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5.2vw;
	line-height: 1.4;
}

#service-msg p {
	margin-bottom: 2em;
}

.parallax_content{
	min-height: 40vh;
	position: relative;
}
.parallax_content.img_bg_01::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center	center;
	background-size: cover;
	background-image: url(/assets/site/include/top/sp.png?30826);
}
.parallax_content.img_bg_02 {
	background-color: #fff;
	background-image: url(/assets/site/include/top/company_02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center	center;
}
#concept:before {
	content: none !important;
}



#main {
	height: 50vh;
	font-size: 0;
	line-height: 100vh;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

@media only screen and (max-height: 640px) {
	#main {
		background-size: 100% auto;
	}
}
@media only screen and (max-width: 640px) {
	#main {
		height: auto;
	}
}

#main video {
	height: 100vh;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

@media only screen and (min-width: 1500px) {
	@media only screen and (max-height: 890px) {
		#main video {
			width: 100%;
			height: auto;
		}
	}
}

@media only screen and (min-height: 890px) {
	@media only screen and (min-width: 1600px) {
		#main video {
			width: 100%;
			height: auto;
		}
	}
}
@media screen and (min-aspect-ratio: 20/9) {
	#main video {
		height: auto;
	}
}
@media screen and (max-aspect-ratio: 16/9) {
	#main video {
		width: auto;
	}
}

#main h2 {
	width: 100%;
	height: 146px;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
}
