@charset "utf-8";

html {
  font-size: 10px;
  color: #333;
}

body{ font-size: 16px;}

a {
  color: #666;
}

a[href^="tel:"] {
  pointer-events: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  /*  margin-bottom: 1em; */
}

img {
  max-width: 100%;
}

.bg-beige{ background: #f3f3f2;}
.bg-blue{ background: #e8e9f1;}

.mark {
  margin: 0 2px;
  background: #fff100;
}

.mark01 {
  margin: 0 2px;
  text-decoration: underline;
  background: none;
  /*    color: #ea5520;*/
}

.mark02 {
  margin: 0 2px;
  background: none;
  color: #ea5520;
}

#page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.txt_s{ font-size: .75em;}
.txt_l{ font-size: 1.5em;}
.txt_b{ font-weight: bold;}
.txt_center{ text-align: center;}

#header {
  height: 0px;
}

#breadcrumbs{
  float: left;
  margin: 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #breadcrumbs{ display: none;}
}

section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

section .inner {
  width: 100%;
  max-width: 1000px;
  padding: 65px 0;
  margin: 0 auto;
}

section h2 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
}

section h2::after {
  content: "";
  display: block;
  border-bottom: 3px solid #00afec;
  width: 100px;
  margin: 20px auto 30px;
}

section h2 .sub {
  display: block;
  font-size: .7em;
}

section h2 .sub::before {
  content: "\2572";
}

section h2 .sub::after {
  content: "\2571";
}

section h3 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
}

section h4 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
}

section p {
  /*font-size: 14px;*/
  /*    font-size: 1.4rem;*/
  line-height: 1.7;
  letter-spacing: .05em;
}

section p.lead {
  text-align: center;
/*    font-size: 20px;*/
}
section p.lead .link{
  margin-left: 10em;
  line-height: 4;
}

.btn a,
.btn input {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  width: 100%;
  max-width: 420px;
  height: 60px;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  border-radius: 2.8px;
  /*    box-shadow: 0 1.5px 0 #88001c;*/
  letter-spacing: .175em;
}

.btn a.orange{ background: #ea5520;}

.btn a.arrow01::after {
  content: '';
  padding: 10px;
  background: url(/beginner/img/arrow.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
}

.btn input {
  border: none;
}

.btn input:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn input.orange {
  background: #eb7846 url(../images/common/btn_icon_arrow01.png) 95% center no-repeat;
}

.btn input.l_orange {
  background: #eba145 url(../images/common/btn_icon_arrow01.png) 95% center no-repeat;
}

.box_graph {
  /*    background: #fff;
  border-right: 1.5px solid #ea5520;
  border-bottom: 1.5px solid #ea5520;
  padding: 25px 30px;*/
}

#bread {
  width: 100%;
  max-width: 1000px;
  padding: 10px 50px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

#bread a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin: 0 .5em;
}

.pc_inline{ display: inline-block;}
.sp_inline{ display: none;}

/*　フォント指定　*/
.font_josefin{ font-family: 'Josefin Slab', serif;}
.choutai{ transform: scaleX(0.9);}


#intro .mv {
  width: 100%;
  height: 0;
  padding: 0 0 370px;
  margin: 0 auto 60px;
  background: #1c236d;
}

#intro .mv .inner {
  width: 95%;
  max-width: 1000px;
  position: relative;
  padding: 0;
  height: 440px;
  margin: 0 auto;
}

#intro .mv .inner .title {
  padding: 0;
  position: absolute;
  width: 45%;
  height: 370px;
  /*    max-height: 260px;*/
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
#intro .logo_kyouyousemi {
  /*    text-align: right;*/
  margin-top: 10px;
  margin-bottom: 25px;
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
}
.logo_kyouyousemi img {
  width: 320px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#intro .mv .inner .img_box{
  height: calc(370px + 4em);
  line-height: 0;
  text-align: left;
  position: absolute;
  left: 50%;
  width: 50vw;
}
#intro .mv .inner .top_img{ height: calc(100% - 4em);}
#intro .mv .inner .img_box > .top_img:nth-of-type(2){ margin-top: 4em;}
#intro .mv .inner .img_box > .top_img:nth-of-type(3){ margin-top: -2em;}

#intro .mv h2 {
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: .475em;
  /*    text-align: right;*/
}
#intro .mv h2::after {
  display: none;
}

#intro .mv p.catch {
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

#intro .btn {
  margin-bottom: 40px;
}

#intro .mv + .btn{
  margin: 65px auto;
  max-width: 90%;
}

#intro .point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#intro .point > div{
  width: 47%;
  background: #e8e9f1;
  border-top: 1px solid #00afec;
  border-bottom: 1px solid #00afec;
  padding: 20px;
}
#intro .point h3{
  font-size: 40px;
  color: #1c236d;
}
#intro .point h3 .txt_s{
  font-size: .5em;
  vertical-align: text-top;
}
#intro .point h3 img{
  vertical-align: baseline;
  height: 1em;
}
#intro .point p{ text-align: center;}
#intro .point p + p{
  margin-top: 1em;
  font-size: .65em;
}

