/*
Theme Name: japan-ems
Author: minoru kubota
Version: 1
*/

/*
----------------------------------------
reset
----------------------------------------
*/

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

body {
	line-height: 1;
}

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/*
----------------------------------------
common
----------------------------------------
*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 61.5%;
	/* padding-top: 56.25%; */
}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* scrollbar */
/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all 0.2s;
}

/* slick */

.slider .slick-slide {
	margin: 0 20px;
	position: relative;
}

.slider .slick-prev,
.slider .slick-next {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 999;
	transition: all 0.2s;
	z-index: 99;
}

.slider .slick-prev {
	background: #1da1f2 url(assets/img/common/2x/arrow-prev.png) center center / contain no-repeat !important;
	left: 225px;
}

.slider .slick-next {
	background: #1da1f2 url(assets/img/common/2x/arrow-next.png) center center / contain no-repeat !important;
	right: 225px;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	display: none;
}

.slider .slick-prev:hover,
.slider .slick-prev:focus,
.slider .slick-next:hover,
.slider .slick-next:focus {
	background: initial;
}

.post div#ez-toc-container {
	background: #f5f5f5;
	padding: 33px 40px 22px;
	margin-bottom: 65px;
	border: none;
	border-radius: 0;
}

.post #ez-toc-container li.ez-toc-heading-level-2 {
	margin-bottom: 13px;
	padding-left: 0;
}

.post .ez-toc-title-container {
	margin-bottom: 20px;
}

.post div#ez-toc-container p.ez-toc-title {
	font-size: 2.8rem;
	line-height: 1.4;
	color: #111;
	padding-left: 42px;
	background: url(assets/img/column/2x/icon-content.png) left center / 25px no-repeat;
}

#ez-toc-container.counter-flat ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
	counter-reset: item;
}

article.post .post-content div#ez-toc-container ul {
	margin: 6px 0 0 10px;
}

article.post .post-content div#ez-toc-container ul li {
	padding-left: 0;
}

article.post .post-content div#ez-toc-container ul li::before {
	display: none;
}

article.post .post-content div#ez-toc-container a {
	color: #111;
	border: none;
	font-size: 1.6rem;
	position: relative;
	padding-left: 2rem;
}

article.post .post-content div#ez-toc-container ul.ez-toc-list-level-3 a {
	padding-left: 3.6rem;
}

article.post .post-content div#ez-toc-container ul.ez-toc-list-level-4 a {
	padding-left: 5.2rem;
}

article.post .post-content div#ez-toc-container ul.ez-toc-list-level-5 a {
	padding-left: 6.8rem;
}

article.post .post-content div#ez-toc-container ul.ez-toc-list-level-6 a {
	padding-left: 7.4rem;
}

article.post .post-content div#ez-toc-container a:hover {
	color: #1da1f2;
	text-decoration: none;
	opacity: 1;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	color: #1da1f2;
	position: absolute;
	top: 0;
	left: 0;
}

/*
----------------------------------------
form
----------------------------------------
*/

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	letter-spacing: 1px;
	border: solid 2px #333;
	border-radius: 3px;
	margin: 0;
	padding: 19px 20px;
	text-align: left;
}

.form-box .mfp_element_text,
.form-box .mfp_element_number,
.form-box .mfp_element_select-one,
.form-box .mfp_element_email,
.form-box .mfp_element_tel,
.form-box .mfp_element_textarea,
.form-box .mfp_element_date,
.form-box .mfp_element_password {
	border: solid 2px #333;
	box-shadow: none;
	padding: 19px 20px;
	margin: 0;
}

.form-box .mfp_element_file {
	max-width: 100%;
	appearance: none;
    font-size: 1.6rem;
    color: #111;
    width: initial;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 15px 0;
}

.form-box .file-wrap {
    display: inline-block;
    padding-right: 4rem;
    position: relative;
}

.form-box .file-reset {
    display: none;
    line-height: .4;
    padding: 14px;
    position: absolute;
    right: 0;
    top: calc(50% - 2rem);
    cursor: pointer;
}

.form-box .date-wrap {
	display: flex;
}

.form-box .date-wrap .input select {
	letter-spacing: 0;
}

.form-box .date-wrap .year select {
    width: 100px;
}

.form-box .date-wrap .month select {
    width: 80px;
}

.form-box .date-wrap .day select {
    width: 80px;
}

.form-box .date-wrap .txt {
	margin: 0 1.2rem 0 .6rem;
    vertical-align: middle;
}

textarea {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 17rem !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 2rem;
	letter-spacing: 0.4px;
	border: solid 2px #333;
	border-radius: 5px;
	padding: 17px 45px 17px 25px;
	background: #fff url(assets/img/common/2x/arrow-select.png) right 20px center / 12px no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

button.search-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #1da1f2;
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.2rem;
	text-align: center;
	border: none;
	outline: none;
	padding: 7px 24px 9px 8px;
	line-height: 2;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.2s;
}

button.search-btn::before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(assets/img/common/2x/icon-search.png) center center / contain no-repeat;
	margin-right: 15px;
	vertical-align: middle;
	transform: translateY(-1px);
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	display: none;
}

.radio label,
.checkbox label {
	display: inline-block;
	padding: 2px 0 2px 34px;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
}

.radio label::before,
.checkbox label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: solid 2px #ccc;
	position: absolute;
	top: 1.5px;
	left: 0;
}

.radio label::before {
	border-radius: 50%;
}

.checkbox label::before {
	border-radius: 3px;
}

.radio label::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #1da1f2;
	position: absolute;
	left: 7px;
	top: 9px;
	opacity: 0;
	transition: all 0.2s;
}

.radio input[type="radio"]:checked + label::after,
.radio input[type="radio"]:checked + input[type="hidden"] + label::after {
	opacity: 1;
}

.checkbox label::after {
	content: "";
	width: 7px;
	height: 14px;
	border-right: solid 3px #1da1f2;
	border-bottom: solid 3px #1da1f2;
	position: absolute;
	left: 7px;
	top: 1.5px;
	opacity: 0;
	transform: rotate(45deg);
	transition: all 0.2s;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox label[for="agree-1"].ok::after,
.checkbox input[type="checkbox"]:checked + input[type="hidden"] + label::after {
	opacity: 1;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #ccc;
	font-size: 1.6rem;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

::placeholder {
	/* Others */
	color: #ccc;
}

/*
----------------------------------------
flex
----------------------------------------
*/

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

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

/* column */

.flex.col-02 > * {
	width: calc((100% - 20px) / 2);
}

.flex.col-02 > *:nth-child(odd) {
	margin-right: 20px;
}

.flex.col-02.reverce > *:nth-child(odd) {
	margin: 0 0 0 20px;
}

.flex.col-03 > * {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}

.flex.col-03.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-03 > *:nth-child(3n) {
	margin: 0 !important;
}

.flex.col-04 > * {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
}

.flex.col-04.reverce > * {
	margin: 0 0 0 20px;
}

.flex.col-04 > *:nth-child(4n) {
	margin: 0 !important;
}

/*
----------------------------------------
block
----------------------------------------
*/

.block-list {
	padding: 35px 0 25px;
	position: relative;
}

.block-list::after {
	content: "";
	position: absolute;
	top: 0;
	right: 100px;
	bottom: 0;
	left: 100px;
	background: #fff8cc;
}

.block-list .block {
	margin: 60px 0;
	padding: 30px 0;
	position: relative;
	z-index: 99;
}

.block-list .block::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: #eee;
}

.block-list .block:nth-child(odd)::after {
	right: calc(50% - 150px);
	left: 0;
}

.block-list .block:nth-child(even)::after {
	right: 0;
	left: calc(50% - 150px);
}

.block-list .txt {
	max-width: 580px;
	padding: 60px 0 50px 60px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 0 0 auto;
	position: relative;
	z-index: 99;
}

.block-list .block:nth-child(even) .txt {
	margin: 0 auto 0 0;
}

.block-list .txt .num {
	font-size: 10rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	color: #ebebeb;
	position: absolute;
	top: 25px;
	right: 35px;
}

.block-list .txt h3 {
	position: relative;
	z-index: 99;
}

.block-list .txt .read {
	/* letter-spacing: 1.8px; */
	line-height: 1.8;
	padding-right: 60px;
	position: relative;
	z-index: 99;
}

.block-list .btn-01 {
	margin-top: 30px;
}

.block-list-02 .block {
	margin: 45px 0 80px;
	padding: 30px 0;
	position: relative;
	min-height: 470px;
}

.block-list-02 .block .img {
	content: "";
	width: calc(50% + 10px);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.block-list-02 .block:nth-of-type(even) .img {
	right: auto;
	left: 0;
}

.block-list-02 .block .txt {
	flex-direction: column;
	justify-content: center;
	color: #111;
}

.block-list-02 .block:nth-of-type(odd) .img + .wrap .txt {
	margin-right: calc(50% + 10px);
	padding-right: 60px;
}

.block-list-02 .block:nth-of-type(even) .img + .wrap .txt {
	margin-left: calc(50% + 10px);
	padding-left: 60px;
}

.block-list-02 .block .txt .heading-01 {
	margin-bottom: 40px;
}

.block-list-02 .block .txt p {
	letter-spacing: 1px;
}

.mask-img {
	position: relative;
}

.mask-img::before,
.mask-img::after {
	content: "";
	border: solid 36px transparent;
	position: absolute;
}

.mask-img::before {
	border-top: solid 36px #fff;
	border-right: solid 36px #fff;
	top: 0;
	right: 0;
}

.mask-img::after {
	border-bottom: solid 36px #fff;
	border-left: solid 36px #fff;
	bottom: 0;
	left: 0;
}

.mask-img.right::before {
	border-right: solid 36px transparent;
	border-left: solid 36px #fff;
	right: auto;
	left: 0;
}

.mask-img.right::after {
	border-right: solid 36px #fff;
	border-left: solid 36px transparent;
	right: 0;
	left: auto;
}

.rec-block h3 {
	text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.2px;
	margin-bottom: -28px;
}

.rec-block .read {
	background: #ebf7ff;
	padding: 40px 48px;
	margin-bottom: 65px;
}

.mov-block .mov-wrap {
	background: #ebf7ff;
	text-align: center;
	padding: 0 0 50px;
	margin-bottom: 70px;
}

.mov-block .heading-03 {
	position: relative;
}

.mov-block .heading-03::before {
	content: "";
	display: inline-block;
	width: 105px;
	height: 117px;
	background: url(assets/img/curriculum/2x/icon-report-ttl.png) center center / contain no-repeat;
	position: absolute;
	top: calc(50% - 56px);
	left: calc(50% - 410px);
}

.mov-block .txt {
	padding: 30px 40px;
	font-size: 1.8rem;
	letter-spacing: 0.8px;
}

.mov-block .youtube-wrap {
	width: 840px;
	max-width: 100%;
	margin: 0 auto;
}

/*
----------------------------------------
page-link-list
----------------------------------------
*/

.page-link-box {
	background: #ebf7ff;
	padding: 50px 0 30px;
}

.page-link-box h2 {
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 20px;
}

.page-link-box li {
	width: calc((100% - 60px) / 3);
	margin: 0 30px 20px 0;
}

.page-link-box li:nth-child(3n) {
	margin-right: 0;
}

.page-link-box a {
	display: block;
	color: #1da1f2;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	white-space: nowrap;
	padding: 14px 36px;
	background: #fff url(assets/img/first/arrow.png) right 20px center no-repeat;
	border: solid 2px #1da1f2;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-link-box a span {
	font-size: 1.6rem;
}

/*
----------------------------------------
rec-box
----------------------------------------
*/

.rec-box .rec-ttl {
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: 1px;
	margin-bottom: -40px;
	padding-bottom: 10px;
	position: relative;
	z-index: 99;
}

.rec-box .rec-wrap {
	background: #ebf7ff;
	padding: 40px 20px;
	margin-bottom: 75px;
}

.rec-box .rec-wrap .read {
	margin: 0 30px 20px;
	text-align: center;
}

.rec-box .rec-list {
	justify-content: center;
}

.rec-box .rec-list > div {
	width: 230px;
	max-width: 20%;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 0;
}

.rec-box .rec-list figure {
	display: inline-block;
	width: 188px;
	height: 188px;
	background: #fff;
	border-radius: 50%;
	line-height: 0.5;
	margin: 0 auto 12px;
}

.rec-box .rec-list p {
	padding: 0 10px;
}

.rec-box .rec-info {
	margin: 40px 0 65px;
	padding: 40px 0;
	position: relative;
	min-height: 470px;
}

.rec-box .rec-info .img {
	content: "";
	width: calc(50% + 10px);
	/* background: url( ../img/curriculum/2x/rec-img-beginner.png ) center center / cover no-repeat; */
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.rec-box .rec-info .txt {
	min-height: 335px;
	flex-direction: column;
	justify-content: center;
}

.rec-box .rec-info .img + .wrap .txt {
	margin-right: calc(50% + 10px);
	padding-right: 60px;
}

.rec-box .rec-info .txt .heading-01 {
	margin-bottom: 40px;
}

.rec-box .rec-info .txt p {
	letter-spacing: 1px;
}

/*
----------------------------------------
price-box
----------------------------------------
*/

.price-box {
	margin: 70px 0 40px;
}

.price-box .ttl-01 {
	margin-bottom: 25px;
}

.price-box .info {
	text-align: center;
	margin: 25px 0 45px;
}

.price-box .table-02 {
	margin-bottom: 60px;
}

.price-box dl.notice {
	padding: 58px 65px 34px;
}

.price-box tbody th {
	width: 18.5%;
	font-weight: bold;
}

.price-box .table-02 a {
	color: #1da1f2;
	text-decoration: underline;
}

.price-box tbody td:first-of-type {
	font-size: 1.6rem;
	letter-spacing: 0.6px;
	padding: 24px 24px 24px 45px;
	text-align: left;
}

.price-box tbody td:last-of-type {
	width: 23%;
}

/*
----------------------------------------
form.php
----------------------------------------
*/

.form-step {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}

.form-step > p {
	width: calc((100% - 18px) / 3);
	font-size: 1.8rem;
	line-height: 50px;
	height: 50px;
	text-align: center;
	white-space: nowrap;
	padding: 0 20px;
	color: #666;
	background: #ebebeb;
	position: relative;
}

.form-step > p::before {
	content: "";
	border: solid 25px transparent;
	position: absolute;
	top: 0;
	right: -32px;
	border-left: solid 16px #ebebeb;
	border-right: solid 16px transparent;
}

.form-step > p.step-01,
.form-step > p.step-02 {
	border-right: solid 16px #fff;
	padding: 0 5px 0 20px;
}

.form-step > p.step-01 {
	background: #1da1f2;
	color: #fff;
	font-weight: bold;
}

.form-step > p.step-01::before {
	border-left: solid 16px #1da1f2;
}

.form-step > p.step-03::before {
	display: none;
}

.form-step > p .en-02 {
	font-weight: normal;
}

#mfp_phase_confirm .form-step > p.step-01 {
	background: #ebebeb;
	color: #666;
	font-weight: normal;
}

#mfp_phase_confirm .form-step > p.step-01::before {
	border-left: solid 16px #ebebeb;
}

#mfp_phase_confirm .form-step > p.step-02 {
	background: #1da1f2;
	color: #fff;
	font-weight: bold;
}

