@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* 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-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	position: relative;
	font-size: 62.5%;
}

body {
    position: relative;
    min-width: 320px;
    min-height: 100vh;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #000;
    counter-reset: count-number;
}

p {
	line-height: 1.75;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-backface-visibility: hidden;
}

/* layout
-------------------------------*/

.l-container,
.header__inner {
	width: 100%;
}

.l-inner {
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
}

/* heading
-------------------------------*/

.heading {
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    line-height: 1.3;
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    background-color: #336633;
}

/* btn
-------------------------------*/

a.btn:hover {
	text-decoration: none;
	opacity: .7;
}

.btn {
	display: inline-block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.btn-youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.btn-youtube__icon {
	width: 3rem;
	height: auto;
	margin-right: .8rem;
}

.btn-apllication {
	display: block;
	width: 100%;
	padding: 1rem 0;
	text-align: center;
	line-height: 1;
	font-size: 2.4rem;
	color: #fff;
	background-color: #C1272D;
	border-radius: .8rem;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.btn-apllication:hover {
	text-decoration: none;
	opacity: .7;
}

.btn-apllication-holder {
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
}

/* for sentence
-------------------------------*/

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

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

.text-spacing {
	display: inline-block;
	width: 1em;
}

.strong {
	-webkit-text-emphasis: filled dot #336633;
	text-emphasis: filled dot #336633;
}

.br::before {
	content: "\A";
	white-space: pre;
}

.replace {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/* fonts
-------------------------------*/

/* font-size */

.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

.fs-19 {
	font-size: 19px;
}

.fs-20 {
	font-size: 20px;
}

.fs-21 {
	font-size: 21px;
}

.fs-22 {
	font-size: 22px;
}

.fs-23 {
	font-size: 23px;
}

.fs-24 {
	font-size: 24px;
}

.fs-25 {
	font-size: 25px;
}

.fs-26 {
	font-size: 26px;
}

.fs-27 {
	font-size: 27px;
}

.fs-28 {
	font-size: 28px;
}

.fs-29 {
	font-size: 29px;
}

.fs-30 {
	font-size: 30px;
}

.fs-31 {
	font-size: 31px;
}

.fs-32 {
	font-size: 32px;
}

.fs-33 {
	font-size: 33px;
}

.fs-34 {
	font-size: 34px;
}

.fs-35 {
	font-size: 35px;
}

.fs-36 {
	font-size: 36px;
}

.fs-37 {
	font-size: 37px;
}

.fs-38 {
	font-size: 38px;
}

.fs-39 {
	font-size: 39px;
}

.fs-40 {
	font-size: 40px;
}

.fs-41 {
	font-size: 41px;
}

.fs-42 {
	font-size: 42px;
}

.fs-43 {
	font-size: 43px;
}

.fs-44 {
	font-size: 44px;
}

.fs-45 {
	font-size: 45px;
}

.fs-46 {
	font-size: 46px;
}

.fs-47 {
	font-size: 47px;
}

.fs-48 {
	font-size: 48px;
}

.fs-49 {
	font-size: 49px;
}

.fs-50 {
	font-size: 50px;
}

/* font-weight */

.fw-normal {
	font-weight: normal;
}

.fw-bold {
	font-weight: bold;
}

/* font-style */

.fs-italic {
	font-style: italic;
}

/* color
-------------------------------*/

.black {
	color: #000;
}

.grey {
	color: #999999;
}

.palegrey {
	color: #F5F5F5;
}

.white {
	color: #fff;
}

.red {
	color: #C1272D;
}

.primary {
	color: #336633;
}

.secondary {
	color: #C1272D;
}

.accent01 {
	color: #FF7682;
}

/* show only  SP/PC
-------------------------------*/

.nodisplay {
	display: none !important;
}

/* rythm
-------------------------------*/

/* margin */

/* padding */

/* header
-------------------------------*/

.header {
	position: relative;
}

.header__inner {
	position: relative;
}

.header__btnHolder {
	margin-bottom: 2.5rem;
}

.header__heading {
    margin-bottom: 1.5rem;
    padding: 0 1.4rem;
    line-height: 1.11765;
    font-size: 2.8rem;
    font-weight: bold;
    white-space: nowrap;
    color: #336633;
    border-left: solid 0.4rem #336633;
}

/* footer
-------------------------------*/

.footer {
	color: #fff;
	background-color: #336633;
}

.footer__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer__backtotop {
	position: absolute;
	top: -5.6rem;
	right: calc( 30vmin / 960 * 100);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 5.6rem;
	height: 5.6rem;
	background-color: #336633;
}

.footer__backtotop img {
	width: 2.4rem;
}

.footer__nav {
	padding-bottom: 5rem;
}

.footer__nav__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__nav__link {
	display: block;
	padding: 0 1rem;
	line-height: 1.75;
	color: #fff;
}

.footer__credit {
	text-align: center;
	line-height: 1.16667;
	font-size: 1.2rem;
}

.footer__credit a {
	color: #fff;
}

/* localnav
-------------------------------*/

.localnav__toggle {
	position: fixed;
	top: 1.5rem;
	right: calc( 30vmin / 960 * 100);
	z-index: 100000;
}

.localnav__toggle__menu {
	display: inline-block;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: relative;
	width: 4rem;
	height: 3.2rem;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}

.localnav__toggle__menu:focus {
	outline: none;
}

.localnav__toggle__menu span {
	position: absolute;
	left: 0;
	display: inline-block;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	width: 100%;
	height: .3rem;
	background-color: #333333;
}

.localnav__toggle__menu span:nth-of-type(1) {
	top: 0;
}

.localnav__toggle__menu span:nth-of-type(2) {
	top: 1.4rem;
}

.localnav__toggle__menu span:nth-of-type(3) {
	bottom: 0;
}

.localnav__toggle__menu.js-active span:nth-of-type(1) {
	-webkit-transform: translateY(1.4rem) rotate(-45deg);
	-ms-transform: translateY(1.4rem) rotate(-45deg);
	transform: translateY(1.4rem) rotate(-45deg);
}

.localnav__toggle__menu.js-active span:nth-of-type(2) {
	opacity: 0;
}

.localnav__toggle__menu.js-active span:nth-of-type(3) {
	-webkit-transform: translateY(-1.4rem) rotate(45deg);
	-ms-transform: translateY(-1.4rem) rotate(45deg);
	transform: translateY(-1.4rem) rotate(45deg);
}

.localnav__link:hover {
	text-decoration: none;
}

/* mv
-------------------------------*/

.mv {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

.mv__textarea {
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
	padding-top: 2rem;
}

.mv__text-big {
    margin-bottom: .5rem;
    line-height: 1.14286;
    font-size: 2.3rem;
    font-weight: bold;
}

/* intro
-------------------------------*/

.intro__subheading {
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 2.6rem;
    font-weight: bold;
    color: #336633;
}

.intro__box01 {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.intro__box01__textarea {
	padding-bottom: 3rem;
}

.intro__box01__imgHolder img {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
}

.intro__box01__imgHolder__caption {
	text-align: center;
}

.intro__box02 {
	padding-bottom: 5rem;
}

/* description
-------------------------------*/

.description__textarea {
	padding-top: 3rem;
	padding-bottom: 5rem;
}

.description__imgholder {
	width: 100%;
	overflow-x: hidden;
	padding-bottom: 5rem;
}

.description__imgholder img {
	display: inline-block;
	margin: 0 .5rem;
}

/* voice
-------------------------------*/

.voice__box {
	padding: 3rem 0;
}

.voice__box__container {
	position: relative;
}

.voice__box__heading {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: dotted 0.1rem #000;
}

.voice__box__heading__s {
    display: block;
    margin-bottom: 0.3rem;
}
.voice__box__heading__s2 {
    font-size: 1.5rem;
    font-weight: normal;
}

.voice__box__heading__l {
    line-height: 1.2;
    font-size: 2.3rem;
    font-weight: bold;
}

.voice__box__imgholder img {
	display: block;
	margin: 0 auto 3rem;
}

.voice__box__interview__heading {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #336633;
}

.voice__box__interview__heading::before {
	content: '■';
}

.voice__box__interview__content {
	margin-bottom: 1rem;
}

.voice__box04 {
	margin-bottom: 5rem;
}

.voice__box01__container,
.voice__box03__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.voice__box02,
.voice__box04 {
    background-color: #E9F5EB;
}

/* event
-------------------------------*/

.event__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
}

.event__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.event__box__heading {
	margin-bottom: 5rem;
}

.event__box__content {
	padding-bottom: 1.5rem;
}

/* requirements
-------------------------------*/

.requirements__container {
	padding-top: 5rem;
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
}

.requirements__table {
	width: 100%;
	margin-bottom: 5rem;
}

.requirements__table th,
.requirements__table td {
	padding: calc( 20vmin / 960 * 100) calc( 30vmin / 960 * 100);
	line-height: 1.75;
	border-top: dashed 0.1rem #999999;
	border-bottom: dashed 0.1rem #999999;
}

.requirements__table th {
	white-space: nowrap;
}

/* access
-------------------------------*/

.access__map iframe {
	width: 100%;
	height: 36.5rem;
	margin-bottom: 5rem;
}

.access__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
	padding-bottom: 5rem;
}

.access__contact__heading {
	margin-bottom: 2rem;
	padding: 1rem 0;
	text-align: center;
	border: solid 0.1rem #000;
}

.access__contact__content {
	text-align: center;
}

.access__contact__content__tel {
	font-size: 2.9rem;
	font-weight: bold;
	white-space: nowrap;
}

.access__youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.access__youtube__heading {
	font-size: 1.8rem;
}

.access__youtube__content {
	margin-bottom: 1rem;
}

/* bannerspace
-------------------------------*/

.bannerspace {
	background-color: #E9EBF5;
}

.bannerspace__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
	padding-top: 3rem;
	padding-bottom: 8rem;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("../images/icon/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: "slick";
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	z-index: 500;
	display: block;
	height: 4rem;
	width: 4rem;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 55%;
	-webkit-transform: translate(0, -55%);
	-ms-transform: translate(0, -55%);
	transform: translate(0, -55%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover::before,
.slick-prev:hover::after,
.slick-prev:focus::before,
.slick-prev:focus::after,
.slick-next:hover::before,
.slick-next:hover::after,
.slick-next:focus::before,
.slick-next:focus::after {
	opacity: 0.6;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
	position: absolute;
	left: 0;
	display: block;
	width: 3rem;
	height: .3rem;
	content: '';
	background-color: #fff;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.slick-prev {
	left: .2rem;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -1rem;
}

.slick-prev::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-prev::after {
	top: 2rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-next {
	right: .2rem;
}

[dir="rtl"] .slick-next {
	left: -1rem;
	right: auto;
}

.slick-next::before {
	top: 2rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.slick-next::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 0.6;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

@media screen and (min-width: 768px) {

.heading {
    padding-top: 0.8rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.8rem;
    line-height: 1.88235;
    font-size: 3rem;
}

.btn-youtube {
	padding: .8rem 1rem;
	border: solid 0.1rem #808080;
}

.btn-apllication {
	padding: 1.7rem 0;
	line-height: 1;
	font-size: 3rem;
}

.btn-apllication-holder {
	padding-bottom: 7.5rem;
}

.br-pc::before {
	content: "\A";
	white-space: pre;
}

.br-tablet::before {
	content: "\A";
	white-space: pre;
}

.spOnly {
	display: none !important;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	background-color: #fff;
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: normal;
}

.footer__nav {
	padding-bottom: 9rem;
}

.footer__nav__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.footer__nav__item {
	border-left: solid 0.1rem #fff;
}

.footer__nav__item:last-child {
	border-right: solid 0.1rem #fff;
}

.localnav {
	padding-bottom: 1.5rem;
}

.localnav__toggle {
	display: none;
}

.localnav__inner {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 1 !important;
}

.localnav__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	border-left: solid 0.1rem #000;
	text-align: center;
}

.localnav__item:nth-of-type(4) {
	border-right: solid 0.1rem #000;
}

.localnav__link {
	display: inline-block;
	padding: 0 1.2rem;
	line-height: 1.2;
	color: #000;
	background: transparent;
}

.localnav__link:hover {
	color: #48a8ef;
}

.localnav__btnHolder {
	position: absolute;
	top: 2rem;
	right: calc( 30vmin / 960 * 100);
}

.mv {
	margin-top: 18.4rem;
	margin-bottom: 5rem;
}

.mv__textarea {
	position: absolute;
	left: 0;
	bottom: 2rem;
	z-index: 10;
	width: 100%;
	padding: 2rem 3rem;
	background-color: rgba(255, 255, 255, 0.5);
}

.mv__text-big {
    line-height: 1.13514;
    font-size: 3.5rem;
}

.intro {
	margin-top: -18.4rem;
	padding-top: 18.4rem;
}

.intro__box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8.5rem;
    padding-bottom: 7.5rem;
}

.intro__box01__textarea {
	width: 50%;
	padding-right: 3.125vw;
	padding-top: 1.5625vw;
}

.intro__box01__imgHolder {
	width: 50%;
	padding-left: 3.125vw;
}

.intro__box01__imgHolder__caption {
	text-align: left;
}

.intro__box02 {
	padding-bottom: 7rem;
}

.intro__box02__heading {
	text-align: center;
}

.description {
	margin-top: -18.4rem;
	padding-top: 18.4rem;
}

.description__textarea {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.description__imgholder {
	padding-bottom: 7.5rem;
}

.description__imgholder img {
	margin: 0 1.5rem;
}

.voice {
	margin-top: -18.4rem;
	padding-top: 18.4rem;
}

/*voice__boxの文章が長い時heightを調整（タブレット縦の調整） */
.voice__box {
	height: 62vw;
	min-height: calc( 39rem + ( 30 / 960 * 100vw ));
	padding: 3.125vw 0;
}

.voice__box__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*voice__boxの文章が長い時text枠幅調整（タブレット縦の調整） */
.voice__box__inner {
	width: 54%;
}

.voice__box__heading__l {
    line-height: 1.2;
    font-size: 2.5rem;
}

.voice__box__imgholder img {
	width: 40vw;
	margin: 0 auto;
}

.voice__box01 {
	margin-top: 2rem;
}

.voice__box01__imgholder,
.voice__box03__imgholder {
	position: absolute;
	left: calc( 30vmin / 960 * 100);
	top: 0;
}

.voice__box02__imgholder,
.voice__box04__imgholder {
	position: absolute;
	right: calc( 30vmin / 960 * 100);
	top: 0;
}

.event__inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.event__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 7.5rem;
	padding-bottom: 4rem;
}

.event__box {
	width: 44.0625vw;
}

.requirements {
	margin-top: -18.4rem;
	padding-top: 18.4rem;
}

.requirements__table th,
.requirements__table td {
	padding: calc( 20vmin / 960 * 100) calc( 40vmin / 960 * 100);
}

.access__map iframe {
	height: 27.5634vw;
	margin-bottom: 6.5rem;
}

.access__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.access__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 8.85417vw;
	padding-right: 8.85417vw;
	padding-bottom: 6.5rem;
}

.access__contact {
	width: 33.02083vw;
}

.access__youtube {
	width: 39.27083vw;
	margin-top: -18.4rem;
	padding-top: 18.4rem;
}

.bannerspace__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.bannerspace__container {
	padding-left: calc( 90vmin / 960 * 100);
	padding-right: calc( 90vmin / 960 * 100);
}

.bannerspace__bannerholder {
	width: 38.54167vw;
}

.slick-prev {
	left: 1rem;
}

.slick-next {
	right: 1rem;
}

}

@media screen and (min-width: 768px) and (min-width: 960px) {

.localnav__item {
	font-size: 2rem;
}

.voice__box01__imgholder,
.voice__box03__imgholder {
	left: 3rem;
}

.voice__box02__imgholder,
.voice__box04__imgholder {
	right: 3rem;
}

}

@media screen and (min-width: 960px) {

body {
	min-width: 96rem;
}

.l-container,
.header__inner {
	width: 96rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.l-inner {
    padding-left: 3rem;
    padding-right: 3rem;
}

.btn-youtube {
    font-size: 1.8rem;
}

.header {
    padding-top: 1.5rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.5rem;
}

.header__logo {
	margin-bottom: 2.5rem;
}

.header__heading {
    line-height: 1.11765;
    font-size: 3rem;
}

.footer__backtotop {
	right: 0;
}

.footer__nav__item {
	font-size: 2rem;
}

.localnav__btnHolder {
	right: 0;
}

.intro__subheading {
    line-height: 1.32353;
    font-size: 2.8rem;
    font-weight: bold;
}

.intro__box01__textarea {
	padding-right: 3rem;
	padding-top: 1.5rem;
}

.intro__box01__imgHolder {
	padding-left: 3rem;
}

.intro__box01__imgHolder__caption {
    font-size: 1.6rem;
}

.voice__box {
    height: 47.5rem;
    padding: 4.5rem 0;
}

.voice__box__inner {
	width: 53%;
}

.voice__box__heading__s {
    font-size: 1.7rem;
}

.voice__box__heading__s2 {
    font-size: 1.5rem;
    font-weight: normal;
}


.voice__box__imgholder img {
	width: 38.4rem;
}

.event__box {
	width: 42.3rem;
}

.access__map iframe {
	height: 50rem;
}

.access__contact__heading {
	font-size: 2rem;
}

.access__contact__content {
	font-size: 2rem;
}

.bannerspace__container {
	padding: 3rem 9rem 11rem;
}

.bannerspace__bannerholder {
	width: 37rem;
}

}

@media screen and (min-width: 992px) {

.btn-apllication-holder {
	padding-left: 0;
	padding-right: 0;
}

.br-tablet::before {
	content: '';
	white-space: normal;
}

.fs-pc-10 {
	font-size: 10px;
}

.fs-pc-11 {
	font-size: 11px;
}

.fs-pc-12 {
	font-size: 12px;
}

.fs-pc-13 {
	font-size: 13px;
}

.fs-pc-14 {
	font-size: 14px;
}

.fs-pc-15 {
	font-size: 15px;
}

.fs-pc-16 {
	font-size: 16px;
}

.fs-pc-17 {
	font-size: 17px;
}

.fs-pc-18 {
	font-size: 18px;
}

.fs-pc-19 {
	font-size: 19px;
}

.fs-pc-20 {
	font-size: 20px;
}

.fs-pc-21 {
	font-size: 21px;
}

.fs-pc-22 {
	font-size: 22px;
}

.fs-pc-23 {
	font-size: 23px;
}

.fs-pc-24 {
	font-size: 24px;
}

.fs-pc-25 {
	font-size: 25px;
}

.fs-pc-26 {
	font-size: 26px;
}

.fs-pc-27 {
	font-size: 27px;
}

.fs-pc-28 {
	font-size: 28px;
}

.fs-pc-29 {
	font-size: 29px;
}

.fs-pc-30 {
	font-size: 30px;
}

.fs-pc-31 {
	font-size: 31px;
}

.fs-pc-32 {
	font-size: 32px;
}

.fs-pc-33 {
	font-size: 33px;
}

.fs-pc-34 {
	font-size: 34px;
}

.fs-pc-35 {
	font-size: 35px;
}

.fs-pc-36 {
	font-size: 36px;
}

.fs-pc-37 {
	font-size: 37px;
}

.fs-pc-38 {
	font-size: 38px;
}

.fs-pc-39 {
	font-size: 39px;
}

.fs-pc-40 {
	font-size: 40px;
}

.fs-pc-41 {
	font-size: 41px;
}

.fs-pc-42 {
	font-size: 42px;
}

.fs-pc-43 {
	font-size: 43px;
}

.fs-pc-44 {
	font-size: 44px;
}

.fs-pc-45 {
	font-size: 45px;
}

.fs-pc-46 {
	font-size: 46px;
}

.fs-pc-47 {
	font-size: 47px;
}

.fs-pc-48 {
	font-size: 48px;
}

.fs-pc-49 {
	font-size: 49px;
}

.fs-pc-50 {
	font-size: 50px;
}

.mv__text-normal {
	line-height: 1.75;
	font-size: 2rem;
}

.voice__box04 {
	margin-bottom: 7.5rem;
}

.requirements__container {
	padding-left: 0;
	padding-right: 0;
	padding-top: 7.5rem;
}

.requirements__table {
	margin-bottom: 6.5rem;
}

.requirements__table th,
.requirements__table td {
	padding: 2rem 4rem;
}

.access__container {
	padding-left: 8.5rem;
	padding-right: 8.5rem;
}

.access__contact {
	width: 31.7rem;
}

.access__contact__content__tel a {
	pointer-events: none;
}

.access__contact__content__tel a:hover {
	text-decoration: none;
}

.access__youtube {
	width: 37.7rem;
}

}

@media screen and (max-width: 959px) {

.header__bottom {
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
	padding-top: 2rem;
}

.header__logo {
	padding-left: calc( 30vmin / 960 * 100);
	padding-right: calc( 30vmin / 960 * 100);
	padding-top: 1.2rem;
	padding-bottom: .8rem;
}

}

@media screen and (max-width: 767px) {

.br-sp::before {
	content: "\A";
	white-space: pre;
}

.fs-sp-10 {
	font-size: 10px;
}

.fs-sp-11 {
	font-size: 11px;
}

.fs-sp-12 {
	font-size: 12px;
}

.fs-sp-13 {
	font-size: 13px;
}

.fs-sp-14 {
	font-size: 14px;
}

.fs-sp-15 {
	font-size: 15px;
}

.fs-sp-16 {
	font-size: 16px;
}

.fs-sp-17 {
	font-size: 17px;
}

.fs-sp-18 {
	font-size: 18px;
}

.fs-sp-19 {
	font-size: 19px;
}

.fs-sp-20 {
	font-size: 20px;
}

.fs-sp-21 {
	font-size: 21px;
}

.fs-sp-22 {
	font-size: 22px;
}

.fs-sp-23 {
	font-size: 23px;
}

.fs-sp-24 {
	font-size: 24px;
}

.fs-sp-25 {
	font-size: 25px;
}

.fs-sp-26 {
	font-size: 26px;
}

.fs-sp-27 {
	font-size: 27px;
}

.fs-sp-28 {
	font-size: 28px;
}

.fs-sp-29 {
	font-size: 29px;
}

.fs-sp-30 {
	font-size: 30px;
}

.fs-sp-31 {
	font-size: 31px;
}

.fs-sp-32 {
	font-size: 32px;
}

.fs-sp-33 {
	font-size: 33px;
}

.fs-sp-34 {
	font-size: 34px;
}

.fs-sp-35 {
	font-size: 35px;
}

.fs-sp-36 {
	font-size: 36px;
}

.fs-sp-37 {
	font-size: 37px;
}

.fs-sp-38 {
	font-size: 38px;
}

.fs-sp-39 {
	font-size: 39px;
}

.fs-sp-40 {
	font-size: 40px;
}

.fs-sp-41 {
	font-size: 41px;
}

.fs-sp-42 {
	font-size: 42px;
}

.fs-sp-43 {
	font-size: 43px;
}

.fs-sp-44 {
	font-size: 44px;
}

.fs-sp-45 {
	font-size: 45px;
}

.fs-sp-46 {
	font-size: 46px;
}

.fs-sp-47 {
	font-size: 47px;
}

.fs-sp-48 {
	font-size: 48px;
}

.fs-sp-49 {
	font-size: 49px;
}

.fs-sp-50 {
	font-size: 50px;
}

.pcOnly {
	display: none !important;
}

.header__bottom {
	margin-top: 6.4rem;
}

.header__logo {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	background-color: #fff;
	box-shadow: 0 0.3rem 0.3rem rgba(153, 153, 153, 0.3);
}

.header__logo img {
	width: 20rem;
}

.localnav__inner {
	position: fixed;
	left: 0;
	right: 0;
	top: 6.4rem;
	z-index: 10000;
	display: none;
	height: calc( 100vh - ( 4.4rem + 1.2rem + .8rem ));
	background-color: #336633;
}

.localnav__link {
	display: block;
	padding: 1.8rem 2.5rem;
	color: #fff;
	border-bottom: solid 0.1rem #fff;
}

.localnav__btnHolder .btn-youtube {
	padding: 1.8rem 2.5rem;
	background-color: #fff;
}

.intro {
    padding-top: 3rem;
}

.description {
	padding-top: 6.4rem;
}

.voice {
	padding-top: 6.4rem;
}

.event {
	padding-top: 6.4rem;
}

.event__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5rem;
}

.event__box:last-child .event__box__heading {
	margin-bottom: 0;
}

.requirements {
	padding-top: 6.4rem;
}

.access {
	padding-top: 6.4rem;
}

.access__youtube {
	padding-top: 6.4rem;
}

.bannerspace {
	padding-top: 6.4rem;
}

.bannerspace__bannerholder:not(:last-child) {
	margin-bottom: 2rem;
}

}
