@charset "UTF-8";
/* CSS Document */
@-webkit-keyframes fdin_top {
	0% {top:50px;opacity: 0;}
	100% {top: 0;opacity: 1;}
}
@keyframes         fdin_top {
	0% {top:50px;opacity: 0;}
	100% {top: 0;opacity: 1;}
}
@-webkit-keyframes timeline_pop {
	0% {top:70px;opacity: 0;-webkit-transform: translateX(-6vw) scale(0.97);transform: translateX(-6vw) scale(0.97);}
	60% {opacity: 1;-webkit-transform: translateX(2vw) scale(1.01);transform: translateX(2vw) scale(1.01);}
	100% {top: 0;opacity: 1;-webkit-transform: translateX(0) scale(1);transform: translateX(0) scale(1);}
}
@keyframes timeline_pop {
	0% {top:70px;opacity: 0;-webkit-transform: translateX(-6vw) scale(0.97);transform: translateX(-6vw) scale(0.97);}
	60% {opacity: 1;-webkit-transform: translateX(2vw) scale(1.01);transform: translateX(2vw) scale(1.01);}
	100% {top: 0;opacity: 1;-webkit-transform: translateX(0) scale(1);transform: translateX(0) scale(1);}
}


#main {
	background: #b6ebf1;
	padding-top: 31.25vw;
	padding-bottom: 55vw;
	position: relative;
	overflow: hidden;
}
#main > img{
	display: block;
	position: absolute;
	z-index: 1;
}

@-webkit-keyframes kumoL {
	0% {margin-left: -300px;}
	100% {margin-left: 0px;}
}
@keyframes         kumoL {
	0% {margin-left: -300px;}
	100% {margin-left: 0px;}
}
@-webkit-keyframes kumoR {
	0% {margin-right: -300px;}
	100% {margin-right: 0px;}
}
@keyframes         kumoR {
	0% {margin-right: -300px;}
	100% {margin-right: 0px;}
}
@-webkit-keyframes fdin_kumoL {
	0% {margin-left: -300px; opacity: 0;}
	100% {margin-left: 0px; opacity: 1;}
}
@keyframes         fdin_kumoL {
	0% {margin-left: -300px; opacity: 0;}
	100% {margin-left: 0px; opacity: 1;}
}
@-webkit-keyframes fdin_kumoR {
	0% {margin-right: -300px; opacity: 0;}
	100% {margin-right: 0px; opacity: 1;}
}
@keyframes         fdin_kumoR {
	0% {margin-right: -300px; opacity: 0;}
	100% {margin-right: 0px; opacity: 1;}
}

#main #kumo01{
	width: 90vw;
	height: auto;
	top:-18.75vw;
	left:-86vw;
	animation: kumoL 0.5s ease 0s 1 normal both;
}
#main #kumo02{
	width: 37.50vw;
	height: auto;
	top:-4.69vw;
	right:-9.38vw;
	animation: kumoR 0.5s ease 0s 1 normal both;
}
#main #kumo03{
	width: 37.50vw;
	height: auto;
	top:13.28vw;
	left:-15.63vw;
	margin-left: -300px;
	opacity: 0;
	animation: fdin_kumoL 1s ease 0s 1 normal both;
}
#main #kumo04{
	width: 32.81vw;
	height: auto;
	top:270vw;
	left:-14.84vw;
	margin-right: -300px;
	opacity: 0;
}
#main #sun{
	width: 12.50vw;
	height: auto;
	top:265vw;
	left:3.13vw;
	margin-right: -300px;
	opacity: 0;
}
#main #kumo04.show,
#main #sun.show{
	animation: fdin_kumoL 1s ease 0s 1 normal both;
}

#main #tori01{
	width: 12.50vw;
	height: auto;
	bottom:40vw;
	left:62.5vw;
}

#main #ship{
	width: 25.00vw;
	height: auto;
	bottom:10.16vw;
	right:3.91vw;
	animation: rotateL 7.5s linear infinite;
}

#main #wave{
	width: 145vw;
	height: auto;
	bottom:-2vw;
	left:50%;
	margin-left: -72.5vw;
	animation: rotateL 7.5s linear infinite;
}


@-webkit-keyframes rotateL {
	0%   {transform: rotate(0deg) translateY(-8%) rotate(0deg);}
	100% {transform: rotate(360deg) translateY(-8%) rotate(-360deg);}
}
@keyframes rotateL {
	0%   {transform: rotate(0deg) translateY(-8%) rotate(0deg);}
	100% {transform: rotate(360deg) translateY(-8%) rotate(-360deg);}
}




