@charset "UTF-8";

/*------------------------------------------------------------------------------------
                                    共通事項
------------------------------------------------------------------------------------*/

html { font-size: 62.5%; /*10px*/ }

body {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	color: #0046AF;
	background: #fff;
	font-family: 'Noto Sans JP', sans-serif, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

* { box-sizing: border-box; }

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,blockquote,form,input,fieldset,legend { margin: 0; padding: 0; line-height: 1.54; }

p { line-height: 2; }
a, a:focus, a:active { text-decoration: none; color: inherit; }
li { list-style: none; }

img { max-width: 100%; -webkit-backface-visibility: hidden; }
figure img { display: block; }
picture { display: block; line-height: 0; }

::selection {
	background: #EEF2F7;
	color: inherit;
}

::-moz-selection {
	background: #EEF2F7;
	color: inherit;
}

/* micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ = */
.cf::before,.cf::after{content: "";display: table}
.cf::after{clear: both}
.cf{zoom:1}

/*FOTN SIZE*/
.maximum { font-size: 3.2rem; font-weight: 700; }
.largest { font-size: 2.6rem; font-weight: 700; }
.larger { font-size: 2rem; font-weight: 700; }
.medium { font-size: 1.6rem; font-weight: 700; }
.small { font-size: 1.2rem; }
.smallest { font-size: 1rem; }

.font-comfortaa { font-family: 'Comfortaa', cursive; font-weight: 700; letter-spacing: .12em; }
.bold { font-weight: 700; }
.hide-txt { text-indent: 100%; white-space: nowrap; overflow: hidden; display: block; }
.nowrap { display: inline-block; white-space: nowrap; }
.underline { text-decoration: underline; font-weight: 700; }
.justify { text-align: justify; }
.center { text-align: center; }
.longer { line-height: 2.25; }
.sp-none { display: none; }
.txt-link { text-decoration: underline; }
.txt-link.hover { text-decoration: none; }

#container {
	width: 100%;
	overflow: hidden;
}

#main {
	display: block;
}

.wrap {
	width: 100%;
	padding: 0 16px;
}

#main article > section:last-child,
#main article > div:last-child {
	padding-bottom: 120px;
}

.bk-g { background: #edf1f6; }
.bk-s { background: #00aeea; }
.bk-b { background: #0046ae; }
.bk-gradient { background: linear-gradient(#00aeea, #0087e6) }

.transparent { visibility: hidden; opacity: 0; }


/*---------------------------------------------- LOADING */

#loading {
	width: 200vw;
	height: 200vw;
	min-width: 150vh;
	min-height: 150vh;
    background: #00afeb;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1001;
	transition: all 850ms cubic-bezier(0.77, 0, 0.175, 1);
}

#loading.active.hidden {
	transform: translate(-50%,-50%) scale(0);
}

#loading img {
	display: block;
	width: 30vw;
	height: 30vw;
	max-width: 180px;
	max-height: 180px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-360deg) scale(0);
	transition: all 720ms cubic-bezier(0.77, 0, 0.175, 1);
}

#loading.active img {
	transform: rotate(0) scale(1);
}

#loading.active.hidden img {
	transform: rotate(360deg) scale(0);
}


/*---------------------------------------------- HEADER */

#header {
	width: 100%;
	height: 52px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate(0,0);
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header.fixed.hidden {
	transform: translate(0,-100%);
}

#header .headerInner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

#header .header-logo {
	width: 207px;
	height: 28px;
	position: relative;
	margin: 12px auto;
}

#header .header-logo a,
#header .header-logo a img {
	display: block;
	width: 207px;
	height: 15px;
}

#header .header-logo span {
	display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .2rem;
    text-indent: .2rem;
    text-align: center;
	font-weight: 700;
    color: #231815;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: center bottom;
    transform: scale(.75);
}

#header #header-toggle {
	width: 52px;
	height: 52px;
	position: absolute;
	top: 0;
	left: 0;
}

