/*--------------------
urity
---------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  line-height: 2.6rem;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  font-size: 1.6rem;
}
a {
  color: black;
  display: block;
  text-decoration: none;
}
ul {
  padding-left: 0;
  list-style: none;
}
.bcg-c {
  background-color: #ad181f;
}
.sub-text {
  font-size: 1.4rem !important;
}
header {
  position: relative;
  height: 380px;
	background-color: white;
}
nav {
  text-transform: uppercase;
}
section {
  margin: 60px auto 100px;
}
.contact {
  background-color: #F5A940;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;

}
p {
  letter-spacing: 0;
}
#main {
  float: right;
  width: 560px;
  padding: 0;
  margin: 10px 0 0 0px;
}
h1 {
  position: relative;
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 3.2rem;
}
h1::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 2px;
  width: 100px;
  background-color: #ad181f;
}
h1 .sub {
  font-size: 2rem;
}
h2 {
  margin: 40px 0 20px;
  background-color: #F6F6F6;
  border-left: 5px solid #ad181f;
  padding: 10px;
  font-size: 2rem;
  padding-inline-start: 20px;
  line-height: 20px;
}
.contact a {
  color: white;
  font-weight: bold;
}
.sp {
  display: none;
}
.btn-back {
  display: block;
}
.btn-back.active {
  display: none;
}
.btn-backclose {
  display: none;
}
.btn-backclose.active {
  display: block;
}
.hbg-menu {
  display: none;
}
.bold{
	font-weight:bold;
}
/*--------------------
10.HOME_HP
---------------------*/
/*--------------------
11.header_HP
---------------------*/
html, body {
  padding: 0;
  margin: 0;
  background-color: #eee;
}
.page {
  max-width: 1100px;
  padding: 0;
  margin: 0px auto;
  text-align: left;
  background-color: #fff;
  position: relative;
	background-image: url("/ls2/introduce/kakekomi/common/img/background.jpg");
	background-repeat: no-repeat;
}
#hp-title-hp {
  width: 25.45vw;
  max-width: 280px;
}
.hp-title.hp {
  position: relative;
  left: 30%;
  top: 50px;
}
.top-border {
  width: 100%;
  height: 5px;
  background-color: #ad181f;
}
header .logo {
  position: absolute;
  right: 40px;
  top: 20px;
  width: 150px;
}
.header-img-hp {
  position: absolute;
  right: 0;
  top: 80px;
  background-image: url("/ls2/introduce/kakekomi/common/img/top_img.jpg");
  /*/ls2/introduce/kakekomi/img/top_img.png  */
  width: 74.55vw;
  max-width: 820px;
  height: 300px;
  background-size: cover;
}
/*--------------------
12.menu_HP
---------------------*/
.menu_top {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: white;
}
.is-fixed {
  position: fixed;
  top: 0;
  margin-left: 93px;
  margin-top: 0;
  z-index: 2;
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
}
ul.menu_top li {
  position: relative;
  padding: 0 24px;
  height: 47px;
  line-height: 50px;
  display: block;
  font-size: 1.8rem;
}
ul.menu_top li.item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #999999;
}
ul.menu_top li:hover {
  background-color: #E8E8E8;
}
ul.menu_top li.nowthis {
  border-bottom: 3px solid #ad181f !important;
}
nav .contact {
  width: auto;
  height: 50px !important;
  margin: 0;
}
.navi-site-title {
	position:relative;
  width: 210px;
  margin-bottom: 15px;
	top:14px;
  display: none;
}
/*--------------------
13.news_HP
---------------------*/
#news {
  width: 100%;
  min-height: 80px;
  margin-top: 60px;
  padding: 15px 100px;
  box-sizing: border-box;
}
#news .text-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
#news li .date {
  margin-right: 30px;
}
.new::after {
  content: "new";
  background-color: white;
  height: 18px;
  line-height: 16px;
  color: #ad181f;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/*--------------------
14.リード文_HP
---------------------*/
#lead p {
  max-width: 800px;
  margin: 0 auto 5px;
}
/*--------------------
14.開催時期_HP
---------------------*/
#season p {
  max-width: 600px;
  margin: 0 auto 5px;
}
#season h1 {
  margin-bottom: 30px;
}
#season p.item {
  color: white;
  font-weight: bold;
  display: inline-block;
  background-color: #d94958;
  padding: 0 20px;
}
#season-container {
  width: 100%;
  background-image: url("/ls2/introduce/kakekomi/common/img/season_img.jpg");
  background-size: cover;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
	    background-position-y: center;
}
#season-container div {
  display: block;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  padding: 40px;
}
#season-container p.detail{
	margin-bottom:30px;
	font-size:2rem;
}
/*--------------------
15.悩み_HP
---------------------*/
#trouble {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #999;
}
#trouble .conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#trouble .sub-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#trouble .item {
  width: 240px;
  margin-left: 35px;
  margin-bottom: 25px;
}
#trouble .situation {
  color: #ad181f;
  margin-bottom: 5px;
  padding-left: 20px;
}
#trouble .detail {
  font-size: 13px;
  width: 240px;
  padding: 10px 2em;
  border-radius: 5px;
  margin-top: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
  box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
  text-indent: -0.5em;
  line-height: 1.6rem;
}
.detail li {
  padding-top: 8px;
}
.detail li::before {
  content: "・";
}
#trouble .text-style {
  max-width: 800px;
  margin: 0 auto;
}
.trouble-img {
  width: 30%;
  height: 30%;
}
.end-sentence {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
/*--------------------
16.方法_HP
---------------------*/
#method .conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
#method .item {
  width: 230px;
	position:relative;
  background-color: #eee;
  margin-right: 20px;
  padding: 50px 15px;
  box-sizing: border-box;
  text-align: center;
}
#method .item::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6rem;
    content: '0da';
    position: absolute;
    right: -14px;
    color: #666;
    top: 85px;
}
#method .item:last-of-type {
  margin-right: 0;
}
#method .item:last-of-type:before{
	  content:none;
}
#method .action-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
#method .heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
#method li p {
  font-size: 1.3rem;
  line-height: 2.3rem;
  text-align: left;
  margin-top: 30px;
}
#method p {
  max-width: 800px;
  margin: 60px auto 0;
}
#method .contact a {
  font-size: 2rem;
  font-weight: bold;
}
.arrow-position{
    position: absolute;
    right: -11px;
    top: 75px;
    font-size: 5rem;
    color: #aaa;
}
/*--------------------
17.スケジュール_HP
---------------------*/
#schedule {
  background-image: url("/ls2/introduce/kakekomi/common/img/schedule_img.jpg");
  padding: 60px 0;
}
.sch-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
#schedule .sch-column {
  width: 200px;
  margin-right: 5px;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}
