@charset "UTF-8";

@import url("//fonts.googleapis.com/css?family=Timmana");

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

@font-face {
	font-weight: 100;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 200;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 300;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: 400;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
}

@font-face {
	font-weight: bold;
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
}

body {
	color: #333;
	word-wrap: break-word;
	font-family: -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-webkit-text-size-adjust: 100%;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.timmana {
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.btns {
	text-align: center;
}

.btns a {
	position: relative;
	display: inline-block;
	padding: 8px;
	width: 210px;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.btns a.blank:before, .btns a.blank:after {
	position: absolute;
	top: 7px;
	right: 7px;
	display: block;
	width: 6px;
	height: 6px;
	content: "";
}

.btns a.blank:before {
	top: 5px;
	right: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.btns a.blank:after {
	background-color: #fff;
}

.btns.btns2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.btns.btns2 a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48.5%;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2.15;
}

.fadein {
	position: relative;
	top: 30px;
	opacity: 0;
}

.align-center {
	text-align: center;
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.loader .ball-scale-multiple {
	position: relative;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.loader .ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
}

.loader .ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
}

.loader .ball-scale-multiple > div {
	position: absolute;
	top: 0px;
	left: -30px;
	margin: 2px;
	margin: 0;
	width: 15px;
	width: 60px;
	height: 15px;
	height: 60px;
	border-radius: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

.gnav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	max-height: 700px;
	width: 40px;
	height: 200px;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.gnav .btn {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	width: 40px;
	height: 200px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.gnav .btn:hover {
	opacity: .8;
}

.gnav .btn span {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.gnav .btn span:before, .gnav .btn span:after {
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.gnav .btn span:before {
	top: -7px;
}

.gnav .btn span:after {
	bottom: -7px;
}

.gnav .btn p {
	margin-top: 12px;
	margin-bottom: -.7em;
	color: #fff;
	text-indent: 1px;
	letter-spacing: 1px;
	font-size: 10px;
	font-size: 1rem;
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.gnav .menu {
	display: none;
	height: 90vh;
}

.gnav.open {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 80px 48px;
	max-width: 100%;
	max-height: 700px;
	width: 890px;
	height: 100vh;
}

.gnav.open .btn span {
	background-color: transparent;
}

.gnav.open .btn span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gnav.open .btn span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gnav.open .menu .home {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
	line-height: 1.6;
}

.gnav.open .menu .home a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.gnav.open .menu .home .icn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;
	margin-right: 20px;
	width: 54px;
	height: 48px;
	background: url(../img/icn-page.png) 0 0 no-repeat;
	background-size: 34px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.gnav.open .menu .home .icn span {
	margin-bottom: -.5em;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.gnav.open .menu .home .icn span strong {
	font-size: 21px;
	font-size: 2.1rem;
}

.gnav.open .menu .home p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
}

.gnav.open .menu .home p small {
	display: inline-block;
	text-indent: -.3em;
	font-size: 13px;
	font-size: 1.3rem;
}

.gnav.open .menu .home p strong {
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}

.gnav.open .menu .home p .timmana {
	display: inline-block;
	margin-bottom: -.8em;
	letter-spacing: 1px;
	font-size: 13px;
	font-size: 1.3rem;
}

.gnav.open .menu .home p img {
	max-width: initial;
	width: 175px;
	height: 60px;
}

.gnav.open .menu .flex {
	-ms-flex-pack: start;

	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.gnav.open .menu ul {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.gnav.open .menu ul:first-of-type {
	margin-right: 50px;
}

.gnav.open .menu ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 34px;
	line-height: 1.6;
}

.gnav.open .menu ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.gnav.open .menu ul li p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
}

.gnav.open .menu ul li p small {
	display: inline-block;
	text-indent: -.3em;
	font-size: 13px;
	font-size: 1.3rem;
}

.gnav.open .menu ul li p strong {
	display: block;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}

.gnav.open .menu ul li p .timmana {
	display: inline-block;
	margin-bottom: -.8em;
	letter-spacing: 1px;
	font-size: 13px;
	font-size: 1.3rem;
}

.gnav.open .menu ul li .icn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;
	margin-right: 20px;
	width: 54px;
	height: 48px;
	background: url(../img/icn-page.png) 0 0 no-repeat;
	background-size: 34px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.gnav.open .menu ul li .icn span {
	margin-bottom: -.7em;
	letter-spacing: 1px;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.gnav.open .menu ul li .icn span strong {
	font-size: 21px;
	font-size: 2.1rem;
}

.gnav.open .menu ul li.active a {
	opacity: .7;
}

.gnav.open .menu ul li.last {
	margin-top: -20px;
	padding-top: 90px;
	background: url(../img/icn-arrow-white.png) 20px -100px no-repeat;
	background-size: 14px;
}

/* --------
  TOP
-------- */

.intro {
	position: relative;
	min-height: 500px;
	height: 100vh;
}

.intro .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 500px;
	width: 100%;
	height: 100%;
	background: url(../img/mainimg.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.intro .title {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	padding-top: 3vh;
	min-height: 500px;
	width: 140px;
	height: 97.4vh;
	color: #fff;
	text-align: center;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.intro .title:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 99.6%;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);
	content: "";
	-webkit-transform: skewY(-15deg);
	-ms-transform: skewY(-15deg);
	transform: skewY(-15deg);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.intro .title p {
	position: absolute;
	top: 3%;
	right: 0;
	left: 0;
	width: 100%;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5;
}

.intro .title .catch {
	margin: 0 auto 26px;
	width: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.1;
}

.intro .title .logo {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 auto;
	width: 99px;
	background: url(../img/icn-cross.png) 50% 46% no-repeat;
	background-size: 39px;
	line-height: 0;

	-webkit-box-flex: 0;
}

.intro .title .logo .kawaijuku {
	margin-bottom: 76px;
	width: 90px;
}

.intro .title .logo .asahi {
	width: 99px;
}

.intro h1 {
	position: absolute;
	top: 50%;
	left: 230px;
	width: 331px;
	height: 439px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro .scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 90px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	font-size: 1.2rem;
}

.intro .scroll:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 75px;
	background-color: #fff;
	content: "";
	-webkit-transition: .2s .5s;
	-o-transition: .2s .5s;
	transition: .2s .5s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation: down 1.8s infinite;
	animation: down 1.8s infinite;
}

@-webkit-keyframes down {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	25% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	75% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

@keyframes down {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	25% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	75% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
	}
}

.lead {
	padding: 100px 0;
}

.lead .flex figure {
	width: 46%;
}

.lead .flex figure .svg {
	margin-bottom: 60px;
	width: 323px;
	height: 142px;
}

.lead .flex figure .logo {
	width: 400px;
}

.lead .flex .txt {
	width: 50%;
}

.list {
	margin: 0 auto;
	padding-bottom: 85px;
	max-width: 1500px;
}

.list ul li {
	position: relative;
	margin-bottom: 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);
	color: #fff;
}

.list ul li a {
	display: block;
}

.list ul li figure {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 50%;
	height: 100%;
}

.list ul li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	max-width: initial;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.list ul li figure:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2e73b5;
	content: "";
	opacity: .3;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.list ul li .inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	height: 250px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.list ul li .inner p {
	padding-right: 2%;
	width: 42%;
	text-align: right;
	text-indent: -.3em;
	font-size: 18px;
	font-size: 1.8rem;
}

.list ul li .inner .icn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;
	width: 70px;
	height: 66px;
	background: url(../img/icn-page.png) 0 0 no-repeat;
	background-size: 49px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.list ul li .inner .icn span {
	margin-bottom: -.7em;
	letter-spacing: 1px;
	font-size: 19px;
	font-size: 1.9rem;
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.list ul li .inner .icn span strong {
	font-size: 30px;
	font-size: 3rem;
}

.list ul li .inner .ttl {
	position: relative;
	padding-left: 1%;
	width: 42%;
}

.list ul li .inner .ttl small {
	text-indent: -.3em;
	font-size: 16px;
	font-size: 1.6rem;
}

.list ul li .inner .ttl strong {
	display: block;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.list ul li .inner .ttl .timmana {
	display: inline-block;
	margin-bottom: -.8em;
	letter-spacing: 2px;
	font-size: 23px;
	font-size: 2.3rem;
}

.list ul li .inner a .ttl {
	font-size: 16px;
	font-size: 1.6rem;
}

.list .yotei {
	text-align: center;
}

.list .yotei:before {
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
	background: url(../img/icn-arrow.png) 20px 0 no-repeat;
	background-size: 14px;
	content: "";
}

.list .yotei span {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}

.list .yotei span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: #2d71b5;
	content: "";
}

.pickup {
	padding: 60px 0 70px;
	background-color: #e1e9ed;
}

.pickup h2 {
	margin-bottom: 76px;
	text-align: center;
	line-height: 0;
}

.pickup h2 img {
	width: 84px;
}

.pickup .flex .col {
	min-height: 190px;
	width: 49%;
	background-color: #fff;
}

.pickup .flex .col a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #000;
}

.pickup .flex .col a:before, .pickup .flex .col a:after {
	position: absolute;
	top: 11px;
	right: 11px;
	display: block;
	width: 6px;
	height: 6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);
	content: "";
}

.pickup .flex .col a:before {
	top: 10px;
	right: 10px;
}

.pickup .flex .col a:after {
	border: 1px solid #fff;
}

.pickup .flex .col a:hover {
	opacity: 1;
}

.pickup .flex .col a:hover figure img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	-ms-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.pickup .flex .col a:hover figure:after {
	opacity: 0;
}

.pickup .flex .col figure {
	position: relative;
	overflow: hidden;
	width: 40%;
	height: 100%;
}

.pickup .flex .col figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pickup .flex .col figure:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2e73b5;
	content: "";
	opacity: .3;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pickup .flex .col .txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	width: 60%;
	line-height: 1.4;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pickup .flex .col .txt .ttl {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

.pickup .flex .col .txt .ttl strong {
	display: block;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.pickup .flex .col .txt .name {
	font-size: 15px;
	font-size: 1.5rem;
}

.pickup .flex .col .txt .name small {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.info {
	padding: 0 0 100px;
}

.info h2 {
	margin-bottom: 76px;
	text-align: center;
	line-height: 0;
}

.info h2 img {
	width: 138px;
}

.info .flex .col {
	width: 45.6%;
}

.info .flex .col figure {
	position: relative;
	margin-bottom: 10px;
}

.info .flex .col .txt {
	margin-bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

.pagetop {
	padding: 18px 0;
	background-color: #fff;
	text-align: center;
	line-height: 0;
	cursor: pointer;
}

.pagetop img {
	width: 29px;
}

footer {
	padding: 34px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#53afb3), to(#2d71b5));
	background: -webkit-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: -o-linear-gradient(top, #53afb3 0%, #2d71b5 100%);
	background: linear-gradient(to bottom, #53afb3 0%, #2d71b5 100%);
	color: #fff;
}

footer .inner .logo {
	width: 258px;
}

footer .inner .logo div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin-bottom: 16px;
	background: url(../img/icn-cross.png) 55% 50% no-repeat;
	background-size: 33px;
	line-height: 0;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .inner .logo div img {
	vertical-align: middle;
}

footer .inner .logo div img.kawaijuku {
	width: 108px;
}

footer .inner .logo div img.asahi {
	width: 87px;
}

footer .inner .logo > img {
	height: 20px;
}

footer .inner .snswrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

footer .inner .snswrap p {
	letter-spacing: 2px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

footer .inner .snswrap > div {
	margin-left: 14px;
}

footer .inner .snswrap > div img {
	width: 24px;
}

footer .inner small {
	display: block;
	text-align: right;
	letter-spacing: .05em;
	font-size: 10px;
	font-size: 1rem;
	font-family: "Timmana", -apple-system, "Yu Gothic", YuGothic, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

/*----------*/

.vol9ttl {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.pagenav .flex .col .vol9ttl {
	margin-right: .5em;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}

	.list ul li a:hover {
		opacity: 1;
	}

	.list ul li a:hover figure img {
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		-ms-transform: translate(-50%, -50%) scale(1.2);
		transform: translate(-50%, -50%) scale(1.2);
	}

	.list ul li a:hover figure:after {
		opacity: 0;
	}

	.info .flex .col figure {
		padding-bottom: 43.7%;
		height: 0;
	}

	.info .flex .col figure img {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.info .flex .col figure.vbottom img {
		margin-top: -3.6%;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	.flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.btns a {
		padding: 4px 8px;
		width: 170px;
		font-size: 1.5rem;
	}

	.btns.btns2 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.btns.btns2 a {
		width: 220px;
		line-height: 1.8;
	}

	.btns.btns2 a:first-child {
		margin-bottom: 10px;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.gnav {
		width: 30px;
		height: 75px;
	}

	.gnav .btn {
		position: fixed;
		padding: 6px;
		width: 30px;
		height: 75px;
	}

	.gnav .btn span {
		width: 15px;
	}

	.gnav .btn span:before, .gnav .btn span:after {
		width: 15px;
	}

	.gnav .btn span:before {
		top: -5px;
	}

	.gnav .btn span:after {
		bottom: -5px;
	}

	.gnav .btn p {
		margin-top: 8px;
		font-size: .7rem;
	}

	.gnav .menu {
		min-height: 90vh;
		width: 100%;
		height: auto;
	}

	.gnav.open {
		overflow-y: scroll;
		padding: 25px 25px 80px;
		max-width: 400px;
		max-height: initial;
		width: 100%;
	}

	.gnav.open .menu .home {
		margin-bottom: 24px;
	}

	.gnav.open .menu .home p img {
		width: 138px;
		height: 47px;
	}

	.gnav.open .menu ul:first-of-type {
		margin-right: 0;
	}

	.gnav.open .menu ul li {
		margin-bottom: 20px;
	}

	.gnav.open .menu ul li .icn {
		margin-right: 14px;
	}

	.gnav.open .menu ul li p {
		width: calc(100% - 46px);
	}

	.gnav.open .menu ul li.last {
		margin-top: -12px;
		padding-top: 48px;
		background-position: 20px -135px;
	}

	.intro .bg {
		background: url(../img/mainimg_sp.jpg) 50% 50% no-repeat;
		background-size: cover;
	}

	.intro .title {
		left: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		min-height: initial;
		width: 90px;
		height: 100.4%;
	}

	.intro .title p {
		font-size: .7rem;
	}

	.intro .title .catch {
		font-size: 1.6rem;
	}

	.intro .title .logo {
		max-width: 100%;
		background-size: 30px;
	}

	.intro .title .logo .kawaijuku {
		margin-bottom: 60px;
		width: 61px;
	}

	.intro .title .logo .asahi {
		width: 63px;
	}

	.intro h1 {
		left: 110px;
		width: 226px;
		height: 300px;
	}

	.intro .scroll {
		height: 80px;
		font-size: .9rem;
	}

	.intro .scroll:after {
		width: 1px;
		height: 62px;
	}

	.lead {
		padding: 75px 0;
	}

	.lead .flex figure {
		margin-bottom: 50px;
		width: 100%;
	}

	.lead .flex figure .svg {
		margin-bottom: 50px;
		width: 283px;
		height: 124px;
	}

	.lead .flex figure .logo {
		width: 280px;
	}

	.lead .flex .txt {
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.66;
	}

	.list {
		padding-bottom: 50px;
	}

	.list ul li figure {
		position: relative;
		width: 100%;
		height: auto;
	}

	.list ul li figure img {
		position: relative;
		top: 0;
		left: 0;
		max-width: 100%;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
	}

	.list ul li .inner {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		padding-left: 88px;
		height: 150px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.list ul li .inner p {
		margin-bottom: 5px;
		padding-right: 0;
		width: 100%;
		text-align: left;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.list ul li .inner .icn {
		position: absolute;
		top: 50%;
		left: 15px;
		margin-top: -25px;
		width: 56px;
		height: 45px;
		background-size: 34px;
	}

	.list ul li .inner .icn span {
		font-size: 1.4rem;
	}

	.list ul li .inner .icn span strong {
		font-size: 2.2rem;
	}

	.list ul li .inner .ttl {
		padding-left: 0;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.4;
	}

	.list ul li .inner .ttl small {
		display: block;
		margin-bottom: 5px;
		font-size: 1.5rem;
	}

	.list ul li .inner .ttl strong {
		font-size: 1.8rem;
	}

	.list ul li .inner .ttl .timmana {
		letter-spacing: 1px;
		font-size: 1.6rem;
	}

	.list ul li .inner a .ttl {
		font-size: 1.6rem;
	}

	.list .yotei {
		font-size: 1.4rem;
	}

	.pickup {
		padding: 50px 0;
	}

	.pickup h2 {
		margin-bottom: 40px;
	}

	.pickup .flex .col {
		min-height: initial;
		width: 100%;
	}

	.pickup .flex .col:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.pickup .flex .col a:before, .pickup .flex .col a:after {
		top: 8px;
		right: 8px;
	}

	.pickup .flex .col a:before {
		top: 7px;
		right: 7px;
	}

	.pickup .flex .col figure {
		width: 136px;
		height: 136px;
	}

	.pickup .flex .col .txt {
		padding: 10px 4px 10px 18px;
		width: auto;
		line-height: 1.3;
	}

	.pickup .flex .col .txt .ttl {
		margin-bottom: 5px;
		font-size: 1.1rem;
	}

	.pickup .flex .col .txt .ttl strong {
		font-size: 1.4rem;
	}

	.pickup .flex .col .txt .name small {
		font-size: 1rem;
	}

	.pickup .flex .col .txt .name {
		font-size: 1.3rem;
	}

	.info {
		padding: 20px 0 65px;
	}

	.info h2 {
		margin-bottom: 40px;
	}

	.info .flex .col {
		width: 100%;
	}

	.info .flex .col:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.pagetop {
		padding: 12px 0;
	}

	.pagetop img {
		width: 22px;
	}

	footer {
		padding: 45px 0;
	}

	footer .inner .logo {
		margin: 0 auto;
	}

	footer .inner .snswrap {
		-ms-flex-pack: center;
		margin: 20px 0;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	footer .inner small {
		text-align: center;
		line-height: 1.5;
	}
}
