@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*---------------------------------------------------
フォント設定
----------------------------------------------------*/

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-Regular.woff2") format("woff2"),
     url("../fonts/notosansjp/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-Medium.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-Bold.woff2") format("woff2"),
    url("../fonts/notosansjp/NotoSansJP-Bold.woff") format("woff");
}



/*----------------------------------------------------
カラー設定
----------------------------------------------------*/

:root {
  --key-color: #303C5B;
  --dkbl: #1F273A;/*dark blue = copyright背景*/
  --bk: #222;/*black*/
  --dbl: #002B6E;/*deep blue*/
  --br: #C95F5F;/*brown*/
  --owh: #F8F5F1;/*off white*/
  --wh: #FFF;/*white*/
  --dbg: #2F3C5B;/*dark blue gray*/
  --rd: #F00;/*red*/
  --gra-bl: linear-gradient(to bottom, #3861BE, #457BBD);/*gradation-blue*/
  --gra-or: linear-gradient(to bottom, #FF9737, #F64A4A);/*gradation-orange*/

  --oc-link-color: #0d6efd;
	--oc-primary-color: #233b68;
	
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;
}

.hidden {
  display: none;
}


/*---------------------------------------------------
OC Modal Style
----------------------------------------------------*/

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-link-color);
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
/* .text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
} */

.text-bg-top .caption h1,
.text-bg-top .caption h2 {
  color: #fff;
	font-size: 3rem;
	letter-spacing: 16px;
  text-align: center;
  font-family: "zen-old-mincho", sans-serif;
  }

  @media only screen and (min-width: 750px) {
    .text-bg-top .caption h1,
    .text-bg-top .caption h2 {
		font-size: 4rem;
	  }
  }

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */



/*---------------------------------------------------
初期設定
----------------------------------------------------*/

*{box-sizing: border-box;}

html { font-size: 62.5%; }
body { font-size: 16px; font-size: 1.6rem; } 

body {
  min-width: 320px; /* スマホの横幅最小値を指定*/
  line-height: 1.8;
  color: var(--key-color);
  font-family: 'NotoSansJP';
  font-weight: 400;  
  font-style: normal;

}

/* 見出し用フォント設定 */
.heading400 {
  font-family: "zen-old-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.heading500 {
  font-family: "zen-old-mincho", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.heading700 {
  font-family: "zen-old-mincho", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.heading900 {
  font-family: "zen-old-mincho", sans-serif;
  font-style: normal;
  font-weight: 900;
}

/* 親要素の高さ100% に */
html,body{height:100%;}

/* 画像の拡大縮小*/
img {
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
  border:none;
}

.clear{clear:both;}
/*clearfix*/
.clearfix {zoom: 1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------------
全ページ共通
----------------------------------------------------*/
#wrapper{overflow:hidden;}

.inner{
  max-width: 119.5rem;/*コンテンツ幅1145px*/
  margin: 0 auto;
  padding: 0 2.5rem;
}

.spNpcB{display:none;}
.spBpcN{display:block;}
.sp374{display:none;}

/*　-------------
リンク
----------------*/
a{
  color: var(--key-color);
  text-decoration:none;
}
a:hover{opacity:0.7;}
a:focus, *:focus {outline:none;}



/*　-------------
ボタン設定
----------------*/

.btn-pc-header-tel {
  width: 18rem;
  height: 5rem;
  background: var(--gra-bl);
}
.btn-pc-header-contact {
  width: 15rem;
  height: 5rem;
  background: var(--gra-or);
}
.btn-pc-header-top-tel {
  width: 20rem;
  height: 5rem;
  background: var(--gra-bl);
}
.btn-pc-header-top-contact {
  width: 21.5rem;
  height: 5rem;
  background: var(--gra-or);
}
.btn-sp-header-tel {
  width: 6rem;
  height: 6rem;
  background: var(--gra-bl);
}
.btn-sp-header-contact {
  width: 6rem;
  height: 6rem;
  background: var(--gra-or);
}

.btn-pc-submit {
  width: 40rem;
  height: 9.4rem;
  background: var(--gra-or);
}
.btn-sp-submit {
  width: 32.5rem;
  height: 7rem;
  background: var(--gra-or);
}

/* コンテンツ用 ボタン ---------- */
.common-btn-wrap{
  width: 16rem;
  height: 5rem;
  line-height: 5rem;
  margin: 0 auto;
}
.common-btn a {
  display: block;
  padding-left: 3rem;
  border-radius: 2.5rem;
  margin: 0 auto;
  position: relative;
}
.common-btn a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.6rem;
  background: url(../img/common-btn-icon-wh.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
}
.common-btn.btn-wh a {
  color: var(--wh);
  border: 1px var(--wh) solid;
}
.common-btn.btn-keycolor a {
  color: var(--key-color);
  border: 1px var(--key-color) solid;
}
.common-btn.btn-keycolor a::after {
  background-image: url(../img/common-btn-icon-key.svg)
}


/* br改行 調整
------------------------ */
.spNpcB1000{
  display: none;
}
.spBpcN1000{
  display: block;
}

.spNpcB1200{
  display: none;
}
.spBpcN1200{
  display: block;
}


/* ぱんくず SP
------------------------ */
.breadcrumbs{
  padding: 0 0 0 1rem;
  background: rgba(47,60,91,0.2); 
}
.breadcrumbs ul li{
  display: inline;
  padding: 0 1rem 0 0;
  font-size: 1.2rem;
}
.breadcrumbs ul li:first-child{
  padding: 0 0 0 1.5rem;
  background: url(../img/breadcrumbs_icon.svg) no-repeat left 4px;
  background-size: 9px;
}
.breadcrumbs ul li:first-child a{
  text-decoration: underline;
}
.breadcrumbs ul li::after{
  content: " > ";
}
.breadcrumbs ul li:last-child::after{
  content: "";  
}

/* h2見出し SP
------------------------ */
h2.common-note-h2{
  line-height: 1.5;
  font-size: 3rem;
}
h2.common-note-h2 span{
  display: block;
  text-align: center;
  padding: 0 0 1.5rem;
}
h2.common-note-h2 span img{
  display: block;
  height: 2.8rem;
}
h2.common-note-h2 span.tt-centr img{
  width: 100%;
  text-align: center;
}


/* よくある質問 SP
------------------------ */
.common-qa{
  max-width: 70rem;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}
.common-qa p.common-qa-ttl{
  margin: 0 0 1.5rem;
  padding: 0 3rem;
  text-align: center;
  font-size: 2rem;  
  background-image: url("../img/common-ill-left.svg"), url("../img/common-ill-right.svg");
  background-repeat: no-repeat,no-repeat;
  background-size: 25px,25px;
  background-position: left bottom, right bottom;
}

/* よくある質問 ボタン幅 SP */
.common-qa-btn{
  display: block;
  width: 23rem;
  height: 5rem;
  line-height: 5rem;
  margin: 0 auto;
}
.common-qa-btn a {
  display: block;
  padding-left: 3rem;
  border-radius: 2.5rem;
  color: var(--key-color);;
  border: 1px var(--key-color) solid;
  position: relative;
}
.common-qa-btn a::after {
  display: block;
  content: “”;
  width: 0.6rem;
  height: 1.6rem;
  background: url(../img/common-btn-icon-key.svg) no-repeat center center;
  background-size: 100%;  
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translateY(-50%);
}


/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  /* 改行 TB
  ------------------------ */
  .spNpcB{
    display:block;
  }
  .spBpcN{
    display:none;
  }

  /* PCのみtelリンク無効
  ------------------------ */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }


  /* コンテンツ用ボタン TB
  ------------------------ */
  .common-btn-wrap{
    width: 15.3rem;
    height: 4.4rem;
    line-height: 4.4rem;
  }
  .common-btn a {
    padding-left: 2.5rem;
    margin: 0;
  }


  /* h2見出し TB
  ------------------------ */
  h2.common-note-h2{
    font-size: 4rem;
  }
  h2.common-note-h2 span img{
    height: 4.2rem;
  }

}

/*----------------------------------------------------
PC 1000
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

  .spNpcB1000{
    display: block;
  }
  .spBpcN1000{
    display: none;
  }

}

/*----------------------------------------------------
PC 1200
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {

  .spNpcB1200{
    display: block;
  }
  .spBpcN1200{
    display: none;
  }


  /* よくある質問 1200
  ------------------------ */
  .common-qa{
    max-width: 114rem;
    padding: 6.6rem 0;
  }
  .common-qa p.common-qa-ttl{
    padding: 0 6rem;
    font-size: 3.5rem;  
    background-size: 55px,55px;
  }

  /* よくある質問 ボタン幅 SP */
  /* .common-qa-btn{
    display: none;
  } */


}





/*----------------------------------------------------
header .sp-header
----------------------------------------------------*/

.sp-header-shadow {
  height: 6rem;
  width: 100%;
  background: var(--wh);
  box-shadow: 0 0.3rem 1rem 0 #f5f5f5;
  position: fixed;
  top: 0;
  left: 0
}
.sp-header {
  height: 6rem;
  width: 100%;
  background: var(--wh);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.sp-header .logo-box {
  display: flex;
}
.sp-header .logo-box p {
  font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem 0 0.8rem;
}
.sp-header .logo-box h1 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 0 0.8rem;
}

nav.nav-box {
  display: flex;
  position: fixed;
  top: 0;
  right: 6rem;
  z-index: 10000;
}
nav.nav-box > ul {
  display: flex;
}

nav.nav-box > ul li a {
  display: block;
  width: 6rem;
  height: 6rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--wh);
  text-align: center;
}
nav.nav-box > ul li:first-child a {
  background: var(--gra-bl);
}
nav.nav-box > ul li:first-child a img {
  width: 2.2rem;
  padding: 1.4rem 0 0.3rem;
}
nav.nav-box > ul li:last-child a {
  background: var(--gra-or);
}
nav.nav-box > ul li:last-child a img {
  width: 2.2rem;
  padding: 1.7rem 0 0.5rem;
}

.hamNav {
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--wh);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
}
.hamNav a {
  color: var(--wh);
}
.hamNav .gnavBtn {
  display: block;
  width: 6rem;
  height: 6rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--wh);
  text-align: center;
  background: var(--key-color);
  border: none;
  padding: 1.6rem 0 0;
}
.gnavBtn .bar {
  display: block;
  width: 1.4rem;
  height: 0.2rem;
  background: var(--wh);
  margin: 0.3rem auto;
  transition: .5s;
}
.gnavBtn .bar1 {
  margin-top: 0;
}
.gnavBtn .bar2 {}
.gnavBtn .bar3 {
  margin-bottom: 0.6rem;
}
.gnavBtn.active .bar1 {
  width: 1.5rem;
  transform: rotate(45deg);
  transform-origin: 0.5rem 0.5rem;
}
.gnavBtn.active .bar2 {
  opacity: 0;
}
.gnavBtn.active .bar3 {
  width: 1.5rem;
  transform: rotate(-45deg);
  transform-origin: 0 -0.5rem;
}
.hamNav + .drop-menu {
  width: 100%;
  height: calc( 100vh - 6rem );
  background: rgba(47, 60, 91, 0.9);
  opacity: 0.9;
  padding: 3rem 2.5rem 0;
  overflow: auto;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 999;
  transition: .5s;
}
.drop-menu a {
  color: var(--wh);
}
.hamNav.active + .drop-menu {
  top: 6rem;
}
.drop-menu ul.menu > li {
  border-bottom: 1px var(--wh) solid;
}
.drop-menu ul.menu > li > a {
  display: block;
  padding: 3rem 0;
}


.drop-menu ul.menu li.menu-item-has-children > a {
  position: relative;
}
.drop-menu ul.menu li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem var(--wh) solid;
  border-right: 0.2rem var(--wh) solid;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: rotate(45deg) translateY(-50%);
}

