@charset "UTF-8";

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

/*VISUAL*/

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

#visual .visual-inner {
    position: relative;
}

#index-slide img {
    width: 100%;
    height: 100vh;
}

#index-slide li {
    position: relative;
}

#index-slide li span {
    display: block;
    width: 256px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: calc(50% + 32px);
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0,1);
}

#index-slide li.slick-current span {
    animation: timer 2200ms linear forwards;
}

@keyframes timer {
    from { transform: scale(0,1);}
    to { transform: scale(1,1);}
}

#visual .visual-txt {
    width: 256px;
    text-align: center;
    position: absolute;
    top: calc(50% - 60px);
    left: 0;
    right: 0;
    margin: auto;
}

#visual .visual-txt strong {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: .1em;
    margin-bottom: 12px;
}

#visual .visual-txt img {
    display: block;
    width: 100%;
}

#visual .visual-txt span {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .5em;
    padding-top: 40px;
}

/*ABOUT*/

#about {
    position: relative;
}

#about .about-inner {
    background: #fff;
    position: relative;
    padding: 18% 0;
    text-align: center;
}

#about p {
    display: inline-block;
    color: #0071D8;
    font-size: 4.5vw;
    line-height: 2.5;
    text-align: left;
    font-weight: 700;
}


/*COMPANIES*/

#companies {
    background: #0071D8;
    padding-bottom: 30%;
}


/*SHEDULE*/

.schedule-graph {
    width: 802px;
    height: 100px;
    padding: 0 16px;
}

.schedule-graph img {
    display: block;
    width: 770px;
    height: 88px;
}


/*WORKS*/

#works {
    background: #0071D8;
}

.works-inner {
    margin-top: 32px;
}

.works-inner .occupation {
    color: #fff;
    padding: 21vw 32px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 16px;
}

.works-inner .occupation .works-title {
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
}

.works-inner .occupation .works-title + p {
    line-height: 1.64;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}

.works-inner .occupation .read-more {
    margin: 24px auto 0;
    position: relative;
    z-index: 2;
}

.works-inner .occupation-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.works-inner .occupation-img img {
    width: 100%;
    height: 100%;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.works-inner .hover .occupation-img img {
    transform: scale(1.15);
}


/*PERFORMANCE*/

#works {
    background: #0071D8;
}

.cargo-slide {
    margin-top: 30px;
}

.cargo-slide .slick-slide {
    padding: 0 16px;
}

.cargo-slide img {
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.cargo-slide .slideTxt {
    margin-top: 12px;
}

.cargo-slide .slideTxt h3 {
    color: #0071D8;
    font-size: 2rem;
    text-align: center;
    line-height: 1.26;
}

.cargo-slide .slideTxt h3 + p {
    color: #0171d7;
    line-height: 1.64;
    margin-top: 6px;
    font-size: 1.2rem;
    text-align: center;
    padding: 0 16px;
}

.cargo-slide .slick-dots {
    margin-top: 20px;
}

.cargo-slide .slick-prev, .cargo-slide .slick-next {
    width: 36px;
    height:36px;
    background: #0071D8;
    border-radius: 50%;
    padding: 9px 13px;
    top: 27.5vw;
    z-index: 5;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.cargo-slide .slick-prev {
    left: 8px;
}

.cargo-slide .slick-next {
    right: 8px;
}

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

.cargo-slide .slick-prev img, .cargo-slide .slick-next img {
    width: 10px;
    height: 18px;
}

.cargo-slide .slick-disabled {
    visility: hidden;
    opacity: 0;
}


/*------------------------------------------------------------------------------------
日本マップ
------------------------------------------------------------------------------------*/

#companies .section-title,
#companies .section-txt,
.search-txt {
    position: relative;
    z-index: 1;
}

.search-txt {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin: 24px 0 16px;
}

#japan {
    position: relative;
    margin: -20vw auto 0;
}

#japan:after {
    content: "";
    display: block;
    width: 100%;
    height: 40vw;
    position: absolute;
    top: -1px;
    left: 0;
    background: linear-gradient(#0071D8, rgba(0, 113, 216, 0));
}

#japan svg {
    width: 100%;
}

#japan a path {
    fill: #B2D4F3;
}

