@charset "UTF-8";

html{
	font-size: min(62.5%, 0.8771929vw);
}
:root{
	--spacing: .05em;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	letter-spacing: var(--spacing);
	font-feature-settings: "palt";
}
body{
	font-family: "Noto Sans JP", 'Zen Kaku Gothic New', YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
/*
	color: #131313;
*/
	color: #434343;
	position: relative;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background: #f5f8fa;

}

.en{
	font-family: 'Outfit', 'Zen Kaku Gothic New', YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	--spacing: .1em;
	font-weight: 400;
}
.mincho{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.block{
	display: block;
}

/* +++background+++ */
.bg-gray{
	background: #f5f8fa;
}
.bg-black{
	background: #222;
}
.bg-white{
	background: #fff;
}
.bg-gradient-sky{
	background: linear-gradient(90deg, #05baf0 0%, #0090d4 100%);
}
.bg-gradient-blue{
	background: linear-gradient(90deg, #0352b9 0%, #00a0e9 100%);
}

.bg-green{
	background: #009d80;
}
.text-green,
.text-green *{
	color: #009d80;
}
/* +++ text color +++ */
.text-white,
.text-white *{
	color: #fff !important;
}
.text-gray,
.text-gray *{
	color: #eee !important;
}
.text-red,
.textred *{
	color: #d71010 !important;
}

.entry_end{
	filter: grayscale(100%);
}
main{
	display: block;
}
img{
	border:none;
	-webkit-backface-visibility: hidden;
}
ul,ol{
	list-style: none;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #131313;
	transition: .3s all ease;
}
p{
	line-height: 2;
	font-size: 1.6rem;
}

.logo *,
.pic img{
	display: block;
	width: 100%;
}

table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.outer{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.5vw;
	padding-right: 2.5vw;
	width: 100%;
}
.inner{
	max-width: 114rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a{
	transition: .3s all ease;
}
.parag{
	line-height: 2.25;
	letter-spacing: .1em;
}

.pic img,
.pic picture,
.pic source,
.pic a{
	display: block;
	width: 100%;
}
.pic img{
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
input,
select,
textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	font-family: 'Outfit', 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.5rem;
}

/*+++ .zoom-animation +++*/
.zoom-animation{
	transition: .5s all ease;
	box-shadow: 0 0 2.4rem rgba(0,0,0,.2);
}
.zoom-animation:hover{
	transform: scale(1.05);
	box-shadow: 0 0 4.8rem rgba(0,0,0,.08);
}

/* +++gradient+++ */
.bg-blue-gradient{
	background: linear-gradient(90deg, #00a0e9 0%, #0352b9 100%);
}

/* +++text-align: center;+++ */
.text-center{
	text-align: center;
}

/* +++border+++ */
.border-top_gray{
	border-top: 1px solid #eee;
}
.border_gray{
	border: 1px solid #eee;
}

/* +++++++++block+++++++++ */
.block{
	display: block;
}

/* +++++++++flex+++++++++ */
.flex{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex_all_center{
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.s-between{
	justify-content: space-between;
}
.a-items_center{
	align-items: center;
}
.a-items_end{
	align-items: flex-end;
}
.jc_center{
	justify-content: center;
}
.a-items_stretch{
	align-items: stretch;
}
.column{
	flex-direction: column;
}
.flex_end{
	display: flex !important;
	justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex_space-between,
.flex_s_between{
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pic-area{
	position: relative;
}
/* +++++++++font-weight+++++++++ */
.normal,
.normal *{
	font-weight: 400;
}
.bold,
.bold *{
	font-weight: 700;
}
.medium,
.medium *{
	font-weight: 500;
}
.thin,
.thin *{
	font-weight: 100;
}
.light,
.light *{
	font-weight: 300;
}
.italic{
	font-style: italic;
}
/* +++見出し+++ */
.sec-title02{
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 1em;
}
.sec-title02 .slide-up{
	display: block;
	transform: translateY(1.5em);
}
.sec-title01{
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 1.6em;
}
.sec-title01:before,
.sec-title01 .en{
	content: attr(data-en);
	display: block;
	font-size: 50%;
	font-family: 'Outfit', 'Zen Kaku Gothic New', YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.sec-title01 .slide-up{
	
}
/* +++++++++input, button select appearance reset+++++++++ */
input,
button, 
select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
}

/* +++++++++header+++++++++ */
#header{
	padding-top: 4rem;
	transition: .6s all ease;
	width: 100%;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 99999;
	padding-bottom: 2rem;
}
#header::after {
	content: "";
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	transform: translateY(100%);
	transition: transform 1.2s cubic-bezier(0.85, 0, 0.3, 1);
	z-index: -1;
	pointer-events: none;
}
#header.scrolled{
	padding-top: 2rem;
	background: #fff;
}
#header .inner{
	height: 100%;
	max-width: calc(100% - 24rem);
}
#header .logo{
	font-size: 1.2rem;
}
#header .logo img{
	width: 17rem;
	margin-right: 1em;
}
#header .logo,
#header .course-title {
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: left center;
}
#header .link-icon {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
#header.opened .logo,
#header.opened .course-title {
  transform: translateX(-6rem);
  opacity: 0;
  pointer-events: none !important;
}
#header.opened .link-icon {
  opacity: 0;
  pointer-events: none !important;
}
#header.closing .logo,
#header.closing .course-title {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
#header.closing .link-icon {
  opacity: 1;
  pointer-events: auto;
}
.site-title{
	font-size: 1.2rem;
	text-align: center;
	font-weight: 400;
	height: 2.5rem;
	line-height: 1.25;
	border-bottom: 1px solid #efefef;
}
#menu-button{
	cursor: pointer;
	position: absolute;
	right: 2.5vw;
	top: 5.5rem;
	outline: none;
	z-index: 9999;
}
#header h2.course-title{
	font-size: 1.8rem;
	margin-top: 1.5rem;
}