.linkint{
  font-size: 14px;
  background:#fdede8;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;}

#learning ul.learn_list {
  /*    margin-top: 30px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}

#learning ul.learn_list li {
  /*    float: left;*/
  width: 28%;
  margin-bottom: 50px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  border-right: 1.5px solid #00aeea;
  border-bottom: 1.5px solid #00aeea;
  padding: 130px 10px 20px;
}

#learning ul.learn_list li:first-child{
  background-image: url(/img/upimage/koushihaken/icn_canLearn01.svg);
  background-position: center 25px;
  background-size: 52px;
}
#learning ul.learn_list li:nth-child(2){
  background-image: url(/img/upimage/koushihaken/icn_canLearn02.svg);
  background-position: center 30px;
  background-size: 49px;
}
#learning ul.learn_list li:nth-child(3){
  background-image: url(/img/upimage/koushihaken/icn_canLearn03.svg);
  background-position: center 25px;
  background-size: 40px;
}
#learning ul.learn_list li:nth-child(4){
  background-image: url(/img/upimage/koushihaken/icn_canLearn04.svg);
  background-position: center 32px;
  background-size: 49px;
}
#learning ul.learn_list li:nth-child(5){
  background-image: url(/img/upimage/koushihaken/icn_canLearn05.svg);
  background-position: center 46px;
  background-size: 88px;
}
#learning ul.learn_list li:nth-child(6){
  background-image: url(/img/upimage/koushihaken/icn_canLearn06.svg);
  background-position: center 26px;
  background-size: 48px;
}

/*#learning ul.learn_list li:not(.break) {
margin-right: 8%;
}*/

#learning ul.learn_list li h3 {
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #1c236d;
  margin-bottom: .5em;
}

#learning ul.learn_list li p {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

#learning ul.learn_list li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

#learning .mini {
  margin-top: 20px;
  margin-bottom: 55px;
  position: relative;
}

#learning .mini::before {
  content: "";
  border: 15px solid transparent;
  border-top: 26px solid #ea5520;
  position: absolute;
  top: -50px;
  left: 49%;
  display: block;
  background: transparent;
}

#learning .mini h3 {
  color: #ea5520;
  font-weight: bold;
  border-bottom: 1px dashed #ea5520;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-size: 23px;
}

#learning .mini ul {
  font-size: 19px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 6em;
  width: 90%;
  margin: 0 auto;
}

#learning .mini li {
  background: url(/images/common/check_kyouyoukoza.svg) left 5px/18px no-repeat;
  padding-left: 26px;
  width: 50%;
}

#moshikomi h2 {
  position: relative;
}

#moshikomi h2 .free {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ea5520;
  font-size: 42px;
  border: 2px solid #ea5520;
  width: 147px;
  height: 147px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: auto;
}

.course .notes {
  font-size: 12px;
}


#students01 .graph-wrap figure,
#students .graph-wrap figure {
  float: left;
  width: 50%;
}

#students01 .graph-wrap figure:nth-child(odd),
#students .graph-wrap figure:nth-child(odd) {
  clear: both;
}

#students01 .graph-wrap figure figcaption,
#students .graph-wrap figure figcaption {
  font-size: 18px;
  font-size: 1.8em;
  margin-top: 40px;
}

#students .video-message {
  margin-bottom: 70px;
}

#students .btn {
  padding: 50px;
}

#students .dashed-line {
  position: relative;
}

#students .dashed-line span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f3f3f2;
  z-index: 1;
}

#students .dashed-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-bottom: 1px dashed #eb7846;
  z-index: 0;
}

#students .voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

#students .voice p {
  width: 47%;
  text-align: center;
  margin: 15px 0;
  background: #fff;
  border-top: 1px solid #01afec;
  border-bottom: 1px solid #01afec;
}

/*#students .voice p img{ width: 98%;}*/
/*#students .voice p:nth-child(even) { text-align: right;}
#students .voice p img{ width: 65%;}*/
#students .comment {
  padding: 30px 0;
}

#students .comment li {
  float: left;
  width: 550px;
  text-align: left;
}

#students .comment li .title {
  font-size: 20px;
  font-size: 2.0rem;
  color: #eb7846;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .35em;
}

#students .comment li .name {
  font-size: 15px;
  font-size: 1.5rem;
}

#students .comment li small {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
}

#students .comment li:last-child {
  width: 150px;
}

#students .multi-2col {
  /*height: 260px;*/
  height: 290px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
  /*  margin-bottom: 40px;*/
}

#students .multi-2col .btn_more {
  display: none;
}

#students h4 {
  margin: 40px auto;
}

#students01 .message,
#students .message {
  border: 1px solid #01afec;
  padding: 25px;
  font-size: 24px;
  color: #1c236d;
  line-height: 1.7;
  letter-spacing: .025em;
  width: 85%;
  margin: 0 auto 70px;
  /*    font-weight: bold;*/
}

#students .stgtitle {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .015em;
  margin-bottom: 20px;
}

#students .stgphoto {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.company_list{
  column-count: 3;
  text-align: left;
  padding: 20px 25px;
  background: #e8e9f1;
  border-top: 1px solid #01afec;
  border-bottom: 1px solid #01afec;
  line-height: 1.6;
  margin-top: 50px;
}

