@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(-24px) scale(0.97);transform: translateX(-24px) scale(0.97);}
	60% {opacity: 1;-webkit-transform: translateX(8px) scale(1.01);transform: translateX(8px) 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(-24px) scale(0.97);transform: translateX(-24px) scale(0.97);}
	60% {opacity: 1;-webkit-transform: translateX(8px) scale(1.01);transform: translateX(8px) scale(1.01);}
	100% {top: 0;opacity: 1;-webkit-transform: translateX(0) scale(1);transform: translateX(0) scale(1);}
}


#main {
	background: #b6ebf1;
	padding-top: 225px;
	padding-bottom: 20vw;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:1140px) {
	#main {
		padding-bottom: 260px;
	}
}
#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: 47%;
	max-width: 600px;
	height: auto;
	top:-120px;
	left:-215px;
	animation: kumoL 0.5s ease 0s 1 normal both;
}
#main #kumo02{
	width: 39%;
	max-width: 500px;
	height: auto;
	top:-70px;
	right:-300px;
	animation: kumoR 0.5s ease 0s 1 normal both;
}
#main #kumo03{
	width: 51%;
	max-width: 655px;
	height: auto;
	top:1050px;
	left:-275px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: -300px;
	opacity: 0;
}
#main #kumo03.show{
	animation: fdin_kumoL 1s ease 0s 1 normal both;
}
#main #kumo04{
	width: 42.5%;
	max-width: 545px;
	height: auto;
	top:845px;
	right:-285px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: -300px;
	opacity: 0;
}
#main #sun{
	width: 16%;
	max-width: 205px;
	height: auto;
	top:720px;
	right:35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: -300px;
	opacity: 0;
}
#main #kumo04.show,
#main #sun.show{
	animation: fdin_kumoR 1s ease 0s 1 normal both;
}

#main #tori01{
	width: 10%;
	max-width: 130px;
	height: auto;
	top:320px;
	left:40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#main #tori02{
	width: 2.7%;
	max-width: 35px;
	height: auto;
	top:545px;
	right:55px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main #ship{
	width: 17.5%;
	height: auto;
	bottom:5.5%;
	right:5.5%;
	animation: rotateL 7.5s linear infinite;
}

#main #wave{
	width: 110%;
	height: auto;
	bottom:-2%;
	right:-10%;
	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{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	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::before,
#main h1::after{
	content: '';
	display: block;
	position: absolute;
}
#main h1::before{
	width: 140px;
	height: 140px;
	background: url(../img/main_pic01.svg) no-repeat center center;
	z-index: 2;
	top:-120px;
	left:50%;
	margin-left: -70px;
}
#main h1::after{
	width: 285px;
	height: 145px;
	background: url(../img/main_pic02.svg) no-repeat center center;
	z-index: 0;
	top:-105px;
	right:35px;
}
#main h1 span{
	display: block;
	text-align: center;
	padding: 40px 0;
	background: #FFF;
	border: 3px solid #000;
	position: relative;
	z-index: 1;
}
#main .txt{
	margin-top: 70px;
	text-align: center;
	font-size: 0.15rem;
	line-height: 2.4;
}
#main .txt strong{
	font-size: 0.24rem;
	line-height: 2.0;
	letter-spacing: 0.08em;
}










section{
	background: #e6f4f3;
	padding-top: 75px;
}
section:nth-of-type(even){
	background: #FFF;
}
section h2.tit{
	text-align: center;
	margin-bottom: 55px;
}
section h2.tit img{
	display: inline-block;
	vertical-align: middle;
}
section h2.tit .icon{
	margin-right: 15px;
}
section h2.tit > img:not(.icon){
	height: auto;
	width: auto;
}
section h2.tit > img[src$="bloc01_tit.svg"]{width:128px;}
section h2.tit > img[src$="bloc02_tit.svg"]{width:155px;}
section h2.tit > img[src$="bloc03_tit.svg"]{width:56px;}
section h2.tit > img[src$="bloc04_tit.svg"]{width:74px;}
section h2.imageTit > img:not(.icon){
	height: 24px;
	width: auto;
}

section h3.copy{
	text-align: center;
	font-size: 0.35rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 55px;
	letter-spacing: 0.2em;
}

section .txt01{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.15rem;
	line-height: 2.65;
	margin-bottom: 70px;
	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: 120px;
}
#bloc05 .careerIntro p:nth-child(n+2){
	margin-top: 1.5em;
}


