@charset "UTF-8";

/*------------------------------------------------------------------------------------
                                 　　INDEX
------------------------------------------------------------------------------------*/

/*VISUAL*/

.index-header {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.visual {
	width: 100%;
	height: 100%;
	position: relative;
}

.visual:after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	background: #ebeff2;
	position: absolute;
	top: -10px;
	left: 0;
	transform-origin: right top;
	transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
}

.active .visual:after {
	transform: scale(0,1);
}

.visual .visual-txt {
	font-size: 16.5vw;
	line-height: 1.28;
    color: #D2201D;
	position: absolute;
    top: 50%;
    left: 16px;
	transform: translate(0,-50%);
	z-index: 5;
	transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1500ms;
}

.active .visual .visual-txt {
	color: #fff;
	transform: translate(0,-110%);
}

.visual .visual-txt span {
	display: inline-block;
	position: relative;
	transform: scale(0,1);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transform-origin: left center;
}

.visual .visual-txt span:nth-of-type(2) { transition-delay: 200ms; }
.visual .visual-txt span:nth-of-type(3) { transition-delay: 400ms; }

.active .visual .visual-txt span { transform: scale(1,1); }

.visual .visual-txt span:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	transform-origin: right center;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 900ms;
}

.active .visual .visual-txt span:after { transform: scale(0,1); }

.visual .ship {
	display: block;
    width: 116%;
    max-width: 1000px;
    position: absolute;
    top: 12%;
    right: -10.5%;
    z-index: 2;
	opacity: .15;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1) 1800ms;
}

.active .visual .ship {
	opacity: 1;
}

.visual #video {
	width: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}

.visual #video video {
	display: block;
	width: 100%;
	height: auto;
}

.active.reset .visual .ship,
.active.reset .visual .visual-txt,
.active.reset .visual .visual-txt span {
	transition: all 300ms ease;
}


/*CONCEPT*/

.index-concept {
	padding: 80px 0;
	position: relative;
	z-index: 5;
}

.index-concept h2 {
	width: 65%;
	position: relative;
	margin: 0 auto 40px;
}

.index-concept h2 object {
	width: 100%;
	height: auto;
}

.index-concept h2 object svg path {
	opacity: 0;
}

.index-concept .index-concept-txt {
	line-height: 2.5;
	color: #fff;
	padding: 0 16px;
}

.index-concept .index-concept-txt .hidden {
	display: none;
}


/*TOP CONTENTS*/

.index-top-contents {
	position: relative;
	z-index: 5;
	padding-top: 80px;
}

.index-top-contents-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 5px;
	width: 100%;
}

