#school_pv_head{
  background: url(../img/school_pv_head.gif) no-repeat;
  width: 820px;
  height: 100px;
  text-indent: -999px;
  margin-top: 10px;
}
video{
  margin-left: -5px;
}

.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.title_efont{font-family: 'Inter', sans-serif;}

.title {
  display: flex;
  /* flex-direction: row; */
  background-color: #029DB1;
  padding:30px;
}
.l_title{
  width: 300px;
  margin-left: 30px;
}
.l_title h2 {
  font-size: 50px;
  color: white;
}
.l_title h3 {
  font-size: 25px;
  color: white;
}
.l_title{
  width: 300px;
  /* border: 1px solid black; */
}
.r_title{
  width: 400px;
  margin-top: -10px;
  /* border: 1px solid black; */
}
.r_title h2 {
  font-size: 50px;
  color: white;
}
.r_title h3 {
  font-size: 40px;
  color: white;
}
.r_title p{
  font-size: 20px;
  color: white;
}

/* .main_img {

} */
.main_img_copy_back{
  position: relative;
  height: 90px;
  margin-top: -120px;
  padding: 10px 30px 20px 30px;
  z-index: 100;
}
.main_img_copy_back p{
  color: white;
  font-size: 20px;
  text-shadow: 1px 2px 3px black;
  font-family: "Noto Sans JP";
}

.cnts_block{
  display: flex;
  margin: 20px 0 0 0;
}
.cnts_block_lr{
  width: 410px;
}
.cnts_block_lr h2{
  width: 360px;
  padding: 5px 20px;
  font-size: 16px;
  background-color: #029DB1;
  color: white;
  margin: 0 auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.cnts_block_lr h3{
  text-align: right;
  padding-right: 10px;
}
.cnts_block_lr p{
  padding: 10px;
  font-size: 14px;
}
.cnts_block_lr img{
  margin-left: 10px;
}

.point4{
  display: flex;
  padding-top: 10px;
}
.point4 p{
  width:40%;
  border:2px solid #029DB1;
  border-radius: 10px;
  font-size: 15px;
  color: #029DB1;
  text-align: center;
  margin: 0 auto;
}


.info {
  overflow: hidden;
  width: 820px;
  height: 700px;
}
.info img {
  width: 820px;
  display: block;
  transition: 0.5s;
}
.info img:hover {
  transform: scale(1.08, 1.08);
}

.open_school h3,
.school_pv h3,
.school_paper h3,
.school_design h3,
.school_docu h3,
.school_etc .cal h3,
.school_etc .shiteikou h3,
.school_contact h3 {
  font-size:18px;
}

.school_pv {
  margin: 20px 0 0 0;
}

.school_paper {
  display: flex;
  margin: 20px 0 0 0;
  /* flex-diretion: row; */
}
.paper_item {
  padding: 5px;
  width: 258px;
  /* border: 1px solid #000; */
}

.school_docu {
  margin: 20px 0 0 0;
}
.school_design {
  margin: 20px 0 0 0;
  /* flex-diretion: row; */
}
.school_etc {
  display: flex;
  margin: 20px 0 0 0;
}
.shiteikou {
  margin-left:10px;
}
.target {
  text-align: right;
}

.school_contact {
  display: flex;
  margin: 20px 0 0 0;
}
.contact_item {
  width: 395px;
  padding:5px;
  /* border: 1px solid #000; */
}
address {
  font-style: normal;
}
.tel{
  font-family: 'Spartan';
  font-size: 30px;
}

.pamph_bnr,
.boshu_bnr,
.fresh_bnr {
  overflow: hidden;
  width: 240px;
  height: 346px;
  border: 1px solid gray;
}
.design_bnr{
  overflow: hidden;
  width: 820px;
  height: 390px;
  border: 1px solid gray;
}

.pamph_bnr img,
.boshu_bnr img,
.fresh_bnr img {
  width: 240px;
  display: block;
  transition: 0.5s;
}
.design_bnr img{
  width: 820px;
  display: block;
  transition: 0.5s;
}
.pamph_bnr img:hover,
.boshu_bnr img:hover,
.fresh_bnr img:hover,
.design_bnr img:hover {
  transform: scale(1.1, 1.1);
}
.cal_bnr {
  overflow: hidden;
  width: 248px;
  height: 350px;
  border: 1px solid gray;
}
.cal_bnr img {
  width: 248px;
  display: block;
  transition: 0.5s;
}
.cal_bnr img:hover {
  transform: scale(1.1, 1.1);
}

.contact_img img {
  /* transform: translateX(80px) rotate(10deg); */
  margin-left: 30px;
}




section {
  max-width: 300px;
  margin: 70px 0 0 auto;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #228bc8;
}
a.btn_03:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
