@charset "utf-8";
/* ---------------------------------------------------------
   #global-header
----------------------------------------------------------*/
#global-header {
  padding: 8px 0;
  background: #ff5c01;
  color: #FFFFFF;
}
#site-title p {
  font-size: 10px;
}
#site-title img {
  width: 140px;
}
.global-header-tel {
  text-align: right;
}
.global-header-tel a {
  color: #ff6600;
}
.global-header-tel i {
  font-size: 28px;
  line-height: 40px;
  background: #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  #global-header {
    padding: 20px 0;
  }
  #site-title p {
    font-size: 12px;
  }
  #site-title img {
    width: 211px;
  }
  .global-header-tel {
    font-size: 12px;
  }
  .global-header-tel-number {
    font-size: 34px;
    line-height: 1.4;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
  }
}
/* ---------------------------------------------------------
   fixed-footer
----------------------------------------------------------*/
.fixed-footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #42be39;
  text-align: center;
  -moz-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.fixed-footer a {
  display: block;
}
.fixed-footer img {
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .fixed-footer img {
    max-width: 400px;
  }
}
.unit-youtube {
  width: 70%;
  margin: 0 auto 50px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
  border: 2px solid #fff;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width:640px) {
  .unit-youtube {
    width: 90%;
  }
}
/* ---------------------------------------------------------
   #page-top
----------------------------------------------------------*/
#page-top {
  clear: both;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 999;
}
#page-top a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-family: 'Comfortaa', sans-serif;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #fff;
}
#page-top a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #page-top {
    right: 20px;
  }
  #page-top a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