#mfp_phase_confirm .form-step > p.step-02::before {
	border-left: solid 16px #1da1f2;
}

.form-box div#mfp_warning {
	line-height: 1.6;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 10px 20px;
}

.form-box {
	padding: 0;
}

#contact form#mailformpro {
	padding: 0;
}

#contact form dl {
	align-items: center;
	margin-bottom: 35px;
}

#contact form#mailformpro dl dt {
	width: 300px;
	padding: 15px 70px 15px 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	float: none;
	border: none;
	position: relative;
}

#contact form#mailformpro dl dt:last-of-type {
	margin-bottom: auto;
	padding-top: 4.7rem;
}

#contact .req-label {
	display: inline-block;
	background: #ffdd00;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
	padding: 1px 11px;
	border-radius: 3px;
}

#contact dl .req-label {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
}

#contact form#mailformpro dl dd {
	width: calc(100% - 300px);
	padding: 31px 40px 31px 20px;
	font-size: 1.8rem;
	line-height: 1.8;
	border: none;
	position: relative;
}

#contact form dl dd::before {
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: -300px;
	background: #ebebeb;
}

#contact form dl dd::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(assets/img/common/icon-check.svg) center center / 24px no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

#contact form#mailformpro dl dd .note {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}

#contact form dl dd.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact form#mailformpro dl dd:last-of-type {
	padding-bottom: 23px;
}

#contact dd .flex > .ttl {
	width: 25%;
	padding: 13px 0;
}

#contact dd .flex > .input {
	width: 75%;
	padding: 5px 0;
}

#contact dd .flex.inline > span {
	padding: 0 35px 0 0;
	margin: 0;
}

.pp-box {
	max-height: 200px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 30px;
	margin: 40px 0;
	-webkit-overflow-scrolling: touch;
}

.pp-box h2 {
	text-align: center;
	margin-bottom: 25px;
}

.pp-box h3 {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.pp-box .address-box p {
	display: inline-block;
	background: #fafafa;
	margin-top: 20px;
	padding: 20px 30px;
}

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

.submit-box .agree {
	text-align: center;
	margin-bottom: 30px;
}

.submit-box .agree .req-label {
	margin-right: 1.5rem;
}

.submit-box .agree div.mfp_err {
	text-align: center;
}

#contact .agree label {
	margin: 0 !important;
	font-size: 1.8rem;
	letter-spacing: 1px;
	padding-left: 39px;
}

#contact .agree label::before {
	top: 7px;
}

#contact .agree label::after {
	top: 7px;
}

#contact .agree label .req-label {
	margin-right: 0.5rem;
}

#contact .agree label a {
	display: inline-block;
	color: #1da1f2;
	border-bottom: solid 1px #1da1f2;
	padding: 5px 0;
	margin-right: 2px;
}

.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box input[type="url"] {
	width: 100%;
	max-width: 100%;
}

.form-box button#confirm,
.form-box button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 480px;
	max-width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	background-color: #1da1f2;
	background-image: url(assets/img/entry/2x/arrow-submit.png);
	background-position: right 40px center;
	background-size: 12px;
	background-repeat: no-repeat;
	border: none;
	border-radius: 40px;
	text-shadow: none;
	padding: 23.5px 60px;
	box-shadow: none !important;
	transition: all 0.2s;
}

.form-box button#confirm.disable {
	font-weight: normal;
	color: #666;
	background-image: none !important;
	background-color: #ebebeb !important;
}

#contact form#mailformpro label {
	margin: 0;
}

#contact form label.mfp_not_checked,
#contact form label.mfp_checked {
	background: transparent;
	display: inline-block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all 0.2s;
}

#contact form label.mfp_not_checked .mfp_err,
#contact form label.mfp_checked .mfp_err {
	text-align: center;
}

#contact .name.flex > span {
	padding: 0;
	margin-right: 15px;
}

#contact .problem {
	border: solid 1px #a00 !important;
}

#contact div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.2rem;
	color: #a00;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 2.4rem;
	font-weight: normal;
	padding: 0;
}

#contact .mfp_confirm_before {
	text-align: center;
}

#contact table#mfp_confirm_table {
	width: 100%;
	margin: 30px 0 40px;
}

#contact table#mfp_confirm_table tr th {
	width: 23%;
	padding: 30px;
	background: #ebf7ff;
	font-size: 1.8rem;
	letter-spacing: 0.2px;
	line-height: 1.6;
	font-weight: bold;
	color: #222;
	border-bottom: solid 1px #1da1f2;
	vertical-align: middle;
}

#contact table#mfp_confirm_table tr th:first-of-type {
	border-top: solid 1px #1da1f2;
}

#contact table#mfp_confirm_table tr td {
	width: 77%;
	padding: 30px 40px 35px;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 1.5px;
	border-bottom: solid 1px #dbdbdb;
	vertical-align: middle;
}

#contact table#mfp_confirm_table tr td:first-of-type {
	border-top: solid 1px #dbdbdb;
}

#contact table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

#contact div.mfp_buttons {
	padding: 0;
	font-size: 0;
}

div.mfp_buttons button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #666;
	text-shadow: none;
	box-shadow: none;
	margin: 20px auto 0;
	padding: 5px;
}

#contact .remaining {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	background: #fff;
	border: solid 2px #1da1f2;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}

#contact .remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#contact .remaining .read {
	padding: 15px 20px;
	line-height: 1.8;
}

#contact .remaining .num {
	background: #1da1f2;
	color: #fff;
	padding: 5px 20px;
}

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

.voice-box {
	margin-bottom: 80px;
}

.voice-box .slick-slide {
	opacity: 0.5;
	position: relative;
}

.voice-box .column .slick-track {
	margin: 0 auto;
}

.voice-box .column-1 .slick-track {
	width: 100%;
	max-width: 374px;
}

.voice-box .column .slick-slide {
	opacity: 1;
}

.voice-box .column-1 .slick-slide {
	width: calc(100% - 30px);
	max-width: 374px;
	margin: 0 15px;
}

.voice-box .slick-slide.slick-active,
.voice-box .column .slick-slide.slick-active {
	opacity: 1;
}

.voice-box .slick-prev,
.voice-box .slick-next {
	top: 35%;
}

.voice-box .voice-list {
	margin: 35px 0 30px;
}

.voice-box .voice-list.slider {
	opacity: 0;
	visibility: hidden;
}

.voice-box .voice-list.slider.slick-slider {
	opacity: 1;
	visibility: visible;
}