#main > .inner{
	padding: 0 3.13vw;
	z-index: 10;
	position: relative;
	top:50px;
	opacity: 0;
	animation: fdin_top 0.5s ease 0.5s 1 normal both;
}
#main h1{
	position: relative;
}
#main h1 img{
	height: 5.47vw;
	width: auto;
}
#main h1::before,
#main h1::after{
	content: '';
	display: block;
	position: absolute;
}
#main h1::before{
	width: 16vw;
	height: 16vw;
	background: url(../img/main_pic01.svg) no-repeat center center/contain;
	z-index: 2;
	top:-14.06vw;
	left:50%;
	margin-left: -8vw;
}
#main h1::after{
	width: 31.25vw;
	height: 15.63vw;
	background: url(../img/main_pic02.svg) no-repeat center center/contain;
	z-index: 0;
	top:-11.72vw;
	right:5.47vw;
}
#main h1 span{
	display: block;
	text-align: center;
	padding: 4.69vw 0;
	background: #FFF;
	border: 3px solid #000;
	position: relative;
	z-index: 1;
}
#main .txt{
	margin-top: 10.16vw;
	text-align: center;
	-ms-text-justify: auto;
	text-justify: auto;
	font-size: 14px;
	line-height: 1.8;
}
#main .txt strong{
	font-size: 5vw;
	line-height: 1.8;
	letter-spacing: 0.05em;
}










section{
	background: #e6f4f3;
	padding-top: 12.50vw;
}
section:nth-of-type(even){
	background: #FFF;
}
section > .inner{
	padding: 0 3.13vw;
}
section h2.tit{
	text-align: center;
	margin-bottom: 7.81vw;
}
section h2.tit img{
	height: 3.91vw;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
section h2.tit > img:not(.icon){
	height: auto;
	width: auto;
}
section h2.tit > img[src$="bloc01_tit.svg"]{width:20.0vw;}
section h2.tit > img[src$="bloc02_tit.svg"]{width:24.3vw;}
section h2.tit > img[src$="bloc03_tit.svg"]{width:8.8vw;}
section h2.tit > img[src$="bloc04_tit.svg"]{width:11.5vw;}
section h2.imageTit > img:not(.icon){
	height: 4.69vw;
	width: auto;
}
section h2.tit .icon{
	height: 6.25vw;
	width: auto;
	margin-right: 2.50vw;
}

section h3.copy{
	text-align: center;
	font-size: 5.47vw;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 12.50vw;
	letter-spacing: 0.1em;
}

section .txt01{
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 14.06vw;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}
section .txt01.centerTxt{
	text-align: center;
	-ms-text-justify: auto;
	text-justify: auto;
}
#bloc03 .txt01.centerTxt{
	margin-bottom: 18.75vw;
}
#bloc05 .careerIntro p:nth-child(n+2){
	margin-top: 1.5em;
}
#bloc05 .careerIntro{
	text-align: center;
	-ms-text-justify: auto;
	text-justify: auto;
}
#bloc05 .careerIntro,
#bloc05 .careerIntro p{
	text-align: center;
	-ms-text-justify: auto;
	text-justify: auto;
}


#bloc01{
	padding-bottom: 14.06vw;
}
#bloc01 .list{
}
#bloc01 .list li{
	margin-bottom: 6.25vw;
	padding-bottom: 6.25vw;
	border-bottom: 1px solid #3b1b1a;
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc01 .list li.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}
#bloc01 .list li:last-child{
	margin-bottom: 0px;
}

#bloc01 .list .titArea{
	margin-bottom: 6.25vw;
	text-align: center;
}
#bloc01 .list .titArea h4{
	display: inline-block;
	border: 1px solid #000;
	-webkit-border-radius: 4vw;
	border-radius: 4vw;
	padding: 2.34vw 4vw;
	margin-bottom: 4.69vw;
	position: relative;
}
#bloc01 .list .titArea h4::before{
	content: '';
	display: block;
	width: 14vw;
	height: 12.50vw;
	position: absolute;
	top:50%;
	left:-14vw;
	margin-top: -6.25vw;
}
#bloc01 .list .list01 .titArea h4::before{background: url(../img/bloc01_icon01.svg) no-repeat center center/contain;}
#bloc01 .list .list02 .titArea h4::before{background: url(../img/bloc01_icon02.svg) no-repeat center center/contain;}
#bloc01 .list .list03 .titArea h4::before{background: url(../img/bloc01_icon03.svg) no-repeat center center/contain;}
#bloc01 .list .list04 .titArea h4::before{background: url(../img/bloc01_icon04.svg) no-repeat center center/contain;}
#bloc01 .list .list05 .titArea h4::before{background: url(../img/bloc01_icon05.svg) no-repeat center center/contain;}
#bloc01 .list .list04 .titArea h4{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 84vw;
	transform: translateX(6vw);
}
#bloc01 .list .list04 .titArea h4::before{
	top: 50%;
	left: -14vw;
	margin-top: -6.25vw;
}

