@charset "utf-8";

/*赤　f20a00*/
/*緑　2aa738*/
/*青　*/

/* base ********************/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a:focus {
  /*  text-decoration: underline;*/
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

/* CLEAR-FIX ********************/
.clearfix {zoom: 1;}

.clearfix:after {clear: both;content: ".";display: block;height: 0;line-height: 0;visibility: hidden;}

/* 共通 ********************/

.inner {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.is_between {
  justify-content: space-between;
}

.is_center {
  align-items: center;
}

.ib {
  display: inline-block;
}

.text_r {
  text-align: right;
}

.ffs_p {
  font-feature-settings: "palt";
}

.ttl_leaf {
  padding-left: 60px;
  background: url(../img/common/icon_leaf.svg) left bottom -2px/48px auto no-repeat;
  border-bottom: 2px solid #f00;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.ttl_boder-uRed {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #f00;
  padding-left: 15px;
  margin-bottom: 20px;
}

.ttl_box {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  border-left-width: 8px;
  border-left-style: solid;
}

.ttl_box-blue {
  border-left-color: #252c41;
  background: #dddfe6;
}

.ttl_box-blue02 {
  border-left-color: #00afec;
  background: #d0ecfc;
}

.ttl_box-green {
  border-left-color: #2aa738;
  background: #deedd4;
}

.ttl_box-orange {
  border-left-color: #ffab08;
  background: #ffe4b1;
}

.ttl_circle {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 30px;
  background: url(../img/common/dec_circle-grey.svg) center left/24px no-repeat;
}

.ttl_circle-orange {
  background-image: url(../img/common/dec_circle-orange.svg);
}

.ttl_circle-orange02 {
  background-image: url(../img/common/dec_circle-orange02.svg);
}

.ttl_circle-pink {
  background-image: url(../img/common/dec_circle-pink.svg);
}

.ttl_circle-pink02 {
  background-image: url(../img/common/dec_circle-pink02.svg);
}

.ttl_circle-green {
  background-image: url(../img/common/dec_circle-green.svg);
}

.ttl_circle-green02 {
  background-image: url(../img/common/dec_circle-green02.svg);
}

.ttl_circle-blue {
  background-image: url(../img/common/dec_circle-blue.svg);
}

.ttl_circle-yellow {
  background-image: url(../img/common/dec_circle-yellow.svg);
}

.linkBtn_balloon {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.linkBtn_balloon a {
  display: block;
  padding: 12px 20px 12px 70px;
  background: #bbb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.linkBtn_balloon a::before {
  content: '';
  display: block;
  background: #333 url(../img/common/icon_speech.svg) center/ 30px auto no-repeat;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.linkBtn_balloon a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 2;
}

.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
  border: 8px solid #000;
}
.youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.aside .youtube {
  border: 4px solid #000;
  margin-top: 30px;
}

/* TOPボタン ********************/
 .page_top{
   display: none;
 }
.page_top a{
  width: 50px;
  height: 50px;
  content: "";
  position: fixed;
  bottom: 5%;
  right: 5%;
  background-image: url(../img/common/icon_totop.svg);
  /* transform: rotate(-180deg); */
  background-repeat: no-repeat;
  z-index: 99;
}
@media screen and (max-width:768px) {
  .page_top a{
    bottom: 10%;
  }
} 


/* ヘッダー ********************/

.header {
  /* position: relative; */
  z-index: 100;
  margin-bottom: 30px;
}

.header_primary {
  width: 100%;
  background: rgba(242, 10, 0, 1);
  position: fixed;
    /* position: absolute;
  top: 0;
  left: 0; */
  z-index: 99;
}

.header_primary_inner {
  width: 100%;
  max-width: 1400px;
  padding: 15px 20px;
  margin: 0 auto;
}

.header_logo {
  width: 218px;
}

.header_action {
  align-items: center;
}

.language {
  background: #d2d2d2;
  color: #777;
  font-weight: bold;
  border: 1px solid #777;
  width: 160px;
  position: relative;
  z-index: 1;
  margin: 0 auto 5px;
}

.language p {
  text-align: center;
  padding-right: 20px;
  position: relative;
  line-height: 20px;
}

.language p::after {
  content: '+';
  display: block;
  width: 20px;
  height: 100%;
  line-height: 18px;
  padding-bottom: 2px;
  background-color: #777;
  color: #d2d2d2;
  position: absolute;
  top: 0;
  right: 0;
}

.language ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #d2d2d2;
  padding: 0 10px;
}
.language ul a {
  display: block;
  padding: 10px 0;
  line-height: 1.2;
  color: #555;
  font-size: 13px;
}


.header_contact a {
  display: block;
  text-align: center;
  color: #f20a00;
  font-size: 13px;
  background: #f4f5f9 url(../img/common/icon_mail-red.svg) left 10px center/18px 15px no-repeat;
  padding: 9px 8px 9px 32px;
  border-radius: 6px;
  line-height: 1;
}

.header_info {
  color: #f4f5f9;
  line-height: 1;
  padding-left: 10px;
  max-width: 294px;
  margin-left: 5px;
}

.header_info p {
  text-align: right;
  letter-spacing: 0.05em;
}

.header_info address {
  font-size: 28px;
  background: url(../img/common/icon_tel.svg) left center/17px 24px no-repeat;
  padding: 4px 4px 4px 20px;
  letter-spacing: 0.02em;
  color: #f4f5f9;
}

.spMenu,
.spMenuTtl,
.spMenuYoutube{
  display: none;
}

.gnav {
  margin-top: 10px;
}

.gnav li {
  width: 16.66%;
  position: relative;
}

.gnav li + li::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dotted #bbb;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 5;
}

