/* CSS Document */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	font-size:16px;
  color: #2C3A51;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  line-height:150%;
}
*{
  font-family: 'Work Sans', sans-serif;
}
html,body{
	color:#3b3b3b;
  background-color:#fff;
  font-size:16px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
  color:#333;
}
.inner{
	max-width: 1056px;
  width: 100%;
  margin: 0px auto;
}
.over:hover{
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.linkBox:hover{
	cursor:pointer;
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  text-align: center;
  color: #3A89C9;
  font-size: 30px;
  letter-spacing: 6px;
  margin-bottom: 40px;
  font-weight:normal;
}

.covid-19 {
  text-align: center;
}

h3.blue {
  color: #1B325F;
}
.bar{
  width:100px;
  height:1px;
  background-color:#3b3b3b;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  margin-bottom:50px;
}
.barWhite{
  width:100px;
  height:1px;
  background-color:#ffffff;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  margin-bottom:50px;
}
section{
  padding-top:60px;
  padding-bottom:80px;
}
section.blue01{
  background:url(../img/bg_blue01.png);
}

/* common class */
.ttl-a {
  text-align: center;
  color: #083891;
  font-size: 50px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}
.btn-a a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  background-color: #083891;
  padding: 16px 24px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 1s cubic-bezier(.19,1,.22,1);
}
.btn-a a:hover {
  background-color: #052561;
  color: #fff;
  transition: all 1s cubic-bezier(.19,1,.22,1);
  text-decoration: none;
}
.pc {
  display: flex !important;
}
.pc-block {
  display: block !important;
}
.sp {
  display: none !important;
}
.sp-block {
  display: none !important;
}
@media screen and (max-width:768px) {
.ttl-a {
  font-size: 36px;
  margin-bottom: 40px;
}
.pc {
  display: none !important;
}
.pc-block {
  display: none !important;
}
.sp {
  display: flex !important;
}
.sp-block {
  display: block !important;
}
}

/* header */
header {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  position: relative;
  background-image: url(../../img/bg-kv.jpeg);
}
header h1  {
  padding-top: 24px;
  padding-left: 24px;
}
header .cp {
  position: absolute;
  top: 242px;
  left: 192px;
}
header .cp h2 {
  color: #083891;
  font-size: 68px;
  line-height: 1.7;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
header .cp p {
  background-color: #fff;
  font-family: 'Quattrocento', serif;
  font-size: 28px;
  font-weight: 700;
  padding: 0 0.25em;
}
header .cp p .fa-location-dot {
  color: #F38A20;
  margin-right: 0.25em;
}

@media screen and (max-width:768px) {
header {
  background-position: center center;
  height: 0;
  position: relative;
  background-image: url(../../img/bg-kv-sp.jpg);
  padding-top: 234.4%;
}
header h1  {
  padding: 0;
  position: absolute;
  top: 6.6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
header .cp {
  top: 30.8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
header .cp h2 {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
header .cp p {
  font-size: 20px;
  display: inline-block;
  padding: 0 0.5em;
}
header .cp p .fa-location-dot {
  font-size: 30px;

}
}

/* #full-time */
#full-time {
  max-width: 1168px;
  margin: -159px auto 0;
  padding: 0 4%;
  position: relative;
  z-index: 100;
  box-sizing: content-box;
}
#full-time .block {
  width: 100%;
  background-color: #F1EFE2;
  border-radius: 32px;
  padding: 4.8%;
  box-sizing: border-box;
}
#full-time .block .mt30{
  margin-top: 30px;
}
#full-time .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#full-time .flex .ttl {
  width: 31.8%;
}
#full-time .flex ul {
  width: 65.9%;
  margin: 0;
}
#full-time .flex .ttl h2 {
  color: #083891;
  font-size: 38px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#full-time .flex .ttl dt {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
#full-time .flex .ttl dd {
  font-size: 16px;
  margin: 0;
}
#full-time .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#full-time .flex li {
  width: 48.3%;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 24px 30px;
  box-sizing: border-box;
}
#full-time .flex li dl {
  width: 100%;
  margin: 0;
}
#full-time .flex li dt {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.75em;
}
#full-time .flex li dd {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
#full-time .flex li .fee {
  color: #083891;
  font-size: 38px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 0.6em;
}
#full-time .flex li .fee span {
  color: #083891;
}

