@charset "utf-8";

.sp {
	display: none !important;
}





#floating-banner-common {
	display: none;
}


#floating-banner {
	position: fixed;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	right: 30px;
	bottom: 70px;
	z-index: 1000;
	padding: 25px;
	border: 1px solid #c9c9c9;
	background: #fff;
}
#floating-banner button {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: url(/img/icon_close.svg) 50% 50% no-repeat;
	background-size: 10px auto;
}
#floating-banner button {
	cursor: pointer;
}

#floating-banner img {
	width: 100%;
	height: auto;
}
#floating-banner dl {
	margin: 15px 0 0;
}
#floating-banner dt {
	font-size: 12px;
	line-height: 1.8;
}
#floating-banner dd {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
#floating-banner dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #fff;
	background: #165d89;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#floating-banner dd a:hover {
	opacity: 0.75;
}






#floating-banner {
	transform: translateY(320px);
	transition: all 600ms ease-out;
}
#floating-banner.closed {
	transform: translateY(320px) !important;
	transition: all 400ms ease-out;
	visibility: hidden;
}



#floating-banner {
	display: none;
}







#banner-modal {
	position: fixed;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 780px;
	height: 330px;
	left: calc(50% - 390px);
	top: calc(50% - 165px);
	z-index: 10001;
	background: #fff url(/dive_asset/img/bg_modal.png) 50% 100% no-repeat;
	background-size: 733px auto;
	border: 2px solid #2f5c82;
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
	
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all 400ms ease-out;
}
body.floating #banner-modal {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}


#banner-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.4);
	
	opacity: 0;
	visibility: hidden;
	transition: all 400ms ease-out;
}
body.floating #banner-overlay {
	opacity: 1;
	visibility: visible;
}



#banner-modal p {
	margin: 0 0 45px;
	font-size: 23px;
	color: #2F5c82;
	line-height: 1.6;
}
#banner-modal strong {
	position: relative;
	display: inline-block;
}
#banner-modal strong span {
	position: relative;
	z-index: 5;
}
#banner-modal strong em {
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #fff4B9;
}

#banner-modal > a {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 400px;
	min-height: 58px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	background: #ff6f46 url(/img/icon_popup.svg) right 18px top 50% no-repeat;
	background-size: 16px auto;
	border: 2px solid #fff;
}

#banner-modal > a {
	transition: all 300ms ease-out;
}
#banner-modal > a:hover {
	opacity: 0.7;
}

#banner-modal .close {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 15px;
}
#banner-modal .close a {
	display: block;
	height: 24px;
	background: url(../img/btn_zoomout.png) 0 0 no-repeat;
	background-size: 24px auto;
	cursor: pointer;
}





#mini-banner {
	position: fixed;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: center;
	width: 376px;
	height: 180px;
	right: 12px;
	bottom: 12px;
	z-index: 10005;
	padding: 0 20px;
	background: #fff url(../img/bg_minibanner.png) right 38px bottom 64px no-repeat;
	background-size: 74px auto;
	border: 2px solid #2f5c82;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	
	opacity: 0;
	visibility: hidden;
	transform: translateY(200px);
	transition: all 400ms ease-out;
}
body.mini-banner #mini-banner {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}


#mini-banner button {
	display: none;
}
#mini-banner p {
	margin: 0 0 15px;
	font-size: 15px;
	color: #2F5c82;
	line-height: 1.6;
}

#mini-banner > a {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 324px;
	margin: 0 auto;
	min-height: 46px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	background: #ff6f46 url(/img/icon_popup.svg) right 12px top 50% no-repeat;
	background-size: 14px auto;
}

#mini-banner > a {
	transition: all 300ms ease-out;
}
#mini-banner > a:hover {
	background-color: #ff9a7e;
}

#mini-banner .zoom {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 15px;
}
#mini-banner .zoom a {
	display: block;
	height: 24px;
	background: url(../img/btn_zoomup.png) 0 0 no-repeat;
	background-size: 24px auto;
	cursor: pointer;
}









