﻿@charset "UTF-8";
*{box-sizing:border-box;}
li{list-style: none;}
h1,h2,h3{font-weight:normal;}
a{text-decoration:none;color:inherit;}


/* global */
body,input,textarea{font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;}
.bold{font-weight:bold;}
.center{text-align:center;}
.m-auto{margin:0 auto;}
.left{float:left;}
.right{float:right;}
.clearfix:after,.row:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.column{float:left;}
.spView{display:none;}
.content{max-width:1000px;margin:0 auto;}
.fbox{display:flex;}
img{vertical-align: bottom;font-size:0;line-height:0;width:100%;}


.req,
.srch,
.sche {
  display: block;
}
.req {
  background-color: #E74C71;
}
.srch {
  background-color: #FF7F00;
}
.sche {
  background-color: #98D121;
}
.req span,
.sche span,
.srch span {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: left center;
  color: #FFF;
  font-weight: 700;
}
.req span {
  background-image: url("../img/note.png");
}
.sche span {
  background-image: url("../img/calendar.png");
}
.srch span {
  background-image: url("../img/search.png");
}
.btn {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  transition: .2s;
}
.btn:hover {
  box-shadow: none!important;
  transform: translateY(4px);
}


/* header */


#header {
  border-top: solid 9px #30B7B9;
  height: 80px;
  box-sizing: border-box;
  box-shadow: 0 6.08px 3.65px rgba(0, 0, 0, 0.2);
  position: relative;
}
#header > .fbox {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
#header .h_logo {
  width: 57px;
  margin-right: 35px;
}
#header .sub {
  width: 229px;
  display: block;
  margin-bottom: 8px;
}
#header .main {
  width: 174px;
  display: inline-block;
  margin-right: 5px;
}
#header .main img {
  vertical-align: top;
}
#header .txt01 {
  border-left: 1px solid #d2d2d2;
  padding-left: 10px;
  color: #38acae;
  font-size: 20px;
  font-weight: 700;
}
#header .list_btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 18px;
}
#header .req,
#header .sche {
  height: 30px;
  border-radius: 15px;
  width: 48.6%;
}
#header .req span {
  background-size: 11%;
  padding-left: 10%;
  width: 84%;
}
#header .sche span {
  background-size: 9%;
  padding-left: 10%;
  width: 90%;
}
#header .txt02 {
  font-size: 14px;
  font-weight: 700;
  color: #4D4D4D;
}
#header .txt03 {
  font-size: 12px;
  color: #4D4D4D;
}


/* main */


#main > div:first-child {
  background-image: url("../img/bg_main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#main .area_main {
  justify-content: flex-end;
  align-items: center;
  height: 42.1vw;
  max-height: 480px;
}
#main .area_main > div {
  width: 59%;
}
#main .area_maintxt {
  background-color: rgba(45, 170, 149, 0.7);
  padding: 17px 27px;
}
#main .impression {
  width: 94.7%;
  margin-bottom: 35px;
}
#main .p2 {
  font-size: 26px;
  color: #FEFFB8;
  margin-bottom: 13px;
}
#main .p2 .large {
  font-weight: 700;
}
#main .title {
  font-size: 73px;
  color: #FFF;
  line-height: 1.1;
  letter-spacing: 8px;
  font-weight: 700;
}
#main .title .small {
  font-size: 54px;
}
#main .title .strong {
  font-size: 75px;
}
#main .p1 {
  text-align: right;
}
#main > div:last-child {
  background-color: #30B7B9;
  color: #FFF;
  padding: 25px 0;
}
#main > div:last-child .content > div:first-child{
  width: 58%;
}
#main > div:last-child .content > div:last-child{
  width: 42%;
}
#main .p3 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 5px;
}
#main .p3 .large {
  font-size: 40px;
}

#main .p3_5 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
#main .p3_5 .large {
  font-size: 38px;
}