@media screen and (max-width:768px) {
#full-time {
  margin-top: -241px;
}
#full-time .block {
  border-radius: 24px;
  padding: 40px 4.4%;
}
#full-time .flex {
  display: block;
}
#full-time .flex .ttl {
  width: 100%;
}
#full-time .flex .ttl h2 {
  font-size: 26px;
  margin-bottom: 24px;
  text-align: center;
}
#full-time .flex .ttl dt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}
#full-time .flex ul {
  display: block;
  width: 100%;
}
#full-time .flex li {
  width: 100%;
  padding-bottom: 24px;
  border-radius: 24px;
  margin-bottom: 24px;
}
#full-time .flex li dt {
  font-size: 24px;
  margin-bottom: 8px;
}
#full-time .flex li .fee {
  font-size: 26px;
  margin-bottom: 24px;
}
#full-time .flex .txt {
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em;
}
#full-time .flex .btn-a.sp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
}

/* #intro */
#intro {
  background-image: url(../../img/bg-intro.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 64% auto;
  margin-top: -159px;
  padding-bottom: 60px;
}
#intro-why {
  padding-top: 250px;
  padding-bottom: 60px;
}
#intro-why .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
#intro-why .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#intro-why .flex .img {
  width: 48.9%;
  margin-right: 40px;
}
#intro-why .flex .img .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#intro-why .flex .img .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#intro-why .flex .content {
  flex: 1;
}
#intro-why .flex .content dl {
  margin-bottom: 0;
}
#intro-why .flex .content dt {
  color: #2C3A51;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-left: 44px;
  margin-bottom: 12px;
  line-height: 1.2;
}
#intro-why .flex .content dt:before {
  position: absolute;
  content:"\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  font-size: 24px;
  color: #0946A9;
}
#intro-why .flex .content dd {
  padding-left: 44px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-left: 0;
}
#intro-why .flex .content dd:last-child {
  margin-bottom: 0;
}
#intro-12weeks {
  padding-top: 60px;
  padding-bottom: 0;
}
#intro-12weeks .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
#intro-12weeks h3 {
  color: #2C3A51;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-family: 'Work Sans', sans-serif;;
}
#intro-12weeks p {
  color: #415C85;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  text-align: center;
  margin-bottom: 56px;
}
#intro-12weeks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
#intro-12weeks li {
  width: 23.3%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#intro-12weeks .speaking {
  background-image: url(../../img/img-speaking.jpg);
}
#intro-12weeks .listening {
  background-image: url(../../img/img-listening.jpg);
}
#intro-12weeks .reading {
  background-image: url(../../img/img-reading.jpg);
}
#intro-12weeks .writing {
  background-image: url(../../img/img-writing.jpg);
}

@media screen and (max-width:768px) {
#intro {
  background-image: url(../../img/bg-intro-sp.png);
  background-size: 89.8% auto;
  margin-top: 80px;
  padding-bottom: 80px;
}
#intro-why {
  padding-top: 0;
  padding-bottom: 40px;
}
#intro-why .container {
  padding: 0 4% !important;
}
#intro-why .flex {
  display: block;
}
#intro-why .flex .img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
}
#intro-why .flex .img .youtube iframe {
  border-radius: 24px;
}
#intro-why .flex .content dt {
  font-size: 24px;
  padding-left: 40px;
  margin-bottom: 10px;
}
#intro-why .flex .content dd {
  padding-left: 40px;
  margin-bottom: 15px;
}
#intro-12weeks {
  padding-top: 40px;
}
#intro-12weeks .container {
  padding: 0 4% !important;
}
#intro-12weeks h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
#intro-12weeks p {
  margin-bottom: 40px;
}
#intro-12weeks ul {
  display: block;
  margin-bottom: 40px;
}
#intro-12weeks li {
  width: 100%;
  background-position: center center;
  border-radius: 24px;
  margin-bottom: 20px;
}
#intro-12weeks li:last-child {
  margin-bottom: 0;
}
#intro-12weeks .btn-a.sp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
}

/* #program-details */
#program-details {
  padding: 120px 0;
  background: linear-gradient(135deg, #D5E8F6 0%, #F7F6F0 65%);
}
#program-details .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
#program-details h3 {
  color: #2C3A51;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 56px;
  letter-spacing: 0;
  font-family: 'Work Sans', sans-serif;
}
#program-details .flex,
#program-details .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#program-details .flex .program-class {
  width: 31.8%;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 30px 48px;
}
#program-details .flex2 .program-class {
  width: 48.9%;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 30px 40px;
}
#program-details .program-class h4 {
  color: #083891;
  font-size: 38px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
}
#program-details .program-class .ico {
  opacity: 0.5;
  color: #083891;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