.index-top-contents-inner li {
	display: flex;
	width: 100%;
	height: 64vw;
	text-align: center;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.index-top-contents-inner li:not(:first-child) {
	margin-top: 5px;
}

.index-top-contents-txt {
	width: 100%;
	align-self: center;
	position: relative;
	z-index: 2;
}

.index-top-txt-title {
	color: #fff;
	line-height: 1.26;
	margin-bottom: 15px;
}

.index-top-contents-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.index-top-contents-img img {
	width: 100%;
    height: 100%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
	opacity: .25;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.hover + .index-top-contents-img img {
	transform: scale(1.1);
	opacity: .85;
}


/*SAILOR*/

.sailor-work {
	padding: 0 5px;
	margin-top: 15px;
}

.sailor-interview {
	padding: 0 5px;
}

.index-sailor-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #002e5b;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 5px;
}

.index-sailor-txt {
	order: 2;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 60px;
	position: relative;
	background: linear-gradient(rgba(0,46,91,0), #002e5b 60px);
	z-index: 15;
}

.index-sailor-txt .section-title {
	color: #fff;
}

.index-sailor-txt .section-title + p {
	color: #fff;
	margin-bottom: 20px;
}

.index-sailor-img {
	order: 1;
	width: 100%;
	line-height: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: -60px;
}

.index-sailor-img .isolated {
	position: absolute;
	width: 85%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 3;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.hover + .index-sailor-img .isolated {
	transform: scale(1.05);
}

.index-sailor-img .fit {
	transform: scale(1.1);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.hover + .index-sailor-img .fit {
	opacity: .25;
	transform: scale(1);
}


/*SPECIAL*/

.index-special {
	height: 130vw;
	position: relative;
	margin-top: 20px;
}

.index-special .index-special-inner {
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.index-special .section-title {
	padding-top: 0;
}

.index-special .section-title .tour-1 {
	display: block;
	width: 60%;
	margin: 0 auto;
}

.index-special .section-title .tour-2 {
	display: block;
	width: 60%;
	padding-top: 5%;
	margin: 0 auto;
}

.index-special .section-title + p {
	margin-bottom: 20px;
	padding: 0 16px;
}

.index-special .section-title + p br {
	display: none;
}


/*OTEHR*/

.index-bottom-contents {
	padding-top: 80px;
}

.index-bottom-contents-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-bottom-contents-inner li {
	width: 47.5%;
	text-align: center;
	margin-bottom: 30px;
}

.index-bottom-contents-inner li a {
	display: block;
}

.index-bottom-contents-inner li figure {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0 22.5%;
	margin-bottom: 12px;
}

.index-bottom-contents-inner li figure img {
	width: 100%;
	margin: auto;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.index-bottom-contents-inner li .hover figure img {
	transform: scale(1.12);
}

.index-bottom-contents-inner li p {
	line-height: 1.54;
}


/*------------------------------------------------------------------------------------
                                 　　日鉄物流のシゴト
------------------------------------------------------------------------------------*/

/*FLOW*/

.workflow .section-title {
	padding-top: 70px;
}

.workflow-list {
	position: relative;
}

.workflow-list:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
	border-radius: 5px;
    background: #0d3973;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.workflow-list-inner {
	padding: 36px 24px;
	background: #fff;
	border-radius: 24px;
	position: relative;
}

.workflow-list-inner.vehicle,
.workflow-list-inner.workflow-list-rear {
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: none;
}

.workflow-list-inner:not(:first-child) {
	margin-top: 60px;
}

.workflow-img {
	width: 100%;
	overflow: hidden;
}

.workflow-txt {
	margin-top: 12px;
}

.workflow-txt .maximum {
	text-align: center;
}

.workflow-txt .workflow-description {
	margin-top: 6px;
}

.workflow-txt + .small {
	color: #00afd7;
	line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	position: absolute;
    top: 20px;
    left: 20px;
}

.workflow-list-inner .vehicle-img {
	width: 85%;
	text-align: center;
	margin: 0 auto;
	margin-top: -20px;
}

.workflow-list-inner .vehicle-img figcaption {
	display: inline-block;
	line-height: 36px;
	color: #fff;
	padding: 0 18px;
	border-radius: 18px;
	background: #0D3973;
	margin-top: 16px;
}

.workflow-list-rear .maximum {
	width: 100%;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    border-radius: 60px;
}


/*SCROLL ANIMATION*/

.workflow-list-inner.vehicle.in,
.workflow-list-inner.workflow-list-rear.in {
	box-shadow: none;
}

.workflow-img,
.workflow-list-rear {
	opacity: 0;
	transform: scale(1.25);
}

.in .workflow-img,
.workflow-list-rear.in {
	opacity: 1;
	transform: scale(1);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.workflow-txt,
.vehicle-img figcaption {
	opacity: 0;
	transform: scale(.75);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 250ms;
}

.in .workflow-txt,
.in .vehicle-img figcaption {
	opacity: 1;
	transform: scale(1);
}

.workflow-txt + .small {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

.in .workflow-txt + .small {
	opacity: 1;
}

.vehicle-img img {
	opacity: 0;
	transform: translate(40%,0);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.in .vehicle-img img {
	opacity: 1;
	transform: translate(0,0);
}

.workflow-list-inner .fukidashi {
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #D63949;
	padding-top: 2px;
    position: absolute;
    top: -20px;
    left: 13%;
	opacity: 0;
    transform: scale(.75);
}

.workflow-list-inner .fukidashi:before {
	content: url("../images/works/fukidashi.svg");
    display: block;
    width: 27px;
    height: 17px;
    position: absolute;
    right: 15px;
    bottom: -3px;
    margin: 0;
}

.workflow-list-inner.in .fukidashi {
	opacity: 1;
    transform: scale(1);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 250ms;
}


#works .nextLink {
	margin-top: 100px;
}


/*------------------------------------------------------------------------------------
                                 　　船員のシゴト
------------------------------------------------------------------------------------*/

/*SAILOR LIST*/

#sailor .page-description {
	padding-top: 80px;
}

.sailor-list-inner {
	padding: 0 5px;
}

.sailor-list-inner li {
	display: flex;
    width: 100%;
    height: 85vw;
    text-align: center;
	border-radius: 6px;
    position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 5px;
}

.sailor-list-inner .sailor-list-txt {
	width: 100%;
    align-self: center;
	color: #fff;
    position: relative;
    z-index: 2;
}

.sailor-list-inner .sailor-list-txt .section-title + p {
	margin-top: -32px;
	margin-bottom: 16px;
}

.sailor-list-inner .sailor-list-img {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.sailor-list-inner .sailor-list-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: .25;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.sailor-list-inner .hover .sailor-list-img img {
	opacity: .85;
	transform: scale(1.1);
}


/*ROUTE*/

.route {
}

.routeTxt {
	color: #fff;
	margin-bottom: 32px;
}

.map {
	position: relative;
}

.map img {
	display: block;
	line-height: 0;
	width: 100%;
	height: auto;
	opacity: 0;
    transform: scale(1.25);
}

.map.in img {
	opacity: 1;
    transform: scale(1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.map .point {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.map .point div {
	width: 2%;
    height: 0;
    padding-top: 2%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	transform: scale(0);
	box-shadow: 0 0 10px #07B0EA, 0 0 20px #07B0EA, 0 0 20px #fff;
	transition:	all 350ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

.map .point div.active {
	transform: scale(1);
}

.map .point div p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	font-style: italic;
	position: absolute;
}

.map .point div span {
	display: block;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.map .point div:nth-child(1) { top: 18.9%; left: 74%; }
.map .point div:nth-child(2) { top: 40.3%; left: 80.3%; }
.map .point div:nth-child(3) { top: 59.6%; left: 72%; }
.map .point div:nth-child(4) { top: 66.8%; left: 68.2%; }
.map .point div:nth-child(5) { top: 68.5%; left: 50%; }
.map .point div:nth-child(6) { top: 72%; left: 40%; }
.map .point div:nth-child(7) { top: 68.5%; left: 40%; }
.map .point div:nth-child(8) { top: 68.5%; left: 34%; }
.map .point div:nth-child(9) { top: 73.8%; left: 17.7%; }
.map .point div:nth-child(10) { top: 79.2%; left: 17.7%; }
.map .point div:nth-child(11) { top: 75.6%; left: 9.7%; }
.map .point div:nth-child(12) { top: 75.6%; left: 11.8%; }

.map .point div:nth-child(1) span { height: 820%; bottom: 0; }
.map .point div:nth-child(2) span { height: 480%; top: 0; }
.map .point div:nth-child(3) span { height: 820%; top: 0; }
.map .point div:nth-child(4) span { height: 1000%; top: 0; }
.map .point div:nth-child(5) span { height: 1660%; bottom: 0; }
.map .point div:nth-child(6) span { height: 820%; top: 0; }
.map .point div:nth-child(7) span { height: 1220%; bottom: 0; }
.map .point div:nth-child(8) span { height: 640%; bottom: 0; }
.map .point div:nth-child(9) span { height: 1400%; bottom: 0; }
.map .point div:nth-child(10) span { height: 820%; top: 0; }
.map .point div:nth-child(11) span { height: 640%; bottom: 0; }
.map .point div:nth-child(12) span { height: 1000%; bottom: 0; }

.map .point div:nth-child(1) p { top: -725%; right: 130%; }
.map .point div:nth-child(2) p { bottom: -385%; left: 130%; }
.map .point div:nth-child(3) p { bottom: -720%; left: 130%; }
.map .point div:nth-child(4) p { bottom: -905%; right: 130%; }
.map .point div:nth-child(5) p { top: -1570%; right: 130%; }
.map .point div:nth-child(6) p { bottom: -720%; right: 130%; }
.map .point div:nth-child(7) p { top: -1120%; right: 130%; }
.map .point div:nth-child(8) p { top: -540%; right: 130%; }
.map .point div:nth-child(9) p { top: -1310%; right: 130%; }
.map .point div:nth-child(10) p { bottom: -720%; left: 130%; }
.map .point div:nth-child(11) p { top: -530%; right: 130%; }
.map .point div:nth-child(12) p { top: -915%; right: 130%; }


/*SCHEDULE*/

.schedule ol.swipeList {
	background: url(../images/sailor/schedule-background.svg) center center / 934px 112px no-repeat;
}

.schedule ol.swipeList:before {
	content: none;
}

.schedule ol.swipeList li:not(:last-child) {
	width: 146px;
	border-radius: 0;
	padding-left: 32px;
}

.schedule ol.swipeList li:last-child {
	width: 172px;
	border-radius: 0;
}

.schedule ol.swipeList li:nth-child(2n+1) {
	background: none;
}

.schedule ol.swipeList li:nth-child(2n) {
	background: none;
}

.schedule ol.swipeList li p {
	line-height: 1.24;
}

.schedule ol.swipeList li span {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 4px;
}

.schedule .swipe .smallest {
	text-align: right;
	margin-top: 8px;
}


/*SHIPS*/

.sailor-slide {
	margin: 32px auto 0;
}

.ships {
	background: #fff;
}

.slideTxt {
	padding: 32px 16px 0;
}

.slidehead {
	position: relative;
	margin-bottom: 16px;
}

.shipname {
	line-height: 1;
}

.shipname span {
	padding-left: .5rem;
}

.shipspec {
	line-height: 1.24;
	margin-top: 8px;
}

.shiproute {
	width: auto;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 10px;
	background: #EBEFF2;
	position: absolute;
	top: 0;
	right: 0;
}

.sailor-slide .slick-arrow.slick-prev,
.sailor-slide .slick-arrow.slick-next {
	display: block;
	width: 80px;
    height: 26px;
    top: auto;
    bottom: 42px;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.sailor-slide .slick-arrow.slick-prev:before,
.sailor-slide .slick-arrow.slick-next:before {
	content: none;
}

.sailor-slide .slick-arrow.slick-prev {
	padding: 2px 34px;
	transform: translate(-50%,0);
}

.sailor-slide .slick-arrow.slick-next {
	padding: 2px 34px;
	transform: translate(50%,0);
	border-left: 1px solid #0d3973;
}

.sailor-slide .slick-arrow img {
	display: block;
	width: 12px;
	height: 22px;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.sailor-slide .slick-arrow.slick-disabled img {
	opacity: .2;
}

.sailor-slide .slick-arrow.slick-prev:not(.slick-disabled):hover img {
	transform: translate(-8px,0);
}

.sailor-slide .slick-arrow.slick-next:not(.slick-disabled):hover img {
	transform: translate(8px,0);
}

.ship-type-table .swipeInner {
	margin-left: 0;
}

.ship-type-tableInner {
	width: 1056px;
	padding: 0 16px 1px;
}

.ship-type-table table {
	width: 1024px;
	border-collapse: collapse;
    width: 100%;
    text-align: center;
    border: 1px solid #7F96AC;
}

.ship-type-table th,
.ship-type-table td {
	font-size: 90%;
    padding: 5px 0;
	border: 1px solid #7F96AC;
}

.ship-type-table th {
	background: #ebeff2;
}


/*CARGO*/

.cargo .slick-dots li {
	background: #fff;
}

.cargo .slick-dots li.slick-active {
	background: #0d3973;
}


/*------------------------------------------------------------------------------------
                                 　　船員のシゴト 個別
------------------------------------------------------------------------------------*/

.page-description-txt + p {
	color: #fff;
	margin-top: 32px;
}


/*SLIDE*/

.not-touch {
	position: relative;
	width: 100%;
	height: auto;
}

.not-touch:after {
	content: "";
	display: block;
	width: 100%;
	height: calc(100% - 52px);
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	z-index: 10;
}	

#sailor-slide {
	background: #fff;
	position: relative;
	padding-bottom: 20px;
}

#sailor-slide .slick-dots {
	margin-top: 24px;
}

#sailor-slide .slide-counter {
	display: block;
    width: 18px;
    height: auto;
    position: absolute;
    top: 16px;
    right: 16px;
}

#sailor-slide .slide-counter span {
	display: block;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .12em;
	color: #fff;
}

#sailor-slide .slide-counter span.total {
    border-top: 1px solid #fff;
    padding-top: 15px;
    margin-top: 12px;
}

#sailor-slide li {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#sailor-slide img {
	transform: scale(1.1);
	transition: transform 8000ms ease;
}

#sailor-slide .slick-active img {
	transform: scale(1);
}


/*ROLE*/

.role {
	background: #fff;
	padding-bottom: 120px;
}

.assignment {
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: 40px auto 0;
}

.assignment .outline {
	display: block;
	position: relative;
	z-index: 5;
	opacity: 0;
    transform: translate(20%,0);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 250ms;
}

.assignment.in .outline {
	opacity: 1;
    transform: translate(0,0);
}

.assignment .wave {
	width: 130%;
	max-width: 1000px;
	position: absolute;
	bottom: -1%;
	left: -17.5%;
	animation: waving 1800ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
	z-index: 5;
	opacity: 0;
	transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes waving {
	0%, 100% { transform: translate(-2%,0); }
	50% { transform: translate(2%,0); }
}

.assignment .smallwave {
	width: 130%;
	max-width: 1000px;
	position: absolute;
	bottom: -8%;
	left: -17.5%;
	animation: s-waving 1800ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
	z-index: 5;
	opacity: 0;
	transition: opacity 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes s-waving {
	0%, 100% { transform: translate(-1%,0); }
	50% { transform: translate(1%,0); }
}

.assignment.in .wave,
.assignment.in .smallwave {
	opacity: 1;
}

.assignment + p {
	line-height: 1.24;
    margin-top: 36px;
	opacity: 0;
	transition: opacity 1000ms ease 750ms;
}

.assignment.in + p {
	opacity: 1;
}


/*POSITION*/

.assignment span {
	display: block;
    width: 18%;
    height: 0;
    padding-top: 18%;
    border-radius: 50%;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	transform: scale(1.5);
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}

.assignment.in span {
	transform: scale(1);
	opacity: 1;
}

#deck .assignment span:not(.trigger) { background: #34d4cc; }
#deck .assignment span.position-1 { top: 36%; left: 12%; }
#deck .assignment span.position-2 { top: -8%; left: 61.5%; }

#engine .assignment span:not(.trigger) { background: #ffb700; }
#engine .assignment span.position-1 { top: 64%; left: 70.5%; }

#galley .assignment span:not(.trigger) { background: #ff8bb4; }
#galley .assignment span.position-1 { top: 36%; left: 76%; }

.assignment span.trigger {
	line-height: 0;
	height: auto;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	animation: rotate 6000ms linear infinite;
}

@keyframes rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

.assignment span.trigger img {
	width: 100%;
	height: auto;
}


/*ROLE-DESCRIPTION*/

.role-description.invisible {
	opacity: 0;
	visibility: hidden;
    padding-top: 0;
	max-height: 0;
}

.role-description {
	opacity: 1;
	padding-top: 32px;
	visibility: visible;
	max-height: 1000px;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.role-description div {
	padding: 24px;
    border-radius: 6px;
}

#deck .role-description div { color: #fff; background: #34d4cc; }
#engine .role-description div { color: #fff; background: #ffb700; }
#galley .role-description div { color: #fff; background: #ff8bb4; }


/*CAREER-PASS*/

.careerpass {
	margin-bottom: -40px;
	padding-bottom: 80px;
}

#deck ol.swipeList li:nth-child(1) { background: #34d4cc;}
#deck ol.swipeList li:nth-child(2) { background: #2ad1b1;}
#deck ol.swipeList li:nth-child(3) { background: #1fce97;}
#deck ol.swipeList li:nth-child(4) { background: #15ca7c;}
#deck ol.swipeList li:nth-child(5) { background: #0ac762;}
#deck ol.swipeList li:nth-child(6) { background: #00c447;}

#deck .careerpass ol.swipeList:before { background: linear-gradient(90deg, #34d4cc, #00c447); }

#engine ol.swipeList li:nth-child(1) { background: #ffb700;}
#engine ol.swipeList li:nth-child(2) { background: #fba400;}
#engine ol.swipeList li:nth-child(3) { background: #f79100;}
#engine ol.swipeList li:nth-child(4) { background: #f47e00;}
#engine ol.swipeList li:nth-child(5) { background: #f06b00;}
#engine ol.swipeList li:nth-child(6) { background: #ec5800;}

#engine .careerpass ol.swipeList:before { background: linear-gradient(90deg, #ffb700, #ec5800); }

#galley ol.swipeList li:nth-child(1) { background: #ff8bb4;}
#galley ol.swipeList li:nth-child(2) { background: #f76a8e;}
#galley ol.swipeList li:nth-child(3) { background: #ef4969;}
#galley ol.swipeList li:nth-child(4) { background: #e72843;}

#galley .careerpass ol.swipeList:before { background: linear-gradient(90deg, #ff8bb4, #e72843); }


/*OHTER DEPARTMENT*/

.other-department {
	padding: 100px 0 0;
    background: #fff;
    text-align: center;
}

.other-department .other-department-head {
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
	padding: 0 16px;
}

.other-department .sailor-list-inner li {
	height: 85vw;
}


/*------------------------------------------------------------------------------------
                                 　　先輩インタビュー
------------------------------------------------------------------------------------*/

.interviewee-list {
	padding: 0 5px;
	margin-top: -80px;
}

.interviewee-list li {
	background: #002e5b;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 5px;
}

.interviewee-list li a {
	display: block;
}

.interviewee-list li figure {
	width: 100%;
	padding-top: 64px;
	background: #0d3973;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: -80px;
}

.interviewee-list li figure img {
	display: block;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.interviewee-list li .hover figure img {
	transform: scale(1.1);
}

.interviewee-list li figure figcaption {
	width: 100%;
	text-align: center;
	color: #00afd7;
	position: absolute;
	top: 36px;
	left: 0;
}

.interviewee-list li .interviewee-txt {
	padding: 32px 16px 48px;
	background: linear-gradient(rgba(0,46,91,0), #0d3973 80px, #002e5b);
	position: relative;
	z-index: 10;
}

.interviewee-list li .interviewee-head {
	color: #fff;
	margin-bottom: 24px;
}

.interviewee-list li .interviewee-profile {
	color: #fff;
	line-height: 1.32;
}

.interviewee-list li .interviewee-profile span:first-child {
	display: block;
    padding-bottom: 6px;
}


/*------------------------------------------------------------------------------------
                                先輩インタビュー 個別
------------------------------------------------------------------------------------*/

.interviewee-header {
	position: relative;
}

.interviewee-header-inner figure {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}

.interviewee-header-inner figure img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.interviewee-header-inner figure figcaption {
	color: #00afd7;
}

.interviewee-header-inner figure figcaption span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.interviewee-header-inner figure figcaption span:first-child {
	top: calc(52px + 9%);
}

.interviewee-header-inner figure figcaption span:last-child {
	bottom: 9%;
}

.interviewee-header-txt {
	text-align: center;
	color: #fff;
	padding: 72px 16px;
	position: relative;
	z-index: 10;
}

.interviewee-header-txt .maximum {
	margin-bottom: 24px;
}

.interviewee-profile {
    line-height: 1.32;
}

.interviewee-profile span:first-child {
	display: block;
    padding-bottom: 6px;
}

.interviewee-contents-img,
.interviewee-contents-img img {
	display: block;
}

.interviewee-contents-inner {
	color: #fff;
	padding-bottom: 100px;
}

.interviewee-contents-inner .interviewee-contents-head {
	margin: 64px auto 32px;
}

.interviewee-contents-inner .interviewee-contents-head .small {
	display: block;
	color: #00afd7;
	margin-bottom: 24px;
}

.interviewee-column {
	padding-bottom: 60px;
	margin-top: 20px;
}

.interviewee-column .section-title {
	padding-bottom: 48px;
	line-height: 1.54;
}

.interviewee-column .section-title span.font-josefin {
	padding-bottom: 16px;
}

.interviewee-column .section-title + .swipe {
	margin-top: 0;
}

.interviewee-column-img {
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 32px;
}

.interviewee-column .swipeInner div {
	width: 1056px;
	padding: 0 16px;
}

.offtime {
	margin: 100px auto 0;
}

.offtime figure {
	width: 100vw;
	margin-left: -16px;
	margin-bottom: 24px;
}

.interviewee-index {
	background: #fff;
}


/*OTHER INTERVIEWEE*/

.other-interviewee {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.other-interviewee .other-interviewee-inner {
    padding-top: 40px;
}

.other-interviewee .other-interviewee-img {
    width: 100%;
    margin: 0 auto;
	opacity: .25;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.other-interviewee .hover .other-interviewee-img {
	transform: scale(1.1);
}

.other-interviewee .other-interviewee-txt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.other-interviewee .other-interviewee-txt p {
	text-align: center;
	line-height: 1.26;
	margin-bottom: 24px;
}

.other-interviewee .other-interviewee-txt p .font-josefin {
	display: block;
	margin-bottom: 12px;
}

.other-interviewee .other-interviewee-txt .read-more .read-more-inner {
	color: #0d3973;
	border-color: #0d3973;
}

.other-interviewee .other-interviewee-txt .read-more .read-more-inner svg {
	fill: #0d3973;
}

.other-interviewee .other-interviewee-txt .read-more .read-more-inner.hover {
	color: #fff;
	border-color: #00afd7;
}

.other-interviewee .other-interviewee-txt .read-more .read-more-inner.hover svg {
	fill: #fff;
}


/*------------------------------------------------------------------------------------
                                 　　教育制度
------------------------------------------------------------------------------------*/

.educationFlow .section-title {
	padding-top: 0;
}

.flowInner {
	position: relative;
}

.flowInner:before {
	content: "";
    display: block;
    width: 10px;
    height: 100%;
    border-radius: 5px;
	background: linear-gradient(#00afd7, #ffb700);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.flowInner li {
	padding: 36px 24px 24px;
    background: #fff;
    border-radius: 24px;
	position: relative;
	z-index: 1;
}

.flowInner li:not(:first-child) {
	margin-top: 36px;
}

.flowInnerImg {
	text-align: center;
}

.flowInnerImg img {
	margin: 0 auto;
}

.flowInnerImg figcaption {
	display: inline-block;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    padding: 0 20px;
    background: #00afd7;
	margin: 12px auto 24px;
}

.flow-1 .flowInnerImg figcaption { background: #00afd7; }
.flow-2 .flowInnerImg figcaption { background: #40b1a1; }
.flow-3 .flowInnerImg figcaption { background: #80b36c; }
.flow-4 .flowInnerImg figcaption { background: #bfb536; }
.flow-5 .flowInnerImg figcaption { background: #ffb700; }

.flowHead {
	margin-bottom: 15px;
}

.policy {
	background: #fff;
}

.policy .largest {
	text-align: center;
}

.policy p {
	margin-top: 40px;
}

.policy .read-more {
	margin-top: 40px;
}


/*------------------------------------------------------------------------------------
                                 　　募集要項
------------------------------------------------------------------------------------*/

.recruit-list {
	border-top: 1px solid #7F96AC;
}

.recruit-list dt {
	display: inline-block;
	border-top: 1px solid #0D3973;
	padding-top: 30px;
	margin-top: -1px;
	position: relative;
	z-index: 1;
}

.recruit-list dd {
	text-align: justify;
	line-height: 1.8;
	padding-top: 10px;
}

.recruit-list dd:not(:last-child) {
	padding-bottom: 30px;
	border-bottom: 1px solid #ACBCCC;
}

/*2023追加*/

#recruit .recruitBtn {
    margin-top: 60px;
}

#recruit .recruitBtn .recruitBtnInner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#recruit .recruitBtn .recruitBtnInner .read-more {
	margin: 0;
}

#recruit .recruitBtn .recruitBtnInner .read-more + .read-more {
	margin-left: 15px;
}
 
#recruit .recruitBtn .recruitBtnInner .read-more a {
	min-width: 120px;
    text-indent: 0;
    color: #fff;
	background-color: #103b72;
    border: none;
}

#recruit .recruitBtn .recruitBtnInner .read-more a.hover {
	color: #fff;
	background-color: #00afd7;
}

#recruit .recruitBtn .recruitBtnInner .read-more a span {
	display: inline-block;
    font-weight: 700;
    line-height: 1;
    transform: translate(0, -1px);
}

#recruit .recruitHead {
    text-align: center;
    margin-bottom: 24px;
}

#recruit .recruit {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*------------------------------------------------------------------------------------
                                 　　よくある質問
------------------------------------------------------------------------------------*/

.faqInner .question {
	border-top: 1px solid #7F96AC;
	padding: 30px 36px 30px 30px;
	position: relative;
	cursor: pointer;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.faqInner .question.hover {
	text-decoration: underline;
}

.faqInner .question:before,
.faqInner .question:after {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background: #0D3973;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.faqInner .question.passive:after {
	transform: rotate(-90deg);
}

.faqInner .question:after {
	transform: rotate(0);
}

.faqInner .question .initials {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.faqInner .question.passive + .answer {
	max-height: 0 !important;
	margin-bottom: 0 !important;
}

.faqInner .question + .answer {
	max-height: 0;
	overflow: hidden;
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	margin-bottom: 32px !important;
}

.faqInner .question + .answer .answerInner {
	padding: 24px;
	border-radius: 6px;
	background: #fff;
}

.faqInner .question + .answer .answerInner .initials {
	text-align: center;
}

.faqInner .question + .answer .answerInner .initials,
.faqInner .question + .answer .answerInner .answer-txt {
	opacity: 0;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.faqInner .question.active + .answer .answerInner .initials,
.faqInner .question.active + .answer .answerInner .answer-txt {
	opacity: 1;
}

.faqInner .age-table {
	border-collapse: collapse;
    width: 100%;
    text-align: center;
	border-color: #7F96AC;
	margin-top: 20px;
}

.faqInner .age-table th,
.faqInner .age-table td {
	font-size: 90%;
	padding: 5px 0;
}


/*------------------------------------------------------------------------------------
                                 　先生・保護者の方へ
------------------------------------------------------------------------------------*/

.message-txt h2,
.welcome-txt h2 {
	text-align: center;
}

.message-txt h2 + p,
.welcome-txt h2 + p {
	text-align: justify;
	margin-top: 40px;
}

.message-txt p + p,
.welcome-txt p + p {
	text-align: justify;
	margin-top: 2.5rem;
}

.hr {
	background: #fff;
}

.message-img img {
	width: 100%;
	max-width: 100vw;
}


/*------------------------------------------------------------------------------------
                                 　日鉄物流へようこそ
------------------------------------------------------------------------------------*/

.welcomeInner {
	background: url(../images/welcome/welcome-bk.jpg), #fff;
	background-position: center bottom;
	background-size: 150% auto;
	background-repeat: no-repeat;
	padding-bottom: 55%;
}

.nextLink {
	display: flex;
    width: calc(100% - 10px);
    height: 64vw;
    text-align: center;
    position: relative;
	border-radius: 6px;
    z-index: 1;
    overflow: hidden;
	margin: 5px auto 0;
}

.nextLinkTxt {
	width: 100%;
    align-self: center;
    position: relative;
    z-index: 2;
}

.nextLinkTxt .section-title {
	padding: 0 0 15px;
	color: #fff;
}

.nextLinkImg {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.nextLinkImg img {
	width: 100%;
    height: 64vw;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    opacity: .25;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.hover .nextLinkImg img {
	opacity: .85;
	transform: scale(1.1);
}


/*------------------------------------------------------------------------------------
                                 　　PHOTO-TOUR
------------------------------------------------------------------------------------*/

.fixed-space {
	width: 100%;
	height: 100vh;
}

#photo-fixed {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.photo-visual {
	position: relative;
}

.photo-visual-inner {
	width: 100%;
	padding: 0 12.5%;
	position: absolute;
	top: calc(50% + 27px);
	left: 0;
	transform: translate(0,-50%);
	z-index: 5;
}

.photo-visual-inner .photo-title {
	margin-bottom: 32px;
}

.photo-visual-inner .photo-title img {
	display: block;
	width: 100%;
	margin-bottom: 24px;
}

.photo-visual-inner .photo-title + p {
	color: #fff;
	text-align: center;
	margin-bottom: 32px;
}

.in-1, .in-2, .in-3 {
	opacity: 0;
	transform: translate(0,25px);
	animation: in 1000ms ease forwards;
}

@keyframes in {
	from { transform: translate(0,25px); opacity: 0; }
	to { transform: translate(0,0); opacity: 1; }
}

.in-1 { animation-delay: 250ms; }
.in-2 { animation-delay: 500ms; }
.in-3 { animation-delay: 750ms; }

.in-4 {
	opacity: 0;
	transform: scale(1.2);
	animation: in2 1000ms ease forwards 1500ms;
}

@keyframes in2 {
	from { transform: scale(1.2); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}

#main #start {
	padding-bottom: 0;
	margin-bottom: 0;
}

#photo-slide {
	position: relative;
	z-index: 5;
}

#photo-slide .slideTxt {
	text-align: center;
	background: #0d3973;
	padding-bottom: 80px;
}

#photo-slide .slideTxt .font-josefin {
	line-height: 1;
	color: #00afd7;
	margin-bottom: 16px;
}

#photo-slide .slideTxt .photo-description {
	line-height: 1.64;
	color: #fff;
}

#photo-slide .slide-counter {
	display: none;
}


/*------------------------------------------------------------------------------------
                                    以下 PC 用
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 481px) {
	
/*------------------------------------------------------------------------------------
                                 　　INDEX
------------------------------------------------------------------------------------*/
	
/*VISUAL*/

#index #header {
	background: rgba(235,239,242,.6);
}

#index #header.fixed,
#index #header.fixed.hidden {
	background: rgba(255,255,255,1);
}
	
.index-header {
    width: 100%;
}

.visual #video {
    width: 100%;
	height: 45%;
}

.visual #video video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.visual .ship {
    display: block;
    width: 100vh;
    max-width: 1000px;
    position: absolute;
    top: 44%;
    right: 50%;
    transform: translate(50%,-50%);
}

.active .visual .ship {
	transform: translate(90%,-50%);
}

.visual .visual-txt {
	font-size: 14vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
}

.active .visual .visual-txt { transform: translate(-88.5%,-45%); }

.visual .visual-txt span:not(:first-child) {
	display: inline-block;
}

.visual .visual-txt span:last-child {
	padding-left: 5vh;
}


/*CONCEPT*/

.index-concept {
	text-align: center;
	padding-top: 120px;
    padding-bottom: 120px;
}

.index-concept .wrap {
	display: flex;
}

.index-concept h2 {
	width: 330px;
}

.index-concept .hidden {
	display: inline;
}

.index-concept h2 {
	margin-bottom: 0;
}

.index-concept .index-concept-txt {
	width: 694px;
	font-size: 1.8rem;
	text-align: right;
    line-height: 2.5;
	padding: 0;
	margin-top: -1.25rem;
}

.index-concept .index-concept-txt .hidden {
	display: inline;
}


/*TOP CONTENTS*/

.index-top-contents {
	padding-top: 120px;
}

.index-top-contents-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.index-top-contents-inner li {
	width: calc(50% - 5px / 2);
	height: 300px;
}

.index-top-contents-inner li:not(:first-child) {
	margin-top: 0;
}


/*SAILOR*/

.index-sailor-inner {
	align-items: stretch;
	height: 540px;
}

.index-sailor-txt {
	display: flex;
	justify-content: center;
	width: 50%;
	padding: 0;
	background: linear-gradient(125deg, #0d3973, #002e5b);
	z-index: 1;
}

.sailor-work .index-sailor-txt {
	order: 0;
}

.index-sailor-txt .sailor-txt-inner {
	align-self: center;
	width: 60%;
}

.index-sailor-txt .section-title {
	padding-top: 0;
}

.index-sailor-txt .section-title + p {
	width: 100%;
}

.index-sailor-img {
	width: 50%;
	height: 100%;
	overflow: visible;
	margin-bottom: 0;
}

.index-sailor-img .fit {
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.index-sailor-img .isolated {
	width: 550px;
}

.sailor-work .index-sailor-img .isolated {
	right: auto;
	left: -2.5%;
	z-index: 20;
}

.sailor-interview .index-sailor-img .isolated {
	left: auto;
	right: 7.5%;
}


/*SPECIAL*/

.index-special {
	height: 540px;
}

.index-special .index-special-inner {
	margin: 0 auto;
}

.index-special .section-title .tour-1 {
    width: 360px;
}

.index-special .section-title .tour-2 {
    width: 360px;
    padding-top: 25px;
}

.index-special .section-title + p {
    padding: 0;
}


/*OTHER*/

.index-bottom-contents {
	padding-top: 120px;
}

.index-bottom-contents .section-title {
	padding-bottom: 40px;
}

.index-bottom-contents-inner {
	width: 860px;
}

.index-bottom-contents-inner li {
	width: 200px;
}

.index-bottom-contents-inner li figure {
	border-radius: 40px;
	padding: 0 55px;
	margin-bottom: 20px;
}


/*------------------------------------------------------------------------------------
                                 　　日鉄物流のシゴト
------------------------------------------------------------------------------------*/

/*FLOW*/

.workflow .section-title {
    padding-top: 130px;
}

.workflow-list {
	width: 768px;
	margin: 0 auto;
}

.workflow-list-inner {
    padding: 48px;
	border-radius: 40px;
}

.workflow-list-inner:not(:first-child) {
    margin-top: 80px;
}

.workflow-img {
	width: 480px;
	height: 240px;
	margin: 0 auto;
}

.workflow-txt .pc-center {
	text-align: center;
}

.workflow-txt + .small {
    top: 48px;
    left: 48px;
}

.workflow-list-inner .vehicle-img {
	width: 420px;
}

.workflow-list-inner .vehicle-img figcaption {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.workflow-list-rear .maximum {
    height: 160px;
    line-height: 160px;
	border-radius: 80px;
}

.workflow-list-inner .fukidashi {
    font-size: 1.3rem;
    width: 100px;
    height: 100px;
	top: -20px;
    left: 185px;
}


#works .nextLink {
	margin-top: 150px;
}


/*------------------------------------------------------------------------------------
                                 　　船員のシゴト
------------------------------------------------------------------------------------*/

/*SAILOR LIST*/

#sailor .page-description {
    padding-top: 100px;
}

.sailor-list-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 5px;
}

.sailor-list-inner li {
	width: calc(100% / 3 - 10px / 3);
	height: 75vh;
	margin: 0;
}

.sailor-list-inner .sailor-list-txt .section-title + p {
	width: 100%;
}

.sailor-list-inner .sailor-list-txt {
    align-self: flex-end;
	padding-bottom: 10vh;
}


/*ROUTE*/

.route .wrap {
	position: relative;
}

.routeTxt {
	width: 488px;
    position: absolute;
    top: 100px;
	left: 0;
}

.routeTxt .section-title {
	text-align: left ;
}

.routeTxt .section-title + p {
	width: 100%;
}

.map {
	width: 640px;
	margin-left: 384px;
}

.map .point div p {
    font-size: 1.5rem;
}


/*SCHEDULE*/

.schedule .swipe .smallest {
	width: 872px;
	margin: 8px auto 0;
}


/*SHIPS*/

.ships .section-title + p {
	text-align: center;
}

.sailor-slide {
	width: 1072px;
	margin: 40px auto 0;
}

.sailor-slide .slick-list {
	overflow: visible;
}

.sailor-slide .slick-slide {
	width: 488px;
	margin: 0 24px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transform-origin: bottom center;
	transform: scale(.8);
	opacity: .1;
}

.sailor-slide .slick-slide.slick-active {
	transform: scale(1);
	opacity: 1;
}

.slideTxt {
	max-width: 768px;
    padding: 32px 0 0;
	margin: auto;
}

.ships-slide figure img {
	width: 1024px;
	height: 480px;	
    object-fit: cover;
    font-family: 'object-fit: cover;';
	border-radius: 6px;
	overflow: hidden;
}

.ship-type-tableInner {
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}

/*CARGO*/

.cargo-slide figure img {
	border-radius: 6px;
	overflow: hidden;
}


/*------------------------------------------------------------------------------------
                                 　　船員のシゴト 個別
------------------------------------------------------------------------------------*/

.page-description-txt + p {
	width: 768px;
	margin: 40px auto 0;
}


/*SLIDE*/

#sailor-slide .slide-counter {
    top: 32px;
    right: 32px;
}

#sailor-slide .slick-slide img {
	width: 100%;
	max-width: 100vw;
	height: calc(90vh - 56px);
	object-fit: cover;
    font-family: 'object-fit: cover;';
}


/*ROLE*/

.assignment {
	margin-top: 40px;
	padding-bottom: 30px;
}

.assignment .outline {
	width: 640px;
	margin: 0 auto;
}

.assignment .wave {
	width: 100%;
	left: 0;
	bottom: 22px;
}

.assignment .smallwave {
	width: 100%;
	left: 0;
	bottom: 0;
}

.assignment span {
    width: 116px;
    padding-top: 116px;
}

.assignment + p {
	text-align: center;
    margin-top: 24px;
}

/*POSITION*/

#deck .assignment span.position-1 { top: 99px; left: 256px; }
#deck .assignment span.position-2 { top: -24px; left: 574px; }

#engine .assignment span.position-1 { top: 170px; left: 632px; }

#galley .assignment span.position-1 { top: 99px; left: 665px; }


/*ROLE-DESCRIPTION*/

.role-description {
	width: 768px;
	padding: 40px 42px;
	margin: 0 auto;
}

/*CAREER-PASS*/

.careerpass {
    margin-bottom: 0;
}


/*OTHER DEPARTMENT*/

.other-department {
	padding-top: 120px;
}

.other-department .sailor-list-inner li {
	width: calc(50% - 5px / 2);
	height: 320px;
}

.other-department .sailor-list-inner .sailor-list-txt {
    align-self: center;
    padding-bottom: 0;
}

.other-department .sailor-list-inner .sailor-list-txt .section-title + p br {
	display: none;
}


/*------------------------------------------------------------------------------------
                                 　　先輩インタビュー
------------------------------------------------------------------------------------*/

.interviewee-list {
    margin-top: -100px;
}

.interviewee-list li {
	width: 100%;
	height: 420px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: linear-gradient(125deg, #0d3973, #002e5b);
}

.interviewee-list li a {
	display: block;
	width: 1024px;
	position: relative;
	margin: 0 auto;
}

.interviewee-list li figure {
	width: 100%;
	height: 420px;
	padding-top: 0;
	background: none;
	border-radius: 0;
}

.interviewee-list li figure img {
	width: auto;
	height: 400px;
	margin-top: 20px;
	margin-left: 250px;
}

.interviewee-list li figure figcaption {
	width: 384px;
	text-align: left;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.interviewee-list li .interviewee-txt {
	width: 384px;
	text-align: center;
	padding: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 5;
}

.interviewee-list li .interviewee-head,
.interviewee-list li .interviewee-profile {
	margin-top: 0;
}


/*------------------------------------------------------------------------------------
                                 先輩インタビュー 個別
------------------------------------------------------------------------------------*/

.interviewee-header .page-header {
	height: calc(100vh - 100px);
}

.interviewee-header-inner figure {
	width: 72vh;
	min-width: 450px;
    margin: 0 auto;
}

.interviewee-header-inner figure img {
	width: 100%;
	max-width: 3000px;
}

.interviewee-header-inner figure figcaption span {
	width: 1024px;
	left: 50%;
	right: auto;
	transform: translate(-50%,-50%);
}

.interviewee-header-inner figure figcaption span:first-child,
.interviewee-header-inner figure figcaption span:last-child {
	top: calc(50% + 72px);
	bottom: auto;
}

.interviewee-header-inner figure figcaption span:first-child {
	text-align: left;
}

.interviewee-header-inner figure figcaption span:last-child {
	text-align: right;
}

.interviewee-header-txt {
	padding: 100px 0 100px;
}

.interviewee-header-txt .maximum {
	width: 1024px;
	margin: 0 auto 24px;
}

.interviewee-contents-img, .interviewee-contents-img img {
	width: 100%;
	max-width: 100%;
}

.interviewee-contents-inner {
	padding-bottom: 120px;
}

.interviewee-contents-inner .interviewee-contents-head {
	text-align: center;
    margin: 100px auto 40px;
}

.interviewee-contents-inner .interviewee-contents-txt {
    columns: 2;
	-webkit-columns: 2;
	column-gap: 48px;
	-webkit-column-gap: 48px;
}

.interviewee-column {
	padding-top: 120px;
    padding-bottom: 100px;
    margin-top: 0;
}

.interviewee-column .section-title {
	font-size: 3rem;
}

.interviewee-column .swipeInner div {
    width: 100%;
    padding: 0;
}

.offtime {
	margin-top: 120px;
}

.offtime-inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.offtime-inner.reverse {
	flex-direction: row-reverse;
}

.offtime-inner figure {
	border-radius: 6px;
	overflow: hidden;
}

.offtime-inner figure,
.offtime-inner p {
	width: 488px;
	margin: 0;
}

.index-inner {
	margin-bottom: -50px;
}


/*OTHER INTERVIEWEE*/

.other-interviewee .other-interviewee-inner {
    padding-top: 20px;
}

.other-interviewee .other-interviewee-img {
	width: 512px;
}


/*------------------------------------------------------------------------------------
                                 　　教育制度
------------------------------------------------------------------------------------*/

.flowInner li {
	display: flex;
	align-items: center;
	padding: 50px;
    border-radius: 40px;
}

.flowInnerImg {
	width: 270px;
	padding-right: 40px;
}

.flowInnerImg figcaption {
	margin-bottom: 0;
}

.flowInnerTxt {
	width: 654px;
}

.policy p {
	width: 768px;
    margin: 60px auto 0;
}

	
/*------------------------------------------------------------------------------------
                                 　　よくある質問
------------------------------------------------------------------------------------*/

.faqInner .question {
	padding: 40px 100px 40px 100px;
}

.faqInner .question .initials {
	left: 40px;
}

.faqInner .question:before,
.faqInner .question:after {
	right: 40px;
}

.faqInner .question + .answer {
	margin-bottom: 40px !important;
}

.faqInner .question + .answer .answerInner {
	display: flex;
	justify-content: space-between;
    padding: 40px 42px;
}

.faqInner .question + .answer .answerInner .initials {
	text-align: left;
}

.faqInner .question + .answer .answerInner .answer-txt {
	width: 884px;
}

.faqInner .question + .answer .answerInner .answer-txt.plus-table {
	width: 462px;
}

.faqInner .age-table {
	width: 384px;
	margin-top: 0;
}

.faqInner .answer-txt .sp-none {
	display: inline;
}


/*------------------------------------------------------------------------------------
                                 　　募集要項
------------------------------------------------------------------------------------*/

.recruit-list {
	display: flex;
	flex-wrap: wrap;
}

.recruit-list dt {
	display: block;
	width: 256px;
}

.recruit-list dt,
.recruit-list dd {
	padding-top: 40px;
}

.recruit-list dd {
	width: 768px;
}

.recruit-list dd:not(:last-child) {
	padding-bottom: 40px;
}

/*2023追加*/

#recruit .recruitBtn {
    margin-top: 100px;
}

#recruit .recruitBtn .recruitBtnInner .read-more {
	height: 52px;
}

#recruit .recruitBtn .recruitBtnInner .read-more + .read-more {
    margin-left: 16px;
}

#recruit .recruitBtn .recruitBtnInner .read-more a {
    min-width: 160px;
    height: 52px;
    line-height: 52px;
    border-radius: 52px;
    font-size: 16px;
}

#recruit .recruit {
    padding-top: 70px;
    padding-bottom: 50px;
}


/*------------------------------------------------------------------------------------
                                 　先生・保護者の方へ
------------------------------------------------------------------------------------*/

.message-txt p,
.welcome-txt p {
	font-size: 1.8rem;
}

.message-txt h2 + p,
.welcome-txt h2 + p {
	text-align: center;
	letter-spacing: .075rem;
    margin-top: 60px;
}

.message-txt p + p,
.welcome-txt p + p {
	text-align: center;
	letter-spacing: .075rem;
	margin-top: 4rem;
}

/*------------------------------------------------------------------------------------
                                 　日鉄物流へようこそ
------------------------------------------------------------------------------------*/

.welcomeInner {
    background: url(../images/welcome/welcome-bk.jpg), #FFF;
	background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 23%;
}

.nextLink {
	height: 300px;
}

.nextLinkImg img {
	height: 300px;
}


/*------------------------------------------------------------------------------------
                                 　　PHOTO-TOUR
------------------------------------------------------------------------------------*/

.photo-visual-inner {
    width: 50vh;
    padding: 0;
	top: calc(50% + 72px);
	left: 50%;
    transform: translate(-50%,-50%);
}

.photo-visual-inner .photo-title img {
    margin-bottom: 36px;
}

#photo-slide {
	background: #0d3973;
}

#photo-slide .slick-slide {
	width: 100%;
	height: 100vh;
	padding: 50px;
}