#main .area {
  align-items: flex-start;
}
#main .area:first-of-type {
  margin-bottom: 10px;
}
#main .area:last-of-type {
  margin-bottom: 20px;
}
#main .region {
  border-radius: 6px;
  border: 2px solid #FFF;
  font-size: 19px;
  text-align: center;
  flex: 1.9;
}
#main .city {
  font-size: 21px;
  padding: 0 10px 0 10px;
  flex: 7;
}

@media screen and (min-width: 751px) {
 #main .city {
   padding: 0 35px 0 10px;	 	
 }
}
#main .venue_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30B7B9;
  background-color: #FFF;
  width: 95%;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 0 0 #C8C8C8;
}
#main .venue_detail span {
  display: inline-block;
  width: 35.7%;
  text-align: left;
  position: relative;
}
#main .venue_detail span:after,
#main .venue_detail span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #30B7B9;
}
#main .venue_detail span:before {
  transform: rotate(45deg);
  right: 6px;
}
#main .venue_detail span:after {
  transform: rotate(-45deg);
  right: 0;
}
#main .req,
#main .sche {
  border-radius: 35px;
  font-size: 19px;
  padding: 7px 0;
}
#main .req {
  margin-bottom: 20px;
  margin-top: 20px;
}
#main .sche {
  margin-bottom: 30px;
}
#main .req span,
#main .sche span {
  padding-left: 8%;
  width: 63%;
}
#main .req span {
  background-size: 27px;
}
#main .sche span {
  background-size: 25px;
}
#main .txt02 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#main .txt03 {
  font-size: 16px;
  line-height: 1.2;
  margin:10px 0 10px 5px;
}
#main .tel_num {
  width: 58%;
}




/* work */


#work {
  padding: 80px 0;
}

#work h2,
#work h3,
#case h2 {
  color: #4D4D4D;
}
#work h2,
#case h2 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 4px dotted #30B7B9;
  width: 59%;
  margin: 0 auto;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
}
#work h2 {
  margin-bottom: 60px;
}
#work h2 .strong1,
#case h2 .strong1 {
  font-size: 34px;
  color: #30B7B9;
}
#work .area_work > div,
#case .area_case > div {
  width: 49%;
}
#work .area_work > div:first-child,
#case .area_case > div:first-child {
  margin-right: 2%;
}
#work h3 {
  font-size: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #30B7B9;
  background-image: url("../img/bg_mark1.png");
  background-repeat: no-repeat;
  background-size: 10.2%;
  padding-left: 14%;
}
#work h3 .strong2 {
  color: #FF8F1E;
  font-weight: 700;
}
#work .txt_work p {
  color: #333333;
  font-size: 16px;
  padding-top: 20px;
  line-height: 2;
}
#work .txt_work .strong3 {
  font-size: 16px;
  color: #E91C24;
}
#work .txt_work .small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 14px;
  color: #666666;
  line-height: 1.6em;
}
#work .fig_work {
  text-align: center;
}
#work .fig1 img {
  width: 85.7%;
}
#work .fig2 img {
  width: 75.9%;
}
#work .fig3 img {
  width: 86.2%;
}
#work .area_work:not(:last-child) {
  margin-bottom: 90px;
}
#work .area_work:last-child > div {
  width: 100%;
}
#work .area_work:last-child h3 {
  background-size: 5%;
  background-position: 10.2%;
  padding-left: 17%;
}
#work .area_work.aw4 h3 {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  height: 63px;
  background-position-y: top;
}
#work .area_work.aw4 .txt_work {
  margin-bottom: 40px;
}
#work .fig4 img {
  width: 78%;
}


/* training */


.training {
  background-color: #F3F3F3;
  padding: 63px 0 35px;
}
.training .content {
  max-width: 900px;
  width: 100%;
  border-top: 1px solid #30B7B9;
  position: relative;
  padding-top: 42px;
}
.training h2 {
  background-color: #F3F3F3;
  width: 55.7%;
  text-align: center;
  color: #30B7B9;
  font-size: 32px;
  position: absolute;
  margin: auto;
  top: -24px;
  right: 0;
  left: 0;
}
.training .fbox {
  justify-content: space-between;
  align-items: flex-start;
}
.training .fbox a {
  width: 32.2%;
  height: 60px;
  border-radius: 30px;
}
.training .fbox a span {
  padding-left: 10%;
  justify-content: center;
  font-size: 19px;
}
.training .req span {
  width: 76.9%;
  background-size: 14%;
}
.training .srch span {
  width: 64.5%;
  background-size: 16%;
}
.training .sche span {
  width: 82.3%;
  background-size: 11%;
}
.training .contact2 {
  width: 80.8%;
  margin: 30px auto 0 auto;
}


