@charset "UTF-8";


/*------イメージ-----*/

.mv .inner {
	width: 100%;
	position: relative;
}
.swiper-container {
	overflow: hidden;
}
.swiper-container .swiper-wrapper, .swiper-container .swiper-slide {
	width: 100%;
	height: 60vw;
	max-height: 765px;
}
.swiper-container .swiper-slide {
	background-color: #000;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
}
.mv .copy {
	position: absolute;
	left: 120px;
	top: 50%;
	z-index: 999;
	font-size: 36px;
	font-weight: bold;
	transform: translateY(-50%);
	color: #fff;
}
.mv .copy p {
	margin-top: 1em;
}

.swiper-pagination2 {
    position: absolute !important;
	left: 30px !important;
	top: 40% !important;
	z-index: 9 !important;
	display: flex;
	flex-direction: column;
	transform: translate( 0, 0 );
	width: 16px !important;
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    width: 16px !important;
    height: 30px !important;
    border-radius: 0;
    background-color: transparent !important;
}
.swiper-pagination-bullet .circle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.circle1 {
    stroke-dasharray: 100px;
    stroke-dashoffset: 100px;
}
.swiper-pagination-bullet-active .circle {
    transform: scale(1) rotate(-90deg);
}
.swiper-pagination-bullet-active .circle1 {
    animation: sliderPagination 8s linear forwards;
}

@keyframes sliderPagination {
	100% {
		stroke-dashoffset: 0;
	}
}

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

	.mv .copy {
		left: 100px;
		font-size: 26px;
	}

}

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

	.mv .copy {
		top: 40%;
		left: 40px;
		font-size: 22px;
	}
	.swiper-container .swiper-wrapper, .swiper-container .swiper-slide {
		height: 60vw;
		min-height: 480px;
	}
	.swiper-pagination2 {
		width: auto !important;
		left: 50% !important;
		flex-direction: row !important;
		transform: translateX(-50%) !important;
		top: auto !important;
		bottom: 25px !important;
	}
	.swiper-pagination-bullet {
		margin: 0 3px !important;
		height: auto !important;
		display: inline-block !important;
	}
}

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

	.mv .copy {
		left: 6vw;
		font-size: 5vw;
	}

}

.btn_recruit {
	position: absolute;
	right: 50px;
	bottom: 50px;
	width: 14.1vw;
	height: 14.1vw;
	z-index: 99;
}
.btn_recruit a {
	position: relative;
	display: block;
	transition: all 0.3s ease;
}
.btn_recruit img.rotate {
	width: 100%;
	animation: 18s linear infinite rotation;
}
@keyframes rotation {
	0% { transform: rotateZ(0);}
	100% { transform: rotateZ(360deg); }
}
.btn_recruit img.img {
	width: 10.58vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.btn_recruit a:hover {
	transform: scale(1.2);
}

@media screen and (max-width: 1199px){
	
	.btn_recruit {
		width: 170px;
		height: 170px;
	}
	.btn_recruit img.img {
		width: 127px;
	}
	
}

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

	.btn_recruit {
		right: 15px;
		bottom: 40px;
		width: 150px;
		height: 150px;
	}
	.btn_recruit img.img {
		width: 120px;
	}
	.btn_recruit a:hover {
		transform: scale(1.0);
	}
}

/*------NEWS-----*/

.sec_news {
	padding: 80px 50px;
}
.sec_news .inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_news .left {
	width: 350px;
}
.sec_news .right {
	width: calc( 100% - 350px );
}
.sec_news .wrap_h2 {
	text-align: left;
}
.sec_news .btn a {
	max-width: 220px;
	margin: 0;
}
.sec_news .right .btn {
	display: none;
}

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

	.sec_news .left {
		width: 220px;
	}
	.sec_news .right {
		width: calc( 100% - 220px );
	}
	.sec_news .btn a {
		max-width: 180px;
	}
	
}

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

	.sec_news {
		padding: 30px 20px 40px;
	}
	.sec_news .inner {
		max-width: 480px;
		display: block;
	}
	.sec_news .left {
		width: auto;
	}
	.sec_news .right {
		width: auto;
	}
	.sec_news .wrap_h2 {
		text-align: center;
	}
	.sec_news .btn a {
		margin: 0 auto;
	}
	.sec_news .left .btn {
		display: none;
	}
	.sec_news .right .btn {
		display: block;
	}
	
}