/*サブメニューのオンオフ*/
.drop-menu ul.menu li.menu-item-has-children a + ul {
  opacity: 0;
  height: 0;
  transition: .5s;
  pointer-events: none;
}
.drop-menu ul.menu li.menu-item-has-children a.active + ul {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

/*サブメニュー*/
.drop-menu ul.menu li.menu-item-has-children li {
  border-top: 1px #73798A dotted;
}
.drop-menu ul.menu li.menu-item-has-children li a {
  display: block;
  padding: 2rem 0 2rem 3rem;
  position: relative;
}
.drop-menu ul.menu li.menu-item-has-children li a::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.1rem;
  background: var(--wh);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



/*----------------------------------------------------
header .pc-header
----------------------------------------------------*/

.pc-header {
  display: none;
}



/*----------------------------------------------------
header .pc-header-top
----------------------------------------------------*/

.pc-header-top {
  display: none;
}



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

.footer-cta {
  padding-top: 22.4rem;
}
.cta-bg-ph {
  max-width: 128.4rem;
  width: 100%;
  background: url("../img/cta-bg-ph-sp.jpg") no-repeat center center;
  background-size: cover;
  padding: 2.5rem;
  margin: 0 auto;
}
.cta {
  max-width: 84.6rem;
  background: var(--wh);
  padding: 1.5rem 1rem;
  margin: 0 auto;
}
.cta p.heading700 {
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.5;
}
.cta .cta-contact {
  display: block;
  width: 30.5rem;
  background: var(--gra-or);
  text-align: center;
  padding: 1.8rem;
  margin: 1rem auto 1.6rem;
  border-radius: 0.5rem;
}
.cta .cta-contact img {
  width: 26.3rem;
}

.cta-tel-box {
  width: 30.5rem;
  padding-top: 1.6rem;
  border-top: 1px var(--key-color) solid;
  margin: 0 auto;
}
.cta-tel-box .cta-tel-box-txt p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
.cta-tel-box .cta-tel-box-txt p span {
  font-weight: 700;
  font-size: 1.8rem;
}
.cta-tel-box .cta-tel {
  display: block;
  width: 30.5rem;
  background: var(--gra-bl);
/*  text-align: center;*/
  padding: 1.8rem;
  margin: 1rem auto 0;
  border-radius: 0.5rem;
}
.cta-tel-box .cta-tel img {
  width: 20rem;
}



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

.footer-main-bg {
  background: var(--key-color);
}
.footer-main {
  max-width: 133.4rem;/* 幅1284px+左右余白各2.5px */
  margin: 0 auto;
  padding: 0 2.5rem;
  color: var(--wh);
}
.footer-main a {
  color: var(--wh);
}

.footer-info {
  font-size: 1.2rem;
  padding: 3.7rem 0 5.5rem;
  text-align: center;
}
.footer-info p.footer-logo {
  padding: 0.5rem 0;
  margin-bottom: 2.6rem;
}


.footer-main nav {
  display: none;
}

.copyright {
  background: var(--dkbl);
  color: var(--wh);
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.6rem;
}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

/*----------------------------------------------------
cta
----------------------------------------------------*/

  .footer-cta {
    padding-top: 22.4rem;
  }
  .footer-cta .footer-main-bg {
    height: 29.2rem;
    position: relative;
  }
  .cta-bg-ph {
    background: url("../img/cta-bg-ph.jpg") no-repeat center center;
    padding: 4rem 2.5rem;
    margin: 0 auto;
    position: absolute;
    top: -10.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta {
    padding: 2.5rem 0 3.3rem;
  }
  .cta p.heading700 {
    font-size: 4rem;
    line-height: 1;
  }
  .cta .cta-contact {
    width: 65.5rem;
    padding: 2.4rem 0;
    margin: 2rem auto;
    border-radius: 1rem;
  }
  .cta .cta-contact img {
    width: 43.7rem;
  }
  
  .cta-tel-box {
    width: 65.5rem;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .cta-tel-box .cta-tel-box-txt p {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
  }
  .cta-tel-box .cta-tel-box-txt p span {
    font-size: 2rem;
  }
  .cta-tel-box .cta-tel {
    width: 23.2rem;
    text-align: center;
    padding: 1.3rem 0;
  }
  .cta-tel-box .cta-tel img {
    width: 21rem;
  }



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

  .footer-main {
    display: flex;
    justify-content: space-between;
  }

  .footer-info {
    text-align: left;
  }
  .footer-info p.footer-logo {
    width: 16.4rem;
  }

  .footer-main nav {
    max-width: 60rem;
    padding: 5rem 0 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-main nav ul.menu {
    margin-right: 1.5rem;
  }
  .footer-main nav li {
    font-size: 1.4rem;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
  }
  .footer-main nav li::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1.6rem;
    background: url("../img/footer-nav-icon.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .footer-main nav li.menu-item-390 > a {
    pointer-events: none;
  }

  .footer-main nav li.menu-item-has-children {
    padding-left: 0;
  }
/*   .footer-main nav li.menu-item-has-children > a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  } */
  .footer-main nav li.menu-item-has-children::before {
    display: none;
  }
  .footer-main nav li.menu-item-has-children ul {
    padding-left: 1rem;
    border-left: 1px #80889E solid;
    margin: 2rem 0 0 1rem;
  }



}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 830px) {

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

  .footer-main nav ul.menu {
    margin-right: 2rem;
  }
  .footer-main nav li {
    font-size: 1.6rem;
  }


}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

/*----------------------------------------------------
header .sp-header
----------------------------------------------------*/

  .sp-header-wrap {
    display: none;
  }



/*----------------------------------------------------
header .pc-header
----------------------------------------------------*/

  .pc-header {
    width: 100%;
    height: 5rem;
    background: var(--wh);
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
  .pc-header .logo-box {
    display: flex;
  }
  .pc-header .logo-box .logo {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
  .pc-header .logo-box .tagline {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0.3rem 0;
  }
  
  .pc-header nav {
    display: flex;
    justify-content: flex-end;
  }
  
  .pc-header nav ul.menu {
    display: flex;
    font-weight: 500;
  }
  .pc-header nav ul.menu > li {
    line-height: 5rem;
    font-size: 1.4rem;
  }
  .pc-header nav ul.menu > li > a {
    display: block;
    padding: 0 0.5rem;
    opacity: 1;
  }
  .pc-header nav ul.menu > li.menu-item-has-children > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .pc-header nav ul.menu > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1rem;
    background: url("../img/common-btn-icon-key.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%) rotate(90deg);
  }

  .pc-header nav ul.menu ul {
    width: 100vw;
    background: var(--key-color);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6rem 2.5rem 4rem;
    position: fixed;
    top: 5rem;
    left: 0;
    opacity: 0.6;
    transform: scaleY(0);
    transform-origin: center top;
    transition-property: opacity, transform;
    transition-delay: 0.15s;
    transition-duration: 0.44s;
    transition-timing-function: ease-in-out;
  }

  .pc-header nav ul.menu ul a {
    color: var(--wh);
  }
  .pc-header nav ul.menu ul li {
    height: 20rem;
    padding: 0 1.3rem;
    line-height: 1.2;
  }
  .pc-header nav ul.menu ul li p {
    padding: 1.5rem 0 0.5rem;
  }
  .pc-header nav ul.menu ul li p span {
    position: relative;
  }
  .pc-header nav ul.menu ul li span:before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: url("../img/common-btn-icon-wh.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -1em;
    transform: translateY(-50%);
  }
  .pc-header nav ul.menu li:hover { 
    cursor: pointer;
  }
  .pc-header nav ul.menu li.menu-item-has-children a.active {
    background: var(--key-color);
    color: var(--wh);
  }
    /*  */
  .pc-header nav ul.menu li.menu-item-has-children a.active + ul {
    opacity: 1;
    transform: scaleY(1);
    top: 5rem;
  }
  .pc-header nav ul.menu > li.menu-item-has-children > a.active::after {
    background: url("../img/common-btn-icon-wh.svg") no-repeat center center;
  }

  .pc-header nav ul.contact-box {
    display: flex;
    justify-content: flex-end;
  }
  .pc-header nav ul.contact-box li:first-child a {
    display: block;
    width: 18rem;
    height: 5rem;
    background: var(--gra-bl);
    padding: 0.8rem 1rem;
    
  }
  .pc-header nav ul.contact-box li:last-child a {
    display: block;
    width: 15rem;
    height: 5rem;
    background: var(--gra-or);
    padding: 0.8rem 2rem;
  }



/*----------------------------------------------------
header .pc-header-top
----------------------------------------------------*/

  .pc-header-top-wrap {
    width: 100%;
    height: 9.5rem;
    background: var(--wh);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: .5s;
  }
  .pc-header-top-wrap.headerScroll {
    visibility: hidden;
  }
  
  .pc-header-top-wrap .tagline {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 0.3rem 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  .pc-header-top {
    width: 100%;
    height: 7rem;
    display: flex;
    justify-content: space-between;
  }
  
  .pc-header-top .logo {
    padding: 3rem 1rem 0.5rem 0.5rem;
  }
  
  .pc-header-top nav {
    display: flex;
    justify-content: flex-end;
  }
  
  .pc-header-top nav ul.menu {
    display: flex;
    font-weight: 500;
    padding-top: 4.5rem;
  }
  .pc-header-top nav ul.menu > li {
    line-height: 5rem;
    font-size: 1.4rem;
  }
  .pc-header-top nav ul.menu > li:hover { 
    cursor: pointer;
  }
  .pc-header-top nav ul.menu > li > a {
    display: block;
    padding: 0 0.5rem;
    line-height: 5rem;
    opacity: 1;
  }
  .pc-header-top nav ul.menu > li.menu-item-has-children > a {
    padding-right: 1.5rem;
    position: relative;
    display: block;
    width: 100%;
    height: 5rem;
  }
  .pc-header-top nav ul.menu > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1rem;
    background: url("../img/common-btn-icon-key.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%) rotate(90deg);
  }
  
  .pc-header-top nav ul.menu ul {
    width: 100vw;
    background: var(--key-color);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6rem 2.5rem 4rem;
    position: fixed;
    top: 9.5rem;
    left: 0;
    opacity: 0.6;
    transform: scaleY(0);
    transform-origin: center top;
    transition-property: opacity, transform;
    
    transition: 0.2s;
  }
  .pc-header-top nav ul.menu ul a {
    color: var(--wh);
  }
  .pc-header-top nav ul.menu ul li {
    height: 20rem;
    padding: 0 1.3rem;
    line-height: 1.2;
  }
  .pc-header-top nav ul.menu ul li p {
    padding: 1.5rem 0 0.5rem;
  }
  .pc-header-top nav ul.menu ul li p span {
    position: relative;
  }
  .pc-header-top nav ul.menu ul li span:before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: url("../img/common-btn-icon-wh.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -1em;
    transform: translateY(-50%);
  }

  .pc-header-top nav ul.menu li.menu-item-has-children a.active {
    background: var(--key-color);
    color: var(--wh);
  }
  .pc-header-top nav ul.menu li.menu-item-has-children a.active + ul {
    top: 9.5rem;
    transform: scaleY(1);
    opacity: 1;
  }
  .pc-header-top nav ul.menu > li.menu-item-has-children > a.active::after {
    background: url("../img/common-btn-icon-wh.svg") no-repeat center center;
  }

  .pc-header-top nav ul.contact-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.5rem;
  }
  .pc-header-top nav ul.contact-box li:first-child p:first-child {
    font-weight: 700;
    font-size: 1.4rem;
    color: #3F6FBE;
    text-align: center;
  }
  .pc-header-top nav ul.contact-box li:first-child p:first-child span {
    position: relative;
  }
  .pc-header-top nav ul.contact-box li:first-child a {
    display: block;
    width: 18rem;
    height: 5rem;
    background: var(--gra-bl);
    padding: 1rem;
    border-radius: 0.5rem;
    
  }
  .pc-header-top nav ul.contact-box li:last-child p:first-child {
    font-weight: 700;
    font-size: 1.4rem;
    color: #E87B1D;
    text-align: center;
    padding-left: 2rem;
  }
  .pc-header-top nav ul.contact-box li:last-child p:first-child span {
    position: relative;
  }
  .pc-header-top nav ul.contact-box li:last-child a {
    display: block;
    width: 19rem;
    height: 5rem;
    background: var(--gra-or);
    padding: 1rem 0.6rem;
    border-radius: 0.5rem;
    margin-left: 2rem;
  }
  .pc-header-top nav ul.contact-box li:first-child p:first-child span::before,
  .pc-header-top nav ul.contact-box li:first-child p:first-child span::after,
  .pc-header-top nav ul.contact-box li:last-child p:first-child span::before,
  .pc-header-top nav ul.contact-box li:last-child p:first-child span::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 1.4rem;
    position: absolute;
    top: 0;
  }
  
  .pc-header-top nav ul.contact-box li:first-child p:first-child span::before,
  .pc-header-top nav ul.contact-box li:first-child p:first-child span::after {
    background: #3F6FBE;
  }
  .pc-header-top nav ul.contact-box li:last-child p:first-child span::before,
  .pc-header-top nav ul.contact-box li:last-child p:first-child span::after {
    background: #E87B1D;
  }
  .pc-header-top nav ul.contact-box li:first-child p:first-child span::before,
  .pc-header-top nav ul.contact-box li:last-child p:first-child span::before {
    left: -0.5rem;;
    transform: rotate(-15deg);
  }
  .pc-header-top nav ul.contact-box li:first-child p:first-child span::after,
  .pc-header-top nav ul.contact-box li:last-child p:first-child span::after {
    right: -0.5rem;;
    transform: rotate(15deg);
  }



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

  .footer-main nav {
    margin-right: 3rem;
  }
  .footer-main nav .classroom {
    padding: 0 9rem;
  }



}



/*----------------------------------------------------
PC用
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {

/*----------------------------------------------------
header .pc-header
----------------------------------------------------*/

  .pc-header .logo-box .tagline {
    padding: 0.8rem 0;
  }
  .pc-header nav ul.menu {
    padding-right: 0.8rem;
  }
  .pc-header nav ul.menu > li {
    font-size: 1.6rem;
  }
  .pc-header nav ul.menu > li > a {
    padding: 0 1.2rem;
  }



/*----------------------------------------------------
header .pc-header-top
----------------------------------------------------*/

  .pc-header-top .logo-box .tagline {
    padding: 0.8rem 0;
  }
  .pc-header-top nav ul.menu {
    padding-right: 0.8rem;
  }
  .pc-header-top nav ul.menu > li {
    font-size: 1.6rem;
  }
  .pc-header-top nav ul.menu > li > a {
    padding: 0 1.2rem;
  }
  .pc-header-top nav ul.contact-box li:first-child a {
    width: 20rem;
  }
  .pc-header-top nav ul.contact-box li:last-child a {
    width: 21.5rem;
  }
  .pc-header-top nav ul.menu > li.menu-item-has-children > a {
    padding-right: 2rem;
  }
  .pc-header-top nav ul.menu > li.menu-item-has-children > a::after {
    right: 0.8rem;
  }



}

/* TODO: NEEDS TO FIX REDUNDNANT HTML STRUCTURE */
.pc-header-top nav ul.menu ul.sub-menu,
.pc-header nav ul.menu ul {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.pc-header-top nav ul.menu a.active + ul.sub-menu,
.pc-header nav ul.menu a.active + ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}



/* 下層ページ用 CTA
------------------------------------*/
.cta-template{
  padding: 1.5rem;
  background: url(../img/cta-page-ph-sp.jpg) no-repeat center top;
  background-size: cover;
}
.cta-template-bgcol{
  max-width: 91rem;
  margin: 0 auto;  
  background: var(--wh);
}
.cta-template-txt p:first-child{
  padding: 2rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--wh);
  background: var(--key-color);
}
.cta-template-txt p:last-child{
  padding: 1rem 0 1.5rem;
  text-align: center;
  background: var(--wh);
}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  .cta-template{
    padding: 4rem 0 3rem;
    background: url(../img/cta-page-ph.jpg) no-repeat center top;
    background-size: auto;
  }
  .cta-template-txt p:first-child{
    padding: 3rem 0 2rem;
    font-size: 2.5rem;
  }
  .cta-template-txt p:last-child{
    padding: 2rem 0 0;
  }

}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 1400px) {

  .cta-template{
    background-size: cover;
  }

}







/*----------------------------------------------------
front-page SP
----------------------------------------------------*/

main {
  padding-top: 6rem;
}

/* ---------- fv ---------- */

.fv {
  max-width: 139rem;/*コンテンツ幅1340px*/
  margin: 0 auto;
  padding: 15.4rem 1.5rem 4.7rem;
  position: relative;
}

.fv-slider {
  max-width: 80rem;
  padding-bottom: 1.7rem;
  margin: 0 auto;
}
.fv-slider .slick-slider {
  position: relative;
}
.fv-slider .slick-slider .slick-dots {
  position: absolute;
  bottom: -3rem;
}
.fv-slider .slick-dots li button::before {
  font-size: 6rem;
  opacity: 1;
  color: #2F3C5B26;
}
.fv-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: var(--key-color);
}

.fv-catch-box {
  max-width: 52rem;
  padding: 1.5rem 0 4.7rem;
  margin: 0 auto;
}
.fv-catch {
  position: absolute;
  top: 1rem;
}
.fv-catch img {
  min-width: 30rem;
  max-width: 50rem;
  width: 100%;
}