/* case */

#case {
  background-color: #FFF895;
  padding: 65px 0 80px 0;
}
#case h2 {
  margin-bottom: 50px;
}
#case .inner {
  padding: 45px 15px 25px 15px;
  background-color: #FFF;
}
#case .p_img {
  border-radius: 10px 10px 0 0;
}
#case .conditions {
  padding: 35px 15px 20px 5px;
  position: relative;
}
#case .person1 .conditions {
  background-color: #FFF4DB;
}
#case .person2 .conditions {
  background-color: #FCEDF5;
}
#case .conditions .name {
  width: 35%;
  text-align: center;
  font-size: 26px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -21px;
  color: #4D4D4D;
  font-weight: 700;
}
#case .conditions .name .small {
  font-size: 18px;
  font-weight: normal;
}
#case .conditions .cond {
  padding: 0 5px 5px 40px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 10px top;
}
#case .conditions .cond:not(:last-child) {
  margin-bottom: 5px;
}
#case .person1 .conditions .cond {
  background-image: url("../img/arrow_r1.png");
}
#case .person2 .conditions .cond {
  background-image: url("../img/arrow_r2.png");
}
#case .conditions .cond p {
  color: #333333;
  font-size: 15px;
}
#case .person1 .conditions .cond p {
  border-bottom: 1px solid #FFBB55;
  padding-bottom: 10px;
}
#case .person2 .conditions .cond p {
  border-bottom: 1px solid #E6B1CC;
  padding-bottom: 10px;
}
#case .step {
  margin-top: 50px;
}
#case .step.step1 {
 margin-top: 20px;
}
#case .overview {
  padding: 45px 0 0 40px;
  background-repeat: repeat-y;
  background-size: 2px;
  margin-bottom: 20px;
  padding: 45px 0 0 40px;
  position: relative;
}
#case .person1 .overview {
  border-top: 1px solid #FFA13E;
  background-image: url("../img/bg_border1.png");
}
#case .person2 .overview {
  border-top: 1px solid #D1629F;
  background-image: url("../img/bg_border2.png");
}
#case .age {
  width: 21.7%;
  position: absolute;
  text-align: center;
  left: 0;
  top: -25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 22px;
  padding: 10px 0 7px;
}
#case .age .small {
  font-size: 18px;
}
#case .person1 .age {
  background-color: #FFA13E;
}
#case .person2 .age {
  background-color: #D1629F;
}
#case .check {
  background-image: url("../img/arrow_d2.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
}
#case .check.no-arrow {
  padding-bottom: 0;
  background-image: none;
}
#case .check p {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  background-image: url("../img/check.png");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: left 2px;
  color: #333333;
}
#case .check p .strong {
  color: #E91C24;
}
#case .check p:not(:last-child) {
  padding-bottom: 15px;
}
#case .text01,
#case .income {
  font-size: 19px;
  color: #00A0A1;
  background-color: #E1F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-weight: 700;
}
#case .text01 {
  display: block;
  padding: 10px 0 10px 15%;
}
#case .income {
  height: 60px;
}
#case .income .text02 {
  font-size: 16px;
  color: #333333;
}
#case .text01 .small {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}
#case .img_overview {
  margin-top: 20px;
}
#case .point {
  padding: 17px 20px 0;
  margin-bottom: 20px;
  border: 1px solid #30B7B9;
}


#case .point .small {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
}