/*------COMPANY-----*/

.sec_company {
	padding: 80px 50px 230px;
	background-color: #f0f3f8;
	border-radius: 0 150px 0 0;
}
.sec_company .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.sec_company .wrap_flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.sec_company .txt {
	width: 45%;
}
.sec_company .img {
	width: 45%;
	order: -1;
}
.sec_company .img img {
	width: 100%;
	border-radius: 15px;
}
.sec_company .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_company .btn a {
	margin: 0;
}
.wrap_str {
	max-width: 1000px;
	background-color: #fff;
	border-radius: 15px;
	padding: 40px;
	margin: 0 auto;
}
.wrap_str ul {
	max-width: 800px;
	margin: 0 auto;
}
.wrap_str li {
	margin-bottom: 40px;
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrap_str li:last-child {
	margin-bottom: 0;
}
.wrap_str .en {
	color: #0f337e;
	font-weight: 400;
	font-size: 18px;
	display: flex;
	align-items: center;
	border-right: 1px solid #0f337e;
	width: 140px;
}
.wrap_str .en span {
	font-size: 32px;
	margin: 0 0 0 15px;
}
.wrap_str .desc {
	line-height: 1.8;
	font-size: 18px;
	font-weight: bold;
	width: calc( 100% - 170px );
}

@media screen and (max-width: 999px){
	
	.sec_company {
		padding: 80px 50px 180px;
		border-radius: 0 100px 0 0;
	}
	.sec_company .txt {
		width: 47%;
	}
	.sec_company .img {
		width: 47%;
	}
	.wrap_str .desc {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_company {
		padding: 40px 20px 90px;
		border-radius: 0 50px 0 0;
	}
	.sec_company .inner {
		max-width: 480px;
	}
	.sec_company .wrap_flex {
		display: block;
		margin-bottom: 40px;
	}
	.sec_company .txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec_company .img {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.sec_company .honbun {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.sec_company .btn a {
		margin: 0 auto;
	}
	
	.wrap_str {
		padding: 30px;
	}
	.wrap_str li {
		margin-bottom: 25px;
		display: block;
		padding-bottom: 25px;
		border-bottom: 1px solid #ccc;
	}
	.wrap_str li:last-child {
		border: none;
		padding-bottom: 0;
	}
	.wrap_str .en {
		font-size: 16px;
		width: 100%;
		border: none;
		margin-bottom: 10px;
	}
	.wrap_str .en span {
		font-size: 32px;
		margin: 0 0 0 10px;
	}
	.wrap_str .desc {
		font-size: 15px;
		width: 100%;
	}

}

/*------SERVICE-----*/

.sec_service {
	padding: 80px 0 0 50px;
	background-color: #fff;
	border-radius: 150px 0 0 0;
	position: relative;
	top: -150px;
	z-index: 1;
	margin-bottom: -150px;
}
.sec_service .inner {
	max-width: calc( 100% - ( 100% - 1200px ) / 2 );
	margin: 0 0 0 auto;
}
.sec_service .wrap_flex {
	display: flex;
	justify-content: space-between;
}
.sec_service .txt {
	width: 48%;
}
.sec_service .img {
	width: 45%;
	height: 50vw;
	max-height: 650px;
	position: relative;
}
.sec_service .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
}
.sec_service .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}

.ul_service {
	border-top: 1px solid #ccc;
}
.ul_service li {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	color: #222;
	transition: all 0.3s ease;
}
.ul_service li .ttl {
	padding: 25px 60px 25px 20px;
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.ul_service li .ttl::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: url("../img/common/ccl_down_bl.png") no-repeat left top;
}
.ul_service li.active .ttl::after {
	background: url("../img/common/ccl_up_wh.png") no-repeat left top;
}
.ul_service li .en {
	color: #0f337e;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-right: 1px solid #0f337e;
	width: 90px;
	transition: all 0.3s ease;
}
.ul_service li .en span {
	font-size: 24px;
	margin: 0 0 0 15px;
}
.ul_service li .desc {
	line-height: 1.8;
	font-size: 16px;
	font-weight: bold;
	width: calc( 100% - 110px );
}
.ul_service li .desc span {
	font-size: 12px;
	font-weight: 500;
}
.ul_service li .ans {
	padding: 5px 25px 30px;
	line-height: 1.8;
}
.ul_service li .ans p {
	margin-bottom: 1.2em;
}
.ul_service li .ans p:last-of-type {
	margin-bottom: 0;
}
.ul_service li .ans .sp_img {
	margin: 20px auto 0;
	max-width: 240px;
}
.ul_service li .ans .sp_img img {
	width: 100%;
	border-radius: 15px;
}
.ul_service li.active {
	background-color: #0f337e;
	color: #fff;
}
.ul_service li.active .en {
	color: #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 999px){
	
	.sec_service {
		padding: 80px 0 0 50px;
		border-radius: 100px 0 0 0;
		top: -100px;
		margin-bottom: -100px;
	}
	.ul_service li .ttl {
		padding: 25px 50px 25px 10px;
	}
	.ul_service li .ttl::after {
		right: 10px;
	}
}

@media screen and (max-width: 767px){
	
	.sec_service {
		padding: 40px 20px 0;
		border-radius: 50px 0 0 0;
		top: -50px;
		margin-bottom: -50px;
	}
	.sec_service .inner {
		max-width: 480px;
		margin: 0 auto;
	}
	.sec_service .wrap_flex {
		display: block;
	}
	.sec_service .txt {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec_service .img {
		width: 100%;
		max-width: 320px;
		height: 360px;
		margin: 0 auto;
	}
	.sec_service .honbun {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.ul_service li .ttl {
		padding: 25px 50px 25px 20px;
		min-height: 40px;
	}
	.ul_service li .en {
		width: 80px;
	}
	.ul_service li .en span {
		margin: 0 0 0 5px;
	}
	.ul_service li .desc {
		font-size: 14px;
		width: calc( 100% - 100px );
	}
	.ul_service li .ans {
		padding: 5px 20px 25px;
		font-size: 14px;
	}
	.ul_service li .ttl::after {
		right: 10px;
		width: 20px;
		height: 20px;
		background: url("../img/common/ccl_down_bl.png") no-repeat left top;
		background-size: cover;
	}
	.ul_service li.active .ttl::after {
		background: url("../img/common/ccl_up_wh.png") no-repeat left top;
		background-size: cover;
	}
	
}

.sec_eq {
	padding: 70px 50px;
}
.sec_eq .inner {
	max-width: 1000px;
	background-color: #f0f3f8;
	border-radius: 60px;
	padding: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_eq .ttl {
	width: 46%;
	order: 1;
}
.sec_eq .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_eq .btn a {
	margin: 0;
}
.sec_eq .txt {
	width: 46%;
}
.sec_eq .txt .btn {
	display: none;
}
.sec_eq .ul {
	border-top: 1px solid #ccc;
}
.sec_eq  li {
	border-bottom: 1px solid #ccc;
}
.sec_eq li a {
	padding: 25px 10px;
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	color: #222;
	transition: opacity 0.3s ease;
	position: relative;
}
.sec_eq li a::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 13px;
	background: url("../img/common/arrow.png") no-repeat left top;
}
.sec_eq li a:hover {
	opacity: 0.6;
}
.sec_eq li .en {
	color: #0f337e;
	font-weight: 400;
	display: flex;
	align-items: center;
	border-right: 1px solid #0f337e;
	width: 45px;
	transition: all 0.3s ease;
}
.sec_eq li .en span {
	font-size: 24px;
}
.sec_eq li .desc {
	line-height: 1.8;
	font-size: 16px;
	font-weight: bold;
	width: calc( 100% - 70px );
}

@media screen and (max-width: 999px){
	
	.sec_eq .ttl {
		width: 47%;
	}
	.sec_eq .txt {
		width: 47%;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_eq {
		padding: 40px 20px;
	}
	.sec_eq .inner {
		max-width: 480px;
		border-radius: 15px;
		padding: 30px 20px;
		display: block;
	}
	.sec_eq .ttl {
		width: 100%;
	}
	.sec_eq .honbun {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.sec_eq .btn {
		display: none;
	}
	.sec_eq .txt {
		width: 100%;
	}
	.sec_eq .txt .btn {
		display: block;
	}
	.sec_eq .txt .btn a {
		margin: 0 auto;
	}
	.sec_eq ul {
		border-top: 1px solid #ccc;
		margin-bottom: 30px;
	}
	.sec_eq li a {
		padding: 25px 10px;
		min-height: 40px;
		font-size: 14px;
	}
	.sec_eq li .en {
		width: 45px;
	}
	.sec_eq li .en span {
		font-size: 24px;
	}
	.sec_eq li .desc {
		font-size: 14px;
		width: calc( 100% - 70px );
	}
	
}

/*------STAFF-----*/

.sec_staff {
	padding: 0 50px;
}
.swiper-container2 {
	margin-bottom: 140px;
}
.swiper-container2 .swiper-wrapper, .swiper-container2 .swiper-slide {
	width: 100%;
	height: 100%;
}
.swiper-container2 .swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-container2 .swiper-slide {
	width: fit-content;
	height: auto;
}
.swiper-container2 .swiper-slide img {
	width: 500px;
	height: auto;
	border-radius: 60px 0 60px 0;
}
.swiper-container2 .swiper-slide.down {
	top: 40px;
}

@media screen and (max-width: 999px){
	
	.swiper-container2 .swiper-slide img {
		width: 350px;
	}
	
}

@media screen and (max-width: 767px){
	
	.sec_staff {
		padding: 0 20px;
	}
	.swiper-container2 {
		margin-bottom: 60px;
	}
	.swiper-container2 .swiper-slide img {
		width: 250px;
		border-radius: 30px 0 30px 0;
	}
	.swiper-container2 .swiper-slide.down {
		top: 20px;
	}
	
}



.wrap_ism {
	background-color: #0f337e;
	max-width: 1000px;
	border-radius: 60px;
	padding: 60px;
	margin: 0 auto;
	color: #fff;
}
.wrap_ism .en {
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
}
.wrap_ism .lead {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.wrap_ism .honbun {
	line-height: 1.8;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}

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

	.wrap_ism {
		max-width: 480px;
		border-radius: 15px;
		padding: 30px 20px;
	}
	.wrap_ism .en {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.wrap_ism .lead {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.wrap_ism .honbun {
		font-size: 14px;
	}

}


/*------FAQ-----*/

.sec_faq {
	padding: 80px 50px 220px;
}
.sec_faq .inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_faq .left {
	width: 270px;
}
.sec_faq .right {
	width: calc( 100% - 350px );
}
.sec_faq .wrap_h2 {
	text-align: left;
}
.sec_faq .honbun {
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_faq .btn a {
	margin: 0;
}
.sec_faq .right .btn {
	display: none;
}

.sec_faq .btn {
	margin: 0 auto;
}

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

	.sec_faq .left {
		width: 270px;
	}
	.sec_faq .right {
		width: calc( 100% - 320px );
	}
	
}

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

	.sec_faq {
		padding: 40px 20px 90px;
	}
	.sec_faq .inner {
		max-width: 480px;
		display: block;
	}
	.sec_faq .left {
		width: auto;
	}
	.sec_faq .right {
		width: auto;
	}
	.sec_faq .wrap_h2 {
		text-align: center;
	}
	.sec_faq .honbun {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.sec_faq .btn a {
		margin: 0 auto;
	}
	.sec_faq .left .btn {
		display: none;
	}
	.sec_faq .right .btn {
		display: block;
	}
	
}