#japan svg a {
    transition: all 300ms ease;
}

#japan.on svg a:not(.on) {
    opacity: .5;
}

#japan .area {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(.65);
    transform-origin: center center;
    z-index: 1;
}

#japan .area a {
    display: block;
    padding: 2.5vw;
    border-radius: 1.5vw;
    background: #fff;
    position: relative;
    box-shadow: 0 6px 12px #0060b3;
}

#japan .area a:after {
    content: "";
    display: block;
    width: 3vw;
    height: 3.5vw;
    background: url(../images/common/fukidashi.svg) center center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
}

#japan .area-name {
    color: #0071D8;
    font-weight: 700;
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 1.5vw;
}

#japan .area-name + p {
    font-size: 3.5vw;
    line-height: 1.24;
}

#japan .kanto { top: 47%; left: 83%; }
#japan .tokai { top: 56%; left: 62.5%; }
#japan .chugoku { top: 56%; left: 40%; }
#japan .kansai { top: 99%; left: 57%; }
#japan .shikoku { top: 99%; left: 30%; }
#japan .kyushu { top: 63%; left: 13%; }

#japan .area.kanto a:after { transform: translate(-1vw,7vw) rotate(-180deg); }
#japan .area.tokai a:after { transform: translate(-2vw,7vw) rotate(180deg); }
#japan .area.chugoku a:after { transform: translate(-10vw,7vw) rotate(180deg); }
#japan .area.kansai a:after { transform: translate(-15vw,-10vw); }
#japan .area.shikoku a:after { transform: translate(1vw,-10vw); }
#japan .area.kyushu a:after { transform: translate(-4vw,9.5vw) rotate(180deg); }

#area #companies .section-title {
    padding: 0 16px;
}

#area #companies .search-txt {
    margin: 8px 0 16px;
}

#area #companies {
    border-radius: 16px 16px 0 0;
    padding: 20% 0 30%;
}


/*------------------------------------------------------------------------------------
船員の仕事
------------------------------------------------------------------------------------*/

#deck .page-header { background: url(../images/works/deck-bk-sp.jpg) top center / cover no-repeat; }
#engine .page-header { background: url(../images/works/engine-bk-sp.jpg) top center / cover no-repeat; }

#deck .page-header + section, #engine .page-header + section {
    padding-top: 12.5%;
}

.page-description-head {
    color: #0071D8;
    font-size: 2.2rem;
}

.page-description-head + p {
    margin-top: 25px;
}


/*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;
}	

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

#works-slide .slick-list {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

#works-slide .slick-dots {
	margin-top: -25px;
}

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

#works-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;
}

#works-slide .slide-counter span.total {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 8px;
}

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

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

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


/*ROLE*/

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

.assignment {
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: 25px 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;
}

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

#engine .assignment span.position-1 { top: 64%; left: 70.5%; }

.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: 16px;
    border-radius: 8px;
    background: #B2D4F3;
}


/*CAREER-PASS*/

.careerpass {
    background: #0071D8;
}

.careerpass .section-title,
.careerpass .section-txt { color:  #fff;
}