.fv-lead {
  max-width: 34.5rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.45;
  margin: 0 auto;
}
.fv-lead-top {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.fv-lead-top strong {
  background: var(--key-color);
  color: var(--wh);
  font-size: 2.3rem;
  padding: 0.7rem 0.7rem;
  margin: 0 0.7rem;
  border-radius: 0.5rem;
}
.fv-lead-top strong span {
  font-size: 2rem;
}
.fv-lead-top br {
  display: none;
}

.pc-header-top-wrap .tagline {
  display: none;
}


/* ---------- .top-news ---------- */

.top-news {
  background: var(--key-color);
  color: var(--wh);
  padding: 5.5rem 0;
}
.top-news a {
  color: var(--wh);
}
.top-news section {
  max-width: 112rem;/*コンテンツ幅1070px*/
  margin: 0 auto;
  padding: 0 2.5rem;
}
.top-news h2 {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

.top-news-box {
  padding: 2.7rem 0 4rem;
}
.top-news-box dl {
  line-height: 1.4;
  border-bottom: 1px var(--owh) dashed;
  margin-bottom: 2rem;
}
.top-news-box dt {
  padding-bottom: 1rem;
}
.top-news-box dt span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-left: 0.7rem;
}
.top-news-box dt span.blog {
  color: #F5EBB6;
  border: 1px #F5EBB6 solid;
}
.top-news-box dt span.news {
  color: #B4CCF0;
  border: 1px #B4CCF0 solid;
}
.top-news-box dd {
  padding-bottom: 2.2rem;
}



/* ---------- .mygyro ---------- */

.mygyro {
  padding: 0 0 7rem;
  position: relative;
}
.mygyro-bg-sp img {
  width: 100%;
}
.mygyro-lead-box-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mygyro-lead-box {
  width: 28.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.mygyro-lead {
  display: flex;
  flex-direction: row-reverse;
  padding: 4rem 0 0;
}
.mygyro-lead p {
  margin-left: 1em;
  font-size: 2.4rem;
  line-height: 1.5;
  writing-mode: vertical-rl;
  text-orientation: mixed; /* または upright */
  display: block;
  /* color: #0d6efd; */
  letter-spacing: 0.2em;
}
.mygyro-lead p:last-child {
  margin-left: 0;
}
.mygyro-logo {
  text-align: right;
}
.mygyro-txt {
  padding: 2.5rem;
  font-weight: 500;
}
.kakko {
  text-orientation: sideways;
  /* display: inline-block;
  transform: translateX(-0.1em);  */
}
.kuten {
  font-family: 'Hiragino Mincho ProN', 'Zen Old Mincho', serif;
}




/* ---------- .method ---------- */

.method-title-bg {
  background: var(--key-color);
  color: var(--wh);
  padding: 5rem 0;
}
.method h2.common-note-h2 {
  text-align: center;
}
.method h2.common-note-h2 span {
  padding: 0 0 0.5rem;
  display:flex;
  justify-content: center;
}

.method-box {
  background: url("../img/bg-common-wh-noise.webp");
  padding-bottom: 6rem;
}
.method-box .method-img figure img {
  width: 100%;
}
.method-box .method-img p.method-ph {
  display: none;
}
.method-detail h3 {
  width: 30rem;
  margin: 0 auto;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  padding: 2.5rem 0 0;
  text-align: center;
  position: relative;
}
.method-detail h3::before,.method-detail h3::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 6.5rem;
  background: var(--key-color);
  position: absolute;
  bottom: 0.5rem;;
  left: -1rem;
  transform: rotate(-15deg);
}
.method-detail h3::after {
  left: calc( 100% + 1rem );
  transform: rotate(15deg);
}

.method-txt {
  padding: 3rem 2.5rem;
}
.method-txt p {
  margin-bottom: 1em;
} 

.method-box .common-btn-wrap {
  width: 23rem;
}

.method .classroom-learning {
  background: url("../img/bg-common-wh-noise.webp");
  color: var(--key-color);
}
.method .classroom-learning h2 {
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  padding-bottom: 0.2rem;
  border-bottom: 0.2rem var(--key-color) solid;
  margin-bottom: 1.5rem;
}


.teacher {
  padding: 4.5rem 2.5rem;
}
.teacher h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 1.7rem;
  border-bottom: 0.2rem var(--key-color) solid;
  margin-bottom: 1.7rem;
}
.teacher-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.5rem;
}
.teacher-box {
  width: 47%;
  text-align: center;
  padding-bottom: 2.5rem;
}

.teacher-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1rem 0 0.3rem;
  border-bottom: 0.1rem var(--key-color) solid;
}
.teacher-box:nth-child(3) .teacher-title {
  font-size: 1.2rem;
  line-height: 1.6;
}
.teacher-name {
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.teacher-name span {
  font-size: 1.4rem;
  padding-left: 0.5em;
}
.teacher-box .common-btn-wrap {
  width: 15rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.4rem;
  text-align: left;
}



/* ---------- .case-grades ---------- */

.case-grades {
  padding: 10rem 0 0;
}
.case-grades h2 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.5rem;
}
.case-grades h2 span {
  position: relative;
}
.case-grades h2 span::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background: var(--key-color);
  position: absolute;
  top: 50%;
  right: -6.5rem;
  transform: translateY(-50%);
}
.case-grades h2 + p {
  font-weight: 500;
}
.case-grades h2 + p span {
  display: block;
  font-size: 3rem;
  padding-top: 0.2rem;
}

.case-grades .slider-grades-wrap {
  background: url("../img/bg-common-gr-noise.webp");
  padding: 4rem 2.5rem 6rem;
  margin-top: 4rem;
}

.case-grades .slider-box > p {
  padding-bottom: 4.5rem;
}
.case-grades .slider-box > p > img {
  height: 2.3rem;
}

.case-grades .slide-card {
  max-width: 32.2rem;
  margin: 0 2.5rem;
}
.case-grades .slide-card figure {
  position: relative;
}
.case-grades .slide-card figcaption {
  background: var(--key-color);
  color: var(--wh);
  padding: 0.2rem 1rem 0.2rem 2.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 1rem;
}
.case-grades .slide-card figcaption::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.2rem var(--wh) solid;
  border-radius: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
}
.case-grades .slide-card p.title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  padding: 1rem 0 0.5rem;
  border-bottom: 0.1rem var(--key-color) solid;
  margin-bottom: 0.5rem;
}

.case-grades .common-btn-wrap {
  padding: 5rem 0;
}



/* ---------- .case-pass ---------- */

.case-pass {
  padding: 6rem 0 0;
}
.case-pass h2 {
  font-weight: 700;
  font-size: 2rem;
}
.case-pass h2 span {
  position: relative;
}
.case-pass h2 span::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background: var(--key-color);
  position: absolute;
  top: 50%;
  right: -6.5rem;
  transform: translateY(-50%);
}
.case-pass h2 + p {
  font-weight: 500;
}
.case-pass h2 + p span {
  display: block;
  font-size: 3rem;
}

.case-pass .slider-pass-wrap {
  background: url("../img/bg-common-gr-noise.webp");
  padding: 4rem 2.5rem 6rem;
  margin-top: 4rem;
}
.case-pass .slider-box > p {
  padding-bottom: 2.5rem;
}
.case-pass .slider-box > p > img {
  height: 2.3rem;
}

.case-pass .slider .slick-list {
  padding-top: 2rem;/*合格スタンプ上部はみ出し分*/
}
.case-pass .slide-card {
  max-width: 32.2rem;
  margin: 0 2.5rem;
  position: relative;
}
.case-pass .slide-card::after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  background: url("../img/top-case-pass-mark.png") no-repeat center center;
  position: absolute;
  top: -2rem;
  right: -2.5rem;
  transform: rotate(-15deg);
}
.slide-card figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 322 / 385;
  border-radius: 1em;
}
.slide-card figure img{
  object-fit: cover;
  height: 100%;
}
.common-slide figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 322 / 385;
  border-radius: 1em;
}
.common-slide figure img{
  object-fit: cover;
  height: 100%;
}
.case-pass .slide-card figcaption {
  background: var(--key-color);
  color: var(--wh);
  padding: 0.2rem 1rem 0.2rem 2.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 1rem;
}
.case-pass .slide-card figcaption::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border: 0.2rem var(--wh) solid;
  border-radius: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
}
.case-pass .slide-card p.title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  padding: 1rem 0 0.5rem;
  border-bottom: 0.1rem var(--key-color) solid;
  margin-bottom: 0.5rem;
}

.case-pass .common-btn-wrap {
  padding: 5rem 0;
}



/* ---------- 成績UP事例、合格事例のページナビ ---------- */


/* --------------------------------
★ページビュー設定
-----------------------------------*/
.case-grades .slider-grades-wrap {
  position: relative;
}
.case-pass .slider-pass-wrap {
  position: relative;
}

/*成績UP事例 ページビュー設定
------------------------------------*/
.slider-grades-wrap .slider-page{
  width: 100px;
  position: absolute;
  top: 4rem;
  right:5%;
  background: url(../img/common-line-key.svg) no-repeat 50% center;
  background-size:1px ;
}