@media screen and (max-width: 1280px){
	#header .inner{
		max-width: calc(100% - 12rem);
	}
}
.bars{
	position: relative;
	z-index: 9999;
	width: 3rem;
	height: 3rem;
	margin-left: 1.2rem;
}
.bars span{
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s all ease;
}
.bars span:nth-of-type(1){
	transform: translateY(-.6rem);
}
.bars span:nth-of-type(3){
	transform: translateY(.6rem);
}

.opened .bars span:nth-of-type(1){
	transform: translateY(0) rotate(30deg);
}
.opened .bars span:nth-of-type(3){
	transform: translateY(0) rotate(-30deg);
}
.opened .bars span:nth-of-type(2){
	transform: translateX(25%);
	opacity: 0;
}

#menu-button .en .text01{
	opacity: 1;
	visibility: visible;
	position: relative;
	left: auto;
	top: auto;
}	
#menu-button .en .text02{
	opacity: 0;
	bisibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.opened #menu-button .en .text01{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}	
.opened #menu-button .en .text02{
	opacity: 1;
	bisibility: visible;
	position: relative;
	left: auto;
	top: auto;
}
.link-icon {
	position: absolute;
	right: 8.5vw;
	top: 5.5rem;
}
.link-icon a {
	display: block;
	padding: .8rem 1.3rem;
	width: fit-content;
	height: auto;
	background-color: #f85084;
	font-size: 1.1rem;
	color: #fff;
	border-radius: 15px;
}
.link-icon a:hover {
	background-color: rgba(248, 80, 132, 0.7);
}

