/* CSS Document */

*, *: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;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
  -webkit-appearance: none;
}

a {
  color: #7db9e7;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  display: block;
}

#backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 25px;
  right: 25px;
}

#backToTop a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  background-color: #47c79d;
}

/*--------------------------------
　全体
---------------------------------*/

h1 img {
	margin: 0 auto;
}


/*--------------------------------
  グロナビ
---------------------------------*/

#globalnavi ul,
#globalnavi li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#globalnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#globalnavi li {
  display: flex;
  align-items: center;
  align-content: center;
    background: linear-gradient(#1C6DC7, #1644A8);
    border-right: 1px solid #fff;
  width: 20%;
  text-align: center;
  position: relative;/* ADD */
  word-break: break-all;/* ADD */
  padding-top: 10px;
}

#globalnavi li.end {
  display: flex;
  align-items: center;
  align-content: center;
  background: linear-gradient(#1C6DC7, #1644A8);
  border-right: none;
  width: 20%;
  text-align: center;
  position: relative;/* ADD */
  word-break: break-all;/* ADD */
  padding-top: 10px;
}

#globalnavi li a {
  width: 100%;
  text-decoration: none;
  padding: 0 0 10px 0;;
  z-index: 0;/* ADD */
  font-size: 12px;
  color: #fff;
  line-height: 1.4em;
}

#globalnavi li a::before {/* ADD */
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}
#globalnavi li a:hover::before,/* ADD */
#globalnavi li a:hover {
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}



/*--------------------------------
　MV
---------------------------------*/
@media screen and (max-width: 375px) {
h1.mainvisual {
  background-color: #b8dcfd;
}
}

@media screen and (min-width: 701px) {
h1.mainvisual {
  background: url(../img/clouds-bluesky.jpg) no-repeat;
  background-position: 50% 50%;
}
}

@media screen and (min-width: 701px) {
h1.mainvisual img {
  width: 42%;
}
}

/*--------------------------------
　お問い合わせ
---------------------------------*/