.slider-grades-wrap .arrow_wrap{
  width: 100%;
  max-width: 10%;
  bottom: 0;
  right: 0;
  color: #000;
  display: inline-flex;
  height: auto;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.slider-grades-wrap .slick-num {
  color: #000;
  line-height: 1;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.slider-grades-wrap .slick-num .now-count{
  color: #000;
}
.slider-grades-wrap .arrow_wrap .dots{
  margin: 0 60px 0 0;
}

/* 元々 */
.slider-grades-wrap .slick-arrow {
  display: block;
  position: absolute;
  content: "";
  top: 35px;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #000;
  border: 0;
  background: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slider-grades-wrap .slick-arrow:hover{
  opacity: 0.7;
}

/* 共通設定 */
.slider-grades-wrap .slick-next::before,
.slider-grades-wrap .slick-next::after,
.slider-grades-wrap .slick-prev::before,
.slider-grades-wrap .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slider-grades-wrap .slick-next::after,
.slider-grades-wrap .slick-prev::after {
  width: 12px;
  height: 12px;
}

/* テキスト非表示 */
.slider-grades-wrap .slick-next.slick-arrow,
.slider-grades-wrap .slick-prev.slick-arrow {
  color: transparent;
}

/* 矢印白 */
.slider-grades-wrap .slick-next::after,
.slider-grades-wrap .slick-prev::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* 矢印青 */
.slider-grades-wrap .slick-next::after,
.slider-grades-wrap .slick-prev::after{
  border-top: 1px solid var(--key-color);
  border-right: 1px solid  var(--key-color);
}

/* next */
.slider-grades-wrap .slick-next {
  right:10px;
}
.slider-grades-wrap .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slider-grades-wrap .slick-prev {
  left: 10px;
}
.slider-grades-wrap .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}



/*合格事例 ページビュー設定
------------------------------------*/
.slider-pass-wrap .slider-page{
  width: 100px;
  position: absolute;
  top: 4rem;
  right:5%;
  background: url(../img/common-line-key.svg) no-repeat 50% center;
  background-size:1px ;
}

.slider-pass-wrap .arrow_wrap{
  width: 100%;
  max-width: 10%;
  bottom: 0;
  right: 0;
  color: #000;
  display: inline-flex;
  height: auto;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.slider-pass-wrap .slick-numa {
  color: #000;
  line-height: 1;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.slider-pass-wrap .slick-numa .now-counta{
  color: #000;
}
.slider-pass-wrap .arrow_wrap .dotsa{
  margin: 0 60px 0 0;
}

/* 元々 */
.slider-pass-wrap .slick-arrow {
  display: block;
  position: absolute;
  content: "";
  top: 35px;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #000;
  border: 0;
  background: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slider-pass-wrap .slick-arrow:hover{
  opacity: 0.7;
}

/* 共通設定 */
.slider-pass-wrap .slick-next::before,
.slider-pass-wrap .slick-next::after,
.slider-pass-wrap .slick-prev::before,
.slider-pass-wrap .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slider-pass-wrap .slick-next::after,
.slider-pass-wrap .slick-prev::after {
  width: 12px;
  height: 12px;
}

/* テキスト非表示 */
.slider-pass-wrap .slick-next.slick-arrow,
.slider-pass-wrap .slick-prev.slick-arrow {
  color: transparent;
}

/* 矢印白 */
.slider-pass-wrap .slick-next::after,
.slider-pass-wrap .slick-prev::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* 矢印青 */
.slider-pass-wrap .slick-next::after,
.slider-pass-wrap .slick-prev::after{
  border-top: 1px solid var(--key-color);
  border-right: 1px solid  var(--key-color);
}

/* next */
.slider-pass-wrap .slick-next {
  right:10px;
}
.slider-pass-wrap .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slider-pass-wrap .slick-prev {
  left: 10px;
}
.slider-pass-wrap .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}




/* --------------------------------
★ページビュー設定
-----------------------------------*/

/*成績UP事例 ページビュー設定
------------------------------------*/
.slider-grades-wrap .slider-page{
  top: 0;
  right:10%;
}
.slider-pass-wrap .slider-page{
  right:10%;
}





/* ---------- .voice-graduate ---------- */

.voice-graduate.school-up {
  padding: 6.5rem 0 9.5rem;
}
.voice-graduate.school-up section {
  padding: 0;
}
.voice-graduate .title-box {
  text-align: center;
}
.voice-graduate .title-box h2 {
  font-weight: 700;
  font-size: 2rem;
}
.voice-graduate .title-box h2 span {
  position: relative;
}
.voice-graduate .title-box h2 span:before,
.voice-graduate .title-box h2 span:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background: var(--wh);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.voice-graduate .title-box h2 span:before {
  left: -2.2rem;
}
.voice-graduate .title-box h2 span:after {
  right: -2.2rem;
}
.voice-graduate .title-box p.baloon {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.voice-graduate .title-box p.baloon span {
  background: var(--wh);
  color: var(--key-color);
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  position: relative;
}
.voice-graduate .title-box p.baloon span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.9rem  transparent solid;
  border-top: 1.4rem var(--wh) solid;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.voice-graduate .title-box p.heading400 {
  font-size: 3rem;
  margin-bottom: 2.5rem;
}
.voice-graduate .title-box p.heading400 span {
  font-size: 2.5rem;
}

.voice-graduate .common-slide div ol li:first-child img {
  border-radius: 1rem;
}
.voice-graduate .common-slide div ol li:first-child span {
  border-radius: 0 0 0 1rem;
}



/* ---------- .voice-parent ---------- */

.voice-parent {
  background: url("../img/bg-common-wh-noise.webp");
  padding: 8rem 0;
}

.voice-parent a:hover {
  opacity: 0.7;
  color: inherit;
}

.voice-parent h2 {
  font-size: 3rem;
  text-align: center;
}
.voice-parent h2 span {
  background: url("../img/top-voice-parent-icon.svg") no-repeat center top;
  background-size: 3.8rem;
  padding-top: 2.5rem;
}

.voice-parent h2 + p {
  text-align: center;
  padding: 1.5rem 0 4rem;;
}

.voice-box {
  max-width: 35rem;
  background: var(--wh);
  padding: 1.5rem 1rem;
  margin: 0 auto 3.5rem;
}
.voice-box .voice-title {
  font-weight: 500;
  font-size: 1.6rem;
}
.voice-box .classroom-name {
  display: inline-block;
  color: var(--wh);
  font-size: 1.2rem;
  padding: 0.3rem 1rem;
  border-radius: 0.5rem;
  margin: 1.3rem 0;
}
.voice-box .voice-txt p {
  display: inline;
  background-size: 1.2rem 0.1rem;
  background-repeat: repeat-x;
  background-position: left 2.6rem;
  padding-bottom: 2.4rem;
  line-height: 4rem;
}
.voice-box .person {
  font-size: 1.4rem;
  text-align: right;
  padding-top: 1.5rem;
}

/* ----- 各教室対応 ----- */

/*青葉台教室*/
.voice-box.aobadai {
  border: 1rem #ECC solid;
}
.voice-box.aobadai .classroom-name {
  background: #B6625B;
}
.voice-box.aobadai .voice-txt p {
  background-image : linear-gradient(to right, #ECC 0.4rem, transparent 0.4rem);
}

/*たまプラーザ教室*/
.voice-box.tamapura {
  border: 1rem #84B66D99 solid;
}
.voice-box.tamapura .classroom-name {
  background: #84B66D;
}
.voice-box.tamapura .voice-txt p {
  background-image : linear-gradient(to right, #84B66D99 0.4rem, transparent 0.4rem);
}

/*綱島教室*/
.voice-box.tnasima {
  border: 1rem #719CC299 solid;
}
.voice-box.tnasima .classroom-name {
  background: #719CC2;
}
.voice-box.tnasima .voice-txt p {
  background-image : linear-gradient(to right, #719CC299 0.4rem, transparent 0.4rem);
}

/*日吉教室*/
.voice-box.hiyosi {
  border: 1rem #906DB699 solid;
}
.voice-box.hiyosi .classroom-name {
  background: #906DB6
}
.voice-box.hiyosi .voice-txt p {
  background-image : linear-gradient(to right, #906DB699 0.4rem, transparent 0.4rem);
}



/* ---------- .intro-classroom ---------- */

.intro-classroom-bg {
  background: url("../img/bg-common-gr-noise.webp");
  padding: 6.5rem 0;
}
.intro-classroom h2 {
  font-size: 3rem;
  padding-bottom: 2rem;
}

.intro-cr-ph {
  padding-top: 2rem;
}
.intro-cr-ph li img {
  width: 85%;
}
.intro-cr-ph li:nth-child(2) {
  text-align: right;
  margin-top: -5rem;
}
.intro-cr-ph li:nth-child(3) {
  margin-top: -3rem;
}
.intro-cr-ph li:nth-child(4) {
  text-align: right;
  margin-top: -4rem;
}



/* ---------- .each-classroom ---------- */

.classroom-box {
  border-bottom: 0.1rem rgba(0, 0, 0, 0.2) solid;
}
.classroom-box p.btn-classroom {
  text-align: center;
  padding: 2rem 0 3rem;
}
.classroom-box p.btn-classroom a {
  padding: 0 0 0.5rem 1.2rem;
  margin-left: 0.5rem;
  border-bottom: 0.1rem var(--key-color) solid;
  position: relative;
}
.classroom-box p.btn-classroom a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1rem;
  background: url("../img/common-btn-icon-key.svg") no-repeat center center;
  position: absolute;
  top: 15%;
  left: 0;
}





/*----------------------------------------------------
front-page PC
----------------------------------------------------*/

/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

/* ---------- .mygyro ---------- */

.mygyro {
  background: url("../img/top-mygyro-bg-pc.jpg") no-repeat 25% top;
  background-size: cover;
}
  
  .mygyro-bg-sp {
    display: none;
  }
  .mygyro-lead-box-wrap {
    max-width: 113.5rem;/*コンテンツ幅1080px*/
    padding: 0 2.5rem;
    margin: 0 auto;
    position: static;
  }
  .mygyro-lead-box {
    display: block;
    margin: 0 0 0 auto;
  }
  .mygyro-lead {
    padding: 5.6rem 0 7rem;
  }
  .mygyro-lead-box-wrap p.mygyro-logo {
    display: none;
  }
  
  .mygyro-txt-wrap {
    max-width: 158.5rem;/*コンテンツ幅1080px*/
    padding: 0 2.5rem;
    margin: 0 auto;
  }
  .mygyro-txt {
    max-width:108rem;
    margin: 0 auto;
    background: var(--wh) url("../img/top-mygyro-logo-pc.png") no-repeat 3rem center;
    border-radius: 1rem;
    padding: 3.5rem 1.5rem 3.5rem 20.5rem;
  }



/* ---------- .method ---------- */

  .method-box {
    padding-bottom: 10rem;
  }
  .method-box section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 144rem;
    margin: 0 auto;;
  }
  .method-box .method-img {
    position: relative;
  }
  .method-box .method-img figure {
    max-width: 58.5rem;
    width: 100%;
  }
  .method-box .method-img p.method-ph {
    display: block;
    position: absolute;
    top: 40%;
    left: -10%;
  }

  .method-detail {
    max-width: 55%;
    width: 100%;
  }
  .method-detail h3 {
    max-width: 32rem;
    width: 100%;
    padding: 10rem 0 0;
  }
  .method-detail .method-txt {
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  
  .method .classroom-learning h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }

  .teacher {
    padding: 12rem 2.5rem 15rem;
  }
  .teacher h3 {
    font-size: 2.5rem;
  }
  .teacher-box {
    width: 23%;
  }
  .teacher-info {
    display: inline-block;
  }



/* ---------- .case-grades ---------- */

  .case-grades {
    padding: 15rem 0 4rem;
  }
  .case-grades h2 span::after {
    width: 14rem;
    right: -19rem;
  }
  .case-grades .slider-grades-wrap {
    background: none;
    padding: 0;
  }
  .case-grades .slider-bg {
    background: url("../img/bg-common-gr-noise.webp");
    height: 63rem;
    margin: 5.5rem 9rem 5.5rem 0;
    position: relative;
  }
  .case-grades .slider-box {
    width: calc( 100vw - 2.5rem );
    position: absolute;
    top: 4.5rem;
    left: 2.5rem;
  }

  .case-grades .common-btn-wrap {
    width: 20.5rem;
    height: 4.4rem;
    padding: 0 0 10rem
  }
  .case-grades .common-btn a {
    padding-left: 5.5rem;
  }



/* ---------- .case-pass ---------- */

  
  .case-pass {
    padding: 4rem 0 15rem;
  }
  .case-pass h2 span::after {
    width: 14rem;
    right: -19rem;
  }
  .case-pass .slider-pass-wrap {
    background: none;
    padding: 0
  }
  .case-pass .slider-bg {
    background: url("../img/bg-common-gr-noise.webp");
    height: 63rem;
    padding: 4.5rem 0 4.5rem;
    margin: 5.5rem 0 5.5rem calc( (100vw - 114.5rem) / 4 );
  }

  .case-pass .slider-box {
    width: calc( 100vw - ( (100vw - 114.5rem) / 2 ) );
    margin-left: calc( (100vw - 114.5rem) / 4 );
  }

  .case-pass .common-btn-wrap {
    width: 20.5rem;
    height: 4.4rem;
    padding: 0 0 10rem
  }
  .case-pass .common-btn a {
    padding-left: 5.5rem;
  }



/* ---------- .voice-graduate ---------- */

  .voice-graduate.school-up {
    padding: 10rem 0 12rem;
  }
  .voice-graduate .title-box h2 {
    font-size: 2.5rem;
  }
  .voice-graduate .title-box p.baloon {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .voice-graduate .title-box p.heading400 {
    font-size: 4rem;
    margin-bottom: 5.5rem;
  }
  .voice-graduate .title-box p.heading400 span {
    font-size: 3rem;
  }

  .voice-graduate .common-btn-wrap a {
    padding-left: 5.5rem;
  }



/* ---------- .voice-parent ---------- */

  .voice-parent {
    padding: 12rem 0;
  }
  .voice-parent h2 {
    font-size: 4rem;
  }
  .voice-parent h2 span {
    background: url("../img/top-voice-parent-icon.svg") no-repeat left center;
    padding: 0 0 0 5rem;
  }
  .voice-parent h2 + p {
    padding: 1.5rem 0 8rem;
  }

  .voice-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .voice-box-wrap {
    width: 32%;
  }
  .voice-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .voice-box .voice-title {
    font-size: 1.8rem;
  }
  .voice-box .person {
    font-size: 1.6rem;
  }
  
  .voice-parent .common-btn-wrap {
    width: 20.5rem;
    height: 4.4rem;
  }
  .voice-parent .common-btn a {
    padding-left: 5.5rem;
  }



/* ---------- .intro-classroom ---------- */

  .intro-classroom-bg {
    padding: 10rem 0;
  }
  .intro-classroom h2 {
    font-size: 6rem;
  }

  .intro-cr-ph {
    max-width: 135rem;/*コンテンツ幅1280px*/
    margin: 0 auto;
    padding: 4.5rem 2.5rem 0;
  }
  .intro-cr-ph ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .intro-cr-ph li {
    width: 50%;
  }
  .intro-cr-ph li img {
    width: 95%;
  }
  .intro-cr-ph li:nth-child(1) {
    text-align: right;
  }
  .intro-cr-ph li:nth-child(2) {
    text-align: ceenter;
    margin-top: -2rem;
  }
  .intro-cr-ph li:nth-child(3) {
    margin-top: -4rem;
  }
  .intro-cr-ph li:nth-child(4) {
    text-align: left;
    margin-top: -1.5rem;
  }



/* ---------- .each-classroom ---------- */

  .classroom-box {
    padding-bottom: 6rem;
    position: relative;
  }
  .classroom-about-map-wrap {
    overflow: hidden;
  }
  .classroom-box p.btn-classroom {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 3rem;
  }



}



/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 900px) {

/* ---------- fv ---------- */

  .fv {
    padding: 12rem 5rem 4rem 2.5rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: static;
  }
  
  .fv-slider {
    width: 60%;
    padding-bottom: 0;
  }
  .fv-slider .slick-slider .slick-dots {
    width: 5rem;
    bottom: 0;
    left: 100%;
  }
  .slick-dots li button::before {
    font-size: 1.4rem;
  }
  
  .fv-catch-box {
    width: 40%;
    padding-top: 0;
  }
  .fv-catch-box p.fv-catch {
    position: static;
  }
  .fv-catch img {
    min-width: 20rem;
  }
  
  .fv-lead {
    max-width: none;
    padding: 6.5rem 1.5rem 0;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.35;
  }
  .fv-lead-top {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .fv-lead-top strong {
    font-size: 3.2rem;
    padding: 0.7rem 0.9rem;
    margin: 0 0.9rem;
    border-radius: 0.6rem;
  }
  .fv-lead-top strong span {
    font-size: 2.7rem;
  }
  .fv-lead-top br {
    display: inline;
  }
  .fv-lead-txt br {
    display: none;
  }



/* ---------- .method ---------- */

  .teacher-title,
  .teacher-box:nth-child(3) .teacher-title{
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .teacher-name {
    font-size: 2.5rem;
    padding-bottom: 1rem;
  }
  .teacher-name span {
    font-size: 1.8rem;
  }
  .teacher-box .common-btn-wrap {
    max-width: 23.5rem;
    width: 100%;
    height: 4.6rem;
    line-height: 4.6rem;
    font-size: 1.6rem;
    text-align: center;
  }
  .teacher-box .common-btn-wrap .common-btn a {
    padding-left: 0;
  }



}



/*----------------------------------------------------
PC用
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

/* ---------- .top-news ---------- */

  .top-news {
    padding: 7.3rem 0 8.7rem;
  }
  .top-news section {
    display: flex;
    position: relative;
  }
  .top-news h2 {
    width: 22rem;
  }
  .top-news h2 span {
    display: block;
    width: 2em;
    font-size: 4rem;
    line-height: 1.2;
    padding: 1.4rem 0 0;
  }

  .top-news-box {
    width: calc( 100% - 22rem );
    padding: 0 0 0 6.6rem;
    border-left: 1px var(--wh) solid;
  }
  .top-news-box a {
    display: block;
    margin-bottom: 3rem;
  }
  .top-news-box dl {
    width: 100%;
    display: flex;
    border: none;
    margin-bottom: 0;
  }
  .top-news-box dt {
    white-space: nowrap;
  }
  .top-news-box dt, .top-news-box dd {
    padding-bottom: 0;
  }
  .top-news-box dt span {
    width: 8rem;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 4rem;
  }
  .top-news-box a:last-child {
    margin-bottom: 0;
  }

  .top-news .common-btn-wrap {
    position: absolute;
    top: 14rem;
    left: 0;
  }



/* ---------- .mygyro ---------- */

  .mygyro {
    background: url("../img/top-mygyro-bg-pc.jpg") no-repeat 50% top;
  }
  .mygyro-lead-box {
    width: 51rem;
  }
  .mygyro-lead p {
    font-size: 4rem;
    line-height: 1.7;
    letter-spacing: normal;
  }



/* ---------- .method ---------- */
  
  .method-box {
    padding-bottom: 16rem;
  }
  .method-box .method-img p.method-ph {
    top: 55%;
    left: -20%;
  }

  .method-detail h3 {
    max-width: 45rem;
    font-size: 3rem;
  }
  .method-detail .method-txt {
    max-width: 40rem;
  }



/* ---------- .each-classroom ---------- */

  .classroom-box {
    padding-bottom: 3.5rem;
  }
  .classroom-box .classroom-about-txt {
    display: flex;
  }
  .classroom-box .classroom-about-txt h3 {
    width: 40%;
  }
  .classroom-box .classroom-about-txt .classroom-about-add {
    width: 60%;
  }
  .classroom-box p.btn-classroom {
    bottom: 3.5rem;
  }



}



/*----------------------------------------------------
PC用
----------------------------------------------------*/
@media only screen and (min-width: 1195px) {

/* ---------- .case-grades ---------- */
  
  .case-grades .slider-box {
    width: calc( 100vw - ( (100vw - 114.5rem) / 2 ) );
    position: absolute;
    top: 4.5rem;
    left: calc( (100vw - 114.5rem) / 2 );
  }



/* ---------- .case-pass ---------- */
  
  .case-pass .slider-bg {
    padding: 4.5rem 0 4.5rem;
    margin: 5.5rem 0 5.5rem calc( (100vw - 114.5rem) / 4 );
  }
  .case-pass .slider-box {
    width: calc( 100vw - ( (100vw - 114.5rem) / 2 ) );
    margin-left: calc( (100vw - 114.5rem) / 4 );
  }



}



/*----------------------------------------------------
PC用
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {

/* ---------- fv ---------- */

  .fv-lead {
    padding: 16.5rem 2rem 0;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.35;
  }



/* ---------- .method ---------- */

  .method-detail h3 {
    max-width: 59rem;
  }
  .method-detail .method-txt {
    max-width: 50rem;
  }



}



/*----------------------------------------------------
PC用
----------------------------------------------------*/
@media only screen and (min-width: 1390px) {

/* ---------- fv ---------- */

  .fv-lead-top br {
    display: none;
  }
  .fv-lead-txt br {
    display: inline;
  }



}



/*----------------------------------------------------
PC用
----------------------------------------------------*/
@media only screen and (min-width: 1440px) {

/* ---------- .mygyro ---------- */

.mygyro {
  background-size: cover;
}


  
/* ---------- .method ---------- */

  .method-detail .method-txt {
    max-width: 60rem;
  }



}





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

/* マーカー SP
------------------------ */
.common-maker-e4d{
  background: linear-gradient(transparent 60%, #E4D37A 60%);
}
.common-maker-ffe{
  background: linear-gradient(transparent 50%, #FFE4E4 50%);
}

/* メインイメージ SP
------------------------ */
.about-fv{
  padding: 3rem 0;
  text-align: center;
  color: var(--wh);
  background: url(../img/about-fv-sp.jpg) no-repeat center top;
  background-size: cover;
}
.about-fv > p{
  font-size: 2rem;
  font-weight: 500;        
}
.about-fv h1{
  line-height: 1;
  font-size: 3rem;
}


/* 挨拶文 SP
------------------------ */
.about-bg-wh{
  background: url(../img/bg-common-wh-noise.webp);  
}
.about-greeting{
  padding: 2.5rem 0 5.4rem;
}
.about-greeting > p{
  font-size: 1.6rem;
}
.about-gree-point{
  display: flex;
  flex-direction: column;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem 2.5rem 6rem;
}
.about-gree-point dl{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 0 1.8rem;
}
.about-gree-point dl dt{
  width: 41%;
}
.about-gree-point dl dd{
  width: 59%;
  padding: 1rem 0 0 1rem;
}
.about-gree-point dl dd p{
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: left;
}
.about-gree-point dl:first-child dd p{
  line-height: 1.1;
}
.about-gree-point dl dd p span.about-point01-span{
  font-size: 4rem;
}
.about-gree-point dl dd p span.about-txt{
  display: inline;
  font-size: 1.5rem;
}


/* Youtube SP
------------------------ */
.about-yt{
  max-width: 73.5rem;
  margin: 0 auto;
  padding: 0 2.5rem;
  background: var(--wh);
}
.about-yt p:first-child{
  text-align: center;
}
.about-yt p:first-child iframe{
  width: 100%;
  height: 18rem;
}
.about-yt p:last-child{
  padding: 1.2rem;
}

/* ジャイロ式で身につく力 SP
------------------------ */
.about-power{
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2.5rem 7rem;
}
.about-power h2{
  line-height: 1.5;
  text-align: center;
  font-size: 3rem;
}
.about-power h2 + p{
  padding: 1.2rem 0 5rem;
  text-align: center;
}
.about-power article{
  padding: 0 0 3.2rem;
}
.about-power article h3{
  padding: 0.4rem 0 0.4rem 5.5rem;
  font-size: 2rem;
  border-bottom: 1px solid var(--key-color);
  position: relative;
}
.about-power article h3 span{
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 2rem;
  color: var(--wh);
  background: var(--key-color); 
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-power article h3 + p{
  padding: 1rem 0 0;
}


/* メリット SP
------------------------ */
.about-merit{
  max-width: 119rem;
  margin: 0 auto;
  padding: 5.2rem 0 7.4rem;
}
.about-merit h2{
  padding:0 2.5rem;
}
.about-merit h2 + p{
  padding: 2.6rem 2.5rem 8.6rem;
  font-size: 1.6rem;
}

/* メリット枠 SP　-- */
.about-merit-wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  background: none;
}
.about-merit-wrap article{
  width: auto;
  margin: 0 1.5rem 2.1rem;
  padding: 1rem;
  background: #F8F5F1CC;
  position: relative;
}
.about-merit-wrap article:first-child,
.about-merit-wrap article:nth-child(2){
  margin: 0 1.5rem 2.1rem;  
}
.about-merit-wrap article p.about-merit-no{
  padding: 0 1rem;
  line-height: 1.5;
  border-radius: 5px 5px 0 0;
  color: var(--wh);
  background: var(--key-color);
  position: absolute;
  top: -10px;
  left: 10px;
}
.about-merit-wrap article p.about-merit-no span{
  font-size: 3rem;
  font-style: italic;
}
.about-merit-wrap article h3{
  margin: 2.5rem 0 0.5rem;
  padding: 0.6rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  border-top: 1px solid var(--key-color);
  border-bottom: 1px solid var(--key-color);
}
.about-mert-ph-sp{
  display: block;
  margin: 0 0 3rem;
}

/* 成果 SP
------------------------ */
.about-results{
  margin: 0 auto 2.5rem;
}
.about-results h2{
  letter-spacing: -1px;
}
.about-results h2 + p{
  padding: 2.3rem 0 3rem;
  font-size: 1.6rem;
}
/* 成果枠 SP　-- */
.about-results-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-results-wrap article{
  width: auto;
  background: #F8F5F1;
}
.about-results-wrap article h3{
  padding: 2rem 0 2rem 1.4rem;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  font-weight: 500;
  color: var(--wh);
  background: #1B5F9E;
}
.about-results-wrap article h3 span{
  display: block;
  line-height: 1.5;
  height: 2.3rem;
  padding: 0 0 0 1rem;
  border-left: 4px solid var(--wh);
}
.about-results-wrap article ol{
  margin: 0 0 2.8rem;
  padding: 1rem  1.4rem 1.5rem;
}
.about-results-wrap article ol li{
  margin: 0 0 1rem;
  padding: 0 0 0 1.5rem;
  background: url(../img/common-icon-en-key.svg) no-repeat left center;
}

.about-results-wrap article ol.about-results-li{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.about-results-wrap article ol.about-results-li li{
  width: auto;
}


/* 4ステップ SP
------------------------ */
.about-step h2{
  text-align: center;
}
.about-step h2 + p{
  padding: 2rem 0 5.3rem;
  text-align: center;
  font-size: 1.6rem;
}
.about-step-wrap{
  max-width: 67.5rem;
  margin: 0 auto 3.4rem;
}
.about-step-wrap article{
  margin: 0 0 2.6rem 2rem;
  padding: 0 0 0 4rem;
  border-left: 1px solid var(--key-color);
  position: relative;
}
.about-step-wrap article p.about-step-no{
  width: 6rem;
  height: 6rem;
  padding: 1.5rem 0 0;
  text-align: center;
  border-radius: 50%;
  color: var(--wh);
  background: var(--key-color);
  font-size: 1.4rem;
  position: absolute;
  left: -30px;
  top: 0;
}
.about-step-wrap article h3{
  padding: 0;
  font-size: 2rem;
  line-height: 1.5;
}
.about-step-wrap article:nth-child(2) h3{
  padding: 1.4rem 0 0;
}
.about-step-wrap article h3 + p{
  padding: 1.2rem 0 0.5rem;
}


/* 合格 SP
------------------------ */
.about-pass{
  max-width: 64.5rem;
  margin: 0 auto 3rem;
}
.about-pass p.about-pass-ttl{
  line-height: 1.4;
  padding: 0 3rem;
  text-align: center;
  font-size: 3rem;  
  background-image: url("../img/common-ill-left.svg"), url("../img/common-ill-right.svg");
  background-repeat: no-repeat,no-repeat;
  background-size: 30px,30px;
  background-position: left bottom, right bottom;
}

/*学年別の学びについて SP
----------------------------*/
.about-learning{
  padding: 2.3rem 2.5rem 0;
}

/*開発背景 SP
------------------------*/
.about-development{
/*   position: relative; */
}
.about-development-wrap{
  max-width: 144rem;
  margin: 0 auto;
}
.about-development section{
  width: auto;
  padding: 5.4rem 2.5rem 2.7rem;
}
.about-development section h2 + p{
  padding: 2rem 0 2.6rem;
}
.about-development-history{
  padding: 0.4rem 0 3.4rem;
}
.about-development-history dl{
  display: flex;
  flex-direction: column;
  padding: 1rem 0 1.6rem;
  border-bottom: 1px dashed var(--key-color);
}
.about-development-history dl dt,
.about-development-history dl dd{
  width: auto;
}
/* SP用写真 */
.about-development section figure{
  display: block;
  text-align: center;
}
/* PC用写真 */
.about-development-ph{
  display: none;
}

/* より詳しく知りたい方はこちら SP 
---------------------------------*/
.about-development-know{
  margin: 0 auto 4.7rem;
}
.about-development-know h3{
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid var(--key-color);
}
.about-development-know-wrap{
  padding: 0;
}
.about-development-know dl{
  display: flex;  
  flex-direction: column-reverse;
  margin: 0 0 2rem;
  padding: 1.2rem 2.7rem 1.2rem 1.5rem;
  border-radius: 5px;
  color: #fff;
  background: url(../img/common-btn-icon-wh.svg) no-repeat 95% center #2F3C5B;
  background-size: 0.9rem;
}
.about-development-know dl dt{
  padding: 0;
}
/* ボタン幅 SP --------- */
.about-dev-btn{
  width: 18rem;
}






/*----------------------------------------------------
タブレット用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  /* メインイメージ TB
  ------------------------ */
  .about-fv{
    padding: 7rem 0;
    background: url(../img/about-fv.jpg) no-repeat center top;
    background-size: cover;
  }
  .about-fv > p{
    font-size: 2.5rem;
  }
  .about-fv h1{
    font-size: 4rem;
  }

  /* 挨拶文 TB
  ------------------------ */
  .about-greeting{
    padding: 7rem 0 10rem;
  }
  .about-greeting > p{
    font-size: 2rem;
  }
  .about-gree-point{
    flex-direction: row;
    padding: 5.7rem 2.5rem 11rem;
  }
  .about-gree-point dl{
    flex-direction: column;
    align-items: center;
    width: 32%;
    padding: 0;
  }
  .about-gree-point dl dt{
    width: auto;
  }
  .about-gree-point dl dt img{
    display: block;
    width: 207px;
  }
  .about-gree-point dl dd{
    width: auto;
    padding: 0;
  }
  .about-gree-point dl dd p{
    font-size: 3rem;
    text-align: center;
  }
  .about-gree-point dl:first-child dd p{
    line-height: 1.5;
  }
  .about-gree-point dl dd p span.about-point01-span{
    font-size: 5rem;
  }
  .about-gree-point dl dd p span.about-txt{
    display: block;
    font-size: 2rem;
  }

  /* Youtube TB
  ------------------------ */
  .about-yt{
    padding: 0;
  }
  .about-yt p:first-child iframe{
    height: 62rem;
  }
  .about-yt p:last-child{
    padding: 2.4rem 3rem 3.2rem;
  }

  /* ジャイロ式で身につく力 TB
  ------------------------ */
  .about-power{
    padding: 0 2.5rem 6.7rem;
  } 
  .about-power h2{
    font-size: 4rem;
  }
  .about-power h2 + p{
    padding: 3rem 0 8rem;
  }
  .about-power article{
    padding: 0 0 5rem;
  }
  .about-power article h3{
    padding: 0.5rem 6.4rem;
    font-size: 2.5rem;
  }
  .about-power article h3 span{
    width: 5.4rem;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 4rem;
  }
  .about-power article h3 + p{
    margin: 0;
    padding: 1.3rem 0 0.5rem;
  }

  /* メリット TB
  ------------------------ */
  .about-merit{
    padding: 10.2rem 2.5rem 10.7rem;
  }
  .about-merit h2{
    padding:0;
  }
  .about-merit h2 + p{
    padding: 4.2rem 0 9.6rem;
    font-size: 2rem;
  }

  /* メリット枠 TB　-- */
  .about-merit-wrap{
    flex-direction: row;
    background: url(../img/about-merit.png) no-repeat center center;
  }
  .about-merit-wrap article{
    width: 42%;
    margin: 0;
  }
  .about-merit-wrap article:first-child,
  .about-merit-wrap article:nth-child(2){
    margin: 0 0rem 26rem; 
  }
  .about-merit-wrap article p.about-merit-no{
    position: absolute;
    top: -10px;
    left:-15px;
  }
  .about-mert-ph-sp{
    display: none;
  }

  /* 成果 TB
  ------------------------ */
  .about-results{
    margin: 0 auto 14.3rem;
  }
  .about-results h2 + p{
    padding: 4.2rem 0 12.7rem;
    font-size: 2rem;
  }
  /* 成果枠 TB　-- */
  .about-results-wrap{
    flex-direction: row;
  }
  .about-results-wrap article{
    width: 48.5%;
  }
  .about-results-wrap article h3{
    padding: 2.5rem 2.7rem;
    font-size: 2.5rem;
  }
  .about-results-wrap article h3 span{
    padding: 0 0 0 1.5rem;
    line-height: 1;
  }
  .about-results-wrap article ol{
    margin: 0;
    padding: 2.6rem 3rem 4rem;
  }
  .about-results-wrap article ol li{
    margin: 0 0 1.7rem;
  }
  .about-results-wrap article ol.about-results-li{
    flex-direction: row;
  }
  .about-results-wrap article ol.about-results-li li{
    padding: 0 4.3rem 0 1.5rem;
  }
  .about-results-wrap article ol.about-results-li li:nth-child(4){
    padding: 0 0 0 1.5rem;
  }
  .about-results-wrap article ol.about-results-li li:first-child,
  .about-results-wrap article ol.about-results-li li:last-child{
    width: 100%;
    padding: 0 0 0 1.5rem;
  }


  /* 4ステップ TB
  ------------------------ */
  .about-step h2 + p{
    padding: 3.6rem 0 8.8rem;
    font-size: 2rem;
  }
  .about-step-wrap{
    margin: 0 auto 7rem;
  }
  .about-step-wrap article{
    margin: 0 0 2.6rem 1.3rem;
    padding: 0 0 0 9rem;
  }
  .about-step-wrap article p.about-step-no{
    width: 8.7rem;
    height: 8.7rem;
    padding: 2.2rem 0 0;
    font-size: 2rem;
    position: absolute;
    left: -45px;
    top: 0;
  }
  .about-step-wrap article h3{
    padding: 1.5rem 0 0 0;
    font-size: 3rem;
    line-height: 1.5;
  }
  .about-step-wrap article:nth-child(2) h3{
    padding: 1.5rem 0 0 0;
  }
  .about-step-wrap article:nth-child(2) h3 + p{
    padding: 1.4rem 0;
  }

  /*学年別の学びについて
  ------------------------*/
  .about-learning{
    padding: 6.2rem 2.5rem 2.4rem;
  }

  /* より詳しく知りたい方はこちら TB 
  ---------------------------------*/
  .about-development-know{
    margin: 0 auto;
  }
  .about-development-know h3{
    margin: 0 0 2.8rem;
    font-size: 2.5rem;
  }
  .about-development-know-wrap{
    padding: 0 0 5.6rem;
  }
  .about-development-know dl{
    flex-direction: row;  
    margin: 0 0 1rem;
    padding: 1.7rem 2.7rem 2rem 2.6rem;
    background: url(../img/common-btn-icon-wh.svg) no-repeat 95% center #2F3C5B;
    background-size: 0.9rem;
  }
  .about-development-know dl dt{
    padding: 0 4.8rem 0 0;
  }
  /* ボタン幅 TB --------- */
  .about-dev-btn{
    width: 20.6rem;
  }
  .about-dev-btn a {
    padding-left: 5.5rem;
  }


}

/*----------------------------------------------------
PC 1000
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

 
  /* 要望 1000
  ---------------------------*/
  .about-pass{
    margin: 0 auto 11.8rem;
  }
  .about-pass p.about-pass-ttl{
    padding: 0 2rem;
    font-size: 4.25rem;  
    background-size: 20px,20px;
  }


  /*開発背景 1000
  ------------------------*/
  .about-development-wrap {
    display: flex;
    justify-content: space-between;
    padding: 16.3rem 0 11.8rem;
  }
  .about-development section{
    max-width: 67.5rem;
    width: 58%;
    flex-shrink: 0;
    padding: 0 0 0 2.5rem;
  }
  .about-development section h2 + p{
    padding: 6rem 0 3rem;
  }
  .about-development-history{
    padding: 0.4rem 0 0;
  }
  .about-development-history dl{
    flex-direction: row;
    padding: 1.4rem 0 1.6rem;
  }
  .about-development-history dl dt{
    width: 20%;
  }
  .about-development-history dl dd{
    width: 80%;
  }
  /* SP用写真 1000 */
  .about-development section figure{
    display: none;
  }
  /* PC用写真 1000 */
  .about-development-ph{
    display: block;
    width: 42%;
    text-align: right;
    padding: 2rem 0 0 3rem;
  }
  .about-development-ph p:first-child{
    padding: 0 0 4.8rem;
  }  

}



/*----------------------------------------------------
PC 1170
----------------------------------------------------*/
@media only screen and (min-width: 1170px) {

/*開発背景 1170
------------------------*/
  .about-development section{
    padding: 0;
    margin-left: calc( (100vw - 114.5rem) / 2 );
  }



}



/*----------------------------------------------------
PC 1440
----------------------------------------------------*/
@media only screen and (min-width: 1440px) {

/*開発背景 1440
------------------------*/
  .about-development section{
    padding: 0;
    margin-left: 14.75rem;
  }




}



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

/* メインイメージ SP
------------------------ */
.school-fv{
  padding: 3rem 0;
  text-align: center;
  color: var(--wh);
  /* background: url(../img/school-fv-elementary-sp.png) no-repeat center top; */
  background-size: cover;
}

.school-fv.elementary {
  background: url(../img/school-fv-elementary-sp.jpg) no-repeat center top;
  background-size: cover;
}

.school-fv.junior {
  background: url(../img/school-fv-junior-sp.jpg) no-repeat center top;
  background-size: cover;
}

.school-fv.high {
  background: url(../img/school-fv-high-sp.jpg) no-repeat center top;
  background-size: cover;
}


.school-fv > p{
  font-size: 2rem;
  font-weight: 500;        
}
.school-fv h1{
  line-height: 1;
  letter-spacing: 16px;
  font-size: 3rem;
}

/* 挨拶 SP
------------------------ */
.school-greeting{
  padding: 2.5rem 2.5rem 5.5rem;
}
.school-greeting p{
  text-align: center;
}
.school-greeting p:first-child{
  padding: 0 0 1rem;
  font-size: 2rem;
}
.school-greeting p:last-child{
  font-size: 1.6rem;
}

/* 指導の特徴 SP
------------------------ */
.school-features{
  max-width: 114.5rem;
  margin: 0 auto;
  padding: 0;
}
.school-features h2{
  margin: 0 2.5rem 5rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid var(--key-color);
  font-size: 2rem;
  font-weight: 700;
}
.school-features-flex{
  margin: 0 2.5rem 8.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.school-features-flex article{
  width: auto;
  margin: 0 0 3.2rem;
}
.school-features-flex article > p{
  position: relative;
}
.school-features-flex article > p span{
  display: block;
  width: 8.8rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  bottom:0;
}
.school-features-flex article h3{
  margin: 0 0 2rem;
  padding: 0.8rem 0;
  line-height: 1.5;
  border-top: 1px solid var(--key-color);  
  border-bottom: 1px solid var(--key-color);
  font-size: 2rem;
  font-weight: 500;
}

.school-features-flex article h3 span{
  background: linear-gradient(transparent 60%, #FFE4E4 30%);
  display: inline-block;
}
  
/*マイジャイロ独自の勉強法 SP ---------*/
.school-features dl{
  padding: 2.5rem 2.5rem 6rem;
  border-radius:0;
  color: #fff;
  background:  var(--key-color);   
}
.school-features dl dt{
  margin: 0 0 1.2rem;
  padding: 0 0 1.5rem;
  border-bottom: 2px solid var(--wh);
  font-size: 1.8rem;
  font-weight: 700;
}
.school-features dl dd{
  font-size: 1.6rem;
}

/* 指導内容 SP
------------------------ */
.school-guidance{
  padding: 5.3rem 0 6.5rem;
  background: url(../img/bg-common-wh-noise.webp);
} 
.school-guidance section{
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.school-guidance section h2{
  text-align: center;
  font-size: 3rem;
}
.school-guidance section h2 + p{
  padding: 0.8rem 0 4.5rem;
  text-align: center;
}
.school-guidance section article{
  padding: 0 0 4.5rem;
}
.school-guidance section article .school-guidance-note{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  border-bottom: none;  
}
.school-guidance section article .school-guidance-note h3{
  padding: 0.4rem 5.5rem;
  font-size: 2rem;
  border-bottom: 1px solid var(--key-color);
  position: relative;
}
.school-guidance section article .school-guidance-note h3 span{
  display: block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 2rem;
  color: var(--wh);
  background: var(--key-color); 
  position: absolute;
  left: 0;
  bottom: 0;
}
.school-guidance section article .school-guidance-note h3 + p{
  margin: 0 0 1rem;
  padding: 0.9rem 0;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--key-color);  
}

/* 授業料 SP
------------------------ */
.school-pay{
  padding: 5rem 0 4rem;
  background: url(../img/bg-common-water-noise.webp);  
}
.school-pay section{
  max-width: 114rem;
  margin: 0 auto;
}
.school-pay section h2{
  margin: 0 2.5rem;
  padding: 0 0 1.3rem;
  border-bottom: 2px solid var(--key-color);
  font-size: 1.8rem;
  font-weight: 700;
}
.school-pay section h2 + p{
  padding: 1.3rem 2.5rem 4.8rem;
  font-size: 1.6rem;
}

.school-pay dl.school-first{
  display: flex;
  max-width:33rem;
  align-items: center;
  margin: 0 0 5rem;
  padding: 0 2.5rem;
  line-height: 1.8;
}
.school-pay dl.school-first dt{
  width: 32%;
  padding: 0;
  font-size: 2rem;
}
.school-pay dl.school-first dd{
  width: 68%;
  padding: 0;
  font-size: 3rem;
  font-weight: 500;
  border-left:none;
}
.school-pay dl.school-first dd span{
  font-size: 1.8rem;
}

/* 横スクルール SP --------- */
.js-scrollable-wrap{
  margin: 0 0 4.2rem 2.5rem;
  padding: 0 0 1rem 0;
  overflow-x: scroll;
}

.js-scrollable {
  width: 61rem;
}

.js-scrollable dl{
  display: flex;
  flex-direction: column;
}
.js-no-scrollable dl{
  display: flex;
  flex-direction: column;
}
.js-scrollable dl dt,
.js-scrollable dl dd{
  width: auto;
}
.js-scrollable dl dt{
  margin: 0 0 1rem;
  font-size: 2rem;
  background: url(../img/school-icon-scroll.svg) no-repeat 50% bottom;
  background-size: 77px;
}
.js-scrollable dl dd{
  padding: 0;
  border-left:none;    
}
.js-scrollable dl dd p{
  margin-bottom: 10px;   
}
/* table SP---------- */
table#tb-template{
  width: 100%;
  background: var(--wh);
  text-align: center;
}
table#tb-template,
table#tb-template th,
table#tb-template td{
  border: 1px solid var(--key-color);
}


table#tb-template .tr-bg-key th{
  border-right: 1px solid #fff;
}

table#tb-template .tr-bg-key th:last-child {
  border-right: 1px solid var(--key-color);
}

/* 基本 -----*/
table#tb-template th,
table#tb-template td{
  font-size: 1.6rem;
}
table#tb-template th.tb-font16{
  font-size: 1.6rem;
}

table#tb-template th{
  padding: 0.8rem 0;
}
table#tb-template td{
  padding: 2rem 0 2.6rem;
}

/* 色 ---------*/
table#tb-template .tr-bg-key{
  color: #fff;
  background: var(--key-color);
}
table#tb-template .th-bg-gray{
  background: rgba(47, 60, 91, 0.1);
}