#case .area_head {
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: left center;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  font-size: 18px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 20px;
}
#case .p1 .area_head {
  background-image: url("../img/point1.png");
}
#case .p2 .area_head {
  background-image: url("../img/point2.png");
}
#case .p3 .area_head {
  background-image: url("../img/point3.png");
}
#case .p4 .area_head {
  background-image: url("../img/point4.png");
}
#case .p5 .area_head {
  background-image: url("../img/point5.png");
}
#case .p6 .area_head {
  background-image: url("../img/point6.png");
}
#case .accordion {
  display: none;
}
#case .accordion p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #4D4D4D;
  letter-spacing: 1px;
}
#case .img_accordion {
  width: 54.3%;
  margin: 0 auto 15px auto;
}
#case .acdn_btn {
  border-top: 1px solid #30B7B9;
}
#case .acdn_btn a {
  color: #30B7B9;
  display: inline-block;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 36px;
  background-position: right center;
  background-size: 20px;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 25%;
  background-image: url("../img/arrow_d3.png");
}
#case .acdn_btn.on a {
  width: 30%;
  background-image: url("../img/arrow_u.png");
}

#case .balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  border-radius: 17px;
  position: relative;
  margin: 20px 0;
  color: #4D4D4D;
  font-size: 17px;
  background: #FFF;
  border: solid 1px #30B7B9;
}
#case .balloon:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#case .balloon:after{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #30B7B9;
  z-index: 1;
}
#case .balloon p {
  margin: 0;
  padding: 0;
}
#case .person2 .p4 {
  margin-top: 20px;
}
#case .case_btn_list {
  justify-content: space-between;
  margin-top: 50px;
}
#case .req,
#case .sche,
#schoolroom .req,
#schoolroom .sche {
  width: 49%;
  border-radius: 50px;
  padding: 5px 0;
}
#case .req span,
#case .sche span,
#schoolroom .req span,
#schoolroom .sche span {
  padding-left: 9%;
  font-size: 19px;
}
#case .req span,
#schoolroom .req span {
  background-size: 33px;
  width: 53%;
}
#case .sche span,
#schoolroom .sche span {
  background-size: 30px;
  width: 58%;
  text-align: center;
}

#case .chushaku {
  font-size: 14px;
  margin: 10px;
  color: #4D4D4D;
}


/* voices */


#voices {
  background-color: #30B7B9;
  padding: 35px 0 50px;
}
#voices .content {
  max-width: 900px;
  width: 100%;
}
#voices .title {
  position: relative;
  jufstify-content: flex-end;
}
#voices .title span {
  position: absolute; left: 20px; top: -10px;
  font-size: 76px;
  color: #FFC1C1;
}
#voices .title h2 {
  font-size: 24px;
  color: #FFF;
  padding: 20px 0 0 10px;
  font-weight: 700;
  text-align: right;
}
#voices .title h2 br {display: none;}
#voices .voice {
  background-color: #FFF;
  padding: 50px 30px 30px;
}
#voices .voice:first-child {
  border-radius: 5px 5px 0 0;
}
#voices .voice:last-child {
  border-radius: 0 0 5px 5px;
}
#voices .voice:not(:last-child) {
  margin-bottom: 4px;
}
#voices .voice_title {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: solid 1px #30B7B9;
  position: relative;
}
#voices .voice_title p {
  font-size: 20px;
  color: #333333;
}
#voices .voice_title p.voice_name {
	margin: 10px 0;
	font-size: 16px;
	color: #30B7B9;
}
#voices .voice_title:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#voices .voice_title:after{
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #30B7B9;
  z-index: 1;
}
/*#voices .voice .fbox {
  align-items: center;
}*/
#voices .area_img {
  width: 360px;
  text-align: center;
}
#voices .area_img p {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
#voices .voice_txt {
  width: calc(100% - 360px);
  padding-left: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}


/* schoolroom */