#program-details .program-class .days {
  color: rgba(43.88, 58.22, 81.49, 0.80);
  font-size: 28px;
  font-family: Work Sans;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
}
#program-details .program-class dl {
  margin-bottom: 40px;
  min-height: 106px;
}
#program-details .program-class dt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
#program-details .program-class dd {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}
#program-details .program-class dd:last-child {
  margin-bottom: 0;
}
#program-details .program-class dd span {
  font-size: 18px;
  font-weight: 700;
}
#program-details .program-class .fees {
  color: #083891;
  font-size: 28px;
  font-family: Oswald, sans-serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 8px;
}
#program-details .program-class .fees strong {
  font-size: 38px;
  font-weight: 600;
  color: #083891;
  font-family: Oswald, sans-serif;
}
#program-details .program-class .fees-sub {
  text-align: center;
  margin-bottom: 0.5em;
}
#program-details .program-class .fees-sub span {
  display: inline-block;
  background-color: #083891;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 3px 37px;
}
#program-details .program-class .fees-sub2 {
  text-align: center;
  color: #083891;
  font-size: 16px;
} 
#program-details .band {
  border-top: 1px solid #F38A20;
  border-bottom: 1px solid #F38A20;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 64px;
  padding: 11px 0 9px;
}
#program-details .btn-a {
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width:768px) {
#program-details {
  padding: 80px 0;
}
#program-details .container {
  padding: 0 4% !important;
}
#program-details h3 {
  font-size: 24px;
  margin-bottom: 40px;
}
#program-details .flex,
#program-details .flex2 {
  display: block;
}
#program-details .flex .program-class {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 24px;
}
#program-details .flex2 .program-class {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 24px;
}
#program-details .flex .program-class:last-child,
#program-details .flex2 .program-class:last-child {
  margin-bottom: 0;
}
#program-details .program-class h4 {
  font-size: 26px;
}
#program-details .program-class .days {
  font-size: 24px;
}
#program-details .program-class dl {
  min-height: auto;
}
#program-details .program-class .fees {
  font-size: 26px;
}
#program-details .program-class .fees strong {
  font-size: 36px;
}
#program-details .program-class .fees-sub span {
  padding: 3px 27px;
}
#program-details .band {
  margin-top: 80px;
  padding: 12px;
}
#program-details .btn-a {
  text-align: center;
  margin-top: 40px;
}
#program-details .btn-a.sp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
}

/* #about-us */
#about-us {
  padding: 120px 0;
  background-image: url(../../img/bg-about-us.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 64% auto;
}
#about-us .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
  position: relative;
}
#about-us .container .img.pc img {
  border-radius: 30px;
}
#about-us .container .img.pc li:first-child {
  position: absolute;
  top: -163px;
  right: 0;
  width: 26.1%;
  z-index: 10;
}
#about-us .container .img.pc li:nth-child(2) {
  position: absolute;
  top: 28px;
  right: 105px;
  width: 39.3%;
  z-index: 9;
}
#about-us .container .img.pc li:last-child {
  position: absolute;
  top: 255px;
  right: 32px;
  width: 26.1%;
  z-index: 8;
}
#about-us .ttl-a {
  text-align: left;
}
#about-us .content {
  width: 46.3%;
  margin-bottom: 302px;
}
#about-us .content h3,
#about-us .flex h3 {
  color: #2C3A51;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-family: 'Work Sans', sans-serif;
}
#about-us .content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
#about-us .content p:last-child {
  margin-bottom: 0;
}
#about-us .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about-us .flex .ttl {
  width: 46.3%;
}
#about-us .flex .content2 {
  width: 49.2%;
}
#about-us .flex .content2 ul {
  margin: 0;
}
#about-us .flex .content2 li {
  margin-bottom: 20px;
}
#about-us .flex .content2 li:last-child {
  margin-bottom: 0;
}
#about-us .flex .content2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
#about-us .flex .content2 dt {
  width: 140px;
  margin-right: 20px;
}
#about-us .flex .content2 dd {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#about-us .flex .content2 a,
#about-us .flex .content2 a:hover {
  color: #2C3A51;
  text-decoration: none;
}