.gnav li a {
  display: block;
  color: #565656;
  font-size: 18px;
  text-align: center;
  z-index: 1;
  padding: 6px 2px 20px;
  font-feature-settings: 'palt';
}

.gnav li a::before {
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background: #dddfe6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all .2s;
}

.gnav li a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 3px;
  z-index: 3;
  transform: translateX(-50%);
}

.gnav li a:hover::before,
.gnav li a.active::before {
  background: #f20a00;
}

.gnav li a span {
  display: block;
  text-align: center;
  font-size: 13px;
}

.gnav .gnav_sub ul {
  visibility: hidden;
}
.gnav .gnav_sub:hover ul {
  visibility: visible;
}

.gnav_sub ul {
  width: 100%;
  background: #dddfe6;
  position: absolute;
  top: 100%;
  z-index: 2;
}

.gnav_sub-large ul {
  width: 120%;
}

.gnav_sub ul li {
  width: 100%;
  border-top: 2px solid #bbb;
}

.gnav_sub ul li a {
  padding: 10px 0;
  font-size: 16px;
}
.gnav_sub ul li::before {
  display: none;
}
.gnav_sub ul li a::before,
.gnav_sub ul li a::after {
  display: none;
}

.gnav_sub ul li a:hover {
  background: #f20a00;
  color: #fff;
}

.footer {
  margin-top: 80px;
  background: #f4f5f9;
  font-size: 13px;
}

.footer_inner {
  padding: 45px 0;
}

.fnav {
  width: 80%;
}

.fnav_box {
  width: 25%;
  padding-right: 10px;
}

.fnav_primary {
  font-weight: bold;
}

.fnav_box a:hover{text-decoration: underline;}

/*.footer_info_tel {
  color: #f20a00;
  font-size: 28px;
  padding-left: 22px;
  background: url(../img/common/icon_tel-red.svg) left center/18px auto no-repeat;
  line-height: 1.2;
}*/