#wrap {
	overflow: hidden;
}

#content-image h1 span {
	position: relative;
	display: inline-block;
}
#content-image strong {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	padding: 6px 10px;
	transform: translate(0, -100%);
	font-size: 0.75rem;
	background: #fff;
}
#content-image .article span.large {
	font-size: 1.375rem;
}


.dive-intro {
	display: flex;
	justify-content: space-between;
	margin: 0 0 160px;
}

.dive-intro .text {
	width: calc(100% - 75px - 365px);
}
.dive-intro .logo {
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	width: 365px;
	border-left: 1px solid #c9c9c9;
}
.dive-intro .logo img {
	width: 160px;
	height: auto;
}

.dive-intro h3 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}
.dive-intro p {
	margin: 30px 0 0;
	font-size: 1.0rem;
	line-height: 1.8;
}





.dive-feature {
	position: relative;
	width: 100vw;
	left: calc((1180px - 100vw) / 2 - 40px);
	margin: 80px 0 0;
}

@media screen and (max-width:1179px) {
	.dive-feature {
		left: -40px;
	}
}

.dive-feature ul {
	display: flex;
	flex-wrap: wrap;
}
.dive-feature li {
	box-sizing: border-box;
	width: 50%;
	padding: 45px 65px;
	border-bottom: 1px solid #c9c9c9;
}
.dive-feature li:nth-child(2n) {
	border-left: 1px solid #c9c9c9;
}
.dive-feature li:nth-child(1),
.dive-feature li:nth-child(2) {
	border-top: 1px solid #c9c9c9;
}


.dive-feature dt {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}
.dive-feature dt img {
	width: 70px;
	height: auto;
}
.dive-feature dt span {
	display: block;
	margin-right: 20px;
}
.dive-feature dd {
	margin: 20px 0 0;
	font-size: 1.0rem;
	line-height: 1.8;
}



.dive-figure {
	margin: 70px 0 0;
	padding: 80px 0;
	text-align: center;
	background: #fafafa;
}
.dive-figure img {
	width: 855px;
	height: auto;
}







.banner-dive {
	position: relative;
	height: 150px;
	margin: 70px 0 0;
}
.banner-dive .banner-inner {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 150px;
	left: calc(50% - 50vw);
	background: #fff4B9;
}
.banner-dive p {
	margin: 0 0 12px;
	font-size: 0.875rem;;
	font-weight: 400;
	line-height: 1.6;
	color: #696969;
}
.banner-dive a {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 320px;
	min-height: 58px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	border-radius: 50px;
	background: #ff6f46 url(/img/icon_popup.svg) right 18px top 50% no-repeat;
	background-size: 16px auto;
	border: 2px solid #fff;
}




.banner-dive a {
	transition: all 300ms ease-out;
}
.banner-dive a:hover {
	opacity: 0.7;
}









.dive-companies {
	padding: 100px 0 0;
}





.companies-list {
	position: relative;
	width: 100vw;
	left: calc((1180px - 100vw) / 2 - 40px);
	margin: 60px 0 0;
}

@media screen and (max-width:1179px) {
	.companies-list {
		left: -40px;
	}
}


.companies-list ul {
	display: flex;
}
.companies-list li {
	width: 210px;
}
.companies-list img {
	width: 160px;
	height: auto;
}

.companies-list ul:nth-child(2) {
	margin-left: 105px;
}


.companies-list .logos {
	position: relative;
	left: -105px;
}
.companies-list:hover .logos {
	animation-play-state: paused !important;
}


.dive-companies p {
	margin: 50px 0 0;
}





.dive-users {
	margin: 75px 0 0;
	padding: 100px 0 0;
	border-top: 1px solid #c9c9c9;
}

.users-list {
	position: relative;
	width: 100vw;
	left: calc((1180px - 100vw) / 2 - 40px);
	margin: 50px 0 0;
	padding: 75px 30px;
	background: #eaf7ff;
}

@media screen and (max-width:1179px) {
	.users-list {
		left: -40px;
	}
}


