@charset "utf-8";
/*
Theme Name: sasakioffice
Version: 1.0.0
*/

@import url('reset.css');

* {
	padding: 0;
	margin: 0;
	outline: none;
	text-align:justify;
}

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

html {
	border: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	color: #fff;
	cursor: default;
  font-family: "Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro","Meiryo",verdana,"Osaka","MS PGothic",Sans-Serif;
  font-weight: 500;
	line-height: 1.6;
	word-wrap: break-word;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}

p {
	line-height: 1.6;
  margin-bottom: 1.5em;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
}
a {overflow:hidden;}
a:link { color: #00949E; text-decoration: none;}
a:visited { color: #00949E; text-decoration: none;}
a:active { color: #00949E; text-decoration: underline; outline: none;}
a:hover { color: #007E66; text-decoration: underline;}
a:focus { -moz-outline-style: none; }

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

a img {
	-webkit-transition:  0.3s ease-out;
	transition:  0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

img {
	max-width:100%;
	width:/***/auto; /* IE8用 */
	height:auto;
  flex-shrink: 0;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	font-size: 18px; font-size: 1.8rem;
	position: relative;
	overflow: hidden;
}

#main {
	clear: both;
	margin: 0 auto;
	position: relative;
  padding-bottom: 140px;
  background: url(../../images/main_bg.png) #46643C no-repeat bottom;
}

/* ========================================================
header
===================================================== */
#header {
  background-color: #fff;
	width: 100%;
	position: relative;
	margin: 0 auto;
  z-index: 99;
}
.header-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	max-width: 1200px;
  width: 100%;
	margin: 0 auto;
	padding: 0 0 0 5%;
  position: relative;
  line-height: 1;
}
.header-logo  {
  line-height: 1;
  width: 55%;
}
.header-logo img {
  width: 430px;
  height: auto;
}
.header-nav {
  width: 45%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left: 1px solid #F18D02;
}
.header-nav__tel {
  width: 340px;
  padding: 0 40px;
}
.header-nav__mail {
  width: 166px;
}
.gnav-list .header-nav {
  display: none;
}

.gnav {
  margin-left: auto;
  margin-right: 0;
}
#gnav-wrap {
  font-size: 16px;font-size: 1.6rem;
  font-weight: 600;
	margin: 0;
  background-color: #F18D02;
}
#gnav-wrap ul.gnav-list {
  display: table;
  margin: 0 auto;
}
#gnav-wrap ul.gnav-list li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #F5AF4E;
  min-height: 80px;
  line-height: 1.3;
}
#gnav-wrap ul.gnav-list li:last-child {
  border-right: 1px solid #F5AF4E;
}
#gnav-wrap ul li a {
	color: #fff;
	display: block;
	padding: 20px 35px;
  text-align: center;
}
#gnav-wrap ul li a:hover {
	color: #F1FF67;
	text-decoration: none;
}
#gnav-wrap ul li ul li {
	display: inline-block;
	position: relative;
	left: 0;
}
#gnav-wrap ul li ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
#gnav-wrap ul li ul li {
	display: block;
}
#gnav-wrap ul li ul li:last-child {
	border-bottom: none;
}
#gnav-wrap ul li ul a {
	display: block;
	font-size: 12px;font-size: 1.2rem;
	color: #fff;
	background: #0093db;
	text-align: left;
	padding: 10px;
}
#gnav-wrap ul li ul a:hover {
	color: #fff;
	background-color: #0b76c0;
}