#schoolroom {
  padding: 50px 0 90px;
}
#schoolroom h2 {
  width: 18.7%;
  margin: 0 auto 15px auto;
  color: #FF7F00;
  font-size: 28px;
  text-align: right;
  background-image: url("../img/school.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  background-size: 21.3%;
  letter-spacing: 5px;
}
#schoolroom .p1 {
  font-size: 16px;
  color: #4D4D4D;
  margin-bottom: 35px;
  text-align: center;
}
#schoolroom .list_pre {
  align-items: stretch;
  padding: 20px 0;
  border-bottom: 1px dotted #FFB23D;
}
#schoolroom .list_pre:first-of-type {
  padding-top: 0;
}
#schoolroom .list_pre:last-of-type {
  padding-bottom: 0;
  border: none;
}
#schoolroom .prefecture {
  background-color: #FFB23D;
  color: #FFF;
  font-weight: 700;
  text-decoration: underline;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.2%;
}
#schoolroom .prefecture a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#schoolroom .list_district {
  width: 79.8%;
  padding-left: 4.3%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#schoolroom .district {
  border: 3px solid #FFB23D;
  border-radius: 5px;
  width: 48.3%;
  margin-bottom: 10px;
  color: #333333;
  padding: 15px 30px 0 25px;
  height: 92px;
  background-image: url("../img/arrow_r3.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px;
}
#schoolroom .district.no-mb {
  margin-bottom: 0;
}
#schoolroom .name_dist {
  font-size: 20px;
  /*margin-bottom: 5px;*/
  font-weight: 700;
}
#schoolroom .access {
  font-size: 13px;
  background-image: url("../img/train.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 21px;
  letter-spacing: -1px;
}
#schoolroom .case_btn_list {
  margin-top: 75px;
  justify-content: space-between;
}


/* footer */


footer {
  background-color: #EEEEEE;
  padding: 25px 0 15px 0;
}
footer .content {
  padding-right: 40px;
}
footer .f_logo {
  width: 35px;
}
footer .f_title {
  width: 125px;
  margin-left: 22px;
  vertical-align: middle;
}
footer .f_info {
  margin-top: 35px;
  justify-content: space-between;
  align-items: flex-end;
  color: #4D4D4D;
}
footer .f_info p:not(.copy) {
  font-size: 12px;
}
footer .copy {
  font-size: 9px;
}

@media print, screen and (min-width: 769px) {
	
	.info-tel {cursor: default; pointer-events: none;}
	
}


@media screen and (max-width: 1025px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .req,
  #header .sche {
    font-size: 14px;
  }
  #main .p2 {
    font-size: 20px;
  }
  #main .title {
    font-size: 50px;
  }
  #main .title .small {
    font-size: 40px;
  }
  #main .title .strong {
    font-size: 52px;
  }
  #case .acdn_btn a {
    width: 34%;
  }
  #case .acdn_btn.on a {
    width: 39%;
  }
  #case .conditions .name {
    width: 52%;
  }
  #schoolroom .district.shinjuku {
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  #main .venue_detail span {
    width: 47%;
  }
  #work .area_work.aw4 h3 {
    padding-bottom: 20px;
  }
  #voices .title h2 {
    font-size: 20px;
  }
  #schoolroom h2 {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  #header .req,
  #header .sche {
    font-size: 11px;
  }
}
@media screen and (max-width: 830px) {
  .training h2 {
    font-size: 24px;
    top: -17px;
  }
  #main .p2 {
    font-size: 17px;
  }
  #header .txt02 {
    font-size: 12px;
  }
  #header .txt03 {
    font-size: 10px;
  }
  #main .req span,
  #main .sche span {
    padding-left: 14%;
  }
  #header .txt01 {
    font-size: 16px;
    padding-left: 5px;
  }
  #voices .title h2 {
    font-size: 16px;
  }
}


@media screen and (max-width: 750px) {
.pcView {display: none;}
.spView {display: block;}
.content {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.req,
.srch,
.sche {
  border-radius: 3px!important;
}


/* header */


#header {
  border: none;
  height: 51px;
  position: relative;
}
#header .content > .fbox {
  height: 100%;
}
#header .h_logo {
  width: 40px;
  margin-right: 26px;
  line-height: 51px;
}
#header .h_logo img {
  vertical-align: middle;
}
#header .h_logo+div {
  width: 90.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header .sub {
  width: 60.2%;
  margin-bottom: 3px;
}
#header .main {
  width: 37.6%;
  margin-right: 0;
}
#header .main img {
  vertical-align: middle;
}