#teacher .lead {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: .15em;
}

#teacher ul {
  margin-bottom: 60px;
}

#teacher ul li {
  float: left;
  width: 152.5px;
}

#teacher ul li:not(:last-child) {
  margin-right: 30px;
}

#teacher ul li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}

#teacher ul li p.name {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .15em;
  margin-top: 10px;
}

#students h2.ttl_voice {
  margin-top: 70px;
}

#students .box_graph {
  /*    padding: 60px 30px;*/
}

#students .box_graph h3 {
  color: #1c236d;
/*    font-size: 40px;*/
/*    font-weight: bold;*/
  margin-bottom: 50px;
}

.graphs {
  position: relative;
  margin-bottom: 50px;
}

.graphs li {
  float: left;
  width: 50%;
  text-align: left;
}

.graphs li .pie_wrap {
  /*    width: 185px;
  height: 185px;
  margin: 0 auto;*/
  position: relative;
}

.graphs li .pie_wrap figure > img {
  display: block;
  width: 45%;
  /*    height: 185px;*/
  margin: 0 auto;
}

.graphs li .pie_wrap figure figcaption {
  margin-top: -75px;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  /*    font-weight: bold;*/
}

.graphs li .pie_wrap figure figcaption .num {
  margin-right: 3px;
  line-height: 2.5;
}

.graphs li .pie_wrap #chart-area1 figcaption .num img {
  width: 108px;
  vertical-align: text-bottom;
}

.graphs li .pie_wrap #chart-area2 figcaption .num img {
  width: 73px;
  vertical-align: text-bottom;
}

.graphs li .pie_wrap figure figcaption .mark {
  color: #ea5520;
}

/*      .graphs li .pie_wrap::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(../images/kyouyousemi/graphs_mask.png);
z-index: 10; }*/
.graphs li .pie_wrap canvas {
  position: absolute;
  z-index: 1;
}

.graphs li .pie_wrap .pers {
  position: absolute;
  top: 110px;
  left: 56px;
  z-index: 100;
}

.graphs li#graphs1 .pers {
  width: 269px;
}

.graphs li#graphs2 .pers {
  width: 229px;
}

#policy .lead {
  text-align: center;
  font-size: 20px;
  margin: 50px 0px;
  letter-spacing: .15em;
}

#policy .img{
  max-width: 920px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#policy .img > img{
  width: 37%;
  margin-left: 5%;
}
#policy .img > p{
  width: 46%;
  padding-top: 20px;
}

#policy ul {
  margin-bottom: 20px;
}

#policy ul li {
  float: left;
  width: 320px;
  text-align: left;
}

#policy ul li:last-child {
  width: 380px;
  padding-top: 2em;
}

#policy ul li:last-child p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9;
}

#policy ul li img {
  max-width: 272px;
}

#policy ul.adv {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#policy ul.adv li {
  float: none;
  width: 21%;
  padding-top: 0;
}

#policy ul.adv li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}

#policy ul.adv li p.name {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: .15em;
  margin-top: 10px;
}

#policy ul.adv li img {
  width: 100%;
}

#media small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

#media figure {
  margin-bottom: 50px;
}

#media ul {
  margin-bottom: 25px;
}

#media ul li {
  display: block;
  float: left;
  width: 90px;
  height: 124px;
  margin-bottom: 25px;
}

#media ul li:not(:nth-child(6n+6)) {
  margin-right: 32px;
}

#media .btn a {
  width: 490px;
}

#media .books {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
}

#media .books p img {
  width: 80%;
}

#gaiyou .detail{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 45px;
}
#gaiyou .detail dt::before{
  content: "\025a0";
  color: #00afec;
}
#gaiyou .detail dt{ width: 18%;}
#gaiyou .detail dd{ width: 82%;}
#gaiyou .detail dd > ol li{
  list-style: decimal inside;
}

#gaiyou .flow{ margin-bottom: 35px;}
#gaiyou .flow h3{
  background: #8286af;
  color: #fff;
  text-align: left;
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 5px;
}
#gaiyou .flow .figure{
  background: #1c236d url(/img/upimage/koushihaken/bg_flow.png)left 6px/100% no-repeat;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#gaiyou .flow .figure dl{
  width: 25%;
  padding-top: .8em;
}
#gaiyou .flow .figure dd{
  margin-top: 90px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  padding: 0 10% 15px;
  letter-spacing: 0.1em;
}
#gaiyou .flow .figure dd.txt_center{ text-align: center;}
#gaiyou .flow .figure dd.flex{
  display: flex;
  align-items: flex-start;
}
#gaiyou .flow .figure dd .border{
  border: 1px solid;
  padding: 5px 2px;
  font-size: .8em;
  word-break: keep-all;
  margin-right: 5px;
}

.kiyaku{ text-align: left;}
.kiyaku h3{ font-size: 16px;}
.kiyaku > ul li{
  list-style: disc outside;
  margin-left: 1.5em;
}