/* +++++++++global-navi+++++++++ */
nav{
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	padding-top: 8rem;
	padding-bottom: 4.8rem;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	transition: .3s opacity ease;
}
.opened nav{
	opacity: 1;
	transition-delay: .3s;
}
nav:before{
	content: "";
	display: block;
	width: 100vw;
	height: calc(100vh + 2.5rem);
	position: fixed;
	left: 0;
	top: -2.5rem;
	background: #fff;
	transition: .6s transform ease;
	transform: scaleY(0);
	transform-origin: center top;
}
.opened nav:before{
	transform: scaleY(1);
	transform-origin: center bottom;
}
#header .global-navi.inner{
	visibility: hidden;
	opacity: 0;
	transition: .5s opacity ease;
	transition-delay: 0;
	height: auto;
	overflow: auto;
}
#header.opened .global-navi.inner{
	visibility: visible;
	opacity: 1;
	transition-delay: .8s;
}
#header.opened .global-navi li a::before {
  animation: slideDownEn 0.4s ease-out forwards;
  animation-delay: 0.8s;
}
#header.opened .global-navi li a span {
  animation: slideDownJp 0.4s ease-out forwards;
  animation-delay: 1s;
	width: fit-content;
	position: relative;
	padding-bottom: 1.5rem;
}
#header .global-navi li a span{
	display: block;
	width: 100% !important;
}
#header .global-navi li a span:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	bottom: -1.8rem;
	transition: .3s transform ease;
	transform: scaleX(1);
	transform-origin: left top;
}
#header .global-navi li a:hover span:before{
	transform: scaleX(0);
	transform-origin: right top;
}
#header .global-navi li a:hover{
	color: #009d80;
}
#header.opened::after {
	transform: translateY(0);
	transition: transform 1.2s cubic-bezier(0.85, 0, 0.3, 1);
}
#header.closing .global-navi li a::before,
#header.closing .global-navi li a span {
  animation: fadeOutFixed 0.8s ease-out forwards;
}
#header.closing::after {
	transform: translateY(-100%);
	transition: transform 0.8s cubic-bezier(0.55, 0, 0.3, 1);
}
#header.resetting::after {
	transition: none !important;
	transform: translateY(100%) !important;
}
.global-navi li{
	width: calc(50% - 1.25vw);
	font-size: 2.2rem;
	margin-bottom: 1.8rem;
	margin-top: 1.8rem;
}
.global-navi li a{
	display: block;
	position: relative;
	padding-bottom: 1.8rem;
	padding-top: 1.8rem;
/*
	border-bottom: 1px solid #eee;
*/
}
.global-navi li a:after{
	content: "";
	display: block;
	width: .7em;
	position: absolute;
	right: 1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/arrow-black01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transition: .3s all ease;
}
.global-navi li a:hover:after{
	right: 0;
}
.global-navi li a:before{
	content: attr(data-en);
	font-size: 63.636363%;
	display: block;
	margin-bottom: 1.2em;
	font-family: 'Outfit', 'Zen Kaku Gothic New', YuGothic, 游ゴシック, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	--spacing: .1em;
	font-weight: 400;
}
.global-navi li a::before,
.global-navi li a span {
  display: block;
  opacity: 0;
  transform: translateY(-100%);
}

@keyframes fadeOutFixed {
  0% {
		opacity: 1;
		transform: none;
	}
  100% {
		opacity: 0;
		transform: none;
	}
}
@keyframes slideDownEn {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slideDownJp {
	0% {
		transform: translateY(-40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* +++++++ #main-contents +++++++ */


/* +++++++ .sec ++++++++ */
.sec{
	padding-top: 12rem;
	padding-bottom: 12rem;
}

/* +++++++ #key-visual +++++++ */
#key-visual{
	height: 27rem;
	margin-bottom: 2.4rem;
	position: relative;
	color: #fff;
}
#key-visual:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ff5707d6;
	opacity: .6;
	z-index: 2;
}
#key-visual .page-title{
	font-size: 3.6rem !important;
	line-height: 1;
	position: relative;
	z-index: 9;
}
#key-visual .en{
	font-weight: 300;
	font-size: 50%;
	margin-bottom: .75em;
	line-height: .75;
}