/* 幅 ---------*/
table#tb-template .th-wh-1{width: 16%;}
table#tb-template .th-wh-2{width: 28%;}
table#tb-template .tb-wh-3{width: 24%; line-height: 1.5;}


/* 位置・余白調整 ---------*/
table#tb-template .tr-bg-key th{
  vertical-align: middle;
  border-right: 1px solid #fff;
}
table#tb-template td.td-left{
  padding: 2rem 1.7rem 2.6rem 1.7rem;
  text-align: left;  
}

@media screen and (max-width: 750px) {
  table#tb-template td.td-left{
    width: 50%;
  }
}

table#tb-template td.td-right{
  padding: 2rem 2.4rem 2.6rem 0;
  text-align: right;  
}






/* ご要望 SP
------------------------ */
.school-qa{
  max-width: 54rem;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}
.school-qa p.school-qa-ttl{
  margin: 0 0 1.5rem;
  padding: 0 3rem;
  text-align: center;
  font-size: 2rem;  
  background-image: url("../img/common-ill-left.svg"), url("../img/common-ill-right.svg");
  background-repeat: no-repeat,no-repeat;
  background-size: 25px,25px;
  background-position: left bottom, right bottom;
}


/*成績UP SP
------------------*/
.school-up{
  color: var(--wh);
  background: url(../img/bg-common-key-noise.webp);
}
.school-up a {
  color: var(--wh);
}
.school-up section{
  max-width: 1096px;
  margin: 0 auto;
  padding: 3.5rem 0 5.4rem;
}
.school-up section h2{
  margin: 0 0 2rem;
  line-height: 1.5;
  text-align: center;
  font-size: 2.7rem;
}