.users-list ul {
	position: relative;
	display: flex;
}
.users-list li {
	width: calc((100vw - 60px - 60px) / 4);
}
.users-list li:nth-child(n + 2) {
	margin-left: 20px;
}
.users-list dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.users-list dt {
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	background: #fff;
	border: 1px solid #111;
	border-radius: 35px;
}
.users-list dt img {
	width: 100%;
	height: auto;
}
.users-list dd {
	width: calc(100% - 70px - 20px);
	font-size: 1.25rem;
	line-height: 1.4;
}
.users-list .comment {
	position: relative;
	margin: 40px 0 0;
	padding: 25px;
	font-size: 0.875rem;
	line-height: 1.7;
	background: #fff;
	border-radius: 20px;
}
.users-list .comment::before {
	position: absolute;
	display: block;
	content: "";
	width: 42px;
	height: 45px;
	left: 20px;
	top: -30px;
	background: url(../img/balloon.png) 0 0 no-repeat;
	background-size: 100% auto;
}






.dive-flow {
	margin: 70px 0 0;
	padding: 60px 40px;
	background: #fafafa;
}
.dive-flow h3 {
	margin: 0 0 70px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
}
.dive-flow ol {
	display: flex;
	justify-content: space-between;
}
.dive-flow li {
	position: relative;
	width: calc(100% / 3);
	text-align: center;
}
.dive-flow li img {
	width: 190px;
	height: auto;
}
.dive-flow li dd {
	margin: 30px 0 0;
}
.dive-flow li::before {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 39px;
	top: 110px;
	margin-left: -10px;
	background: url(../img/arrow.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.dive-flow li:nth-child(1)::before {
	display: none;
}





.dive-video {
	margin: 75px 0 0;
	padding: 100px 0 0;
	border-top: 1px solid #c9c9c9;
}

.video-container {
	padding: 55px 0;
	text-align: center;
	background: #fafafa;
}
.video-container iframe {
	width: 800px;
	height: 450px;
	border: 1px solid #707070;
}





.dive-recruit {
	margin: 100px 0 0;
}


.dive-recruit-list {
	margin-top: 60px;
}
.dive-recruit-list ul {
	display: flex;
}
.dive-recruit-list ul {
	display: flex;
	justify-content: space-between;
}
.dive-recruit-list li {
	box-sizing: border-box;
	width: calc(50%);
	padding: 40px;
	border: 1px solid #c9c9c9;
	background: #fafafa;
}
.dive-recruit-list li + li {
	border-left: none;
}
.dive-recruit-list li dd:nth-of-type(1) {
	text-align: center;
}
.dive-recruit-list li dd img {
	width: 190px;
	height: auto;
}
.dive-recruit-list li dt {
	height: 110px;
	font-size: 1.75rem;
	line-height: 1.6;
	text-align: center;
}
.dive-recruit-list li dt span {
	display: block;
	font-size: 0.75rem;
}

.dive-recruit-list li dd:nth-of-type(2) {
	margin: 25px 0 0;
	font-size: 0.875rem;
	line-height: 1.8;
}

.dive-recruit-list dl {
	position: relative;
	padding-bottom: 100px;
}
.dive-recruit-list li dd:nth-of-type(3) {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
}
.dive-recruit-list li dd:nth-of-type(3) a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	margin: 30px 0 0;
	border: 1px solid #165D89;
	background: #fff url(/img/icon_popup_blue.svg) right 20px top 50% no-repeat;
	background-size: 16px;
	transition: all 400ms ease-out;
}
.dive-recruit-list li dd:nth-of-type(3) a img {
	width: 160px;
	height: auto;
}

.dive-recruit-list li dd:nth-of-type(3) a:hover {
	background-color: #EAF7FF;
}





.pickup-column {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.pickup-column .inner {
	padding-top: 70px !important;
}




html:lang(en) #banner-modal p {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 70px;
	font-size: 20px;
}
html:lang(en) #mini-banner p {
	margin-right: 100px;
}