.footer_info_tel a, .footer_info_tel span {
  color: #f20a00;
  font-size: 28px;
  /*padding-left: 22px;*/
  /*background: url(../img/common/icon_tel-red.svg) left center/18px auto no-repeat;*/
  line-height: 1.2;
  position: relative;
  width:90%;
  margin:0 auto;
}
.footer_info_tel a{
 display: none; 
}
.footer_info_tel span{
   display: inline;
   margin-left: -13px; 
}
.footer_info_tel a:before,.footer_info_tel span:before{
 content: url(../img/common/icon_tel-red.svg);
 position: absolute;
 top:6px;
 left:-13px;
 width:18px;
}
/*sp*/
@media screen and (max-width:768px){
  .footer_info_tel a:before{
    left:-22px;
  }
    .footer_info_tel a{
       display: inline;
    }
    .footer_info_tel span{
       display: none;/*非表示*/
    }
}



.footer_contact a {
  display: block;
  border-radius: 6px;
  color: #fff;
  background: #f20a00 url(../img/common/icon_mail.svg) left 10px center/28px auto no-repeat;
  line-height: 1;
  padding: 18px 10px 18px 50px;
}

.copyright {
  background: #252c41;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
}


/* 下層ページ共通 ********************/
.mv {
  height: 310px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* position: relative; */
  z-index: 1;
  display: flex;
  align-items: center;
}

.mv_ttl {
  font-size: 40px;
  text-shadow: 5px 5px 6px rgba(37, 44, 65, 0.8);
  color: #f4f5f9;
  font-weight: bold;
  padding-top: 100px;
}

.inpageWrap {
  justify-content: space-between;
}

.aside {
  width: 250px;
}

.anav {
  font-size: 18px;
  font-feature-settings: "palt";
  border-bottom: 1px solid #d2d2d2;
}

.anav li {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
}

.anav li + li {
  border-top: 1px dashed #d2d2d2;
}

.anav li a {
  display: block;
  line-height: 1;
  padding: 16px 0 16px 20px;
}

.anav .anav_primary {
  background: #252c41 url(../img/common/aside_arrow.svg) right center/auto 120% no-repeat;
  color: #fff;
  font-weight: bold;
  border: 0;
  margin-top: 20px;
}

.anav .anav_primary-top {
  margin-top: 0;
}

.anav .anav_primary a {
  color: #fff;
}

.entranceBtn,
.fb {
  margin-top: 20px;
}

.entranceBtn a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f93 url(../img/common/icon_arrow-down.svg) left 20px center/24px auto no-repeat;
  color: #fff;
  padding: 20px 0 20px 30px;
  line-height: 1;
}

.inpageMain {
  width: 66%;
}

.breadcrumb {
  font-size: 12px;
  color: #565656;
  margin-bottom: 10px;
  line-height: 1;
}

.breadcrumb li + li::before {
  content: '＞';
  display: inline-block;
  padding: 0 10px;
}

.breadcrumb a {
  text-decoration: underline;
}

.action {
  margin-top: 80px;
}

.action dt {
  background: #252c41;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 10px 30px;
}

.action dd {
  padding: 25px 40px;
  border: 1px solid #252c41;
}

.action_list {
  justify-content: space-between;
}

.action_list li {
  width: 48%;
}

.action_list a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 3px 15px 55px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.2;
}

.action_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.action_icon::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.action_icon img {
  width: 28px;
}

.action_admission a {
  background: #f93;
}

.action_admission .action_icon {
  background: #ff7f00;
}

.action_admission .action_icon::before {
  border-color: transparent transparent transparent #ff7f00;
}

.action_contact a {
  background: #ff5353;
}

.action_contact .action_icon {
  background: #f00;
}

.action_contact .action_icon::before {
  border-color: transparent transparent transparent #f00;
}

.guide {
  justify-content: flex-end;
  margin-top: 40px;
}

.guide li {
  margin-left: 30px;
}

.guide li::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f31910;
}