.box_q{
  display: flex;
  flex-wrap: wrap;
}
.box_q dl{
  width: 47%;
  margin-bottom: 50px;
  text-align: left;
}
.box_q dl:nth-child(2n){ margin-left: 6%;}
.box_q dt{
  font-size: 20px;
  line-height: 1.2;
  color: #01afec;
  padding-left: 60px;
  height: 2em;
  display: flex;
  align-items: center;
  background: url(/img/upimage/koushihaken/icn_q.svg)left bottom/contain no-repeat;
}
.box_q dd{
  background: #fff;
  padding: 10px 20px;
  border-top: 1px solid #01afec;
  border-bottom: 1px solid #01afec;
  height: 7em;
  display: flex;
  align-items: center;
  align-self: flex-start;
}

.contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 60px;
  max-width: 800px;
}
.contact > div{
  background: #fff;
  width: 47%;
  border: 1px solid #01afec;
  padding: 10px;
}
.contact > div h3{
  font-size: 24px;
/*    color: #1c236d;*/
}
.contact > .box_mail h3::after{
  content: "";
  display: block;
  padding: .75em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.00375%22%20height%3D%2217.37961%22%20viewBox%3D%220%200%2025.00375%2017.37961%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2301afec%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicn_mail%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.4613%2C17.37961H.54244A.54238.54238%2C0%2C0%2C1%2C0%2C16.83719V.54242A.54238.54238%2C0%2C0%2C1%2C.54244%2C0H24.4613a.54238.54238%2C0%2C0%2C1%2C.54242.54242V16.83719A.54237.54237%2C0%2C0%2C1%2C24.4613%2C17.37961ZM1.08487%2C16.29478h22.834V1.08485H1.08487Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.50187%2C12.06389a.54075.54075%2C0%2C0%2C1-.36677-.14281L.17567.942A.54242.54242%2C0%2C0%2C1%2C.90922.14281L12.50187%2C10.78518%2C24.09454.14281A.54241.54241%2C0%2C1%2C1%2C24.82807.942l-11.95943%2C10.979A.54073.54073%2C0%2C0%2C1%2C12.50187%2C12.06389Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.54223%2C17.37961a.54241.54241%2C0%2C0%2C1-.40406-.9041L8.111%2C7.56349a.54245.54245%2C0%2C0%2C1%2C.80855.72337l-7.97285%2C8.912A.54125.54125%2C0%2C0%2C1%2C.54223%2C17.37961Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M24.46151%2C17.37961a.541.541%2C0%2C0%2C1-.40691-.18348l-7.86436-8.912a.54244.54244%2C0%2C1%2C1%2C.81341-.71786l7.86436%2C8.912a.54241.54241%2C0%2C0%2C1-.4065.90135Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 3px 0 15px;
}
.contact > div p{ text-align: center;}
.contact > div .telno{
  text-align: center;
  margin: 0 auto 5px;
}
.contact > div .telno > span{
  display: inline-block;
  font-family: 'Josefin Slab', serif;
  font-size: 2em;
  color: #01afec;
  line-height: 1;
  padding-left: 1.3em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.417%22%20height%3D%2219.302%22%20viewBox%3D%220%200%2029.417%2019.302%22%3E%3Cpath%20d%3D%22M0%2C88.032v3.009a17.345%2C17.345%2C0%2C0%2C1%2C6.328%2C1.183q.522.206%2C1.013.443a16.036%2C16.036%2C0%2C0%2C1%2C2.395-.918%2C17.609%2C17.609%2C0%2C0%2C1%2C4.973-.708%2C17.352%2C17.352%2C0%2C0%2C1%2C6.355%2C1.183q.522.206%2C1.013.443a16.049%2C16.049%2C0%2C0%2C1%2C2.4-.918%2C17.617%2C17.617%2C0%2C0%2C1%2C4.946-.708V88.032Z%22%20transform%3D%22translate(0%20-88.032)%22%20fill%3D%22%2301afec%22%2F%3E%3Cpath%20d%3D%22M320.59%2C210.6a3.657%2C3.657%2C0%2C0%2C0%2C5.7%2C3.033A3.65%2C3.65%2C0%2C0%2C0%2C327.9%2C210.6a3.12%2C3.12%2C0%2C0%2C0-.235-1.15%2C5.066%2C5.066%2C0%2C0%2C0-.728-1.24%2C9.246%2C9.246%2C0%2C0%2C0-2.695-2.246%2C9.941%2C9.941%2C0%2C0%2C0-2.213%2C1.692%2C5.494%2C5.494%2C0%2C0%2C0-1.259%2C1.928A3.053%2C3.053%2C0%2C0%2C0%2C320.59%2C210.6Z%22%20transform%3D%22translate(-302.17%20-199.19)%22%20fill%3D%22%2301afec%22%2F%3E%3Cpath%20d%3D%22M25.656%2C175.657a7.377%2C7.377%2C0%2C0%2C1%2C1.681%2C2.612%2C4.951%2C4.951%2C0%2C0%2C1%2C.293%2C1.647%2C5.553%2C5.553%2C0%2C1%2C1-11.106%2C0%2C5.267%2C5.267%2C0%2C0%2C1%2C.637-2.434%2C8.28%2C8.28%2C0%2C0%2C1%2C1.677-2.162%2C11.548%2C11.548%2C0%2C0%2C1%2C1.2-.984c-.29-.106-.588-.206-.894-.3a15.73%2C15.73%2C0%2C0%2C0-4.437-.63%2C15.513%2C15.513%2C0%2C0%2C0-5.332.926%2C11.123%2C11.123%2C0%2C0%2C1%2C1.544%2C1.321%2C7.382%2C7.382%2C0%2C0%2C1%2C1.68%2C2.612%2C4.945%2C4.945%2C0%2C0%2C1%2C.293%2C1.647%2C5.553%2C5.553%2C0%2C1%2C1-11.106%2C0%2C5.269%2C5.269%2C0%2C0%2C1%2C.636-2.434A8.282%2C8.282%2C0%2C0%2C1%2C4.1%2C175.319a11.516%2C11.516%2C0%2C0%2C1%2C1.2-.984c-.291-.106-.588-.206-.894-.3a15.737%2C15.737%2C0%2C0%2C0-4.41-.63v14.4H29.417v-14.4a15.517%2C15.517%2C0%2C0%2C0-5.3.926A11.118%2C11.118%2C0%2C0%2C1%2C25.656%2C175.657Z%22%20transform%3D%22translate(0%20-168.504)%22%20fill%3D%22%2301afec%22%2F%3E%3Cpath%20d%3D%22M64.118%2C210.6a3.657%2C3.657%2C0%2C0%2C0%2C5.7%2C3.033%2C3.651%2C3.651%2C0%2C0%2C0%2C1.613-3.033%2C3.129%2C3.129%2C0%2C0%2C0-.235-1.15%2C5.083%2C5.083%2C0%2C0%2C0-.728-1.24%2C9.254%2C9.254%2C0%2C0%2C0-2.695-2.246%2C9.932%2C9.932%2C0%2C0%2C0-2.212%2C1.692%2C5.494%2C5.494%2C0%2C0%2C0-1.259%2C1.928A3.049%2C3.049%2C0%2C0%2C0%2C64.118%2C210.6Z%22%20transform%3D%22translate(-60.434%20-199.19)%22%20fill%3D%22%2301afec%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 1.1em;
  background-position: left 3px;
}
.caution_tel{ font-size: .8em;}