.mv-slide{
	font-size: 6rem;
	font-weight: 700;
	white-space: nowrap;
	height: 1em;
	margin: auto;
	justify-content: flex-start;
	flex-wrap: nowrap;
	z-index: 1;
	overflow: hidden;
	transition: 1.2s opacity ease;
	opacity: .15;
	color: #434343 !important;
}
#key-visual .mv-slide{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.mv-slide div{
	animation-name: mv-slide;
	animation-duration: 60s;
	animation-delay: -30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	padding: 0 .5em;
	transition: .5s all ease;
}
.mv-slide div:nth-of-type(2){
	animation-name: mv-slide02;
	animation-duration: 60s;
	animation-delay: 0s;
}

@keyframes mv-slide{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}

@keyframes mv-slide02{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-200%);
	}
}

/* +++++++ .bread-crumbs +++++++ */
.bread-crumbs li{
	font-size: 1.3rem;
	padding-bottom: 2.4rem;
}
.bread-crumbs li:not(:last-of-type):after{
	content: "/";
	display: inline-block;
	margin: 0 1.5em;
}
.bread-crumbs li a{
	font-weight: 500;
	position: relative;
}
.bread-crumbs li a:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -.25em;
	left: 0;
	transition: .3s transform ease;
	background: #222;
	transform: scaleX(0);
	transform-origin: right top;
}
.bread-crumbs li a:hover:after{
	transform-origin: left top;
	transform: scaleX(1);
}

/* +++++++ #contact-area +++++++ */
#contact-area{
	padding-block: 12rem;
	overflow: hidden;
}
#contact-area:before{
	content: "";
	display: block;
	width: 110%;
	height: 100%;
	position: absolute;
	left: -5%;
	top: 0;
	bottom: 0;
	background: #ff5707d6;
	z-index: 1;
	transition: .5s transform, .5s opacity ease;
	transform: skew(-15deg, 0) scale(0, 1);
	transform-origin: center;
	opacity: 0;
}
#contact-area:hover:before{
	transform: skew(-15deg, 0) scale(1.1, 1);
	opacity: 0.6;
}
#contact-area p{
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: .1em;
	position: relative;
	z-index: 9;
}
#contact-area .button01{
	animation-name: button-scale;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: liear;
	animation-direction: alternate;
	position: relative;
	z-index: 9;
	margin-top: 2.2rem;
}
@keyframes button-scale{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}

.text-slide{
	font-size: 7.6388vw;
	font-weight: 500;
	--spacing: 0.2em;
	white-space: nowrap;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 7.6388vw;
	margin: auto;
	justify-content: flex-start;
	flex-wrap: nowrap;
	z-index: 2;
}
.text-slide .en{
	animation-name: text-slide;
	animation-duration: 74s;
	animation-delay: -37s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	padding: 0 .5em;
	transition: .5s all ease;
}
.text-slide .en:nth-of-type(2){
	animation-name: text-slide02;
	animation-duration: 74s;
	animation-delay: 0s;
}

#contact-area:hover .text-gray *{
	color: #fff !important;
}

@keyframes text-slide{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}

@keyframes text-slide02{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-200%);
	}
}