ol.swipeList li:nth-child(1) { background: #80B8EC;}
ol.swipeList li:nth-child(2) { background: #99C6EF;}
ol.swipeList li:nth-child(3) { background: #B2D4F3;}
ol.swipeList li:nth-child(4) { background: #CCE3F7;}
ol.swipeList li:nth-child(5) { background: #E5F1FB;}
ol.swipeList li:nth-child(6) { background: #fff;}

.careerpass ol.swipeList:before { background: linear-gradient(90deg, #80B8EC, #fff); }


/*LINK-SECTION*/

.link-section {
    background: #0171d7;
    margin-top: 16px;
}

.link-section .occupation {
    color: #fff;
    padding: 64px 32px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.link-section .occupation .works-title {
    font-size: 3rem;
    position: relative;
    z-index: 2;
}

.link-section .occupation .works-title + p {
    line-height: 1.64;
    margin-top: 8px;
    position: relative;
    z-index: 2;
}

.link-section .occupation .read-more {
    margin: 24px auto 0;
    z-index: 2;
    position: relative;
}

.link-section .occupation-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.link-section .occupation-img picture {
    height: 100%;
}

.link-section .occupation-img img {
    width: 100%;
    height: 100%;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.link-section .hover .occupation-img img {
    transform: scale(1.15);
}


/*------------------------------------------------------------------------------------
エリア毎
------------------------------------------------------------------------------------*/

#area .page-header {
       background: url(../images/common/area-bk-sp.jpg) top center / cover no-repeat;
}

#area .section {
    padding-top: 32px;
}

#filter {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 32px;
    background: #ebeff2;
}

#filter li {
    width: calc((100% - 24px) / 3);
    text-align: center;
    margin-left: 8px;
    margin-top: 8px;
}

#filter li:first-child {
    margin-top: 0;
}

#filter li:first-child,
#filter li:nth-child(2),
#filter li:nth-child(5),
#filter li:nth-child(8){
    margin-left: 0;
}

#filter li:first-child {
    width: 100%;
}

#filter li a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    background: #0071D8;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
}

#filter li a.active {
    background: #FC3341;
    cursor: default;
    pointer-events: none;
}

.item {
    width: 100%;
    display: none;
    opacity: 0;
    margin-top: 16px;
    padding: 0 16px;
}

body.category-all .item-all, body.category-hokkaido .item-hokkaido, body.category-aomori .item-aomori, body.category-iwate .item-iwate, body.category-akita .item-akita, body.category-miyagi .item-miyagi, body.category-yamagata .item-yamagata, body.category-fukushima .item-fukushima, body.category-yamanashi .item-yamanashi, body.category-nagano .item-nagano, body.category-niigata .item-niigata, body.category-toyama .item-toyama, body.category-ishikawa .item-ishikawa, body.category-fukui .item-fukui, body.category-tokyo .item-tokyo, body.category-kanagawa .item-kanagawa, body.category-chiba .item-chiba, body.category-saitama .item-saitama, body.category-ibaraki .item-ibaraki, body.category-tochigi .item-tochigi, body.category-gunma .item-gunma, body.category-aichi .item-aichi, body.category-shizuoka .item-shizuoka, body.category-gifu .item-gifu, body.category-mie .item-mie, body.category-okayama .item-okayama, body.category-hiroshima .item-hiroshima, body.category-tottori .item-tottori, body.category-shimane .item-shimane, body.category-yamaguchi .item-yamaguchi, body.category-osaka .item-osaka, body.category-hyogo .item-hyogo, body.category-kyoto .item-kyoto, body.category-shiga .item-shiga, body.category-nara .item-nara, body.category-wakayama .item-wakayama, body.category-ehime .item-ehime, body.category-kagawa .item-kagawa, body.category-kochi .item-kochi, body.category-tokushima .item-tokushima, body.category-fukuoka .item-fukuoka, body.category-saga .item-saga, body.category-nagasaki .item-nagasaki, body.category-kumamoto .item-kumamoto, body.category-oita .item-oita, body.category-miyazaki .item-miyazaki, body.category-kagoshima .item-kagoshima, body.category-okinawa .item-okinawa{
	display: block;
	animation: show 350ms ease 0ms forwards;
}

@keyframes show { from { opacity: 0; } to { opacity: 1; } }

#grid {
    margin-top: -16px;
}

.grid-inner {
    border: 1px solid #bbbfc7;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.grid-title {
    font-size: 2.2rem;
    line-height: 1.24;
    color: #0071D8;
    background: #eaeff2;
    padding: 16px;
}

.grid-area {
    font-size: 1rem;
    display: block;
    margin-bottom: 2px;
}

.grid-description {
    padding: 16px;
}

.grid-description dl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.grid-description dt {
    width: 50px;
    font-size: 1.2rem;
    line-height: 1.36;
    font-weight: bold;
    color: #aaaeb7;
}

.grid-description dd {
    width: calc(100% - 50px);
    font-size: 1.2rem;
    line-height: 1.36;
    padding-bottom: 8px;
}

.grid-description dd a {
	transition: all 300ms ease;
}

.grid-description dd a.hover {
	color: #0071D8;
	text-decoration: underline;
}

.grid-description dd:last-of-type {
    padding-bottom: 0;
}