#header #header-toggle span {
	width: 20px;
	height: 1px;
	background: #0046AF;
	position: absolute;
	left: 16px;
	margin: auto;
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header #header-toggle span:nth-child(1) { top: 20px; }
#header #header-toggle span:nth-child(2) { top: 26px; }
#header #header-toggle span:nth-child(3) { top: 32px; }

#header #header-toggle.active span:nth-child(1) { transform: translate(0,6px) rotate(45deg); }
#header #header-toggle.active span:nth-child(2) { transform: scaleX(0); }
#header #header-toggle.active span:nth-child(3) { transform: translate(0,-6px) rotate(-45deg);}

#header #header-toggle + .nav-close {
	width: 52px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#header #header-toggle.active + .nav-close {
	height: 52px;
}

#header-nav {
	visibility: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 5;
	transform: translate(-100%,0);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header-nav.active {
	visibility: visible;
	transform: translate(0,0);
}

#header-nav ul {
	padding: 0 52px;
	border-top: 1px solid #EEF2F7;
	opacity: 0;
	transform: translate(-25%,0);
	transform-origin: left center;
	transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header-nav.active ul {
	opacity: 1;
	transform: translate(0,0);
}

#header-nav ul li:not(:first-child) {
	border-top: 1px solid #EEF2F7;
}

#header-nav ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 46px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 46px;
	position: relative;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header-nav ul li a.hover {
	color: #00AFEB;
}

#header-nav ul li a br {
	display: none;
}

#header-nav ul li a:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #00AFEB;
	margin-right: 0;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header-nav ul li a.hover:before {
	width: 15px;
	margin-right: 1rem;
}

#header-nav ul li.header-message {
    border: none;
    text-align: center;
    margin-top: 20px;
}

#header-nav ul li.header-message a {
    display: inline-block;
    text-align: center;
    width: auto;
    color: #fff;
    border-radius: 23px;
    background: url(../images/common/btn-movie-play.svg), #fe0000;
    background-size: 20px 13px;
    background-position: 16px center;
    background-repeat: no-repeat;
    padding: 0 20px 0 42px;
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

#header-nav ul li.header-message a.hover {
    background: url(../images/common/btn-movie-play.svg), #00AFEB;
    background-size: 20px 13px;
    background-position: 16px center;
    background-repeat: no-repeat;
    padding: 0 20px 0 42px;
}

#header-nav ul li.header-message a:before {
    content: none;
}

#header-nav #nav-toggle:before {
	content: none;
}

#nav-toggle span:not(.pc-none) {
	display: block;
	width: 15px;
	height: 1px;
	background: #0046AF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#nav-toggle span:last-child {
	transform: rotate(90deg);
}

#nav-toggle.hover span:not(.pc-none) {
	background: #00AFEB;
	transform: rotate(90deg);
}

#nav-toggle.hover span:last-child {
	transform: rotate(360deg);
}

#affiliate {
	visibility: hidden;
	width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 5;
	transform: translate(-100%,0);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

#affiliate.active {
	visibility: visible;
	transform: translate(0,0);
}


/*---------------------------------------------- FOOTER */

#footer {
	position: relative;
	margin: -20px auto 0;
	z-index: 10;
}

#footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/common/wave-blue-top.png) center top / 80px 20px repeat-x;
}

#footer .footerInner {
	color: #fff;
	background: #0046AF;
	position: relative;
	padding: 52px;
}

#footer .pageTop {
	text-align: center;
    position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    margin: auto;
}

#footer .pageTop a {
	display: inline-block;
}

#footer .pageTop a img {
	display: inline-block;
	width: 39px;
	height: 84px;
}

#footer .pageTop p {
	font-size: 1rem;
	line-height: 1;
	padding-top: 10px;
}

#footer .footer-logo {
	margin: 40px auto 60px;
}

#footer .footer-logo a {
	display: block;
}

#footer .footer-logo span {
	display: block;
    font-size: 1rem;
	font-weight: 700;
    line-height: 1;
    letter-spacing: .2rem;
    text-indent: .2rem;
    text-align: center;
    color: #fff;
	padding-top: 1.5%;
}

#footer ul li {
	margin-top: 16px;
}

#footer ul li a.hover {
	text-decoration: underline;
}