/* main */


#main .area_main {
  min-height: 58.7vw;
  padding-bottom: 8%;
}
#main .area_main > div {
  width: 67.1%;
}
#main .p2 {
  font-size: 16px;
}
#main .area_maintxt {
  padding: 9px 12px;
}
#main .impression {
  margin-bottom: 10px;
}
#main .p3 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
#main .p3 .large {
  font-size: 25px;
}
#main .region {
  font-size: 12px;
  border: 1px solid #FFF;
}
#main .city {
  font-size: 13px;
}
#main .content.fbox:not(.area_main) {
  display: block;
}
#main > div:last-child .content > div:first-child,
#main > div:last-child .content > div:last-child {
  width: 100%;
}
#main > div:last-child .content > div:first-child {
  margin-bottom: 15px;
}
#main > div:last-child .content > div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main > div:last-child {
  padding: 18px 0;
}
#main .area:last-of-type {
  margin-bottom: 10px;
}
#main .venue_detail {
  font-size: 12px;
  height: 25px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 #C8C8C8;
}
#main .venue_detail span:after,
#main .venue_detail span:before {
  height: 1px;
}
/*#main .venue_detail span:before {
  right: 22px;
}
#main .venue_detail span:after {
  right: 16px;
}*/

#main .venue_detail span {
  width: 42%;
  font-size: 11px;
}
#main .req,
#main .sche {
  display: table;
  width: 49%;
  font-size: 11px;
  height: 44px;
}
#main .req {
  margin-bottom: 0;
  margin-top: 0;
}
#main .sche {
  margin-bottom: 0;
}
#main .req span,
#main .sche span {
  display: table-cell;
  vertical-align: middle;
  width: 94%;
  background-size: 8%;
  background-position-x: 7%;
  text-align: center;
  font-size: 11px;
}
#main .contact {
  margin-top: 20px;
}
#main .txt02 {
  font-size: 15px;
}
#main .txt03 {
  font-size: 14px;
  min-width: 115px;
  line-height: initial;
}
#main .tel_num {
  width: 60%;
}


/* work */


#work {
  padding: 36px 0 50px 0;
}
#work h2,
#case h2 {
  font-size: 20px;
  width: 100%;
  line-height: 1.3;
}
#work h2 .strong1,
#case h2 .strong1 {
  font-size: 24px;
}
#work h2 {
  margin-bottom: 25px;
}
#work h3 {
  font-size: 19px;
  padding-bottom: 10px;
  line-height: 1.5;
}
#work .area_work {
  display: block;
}
#work .area_work > div,
#case .area_case > div {
  width: 100%;
}
#work .txt_work {
  margin-bottom: 25px;
}
#work .txt_work p {
  padding-top: 10px;
}
#work .area_work:not(:last-child) {
  margin-bottom: 50px;
}
#work .area_work.aw4 .txt_work {
  margin-bottom: 25px;
}
#work .area_work.aw4 h3 {
  padding-bottom: 10px;
  padding-left: 14%;
  background-size: 10.2%;
  background-position: left top;
  display: block;
  height: auto;
}
#work .fig1 img {
  width: 82.7%;
}
#work .fig2 img {
  width: 71.4%;
}
#work .fig3 img {
  width: 82.9%;
}
#work .fig4 img {
  width: 100%;
}


/* training */


.training {
  padding: 40px 0 20px 0;
}
.training .content {
  padding-top: 30px;
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 30px 0 0 0;
}
.training h2 {
  font-size: 17px;
  width: 75%;
  top: -12px;
}
.training .fbox a {
  border-radius: 3px;
  height: 65px;
}
.training .fbox a span {
  width: 98%;
  height: 100%;
  font-size: 13px;
  padding-left: 0;
  line-height: 1.3;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 5px;
  background-size: 20px;
  background-position: center 5px;
}
.training .contact2 {
  margin-top: 20px;
}