.grid-description .description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dedede;
}

.sns-list {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.sns-list li {
    padding: 0 5px;
}

.sns-list a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
	transition: all 300ms ease;
}

.sns-list a.hover {
	transform: scale(1.2);
}

.sns-list a span {
    display: block;
    width: 100%;
    height: 100%;
}

.sns-list .facebook a { background: #385898; }
.sns-list .facebook a span { background: url(../images/common/sns-icon.svg) 0 0 / 128px 32px no-repeat; }
.sns-list .twitter a { background: #1DA1F2; }
.sns-list .twitter a span { background: url(../images/common/sns-icon.svg) -32px 0 / 128px 32px no-repeat; }
.sns-list .instagram a { background: #FF0050; }
.sns-list .instagram a span { background: url(../images/common/sns-icon.svg) -64px 0 / 128px 32px no-repeat; }
.sns-list .pdf a { background: #FF0022; }
.sns-list .pdf a span { background: url(../images/common/sns-icon.svg) -96px 0 / 128px 32px no-repeat; }

.sns-list li.disabled a {
    background: #dedede;
    pointer-events: none;
}



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

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

#visual .visual-inner,
#index-slide img {
    height: 100vh !important;
}
    
#visual .visual-txt {
    width: 490px;
    text-align: left;
    top: calc(50% - 60px);
    transform: translate(-50%,0);
}
    
#visual .visual-txt strong {
    font-size: 2.2rem;
    margin-bottom: 24px;
}
    
#visual .visual-txt span {
    font-size: 1.5rem;
    letter-spacing: 1em;
    padding-top: 46px;
}
    
#index-slide li span {
    width: 490px;
    height: 2px;
    top: calc(50% + 102px);
    left: -490px;
    transform: scale(0,1);
    transform-origin: left center;
}

#about .about-inner {
    padding: 90px 0;
}
    
#about p {
    font-size: 2.2rem;
    line-height: 2;
    text-align: center;
}
    

    
/*COMPANIES*/
    
#companies .section-txt {
    text-align: center;
}
      
    
/*SCHEDULE*/  

.schedule-graph {
    width: 980px;
    height: 112px;
    padding: 0;
}
    
.schedule-graph img {
    width: 100%;
    height: 100%;
}
    
    
/*WORKS*/

#works .section-inner {
    position: relative;
    z-index: 5;
}
    
#works .section-txt {
    text-align: center;
}
    
.works-inner {
    width: 100%;
    display: flex;
}
    
.works-inner .occupation {
    width: 50%;
    padding: 0 16px;
    position: static;
    margin-top: 0;
}
    
.works-inner .occupation .works-title {
    font-size: 2.8rem;
}

.works-inner .occupation-img {
    width: 50%;
    z-index: 0;
}

.works-inner .engine .occupation-img {
    left: 50%;
}
    
    
/*PERFORMANCE*/
    
#performance .section-txt {
    text-align: center;
}
    
.cargo-slide {
    width: 1000px;
    margin: 30px auto 0;
}
    
.cargo-slide .slick-list {
    overflow: visible;
}
    
.cargo-slide .slick-slide {
    padding: 0 10px;
    opacity: .1;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
    
.cargo-slide .slick-slide.slick-active {
    opacity: 1;
}
    
.cargo-slide .slideTxt h3 {
    font-size: 2.2rem;
    text-align: left;
}
    
.cargo-slide .slideTxt h3 + p {
    margin-top: 8px;
    text-align: left;
    padding: 0 1rem 0 0;
}

.cargo-slide .slick-dots {
    margin-top: 40px;
}
    
.cargo-slide .slick-prev, .cargo-slide .slick-next {
    top: 144px;
    width: 48px;
    height: 48px;
    padding: 16px 19px;
}
    
.cargo-slide .slick-prev {
    left: -24px;
    padding: 16px 20px 16px 18px;
}
    
.cargo-slide .slick-next {
    right: -24px;
    padding: 16px 18px 16px 20px;
}
    
    
/*------------------------------------------------------------------------------------
日本マップ
------------------------------------------------------------------------------------*/

.search-txt {
    font-size: 1.3rem;
}
    
#japan {
    width: 560px;
    height: 472px;
    margin: -140px auto 60px;
}
    
