@charset "UTF-8";
body,
header,
main,
section,
footer,
h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
p,
img {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box; }

li {
  list-style-type: none; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  transition: .5s; }

a:hover {
  opacity: .5;
  transition: .5s; }

h1 {
  font-size: 14px; }

body {
  width: 100%;
  font-family: Helvetica, "游ゴシック", "メイリオ", "Yu Gothic", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  min-width: 1024px; }

@media (max-width: 768px) {
  body {
    min-width: 375px;
  }
}

/*********************
共通設定
*********************/
.wrap {
  width: 1024px;
  margin: 0 auto; }
@media (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}

.none {
  display: none; }

.box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.flex {
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-align-items: center;
  align-items: center; }

.between {
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px; }

.tar {
  text-align: right; }

.txt_s {
  font-size: 3.20px; }

.txt_b {
  font-weight: bold; }

.fz32 {
  font-size: 32px; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.hidden {
  width: 100%;
  overflow: hidden; }

.pcNone{
  display: none!important;
}
.spNone{
  display: block!important;
  margin: auto;
}
@media (max-width: 768px) {
  .pcNone{
    display: block!important;
  }
  .spNone{
    display: none!important;
  }
}

/*********************
マージン
*********************/
.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 80px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.pb160 {
  padding-bottom: 160px; }

#bg {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg01.jpg);
  background-position: center center;
  background-size: cover; }
  #bg.bg01 {
    background-image: url(../img/bg04.jpg); }
  #bg.bg02 {
    background-image: url(../img/bg02.jpg);
    background-position: right bottom; }
  #bg.bg03 {
    background-image: url(../img/bg03.jpg); }

.bg_cont {
  height: 500px;
  text-shadow: 0 0 10px rgba(8, 102, 162, 0.5);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/*********************
header
*********************/
header .bg{
  position: fixed;
  width: 99%;
  padding: 10px;
  background: #fff;
  z-index: 5;
}
header .flex{
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
}
header .flex .left{
  display: flex;
  align-items: center;
}
header .left p {
  width: 75%;
}
header .flex .right{
  width: 60%;
  margin: 0;
}
header .flex .right ul{
  width: 100%;
  justify-content: flex-end;
}
header .flex .right ul li{
  display: block;
  width: 30%;
}
header .flex .right ul li .line{
  max-height: 56px;
}
header .flex .right ul li + li{
  margin-left: 20px;
}

.wrap_item{
  overflow: hidden;
}

@media (max-width: 768px) {
  header{
    position: relative;
  }
  header .bg{
    position: absolute;
  }
  .wrap_item{
    margin-bottom: 60px;
  }
}

/*********************
cp
*********************/
.cp {
  padding: 50px 15px;
  background: #fff; }
.cp h2 {
  font-size: 30px;
  font-weight: bold;
  color: #006baf;
}
.cp ul {
  width: 970px;
  padding: 28px 0;
  flex-wrap: wrap;
}
.cp ul li {
  margin: 5px auto;
  width: 48%;
}
.cp ul li.single {
  width: 680px;
}
@media (max-width: 768px) {
.cp ul {
  display: block;
  width: 100%;
  }
 .cp ul li,
 .cp ul li.single {
   width: 100%;
 }
.cp ul li + li {
  padding-top: 20px;
  }
}

/*********************
cv
*********************/
.cv {
  background: #fff; }
  .cv ul {
    width: 780px;
    padding: 28px 0; }

.cv ul img{
  min-width: 320px;
  padding: 0 20px;
  }

/*********************
fv
*********************/
#fv {
  height: 100vh;
  background: url(../img/bg_movie.png);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
  #fv h1 {
    font-size: 60px;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 16px black; }
  #fv h3 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 16px black; }
  #fv p.fv_btn {
    font-size: 16px;
    padding-top: 10px;
    width: 230px;
    height: 45px;
    margin: 0 auto;
    border: solid 1px #fff;
    border-radius: 5px;
    position: relative;
    transition: .5s;
    cursor: pointer; }
    #fv p.fv_btn:before {
      content: url(../img/btn_arw.png);
      position: absolute;
      left: 17px; }
    #fv p.fv_btn:hover {
      background: #fff;
      color: #6d9b7c;
      transition: .5s; }
    #fv p.fv_btn a {
      display: block;
      height: 100%; }
  #fv p.arw {
    bottom: 40px;
    left: 50%;
    margin-left: -26px; }
  #fv .covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden; }