#gnav-wrap .gnav-list-contact a {
  color: #fff;
  font-size: 22px;font-size: 2.2rem;
  font-weight: 600;
  background-color: #E2007F;
  padding: 0 30px;
  height: 90px;
  vertical-align: middle;
  display: table-cell;
}
#gnav-wrap .gnav-list-contact a:hover {
  color: #fff;
  background-color: #E25BBC;
}
.btn-trigger {
  display: none;
}
#gnav-wrap.open {
  display: block;
}
#gnav-wrap.close {
  display: none;
}
@media screen and (min-width: 801px) {
#gnav-wrap {
    display: block !important;
  }
}
/* ========================================================
footer
===================================================== */
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	padding: 20px 0 20px;
  position: relative;
  text-align: center;
  background-color: #5F3C13;
}
.footer__inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	max-width: 1000px;
  width: 92%;
  margin: 1em auto;
}
.footer-address {
  width: 50%;
  padding-right: 5%;
}
.footer-map {
  width: 50%;
}
.footer-map iframe {
  border-radius: 10px;
}
.footer-address__heading {
  font-size: 24px; font-size: 2.4rem;
  margin-bottom: 1em;
}
.footer-address__info  {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1em;
}
.footer-address__info dt {
  width: 20px;
  margin-right: 5%;
}
.footer-address__info dd {
  border-left: 1px solid #fff;
  padding-left: 5%;
  font-size: 15px; font-size: 1.5rem;
}
.footer-address__info dd a {
  color: #fff;
}
.footer-address--tel {
  font-size: 28px; font-size: 2.8rem;
}
.copyright {
  font-size: 14px; font-size: 1.4rem;
  text-align: center;
}

.page-top {
  background-color: #F18D02;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 18;
  padding: 18px;
}

/* ========================================================
content
===================================================== */
/* ======= home =====================  */
/* main ---------------------------------------- */
.main-img-wrapper {
  width: 100%;
  background-color: #fff;
}
.main-img__inner {
	position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.main-img img {
  width: 100%;
}

/* about ------- */
.col-wrap.col-about {
  position: relative;
}
.col-2.col-about__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23%;
  padding: 0;
}
.col-2.col-about__txt {
  width: 73%;
  padding: 0;
  margin-left: auto;
}
.heading-lv2-about {
  font-size: 34px; font-size: 3.4rem;
  font-weight: 600;
  background-color: #F0D200;
  border-radius: 30px;
  text-align: center;
  color: #000;
  margin-bottom: .5em;
}
.col-about__txt h3 {
  color: #F0D200;
  font-size: 24px; font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.list-about {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 100%;
  margin-top: .5em;
  color: #000;
}
.list-about li {
  width: calc( ( 100% - 60px ) / 3 );
  margin: 0 30px 30px 0;
  list-style: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.list-about li:nth-child(3n){
	margin-right: 0;
}
.list-about li h4 {
  font-size: 20px; font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: .5em;
  padding-bottom: .3em;
}
.list-about li p {
  font-size: 16px; font-size: 1.6rem;
  margin-bottom: 0;
}

/* merit ---------------------------------------- */
.box-merit {
  margin-top: 2em;
}
.lead-merit {
  font-size: 28px; font-size: 2.8rem;
  text-align: center;
  position: relative;
}
.lead-merit__innter {
  display: inline-block;
  text-align: center;
}
.lead-merit::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 127px;
  margin: 20px 20px 0 10px;
  background: url("../../images/merit_2.png") no-repeat;
  background-size: contain;
  vertical-align: top;
}
.lead-merit::after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 127px;
  margin: 20px 0 20px 10px;
  background: url("../../images/merit_3.png") no-repeat;
  background-size: contain;
  vertical-align: top;
}
.lead-merit b {
  font-size: 58px; font-size: 5.8rem;
  color: #F0D200;
  display: block;
  text-align: center;
}
.lead-merit b .txt-s {
  font-size: 70%;
}
.haeding-merit {
  font-size: 34px;
  font-size: 3.4rem;
  background-color: #F0D200;
  border-radius: 5px;
  text-align: center;
  color: #4E693A;
  margin-bottom: .5em;
  font-family: 'Abril Fatface', cursive;
}
.haeding-merit span {
  font-size: 20px;
  font-size: 2.0rem;
  margin-right: 10px;
}

.heading-lv3.heading-lv3-merit {
  text-align: left;
  border-bottom: 1px solid #fff;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.col-merit .txt-yellow {
  font-size: 135%;
  color: #F1CF00;
}
.col-2.col-merit__img {
  width: 24%;
  padding: 2% 4%;
  text-align: center;
}
.col-2.col-merit__img img {
  width: 80%
}
.col-2.col-merit__txt {
  width: 76%;
  padding: 1% 0 1% 2%;
}