.voice-box .voice .cat {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.voice-box .voice .cat li {
	margin: 0 8px 8px 0;
}

.voice-box .voice .cat a {
	display: inline-block;
	background: #1da1f2;
	border: solid 1px #1da1f2;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 12px;
}

.voice-box .voice > a {
	display: block;
	font-size: 1.7rem;
	text-align: left;
	position: relative;
}

.voice-box .voice figure {
	margin-bottom: 10px;
	text-align: center;
	line-height: 0.5;
	overflow: hidden;
	transition: all 0.2s;
}

.voice-box .voice figure img {
	width: 100%;
	margin: 0 auto;
	transition: all 0.6s;
}

.voice-box .voice .date {
	color: #999;
}

.voice-box .voice h3 {
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 5px;
}

.voice-box .btn-01 a {
	min-width: 240px;
}

/*
----------------------------------------
schedule
----------------------------------------
*/

.schedule-wrap {
	background: #ebf7ff;
	padding-bottom: 30px;
}

.schedule-wrap .flex {
	align-items: center;
}

.schedule-wrap .tags .flex {
	justify-content: flex-end;
	padding: 0 30px;
	margin: 15px 0;
}

.schedule-wrap .tags li {
	margin-left: 19px;
}

.schedule-wrap .tags .tag {
	margin-right: 5px;
}

.schedule-list {
	margin: 0 30px;
	background: #fff;
	border: solid 1px #cadae5;
	position: relative;
}

.schedule-box {
	padding: 0 30px 30px;
	max-height: 650px;
	overflow: auto;
	overflow-scrolling: touch;
}

.schedule-list .scrollbar {
	display: none;
}

.taxonomy .schedule-box {
	max-height: initial;
}

.schedule a {
	display: block;
	padding: 18px 0 16px;
	background: url(assets/img/common/2x/border-01.png) left bottom / 49px repeat-x;
}

.schedule .school span,
.schedule .course span {
	display: inline-block;
	line-height: 1.6;
	font-weight: bold;
	padding: 0 15px 1px;
	border: solid 2px #1da1f2;
	border-radius: 4px;
	margin: 4px 9px 4px 0;
}

.schedule .school span {
	background: #1da1f2;
	color: #fff;
}

.schedule .course span {
	background: #fff;
	color: #1da1f2;
}

.schedule .other {
	color: #1da1f2;
	margin-right: 9px;
}

.schedule .other {
	margin: 5px 0;
}

.schedule .tag-list {
	margin: 5px 4px 5px 0;
}

.schedule .tag-list li {
	margin-right: 10px;
}

.schedule .date {
	line-height: 1.6;
	margin: 5px 0;
	padding-left: 32px;
	background: url(assets/img/common/2x/icon-cal.png) left center / 28px no-repeat;
}

.schedule .date span {
	white-space: nowrap;
}

.schedule .date span::after {
	content: "、";
}

.schedule .date span:last-child::after {
	display: none;
}

.schedule .ttl {
	margin: 10px 0 0;
	line-height: 1.4;
}

.schedule .ttl span {
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: solid 1px #222;
	color: #222;
	font-size: 2.2rem;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s;
}

.schedule .remaining {
	padding-left: 25px;
	background: url(assets/img/common/2x/icon-volume.png) left 18px / 17px no-repeat;
	line-height: 1.8;
}

.schedule .remaining .num {
	color: #1da1f2;
	font-size: 2.4rem;
	font-weight: bold;
}
.schedule .vacant {
	padding-left: 25px;
	line-height: 1.8;
	font-size: 1.8rem;
	color: #0039f3;
}
.schedule .vacant:before {
	content: "〇";
	line-height: 1.8;
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #0039f3, -1px 1px 0 #0039f3, 1px -1px 0 #0039f3, -1px -1px 0 #0039f3;
	color: #afcfff;
	margin-right: 1rem;
}
.schedule .few_vacant {
	padding-left: 25px;
	line-height: 1.8;
	font-size: 1.8rem;
	font-weight: bold;
	color: #cec109;
}
.schedule .few_vacant:before {
	content: "△";
	line-height: 1.8;
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #999999, -1px 1px 0 #999999, 1px -1px 0 #999999, -1px -1px 0 #999999;
	color: #fff782;
	margin-right: 1rem;
}
.schedule .no_vacant {
	padding-left: 25px;
	line-height: 1.8;
	font-size: 1.8rem;
	color: #f31c00;
}
.schedule .no_vacant:before {
	content: "×";
	line-height: 1.8;
	font-size: 2.2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0 #f31c00, -1px 1px 0 #f31c00, 1px -1px 0 #f31c00, -1px -1px 0 #f31c00;
	color: #ffd7d2;
	margin-right: 1rem;
}
/*
----------------------------------------
font
----------------------------------------
*/

.en {
	font-family: "Lato", sans-serif;
}

.en-02 {
	font-family: "Montserrat", sans-serif;
}

.gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.mincho {
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
	font-weight: normal;
}

.under-line {
	line-height: 1.3;
	background: linear-gradient(transparent 75%, #ffe100 75%);
	padding: 0 2px;
}

dl.notice {
	background: #f7f7f7;
	padding: 60px 50px 40px;
	margin-top: 45px;
	position: relative;
}

dl.notice dt {
	position: absolute;
	top: -24px;
	right: 0;
	left: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

dl.notice dt::after {
	content: "";
	width: 30px;
	height: 2px;
	background: #1da1f2;
	position: absolute;
	top: 58px;
	left: calc(50% - 15px);
}

dl.notice dd {
	text-align: center;
}

dl.notice dd * {
	text-align: left;
}

dl.notice dd ul {
	display: inline-block;
}

dl.notice dd .note {
	letter-spacing: 0.8px;
}

dl.notice dd .note li {
	position: relative;
	padding-left: 1.6rem;
}

dl.notice dd .note li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

dl.notice dd .note .indent {
	margin: 10px 0 10px 40px;
}

a.link {
	display: inline-block;
	color: #1da1f2;
	position: relative;
}

a.link::after {
	content: "";
	height: 1px;
	background: #1da1f2;
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
}

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

/* heading-01 */

.heading-01 {
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.4px;
	color: #222;
	padding-left: 3rem;
	margin-bottom: 2.2rem;
	background-image: url(assets/img/common/2x/ttl-bg-01.png), url(assets/img/common/2x/ttl-bg-01-02.png);
	background-position: left center;
	background-size: 14px;
	background-repeat: no-repeat, repeat-y;
}

/* heading-02 */

.heading-02 {
	font-weight: normal;
	color: #1da1f2;
	padding-bottom: 10px;
	border-bottom: solid 1px #1da1f2;
	position: relative;
	margin: 0 10px 30px 0;
}

.heading-02::after {
	content: "";
	width: 6px;
	height: 6px;
	border: solid 2px#1da1f2;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	bottom: -5px;
}

.heading-02 .en {
	display: inline-block;
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: bold;
	margin-right: 10px;
}

.heading-03 {
	font-size: 2.8rem;
	text-align: center;
	background: #1da1f2;
	color: #fff;
	padding: 7px 15px;
	border-bottom: solid 3px #006bad;
}

.heading-04 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 2rem;
	border-left: solid 5px #1da1f2;
}

.heading-05 {
	font-size: 3.2rem;
	text-align: center;
}

.heading-05::before,
.heading-05::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 45px;
	vertical-align: middle;
}

.heading-05::before {
	background: url(assets/img/common/h-before.png) center center / contain no-repeat;
	margin-right: 26px;
}

.heading-05::after {
	background: url(assets/img/common/h-after.png) center center / contain no-repeat;
	margin-left: 26px;
}

.heading-06 {
	font-size: 2.2rem;
	white-space: nowrap;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.heading-06 span {
	display: inline-block;
	padding: 0 25px;
}

.heading-06::before,
.heading-06::after {
	content: "";
	flex: 1;
	height: 8px;
	background: url(assets/img/common/2x/border-02.png) center center / 50px repeat-x;
}

.heading-07 {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.heading-07::before,
.heading-07::after {
	content: "";
	flex: 1;
	background-size: 1000px;
	background-repeat: no-repeat, repeat-y;
	margin: 5px 0;
}

.heading-07::before {
	background-image: url(assets/img/common/2x/ttl-before-02.png), url(assets/img/common/2x/ttl-before-02-02.png);
	background-position: right center;
}

.heading-07::after {
	background-image: url(assets/img/common/2x/ttl-after-02.png), url(assets/img/common/2x/ttl-after-02-02.png);
	background-position: left center;
}

.heading-07 span {
	font-size: 3.6rem;
	line-height: 1.4;
	max-width: 80%;
	padding: 0 3.2rem;
}

/* ttl */

.ttl-01 {
	line-height: 1.8;
	text-align: center;
}

.ttl-01 .en {
	display: inline-block;
	background-image: url(assets/img/common/2x/ttl-before.png), url(assets/img/common/2x/ttl-after.png);
	background-position: left center, right center;
	background-size: 55px;
	background-repeat: no-repeat;
	color: #1da1f2;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 85px;
}

.ttl-01 h2 {
	font-size: 3.8rem;
	letter-spacing: 0;
	color: #222;
}

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

.ttl-02 .img {
	line-height: 0.5;
}

.ttl-02 h3 {
	font-size: 2.2rem;
	white-space: nowrap;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ttl-02 h3::before,
.ttl-02 h3::after {
	content: "";
	width: 430px;
	max-width: calc((100% - 23rem) / 2);
	height: 8px;
	background: url(assets/img/common/2x/border-02.png) center center / 50px repeat-x;
}

/*
----------------------------------------
bottun
----------------------------------------
*/

.btn-01 a,
.btn-02 a,
.btn-03 a {
	text-decoration: none;
	transition: all 0.2s;
}

.btn-01 a {
	display: inline-block;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.8px;
	background: #fff url(assets/img/common/2x/arrow-05.png) right 15px center / 9px no-repeat;
	border: solid 2px #1da1f2;
	border-radius: 25px;
	padding: 9px 50px 9px 45px;
	color: #1da1f2;
}

.btn-01.link a {
	background: #fff url(assets/img/common/2x/icon-link-02.png) right 25px center / 14px no-repeat;
}

.btn-02 a {
	display: inline-block;
	padding: 10px 20px;
	line-height: 1.5;
	border: solid 1px #ccc;
	position: relative;
}

.btn-03 a {
	display: inline-block;
	padding: 5px 30px 5px 10px;
	margin: 10px 0;
	background: url(assets/img/common/arrow-right.svg) right 10px center / 8px no-repeat;
	border-bottom: solid 2px #000;
	position: relative;
	transition: all 0.2s;
}

.back-link a {
	display: inline-block;
	padding: 2px 5px 2px 25px;
	border-bottom: solid 1px #000;
	position: relative;
}

.back-link a::before {
	content: "";
	width: 7px;
	height: 12px;
	background: url(assets/img/common/2x/arrow-01.png) center center / contain no-repeat;
	position: absolute;
	top: 13px;
	left: 5px;
	transform: scale(-1, 1);
}

.btn-link a {
	display: inline-block;
	min-width: 250px;
	text-align: center;
	padding: 4px 20px;
	background: #1da1f2;
	color: #fff;
	border-radius: 20px;
}

.btn-link a::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(assets/img/common/2x/icon-link.png) center center / 15px no-repeat;
	margin-right: 10px;
}

.btn-style-01 {
	display: inline-block;
	line-height: 1.8;
	font-weight: bold;
	background: url(assets/img/common/2x/arrow-05.png) right 15px center / 9px no-repeat;
	border: solid 2px #1da1f2;
	border-radius: 25px;
	padding: 9px 50px 9px 45px;
	color: #1da1f2;
	transition: all 0.2s;
}

.more-link {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	color: #1da1f2;
	padding-right: 19px;
	background: url(assets/img/common/2x/arrow-09.png) right center / 11px no-repeat;
	position: relative;
}

.more-link.en {
	letter-spacing: 0.2px;
}

.more-link::after {
	content: "";
	height: 1px;
	background: #1da1f2;
	position: absolute;
	right: 16px;
	bottom: 2px;
	left: 0;
}

.ext-link {
	display: inline-block;
	color: #1da1f2;
	padding-right: 22px;
	background: url(assets/img/common/2x/icon-link-02.png) right center / 14px no-repeat;
	position: relative;
}

.ext-link::after {
	content: "";
	height: 1px;
	background: #1da1f2;
	position: absolute;
	right: 22px;
	bottom: 2px;
	left: 0;
}

/*
----------------------------------------
banner
----------------------------------------
*/

.bnr-l a {
	display: block;
	width: 100%;
	height: 200px;
	padding: 10px;
	line-height: 1.9;
	position: relative;
}

.bnr-l a > div {
	height: 100%;
	padding: 35px 75px;
	line-height: 1.8;
	transition: all 0.2s;
}

.bnr-l a > div.line-01 {
	padding: 55px 75px;
}

.bnr-l a::before,
.bnr-l a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
}

.bnr-l a::before {
	right: 40%;
	left: 0;
	background: url(assets/img/common/2x/frame-02-01.png) left center / auto 200px no-repeat;
}

.bnr-l a::after {
	right: 0;
	left: 40%;
	background: url(assets/img/common/2x/frame-02-02.png) right center / auto 200px no-repeat;
}

.bnr-l a h2 {
	font-size: 3.8rem;
	letter-spacing: 1px;
	letter-spacing: 0;
	color: #222;
}

.bnr-l a h2 .tag {
	display: inline-block;
	background: #3fa1dc;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.3;
	letter-spacing: 0;
	padding: 1px 7px 2px;
	margin-right: 12px;
	border-radius: 4px;
	transform: translateY(-1px);
}

.bnr-l a p {
	font-size: 1.7rem;
	letter-spacing: 0.8px;
}

.bnr-l-beginner {
	margin-bottom: 100px;
}

.bnr-l-beginner h2 {
	padding-left: 48px;
	background: url(assets/img/common/2x/beginner-mark.png) left 18px / 32px no-repeat;
}

.bnr-l-beginner > div {
	background: url(assets/img/common/2x/bnr-beginner-bg.png) center center / cover no-repeat;
}

.bnr-l-beginner::before {
	right: 40%;
	left: 0;
	background: url(assets/img/common/2x/frame-01-01.png) left center / auto 200px no-repeat;
}

.bnr-l-beginner::after {
	right: 0;
	left: 40%;
	background: url(assets/img/common/2x/frame-01-02.png) right center / auto 200px no-repeat;
}

.bnr-l-corp > div {
	background: url(assets/img/common/2x/bnr-corp-bg.png) center center / cover no-repeat;
}

.bnr-l-guid {
	margin: 0 0 80px;
}

.bnr-l-guid > div {
	background: url(assets/img/common/2x/bnr-guid-bg.png) center center / cover no-repeat;
}

.bnr-l-online > div {
	background: url(assets/img/common/2x/bnr-online-bg.png) center center / cover no-repeat;
}

.bnr-l-application > div {
	background: url(assets/img/common/2x/bnr-application-bg.png) center center / cover no-repeat;
}

.bnr-l-first > div {
	background: url(assets/img/common/2x/bnr-first-bg.png) center center / cover no-repeat;
}

.bnr-l-ys > div {
	background: url(assets/img/common/2x/bnr-ys-bg.png) center center / cover no-repeat;
}

.bnr-l a.bnr-l-faq > div {
	padding: 25px 75px;
}

.bnr-l a.bnr-l-faq p {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.6;
}

.bnr-l a.bnr-l-ys p {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.bnr-l a.bnr-l-ys p::after {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(assets/img/common/2x/icon-link-03.png) center center / 21px no-repeat;
	margin-left: 10px;
}

.bnr-l a.bnr-l-faq p span {
	font-size: 2.6rem;
}

.bnr-l a.bnr-l-faq p .under-line {
	padding: 2px;
}

.bnr-l-faq > div {
	background: url(assets/img/common/2x/bnr-faq-bg.png) center center / cover no-repeat;
}

.bnr-m {
	background: #ebf7ff;
	padding: 20px;
}

.bnr-m .flex {
	justify-content: space-between;
}

.bnr-m .flex.center {
	justify-content: center;
}

.bnr-m .bnr {
	width: calc((100% - 20px) / 2);
	padding: 45px 20px 35px;
	/*text-align: right;*/
	/*text-align: center;*/
}

.bnr-m-course {
	/*background: url( assets/img/common/2x/bnr-m-course.png ) center center / cover no-repeat;*/
	/*border: solid 4px #1da1f2;*/
	width: 100% !important;
}

.bnr-m-online {
	background: url(assets/img/common/2x/bnr-m-online.png) center center / cover no-repeat;
	border: solid 4px #ff9100;
}

.bnr-m-visitor {
	background: url(assets/img/common/2x/bnr-m-visitor.png) center center / cover no-repeat;
	border: solid 4px #1da1f2;
}

.bnr-m-course-02 {
	background: url(assets/img/common/2x/bnr-m-course-02.png) center center / cover no-repeat;
	border: solid 4px #ff9100;
}

.bnr-m .bnr .ttl {
	min-width: 37%;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 0.4px;
	white-space: nowrap;
	margin: 60px 0 70px;
	padding: 5px 0 5px 3.5rem;
	background: url(assets/img/common/2x/ttl-bg-02.png) left center / 14px no-repeat;
}

.bnr-m .bnr .ttl .en {
	font-size: 1.8rem;
	color: #1da1f2;
}

.bnr-m .bnr .ttl .jp {
	font-size: 3.8rem;
}

.bnr-m .bnr-m-course-02 .ttl {
	min-width: 43.5%;
	background: url(assets/img/common/2x/ttl-bg-03.png) left center / 14px no-repeat;
}

.bnr-m .bnr-m-course-02 .ttl .en {
	color: #ff9100;
}

.bnr-m .bnr > div {
	display: inline-block;
	text-align: left;
}

.bnr-m-course > div {
	padding-right: 30px;
}

.bnr-m-online > div {
	padding-right: 72px;
}

.bnr-m .bnr h2 {
	font-size: 3.2rem;
	line-height: 1.3;
	letter-spacing: 0.8px;
	color: #222;
	/*padding-left: 2.5rem;*/
	margin-bottom: 2.2rem;
}

.bnr-m-course h2 {
	/*background: url( assets/img/common/2x/ttl-bg-02.png ) left center / 14px no-repeat;*/
	text-align: center;
	text-underline-offset: 6px;
	text-decoration: underline double red 2px;
}

.bnr-m-online h2 {
	background: url(assets/img/common/2x/ttl-bg-03.png) left center / 14px no-repeat;
}

.bnr-m .btn-01 {
	margin-top: 10px;
}

.bnr-m .bnr-m-course .btn-01 {
	text-align: center;
	display: inline-block;
}

.bnr-m .btn-01 a {
	width: 260px;
	padding: 6px 45px 8px 45px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	max-width: 100%;
	text-align: center;
}

.bnr-m-course .btn-01 a {
	color: #fff;
	width: 300px;
	background: #1da1f2 url(assets/img/common/2x/arrow-06.png) right 28px center / 9px no-repeat;
}

.bnr-m-course .btn-01 + .btn-01 a {
	color: #1da1f2;
	background: #fff url(assets/img/common/2x/arrow-05.png) right 28px center / 9px no-repeat;
}

.bnr-m-online .btn-01 a {
	color: #fff;
	background: #ff9100 url(assets/img/common/2x/arrow-06.png) right 28px center / 9px no-repeat;
	border: solid 2px #ff9100;
}

.bnr-m-online .btn-01 + .btn-01 a {
	color: #ff9100;
	background: #fff url(assets/img/common/2x/arrow-10.png) right 28px center / 9px no-repeat;
}

/* link */

.pdf-btn a {
	display: block;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	border: solid 2px #1da1f2;
	border-radius: 25px;
	padding: 7px;
	color: #fff;
	background: #1da1f2 url(assets/img/place/2x/icon-pdf.png) right 7% center / 21px no-repeat;
}

.pdf-btn a:hover {
	color: #fff;
	background: #45b8ff url(assets/img/place/2x/icon-pdf.png) right 7% center / 21px no-repeat;
}

.map-btn a {
	display: block;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	border: solid 2px #1da1f2;
	border-radius: 25px;
	padding: 7px;
	color: #1da1f2;
	background: #fff url(assets/img/place/2x/icon-link.png) right 7% center / 21px no-repeat;
}

.map-btn a:hover {
	color: #45b8ff;
	background: rgba(255, 255, 255, 0.5) url(assets/img/place/2x/icon-link.png) right 7% center / 21px no-repeat;
	border: solid 2px #45b8ff;
}

/*
----------------------------------------
table
----------------------------------------
*/

table caption {
	caption-side: bottom;
	padding-top: 15px;
	font-size: 1.3rem;
}

/* table-01 */

.table-01 {
	width: 100%;
}

.table-01 th {
	width: 23%;
	padding: 30px;
	background: #ebf7ff;
	font-size: 1.8rem;
	letter-spacing: 0.2px;
	line-height: 1.6;
	font-weight: bold;
	color: #222;
	border-bottom: solid 1px #1da1f2;
	vertical-align: middle;
}

.table-01 th:first-of-type {
	border-top: solid 1px #1da1f2;
}

.table-01 td {
	width: 77%;
	padding: 30px 40px 35px;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 1.5px;
	border-bottom: solid 1px #dbdbdb;
	vertical-align: middle;
}

.table-01 td:first-of-type {
	border-top: solid 1px #dbdbdb;
}

/* table-02 */

.table-02 {
	width: 100%;
	text-align: center;
}

.table-02 thead {
	background: #1da1f2;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}

.table-02 thead th,
.table-02 thead td {
	padding: 10px;
	vertical-align: middle;
}

.table-02 tbody {
	font-size: 1.8rem;
}

.table-02 tbody th {
	padding: 19px 10px;
	background: #ebf7ff;
	border-bottom: solid 1px #dbdbdb;
	font-weight: normal;
	line-height: 1.6;
	vertical-align: middle;
}

.table-02 tbody td {
	padding: 18px 10px;
	border-bottom: solid 1px #dbdbdb;
	line-height: 1.8;
	vertical-align: middle;
}

.table-02 tbody td img {
	vertical-align: middle;
}

@keyframes swipe {
	0% {
		transform: translateX(-15px);
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		transform: translateX(-45px);
		opacity: 0;
	}
	100% {
		transform: translateX(-45px);
		opacity: 0;
	}
}

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

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

.sub-table tbody th,
.sub-table tbody td {
	border-top: solid 1px #ebebeb;
	vertical-align: middle;
	padding: 20px;
}

.sub-table tbody tr:first-of-type th,
.sub-table tbody tr:first-of-type td {
	border-top: none;
}

.sub-table tbody th {
	width: 30%;
	position: relative;
	padding-right: 65px;
}

.sub-table input[type="text"],
.sub-table input[type="email"],
.sub-table input[type="tel"] {
	padding: 14px 20px;
}

.form-box .attendant-cont,
.form-box .attendant-cont + dd {
	display: none;
}
@media screen and (max-width: 1000px) {
	.sub-table tbody th,
	.sub-table tbody td {
		display: block;
		width: 100% !important;
	}
}

/*
----------------------------------------
list
----------------------------------------
*/

ul.list {
	list-style: disc;
	margin-left: 20px;
}

ol.list {
	list-style: decimal;
	margin-left: 20px;
}

.list-01 li {
	padding-left: 2rem;
	color: #222;
	letter-spacing: 0.8px;
	position: relative;
}

.list-01 li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #3e9bda;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}

.list-02 {
	display: inline-block;
	text-align: left;
}

.list-02 li {
	padding-left: 1.6rem;
	color: #222;
	letter-spacing: 1px;
	margin-bottom: 5px;
	position: relative;
}

.list-02 li::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #ffa200;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}

.ol-01 {
	list-style: decimal;
	margin: 20px 0 20px 20px;
}

.ol-01 li {
	line-height: 1.6;
	margin-bottom: 5px;
}

.check-list {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.check-list li {
	padding-left: 39px;
	background: url(assets/img/common/2x/icon-check.png) left 7px / 30px no-repeat;
	font-size: 1.8rem;
}

.check-list-02 {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

.check-list-02 li {
	padding-left: 39px;
	background: url(assets/img/common/2x/icon-check-02.png) left 7px / 30px no-repeat;
}

.inc-list {
	line-height: 1.8;
	counter-reset: num;
}

.inc-list li {
	padding-left: 2.5rem;
	margin-bottom: 20px;
	letter-spacing: 0.8px;
	position: relative;
}

.inc-list li::before {
	counter-increment: num;
	content: "(" counter(num) ")";
	position: absolute;
	top: 0;
	left: 0;
}

.inc-list .note {
	display: inline-block;
	font-size: 1.4rem;
}

ul.note-list {
	padding-top: 10px;
	padding-right: 55px;
	letter-spacing: 1px;
}

ul.note-list li {
	font-size: 1.4rem;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
	line-height: 1.8;
	margin-top: 11px;
}

/*
----------------------------------------
map
----------------------------------------
*/

.map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.wrap {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: justify;
}

#sp-btn {
	display: none;
}

#overlay {
	display: none;
}

/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 2;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
	color: #111;
	position: relative;
	min-width: 375px;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body * {
	box-sizing: border-box;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s;
}

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

img {
	max-width: 100%;
	height: auto;
}

.ofi img {
	object-fit: cover;
	font-family: "object-fit: cover;"; /* ie */
}

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

#wrapper > header {
	transition: all 0.2s;
	position: relative;
	padding-bottom: 56px;
}

#header-top {
	padding: 22px 20px;
	flex-wrap: nowrap;
	align-items: center;
	color: #222;
}

#header-top .logo {
	padding: 0 18px 0 20px;
}

#header-top .logo a {
	display: block;
	line-height: 0.5;
}