/* case */


#case {
  padding: 40px 0 45px 0;
}
#case h2 {
  margin-bottom: 25px;
}
#case .area_case {
  display: block;
}
#case .p_img {
  border-radius: 10px;
}
#case .person1 .area_p_img:before {
  left: 67%;
}
#case .person2 .area_p_img:before {
  left: 24%;
}
#case .inner {
  display: none;
  padding: 30px 10px 20px 10px;
}
#case .conditions {
  height: auto!important;
  padding: 2rem 0 1rem;
}
#case .conditions .name {
  font-size: 19px;
  top: -15px;
}
#case .conditions .name .small {
  font-size: 13px;
}
#case .conditions .cond p {
  font-size: 13px;
  padding-bottom: 5px;
  padding-right: 10px;
  line-height: 1.4;
  text-align: justify;
}
#case .step {
  margin-top: 35px;
}
#case .age {
  font-size: 16px;
  padding: 7px 0 5px;
  top: -18px;
}
#case .age .small {
  font-size: 13px;
}
#case .check p {
  font-size: 13px;
  min-height: 30px;
  line-height: 1.4;
  background-size: 19px;
  padding-left: 25px;
}
#case .income {
  font-size: 14px;
  height: 44px;
}
#case .text01 {
  font-size: 14px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
#case .text01 .small {
  font-size: 10px;
}
#case .income .text02 {
  font-size: 11px;
}
#case .area_head {
  font-size: 13px;
  background-size: 43px;
  padding-left: 18%;
  margin-bottom: 0;
  line-height: 1.4;
}
#case .accordion p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.3;
}
#case .acdn_btn a {
  font-size: 13px;
}
#case .balloon p {
  font-size: 13px;
}
#case .person1 {
  margin-bottom: 32px;
}
#case .overview {
  padding-left: 9.1%;
  padding-top: 30px;
}
#case .check {
  background-size: 9.5%;
  padding-bottom: 15px;
}
#case .check p:not(:last-child) {
  padding-bottom: 5px;
}
#case .point {
  padding: 5px 15px 0;
  margin-bottom: 10px;
}
#case .acdn_btn a {
  background-size: 16px;
  width: 29%;
}
#case .acdn_btn.on a {
  width: 34%;
}
#case .conditions .cond {
  background-size: 17px;
  background-position-x: 5px;
  padding-left: 28px;
}
#case .case_btn_list {
  display: block;
  margin-top: 30px;
}
#case .req,
#case .sche,
#schoolroom .req,
#schoolroom .sche {
  width: 100%;
  height: 48px;
}
#case .sche,
#schoolroom .sche {
  margin-bottom: 15px;
}
#case .req span,
#case .sche span,
#schoolroom .req span,
#schoolroom .sche span {
  font-size: 13px;
}
#case .sche span,
#schoolroom .sche span {
  background-size: 22px;
  min-width: 185px;
  line-height: 1.4;
}
#case .req span,
#schoolroom .req span {
  background-size: 24px;
  min-width: 160px;
}

#schoolroom .fbox {
  justify-content: flex-start;
}

/* voices */


#voices {
  padding: 20px 0 35px;
}
#voices .title {margin-bottom: .5rem;}
#voices .title h2 {
  padding: 0 0 0 47%;
  width: 100%;
  letter-spacing: 2px;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: left;
}
#voices .title h2 br {display: block;}
#voices .title_voices {
  padding-left: .5rem;
  font-size: 55px;
  color: #FFC1C1;
  position: absolute;
  left: 0;
  top: -45px;
}
#voices .area_voice {
  margin-top: 0;
  position: relative;
}
#voices .voice {
  padding: 35px 15px 20px;
}
#voices .voice:last-child {
  padding-top: 20px;
}
#voices .voice_title {
  padding-bottom: 10px;
}
#voices .voice_title p {font-size: 16px;}
#voices .voice_title p.voice_name {font-size: 15px;}
#voices .voice_title+div {
  display: block;
}
#voices .voice_title+div:after {
  content:".";
  display:block;
  height:0;
  font-size:0;
  clear:both;
  visibility:hidden;
}
#voices .area_img {
  width: 100%;
  margin: 0 0 1rem;
}
#voices .voice_txt {
  display: none;
  width: 100%;
  padding-left: 0;
  line-height: 1.6em;
  text-align: justify;
  font-size: 13px;
}
#voices .area_img p {
  margin-top: 5px;
  font-size: 13px;
}
#voices .more {
	width: 10rem;
	margin: 1rem auto 0;
	font-size: 13px;
	text-align: center;
	background: url(../img/arrow_d3.png) no-repeat right center;
	background-size: 16px;
	color: #30B7B9;
	line-height: 1.5em;
	font-weight: bold;
}
#voices .more.on {background-image: url(../img/arrow_u.png);}