/* course ---------------------------------------- */
.lead-course {
  font-size: 28px; font-size: 2.8rem;
  text-align: center;
  position: relative;
}
.course-heading-lv2 {
  display: inline-block;
  text-align: center;
  background-image: url(../../images/course_2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 1.5em;
  margin-bottom: 2em;
}
.lead-course__txtl {
  font-size: 180%;
}
.col-wrap.col-course .col-2 {
  width: calc((100% - 50px)/2);
  margin: 0 50px 50px 0;
  padding: 0;
}
.col-wrap.col-course .col-2:nth-child(2n) {
  margin-right: 0;
}
.course-heading-lv3 {
  font-size: 26px; font-size: 2.6rem;
  text-align: center;
  background-color: #9EDA41;
  border-radius: 30px;
  color: #000;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 1em;
}
.course-heading-lv4 {
  font-size: 38px; font-size: 3.8rem;
  text-align: center;
  margin-bottom: .5em;
}
.course-800w {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.course-flow {
  font-size: 20px; font-size: 2.0rem;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 2em;
  position: relative;
}
.course-flow::before {
  content: "";
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -44px;
  margin-left: -7px;
}
.course-flow.course-flow--last::before {
  content: none;
}
.course-flow p {
  margin-bottom: 0;
}
.course-flow__number {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #000;
  font-weight: 500;
}
.course-flow__number dt {
  position: relative;
  height: 100%;
  background-color: #86D111;
  color: #000;
  padding: 2px 15px;
  border-radius: 30px;
  margin-right: 1em;
  min-width: 5em;
  text-align: center;
}
.course-flow--1 {
  background-color: #fff;
}
.course-flow--2 {
  background-color: #E7F6CF;
  border-top: #E7F6CF;
}
.course-flow--3 {
  background-color: #CFEDA0;
  border-color: #CFEDA0;
}
.course-flow--4 {
  background-color: #B6E370;
  border-color: #B6E370;
}
.course-flow--5 {
  background-color: #9EDA41;
  border-color: #9EDA41;
}
.course-flow--6 {
  background-color: #86D111;
  border-color: #86D111;
}
.course-flow--4 .course-flow__number dt,
.course-flow--5 .course-flow__number dt,
.course-flow--6 .course-flow__number dt {
  background-color: #fff;
}

.col-wrap.col-course-ex {
  margin-top: 80px;
}
.col-wrap.col-course-ex .col-2 {
  width: calc((100% - 50px)/2);
  margin: 0 50px 25px 0;
  padding: 0;
}
.col-wrap.col-course-ex .col-2:nth-child(2n) {
  margin-right: 0;
}
.col-course-ex__head {
  margin-bottom: 20px;
  max-width: 400px;
  width: 100%;
}
.col-course-ex-circle {
  background-color: #0080C8;
  border-radius: 5px;
  padding: 50px 120px;
}

/* contact ---------------------------------------- */
.heading-lv1.heading-lv1-contact {
  padding: .5em 0 0;
  letter-spacing: .1em;
  display: table;
  margin: 0 auto 1.5em;
  border-bottom: 1px solid #E4007F;
}
.heading-lv1-contact img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.lead-contact {
  font-size: 26px; font-size: 2.6rem;
  text-align: center;
}

/* qa ---------------------------------------- */
.lead-qa {
  font-size: 28px; font-size: 2.8rem;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.section_qa {
  display: inline-block;
  text-align: center;
  background-image: url(../../images/qa_2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3% 0;
  width: 100%;
}
.section_qa p {
  font-size: 22px; font-size: 2.2rem;
  text-align: center;
  margin-bottom: .5em;
}
.col-wrap.col-qa .col-2 {
  border: 1px solid #fff;
  border-radius: 5px;
  width: calc((100% - 35px)/2);
  margin: 0 35px 35px 0;
  padding: 20px;
}
.col-wrap.col-qa .col-2:nth-child(2n) {
  margin-right: 0;
}
.col-qa__q {
  border-bottom: 1px dashed #fff;
  margin-bottom: 1em;
  min-height: 12em;
  position: relative;
}
.col-qa__a {
  position: relative;
}
.col-qa__q__inner,
.col-qa__a__inner {
  margin-left: 3.5em;
  margin-bottom: 1em;
}
.col-qa__q__inner::before {
  content: "Q";
  font-size: 62px; font-size: 6.2rem;
  font-family: 'Abril Fatface', cursive;
  color: #F0D200;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}
.col-qa__a__inner::before {
  content: "A";
  font-size: 62px; font-size: 6.2rem;
  font-family: 'Abril Fatface', cursive;
  color: #EDB2D8;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}
.col-qa p {
  font-size: 16px; font-size: 1.6rem;
}
.heading-lv2.heading-lv2-qa--q {
  font-size: 20px; font-size: 2.0rem;
  margin-bottom: 1em;
  color: #F0D200;
  text-align: left;
}
.heading-lv2.heading-lv2-qa--a {
  font-size: 20px; font-size: 2.0rem;
  margin-bottom: 1em;
  color: #EDB2D8;
  text-align: left;
}

/* online ---------------------------------------- */
.section-online {
  background-color: #fff;
}
.section-online__inner {
  background: url(../../images/online_3.jpg) no-repeat right bottom;
  background-size: contain;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.heading-lv2-online {
  max-width: 480px;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 20px;
}
.heading-lv2-online {
  max-width: 480px;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 20px;
}
.section-online p {
  color: #000;
  max-width: 480px;
  width: 100%;
}
.img_online {
  max-width: 480px;
  width: 100%;
  margin-bottom: 40px;
}

/* profile ---------------------------------------- */
.col-wrap.col-profile .col-2 {
  width: 33%;
  margin: 0 3% 35px 0;
  padding: 2% 0;
}
.col-wrap.col-profile .col-2:nth-child(2n) {
  margin-right: 0;
  width: 64%;
}
.heading-lv3.heading-lv3-profile {
  text-align: left;
  margin-bottom: .6em;
}
.img-profile {
  margin-bottom: 40px;
}
.consuls-support {
  margin-bottom: 40px;
  display: flex;
}
.consuls-support .area-img {
  width: 50%;
}
.consuls-support .area-text {
  width: 50%;
}
.consuls-support .area-text .inner {
  padding: 0 0 0 50px;
}
.consuls-support .area-text .inner h3 {
  text-align: center;
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.consuls-support .area-text .inner p {
  font-size: 20px;
  margin-bottom: 40px
}
.consuls-support .area-text .inner .btn {
  text-align: center
}
.consuls-support .area-text .inner .btn a {
  background: #eb645a;
  border-radius: 30px;
  padding: 3px 20px;
  color: #fff;
  font-size: 16px;
}
.consuls-support .area-text .inner .btn a:hover {
  opacity: .8;
  text-decoration: none
}
.consuls-support .area-text .inner .btn a::after {
  content: '';
  display: inline-block;
  left: 4px;
  box-sizing: border-box;
  width: 10px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 11px solid #fff;
  margin-left: 10px;
}
@media only screen and (max-width: 800px) {
.consuls-support {
  margin-bottom: 40px;
  display: inherit;
}
.consuls-support .area-img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.consuls-support .area-text {
  width: 100%;
}
.consuls-support .area-text .inner {
  padding: 0 0 0 0;
}
.consuls-support .area-text .inner h3 {
  font-size: 28px;
}
.consuls-support .area-text .inner p {
  font-size: 16px;
}
}
@media only screen and (max-width: 800px) {
.consuls-support .area-text .inner h3 {
  font-size: 19px;
}
}
/* ======= company =====================  */
.page-ttl-inner {
  background: url(../compnay/images/ttl_bg.jpg) no-repeat center center;
  height: 316px;
  position: relative;
}
.page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 90%;
  font-size: 42px; font-size: 4.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .1em;
}
.page-ttl span {
  font-size: 18px; font-size: 1.8rem;
  color: #E2007F;
  display: block;
  text-align: center;
  letter-spacing: .2em;
} 
.w-800 {
  max-width: 800px;
  margin: 0 auto;
}
.col-company .col-2 {
  padding: 3% 2%;
  text-align: center;
}


/* ========================================================
common
===================================================== */
.section {
	padding: 60px 0;
}
.section__inner {
	max-width: 1000px;
  width: 90%;
	margin: 0 auto;
}


.order-1 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.order-2 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}

/* heading ---------------------------------------- */
.heading-lv1 {
  font-size: 42px; font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  padding: .5em 0 .5em;
  letter-spacing: .05em
}
@media all and (-ms-high-contrast: none) {
  .heading-lv1 {
    line-height: 1.8;
  }
}
.heading-lv1-img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.heading-lv1-2 {
  font-size: 38px; font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 .1em 0;
  letter-spacing: .2em;
  border-bottom: 5px solid #00949E;
  margin: 0 auto 1em;
  display: table;
}

.heading-lv2 {
  font-size: 34px; font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

.heading-lv3 {
  font-size: 32px; font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

/* btn ---------------------------------------- */
.btn-contact {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background-color: #fff;
  border-radius: 5px;
}
.btn-contact__img {
  width: 50%;
}
.btn-contact__img img {
  border-radius: 5px 0 0 5px;
}
.btn-contact__tel {
  width: 50%;
  padding: 30px 50px;
}
.btn-contact__tel-tel {
  margin-bottom: 30px;
}

.btn-1 {
  margin: 2em auto;
  text-align: center;
}
.btn-1 a {
  background-color: #E4007F;
  border-radius: 50px;
  color: #fff;
  font-size: 42px; font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.2;
  display: inline-block;
  padding: 15px 1em;
  text-align: center;
  position: relative;
}
.btn-1 a:hover {
  opacity: .7;
  text-decoration: none;
}


/* col ---------------------------------------- */
.col-wrap {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col-wrap.col-wrap-left {
	justify-content: left;
}
.col-1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5%;
}
.col-2 {
	width: 50%;
	padding: 3% 6%;
}
.col-3 {
	width: calc((100% / 3) - .01px);
	padding: 2% 5%;
}
.col-4 {
	width: 25%;
	padding: 15px;
}
.col-5 {
	width: 20%;
	padding: 10px;
}

.col-2.img-r-p0 {
  padding-right: 0;
}
.col-2.img-l-p0 {
  padding-left: 0;
}

/* table ---------------------------------------- */
.table-1 {
  border-top: 1px solid #C6C6C6;
	margin-bottom: 40px;
	width: 100%;
}
.table-1 th {
	border-bottom: 1px solid #C6C6C6;
	font-weight: normal;
	padding: 20px 40px 20px 20px;
	text-align: right;
	vertical-align: top;
	background-color: #F7F8F8;
}
.table-1 td {
	border-bottom: 1px solid #C6C6C6;
	padding: 20px 10px 20px 40px;
}

/* list ---------------------------------------- */
.list-1 {
	font-size: 16px; font-size: 1.6rem;
	list-style: disc;
  line-height: 1.4;
  margin-top: .5em;
}
.list-1 li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: baseline;
  margin-bottom: .8em;
}
.list-1 li:before {
  content: "ー";
  margin-right: 5px;
}

/* etc  ---------------------------------------- */
.mar-btm0 {margin-bottom: 0!important;}
.mar-btm5 {margin-bottom: 5px!important;}
.mar-btm10 {margin-bottom: 10px!important;}
.mar-btm20 {margin-bottom: 20px!important;}
.mar-btm30 {margin-bottom: 30px!important;}
.mar-btm40 {margin-bottom: 40px!important;}
.mar-btm50 {margin-bottom: 50px!important;}
.mar-btm60 {margin-bottom: 60px!important;}
.mar-btm80 {margin-bottom: 80px!important;}

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

.right {
	text-align: right;
}

.left {
	text-align: left;
}

figure img {
	margin-bottom: 10px;
}
figure figcaption {
	font-size: 14px; font-size: 1.4rem;
  line-height: 1.3;
}

.imgRight {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}
.imgLeft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.imgCenetr {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.txt-red {
	color: #C00;
}
.txt-pink {
  color: #E3007F;
}
.txt-yellow {
  color: #F1CF00;
}

.marker-pink {
  background: linear-gradient(transparent 80%, #F2DFE8 0%);
}

.txt-s {font-size: 14px; font-size: 1.4rem;}
.txt-l {font-size: 20px; font-size: 2.0rem;}
.txt-b {font-weight: 700;}

.nowrap {
	white-space: nowrap;
}
.nowrap2 {
	white-space: nowrap;
}

iframe[src^="http://www.youtube.com/"],
iframe[src^="https://www.youtube.com/"],
iframe[src^="https://www.google.com/maps/"]  {
  max-width: 100%;
}

.br-sp {
  display: none;
}

.pc-show {
  display: block!important;
}
.sp-show {
  display: none!important;
}

@media only screen and (max-width: 1050px) {
.header-inner {
  padding: 0 0 0 15px;
}
.header-logo img {
  width: 330px;
}
#gnav-wrap ul li a {
  padding: 20px 20px;
}
}

@media only screen and (max-width: 960px) {
#main {
  background-size: contain;
}

#gnav-wrap {
  font-size: 14px;font-size: 1.4rem;
}
#gnav-wrap ul li a {
  padding: 20px 20px;
}
.heading-lv2-about {
  font-size: 28px;font-size: 2.8rem;
}
.list-about li h4 {
  font-size: 16px;font-size: 1.6rem;
}
.lead-merit b {
  font-size: 48px;font-size: 4.8rem;
}
.heading-lv3 {
  font-size: 28px;font-size: 2.8rem;
}
.course-heading-lv4 {
  font-size: 32px;font-size: 3.2rem;
}
}

@media only screen and (max-width: 800px) {
.header-nav {
  display: none;
}
.col-2.col-about__img {
  display: none;
}
.col-2.col-about__txt {
  width: 100%;
}

.lead-merit::before,
.lead-merit::after {
  display: none;
}

.col-course-ex-circle {
  padding: 50px 50px;
}


/*=============================
.gnav-wrap
=============================*/
#gnav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  line-height: 0;
}
.gnav-list {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 80px;
}
#gnav-wrap ul.gnav-list li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #F5AF4E;
  border-left: none;
  min-height: auto;
}
#gnav-wrap ul.gnav-list li a {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 20px;
}
#gnav-wrap ul.gnav-list li.gnav-list__about br {
  display: none;
}
#gnav-wrap ul.gnav-list li.gnav-list__contact {
  background-color: #fff;
  padding: 0;
  border-right: 0;
}
.gnav-list .header-nav {
  display: flex;
  border: none;
  width: 100%;
}
.header-nav__tel {
  width: 70%;
  padding: 0px 10%;
}
.header-nav__mail {
  width: 30%;
  background-color: #F0D200;
}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  display: block;
  cursor: pointer;
}
/*メニューボタンのエフェクト*/
.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.btn-trigger {
  z-index: 20;
  position: relative;
  width: 40px;
  height: 30px;
  margin: 0 20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F18D02;
  border-radius: 4px;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 13px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

#header {
  position: fixed;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .08);
  top: 0;
  height: 70px;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-contact {
  display: none;
}