#header-top .sns {
	margin-right: auto;
}

#header-top .sns .flex {
	flex-wrap: nowrap;
}

#header-top .sns li {
	margin-right: 8px;
}

#header-top .sns a {
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #e5e5e5;
	border-radius: 50%;
}

#wrapper > header .tel {
	padding: 0 15px;
	line-height: 1.2;
	white-space: nowrap;
}

#wrapper > header .tel .num {
	display: inline-block;
	font-size: 2.8rem;
	padding-left: 3rem;
	background: url(assets/img/common/2x/icon-tel.png) 2px 4px / 23px no-repeat;
}

#wrapper > header .tel .num span {
	font-weight: 300;
	transform: translateY(-2px);
}

#wrapper > header .tel .note {
	font-size: 1.4rem;
	color: #666;
}

#header-top .btn a {
	display: block;
	width: 200px;
	padding: 7px 20px 9px 5px;
	border-radius: 24px;
	text-align: center;
	letter-spacing: 0;
}

#header-top .btn-form a {
	background: #ffdd00 url(assets/img/common/2x/arrow-01.png) right 18px center / 9px no-repeat;
}

#header-top .btn-line {
	margin-left: 10px;
}

#header-top .btn-line a {
	color: #fff;
	background: #00b900 url(assets/img/common/2x/arrow-02.png) right 18px center / 9px no-repeat;
}

/* search-nav */

#search-nav {
	position: fixed;
	top: 90px;
	right: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}

#search-nav.open {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

#search-nav #search-bg {
	background: rgba(51, 51, 51, 0.8);
	position: fixed;
	top: 90px;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.6s;
}

#search-nav.open #search-bg {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#search-nav .search-wrap {
	padding: 25px 0 50px;
	position: relative;
	z-index: 9999;
}

#search-nav .search-wrap h2 {
	text-align: center;
	line-height: 0.5;
	margin-bottom: 20px;
}

.search-wrap {
	background: #ebf7ff;
}

.search-wrap .flex {
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}

.search-wrap .input {
	flex: 1;
	padding-right: 30px;
}

.search-wrap .btn {
	width: 22.8%;
}

#search-btn {
	position: fixed;
	top: 0;
	right: 90px;
	display: none;
}

#search-btn div {
	width: 90px;
	height: 90px;
	background: #ebf7ff url(assets/img/common/2x/icon-search-l.png) center 17px / 30px no-repeat;
	color: #333;
	cursor: pointer;
	position: relative;
	transition: all 0.2s;
}

.mes,
.search-mes {
	font-size: 2rem;
	text-align: center;
	border: solid 1px #1da1f2;
	padding: 10px 20px;
	margin-bottom: 39px;
}

.search-mes .search-word,
.search-mes .search-num {
	color: #1da1f2;
}

/* search-box */

#contents .search-box {
	position: relative;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-top: 80px;
}

#contents .search-box h2 {
	position: absolute;
	top: -32px;
	right: 0;
	left: 117px;
	text-align: center;
}

#contents .search-box .search-wrap .flex {
	padding: 60px 50px;
}

.fix-btn {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}

.fix-btn.show {
	opacity: 1;
	visibility: visible;
	z-index: 99999999;
}

.fix-btn .txt {
	position: absolute;
	right: 0;
	bottom: 6px;
	left: 0;
	font-size: 1.8rem;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: center;
	transition: all 0.2s;
}

/* fix-menu */

#fix-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 999999;
	background: #fff;
	text-align: left;
	padding-bottom: 60px;
	width: 600px;
	max-width: 100%;
	transition: all 0.6s;
	transform: translateX(110%);
	display: none;
}

.nav-open #fix-menu {
	transform: translateX(0);
}

#nav-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: none;
}

.nav-open #nav-btn {
	opacity: 1;
	visibility: visible;
	z-index: 99999999;
}

#nav-btn > div {
	width: 90px;
	height: 90px;
	background: #1da1f2;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
}

#nav-btn .close {
	opacity: 0;
	visibility: hidden;
}

.nav-open #nav-btn .open {
	opacity: 0;
	visibility: hidden;
}

.nav-open #nav-btn .close {
	opacity: 1;
	visibility: visible;
}

#nav-btn span {
	display: block;
	width: 40px;
	height: 3px;
	background: #333;
	border: 50%;
	position: absolute;
	left: calc(50% - 20px);
	transition: all 0.2s;
}

#nav-btn span:first-child {
	top: 17px;
}

#nav-btn span:nth-child(2),
#nav-btn span:nth-child(3) {
	top: 30px;
}

#nav-btn span:nth-child(4) {
	top: 43px;
}

.nav-open #nav-btn span:first-child,
.nav-open #nav-btn span:nth-child(4) {
	opacity: 0;
}

.nav-open #nav-btn span:nth-child(2),
.nav-open #nav-btn span:nth-child(3) {
	width: 44px;
	left: calc(50% - 22px);
}

.nav-open #nav-btn span:nth-child(2) {
	transform: rotate(-30deg);
}

.nav-open #nav-btn span:nth-child(3) {
	transform: rotate(30deg);
}

#header-top .overlay {
	background: rgba(51, 51, 51, 0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.6s;
	display: none;
}

.nav-open #header-top .overlay {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

#fix-menu .logo {
	padding: 13px 110px 13px 20px;
}

#fix-menu .menu-list {
	font-size: 1.8rem;
	padding: 0 30px;
	margin-bottom: 40px;
}

#fix-menu .menu-list > ul > li {
	border-bottom: solid 2px #1da1f2;
}

#fix-menu .menu-list > ul > li > a {
	display: block;
	padding: 15px 0;
}

#fix-menu .menu-list .parent {
	display: block;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
}

#fix-menu .menu-list .parent::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #1da1f2;
	position: absolute;
	right: 15px;
	top: calc(50% - 1px);
}

#fix-menu .menu-list .parent::before {
	content: "";
	width: 2px;
	height: 20px;
	background: #1da1f2;
	position: absolute;
	right: 24px;
	top: calc(50% - 10px);
	transition: all 0.2s;
}

#fix-menu .menu-list .parent.open::before {
	opacity: 0;
	visibility: hidden;
}

#fix-menu .sub-menu ul {
	background: #1da1f2;
	padding: 15px 15px 5px;
	display: none;
}

#fix-menu .sub-menu li {
	margin-bottom: 16px;
}

#fix-menu .sub-menu a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 60px;
	align-items: center;
	background: #fff url(assets/img/common/arrow-08.png) right 20px center / 8px no-repeat;
	border-radius: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 15px 0 30px;
	position: relative;
}

#fix-menu .sub-menu a::before {
	content: "";
	width: 4px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	background: #ffc300;
}

#fix-menu .sub-menu a .sub {
	font-size: 1.4rem;
	font-weight: normal;
}

#fix-menu .tel {
	margin: 0 15px 20px;
}

#fix-menu .tel a {
	display: block;
	text-align: center;
	border: solid 1px #b3b3b3;
	border-radius: 5px;
	padding: 16px 10px;
}

#fix-menu .btn-set {
	padding: 0 30px;
	margin-bottom: 40px;
}

#fix-menu .btn-set .btn {
	width: calc((100% - 15px) / 2);
}

#fix-menu .btn-set .btn-line {
	margin-left: 15px;
}

#fix-menu .btn-set .btn a {
	width: 100%;
	padding: 13px 20px 15px 10px;
	border-radius: 30px;
	letter-spacing: 1px;
}

#fix-menu .sns .flex {
	justify-content: center;
}

#fix-menu .sns li {
	margin-right: 12px;
}

#fix-menu .sns a {
	width: 50px;
	height: 50px;
}

/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav {
	border-top: solid 1px #e5e5e5;
	position: relative;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.g-nav-fix #g-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	padding: 0 30px;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#g-nav > .flex {
	justify-content: center;
	align-items: center;
}

#g-nav .flex {
	flex-wrap: nowrap;
}

#g-nav li {
	margin: 0 15px;
}

.g-nav-fix #g-nav li {
	margin: 0 6px;
}

#g-nav nav a {
	display: block;
	padding: 11px 9px;
	font-size: 1.7rem;
	color: #222;
	position: relative;
	white-space: nowrap;
}

.g-nav-fix #g-nav nav a {
	padding: 28px 10px;
	white-space: nowrap;
}

#g-nav nav a::after {
	content: "";
	height: 3px;
	position: absolute;
	right: 10px;
	bottom: 0;
	left: 10px;
	transition: all 0.2s;
}

#g-nav .sub-menu .menu-wrap {
	position: absolute;
	top: 56px;
	right: 0;
	left: 0;
	background: #1da1f2;
	color: #fff;
	padding: 22px 0 30px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.2s;
}

.g-nav-fix #g-nav .sub-menu .menu-wrap {
	top: 90px;
}

#g-nav .sub-menu h3 {
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
}

#g-nav .sub-menu h3::before {
	content: "";
	width: 8px;
	height: 8px;
	border: solid 4px #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
}

#g-nav .sub-menu h3::after {
	content: "";
	height: 2px;
	background: #fff;
	position: absolute;
	top: calc(50% - 1px);
	right: 16px;
	left: 18.5rem;
}

#g-nav .sub-menu .flex {
	flex-wrap: wrap;
}

#g-nav .sub-menu li {
	width: calc((100% - 60px) / 4);
	margin: 0 20px 15px 0;
	letter-spacing: -0.4px;
}

#g-nav .sub-menu li:nth-child(4n) {
	margin-right: 0;
}

#g-nav .sub-menu li a {
	display: block;
	height: 50px;
	background: #fff url(assets/img/common/2x/arrow-12.png) right 12px center / 10px no-repeat;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 14px 30px;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#g-nav .sub-menu li a:hover {
	color: #333;
	background: #f5f5f5 url(assets/img/common/2x/arrow-12.png) right 7px center / 10px no-repeat;
}

#g-nav .sub-menu li a::after {
	width: 4px;
	top: 10px;
	right: auto;
	bottom: 10px;
	left: 10px;
	background: #ffc300;
	height: auto;
}

#g-nav .sub-menu li a:hover::after {
	background: #ffc300;
}

#g-nav .sub-menu li.sub a {
	padding: 2px 30px 4px;
}

#g-nav .sub-menu li.sub span {
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: -0.5px;
}

#g-nav .logo {
	width: 23%;
	padding-right: 20px;
	line-height: 0.5;
	display: none;
}

.g-nav-fix #g-nav .logo {
	display: block;
}

#wrapper > header #g-nav .tel {
	margin-left: auto;
	display: none;
}

#wrapper > header.g-nav-fix #g-nav .tel {
	padding: 0 5px 0 20px;
	display: block;
}

#g-nav .contact {
	display: none;
}

.g-nav-fix #g-nav .contact {
	display: block;
}

#g-nav .contact li {
	margin: 0 0 0 10px;
}

#g-nav .contact a {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	padding: 0;
}

#g-nav .contact .mail a {
	background: #fcca20;
}

#g-nav .contact .line a {
	background: #00b900;
}

/*
----------------------------------------
g-right-nav
----------------------------------------
*/
#g-right-nav {
	display: none;
}
.g-nav-fix #g-right-nav {
	display: block;
	position: fixed;
	top: 91px;
	right: 0;
	z-index: 9999;
}

#g-right-nav .sns ul {
	background-color: #fff;
	padding: 1rem 2rem 0.5rem 1rem;
	border-radius: 0 0 0 10px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}

#g-right-nav .sns li {
	margin-bottom: 1rem;
}

#g-right-nav .sns a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 50%;
}
/*
----------------------------------------
cotact-box
----------------------------------------
*/

.contact-box {
	background: url(assets/img/common/2x/contact-bg.png) center center / cover no-repeat;
	padding: 80px 0;
}

.contact-box .contact-wrap {
	background: #fff;
}

.contact-box .ttl {
	width: 32.5%;
	height: 300px;
	/* padding: 45px 50px 0; */
	padding: 25px 30px 0;
	color: #fff;
	background: #1da1f2;
}

.contact-box .ttl h2 {
	font-size: 2.8rem;
	line-height: 1.5;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}

.contact-box .ttl p {
	/*
	font-size: 1.5rem;
	line-height: 2.2;
	*/
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 1.2px;
}

.contact-box .link-list {
	width: 67.5%;
}

.contact-box .link-list .flex {
	justify-content: flex-end;
}

.contact-box .link-list li {
	width: 33.3333%;
}