.contact > div .btn_mail{
  display: block;
  width: 70%;
  background: #d7063b;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  margin: 0 auto;
  border-radius: 5px;
}
.contact > div .btn_mail::after{
  content: "";
  padding: 10px;
  background: url(/images/common/arrow.svg)center center/contain no-repeat;
  margin-left: 10px;
}
/*.contact > div .btn_mail::before{
  content: "";
  padding: 12px;
  background: url(/img/upimage/koushihaken/icn_mail.svg)center center/contain no-repeat;
  margin-right: 10px;
}*/

#form{
  max-width: 800px;
  margin: 0 auto;
}
#form input[type="text"],
#form textarea{
  width: 100%;
  min-height: 50px;
  font-size: 16px;
  padding: 5px 10px;
  border: none;
  background: #f5f5f5;
}
#form input[type="text"]{ height: 50px;}
#form textarea{ height: 158px;}
#form input[type="text"]::placeholder,
#form textarea::placeholder{ color: #9fa0a0;}
#form input[type="text"] + input[type="text"]{ margin-top: 10px;}

#form dl{ text-align: left;}
#form dt{
/*    font-size: 22px;
  color: #1c236d;*/
  font-weight: bold;
}
#form dt .required,
#form dt .arbitrary{
  color: #fff;
  font-size: 11px;
  padding: 4px;
  margin-left: 20px;
  border-radius: 2px;
}
#form dt .required{ background: #d7063b;}
#form dt .arbitrary{ background: #9fa0a0;}
#form dd{ margin-bottom: 20px;}

#form #submit {
	display: block;
	width: 100%;
	max-width: 300px;
	background-color: #ea5520;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #ccc;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 1rem auto 3rem;
	padding: .85em 1.8em;
	position: relative;
}
#form #submit::after {
	content: "";
	padding: 9px;
	background: url(/images/common/arrow02.svg) left center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
}
#form .about_privacy dd{ margin-bottom: 0;}


/* activity_msg */
.activity_msg {
  padding: 60px 0;
}
.activity_msg .activity_msg_inner {
  position: relative;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 7%;
  background: #fff;
}
.activity_msg .activity_msg_inner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: url(/img2016/common/topcolor.png) repeat-y top center / contain;
  content: '';
}
.activity_msg .activity_msg_inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: url(/img2016/common/topcolor.png) repeat-y top center / contain;
  content: '';
}
.activity_msg .activity_msg_ttl {
  margin-bottom: 1em;
  color: #1c2569;
  font-size: 27px;
  text-align: left;
}
.activity_msg .activity_msg_ttl::after {
  content: none;
}
.activity_msg p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.8;
}
.activity_msg .marker {
  background: linear-gradient(transparent 50%, rgba(234,85,32,0.15) 50%);
}
@media screen and (max-width: 599px) {
  .activity_msg .activity_msg_ttl {
    font-size: 20px;
  }
  .activity_msg p {
    font-size: 14px;
  }
}