@media screen and (max-width:768px) {
#about-us {
  padding: 80px 0;
  background-image: url(../../img/bg-about-us-sp.png);
  background-size: 97.2% auto;
}
#about-us .container {
  padding: 0 4% !important;
}
#about-us .ttl-a {
  text-align: center;
}
#about-us .content {
  width: 100%;
  margin-bottom: 40px;
}
#about-us .content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  text-align: center;
}
#about-us .flex h3 {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
#about-us .container .img.sp-block {
  margin: 0 0 80px;
}
#about-us .container .img.sp-block li {
  width: 100%;
  margin-bottom: 24px;
}
#about-us .container .img.sp-block li:last-child {
  margin-bottom: 0;
}
#about-us .container .img.sp-block img {
  border-radius: 24px;
}
#about-us .flex {
  display: block;
}
#about-us .flex .ttl {
  width: 100%;
}
#about-us .flex .content2 {
  width: 100%;
}
#about-us .flex .content2 li {
  margin-bottom: 20px;
}
}

/* #student-voices */
#student-voices {
  background: linear-gradient(135deg, #D5E8F6 0%, #F7F6F0 65%);
  padding: 56px 0;
}
#student-voices .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
#student-voices .item {
  background-color: #fff;
  padding: 50px 56px 61px;
  border-radius: 30px;
}
#student-voices .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#student-voices .item .flex .img {
  width: 140px;
  height: 140px;
  margin-right: 32px;
}
#student-voices .item .flex .img img {
  border-radius: 100px;
  width: 140px;
  height: 140px;
  object-fit: cover;
}
#student-voices .item .flex .content {
  flex: 1;
  height: 209px;
  overflow: auto;
}
#student-voices .item .flex .content h2 {
  color: #083891;
  font-size: 38px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
#student-voices .item .flex .content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: left;
  color: #2C3A51;
  letter-spacing: 0;
  font-family: 'Work Sans', sans-serif;
}
#student-voices .item .flex .content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 1em;
}
#student-voices .item .flex .content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
#student-voices {
  padding: 40px 0;
}
#student-voices .container {
  padding: 0 4% !important;
}
#student-voices .item {
  background-color: #fff;
  padding: 40px 16px 48px;
  border-radius: 24px;
}
#student-voices .item .flex {
  display: block;
}
#student-voices .item .flex .img {
  margin: 0 auto 32px;
}
#student-voices .item .flex .content {
  height: 271px;
}
#student-voices .item .flex .content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
#student-voices .item .flex .content h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 12px;
}
}

/* .owl-carousel */
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 19px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel  .owl-dot {
  border-radius: 50px;
  height: 16px;
  width: 16px;
  display: inline-block;
  background-color: #083891;
  margin-left: 10px;
  margin-right: 10px;
}
.owl-carousel  .owl-dot.active {
  background-color: #F38A20;
}

#reason .list{
  width:190px;
  float:left;
  text-align:center;
  margin-right:30px;
}
#reason .list:last-child{
  margin-right:0px;
}
#reason .list .ttl {
  font-family: 'Open Sans', sans-serif;
  color: #1B325F;
  font-size: 30px;
  text-align:center;
  margin-top:10px;
}
#reason .list p{
  text-align:center;
}
#reason #listWrap {
  width: 1070px;
  margin:0px auto;
}
#satisfaction #graph li{
  width:500px;
  float:left;
  text-align:center;
  position:relative;
}
#satisfaction #graph li p{
  font-weight:bold;
  margin-top:15px;
}
#satisfaction #graph li:nth-of-type(1), #satisfaction #graph li:nth-of-type(2){
  margin-bottom:70px;
}
#satisfaction #graph li .integer{
  position:absolute;
  width:120px;
  height:120px;
  top:40px;
  left:190px;
  text-align:center;
}
#satisfaction #graph li .integer span{
  display:block;
  font-size:18px;
  font-weight:bold;
  display:block;
  color:#3b3b3b;
  line-height:150%;
}
#integer01,#integer02,#integer03,#integer04{
  font-size:48px !important;
  font-weight:bold !important;
  color:#3a89c9 !important;
  line-height:100% !important;
}
#skill h3{
  margin-bottom:20px;
}
#skill p {
  text-align: center;
  line-height: 180%;
}
#skill ul {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}
#skill ul li {
  float: left;
  margin-right: 20px;
}
#skill ul li:last-child{
  margin-right: 0px;
}
#corse h3{
  margin-bottom:30px;
}
#corse .inner .intro {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  line-height: 180%;
}
#standardEnglishProgram, #toefl {
  margin-bottom:60px;
}
#standardEnglishProgram .txt, #businessEnglish .txt {
  width: 470px;
  float: left;
}
#standardEnglishProgram .photo ,#businessEnglish .photo {
  float: right;
}
#toefl .txt {
  width: 470px;
  float: right;
}
#toefl .photo {
  float: left;
}
h4 {
  font-size: 30px;
  background:none;
  width:auto;
}
#businessEnglish h4{
  font-size:25px;
  padding-left:0px;
  background:none;
  width:auto;
}
#toefl h4{
  padding-left:0px;
}
#standardEnglishProgram h4{
  padding-left:0px;
}
#corse .txt .note {
  font-size: 18px;
  margin-bottom: 20px;
}
#corse .txt .time {
  font-size: 18px;
  margin-bottom: 20px;
}
#corse .txt p {
  font-size: 14px;
}
#arrange .courses .ttl {
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  color: #1B325F;
  font-size: 22px;
  text-align:center;
}
#arrange .intro{
  text-align:center;
  line-height:180%;
}
#arrange .timeTable .ttl {
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  font-size: 22px;
  color: #3B3B3B;
  letter-spacing: 10px;
  background: url(../img/icon_timetable.png) no-repeat 0px center;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom:15px;
  text-align: left;
  padding-left: 50px;
  font-weight: bold;
}
#arrange .courses .price{
  text-align:center;
  font-size:18px;
}
/*#arrange .timeTable {
  background:url(../img/bg_time.png) no-repeat 0px 60px;
  height:720px;
  width:1078px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}*/