#schedule .week .sch-column {
  height: 30px;
  background-color: #ad181f;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
}
#schedule .week .sch-column :last-of-type {
  margin-right: 0px;
}
.teach-list {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 1.5em;
}
.teach-list::before {
position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '007';
  color: #555;
}
.subject-area {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subject {
  border-radius: 2px;
  color: white;
  font-size: 12px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  padding: 1px 10px;
  margin-right: 3px;
  max-width: 50px;
}
.i-kagaku {
  background-color: #0099ce;
}
.i-y-kagaku {
  background-color: #423885;
}
.i-seibut {
  background-color: #009453;
}
.i-yakuga {
  background-color: #cb4829;
}
/*--------------------
18.フッター_HP
---------------------*/
.border {
  width: 100%;
  height: 5px;
  background-color: #ad181f;
}
#copyright {
  text-align: center;
  padding: 20px;
  font-size: 1.4rem;
}
#home-text ul {
  margin-top: 0;
  margin-bottom: 10px;
}
/*--------------------
20.沿革_HP
---------------------*/
.history section {
  max-width: 800px;
  width: 90%;
  padding: unset;
}
.sub .hp-title.hp {
  top: 20px;
  left: 0;
  padding-left: 40px;
  width: 300px;
}
.header-img-hp.sub {
  width: 100%;
  height: 125px;
  max-width: initial;
}
header.sub {
  height: 205px;
}
.site-title-sp {
  position: relative;
  width: 225px;
  top: 10px;
  left: 40px;
}
#history-age {
  width: 600px;
  margin: 0 auto;
}
.history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.history dt {
  width: 120px;
}
.history dt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '0c8';
	font-size:1.6rem;
	padding-right:15px;
	color:#ad181f;
}
#graph-position {
  text-align: center;
}
#graph {
  width: 90vw;
  max-width: 700px;
}
/*--------------------
30.コンセプト_HP
---------------------*/
.profile section {
  max-width: 800px;
  width: 80%;
  padding: unset;
}
.profile section p {
  padding-top: 15px;
}
/*--------------------
40.講師紹介_HP
---------------------*/
#member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#member-list li {
  width: 250px;
  margin: 20px;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