/*about_kyoyo*/
.about_kyoyo{
  margin-top: 50px;
}
.about_kyoyo .inner{
  background-image: url(/img/upimage/koushihaken/bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 40px 0;
}
.about_kyoyo p.kyoyo_white{
  background-color: #FFFFFF;
  width: 490px;
  height: auto;
  padding: 20px;
  margin-left: auto;
  margin-right: 30px;
  font-size: 15px;
  line-height: 2;
}

/*jirei*/
h2.jirei{
  color: #1c236d;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: left;
}
h2.jirei::after {
  content:none;
}
ul.jirei_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.jirei_list li{
  width: 30%;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: left;
}
ul.jirei_list li img{
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  /* mv画像表示調整 */
  #intro .mv{ margin-bottom: 0;}
  #intro .mv .inner .img_box{
    height: 50%;
    position: static;
    width: calc(100% - 330px);
    margin-left: auto;
    max-width: 60%;
  }
  #intro .mv .inner .top_img {
    height: auto;
    width: calc(100% / 3);
  }
}

/* 1025px以上のディスプレイ */
@media screen and (min-width: 1025px) {
  .pc { display: block !important;}
  .tab { display: none;}
  .sp { display: none;}
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc { display: none;}
  .tab { display: block;}
  .sp { display: none;}

  #gaiyou .flow .figure dl{ padding-top: .4em;}
  #gaiyou .flow .figure dd.flex{ display: block;}
  #gaiyou .flow .figure dd {
    margin-top: 35%;
    font-size: 11px;
  }
  #gaiyou .flow .figure dd .border{
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
  }
  /*about_kyoyo*/
.about_kyoyo .inner{
  background-image: url(/img/upimage/koushihaken/bg_about.jpg);
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
}
.about_kyoyo p.kyoyo_white{
  background-color: #FFFFFF;
  width:60%;
  height: auto;
  padding: 20px;
  margin-left: 35%;
  font-size: 15px;
  line-height: 2;
}
}

/* 1024px以下のモニター */
@media screen and (max-width: 1024px) {
  #head2 {
    z-index: 500 !important;
    height: auto !important;
  }

  main {
    margin-top: 90px;
  }

  section .inner {
    padding: 65px 10%;
  }

  #intro .mv { padding: 0 0 37.6%;}
  #intro .mv .inner{ height: auto;}
  #intro .mv .inner .title {
    width: 320px;
    height: auto;
    left: 0;
  }
  #intro .point h3{ font-size: 46px;}

  #students .btn {
    padding: 50px 0;
  }

  #students .comment li {
    width: 75%;
  }

  #students .comment li:last-child {
    width: 25%;
  }

  #students .multi-2col {
    height: auto;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #teacher ul li {
    width: 21.7%;
  }

  #teacher ul li:not(:last-child) {
    margin-right: 4.4%;
  }

  #media ul li {
    width: 13%;
    max-height: 124px;
  }

  #media ul li:not(:nth-child(6n+6)) {
    margin-right: 4.4%;
  }

  #media .btn a {
    max-width: 100%;
  }

  #students .multi-2col .txt_more {
    display: none;
  }

  #students .multi-2col .btn_more {
    display: inline-block;
    border: 1px solid #595757;
    border-radius: 4px;
    color: #595757;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  #students .multi-2col .btn_more::after {
    content: "";
    padding: 6px;
    background: url(/images/common/arrow03.svg)left center/contain no-repeat;
    margin-left: 10px;
    display: inline-block;
  }

  #students .multi-2col .btn_more.up::after {
    transform: rotate(180deg);
  }

  .contact > div p{ font-size: 13px;}
  .contact > div .btn_mail{ font-size: 16px;}
}

@media screen and (max-width: 999px) {
  .pc_inline{ display: none;}
  .sp_inline{ display: inline-block;}
}


/* タブレット */
@media screen and (max-width: 799px) {
  #topbutton {
    display: none;
  }

  .fancybox-content {
    height: 35% !important;
  }
  #intro .logo_kyouyousemi{ margin-bottom: 10px;font-size: 30px;margin-bottom: 10px;}
  #intro .mv p.catch{ font-size: 17px;}
}