.contact-box .link-list a {
	display: block;
	width: 100%;
	height: 300px;
	text-align: center;
	padding: 45px 15px 15px;
	background: #fff;
}

.contact-box .link-list .mail-link a {
	background: #fff8cc;
}

.contact-box .link-list .line-link a {
	background: #e5ffe5;
}

.contact-box .link-list .icon span {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 10px;
	background: #fff;
}

.contact-box .link-list .tel-link .icon span {
	background: #e8f5fe;
}

.contact-box .link-list .txt {
	font-size: 1.7rem;
}

.contact-box .link-list .num {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.2;
}

.contact-box .link-list .num span {
	font-weight: 300;
	transform: translateY(-2px);
}

.contact-box .link-list .note {
	font-size: 1.4rem;
	color: #666;
}

.contact-box .link-list .button {
	width: 220px;
	max-width: 100%;
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 0.2px;
	font-weight: bold;
	padding: 6px 0 9px 15px;
	margin: 7px auto 0;
	border-radius: 25px;
}

.contact-box .link-list .button::after {
	display: inline-block;
	content: "";
	width: 9px;
	height: 14px;
	background: url(assets/img/common/2x/arrow-06.png) center center / contain no-repeat;
	margin-left: 15px;
	transition: all 0.2s;
}

.contact-box .link-list .mail-link .button {
	background: #ffc300;
}

.contact-box .link-list .line-link .button {
	background: #00b900;
}

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

footer {
	background: #f5f5f5;
	color: #444;
	padding: 60px 0 0;
}

footer .nav-wrap {
	justify-content: space-between;
	margin-bottom: 40px;
}

footer .nav-wrap > div {
	width: calc((100% - 40px) / 2);
}

footer .nav-wrap .flex li {
	margin-bottom: 13px;
	padding: 2.5px 0;
	line-height: 1.7;
	letter-spacing: 0.2px;
}

footer .nav-wrap .flex ul:first-of-type li {
	padding-right: 4rem;
}

footer .nav-wrap ul.flex li {
	width: 49%;
}

footer .nav-wrap ul.flex li:nth-child(even) {
	width: 51%;
}

footer .nav-wrap div.flex ul:first-child {
	width: 49%;
}

footer .nav-wrap div.flex ul:last-child {
	width: 51%;
}

footer .nav-wrap a {
	color: #444;
}

footer .logo {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 55px;
}

footer .copyright {
	padding: 15px 0;
	background: url(assets/img/common/2x/copyright-bg.png) center center / cover no-repeat;
	color: #fff;
}

footer .copyright .flex {
	justify-content: space-between;
	font-size: 1.4rem;
}

footer .copyright .pp {
	padding-right: 20px;
	margin-right: auto;
}

footer .copyright .pp a {
	display: inline-block;
	color: #fff;
	border-bottom: solid 1px #fff;
}

footer .copyright .copy {
	font-size: 1.4rem;
	letter-spacing: 0.2px;
}

#sp-fix {
	display: none;
}

/*
----------------------------------------
page
----------------------------------------
*/

.page-header {
	background: #eee;
}

.page-header .wrap {
	text-align: center;
	height: 240px;
	padding-top: 74px;
	line-height: 1.4;
}

.page-header .en {
	font-size: 1.8rem;
	color: #1da1f2;
}

.page-header .jp {
	font-size: 4.2rem;
}

.topic-path {
	background: #1da1f2;
	padding: 12px 0;
	color: #fff;
	letter-spacing: 0;
}

.topic-path .flex {
	flex-wrap: nowrap;
}

.topic-path li {
	font-size: 1.4rem;
	letter-spacing: 0.8px;
	padding-right: 20px;
	margin-right: 14px;
	background: url(assets/img/common/arrow-03.png) right center / 6px no-repeat;
	white-space: nowrap;
}

.topic-path li:last-child {
	padding-right: 0;
	margin-right: 0;
	background: none;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topic-path a {
	color: #fff;
}

.tag-list li {
	line-height: 1;
}

.tag-list .tag {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
}

.cat-list li {
	margin: 0 10px 10px 0;
}

.cat-list a,
.cat-list span {
	display: inline-block;
	min-width: 90px;
	text-align: center;
	color: #1da1f2;
	border: solid 2px #1da1f2;
	border-radius: 4px;
	line-height: 1.6;
	padding: 0 10px;
}

.cat-list .course a {
	color: #fff;
	background: #1da1f2;
}

/*
----------------------------------------
1650
----------------------------------------
*/

@media screen and (max-width: 1650px) {
	.g-nav-fix #g-nav {
		padding: 0 15px;
	}

	#g-nav .contact a {
		width: 50px;
		height: 50px;
	}

	.g-nav-fix #g-right-nav {
		top: 87px;
	}
}

/*
----------------------------------------
1600
----------------------------------------
*/

@media screen and (max-width: 1600px) {
	.slider .slick-prev {
		left: 105px;
	}

	.slider .slick-next {
		right: 105px;
	}

	#g-nav .logo {
		margin-right: auto;
		padding-right: 0;
		width: 20%;
	}

	#wrapper > header.g-nav-fix #g-nav .tel {
		padding: 0 5px 0 0;
	}

	.g-nav-fix #g-nav nav a {
		font-size: 1.5rem;
	}

	.g-nav-fix #g-nav .sub-menu .menu-wrap {
		top: 86px;
	}
}

/*
----------------------------------------
1400
----------------------------------------
*/

@media screen and (max-width: 1400px) {
	.g-nav-fix #g-nav .logo {
		display: none;
	}

	.g-nav-fix #g-nav nav a {
		font-size: 1.7rem;
	}

	.g-nav-fix #g-nav .sub-menu .menu-wrap {
		top: 90px;
	}

	.slider .slick-slide {
		margin: 0 15px;
	}

	#header-top .btn a {
		width: 160px;
		font-size: 1.4rem;
	}

	#wrapper > header .tel .num {
		font-size: 2.4rem;
		background: url(assets/img/common/2x/icon-tel.png) 2px 2px / 21px no-repeat;
	}

	.g-nav-fix #g-right-nav {
		top: 91px;
	}
}

/*
----------------------------------------
1200
----------------------------------------
*/

@media screen and (max-width: 1200px) {
	html[lang="ja"] {
		margin-top: 0 !important;
	}

	.table-01 th {
		width: 28%;
	}

	.table-01 td {
		width: 72%;
	}

	.sub-table tbody th {
		width: 30%;
	}

	.bnr-m .bnr {
		padding: 20px;
	}

	.bnr-m .btn-01 a {
		padding: 5px 10px;
	}

	.bnr-m .bnr h2 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}

	.bnr-m .bnr .ttl {
		margin: 5vw 0 6vw;
	}

	.bnr-m .bnr .ttl .en {
		font-size: 1.6rem;
	}

	.bnr-m .bnr .ttl .jp {
		font-size: 2.8rem;
	}

	.bnr-m-course > div,
	.bnr-m-online > div {
		padding-right: 0;
	}

	.bnr-m .btn-01 a {
		width: 200px;
	}
	.bnr-m-course .btn-01 a {
		width: 250px;
	}

	#wrapper {
		padding-top: 90px;
	}

	#wrapper > header {
		padding-bottom: 0;
	}

	#header-top {
		padding: 17.5px 180px 17.5px 20px;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: #fff;
		z-index: 999;
	}

	#header-top > .sns,
	#header-top > .tel,
	#header-top > .btn {
		display: none;
	}

	#fix-menu {
		display: block;
	}

	#search-btn,
	#nav-btn {
		display: block;
		opacity: 1;
		visibility: visible;
		z-index: 9999;
	}

	#header-top .overlay {
		display: block;
	}

	#g-nav {
		display: none;
	}

	.block-list .txt {
		padding: 40px 0 30px 40px;
	}

	.block-list .block:nth-child(odd)::after {
		right: 13%;
	}

	.block-list .block:nth-child(even)::after {
		left: 13%;
	}

	.block-list-02 .block {
		padding: 0;
		min-height: 400px;
	}

	.block-list-02 .block .img {
		width: calc(45% + 10px);
	}

	.block-list-02 .block:nth-of-type(odd) .img + .wrap .txt {
		margin-right: calc(45% + 10px);
		padding-right: 30px;
	}

	.block-list-02 .block:nth-of-type(even) .img + .wrap .txt {
		margin-left: calc(45% + 10px);
		padding-left: 30px;
	}

	.block-list-02 .block .txt .heading-01 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.rec-box .rec-info {
		padding: 0;
		min-height: 400px;
	}

	.rec-box .rec-info .img {
		width: calc(45% + 10px);
	}

	.rec-box .rec-info .img + .wrap .txt {
		margin-right: calc(45% + 10px);
		padding-right: 30px;
	}

	.rec-box .rec-info .txt .heading-01 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.rec-box .rec-list figure {
		width: 160px;
		height: 160px;
	}

	.rec-box .rec-list .pc {
		display: none;
	}

	.rec-box .rec-list .sp {
		display: inline;
	}

	.price-box tbody th {
		width: 26%;
	}

	.price-box tbody td:first-of-type {
		padding: 24px;
	}

	ul.note-list {
		padding-right: 0;
	}

	.voice-box {
		margin-bottom: 45px;
	}

	.voice-box .slick-prev,
	.voice-box .slick-next {
		top: 31%;
	}

	.voice-box .voice-list {
		margin: 27px 0 20px;
	}

	.voice-box .voice .cat {
		line-height: 24px;
	}

	.voice-box .voice .cat a {
		font-size: 1.2rem;
		padding: 0 10px;
	}

	.voice-box .voice > a {
		font-size: 1.5rem;
	}

	.voice-box .voice figure {
		margin-bottom: 8px;
	}

	.voice-box .voice .date {
		font-size: 1.4rem;
	}

	.voice-box .voice h3 {
		margin-top: 0;
		line-height: 1.6;
	}

	.contact-box .ttl {
		padding: 20px 20px 0;
		height: 270px;
	}

	.contact-box .ttl h2 {
		font-size: 2.4rem;
	}

	.contact-box .ttl p {
		font-size: 1.3rem;
		letter-spacing: 0.2px;
	}

	.contact-box .link-list a {
		padding: 25px 10px 10px;
		height: 270px;
	}

	.contact-box .link-list .txt {
		font-size: 1.5rem;
	}

	.contact-box .link-list .num {
		font-size: 2.8rem;
		white-space: nowrap;
	}

	#contact table#mfp_confirm_table tr th {
		width: 28%;
	}

	#contact table#mfp_confirm_table tr td {
		width: 72%;
	}
}

/*
----------------------------------------
1000
----------------------------------------
*/

@media screen and (max-width: 1000px) {
	select {
		font-size: 1.6rem;
		padding: 17px 40px 17px 15px;
	}

	button.search-btn {
		font-size: 1.8rem;
	}

	.ttl-01 h2 {
		font-size: 3.2rem;
	}

	.ttl-02 h3::before,
	.ttl-02 h3::after {
		width: auto;
		max-width: initial;
		flex: 1;
	}

	.ttl-02 h3::before {
		margin-right: 15px;
	}

	.ttl-02 h3::after {
		margin-left: 15px;
	}

	.heading-01 {
		font-size: 2.4rem;
	}

	.sub-table tbody th {
		width: 40%;
		padding-right: 0;
	}

	.bnr-l a > div {
		padding: 35px;
	}

	.bnr-l a > div.line-01 {
		padding: 55px 35px;
	}

	.bnr-l-faq > div {
		background: url(assets/img/common/2x/bnr-faq-bg.png) right 20% center / cover no-repeat;
	}

	.bnr-m {
		padding: 15px;
	}

	.bnr-m .bnr {
		width: calc((100% - 15px) / 2);
		padding: 15px;
	}

	.bnr-m .bnr h2 {
		font-size: 1.8rem;
	}
	.bnr-m .bnr-m-course h2 {
		font-size: 2.25rem;
	}

	.bnr-m .btn-01 a {
		width: 160px;
		padding: 2px 24px 4px 8px;
	}
	.bnr-m-course .btn-01 a {
		width: 180px;
	}

	.mov-block .txt {
		font-size: 1.6rem;
		padding: 30px 15px;
	}

	.mov-block .youtube-wrap {
		padding: 0 15px;
	}

	body {
		font-size: 1.5rem;
	}

	.block-list::after {
		right: 30px;
		left: 30px;
	}

	.block-list .txt .num {
		font-size: 9rem;
	}

	.block-list .block:nth-child(odd)::after {
		right: 8%;
	}

	.block-list .block:nth-child(even)::after {
		left: 8%;
	}

	.block-list-02 .block {
		margin: 30px 0;
		padding-top: 40vw;
	}

	.block-list-02 .block .img {
		width: 87vw;
		height: 48vw;
	}

	.block-list-02 .block .txt {
		min-height: initial;
		padding: 20px;
		background: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
		position: relative;
		z-index: 9;
	}

	.block-list-02 .block .txt .heading-01 {
		font-size: 1.9rem;
		margin-bottom: 1.2rem;
	}

	.block-list-02 .block:nth-of-type(odd) .img + .wrap .txt,
	.block-list-02 .block:nth-of-type(even) .img + .wrap .txt {
		margin: 0;
		padding: 20px;
	}

	.page-link-box h2 {
		font-size: 3.2rem;
	}

	.page-link-box li {
		width: calc((100% - 15px) / 2);
		margin: 0 15px 15px 0;
	}

	.page-link-box li:nth-child(even) {
		margin-right: 0 !important;
	}

	.page-link-box li:nth-child(3n) {
		margin-right: 15px;
	}

	.page-link-box a {
		background: #fff url(assets/img/first/arrow.png) right 15px center no-repeat;
	}

	.rec-box .rec-wrap .read {
		margin: 0 0 20px;
		text-align: left;
	}

	.rec-box .rec-list > div {
		font-size: 1.3rem;
	}

	.rec-box .rec-list figure {
		width: 120px;
		height: 120px;
	}

	.rec-box .rec-info {
		margin: 30px 0;
	}

	.rec-box .rec-info.img {
		padding-top: 40vw;
	}

	.rec-box .rec-info .img {
		width: 87vw;
		height: 48vw;
	}

	.rec-box .rec-info .txt {
		min-height: initial;
		padding: 20px;
		background: #fff;
		box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
		position: relative;
		z-index: 9;
	}

	.rec-box .rec-info .txt .heading-01 {
		font-size: 1.9rem;
		margin-bottom: 1.2rem;
	}

	.rec-box .rec-info .img + .wrap .txt {
		margin-right: 0;
		padding: 20px;
	}

	.price-box .ttl-01 {
		margin-bottom: 20px;
	}

	.price-box .info {
		text-align: left;
		margin: 20px 0 30px;
	}

	.price-box .info br {
		display: none;
	}

	.price-box tbody th {
		width: 24%;
	}

	.price-box tbody td:last-of-type {
		width: 25%;
		font-size: 1.6rem;
	}

	.price-box .table-02 .sp {
		display: inline-block;
	}

	.contact-box .contact-wrap {
		flex-direction: column;
	}

	.contact-box .ttl {
		width: 100%;
		height: auto;
		padding: 20px;
		text-align: center;
	}

	.contact-box .ttl h2 {
		font-size: 2rem;
	}

	.contact-box .link-list {
		width: 100%;
	}

	.slider .slick-prev {
		left: 40px;
	}

	.slider .slick-next {
		right: 40px;
	}

	#contents .search-box .search-wrap .flex {
		padding: 60px 20px;
	}

	#contents .search-box .input {
		padding-right: 20px;
	}

	#contact form#mailformpro dl dt {
		width: 240px;
	}

	#contact form#mailformpro dl dd {
		width: calc(100% - 240px);
	}

	#contact form dl dd::before {
		left: -240px;
	}

	dl.notice,
	.price-box dl.notice {
		padding: 60px 40px 40px;
	}

	footer .nav-wrap > div {
		width: calc((100% - 20px) / 2);
	}

	footer .nav-wrap ul.flex li,
	footer .nav-wrap .flex li {
		font-size: 1.4rem;
	}

	#sp-fix {
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		z-index: 99;
		transform: translateY(110%);
		transition: all 0.6s;
	}

	#sp-fix.show {
		opacity: 1;
		transform: translateY(0);
	}

	#sp-fix .default-nav {
		background: #383838;
		padding: 5px 8px;
	}

	#sp-fix .icon {
		width: 50px;
		height: 50px;
		margin-right: 8px;
		line-height: 0.5;
	}

	#sp-fix .line {
		background: #00b900;
	}

	#sp-fix .mail {
		background: #ffdd00;
	}

	#sp-fix .tel {
		width: calc(100% - 116px);
	}

	#sp-fix .tel a {
		display: block;
		height: 50px;
		padding: 4px 0 0;
		background: #ebf7ff;
		line-height: 1.2;
		white-space: nowrap;
	}

	#sp-fix .tel .num {
		display: inline-block;
		font-size: 2.3rem;
		letter-spacing: 1.5px;
		padding-left: 2.8rem;
		background: url(assets/img/common/2x/icon-tel.png) 2px 2px / 21px no-repeat;
	}

	#sp-fix .tel .num span {
		font-weight: 300;
		transform: translateY(-2px);
	}

	#sp-fix .tel .note {
		font-size: 1.2rem;
		letter-spacing: 1px;
		color: #666;
	}
}