.otoiawase {
	background-color: #FFF8E8;
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (min-width: 701px) {
.otoiawase {
  margin: 0 auto;
  width: 100%;
  background-color: #FFF8E8;
  text-align: center;
  padding-bottom: 20px;
}
}

.otoiawase p.otoiawase_subttl {
	font-size: 15px;
	font-weight: bold;
}

.otoiawase p.otoiawase_time {
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

@media screen and (min-width: 701px) {
.otoiawase .freedial {
	margin: 10px auto 0 auto;
	background-color: #fff;
	width: 500px;
	padding: 15px 0;
}
}

@media screen and (max-width: 375px) {
.otoiawase .freedial {
	margin: 10px auto 0 auto;
	background-color: #fff;
	width: 90%;
	padding: 10px 0;
}
}

@media screen and (min-width: 701px) {
.otoiawase .freedial p.number {
  background: url(../img/sp_icon.png) no-repeat left 24% top 40% / 5%;
	font-size: 25px;
	font-weight: bold;
  color: #E30057;
  text-decoration:none;
}
}

@media screen and (max-width: 375px) {
.otoiawase .freedial p.number {
  background: url(../img/sp_icon.png) no-repeat left 12% top 40% / 7%;
	font-size: 25px;
	font-weight: bold;
  color: #E30057;
  text-decoration:none;
}
}

@media screen and (max-width: 320px){
.otoiawase .freedial p.number {
  background: url(../img/sp_icon.png) no-repeat left 7% top 40% / 7%;
	font-size: 25px;
	font-weight: bold;
  color: #E30057;
  text-decoration:none;
}
}

.otoiawase .freedial p.number a {
  color: #E30057;
}

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

@media only screen and (max-width: 375px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media screen and (max-width: 375px) {
.otoiawase a.btn-otoiawase {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/arrow_white.gif) no-repeat right 6% bottom 50% / 4%, linear-gradient(#FF8DB4, #FF3C80);
  box-shadow: 0px 4px 0px rgba(204,83,125, 0.3);
  margin: 20px auto 10px auto;
  text-align: center;
  width: 90%;
  text-shadow: 1px 1px 0px #333;
}
.otoiawase a.btn-otoiawase-mail {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/mail_white.png) no-repeat right 6% bottom 50% / 6%, linear-gradient(#FF8DB4, #FF3C80);
  box-shadow: 0px 4px 0px rgba(204,83,125, 0.3);
  margin: 20px auto 10px auto;
  text-align: center;
  width: 90%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (min-width: 701px) {
.otoiawase a.btn-otoiawase {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/arrow_white.gif) no-repeat right 4% bottom 50% / 3%, linear-gradient(#FF8DB4, #FF3C80);  
  box-shadow: 0px 4px 0px rgba(204,83,125, 0.3);
  margin: 20px auto 10px auto;
  text-align: center;
  width: 500px;
  text-shadow: 1px 1px 0px #333;
}
.otoiawase a.btn-otoiawase-mail {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/mail_white.png) no-repeat right 4% bottom 50% / 6%, linear-gradient(#FF8DB4, #FF3C80);  
  box-shadow: 0px 4px 0px rgba(204,83,125, 0.3);
  margin: 20px auto 10px auto;
  text-align: center;
  width: 500px;
  text-shadow: 1px 1px 0px #333;
}
	
}



/*--------------------------------
  内定できる３つの理由
---------------------------------*/
@media screen and (max-width: 375px) {
.ThreeReasons {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left -12% bottom 50% / 36%, linear-gradient(#1C6DC7, #1644A8);
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (min-width: 701px) {
.ThreeReasons {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 34% bottom 50% / 13%, linear-gradient(#1C6DC7, #1644A8);  
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}
@media screen and (max-width: 375px) {
.reason {
  width: 90%;
  margin: 0 auto 50px auto ;
}
}

@media screen and (min-width: 701px) {
.reason {
  margin: 0 auto 50px auto ;
  width: 500px;
}
}

@media screen and (max-width: 375px) {
.reason h3.reason-titlle01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../img/maru1.png) no-repeat;
  background-size: 15%;
  padding-left: 18%;
  margin-bottom: 15px;
}
}

@media screen and (min-width: 701px) {
.reason h3.reason-titlle01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  background: url(../img/maru1.png) no-repeat;
  background-size: 8%;
  padding: 1% 0 0 10%;
  margin-bottom: 15px;
  height: 40px;
}
}

@media screen and (max-width: 375px) {
.reason h3.reason-titlle02 {
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../img/maru2.png) no-repeat;
  background-size: 15%;
  padding-left: 18%;
  margin-bottom: 15px;
}
}

@media screen and (min-width: 701px) {
.reason h3.reason-titlle02 {
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  background: url(../img/maru2.png) no-repeat;
  background-size: 8%;
  padding: 1% 0 0 10%;
  margin-bottom: 15px;
  height: 40px;
}
}

@media screen and (max-width: 375px) {
.reason h3.reason-titlle03 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../img/maru3.png) no-repeat;
  background-size: 15%;
  padding-left: 18%;
  margin-bottom: 15px;
}
}

@media screen and (min-width: 701px) {
.reason h3.reason-titlle03 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  background: url(../img/maru3.png) no-repeat;
  background-size: 8%;
  padding: 1% 0 0 10%;
  margin-bottom: 15px;
  height: 40px;
}
}

.reason img {
	margin-bottom: 10px;
}

p.content-text {
	font-size: 16px;
	line-height: 1.8em;
}

p.content-text span.space {
	margin-top: 0;
	padding: 0;
}

p.content-text_center {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1C6DC7;
}

/*--------------------------------
  コース紹介
---------------------------------*/
.Course {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 13% bottom 50% / 36%, linear-gradient(#1C6DC7, #1644A8);  
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}

@media screen and (min-width: 701px) {
.Course {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 41% bottom 50% / 13%, linear-gradient(#1C6DC7, #1644A8);  
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (max-width: 375px) {
.course-introduction {
	background-color: #E8EFFF;
	width: 100%;
	padding: 20px 0 50px 0;
	border-top: 1px solid #1C6DC7;
}
}

@media screen and (min-width: 701px) {
.course-introduction {
  background-color: #E8EFFF;
  padding: 20px 0 50px 0;
  border-top: 1px solid #1C6DC7;
  margin: 0 auto ;
  width: 100%;
}
}

.course-introduction p.course-name {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #1C6DC7;
  text-shadow: 1px 1px 0px #666;
}

.course-introduction h3.course-name {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #1C6DC7;
  text-shadow: 1px 1px 0px #666;
}

@media screen and (max-width: 375px) {
.course-introduction img {
	margin: 0 auto 10px auto;
	width: 90%;
}
}

@media screen and (min-width: 701px) {
.course-introduction img {
  margin: 0 auto 10px auto;
  width: 500px;
}
}

@media screen and (max-width: 375px) {
p.content-text_course {
	margin: 0 auto 10px auto;
	width: 90%;
	font-size: 16px;
	line-height: 1.8em;
}
}

@media screen and (min-width: 701px) {
p.content-text_course {
  margin: 0 auto 10px auto;
  width: 500px;
  font-size: 16px;
  line-height: 1.8em;
}
}

/*--------------------------------
　講師紹介
---------------------------------*/
@media screen and (max-width: 375px) {
.Instructor {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 17% bottom 50% / 36%, linear-gradient(#1C6DC7, #1644A8);
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (min-width: 701px) {
.Instructor {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 42% bottom 50% / 13%, linear-gradient(#1C6DC7, #1644A8);
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (max-width: 375px) {
p.instructor_plofile img.plofile {
	margin: 30px auto 20px auto;
	width: 75%;
}
}

@media screen and (min-width: 701px) {
p.instructor_plofile img.plofile {
  margin: 30px auto 20px auto;
  width: 22%;
}
}

h3.instructor_plofile {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 375px) {
p.content-text_instructor {
	padding: 13px  20px;
	background-color: #FFFCE3;
	margin: 0 auto 50px auto;
	width: 90%;
	font-size: 16px;
	line-height: 1.8em;
}
}

@media screen and (min-width: 701px) {
p.content-text_instructor {
  padding: 13px  20px;
  background-color: #FFFCE3;
  margin: 0 auto 50px auto;
  width: 500px;
  font-size: 16px;
  line-height: 1.8em;
}
}


/*--------------------------------
 トグルコンテンツ　講師紹介
---------------------------------*/
@media screen and (max-width: 375px) {
  .instructor_qanda {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
}

@media all and (min-width: 701px) {
.instructor_qanda {
  width: 500px;
  margin: auto;
  margin-bottom: 20px;
 }
}

@media screen and (max-width: 375px) {
.instructor_qanda_end {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}
}

@media all and (min-width: 701px) {
.instructor_qanda_end {
  width: 500px;
  margin: auto;
  margin-bottom: 50px;
}
}


.instructor_qanda_b {
  margin: auto;
  margin-bottom: 60px;
}


.toggle_wrap {
}

@media screen and (max-width: 375px) {
.toggle_switch {
		border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  background: url(../img/qqq.gif) no-repeat left 6% bottom 50% / 7%, linear-gradient(#426BB5, #6385C4);
}
}

@media all and (min-width: 701px) {
.toggle_switch {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  background: url(../img/qqq.gif) no-repeat left 4% bottom 50% / 5%, linear-gradient(#426BB5, #6385C4);
}
}


.toggle_switch h4.text {
	padding: 0 45px 0 60px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
}
.toggle_switch.open {
		border-radius: 10px 10px 0 0;
}
.toggle_switch:hover {
}
.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../img/plus.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  background: url(../img/minus.svg) no-repeat center center;
  background-size: 60%;
  transform: rotateZ(180deg);
  top: 46%;
}

/*----- 見出しが１行の場合 -----*/
@media screen and (max-width: 375px) {
.toggle_switch_1line {
		border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 28px 0;
  background: url(../img/qqq.gif) no-repeat left 6% bottom 50% / 7%, linear-gradient(#426BB5, #6385C4);
}
}

@media all and (min-width: 701px) {
.toggle_switch_1line {
    border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 28px 0;
  background: url(../img/qqq.gif) no-repeat left 4% bottom 50% / 5%, linear-gradient(#426BB5, #6385C4);
}
}

.toggle_switch_1line h4.text {
	padding: 0 45px 0 60px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
}
.toggle_switch_1line.open {
		border-radius: 10px 10px 0 0;
}
.toggle_switch_1line:hover {
}
.toggle_switch_1line::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../img/plus.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform .2s;
}
.toggle_switch_1line.open::after {
  background: url(../img/minus.svg) no-repeat center center;
  background-size: 60%;
  transform: rotateZ(180deg);
  top: 46%;
}


.toggle_contents {
	background-color: #6385C4;
		border-radius:0 0 10px 10px;
  display: none;
  padding: 0 15px 15px 15px;
}

.toggle_contents div.txt_area {
	background-color: #fff;
    padding: 15px;
}

.toggle_contents div.txt_area p.content_txt {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.toggle_contents div.txt_area p.content_txt_end {
    font-size: 16px;
    line-height: 1.8em;
}

.toggle_contents div.txt_area img.photo {
	max-width: 100%;
    margin-bottom: 20px;
}

.toggle_contents p.OOdeshita {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 7px;
}

.toggle_contents p.kaisetsu {
    font-size: 16px;
    line-height: 1.6em;
}

/* トグルメニュー
------------------------------------------------- */
.sample2 {
  width: 1000px;
  margin: auto;
}
.menu-trigger {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}




/*--------------------------------
　内定者の声
---------------------------------*/
@media screen and (max-width: 375px) {
.Offerer {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 12% bottom 50% / 36%, linear-gradient(#1C6DC7, #1644A8);
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (min-width: 701px) {
.Offerer {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 40% bottom 50% / 13%, linear-gradient(#1C6DC7, #1644A8);
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

@media screen and (max-width: 375px) {
h3.offerer_subtitle img.subtitle {
	margin: 10px auto 0 auto;
	width: 90%;
}
}

@media screen and (min-width: 701px) {
h3.offerer_subtitle img.subtitle {
  margin: 10px auto 0 auto;
  width: 500px;
}
}

@media screen and (max-width: 375px) {
p.offerer_plofile img.plofile {
	margin: 0 auto 20px auto;
	width: 75%;
}
}

@media screen and (min-width: 701px) {
p.offerer_plofile img.plofile {
  margin: 0 auto 20px auto;
  width: 22%;
}
}

p.offerer_plofile {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

p.content-text_offerer {
	padding: 13px  20px;
	background-color: #FFFCE3;
	margin: 0 auto 50px auto;
	width: 90%;
	font-size: 16px;
	line-height: 1.8em;
}

/*-- 表組 -----------------------*/
@media screen and (max-width: 375px) {
  table.offerer_career{
  width: 90%;
  margin: 0 auto 50px auto;
  border-collapse: collapse;
}
}

@media screen and (min-width: 701px) {
  table.offerer_career{
  width: 500px;
  margin: 0 auto 50px auto;
  border-collapse: collapse;
}
}

table.offerer_career tr{
  background-color: #FFF7FA;
}

table.offerer_career tr:last-child *{
  border-bottom: none;
}

table.offerer_career th{
	width: 35%;
  text-align: left;
  border: solid 3px #fff;
  color: #111;
  padding: 15px 20px;
  font-weight: normal;
}

table.offerer_career td{
	width: 65%;
  text-align: left;
  border: solid 3px #fff;
  color: #111;
  padding: 10px 20px;
}

/*--------------------------------
 トグルコンテンツ　内定者の声
---------------------------------*/
@media screen and (max-width: 375px) {
.offerer_qanda {
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}
}

@media all and (min-width: 701px) {
    .offerer_qanda {
  width: 500px;
  margin: auto;
  margin-bottom: 20px;
    }
}

@media screen and (max-width: 375px) {
  .offerer_qanda_end {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}
}

@media all and (min-width: 701px) {
  .offerer_qanda_end {
  width: 500px;
  margin: auto;
  margin-bottom: 50px;
}
}

.offerer_qanda_b {
  margin: auto;
  margin-bottom: 60px;
}


.toggle_wrap {
}

@media screen and (max-width: 375px) {
.toggle_switch_offerer {
		border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  background: url(../img/qqq.gif) no-repeat left 6% bottom 50% / 7%, linear-gradient(#E36C83, #F49BAC);
}
}

@media all and (min-width: 701px) {
.toggle_switch_offerer {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 15px 0;
  background: url(../img/qqq.gif) no-repeat left 4% bottom 50% / 5%, linear-gradient(#E36C83, #F49BAC);
}
}

.toggle_switch_offerer h4.text {
	padding: 0 45px 0 60px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
}
.toggle_switch_offerer.open {
		border-radius: 10px 10px 0 0;
}
.toggle_switch_offerer:hover {
}
.toggle_switch_offerer::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../img/plus.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform .2s;
}
.toggle_switch_offerer.open::after {
  background: url(../img/minus.svg) no-repeat center center;
  background-size: 60%;
  transform: rotateZ(180deg);
  top: 46%;
}

/*----- 見出しが１行の場合 -----*/
@media screen and (max-width: 375px) {
.toggle_switch_1line_offerer {
	border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 28px 0;
  background: url(../img/qqq.gif) no-repeat left 6% bottom 50% / 7%, linear-gradient(#E36C83, #F49BAC);
}
}

@media all and (min-width: 701px) {
.toggle_switch_1line_offerer {
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  padding: 28px 0;
  background: url(../img/qqq.gif) no-repeat left 4% bottom 50% / 5%, linear-gradient(#E36C83, #F49BAC);
}
}

.toggle_switch_1line_offerer h4.text {
	padding: 0 45px 0 60px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
}
.toggle_switch_1line_offerer.open {
		border-radius: 10px 10px 0 0;
}
.toggle_switch_1line_offerer:hover {
}
.toggle_switch_1line_offerer::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../img/plus.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: transform .2s;
}
.toggle_switch_1line_offerer.open::after {
  background: url(../img/minus.svg) no-repeat center center;
  background-size: 60%;
  transform: rotateZ(180deg);
  top: 46%;
}


.toggle_contents_offerer {
	background-color: #F49BAC;
		border-radius:0 0 10px 10px;
  display: none;
  padding: 0 15px 15px 15px;
}

.toggle_contents_offerer div.txt_area {
	background-color: #fff;
    padding: 15px;
}

.toggle_contents_offerer div.txt_area p.content_txt {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.toggle_contents_offerer div.txt_area p.content_txt_end {
    font-size: 16px;
    line-height: 1.8em;
}

.toggle_contents_offerer div.txt_area img.photo {
	max-width: 100%;
    margin-bottom: 20px;
}

.toggle_contents_offerer p.OOdeshita {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 7px;
}

.toggle_contents_offerer p.kaisetsu {
    font-size: 16px;
    line-height: 1.6em;
}

/* トグルメニュー
------------------------------------------------- */
.sample2 {
  width: 1000px;
  margin: auto;
}
.menu-trigger {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}


/*--------------------------------
　アクセス
---------------------------------*/
.Access {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 17% bottom 50% / 36%, linear-gradient(#1C6DC7, #1644A8);
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}

@media screen and (min-width: 701px) {
.Access {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url(../img/plane_icon.svg) no-repeat left 42% bottom 50% / 13%, linear-gradient(#1C6DC7, #1644A8);  
  text-align: center;
  width: 100%;
  text-shadow: 1px 1px 0px #333;
}
}

.access_background {
	background-color: #F8F8F8;
}

@media screen and (max-width: 375px) {
h3.school-name {
	margin: 0 20px 20px 20px;
	padding-top:20px; 
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}
}

@media screen and (min-width: 701px) {
h3.school-name {
  width: 500px;
  margin: 0 auto 20px auto;
  padding-top:20px; 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}
}

p.school-name span.second-line {
	font-size: 15px;
	font-weight: bold;
}

@media screen and (max-width: 375px) {
.access-images {
	margin: 0 auto 50px auto;
	width: 90%;
}
}

@media screen and (min-width: 701px) {
.access-images {
  margin: 0 auto 50px auto;
  width: 500px;
}
}

.access-images img.pohoto {
	margin-bottom: 10px;
}

@media screen and (max-width: 375px) {
.GoogleMaps {
	width: 91%;
	margin: 0 auto 10px auto;
	border : solid 1px #ccc;;
}
}

@media screen and (min-width: 701px) {
.GoogleMaps {
  width: 500px;
  margin: 0 auto 10px auto;
  border : solid 1px #ccc;;
}
}

iframe {
	vertical-align: bottom;
}

@media screen and (max-width: 375px) {
p.content-text_access {
	margin: 0 auto;
	padding-bottom: 25px;
	width: 90%;
	font-size: 16px;
	line-height: 1.8em;
}
}

@media screen and (min-width: 701px) {
p.content-text_access {
  margin: 0 auto;
  padding-bottom: 25px;
  width: 500px;
  font-size: 16px;
  line-height: 1.8em;
}
}



/*--------------------------------
  Footer
---------------------------------*/
@media screen and (min-width: 700px) {
footer p.logo img.footer_logo {
	margin: 25px auto ;
	max-width: 25%;
}
}

@media screen and (max-width: 375px) {
footer p.logo img.footer_logo {
	margin: 25px auto ;
	max-width: 70%;
}
}

/*media Queries 750
----------------------------------------------------*/

@media screen and (max-width: 750px) {
  ｝