/*合格実績 SP
------------------*/
.school-pass section{
  max-width: 1096px;
  margin: 0 auto;
  padding: 3.5rem 0 5.4rem;
}
.school-pass section h2{
  margin: 0 0 2rem;
  line-height: 1.5;
  text-align: center;
  font-size: 2.7rem;
}


/* スライダー SP
------------------*/
.school-up .common-slide{
  margin: 0 0 5.5rem;
}
.school-pass .common-slide{
  margin: 0 0 3rem;
}
.common-slide div ol {
  padding: 0 2.5rem;
}
.common-slide div ol li:first-child{
  position: relative;
}
.common-slide div ol li:first-child span{
  display: block;
  padding: 0 1rem 0 2rem;
  color: var(--wh);
  background: url(../img/common-icon-en-wh.svg) no-repeat 10px center #616c87;
  background-size: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.common-slide div ol li:nth-child(2){
  margin: 0 0 1rem;
  padding: 1.5rem 0;
  text-align: left;
  border-bottom: 1px solid var(--wh);
  font-size: 2rem;
  font-weight: 500;
}
/* 白線 */
.common-slide div ol li.slide-bd-wh{
  border-bottom: 1px solid var(--wh);
}
/* 青線 */
.common-slide div ol li.slide-bd-key{
  border-bottom: 1px solid var(--key-color);
}

/* スライダーが左寄りになるのを防ぐ */
.common-slide div ol li img{
  margin: 0 auto;
}

.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.slider .slide {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.4s;
}
.slider .slide:hover {
  opacity: 0.7 !important;
}
.slick-dots {
  bottom: 20px;
}
.slick-dots li button::before {
  color: #fff;
}
.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* --------------------------------
Slick 矢印カスタマイズ 
-----------------------------------*/
.slick-arrow {
  display: block;
  position: absolute;
  top: -20rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  color: transparent;
  border: 0;
  background: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 40px;
  height: 40px;
}

/* 矢印白 */
.school-up .common-slide .slick-next::after,
.school-up .common-slide .slick-prev::after{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* 矢印青 */
.school-pass .common-slide .slick-next::after,
.school-pass .common-slide .slick-prev::after{
  border-top: 2px solid var(--key-color);
  border-right: 2px solid  var(--key-color);
}

/* next */
.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 750px) {
  .slick-next::after,
  .slick-prev::after {
    width: 20px;
    height: 20px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }

  
.voice-parent .voice-area .slick-arrow{
  top: -3rem;
}

.voice-parent .voice-area .slick-next{
  right: -14px;
}
.voice-parent .voice-area .slick-prev{
  left: -14px;
}

.voice-parent .voice-area .slick-next::after,
.voice-parent .voice-area .slick-prev::after{
  border-top: 2px solid var(--key-color);
  border-right: 2px solid  var(--key-color);
}

}

/* -------------------------------
Slick dotsを丸くカスタマイズするCSS 
-----------------------------------*/
.dots-wrap {
    display: flex;
    justify-content: center;
    padding: 5rem 0 0;
}
.school-pass .dots-wrap {
  display: none;
  margin: 0;
  padding: 0;
}
.dots-wrap li {
    width: 10px;
    height: 5px;
    margin: 0 5px;
    background: rgba(248, 245, 241, 0.4);
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background:var(--wh);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}





/*----------------------------------------------------
タブレット用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  /* メインイメージ TB
  ------------------------ */
  .school-fv{
    padding: 7rem 0;
    /* background: url(../img/school-fv-elementary.png) no-repeat center top; */
    background-size: cover;
  }
  .school-fv.elementary{
    background: url(../img/school-fv-elementary.jpg) no-repeat center top;
    background-size: cover;
  }
  .school-fv.junior {
    background: url(../img/school-fv-junior.jpg) no-repeat center top;
    background-size: cover;
  }
  .school-fv.high {
    background: url(../img/school-fv-high.jpg) no-repeat center top;
    background-size: cover;
  }
  
  .school-fv > p{
    font-size: 2.5rem;
  }
  .school-fv h1{
    font-size: 4rem;
  }

  /* 指導の特徴 TB
  ------------------------ */
  .school-features{
    padding: 0 2.5rem 7.8rem;
  }
  .school-features h2{
    margin: 0 0 7.4rem;
    font-size: 2.5rem;
  }
  .school-features-flex{
    margin: 0 0 3.8rem;
    flex-direction:row;
  }
  .school-features-flex article{
    width: 31%;
    margin: 0;
  }
  .school-features-flex article > p span{
    width: 12rem;
    font-size: 2.5rem;
  }
  .school-features-flex article h3{
    padding: 1.3rem 0;
    line-height: 1.5;
    font-size: 2.5rem;
  }

 
  /*マイジャイロ独自の勉強法 TB ---------*/
  .school-features dl{
    padding: 3.6rem 4.2rem 3.8rem;
    border-radius: 1rem;
  }
  .school-features dl dt{
    margin: 0 0 2.4rem;
    padding: 0 0 1rem;
    font-size: 2.5rem;
  }
  .school-features dl dd{
    font-size: 2rem;
  }


  /* 指導内容 TB
  ------------------------ */
  .school-guidance{
    padding: 11.5rem 0 15.7rem;
  } 
  .school-guidance section h2{
    font-size: 4rem;
  }
  .school-guidance section h2 + p{
    padding: 3rem 0 8rem;
  }
  .school-guidance section article{
    padding: 0 0 5rem;
  }
  .school-guidance section article .school-guidance-note{
    flex-direction: row;
    border-bottom: 1px solid var(--key-color);  
    margin: 0 0 1.4rem;
  }
  .school-guidance section article .school-guidance-note h3{
    padding: 0.5rem 6.4rem;
    font-size: 2.5rem;
    border-bottom: none;
  }
  .school-guidance section article .school-guidance-note h3 span{
    width: 5.4rem;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 4rem;
  }
  .school-guidance section article .school-guidance-note h3 + p{
    margin: 0;
    padding: 1.3rem 0 0.5rem;
    font-size: 2rem;
    border-bottom: none;
  }

  /* 授業料 TB
  ------------------------ */
  .school-pay{
    padding: 12rem 0 0;
  }
  .school-pay section h2{
    padding: 0 0 1rem;
    font-size: 2.5rem;
  }
  .school-pay section h2 + p{
    padding: 3rem 2.5rem 8.2rem;
    font-size: 2rem;
  }
  .school-up .common-btn a,
  .school-pass .common-btn a {
    padding-left: 5.5rem;
  }

  /* 横スクルール TB --------- */
  .js-scrollable-wrap{
    margin: 0 2.5rem 4.2rem;
    overflow-x: hidden;
  }
  .js-scrollable {
    width: auto;
  }
  .js-scrollable dl dt{
    background:none
  }




}