#arrange .timeTable {
  text-align: center;
}
@media screen and (min-width:768px){
  #arrange .timeTable .note {
    width:580px;
    margin-left:auto;
    margin-right: auto;
  }
  #arrange .timeTable .note p{
    text-align: left;
    margin-bottom:0px;
    font-size:12px;
  }
}
#arrange .timeTable .week{
  width:174px;
  float:left;
  position:absolute;
  color:#fff;
}
#arrange .timeTable .mon{top:130px;left:117px;}
#arrange .timeTable .tue{top:130px;left:312px;}
#arrange .timeTable .wed{top:130px;left:506px;}
#arrange .timeTable .thu{top:130px;left:699px;}
#arrange .timeTable .fri{top:130px;left:893px;}
#arrange .timeTable .two{margin-top:1px;height:249px;}
#arrange .timeTable .fri .morning{margin-top:1px;height:312px;}
#arrange .timeTable .three{height:185px;}
#arrange .timeTable .week div{
  background:url(../img/bg_stripe02.png);
  padding:8px;
}
#arrange .timeTable .mon div, #arrange .timeTable .wed div, #arrange .timeTable .fri div{
  background:none !important;
  background-color:#3a89c9 !important;
}
#arrange .timeTable p.time{
  font-size:11px;
}
#arrange .timeTable .morning{
  border-bottom:1px #fff solid;
}
/*#arrange .timeTable .mon div .grammar{
  background:url(../img/c_icon_grammar.png) no-repeat center 100px !important;
  padding:0px !important;
  height:100%;
}
#arrange .timeTable .wed div .conversation{
  background:url(../img/c_icon_conversation.png) no-repeat center 100px !important;
  padding:0px !important;
  height:100%;
}
#arrange .timeTable .fri div .activity{
  background:url(../img/c_icon_activity.png) no-repeat center 163px !important;
  padding:0px !important;
  height:100%;
}
#arrange .timeTable .tue div .discussion{
  background:url(../img/c_icon_discussion.png) no-repeat center 100px !important;
  padding:0px !important;
  height:100%;
}
#arrange .timeTable .thu div .listening{
  background:url(../img/c_icon_listening.png) no-repeat center 100px !important;
  padding:0px !important;
  height:100%;
}
#arrange .timeTable .fri div .sep{
  background:url(../img/c_icon_sep.png) no-repeat center 162px !important;
  padding:0px !important;
  height:100%;
}
#arrange .timeTable .wed div.three .conversation, #arrange .timeTable .mon div.three .conversation{
  background:url(../img/c_icon_conversation.png) no-repeat center 59px !important;
  padding:0px !important;
  height:100%;
}*/
#arrange .timeTable .mon div .business,
#arrange .timeTable .tue div .business,
#arrange .timeTable .wed div .business,
#arrange .timeTable .thu div .business,
#arrange .timeTable .fri div .business{
  background:url(../img/c_icon_business.png) no-repeat center 57px !important;
  padding:0px !important;
  height:100%;
}

#accomodations p{
  text-align:center;
  line-height:180%;
}

#arrange .timeTable .box{
  border-bottom:1px #fff solid;
  text-align: center;
  font-size:14px;
}
#arrange .timeTable .box.box2{
  height:70px;
  font-size:14px;
  border-bottom:1px #fff solid;
}
#arrange .timeTable .box.box3{
  height:60px;
  font-size:14px;
  border-bottom:1px #fff solid;
}
#arrange .timeTable div .gray{
  background-color: #ccc !important;
  border-bottom:1px #fff solid;
}
#arrange .timeTable .week div.gray{
  background: none;
  background-color: #ccc !important;
}