/* ---------------------------------------------------------
   #global-footer
----------------------------------------------------------*/
#global-footer {
  clear: both;
  padding: 15px 0 100px;
  font-size: 12px;
  background-color: #fef8b5;
}
#copyright {
  color: #999999;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #global-footer {
    padding: 15px 0 120px;
  }
  #copyright {
    text-align: right;
  }
}
/* ---------------------------------------------------------
   #content
----------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  color: #744f47;
  font-size: 2.8rem;
  line-height: 1.71;
  font-family: "NotoSansCJKjp", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
}
*, *::before, *::after {
  box-sizing: border-box;
}
main {
  overflow: hidden;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
.onlyPC {
  display: block;
}
.onlySP {
  display: none;
}
ol {
  list-style: none;
}
ol li {
  list-style: none;
  padding-bottom: 3%;
}
/* ---------------------------------------------------------
   common
------------------------------------------*/
h2 {
  font-size: 4.8rem;
}
.horizon {
  background: url(../img/line.png) repeat-x;
}
.emphasis {
  font-weight: bold;
  font-size: 3.4rem;
  background: linear-gradient(transparent 60%, #fde90b 60%);
  display: inline;
  padding: 0 2px 4px;
}
.frame {
  position: relative;
  border: solid 6px #ff9800;
  border-radius: 40px;
  padding: 8% 5%;
  text-align: left;
  margin-top: 120px;
  background-color: #fff;
}
.frame h3 {
  border-radius: 50px 0 50px 0;
  background-color: #ff9800;
  color: #fff;
  text-align: center;
  width: 630px;
  margin: 0 auto;
  padding: 1%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*.frame li{
	padding: 1%;
}*/
/* ---------------------------------------------------------
   section.kv
------------------------------------------*/
.kv_image {
  max-width: 1000px;
  margin: 60px auto 60px;
}
/* ---------------------------------------------------------
   section.moyamoya
----------------------------------------------------------*/
.moyamoya {
  background-color: #fef8b5;
}
.moyamoya_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.worry {
  width: 30%;
}
.check{
  padding-left: 55px;
  background: url(../img/check.png) left 0px top 3px no-repeat;
  background-size: 37px 37px;
}
/* ---------------------------------------------------------
   section.what
----------------------------------------------------------*/
.point01 {
  padding-left: 55px;
  background: url(../img/no01.png) left top no-repeat;
  background-size: 37px 54px;
}
.point02 {
  padding-left: 55px;
  background: url(../img/no02.png) left top no-repeat;
  background-size: 37px 54px;
}
.point03 {
  padding-left: 55px;
  background: url(../img/no03.png) left top no-repeat;
  background-size: 37px 54px;
}
.point04 {
  padding-left: 55px;
  background: url(../img/no04.png) left top no-repeat;
  background-size: 37px 54px;
}
.point05 {
  padding-left: 55px;
  background: url(../img/no05.png) left top no-repeat;
  background-size: 37px 54px;
}
.point06 {
  padding-left: 55px;
  background: url(../img/no06.png) left top no-repeat;
  background-size: 37px 54px;
}
.point07 {
  padding-left: 55px;
  background: url(../img/no07.png) left top no-repeat;
  background-size: 37px 54px;
}
.title_text01 {
  margin-top: 60px;
}
/* ---------------------------------------------------------
   section.movie
----------------------------------------------------------*/
.movie {
  background-image: url(../img/line.png), url(../img/kaijyu.png);
  background-position: top center, bottom center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, 80%;
}
.movie_btn {
  width: 380px;
  margin: 0 auto;
}
/* ---------------------------------------------------------
   section.reason
----------------------------------------------------------*/
.osusume {
  position: relative;
  background: #fef8b5;
  padding: 2em;
}
.osusume:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fef8b5 transparent transparent transparent;
  border-width: 40px 40px 0 40px;
}
.reason li {
  border-radius: 40px 0 40px 0;
  background-color: #ffe0b2;
  padding: 1%;
  margin: 5% 0;
}
/* ---------------------------------------------------------
   section.voice
----------------------------------------------------------*/
.voice_box {
  background-color: #fffbce;
  border-radius: 40px;
  margin-bottom: 60px;
  padding: 4%;
  text-align: left;
  font-weight: 400;
}
.first {
  margin-top: 60px;
}
.emphasis_voice {
  font-size: 2.8rem;
  color: #ff9800;
  font-weight: bold;
}
.name {
  text-align: right;
  color: #744f47;
  font-weight: 400;
}
/* ---------------------------------------------------------
   section.lesson
----------------------------------------------------------*/
.program h3 {
  width: 300px;
}
.program {
  font-weight: 400;
}
.program_icon {
  padding-left: 55px;
  background: url(../img/program_icon.png) left 0px top 3px no-repeat;
  background-size: 34px 32px;
}
.text {
  margin-top: 60px;
}
.kaijyu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.kaijyu li {
  width: 50%;
  margin-bottom: 60px;
}
.small{
	font-size: 1.8rem;
}
/* ---------------------------------------------------------
   section.faq
----------------------------------------------------------*/
.price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price_box dt {
  width: 160px;
  height: 60px;
  border-radius: 10px;
  background-color: #ff9800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 30px;
}
.price_box dt span {
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}
/* ---------------------------------------------------------
   section.faq
----------------------------------------------------------*/
.faq {
  background: url(../img/bg_faq.png) #fef8b5 repeat-x;
}
.faq_box {
  text-align: left;
  background-color: #fff;
  border-radius: 40px 0 40px 0;
  margin-bottom: 60px;
  box-shadow: 10px 10px #feda7e;
  padding: 3%;
}
.q_box {
  border-bottom: 2px dashed #ff9800;
  margin: 30px 0;
  padding-bottom: 30px;
}
.q_box {
  padding-left: 65px;
  background: url(../img/q_icon.png) left top no-repeat;
  background-size: 52px 52px;
}
.a_box {
  padding-left: 65px;
  background: url(../img/a_icon.png) left top no-repeat;
  background-size: 52px 52px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 2.6rem;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .horizon {
    background-size: 20%;
  }
  .movie {
    background-size: 20%, 90%;
  }
  .frame {
    padding: 8% 4% 5%;
  }
  .frame h3 {
    width: 600px;
  }
  .moyamoya h3 {
    width: 400px;
  }
  .program h3 {
    width: 300px;
  }
  .emphasis {
    font-size: 3.2rem;
    background: linear-gradient(transparent 70%, #fde90b 70%);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.71;
    text-align: left;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .onlyPC {
    display: none;
  }
  .onlySP {
    display: block;
  }
  .horizon {
    background-size: 40%;
  }
  .movie {
    background-image: url(../img/line.png), url(../img/kaijyu_sp.png);
    background-size: 40%, 50%;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
  .emphasis {
    font-size: 1.8rem;
    background: linear-gradient(transparent 70%, #fde90b 70%);
    padding: 0;
  }
  .frame {
    padding: 8% 3%;
    margin-top: 50px;
    border: solid 4px #ff9800;
  }
  .kv_image {
    width: 90%;
  }
  .title_box {
    width: 20%;
    margin: 30px auto 10px;
  }
  ol li {
    padding-bottom: 20px;
    line-height: 1.4;
  }
  h2 {
    font-size: 2rem;
    text-align: center;
  }
  .reason li {
    padding: 5%;
  }
  .frame h3 {
    width: 280px;
  }
  .program h3 {
    width: 150px;
  }
  .emphasis_voice {
    font-size: 1.8rem;
  }
  .movie_btn {
    width: 200px;
    margin: 0 auto 60px;
  }
  .worry {
    width: 50%;
    margin: 15px auto 15px;
  }
  .point01, .point02, .point03, .point04, .point05, .point06, .point07 {
    padding-left: 40px;
    background-size: 27px 39px;
  }
	.check{
  padding-left: 35px;
  background-size: 25px 25px;
}
  .title_text01 {
    margin-top: 30px;
  }
  .osusume {
    padding: 5%;
  }
  .moyamoya h3 {
    width: 200px;
  }
  .program_icon {
    padding-left: 35px;
    background-size: 24px 22px;
  }
  .text {
    margin-top: 30px;
  }
  .kaijyu_lead {
    text-align: center;
  }
  .kaijyu {
    text-align: center;
  }
  .kaijyu li {
    width: 40%;
    margin: 10px;
  }
  .q_box, .a_box {
    padding-left: 40px;
    background-size: 30px 30px;
  }
  .first {
    margin-top: 30px;
  }
  .voice_box {
    margin-bottom: 30px;
  }
  .price_box dt {
    width: 100px;
    height: 40px;
    margin-right: 0;
  }
  .faq {
    background-size: 10%;
  }
	.small{
	font-size: 1.2rem;
}
}