/*----------------------------------------------------
PC 1000
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

  /* 挨拶 PC1000
  ------------------------ */
  .school-greeting{
    padding: 10.8rem 2.5rem 14.4rem;
  }
  .school-greeting p{
    text-align: center;
  }
  .school-greeting p:first-child{
    padding: 0 0 7.3rem;
    font-size: 4.8rem;
  }
  .school-greeting p:last-child{
    font-size: 2rem;
  }    


  /* 授業料 1000
  ------------------------ */
  .school-pay dl.school-first{
    align-items: flex-start;
    max-width: 144rem;
    margin: 0 2.5rem 4rem;
    padding: 0;
    line-height: 1;
  }
  .school-pay dl.school-first dt{
    width: 17%;
    padding: 0.5rem 0 0;
    font-size: 2.5rem;
  }
  .school-pay dl.school-first dd{
    width: 83%;
    padding: 0 0 3rem 5rem;
    font-size: 4rem;
    border-left: 1px solid rgba(47, 60, 91, 0.3);
  }
  .school-pay dl.school-first dd span{
    font-size: 2.5rem;
  }
  .school-pay dl.school-first dd span:nth-of-type(2){
    font-size: 2.0rem;
    font-weight: 400;
  }

  /* 横スクルール 1000 --------- */
  .js-scrollable-wrap{
    margin: 0 2.5rem 4.2rem;
  }
  .js-scrollable {
    margin: 0 0 4.2rem;
    padding: 0 0 1rem 0;
  }
  .js-scrollable dl{
    flex-direction: row;
  }
  .js-scrollable dl dt{
    width: 17%;
    margin: 0;
    font-size: 2.5rem;
  }
  .js-scrollable dl dd{
    width: 83%;
    padding: 0 0 0 5rem;
    border-left: 1px solid rgba(47, 60, 91, 0.3);
  }


  /* 横スクルール TB --------- */
  table#tb-template th,
  table#tb-template td{
    font-size: 2rem;
  }

  /* 要望 1000
  ---------------------------*/
  .school-qa{
    max-width: 114rem;
    padding: 6.6rem 0;
  }
  .school-qa p.school-qa-ttl{
    padding: 0 6rem;
    font-size: 3.5rem;  
    background-size: 55px,55px;
  }




}

/*----------------------------------------------------
PC 1200
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {


  /* 授業料 1200
  ------------------------ */
  .school-pay section h2{
    margin: 0;
  }
  .school-pay section h2 + p{
    padding: 3rem 0 8.2rem;
  }

  .school-pay dl.school-first{
    margin: 0 0 4rem;
  }

  /* 横スクルール 1200 --------- */
  .js-scrollable-wrap{
    margin: 0 0 4.2rem;
  }

  /*成績UP 1200 ※スライダー
  ------------------------------*/
  .school-up section{
    padding: 20.4rem 0 12.5rem;
  }
  .school-up section h2{
    margin: 0 0 5.5rem;
    font-size: 4rem;
  }

  /*合格実績 1200 ※スライダー
  ------------------------------*/
  .school-pass section{
    padding: 11.7rem 0 12.5rem;
  }
  .school-pass section h2{
    margin: 0 0 5.5rem;
    font-size: 4rem;
  }

  .common-slide{
    margin: 0 0 8.5rem;
  }
  .common-slide div ol li:nth-child(2){
    font-size: 1.8rem;
  }

  /* --------------------------------
  Slick 矢印カスタマイズ 1200
  -----------------------------------*/
  /* next */
  .slick-next {
    right: -20px;
  }
  .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
  }

  /* prev */
  .slick-prev {
    left: -20px;
  }
  .slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
  }  


}





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

/* メインイメージ SP
------------------------ */
.classroom-fv{
  padding: 16rem 0 30rem;
  text-align: center;
  color: var(--wh);
  /* background: url(../img/classroom-fv-aobadai-sp.png) no-repeat center top; */
  background-size: cover;
  position: relative;
}

.classroom-fv.aobadai{
  background: url(../img/classroom-fv-aobadai-sp.jpg) no-repeat center top;
  background-size: cover;
}

.classroom-fv.tamapura{
  background: url(../img/classroom-fv-tamapura-sp.jpg) no-repeat center top;
  background-size: cover;
}

.classroom-fv.tnasima{
  background: url(../img/classroom-fv-tnasima-sp.jpg) no-repeat center top;
  background-size: cover;
}

.classroom-fv.hiyosi{
  background: url(../img/classroom-fv-hiyosi-sp.jpg) no-repeat center top;
  background-size: cover;
}

.classroom-fv > p{
  font-size: 2rem;
  font-weight: 500;
}
.classroom-fv h1{
  font-size: 3rem;
  letter-spacing: 16px;
}
.classroom-fv h1 + p{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
} 
.classroom-fv h1 + p span{
  display: block;
  padding: 1.5rem;
  background: var(--key-color);
  font-size: 1.6rem;
  font-weight: 400;
}
.classroom-fv h1 + p br{
  display: none;
}
.classroom-fv h1 + p br.classroom-fv-br{
  display: block;
}


/* 指導内容 SP
------------------------ */
.classroom-guidance{
  padding: 7rem 0;
  background: url(../img/bg-common-wh-noise.webp);  
}
.classroom-guidance section h2{
  text-align: center;
  font-size: 3rem;
}
.classroom-guidance section h2 + p{
  padding: 1rem 0 0;
  text-align: center;
  font-size: 1.6rem;
}