/* #form */
#form {
  background-color: #F1EFE2;
  padding: 120px 0;
}
#form .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
#form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#form .flex .ttl {
  width: 31.8%;
}
#form .ttl-a {
  text-align: left;
}
#form .flex .ttl p {
  font-size: 16px;
  line-height: 1.4;
}
#form .flex .content {
  width: 66.3%;
  background-color: #fff;
  border-radius: 30px;
  padding: 56px;
  box-sizing: border-box;
}
#form form {
  margin-bottom: 0;
}
#form .formTbl {
  margin-left: auto;
  margin-right: auto;
}
#form .formTbl tr th {
  text-align: left;
  font-size: 20px;
  background: none;
  color: #083891;
  padding: 10px 0px 13px 0px;
}
#form .formTbl td {
    position: relative;
    text-align: left;
    background: none;
}
#form input[type=text]{
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 14px 14px 40px;
  font-size: 16px;
}
#form textarea {
  background-color: #fff;
  height: 164px;
  border: 1px solid #F45858;
  border-radius: 8px;
}
#form .updnWatermark,
#form .updnWatermark2{
  font-size: 16px;
  padding: 12px 2px 12px 35px;
  font-weight: normal;
}
#form .bfh-countries .bfh-selectbox-toggle {
  border: 1px solid #666;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
#form .bfh-selectbox .bfh-selectbox-toggle {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 12px 24px 6px 12px;
  border-radius: 8px;
}
.bfh-selectbox .bfh-selectbox-options ul {
  max-height: auto !important;
}
.bfh-selectbox > .bfh-selectbox-toggle {
  height: 48px;
}
.bfh-selectbox > .bfh-selectbox-toggle > .bfh-selectbox-option {
  font-size: 16px;
  font-weight: normal;
}
#form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #F45858;
  border-radius: 50%;
}
#form input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F45858;
  content: '';
}
#form label {
  font-weight: normal;
}
#form label.ml15 {
  margin-left: 64px;
}
#form #need_a_student_visa_yes {
  margin-top: 20px;
}
#form #need_a_student_visa_yes .iwould {
  margin-bottom: 0.5em;
}
#form #need_a_student_visa_yes li {
  margin-bottom: 0.25em;
}
#form #need_a_student_visa_no li {
  font-weight: normal;
}
#form .formTbl h4 {
  font-size: 18px;
  line-height: 1.4;
  color: #083891;
  background: none;
  width: auto;
  padding-left: 0px;
  margin-bottom: 0.5em;
  height: auto;
}
#form .formTbl h4 span {
  font-weight: normal;
}
#form #weeks_str {
  font-weight: normal;
}
#form #weeks {
  border: 1px solid;
  border-radius: 8px;
}
#form input[type=text]#weeks {
  width: 100px;
  padding: 10px;
}
#submitBtn{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  background-color: #083891;
  padding: 16px 24px;
  border-radius: 100px;
  transition: all 1s cubic-bezier(.19,1,.22,1);
  margin-top: 1em;
}
#submitBtn:hover{
  background-color: #052561;
  color: #fff;
  transition: all 1s cubic-bezier(.19,1,.22,1);
}

@media screen and (max-width:768px) {
#form {
  padding: 70px 0 80px;
}
#form .container {
  padding: 0 4% !important;
}
#form .flex {
  display: block;
}
#form .flex .ttl {
  width: 100%;
}
#form .flex .ttl p {
  margin-bottom: 40px;
}
#form .ttl-a {
  text-align: center;
}
#form .flex .content {
  width: 100%;
  border-radius: 24px;
  padding: 40px 16px;
}
#submitBtnBox {
  text-align: center;
}
}

/* #schoolActivities */
#schoolActivities {
  padding: 0;
}
#schoolActivities p {
  text-align: center;
  line-height: 180%;
}
#schoolActivities .bx-wrapper {
  margin-bottom: 30px;
}

