@charset "utf-8";
/* ----------------------------------------
 mv
------------------------------------------- */
#mv {
  background: url("../images/index-images/mv.jpg") 50% 50% no-repeat;
  height: 785px;
}
#mv h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: -1px -1px 3px #fff, -1px 0 3px #fff, -1px 1px 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff;
  padding: 180px 0 50px 0;
}
#mv p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: -1px -1px 3px #fff, -1px 0 3px #fff, -1px 1px 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff;
  margin-bottom: 80px;
}
#mv ul {
  display: flex;
  flex-wrap: wrap;
}
#mv ul li {
  width: 30%;
  max-width: 230px;
  margin-right: 1%;
}
/* ----------------------------------------
 service
------------------------------------------- */
.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}
.service li {
  width: 30%;
  text-align: center;
 margin-left:2%;
}
.service li .img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  padding-top: 65%;
  margin-bottom: 10px;
}
.service li .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.service li a {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#support .service li a {
  color: #009cbb;
}
#service .service li a {
  color: #c9c549;
}
/* ----------------------------------------
 recruit
------------------------------------------- */
#recruit {
  background: url("../images/index-images/recruit-bg.jpg") 50% 0 repeat-y;
}
#recruit .box {
  max-width: 550px;
  box-sizing: border-box;
  padding: 150px 5% 150px 5%;
  margin: 0 auto;
}
#recruit h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
#recruit p {
  text-align: left;
  margin-bottom: 50px;
}
/* ----------------------------------------
 about
------------------------------------------- */
#about ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about ul li {
  width: 47%;
}
/* ----------------------------------------
 news
------------------------------------------- */
#news ul {
  max-width: 900px;
  margin: 0 auto;
}
#news ul li {
  margin-bottom: 20px;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news ul li a {}
#news ul li dl dt {
  width: 20%;
}
#news ul li dl dd {
  width: 75%;
}
/* ----------------------------------------
 faq
------------------------------------------- */
#faq li {
  border-bottom: 1px solid #aaabab;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#faq li:last-child {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#faq dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
#faq dd {
  line-height: 1.6;
}
#faq dt {
  background: url("../images/cmn-images/faq-icon01.png") 0 0 no-repeat;
  background-size: 60px auto;
  min-height: 60px;
  padding: 10px 0 0 70px;
}
#faq dd {
  background: url("../images/cmn-images/faq-icon02.png") 0 0 no-repeat;
  background-size: 60px auto;
  min-height: 60px;
  padding: 10px 0 0 70px;
  margin-left: 60px;
}
/* ----------------------------------------
 info
------------------------------------------- */
#info .box01 {
  width: 33%;
}
#info .box02 {
  width: 60%;
}
#info img {
  margin-bottom: 10px;
}
#info p {
  color: #009cbb;
  font-size: 80%;
}
#info table {
  width: 100%;
}
#info table th {
  width: 25%;
}
#info table th, #info table td {
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  border-bottom: 1px solid #acacac;
  padding: 15px 0;
}
#info table tr:last-child th, #info table tr:last-child td {
  border-bottom: none;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  #mv {
    background-size: cover;
    height: auto;
  }
  #mv h2 {
    font-size: 4.16vw;
    text-shadow: -1px -1px 3px #fff, -1px 0 3px #fff, -1px 1px 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff;
    padding: 30% 0 5% 0;
  }
  #mv p {
    font-size: 2.5vw;
    text-shadow: -1px -1px 3px #fff, -1px 0 3px #fff, -1px 1px 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff;
    margin-bottom: 30px;
  }
  #mv ul {
    width: 80%;
    padding-bottom: 5%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    background: url("../images/index-images/mv-sp.jpg") 50% 0 no-repeat;
    background-size: 150% auto;
    height: auto;
  }
  #mv h2 {
    font-size: 2.4rem;
    text-shadow: -1px -1px 3px #fff, -1px 0 3px #fff, -1px 1px 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff;
    padding: 30% 0 20px 0;
  }
  #mv p {
    font-size: 1.5rem;
    text-shadow: -1px -1px 3px #fff, -1px 0 3px #fff, -1px 1px 3px #fff, 0 -1px 3px #fff, 0 1px 3px #fff, 1px -1px 3px #fff, 1px 0 3px #fff, 1px 1px 3px #fff;
    margin-bottom: 30px;
  }
  #mv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #mv ul li {
    width: 30%;
    margin: 0;
  }
  /* ----------------------------------------
 service
------------------------------------------- */
  .service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service li {
    width: 48%;
    max-width: 300px;
    margin: 0 1% 30px 1%;
  }
  .service li:last-child {
    margin: 0 1% 0 1%;
  }
  .service li .img-box {
    margin-bottom: 10px;
  }
  .service li a {
    font-size: 1.6rem;
  }
  /* ----------------------------------------
 recruit
------------------------------------------- */
  #recruit {
    background-size: 200% auto;
  }
  #recruit .box {
    width: 55%;
    padding: 50px 5% 50px 5%;
    margin: 0 auto;
  }
  #recruit h3 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 20px;
  }
  #recruit p {
    text-align: left;
    margin-bottom: 30px;
  }
  /* ----------------------------------------
 about
------------------------------------------- */
  #about ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #about ul li {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }
  #about ul li:last-child {
    margin-bottom: 0;
  }
  /* ----------------------------------------
 faq
------------------------------------------- */
  #faq dt {
    font-size: 1.6rem;
  }
  #faq dt {
    background-size: 30px auto;
    min-height: 30px;
    padding: 3px 0 0 40px;
    margin-bottom: 10px;
  }
  #faq dd {
    background-size: 30px auto;
    min-height: 30px;
    padding: 3px 0 0 40px;
    margin-left: 0;
  }
  /* ----------------------------------------
 info
------------------------------------------- */
  #info .box01 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #info .box02 {
    width: 100%;
  }
  #info img {
    width: 80%;
    margin: 0 auto 10px auto;
  }
  #info p {
    text-align: center;
  }
  #info table th {
    width: 30%;
  }
}