#bloc01{
	padding-bottom: 145px;
}
#bloc01 .list{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#bloc01 .list li{
	margin-bottom: 40px;
	padding-bottom: 40px;
	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{
	padding-left: 130px;
	margin-bottom: 35px;
}
#bloc01 .list .list01 .titArea{background: url(../img/bloc01_icon01.svg) no-repeat left 20px bottom 10px;}
#bloc01 .list .list02 .titArea{background: url(../img/bloc01_icon02.svg) no-repeat left 20px bottom 10px;}
#bloc01 .list .list03 .titArea{background: url(../img/bloc01_icon03.svg) no-repeat left 20px bottom 10px;}
#bloc01 .list .list04 .titArea{background: url(../img/bloc01_icon04.svg) no-repeat left 20px bottom 10px;}
#bloc01 .list .list05 .titArea{background: url(../img/bloc01_icon05.svg) no-repeat left 20px bottom 10px;}

#bloc01 .list .titArea h4{
	display: inline-block;
	border: 1px solid #000;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 10px 15px;
	margin-bottom: 20px;
}
#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:20px;width:auto;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit02.svg"]{height:20px;width:auto;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit03.svg"]{width:109px;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit04.svg"]{height:20px;width:auto;}
#bloc01 .list .titArea h4 img[src$="bloc01_tit05.svg"]{height:20px;width:auto;}
#bloc01 .list .titArea h4 .txt{
	font-size: 0.15rem;
	margin-right: 0.75em;
	font-weight: 600;
}
#bloc01 .list .titArea .copy{
	font-size: 0.24rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.16em;
}
#bloc01 .list .titArea .copy.ind{
	text-indent: -0.5em;
}
#bloc01 .list li > .txt{
	font-size: 0.15rem;
	line-height: 2.65;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}




#bloc02 {padding-bottom: 65px;}
#bloc02 .list {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	gap: 60px;

}

#bloc02 .list > li{
	width: 450px;
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc02 .list.show .list01{animation: fdin_top 0.5s ease 0s 1 normal both;}
#bloc02 .list.show .list02{animation: fdin_top 0.5s ease 0.1s 1 normal both;}
#bloc02 .list.show .list03{animation: fdin_top 0.5s ease 0.2s 1 normal both;}

#bloc02 .list li h4{margin-bottom: 25px;}
#bloc02 .list li h4 > *{
	display: inline-block;
	vertical-align: middle;
}
#bloc02 .list li h4 .jp{
	background: #000;
	padding: 12px 15px;
	margin-left: 15px;
}
#bloc02 .list li h4 .jp img{
	height: auto;
	max-width: 330px;
}
#bloc02 .list li h4 .jp img[src$="bloc02_tit01.svg"]{width:187px;}
#bloc02 .list li h4 .jp img[src$="bloc02_tit02.svg"]{width:99px;}

#bloc02 .list li .copy{
	font-size: 0.19rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin-bottom: 1em;
}
#bloc02 .list li .txt{
	font-size: 0.15rem;
	line-height: 2.4;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	margin-bottom: 45px;
}

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

#bloc02 .list li.list02 .bannerList{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bloc02 .list li.list02 .bannerList li{
	width: 150px;
}
#bloc02 .list li.list02 .bannerList li img{
	width: 100%;
	height: auto;
}
#bloc02 .list li.list03 .banner img{
	width: 100%;
	height: auto;
}


#bloc03{padding-bottom: 100px;}
#bloc03 .txt01{
	margin-bottom: 125px;
}
#bloc03 .list{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}
#bloc03 .txt01{
	margin-bottom: 120px;
}
#bloc03 .list li{
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 80px 50px 30px 0px;
	position: relative;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	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: 80px;
}
#bloc03 .list li h4{
	position: absolute;
	top:-55px;
	left:50%;
	margin-left: -285px;
}
#bloc03 .list li .pic{
	width: 220px;
	text-align: center;
}
#bloc03 .list li .txtArea{
	width: 700px;
}
#bloc03 .list li .txtArea .copy{
	font-size: 0.21rem;
	font-weight: 600;
	line-height: 1.65;
	margin-bottom: 0.75em;
	letter-spacing: 0.1em;
}
#bloc03 .list li .txtArea .txt{
	font-size: 0.15rem;
	line-height: 2.4;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


