@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
img{
	vertical-align: bottom;
}
* img{
  max-width: 100%;
}
a img {
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	text-decoration:none;
}
a:hover{
  opacity: 0.8;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 1px #CCC;
}


* img{
  max-width: 100%;
}
.mb10{
  margin-bottom: 10px;
}


.sp_only{
  display: none;
}

.wrap{
  color: #212121;
  font-family: 'Zen Maru Gothic', serif;
  line-height: 1.6;
  overflow: hidden;
}
/* */

.header_logo{
  padding: 16px 0 16px 50px;
  width: 300px;
}

.top_bg{
  background: transparent linear-gradient(180deg, #E6F5C2 0%, #FFFFFF 43%, #FEDFF1 100%) 0% 0% no-repeat padding-box;
}
.mv{
  text-align: center;
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 80px;
}
.mv_img_left{
  width: 479px;
  height: 987px;
  background-image: url("images/mv_left.webp");
  background-size: cover;
  position: absolute;
  left:-479px;
  top:0;
}
.mv_img_right{
  width: 488px;
  height: 1195px;
  background-image: url("images/mv_right.webp");
  background-size: cover;
  position: absolute;
  right:-488px;
  top:0;
}
.mv .kyosan{
  font-size: 22px;
  font-weight: bold;
  margin-top: 36px;
}
.mv .txt{
  font-size: 26px;
  font-weight: bold;
  margin-top: 50px;
  letter-spacing: 0.15em;
}
.mv .txt span{
  background:linear-gradient(transparent 60%, #F1BCD6 60%);
}

.information{
  background: transparent linear-gradient(180deg, #FEDFF1 0%, #FFFFFF 43%, #C2E2F5 100%) 0% 0% no-repeat padding-box;
  padding: 100px 16px;
}
.information .inner{
  max-width: 1150px;
  margin: 0 auto;
}
.information .box{
  background-color: #fff;
  padding: 50px 70px;
  border-radius: 13px;
  position: relative;
  z-index: 10;
}
.information .box + .box{
  margin-top: 60px;
}
.information .timetable{
  border:solid 2px #E2464D;
}
.information .timetable .head_ttl{
  font-size: 30px;
  font-weight: 700;
  color: #E2464D;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.information .timetable .head_ttl::before{
  content:"";
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 42px;
  background-image: url("images/timetable_deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.information .timetable .head_ttl::after{
  content:"";
  position: absolute;
  right: -40px;
  top: 0;
  width: 30px;
  height: 42px;
  background-image: url("images/timetable_deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1 , 1);
}
.information .timetable .head_txt{
  color: #E2464D;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
}
.information .timetable .flow{
  display: flex;
  flex-direction: column;
  gap:20px;
  margin-top: 50px;
}
.information .timetable .flow .item dl{
  display: flex;
  gap:20px;
}
.information .timetable .flow .item dl dt{
  font-size: 23px;
  font-weight: 700;
  width: 132px;
  flex-shrink: 0;
  padding: 10px;
}
.information .timetable .flow .item1 dl dt{
  color: #4F9723;
  background-color: #BFD36B;
}
.information .timetable .flow .item2 dl dt{
  color: #765CA1;
  background-color: #DCBFDB;
}
.information .timetable .flow .item3 dl dt{
  color: #1492D5;
  background-color: #AAD5F2;
}
.information .timetable .flow .item4 dl dt{
  color: #E2557C;
  background-color: #F1BCD6;
}
.information .timetable .flow .item5 dl dt{
  color: #EA6000;
  background-color: #FFC95E;
}
.information .timetable .flow .item dl dd{
  font-size: 16px;
  font-weight: 500;
}
.information .timetable .flow .item dl dd b{
  font-weight: 700;
}
.information .timetable .flow .item1 dl dd span{
  color: #4F9723;
}
.information .timetable .flow .item2 dl dd span{
  background-image: repeating-linear-gradient(90deg, #FF0000, #FF0000 1px, transparent 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  font-weight: 700;
}
.information .timetable .flow .item3 dl dd span{
  background-image: repeating-linear-gradient(90deg, #FF0000, #FF0000 1px, transparent 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}


.information .timetable .flow .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #CFCFCF;
  border-bottom: 0;
  margin-left: 30px;
}
.information .bus{
  position: relative;
  border:solid 2px #DCC1C2;
}
.information .bus .head_ttl{
  margin: -70px auto 0;
  width: fit-content;
}
.information .bus .flex{
  display: flex;
  gap:20px;
  margin: 50px auto 0;
  max-width: 880px;
}
.information .bus .flex .img{
  flex-shrink: 0;
}
.information .bus .arr_dep{
  display: flex;
  flex-wrap: wrap;
  gap:20px;
  margin: 0 auto;
}
.information .bus .arr_dep .item{
  font-size: 18px;
  font-weight: 700;
}
.information .bus .arr_dep .item:nth-child(1){
  color: #765CA1;
}
.information .bus .arr_dep .item:nth-child(2){
  color: #4F9723;
}
.information .bus .arr_dep .item:nth-child(3){
  color: #1492D5;
}
.information .bus .arr_dep .item:nth-child(4){
  color: #959595;
}
.information .bus .caution{
  text-align: right;
  max-width: 880px;
  margin: 10px auto 0;
}
.information .bus .bottom_txt{
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}
.information .faq{
  border: solid 2px #DCC1C2;
}
.information .faq .head_ttl{
  text-align: center;
}
.information .faq dl{
  margin-top: 20px;
}
.information .faq dl dt{
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap:20px;
}
.information .faq dl dt::before{
  content:"";
  width: 34px;
  height: 34px;
  background-image: url(images/faq_q.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.information .faq dl dd{
  display: flex;
  gap:20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top:dashed 1px #707070;
}
.information .faq dl dd::before{
  content:"";
  width: 34px;
  height: 34px;
  background-image: url(images/faq_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.information .faq dl dd + dt{
  margin-top: 50px;
}
.information .faq .link{
  margin: 50px auto 0;
}
.information .faq .link a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  background-color: #DD8E29;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  width: fit-content;
  font-weight: 600;
}
.information .faq .link p{
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.experience{
  padding-top: 144px;
  padding-bottom: 140px;
}
.experience .main_ttl{
  text-align: center;
}
.experience .inner{
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.experience .inner .field{
  margin-top: 80px;
}
.experience .notes{
  font-size: 18px;
  font-weight: 500;
  margin: 60px auto;
  max-width: 1150px;
}

.aco_ttl{
  font-size: 30px;
  font-weight: bold;
  padding:10px 50px 10px 20px;
  color: #17567B;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.aco_ttl::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  background: #17567B;
  height: calc(10px / 2 * tan(60deg));
  width: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.aco_ttl.open::after{
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.color1{
  background-color:#FFEC81;
}
.color2{
  background-color:#DCCED5;
}
.color3{
  background-color:#B9E3F9;
}
.color4{
  background-color:#D8E084;
}
.color5{
  background-color:#FFD67A;
}
.color6{
  background-color:#D1C6E1;
}
.color7{
  background-color:#FFEC81;
}
.color8{
  background-color:#FACBB5;
}
.color9{
  background-color:#F6D3E4;
}
.color10{
  background-color:#BDBEBF;
}
.color11{
  background-color:#E6D2B5;
}
.color12{
  background-color:#C6D6EE;
}
.color13{
  background-color:#C3DFC1;
}
.color14{
  background-color:#F9D2D4;
}
.color15{
  background-color:#AFDCDE;
}


.aco_body{
  display: none;
  padding: 18px 0;
}

.experience_list{
  display: flex;
  flex-wrap: wrap;
}
.experience_list .item{
  width: 265px;
  margin-right: 30px;
  margin-bottom: 40px;
}
.experience_list .item:nth-child(4n){
  margin-right: 0;
}
.experience_list .name{
  font-size: 14px;
  font-weight: 500;
  color:#4898C8;
  margin-top: 10px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.experience_list .ttl{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.experience_list .txt{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A7A7A7;
}


.benefits{
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 70px;
  position: relative;
  border-radius: 6px;
}
.benefits .ttl{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:-35px;
}
.benefits .txt{
  text-align: center;
  margin-top: 20px;
}
.benefits .notes{
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.benefits .app{
  border-radius: 50vh;
  background-color:#CEEBFB;
  position: relative;
  display: flex;
  align-items: center;
  height: 126px;
  margin:44px 30px 0 50px; 
}
.benefits .minute{
  position: absolute;
  left: -48px;
  top: 8px;
}
.benefits .app_txt{
  padding-left: 88px;
  font-size: 25px;
  font-weight: bold;
  color: #003547;
}
.benefits .linkbox{
  display: flex;
}
.benefits .link1{
  width: 264px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  background-color: #00AFEC;
  border-radius:50vh;
  margin-left: 46px;
}
.benefits .link2{
  width: 264px;
  color: #fff;
  display: block;
  height: 96px;
  background-color: #00B900;
  border-radius:50vh;
  margin-left: 20px;
  padding: 12px 20px;
}
.benefits .link2 p span{
  color: #FFF611;
}
.benefits .link2 p:nth-child(1){
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: solid 1px #fff;
  line-height: 1.2;
}
.benefits .link2 p:nth-child(2){
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.access{
  background-color:#E6F5C2;
  padding: 80px 16px;
}
.access .inner{
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 70px;
  position: relative;
  margin-top: 35px;
  border-radius:6px;
}
.access .inner .ttl{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top:0;
}
.access .inner .map{
  margin: 50px auto 0;
  text-align: center;
  width: fit-content;
}


.other{
  padding: 120px 0;
}
.school{
  max-width:1150px;
  margin-left: auto;
  margin-right: auto;
}
.school .ttl{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: solid 1px #777;
  letter-spacing: 0.1em;
}
.school .flex{
  display: flex;
  flex-wrap: wrap;
  gap:20px 15px;
  align-items: center;
  margin-top: 48px;
}
.school .flex .item{
  width: 230px;
  max-width: calc((100% - 60px) / 5);
  margin-bottom: 34px;
}

.contact{
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.contact_bg{
  margin-top: 40px;
  padding: 40px 0;
  background-color: #efefef;
  max-width: 100%;
}
.contact_bg .inner{
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.contact_bg + .contact{
  margin-top: 40px;
}
.contact .ttl{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: solid 1px #777;
  letter-spacing: 0.1em;
  
}
.contact .contact_logo{
  margin-top: 24px;
  text-align: center;
}
.contact .contact_logo_sanpo{
  font-size: 25px;
  font-weight: 700;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:20px;
}
.contact .contact_logo_sanpo .sanpo{
  max-width: 210px;
}
.contact .sanpo_txt{
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.contact .free img{
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 2px;
}
.contact .privacy_mark{
  margin-top: 10px;
}
.contact .line{
  text-align: center;
  margin-top: 24px;
}
.contact .mail{
  text-align: center;
  margin-top: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.footer{
  padding: 40px 16px;
  background-color:#E6F5C2;
  text-align: center;
}
.footer .address{
  text-align: center;
  color: #17567B;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px 26px;
  border-bottom: solid 1px #17567B;
  margin-bottom: 40px;
  display: inline-block;
}
.footer .address p:nth-child(2){
  font-weight: normal;
  margin-top: 10px;
}
.footer .copyright{
  font-size: 11px;
  font-weight: 400;
  color: #17567B;
  text-align: center;
}


.totalguide{
  background-color: #E6F5C2;
  padding: 80px 16px;
}

.totalguide .inner{
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 70px;
  border-radius: 6px;
}
.totalguide .inner .ttl{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #00B900;
  text-align: center;
  padding: 10px;
  border:solid 3px #00B900;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 3px #14C414;
}
.totalguide .inner .flex{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.totalguide .inner .flex .present h3{
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  color: #EC78AB;
  margin: 20px auto 0;
  width: fit-content;
}
.totalguide .inner .flex .present img{
  width: 100%;
}
.totalguide .inner .flex .present .link2{
  width: 264px;
  color: #fff;
  display: block;
  height: 96px;
  background-color: #00B900;
  border-radius:50vh;
  margin: 20px auto 0;
  padding: 12px 20px;
}
.totalguide .inner .flex .present .link2 p span{
  color: #FFF611;
}
.totalguide .inner .flex .present .link2 p:nth-child(1){
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: solid 1px #fff;
  line-height: 1.2;
}
.totalguide .inner .flex .present .link2 p:nth-child(2){
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.totalguide .inner .flex .present .notes{
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.totalguide .inner .flex .present .notes li{
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1540px) {
  .mv{
    max-width: 800px;
  }
  .mv .txt br{
    display: block;
  }
  
}
@media screen and (max-width: 1300px) {
  .mv{
    max-width: calc(100vw - 540px);
    min-width: 600px;
  }
  .mv_img_left{
    width: 340px;
    height: 700px;
    left:-320px;
    top:0;
  }
  .mv_img_right{
    width: 340px;
    height: 832px;
    right:-320px;
    top:0;
  }
  
}

@media screen and (max-width: 1200px) {
  .mv .txt{
    font-size: 30px;
  }
  .mv .kyosan{
    font-size: 18px;
  }
  .tokuten{
    right: 20px;
    bottom:20px;
    width: 270px;
  }
  .point{
    max-width: 700px;
  }
  .point1 .ttl p{
    width: calc(100% - 124px);
  }
  .point1 .ttl p br{
    display: none;
  }
  .point_img_left{
    width: 200px;
    height: 416px;
    background-image: url("images/mv_left2@sp2.png");
    left:-180px;
    top:46px;
  }
  .point_img_right{
    width: 200px;
    height: 357px;
    background-image: url("images/mv_right2@sp2.png");
    right:-180px;
    top:60px;
  }
  
  .event .flex{
    padding: 16px;
  }
  .event .flex .item:nth-child(2){
    margin-left: 16px;
    padding-left: 16px;
  }
  .event .flex .img{
    margin-left: 20px;
  }
  
  .experience_list{
    justify-content: space-between;
  }
  .experience_list::after{
    content: "";
    width: 30%;
  }
  .experience_list .item{
    width: 30%;
    margin-right: 0;
  }
  .experience_list .item:nth-child(4n){
    margin-right: 0;
  }
  
  .experience .inner{
    padding-left: 16px;
    padding-right: 16px;
  }
  .benefits .app{
    border-radius: 50vh;
    background-color:#CEEBFB;
    position: relative;
    display: flex;
    align-items: center;
    height: 126px;
    margin:44px auto 0; 
  }
  
  .access .img1{
    position: absolute;
    left: 20px;
    top:-90px;
  }
  .access .img2{
    position: absolute;
    right: 20px;
    top:40px;
  }
  
  .school{
    padding-left: 16px;
    padding-right: 16px;
  }
  .school .ttl{
    font-size: 28px;
  }
  .contact{
    padding-left: 16px;
    padding-right: 16px;
  }
  .contact .ttl{
    font-size: 28px;
  }
}
  


@media screen and (max-width: 1000px) {  
  
  .point{
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .tokuten_banner{
    display: block;
    background-image: url(images/tokuten_bg@sp.png);
    max-width: 600px;
    max-height: 600px;
  }
  .tokuten_banner .tokuten_ttl{
    padding-top: 26px;
  }
  .tokuten_banner .linkbox{
    display: flex;
    justify-content: center;
    padding: 20px 20px 60px 10px;
  }
  .tokuten_banner .link1{
    margin-left: 0;
  }
  
  .benefits .app{
    display: block;
    height: auto;
    padding: 20px;
    border-radius: 20px;
  }
  .benefits .minute{
    top:-20px;
    left: -48px;
  }
  .benefits .app_txt{
    padding-left: 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #003547;
  }
  .benefits .linkbox{
    margin-top: 20px;
    justify-content: center;
  }
  .benefits .link1{
    margin-left: 0;
  }
  
  .access .txt{
    padding:0 0 0 130px;
  }
  .access .img1{
    width: 170px;
    left: 0;
  }
  .access .img2{
    width: 150px;
  }
}
@media screen and (max-width: 900px) {
  .mv{
    width: 100%;
    max-width: 100%;
    padding: 0;
    min-width: auto;
  }
  .mv img{
    width: 100%;
  }
  .mv_img_pc{
    display: none;
  }
  .mv_img_left{
    display: none;
  }
  .mv_img_right{
    display: none;
  }

  .information{
    padding: 20px 16px 60px;
  }
  
  .school .flex{
    gap:20px;
  }
  .school .flex .item{
    max-width: calc((100% - 60px) / 4);
  }
}

@media screen and (max-width: 769px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .header_logo{
    padding: 12px 0 12px 30px;
    width: 230px;
  }
  .top_bg{
    background-position: top 520px left 0;
  }
  
  .mv .txt{
    font-size: 23px;
    padding: 0 12px;
  }
  
  .information .box{
    padding: 40px 20px;
  }

  .information .timetable .head_ttl{
    font-size: 22px;
  }
  .information .timetable .flow .item dl{
    flex-direction: column;
  }
  .information .timetable .flow .item dl dt{
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
  .information .timetable .flow .arrow{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .information .timetable .timetable_img{
    text-align: center;
  }
  .information .bus .flex{
    flex-direction: column;
  }
  .information .bus .flex .img{
    display: flex;
    justify-content: center;
  }
  .information .bus .flex{
    margin-top: 30px;
  }
  .information .bus .arr_dep{
  }
  .information .bus .arr_dep .item{
    font-size: 15px;
    width: fit-content;
    margin: 0 auto;
  }
  .information .bus .caution{
    font-size: 15px;
    text-align: left;
  }
  
  .aco_ttl{
    font-size: 24px;
  }
  .aco_ttl::after{
    right:20px;
  }
  .experience{
    padding-bottom: 60px;
  }
  .experience_list{
    justify-content: space-between;
  }
  .experience_list .item{
    width: 48%;
    margin-right: 0;
  }
  .experience .inner .field{
    margin-top: 40px;
  }
  .experience .notes{
    font-size: 13px;
    margin: 40px 16px 0;
  }
  
  .benefits{
    padding: 50px 20px;
  }
  .benefits .ttl{
    position: absolute;
    left: 10%;
    transform: translateX(0);
    top:-18px;
    width: 80%;
  }
  .benefits .notes{
    font-size: 13px;
  }
  
  .benefits .app{
    margin-top: 90px;
    padding: 60px 20px 20px;
  }
  .benefits .minute{
    left: 50%;
    transform: translateX(-50%);
    top:-68px;
    width: 140px;
  }
  .benefits .app_txt{
    font-size: 20px;
  }
  
  .benefits .linkbox{
    display: block;
    text-align: center;
  }
  .benefits .link1{
    margin-left: auto;
    margin-right: auto;
  }
  .benefits .link2{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .access{
    padding: 60px 20px;
  }
  .access .inner{
    padding: 40px 20px;
  }
  .access .inner .ttl{
    white-space: nowrap;
    width: 70%;
  }
  .access .inner .map{
    margin-top: 20px;
  }
  
  .other{
    padding: 60px 0;
  }
 
  .school .flex .item{
    width: 48%;
    max-width: calc((100% - 20px) / 2);
  }
  .contact .ttl{
    font-size: 23px;
    line-height: 1.4;
  }
  .contact_logo_sanpo{
    text-align: center;
  }
  
  .totalguide .inner .ttl{
    font-size: 24px;
  }
  .totalguide .inner{
    padding:50px 20px;
  }
  .totalguide .inner .flex .present .notes{
    font-size: 16px;
  }
}