#footer .copyrights {
	font-size: 1rem;
    line-height: 1;
    margin-top: 24px;
    transform: scale(.6);
    transform-origin: left top;
}


/*---------------------------------------------- PAGE-TITLE */

.page-header {
	width: 100%;
	height: 120vw;
	background: url(../images/common/dots-bk.png), linear-gradient(-45deg, #0046af, #00afeb);
	background-size: 6px 6px, auto;
	background-repeat: repeat, no-repeat;
}

.page-header .page-header-inner {
	width: 100%;
	height: 100%;
	padding: 52px 16px 0;
	position: relative;
}

.page-title {
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: calc(50% + 10px);
	left: 0;
	transform: translate(0,-50%);
}

.page-title .font-comfortaa {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
}

.page-title .maximum {
	display: block;
	font-size: 3.6rem;
	line-height: 1.24;
	margin-top: 5px;
	padding: 0 16px;
}

.page-header + section {
	padding-top: 50px;
}

.page-header + section .section-title {
	padding-top: 0;
}


/*RESPECTIVELY*/

#welcome .page-header { background: url(../images/common/dots-bk.png), url(../images/common/welcome-visual-sp.jpg); }
#works .page-header { background: url(../images/common/dots-bk.png), url(../images/common/works-visual-sp.jpg); }
#interview .page-header { background: url(../images/common/dots-bk.png), url(../images/common/interview-visual-sp.jpg); }
#education .page-header { background: url(../images/common/dots-bk.png), url(../images/common/education-visual-sp.jpg); }
#life .page-header { background: url(../images/common/dots-bk.png), url(../images/common/life-visual-sp.jpg); }
#faq .page-header { background: url(../images/common/dots-bk.png), url(../images/common/faq-visual-sp.jpg); }
#message .page-header { background: url(../images/common/dots-bk.png), url(../images/common/message-visual-sp.jpg); }

#works.local .page-header { background: url(../images/common/dots-bk.png), url(../images/common/message-visual-sp.jpg); }

#welcome .page-header,
#works .page-header,
#interview .page-header,
#education .page-header,
#life .page-header,
#faq .page-header,
#message .page-header,
#works.local .page-header {
	background-size: 12px 12px, cover;
	background-repeat: repeat, no-repeat;
	background-position: center center;
}

/*---------------------------------------------- PAGE-DESCRIPTION */

.page-description-txt {
	text-align: center;
	line-height: 2;
}

.page-description-txt span {
	white-space: nowrap;
}


/*---------------------------------------------- SECTION-TITLE */

.section-title {
	text-align: center;
	line-height: 1.26;
	padding: 50px 0;
}

.section-title .font-comfortaa {
	display: block;
	font-size: 1.2rem;
}

.section-title .font-comfortaa.isolated {
	font-size: 1.8rem;
}

.section-title .largest {
	display: block;
}

.section-title .font-comfortaa + .largest {
	padding-top: 8px;
}

.section-title + p {
	line-height: 1.8;
	margin-top: -16px;
}


/*---------------------------------------------- READ-MORE */

.read-more {
	width: auto;
	height: 42px;
	text-align: center;
	margin: 0 auto;
}