#bloc01 .list .titArea h4 *{
	display: inline-block;
	vertical-align: middle;
}
#bloc01 .list .titArea h4 img{
	height: auto;
	width: auto;
}
#bloc01 .list .titArea h4 img[src$="bloc01_tit01.svg"]{height:4vw;width:auto;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit02.svg"]{height:4vw;width:auto;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit03.svg"]{width:21.8vw;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit04.svg"]{height:auto;width:80vw;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit05.svg"]{height:4vw;width:auto;}
#bloc01 .list .titArea h4 .txt{
	font-size: 3.13vw;
	margin-right: 0.75em;
	font-weight: 600;
}
#bloc01 .list .list04 .titArea h4 .txt{
	margin-right: 0;
	margin-bottom: 1.8vw;
}
#bloc01 .list .titArea .copy{
	font-size: 4.22vw;
	font-weight: 600;
	line-height: 1.65;
	letter-spacing: 0.1em;
}
#bloc01 .list .titArea .copy.ind{
	text-indent: -0.5em;
}


#bloc01 .list li > .txt{
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}




#bloc02 {padding-bottom: 18.75vw;}
#bloc02 > .inner > .txt01{
	text-align: center;
	-ms-text-justify: auto;
	text-justify: auto;
}

#bloc02 .list > li{
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc02 .list > li.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}
#bloc02 .list > li:nth-child(n+2){
	margin-top:20.31vw;
}
#bloc02 .list li h4{
	text-align: center;
	margin-bottom: 7.03vw;
}
#bloc02 .list li h4 > *{
	display: inline-block;
	vertical-align: middle;
}
#bloc02 .list li h4 .jp{
	background: #000;
	padding: 2.34vw 2.34vw;
	margin-left: 2vw;
}
#bloc02 .list li h4 .jp img{
	height: auto;
	width: auto;
	max-width: 58vw;
}
#bloc02 .list li h4 .jp img[src$="bloc02_tit01.svg"]{width:39.6vw;}
#bloc02 .list li h4 .jp img[src$="bloc02_tit02.svg"]{width:21.0vw;}
#bloc02 .list li h4 .icon{
	height: 7.81vw;
	width: auto;
}

#bloc02 .list li .copy{
	font-size: 4.22vw;
	line-height: 1.65;
	font-weight: 600;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin-bottom: 1em;
	text-align: center;
}
#bloc02 .list li .txt{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 8.59vw;
	margin-left: calc(32px - 3.13vw);
	margin-right: calc(32px - 3.13vw);
}

#bloc02 .list li .banner{text-align: center;}
#bloc02 .list li.list01 .banner img{
	width: 38.7vw;
	height: auto;
}

#bloc02 .list li.list02 .bannerList{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#bloc02 .list li.list02 .bannerList li{
	width: 28vw;
}
#bloc02 .list li.list02 .bannerList li img{
	width: 100%;
	height: auto;
}


#bloc02 .list li.list03 .banner img{
	width: 100%;
	height: auto;
}




#bloc03{padding-bottom: 20.31vw;}
#bloc03 .txt01{
	margin-bottom: 12.50vw;
}
#bloc03 .list{
}
#bloc03 .list li{
	background: #FFF;
	padding: 4.69vw 3.13vw 6.25vw 3.13vw;
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc03 .list li.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}
#bloc03 .list li:nth-child(n+2){
	margin-top: 13.28vw;
}
#bloc03 .list li h4{
	position: absolute;
	top:-7.81vw;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#bloc03 .list li h4 img{
	height: 17vw;
	width: auto;
}
#bloc03 .list li .pic{
	text-align: center;
	margin-bottom: 5.47vw;
}
#bloc03 .list li .pic img{
	height: 17.19vw;
	width: auto;
}

#bloc03 .list li .txtArea .copy{
	font-size: 4.38vw;
	font-weight: 600;
	line-height: 1.65;
	margin-bottom: 1em;
	letter-spacing: 0.1em;
}
#bloc03 .list li .txtArea .txt{
	font-size: 14px;
	line-height: 1.85;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


#bloc05{
	padding-bottom: 18.75vw;
}
section h2.txtTit span{
	display: inline-block;
	vertical-align: middle;
	font-size: 4.69vw;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#bloc05 .careerMap{
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc05 .careerMap.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}
#bloc05 .careerStep{
	background: #FFF;
	border: 2px solid #000;
	padding: 6.25vw 4.69vw;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#bloc05 .careerStep.start,