.header-logo {
  z-index: 100;
  padding: 10px 0;
  line-height: 1;
  width: 100%;
}
.header-logo img {
  width: 250px;
}
.is-fixed {
  height: 100%;
  overflow: hidden;
}

.section {
  padding: 50px 0;
}

#main {
  padding-top: 70px;
}

.col-3 {
  width: calc((94% / 3) - .01px);
  margin: 0 1%;
}

.pc-show {
  display: none!important;
}
.sp-show {
  display: block!important;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}

.col-2 {
	width: 100%;
  padding: 2% 0;
}
.col-3 {
	width: 90%;
  padding: 2% 0;
}
.col3-warp .col-3 {
	padding: 4%;
}
.col3-warp .col-3:nth-child(1) {
	padding: 4%;
}
.col3-warp .col-3:nth-child(3) {
	padding: 4%;
}

.col-3:nth-child(1),
.col-3:nth-child(3),
.col-3 {
  margin: 0 0 20px;
}

/* table */
.table-1 {
	font-size: 13px; font-size: 1.3rem;
}
.table-1 th {
	padding: 10px 10px 10px 10px;
  text-align: left;
  width: 25%;
}
.table-1 td {
	padding: 10px 10px 10px 10px;
}

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

.header-inner {
  line-height: 0;
}