.read-more .read-more-inner {
	display: inline-block;
	width: auto;
	height: 42px;
	line-height: 42px;
	text-indent: 16px;
	color: #fff;
	background: #0046af;
	border-radius: 21px;
	padding: 0 21px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.read-more .read-more-inner:not(.font-comfortaa) {
	letter-spacing: .075rem;
}

.read-more .read-more-inner.hover {
	background: #00afeb;
}

.read-more .read-more-inner svg {
	width: 10px;
	height: 10px;
	fill: #fff;
	position: absolute;
	top: 16px;
	left: 21px;
	margin: auto;
	transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.read-more .read-more-inner.hover svg {
	transform: rotate(180deg);
}

/*WHITE VERSION*/

.read-more.w-ver .read-more-inner {
	background: #fff;
}

.read-more.w-ver .read-more-inner.hover {
	background: #00afeb;
}

.read-more.w-ver .read-more-inner {
	color: #0046af;
}

.read-more.w-ver .read-more-inner.hover {
	color: #fff;
}

.read-more.w-ver .read-more-inner svg {
	fill: #0046af;
}

.read-more.w-ver .read-more-inner.hover svg {
	fill: #fff;
}

/*LARGE VERSION*/

.read-more.l-ver {
	height: 56px;
}

.read-more.l-ver .read-more-inner {
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	padding: 0 42px;
}

.read-more.l-ver .read-more-inner svg {
	top: 23px;
	left: 42px;
}

/*MOVIE VERSION*/

.movie-btn-list {
    margin-top: 16px;
}

.read-more.movie-ver:not(:first-child) {
    margin-top: 10px;
}

.read-more.movie-ver .read-more-inner {
    font-size: 1.4rem;
    text-indent: 0;
    background: url(../images/common/btn-movie-play.svg), #fe0000;
    background-size: 20px 13px;
    background-position: 16px center;
    background-repeat: no-repeat;
    padding: 0 20px 0 42px;
}

.read-more.movie-ver .read-more-inner.hover {
    background: url(../images/common/btn-movie-play.svg), #00AFEB;
    background-size: 20px 13px;
    background-position: 16px center;
    background-repeat: no-repeat;
}


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

.index-inner {
	text-align: center;
	padding-top: 100px;
}

.index-inner .index-inner-link {
	display: inline-block;
}

.index-inner .index-inner-link svg {
	width: 46px;
	height: 46px;
}

.index-inner .index-inner-link svg + p {
	line-height: 1;
	margin-top: 12px;
}


/*---------------------------------------------- ADD CONTENTS */

.add-contents {
	margin-top: 60px;
}

.add-contents .add-contents-txt {
	line-height: 1.8;
	text-align: center;
}

.add-contents .read-more {
	margin-top: 16px;
}


/*---------------------------------------------- WAVE ANIMATION */

.w-w, .w-g, .w-s, .w-b, .w-w-reverse {
	padding-bottom: 80px;
}

.w-w { background: url(../images/common/wave-white-top.png) center bottom / 80px 20px repeat-x; }
.w-g { background: url(../images/common/wave-gray-top.png) center bottom / 80px 20px repeat-x; }
.w-s { background: url(../images/common/wave-sky-top.png) center bottom / 80px 20px repeat-x; }
.w-b { background: url(../images/common/wave-blue-top.png) center bottom / 80px 20px repeat-x; }
.w-w-reverse { background: url(../images/common/wave-white-bottom.png) center bottom / 80px 20px repeat-x; margin-bottom: -20px; position: relative; }

.w-gradient-end {
	display: block;
    width: 100%;
    height: 60px;
    background: url(../images/common/wave-gradient-end.png) center bottom / 80px 20px repeat-x;
    position: relative;
    z-index: 1;
    bottom: -20px;
}

@keyframes waving {
	from { background-position-x: calc(50% - 0); }
	45% { background-position-x: calc(50% - 0); }
	55% { background-position-x: calc(50% - 160px); }
	to { background-position-x: calc(50% - 160px); }
}


/*---------------------------------------------- SLIDE SHOW */

.slide .slick-dots {
	height: 10px;
	line-height: 0;
	position: static;
	margin-top: 30px;
}

.slide .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 6px;
}

.slide .slick-dots li button {
	width: inherit;
	height: inherit;
	background: #D3DDEA;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.slide .slick-dots li.slick-active button {
	background: #00afeb;
}

.arrow,
.arrow-prev,
.arrow-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	position: absolute;
	transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.arrow.hover,
.arrow-prev:hover,
.arrow-next:hover {
	background: #00afeb !important;
}

.arrow-prev { left: 0; }
.arrow-next { right: 0; }

.arrow svg,
.arrow-prev svg,
.arrow-next svg {
	width: 100%;
	height: 100%;
	fill: #00afeb;
	transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
}

.arrow.hover svg,
.arrow-prev:hover svg,
.arrow-next:hover svg {
	fill: #fff;
}

.arrow-prev.slick-disabled,
.arrow-next.slick-disabled {
	opacity: 0;
	visibility: hidden;
}


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

@media print, screen and (min-width: 481px) {
	
body { font-size: 1.5rem; min-width: 1080px; }

.sp-none { display: block; }
.pc-none { display: none !important; }

/*FOTN SIZE*/
.maximum { font-size: 4rem; }
.largest { font-size: 3rem; }
.larger { font-size: 2.4rem; }
.medium { font-size: 1.8rem; }
.small { font-size: 1.2rem; }
.smallest { font-size: 1rem; }

#container {
}

.wrap {
	width: 1024px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#main article > section:last-child,
#main article > div:last-child {
    padding-bottom: 160px;
}


/*---------------------------------------------- HEADER */

#header {
	height: 144px;
}