/*
----------------------------------------
768
----------------------------------------
*/

@media screen and (max-width: 768px) {
	html #wpadminbar {
		display: none;
	}

	#wrapper {
		padding-top: 64px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: inline;
	}

	input[type="text"],
	input[type="search"],
	input[type="tel"],
	input[type="number"],
	input[type="url"],
	input[type="email"],
	input[type="password"],
	input[type="date"],
	textarea {
		border: solid 1px #333;
	}

	select {
		font-size: 1.6rem;
		border: solid 1px #333;
		padding: 17.5px 45px 17.5px 20px;
	}

	button.search-btn {
		font-size: 1.9rem;
		letter-spacing: 2px;
		width: 270px;
		max-width: 100%;
		padding: 8px;
	}

	button.search-btn::before {
		width: 20px;
		height: 20px;
	}

	.sub-table tbody th,
	.sub-table tbody td {
		padding: 8px 0;
		border-top: none;
	}

	.sub-table tbody th {
		width: 25%;
		font-size: 1.5rem;
	}

	.sub-table tbody th span {
		display: none;
	}

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

	.btn-01 a {
		width: 250px;
		max-width: 100%;
		font-weight: normal;
		border: solid 1px #1da1f2;
		padding: 11px 20px 11px 15px;
		background: url(assets/img/common/2x/arrow-05.png) right 20px center / 8px no-repeat;
	}

	.btn-style-01 {
		padding: 9px 50px 9px 55px;
		border: solid 1px #1da1f2;
	}

	.heading-01 {
		font-size: 1.9rem;
		line-height: 1.6;
		letter-spacing: 0;
		padding-left: 1.5rem;
		margin-bottom: 1.2rem;
		background-size: 9px;
	}

	.heading-02 {
		font-size: 1.3rem;
		margin: 0 12px 15px 0;
		padding-bottom: 0;
		border-bottom: solid 2px #1da1f2;
	}

	.heading-02::after {
		border: solid 3px#1da1f2;
		bottom: -7px;
	}

	.heading-02 .en {
		font-size: 1.9rem;
		letter-spacing: 1px;
		margin-right: 5px;
	}

	.heading-03 {
		font-size: 2.2rem;
		line-height: 1.4;
	}

	.heading-04 {
		font-size: 2rem;
		letter-spacing: 0.5px;
		padding-left: 1rem;
		border-left: solid 4px #1da1f2;
	}

	.heading-05 {
		font-size: 2.2rem;
	}

	.heading-05::before {
		margin-right: 10px;
	}

	.heading-05::after {
		margin-left: 10px;
	}

	.heading-06 {
		font-size: 1.9rem;
	}

	.heading-06 span {
		padding: 0 15px;
	}

	.heading-07 span {
		font-size: 2.2rem;
		padding: 0 1.8rem;
	}

	.ttl-01 .en {
		font-size: 1.4rem;
		background-size: 38px;
		padding: 0 58px;
		margin-bottom: 5px;
	}

	.ttl-01 h2 {
		font-size: 2.6rem;
		line-height: 1.3;
	}

	.list-01 li {
		padding-left: 1.5rem;
		letter-spacing: 0.2px;
	}

	.ol-01 {
		margin: 15px 0 15px 20px;
	}

	.check-list li {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 5px;
		padding-left: 28px;
		background: url(assets/img/common/icon-check.png) left 4px / 20px no-repeat;
	}

	.inc-list li {
		letter-spacing: 0;
	}

	dl.notice {
		padding: 50px 20px 25px;
	}

	dl.notice dt {
		font-size: 2.2rem;
	}

	dl.notice dt::after {
		top: 50px;
	}

	dl.notice dd .note li {
		line-height: 1.6;
		margin-bottom: 5px;
	}

	dl.notice dd .note .indent {
		margin: 15px 0;
	}

	.table-01 tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		margin-bottom: 15px;
	}

	.table-01 th {
		width: 100%;
		padding: 15px 20px;
		border-top: solid 1px #1da1f2;
		border-bottom: none;
		font-size: 1.6rem;
	}

	.table-01 td {
		width: 100%;
		padding: 15px 20px;
		border-top: solid 1px #dbdbdb;
		border-bottom: none;
		letter-spacing: 0.5px;
	}

	.table-02 thead {
		font-size: 1.5rem;
	}

	.table-02 tbody {
		font-size: 1.4rem;
	}

	.block-list {
		padding: 30px 0 10px;
	}

	.block-list::after {
		right: 0;
		left: 0;
	}

	.block-list .block {
		margin: 27px 0;
		padding: 155px 0 15px;
	}

	.block-list .block::after {
		bottom: auto;
		height: 165px;
	}

	.block-list .txt {
		padding: 26px 0 30px 20px;
	}

	.block-list .txt .num {
		font-size: 6.5rem;
		top: 3px;
		right: 25px;
	}

	.block-list .txt .read {
		padding-right: 3rem;
	}

	.block-list .txt .btn-01 {
		padding-right: 2.2rem;
	}

	.block-list .btn-01 {
		margin-top: 15px;
	}

	.block-list .txt .btn-01.l2 a {
		line-height: 1.3;
		padding: 5px 20px 5px 15px;
		border-radius: 25px;
	}

	.block-list-02 .block {
		margin: 25px 0 35px;
	}

	.block-list-02 .block .txt p {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.mask-img::before,
	.mask-img::after {
		border: solid 10px transparent;
	}

	.mask-img::before {
		border-top: solid 10px #fff;
		border-right: solid 10px #fff;
	}

	.mask-img.right::before {
		border-right: solid 10px transparent;
		border-left: solid 10px #fff;
	}

	.mask-img.right::after {
		border-right: solid 10px #fff;
		border-left: solid 10px transparent;
	}

	.rec-block h3 {
		font-size: 2.6rem;
		margin-bottom: -25px;
	}

	.rec-block .read {
		padding: 40px 20px 20px;
		margin-bottom: 40px;
	}

	.mov-block .mov-wrap {
		padding: 0 0 30px;
		margin-bottom: 30px;
	}

	.mov-block .heading-03 {
		padding-left: 48px;
	}

	.mov-block .heading-03::before {
		width: 60px;
		height: 68px;
		top: calc(50% - 34px);
		left: -5px;
	}

	.mov-block .heading-03 span {
		font-size: 1.8rem;
	}

	.mov-block .txt {
		font-size: 1.4rem;
		text-align: left;
		padding: 20px 15px;
	}

	.page-link-box {
		padding: 15px 0 25px;
	}

	.page-link-box h2 {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.page-link-box .flex {
		flex-direction: column;
	}

	.page-link-box li {
		width: 100%;
		margin: 0 0 15px !important;
	}

	.page-link-box a {
		font-size: 1.6rem;
		padding: 14px 20px;
		background: #fff url(assets/img/first/arrow.png) right 10px center / 7px no-repeat;
	}

	.page-link-box a span {
		font-size: 1.5rem;
	}

	.rec-box .rec-ttl {
		font-size: 2.4rem;
		margin: -10px 0 -30px;
	}

	.rec-box .rec-wrap {
		padding: 30px 15px 15px;
		margin-bottom: 30px;
	}

	.rec-box .rec-wrap .read {
		margin: 0 0 15px;
	}

	.rec-box .rec-list {
		padding: 0;
	}

	.rec-box .rec-list > div {
		width: calc((100% - 20px) / 3);
		max-width: initial;
		margin: 0 10px 20px 0;
	}

	.rec-box .rec-list > div:nth-child(3n),
	.rec-box .rec-list > div:last-child {
		margin-right: 0;
	}

	.rec-box .rec-list.col2 > div {
		width: calc((100% - 15px) / 2);
		margin-right: 0 !important;
	}

	.rec-box .rec-list.col2 > div:nth-child(odd) {
		margin-right: 15px !important;
	}

	.rec-box .rec-list figure {
		width: auto;
		height: auto;
	}

	.rec-box .rec-list figure img {
		width: 120px;
		max-width: 100%;
	}

	.rec-box .rec-list p {
		padding: 0;
		letter-spacing: 0;
	}

	.price-box .info {
		font-size: 1.5rem;
		margin: 20px 0;
	}

	.price-box .table-02 {
		margin-bottom: 50px;
	}

	.price-box .table-02 thead {
		display: none;
	}

	.price-box .table-02 tbody tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}

	.price-box tbody th {
		width: 100%;
		border-top: solid 1px #1da1f2;
		font-size: 1.8rem;
		padding: 15px;
	}

	.price-box .table-02 .sp {
		display: none;
	}

	.price-box tbody td:first-of-type {
		border: none;
		padding: 15px 0;
		font-size: 1.5rem;
	}

	.price-box tbody td:last-of-type {
		width: 100%;
		padding: 0 0 30px;
		text-align: center;
	}

	.price-box tbody td:last-of-type br {
		display: none;
	}

	.price-box dl.notice {
		margin: 20px 0 40px;
		padding: 40px 20px 15px;
	}

	/* search-box */

	.mes,
	.search-mes {
		font-size: 1.6rem;
		line-height: 1.8;
		text-align: justify;
		padding: 15px;
	}

	#contents .search-box h2 {
		top: -24px;
		left: 0;
		padding: 0 20px;
	}

	#contents .search-box .search-wrap .flex {
		padding: 38px 15px 24px;
	}

	#contents .search-box .input {
		padding-right: 0;
	}

	#search-nav #search-bg {
		top: 64px;
	}

	.schedule-wrap .tags .flex {
		padding: 0 15px;
		margin: 15px 0 5px;
		justify-content: flex-start;
	}

	.schedule-wrap .tags li {
		margin: 0;
		font-size: 1.2rem;
		margin: 0 15px 10px 0;
	}

	.schedule-list {
		margin: 0 15px;
		overflow: hidden;
	}

	.schedule-box {
		padding: 0 31px 0 15px;
		margin-right: -10px;
	}

	.schedule-list .scrollbar {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 6px;
		background: #ebf7ff;
	}

	.schedule-list .scrollbar-thumb {
		background: #1da1f2;
	}

	.schedule a {
		padding: 15px 0;
	}

	.schedule:last-of-type a {
		background: none;
	}

	/*
	.schedule-list::-webkit-scrollbar {
		width: 6px;
		background: #ebf7ff;
	}

	.schedule-list::-webkit-scrollbar-track {
		box-shadow: none;
	}

	.schedule-list::-webkit-scrollbar-thumb {
		background-color: #1da1f2;
		box-shadow: none;
	}
	*/

	.schedule .school span,
	.schedule .course span {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 0 10px 1px;
	}

	.schedule .date {
		width: 100%;
		margin-top: 5px;
		font-size: 1.2rem;
		transform: translateX(-10px);
	}

	.schedule .ttl {
		margin: 10px 0;
	}

	.schedule .ttl span {
		display: inline;
		white-space: normal;
		padding-bottom: 0;
		line-height: 1.8;
		font-size: 1.7rem;
		letter-spacing: 0.4px;
	}

	.schedule .remaining {
		font-size: 1.2rem;
		background: url(assets/img/common/2x/icon-volume.png) left 12px / 17px no-repeat;
	}

	.schedule .remaining .num {
		font-size: 1.8rem;
	}

	.slider .slick-slide {
		margin: 0 10px;
	}

	.slider .slick-prev,
	.slider .slick-next {
		width: 38px;
		height: 38px;
	}

	.slider .slick-prev {
		left: 24px;
	}

	.slider .slick-next {
		right: 24px;
	}

	.bnr-l {
		max-width: 500px;
		margin: 0 auto;
	}

	.bnr-l a {
		height: initial;
		padding: 0;
	}

	.bnr-l a::before,
	.bnr-l a::after {
		top: -5px;
		bottom: -5px;
	}

	.bnr-l a::before {
		left: -5px;
		background: url(assets/img/common/2x/frame-02-01-sp.png) left center / auto 100% no-repeat;
	}

	.bnr-l a::after {
		right: -5px;
		background: url(assets/img/common/2x/frame-02-02-sp.png) right center / auto 100% no-repeat;
	}

	.bnr-l a > div {
		padding: 17px 13px;
	}

	.bnr-l a > div.line-01 {
		padding: 17px 13px;
	}

	.bnr-l-application > div {
		background: url(assets/img/common/2x/bnr-application-bg.png) right 90% center / cover no-repeat;
	}

	.bnr-l a.bnr-l-faq > div {
		padding: 17px 13px;
	}

	.bnr-l a h2 {
		font-size: 2.1rem;
	}

	.bnr-l a.bnr-l-faq p {
		font-size: 2.1rem;
		margin-bottom: 5px;
	}

	.bnr-l a.bnr-l-ys > div {
		padding: 22px ?13px;
	}

	.bnr-l a.bnr-l-ys p {
		font-size: 1.7rem;
	}

	.bnr-l a.bnr-l-faq p span {
		font-size: 1.7rem;
	}

	.bnr-l a h2 .tag {
		font-size: 1.8rem;
		margin-right: 8px;
	}

	.bnr-l a p {
		font-size: 1.4rem;
		line-height: 1.6;
		letter-spacing: 0.5px;
	}

	.bnr-l-beginner {
		margin-bottom: 95px;
	}

	.bnr-l-beginner::before {
		left: -5px;
		background: url(assets/img/common/2x/frame-01-01-sp.png) left center / auto 100% no-repeat;
	}

	.bnr-l-beginner::after {
		right: -5px;
		background: url(assets/img/common/2x/frame-01-02-sp.png) right center / auto 100% no-repeat;
	}

	.bnr-l-beginner > div {
		background: url(assets/img/common/2x/bnr-beginner-bg-sp.png) center center / cover no-repeat;
	}

	.bnr-l-beginner h2 {
		padding-left: 23px;
		background: url(assets/img/common/2x/beginner-mark.png) left 9px / 15px no-repeat;
	}

	.bnr-l-corp::before {
	}

	.bnr-l-corp::after {
	}

	.bnr-l-corp > div {
		background: url(assets/img/common/2x/bnr-corp-bg-sp.png) center center / cover no-repeat;
	}

	.bnr-l-guid {
		margin: 0 0 95px;
	}

	.bnr-l-guid > div {
		background: url(assets/img/common/2x/bnr-guid-bg-sp.png) center center / cover no-repeat;
	}

	.bnr-l-online > div {
		background: url(assets/img/common/2x/bnr-online-bg.png) right 35% center / cover no-repeat;
	}

	.bnr-m .flex {
		flex-direction: column;
	}

	.bnr-m .bnr {
		width: 100%;
	}

	.bnr-m .bnr + .bnr {
		margin-top: 15px;
	}

	.bnr-m .bnr h2 {
		font-size: 1.6rem;
		margin-bottom: 12px;
	}

	.bnr-m .bnr-m-course h2 {
		font-size: 2.2rem;
	}

	.bnr-m .btn-01 {
		margin-top: 8px;
		text-align: left;
	}
	.bnr-m .bnr-m-course .btn-01 {
		display: block !important;
	}

	.bnr-m .bnr .ttl {
		width: 55%;
		padding: 5px 0 5px 2.5rem;
		margin: 6vw 0 7vw;
	}

	.bnr-m .bnr .ttl .en {
		font-size: 1.4rem;
	}

	.bnr-m .bnr .ttl .jp {
		font-size: 2.2rem;
	}

	.contact-box {
		padding: 40px 0;
		background: url(assets/img/common/2x/contact-bg-sp.png) center center / cover no-repeat;
	}

	.contact-box > .wrap {
		padding: 0 20px;
	}

	.contact-box .contact-wrap {
		flex-direction: column;
		max-width: 335px;
		margin: 0 auto;
	}

	.contact-box .ttl {
		width: 100%;
		padding: 14px;
		text-align: center;
		height: auto;
	}

	.contact-box .ttl h2 {
		margin-bottom: 0;
		font-size: 2.2rem;
	}

	.contact-box .ttl p {
		display: none;
	}

	.contact-box .link-list {
		width: 100%;
	}

	.contact-box .link-list .flex {
		flex-direction: column;
	}

	.contact-box .link-list li {
		width: 100%;
	}

	.contact-box .link-list a {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		height: 130px;
	}

	.contact-box .link-list .icon {
		line-height: 0.5;
	}

	.contact-box .link-list .icon span {
		width: 65px;
		height: 65px;
		margin: 0;
	}

	.contact-box .link-list .txt {
		width: calc(100% - 65px);
		padding: 0 20px 0 15px;
		line-height: 1.5;
	}

	.contact-box .link-list .num {
		font-size: 2.6rem;
	}

	.contact-box .link-list .button {
		font-size: 1.4rem;
		padding: 10px 0 13px 15px;
		margin: 5px auto 0;
	}

	.contact-box .link-list .button::after {
		width: 7px;
		height: 11px;
		vertical-align: middle;
	}

	#header-top {
		padding: 17px 138px 17px 10px;
		height: 64px;
	}

	#header-top .logo {
		padding: 0;
	}

	#search-nav {
		top: 64px;
	}

	#search-nav .search-wrap {
		padding: 10px 0 20px;
	}

	#search-nav .search-wrap h2 {
		margin-bottom: 10px;
	}

	#search-btn {
		right: 64px;
	}

	#search-btn div {
		width: 64px;
		height: 64px;
		background: #ebf7ff url(assets/img/common/icon-search-l.png) center 10px / 26px no-repeat;
	}

	.fix-btn .txt {
		font-size: 1.3rem;
		white-space: nowrap;
		bottom: 1px;
	}

	.g-nav-fix #g-right-nav {
		top: 64px;
	}
	.g-nav-fix #g-right-nav .sns ul {
		padding: 1rem 14px 0.5rem 1rem;
	}

	#nav-btn > div {
		width: 64px;
		height: 64px;
	}

	#nav-btn span {
		width: 28px;
		height: 2px;
		left: calc(50% - 14px);
	}

	#nav-btn span:first-child {
		top: 13px;
	}

	#nav-btn span:nth-child(2),
	#nav-btn span:nth-child(3) {
		top: 22px;
	}

	#nav-btn span:nth-child(4) {
		top: 31px;
	}

	.nav-open #nav-btn span:nth-child(2),
	.nav-open #nav-btn span:nth-child(3) {
		width: 32px;
		left: calc(50% - 16px);
	}

	.search-wrap .flex {
		padding: 0;
		flex-direction: column;
	}

	.search-wrap .input {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}

	.search-wrap .btn {
		width: 100%;
		text-align: center;
	}

	#fix-menu .logo {
		padding: 17px 148px 17px 10px;
		height: 64px;
	}

	#fix-menu .menu-list {
		padding: 0 20px;
		font-size: 2rem;
	}

	#fix-menu .menu-list > ul > li > a {
		padding: 9px 0;
	}

	#fix-menu .menu-list .parent {
		padding: 9px 0;
	}

	#fix-menu .menu-list .parent::before {
		width: 1px;
		height: 15px;
		top: calc(50% - 7px);
		right: 22px;
	}

	#fix-menu .menu-list .parent::after {
		width: 15px;
		height: 1px;
		top: 50%;
	}

	#fix-menu .sub-menu a {
		font-size: 1.5rem;
		line-height: 1.3;
		height: 50px;
	}

	#fix-menu .sub-menu a .sub {
		font-size: 1.2rem;
	}

	#fix-menu .tel {
		margin: 0 5px 20px;
	}

	#wrapper > header .tel .num {
		font-size: 2.8rem;
		background: url(assets/img/common/2x/icon-tel.png) 2px 4px / 23px no-repeat;
		padding-left: 3.2rem;
	}

	#fix-menu .btn-set {
		padding: 0 20px;
	}

	#fix-menu .sns li {
		margin-right: 8px;
	}

	#fix-menu .sns a {
		width: 40px;
		height: 40px;
	}

	footer {
		padding: 30px 0 0;
	}

	footer .nav-wrap {
		flex-direction: column;
		margin-bottom: 30px;
	}

	footer .nav-wrap > div {
		width: 100%;
	}

	footer .nav-wrap .flex li {
		font-size: 1.4rem;
	}

	footer .nav-wrap .sitemap {
		margin-bottom: 10px;
	}

	footer .nav-wrap .sitemap ul.flex li:nth-child(odd) {
		width: 55%;
	}

	footer .nav-wrap .sitemap ul.flex li:nth-child(even) {
		width: 45%;
	}

	footer .nav-wrap .course .heading-02 {
		margin-bottom: 0;
	}

	footer .nav-wrap .course ul {
		flex-direction: column;
		width: 100% !important;
	}

	footer .nav-wrap .flex li {
		margin-bottom: 12px;
	}

	footer .nav-wrap .course ul li {
		width: 100%;
		margin: 0;
		padding-bottom: 1px;
		background: url(assets/img/common/2x/border-01.png) left bottom / 49px repeat-x;
	}

	footer .nav-wrap .flex ul:first-of-type li {
		padding-right: 0;
	}

	footer .nav-wrap .course a {
		display: block;
		padding: 11px 30px 12px 0;
		background: url(assets/img/common/arrow-08.png) right 5px center / 8px no-repeat;
	}

	footer .logo {
		font-size: 1.2rem;
		padding-right: 20px;
		margin-bottom: 35px;
	}

	footer .logo img {
		width: 290px;
	}

	footer .copyright {
		padding: 5px 5px 65px;
	}

	footer .copyright .flex {
		justify-content: center;
	}

	footer .copyright .pp {
		display: none;
	}

	footer .copyright .copy {
		font-size: 1.1rem;
	}

	/* page */

	.topic-path {
		font-size: 1.2rem;
		padding: 8px 0;
		white-space: nowrap;
		overflow-x: auto;
		overflow-scrolling: touch;
	}

	.topic-path .wrap {
		padding-right: 0;
	}

	.topic-path .flex {
		flex-wrap: nowrap;
	}

	.topic-path li:last-child {
		padding-right: 15px;
	}

	.page-header .wrap {
		height: 120px;
		padding-top: 22px;
	}

	.page-header .jp {
		font-size: 2.8rem;
	}

	.voice-box .column .slick-slide {
		opacity: 0.5;
	}

	/* form */

	.form-box .mfp_element_text,
	.form-box .mfp_element_number,
	.form-box .mfp_element_select-one,
	.form-box .mfp_element_email,
	.form-box .mfp_element_tel,
	.form-box .mfp_element_textarea,
	.form-box .mfp_element_date,
	.form-box .mfp_element_password {
		border: solid 1px #333;
	}

	.form-box div#mfp_warning {
		margin-bottom: 20px;
		text-align: center;
		text-align: center;
	}

	.form-box input[type=file] {
		max-width: 245px;
		font-size: 14px;
        padding: 4px 0 10px;
    }

	.form-box .file-reset {
        top: -2.5px;
    }

	.form-box .date-wrap select {
		background-position: right 10px center;
		padding: 19px 14px
	}

	.form-box .date-wrap .year select {
		width: 90px;
	}

	.form-box .date-wrap .month select {
		width: 64px;
	}

	.form-box .date-wrap .day select {
		width: 64px;
	}

	.form-box .date-wrap .txt {
		font-size: 15px;
		margin: 0 1rem 0 .1rem;
	}

	.form-step {
		margin: 0 0 10px;
	}

	.form-step > p {
		width: calc((100% - 46px) / 3);
		font-size: 1.3rem;
		line-height: 1.4;
		padding: 7px 0 0;
	}

	.form-step > p.step-01,
	.form-step > p.step-02 {
		padding: 7px 0 0 5px;
		border-right: none;
	}

	.form-step > p .en-02 {
		display: block;
		font-size: 1.2rem;
	}

	form#mailformpro {
		padding: 0;
	}

	#contact form#mailformpro > dl {
		flex-direction: column;
		margin-bottom: 15px;
	}

	#contact form#mailformpro dl dt {
		width: 100%;
		font-size: 1.6rem;
		background: transparent;
		padding: 5px 40px 5px 0;
		position: relative;
	}

	#contact form#mailformpro dl dt::after {
		content: "";
		width: 24px;
		height: 24px;
		background: url(assets/img/common/icon-check.svg) center center / 24px no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s;
	}

	#contact .req-label {
		font-size: 1.3rem;
		padding: 0 8px;
		transform: translateY(-2px);
	}

	#contact form#mailformpro dl dt.ok::after {
		opacity: 1;
		visibility: visible;
	}

	#contact dl .req-label {
		position: relative;
		right: 0;
		top: 0;
		vertical-align: middle;
		margin-left: 10px;
	}

	#contact form#mailformpro dl dd {
		width: 100%;
		font-size: 1.6rem;
		border-bottom: solid 1px #ebebeb;
		padding: 5px 0 20px;
		margin-bottom: 15px;
	}

	#contact form dl dd::before {
		display: none;
	}

	#contact dd .address {
		flex-direction: column;
		margin: 0;
	}

	#contact form#mailformpro dl dd .note {
		font-size: 13px;
	}

	#contact form#mailformpro dl dd::after {
		display: none;
	}

	#contact dd .flex > .ttl {
		width: 100%;
		padding: 5px 0;
	}

	#contact dd .flex > .input {
		width: 100%;
	}

	#contact dd .flex.inline > span {
		padding: 0 15px 0 0;
	}

	.radio label::before,
	.checkbox label::before {
		top: 0;
	}

	.radio label::after {
		top: 7px;
	}

	.checkbox label::after {
		top: 0.5px;
	}

	#contact form#mailformpro dl dt:last-of-type {
		padding-top: 5px;
	}

	.pp-box {
		border: none;
		padding: 15px;
		margin: 0 0 25px;
		background: #fafafa;
	}

	.pp-box .address-box p {
		background: transparent;
		border: solid 1px #ddd;
		width: 100%;
		box-sizing: border-box;
	}

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

	#mfp_loading,
	#mfp_loading_screen,
	#div#mfp_overlay_background {
		display: none !important;
	}

	.submit-box .agree .req-label {
		margin-right: 1rem;
	}

	#contact .agree .req-label {
		transform: translateY(0);
	}

	#contact .agree label {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding-left: 36px;
	}

	#contact .agree label span {
		display: none;
	}

	#contact .agree label::before,
	#contact .agree label::after {
		top: 6px;
	}

	.form-box button#confirm {
		font-size: 1.8rem;
		padding: 16.5px 10px;
		border-radius: 30px;
	}

	#contact button.mfp_element_submit,
	#contact button#mfp_button_send {
		display: block;
		width: 100%;
		font-size: 1.8rem;
		margin: 10px 0;
		padding: 16.5px 10px;
		background-position: right 20px center;
	}

	#contact form#mailformpro .flex label.mfp_not_checked,
	#contact form#mailformpro .flex label.mfp_checked {
		display: block;
		box-sizing: border-box;
		text-align: center;
	}

	#contact form#mailformpro .flex label.mfp_not_checked {
		background: #fafafa;
	}

	#contact form#mailformpro label.mfp_not_checked,
	#contact form#mailformpro label.mfp_checked {
		margin: 0;
		font-size: 1.4rem;
	}

	#contact div#mfp_phase_confirm h4 {
		font-size: 1.6rem;
		margin: 20px 0;
	}

	#contact table#mfp_confirm_table {
		margin: 20px 0 0;
	}

	#contact table#mfp_confirm_table tr {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}

	#contact table#mfp_confirm_table tr th {
		width: 100%;
		padding: 10px 15px;
		border-top: solid 1px #1da1f2;
		border-bottom: none;
		font-size: 1.6rem;
	}

	#contact table#mfp_confirm_table tr td {
		width: 100%;
		padding: 10px 15px;
		border-top: solid 1px #dbdbdb;
		border-bottom: none;
		font-size: 1.6rem;
	}

	div.mfp_buttons button#mfp_button_cancel {
		margin: 10px auto;
	}

	#contact .remaining {
		right: 0;
		left: 0;
		bottom: 40px;
		display: block;
	}

	#contact .remaining {
		bottom: 0;
		border-radius: 0;
	}

	#contact .remaining .read {
		display: none;
	}

	#contact .remaining .num {
		font-size: 1.6rem;
		padding: 11.5px;
	}

	#contact .copyright {
		padding-bottom: 90px;
	}

	.post div#ez-toc-container {
		padding: 15px;
		margin-bottom: 30px;
	}

	.post div#ez-toc-container p.ez-toc-title {
		font-size: 2rem;
		padding-left: 30px;
		background: url(assets/img/column/2x/icon-content.png) left center / 16px no-repeat;
	}

	article.post .post-content div#ez-toc-container a {
		font-size: 1.5rem;
		letter-spacing: 0;
		padding-left: 1.8rem;
	}

	article.post .post-content div#ez-toc-container ul.ez-toc-list-level-3 a {
		padding-left: 3rem;
	}

	article.post .post-content div#ez-toc-container ul.ez-toc-list-level-4 a {
		padding-left: 4.2rem;
	}

	article.post .post-content div#ez-toc-container ul.ez-toc-list-level-5 a {
		padding-left: 5.4rem;
	}

	article.post .post-content div#ez-toc-container ul.ez-toc-list-level-6 a {
		padding-left: 6.6rem;
	}
}

