@charset "UTF-8";

/*----------------------------------------
  header
------------------------------------------ */

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 10000;
}
header img {
  width: 100%;
}
header .leftBox{
  flex: 1;
  padding: 10px;
}
header .hdTitle {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  background: #77758621;
  padding: 3px 16px;
}
header .logoLink {
  width: 300px;
  padding: 7px 0 0 0;
}
header .innerHead {
  flex: 2;
  justify-content: flex-end;
}
header .innerHead p{
  text-align:center;
}
header .tel {
  background: #777586;
  padding: 7px 2rem 0 2rem;
}
header .tel .num{
  margin: 0;
  color: #FFF;
  font-size: 200%;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 100%;
}
header .tel .num span{
  font-size: 60%;
  margin-right: 6px;
}
header .tel .holiday {
  margin: 0;
  color: #32405b;
  font-weight: 600;
  background: #FFF;
  font-size: 80%;
}
header .mail {
  background:#32405b;
  padding: 13px 1rem 10px 1rem;
}
header .mail img{
  width: 200px;
}
header nav {
  box-shadow: 0 0 10px #7775862e;
}
header nav ul{
  display: flex;
  justify-content: flex-end;
}
header nav ul li {
  text-align: center;
  position: relative;
}
header nav ul li a {
  font-weight: 600;
  font-size: 95%;
  padding: 20px;
}

/*----------------------------------------
  induction
------------------------------------------ */

#induction{
  background:url(../img/common/indBg.jpg)no-repeat;
  background-size:cover;
  padding: 3rem 2rem;
}
#induction h2,#induction p{
  margin:0;
  color:#FFF;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#induction h2{
  text-align: center;
  font-weight: 700;
  font-size: 240%;
}
#induction .underWrap{
  text-align: center;
  font-weight: 700;
  font-size: 130%;
  margin-bottom: 2rem;
}
#induction ul{
  justify-content:center;
  gap:3%;
}
#induction ul li{
  flex: 1;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 10px;
  padding: 1rem;
}
#induction ul li a .title{
  font-size: 200%;
  font-weight: 600;
}
#induction ul li a .num{
  font-size: 200%;
  line-height: 100%;
  margin-bottom: 5px;
}
#induction ul li a .num span{
  font-size: 60%;
}
#induction ul li a .sub{
  font-size: 130%;
}
#induction ul li a .deco{
  
}


/*----------------------------------------
  footer
------------------------------------------ */

footer {
  background:url(../img/common/blueBg.jpg)no-repeat;
  background-size:cover;
}
footer p{
  color:#FFF;
}
footer .navFlex{
  justify-content:center;
  gap:3%;
  padding: 4rem 0 3rem 0;
}
footer nav {
  color: #FFF;
  flex:1;
}
footer nav h3{
  font-weight: 600;
  margin-bottom: 20px;
}
footer nav a {
  color: #FFF;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff3b;
  display: block;
}
footer .bottomFt{
  gap:3%;
  padding-bottom: 3rem;
}
footer .bottomFt .leftBox{
  flex:1.5;
}
footer .bottomFt .leftBox p{
  margin: 0;
  font-size: 90%;
}
footer .bottomFt .leftBox p.hdTitle{
  margin-bottom: 5px;
  font-size: 85%;
}
footer .bottomFt .leftBox .logoLink{
  width: 300px;
  margin-bottom: 10px;
}
footer .bottomFt .leftBox p.access{
  margin-top: 10px;
}
footer .bottomFt .rightBox{
  flex:2;
}
footer .bottomFt .rightBox iframe{
  width:100%;
  height:220px;
}
footer small {
  background: #333333;
  color: #FFF;
  text-align: center;
  font-size: 90%;
  padding: 10px;
  display: block;
}



@media (max-width: 1099px) {

  /** header **/
  header nav {
    width: 100%;
  }
  header .contentWrapper {
    padding: 0 10px;
  }
  /** induction **/

  /** footer **/
  footer .contentWrapper{

  }
}

@media (max-width: 800px) {

  /** header **/

  /** induction **/

  /** footer **/
  footer .upperFooter{
    display:block;
  }

}


@media (max-width: 850px) {

  /** modal **/
  header .spModal {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 100%;
    padding: 0!important;
    background: #FFF;
  }
  header .spModal .mail{
    flex: 1;
    border: 0;
    color: #FFF;
    background: #000;
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
  }
  header .spModal div{
    flex: 1;
    padding: 5px;
    background: #FFF;
    border-top: 1px solid;
  }
  header .spModal .tel{
    font-size: 16px;
    color: #000;
    flex: 1;
  }
  header .mail img{
    margin: 0 auto;
  }
  /** nav **/
  header nav {
    width: 100%;
    display: none;
    background: #283449;
    margin: 18px 0;
  }
  header nav ul#menu-global{
    display: block;
  }
  header nav ul li::before {
    display: none;
  }
  header nav ul.flex {
    display: block;
    margin: 0;
    background: #000;
  }
  header nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0;
  }
  header nav ul li:last-child {
    border: none;
  }
  header nav ul li a {
    color: #FFF;
    font-weight: bold;
    display: block;
  }
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px 20px 0 20px;
    z-index: 10000;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #ddd;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /** induction **/
  #induction ul{
    display:block;
  }
  #induction ul li{
    margin-bottom: 1rem;
  }
  /** footer **/
  footer{
    padding-bottom: 4rem;
  }
  footer .navFlex,footer .bottomFt{
    display:block;
  }
  footer nav{
    margin-bottom: 2rem;
  }
  footer .bottomFt .rightBox{
    margin-top: 1rem;
  }

}

@media (max-width: 600px) {
  /** header **/
  header {

  }
  header .spModal .tel{
    font-size: 13px;
  }
  header .tel{
    padding: 7px 5px 0 5px;
  }
  header .mail img{
    width: 140px;
  }

  /** induction **/
  #induction{
    padding: 3rem 0rem;
  }
  #induction h2{
    font-size: 210%;
  }

  /** footer **/
  footer{

  }

}


@media (max-width: 400px) {

  header .logoLink{
    width: 280px;
  }

}

