@charset "utf-8";

/* top */

/* IE11 animation lineMove */
.scroll-line {
	right: 25px;
	bottom: 25px;
	width: 1px;
	height: 80px;
	background:rgba(255,255,255,0.3);
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background:rgba(255,255,255,0.6);
	-webkit-animation: lineMove 3.0s ease infinite;
	animation: lineMove 4.0s ease infinite;
}
@keyframes lineMove {
	0% {
		bottom: 100%;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 100%;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}

/* sp - 599px */
@media only screen and (max-width: 599px) {
/* animation lineMove */
.scroll-line {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 0.5px;
	height: 100px;
	background:rgba(255,255,255,0.3);
	transition: all 1.4s;
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 0.5px;
	background:rgba(255,255,255,0.7);
	-webkit-animation: lineMove 3.0s ease infinite;
	animation: lineMove 4.0s ease infinite;
}

} /* sp end */


/* header
----------------------------------------- */
#header {
}
.header-logo {
	transform: translateY(-10px);
	opacity: 0;
	transition: all 1.0s;
}
.header-logo.fade-in {
	transform: translateY(0);
	opacity: 1;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
.main-visual-area .bx-wrapper,
.main-visual-area .bx-viewport {
	width: 100%;
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
	margin: 0;
	padding: 0;
}
.main-visual-slide {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: -10;
}
.slide-right {
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .1s;
}
.slide-left {
	transform: translateY(28px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .25s;
}
.main-visual-slide.fade-in .slide-right {
	transform: translateY(0);
	opacity: 1;
}
.main-visual-slide.fade-in .slide-left {
	transform: translateY(0);
	opacity: 1;
}
.main-visual-slide li {
	width: 100%;
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
	margin: 0;
	padding: 0;
}
.main-visual-slide .m-slide01 {
	background: url(/images/top/sails_top_01_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide02 {
	background: url(/images/sails/sails_top_background_sp.svg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide03 {
	background: url(/images/sails/sails_top2_sea_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide04 {
	background: url(/images/sails/sails_top_background_sp.svg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide05 {
	background: url(/images/top/sails_top_02_sp.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide06 {
	background: url(/images/sails/sails_top_background_sp.svg) center center no-repeat;
	background-size: cover;
}
.main-visual-copy {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7.8em;
	margin-left: -4.8em;
	z-index: 1000;
	line-height: 2.8;
}
.main-visual-copy > span {
	position: relative;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 1.6rem;
	color: #fff;
	letter-spacing: 0.24em;
	opacity: 0;
}
.main-visual-copy > span::before {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	top: 0;
	width: 1px;
	height: 11em;
	margin: 0;
	background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 2px 3px;
	background-repeat: repeat-y;
}
.main-visual-copy > span.move::before {
	-webkit-animation: copyLineMove 2.5s ease 1;
	animation: copyLineMove 2.5s ease 1;
}
@keyframes copyLineMove {
	0% {
		bottom: 11em;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 0;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 11em;
	}
}
.main-visual-copy .tagline01 {
}
.main-visual-copy .tagline02 {
	margin-top: 1.3em;
}
.main-visual-copy .tagline03 {
	margin-top: 2.6em;
}

.main-visual-copy .tagline01 span,
.main-visual-copy .tagline02 span,
.main-visual-copy .tagline03 span {
	display: inline-block;
	transform: translateY(0);
	opacity: 0;
	transition: all 0.6s;
}
.main-visual-copy .tagline01 span.move,
.main-visual-copy .tagline02 span.move,
.main-visual-copy .tagline03 span.move {
	transform: translateY(0);
	opacity: 1;
}

.mainvisual-copyright {
	display: none;
}


/* contents
----------------------------------------- */
/* concept-sec */
.concept-sec {
	margin: 120px 0 120px;
	padding: 110px 0 0;
	overflow: hidden;
}
.concept-sec-left {
}
.concept-sec-ttl {
	position: relative;
	margin-bottom: 35px;
	padding: 0 8%;
	font-size: 2rem;
	line-height: 1.6;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.0s;
	padding-top: 50px;
}
.concept-sec-left.scrollin .concept-sec-ttl {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
}
/* .concept-sec-ttl::before {
	content: "";
	position: absolute;
	right: 0px;
	top: -110px;
	width: 88%;
	height: 100px;
	background: url(/images/sails/top_concept_logo.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s;
} */
.concept-sec-left.scrollin .concept-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-lead {
	margin-bottom: 30px;
	padding: 0 8%;
}
.concept-sec-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.concept-sec-lead p:nth-child(1) {
	transition-delay: .4s;
}
.concept-sec-lead p:nth-child(2) {
	transition-delay: .6s;
}
.concept-sec-lead p:nth-child(3) {
	transition-delay: .8s;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(2) {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(3) {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
}
.concept-sec-lead p:last-child {
	margin-bottom: 0;
}
.concept-sec-lead p .br {
}
.concept-sec-right {
}
.concept-sec-img01 {
	width: 40%;
	margin-left: 55%;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.concept-sec-img02 {
	width: 300px;
	margin-top: -150px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.concept-sec-right.scrollin .concept-sec-img01 {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-right.scrollin .concept-sec-img02 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .15s;
}

/* story-sec */
.story-sec {
	margin-bottom: 75px;
	/* padding-bottom: 80px; */
	/* background-color: #F5F5F5; */
}
.story-sec-intro {
	margin-bottom: 60px;
}
.story-sec-intro-left {
	position: relative;
}
.story-sec-intro-img {
	position: relative;
	width: 84%;
	z-index: 1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.story-sec-intro-left.scrollin .story-sec-intro-img {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-intro-left::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
}
.story-sec-intro-right {
	padding: 30px 5% 0;
	text-align:center;
}
.story-sec-ttl {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 2.6rem;
	z-index: 2;
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-intro-right.scrollin .story-sec-ttl {
	margin-top: 0;
	opacity: 1;
}
.story-sec-ttl::before {
	content: "";
	position: absolute;
	left: 30%;
	top: -320px;
	width: 78%;
	height: 100px;
	background: url(/images/sails/sails_logo_access.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .03s;
}
.story-sec-intro-right.scrollin .story-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-tagline {
	margin-bottom: 23px;
	font-size: 1.8rem;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.story-sec-intro-right.scrollin .story-sec-tagline {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.story-sec-lead {
	font-size: 1.3rem;
	line-height: 2.4;
	font-family:"Noto Sans JP", sans-serif;
    font-weight: 300;
}
.story-sec-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-lead p:nth-child(1) {
	transition-delay: .5s;
}
.story-sec-intro-right.scrollin .story-sec-lead p:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-lead p:last-child {
	margin-bottom: 0;
}
.story-sec-article-area {
}

/** story-article-list **/
.story-article-list {
	padding: 0 8%;
}
.story-article-list li {
	margin-bottom: 50px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.story-article-list li.scrollin {
	transform: translateY(0);
	opacity: 1;
}
.story-article-list li:last-child {
	margin-bottom: 0;
}
.story-article-list li a {
}
.story-article-list-num {
	position: relative;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	text-align: right;
	line-height: 1;
}
.story-article-list-num-inner {
	position: relative;
	display: inline-block;
	padding-bottom: 9px;
}
.story-article-list-num-inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #111;
}
.story-article-list-num .story-vol {
	margin-right: 2px;
	font-size: 1.1rem;
}
.story-article-list-num .story-num {
	font-size: 1.6rem;
}
.story-article-list-img {
	position: relative;
}
.story-article-list-img::before {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: 45px;
	height: 45px;
	background: url(../images/common/photo-corner-top-gray_sp.png) 0 0 no-repeat;
	background-size: 45px 45px;
	z-index: 1;
}
.story-article-list-img::after {
	content: "";
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 45px;
	height: 45px;
	background: url(../images/common/photo-corner-bottom-gray_sp.png) 0 0 no-repeat;
	background-size: 45px 45px;
	z-index: 1;
}
.story-article-list-img span {
}
.story-article-list-img span img {
}
.story-article-list-ttl {
	position: relative;
	display: inline-block;
	max-width: 85%;
	margin: -20px 0 20px;
	padding: 32px 35px 0 0;
	background-color: #F5F5F5;
	font-size: 2.0rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	z-index: 100;
}
.story-article-list-person {
	position: relative;
	margin-bottom: 18px;
	padding: 0 3px;
}
.story-article-list-person .person {
	position: absolute;
	padding-top: 4px;
	padding-right: 60px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
.story-article-list-person .person::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 14px;
	width: 42px;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.story-article-list-person .parson-name {
	padding-left: 115px;
}
.story-article-list-person .parson-name .jpn {
	display: block;
	font-size: 1.7rem;
	line-height: 1.7;
}
.story-article-list-person .parson-name .eng {
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
	transform: scale(0.8);
	transform-origin: left top;
	line-height: 1.4;
}
.story-article-list-excerpt {
	font-size: 1.3rem;
	line-height: 2.4;
	padding: 0 3px;
}

.story-sec-btn {
	margin-top: 55px;
	padding: 0 8%;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* intermission-sec */
.intermission-sec {
	margin-bottom: 77px;
}
.intermission-sec-ttl {
	margin-bottom: 18px;
	padding: 0 8%;
}
.intermission-sec-ttl .jpn {
	display: block;
	font-size: 1.1rem;
	line-height: 1.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .1s;
}
.intermission-sec.scrollin .intermission-sec-ttl .jpn {
	transform: translateY(0);
	opacity: 1;
}
.intermission-sec-ttl .eng {
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.01em;
	font-size: 3.4rem;
	line-height: 1.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
}
.intermission-sec.scrollin .intermission-sec-ttl .eng {
	transform: translateY(0);
	opacity: 1;
}
.intermission-sec .sec-tagline {
	margin-bottom: 40px;
	padding: 0 8%;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.intermission-sec.scrollin .sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.sec-tagline {
	font-size: 1.2rem;
}
.sec-tagline span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.sec-tagline span::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.intermission-slide-btn {
}
.intermission-slide-btn .left-btn {
}
.intermission-slide-btn .right-btn {
}
/* .intermission-sec-list-wrap {
	padding-left: 8%;
} */
.swiper-container {
}
.swiper-wrapper {
}
.intermission-article-list {
	margin-bottom: 50px;
}
.intermission-article-list li {
	position: relative;
	width: 250px;
	margin-right: 30px;
	vertical-align: top;
	transform: translateY(28px);
	opacity: 0;
	transition: all 1.0s;
}
.intermission-article-list li:nth-child(7) {
	transition-delay: .2s;
}
.intermission-article-list li:nth-child(8) {
	transition-delay: .3s;
}
.intermission-article-list li:nth-child(9) {
	transition-delay: .4s;
}
.intermission-article-list li:nth-child(10) {
	transition-delay: .5s;
}
.intermission-article-list li:nth-child(11) {
	transition-delay: .6s;
}
.intermission-article-list li:nth-child(12) {
	transition-delay: .7s;
}
.intermission-article-list.scrollin li {
	transform: translateY(0);
	opacity: 1;
}
.swiper-slide {
	height: auto;
}
.intermission-article-list-img {
	margin-bottom: 20px;
}
.intermission-article-list-img span {
}
.intermission-article-list-img span img {
}
.intermission-article-list-info {
	position: relative;
}
.intermission-article-list-category {
	display: inline-block;
	border: 1px solid #111;
	line-height: 0.8;
}
.intermission-article-list-category span {
	display: inline-block;
	padding: 0 5px 4px;
	font-size: 1.0rem;
	transform: scale(0.9);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 0.8;
}
.intermission-article-list-date {
	position: absolute;
	top: 6px;
	right: 0;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
}
.intermission-article-list-ttl {
	margin: 7px 0 12px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.intermission-article-list-excerpt {
	font-size: 1.2rem;
	line-height: 2.2;
}
.intermission-sec-btn {
	padding-right: 8%;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.intermission-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* sikou-sec */
.sikou-sec {
	/* background: url(/images/sails/sails_background_course.svg) 0 center; */
	background-size: cover;
}
.sikou-sec-inner {
	padding: 110px 8% 80px;
	overflow: hidden;
}
.sikou-sec-ttl {
	position: relative;
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.4;
	color: #fff;
	z-index: 2;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	padding-top: 30px;
}
.sikou-sec-inner.scrollin .sikou-sec-ttl {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 500;
}
/* .sikou-sec-ttl::before {
	content: "";
	position: absolute;
	right: -7%;
	top: -100px;
	width: 88%;
	height: 100px;
	background: url(/images/logo/news_logo.svg) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
} */
.sikou-sec-inner.scrollin .sikou-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.sikou-sec .sec-tagline {
	margin-bottom: 40px;
	color: #fff;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.sikou-sec .sikou-sec-inner.scrollin .sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.sikou-sec .sec-tagline span::after {
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
}
.sikou-article-list {
	position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.sikou-article-list li {
	margin-bottom: 50px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-article-list li.scrollin {
	transform: translateY(0);
	opacity: 1;
}
.sikou-article-list li:last-child {
	margin-bottom: 0;
}
.sikou-article-list-img {
	margin-bottom: 20px;
}
.sikou-article-list-img span {
}
.sikou-article-list-img span img {
}
.sikou-article-list-info {
	position: relative;
	color: #fff;
}
.sikou-article-list-category {
	display: inline-block;
	border: 0.6px solid #fff;
	line-height: 1.0;
}
.sikou-article-list-category span {
	display: inline-block;
	padding: 0 5px 4px;
	font-size: 1.0rem;
	transform: scale(0.9);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 1.0;
}
.sikou-article-list-date {
	position: absolute;
	top: 6px;
	right: 0;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
}
.sikou-article-list-ttl {
	margin: 10px 0 10px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.sikou-article-list-excerpt {
	font-size: 1.2rem;
	line-height: 2.2;
}
.sikou-sec-btn {
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* slide-img-area */
.slide-img-area {
	position: relative;
}
.slide-img01 {
	width: 100%;
}
.slide-img01 li {
	width: 250px !important;
	height: auto;
}
.slide-img01 img {
	width: 250px !important;
	height: auto;
}




/* info_access-sec */
.info-sec {
	background: #fff;
	background-size: cover;
	padding-bottom: 100px;
}
.info-sec-inner {
	padding: 110px 8% 50px;
	overflow: hidden;
}
.info-sec-ttl {
	position: relative;
	margin-bottom: 15px;
	font-size: 5rem;
	line-height: 1.4;
	color: #0b2a4a;
	z-index: 2;
	transform: translateY(25px);
	opacity: 1;
	transition: all 1.0s;
	padding-top: 30px;
}
.info-sec-inner.scrollin .sikou-sec-ttl {
	transform: translateY(0);
	opacity: 1;
}












































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

/* animation lineMove */
.scroll-line {
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 1px;
	height: 100px;
	background:rgba(255,255,255,0.3);
	transition: all 1.4s;
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background:rgba(255,255,255,0.7);
	-webkit-animation: lineMove 3.0s ease infinite;
	animation: lineMove 4.0s ease infinite;
}

/* header
----------------------------------------- */
#header {
}
.header-logo {
	transform: translateY(-20px);
	opacity: 0;
	transition: all 1.0s;
}
.header-logo.fade-in {
	transform: translateY(0);
	opacity: 1;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
.main-visual-area .bx-wrapper,
.main-visual-area .bx-viewport {
	width: 100%;
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
	margin: 0;
	padding: 0;
}
.main-visual-slide {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: -10;
}
.slide-right {
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s;
}
.slide-left {
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s;
	transition-delay: .4s;
}
.main-visual-slide.fade-in .slide-right {
	transform: translateY(0);
	opacity: 1;
}
.main-visual-slide.fade-in .slide-left {
	transform: translateY(0);
	opacity: 1;
}
.main-visual-slide li {
	width: 100%;
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
	margin: 0;
	padding: 0;
}
.main-visual-slide .m-slide01 {
	background: url(/images/top/sails_top_01_tab.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide02 {
	background: url(/images/sails/sails_top_background_tab.svg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide03 {
	background: url(/images/sails/sails_top2_sea_sp_tab.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide04 {
	background: url(/images/sails/sails_top_background_tab.svg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide05 {
	background: url(/images/top/sails_top_02_tab.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide06 {
	background: url(/images/sails/sails_top_background_tab.svg) center center no-repeat;
	background-size: cover;
}
.main-visual-copy {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9.7em;
	margin-left: -7.0em;
	z-index: 1000;
	line-height: 3.2;
}
.main-visual-copy > span {
	position: relative;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 2.0rem;
	color: #fff;
	letter-spacing: 0.24em;
	opacity: 0;
}
.main-visual-copy > span::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	width: 1px;
	height: 11em;
	margin: 0;
	background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 2px 3px;
	background-repeat: repeat-y;
}
.main-visual-copy > span.move::before {
	-webkit-animation: copyLineMove 2.5s ease 1;
	animation: copyLineMove 2.5s ease 1;
}
@keyframes copyLineMove {
	0% {
		bottom: 11em;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 0;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 11em;
	}
}
.main-visual-copy .tagline01 {
}
.main-visual-copy .tagline02 {
	margin-top: 1.3em;
}
.main-visual-copy .tagline03 {
	margin-top: 2.6em;
}
.main-visual-copy .tagline01 span,
.main-visual-copy .tagline02 span,
.main-visual-copy .tagline03 span {
	display: inline-block;
	transform: translateY(0);
	opacity: 0;
	transition: all 0.6s;
}
.main-visual-copy .tagline01 span.move,
.main-visual-copy .tagline02 span.move,
.main-visual-copy .tagline03 span.move {
	transform: translateY(0);
	opacity: 1;
}

.mainvisual-copyright {
	display: none;
}


/* contents
----------------------------------------- */
/* concept-sec */
.concept-sec {
	margin: 150px 0 150px;
	padding: 140px 0 0;
	overflow: hidden;
}
.concept-sec-left {
}
.concept-sec-ttl {
	position: relative;
	margin-bottom: 35px;
	padding: 0 8%;
	font-size: 2.4rem;
	line-height: 1.6;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.0s;
}
.concept-sec-left.scrollin .concept-sec-ttl {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
}
/* .concept-sec-ttl::before {
	content: "";
	position: absolute;
	right: auto;
	left: 12%;
	top: -130px;
	width: 420px;
	height: 105px;
	background: url(/images/sails/top_concept_logo.svg) 0 0 no-repeat;
	background-size: 420px 105px;
	z-index: -1;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.2s;
} */
.concept-sec-left.scrollin .concept-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-lead {
	margin-bottom: 10px;
	padding: 0 8%;
}
.concept-sec-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.concept-sec-lead p:nth-child(1) {
	transition-delay: .4s;
}
.concept-sec-lead p:nth-child(2) {
	transition-delay: .6s;
}
.concept-sec-lead p:nth-child(3) {
	transition-delay: .8s;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(2) {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
	font-size:15px;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(3) {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-lead p:last-child {
	margin-bottom: 0;
}
.concept-sec-lead p .br {
}
.concept-sec-right {
}
.concept-sec-img01 {
	width: 30%;
	margin-left: 50%;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
	padding-top:20%;
}
.concept-sec-img02 {
	width: 50%;
	margin-left: 5%;
	margin-top: -150px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.concept-sec-right.scrollin .concept-sec-img01 {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-right.scrollin .concept-sec-img02 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .15s;
}

/* story-sec */
.story-sec {
	margin: 100px 0 100px;
	padding-bottom: 80px;
	/* background-color: #F5F5F5; */
}
.story-sec-intro {
	margin-bottom: 60px;
}
.story-sec-intro-left {
	position: relative;
}
.story-sec-intro-img {
	position: relative;
	width: 74%;
	z-index: 1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.story-sec-intro-left.scrollin .story-sec-intro-img {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-intro-left::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
}
.story-sec-intro-right {
	padding: 120px 8% 0;
}
.story-sec-ttl {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 2.6rem;
	z-index: 2;
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-intro-right.scrollin .story-sec-ttl {
	margin-top: 0;
	opacity: 1;
}
.story-sec-ttl::before {
	content: "";
	position: absolute;
	left: -3%;
	top: -600px;
	width: 280px;
	height: 108px;
	background: url(/images/sails/sails_logo_access.svg) 0 0 no-repeat;
	background-size: 280px 108px;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .03s;
}
.story-sec-intro-right.scrollin .story-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-tagline {
	margin-bottom: 23px;
	font-size: 1.8rem;
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.story-sec-intro-right.scrollin .story-sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-lead {
	font-size: 1.3rem;
	line-height: 2.4;
}
.story-sec-lead p {
	margin-bottom: 25px;
	font-size: 1.3rem;
	line-height: 2.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-lead p:nth-child(1) {
	transition-delay: .5s;
}
.story-sec-intro-right.scrollin .story-sec-lead p:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-lead p:last-child {
	margin-bottom: 0;
}
.story-sec-article-area {
}

/** story-article-list **/
.story-article-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 8%;
}
.story-article-list li {
	width: 45.5%;
	margin-bottom: 50px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.story-article-list li:nth-child(odd) {
	margin-right: 9%;
}
.story-article-list.scrollin li {
	transform: translateY(0);
	opacity: 1;
}
.story-article-list.scrollin li:nth-child(2) {
	transition-delay: .2s;
}
.story-article-list.scrollin li:nth-child(3) {
	transition-delay: .4s;
}
.story-article-list.scrollin li:nth-child(4) {
	transition-delay: .6s;
}
.story-article-list li:last-child {
	margin-bottom: 0;
}
.story-article-list li a {
}
.story-article-list-num {
	position: relative;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	text-align: right;
	line-height: 1;
}
.story-article-list-num-inner {
	position: relative;
	display: inline-block;
	padding-bottom: 9px;
}
.story-article-list-num-inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #111;
}
.story-article-list-num .story-vol {
	margin-right: 2px;
	font-size: 1.1rem;
}
.story-article-list-num .story-num {
	font-size: 1.6rem;
}
.story-article-list-img {
	position: relative;
}
.story-article-list-img::before {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	width: 45px;
	height: 45px;
	background: url(../images/common/photo-corner-top-gray_sp.png) 0 0 no-repeat;
	background-size: 45px 45px;
	z-index: 1;
}
.story-article-list-img::after {
	content: "";
	position: absolute;
	bottom: -7px;
	right: -7px;
	width: 45px;
	height: 45px;
	background: url(../images/common/photo-corner-bottom-gray_sp.png) 0 0 no-repeat;
	background-size: 45px 45px;
	z-index: 1;
}
.story-article-list-img span {
}
.story-article-list-img span img {
}
.story-article-list-ttl {
	position: relative;
	display: inline-block;
	max-width: 85%;
	margin: -20px 0 20px;
	padding: 32px 35px 0 0;
	background-color: #F5F5F5;
	font-size: 2.0rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	z-index: 100;
}
.story-article-list-person {
	position: relative;
	margin-bottom: 18px;
	padding: 0 3px;
}
.story-article-list-person .person {
	position: absolute;
	padding-top: 4px;
	padding-right: 60px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
.story-article-list-person .person::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 14px;
	width: 42px;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.story-article-list-person .parson-name {
	padding-left: 115px;
}
.story-article-list-person .parson-name .jpn {
	display: block;
	font-size: 1.7rem;
	line-height: 1.7;
}
.story-article-list-person .parson-name .eng {
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
	transform: scale(0.8);
	transform-origin: left top;
	line-height: 1.4;
}
.story-article-list-excerpt {
	font-size: 1.3rem;
	line-height: 2.4;
	padding: 0 3px;
}

.story-sec-btn {
	margin-top: 55px;
	padding: 0 8%;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* intermission-sec */
.intermission-sec {
	margin-bottom: 100px;
}
.intermission-sec-ttl {
	margin-bottom: 18px;
	padding: 0 8%;
}
.intermission-sec-ttl .jpn {
	display: block;
	font-size: 1.1rem;
	line-height: 1.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .1s;
}
.intermission-sec.scrollin .intermission-sec-ttl .jpn {
	transform: translateY(0);
	opacity: 1;
}
.intermission-sec-ttl .eng {
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.01em;
	font-size: 3.4rem;
	line-height: 1.4;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
}
.intermission-sec.scrollin .intermission-sec-ttl .eng {
	transform: translateY(0);
	opacity: 1;
}
.intermission-sec .sec-tagline {
	margin-bottom: 40px;
	padding: 0 8%;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.intermission-sec.scrollin .sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.sec-tagline {
	font-size: 1.2rem;
}
.sec-tagline span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.sec-tagline span::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.intermission-slide-btn {
}
.intermission-slide-btn .left-btn {
}
.intermission-slide-btn .right-btn {
}
/* .intermission-sec-list-wrap {
	padding-left: 8%;
} */
.swiper-container {
}
.swiper-wrapper {
}
.intermission-article-list {
	margin-bottom: 50px;
}
.intermission-article-list li {
	position: relative;
	width: 250px;
	margin-right: 30px;
	vertical-align: top;
	transform: translateY(28px);
	opacity: 0;
	transition: all 1.0s;
}
.intermission-article-list li:nth-child(7) {
	transition-delay: .2s;
}
.intermission-article-list li:nth-child(8) {
	transition-delay: .3s;
}
.intermission-article-list li:nth-child(9) {
	transition-delay: .4s;
}
.intermission-article-list li:nth-child(10) {
	transition-delay: .5s;
}
.intermission-article-list li:nth-child(11) {
	transition-delay: .6s;
}
.intermission-article-list li:nth-child(12) {
	transition-delay: .7s;
}
.intermission-article-list.scrollin li {
	transform: translateY(0);
	opacity: 1;
}
.swiper-slide {
	height: auto;
}
.intermission-article-list-img {
	margin-bottom: 20px;
}
.intermission-article-list-img span {
}
.intermission-article-list-img span img {
}
.intermission-article-list-info {
	position: relative;
}
.intermission-article-list-category {
	display: inline-block;
	border: 1px solid #111;
	line-height: 1.0;
}
.intermission-article-list-category span {
	display: inline-block;
	padding: 0 5px 4px;
	font-size: 1.0rem;
	transform: scale(0.9);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 1.0;
}
.intermission-article-list-date {
	position: absolute;
	top: 6px;
	right: 0;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
}
.intermission-article-list-ttl {
	margin: 7px 0 12px;
	font-size: 1.8rem;
	line-height: 1.6;
}
.intermission-article-list-excerpt {
	font-size: 1.2rem;
	line-height: 2.2;
}
.intermission-sec-btn {
	padding-right: 8%;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.intermission-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* sikou-sec */
.sikou-sec {
	/* background: url(/images/sails/sails_background_course.svg) 0 center; */
	background-size: cover;
}
.sikou-sec-inner {
	padding: 130px 5% 90px;
	overflow: hidden;
}
.sikou-sec-ttl {
	position: relative;
	margin-bottom: 15px;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #fff;
	z-index: 2;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-sec-inner.scrollin .sikou-sec-ttl {
	transform: translateY(0);
	opacity: 1;
}
/*  .sikou-sec-ttl::before {
	content: "";
	position: absolute;
	right: 0%;
	left:0%;
	top: -100px;
	width: 480px;
	height: 72px;
	margin: 0 auto;
	background: url(/images/sails/sails_logo_course_concept.svg) 0 0 no-repeat;
	background-size: 480px 72px;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
} */
.sikou-sec-inner.scrollin .sikou-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
} */
.sikou-sec .sec-tagline {
	margin-bottom: 40px;
	color: #fff;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.sikou-sec .sikou-sec-inner.scrollin .sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.sikou-sec .sec-tagline span::after {
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
}
.sikou-article-list {
	position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.sikou-article-list li {
	width: 32%;
	margin-bottom: 0;
	margin-right: 4%;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-article-list li:nth-child(1) {
	transition-delay: .2s;
}
.sikou-article-list li:nth-child(2) {
	transition-delay: .3s;
}
.sikou-article-list li:nth-child(3) {
	transition-delay: .4s;
}
.sikou-article-list li.scrollin {
	transform: translateY(0);
	opacity: 1;
}
.sikou-article-list li:last-child {
	margin: 0 auto;
}
.sikou-article-list-img {
	margin-bottom: 20px;
}
.sikou-article-list-img span {
}
.sikou-article-list-img span img {
}
.sikou-article-list-info {
	position: relative;
	color: #fff;
}
.sikou-article-list-category {
	display: inline-block;
	border: 0.6px solid #fff;
	line-height: 1.0;
}
.sikou-article-list-category span {
	display: inline-block;
	padding: 0 5px 4px;
	font-size: 1.0rem;
	transform: scale(0.9);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 1.0;
}
.sikou-article-list-date {
	position: absolute;
	top: 85px;
    right: 90px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
}
.sikou-article-list-ttl {
	margin: 10px 0 10px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.sikou-article-list-excerpt {
	font-size: 1.2rem;
	line-height: 2.2;
}
.sikou-sec-btn {
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* slide-img-area */
.slide-img-area {
	position: relative;
}
.slide-img01 {
	width: 100%;
}
.slide-img01 li {
	width: 320px !important;
	height: auto;
}
.slide-img01 img {
	width: 320px !important;
	height: auto;
}


} /* tablet end */



















































/* PC 960px - */
@media only screen and (min-width: 960px) {

	.info_flex {
		display: block;
		justify-content: space-between;
		padding-top: 50px;
	  }

/* animation lineMove */
.scroll-line {
	position: absolute;
	left: 70px;
	bottom: 70px;
	width: 1px;
	height: 100px;
	background:rgba(255,255,255,0.3);
	transition: all 1.4s;
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background:rgba(255,255,255,0.7);
	-webkit-animation: lineMove 3.0s ease infinite;
	animation: lineMove 4.0s ease infinite;
}

/* header
----------------------------------------- */
#header {
	overflow: hidden;
}
.header-logo {
	transform: translateY(-25px);
	opacity: 0;
	transition: all 1.0s;
}
.header-logo.fade-in {
	transform: translateY(0);
	opacity: 1;
}

/* main-visual-area */
.main-visual-area {
	position: relative;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
.main-visual-area .bx-wrapper {
	width: 50%;
}
.main-visual-area .bx-viewport {
	width: 50%;
}
.main-visual-slide {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: -10;
}
.slide-right {
	transform: translateY(65px);
	opacity: 0;
	transition: all 1.2s;
	transition-delay: .3s;
}
.slide-left {
	transform: translateY(65px);
	opacity: 0;
	transition: all 1.2s;
	transition-delay: 0;
}
.slide-right {
	width: 50%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
.slide-left {
	width: 50%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
.main-visual-slide li {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	margin: 0;
	padding: 0;
}
.main-visual-slide .m-slide01 {
	background: url(/images/sails/sails_left_img-100.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide02 {
	background: url(/images/top/sail_top_1_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide03 {
	background: url(/images/sails/sails_left_img-100.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide04 {
	background: url(/images/sails/sails_top2_sea.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide05 {
	background: url(/images/sails/sails_left_img-100.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-slide .m-slide06 {
	background: url(/images/top/sails_top_2_pc.jpg) center center no-repeat;
	background-size: cover;
}
.main-visual-copy {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 50%;
	left: 25%;
	margin-top: -12.3em;
	margin-left: -7.0em;
	z-index: 1000;
	line-height: 2.7;
}
.main-visual-copy > span {
	position: relative;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	font-size: 2.2rem;
	color: #fff;
	letter-spacing: 0.20em;
	opacity: 0;
}
.main-visual-copy > span::before {
	content: "";
	position: absolute;
	right: 8px;
	top: 0;
	width: 1px;
	height: 10.6em;
	margin: 0;
	background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 2px 3px;
	background-repeat: repeat-y;
}
.main-visual-copy > span.move::before {
	-webkit-animation: copyLineMove 2.6s ease 1;
	animation: copyLineMove 2.6s ease 1;
}
@keyframes copyLineMove {
	0% {
		bottom: 10.6em;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 0;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 10.6em;
	}
}
.main-visual-copy .tagline01 {
}
.main-visual-copy .tagline02 {
	margin-top: 1.3em;
}
.main-visual-copy .tagline03 {
	margin-top: 2.6em;
}

.main-visual-copy .tagline01 span,
.main-visual-copy .tagline02 span,
.main-visual-copy .tagline03 span {
	display: inline-block;
	transform: translateY(0);
	opacity: 0;
	transition: all 1.0s;
}
.main-visual-copy .tagline01 span.move,
.main-visual-copy .tagline02 span.move,
.main-visual-copy .tagline03 span.move {
	transform: translateY(0);
	opacity: 1;
}

.mainvisual-copyright {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -11.2em;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
	transform: scale(0.8);
	color: #fff;
	opacity: .7;
	z-index: 100;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
}


/* contents
----------------------------------------- */
/* concept-sec */
.concept-sec {
	display: flex;
	max-width: 1800px;
	margin: 0 auto 200px;
	padding: 300px 0 0;
	overflow: hidden;
}
.concept-sec-left {
	width: 50%;
	padding: 150px 4% 0 11%;
}
.concept-sec-ttl {
	position: relative;
	margin: 0;
	padding-top: 70px 0 70px;
	font-size:3rem;
	line-height: 1.6;
	transform: translateY(40px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;

}
.concept-sec-left.scrollin .concept-sec-ttl {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding-top: 40px;
	max-width: 700px;
}
/* .concept-sec-ttl::before {
	content: "";
	position: absolute;
	right: auto;
	left: -40px;
	top: -150px;
	width: 440px;
	height: 110px;
	background: url(/images/sails/top_concept_logo.svg) 0 0 no-repeat;
	background-size: 440px 110px;
	z-index: -1;
	transform: translateY(50px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: 0.4s;
} */
.concept-sec-left.scrollin .concept-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
/* .concept-sec-ttl::after {
	content: "";
	position: absolute;
	left: 460px;
	top: -5px;
	width: 10vw;
	height: 1px;
	background-color: #E8E8E8;
} */
.concept-sec-lead {
	margin: 40px 0 40px;
	padding: 0;
}
.concept-sec-lead p {
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 2.6;
	transform: translateY(45px);
	opacity: 0;
	transition: all 1.0s;
}
.concept-sec-lead p:nth-child(1) {
	transition-delay: .6s;
}
.concept-sec-lead p:nth-child(2) {
	transition-delay: .7s;
}
.concept-sec-lead p:nth-child(3) {
	transition-delay: .8s;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(2) {
	transform: translateY(0);
	opacity: 1;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:400;
	font-size:18px;
}
.concept-sec-left.scrollin .concept-sec-lead p:nth-child(3) {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-lead p:last-child {
	margin-bottom: 0;
}
.concept-sec-lead p .br {
	display: none;
}
.concept-sec-right {
	position: relative;
	width: 50%;
	z-index: -1;
}
.concept-sec-img01 {
	width: 40%;
	margin-right: 1%;
	transform: translateY(35px);
	opacity: 0;
	transition: all 0.8s;
}
.concept-sec-img02 {
	width: 52%;
	margin-left: 0;
	margin-top: -80px;
	transform: translateY(35px);
	opacity: 0;
	transition: all 0.8s;
	transition-delay: .2s;
}
.concept-sec-right.scrollin .concept-sec-img01 {
	transform: translateY(0);
	opacity: 1;
}
.concept-sec-right.scrollin .concept-sec-img02 {
	transform: translateY(0);
	opacity: 1;

}

/* story-sec */
.story-sec {
	margin: 50px 0 0;
	padding-bottom: 120px;
	/* background-color: #F5F5F5; */
}
.story-sec-intro {
	position: relative;
	display: flex;
	margin-bottom: 130px;
}
.story-sec-intro::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 52%;
	background-color: #fff;
}
.story-sec-intro-left {
	position: relative;
	width: 50%;
}
.story-sec-intro-img {
	position: relative;
	width: 100%;
	z-index: 1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.6s;
}
.story-sec-intro-left.scrollin .story-sec-intro-img {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-intro-left::before {
	display: none;
}
.story-sec-intro-right {
	position: relative;
	width: 50%;
	padding: 13.5% 10.5% 0;
	z-index: 1;
}
.story-sec-ttl {
	position: static;
	margin-top: 30px;
	margin-bottom: 38px;
	font-size: 3.0rem;
	z-index: 2;
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-intro-right.scrollin .story-sec-ttl {
	margin-top: 0;
	opacity: 1;
}
.story-sec-ttl::before {
	content: "";
	position: absolute;
	left: 150px;
	top: 14.5%;
	width: 370px;
	height: 143px;
	background: url(/images/sails/sails_logo_access.svg) 0 0 no-repeat;
	background-size: 370px 143px;
	z-index: -1;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .4s;
}
.story-sec-intro-right.scrollin .story-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
}
.story-sec-ttl::after {
	content: "";
	position: absolute;
	left: 400px;
	top: 155px;
	width: 100px;
	height: 1px;
}
.story-sec-tagline {
	margin-bottom: 23px;
	font-size: 2.3rem;
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.story-sec-intro-right.scrollin .story-sec-tagline {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.story-sec-lead {
	font-size: 1.3rem;
	line-height: 2.4;
}
.story-sec-lead p {
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 2.6;
	transform: translateY(25px);
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-lead p:nth-child(1) {
	transition-delay: .5s;
}
.story-sec-intro-right.scrollin .story-sec-lead p:nth-child(1) {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.story-sec-lead p:last-child {
	margin-bottom: 0;
}
.story-sec-article-area {
}

/** story-article-list **/
.story-article-list {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 0;
}
.story-article-list li {
	width: 45.5%;
	margin-bottom: 80px;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
}
.story-article-list.scrollin li {
	transform: translateY(0);
	opacity: 1;
}
.story-article-list.scrollin li:nth-child(2) {
	transition-delay: .2s;
}
.story-article-list.scrollin li:nth-child(3) {
	transition-delay: .4s;
}
.story-article-list.scrollin li:nth-child(4) {
	transition-delay: .6s;
}
.story-article-list li:nth-child(odd) {
	margin-right: 9%;
}
.story-article-list li:last-child {
	margin-bottom: 80px;
}
.story-article-list li a {
}
.story-article-list-num {
	position: relative;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	text-align: right;
	line-height: 1;
}
.story-article-list-num-inner {
	position: relative;
	display: inline-block;
	padding-bottom: 17px;
}
.story-article-list-num-inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #111;
}
.story-article-list-num .story-vol {
	margin-right: 2px;
	font-size: 1.5rem;
}
.story-article-list-num .story-num {
	font-size: 2.0rem;
}
.story-article-list-img {
	position: relative;
}
.story-article-list-img span {
	display: block;
	overflow: hidden;
}
.story-article-list-img span img {
	transform: scale3d(1,1,1);
	transition: all .5s;
}
.story-article-list a:hover .story-article-list-img span img {
	transform: scale3d(1.07,1.07,1.07);
}
.story-article-list-img::before {
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	width: 65px;
	height: 65px;
	background: url(../images/common/photo-corner-top-gray_pc.png) 0 0 no-repeat;
	background-size: 65px 65px;
	z-index: 1;
}
.story-article-list-img::after {
	content: "";
	position: absolute;
	bottom: -12px;
	right: -12px;
	width: 65px;
	height: 65px;
	background: url(../images/common/photo-corner-bottom-gray_pc.png) 0 0 no-repeat;
	background-size: 65px 65px;
	z-index: 1;
}
.story-article-list-img span {
}
.story-article-list-img span img {
}
.story-article-list-ttl {
	position: relative;
	display: inline-block;
	max-width: 85%;
	margin: -35px 0 30px;
	padding: 40px 45px 0 0;
	background-color: #F5F5F5;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	z-index: 100;
}
.story-article-list-ttl span {
	position: relative;
	display: inline-block;
}
.story-article-list-ttl span::after {
	position: absolute;
	bottom: -5px;
	left: 15px;
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	background: #111;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;
}
.story-article-list a:hover .story-article-list-ttl span::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.story-article-list-person {
	position: relative;
	margin-bottom: 23px;
	padding: 0 3px;
}
.story-article-list-person .person {
	position: absolute;
	padding: 2px 70px 0 3px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
.story-article-list-person .person::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 16px;
	width: 44px;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.story-article-list-person .parson-name {
	padding-left: 150px;
}
.story-article-list-person .parson-name .jpn {
	display: block;
	margin-bottom: 2px;
	font-size: 2.0rem;
	line-height: 1.7;
}
.story-article-list-person .parson-name .eng {
	display: block;
	padding-left: 2px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.0rem;
	transform: scale(0.9);
	transform-origin: left top;
	line-height: 1.4;
}
.story-article-list-excerpt {
	font-size: 1.4rem;
	line-height: 2.2;
	padding: 0 3px;
}

.story-sec-btn {
	width: 80%;
	margin: -15px auto 0;
	padding: 0;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.story-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* intermission-sec */
.intermission-sec {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 130px;
}
.intermission-sec::before {
	content: "";
	position: absolute;
	bottom: 110px;
	left: 3%;
	width: 480px;
	height: 465px;
	background: url(../images/top/intermission-bg-logo.svg) 0 0 no-repeat;
	background-size: 480px 465px;
	z-index: -1;
}
.intermission-sec-ttl {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 5px;
	left: 9.4%;
	margin: 0;
	padding: 0;
}
.intermission-sec-ttl .jpn {
	display: inline-block;
	padding-top: 3px;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: 0.25em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .1s;
}
.intermission-sec.scrollin .intermission-sec-ttl .jpn {
	transform: translateY(0);
	opacity: 1;
}
.intermission-sec-ttl .eng {
	display: inline-block;
	margin-right: 8px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.01em;
	font-size: 4.2rem;
	line-height: 1.4;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
}
.intermission-sec.scrollin .intermission-sec-ttl .eng {
	transform: translateY(0);
	opacity: 1;
}
.intermission-sec .sec-tagline {
	margin-bottom: 55px;
	padding: 0 0 0 23%;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.intermission-sec.scrollin .sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.sec-tagline {
	font-size: 1.5rem;
}
.sec-tagline span {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}
.sec-tagline span::after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	background-image: linear-gradient(to right, #111, #111 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.intermission-slide-btn {
	display: flex;
	position: absolute;
	top: -10px;
	right: 120px;
	width: 112px;
	margin: 0;
	text-align: right;
}
.intermission-slide-btn .left-btn,
.intermission-slide-btn .right-btn {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #111;
	transition: all .4s;
}
.intermission-slide-btn span {
	display: inline-block;
	transition: all .8s;
	opacity: 0;
	transform: translateY(10px);
}
.intermission-slide-btn span:nth-child(1) {
	transition-delay: .6s;
}
.intermission-slide-btn span:nth-child(2) {
	transition-delay: .65s;
}
.intermission-sec.scrollin .intermission-slide-btn span {
	transform: translateY(0);
	opacity: 1;
}
.intermission-slide-btn .left-btn:hover,
.intermission-slide-btn .right-btn:hover {
	background-color: #111;
}
.intermission-slide-btn .left-btn {
	margin-right: 12px;
}
.intermission-slide-btn .right-btn {
}
.intermission-slide-btn .left-btn::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 20px;
	width: 7px;
	height: 8px;
	background: url(../images/common/intermission-arrow-left.svg) 0 0 no-repeat;
	background-size: 7px 8px;
	transition: all .4s;
}
.intermission-slide-btn .left-btn:hover::before {
	left: 17px;
	background: url(../images/common/intermission-arrow-left-white.svg) 0 0 no-repeat;
}
.intermission-slide-btn .right-btn::before {
	content: "";
	position: absolute;
	top: 21px;
	right: 20px;
	width: 7px;
	height: 8px;
	background: url(../images/common/intermission-arrow-right.svg) 0 0 no-repeat;
	background-size: 7px 8px;
	transition: all .4s;
}
.intermission-slide-btn .right-btn:hover::before {
	right: 17px;
	background: url(../images/common/intermission-arrow-right-white.svg) 0 0 no-repeat;
}
.swiper-left-btn {
	outline: none;
}
.swiper-right-btn {
	outline: none;
}
/* .intermission-sec-list-wrap {
	padding-left: 23%;
} */
.swiper-container {
}
.swiper-wrapper {
}
.intermission-article-list {
	margin-bottom: 60px;
}
.intermission-article-list li {
	position: relative;
	width: 350px;
	margin-right: 50px;
	vertical-align: top;
	transform: translateY(38px);
	opacity: 0;
	transition: all 1.0s;
}
.intermission-article-list li:nth-child(7) {
	transition-delay: .2s;
}
.intermission-article-list li:nth-child(8) {
	transition-delay: .3s;
}
.intermission-article-list li:nth-child(9) {
	transition-delay: .4s;
}
.intermission-article-list li:nth-child(10) {
	transition-delay: .5s;
}
.intermission-article-list li:nth-child(11) {
	transition-delay: .6s;
}
.intermission-article-list li:nth-child(12) {
	transition-delay: .7s;
}
.intermission-article-list.scrollin li {
	transform: translateY(0);
	opacity: 1;
}
.swiper-slide {
	height: auto;
}
.intermission-article-list-img {
	margin-bottom: 25px;
	overflow: hidden;
}
.intermission-article-list-img span {
}
.intermission-article-list-img span img {
	transform: scale3d(1,1,1);
	transition: all .5s;
}
.intermission-article-list a:hover .intermission-article-list-img span img {
	transform: scale3d(1.07,1.07,1.07);
}
.intermission-article-list-info {
	position: relative;
}
.intermission-article-list-category {
	display: inline-block;
	border: 1px solid #111;
	line-height: 1.0;
}
.intermission-article-list-category span {
	display: inline-block;
	padding: 1px 7px 2px;
	font-size: 1.1rem;
	transform: scale(1.0);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 1.0;
}
.intermission-article-list-date {
	position: absolute;
	top: 5px;
	right: 0;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.1rem;
}
.intermission-article-list-ttl {
	margin: 12px 0 15px;
	font-size: 2.1rem;
	line-height: 1.6;
}
.intermission-article-list-ttl span {
	position: relative;
	display: inline-block;
}
.intermission-article-list-ttl span::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #111;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;
}
.intermission-article-list a:hover .intermission-article-list-ttl span::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.intermission-article-list-excerpt {
	font-size: 1.4rem;
	line-height: 2.2;
}
.intermission-sec-btn {
	padding-right: 120px;
	text-align: right;
	transform: translateY(20px);
	opacity: 0;
	transition: all 1.0s;
}
.intermission-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}

/* sikou-sec */
.sikou-sec {
	/* background: url(/images/sails/sails_background_course.svg) 0 center; */
	background-size: cover;
}
.sikou-sec-inner {
	position: relative;
	width: 82%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 100px 0 80px;
	overflow: hidden;
}
.sikou-sec-ttl {
	position: relative;
	margin-bottom: 72px;
	font-size: 3rem;
	line-height: 1.4;
	color: #fff;
	z-index: 2;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-sec-inner.scrollin .sikou-sec-ttl {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;

}
 /* .sikou-sec-ttl::before {
	content: "";
	position: absolute;
	left: 0%;
	right:0%;
	margin: 0 auto;
	top: -150px;
	width: 670px;
	height: 101px;
	background: url(/images/logo/reserve_contact_logo_pc.svg) 0 0 no-repeat;
	background-size: 670px 101px;
	z-index: -1;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .15s;
} */
.sikou-sec-inner.scrollin .sikou-sec-ttl::before {
	transform: translateY(0);
	opacity: 1;
} */
.sikou-sec .sec-tagline {
	position: absolute;
	top: 245px;
	right: 0;
	margin-bottom: 0;
	color: #fff;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
	transition-delay: .3s;
}
.sikou-sec .sikou-sec-inner.scrollin .sec-tagline {
	transform: translateY(0);
	opacity: 1;
}
.sikou-sec .sec-tagline span::after {
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
}
.sikou-article-list {
	position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width:60%;
  }
}
.sikou-article-list li {
	width: 30%;
	margin-bottom: 0;
	margin-right: 5%;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
}
/* .sikou-article-list li:nth-child(1) {
	transition-delay: .1s;
}
.sikou-article-list li:nth-child(2) {
	transition-delay: .2s;
}
.sikou-article-list li:nth-child(3) {
	transition-delay: .3s;
}
.sikou-article-list li.scrollin {
	transform: translateY(0);
	opacity: 1;
} */
.sikou-article-list li:nth-child(4){
	position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    /* max-width:800px; */
    /* padding: 2rem; */
    /* border: 1px solid #0b2a4a; */
    margin-top: 0;
}
.menu_bold_option{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-top:30px;
}
.menu_bold_course{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom:30px;

}
.sikou-article-list li{
	position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    width:90%;
    /* border-bottom: 1px solid #fff; */
}
.sikou-article-list-img {
	margin-bottom: 30px;
	overflow: hidden;
}
.sikou-article-list-img span {
}
.sikou-article-list-img span img {
	transform: scale3d(1,1,1);
	transition: all .5s;
}
.sikou-article-list a:hover .sikou-article-list-img span img {
	transform: scale3d(1.07,1.07,1.07);
}
.sikou-article-list-info {
	position: relative;
	color: #0b2a4a;
}
.sikou-article-list-category {
	display: inline-block;
	border: 1px solid #0b2a4a;
	line-height: 1.0;
}
.sikou-article-list-category span {
	display: inline-block;
	padding: 2px 7px 3px;
	font-size: 1.1rem;
	transform: scale(1.0);
	transform-origin: center center;
	letter-spacing: 0.01em;
	line-height: 1.0;
}
.sikou-article-list-date {
	position: absolute;
	top: 85px;
	right: 40px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.06em;
	font-size: 1.3rem;
}
/* .menu_bold{
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size:2rem
} */
.course_block{
	padding-bottom: 0;
}
.sikou-article-list-ttl {
	margin: 0 auto;
	font-size: 4rem;
	line-height: 1;
	padding: 0;
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding-top:100px;
}
.sikou-article-list-ttl_course{
	margin: 0 auto;
	font-size: 3rem;
	line-height: 1.6;
	padding:10px 0 20px;
	text-align:center;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.sikou-article-list-ttl span {
	position: relative;
	display: inline-block;
}
.sikou-article-list-ttl span::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;
}
.sikou-article-list a:hover .sikou-article-list-ttl span::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.sikou-article-list-excerpt {
	font-size: 1.4rem;
	line-height: 2.2;
	text-align:center;
	padding-top:10px;
}
.sikou-sec-btn {
	text-align: right;
	transform: translateY(30px);
	opacity: 0;
	transition: all 1.0s;
}
.sikou-sec-btn.scrollin {
	transform: translateY(0);
	opacity: 1;
}


.info-sec-ttl {
	position: relative;
	margin-bottom: 72px;
	font-size: 3rem;
	line-height: 1.4;
	color: #0b2a4a;
	z-index: 2;
	transform: translateY(35px);
	opacity: 0;
	transition: all 1.0s;
}
.info-sec-inner.scrollin .info-sec-ttl {
	transform: translateY(0);
	opacity: 1;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;

}


/* slide-img-area */
.slide-img-area {
	position: relative;
}
.slide-img01 {
	width: 100%;
}
.slide-img01 li {
	width: 560px !important;
	height: auto;
}
.slide-img01 img {
	width: 560px !important;
	height: auto;
}





} /* PC end */





















































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

/* concept-sec */
.concept-sec-ttl::before {
	content: "";
	position: absolute;
	right: auto;
	left: -40px;
	top: -150px;
	width: 500px;
	height: 125px;
	background: url(../images/top/sails_logo_concept.svg) 0 0 no-repeat;
	background-size: 500px 125px;
	z-index: -1;
}
/* .concept-sec-ttl::after {
	content: "";
	position: absolute;
	left: 560px;
	top: -10px;
	width: 11vw;
	height: 1px;
	background-color: #E8E8E8;
} */

/* story-sec-ttl */
.story-sec-ttl::after {
	content: "";
	position: absolute;
	left: 400px;
	top: 155px;
	width: 130px;
	height: 1px;
	background-color: #E8E8E8;
}

} /* PC end */




/* PC:1601px - */
@media only screen and (min-width: 1601px) {

/* concept-sec */
/* .concept-sec-ttl::before {
	content: "";
	position: absolute;
	right: auto;
	left: -40px;
	top: -150px;
	width: 500px;
	height: 125px;
	background: url(/images/sails/top_concept_logo.svg) 0 0 no-repeat;
	background-size: 500px 125px;
	z-index: -1;
} */
/* .concept-sec-ttl::after {
	content: "";
	position: absolute;
	left: 620px;
	top: -10px;
	width: 14vw;
	height: 1px;
	background-color: #E8E8E8;
} */

/* story-sec-ttl */
/* .story-sec-ttl::after {
	content: "";
	position: absolute;
	left: 400px;
	top: 195px;
	width: 130px;
	height: 1px;
	background-color: #E8E8E8;
} */

} /* PC end */