/* 学校別 SP --- */
.classroom-guidance-info{
  max-width: 91rem;
  margin: 0 auto;
  padding: 4.5rem 0 0; 
}
.classroom-guidance-info h3{
  border-bottom: 1px solid var(--key-color);
}
.classroom-guidance-info h3 span{
  display: block;
  width: 10rem;
  text-align: center;
  color: var(--wh);
  border-radius: 5px 5px 0 0;
  background: var(--key-color);  
  font-size: 2.5rem;
}
.classroom-guidance-info ol,
.classroom-guidance-info ol.classroom-g-flex{
  margin: 0 0 0 2.5rem;
  padding: 1rem 0 0;
  list-style: disc;
  line-height: 2.5;
}
.classroom-guidance-info ol.classroom-g-flex{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.classroom-guidance-info ol.classroom-g-flex li{
  width: auto;
}


/* 主な通塾生 SP
------------------------ */
.classroom-student{
  padding: 5rem 0 7.5rem;
}
.classroom-student section h2{
  text-align: center;
  font-size: 3rem;
}
.classroom-student section h2 + p{
  padding: 1.5rem 0 6rem;
  text-align: center;
  font-size: 1.6rem;
}
.classroom-student section p.classroom-student-sub{
  max-width: 48rem;
  margin: 0 auto;
  padding: 3.5rem 0 3rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  background: url(../img/classroom-icon-school.svg) no-repeat center top;
  background-size: 3rem;
}

.classroom-student-list{
  max-width: 91rem;
  margin: 0 auto;  
}
.classroom-student-list dl{
  display: flex;  
  flex-direction: column;
  padding: 0 0 4rem;  
  border-bottom: none;
}
.classroom-student-list dl:first-child{
  border-top: none;
}
.classroom-student-list dl dt{
  width: auto;
  margin: 0 0 0.8rem;
  padding: 0.8rem 0 0;
  text-align: center;
  border-bottom: 1px solid var(--key-color);
  font-weight: 700;  
}
.classroom-student-list dl dd{
  width: auto;
  line-height: 2;
}


/* 学年別の学びについて SP
------------------------ */
.classroom-learning{
  padding: 3rem 0;
  background: url(../img/bg-common-key-noise.webp);
  color: var(--wh);
}
.classroom-learning section h2{
  padding: 0 0 2.5rem;
  text-align: center;
  font-size: 3rem;
}
.classroom-learning section h2 + p{
  padding: 0 0 1.5rem;
  text-align: left;
  font-size: 1.6rem;
}
.classroom-learning section h2 + p br.classroom-le-br{
  display: none;
}
.classroom-learning-link{
  display: flex;  
  flex-direction: column;
  max-width: 100.9rem;
  margin: 0 auto;
}
.classroom-learning-link article{
  width: auto;
}
.classroom-learning-link article a{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 1.5rem;
  padding: 1rem 1.8rem 1rem 1rem;
  border-radius: 1rem;
  position: relative;
}

/* 下地色 -------*/
.classroom-learning-link article.sch-elementary a{
  background: #c8b44a;
}
.classroom-learning-link article.sch-junior a{
  background: #76a650;
}
.classroom-learning-link article.sch-high a{
  background: #d88c9e;
}

/*　レイアウト SP -------*/
.classroom-learning-link article a p:first-child{
  width:8rem;
}
.classroom-learning-link article a p:nth-child(2){
  display: block;
  padding: 0 0 0 1.8rem;
  color: var(--wh);
  font-size: 2rem;
  font-weight: 700;
}
.classroom-learning-link article a p:nth-child(3){
  display: none;
}
.classroom-learning-link article a p:last-child{
  display: block;
  width:3rem;
  height: 3rem;
  margin:3.5rem 0 0;
  border-radius: 50%;
  background: var(--key-color);
  position: absolute;
  top: 0;
  left: 85%;
}

  /* 学校情報 SP
  ------------------------ */
.classroom-about{
  padding: 5rem 0 7.5rem;
}
.classroom-about section h2{
  font-size: 3rem;  
}

/* 教室長 SP
------- ----- */
.classroom-about-intro{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5rem 0 4.5rem;  
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.classroom-about-intro > p{
  width: auto;
  padding: 0 0 3rem;
}
.classroom-about-intro-txt{
  width: auto;
}
.classroom-about-intro-txt dl{
  padding: 0 0 3rem;
}
.classroom-about-intro-txt dl dt{
  padding: 0 0 1rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 500;
}
.classroom-about-intro-txt dl dt span{
  display: block;
  font-size: 2rem;
}
.classroom-about-intro-txt dl dd{
  padding: 1rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
}

/* 教室長 ボタン　------- ----- */
.common-btn-wrap .classroom-about-btn{
  width: 16rem;
}


/* 住所 SP
------------- */
.classroom-about-map{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem 0 0;
}
.classroom-about-txt{
  width: auto;
}
.classroom-about-txt h3{
  padding: 0 0 0 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  background: url(../img/common-icon-en-key.svg) no-repeat left 1.3rem;
  background-size: 9px;
}

.classroom-about-add{
  padding: 0 0 0 2rem;
}
.classroom-about-add h4{
  width: 11.8rem;
  text-align: center;
  margin: 0 0 0.8rem;
  border-radius: 0 18px 18px 0;
  color: var(--wh);
  background: var(--key-color);
}
.classroom-about-add p.classroom-map-tel{
  margin: 0 0 2rem;
  padding: 0.5rem 0 0 2.2rem;
  background: url(../img/classroom-icon-map-tel.svg) no-repeat left 11px;  
  background-size: 17px;
}
.classroom-about-add p.classroom-map-train{
  padding: 0 0 0 2.2rem;
  background: url(../img/classroom-icon-map-train.svg) no-repeat left center;
  background-size: 17px;  
}

/* googlemap SP ----- */
.classroom-about-gg{
  width: auto;
  padding: 2rem 0 0;
}
.classroom-about-gg-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.classroom-about-gg-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 選ばれる理由 SP
---------------------------*/
.classroom-choose{
  padding: 5rem 0 2.5rem;
  background: url(../img/bg-common-wh-noise.webp);
}
.classroom-choose-point{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4rem 0 0;
}
.classroom-choose-point article{
  width: auto;
  padding: 0 0 4rem;
}
.classroom-choose-point article p.classroom-choose-ph{
  font-size: 2rem;
  position: relative;
}
.classroom-choose-point article p.classroom-choose-ph span{
  width: 9rem;
  text-align: center;
  background: var(--wh);
  position: absolute;
  left: 0;
  bottom: 0;
}
.classroom-choose-point article p.classroom-choose-ph span strong{
  padding: 0 0 0 0.5rem;
  font-size: 3rem;
  font-style: italic;  
}
.classroom-choose-point article h3{
  margin: 0 0 1rem;
  padding: 0.5rem 0;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  border-top: 1px solid var(--key-color);
  border-bottom: 1px solid var(--key-color);
}

/* マイジャイロに込める想い SP
---------------------------*/
.classroom-thought{
  padding: 5rem 0;
}
.classroom-thought-profile{
  display: flex;
  flex-direction: column;
  padding: 0 0 3.5rem;
  justify-content: space-around;
    max-width: 1145px;
}

.classroom-thought-profile figure{
  width: auto;
  padding: 3rem 0 3.5rem;  
}
.classroom-thought-profile figure figcaption{
  padding: 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
}
/* .classroom-thought-profile p.classroom-thought-txt{
  width: auto;
  padding: 0;
} */
.classroom-thought-profile .classroom-thought-txt{
  width: auto;
  padding: 0;
}
/* .classroom-thought-profile p.classroom-thought-txt span:first-child{
  display: block;
  padding: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;  
} */
.classroom-thought-profile .classroom-thought-txt span:first-child{
  display: block;
  padding: 0 0 2rem;
  font-size: 1.6rem;
  font-weight: 500;  
}

/* マイジャイロに込める想い ボタン幅 SP */
.common-btn-wrap.classroom-thought-btn{
  width: 21rem;
}

/*----------------------------------------------------
タブレット用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  /* メインイメージ TB
  ------------------------ */
  .classroom-fv{
    padding: 22rem 0;
    /* background: url(../img/classroom-fv-aobadai.png) no-repeat center top; */
    background-size: cover;
  }
  
  .classroom-fv.aobadai{
    background: url(../img/classroom-fv-aobadai.webp) no-repeat center top;
    background-size: cover;
  }

 .classroom-fv.tamapura{
    background: url(../img/classroom-fv-tamapura.jpg) no-repeat center top;
    background-size: cover;
  } 

 .classroom-fv.tnasima{
    background: url(../img/classroom-fv-tnasima.jpg) no-repeat center top;
    background-size: cover;
  } 

 .classroom-fv.hiyosi{
    background: url(../img/classroom-fv-hiyosi.jpg) no-repeat center top;
    background-size: cover;
  } 


  .classroom-fv > p{
    font-size: 3.6rem;
  }
  .classroom-fv h1{
    font-size: 4rem;
  }
  .classroom-fv h1 + p{
    left: 0;
    bottom: -100px;
  } 
  .classroom-fv h1 + p br{
    display: block;
  }

  /* 指導内容 TB
  ------------------------ */
  .classroom-guidance{
    padding: 20rem 0 10rem;
  }
  .classroom-guidance section h2{
    font-size: 4rem;
  }
  .classroom-guidance section h2 + p{
    padding: 2rem 0 0;
    font-size: 2rem;
  }
  /* 学校別 TB --- */
  .classroom-guidance-info h3{
    border-bottom: 1px solid var(--key-color);
  }
  .classroom-guidance-info h3 span{
    display: block;
    width: 8.8rem;
    font-size: 2rem;
  }


  /* 主な通塾生 TB
  ------------------------ */
  .classroom-student{
    padding: 10rem 0 8rem;
  }
  .classroom-student section h2{
    text-align: center;
    font-size: 4rem;
  }
  .classroom-student section h2 + p{
    padding: 2rem 0 10rem;
    text-align: center;
    font-size: 2rem;
  }
  .classroom-student section p.classroom-student-sub{
    padding: 1rem 0 4rem 5rem;
    text-align: left;
    font-size: 2.5rem;
    background: url(../img/classroom-icon-school.svg) no-repeat left top;
    background-size: 4rem;
  }
  .classroom-student-list dl{
    flex-direction: row;
    padding: 2rem 0;  
    border-bottom: 1px solid var(--key-color);
  }
  .classroom-student-list dl:first-child{
    border-top: 1px solid var(--key-color);
  }
  .classroom-student-list dl dt{
    width: 20%;
    margin:0;
    padding:0 0 0 1rem;
    text-align: left;
    border-bottom: none;
  }
  .classroom-student-list dl dd{
    width: 80%;
    line-height: 2;
  }


  /* 学年別の学びについて TB
  ------------------------ */
  .classroom-learning{
    padding: 7rem 0 10rem;
  }
  .classroom-learning section h2{
    font-size: 4rem;
  }
  .classroom-learning section h2 + p{
    padding: 0 0 6rem;
    text-align: center;
    font-size: 2rem;
  }
  .classroom-learning section h2 + p br.classroom-le-br{
    display: block;
  }
  .classroom-learning-link{
    flex-direction: row;
    justify-content: space-between;
  }
  .classroom-learning-link article{
    width: 30%;
  }
  .classroom-learning-link article a{
    flex-direction: column;
    align-items:stretch;
    margin:0;
    padding: 0;
    border-radius: 0;
  }

  /* 下地色 -------*/
  .classroom-learning-link article.sch-elementary a{
    background: transparent;
  }
  .classroom-learning-link article.sch-junior a{
    background: transparent;
  }
  .classroom-learning-link article.sch-high a{
    background: transparent;
  }

  /*　レイアウト SP -------*/
  .classroom-learning-link article a p:first-child{
    width:auto;
  }
  .classroom-learning-link article a p:nth-child(2){
    display: none;
  }
  .classroom-learning-link article a p:nth-child(3){
    display: block;
    width: 12rem;
    position: absolute;
    top: 70%;
    left: -20px;
  }
  .classroom-learning-link article a p:last-child{
    width:4rem;
    height:4rem;
    margin:0;
    position: absolute;
    top: 80%;
    left: 68%;
  }


  /* 学校情報 TB
  ------------------------ */
  .classroom-about{
    padding: 20rem 0;
  }
  .classroom-about section h2{
    font-size: 4rem;  
  }

  /* 教室長 TB ----- */
  .classroom-about-intro{
    flex-direction: row;
    padding: 5rem 0 8rem;  
  }
  .classroom-about-intro > p{
    width: 40%;
    padding: 0;
  }
  .classroom-about-intro-txt{
    width: 56%;
  }
  .classroom-about-intro-txt dl dt{
    padding: 0 0 2rem;
    font-size: 3rem;
  }
  .classroom-about-intro-txt dl dt span{
    font-size: 2rem;
  }
  .classroom-about-intro-txt dl dd{
    padding: 1rem 0 4.5rem;
  }
  /* 教室長 ボタン　------- ----- */
  .common-btn-wrap.classroom-about-btn{
    width: 20.6rem;
  }
  .common-btn-wrap.classroom-about-btn a {
    padding-left: 5.5rem;
  }


  /* 住所 TB
  ------------- */
  .classroom-about-map{
    flex-direction: row;
    align-items: flex-start;
    padding: 5rem 0 0;
  }
  .classroom-about-txt{
    width: 50%;
  }

  /* googlemap TB ----- */
  .classroom-about-gg{
    width: 45%;
    padding: 0;
  }


  /* 選ばれる理由 TB
  ---------------------------*/
  .classroom-choose{
    padding: 12rem 0 3rem;
  }
  /* 選択 */
  .classroom-choose-point{
    flex-direction: row;
    padding: 8rem 0 0;
  }
  .classroom-choose-point article{
    padding: 0 0 9rem;
  }
    .classroom-choose-point article:first-child,
  .classroom-choose-point article:nth-child(2){
    width: 48%;
  }
  .classroom-choose-point article:nth-child(3),
  .classroom-choose-point article:nth-child(4),
  .classroom-choose-point article:last-child{
    width: 30%;
  }
  .classroom-choose-point article h3{
    font-size: 1.8rem;
  }
  .classroom-about-gg-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%; /* 比率を4:3に固定 */
  }
  .classroom-about-gg-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
  }



}

/*----------------------------------------------------
PC 1000
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

  /* 学年別の学びについて PC1000
  ------------------------------- */
  .classroom-learning section h2 + p br.classroom-le-br{
    display: none;
  }

  .classroom-learning-link article a p:last-child{
    width:6.5rem;
    height:6.5rem;
    position: absolute;
    top: 78%;
    left: 68%;
  }

  /* 学校別 1000 --- */
  .classroom-guidance-info ol,
  .classroom-guidance-info ol.classroom-g-flex{
    margin: 0 0 0 2.5rem;
    padding: 1rem 0 0;
    list-style: disc;
  }
  .classroom-guidance-info ol.classroom-g-flex{
    flex-direction: row;
  }
  .classroom-guidance-info ol.classroom-g-flex li{
    width: 50%;
  }
  .classroom-guidance-info ol.classroom-g-flex li:nth-child(2){
    order: 3;    
  }
  .classroom-guidance-info ol.classroom-g-flex li:last-child{
    order: 2;    
  }


  /* 住所 1000
  ------------- */
  .classroom-about-add p.classroom-map-tel{
    margin: 0 0 3rem;
  }

  /* 選ばれる理由 1000
  ---------------------------*/
  .classroom-choose-point article p.classroom-choose-ph{
    font-size: 2.5rem;
  }
  .classroom-choose-point article p.classroom-choose-ph span{
    width: 10rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .classroom-choose-point article p.classroom-choose-ph span strong{
    padding: 0 0 0 0.5rem;
    font-size: 4rem;
  }
  .classroom-choose-point article h3{
    margin: 0 0 2rem;
    padding: 1.5rem 0;
    font-size: 2.5rem;
  }

  /* マイジャイロに込める想い TB
  ---------------------------*/
  .classroom-thought{
    padding: 12rem 0;
  }
  .classroom-thought-profile{    
    flex-direction: row;
    padding: 9rem 0 7rem;
    justify-content: space-around;
    max-width: 1145px;

  }
  .classroom-thought-profile figure{
    width: 36%;
    padding: 0;
  }
 /* .classroom-thought-profile p.classroom-thought-txt{
    width: 55%;
    padding: 0 0 0 3rem;
  } */
 .classroom-thought-profile .classroom-thought-txt{
    width: 55%;
    padding: 0 0 0 3rem;
  }
  /* .classroom-thought-profile p.classroom-thought-txt span:first-child{
    display: block;
    padding: 0 0 4.5rem;
    font-size: 2.5rem;
    font-weight: 500;  
  } */
  .classroom-thought-profile .classroom-thought-txt span:first-child{
    display: block;
    padding: 0 0 4.5rem;
    font-size: 2.5rem;
    font-weight: 500;  
  }
  /* 共通ボタン 幅指定 1000 */
  .common-btn-wrap.classroom-thought-btn{
    width: 20.6rem;
  }





}

/*----------------------------------------------------
PC 1200
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {

  /* メインイメージ PC 1200
  ------------------------ */
  .classroom-fv h1 + p span{
    padding: 3rem 0;
    font-size: 2.7rem;
  }



}


/*----------------------------------------------------
PC用 1600
----------------------------------------------------*/
@media only screen and (min-width: 1600px) {

  /* メインイメージ PC 1600
  ------------------------ */
  .classroom-fv h1 + p{
    left: 0;
    bottom: -180px;
  } 

  /* 指導内容 PC1600
  ------------------------ */
  .classroom-guidance{
    padding: 25rem 0 10rem;
  }

}


/*----------------------------------------------------
スマホ 374px以下用
----------------------------------------------------*/
@media only screen and (max-width: 374px) {


}





/*----------------------------------------------------
page-faq
----------------------------------------------------*/
.faq-fv{
  padding: 4.4rem 0;
  text-align: center;
  color: var(--wh);
  background: url(../img/faq-fv-sp.jpg) no-repeat center top;
  background-size: cover;
}
.faq-fv h1{
  font-size: 3rem;
  letter-spacing: 16px;
}

@media only screen and (min-width: 750px) {
    /* メインイメージ TB
  ------------------------ */
  .faq-fv{
    padding: 9.7rem 0 8.5rem;
    background: url(../img/faq-fv.jpg) no-repeat center top;
    background-size: cover;
  }
  .faq-fv h1{
    font-size: 4rem;
  }
}


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

/* メインイメージ SP
------------------------ */
.results-fv{
  padding: 4.4rem 0;
  text-align: center;
  color: var(--wh);
  background: url(../img/results-fv-sp.jpg) no-repeat center top;
  background-size: cover;
}
.results-fv h1{
  font-size: 3rem;
  letter-spacing: 16px;
}


/* 挨拶文 SP
------------------------ */
.results-greeting{
  padding: 2rem 2.5rem 4rem;
  text-align: center;
}
.results-greeting p:first-child{
  padding: 0 0 1.7rem;  
  font-size: 2rem;
  font-weight: 700;
}
.results-greeting p:last-child{
  font-size: 1.6rem;
}

/* 実績 SP
------------------------ */
.results-wrap{
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2.5rem 6.4rem;
}
.results-wrap h2{
  padding: 0.4rem 0 0.4rem 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 3px;
  color: var(--wh);
  background: url(../img/common-icon-en-wh.svg) no-repeat 10px center #2f3c5b;
  background-size: 10px;
}

.results-wrap dl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid var(--key-color);
}
.results-wrap dl dt{
  width: 100%;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px dashed var(--key-color);
  font-size: 1.8rem;
  font-weight: 500;
}
.results-wrap dl dd{
  width: 100%;
  padding: 0;
  border-left: none;  
}
.results-wrap dl dd ol:first-child{
  margin: 0 0 2rem;
}
.results-wrap dl dd ol li:first-child{
  font-weight: 700;
}


/*----------------------------------------------------
タブレット用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  /* メインイメージ TB
  ------------------------ */
  .results-fv{
    padding: 9.7rem 0 8.5rem;
    background: url(../img/results-fv.jpg) no-repeat center top;
    background-size: cover;
  }
  .results-fv h1{
    font-size: 4rem;
  }
  /* 挨拶文 SP
  ------------------------ */
  .results-greeting{
    padding: 4.1rem 0 9.5rem;
  }
  .results-greeting p:first-child{
    font-size: 2.5rem;
  }
  .results-greeting p:last-child{
    font-size: 2rem;
  }

  /* 実績 TB
  ------------------------ */
  .results-wrap{
    padding: 0 2.5rem 12.1rem;
  }
  .results-wrap h2{
    font-size: 2.3rem;
  }
  .results-wrap dl{
    flex-direction: row;
    padding: 3rem 0;
    border-bottom: 1px dashed var(--key-color);
  }
  .results-wrap dl dt{
    width: 22.5%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .results-wrap dl dd{
    width: 77.5%;
    padding: 0 0 0 3rem;
    border-left: 1px solid var(--key-color);
  }

}









