@charset 'UTF-8';
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements */
}

::before,
::after {
	vertical-align: inherit;
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
	margin: 0;
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden],
template {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: 1px dotted;
	/* Add a bordered underline effect in all browsers */
	text-decoration: none;
	/* Remove text decoration in Firefox 40+ */
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */

	-webkit-text-decoration-skip: objects;
	/* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

b,
strong {
	font-weight: bolder;
	/* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
	font-style: italic;
	/* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
	background-color: #ff0;
	color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type='number'] {
	width: auto;
	/* Firefox 36+ */
}

[type='search'] {
	-webkit-appearance: textfield;
	/* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Safari 8 */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
	color: inherit;
}

/* Style select like a standard input */
select {
	-moz-appearance: none;
	/* Firefox 36+ */
	-webkit-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the color inheritance from `fieldset` elements in IE */
	white-space: normal;
	/* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	font: inherit;
	/* Change font properties to `inherit` in Chrome and Safari */

	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS and Safari */
}

[type='search'] {
	outline-offset: -2px;
	/* Correct the outline style in Safari */

	-webkit-appearance: textfield;
	/* Correct the odd appearance in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
	/* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
}

/*! ==================================================
*  Web Fonts Title: Yaku Han JP
*  Version: 1.3.1
*  GitHub URL: https://github.com/qrac/yakuhanjp
*  Author: Qrac
*  Author URL: https://twitter.com/Qrac_jp
*  "Noto Sans CJK JP" licensed under the SIL Open Font License
*  https://www.google.com/get/noto/#/
=================================================== */
/*--------------------------------------------------------------------------
   Yakuhan
---------------------------------------------------------------------------*/
@font-face {
	font-weight: 300;
	font-style: normal;
	font-family: 'YakuHanJP';
	src: url('../font/YakuHanJP/YakuHanJP-DemiLight.woff2') format('woff2'), url('../font/YakuHanJP/YakuHanJP-DemiLight.woff') format('woff'), url('../font/YakuHanJP/YakuHanJP-DemiLight.eot');
}

@font-face {
	font-weight: 500;
	font-style: normal;
	font-family: 'YakuHanJP';
	src: url('../font/YakuHanJP/YakuHanJP-Medium.woff2') format('woff2'), url('../font/YakuHanJP/YakuHanJP-Medium.woff') format('woff'), url('../font/YakuHanJP/YakuHanJP-Medium.eot');
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: 'YakuHanJP';
	src: url('../font/YakuHanJP/YakuHanJP-Bold.woff2') format('woff2'), url('../font/YakuHanJP/YakuHanJP-Bold.woff') format('woff'), url('../font/YakuHanJP/YakuHanJP-Bold.eot');
}

/*--------------------------------------------------------------------------
   SourceHanSans
---------------------------------------------------------------------------*/
@font-face {
	font-weight: 100;
	font-style: normal;
	font-family: 'SourceHanSans';
	src: url('../font/SourceHanSans/SourceHanSans-Regular.woff2') format('woff2'), url('../font/SourceHanSans/SourceHanSans-Regular.woff') format('woff'), url('../font/YakuHanJP/SourceHanSans-Regular.otf');
}

@font-face {
	font-weight: 300;
	font-style: normal;
	font-family: 'SourceHanSans';
	src: url('../font/SourceHanSans/SourceHanSans-Normal.woff2') format('woff2'), url('../font/SourceHanSans/SourceHanSans-Normal.woff') format('woff'), url('../font/YakuHanJP/SourceHanSans-Normal.otf');
}

@font-face {
	font-weight: 500;
	font-style: normal;
	font-family: 'SourceHanSans';
	src: url('../font/SourceHanSans/SourceHanSans-Medium.woff2') format('woff2'), url('../font/SourceHanSans/SourceHanSans-Medium.woff') format('woff'), url('../font/YakuHanJP/SourceHanSans-Medium.otf');
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: 'SourceHanSans';
	src: url('../font/SourceHanSans/SourceHanSans-Bold.woff2') format('woff2'), url('../font/SourceHanSans/SourceHanSans-Bold.woff') format('woff'), url('../font/YakuHanJP/SourceHanSans-Bold.otf');
}

/*--------------------------------------------------------------------------
   Noto Sans
---------------------------------------------------------------------------*/
@font-face {
	font-weight: 300;
	font-style: normal;
	font-family: 'Noto Sans Japanese';
	src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf') format('opentype');
}

@font-face {
	font-weight: 500;
	font-style: normal;
	font-family: 'Noto Sans Japanese';
	src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf') format('opentype');
}

@font-face {
	font-weight: 700;
	font-style: normal;
	font-family: 'Noto Sans Japanese';
	src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf') format('opentype');
}

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
	overflow: auto;
	min-width: 320px;
	font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
	overflow: hidden;
	min-width: 320px;
	width: 100%;
	color: #343a40;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 1.3rem;
	font-family: SourceHanSans, YakuHanJP, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', 'メイリオ', Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
	outline: none;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img {
	vertical-align: top;
}

/*--------------------------------------------------------------------------
   ul
---------------------------------------------------------------------------*/
ul {
	list-style: none;
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/
::-moz-selection {
	background-color: #f87300;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #f87300;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------------------
	 .l-page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
	 .l-header
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	 .l-main
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	 .l-footer
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-grid--inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.l-grid--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.l-grid--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-grid--around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.l-grid__item {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.l-grid__item--full {
	width: 100%;
}

.l-grid__item--1of2 {
	width: 50%;
}

.l-grid__item--1of3 {
	width: 33.33333333%;
}

.l-grid__item--2of3 {
	width: 66.66666666%;
}

.l-grid__item--1of4 {
	width: 25%;
}

.l-grid__item--2of4 {
	width: 50%;
}

.l-grid__item--3of4 {
	width: 75%;
}

.l-grid__item--1of5 {
	width: 20%;
}

.l-grid__item--2of5 {
	width: 40%;
}

.l-grid__item--3of5 {
	width: 60%;
}

.l-grid__item--4of5 {
	width: 80%;
}

.l-grid__item--1of6 {
	width: 16.66666666%;
}

.l-grid__item--2of6 {
	width: 33.33333333%;
}

.l-grid__item--3of6 {
	width: 50%;
}

.l-grid__item--4of6 {
	width: 66.66666666%;
}

.l-grid__item--5of6 {
	width: 83.33333333%;
}

.l-grid__item--1of7 {
	width: 14.28571428%;
}

.l-grid__item--2of7 {
	width: 28.57142857%;
}

.l-grid__item--3of7 {
	width: 42.85714285%;
}

.l-grid__item--4of7 {
	width: 57.14285714%;
}

.l-grid__item--5of7 {
	width: 71.42857142%;
}

.l-grid__item--6of7 {
	width: 85.71428571%;
}

/*--------------------------------------------------------------------------
   l-container
---------------------------------------------------------------------------*/
.l-container {
	margin: 0 20px;
}

/*--------------------------------------------------------------------------
   template
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	 .ico
---------------------------------------------------------------------------*/
.c-ico-arw {
	position: relative;
	border-radius: 50%;
}

.c-ico-arw--type01 {
	margin: 0 10px 0 0;
	width: 18px;
	height: 18px;
	background: #fff;
}

.c-ico-arw--type01:before {
	width: 7px;
	height: 5px;
	background: url('../img/ico_arw02.png');
}

.c-ico-arw--type02 {
	width: 27px;
	height: 27px;
	background: #fff;
}

.c-ico-arw--type02:before {
	width: 5px;
	height: 9px;
	background: url('../img/ico_arw04.png');
}

.c-ico-arw--type03 {
	width: 20px;
	height: 20px;
	background: #fff;
}

.c-ico-arw--type03:before {
	width: 8px;
	height: 5px;
	background: url('../img/ico_arw05.png');
}

.c-ico-arw--type04 {
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	background: #fff;
}

.c-ico-arw--type04:before {
	width: 8px;
	height: 5px;
	background: url('../img/ico_arw02.png');
}

.c-ico-arw--modal {
	display: block;
	width: 35px;
	height: 35px;
	background: #f87300;
}

.c-ico-arw--modal:before {
	width: 11px;
	height: 14px;
	background: url('../img/ico_arw_modal.png');
}

.c-ico-arw--schedule {
	width: 14px;
	height: 14px;
}

.c-ico-arw--schedule:before {
	width: 5px;
	height: 3px;
	background: url('../img/ico_arw03.png');
}

.c-ico-arw:before {
	position: absolute;
	top: 50%;
	left: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-ico-close {
	position: relative;
}

.c-ico-close:before {
	position: absolute;
	top: 8px;
	left: -22px;
	width: 15px;
	height: 15px;
	background: url('../img/ico_close.png');
	content: '';
}

.c-ico-flag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-ico-garland {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-ico-garland picture {
	text-align: center;
}

.c-ico-garland:before {
	position: absolute;
	top: -12px;
	left: -72px;
	width: 65px;
	height: 55px;
	background: url('../img/ico_garland.png');
	background-size: 100%;
	background-repeat: no-repeat;
	content: '';
}

.c-ico-garland:after {
	position: absolute;
	top: -12px;
	right: -72px;
	width: 65px;
	height: 55px;
	background: url('../img/ico_garland.png');
	background-size: 100%;
	background-repeat: no-repeat;
	content: '';
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

/*--------------------------------------------------------------------------
	 .c-sec-hdg
---------------------------------------------------------------------------*/
.c-sec-hdg {
	position: relative;
	text-align: center;
	letter-spacing: .3rem;
	font-weight: 500;
	font-size: 2rem;
}

.c-sec-hdg .inner {
	position: relative;
	z-index: 5;
}

.c-sec-hdg:before {
	position: absolute;
	top: 23px;
	left: 50%;
	height: 9px;
	background: #fffa77;
	content: '';
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.c-sec-hdg--bold {
	font-weight: 500;
}

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

.nav-top {
	position: absolute;
	bottom: 9px;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 auto;
	width: 1160px;
	font-weight: 500;
	font-size: 1.2rem;
}

.nav-top .s-nav {
	position: relative;
	padding-left: 20px;
}

.nav-top .c-ico-arw {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #f77c00;
	border-radius: 50%;
	background: transparent;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

/*--------------------------------------------------------------------------
   template
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   template
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .u-
---------------------------------------------------------------------------*/

.u-pc {
	display: none;
}

.u-pc--i {
	display: none;
}

/*--------------------------------------------------------------------------
	 _global-header
---------------------------------------------------------------------------*/
.global-header .header-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.global-header .header-block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	height: 44px;
}

.global-header .header-block__item--main {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.global-header .header-block__item--sub {
	margin: 0 0 0 auto;
}

.global-header .intro {
	margin: 0 0 3px 15px;
	padding: 0 5px 1px;
	border: 1px solid #bdbdbd;
	font-size: 1rem;
}

.global-header .info {
	padding: 0;
}

.global-header .info__number {
	margin: 0 0 -6px;
}

.global-header .info__note {
	color: #787878;
	letter-spacing: -.1rem;
	font-size: .6rem;
	line-height: 1;
}

.global-header .header-nav {
	display: none;
}

.global-header .header-nav .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
	height: 70px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.35;
}

.global-header .header-nav .btn--01 {
	padding: 0 30px;
	background: #ff5f00;
}

.global-header .header-nav .btn--02 {
	background: #0874df;
}

.global-header .header-nav .btn--03 {
	background: #005dc6;
}

/*--------------------------------------------------------------------------
	 .global-footer
---------------------------------------------------------------------------*/
.global-footer {
	padding: 7px 0;
	background: #5b595a;
}

.global-footer .copy {
	color: #aeaaa5;
	text-align: center;
	letter-spacing: .03rem;
	font-size: 1rem;
}

/*--------------------------------------------------------------------------
	 .sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
	background: #14a5e7;
}

.sec-mv .mv {
	position: relative;
	margin: 0 auto;
	width: auto;
}

.sec-mv .mv__bg {
	position: relative;
	background: url('../img/mv_bg.jpg') no-repeat;
	background-position: center;
	background-size: cover;
}

.sec-mv .mv__inner {
	position: absolute;
	top: 31px;
	left: 12px;
}

.sec-mv .mv__txt {
	margin: 17px 0 0;
	color: #fff;
	letter-spacing: .16rem;
	font-weight: 100;
	font-size: 2.2rem;
}

.sec-mv .mv__sp-txt {
	bottom: 0;
	padding: 0 5px;
	background: #f87300;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

.sec-mv .mv-share {
	position: absolute;
	left: 50%;
}
.sec-mv .mv-share02 {
	position: absolute;
	left: 50%;
}

.sec-mv .mv-share__txt {
	margin: 3px 0 0 -3px;
	color: #fff;
	font-size: 1.4rem;
}

.sec-mv .share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2px 0 0 4px;
}

.sec-mv .share-list__item {
	margin: 0 7px 0 0;
}

/*--------------------------------------------------------------------------
	 .page-nav
---------------------------------------------------------------------------*/
.page-nav .nav-list {
	margin: 15px 20px;
}

.page-nav .nav-list__item {
	width: 100%;
}

.page-nav .nav-list__item .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0;
	width: 100%;
	border-bottom: 2px solid #024485;
	background: #0f7dea;
	color: #fff;
	text-align: center;
	letter-spacing: .1rem;
	font-size: 1.4rem;
}

/*--------------------------------------------------------------------------
	 .sec-openschool
---------------------------------------------------------------------------*/
.sec-openschool {
	padding: 35px 0 23px;
	border-top: 1px solid #dadada;
	background: url('../img/bg_grid.png');
}

.sec-openschool .openschool__hdg {
	margin: 0;
}

.sec-openschool .openschool__hdg:before {
	width: 251px;
}

.sec-openschool .openschool__txt {
	position: relative;
	margin: 3px 0 0;
	text-align: center;
	line-height: 2.6rem;
}

.sec-openschool .openschool__txt .bold {
	font-weight: 700;
}

.sec-openschool .point-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 16px auto 0;
	width: 320px;
}

.sec-openschool .point-list .item {
	text-align: center;
}

.sec-openschool .point-list .item__hdg {
	margin: 10px 0 0;
	letter-spacing: 0;
	font-weight: 600;
	font-size: 1.5rem;
}

.sec-openschool .point-list .item__txt {
	margin: 3px 0 0;
	font-size: 1.3rem;
}

/*--------------------------------------------------------------------------
	.sec-cv
---------------------------------------------------------------------------*/
.sec-cv {
	padding: 26px 0 23px;
	background: url('../img/cv_bg01.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.sec-cv--tighten {
	padding: 20px 0 26px;
	background: #d1ebf8;
}

.sec-cv .cv__txt {
	text-align: center;
}

.sec-cv .cv__btn {
	position: relative;
	margin: 2px auto 0;
	width: auto;
}

.sec-cv .cv__btn .btn {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 0 8px 50px;
	border-bottom: 2px solid #a44201;
	background: #f87300;
	color: #fff;
	text-align: center;
	letter-spacing: .18rem;
	font-weight: 700;
	font-size: 1.4rem;
}

.sec-cv .cv__btn .btn:before {
	position: absolute;
	top: 14px;
	left: 50%;
	width: 35px;
	height: 34px;
	background: url('../img/ico_cv.png');
	background-size: 100%;
	content: '';
}

.sec-cv .btn-list {
	margin: 9px 0 0;
}

.sec-cv .btn-list__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-left: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.sec-cv .btn-list__item:first-child {
	border-left: 0;
}

.sec-cv .btn-list__item .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 0 3px;
	width: 100%;
	height: 100%;
	background: #0f7dea;
	font-size: 1.5rem;
}

.sec-cv .btn-list__item--01 .btn {
	border-bottom: 2px solid #cf4e01;
	background: #f87300;
}

.sec-cv .btn-list__item--02 .btn {
	border-bottom: 2px solid #064f98;
	background: #0f7dea;
}

.sec-cv .btn-list__item--03 .btn {
	border-bottom: 2px solid #001632;
	background: #005cc6;
}

.sec-cv .btn-list__item .note {
	display: block;
	margin: 0 0 -4px;
	font-weight: 300;
	font-size: 1.2rem;
}

.sec-cv .cv-contact {
	margin: 10px 0 0;
	text-align: center;
}

.sec-cv .cv-contact__txt {
	font-weight: 700;
	font-size: 1rem;
}

.sec-cv .cv-contact .info__number {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

.sec-cv .cv-contact .info__number .link {
	display: block;
}

/*--------------------------------------------------------------------------
	 .sec-cartoon
---------------------------------------------------------------------------*/
.sec-cartoon {
	position: relative;
	padding: 45px 0 43px;
	background: url('../img/cartoon_bg.png');
}

.sec-cartoon .cartoon__hdg {
	margin: 0;
}

.sec-cartoon .cartoon__hdg:before {
	width: 290px;
}

.sec-cartoon .cartoon .flag:before {
	top: -25px;
	left: -77px;
}

.sec-cartoon .cartoon .flag:after {
	top: -25px;
	right: -76px;
}

.sec-cartoon .contents {
	position: relative;
	margin: 40px 0 0;
	padding: 25px 0 25px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
}

.sec-cartoon .contents._tyep02 {
	border-top: 2px solid #005dc6;
	border-bottom: 2px solid #005dc6;
}

.sec-cartoon .contents.none {
    margin: 0;
    padding: 0;
    border: none;
}

.sec-cartoon .contents__ttl {

	position: absolute;
	top: -28px;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -120px;
	width: 240px;
	height: 45px;
	background: #fff;
	font-weight: bold;
	font-size: 1.6rem;
}

.sec-cartoon .contents .caution {
	margin: 10px 0 -10px;
	text-align: center;
	font-weight: 700;
	font-size: 1.1rem;
}

.sec-cartoon .contents-list::after {
	display: block;
	width: 30%;
	content: '';
}

.sec-cartoon .contents-list__item {
	position: relative;
	width: auto;
}

.sec-cartoon .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sec-cartoon .item__ttl {
	padding: 2px 0;
	border: 2px solid #000;
	text-align: center;
	letter-spacing: .1rem;
}

.sec-cartoon .item__img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 10px 0 0;
}

.sec-cartoon .item__img img {
	width: 100%;
	height: auto;
}

.sec-cartoon .item .inner {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 165px;
}

.sec-cartoon .item .inner .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 5px 0 5px 13px;
	color: #000;
	letter-spacing: .1rem;
	font-weight: 700;
	font-size: 1.1rem;
}

.sec-cartoon .item .inner .btn .c-ico-arw {
	width: 13px;
	height: 13px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sec-cartoon .item .inner .btn .c-ico-arw:before {
	width: 5px;
	height: 3px;
}

/*--------------------------------------------------------------------------
	 .cartoon-modal
---------------------------------------------------------------------------*/
.modal-active {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.cartoon-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
}

.cartoon-modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	display: none;
	overflow-y: scroll;
	width: 100%;
	background: rgba(0, 0, 0, .3);
}

.cartoon-modal__inner {
	position: relative;
	left: 50%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 38px 36px;
	border: 4px solid #f87300;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cartoon-modal__img {
	position: relative;
}

.cartoon-modal.long-active {
	overflow: scroll;
}

.cartoon-modal.long-active .cartoon-modal__bg {
	height: 100%;
}

.cartoon-modal.long-active .cartoon-modal__inner {
	top: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 32px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.cartoon-modal.long-active .cartoon-modal__inner .close--top {
	top: -3px;
	right: -4px;
	cursor: pointer;
}

.cartoon-modal.long-active .cartoon-modal__inner .close--bottom {
	display: none;
}

.cartoon-modal.long-active .cartoon-modal__inner.active:before {
	display: none;
}

.cartoon-modal.long-active .cartoon-modal__img {
	margin: 0 auto;
	height: auto;
}

.cartoon-modal.short-active {
	overflow-y: scroll;
}

.cartoon-modal.short-active .cartoon-modal__bg {
	min-height: 100%;
	height: 370vw;
}

.cartoon-modal.short-active .cartoon-modal__inner {
	position: relative;
	top: 50px;
	padding: 38px 36px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.cartoon-modal.short-active .cartoon-modal__inner .modal-handle {
	display: none;
}

.cartoon-modal .close {
	display: inline-block;
	padding: 1px 32px 1px 50px;
	background: #f87300;
	color: #fff;
	font-weight: 700;
	font-size: 1.9rem;
}

.cartoon-modal .close--top {
	position: absolute;
	top: -121px;
	right: -100px;
	cursor: pointer;
}

.cartoon-modal .close--bottom {
	position: relative;
	left: 50%;
	margin: 20px 0 0;
	cursor: pointer;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.cartoon-modal .close--pc {
	display: none;
}

.cartoon-modal .close--sp {
	top: -4px;
	right: -4px;
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 30px;
}

.cartoon-modal .close--sp .c-ico-close {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.cartoon-modal .close--sp .c-ico-close:before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cartoon-modal .modal-handle__btn {
	position: absolute;
	top: 50%;
	z-index: 200;
	display: block;
	cursor: pointer;
}

.cartoon-modal .modal-handle__btn--prev {
	left: -20px;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

.cartoon-modal .modal-handle__btn--prev .c-ico-arw:before {
	-webkit-transform: translate(-50%, -25%);
	transform: translate(-50%, -25%);
}

.cartoon-modal .modal-handle__btn--next {
	right: -20px;
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	transform: translate(0, -50%) rotate(-90deg);
}

.cartoon-modal .modal-handle__btn--next .c-ico-arw:before {
	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}

.cartoon-modal .modal-handle .full {
	display: none;
	pointer-events: none;
}

/*--------------------------------------------------------------------------
	 .sec-schedule
---------------------------------------------------------------------------*/
.sec-schedule {
	position: relative;
	padding: 60px 0 43px;
	background: #c2eefa;
}

.sec-schedule .schedule {
	padding: 0 0 20px;
	background: #fff;
}

.sec-schedule .schedule__flag {
	position: relative;
	top: -25px;
}

.sec-schedule .schedule__hdg {
	margin: -19px 0 0;
}

.sec-schedule .schedule__hdg:before {
	width: 252px;
}

.sec-schedule .schedule__txt {
	margin: 7px 0 0;
	text-align: center;
}

.sec-schedule .schedule-accordion {
	position: relative;
	margin: 17px auto 0;
	width: auto;
}

.sec-schedule .schedule-accordion .caution {
	display: block;
	margin: 0 16px 0 0;
	text-align: right;
	font-size: 1rem;
}

.sec-schedule .accordion {
	width: auto;
	border-bottom: 2px solid #14a5e7;
}

.sec-schedule .accordion__ttl {
	position: relative;
	padding: 15px 0 14px 42px;
	border-top: 1px solid #fff;
	background: #14a5e7;
	color: #fff;
	letter-spacing: .3rem;
	cursor: pointer;
}

.sec-schedule .accordion__ttl:first-child {
	border: 0;
}

.sec-schedule .accordion__ttl:before {
	position: absolute;
	top: 23px;
	left: 18px;
	width: 11px;
	height: 17px;
	background: url('../img/ico_anchor.png');
	background-size: 100%;
	content: '';
}

.sec-schedule .accordion__ttl:after {
	position: absolute;
	top: 29px;
	right: 15px;
	width: 9px;
	height: 5px;
	background: url('../img/ico_arw_accordion.png');
	background-size: 100%;
	content: '';
}

.sec-schedule .accordion__ttl.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sec-schedule .accordion__inner {
	display: none;
}

.sec-schedule .accordion-ancher {
	padding: 10px 18px 0;
}

.sec-schedule .ancher-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e6e6e6;
}

.sec-schedule .ancher-list__item {
	margin: 0 17px;
}

.sec-schedule .ancher-list .ancher-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}

.sec-schedule .ancher-list .c-ico-arw {
	display: inline-block;
	margin: 0 12px 0 0;
}

.sec-schedule .accordion__inner {
	border-right: 2px solid #14a5e7;
	border-left: 2px solid #14a5e7;
}

.sec-schedule .accordion__inner--01 .c-ico-arw {
	background: #e76b6d;
}

.sec-schedule .accordion__inner--02 .c-ico-arw {
	background: #ffd400;
}

.sec-schedule .accordion__inner--03 .c-ico-arw {
	background: #5a67b3;
}

.sec-schedule .accordion__inner--04 .c-ico-arw {
	background: #80b75e;
}

.sec-schedule .accordion__inner--05 .c-ico-arw {
	background: #f49704;
}

.sec-schedule .accordion__inner--06 .c-ico-arw {
	background: #64c9c9;
}

.sec-schedule .list__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sec-schedule .item {
	margin: 0 18px;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}

.sec-schedule .item-block {
	display: block;
}

.sec-schedule .item-block__inner {
	margin: 0;
}

.sec-schedule .item-block__inner--right .schedule-list {
	margin: 6px 0 0;
}

.sec-schedule .item-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
}

.sec-schedule .item-ttl__hdg {
	font-size: 1.6rem;
}

.sec-schedule .item-ttl .c-ico-arw {
	display: inline-block;
	margin: 0 5px 0 0;
}

.sec-schedule .item-ttl .c-ico-arw:before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.sec-schedule .item-ttl .map {
	position: relative;
	top: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin-left: 9px;
	padding-left: 20px;
	width: 60px;
	height: 17px;
	border: 1px solid currentColor;
	border-radius: 3px;
	color: #ff7e00;
	font-weight: 500;
	font-size: 1.3rem;
}

.sec-schedule .item-ttl .map:before {
	position: absolute;
	top: 50%;
	left: 5px;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ff7e00;
	border-right: 2px solid #ff7e00;
	content: '';
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.sec-schedule .info-list {
	margin: 0;
}

.sec-schedule .info-list__item {
	letter-spacing: .02rem;
	font-size: 1.4rem;
}

.sec-schedule .course-list {
	margin-top: 6px;
}

.sec-schedule .course-list__item {
	display: inline-block;
	margin: 10px 5px 0 0;
}

.sec-schedule .course-list__item .c-btn {
	padding: 6px 12px;
	border: 1px solid #808080;
	border-radius: 50px;
	background-color: #fff;
	color: #808080;
	font-size: 1rem;
	line-height: 1;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.sec-schedule .course-list__item .no-link {
	pointer-events: none;
}

.sec-schedule .schedule-list__item {
	font-size: 1.4rem;


}

.sec-schedule .schedule-list__item .space {
	padding-left: 49px;
}

.sec-schedule .schedule-list__item .we-school {
	color: #00f;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------
	 .sec-course
---------------------------------------------------------------------------*/
.sec-course {
	position: relative;
	padding: 45px 0 43px;
	background: #feebd0;
}

.sec-course .course__hdg:before {
	width: 405px;
}

.sec-course .course__txt {
	margin: 7px 0 0;
	text-align: center;
}

.sec-course .controller {
	margin: 19px 0 0;
	text-align: center;
}

.sec-course .controller__txt {
	position: relative;
}

.sec-course .controller__txt:before {
	position: absolute;
	top: 2px;
	left: -10px;
	width: 1px;
	height: 21px;
	border-left: 1px solid #000;
	content: '';
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.sec-course .controller__txt:after {
	position: absolute;
	top: 2px;
	right: -7px;
	width: 1px;
	height: 21px;
	border-right: 1px solid #000;
	content: '';
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sec-course .controller__list {
	margin: 0;
}

.sec-course .controller__list:before {
	position: absolute;
	top: 117px;
	left: 50%;
	display: none;
	width: 24px;
	height: 14px;
	content: '';
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.sec-course .controller__list.active .btn:hover {
	opacity: 1;
}

.sec-course .controller__list.active:before {
	display: block;
}

.sec-course .controller__list .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 11px 20px 0;
	padding: 13px 0;
	width: auto;
	color: #fff;
	font-size: 1.5rem;
}

.sec-course .controller__list .btn .c-ico-arw {
	margin: 0 10px 0 0;
}

.sec-course .controller__list .btn--01 {
	border-bottom: 2px solid #b74a01;
	background: #f87300;
}

.sec-course .controller__list .btn--02 {
	border-bottom: 2px solid #024485;
	background: #0f7dea;
}

.sec-course .contents-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sec-course .contents-block--01 .contents-list__item:before {
	background: url('../img/bg_course01.png');
}

.sec-course .contents-block--01 .contents-list .card__ttl .ttl {
	border-bottom: 2px solid #b74a01;
	background: #f87300;
}

.sec-course .contents-block--02 {
	margin: 0;
}

.sec-course .contents-block--02 .contents-list__item:before {
	background: url('../img/bg_course02.png');
}

.sec-course .contents-block--02 .contents-list .card__ttl .ttl {
	border-bottom: 2px solid #023f6c;
	background: #0f7dea;
}

.sec-course .contents-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 33px 20px 0;
}

.sec-course .contents-list__item {
	position: relative;
	z-index: 5;
	margin: 16px 0;
	width: auto;
	background: #fff;
}

.sec-course .contents-list__item:before {
	position: absolute;
	z-index: -1;
	width: 82px;
	height: 80px;
	background-repeat: repeat;
	content: '';
}

.sec-course .contents-list__item--odd:before {
	bottom: -8px;
	left: -8px;
}

.sec-course .contents-list__item--even:before {
	top: -8px;
	right: -8px;
}

.sec-course .contents-list__item .caution {
	margin: 0 0 -8px;
	font-size: 1rem;
}

.sec-course .contents-block--02 .contents-list {
	margin: 0 20px;
}

.sec-course .contents .item {
	padding: 20px 0;
	height: 100%;
	background: #fff;
	text-align: center;
}

.sec-course .contents .card__ttl {
	position: relative;
	top: -29px;
}

.sec-course .contents .card__ttl .ttl {
	display: inline-block;
	padding: 15px 0;
	width: 240px;
	color: #fff;
	font-size: 1.4rem;
}

.sec-course .contents .card__ttl .ttl .inner {
	font-size: 1rem;
}

.sec-course .contents .card__ttl .ttl .inner--02 {
	font-size: 1rem;
}

.sec-course .contents .lead-box {
	margin: 0 20px;
}

.sec-course .contents .lead-box .txt {
	margin: -19px 0 0;
	padding: 5px 0;
	min-height: 72px;
	font-size: 1.2rem;
}

.sec-course .contents .lead-box .note {
	position: relative;
	margin: -16px 0 0;
	padding: 0 0 18px;
	border-bottom: 1px solid #ff6e19;
	font-size: 1.2rem;
}

.sec-course .contents .lead-box .note--school {
	margin: -2px 0 4px;
	padding: 0 0 2px;
}

.sec-course .contents .course-list {
	margin: 8px 0 0;
	text-align: left;
	line-height: 1.8rem;
}

.sec-course .contents .course-list--02 {
	line-height: 1.9rem;
}

.sec-course .contents .course-list--02 .course-list__item {
	display: block;
}

.sec-course .contents .course-list__item {
	display: inline-block;
	margin-left: 5px;
	font-weight: 700;
	font-size: 1rem;
}

.sec-course .contents .course-list .slash {
	display: inline-block;
	margin-left: 5px;
}

.sec-course .contents .school-list {
	text-align: left;
}

.sec-course .contents .school-list__item {
	display: inline-block;
	font-weight: 500;
	font-size: 1.2rem;
}

.sec-course .contents .school-list .slash {
	display: inline-block;
	margin-left: 5px;
}

/*--------------------------------------------------------------------------
	 .sec-question
---------------------------------------------------------------------------*/
.sec-question {
	position: relative;
	padding: 35px 0 43px;
	background: url('../img/bg_grid.png');
}

.sec-question .question__hdg {
	letter-spacing: .4rem;
}

.sec-question .question__hdg:before {
	width: 175px;
}

.sec-question .question__flag {
	position: relative;
}

.sec-question .question-accordion {
	position: relative;
	margin: 35px 0 0;
}

.sec-question .accordion {
	width: auto;
	border: 2px solid #dcdcdc;
	background: #fff;
}

.sec-question .accordion__ttl {
	position: relative;
	padding: 13px 47px;
	border-top: 2px solid #dcdcdc;
	cursor: pointer;
}

.sec-question .accordion__ttl:first-child {
	border-top: 0;
}

.sec-question .accordion__ttl:before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 18px;
	height: 18px;
	background: url('../img/ico_question.png');
	background-size: 100%;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sec-question .accordion__ttl:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 8px;
	background: url('../img/ico_arw_qanda.png');
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sec-question .accordion__ttl.open:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sec-question .accordion__ttl .note {
	letter-spacing: -.05rem;
	font-size: 1.4rem;
}

.sec-question .accordion__inner {
	position: relative;
	padding: 13px 47px;
}

.sec-question .accordion__inner:before {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 18px;
	height: 18px;
	background: url('../img/ico_answer.png');
	background-size: 100%;
	content: '';
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sec-question .accordion__inner span {
	letter-spacing: -.05rem;
	font-size: 1.4rem;
}

/*--------------------------------------------------------------------------
	 .sp-nav
---------------------------------------------------------------------------*/
.sp-nav {
	position: fixed;
	bottom: -70px;
	z-index: 50;
	width: 100%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.sp-nav.active {
	bottom: 0;
}

.sp-nav .navi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sp-nav .navi-list__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 25%;
	background: #fff;
}

.sp-nav .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 14px;
	height: 70px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .05rem;
	font-size: 1rem;
	line-height: 1.4;
}

.sp-nav .btn--01 {
	background: #ff5f00;
}

.sp-nav .btn--01 .btn__img {
	width: 28px;
}

.sp-nav .btn--02 {
	background: #0874df;
}

.sp-nav .btn--02 .btn__img {
	width: 26px;
}

.sp-nav .btn--03 {
	background: #005dc6;
}

.sp-nav .btn--03 .btn__img {
	width: 22px;
}

.sp-nav .btn--04 {
	background: #008005;
}

.sp-nav .btn--04 .btn__img {
	width: 20px;
}

.sp-nav .btn__img {
	height: auto;
}

.sp-nav .btn__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin: 4px 0 0;
	height: 28px;
}

@media screen {
	[hidden~='screen'] {
		display: inherit;
	}
	[hidden~='screen']:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

@media (min-width: 768px) {
	html {
		min-width: 1280px;
	}
	body {
		min-width: 1280px;
		font-size: 1.6rem;
		line-height: 1.78;
	}
	.l-container {
		margin: 0 auto;
		width: 1160px;
	}
	.l-container--wrap {
		margin: 0 auto;
		width: 1160px;
	}
	.c-ico-arw--type01 {
		width: 25px;
		height: 25px;
	}
	.c-ico-arw--type01:before {
		width: 10px;
		height: 6px;
	}
	.c-ico-arw--type03 {
		width: 27px;
		height: 27px;
	}
	.c-ico-arw--type03:before {
		width: 10px;
		height: 6px;
	}
	.c-ico-arw--type04 {
		width: 27px;
		height: 27px;
	}
	.c-ico-arw--type04:before {
		width: 10px;
		height: 6px;
	}
	.c-ico-arw--modal {
		width: 50px;
		height: 50px;
	}
	.c-ico-arw--modal:before {
		width: 22px;
		height: 14px;
	}
	.c-ico-arw--schedule {
		width: 22px;
		height: 22px;
	}
	.c-ico-arw--schedule:before {
		width: 10px;
		height: 6px;
	}
	.c-ico-garland:before {
		top: -25px;
		left: -125px;
		width: 122px;
		height: 96px;
	}
	.c-ico-garland:after {
		top: -25px;
		right: -130px;
		width: 122px;
		height: 96px;
	}
	.c-sec-hdg {
		letter-spacing: .24rem;
		font-weight: 100;
		font-size: 3.5rem;
	}
	.c-sec-hdg:before {
		top: 39px;
		height: 15px;
	}
	.btn:hover {
		opacity: .8;
		cursor: pointer;
	}
	.nav-top {
		bottom: 30px;
		left: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 auto;
		width: 1160px;
		font-size: 1.6rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.nav-top .s-nav {
		padding-left: 28px;
	}
	.nav-top .c-ico-arw {
		width: 18px;
		height: 18px;
	}
	.u-sp {
		display: none;
	}
	.u-pc {
		display: block !important;
	}
	.u-pc--i {
		display: inline !important;
	}
	.u-pc .u-pc--ib {
		display: inline-block !important;
	}
	.u-pc .u-pc--f {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.u-pc .u-pc--if {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.global-header .header-block__item {
		-webkit-box-align: end;
		align-items: flex-end;
		-ms-flex-align: end;
		height: 70px;
	}
	.global-header .header-block__item--main {
		padding: 0 0 9px;
	}
	.global-header .info {
		padding: 0 0 10px;
	}
	.global-header .info__number {
		margin: 0 0 5px;
	}
	.global-header .info__note {
		font-size: 1rem;
	}
	.global-header .header-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 0 14px;
	}
	.global-footer {
		padding: 23px 0;
	}
	.global-footer .copy {
		font-size: 1.3rem;
	}
	.sec-mv .mv__bg {
		height: 500px;
		background: url('../img/mv_bg_pc.jpg') no-repeat;
		background-position: center;
	}
	.sec-mv .mv__inner {
		top: 50px;
		left: 50%;
		margin-left: -540px;
	}
	.sec-mv .mv-share {
		/*top: 380px;
		margin-left: -380px;*/
		/*top: 400px;*/
		/*margin-left: -480px;*/
		top: 412px;
		margin-left: -470px;
	}
	.sec-mv .mv-share02 {
		top: 372px;
		margin-left: -466px;
	}
	.page-nav .nav-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		padding: 28px 0;
		width: 1100px;
	}
	.page-nav .nav-list__item {
		margin: 10px;
		width: 345px;
	}
	.page-nav .nav-list__item .btn {
		padding: 14px 0;
		letter-spacing: .03rem;
		font-size: 1.9rem;
	}
	.sec-openschool {
		padding: 76px 0 96px;
	}
	.sec-openschool .openschool__hdg {
		margin: 6px 0 0;
	}
	.sec-openschool .openschool__hdg:before {
		width: 405px;
	}
	.sec-openschool .openschool__txt {
		margin: 11px 0 0;
	}
	.sec-openschool .openschool__txt:before {
		position: absolute;
		top: -161px;
		left: 108px;
		width: 87px;
		height: 259px;
		background: url('../img/figure_img01.png');
		content: '';
	}
	.sec-openschool .openschool__txt:after {
		position: absolute;
		top: -156px;
		right: 50px;
		width: 126px;
		height: 240px;
		background: url('../img/figure_img02.png');
		content: '';
	}
	.sec-openschool .point-list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 66px auto 0;
		width: 1168px;
	}
	.sec-openschool .point-list .item__hdg {
		margin: 13px 0 0;
		letter-spacing: .07rem;
		font-size: 2.1rem;
	}
	.sec-openschool .point-list .item__txt {
		margin: 8px 0 0;
	}
	.sec-cv {
		padding: 70px 0 65px;
	}
	.sec-cv--tighten {
		padding: 80px 0 95px;
		background: url('../img/cv_bg02.jpg');
		background-color: #e2f3fb;
		background-position: center bottom;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.sec-cv .cv__btn {
		margin: 38px auto 0;
		width: 780px;
	}
	.sec-cv .cv__btn .btn {
		padding: 13px 0 13px 113px;
		font-size: 2.8rem;
	}
	.sec-cv .cv__btn .btn:before {
		top: 29px;
		left: 130px;
		width: 69px;
		height: 67px;
	}
	.sec-cv .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 35px 0 0;
	}
	.sec-cv .btn-list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		align-items: baseline;
		-ms-flex-align: baseline;
		width: 390px;
	}
	.sec-cv .btn-list__item .btn {
		padding: 36px 0 30px;
		font-size: 2rem;
	}
	.sec-cv .btn-list__item .note {
		font-size: 1.6rem;
	}
	.sec-cv .cv-contact {
		margin: 20px 0 0;
	}
	.sec-cv .cv-contact__txt {
		font-size: 1.9rem;
	}
	.sec-cartoon {
		padding: 113px 0 85px;
	}
	.sec-cartoon .cartoon__hdg:after {
		position: absolute;
		top: -17px;
		right: 305px;
		width: 74px;
		height: 66px;
		background: url('../img/cartoon_hdg_frame.png');
		content: '';
	}
	.sec-cartoon .cartoon__hdg:before {
		width: 450px;
	}
	.sec-cartoon .cartoon .flag:before {
		top: -50px;
		left: -124px;
	}
	.sec-cartoon .cartoon .flag:after {
		top: -50px;
		right: -132px;
	}
	.sec-cartoon .contents {
		margin: 45px 0 0;
		padding: 57px 0 20px;
		border: 2px solid #000;
	}
	.sec-cartoon .contents._tyep02 {
		border: 2px solid #005dc6;
	}
	.sec-cartoon .contents--long:before {
		position: absolute;
		top: -185px;
		/*top: -155px;*/
		left: 128px;
		width: 194px;
		height: 183px;
		background: url('../img/figure_img03.png');
		content: '';
	}
	.sec-cartoon .contents + .contents {
		margin: 90px 0 0;
		/*margin: 27px 0 0;*/
	}
	.sec-cartoon .contents + .contents .contents-list__item.new:before {
		position: absolute;
		top: -40px;
		left: -38px;
		width: 70px;
		height: 68px;
		background: url('../img/ico_new.png') no-repeat;
		background-size: contain;
		content: '';
	}
	.sec-cartoon .contents__ttl {
		top: -35px;
		margin-left: -145px;
		width: 290px;
		height: 60px;
		font-size: 2.4rem;
	}
	.sec-cartoon .contents .caution {
		margin: 30px 0 10px;
		font-size: 1.4rem;
	}
	.sec-cartoon .contents-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: -25px 0 0;
		padding: 0 70px;
		/*padding: 0 430px;*/
	}
	.sec-cartoon .contents-list__item {
		margin: 25px 15px;
		width: 300px;
	}
	.sec-cartoon .item {
		display: block;
	}
	.sec-cartoon .item__img {
		margin: 10px 0 0;
	}
	.sec-cartoon .item .inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: -22px 0 0;
		width: 100%;
	}
	.sec-cartoon .item .inner .btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 27px;
		width: 226px;
		background: #ff6e19;
		color: #fff;
		font-size: 1.4rem;
	}
	.sec-cartoon .item .inner .btn:hover {
		background: #f88e31;
		opacity: 1;
	}
	.sec-cartoon .item .inner .btn._type02 {
		background: #005dc6;
	}
	.sec-cartoon .item .inner .btn._type02:hover {
		background: #026be3;
	}
	.sec-cartoon .item .inner .btn .c-ico-arw {
		margin-right: 20px;
		width: 19px;
		height: 19px;
	}
	.sec-cartoon .item .inner .btn .c-ico-arw:before {
		width: 9px;
		height: 5px;
	}
	.cartoon-modal__inner {
		position: absolute;
	}
	.cartoon-modal.long-active .cartoon-modal__bg {
		min-height: 916px;
	}
	.cartoon-modal.long-active .cartoon-modal__inner {
		top: 60px;
		padding: 78px 90px;
	}
	.cartoon-modal.long-active .cartoon-modal__inner .close--top {
		top: -113px;
		right: -94px;
	}
	.cartoon-modal.long-active .cartoon-modal__img img {
		width: 230px;
		height: auto;
	}
	.cartoon-modal.short-active .cartoon-modal__bg {
		height: 2240px;
	}
	.cartoon-modal.short-active .cartoon-modal__inner {
		position: absolute;
		top: 120px;
		padding: 86px 96px;
	}
	.cartoon-modal .close--pc {
		display: inline-block;
	}
	.cartoon-modal .close--sp {
		display: none;
	}
	.cartoon-modal .close--bottom {
		margin: 40px 0 0;
	}
	.cartoon-modal .modal-handle__btn--prev {
		left: 20px;
	}
	.cartoon-modal .modal-handle__btn--next {
		right: 20px;
	}
	.sec-schedule {
		padding: 125px 0 140px;
	}
	.sec-schedule .schedule {
		padding: 0 0 100px;
	}
	.sec-schedule .schedule__hdg {
		margin: -11px 0 0;
	}
	.sec-schedule .schedule__hdg:before {
		width: 451px;
	}
	.sec-schedule .schedule__txt {
		margin: 23px 0 0;
	}
	.sec-schedule .schedule-accordion {
		margin: 33px auto 0;
		width: 900px;
	}
	.sec-schedule .schedule-accordion:before {
		position: absolute;
		top: -169px;
		right: 0;
		width: 164px;
		height: 190px;
		background: url('../img/figure_img04.png');
		content: '';
	}
	.sec-schedule .schedule-accordion .caution {
		margin: 7px 0 0;
		font-size: 1.4rem;
	}
	.sec-schedule .accordion {
		width: 900px;
	}
	.sec-schedule .accordion__ttl {
		padding: 28px 0 26px 77px;
	}
	.sec-schedule .accordion__ttl:before {
		top: 30px;
		left: 42px;
		width: 17px;
		height: 25px;
	}
	.sec-schedule .accordion__ttl:after {
		top: 35px;
		right: 47px;
		width: 16px;
		height: 10px;
	}
	.sec-schedule .accordion-ancher {
		padding: 25px 60px 0;
	}
	.sec-schedule .ancher-list {
		padding: 0 0 25px;
	}
	.sec-schedule .ancher-list__item {
		margin: 0 15px;
	}
	.sec-schedule .item {
		margin: 0 60px;
		padding: 47px 0;
	}
	.sec-schedule .item-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sec-schedule .item-block__inner--right {
		margin: 0;
	}
	.sec-schedule .item-ttl__hdg {
		font-size: 2.35rem;
	}
	.sec-schedule .item-ttl .c-ico-arw {
		margin: 0 11px 0 0;
	}
	.sec-schedule .item-ttl .map {
		margin-left: 13px;
		height: 22px;
	}
	.sec-schedule .info-list {
		margin: 10px 0 0;
	}
	.sec-schedule .info-list__item {
		font-size: 1.5rem;
	}
	.sec-schedule .course-list__item .c-btn {
		padding: 8px 20px;
	}
	.sec-schedule .course-list__item .c-btn:hover {
		background-color: #808080;
		color: #fff;
	}
	.sec-schedule .schedule-list {
		width: 239px;
	}
	.sec-schedule .schedule-list__item {
		font-size: 1.6rem;
	}
	.sec-schedule .schedule-list__item--we-school {
		font-size: 1.2rem;
	}
	.sec-schedule .schedule-list__item--briefing {
		text-align: right;
		font-size: 1.2rem;
	}
	.sec-schedule .schedule-list__item .space {
		padding-left: 55px;
	}
	.sec-course {
		padding: 80px 0 75px;
	}
	.sec-course .course__txt {
		margin: 23px 0 0;
	}
	.sec-course .controller {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sec-course .controller__txt:before {
		left: -17px;
		height: 29px;
	}
	.sec-course .controller__list {
		position: relative;
		margin: 0 30px;
	}
	.sec-course .controller__list .btn {
		margin: 11px 0 0;
		padding: 20px 0;
		width: 386px;
		font-size: 2.2rem;
	}
	.sec-course .contents-block--02 {
		margin: -34px 0 0;
	}
	.sec-course .contents-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 33px 30px 0;
	}
	.sec-course .contents-list__item {
		margin: 30px;
		width: 490px;
	}
	.sec-course .contents-list__item:before {
		width: 130px;
		height: 122px;
	}
	.sec-course .contents-list__item--odd:before {
		bottom: -12px;
		left: -19px;
	}
	.sec-course .contents-list__item--even:before {
		top: -9px;
		right: -16px;
	}
	.sec-course .contents-list__item .caution {
		font-size: 1.2rem;
	}
	.sec-course .contents-block--02 .contents-list {
		margin: 30px;
	}
	.sec-course .contents .card__ttl .ttl {
		padding: 10px 0;
		width: 400px;
		font-size: 1.8rem;
	}
	.sec-course .contents .card__ttl .ttl .inner {
		font-size: 1.4rem;
	}
	.sec-course .contents .card__ttl .ttl .inner--02 {
		display: block;
		margin: -5px 0 0;
	}
	.sec-course .contents .lead-box .txt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: -9px 0 0;
		padding: 5px 20px;
		font-size: 1.4rem;
	}
	.sec-course .contents .lead-box .note {
		margin: -12px 20px 0;
		font-size: 1.4rem;
	}
	.sec-course .contents .lead-box .note--school {
		margin: 6px 20px 5px;
	}
	.sec-course .contents .course-list {
		text-align: center;
	}
	.sec-course .contents .course-list__item {
		font-size: 1.3rem;
	}
	.sec-course .contents .school-list {
		text-align: center;
	}
	.sec-course .contents .school-list__item {
		font-size: 1.4rem;
	}
	.sec-question {
		padding: 75px 0 85px;
	}
	.sec-question .question__hdg {
		margin: 12px 0 0;
	}
	.sec-question .question__hdg:before {
		width: 271px;
	}
	.sec-question .question-accordion {
		margin: 55px 0 0;
	}
	//.sec-question .question-accordion:before {
	//	position: absolute;
	//	top: -175px;
	//	left: 180px;
	//	width: 140px;
	//	height: 176px;
	//	background: url('../img/figure_img05.png');
	//	content: '';
	//}
	.sec-question .accordion {
		margin: 0 auto;
		width: 900px;
	}
	.sec-question .accordion__ttl {
		padding: 25px 0 22px 55px;
	}
	.sec-question .accordion__ttl:before {
		width: 28px;
		height: 28px;
	}
	.sec-question .accordion__ttl:after {
		right: 36px;
	}
	.sec-question .accordion__inner {
		padding: 11px 57px 25px;
	}
	.sec-question .accordion__inner:before {
		width: 28px;
		height: 28px;
	}
	.sp-nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.l-page {
		padding: 0 0 70px;
	}
	.nav-top {
		left: 20px;
	}
	.global-header .header-block {
		margin: 0 4px;
	}
	.global-header .logo img {
		width: 158px;
		height: 21px;
	}
	.global-header .info {
		text-align: right;
	}
	.global-header .info__note {
		text-align: right;
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	/*
	.sec-mv .mv:before {
		position: absolute;
		top: 40px;
		right: 6px;
		z-index: 10;
		width: 167px;
		height: 69px;
		background: url('../img/mv_balloon.png');
		background-size: 100%;
		content: '';
	}
	*/
	.sec-mv .mv__bg {
		width: 100%;
	}
	.sec-mv .mv__bg .img {
		width: 100%;
		height: auto;
	}
	.sec-mv .mv-share {
		bottom: 34px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.sec-mv .mv-share02 {
		bottom: 80px;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.sec-mv .share-list__item {
		width: 131px;
	}
	.page-nav .nav-list__item {
		margin: 13px 0 0;
	}
	.page-nav .nav-list__item .btn {
		position: relative;
	}
	.page-nav .nav-list__item .btn .c-ico-arw {
		position: absolute;
		left: 8px;
	}
	.sec-openschool .openschool__txt {
		padding: 0 20px;
	}
	.sec-openschool .point-list__item {
		margin: 10px 7px;
	}
	.sec-openschool .point-list .item {
		width: 145px;
	}
	.sec-openschool .point-list .item__hdg {
		line-height: 2rem;
	}
	.sec-openschool .point-list .item__txt {
		text-align: left;
		line-height: 1.9rem;
	}
	.sec-openschool .point-list .item__txt br {
		display: none;
	}
	.sec-cv .cv__txt img {
		width: 265px;
		height: auto;
	}
	.sec-cv .cv__btn .btn {
		line-height: 2.4rem;
	}
	.sec-cv .cv__btn .btn:before {
		-webkit-transform: translate(-129px, 0);
		transform: translate(-129px, 0);
	}
	.sec-cv .btn-list__item {
		margin-top: 9px;
	}
	.sec-cv .btn-list__item:first-child {
		border-top: 0;
	}
	.sec-cv .btn-list__item .btn {
		height: 70px;
	}
	.sec-cv .cv-contact .info__number img {
		width: 263px;
		height: auto;
	}
	.sec-cartoon .contents + .contents .contents-list:before {
		position: absolute;
		top: 4px;
		/*top: 70%;*/
		left: 5px;
		z-index: 10;
		width: 48px;
		height: 48px;
		background: url('../img/ico_new_sp.png') no-repeat;
		background-size: contain;
		content: '';
	}
	.sec-cartoon .contents--long .contents-list {
		padding-bottom: 35%;
	}
	.sec-cartoon .contents-list {
		/*overflow: hidden;*/
		/*height: 0;*/
	}
	.sec-cartoon .contents-list__item {
		margin: 0 20px;
	}
	.sec-cartoon .contents-list__item:not(:first-of-type) {
		margin: 20px 20px 0;
	}
	.sec-cartoon .btn-view-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 28px 0 0;
		width: 100%;
	}
	.sec-cartoon .btn-view-more__ico {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		padding: 10px 0;
		font-size: 1.2rem;
	}
	.sec-cartoon .btn-view-more__ico img {
		margin: 2px 0 0 5px;
	}
	.sec-cartoon .btn-view-more.is-active .btn-view-more__ico {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.sec-cartoon .btn-view-more.is-active .btn-view-more__ico span {
		display: none;
	}
	.sec-cartoon .item .inner .ttl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.sec-cartoon .item .inner .btn {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.sec-cartoon .item .inner .btn .c-ico-arw {
		margin-left: 5px;
		background: #f88e31;
	}
	.sec-cartoon .item .inner .btn .c-ico-arw:before {
		background: url('../img/ico_arw03.png') no-repeat;
		background-size: 100%;
	}
	.cartoon-modal {
		padding: 0 20px;
	}
	.cartoon-modal__img img {
		width: 100%;
		height: auto;
	}
	.cartoon-modal.long-active {
		padding: 0 30px;
	}
	.cartoon-modal.long-active .cartoon-modal__inner {
		max-width: 460px;
	}
	.cartoon-modal.long-active .cartoon-modal__img {
		width: 80%;
	}
	.sec-schedule .schedule__hdg {
		font-size: 1.8rem;
	}
	.sec-schedule .schedule__txt {
		line-height: 2.3rem;
	}
	.sec-schedule .accordion {
		margin: 0 16px;
	}
	.sec-schedule .accordion__ttl {
		font-size: 1.6rem;
	}
	.sec-schedule .ancher-list__item {
		line-height: 3.6rem;
	}
	.sec-schedule .item-ttl .c-ico-arw {
		-ms-flex-preferred-size: 14px;
		flex-basis: 14px;
	}
	.sec-schedule .course-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec-course .course__hdg {
		margin: 4px 0 0;
	}
	.sec-course .course__hdg:before {
		width: 251px;
	}
	.sec-course .controller__txt {
		top: 4px;
		font-size: 1.4rem;
	}
	.sec-course .controller__list--02 {
		margin-top: 20px;
	}
	.sec-course .controller__list .btn {
		position: relative;
	}
	.sec-course .controller__list .btn .c-ico-arw {
		position: absolute;
		top: 18px;
		left: 34px;
		margin: 0;
	}
	.sec-course .contents-list {
		height: 100%;
	}
	.sec-course .contents-list__item {
		max-width: 597px;
	}
	.sec-course .contents-list__item .caution {
		text-align: left;
	}
	.sec-course .contents .card img {
		padding: 0 20px;
		width: 100%;
		height: auto;
	}
	.sec-course .contents .card__ttl {
		line-height: 2rem;
	}
	.sec-course .contents .card__ttl .ttl {
		line-height: 1.4rem;
	}
	.sec-course .contents .card__ttl .ttl--multiple {
		padding: 7px 0;
	}
	.sec-course .contents .lead-box .txt {
		text-align: left;
	}
	.sec-course .contents .lead-box .note {
		text-align: left;
	}
	.sec-course .contents .school-list {
		margin: -5px 0 0;
	}
}

@media (max-width: 575px) {
	.sec-cartoon .item .inner .ttl {
		font-size: 1.4rem;
		line-height: 1.75rem;
	}
}

/* 20200519追加　オンライン */
.global-header .header-nav .btn--03 {
	padding: 0px 25px;
}
.global-header .header-nav .btn--03 span {
	display:contents;
    font-size: 80%;
}

.online_bnr {
	width:1160px;
	margin:50px auto 0;
	padding:30px 0;
	border:2px solid #ff5f00;
	background:#fff;
	text-align:center;
}
.online_bnr img {
	width:100%;
	height:auto;
}
.online_bnr .ttl {
	display:inline-block;
    letter-spacing: .07rem;
    font-size: 2.4rem;
    margin:0 0 15px;
    background-image: linear-gradient(transparent 60%, #fffa77 40%);
}
.online_bnr .ttl span {
	padding:0 10px;
}
.online_bnr .txt {
	margin:0 0 15px;
}
.online_bnr ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
}
.online_bnr ul li {
	padding:0 20px;
    font-size: 2.4rem;
    color:#ff5f00;
}
.online_bnr .txt02 {
    color:#ff5f00;
}
.online_bnr .notes {
	margin:15px 0 0;
    font-size: 1.4rem;
}


.sec-cv .wrap {
	overflow:hidden;
}
.sec-cv .cv__btn._type01 {
	float:left;
	width: 700px;
	margin: 38px 0 0;
}
.sec-cv .cv__btn._type01 .btn {
    padding: 13px 0 13px 80px;
}
.sec-cv .cv__btn._type01 .btn:before {
    left: 100px;
}
.sec-cv .cv__btn._type02 {
	float:right;
	width: 400px;
	margin: 38px 0 0;
}
.sec-cv .cv__btn._type02 .btn {
    padding: 13px 0 13px 0;
    background: #005dc6;
    border-bottom: 2px solid #012957;
}
.sec-cv .cv__btn._type02 .btn:before {
	display:none;
}

.sec-schedule .online_txt {
    position: relative;
    width:330px;
    margin: 7px auto 0;
    padding:12px 0 12px 0;
    text-align: center;
}
.sec-schedule .online_txt:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
	width:30px;
	height:30px;
	background: url('../img/online_ico.png') no-repeat;
	background-size: 30px;
}

/*
.sec-schedule .schedule-list__item span + span {
	display: inline-block;
	width: 222px;
	padding-right:50px;
	background: url('../img/online_ico.png') no-repeat 100% 50%;
	background-size: 25px;
}
*/

@media (max-width: 767px) {
.online_bnr {
	width:90%;
	margin:20px auto 0;
	padding:20px;
}
.online_bnr .ttl {
	display:inline-block;
    letter-spacing: .07rem;
    font-size: 1.8rem;
    margin:0 0 15px;
}
.online_bnr ul {
		display: block;
}
.online_bnr ul li {
	text-align:left;
	padding: 0 10px;
	font-size: 1.7rem;
}
.online_bnr .notes {
	text-align:left;
    font-size: 1.2rem;
}
.sec-cv .cv__btn._type01 {
    float: none;
    width: auto;
    margin: 0 0 0;
}
.sec-cv .cv__btn._type01 .btn {
    padding: 8px 0 8px 50px;
}
.sec-cv .cv__btn._type01 .btn:before {
    left: 50%;
}
.sec-cv .cv__btn._type02 {
    float: none;
    width: auto;
    margin: 10px 0 0;
}
}


/*# sourceMappingURL=../../maps/assets/css/style.css.map */