/* スマホ */
@media screen and (max-width: 599px) {
  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: block !important;}

  html{ font-size: 12px;}

  a[href^="tel:"] {
    pointer-events: visible;
  }

  section .inner {
    padding: 50px 5%;
  }

  section h2{ font-size: 20px;}

  section h2::after {
    width: 50px;
    margin: 10px auto 15px;
  }

  section h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }

  section h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  section p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  section p.lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  #students p.lead,
  #moushikomi p.lead { text-align: center;}
  
  section p.lead .link{
    display: block;
    text-align: right;
    margin-left: auto;
    line-height: inherit;
  }

  .btn a,
  .btn input,
  .btn1ck p input {
    width: 100%;
    padding: 10px 0;
    height: 45px;
    font-size: 15px;
  }

  .btn a.arrow01::after{ padding: 9px;}

  .box_graph {
    padding: 20px 15px;
  }

  #bread {
    /*        display: none;*/
    padding-left: 10px;
    font-size: 10px;
  }

  #intro .mv{
    padding: 10px 0 0 0;
    height: auto;
  }
  #intro .mv .inner{ width: 100%;}
  #intro .mv .inner .title{
    position: static;
    width: 70%;
    margin-bottom: 10px;
  }
  #intro .logo_kyouyousemi{ margin-bottom: 10px;font-size: 25px;}
  #intro .mv p.catch{ font-size: 15px;}
  #intro .mv .inner .img_box{
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  #intro .mv .inner .img_box > .top_img:not(:first-of-type){ margin-top: 0;}

  #intro .mv h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #intro .mv + .btn{ margin: 35px auto;}

  #intro .point > div{ width: 100%;}
  #intro .point > div + div{ margin-top: 15px;}
  #intro .point h3{ font-size: 32px;}

  #learning ul.learn_list {
    margin-top: 30px;
  }

  #learning ul.learn_list li {
    width: 45%;
    margin-bottom: 30px;
    padding-top: 100px;
    padding-bottom: 10px;
  }
  #learning ul.learn_list li:first-child{ background-size: 40px;}
  #learning ul.learn_list li:nth-child(2){
    background-size: 40px;
    background-position: center 20px;
  }
  #learning ul.learn_list li:nth-child(3){ background-size: 30px;}
  #learning ul.learn_list li:nth-child(4){
    background-size: 40px;
    background-position: center 24px;
  }
  #learning ul.learn_list li:nth-child(5){
    background-size: 70px;
    background-position: center 33px;
  }
  #learning ul.learn_list li:nth-child(6){ background-size: 36px;}

  #learning ul.learn_list li h3{ font-size: 14px;}

  #learning ul.learn_list li p {
    font-size: 11px;
    padding: 0;
  }

  #learning ul.learn_list li img {
    width: 60px;
    object-fit: inherit;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }

  #learning .mini {
    margin-bottom: 20px;
  }

  #learning .mini::before {
    border: 13px solid transparent;
    border-top: 22px solid #ea5520;
    top: -35px;
    left: 46%;
  }

  #learning .mini h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #learning .mini ul {
    font-size: 14px;
    flex-wrap: wrap;
    flex-direction: inherit;
    height: auto;
    width: 80%;
  }

  #learning .mini li {
    background: url(/images/common/check_kyouyoukoza.svg) left 3px/13px no-repeat;
    padding-left: 18px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
  }

  #students .btn {
    padding: 25px 0;
  }

  #students .voice{ margin-bottom: 0;}
  #students .voice p {
    float: none;
    width: 100%;
  }

  #students .comment li {
    width: 75%;
  }

  #students .comment li .title {
    font-size: 17px;
    /*      font-size: 1.7rem;*/
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 3px;
  }

  #students .comment li .name {
    font-size: 14px;
    /*      font-size: 1.4rem;*/
    margin-bottom: 0;
  }

  #students .comment li small {
    font-size: 10px;
    font-size: 1.0rem;
    text-align: left;
    line-height: 1.3;
  }

  #students .comment li:last-child {
    width: 25%;
  }

  #students .multi-2col {
    margin-bottom: 0;
  }

  #students .multi-2col > p,
  #students .multi-2col .txt_more > p {
    font-size: 13px;
    line-height: 1.6;
  }

  #students01 .message,
  #students .message {
    padding: 15px;
    font-size: 15px;
    /*        font-size: 1.5rem;
    margin-top: 130px; */
    width: 100%;
  }

  #students01 .message {
    margin-top: 100px;
  }

  #students .video-message {
    margin-bottom: 30px;
  }

  #students .box_graph {
    padding: 25px;
  }

  #students .box_graph h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .company_list{
    column-count: 2;
    padding: 20px 15px;
    margin-top: 20px;
    font-size: 12px;
  }

  #teacher .lead {
    text-align: left;
    font-size: 13px;
    margin-bottom: 25px;
    letter-spacing: 0;
  }

  #teacher ul {
    margin-bottom: 0;
  }

  #teacher ul li {
    position: relative;
    width: 46%;
    margin-bottom: 20px;
  }

  #teacher ul li:not(:last-child) {
    margin-right: inherit;
  }

  #teacher ul li:nth-child(2n+1) {
    margin-right: 8%;
  }

  #teacher ul li figure {
    width: 50%;
  }

  #teacher ul li p {
    font-size: 10px;
    margin-top: 1em;
    line-height: 1.3;
  }

  #teacher ul li p.name {
    position: absolute;
    top: 20px;
    left: 55%;
    font-size: 12px;
    font-size: 1.2rem;
    width: 50%;
  }

  .graphs {
    position: relative;
    margin-bottom: 20px;
    /*	z-index: 999;*/
  }

  .graphs li {
    text-align: center;
    float: none;
    width: 100%;
  }

  .graphs li:first-child {
    margin-bottom: 30px;
  }

  .graphs li .pie_wrap {
    zoom: 70%;
    margin: 0 auto;
  }

  .graphs li .pie_wrap .pers {
    top: 155px;
    left: 10px;
  }

  .graphs li#graphs1 .pers {
    width: 100%;
    zoom: 70%;
  }

  .graphs li#graphs2 .pers {
    width: 80%;
    zoom: 70%;
  }

  .graphs li .pie_wrap figure figcaption {
    margin-top: -60px;
    font-size: 15px;
  }

  #policy ul li {
    width: 100%;
    text-align: center;
  }

  #policy ul li img {
    width: 65%;
  }

  #policy ul li:last-child {
    width: 100%;
    padding-left: 0;
  }

  #policy ul li:last-child p {
    font-size: 13px;
  }

  #policy .img{ display: block;}
  #policy .img > img {
    width: 65%;
    margin-left: 0;
    margin-top: 25px;
  }
  #policy .img > p {
    width: 100%;
    font-size: 13px;
  }

  #policy .lead {
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
    letter-spacing: 0;
  }

  #policy ul.adv {
    margin-bottom: 0;
  }

  #policy ul.adv li {
    position: relative;
    width: 46%;
    margin-bottom: 20px;
  }

  #policy ul.adv li:not(:last-child) {
    margin-right: inherit;
  }

  #policy ul.adv li:nth-child(2n+1) {
    margin-right: 8%;
  }

  #policy ul.adv li figure {
    width: 50%;
  }

  #policy ul.adv li p {
    font-size: 10px;
    margin-top: 1em;
    line-height: 1.3;
  }

  #policy ul.adv li p.name {
    position: absolute;
    top: 20px;
    left: 55%;
    font-size: 12px;
    width: 50%;
  }

  #gaiyou .detail{ font-size: 13px;}
  #gaiyou .detail dt{ width: 7em;}
  #gaiyou .detail dd{
    width: calc(100% - 7em);
    padding-left: 0;
    margin-bottom: .5em;
  }
  #gaiyou .detail dd p{ font-size: 1em;}

  #gaiyou .flow .figure {
    background: url(/img/upimage/koushihaken/bg_flow_sp.png)left top/100% no-repeat;
    display: block
  }
  #gaiyou .flow .figure dl {
    width: 100%;
    padding-top: 31.4%;
    position: relative;
  }
  #gaiyou .flow .figure dt{ display: none;}
  #gaiyou .flow .figure dd{
    margin-top: 0;
    /*        margin-left: 13%;*/
    padding: 0 5%;
    font-size: 11px;
    position: absolute;
    top: 25%;
    width: 51%;
    left: 44%;
  }
  #gaiyou .flow .figure dd.txt_center{
    text-align: left;
    padding-top: 1em;
  }
  #gaiyou .flow .figure dd.flex{
    width: 65%;
    left: 35%;
  }

  #media ul li {
    width: 15.6%;
    max-height: 68px;
  }

  #media ul li:not(:nth-child(6n+6)) {
    margin-right: inherit;
  }

  #media ul li:not(:nth-child(5n+5)) {
    margin-right: 5.5%;
  }

  #moshikomi h2 .free {
    font-size: 20px;
    border: 2px solid #ea5520;
    width: 68px;
    height: 68px;
  }

  .linkint{
    font-size: 14px;
    background:#fdede8;
    padding:10px;
    text-align: center;
    margin-bottom: 30px;}

  .kiyaku h3,
  .kiyaku > ul li{ font-size: 12px;}

  .box_q dl{
    width: 100%;
    margin-bottom: 30px;
  }
  .box_q dl:nth-child(2n){ margin-left: 0;}
  .box_q dt {
    font-size: 18px;
    padding-left: 2em;
    height: auto;
    min-height: 2.5em;
    background-size: 1.8em;
  }
  .box_q dd{
    height: auto;
    font-size: 12px;
    padding: 10px;
  }

  .contact{ margin-top: 10px;}
  .contact > div{ width: 100%;}
  .contact > div + div{ margin-top: 15px;}
  .contact > div h3{ font-size: 26px;}

  #form dt{ font-size: 18px;}
  #form dt .required,
  #form dt .arbitrary{ font-size: 13px;}
  #form input[type="text"],
  #form textarea{ font-size: 15px;}
	#form #submit {max-width: initial;}
	#form .about_privacy .ttl { font-size: inherit;}
  
  /*jirei*/
section.jirei h2{
  color: #1c236d;
  font-size: 19px;
  margin-bottom: 30px;
  text-align: center;
}
ul.jirei_list li{
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
}
ul.jirei_list li img{
  width: 30%;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.about_kyoyo .inner{
  background-image: url(/img/upimage/koushihaken/bg_about.jpg);
  background-size: cover;
  background-position: left 35% center;
  padding: 40px 0;
}
.about_kyoyo p.kyoyo_white{
  background-color: #FFFFFF;
  width:90%;
  height: auto;
  padding: 20px;
  margin:0 auto;
  font-size: 15px;
  line-height: 2;
}
}

@media screen and (max-width: 320px) {
  #moshikomi h2 .free {
    font-size: 15px;
    width: 48px;
    height: 48px;
  }

  #learning .mini ul {
    width: 86%;
  }

  #learning ul.learn_list li h3 {
    font-size: 13px;
  }

  #learning ul.learn_list li p {
    font-size: 10px;
  }

}