/* schoolroom */



#schoolroom {
  padding: 30px 0 55px;
}
#schoolroom h2 {
  font-size: 25px;
  width: 48%;
}
#schoolroom .p1 {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3;
}
#schoolroom .list_pre {
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 7px;
}
#schoolroom .prefecture {
  font-size: 15px;
  width: 100%;
  height: 47px;
  background-image: url(../img/arrow_r4.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
}
#schoolroom .list_district {
  width: 100%;
  padding-left: 0;
}
#schoolroom .district {
  height: 45px;
  margin: 0;
  padding: 0 0 0 25px;
  width: calc(100% / 3);
  border-radius: 0;
  border: none;
  border-right: 1px solid #FFB23D;
  border-bottom: 1px solid #FFB23D;
  background-size: 7px;
  background-position-x: 8px;
}
#schoolroom .district.shinjuku{
  height: 45px;
}
#schoolroom .district:first-child,
#schoolroom .district:nth-child(3n+1) {
  border-left: 1px solid #FFB23D;
}
#schoolroom .name_dist {
  font-size: 13px;
  display: flex;
  align-items: center;
  height: 100%;
}
#schoolroom .access {
  display: none;
}
#schoolroom .application {
  background-size: 9.6%;
}
#schoolroom .doc_req {
  background-size: 12.5%;
}
#schoolroom .case_btn_list {
  display: block;
  margin-top: 50px;
}

/* footer */


footer {
  padding-bottom: 60px;
}
footer .f_info {
  margin-top: 20px;
}
footer .attention {
  font-size: 9px;
  color: #4D4D4D;
  line-height: 2;
}
footer .area_f_logo {
  margin-bottom: 30px;
}

}


@media screen and (max-width: 400px) {

#voices .title_voices {
  font-size: 45px;
  top: -2.4rem;
}
.training h2 {
  font-size: 14px;
}
.training .fbox a span {
  font-size: 11px;
}
#schoolroom h2 {
  width: 56%;
}
}

@media screen and (max-width: 350px) {
#main .title {
  font-size: 24px;
}
#main .title .strong {
  font-size: 26px;
}
#main .p2 {
  margin-bottom: 5px;
}
#main .p3 {
  letter-spacing: 0;
}
#main .region {
  font-size: 11px;
}
#case .area_head {
  background-size: 38px;
}
#case .acdn_btn a {
  width: 30%;
}
#case .acdn_btn.on a {
  width: 33%;
}
}

@media screen and (max-width: 620px) {
#main .p2 {
  font-size: 12px;
}
#main .title {
  font-size: 36px;
}
#main .title .small {
  font-size: 30px;
}
#main .title .strong {
  font-size: 38px;
}

}
@media screen and (max-width: 500px) {
#main .p2 {
  font-size: 10px;
}
#main .title {
  font-size: 29px;
  letter-spacing: 2px;
}
#main .title .small {
  font-size: 21px;
}
#main .title .strong {
  font-size: 30px;
}
#main .req span,
#main .sche span {
  background-size: 12%;
}
@media screen and (max-width: 365px) {
#main .title {
  font-size: 24px;
}
#main .title .small {
  font-size: 20px;
}
#main .title .strong {
  font-size: 26px;
}


}