/* +++++++ #footer +++++++ */
#footer{
	background: #222;
	color: #fff;
	padding-block: 4.8rem;
}
#footer .logo a{
	margin: 2.4rem auto;
	width: fit-content;
}
#footer .logo img{
	width: 14rem;
	display: block;
	margin: auto;
}
#footer .logo h2{
	font-size: 1.4rem;
	text-align: center;
	margin: 1em 0;
}
#copyright{
	position: absolute;
	left: 0;
	bottom: 12rem;
	font-size: 1rem;
	letter-spacing: .05em;
}
#footer a{
	color: #fff;
}
.sitemap{
	font-size: 87.5%;
	padding-bottom: 4.6rem;
	/*border-bottom: 1px solid #555;*/
}
.sitemap a{
	display: block;
	padding-bottom: .75em;
	position: relative;
	line-height: 1.35;
}
.sitemap a:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: .3s transform ease;
	transform: scaleX(0);	
	transform-origin: right top;
}
.sitemap a:hover:after{
	transform: scaleX(1);	
	transform-origin: left top;
}
.f-address {
	display: flex;
	font-size: 1.4rem;
	line-height: 1.8;
	flex-wrap: wrap;
	--spacing: .07em;
}
.f-address .base {
	width: 50%;
	padding: 1.5rem 4rem;
	border-left: .1rem solid #555;
	margin: 0 0 2rem;
}
.f-address .base:last-child {
	margin: 0;
}
.f-address .base p {
	line-height: normal;
}
.f-address .base dl {
	font-size: 1.2rem;
}
.f-address h4 {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.tel-access {
	padding-bottom: 1rem;
	font-size: 1.2rem;
}
.f-infomation {
	font-size: 14px;
	display: flex;
	align-items: flex-end;
}
.f-txt {
	font-size: 80%;
	padding-bottom: 1rem;
}
.map-link {
	text-decoration: underline;
	display: flex;
	align-items: center;
	margin-left: 1.5em;
}
.map-link:after {
	content: "";
	display: block;
	width: 1rem;
	height: 1.4rem;
	background: url(../images/footer-icon01.svg) no-repeat;
	background-size: 100% auto;
	margin-left: .5em;
}
#copyrights{
	margin-top: 3.6rem;
	text-align: center;
	font-size: 1.2rem;
	width: 100%;
	display: block;
}

/* +++++++ .button01 +++++++ */
.button01{
	width: 31rem;
	height: 5rem;
	border-radius: 2.5rem;
	border: 1px solid #222;
	position: relative;
	font-size: 1.5rem;
	margin: 4.8rem auto 0;
	overflow: hidden;
}
.button01.long{
	width: 45rem;
}
.button01 span{
	position: relative;
	z-index: 9;
}
.button01:after{
	content: "";
	display: block;
	width: .8em;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	background: url(../images/arrow-black01.svg) no-repeat;
	background-size: 100% auto;
	background-position: center;
	z-index: 9;
}
.button01.bg-black:after{
	background-image: url(../images/arrow-white01.svg);
}
.button01:not(.bg-black):before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #222;
	transform: scale(0,1) skew(-15deg, 0);
	transition: .5s all ease;
	transform-origin: left top;
}
.button01:not(.bg-black):hover:before{
	transform: scale(1.5,1) skew(-15deg, 0);
}
.button01:not(.bg-black):hover{
	color: #fff !important;
}
.button01:not(.bg-black):hover:after{
	background-image: url(../images/arrow-white01.svg);
}

/* +++++++ .pager +++++++ */





/* ++++++++++++++++++++++++++ */
/* ++++++++smartPhone+++++ */
/* ++++++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	html{
		font-size: 2.666vw; // 375pxの時に10px相当
	}
	body{
		font-size: 1.4rem;
	}
	.outer{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.inner{
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	input, select, textarea{
		font-size: 1.4rem;
	}
	p{
		font-size: 1.4rem;
		line-height: 1.75;
	}

/* +++++++ .button01 +++++++ */
	.button01{
		width: 29.5rem;
		height: 4.5rem;
		border-radius: 2.3rem;
		font-size: 1.4rem;
	}

/* +++++++++header+++++++++ */
	#header{
		height: 10rem;
		padding-block: 0;
		padding-top: 1.2rem;
		position: sticky;
		left: 0;
		top: 0;
		background: #fff;
	}
	#header.scrolled{
		padding-top: 1.2rem;
	}
	#header .inner{
		height: 100%;
		max-width: 100%;
	}

	#header .logo img{
		width: 11rem;
	}
	#header h2.course-title{
		font-size: 1.3rem;
		margin-top: 1.0rem;
		letter-spacing: .025em;
	}
	#menu-button{
		top: 2.5rem;
		right: 2rem;
	}
	.bars{
		position: relative;
		z-index: 9999;
		width: 2.4rem;
		height: 2.4rem;
		margin-left: .8rem;
	}