#member-list li p {
  font-size: 14px;
  line-height: 2rem;
  padding-left: 30px;
}
.portrait_photo {
  height: 150px;
  width: 200px;
  box-sizing: border-box;
  background-color: #ccc;
  margin: 0 auto 20px;
  line-height: 150px;
  text-align: center;
}
#member-list li .teacher {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 !important;
}
#member-list li .subject-area {
  padding-left: 30px;
}
.laboratory {
  margin-top: 15px;
}
/*--------------------
50.FAQ_HP
---------------------*/
.faq section {
  max-width: 800px;
  width: 80%;
}
.question {
  position: relative;
  width: 100%;
  border-left: 5px #ad181f solid;
  -webkit-box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
  box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
  padding: 15px 41px;
  box-sizing: border-box;
  border-radius: 4px;
  text-indent: -1.6em;
	pointer-events: none;
}
.question::before {
  content: "Q";
  color: #ad181f;
  font-weight: bold;
  margin-right: 10px;
}
.answer {
  margin: 30px;
}
#faq ul li dl dd {
  margin: 30px 30px 30px 47px;
  ;
  text-indent: -1.6em;
}
#faq ul li dl dd::before {
  content: "A";
  color: #ad181f;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width:1000px) {
  /*--------------------
ulity
---------------------*/
  .sp {
    display: block;
  }
  .hp {
    display: none;
  }
  section {
    padding: 0 40px;
    margin-top: 20px;
  }
  .hbg-menu.active {
    display: block;
  }
  .end-sentence {
    margin: 0 auto 40px;
  }
  /*--------------------
header
---------------------*/
  header {
    height: 160px;
  }
  .top-area {
    position: fixed !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    width: 100%;
    top: 0;
  }
  .top-area .contact {
    width: 100px;
    margin: 0;
  }
  .btn-trigger {
    margin: 0;
  }
  .btn-trigger:active {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
  }
  .hp-titile-back {
    background-color: rgba(255, 255, 255, 0.9);
    height: 50px;
    width: calc(100% - 150px);
  }
  .sp .hp-title {
    position: absolute;
    font-size: 2rem;
    left: 20px;
  }
  .sp .hp-title::before {
    content: none;
  }
  .header-img {
    margin-top: 0;
  }
  .header-img-sp {
    background-image: url("/ls2/introduce/kakekomi/common/img/top_img.jpg");
    /*/ls2/introduce/kakekomi/img/top_img.png  */
    width: 100%;
    height: 160px;
    background-size: cover;
  }
  /*--------------------
hbg-menu
---------------------*/
  .hbg-menu {
    display: none;
    top: 50px;
    width: 100%;
    max-width: 320px;
    position: fixed;
    right: 0;
    z-index: 110;
  }
  .hbg-menu .item {
    background-color: #272c32;
    border: 1px solid white;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .hbg-menu .item a {
    color: white;
  }
  .hbg-menu .item.logo {
    background-color: white;
    border: 1px solid #ccc;
    padding-top: 15px;
    line-height: initial;
  }
  #sp-logo {
    width: 120px;
  }
  /*--------------------
secttion-news
---------------------*/
  .top section {
    margin: 40px auto 30px
  }
  #news {
    margin-top: 0;
    padding: 15px 40px;
  }
  #news .text-style {
    display: block;
  }
  /*--------------------
secttion-lead
---------------------*/
  #lead p {
    margin-bottom: 20px;
    padding: 0;
  }
  /*--------------------
secttion-season
---------------------*/
  #season {
    padding: 0;
  }
  #season-container {
    padding: 0;
  } /**
	#season-container div{
		padding:0;
	}**/
  /*--------------------
secttion-trouble
---------------------*/
  #trouble {
    border: none;
    padding: 0 40px;
  }
  .detail-btn {
    position: relative;
    width: 100%;
    border-left: 5px #ad181f solid;
    -webkit-box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .detail-btn h1 {
    margin-bottom: 0;
    text-align: left;
    font-size: 2.3rem;
  }
  .detail-btn h1:before {
    content: none;
  }
  .detail-view {
    position: relative;
    color: #666;
    text-align: right !important;
    right: 20px;
    margin-top: 0 !important;
  }
	.detail-view::before{
		  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '054';
	  padding-right:5px;
	}
  #trouble .conts {
    display: block;
    margin-bottom: 0;
  }
  #trouble .img {
    margin: 0 auto;
  }
  #trouble .sub-conts {
    display: block;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0px;
  }
  #trouble .item {
    margin: 0 0 20px;
    width: 100%;
  }
  #trouble .detail {
    font-size: 1.6rem;
    width: 100%;
    line-height: 2rem;
  }
  #trouble .detail li {
    margin-bottom: 10px;
  }
  #trouble .text-style {
    margin: 0 20px 40px;
  }
  /*--------------------
secttion-method
---------------------*/
  #method {
    padding: 0 40px;
    margin-top: 20px;
    max-width: 900px;
    box-sizing: border-box;
  }
  #method .conts {
    display: block;
    margin: 20px auto;
  }
  #method h2 {
    margin-bottom: 0;
  }
  #method .item {
    background-color: white;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
  }
	#method .item::before{
		content:none;
	}
  #method .item:last-of-type {
    margin: 0 auto;
  }
  #method .heading {
    text-align: left;
  }
  #method li p {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #method .count.one:before {
    content: "1�a0";
    color: #ad181f;
    font-size: 4rem;
  }
  #method .count.two:before {
    content: "2�a0";
    color: #ad181f;
    font-size: 4rem;
  }
  #method .count.three:before {
    content: "3�a0";
    color: #ad181f;
    font-size: 4rem;
  }
  #method .count.four:before {
    content: "4�a0";
    color: #ad181f;
    font-size: 4rem;
  }
  /*--------------------
secttion-schedule
---------------------*/
  #schedule {
    padding: 40px;
    margin-bottom: 0;
  }
  #schedule .week .sch-column {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border: #ad181f 1px solid;
    background-color: white;
    color: #ad181f;
    margin-right: 0;
    height: 50px;
    line-height: 50px;
  }
  #schedule .week .sch-column.active {
    background-color: #ad181f;
    color: white;
  }
  .sch-line {
    margin: 0;
  }
  .sch-line.teacher {
    position: relative;
    background-color: white;
    border: 1px solid #ccc;
    height: 150px;
  }
  .choose {
    color: #666;
    line-height: 150px;
  }
  #schedule .teacher .sch-column {
    color: #333;
    width: 100%;
    position: absolute;
    z-index: -5;
    line-height: 30px;
  }
  .teach-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  /*--------------------
30.Profile
---------------------*/
  .profile section p {
    padding-top: 25px;
  }
  /*--------------------
50.FAQ_HP
---------------------*/
  .faq section {
    width: 80%;
  }
  .question {
    margin-bottom: 20px;
	  pointer-events: auto;
	  backgournd-color:white;
  }
	.question::after{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '13a';
		position:absolute;
		right:10px;
			bottom:15px;
		color:#AAA;
		font-size:1.6rem;
	}
  .answer {
    display: none;
  }
}
@media screen and (max-width:660px) {
  /*--------------------
20.History
---------------------*/
  #history-age {
    width: 80vw;
  }
  .history dl {
    display: block;
    margin: 0 auto 20px;
  }
  .history dt {
        border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  /*--------------------
40.講師紹介_SP
---------------------*/
	.member section{
		padding:0 20px;
	}
  #member-list {
    display: block;
  }
  #member-list li {
    position: relative;
    width: auto;
    border-left: 5px #ad181f solid;
    -webkit-box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
    box-shadow: 0px 6px 11.05px 1.95px rgb(0 0 0 / 10%);
    padding: 15px;
    padding-right: 0;
    box-sizing: border-box;
    border-radius: 4px;
	  background-color:white;
    margin:0 0 25px;
  }
	.sp-menmber-list{
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
  .portrait_photo {
    display: none;
	  position:absolute;
	  bottom:40px;
  }
  .laboratory {
    /*display: none;*/
  }
  #member-list li .teacher {
    text-align: left;
    font-size: 1.6rem;
    margin: 0;
  }
  .subject-area {
    padding-left: 15px!important;
  }
}
@media screen and (max-width:480px) {
  h1 {
    font-size: 5.63vw !important;
  }
  h1::before {
    bottom: -5px;
  }
	.detail-btn h1{
		font-size:1.8rem!important;
	}
	#season-container p.detail{
		font-size:1.8rem;
	}
  h2 {
    font-size: 1.6rem;
  }
  .site-title-sp {
    width: 51.14vw;
    left: 20px;
    top: 14px;
    position: relative;
  }
  .hp-titile-back {
    width: calc(80vw - 50px);
  }
  .top-area .contact {
    width: 20vw;
    font-size: 1.4rem;
  }
}