#bloc05{
	padding-bottom: 120px;
}
section h2.txtTit span{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.34rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
#bloc05 .careerMap{
	width: 980px;
	margin: 0 auto;
	position: relative;
	top:50px;
	opacity: 0;
}
#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;
}
#bloc05 .careerMap.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}
#bloc05 .careerStep{
	width: 980px;
	margin: 0 auto;
	background: #FFF;
	border: 2px solid #000;
	padding: 34px 40px;
	text-align: center;
	position: relative;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#bloc05 .careerStep.goal{
	background: #b6ebf1;
}
#bloc05 .careerStep .label{
	display: inline-block;
	background: #10386b;
	color: #FFF;
	font-size: 0.14rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 8px 0;
	margin-bottom: 18px;
	width: 96px;
	text-align: center;
	align-self: center;
}
#bloc05 .careerStep h4{
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
	align-self: center;
}
#bloc05 .careerStep ul{
	margin-top: 18px;
	align-self: center;
}
#bloc05 .careerStep li{
	font-size: 0.15rem;
	line-height: 1.9;
	letter-spacing: 0.04em;
	text-align: center;
}
#bloc05 .careerStep.start{
	width: 980px;
	padding: 34px 40px;
	min-height: 190px;
}
#bloc05 .careerStep.start .careerStartIcon{
	position: absolute;
	right: 16px;
	bottom: 0;
	width: auto;
	height: 123px;
}
#bloc05 .careerStep.start .careerStartIcon img{
	width: auto;
	height: 100%;
}
#bloc05 .careerArrow{
	width: 0;
	height: 0;
	margin: 24px auto;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 22px solid #10386b;
}
#bloc05 .careerRoutes{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 35px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#bloc05 .careerRoutesTop{
	position: relative;
}
#bloc05 .careerRoutesTop::before{
	content: '';
	display: none;
}
#bloc05 .careerRoutes li{
	width: 293px;
	background: #FFF;
	border: 2px solid #000;
	padding: 24px 18px;
	position: relative;
}
#bloc05 .careerRoutes li::before{
	content: '';
	display: block;
	width: 2px;
	height: 35px;
	background: #10386b;
	position: absolute;
	top:-35px;
	left:50%;
}
#bloc05 .careerRoutes h5{
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 16px;
}
#bloc05 .careerRoutes p{
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.04em;
	text-align: center;
}
#bloc05 .careerRoutes p:nth-child(n+3){
	margin-top: 4px;
}
#bloc05 .careerRouteArrows{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	width: 960px;
	margin: 24px auto;
}
#bloc05 .careerRouteArrows li{
	width: 293px;
	text-align: center;
}
#bloc05 .careerRouteArrows span{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 22px solid #10386b;
}
#bloc05 .careerMessage{
	width: 760px;
	margin: 55px auto 0;
	text-align: center;
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.12em;
	position: relative;
	top:50px;
	opacity: 0;
}
#bloc05 .careerMessage.show{
	animation: fdin_top 0.5s ease 0s 1 normal both;
}

#bloc06{
	padding-bottom: 125px;
}
#bloc06 .adventureTimeline{
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#bloc06 .adventureTimeline::before{
	content: '';
	display: block;
	width: 3px;
	height: calc(100% - 14px);
	background: #10386b;
	position: absolute;
	top:14px;
	left:147px;
}
#bloc06 .adventureTimeline li{
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	position: relative;
	top:50px;
	opacity: 0;
}
#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: 35px;
}
#bloc06 .adventureTimeline li::before{
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: #FFF;
	border: 3px solid #10386b;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left:140px;
	z-index: 2;
}
#bloc06 .adventureTimeline .year{
	width: 120px;
	margin-right: 70px;
	font-size: 0.21rem;
	font-weight: 700;
	line-height: 1.4;
	color: #10386b;
	text-align: left;
	letter-spacing: 0.04em;
}
#bloc06 .adventureTimeline div{
	width: 710px;
	background: #FFF;
	border: 2px solid #000;
	padding: 26px 32px;
}
#bloc06 .adventureTimeline h4{
	font-size: 0.21rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}
#bloc06 .adventureTimeline div p{
	font-size: 0.15rem;
	line-height: 2.1;
	letter-spacing: 0.05em;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


#bloc04{padding-bottom: 80px;}
#bloc04 .list{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 160px;
}
#bloc04 .list li{
	width: 475px;
	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+3){
	margin-top: 55px;
}
#bloc04 .list li img{
	width: 100%;
	height: auto;
}
#bloc04 .bt_entry {
	width: 90%;
	max-width: 1165px;
	margin-left: auto;
	margin-right: auto;
}
#bloc04 .bt_entry a{
	display: block;
	background: #10386b;
	height: 75px;
	margin-top: 20px;
}
#bloc04 .bt_entry a img{
	height: 24px;
}

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