.button01.long{
	width: auto;
	padding-left:1em;
	padding-right:1em;
}
.button01:after{
	display:none;
}
	.link-icon {
		position: absolute;
		left: 2rem;
		top: 7rem;
	}
	.link-icon a {
		padding: .6rem 1rem;
		font-size: .8rem;
	}

/* +++++++++global-navi+++++++++ */
	nav{

		width: 100vw;
		padding-top: calc(8.5rem - 1.5em);
	}
	.global-navi li{
		width: 100%;
		font-size: 1.8rem;
		margin-bottom: 0;
		margin-top: 0;
	}
	.global-navi li:nth-child(1) { order: 8; } /* ホーム */
	.global-navi li:nth-child(2) { order: 1; } /* 職業訓練紹介 */
	.global-navi li:nth-child(3) { order: 7; } /* お知らせ */
	.global-navi li:nth-child(4) { order: 2; } /* 授業と教材の特徴 */
	.global-navi li:nth-child(5) { order: 6; } /* 説明会のご予約 */
	.global-navi li:nth-child(6) { order: 3; } /* アフターフォロー */
	.global-navi li:nth-child(7) { order: 4; } /* 卒業生作品 */
	.global-navi li:nth-child(8) { order: 5; } /* 受講生の声 */
	.global-navi li a{
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
/* +++++++ #contact-area +++++++ */
	#contact-area{
		padding-block: 6rem;
	}

	#contact-area p{
		font-size: 1.7rem;
		letter-spacing: .05em;
	}
	#contact-area .button01{
		animation-name: button-scale;
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-timing-function: liear;
		animation-direction: alternate;
		position: relative;
		z-index: 9;
		margin-top: 2.4rem;
	}

	.text-slide{
		font-size: 7.5rem;
		height: 1em;
		z-index: 2;
		top: 0;
	}

/* +++++++ #footer +++++++ */
	#footer{
		padding-top: 4.8rem;
		padding-bottom: 2.4rem;
	}
	#footer .logo a{
		margin: 2rem auto;
	}
	#footer .logo img{
		width: 12rem;
	}
	#footer .logo h2{
		font-size: 1.3rem;
		margin: 1em 0;
	}
	.sitemap{
		font-size: 1.4rem;
		padding-bottom: 0;
	}
	#footer .sitemap>li{
		width: 50%;
		text-align: center;
		padding-bottom: 2.4rem;
	}
	.f-address {
		flex-direction: column;
	}
	.f-address .base {
		width: 100%;
		padding: 1.5rem 0;
		border-left: none;
		border-top: .1rem solid #555;
		margin: 0;
	}
	.f-address .base:last-child {
		border-bottom: .1rem solid #555;
	}
	.f-address .base dl {
		font-size: 1rem;
	}
	.f-txt {
		font-size: 60%;
	}
	#copyrights{
		margin-top: 2.4rem;
		font-size: 1.1rem;
	}

/* +++++++ .sec ++++++++ */
	.sec{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

/* +++++++ #key-visual +++++++ */
	#key-visual{
		height: 16rem;
		margin-bottom: 1.8rem;
	}
	#key-visual .page-title{
		font-size: 2.4rem !important;
	}
	.mv-slide{
		font-size: 4rem;
	}

/* +++++++ .bread-crumbs +++++++ */
	.bread-crumbs li{
		font-size: 1.2rem;
		padding-bottom: 1.8rem;
	}
	.bread-crumbs li:not(:last-of-type):after{
		margin: 0 .75em;
	}

/* +++見出し+++ */
	.sec-title02{
		font-size: 1.7rem;
		line-height: 1.75;
		margin-bottom: 1em;
	}
	.sec-title01{
		font-size: 2.2rem;
		line-height: 1.5;
		margin-bottom: 1.6em;
	}

}

@media screen and (min-width: 769px){
	.pc-none{
		display: none !important;
	}
	.pc-event-none{
		pointer-events: none;
	}
}
@media screen and (max-width: 768px){
	.sp-none{
		display: none !important;
	}
}