.heading-lv1 {
  font-size: 32px;
  font-size: 3.2rem;
}
.col-5 {
  width: 50%;
  padding: 3%;
}


}

@media only screen and (max-width: 640px) {
#wrapper {
	font-size: 15x; font-size: 1.5rem;
}
.list-about li h4 {
  font-size: 21px;font-size: 2.1rem;
}
.list-about {
  display: block;
}
.list-about li {
  width: 100%;
  margin: 0 0 30px 0;
}
.heading-lv2-about {
  font-size: 20px;font-size: 2.0rem;
  padding: 5px 0;
}
.lead-merit b {
  font-size: 36px;font-size: 3.6rem;
}
.lead-merit {
  font-size: 22px;font-size: 2.2rem;
}
.col-2.col-merit__img {
  padding: 2% 2% 0 0;
}
.heading-lv3 {
  font-size: 19px;font-size: 1.9rem;
}
.col-merit .txt-yellow {
  font-size: 118%;
}
.haeding-merit {
  font-size: 28px;font-size: 2.8rem;
}
.lead-course {
  font-size: 24px;font-size: 2.4rem;
}
.course-heading-lv4 {
  font-size: 24px;font-size: 2.4rem;
}
.course-heading-lv3 {
  font-size: 22px;font-size: 2.2rem;
}
.course-flow__number {
  font-size: 13px;font-size: 1.3rem;
}
.course-flow__number dt {
  padding: 2px 10px;
  min-width: 4em;
}
.lead-qa {
  font-size: 24px;font-size: 2.4rem;
}
.section_qa p {
  font-size: 16px;font-size: 1.6rem;
}
.heading-lv2.heading-lv2-qa--q {
  font-size: 15px;font-size: 1.5rem;
}
.heading-lv2.heading-lv2-qa--a {
  font-size: 14px;font-size: 1.4rem;
}
.col-qa p {
  font-size: 14px;font-size: 1.4rem;
}