.arc2 {
    stroke-weight:0.1;
    fill: #3660b0;
}
.background {
    fill: #FFFFFF;
    fill-opacity: 0.01;
}
#div1, #div2, #div3, #div4 {
    width: 100%;
    height: 170px;
    box-sizing: border-box;
}
#div1 .arc {
    stroke-weight: 0.1;
    fill: #1b325f;
}
#div2 .arc {
    stroke-weight: 0.1;
    fill: #1b325f;
}
#div3 .arc {
    stroke-weight: 0.1;
    fill: #1b325f;
}
#div4 .arc {
    stroke-weight: 0.1;
    fill: #1b325f;
}
.label{
  font-size:30px;
  color:#3a89c9;
  font-weight:bold;
}
.component {
    fill: #86bbe6;
    width:150px;
    margin-left:auto;
    margin-right:auto;
}
.percent{
  font-size:18px;
  font-weight:bold;
  position:absolute;
  top:85px;
  left:215px;
  display:none;
}
#mapWrap .inner{
  width:1200px;
}
#gmap{
  width:770px;
  height:600px;
}
#panoBox{
  float:left;
  width:770px;
  position:relative;
}
#gmapWrap{
  width:1000px;
  float:left;
  height:600px;
  position:relative;
}
#buttons{
  width:400px;
  float:left;
}
#buttons .buttonWrap{
  margin-left:20px;
}
#buttons .buttonArea{
  margin-top:15px;
}
#buttons .buttonArea a{
  display:block;
  float:left;
  width:180px;
  border:1px #3b3b3b solid;
  background-color:#fff;
  text-align:center;
  padding:5px 0px;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  margin-left:5px;
  margin-bottom:5px;
}
#buttons .buttonArea a:hover{
  background-color:#25b5eb;
  color:#fff;
}
#location h4.landmark{
  background:url(../img/map_icon02.png) no-repeat left center;
  padding-left:70px;
  line-height:62px;
  height:62px;
  margin-top:15px;
}
#location #pano{
	width:100%;
  margin:0px auto;
  height:82px;
  position:absolute;
  bottom:0px;
}
#pano .panoramio-wapi-images,
#pano .panoramio-wapi-images,
#pano .panoramio-wapi-images { 
  background-color: rgba( 0, 0, 0, 0.85 );
}
.panoramio-wapi-images{
  margin-left:auto;
  margin-right:auto;
}
#pano .panoramio-wapi-tos{
	display:none;
}


.bfh-selectbox-option span{
  font-size:14px;
}
#DOB{
  background-color:#fff;
}
#date {
  background: url(/img/contact-us/bg_calender.jpg) no-repeat 282px center #fff;
}

.bfh-selectbox-options a{
  height:30px !important;
  font-size:13px;
}

footer{
  margin-bottom:20px;
}
footer p{
  text-align:center;
  font-size:14px;
  padding-bottom:5px;
  margin-bottom:0px;
}

.formTbl td, .formTbl th{position:relative;}

#language span {
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
    margin-right: 5px;
}
#language p{margin-bottom:0px;}
#language p img {
    margin-bottom: 4px;
    margin-right: 5px;
}
#language {
    position: absolute;
    width: 300px;
    top: 0px;
    right: 100px;
    background-color: #fff;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 15px 6px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 15px 6px rgba(0,0,0,.12);
    box-shadow: 0 0 15px 6px rgba(0,0,0,.12);
}
#language p {
    float: left;
}


#registration p{
  text-align:center;
}
.registTbl{
  width:100%;
  margin-top:15px;
}
.registTbl th,
.registTbl td{
  padding:30px;
}
.registTbl th{
  background-color:#F6F6F6;
  color:#000;
  width:340px;
  font-size:20px;
  vertical-align:top;
}
.registTbl td{
  background-color:#fff;
  color:#000;
}
.registTbl2{
  margin-top:20px;
}
.registTbl2 th,
.registTbl2 td{
  padding:5px;
}
.registTbl3 th,
.registTbl3 td{
  padding:5px;
}

.descTbl{
  width:100%;
  margin-top:15px;
}
.descTbl th,
.descTbl td{
  padding:30px;
}
.descTbl th{
  background-color:#F6F6F6;
  color:#000;
  width:240px;
  font-size:20px;
  vertical-align:top;
}
.descTbl td{
  background-color:#fff;
  color:#000;
}
.descTbl2{
 
}
.descTbl2 th,
.descTbl2 td{
  padding:10px;
}

#flow .block{
  float:left;
  width:313px;
}
#flow h4{
  background:#222;
  color:#fff;
  font-size:16px;
  height:auto;
  margin-bottom:15px;
}
#flow .num,
#flow .text{
  float:left;
}
#flow .box{
  margin-bottom:15px;
}
#flow .num{
  width:63px;
  height:90px;
  text-align:center;
  padding: 10px;
  background-color:#3A89C9;
  color:#fff;
  font-weight:bold;
}
#flow .text{
  width:250px;
  height:90px;
  padding: 1rem 1.875rem;
  background-color:#E9F2F9;
  font-size:13px;
}
#flow .startBox{
  background-color:#3A89C9;
  color:#fff;
  text-align:center;
  padding:8px 5px;
  font-weight:bold;
}