/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and (min-width: 769px) {
	.slider .slick-prev:hover {
		background: #1da1f2 url(assets/img/common/2x/arrow-prev.png) center center / contain no-repeat !important;
	}

	.slider .slick-next:hover {
		background: #1da1f2 url(assets/img/common/2x/arrow-next.png) center center / contain no-repeat !important;
	}

	#g-nav nav a:hover,
	#g-nav nav li:hover .parent {
		color: #1da1f2;
	}

	#g-nav nav a:hover::after,
	#g-nav nav li:hover .parent::after {
		background: #1da1f2;
	}

	#g-nav .sub-menu:hover .menu-wrap {
		opacity: 1;
		visibility: visible;
		z-index: 999;
	}

	#g-nav .contact .mail a:hover {
		background: #fcdb6d;
	}

	#g-nav .contact .line a:hover {
		background: #00c700;
	}

	.btn-02 a:hover {
		background: #eee;
	}

	.btn-03 a:hover {
		background: url(assets/img/common/arrow-right.svg) right 5px center / 8px no-repeat;
	}

	.back-btn a:hover {
		color: #fff;
		background: #000 url(assets/img/common/arrow-left-wh.svg) 10px center / 8px no-repeat;
	}

	.back-btn a:hover:after {
		right: 10px;
	}

	.bnr-l a:hover {
		opacity: 0.8;
	}

	.cat-list a:hover {
		color: #fff;
		background: #1da1f2;
	}

	.cat-list .course a:hover {
		color: #1da1f2;
		background: #fff;
	}

	#nav-btn > div:hover {
		background: #45b8ff;
	}

	#search-btn div:hover {
		background: #d1edff url(assets/img/common/2x/icon-search-l.png) center 17px / 30px no-repeat;
	}

	#header-top .sns a:hover {
		background: #f5f5f5;
	}

	#header-top .btn-form a:hover {
		background: #ffeb66 url(assets/img/common/2x/arrow-01.png) right 15px center / 9px no-repeat;
	}

	#header-top .btn-line a:hover {
		background: #00c700 url(assets/img/common/2x/arrow-02.png) right 15px center / 9px no-repeat;
	}

	button.search-btn:hover {
		background: #45b8ff;
	}

	.btn-01 a:hover {
		background: #f5f5f5 url(assets/img/common/2x/arrow-05.png) right 12px center / 9px no-repeat;
	}

	.voice-box .voice a:hover figure {
		background: #000;
	}

	.voice-box .voice a:hover figure img {
		opacity: 0.9;
		transform: scale(1.05);
	}

	.voice-box .voice .cat a:hover {
		background: #fff;
		color: #1da1f2;
	}

	.slider .slick-prev:hover {
		background: #45b8ff url(assets/img/common/2x/arrow-prev.png) right 3px center / contain no-repeat !important;
	}

	.slider .slick-next:hover {
		background: #45b8ff url(assets/img/common/2x/arrow-next.png) left 3px center / contain no-repeat !important;
	}

	.contact-box .link-list .tel-link a:hover {
		background: #fafafa;
	}

	.contact-box .link-list a:hover .button::after {
		transform: translateX(5px);
	}

	.contact-box .link-list .mail-link a:hover {
		background: #fff5b2;
	}

	.contact-box .link-list .line-link a:hover {
		background: #ccffcc;
	}

	a:hover .btn-style-01 {
		background: #fff url(assets/img/common/2x/arrow-05.png) right 12px center / 9px no-repeat;
	}

	footer .nav-wrap a:hover {
		color: #1da1f2;
	}

	#fix-menu .sub-menu a:hover {
		background: #fff url(assets/img/common/arrow-08.png) right 17px center / 8px no-repeat;
	}

	#fix-menu .tel a:hover {
		background: #f5f5f5;
	}

	.schedule a:hover .ttl span {
		color: #1da1f2;
		border-bottom: solid 1px #1da1f2;
	}

	.btn-link a:hover {
		background: #45b8ff;
	}

	.btn-01.link a:hover {
		background: #f5f5f5 url(assets/img/common/2x/icon-link-02.png) right 25px center / 14px no-repeat;
	}

	.bnr-m-course .btn-01 a:hover {
		background: #45b8ff url(assets/img/common/2x/arrow-06.png) right 25px center / 9px no-repeat;
		border-color: #45b8ff;
	}

	.bnr-m-course .btn-01 + .btn-01 a:hover {
		background: #f5f5f5 url(assets/img/common/2x/arrow-05.png) right 25px center / 9px no-repeat;
	}

	.bnr-m-online .btn-01 a:hover {
		border: solid 2px #ffa733;
		background: #ffa733 url(assets/img/common/2x/arrow-06.png) right 25px center / 9px no-repeat;
	}

	.bnr-m-online .btn-01 + .btn-01 a:hover {
		background: #f5f5f5 url(assets/img/common/2x/arrow-10.png) right 25px center / 9px no-repeat;
	}

	.form-box button#confirm:hover {
		background: #45b8ff url(assets/img/entry/2x/arrow-submit.png) right 30px center / 12px no-repeat;
	}

	.page-link-box a:hover {
		background: rgba(255, 255, 255, 0.5) url(assets/img/first/arrow.png) right 15px center no-repeat;
	}
}