#header:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: linear-gradient(120deg,#00AFEB,#0046AF);
}

#header .headerInner {
	width: 1024px;
	height: 140px;
	margin: 0 auto;
}

#header .header-logo {
    width: 414px;
    height: 30px;
	position: static;
    margin: 27px auto 0;
}

#header .header-logo a,
#header .header-logo a img {
	width: 414px;
    height: 30px;
}

#header .header-logo span {
	text-align: left;
	transform: none;
    top: 37px;
    left: 0;
    right: auto;
	bottom: auto;
}

#header #header-toggle {
	display: none;
}

#header-nav {
	visibility: visible;
	width: 1024px;
	height: 74px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: none;
	z-index: 15;
	transition: none;
}

#header-nav ul {
	display: flex;
	align-items: center;
	border: none;
	padding: 0;
	opacity: 1;
	transform: none;
	transition: none;
}

#header-nav ul li:not(:first-child) {
	border: none;
}

#header-nav ul li a {
	justify-content: center;
	width: calc(1024px / 9);
	height: 74px;
	text-align: center;
	line-height: 1.3;
	padding: 0;
	background: #fff;
	position: relative;
	z-index: 1;
}

#header-nav ul li a:before {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(0,1);
	margin: 0;
}

#header-nav ul li a.hover:before {
	width: 100%;
	transform: scale(1,1);
}

#header-nav ul li:not(.header-message) a br {
	display: inline;
}

#header-nav ul li.header-message {
	position: absolute;
	top: -39px;
	right: 0;
    margin-top: 0;
}

#header-nav ul li.header-message a {
	display: block;
	width: auto;
	height: 32px;
	font-size: 1.2rem;
	line-height: 32px;
	color: #fff;
	border-radius: 16px;
}

#header-nav ul li.header-message a:before {
	content: none;
}

#header-nav #nav-toggle:before {
	content: "";
}

#nav-toggle span:not(.pc-none) {
	display: none;
}

#affiliate,
#affiliate.active {
	visibility: hidden;
	top: 144px;
	height: 74px;
	background: rgba(255,255,255,.9);
	transform:  translate(0,-100%);
	z-index: -1;
}

#nav-toggle:hover + #affiliate,
#affiliate:hover {
	visibility: visible;
	transform: translate(0,0);
}

#affiliate ul {
	width: 1024px;
	margin: 0 auto;
}

#affiliate ul li a {
	background: none;
	width: calc(1024px / 9);
}


/*---------------------------------------------- FOOTER */

#footer {
    margin: -40px auto 0;
}

#footer:before {
    height: 40px;
    background: url(../images/common/wave-blue-top.png) top center / 160px 40px repeat-x;
	animation: waving 2400ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

#footer .pageTop {
    top: -90px;
}

#footer .footer-logo {
	width: 414px;
	margin: 40px auto 80px;
}

#footer .footer-logo span {
    font-size: 1.2rem;
    padding-top: 10px;
}

#footer ul {
	display: flex;
	justify-content: center;
}

#footer ul li {
	margin: 0;
	border-right: 1px solid #567FBD;
	transition: all 500ms ease;
}

#footer ul li:not(:hover).passive {
	color: #567FBD;
}

#footer ul li:last-child {
	border: none;
}

#footer ul li a {
	line-height: 1;
	padding: 0 36px;
}

#footer .copyrights {
	display: block;
	text-align: center;
    margin-top: 24px;
	transform: none;
}


/*---------------------------------------------- PAGE-TITLE */