.message{
  background-color:#C5EDF9;
  padding:2% 1%;
  text-align:left;
  color:#1B325F;
}
.massage_innner{
  background:#C5EDF9 no-repeat left center;
  max-width:650px;
  margin:0 auto;
}

.massage_innner span{
  color:#1B325F;
  font-size:16px;
  font-weight:bold;
}
.massage_innner span.free{
  display:inline-block;
  font-size:22px;
}

.transfer{
  background-color:#ffffff;
  padding:2% 1%;
  text-align:left;
  color:#1B325F;
}
.transfer_innner{
  max-width:650px;
  margin:0 auto;
}

.transfer_innner span{
  color:#1B325F;
  font-size:16px;
  font-weight:bold;
}
.transfer_innner span.free{
  display:inline-block;
  font-size:22px;
}

#form .massage_innner{
  border:2px #1B325F solid;
  background-color:transparent;
  padding:1em 1em 1em 75px;
  background-position:15px center;
  margin-bottom:1.5em;
}
#form .massage_innner span{
  font-size:14px;
}
#form .massage_innner span.free{
  font-size:18px;
}
  
#option_select .bfh-selectbox-options,
#option_select .bfh-selectbox-options ul{width:620px !important;}
@media screen and (max-width:768px){
  #option_select .bfh-selectbox-options,
  #option_select .bfh-selectbox-options ul{width:100% !important;}
}


.glyphicon{
  display: inline-block;
}
#form #want_to_visit_date {
  display: none;
}

/* 22-3-2 フォーム修正 */
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
}
.radio input[type="radio"] {
  margin-top: 7px;
}

/* 22-3-7 追加section */
.margin-bottom-30 {
  margin-bottom: 30px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.signup2 a {
  width: 250px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 3px #1B325F solid;
  display: block;
  color: #1B325F;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.signup2 a:hover {
  text-decoration: none;
  background-color: #1B325F;
  color: #fff;
}
.chart-title h3 {
  color: #333 !important;
  font-size: 20px !important;
  font-weight: normal;
}
.chart-title h5 {
  font-weight: normal;
  margin-bottom: 30px;
}
.list-media .media {
  padding-bottom: 40px;
}
.list-media .media .media-left, .list-media .media .pull-left {
  padding-right: 45px;
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}
#accreditations h4 {
  font-size: 18px;
  padding-left: 0;
  line-height: 1.5;
}
#accreditations h4 a {
  color: #1B325F;
}

/* #for-your-info */
#for-your-info {
  padding: 120px 0;
}
#for-your-info .container {
  max-width: 1056px;
  width: 100%;
  margin: auto;
}
#for-your-info h3 {
  color: #2C3A51;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1em;
  letter-spacing: 0;
  font-family: 'Work Sans', sans-serif;
}
#for-your-info h3 span {
  display: inline-block;
  border: 1px solid #2C3A51;
  font-size: 28px;
  padding: 0 0.25em;
}
#for-your-info p strong {
  color: #083891;
  font-weight: bold;
  font-size: 125%;
}
#for-your-info .schedule {
  margin: 2em 0 0;
}
#for-your-info .schedule .pc {
  display: table !important;
}
#for-your-info .schedule table {
  width: 100%;
}
#for-your-info .schedule th, #for-your-info .schedule td {
  border: 1px solid #F38A20;
  padding: 1em;
  text-align: center;
  box-sizing: border-box;
}
#for-your-info .schedule thead th {
  width: 16.6%;
  background-color: #F1EFE2;
}

@media screen and (max-width:768px) {
#for-your-info {
  padding: 80px 0;
}
#for-your-info .container {
  padding: 0 4% !important;
}
#for-your-info h3 {
  font-size: 24px;
}
#for-your-info h3 span {
  font-size: 24px;
}
#for-your-info .schedule {
  display: block;
}
#for-your-info .schedule th, #for-your-info .schedule td {
  padding: 0.5em;
  font-size: 14px;
  overflow-wrap: break-word;
}
#for-your-info .schedule .pc {
  display: none !important;
}
#for-your-info .schedule .sp {
  display: table !important;
}
#for-your-info .schedule thead th {
  width: 33.3%;
}
}