#photo-slide .slick-slide img {
	width: 100%;
	height: calc(100vh - 150px);
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

#photo-slide .slideTxt {
	width: 100%;
	max-width: 100%;
	height: 100px;
	padding: 0;
	position: relative;
}

#photo-slide .slideTxt .font-josefin {
	position: absolute;
    top: 0;
    left: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    transform: translate(-30px, -100%);
}

#photo-slide .slideTxt .photo-description {
	line-height: 100px;
}

#photo-slide .slick-arrow.slick-prev:before,
#photo-slide .slick-arrow.slick-next:before {
	content: none;
}

#photo-slide .slick-arrow {
	width: 50px;
	height: 80px;
	top: calc(50% - 25px);
	z-index: 10;
	background: #ebeff2;
	transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

#photo-slide .slick-arrow:hover {
	background: #fff;
	height: 160px;
}

#photo-slide .slick-prev {
	left: 0;
}

#photo-slide .slick-next {
	right: 0;
}

#photo-slide .slick-arrow img {
	display: block;
	width: 12px;
	height: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

#photo-slide .slick-arrow.slick-prev img {
	left: 18px;
}

#photo-slide .slick-arrow.slick-next img {
	right: 18px;
}

#photo-slide .slick-dots {
	position: absolute;
    top: 21px;
	left: 0;
    margin: auto;
}