.page-header {
	height: 75vh;
	min-height: 540px;
	background: url(../images/common/dots-bk.png), linear-gradient(-45deg, #0046af, #00afeb);
	background-size: 6px 6px, auto;
	background-repeat: repeat, no-repeat;
}

.page-header .page-header-inner {
	padding: 144px 0 0;
}

.page-title {
    top: calc(50% + 48px);
}

.page-title .maximum {
	font-size: 4.8rem;
}

.page-header + section {
    padding-top: 90px;
}

.page-header + section .section-title {
	padding-top: 0;
}

/*RESPECTIVELY*/

#welcome .page-header { background: url(../images/common/dots-bk.png), url(../images/common/welcome-visual-pc.jpg); }
#works .page-header { background: url(../images/common/dots-bk.png), url(../images/common/works-visual-pc.jpg); }
#interview .page-header { background: url(../images/common/dots-bk.png), url(../images/common/interview-visual-pc.jpg); }
#education .page-header { background: url(../images/common/dots-bk.png), url(../images/common/education-visual-pc.jpg); }
#life .page-header { background: url(../images/common/dots-bk.png), url(../images/common/life-visual-pc.jpg); }
#faq .page-header { background: url(../images/common/dots-bk.png), url(../images/common/faq-visual-pc.jpg); }
#message .page-header { background: url(../images/common/dots-bk.png), url(../images/common/message-visual-pc.jpg); }

#works.local .page-header { background: url(../images/common/dots-bk.png), url(../images/common/message-visual-pc.jpg); }

#welcome .page-header,
#works .page-header,
#interview .page-header,
#education .page-header,
#life .page-header,
#faq .page-header,
#message .page-header,
#works.local .page-header {
	background-size: 12px 12px, cover;
	background-repeat: repeat, no-repeat;
	background-position: center top;
}

#welcome .page-header,
#education .page-header,
#life .page-header,
#faq .page-header,
#message .page-header {
	background-position: center center;
}


/*---------------------------------------------- PAGE-DESCRIPTION */

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


/*---------------------------------------------- SECTION-TITLE */

.section-title {
	padding: 90px 0 50px;
}

.section-title .font-comfortaa {
	font-size: 1.4rem;
}

.section-title .font-comfortaa.isolated {
	font-size: 2.2rem;
}

.section-title + p {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
    

/*---------------------------------------------- READ-MORE */
    
/*MOVIE VERSION*/

.read-more.movie-ver {
    text-align: right;
}


/*---------------------------------------------- THREE-COLUMN */

.three-column {
	display: flex;
	flex-wrap: wrap;
}

.three-column .columnInner {
	width: 314px;
}

.three-column .columnInner:not(:nth-child(3n)) {
	margin-right: 41px;
}


/*---------------------------------------------- ADD CONTENTS */

.add-contents {
    margin-top: 80px;
}

.add-contents .read-more {
    margin-top: 32px;
}


/*---------------------------------------------- WAVE ANIMATION */

.w-w, .w-g, .w-s, .w-b, .w-w-reverse {
	padding-bottom: 160px;
}

.w-w { background: url(../images/common/wave-white-top.png) center bottom / 160px 40px repeat-x; }
.w-g { background: url(../images/common/wave-gray-top.png) center bottom / 160px 40px repeat-x; }
.w-s { background: url(../images/common/wave-sky-top.png) center bottom / 160px 40px repeat-x; }
.w-b { background: url(../images/common/wave-blue-top.png) center bottom / 160px 40px repeat-x; }
.w-w-reverse { background: url(../images/common/wave-white-bottom.png) center bottom / 160px 40px repeat-x; margin-bottom: -40px; }

.w-gradient-end {
    height: 110px;
    background: url(../images/common/wave-gradient-end.png) center bottom / 160px 40px repeat-x;
    bottom: -40px;
}

.wave { animation: waving 2400ms cubic-bezier(0.77, 0, 0.175, 1) infinite; }


/*---------------------------------------------- SLIDE SHOW */

.arrow,
.arrow-prev,
.arrow-next {
	width: 80px;
	height: 80px;
}

}