.order-1 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.order-2 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

.btn-contact {
  display: block;
  border-radius: 10px;
}
.btn-contact__img {
  width: 100%;
}
.btn-contact__tel {
  width: 100%;
  padding: 40px 80px;
}
.btn-contact__img img {
    border-radius: 10px 10px 0 0;
}

.col-wrap.col-course .col-2 {
  width: 90%;
  margin: 0 auto 30px auto;
}
.col-wrap.col-course .col-2:nth-child(2n) {
  margin-right: auto;
}

.course-heading-lv2 {
  line-height: 1.2;
}

.col-wrap.col-course-ex .col-2 {
  width: 100%;
  margin: 0 0 25px 0;
}
.col-course-ex__head {
  margin: 0 auto 20px auto;
}
.col-course-ex-circle {
  background-color: transparent;
  padding: 0;
}

.section_qa {
  background-image: none;
}
.col-wrap.col-qa .col-2 {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 20px 20px 0;
}
.col-qa__q {
  min-height: auto;
}
.col-qa__q__inner::before,
.col-qa__a__inner::before {
  font-size: 52px;font-size: 5.2rem;
}

.section-online {
  width: 90%;
  margin: 0 auto;
}
.section-online__inner {
  background: none;
  padding-left: 0;
}
.heading-lv2-online {
  max-width: 100%;
  padding: 10% 10% 0;
}
.section-online p {
  max-width: 100%;
  padding: 0 10%;
}
.img_online {
  max-width: 100%;
  padding: 0 10%;
}

.col-wrap.col-profile .col-2 {
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0;
}
.col-wrap.col-profile .col-2:nth-child(2n) {
  width: 100%;
}
.heading-lv3.heading-lv3-profile {
  text-align: center;
  margin-bottom: 1em;
}

.footer__inner {
    display: block;
}
.footer-address {
width: 80%;
    padding-right: 5%;
    margin: 0 auto 30px;
}
.footer-map {
    width: 100%;
}
.footer-address__heading {
  text-align: center;
}


.heading-lv1 {
  font-size: 26px;
  font-size: 2.6rem;
}
.heading-lv2 {
  font-size: 22px;
  font-size: 2.2rem;
}

}

@media only screen and (max-width: 390px) {
.heading-lv2-about {
  font-size: 18px;font-size: 1.8rem;
}
.lead-merit b {
  font-size: 34px;font-size: 3.4rem;
}

.heading-lv2 {
  font-size: 20px;
  font-size: 2.0rem;
}
.heading-lv1 {
  font-size: 21px;
  font-size: 2.1rem;
}

}