#bloc05 .careerStep.goal{
	background: #b6ebf1;
}
#bloc05 .careerStep.start{
	background: #FFF;
}
#bloc05 .careerStep .label{
	display: inline-block;
	background: #10386b;
	color: #FFF;
	font-size: 3.44vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 2.19vw 0;
	margin-bottom: 4.69vw;
	width: 24vw;
	text-align: center;
	align-self: center;
}
#bloc05 .careerStep h4{
	font-size: 4.69vw;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.08em;
	text-align: center;
	align-self: center;
}
#bloc05 .careerStep ul{
	margin-top: 4.69vw;
	align-self: center;
}
#bloc05 .careerStep li{
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: center;
}
#bloc05 .careerStep.start{
	padding-bottom: 24vw;
}
#bloc05 .careerStep.start .careerStartIcon{
	position: absolute;
	right: 16px;
	bottom: 0;
	width: auto;
	height: 20.4vw;
}
#bloc05 .careerStep.start .careerStartIcon img{
	width: auto;
	height: 100%;
}
#bloc05 .careerArrow{
	width: 0;
	height: 0;
	margin: 5.47vw auto;
	border-left: 3.75vw solid transparent;
	border-right: 3.75vw solid transparent;
	border-top: 5.16vw solid #10386b;
}
#bloc05 .careerRoutes{
	margin-top: 7.81vw;
}
#bloc05 .careerRoutesTop::before{
	content: '';
	display: none;
}
#bloc05 .careerRoutes li{
	background: #FFF;
	border: 2px solid #000;
	padding: 6.25vw 4.69vw;
	position: relative;
}
#bloc05 .careerRoutes li::before{
	content: '';
	display: none;
	width: 2px;
	height: 7.81vw;
	background: #10386b;
	position: absolute;
	top:-7.81vw;
	left:50%;
}
#bloc05 .careerRoutes li:nth-child(n+2){
	margin-top: 5.47vw;
}
#bloc05 .careerRoutes h5{
	font-size: 4.06vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 3.91vw;
}
#bloc05 .careerRoutes p{
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: center;
}
#bloc05 .careerRoutes p:nth-child(n+3){
	margin-top: 1vw;
}
#bloc05 .careerRouteArrows{
	margin: 5.47vw auto;
}
#bloc05 .careerRouteArrows li{
	text-align: center;
}
#bloc05 .careerRouteArrows li:nth-child(1),
#bloc05 .careerRouteArrows li:nth-child(3){
	display: none;
}
#bloc05 .careerRouteArrows span{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 3.75vw solid transparent;
	border-right: 3.75vw solid transparent;
	border-top: 5.16vw solid #10386b;
}
#bloc05 .careerMessage{
	margin-top: 10.16vw;
	text-align: center;
	font-size: 4.69vw;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc05 .careerMessage.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}

#bloc06{
	padding-bottom: 18.75vw;
}
#bloc06 .adventureTimeline{
	position: relative;
}
#bloc06 .adventureTimeline::before{
	content: '';
	display: block;
	width: 2px;
	height: calc(100% - 2.8vw);
	background: #10386b;
	position: absolute;
	top:2.8vw;
	left:4.38vw;
}
#bloc06 .adventureTimeline li{
	position: relative;
	top:50px;
	opacity: 0;
	padding-left: 12.50vw;
}
#bloc06 .adventureTimeline li.show{
	animation: timeline_pop 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal both;
}
#bloc06 .adventureTimeline li:nth-child(n+2){
	margin-top: 7.03vw;
}
#bloc06 .adventureTimeline li::before{
	content: '';
	display: block;
	width: 3.75vw;
	height: 3.75vw;
	background: #FFF;
	border: 2px solid #10386b;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 2.66vw;
	z-index: 2;
}
#bloc06 .adventureTimeline .year{
	font-size: 4.69vw;
	font-weight: 700;
	line-height: 1.4;
	color: #10386b;
	letter-spacing: 0.04em;
	margin-bottom: 2.34vw;
}
#bloc06 .adventureTimeline div{
	background: #FFF;
	border: 2px solid #000;
	padding: 5.47vw 4.69vw;
}
#bloc06 .adventureTimeline h4{
	font-size: 4.69vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 2.34vw;
}
#bloc06 .adventureTimeline div p{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}




#bloc04{padding-bottom: 7.81vw;}
#bloc04 .list{
	margin-bottom: 7.81vw;
}
#bloc04 .list li{
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc04 .list li.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}
#bloc04 .list li:nth-child(n+2){
	margin-top: 7.03vw;
}
#bloc04 .list li img{
	width: 100%;
	height: auto;
}
#bloc04 .bt_entry {
	width: 62.5vw;
	margin-left: auto;
	margin-right: auto;
}
#bloc04 .bt_entry a{
	display: block;
	background: #10386b;
	height: 11.72vw;
	margin-top: 20px;
}
#bloc04 .bt_entry a img{
	height: 3.91vw;
	width: auto;
}

#bloc04 .list_2{
	display: flex;
	flex-wrap:wrap;
	width: 332px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#bloc04 .list_2 li{
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}

#bloc04 .list_2 li img{
	width: 68px;
	height: 68px;
	object-fit: contain;
}
