/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html{
	line-height: 1.15; /* 1 */

	    -ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body{
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section{
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1{
	margin: .67em 0;
	font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main{
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure{
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr{
	overflow: visible; /* 2 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre{
	font-size: 1em; /* 2 */
	font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a{
	background-color: transparent; /* 1 */

	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title]{
	border-bottom: none; /* 1 */
	        text-decoration: underline; /* 2 */
	        text-decoration: underline dotted; /* 2 */

	-webkit-text-decoration: underline dotted;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong{
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong{
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp{
	font-size: 1em; /* 2 */
	font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn{
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark{
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small{
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup{
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub{
	bottom: -.25em;
}

sup{
	top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video{
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]){
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img{
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root){
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea{
	margin: 0; /* 2 */
	font-size: 100%; /* 1 */
	font-family: sans-serif; /* 1 */
	line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input{
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select{
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"]{
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{
	padding: 0;
	border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset{
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend{
	display: table; /* 1 */
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 3 */
	max-width: 100%; /* 1 */
	color: inherit; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress{
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea{
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"]{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"]{
	outline-offset: -2px; /* 2 */

	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button{
	font: inherit; /* 2 */

	-webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu{
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary{
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas{
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template{
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden]{
	display: none;
}

/*-------include Berbon -----------------*/

@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");
}

*{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

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

html{
	overflow-x: hidden;
	font-size: 10px;

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

body{
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

a{
	color: inherit;
	text-decoration: none;
}

a:not([class]):hover{
	color: inherit;
	text-decoration: none;
	-webkit-transition: .4s;
	     -o-transition: .4s;
	        transition: .4s;
}

a:not([class]){
	color: inherit;
	text-decoration: underline;
}

a[href*="tel"]{
	text-decoration: none;
}

a[href*="mail"]{
	text-decoration: underline;
}

p{
	margin: 0;
	padding: 0;
	line-height: inherit;
}

p:first-child{
	margin-top: 0;
}

ul, dl, ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

li, dd, dt{
	display: block;
	margin: 0;
}

strong{
	font-weight: bold;
}

input{
	font-size: 15px;
	font-size: 1.5rem;
}

label{
	line-height: 1.7;
}

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

img{
	display: inline-block;
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: top;
}

em{
	font-style: normal;
}

address{
	font-style: normal;
}

i{
	vertical-align: middle;
}

input{
	outline: 0;
}

cite{
	display: block;
	font-style: normal;
	line-height: 1.7;
}

figure{
	margin: 0;
	padding: 0;
}

button{
	outline: none;
	border-style: none;
	background-color: transparent;
}

.u_spaceT0{
	margin-top: 0 !important;
}

.u_spaceB0{
	margin-bottom: 0 !important;
}

.u_spaceL0{
	margin-left: 0 !important;
}

.u_spaceR0{
	margin-right: 0 !important;
}

.pddT0{
	padding-top: 0 !important;
}

.pddB0{
	padding-bottom: 0 !important;
}

.pddL0{
	padding-left: 0 !important;
}

.pddR0{
	padding-right: 0 !important;
}

.pddLR0{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.pddTB0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.u_spaceT5{
	margin-top: 5px !important;
}

.u_spaceT3{
	margin-top: 3px;
}

.u_spaceT10{
	margin-top: 10px !important;
}

.u_spaceB10{
	margin-bottom: 10px !important;
}

.u_spaceL10{
	margin-left: 10px !important;
}

.u_spaceR10{
	margin-right: 10px !important;
}

.u_spaceR20{
	margin-right: 20px !important;
}

.u_spaceT15{
	margin-top: 15px !important;
}

.u_spaceB15{
	margin-bottom: 15px !important;
}

.u_spaceB5{
	margin-bottom: 5px !important;
}

.u_spaceB20{
	margin-bottom: 20px !important;
}

.u_spaceB25{
	margin-bottom: 25px !important;
}

.u_spaceL5{
	margin-left: 5px !important;
}

.u_spaceL15{
	margin-left: 15px !important;
}

.u_spaceL20{
	margin-left: 20px !important;
}

.u_spaceR15{
	margin-right: 15px !important;
}

.u_spaceT20{
	margin-top: 20px !important;
}

.u_spaceT25{
	margin-top: 25px !important;
}

.u_spaceT30{
	margin-top: 35px !important;
}

.u_spaceT40{
	margin-top: 40px !important;
}

.u_spaceT45{
	margin-top: 45px !important;
}

.u_spaceT50{
	margin-top: 50px !important;
}

.u_spaceT55{
	margin-top: 55px !important;
}

.u_spaceT60{
	margin-top: 60px !important;
}

.u_spaceT35{
	margin-top: 30px !important;
}

.u_pdd5{
	padding: 5px !important;
}

.u_pdd10{
	padding: 10px !important;
}

.u_pdd15{
	padding: 15px !important;
}

.u_pdd20{
	padding: 20px !important;
}

.u_pddB10{
	padding-bottom: 10px !important;
}

.u_pddB5{
	padding-bottom: 5px !important;
}

.u_pddT5{
	padding-top: 5px !important;
}

.u_spaceT-5{
	margin-top: -5px !important;
}

.u_spaceT-10{
	margin-top: -10px !important;
}

.u_spaceT-15{
	margin-top: -15px !important;
}

.u_spaceT-20{
	margin-top: -20px !important;
}

.u_spaceT-25{
	margin-top: -25px !important;
}

.u_spaceT-30{
	margin-top: -30px !important;
}

.u_spaceT-35{
	margin-top: -35px !important;
}

.u_spaceT-40{
	margin-top: -40px !important;
}

.u_spaceT-45{
	margin-top: -45px !important;
}

.u_spaceT-50{
	margin-top: -50px !important;
}

.u_goRight{
	margin-left: auto !important;
	text-align: right !important;
}

.u_goLeft{
	margin-right: auto !important;
	text-align: left !important;
}

.u_goCenter{
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

.u_notStandOut{
	font-size: 90%;
}

.u_notStandOut.-level00{
	font-size: 90%;
}

.u_notStandOut.-level01{
	font-size: 80%;
}

.u_notStandOut.-level02{
	font-size: 70%;
}

.u_notStandOut.-level03{
	font-size: 60%;
}

.u_notStandOut.-level04{
	font-size: 40%;
}

.u_notStandOut.-level05{
	font-size: 30%;
}

.u_notStandOut.-level06{
	font-size: 20%;
}

.u_notStandOut.-slim{
	font-weight: normal !important;
}

.u_standOut.-level00{
	font-size: 110%;
}

.u_standOut.-level01{
	font-size: 120%;
}

.u_standOut.-level02{
	font-size: 140%;
}

.u_standOut.-level03{
	font-size: 160%;
}

.u_standOut.-level04{
	font-size: 180%;
}

.u_standOut.-level05{
	font-size: 200%;
}

.u_standOut.-level06{
	font-size: 220%;
}

.u_standOut.-slim{
	font-weight: normal !important;
}

.u_caution{
	color: #cc0000;
}

.u_blind-bit{
	display: none;
}

.u_blind-small{
	display: none;
}

.u_blind-medium{
	display: none;
}

.u_blind-large{
	display: none;
}

.u_blind-huge{
	display: none;
}

.u_break-small{
	display: inline;
}

.u_break-medium{
	display: inline;
}

.u_break-large{
	display: inline;
}

.u_tb-brake{
	display: none;
}

.u_textLink{
	padding-bottom: .1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: inherit;
	line-height: 1.5;
}

.u_textLink:hover{
	border-bottom-style: none;
	color: #00a2c7;
}

.u_lh1{
	line-height: 1;
}

.u_ls--L{
	letter-spacing: .3em;
}

.u_ls--narrow{
	letter-spacing: -.15em;
}

.u_ls--shorten{
	letter-spacing: -.04em;
}

.u_caption{
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.u_cancel{
	text-decoration: line-through;
}

.u_offsetLeft{
	position: relative;
	left: -.5em;
}

.Page{
	position: relative;
	overflow-x: hidden;
	height: 100%;
	background-color: #fff;
	color: #333;
	letter-spacing: .08em;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	line-height: 1;

	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
}

.Page__body{
	height: 100%;
}

.Sparation{
	position: relative;
}

.Sparation.-header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	border-bottom: thin solid #6dbcff;
	background-color: #fff;
	-webkit-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}

.Sparation.-fv{
	z-index: 2;
}

.Sparation.-footer{
	z-index: 1;
	background-color: #107dda;
}

.Sparation.-footer::before{
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	border-top: thin solid #fff;
	content: "";
}

.Sparation.-low{
	top: -95px;
}

.Sparation.-variation01{
	z-index: 1;
	padding-bottom: 40%;
	background: transparent url("../../images/top/top_bg01.jpg") no-repeat 50% 100%;
	background-attachment: fixed;
	background-size: cover;
}

.Sparation.-variation02{
	z-index: 1;
	background: #f2f2f4 url("../../images/top/top_bg02.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.Sparation.-variation04{
	z-index: 1;
	height: 500px;
	background: transparent url("../../images/profile/bg01.jpg") no-repeat 30% 100%;
	background-size: cover;
}

.Sparation.-variation03{
	background-color: #efefef;
}

.Sparation__each.-variation01{
	padding-top: 65px;
	border-bottom: thin solid #ccc;
}

.Sparation__each.-variation02{
	padding-top: 0;
	border-bottom: thin solid #ccc;
}

.Sparation__each.-offset01{
	margin-top: -88px;
}

.Sparation__inner{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	max-width: 1250px;
	height: 100%;
}

.Sparation__inner.-variation01{
	padding-right: 0;
	padding-left: 0;
	max-width: 1170px;
}

.Header{
	position: relative;
	padding: 20px 0 0 0;
	height: 95px;
	text-align: center;
}

.Header__logo{
	display: inline-block;
	width: 240px;
	-webkit-transition: all .5s ease-out;
	     -o-transition: all .5s ease-out;
	        transition: all .5s ease-out;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.-low .Header__logo{
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.Header__logoSub{
	position: absolute;
	bottom: -57px;
	left: 40px;
	width: 150px;
	opacity: 0;
	-webkit-transition: opacity .1s ease-out, -webkit-transform 2s cubic-bezier(.42, .02, 0, 1);
	     -o-transition: transform 2s cubic-bezier(.42, .02, 0, 1), opacity .1s ease-out;
	        transition: opacity .1s ease-out, -webkit-transform 2s cubic-bezier(.42, .02, 0, 1);
	        transition: transform 2s cubic-bezier(.42, .02, 0, 1), opacity .1s ease-out;
	        transition: transform 2s cubic-bezier(.42, .02, 0, 1), opacity .1s ease-out, -webkit-transform 2s cubic-bezier(.42, .02, 0, 1);
	-webkit-transform: translateY(-400px);
	    -ms-transform: translateY(-400px);
	        transform: translateY(-400px);
}

.-low .Header__logoSub{
	opacity: 1;
	-webkit-transition: opacity .5s ease-out, -webkit-transform 1s cubic-bezier(.42, .02, 0, 1);
	     -o-transition: transform 1s cubic-bezier(.42, .02, 0, 1), opacity .5s ease-out;
	        transition: opacity .5s ease-out, -webkit-transform 1s cubic-bezier(.42, .02, 0, 1);
	        transition: transform 1s cubic-bezier(.42, .02, 0, 1), opacity .5s ease-out;
	        transition: transform 1s cubic-bezier(.42, .02, 0, 1), opacity .5s ease-out, -webkit-transform 1s cubic-bezier(.42, .02, 0, 1);
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.Header__ctr{
	display: none;
}

.Logo__target{
	display: block;
}

.Logo__target.-sub{
	text-align: left;
}

.Sns{
	position: absolute;
	top: 20px;
	right: 20px;
}

.Sns.-footer{
	position: static;
	margin-top: 20px;
}

.Sns__main{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-align: center;

	-js-display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}

.Sns__item:not(:last-of-type){
	margin-right: 20px;
}

.GlobalNavi{
	padding: 30px 0 0 0;
	background-color: #fff;
	background-color: #fff;
}

.GlobalNavi__main{
	text-align: center;
}

.GlobalNavi__item{
	display: inline-block;
	padding: 0 .8%;
}

.GlobalNavi__item.-hasSub{
	position: relative;
}

.GlobalNavi__target{
	position: relative;
	display: block;
	padding: 0 0 30px 0;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1;
	cursor: pointer;
}

.GlobalNavi__subItem{
	margin-bottom: 30px;
	white-space: nowrap;
}

.GlobalNavi__subTarget{
	position: relative;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.Fv{
	position: relative;
}

.Fv.-top{
	margin-bottom: 40px;
}

.Fv.-top::after{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 99.8%;
	outline: solid thin #fff;
	outline-offset: -7px;
	content: "";
}

.Fv.-variation01{
	height: 280px;
	background-repeat: no-repeat;
}

.Fv.-variation02{
	height: 600px;
	background-repeat: no-repeat;
}

.Fv.-activity{
	background-image: url("../../images/activity/fv_img.jpg");
	background-position: 50% 40%;
	background-size: cover;
}

.Fv.-profile{
	background-image: url("../../images/profile/fv_img.jpg");
	background-position: 50% 50%;
	background-size: cover;
}

.Fv.-promise{
	background-image: url("../../images/promise/fv_img.jpg");
	background-position: 50% 40%;
	background-size: cover;
}

.Fv.-admission{
	background-image: url("../../images/admission/fv_img.jpg");
	background-position: 50% 45%;
	background-size: cover;
}

.Fv.-contact{
	background-image: url("../../images/contact/fv_img.jpg");
	background-position: 50% 0;
	background-size: cover;
}

.Fv__inner{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 1170px;
	height: 100%;
}

.Fv__title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.Fv__title.-gravityLeft{
	left: 0;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.Fv__title.-gravityRight{
	right: 0;
	left: auto;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.Slide{
	opacity: 0;
}

.Slide.slick-initialized{
	opacity: 1;
}

.Slide__item{
	width: 100%;
}

.Slide .slick-dots{
	bottom: -45px;
}

.Slide .slick-dots li{
	margin: 0 15px;
	width: auto;
	height: auto;
}

.Slide .slick-dots li button{
	width: auto;
	height: auto;
}

.Slide .slick-dots li button:hover::before{
	opacity: 1;
}

.Slide .slick-dots li button:before{
	width: 16px;
	height: 16px;
	background-color: #ccc;
	content: "";
	opacity: .6;
}

.Slide .slick-dots li.slick-active button:before{
	background-color: #6dbcff;
}

.NewsTop{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.NewsTop__item{
	position: relative;
	min-height: 680px;
	width: 50%;
	border-bottom: thin solid #ccc;
}

.NewsTop__item.-left{
	padding: 40px 50px 140px 0;
	border-right: thin solid #ccc;
}

.NewsTop__item.-right{
	padding: 40px 0 140px 50px;
}

.NewsTop__archive.-sns{
	height: 500px;
}

.NewsTop__button{
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 160px;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.BlockTitle{
	display: inline-block;
	letter-spacing: .2em;
	font-weight: 500;
	font-size: 40px;
	font-size: 4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.3;
}

.BlockTitle::after{
	display: block;
	margin-top: 7px;
	width: 100%;
	height: 3px;
	background-color: #107dda;
	content: "";
}

.BlockTitle.-short{
	letter-spacing: .1em;
}

.BlockTitle.-small{
	font-size: 28px;
	font-size: 2.8rem;
}

.BlockTitle.-light::after{
	background-color: #6dbcff;
}

.BlockTitle.-modern{
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.ArchiveList__item{
	border-bottom: thin solid #ccc;
}

.ArchiveList__item.-widget{
	border-bottom-style: none;
}

.ArchiveList__target{
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
}

.ArchiveList__item:first-of-type .ArchiveList__target{
	padding-top: 0;
}

.ArchiveList__target.-widget{
	padding-top: 15px;
	padding-bottom: 15px;
}

.ArchiveList__time{
	display: block;
	margin-bottom: .7em;
	font-weight: bold;
}

.ArchiveList__time::before{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: .2em;
	color: #107dda;
	content: "\25A0";
	opacity: .45;
}

.ArchiveList__target:hover .ArchiveList__time::before{
	opacity: 1;
}

.ArchiveList__time.-new::before{
	top: -2px;
	padding: 3px 2px 2px 4px;
	border-radius: 3px;
	background-color: #cc0000;
	color: #fff;
	content: "NEW";
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	opacity: 1;
}

.ArchiveList__target:hover .ArchiveList__time.-new::before{
	background-color: #ff0000;
}

.ArchiveList__discription{
	line-height: 1.7;
}

.ArchiveList__category{
	margin-bottom: .5em;
	color: #107dda;
}

.ArchiveList__category::before{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: .2em;
	color: #107dda;
	content: "\25A0";
	opacity: .45;
}

.ArchiveList__target:hover .ArchiveList__category::before{
	opacity: 1;
}

.ArchiveList__day{
	display: block;
	margin-bottom: .5em;
	color: #6dbcff;
}

.ArchiveList__title{
	line-height: 1.5;
}

.Button{
	position: relative;
	display: inline-block;
	max-width: 100%;
	width: 100%;
	color: inherit;
	text-decoration: none !important;
	white-space: nowrap;
	letter-spacing: .07em;
	font-size: inherit;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .8s;
	     -o-transition: .8s;
	        transition: .8s;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.Button.-ghost--variation01{
	overflow: hidden;
	border: thin solid #6dbcff;
	background-color: transparent;
	color: #6dbcff;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.Button.-ghost--variation02{
	overflow: hidden;
	border: thin solid #3f8eda;
	background-color: #fff;
	color: #3f8eda;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.Button.-solid--variation01{
	overflow: hidden;
	outline: solid thin #fff;
	outline-offset: -5px;
	background-color: #6dbcff;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.Button.-solid--variation02{
	overflow: hidden;
	outline: solid thin #333;
	outline-offset: -5px;
	background-color: #ffff00;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.Button.-solid--variation03{
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.Button.-solid--variation03.-active{
	background-color: #107dda;
	-webkit-transition: none;
	     -o-transition: none;
	        transition: none;
}

.Button.-solid--variation03::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6dbcff;
	content: "";
}

.Button.-to-top{
	padding: 25px 20px 5px 20px;
	outline: solid thin #fff;
	outline-offset: -5px;
	background-color: #107dda;
}

.Button.-comment{
	padding: 30px 12px 20px 15px;
	outline: solid thin #fff;
	outline-offset: -5px;
	background-color: #6dbcff;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.Button.-gravityCenter{
	display: Flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;

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

.Button.-low{
	padding: .6em .6em .55em;
}

.Button.-standard{
	padding: 1em .6em .8em;
}

.Button.-tall{
	padding: 1.5em .6em 1.3em;
}

.Button.-fixHeight{
	height: 60px;
}

.Button__ico{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.Button__ico.-gravityRight{
	right: 15px;
}

.Button__ico.-gravityLeft{
	left: 15px;
}

.Button__ico.-comment{
	position: static;
	top: auto;
	display: inline-block;
	margin-top: 10px;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.IndexA{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	margin-bottom: -90px;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.IndexA__item{
	margin-bottom: 90px;
	width: 48%;
}

.IndexB__item{
	display: block;
	margin-bottom: 160px;
}

.IndexB__item:last-of-type{
	margin-bottom: 100px;
}

.IndexB__item.-hight{
	margin-bottom: 235px;
}

.IndexC{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	margin-bottom: -40px;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.IndexC__item{
	margin-bottom: 40px;
	width: 31.6%;
}

.Wrap{
	padding-bottom: 100px;
}

.Wrap.-variation01{
	padding-top: 65px;
	padding-bottom: 100px;
}

.Wrap.-variation02{
	padding-top: 40px;
	padding-bottom: 50px;
}

.Wrap.-variation03{
	padding-top: 15px;
	padding-bottom: 15px;
}

.Wrap.-variation04{
	padding-top: 30px;
	padding-bottom: 50px;
}

.Wrap.-variation05{
	padding-top: 0;
	padding-bottom: 100px;
}

.Wrap.-variation06{
	padding-top: 100px;
	padding-bottom: 100px;
}

.Wrap.-variation07{
	padding-top: 30px;
	padding-bottom: 0;
}

.Wrap.-variation08{
	padding-top: 65px;
	padding-bottom: 50px;
}

.CardA{
	position: relative;
	display: block;
	padding-bottom: 60px;
	height: 100%;
}

.CardA__img{
	margin-bottom: 30px;
}

.CardA__head{
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.Card__button{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.CardB{
	position: relative;
	display: block;
	height: 100%;
}

.CardB__head{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	padding: .4em .7em;
	width: 62%;
	background-color: rgba(16, 125, 218, .9);
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-weight: 500;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.3;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.CardB__head.-small{
	font-size: 22px;
	font-size: 2.2rem;
}

.CardC__img{
	margin-bottom: 15px;
}

.CardC__caption{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.CardD{
	z-index: 1;
	outline: solid thin #6dbcff;
	outline-offset: -5px;
	background-color: #f5faff;
}

.CardE__meta{
	margin-bottom: 25px;
}

.CardE__img{
	margin-bottom: 25px;
}

.CardE__target{
	display: block;
}

.CardE__head{
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.CardE__target:hover .CardE__head{
	color: #107dda;
}

.Thumbnail{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.Thumbnail.-variation01{
	padding-bottom: 46%;
}

.Thumbnail.-variation02{
	padding-bottom: 64.8%;
}

.Thumbnail__inner{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 100%;
	-webkit-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.CardA:hover .Thumbnail__inner, .CardB:hover .Thumbnail__inner{
	-webkit-transform: translate(-50%, -50%) scale(1.08);
	    -ms-transform: translate(-50%, -50%) scale(1.08);
	        transform: translate(-50%, -50%) scale(1.08);
}

.Thumbnail__decratiion{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	padding: 5px;
	width: 100%;
	height: 100%;
}

.Thumbnail__decratiion::after{
	display: block;
	width: 100%;
	height: 100%;
	border: thin solid #fff;
	content: "";
}

.FloatPanelA{
	position: relative;
}

.FloatPanelA::after{
	display: block;
	clear: both;
	content: "";
}

.FloatPanelA__head{
	position: absolute;
	top: 0;
	left: -8%;
	z-index: 2;
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
	-webkit-transform: translateX(-200px);
	    -ms-transform: translateX(-200px);
	        transform: translateX(-200px);
}

.FloatPanelA__head.-variation01{
	width: 45.7%;
}

.FloatPanelA__head.-variation02{
	width: 61%;
}

.FloatPanelA__head.-variation03{
	width: 49.6%;
}

.-fadeIn .FloatPanelA__head{
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.FloatPanelA__discription{
	position: absolute;
	top: 120px;
	z-index: 2;
	margin-bottom: 50px;
	color: #3f8eda;
	text-shadow: 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 40px #fff;
	font-size: 40px;
	font-size: 4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: all 1s ease .5s;
	     -o-transition: all 1s ease .5s;
	        transition: all 1s ease .5s;
	-webkit-transform: translateX(-200px);
	    -ms-transform: translateX(-200px);
	        transform: translateX(-200px);
}

.-fadeIn .FloatPanelA__discription{
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.FloatPanelA__img{
	float: right;
	width: 65.8%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
	-webkit-transform: translateX(200px);
	    -ms-transform: translateX(200px);
	        transform: translateX(200px);
}

.-fadeIn .FloatPanelA__img{
	opacity: 1;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.FloatPanelA__body{
	position: absolute;
	top: 270px;
	z-index: 2;
	padding: 4.3% 3.4%;
	width: 42.7%;
	background-color: rgba(222, 236, 249, .9);
	opacity: 0;
	-webkit-transition: all 1s ease 1s;
	     -o-transition: all 1s ease 1s;
	        transition: all 1s ease 1s;
	-webkit-transform: translateY(100px);
	    -ms-transform: translateY(100px);
	        transform: translateY(100px);
}

.-fadeIn .FloatPanelA__body{
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.ListA__item{
	margin-bottom: .7em;
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.ListA__item::before{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: .2em;
	color: #6dbcff;
	content: "\25A0";
	text-indent: 0;
}

.ListA__item:last-of-type{
	margin-bottom: 0 !important;
}

.ListA__item.-tall{
	margin-bottom: 1em;
}

.ListA__target{
	color: #333;
}

.ListB__item{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.ListB__item:not(:last-of-type){
	margin-bottom: .5em;
}

.ListB__item.-number{
	display: list-item;
	margin-left: 1.5em;
	list-style-type: decimal;
}

.ListC__item{
	margin-bottom: .7em;
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7;
}

.ListC__item::before{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: .2em;
	color: #90c9ef;
	content: "\25CF";
	text-indent: 0;
}

.ListC__item.-variation01::before{
	color: #f1b7c5;
}

.ListC__item.-variation02::before{
	color: #b4d898;
}

.ListC__item:last-of-type{
	margin-bottom: 0 !important;
}

.ListC__item.-tall{
	margin-bottom: 1em;
}

.AboutTop__head{
	margin-bottom: 90px;
	width: 60%;
}

.AboutTop__headInnerSp{
	display: none;
}

.AboutTop__button{
	max-width: 370px;
	font-size: 20px;
	font-size: 2rem;
	opacity: 0;
	-webkit-transition: all 1s ease 1.5s;
	     -o-transition: all 1s ease 1.5s;
	        transition: all 1s ease 1.5s;
}

.-fadeIn .AboutTop__button{
	opacity: 1;
}

.Method__body{
	padding-bottom: 80px;
}

.Method__fig{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	-ms-flex-align: end;
	margin-right: auto;
	margin-left: auto;
	max-width: 93%;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Method__fig .Method__figEach.-fig01{
	width: 33%;
}

.Method__fig .Method__figEach.-fig02{
	width: 63%;
}

.Method__head{
	padding-bottom: 30px;
	font-weight: 400;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.Method__em{
	color: #e50065;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.Place{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.Place__info{
	width: 34%;
}

.Place__img{
	margin-left: 8%;
	width: 35%;
}

.Information.-variation01{
	color: #fff;
}

.Information__item{
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.Information__item.-address{
	line-height: 1.7;
}

.Information__item.-contact{
	line-height: 1.5;
}

.Information__item.-variation01{
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.Information__group{
	margin-top: 35px;
	padding: 10px 15px 13px;
	border-top: thin solid #333;
	border-bottom: thin solid #333;
}

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

	-js-display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Footer__a{
	margin-right: 3.5%;
	width: 40%;
}

.Footer__head{
	margin-bottom: 20px;
}

.Footer__head::after{
	display: block;
	clear: both;
	content: "";
}

.Footer__b{
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;

	-webkit-box-flex: 1;
}

.footer__logo{
	float: left;
	width: 274px;
}

.Footer__sns{
	position: relative;
	float: right;
}

.Footer__navi{
	margin-bottom: 40px;
}

.Footer__button{
	font-size: 20px;
	font-size: 2rem;
}

.Footer__toTop{
	position: absolute;
	right: 0;
}

.SubNavi{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.SubNavi__group:not(:last-of-type){
	margin-right: 30px;
}

.SubNavi__item{
	margin-bottom: 12px;
	white-space: nowrap;
	line-height: 1;
}

.SubNavi__item:last-of-type{
	margin-bottom: 0;
}

.SubNavi__target{
	position: relative;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.SubNavi__target::before{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: .2em;
	color: #6dbcff;
	content: "\25A0";
	text-indent: 0;
}

.SubNavi__target.-sub{
	margin-left: .5em;
	font-size: 14px;
	font-size: 1.4rem;
}

.SubNavi__target.-sub::before{
	content: "\30FB";
}

.SubNavi__sub{
	margin-top: 12px;
}

.SubNavi__subItem{
	margin-bottom: 12px;
}

.ToTop{
	position: fixed;
	right: -1px;
	bottom: -1px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}

.ToTop.-active{
	opacity: 1;
}

.Comment{
	position: fixed;
	top: 100px;
	right: -6px;
	z-index: 3;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transition: -webkit-transform .3s ease;
	     -o-transition:         transform .3s ease;
	        transition: -webkit-transform .3s ease;
	        transition:         transform .3s ease;
	        transition:         transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
}

.Comment.-active{
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.NaviTorigger{
	padding-top: 18px;
	height: 100%;
	background-color: #107dda;
	text-align: center;
}

.NaviTorigger .NaviTorigger__body{
	position: relative;
	display: inline-block;
	width: 36px;
	height: 24px;
	cursor: pointer;
	-webkit-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.NaviTorigger .NaviTorigger__body span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.NaviTorigger .NaviTorigger__body span:nth-of-type(1){
	top: 0;
	-webkit-transform: translateY(0) rotate(0);
	    -ms-transform: translateY(0) rotate(0);
	        transform: translateY(0) rotate(0);
}

.NaviTorigger .NaviTorigger__body span:nth-of-type(2){
	top: 9px;
}

.NaviTorigger .NaviTorigger__body span:nth-of-type(3){
	bottom: 3px;
	-webkit-transform: translateY(0) rotate(0);
	    -ms-transform: translateY(0) rotate(0);
	        transform: translateY(0) rotate(0);
}

.NaviTorigger .NaviTorigger__head{
	color: #fff;
	text-align: center;
	letter-spacing: .03em;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.NaviTorigger.-open span:nth-of-type(1){
	-webkit-transform: translateY(8px) rotate(-45deg);
	    -ms-transform: translateY(8px) rotate(-45deg);
	        transform: translateY(8px) rotate(-45deg);
}

.NaviTorigger.-open span:nth-of-type(2){
	opacity: 0;
}

.NaviTorigger.-open span:nth-of-type(3){
	-webkit-transform: translateY(-10px) rotate(45deg);
	    -ms-transform: translateY(-10px) rotate(45deg);
	        transform: translateY(-10px) rotate(45deg);
}

.PageTitle{
	min-width: 370px;
}

.PageTitle__main{
	padding: .6em .8em .55em;
	border: thin solid #fff;
	-webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .08);
	        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .08);
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
	white-space: nowrap;
	letter-spacing: .1em;
	font-weight: 500;
	font-size: 36px;
	font-size: 3.6rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.PageTitle__main.-dark{
	border: thin solid #333;
	color: #333;
}

.PageTitle__sub{
	overflow: hidden;
	padding: .6em .8em .55em;
	border: thin solid #fff;
	border-top-style: none;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.Breadcrumbs__main::after{
	display: block;
	clear: both;
	content: "";
}

.Breadcrumbs__item{
	float: left;
	color: #666;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.Breadcrumbs__item::after{
	padding: 0 .5em;
	color: #6dbcff;
	content: ">";
}

.Breadcrumbs__item:last-of-type::after{
	padding: 0;
	content: "";
}

.Breadcrumbs__target{
	text-decoration: underline;
}

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

.Activity.-offset{
	margin-bottom: -100px;
}

.Activity__category{
	margin-bottom: 60px;
}

.Activity__listItem:not(:last-of-type){
	margin-bottom: 40px;
}

.Activity__card{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -2.5%;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.Activity__cardItem{
	margin-bottom: 100px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	width: 33%;
}

.ButtonSet{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	background-color: #6dbcff;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.ButtonSet__item{
	width: 20%;
	border: thin solid #fff;
	border-right-style: none;
	text-align: center;
}

.ButtonSet__target{
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 1em .2em .9em;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

.ButtonSet__target.-active{
	background-color: #107dda;
	-webkit-transition: none;
	     -o-transition: none;
	        transition: none;
}

.Article__meta{
	margin-bottom: 25px;
}

.Article__target{
	display: block;
}

.Article__head{
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.Article__head.-list{
	padding-left: 100px;
}

.Article__target:hover .Article__head{
	color: #107dda;
}

.Article__head.-detail{
	font-size: 30px;
	font-size: 3rem;
}

.Article__discription.-list{
	padding-left: 100px;
}

.PageNavi{
	text-align: center;
}

.PageNavi__main{
	position: relative;
	margin-top: 100px;
	padding-bottom: 2em;
}

.PageNavi__item{
	position: absolute;
	top: 0;
}

.PageNavi__item.-gravityLeft{
	left: 0;
}

.PageNavi__item.-gravityRight{
	right: 0;
}

.PageNavi__item.-gravityCenter{
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.PageNavi__target{
	display: block;
	padding: .5em 1em;
	background-color: #666666;
	color: #fff;
}

.PageNavi .wp-pagenavi{
	display: inline-block;
	margin-top: 100px;
}

.PageNavi .wp-pagenavi span, .PageNavi .wp-pagenavi a{
	display: inline-block;
	margin: 2px 0;
	padding: 10px;
	border: none;
	border-right: thin solid #fff;
	background-color: #666666;
	color: #fff;
}

.PageNavi .wp-pagenavi span:hover, .PageNavi .wp-pagenavi a:hover{
	border-right: thin solid #fff;
}

.PageNavi .wp-pagenavi span.current, .PageNavi .wp-pagenavi a.current{
	border-right: thin solid #fff;
	background-color: #107dda;
}

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

	-js-display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.Column__main{
	margin-right: 8.5%;

	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	        flex-shrink: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	        flex-basis: 0;
}

.Column__sub{
	width: 270px;
}

.Post::after{
	display: block;
	clear: both;
	content: "";
}

.Post > p, .Post > div{
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 2;
}

.Post > p:last-of-type, .Post > div:last-of-type{
	margin-bottom: 0;
}

.Post > p > img, .Post > div > img{
	margin-top: 0;
	margin-bottom: 0;
}

.Post > p img + img, .Post > div img + img{
	margin-top: 40px;
}

.Post > p img.alignleft, .Post > div img.alignleft{
	margin-right: 25px;
	margin-bottom: 10px;
}

.Post > p img.alignleft + .alignleft, .Post > p img.alignleft + .alignright, .Post > div img.alignleft + .alignleft, .Post > div img.alignleft + .alignright{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.Post > p img.alignright, .Post > div img.alignright{
	margin-bottom: 10px;
	margin-left: 25px;
}

.Post ul{
	margin-bottom: 30px;
}

.Post ul:last-child{
	margin-bottom: 0;
}

.Post li{
	margin-left: 1.5em;
	list-style: inherit;
}

.Post img{
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 100%;
	width: auto;
}

.Post img + img{
	margin-top: 40px;
}

.Post img .alignleft{
	margin-right: 25px;
}

.Post img .alignleft + .alignleft, .Post img .alignleft + .alignright{
	margin-right: 0;
}

.Post .heading{
	margin: 50px 0 30px;
}

.Post > *:first-child{
	margin-top: 0 !important;
}

.Post .Post__youtube{
	max-width: 560px;
	width: 100%;
}

.Widget__item{
	margin-bottom: 50px;
}

.Widget__item:last-of-type{
	margin-bottom: 0;
}

.Widget__head{
	margin-bottom: 25px;
	padding-bottom: .8em;
	border-bottom: thin solid #6dbcff;
	font-weight: normal;
	font-size: 20px;
	font-size: 2rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

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

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Greeting__cont{
	margin-right: 8.5%;

	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	        flex-shrink: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	        flex-basis: 0;
}

.Greeting__fig{
	width: 315px;
}

.Greeting__figInner{
	position: absolute;
	right: auto;
	bottom: 0;
	display: block;
}

.Career__main{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	margin-bottom: 50px;
	border-bottom: thin solid #ccc;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Career__table{
	width: 60%;
}

.Career__fig{
	margin-top: 50px;
	width: 38%;
}

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

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Career__item{
	padding-left: 12.8%;
	width: 50%;
}

.Career__head{
	margin-bottom: 40px;
	color: #107dda;
	font-weight: 500;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.TableA__head, .TableA__elm{
	vertical-align: top;
	text-align: left;
	line-height: 2;
}

.TableA__line:first-of-type .TableA__head, .TableA__line:first-of-type .TableA__elm{
	padding-top: 50px;
}

.TableA__line:last-of-type .TableA__head, .TableA__line:last-of-type .TableA__elm{
	padding-bottom: 50px;
}

.TableA__head{
	padding: .3em 2.5em .3em 0;
	border-right: thin solid #ccc;
	white-space: nowrap;
	font-weight: 500;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.TableA__elm{
	padding: .3em 2.5em;
}

.Carousel{
	overflow: hidden;
}

.Carousel__inner{
	min-width: 3000px;
	width: 100%;
	height: 400px;
	background-image: url("../../images/profile/carousel_img.jpg");
	background-size: contain;
	background-repeat: repeat-x;
	-webkit-animation: bgroop 70s linear infinite;
	        animation: bgroop 70s linear infinite;
}

.Rule__head{
	margin-bottom: 25px;
	padding: 0 0 .5em 160px;
	border-bottom: thin solid #ccc;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.Rule__body{
	margin-bottom: 50px;
	padding-left: 160px;
}

.Rule__body:last-child{
	margin-bottom: 0;
}

.Rule__list{
	margin-bottom: 50px;
	padding-left: 160px;
}

.Rule__list:last-child{
	margin-bottom: 0;
}

.Contact__head{
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.Contact__discription{
	margin-bottom: 50px;
	text-align: center;
}

.Contact__elm{
	margin-bottom: 50px;
	padding-top: 45px;
	padding-bottom: 60px;
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
}

.Contact__body{
	margin-bottom: 50px;
	text-align: center;
}

.InfoA{
	text-align: center;
}

.InfoA__prorogue{
	margin-bottom: 50px;
}

.InfoA__main{
	margin-bottom: 25px;
	font-size: 40px;
	font-size: 4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.InfoA__em{
	font-size: 150%;
}

.InfoA__eprogue{
	font-size: 18px;
	font-size: 1.8rem;
}

.Form{
	text-align: center;
}

.Form__main{
	display: inline-block;
	margin-bottom: 80px;
	max-width: 970px;
}

.Form__item{
	display: table;
	width: 100%;
}

.Form__head, .Form__body{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	line-height: 1.3;
}

.Form__head{
	position: relative;
	padding: 20px 15px 15px 0;
	width: 15em;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}

.Form__head::after{
	position: absolute;
	top: 20px;
	right: 15px;
	margin-left: 1em;
	padding: 4px 7px 3px;
	border-radius: 3px;
	background-color: #bdbdbd;
	color: #fff;
	content: "\4EFB\610F";
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

.Form__head.-required::after{
	background-color: #cc0000;
	content: "\5FC5\9808";
}

.mw_wp_form_confirm .Form__head::after{
	display: none !important;
}

.Form__body{
	padding: 15px 0 15px 15px;
}

.Form__input{
	/* Google Chrome, Safari, Opera 15+, Android, iOS */ /* Firefox 18- */ /* Firefox 19+ */ /* IE 10+ */
}

.Form__input.-text{
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
}

.Form__input.-radio{
	position: relative;
	top: -2px;
	display: inline-block;
	margin-right: .3em;
	cursor: pointer;
}

.Form__input.-textarea{
	padding: 20px;
	max-width: 100%;
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-size: 1.8rem;
}

.Form__input.-check{
	top: -2px;
	display: inline-block;
	margin-right: .5em;
	cursor: pointer;
}

.Form__input:placeholder-shown{
	color: #aba8b3;
}

.Form__input::-webkit-input-placeholder{
	color: #aba8b3;
}

.Form__input:-moz-placeholder{
	color: #aba8b3;
}

.Form__input::-moz-placeholder{
	color: #aba8b3;
}

.Form__input:-ms-input-placeholder{
	color: #aba8b3;
}

.Form__sub{
	margin-bottom: 100px;
	padding-top: 40px;
	padding-right: 6%;
	padding-bottom: 40px;
	padding-left: 6%;
	background-color: #efefef;
}

.mw_wp_form_confirm .Form__sub{
	display: none;
}

.Form__headSub{
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.Form__sentence{
	margin-bottom: 50px;
	text-align: left;
}

.Form__Form__sentenceFoot{
	text-align: center;
}

.horizontal-item{
	display: inline-block;
	margin-right: 10px;
}

.horizontal-item:last-child{
	margin-right: 0;
}

.mwform-radio-field-text{
	cursor: pointer;
}

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

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.UserCtl__item{
	margin-right: 5px;
	margin-left: 5px;
	max-width: 370px;
	font-size: 16px;
	font-size: 1.6rem;

	-webkit-flex-basis: 370px;
	-ms-flex-preferred-size: 370px;
	        flex-basis: 370px;
}

.UserCtl__item:empty{
	display: none;
}

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

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Say__cont{
	margin-right: 8.5%;
	margin-bottom: 80px;

	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	        flex-shrink: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	        flex-basis: 0;
}

.Say__fig{
	margin-top: -150px;
	width: 315px;
}

.Say__figInner{
	display: block;
}

.BlockTitleImg{
	position: relative;
	left: -95px;
	z-index: -1;
}

.BlockTitleImg.-education{
	bottom: -1px;
	width: 534px;
}

.BlockTitleImg.-importance{
	bottom: -18px;
	width: 985px;
}

.BlockTitleImg.-national{
	bottom: -18px;
	width: 935px;
}

.Promise__head{
	margin-bottom: 35px;
	padding-bottom: .3em;
	border-bottom: 3px solid #c4d700;
	font-weight: 500;
	font-size: 40px;
	font-size: 4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.Promise__headEm{
	color: #3f8eda;
}

.Promise__headEm.-variation01{
	color: #e50065;
}

.Promise__headEm.-variation02{
	color: #45b035;
}

.Promise__headSub{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 40px;
	font-size: 4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.Promise__cont:not(:last-of-type){
	margin-bottom: 60px;
}

.Promise__list:not(:last-of-type){
	margin-bottom: 60px;
}

.Promise__img{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	margin-right: -1.3%;
	margin-bottom: 60px;
	margin-left: -1.3%;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Promise__item{
	padding: 0 1.3%;
	width: 25%;
}

.SoFar{
	padding: 5.2%  7.7%;
}

.SoFar__head{
	margin-bottom: 60px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	font-size: 3rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.5;
}

.SoFar__cont{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	margin-bottom: 50px;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.SoFar__img{
	width: 48%;
}

.SoFar__body{
	width: 48%;
}

.SoFar__detail{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	margin-right: -4%;
	margin-left: -4%;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.SoFar__item{
	width: 23%;
}

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

	-js-display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
}

.ScrollNalvi__item{
	max-width: 370px;
	width: 100%;
}

.ScrollNalvi__item:not(:last-of-type){
	margin-right: 2.6%;
}

.Admission::after{
	display: block;
	clear: both;
	content: "";
}

.Admission__img{
	display: block;
	float: right;
	width: 32%;
}

.Admission__cont{
	float: left;
	margin-bottom: 50px;
	width: 60%;
}

.Admission__cont.-full{
	float: none;
	width: 100%;
}

.Admission__head{
	margin-bottom: 20px;
	color: #107dda;
	font-size: 20px;
	font-size: 2rem;
}

.Admission__body{
	margin-bottom: 30px;
}

.Admission__button{
	display: inline-block;
}

.Admission__card{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-ms-flex-pack: justify;
	width: 100%;

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.Admission__cardEach.-wide{
	width: 64.2%;
}

.Admission__cardEach.-narrow{
	width: 34.2%;
}

.Admission__call{
	display: block;
	padding: .8em 0;
	background-color: #107dda;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

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

.android .LoadScreen{
	display: none;
}

.LoadScreen.-fadeOut{
	-webkit-animation: fadeOut 1.5s ease .5s;
	        animation: fadeOut 1.5s ease .5s;

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

.LoadScreen__loader{
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	width: 500px;
	height: 500px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.LoadScreen__loader.-fadeOut{
	-webkit-animation: fadeOut .5s ease;
	        animation: fadeOut .5s ease;

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

.ShowCase{
	padding: 51px;
}

.ShowCase__head{
	margin-bottom: 30px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.CardC__caption{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

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

	-js-display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.ShowCase__item{
	width: 46%;
	text-align: center;
}

.ShowCase__item.-full{
	width: 100%;
}

.ShowCase__img{
	margin-bottom: 30px;
	border: thin solid #ccc;
}

.ShowCase__but{
	position: relative;
	z-index: 2;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

.Meta{
	border-bottom: thin solid #ccc;
}

.Meta::after{
	display: block;
	clear: both;
	content: "";
}

.Meta__day{
	position: relative;
	float: left;
	padding: 0 1em .3em 0;
	border-bottom: 3px solid #107dda;
	color: #6dbcff;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
}

.Meta__day::after{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 1em;
	background-color: #999;
	content: "";
}

.Meta__category{
	float: left;
	padding: 0 0 .3em 1em;
	color: #107dda;
	font-size: 18px;
	font-size: 1.8rem;
}

.Meta__category.-detail{
	padding-right: .8em;
	border-bottom: 3px solid #107dda;
}

.Meta__category.-small{
	margin-top: .2em;
	font-size: 16px;
	font-size: 1.6rem;
}

.Meta__categoryTarget{
	text-decoration: none;
}

.ico{
	position: relative;
	display: inline-block;
	height: auto;
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	color: inherit;
	vertical-align: middle;
	line-height: 1;
}

.ico.-youtube{
	width: 35px;
	height: 25px;
	background-image: url("../../images/common/ico_youtube.png");
	background-size: cover;
}

.ico.-facebook{
	width: 29px;
	height: 30px;
	background-image: url("../../images/common/ico_facebook.png");
	background-size: cover;
}

.ico.-twitter{
	width: 30px;
	height: 30px;
	background-image: url("../../images/common/ico_twitter.png");
	background-size: cover;
}

.ico.-arrow-top{
	width: 22px;
	height: 31px;
	background-image: url("../../images/common/ico_arrow_top.png");
	background-size: cover;
}

.ico.-say{
	width: 73px;
	height: 50px;
	background-image: url("../../images/common/ico_say.png");
	background-size: cover;
}

.paragraph{
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.paragraph:last-of-type{
	margin-bottom: 0 !important;
}

.paragraph.-small{
	font-size: 14px;
	font-size: 1.4rem;
}

.paragraph.-big{
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.paragraph.-offset{
	margin-left: 1em;
	text-indent: -1em;
}

.paragraph.-secT{
	margin-bottom: 0;
}

.paragraph.-secLow{
	margin-bottom: 10px;
}

.Contact__body .paragraph{
	display: inline-block;
	text-align: left;
}

.Say__body .paragraph{
	line-height: 2;
}

.CardE__target:hover .paragraph{
	text-decoration: underline;
}

.copyright{
	color: #666;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}

.youtube{
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
}

.youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
}

@media all and (-ms-high-contrast: none){
	.Button.-solid--variation01, .Button.-solid--variation02{
		outline: none;
	}

	.Button.-solid--variation01::after, .Button.-solid--variation02::after{
		position: absolute;
		top: 0;
		left: 0;
		margin: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: thin solid #fff;
		content: "";
	}

	.Button.-solid--variation02::after{
		border: thin solid #333;
	}

	.Button.-to-top{
		outline: none;
	}

	.Button.-to-top::before{
		position: absolute;
		top: 0;
		left: 0;
		margin: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: thin solid #fff;
		content: "";
	}

	.Button.-comment{
		outline: none;
	}

	.Button.-comment::before{
		position: absolute;
		top: 0;
		left: 0;
		margin: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: thin solid #fff;
		content: "";
	}

	.CardD{
		position: relative;
		outline: none;
	}

	.CardD::after{
		position: absolute;
		top: 0;
		left: 0;
		margin: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		border: thin solid #107dda;
		content: "";
	}

	.Form .Form__head::after{
		padding: 7px 7px 2px;
	}
}

@media screen and (min-width: 580px) and (max-width: 780px){
	.u_tb-brake{
		display: inline;
	}

	.SoFar__item:nth-of-type(3), .SoFar__item:nth-of-type(4){
		margin-bottom: 0;
	}
}

@media screen and (min-width: 580px){
	.u_mobileShow{
		display: none;
	}

	.Slide.-sp{
		display: none;
	}

	.NaviTorigger{
		padding-top: 25px;
	}
}

@media screen and (min-width: 780px){
	.u_tabletShow{
		display: none;
	}

	.Button.-ghost--variation01::before{
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #107dda;
		content: "";
		-webkit-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.Button.-ghost--variation01:hover{
		border-color: #107dda;
		color: #fff;
	}

	.Button.-ghost--variation01:hover::before{
		left: 0;
	}

	.Button.-ghost--variation02::before{
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #3f8eda;
		content: "";
		-webkit-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.Button.-ghost--variation02:hover, .CardA:hover .Button.-ghost--variation02{
		border-color: #3f8eda;
		background-color: transparent;
		color: #fff;
	}

	.Button.-ghost--variation02:hover::before, .CardA:hover .Button.-ghost--variation02::before{
		left: 0;
	}

	.Button.-solid--variation01::before{
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #fff;
		content: "";
		-webkit-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.Button.-solid--variation01:hover{
		outline-color: #6dbcff;
		background-color: transparent;
		color: #6dbcff;
	}

	.Button.-solid--variation01:hover::before{
		left: 0;
	}

	.Button.-solid--variation02::before{
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #fff;
		content: "";
		-webkit-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.Button.-solid--variation02:hover{
		background-color: transparent;
	}

	.Button.-solid--variation02:hover::before{
		left: 0;
	}

	.Button.-solid--variation03::before{
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #107dda;
		content: "";
		-webkit-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.Button.-solid--variation03.-active::before{
		-webkit-transition: none !important;
		     -o-transition: none !important;
		        transition: none !important;
	}

	.Button.-solid--variation03:hover{
		background-color: transparent;
		color: #fff;
	}

	.Button.-solid--variation03:hover::before{
		left: 0;
	}

	.ListA__target:hover{
		color: #6dbcff;
	}

	.AboutTop__head{
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 2s ease;
		     -o-transition: all 2s ease;
		        transition: all 2s ease;
		-webkit-transform: translateX(-100px);
		    -ms-transform: translateX(-100px);
		        transform: translateX(-100px);
	}

	.-fadeIn .AboutTop__head{
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}

	.SubNavi__target:hover{
		color: #6dbcff;
	}

	.ButtonSet__target::before{
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #107dda;
		content: "";
		-webkit-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.ButtonSet__target.-active::before{
		-webkit-transition: none !important;
		     -o-transition: none !important;
		        transition: none !important;
	}

	.ButtonSet__target:hover{
		background-color: transparent;
		color: #fff;
	}

	.ButtonSet__target:hover::before{
		left: 0;
	}

	.PageNavi__target:hover{
		background-color: #107dda;
		color: #fff;
	}

	.PageNavi .wp-pagenavi a:hover{
		background-color: #107dda;
	}
}

@media screen and (min-width: 980px){
	.u_narrowPcShow{
		display: none;
	}

	.-low .GlobalNavi__main{
		margin-right: 40px;
		text-align: right;
	}

	.GlobalNavi__target::after{
		position: absolute;
		bottom: 22px;
		left: 50%;
		display: block;
		width: 0;
		height: 1px;
		background-color: #107dda;
		content: "";
		-webkit-transition: all .3s;
		     -o-transition: all .3s;
		        transition: all .3s;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.GlobalNavi__target:hover{
		color: #107dda;
	}

	.GlobalNavi__target:hover::after{
		width: 100%;
	}

	.GlobalNavi__sub{
		position: absolute;
		top: auto;
		left: 50%;
		visibility: hidden;
		padding: 50px 0 0 0;
		background-color: #fff;
		-webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
		        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
		text-align: center;
		opacity: 0;
		-webkit-transition: all .2s ease;
		     -o-transition: all .2s ease;
		        transition: all .2s ease;
		-webkit-transform: translate(-50%, 1px);
		    -ms-transform: translate(-50%, 1px);
		        transform: translate(-50%, 1px);
	}

	.-hasSub:hover .GlobalNavi__sub{
		visibility: visible;
		padding: 50px;
		opacity: 1;
	}

	.GlobalNavi__sub .-open{
		background-color: #efefef;
	}

	.GlobalNavi__subTarget::after{
		position: absolute;
		bottom: -8px;
		left: 50%;
		display: block;
		width: 0;
		height: 1px;
		background-color: #107dda;
		content: "";
		-webkit-transition: all .3s;
		     -o-transition: all .3s;
		        transition: all .3s;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	.GlobalNavi__subTarget:hover{
		color: #107dda;
	}

	.GlobalNavi__subTarget:hover::after{
		width: 100%;
	}
}

@media screen and (max-width: 1250px){
	.Fv__title.-gravityLeft{
		left: 40px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}

	.Fv__title.-gravityRight{
		right: 40px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}

	.ShowCase{
		padding: 4vw;
	}
}

@media screen and (max-width: 1180px){
	.GlobalNavi__target{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.Admission__call{
		font-size: 23px;
		font-size: 2.3rem;
	}

	.Meta__category.-small{
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 1060px){
	.GlobalNavi__item{
		padding: 0 .4%;
	}

	.GlobalNavi__target{
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 980px) and (max-width: 780px){
	.SoFar__img{
		margin-bottom: 21px;
	}
}

@media screen and (max-width: 980px){
	.u_blind-huge{
		display: inline;
	}

	.u_break-large{
		display: none;
	}

	.u_narrowPcHide{
		display: none;
	}

	.Sparation.-low{
		top: 0;
	}

	.Sparation.-variation04{
		height: 350px;
	}

	.Sparation__each.-offset01{
		margin-top: 30px;
	}

	.Header{
		padding: 20px 0 0 30px;
		height: 90px;
		text-align: left;
	}

	.Header__logo{
		width: 200px;
	}

	.-low .Header__logo{
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}

	.Header__logoSub{
		display: none;
	}

	.Header__ctr{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 60px;
		height: 100%;
	}

	.Sns.-header{
		display: none;
	}

	.GlobalNavi{
		position: fixed;
		left: 50%;
		visibility: hidden;
		padding: 0;
		width: 80%;
		-webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
		        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
		opacity: 0;
		-webkit-transition: opacity .3s ease, visibility .3s ease, width .3s ease, padding .3s ease, -webkit-transform .3s ease;
		     -o-transition: opacity .3s ease, transform .3s ease, visibility .3s ease, width .3s ease, padding .3s ease;
		        transition: opacity .3s ease, visibility .3s ease, width .3s ease, padding .3s ease, -webkit-transform .3s ease;
		        transition: opacity .3s ease, transform .3s ease, visibility .3s ease, width .3s ease, padding .3s ease;
		        transition: opacity .3s ease, transform .3s ease, visibility .3s ease, width .3s ease, padding .3s ease, -webkit-transform .3s ease;
		-webkit-transform: translate(-50%, 1px);
		    -ms-transform: translate(-50%, 1px);
		        transform: translate(-50%, 1px);
	}

	.GlobalNavi.-fadeIn{
		visibility: visible;
		width: 102%;
		opacity: 1;
	}

	.GlobalNavi__item{
		display: block;
		padding: 0;
		border-bottom: thin solid #ccc;
		text-align: left;
	}

	.GlobalNavi__item:last-of-type{
		border-bottom-style: none;
	}

	.GlobalNavi__target{
		padding: 0;
		font-size: 16px;
		font-size: 1.6rem;
		opacity: 0;
		-webkit-transition: padding .3s ease, opacity .1s ease;
		     -o-transition: padding .3s ease, opacity .1s ease;
		        transition: padding .3s ease, opacity .1s ease;
	}

	.-fadeIn .GlobalNavi__target{
		padding: 15px 10px 12px 22px;
		opacity: 1;
	}

	.GlobalNavi__target::before{
		position: relative;
		top: -1px;
		display: inline-block;
		margin-right: .2em;
		color: #6dbcff;
		content: "\25A0";
		text-indent: 0;
	}

	.GlobalNavi__subItem{
		margin-bottom: 0;
	}

	.GlobalNavi__subTarget{
		display: block;
		padding: 0 10px 0 0;
		color: #999;
		opacity: 0;
		-webkit-transition: opacity .1s ease, padding .3s ease;
		     -o-transition: opacity .1s ease, padding .3s ease;
		        transition: opacity .1s ease, padding .3s ease;
	}

	.-fadeIn .GlobalNavi__subTarget{
		padding: 10px 10px 10px 2.5em;
		opacity: 1;
	}

	.GlobalNavi__subTarget::before{
		display: inline-block;
		margin-right: .2em;
		color: #6dbcff;
		content: "・";
		text-indent: 0;
	}

	.Fv.-variation01{
		height: 250px;
	}

	.Fv.-variation02{
		height: 250px;
	}

	.Fv.-profile{
		background-position: 50% 30%;
	}

	.Fv.-profile{
		background-position: 50% 40%;
		background-size: 110%;
	}

	.CardB__head{
		width: auto;
		font-size: 22px;
		font-size: 2.2rem;
	}

	.CardC__caption{
		text-align: left;
	}

	.FloatPanelA__head{
		left: -40px;
	}

	.FloatPanelA__body{
		position: absolute;
		width: 80%;
	}

	.Place__info{
		margin-bottom: 60px;
		width: 100%;
	}

	.Place__img{
		margin-left: 0;
		width: 100%;
	}

	.SubNavi__group:not(:last-of-type){
		margin-bottom: 10px;
	}

	.Comment{
		display: none;
	}

	.Activity__cardItem{
		width: 50%;
	}

	.ButtonSet__item{
		width: 50%;
		border-bottom-style: none;
	}

	.ButtonSet__item:first-of-type{
		width: 100%;
	}

	.Article__head.-list{
		padding-left: 50px;
	}

	.Article__discription.-list{
		padding-left: 50px;
	}

	.Column__sub{
		width: 200px;
	}

	.Greeting__fig{
		width: 40%;
	}

	.Career__table{
		width: 100%;
	}

	.Career__fig{
		margin-bottom: 40px;
		width: 80%;
	}

	.Career__item{
		padding-left: 0;
		width: 45%;
	}

	.Carousel__inner{
		height: 250px;
	}

	.Carousel__inner{
		height: 150px;
		-webkit-animation: bgroop 60s linear infinite;
		        animation: bgroop 60s linear infinite;
	}

	.Rule__head{
		padding: 0 0 .5em 0;
	}

	.Rule__body{
		padding-left: 0;
	}

	.Rule__list{
		padding-left: 0;
	}

	.InfoA__prorogue{
		text-align: left;
	}

	.mw_wp_form .horizontal-item + .horizontal-item{
		margin-left: 0 !important;
	}

	.Say__fig{
		margin-top: 0;
		width: 40%;
	}

	.BlockTitleImg{
		left: 0;
	}

	.BlockTitleImg.-education{
		width: 320.4px;
	}

	.BlockTitleImg.-importance{
		bottom: -10px;
		width: 591px;
	}

	.BlockTitleImg.-national{
		bottom: -10px;
		width: 561px;
	}

	.SoFar__head{
		text-align: left;
		font-size: 24px;
		font-size: 2.4rem;
	}

	.SoFar__img{
		margin-bottom: 30px;
		width: 100%;
	}

	.SoFar__body{
		width: 100%;
	}

	.Admission__call{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.CardC__caption{
		text-align: left;
	}

	.ShowCase__but{
		width: 100%;
	}
}

@media screen and (max-width: 980px) and (max-width: 580px){
	.Place__info{
		margin-bottom: 42px;
	}
}

@media screen and (max-width: 780px){
	.u_blind-large{
		display: inline;
	}

	.u_break-medium{
		display: none;
	}

	.u_tabletHide{
		display: none;
	}

	.u_tabletLeft{
		text-align: left !important;
	}

	.Sparation.-variation01{
		padding-bottom: 70%;
		background-attachment: scroll;
	}

	.Sparation.-variation04{
		height: 250px;
	}

	.Sparation__each.-variation01{
		padding-top: 39px;
	}

	.Sparation__inner{
		padding-right: 30px;
		padding-left: 30px;
	}

	.Fv.-top{
		margin-bottom: 0;
	}

	.Fv.-variation01{
		height: 150px;
	}

	.Fv.-variation02{
		height: 150px;
	}

	.NewsTop{
		display: block;
	}

	.NewsTop__item{
		min-height: initial;
		min-height: auto;
		width: 100%;
	}

	.NewsTop__item.-left{
		padding: 40px 0 140px 0;
		border-right-style: none;
	}

	.NewsTop__item.-right{
		padding: 40px 0 140px 0;
	}

	.NewsTop__button{
		width: 200px;
	}

	.BlockTitle{
		font-weight: bold;
		font-size: 28px;
		font-size: 2.8rem;
	}

	.ArchiveList__target{
		padding-top: 17.5px;
		padding-bottom: 17.5px;
	}

	.ArchiveList__target.-widget{
		padding-top: 10.5px;
		padding-bottom: 10.5px;
	}

	.Button{
		font-weight: bold;
	}

	.Button.-tall{
		padding: 1.2em .6em 1em;
	}

	.IndexA{
		margin-bottom: -45px;
	}

	.IndexA__item{
		margin-bottom: 45px;
	}

	.IndexB__item{
		margin-bottom: 48px;
	}

	.IndexB__item:last-of-type{
		margin-bottom: 0;
	}

	.IndexB__item.-hight{
		margin-bottom: 47px;
	}

	.IndexC{
		margin-bottom: -28px;
	}

	.IndexC__item{
		margin-bottom: 28px;
	}

	.Wrap{
		padding-bottom: 60px;
	}

	.Wrap.-variation01{
		padding-top: 39px;
		padding-bottom: 60px;
	}

	.Wrap.-variation02{
		padding-top: 24px;
		padding-bottom: 30px;
	}

	.Wrap.-variation03{
		padding-top: 10.5px;
		padding-bottom: 10.5px;
	}

	.Wrap.-variation04{
		padding-top: 18px;
		padding-bottom: 30px;
	}

	.Wrap.-variation05{
		padding-top: 0;
		padding-bottom: 60px;
	}

	.Wrap.-variation06{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.Wrap.-variation07{
		padding-top: 18px;
		padding-bottom: 0;
	}

	.Wrap.-variation08{
		padding-top: 39px;
		padding-bottom: 30px;
	}

	.CardA__img{
		margin-bottom: 21px;
	}

	.CardA__head{
		margin-bottom: 14px;
	}

	.CardA__head{
		font-weight: bold;
		font-size: 20px;
		font-size: 2rem;
	}

	.CardB__head{
		font-weight: bold;
		font-size: 18px !important;
	}

	.CardE__meta{
		margin-bottom: 17.5px;
	}

	.CardE__img{
		margin-bottom: 17.5px;
	}

	.CardE__head{
		margin-bottom: 10.5px;
	}

	.CardE__head{
		font-weight: bold;
		font-size: 20px;
		font-size: 2rem;
	}

	.FloatPanelA__head{
		margin-bottom: 20px;
	}

	.FloatPanelA__head{
		position: relative;
		left: -30px;
		z-index: 2;
	}

	.FloatPanelA__head.-variation01{
		margin-bottom: 0;
		width: 70%;
	}

	.FloatPanelA__head.-variation02{
		margin-bottom: -40px;
		width: 90%;
	}

	.FloatPanelA__head.-variation03{
		margin-bottom: -40px;
		width: 90%;
	}

	.FloatPanelA__discription{
		margin-bottom: 35px;
	}

	.FloatPanelA__discription{
		position: relative;
		top: 0;
		left: 5%;
		z-index: 3;
		margin-bottom: 0;
		font-size: 5.5vw;
	}

	.FloatPanelA__img{
		position: relative;
		z-index: 1;
		float: none;
		margin: 0 auto 0 auto;
		margin-right: auto;
		margin-left: auto;
		width: 90%;
	}

	.FloatPanelA__body{
		position: relative;
		top: 0;
		margin-top: -10%;
		width: 100%;
	}

	.ListB__item:not(:last-of-type){
		margin-bottom: .35em;
	}

	.ListC__item{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.AboutTop__head{
		margin-bottom: 54px;
	}

	.AboutTop__button{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.Method__body{
		padding-bottom: 48px;
	}

	.Method__fig{
		max-width: 100%;
	}

	.Method__head{
		padding-bottom: 21px;
	}

	.Information__item.-variation01{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.Information__group{
		margin-top: 24.5px;
	}

	.Footer__a{
		margin-right: 0;
	}

	.Footer__head{
		margin-bottom: 14px;
	}

	.footer__logo{
		width: 240px;
	}

	.Footer__navi{
		margin-bottom: 28px;
	}

	.SubNavi__item{
		margin-bottom: 8.4px;
	}

	.SubNavi__target{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.SubNavi__sub{
		margin-top: 8.4px;
	}

	.SubNavi__subItem{
		margin-bottom: 8.4px;
	}

	.ToTop{
		display: none;
	}

	.PageTitle{
		min-width: initial;
	}

	.PageTitle__main{
		font-weight: bold;
		font-size: 4vw;
	}

	.PageTitle__sub{
		font-weight: bold;
		font-size: 2.5vw;
	}

	.Activity.-offset{
		margin-bottom: -50px;
	}

	.Activity__category{
		margin-bottom: 42px;
	}

	.Activity__listItem:not(:last-of-type){
		margin-bottom: 28px;
	}

	.Activity__cardItem{
		margin-bottom: 50px;
	}

	.ButtonSet__item{
		width: 100%;
	}

	.ButtonSet__target{
		font-weight: bold;
	}

	.Article__meta{
		margin-bottom: 17.5px;
	}

	.Article__head{
		margin-bottom: 17.5px;
	}

	.Article__head{
		font-weight: bold;
		font-size: 20px;
		font-size: 2rem;
	}

	.Article__head.-detail{
		font-size: 3.5vw;
	}

	.PageNavi__main{
		margin-top: 50px;
	}

	.PageNavi .wp-pagenavi{
		margin-top: 50px;
	}

	.PageNavi .wp-pagenavi span, .PageNavi .wp-pagenavi a{
		padding: 8px 5px;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.Column__main{
		margin-right: 0;
		margin-bottom: 60px;
	}

	.Column__sub{
		width: 100%;
	}

	.Post > p, .Post > div{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.Post > p img + img, .Post > div img + img{
		margin-top: 20px;
	}

	.Post ul{
		margin-bottom: 18px;
	}

	.Post img{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.Post img + img{
		margin-top: 20px;
	}

	.Post .heading{
		margin: 40px 0 20px;
	}

	.Widget__item{
		margin-bottom: 30px;
	}

	.Widget__head{
		margin-bottom: 17.5px;
	}

	.Greeting{
		-ms-flex-pack: center;

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

	.Greeting__cont{
		margin-right: 0;
		margin-bottom: 10px;

		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}

	.Greeting__fig{
		width: 50%;
	}

	.Greeting__figInner{
		position: static;
		margin-bottom: -60px;
	}

	.Career__main{
		margin-bottom: 35px;
	}

	.Career__fig{
		margin-top: 35px;
	}

	.Career__fig{
		width: 100%;
	}

	.Career__head{
		margin-bottom: 24px;
	}

	.Career__head{
		font-size: 24px;
		font-size: 2.4rem;
	}

	.TableA__line:first-of-type .TableA__head, .TableA__line:first-of-type .TableA__elm{
		padding-top: 35px;
	}

	.TableA__line:last-of-type .TableA__head, .TableA__line:last-of-type .TableA__elm{
		padding-bottom: 35px;
	}

	.Rule__head{
		margin-bottom: 17.5px;
	}

	.Rule__head{
		font-size: 20px;
		font-size: 2rem;
	}

	.Rule__body{
		margin-bottom: 35px;
	}

	.Rule__list{
		margin-bottom: 35px;
	}

	.Contact__head{
		margin-bottom: 14px;
	}

	.Contact__head{
		font-size: 24px;
		font-size: 2.4rem;
	}

	.Contact__discription{
		margin-bottom: 35px;
	}

	.Contact__elm{
		padding-top: 31.5px;
		padding-bottom: 42px;
	}

	.Contact__elm{
		margin-bottom: 35px;
	}

	.Contact__body{
		margin-bottom: 35px;
	}

	.InfoA__prorogue{
		margin-bottom: 35px;
	}

	.InfoA__main{
		margin-bottom: 17.5px;
	}

	.InfoA__main{
		font-size: 30px;
		font-size: 3rem;
	}

	.Form__main{
		margin-bottom: 40px;
	}

	.Form__item{
		display: block;
	}

	.Form__head, .Form__body{
		display: block;
	}

	.Form__head{
		padding: 20px 15px 5px 0;
		font-weight: bold;
	}

	.Form__head::after{
		position: static;
		top: 10px;
		right: 0;
	}

	.Form__body{
		padding: 5px 0 15px 0;
	}

	.Form__sub{
		padding-top: 32px;
		padding-bottom: 32px;
	}

	.Form__sub{
		margin-bottom: 50px;
	}

	.Form__headSub{
		margin-bottom: 24px;
	}

	.Form__sentence{
		margin-bottom: 30px;
	}

	.horizontal-item{
		display: block;
		margin-right: 20px;
		margin-left: 0 !important;
	}

	.Say{
		-ms-flex-pack: center;

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

	.Say__cont{
		margin-right: 0;
		margin-bottom: 10px;

		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}

	.Say__fig{
		width: 50%;
	}

	.Promise__head{
		margin-bottom: 24.5px;
	}

	.Promise__head{
		font-weight: bold;
		font-size: 5vw;
	}

	.Promise__headSub{
		margin-bottom: 14px;
	}

	.Promise__headSub{
		font-weight: bold;
		font-size: 5vw;
	}

	.Promise__cont:not(:last-of-type){
		margin-bottom: 36px;
	}

	.Promise__list:not(:last-of-type){
		margin-bottom: 36px;
	}

	.Promise__img{
		margin-bottom: 36px;
	}

	.Promise__item{
		margin-bottom: 20px;
		width: 50%;
	}

	.SoFar__head{
		margin-bottom: 30px;
	}

	.SoFar__head{
		font-weight: bold;
		font-size: 22px;
		font-size: 2.2rem;
	}

	.SoFar__cont{
		margin-bottom: 30px;
	}

	.SoFar__detail{
		margin-right: 0;
		margin-left: 0;
	}

	.SoFar__item{
		margin-bottom: 20px;
		width: 48%;
	}

	.Admission__img{
		float: none;
		margin: 0 auto 40px;
		width: 60%;
	}

	.Admission__cont{
		float: none;
		width: 100%;
	}

	.Admission__button{
		width: 100%;
	}

	.Admission__cardEach{
		width: 100% !important;
	}

	.Admission__cardEach.-wide{
		margin-bottom: 20px;
	}

	.Admission__call{
		font-size: 2vw;
	}

	.LoadScreen__loader{
		top: 47%;
		width: 450px;
		height: 450px;
	}

	.ShowCase__head{
		font-weight: bold;
	}
}

@media screen and (max-width: 780px) and (max-width: 580px){
	.Column__main{
		margin-bottom: 42px;
	}

	.Greeting__cont{
		margin-bottom: 7px;
	}

	.Say__cont{
		margin-bottom: 7px;
	}

	.Promise__item{
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 710px){
	.Footer{
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
	}

	.Footer__a{
		width: 100%;
	}

	.Footer__b{
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 650px){
	.Admission__call{
		font-size: 4vw;
	}
}

@media screen and (max-width: 640px){
	.Activity__cardItem{
		width: 100%;
	}
}

@media screen and (max-width: 580px){
	.u_blind-small{
		display: inline;
	}

	.u_break-small{
		display: none;
	}

	.u_mobileHide{
		display: none;
	}

	.u_mobileCenter{
		text-align: center !important;
	}

	.Page{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.Sparation.-variation01{
		padding-bottom: 130%;
	}

	.Sparation.-variation02{
		background-position: 90% 100%;
		background-size: 220%;
	}

	.Sparation.-variation04{
		height: 200px;
	}

	.Sparation__inner{
		padding-right: 25px;
		padding-left: 25px;
	}

	.Header{
		padding: 15px 0 0 20px;
		height: 70px;
	}

	.Header__logo{
		width: 160px;
	}

	.Fv.-activity{
		background-position: 0 30%;
		background-size: 135%;
	}

	.Fv.-promise{
		background-position: 0 40%;
		background-size: 170%;
	}

	.Fv.-admission{
		background-position: 50% 50%;
		background-size: 170%;
	}

	.Fv__title.-gravityLeft{
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.Fv__title.-gravityRight{
		right: auto;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.Fv__title.-exce{
		right: 20px;
		left: auto !important;
		-webkit-transform: translate(0, -50%) !important;
		    -ms-transform: translate(0, -50%) !important;
		        transform: translate(0, -50%) !important;
	}

	.Slide.-pc{
		display: none;
	}

	.Slide .slick-dots{
		bottom: -25px;
	}

	.Slide .slick-dots li button:before{
		width: 12px;
		height: 12px;
	}

	.BlockTitle{
		font-size: 26px;
		font-size: 2.6rem;
	}

	.Button{
		letter-spacing: .02em;
	}

	.IndexA{
		margin-bottom: -40px;
	}

	.IndexA__item{
		margin-bottom: 40px;
		width: 100%;
	}

	.IndexC{
		margin-bottom: -40px;
	}

	.IndexC__item{
		margin-bottom: 40px;
		width: 100%;
	}

	.CardA__head{
		font-size: 6vw;
	}

	.CardB__head{
		width: 70%;
		font-size: 6vw !important;
	}

	.CardC__img{
		margin-bottom: 10.5px;
	}

	.ListB__item{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.AboutTop__head{
		padding-bottom: 75%;
		width: 100%;
	}

	.AboutTop__headInner{
		display: none;
	}

	.AboutTop__headInnerSp{
		display: block;
	}

	.AboutTop__button{
		max-width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.Method__fig .Method__figEach.-fig01{
		margin: 0 auto 40px;
		width: 60%;
	}

	.Method__fig .Method__figEach.-fig02{
		width: 100%;
	}

	.Method__fig{
		width: 100%;
	}

	.Information__item{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.SubNavi__group:not(:last-of-type){
		margin-right: 2%;
	}

	.PageTitle__main{
		font-size: 5.5vw;
	}

	.PageTitle__sub{
		font-size: 4vw;
	}

	.Breadcrumbs__item{
		font-size: 12px;
		font-size: 1.2rem;
	}

	.Article__head.-list{
		padding-left: 20px;
	}

	.Article__head.-detail{
		font-size: 5.5vw;
	}

	.Article__discription.-list{
		padding-left: 20px;
	}

	.Greeting__fig{
		width: 60%;
	}

	.Career__item{
		width: 100%;
	}

	.Career__item:first-of-type{
		margin-bottom: 40px;
	}

	.Career__head{
		font-size: 20px;
		font-size: 2rem;
	}

	.TableA__head{
		padding: .3em 1em .3em 0;
	}

	.TableA__elm{
		padding: .3em 1em;
	}

	.InfoA__main{
		font-size: 6vw;
	}

	.InfoA__eprogue{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.Form__headSub{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.UserCtl__item{
		margin: 0 0 10px;
	}

	.Say__fig{
		width: 60%;
	}

	.BlockTitleImg.-education{
		width: 160.2px;
	}

	.BlockTitleImg.-importance{
		bottom: -7px;
		width: 295.5px;
	}

	.BlockTitleImg.-national{
		bottom: -7px;
		width: 280.5px;
	}

	.Promise__head{
		font-size: 6.5vw;
	}

	.Promise__headSub{
		font-size: 6.5vw;
	}

	.Promise__item{
		width: 100%;
	}

	.Promise__item:last-of-type{
		margin-bottom: 0;
	}

	.SoFar__head{
		font-size: 20px;
		font-size: 2rem;
	}

	.SoFar__item{
		width: 100%;
	}

	.ScrollNalvi{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.ScrollNalvi__item:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 10px;
	}

	.Admission__img{
		width: 80%;
	}

	.Admission__cont{
		margin-bottom: 30px;
	}

	.Admission__head{
		margin-bottom: 14px;
	}

	.Admission__body{
		margin-bottom: 21px;
	}

	.LoadScreen__loader{
		width: 300px;
		height: 300px;
	}

	.ShowCase{
		padding: 10vw;
	}

	.ShowCase__head{
		margin-bottom: 18px;
	}

	.ShowCase__item{
		width: 100%;
	}

	.ShowCase__img{
		margin-bottom: 18px;
	}

	.ShowCase__item:not(:last-of-type) .ShowCase__but{
		margin-bottom: 40px;
	}

	.Meta__day{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.Meta__category{
		font-size: 16px;
		font-size: 1.6rem;
	}

	.paragraph{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.copyright{
		font-size: 10px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 410px){
	.u_blind-medium{
		display: inline;
	}
}

@media screen and (max-width: 340px){
	.u_blind-bit{
		display: inline;
	}

	.Sparation__inner{
		padding-right: 15px;
		padding-left: 15px;
	}

	.FloatPanelA__head{
		left: -20px;
	}

	.Contact__head{
		font-size: 22px;
		font-size: 2.2rem;
	}

	.Form__Form__sentenceFoot span{
		font-weight: bold;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.Meta__day{
		font-size: 14px;
		font-size: 1.4rem;
	}

	.Meta__category{
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@-webkit-keyframes bound{
	0%{
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}

	100%{
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}

@keyframes bound{
	0%{
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}

	100%{
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
}

@-webkit-keyframes bgroop{
	from{
		background-position: 0 0;
	}

	to{
		background-position: -2400px 0;
	}
}

@keyframes bgroop{
	from{
		background-position: 0 0;
	}

	to{
		background-position: -2400px 0;
	}
}

@-webkit-keyframes fadeOut{
	0%{
		visibility: visible;
		opacity: 1;
	}

	100%{
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes fadeOut{
	0%{
		visibility: visible;
		opacity: 1;
	}

	100%{
		visibility: hidden;
		opacity: 0;
	}
}