#photo-slide .slick-dots li.slick-active {
	background: #00afd7;
}

#photo-slide .slide-counter {
	display: block;
	width: 18px;
	height: auto;
	position: absolute;
	top: 50px;
	right: 16px;
	color: #00afd7;
}

#photo-slide .slide-counter span {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: .12em;
}

#photo-slide .slide-counter span.total {
	border-top: 1px solid #00afd7;
	padding-top: 15px;
    margin-top: 12px;
}

}

/*------------------------------------------------------------------------------------
2024/1 追加分
------------------------------------------------------------------------------------*/

/*-------------------------------------船員のシゴト*/

#sailor .swipe-icon.chart:after {
    transform: translate(-50%,-58%) scale(.7);
}

#sailor .swipe-icon.chart .swipeInner .swipeList figcaption {
    font-size: 1rem;
    margin-top: 8px;
}

#sailor .schedule-pattern {
	background: #fff;
    padding: 25px;
    border-radius: 6px;
    margin-top: 40px;
}

#sailor .schedule-pattern h3 {
    font-size: 1.5rem;
    text-align: center;
}

#sailor .schedule-pattern .patternImg {
    margin-top: 15px;
}

#sailor .schedule-pattern .patternImg figure {
	width: 100%;
}

#sailor .schedule-pattern .patternImg figure + figure {
	margin-top: 15px;
}

#sailor .schedule-pattern .patternImg figure figcaption {
	font-size: 1rem;
    margin-top: 5px;
}

@media print, screen and (min-width: 481px) {
	
#sailor .chart {
	width: 934px;
	margin-left: auto;
	margin-right: auto;
}

#sailor .schedule-pattern {
	width: 934px;
	padding: 42px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
}

#sailor .schedule-pattern h3 {
    font-size: 1.8rem;
}

#sailor .schedule-pattern .patternImg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

#sailor .schedule-pattern .patternImg figure {
	width: 48%;
}

#sailor .schedule-pattern .patternImg figure + figure {
    margin-top: 0;
}

#sailor .schedule-pattern .patternImg figure figcaption {
    font-size: 1.3rem;
    margin-top: 8px;
    font-weight: 700;
    text-align: center;
}
	
}