#japan:after {
    height: 200px;
}
    
#japan .area {
    transform: translate(-50%,-50%); 
}
    
#japan .area a {
    padding: 16px;
    border-radius: 8px;
}
    
#japan .area a:after {
    width: 12px;
    height: 14px;
}
    
#japan .area-name {
    font-size: 2.2rem;
    margin-bottom: 8px;
}

#japan .area-name + p {
    font-size: 1.3rem;
}
    
#japan .kanto { top: 63%; left: 97%; }
#japan .tokai { top: 54%; left: 60%; }
#japan .chugoku { top: 54%; left: 34%; }
#japan .kansai { top: 103%; left: 58%; }
#japan .shikoku { top: 103%; left: 28%; }
#japan .kyushu { top: 62%; left: 4%; }
    
#japan .area.kanto a:after { transform: translate(-50px,-5px) rotate(-90deg); }
#japan .area.tokai a:after { transform: translate(-7px,38px) rotate(180deg); }
#japan .area.chugoku a:after { transform: translate(-5px,39px) rotate(180deg); }
#japan .area.kansai a:after { transform: translate(-62px,-52px); }
#japan .area.shikoku a:after { transform: translate(15px,-52px); }
#japan .area.kyushu a:after { transform: translate(35px,46px) rotate(180deg); }

#companies {
    padding-bottom: 120px;
}
    
#area #companies {
    padding: 120px 0;
    margin-bottom: 8px;
}


/*------------------------------------------------------------------------------------
船員の仕事
------------------------------------------------------------------------------------*/
    
#deck .page-header { background: url(../images/works/deck-bk-pc.jpg) top center / cover no-repeat; }
#engine .page-header { background: url(../images/works/engine-bk-pc.jpg) top center / cover no-repeat; }
    
#deck .page-header + section, #engine .page-header + section {
    padding-top: 120px;
}

.page-description-head {
    font-size: 2.4rem;
    text-align: center;
}

.page-description-head + p {
    text-align: center;
}


/*SLIDE*/

#works-slide .slick-list {
    width: calc(100% - 32px);
    margin: auto;
}
    
#works-slide .slide-counter {
    top: 20px;
    right: 35px;
}

#works-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: 246px; }
#deck .assignment span.position-2 { top: -23px; left: 565px; }

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


/*ROLE-DESCRIPTION*/

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

    
/*CAREER-PASS*/

.careerpass {
    margin-bottom: 0;
}
    
    
/*LINK-SECTION*/

.link-section {
    margin-top: 16px;
}

.link-section .occupation {
    padding: 72px 16px;
}

.link-section .occupation .works-title {
    font-size: 3.6rem
}
    
    
/*------------------------------------------------------------------------------------
エリア毎
------------------------------------------------------------------------------------*/
    
#area .page-header {
       background: url(../images/common/area-bk-pc.jpg) top center / cover no-repeat;
}

#area .section {
    padding-top: 40px;
}
    
#filter {
    padding: 16px 32px;
    justify-content: center;
}
    
#filter li {
    margin-left: 12px;
}
    
#filter li,
#filter li:first-child {
    width: 100px;
    margin-top: 0;
}
    
#filter li:nth-child(2), #filter li:nth-child(5), #filter li:nth-child(8) {
    margin-left: 12px;
}
    
#filter li a {
    font-size: 1.4rem;
}
    
#grid {
    width: 88%;
    min-width: 996px;
    display: flex;
    flex-wrap: wrap;
    margin: -16px auto 0;
}
    
.item {
    width: 33.3333%;
    padding: 0 8px;
}
    
.item:nth-of-type(3n) {
    margin-right: 0;
}

.grid-inner {
	height: 100%;
}
    
.grid-area {
    font-size: 1.2rem;
}
    
.grid-title {
    padding: 18px;
}

.grid-description {
    padding: 18px;
}
    
.grid-description dt,
.grid-description dd,
.grid-description .description {
    font-size: 1.3rem;
}
    
.grid-description dt {
    width: 60px;
}
    
.grid-description dd {
    width: calc(100% - 60px);
}
    
#area #companies {
    border-radius: 16px;
}
    
}
    
    
    