.guide a {
  color: #f31910;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width:960px) {
  .spCont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gnav li a {
    font-size: 16px;
  }

  .gnav li a span {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}

@media screen and (max-width:768px) {
  .header_primary {
    /* position: relative; */
  }

  .header_primary_inner {
    padding: 5px 10px;
  }

  .header_logo {
    width: 140px;
  }

  .header_info,
  .header_contact {
    display: none;
  }
  
  .language {
    width: 120px;
    margin-bottom: 0;
  }

  .language p {
    font-size: 13px;
  }

  .spMenuWrap {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    width: 100vw;
    height: 50px;
  }

  .spMenu {
    position: relative;
    z-index: 2;
    display: flex;
    background: #fff;
    /* border-top: 1px solid #333; */
  }

  .spMenu li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #333; */
  }
  
  /* .spMenu li+li {
    border-left: 1px solid #333;
  } */

  .spMenu li img {
    width: 28px;
  }

  .spMenu li img.yt_sp2{
    width:34px;    
    }
  
  .gnavBtn,
  .gnavBtn span {
    transition: all .4s;
  }

  .gnavBtn {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 37px;
    height: 50px;
  }

  .gnavBtn span {
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 27px;
    height: 3px;
    background-color: #898F9C;
    border-radius: 4px;
  }

  .gnavBtn span:nth-of-type(1) {
    top: 15px;
  }

  .gnavBtn span:nth-of-type(2) {
    top: 24px;
  }

  .gnavBtn span:nth-of-type(3) {
    bottom: 14px;
  }

  .gnavBtn.active {
    transform: rotate(270deg);

  }

  .gnavBtn.active span {
    left: 5px;
  }

  .gnavBtn.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
    top: 3px;
  }

  .gnavBtn.active span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
    top: 16px;
  }

  .gnavBtn.active span:nth-of-type(3) {
    opacity: 0;
  }

  .gnav {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateY(100%);
    transition: all .4s;
    overflow-y: scroll;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 10px 80px;
  }

  .gnav.active {
    transform: translateY(0);
  }

  .spMenuTtl {
    display: block;
    background: rgba(255, 255, 255, 0.95);
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
  }

  .spMenuYoutube{
    display: block;
    margin-top: 10px;
  }

  .gnav ul {
    display: block;
    background: transparent;
  }

  .gnav li {
    width: 100%;
  }
  
  .gnav li a {
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 10px;
    border-bottom: 1px dotted #bbb;
    text-align: left;
  }

  .gnav li a span,
  .gnav li a::before,
  .gnav li a::after {
    display: none;
  }
  
  .gnav li + li::before {
    display: none;
  }
  
  .gnav .gnav_sub ul {
    visibility: visible;
  }

  .gnav_sub ul {
    position: static;
  }

  .gnav_sub-large ul {
    width: 100%;
  }

  .gnav_sub ul li {
    border-top: 0;
  }

  .gnav_sub ul li a {
    padding: 15px 10px;
    font-size: 16px;
  }
  
  .footer {
    margin-top: 40px;
  }

  .fnav {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .footer_inner {
    padding: 20px 10px;
  }

  .fnav a {
    font-size: 14px;
    line-height: 36px;
    display: block;
  }

  .fnav,
  .footer_inner {
    display: block;
  }

  .fnav_box {
    width: 100%;
    padding: 0;
  }

  .fnav_primary {
    border-top: 2px solid #ddd;
  }

  .fnav_box dd {
    border-top: 1px solid #ddd;
  }

  .footer_info {
    margin: 20px auto 0;
    max-width: 300px;
  }

  .footer_info p {
    text-align: center;
  }

  .footer_contact {
    width: 280px;
    margin: 20px auto;
  }

  .footer_contact a {
    text-align: center;
  }

  .footer_sns {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }

  .copyright {
    padding: 10px 0 60px;
  }

  /* 下層ページ共通 ********************/
  .aside {
    display: none;
  }

  .inpageMain {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .mv {
    height: 160px;
  }

  .mv_ttl {
    font-size: 24px;
    padding: 0 20px;
  }

  .action dt {
    font-size: 16px;
    text-align: center;
  }

  .action dd {
    padding: 0 20px 20px;
  }

  .action_list {
    display: block;
  }

  .action_list li {
    width: 100%;
    margin-top: 20px;
  }

}