#fv .covervid-wrapper .covervid_img {
  background: url(../img/bg01.jpg) no-repeat;
  background-size: cover;
  background-position: 0 50px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#fv .item {
  position: absolute;
  bottom: 12%;
}

@media (max-width: 768px) {
  #fv h1 {
    font-size: 50px;
  }
  #fv .item {
    bottom: 12%;
    left: 0;
    right: 0;
  }
  #fv .item img{
    max-width: 45%;
  }
  #fv .covervid-wrapper .covervid_img {
    background-position: 50%;
  }
}

/*********************
sec01
*********************/
.sec01 {
  padding-top: 40px;
  background: #006baf; }
  .sec01 h2 {
    font-size: 30px; }
    .sec01 h2 span {
      font-size: 26px; }
  .sec01 h3 {
    font-size: 22px; }
  .sec01 ul.check {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px; }
    .sec01 ul.check li {
      width: 150px;
      height: 150px;
      box-sizing: border-box;
      text-align: left;
      background: url(../img/sec01_bg.png) top right no-repeat;
      border: solid 1px #fff;
      padding-left: 15px; }
      .sec01 ul.check li:not(:last-child) {
        border-right: none; }
  .sec01 div.flex {
    width: 530px;
    margin: 32px auto 0 auto; }
    .sec01 div.flex dd {
      padding-top: 14px; }
      .sec01 div.flex dd p {
        display: inline-block;
        background: #fff;
        color: #006baf;
        padding: 3px 15px;
        border-radius: 5px; }

@media (max-width: 768px) {
  .sec01 ul.check {
    display: block;
   width: 97%;
    margin: 0 10px;
  }
  .sec01 ul.check li {
    width: 100%;
    height: 80px;
    padding: 0 60px 0 15px;
  }
  .sec01 ul.check li:not(:last-child) {
    border-right: solid 1px #fff;
  }
  .sec01 div.flex {
    display: block;
    width: 100%;
  }
  .sec01 div.flex img{
    width: 50%;
  }
  .sec01 div.flex dl dd{
    margin-bottom: 20px;
  }
}

/*********************
sec02
*********************/
.sec02_bg h2 {
  font-size: 40px; }
  .sec02_bg h2 span {
    font-size: 60px; }

.sec02 {
  padding-top: 50px;
  background: #1cc1cb; }
  .sec02 h2 {
    font-size: 30px; }
    .sec02 h2 span {
      font-size: 22px; }
    .sec02 h2:before {
      content: url(../img/point.png);
      display: block; }
  .sec02 ul.point {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 25px; }
    .sec02 ul.point li {
      padding: 24px 21px;
      border: solid 2px #fff;
      margin-bottom: 20px; }
      .sec02 ul.point li h4 {
        text-align: left;
        font-size: 28px;
        padding-left: 67px;
        padding-bottom: 20px;
        line-height: 1.2;
        position: relative; }
        .sec02 ul.point li h4 span {
          font-size: 20px; }
        .sec02 ul.point li h4:before {
          content: "";
          position: absolute;
          left: 0;
          top: 5px; }
      .sec02 ul.point li p.txt {
        width: 350px; }
      .sec02 ul.point li:first-child h4:before {
        content: url(../img/sec02_01.png); }
      .sec02 ul.point li:nth-child(2) h4:before {
        content: url(../img/sec02_02.png); }
      .sec02 ul.point li:nth-child(3) h4:before {
        content: url(../img/sec02_03.png); }
      .sec02 ul.point li:last-child h4:before {
        content: url(../img/sec02_04.png); }

.sec02_bg{
  border-top: 1px solid;
  border-bottom: 1px solid;
}

@media (max-width: 768px) {
  .sec02_bg h2 span{
    font-size: 32px;
  }
  .sec02 ul.point {
    width: 100%;
  }
  .sec02 ul.point li .flex{
    display: block;
  }
  .sec02 ul.point li p.txt {
    width: 100%;
    margin-top: 20px;
  }
}

/*********************
sec03
*********************/
.sec03_bg h2 {
  font-size: 32px; }
  .sec03_bg h2 span {
    font-size: 40px; }

.sec03 {
  background: #006baf;
  padding-top: 28px;
  padding-bottom: 50px; }
  .sec03 .wrap {
    width: 720px; }
    .sec03 .wrap .frame {
      border: solid 2px #fff;
      margin-bottom: 20px;
      padding: 20px; }
      .sec03 .wrap .frame dd {
        width: 420px; }
        .sec03 .wrap .frame dd h3 {
          font-size: 18px;
          border-bottom: dotted 2px #fff;
          padding-bottom: 15px;
          margin-bottom: 15px; }
    .sec03 .wrap div.frame {
      padding: 0; }
      .sec03 .wrap div.frame h3 {
        background: url(../img/stripe.png);
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
        padding: 15px 0; }
      .sec03 .wrap div.frame p.txt_l {
        font-size: 20px; }
        .sec03 .wrap div.frame p.txt_l span {
          font-weight: bold;
          color: #fff558; }
      .sec03 .wrap div.frame p.txt {
        width: 660px;
        margin: 0 auto; }

@media (max-width: 768px) {
  .sec03 .wrap {
    width: 100%;
  }
  .sec03 .wrap .frame {
    display: block;
  }
  .sec03 .wrap .frame dt {
    margin-bottom: 20px;
  }
  .sec03 .wrap .frame dd {
    width: 100%;
  }
  .sec03 .wrap div.frame p {
    padding-left:20px;
    padding-right: 20px;
  }
  .sec03 .wrap div.frame p.txt {
    width: 100%;
  }
}

/*********************
sec04
*********************/
.sec04_bg h2 {
  font-size: 32px; }
  .sec04_bg h2 span {
    font-size: 42px; }

.sec04 {
  background: #1cc1cb;
  padding-top: 55px;
  padding-bottom: 46px; }
  .sec04 h2 {
    padding-bottom: 30px; }
    .sec04 h2:not(.txt_l):before {
      content: url(../img/question.png);
      display: block; }
  .sec04 h3 {
    font-size: 26px; }
  .sec04 p.txt_s {
    text-align: right;
    font-size: 12px;
    width: 810px;
    margin: 0 auto; }
  .sec04 ul.question {
    width: 810px;
    margin: 0 auto; }
    .sec04 ul.question li {
      width: 250px; }
      .sec04 ul.question li dd {
        border: solid 2px #fff;
        padding: 8px;
        height: 250px;
        font-size: 24px; }
      .sec04 ul.question li:nth-child(2) dd {
        font-size: 18px; }
       .sec04 ul.question li:nth-child(3) dd {
        font-size: 18px; }
  .sec04 ul.img {
    width: 980px;
    margin: 0 auto; }

@media (max-width: 768px) {
  .sec04 ul.question {
   display: block;
    width: 100%;
  }
  .sec04 ul.img {
    display: block;
    width: 100%;
  }
  .sec04 ul li {
    margin: 0 auto 20px;
  }
  .sec04 p.txt_s {
    width: 100%;
  }
}

/*********************
sec05
*********************/
.sec05 {
  background: #006baf;
  padding-top: 56px; }
  .sec05 h2 {
    font-size: 30px; }
    .sec05 h2:before {
      content: url(../img/experience.jpg);
      display: block; }
  .sec05 h3 {
    font-size: 18px; }
    .sec05 h3 span {
      color: #fffd46; }
  .sec05 div.flex {
    width: 930px;
    margin: 0 auto;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 45px; }
    .sec05 div.flex div {
      width: 450px;
      padding: 15px;
      margin-bottom: 30px; }
      .sec05 div.flex div:first-child {
        border: solid 2px #fff;
        position: relative; }
        .sec05 div.flex div:first-child:after {
          content: url(../img/paper.png);
          position: absolute;
          top: -2px;
          right: -2px; }
        .sec05 div.flex div:first-child dl dt {
          padding-right: 7px; }
        .sec05 div.flex div:first-child dl dd {
          width: 255px;
          text-align: left;
          font-size: 34px;
          border-bottom: dotted 3px #fff; }
          .sec05 div.flex div:first-child dl dd:before {
            content: url(../img/profile.png);
            display: block; }
          .sec05 div.flex div:first-child dl dd span {
            font-size: 24px; }
        .sec05 div.flex div:first-child p.career {
          text-align: left;
          font-size: 20px; }
      .sec05 div.flex div:not(:first-child) {
        background: #fff;
        color: #006baf;
        padding-top: 21px; }
        .sec05 div.flex div:not(:first-child) h3 {
          padding-bottom: 12px; }
        .sec05 div.flex div:not(:first-child) p span {
          background: #ffe75f; }

@media (max-width: 768px) {
  .sec05 div.flex {
    width: 100%;
    justify-content: center;
  }
  .sec05 div.flex div:first-child dl dd {
    width: 100%;
  }
}

/*********************
sec06
*********************/
.sec06 {
  background: #1cc1cb;
  padding-top: 80px; }
  .sec06 h2 {
    font-size: 30px;
    line-height: 1.8; }
    .sec06 h2 span {
      font-size: 40px; }
    .sec06 h2 img {
      vertical-align: middle;
      padding-top: 20px; }
  .sec06 p.txt {
    background: url(../img/sec06_04_pc.png) no-repeat top center;
    width: 739px;
    height: 549px;
    margin: 0 auto;
    color: #006baf;
    padding: 275px 65px 10px 65px;
    margin-top: 33px; }

@media (max-width: 768px) {
  .sec06 p.txt {
    width: 100%;
  }
  .sec06 p.txt {
    background: url(../img/sec06_04_sp.png) no-repeat top center;
    background-size: 340px;
    margin: 0 auto;
    color: #006baf;
    padding: 275px 65px 10px 310px;
    margin-top: 33px; }
}

/*20230626 改修*/

.btn_box{
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
}
.btn_box h3{
  padding-bottom: 5px;
  color: #006baf;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .btn_box{
    bottom:  10%;
  }
  .btn_box h3{
    padding-bottom: 11px;
  }
  .sec06 .btn_box img {
    width: 75%;
    max-width: 310px;
  }
  .btn_box h3{
    font-size: 80%;
  }
  sec06 p.txt {
    width: 100%;
    height: auto;
    padding: 136px 45px 10px 220px;
  }
}

/*********************
footer
*********************/
footer {
  font-size: 14px; }
  footer nav {
    background: #1cc1cb;
    padding: 30px 0; }
    footer nav ul li {
      display: inline-block;
      padding-right: 15px; }
      footer nav ul li:not(:last-child):after {
        content: "|";
        padding-left: 15px; }
  footer p {
    background: #006baf;
    padding: 10px 0; }

@media (max-width: 768px) {
  footer nav ul li {
    display: block;
    padding-right: 0;
  }
  footer nav ul li + li{
    padding-top: 10px
  }
  footer nav ul li:not(:last-child):after {
   content: none;
   padding-left: 0;
  }
  footer nav ul li a {
    font-size: 18px;
  }
}


    /*********************
    2017 0718 今村追加ここから
    *********************/

    .sec06 .list_wrap {
      width: 739px;
      margin: 0 auto;
      position: relative;
    }
@media (max-width: 768px) {
  .sec06 .list_wrap {
    width: 100%;
  }
  .sec06 img {
    width: 350px;
    margin: auto;
  }
  .sec06 p.txt {
    width: 340px;
    height: auto;
    padding: 200px 35px 55px 35px;
  }
}

    .schoolList {
      width: 600px;
      position: absolute;
      top: 51.2%;
      left:6.35%;
      border: 4px solid #ffe75f;
      border-radius: 5px;
      margin:10px 0 20px;
      padding: 12px;
    }
    .schoolList p {
      color: #006baf;
      font-size: 23px;
      font-weight: bold;
      line-height: 100%;
      margin: 0 0 8px;
      border-bottom: 2px solid #006baf;
      padding: 0 0 7px;
    }
    .schoolList ul {overflow: hidden;}
    .schoolList ul li {
      font-size: 82%;
      float: left;
      margin: 2px 0;
      padding: 0 13px;
      color: #006baf;
      border-left: 1px solid #006baf;
    }
    .schoolList ul li a { color: #006baf;}
    .schoolList ul li a:hover { color: #fc0;}

    .cv ul {
      width: 780px;
      padding: 28px 0 28px;
    }

    .cv img.tel{
      display: block;
      margin : 0 auto;
      padding: 0 0 14px 3px;
    }
@media (max-width: 768px) {
  .cv ul {
    width: 100%;
    display: block;
  }

  .cv img.tel {
    min-width: 350px;
    padding: 0 0 40px 3px;
  }
}

    /*********************
    2017 0718 今村追加ここまで
    *********************/

/*********************
2023 0621 改修
*********************/

.sec01,
.sec02,
.sec02_add,
.sec03,
.sec04,
.sec05,
.sec06 {
  padding: 30px 15px;
}

/*********************
sec02_add
*********************/

.sec02_add{
  background: #006baf;
  padding-top: 60px;
  padding-bottom: 50px;
}
.sec02_add h2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 1em;
}
.sec02_add .intro {
width: 980px;
  margin: 0 auto 2em;
  position: relative;
  text-align: left;	
}
.sec02_add .intro .imgarea {
position: relative;
  top: 0;
  left: 0;	
}
.sec02_add .intro .txtarea {
position: absolute;
  color: #333;
  background: rgba(255,255,255,0.9);
  width: 490px;
  padding: 2em;
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
  right: 0;
  top: 2em;
  box-sizing: border-box;	
}
.sec02_add .intro .txtarea p {
	margin-bottom: 0.5em;
}
.sec02_add .intro .txtarea .logo {
	text-align: center;
}
.sec02_add .plan {	
	width: 930px;
	margin: 0 auto 3em;
	padding: 1.5em 3.5em;
	background: #ffffff;
	box-sizing: border-box;
}
.sec02_add h3 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	color: #333333;
}
.sec02_add .plan h3 .slash {
	font-size: 80%;
	color: #f91a4a;
}
.sec02_add .plan h3 .slash:before,
.sec02_add .plan h3 .slash:after {
    display: inline-block;
    content: '';
    width: 1em;
    height: 1.2em;
    border-left: 3px solid #f91a4a;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.sec02_add .plan h3 .slash:after {
	width: 1em;
    border-left: none;
    border-right: 3px solid #f91a4a;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sec02_add .plan .flex {
	justify-content: space-between;
}
.sec02_add .plan .item {
	width: 48.5%;
	font-size: 16px;
	position: relative;
}
.sec02_add .plan .item table {
	width: 100%;
}
.sec02_add .plan .item table th {
	font-weight: bold;
	background: #006baf;
	padding: 0.5em 1em 0.2em;
}
.sec02_add .plan .item table td {
	color: #333333;
	background: #d8ecf9;
	border-top: 2px solid #ffffff;
	padding: 0.7em 1em 0.4em;
	width: 50%;
}
.sec02_add .plan .item table td:first-of-type {
	border-right: 2px solid #ffffff;
}
.sec02_add .plan .item ul {
	color: #333333;
	margin-top: 3em;
	position: relative;
}
.sec02_add .plan .item ul:before,
.sec02_add .plan .item ul:after {
	display: inline-block;
    content: '';
	position: absolute;
    width: 1.2em;
    height: 3px;
	background: #006baf;
	margin: 0 auto;
	top: -1.5em;
	left: 0;
	right: 0;
	bottom: 0;
}
.sec02_add .plan .item ul:after {
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sec02_add .plan .item ul li {
	background: #fef6ca;
	padding: 0.6em 1em 0.3em;
	margin-top: 0.3em;
}
.sec02_add .plan .item .reco {
	position: absolute;
	top: -2em;
	right: -3em;
}
.sec02_add .partner {
	width: 980px;
	margin: 0 auto;
	
}
.sec02_add .partner h3 {
	font-size: 21px;
	letter-spacing: 0.05em;
	color: #006baf;
	background: #ffffff;
	display: inline-block;
	border-radius: 1.2em;
	padding: 0.6em 2em 0.3em;
	position: relative;
	margin-bottom: 1.5em;
}
.sec02_add .partner h3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.4em;
	border: 0.4em solid transparent;
	border-top: 0.6em solid #ffffff;	
}
.sec02_add .partner .slick01.flex {
	flex-wrap: wrap;
	justify-content: center;	
}
.sec02_add .partner .school {
	width: 450px;
	border: 2px solid #ffffff;
	padding: 1.5em 0 8em;
	margin: 5px;
	box-sizing: border-box;
	position: relative;
}
.sec02_add .partner .school h4 {
	letter-spacing: 0.05em;
	margin-bottom: 1.5em;
	position: relative;	
}
.sec02_add .partner .school h4:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 4px;
	background: #ffffff;
	margin: 0 auto;
	bottom: -0.5em;
	left: 0;
	right: 0;
}
.sec02_add .partner .school figure img {
	margin-bottom: 0.8em;
}
.sec02_add .partner .school figure figcaption {
	font-size: 17px;
	color: #006baf;
	background: #fff558;
	line-height: 1.3;
	padding: 0.3em 0 0.1em;	
}
.sec02_add .partner .school dl {
	font-size: 14px;
}
.sec02_add .partner .school dl dt {
	display: inline-block;
	letter-spacing: 0.05em;
	color: #006baf;	
	background: #ffffff;
	line-height: 1.2;
	width: 100px;
	padding: 0.2em 0 0;
	border-radius: 1em;
	margin-bottom: 1em;
	position: relative;
	z-index: 1;
}
.sec02_add .partner .school dl dt:before {
	content: "";
	display: block;
	position: absolute;
	width: 240px;
	height: 1px;
	margin: auto 0;
	top: 0;
	left: -70px;	
	bottom: 0;
	background: #ffffff;
	z-index: -1;
}
ul.list_check {
	text-align: left;
}
ul.list_check li {
	line-height: 1.5;
	margin-bottom: 0.8em;
	background: url("../img/icon_check.svg") no-repeat 0 0 / auto 17px;
	padding-left: 20px;
	
}
.sec02_add .partner .school dl.point dd {
	padding: 0 2.5em;
}
.sec02_add .partner .school dl.facility {
	position: absolute;
  	bottom: 2em;
}
.sec02_add .partner .school dl.facility dd {
	padding: 0 0.4em;
}
.sec02_add .partner .school dl.facility dd li {
	margin: 0 0.2em;
}

@media (max-width: 768px) {
	.sec02_add {
		padding-top: 30px;
		padding-bottom: 30px;		
	}
	.sec02_add h2 {
		font-size: 24px;
		margin-bottom: 0.5em;
	}
	.sec02_add .intro {
		width: 100%;
		margin: 0 0 2em;
		box-sizing: border-box;		
	}
	.sec02_add .intro .imgarea {		
		width: 110%;
		box-sizing: border-box;
		margin-left: -15px;
		margin-right: -15px;
	}
	.sec02_add .intro .imgarea img {
		width: 100%;
		height: auto;
	}
	.sec02_add .intro .txtarea {
		width: 100%;
		position: relative;
		padding: 1.5em;
		font-size: 14px;
		margin: -4em auto 0;
	}
	.sec02_add .intro .txtarea .logo img {
		width: 130px;
		height: auto;
	}
	.sec02_add .plan {
		width: 100%;
		padding: 1.5em 1em;
	}
	.sec02_add .plan h3 {
		font-size: 19px;
	}
	.sec02_add .plan h3 .slash:before {
		border-left-width: 2px;
	}
	.sec02_add .plan h3 .slash:after {
		border-right-width: 2px;
	}
	.sec02_add .plan .flex {
		flex-direction: column;
	}
	.sec02_add .plan .item {
		width: 100%;
		font-size: 13px;
	}
	.sec02_add .plan .item:first-of-type {
		margin-bottom: 3em;
	}
	.sec02_add .plan .item .reco {
		right: -2em;
	}
	.sec02_add .plan .item .reco img {
		width: 100px;
		height: auto;
	}
	.sec02_add .partner {
		width: 100%;
	}
	.sec02_add .partner h3 {
		font-size: 17px;
		margin-bottom: 0.5em;
	}
	.sec02_add .partner .school {
		width: 100%;
		margin: 0.5em 0 0;
		padding: 1em 0 0.5em;
	}
	.sec02_add .partner .school h4 {
		font-size: 19px;
		line-height: 1.3;
	}
	.sec02_add .partner .school h4:after {
		height: 3px;
		bottom: -0.6em;
	}
	.sec02_add .partner .school figure {
		margin: 1em 0.5em;
	}
	.sec02_add .partner .school figure img {		
		width: 80%;
		max-width: 460px;
		height: auto;
		margin-bottom: 0.8em;
	}
	.sec02_add .partner .school figure figcaption {
		font-size: 15px;
	}
	.sec02_add .partner .school dl {
		font-size: 13px;
	}
	.sec02_add .partner .school dl.point {
		margin-bottom: 1.5em;
	}
	ul.list_check {
		max-width: 460px;
  		margin: 0 auto;
	}
	.sec02_add .partner .school dl.point dd {
		padding: 0 2em;
	}
	.sec02_add .partner .school dl.facility {
		position: relative;
  		bottom: 0;
	}
}

@media (max-width: 768px) {
  .btns_sp{
    width: 100%;
    min-width: 350px;
    position: fixed;
    padding: 8px 10px;
    bottom: 0;
    background: #bbedf0;
    z-index: 1;
    box-sizing: border-box;
  }
  .btns_sp .flex{
    display: flex;
    justify-content: center;
  }
  .btns_sp .flex .right,
  .btns_sp .flex .left{
    min-width: 170px;
  }
  .btns_sp .flex .right{
    margin-left: 10px;
  }
}

/* 20231205 */
@media screen and (min-width: 769px){
  header .left p {
    width: 300px;
  }
}

.tel_sp2 {
  margin: 10px auto;
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.btns_sp .flex .tar .line {
  max-height: 44px;
}

.btns_sp .flex .tar .line2 {
    height: 44px;
    width: 139px;
    max-width: none;
}

header .flex .right .tel {
    max-width: 90%;
    margin: 0;
    float: right;
}