/*
----------------------------------------
bottom banners
----------------------------------------
*/
.bottom-bnrs {
	padding: 70px 0;
}

.bottom-bnrs .bnrs-wrap {
	justify-content: center;
}

.bottom-bnrs .bnrs-wrap .block-l {
	width: 300px;
}

.bottom-bnrs .bnrs-wrap .block-l a {
	display: block;
	width: 100%;
}

.bottom-bnrs .bnrs-wrap .block-l a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 30%;
}

.bottom-bnrs .bnrs-wrap .block-r {
	max-width: 420px;
	margin-left: 20px;
	align-items: flex-start;
}

.bottom-bnrs .bnrs-wrap a {
	display: block;
	font-size: 0;
}

.bottom-bnrs .bnrs-wrap a + a {
	margin-left: 20px;
}

.bottom-bnrs .bnrs-wrap a:nth-child(2n + 1) {
	margin-left: 0;
}

.bottom-bnrs .bnrs-wrap a:nth-child(n + 3) {
	margin-top: auto;
}

@media screen and (max-width: 1000px) {
	.bottom-bnrs {
		padding: 40px 0 25px;
	}
}

@media screen and (max-width: 768px) {
	.bottom-bnrs .bnrs-wrap {
		max-width: 410px;
	}

	.bottom-bnrs .bnrs-wrap .block-l {
		width: 100%;
	}

	.bottom-bnrs .bnrs-wrap .block-l a {
		margin-bottom: 10px;
	}

	.bottom-bnrs .bnrs-wrap .block-r {
		width: 100%;
		margin-left: 0;
	}

	.bottom-bnrs .bnrs-wrap .block-r a {
		width: calc(50% - 5px);
		max-width: 200px;
		margin-bottom: 10px;
	}

	.bottom-bnrs .bnrs-wrap a + a {
		margin-left: 10px;
	}
}

@media screen and (min-width: 769px) {
	.bottom-bnrs .bnrs-wrap a {
		transition: all 0.2s;
	}

	.bottom-bnrs .bnrs-wrap a:hover {
		opacity: 0.8;
	}
}

/* 20220217Youtube修正 */

.introduction-box .course figure.movie__wrap {
	width: 100%;
	text-align: center;
	/*padding-top: 30px;*/
}

@media screen and (max-width: 769px) {
	.introduction-box .course .info > figure.movie__wrap {
		display: block;
	}
	.movie__wrap iframe {
		width: 100%;
	}
}

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

.curriculum-header {
	text-align: center;
	padding: 70px 0 80px;
	margin-bottom: 50px;
	position: relative;
}

.curriculum-header.ttl-2l {
	margin-bottom: 45px;
}

.curriculum-header .wrap {
	text-align: center;
	position: relative;
	z-index: 99;
}

.curriculum-header .box {
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	border: solid 10px #ccebff;
	padding: 20px;
	position: relative;
}

.curriculum-header.ttl-2l .box {
	padding: 20px 20px 0;
}

.curriculum-header .box::before {
	display: inline-block;
	content: "";
	width: 162px;
	height: 45px;
	background: url(./assets/img/curriculum/2x/binder.png) center center / contain no-repeat;
	position: absolute;
	top: -17px;
	left: calc(50% - 71px);
}

.curriculum-header .box::after {
	display: inline-block;
	content: "";
	width: 117px;
	height: 120px;
	background: url(./assets/img/curriculum/2x/clip.png) center center / contain no-repeat;
	position: absolute;
	right: -7px;
	bottom: -7px;
}

.curriculum-header .box .txt {
	padding: 32px 20px 18px;
	background: url(./assets/img/curriculum/2x/bg-note.png) center center / 637px repeat-y;
}

.curriculum-header.ttl-2l .box .txt {
	padding: 15px 20px;
}

.curriculum-header .sub {
	font-size: 2rem;
	color: #1da1f2;
	letter-spacing: 1.5px;
}

.curriculum-header .sub .en {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: bold;
}

.curriculum-header h1 {
	font-size: 4.2rem;
	line-height: 1.2;
	margin: 2px 0 20px;
}

.curriculum-header.ttl-2l h1 {
	margin: 2px 0 15px;
}

.curriculum-header .check-list li {
	font-size: 2rem;
	letter-spacing: 1.2px;
	margin-bottom: 2px;
}

.curriculum-header .btn {
	position: absolute;
	right: 15px;
	bottom: -125px;
	z-index: 999;
}

.curriculum-header .btn a {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #1da1f2 url(./assets/img/common/2x/arrow-down.png) center bottom 20px / 20px no-repeat;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.3;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding-top: 58px;
	position: relative;
	transition: all 0.2s;
}

.curriculum-header .btn a:before {
	content: "";
	width: 98px;
	height: 69px;
	background: url(./assets/img/curriculum/2x/img-note.png) center center / contain no-repeat;
	position: absolute;
	top: -16px;
	left: calc(50% - 48px);
}

@media screen and (max-width: 1200px) {
	.curriculum-header .box {
		width: 600px;
	}
}

@media screen and (max-width: 1000px) {
	.curriculum-header {
		padding: 35px 0 40px;
	}

	.curriculum-header .box::after {
		width: 78px;
		height: 80px;
	}

	.curriculum-header .btn {
		bottom: -75px;
	}

	.curriculum-header .btn a {
		width: 120px;
		height: 120px;
		padding-top: 42px;
		font-size: 1.5rem;
		background: #1da1f2 url(./assets/img/common/2x/arrow-down.png) center bottom 15px / 20px no-repeat;
	}

	.curriculum-header .btn a:before {
		top: -30px;
	}

	.curriculum-header .box {
		width: 60%;
	}

	.curriculum-header .box .txt {
		padding: 15px 10px !important;
	}

	.curriculum-header h1 {
		font-size: 3.6rem;
	}

	.curriculum-header .check-list li {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.curriculum-header {
		padding: 40px 0 50px;
		margin-bottom: 30px !important;
	}

	.curriculum-header .box {
		width: 100%;
		padding: 5px 0 !important;
		border: solid 5px #ccebff;
	}

	.curriculum-header .box .txt {
		padding: 20px 10px !important;
	}

	.curriculum-header .sub {
		font-size: 1.3rem;
		letter-spacing: 1px;
		line-height: 1.5;
		letter-spacing: 0;
		margin-bottom: 5px;
	}

	.curriculum-header .sub .en {
		font-size: 1.8rem;
	}

	.curriculum-header h1 {
		font-size: 2.3rem;
		margin: 0 0 10px;
	}

	.curriculum-header .box::before {
		width: 82px;
		height: 23px;
		top: -11px;
		left: calc(50% - 39px);
	}

	.curriculum-header .box::after {
		width: 57px;
		height: 58px;
		right: -5px;
		bottom: -4px;
	}

	.curriculum-header .check-list li {
		font-size: 1.5rem;
		background: url(./assets/img/common/2x/icon-check.png) left 8px / 22px no-repeat;
		padding: 4px 0 4px 28px;
	}

	.curriculum-header .btn {
		position: fixed;
		right: 0 !important;
		bottom: 0 !important;
		left: 0;
		background: #383838;
		padding: 5px 8px;
		z-index: 99;
		transition: all 0.6s;
		transform: translateY(110%);
	}

	.curriculum-header .btn.show {
		transform: none;
	}

	.curriculum-header .btn a {
		font-size: 2rem;
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 12px 20px 12px 40px;
		background: #1da1f2 url(./assets/img/common/2x/arrow-down.png) right 22px top 20px / 22px no-repeat;
		letter-spacing: 0.2px;
	}

	.curriculum-header .btn a:before {
		width: 62px;
		height: 46px;
		top: 3px;
		left: 12px;
	}

	.curriculum-header .btn a br {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.curriculum-header .btn a:hover {
		background: #45b8ff url(./assets/img/common/2x/arrow-down.png) center bottom 17px / 20px no-repeat;
	}
}

/* 2024.05.01 */
.form-input-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	width: 100%;
}
.form-input-grid > * {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
}
.form-input-grid > * > div {
	width: 100%;
}
.form-input-grid > * > p {
	flex-shrink: 0;
	font-size: 0.9em;
	width: 35px;
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 769px) {
	.form-input-grid {
		gap: 15px;
	}
	.form-input-grid > * {
		gap: 5px;
		flex-flow: column;
		align-items: flex-start;
	}
	.form-input-grid > * > p {
		width: 100%;
		justify-content: flex-start;
	}
}

.wp-block-image a {
	border-bottom: none !important;
}