@charset "utf-8";

/* /////////////////////////////
      下層共通
///////////////////////////// */

@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
}

/* /////////////////////////////
      下層ページ
///////////////////////////// */
@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
}
/* /////////////////////////////
      お問い合わせ
///////////////////////////// */
.contact h2 {
  position: relative;
  text-align: center;
  padding-top: 60px;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 4px solid #000;
  margin-bottom: 30px;
}
.contact h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_tel.svg) center / cover;
}
.contact input[type="text"],.contact input[type="email"],.contact input[type="tel"],.contact input[type="text"],.contact textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #eeeeef;
  border-bottom: 2px solid #888888;
  padding: 20px 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact textarea {
  height: 180px;
  resize: none;
}
.contact input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  border: 1px solid #000;
}
.contact input[type="checkbox"]:checked + span {
  position: relative;
}
.contact input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 10px;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}
.btn_area {
  margin-top: 100px;
}
.contact input[type="button"] {
  width: 100%;
  background-color: #fff;
}
.contact .common_button:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
#Input_Form {
  max-width: 384px;
  padding-top: 20px;
  margin: 0 auto;
  padding-bottom: 200px;
}
.contact dl{
  margin-bottom: 20px;
}
.contact dl dt,.contact dl dd{
}
.contact dl dt{
  font-weight: bold;
  padding: 5px 0;
}
.contact dl dd{
}
.pp_area dd {
  width: 100%;
  background-color: #eeeeef;
  border-bottom: 2px solid #888888;
  padding: 20px 15px;
  box-sizing: border-box;
  height: 220px;
  overflow-y: scroll;
}

@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
  .contact h2 {
    font-size: 17px;
  }
  #Input_Form {
    padding-bottom: 140px;
  }
  .btn_area {
    margin-top: 60px;
  }
}
/* /////////////////////////////
      SERVICE
///////////////////////////// */
.service .page_ttl_area {
  padding-bottom: 60px;
}
.nayami_btn {
  max-width: 370px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.nayami_btn p {
  width: 42%;
  border: 2px solid #000;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
}
.ttl_bgb {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
  font-weight: 500;
}
.nayami_box {
  padding: 36px 20px 25px;
}
.nayami_box figure {
  max-width: 306px;
  margin: 0 auto 15px;
}
.arrow_bottom {
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  margin: 0 auto;
}
.teian figure img{
  width: 61px;
}
.teian h3 {
  display: inline-block;
  padding: 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.choose_type {
  padding: 40px 20px 60px;
}
.choose_type .tabInner figure img {
  width: 430px;
}
.tabBtn-content{
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
}
.tabBtn{
  position: relative;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  max-width: 200px;
  width: 100%;
  background-color: #999999;
  color: #fff;
  transition: .3s;
  padding: 10px 0;
  font-weight: bold;
}
.tabBtn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #000;
  bottom: -10px;
  left: 0;
  opacity: 0;
}
.tabBtn:hover{
  background-color: #000;
}
.tabBtn.is-active{
  background-color: #000;
}
.tabBtn.is-active::after {
  opacity: 1;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
  .ttl_bgb {
    font-size: 16px;
  }
  .nayami_btn p {
    width: 47%;
  }
  .tabBtn-content{
    margin: 0 auto 40px;
  }
  .choose_type {
    padding: 30px 20px 45px;
  }
}

/* /////////////////////////////
      VISION
///////////////////////////// */
.vision .page_ttl_area {
  height: 100vh;
  box-sizing: border-box;
  background: url(../img/vision/vision_mv.jpg) bottom right / cover;
}
.vision .sign {
  display: flex;
  align-items: flex-end;
  font-family: 'Source Serif Pro', serif;
  font-weight: bold;
  line-height: 1;
}
.vision .sign .font15 {
  margin-right: 20px;
}
.vision .sign .name {
  font-size: 23px;
  position: relative;
  z-index: 1;
}
.vision .sign .name figure {
  position: absolute;
  left: 0;
  bottom: -20px;
}
.vision .sign .name figure img {
  max-width: none;
  height: 30px;
  width: auto;
}
.mission {
  padding: 60px 0 180px;
}
.staff_box {
  margin-bottom: 180px;
}
.vision .sign .name.shinohara figure {
  left: 20px;
  bottom: -10px;
}
.vision .sign .name.hirai figure {
  left: 62px;
  bottom: -10px;
}
.message_box {
  padding: 70px 0 120px;
  margin-bottom: 80px;
}
.company {
  padding-bottom: 60px;
}
.company table {
  max-width: 500px;
  margin: 30px auto 0;
  line-height: 2.2;
}
.company table th {
  text-align: left;
  font-weight: normal;
  width: 170px;
}
.company table td {
  width: calc(100% - 170px);
}
.company table td.pc {
  display: table-cell;
}
span.sp {
  display: none;
}
@media screen and (max-width:1000px){
}
@media screen and (max-width:767px){
  .vision .page_ttl_area {
    background: url(../img/vision/vision_mv_sp.jpg) center / cover;
  }
  .vision .line22 {
    line-height: 1.7;
  }
  .mission {
    padding: 20px 0 60px;
  }
  .staff_box {
    margin-bottom: 50px;
  }
  .staff_box .txt_area {
    padding: 30px 25px 0;
  }
  .message_box {
    padding: 30px 0 50px;
    margin-bottom: 30px;
  }
  .company {
    padding-bottom: 100px;
  }
  .company table {
    max-width: calc(100% - 20px);
    margin: 30px auto 0;
    line-height: 1.7;
  }
  .company table th,.company table td {
    display: block;
    width: 100%;
  }
  .company table td {
    padding-left: 15px;
  }
  .company table td.pc {
    display:  none;
  }
  span.sp {
    display: inline-block;
  }
}
