@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #f3f3ee;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/*=======================================================

TOP

=======================================================*/
.section-top__image{
  position: relative;
  height: 600px;
  background-image: url("../image/top/pc/top_main2.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section-top__message{
  position:absolute;
  font-family: 'M PLUS 1p', sans-serif;
  color: #f6f6f6;
  top: 140px;
  width: 100%;
  font-size: 1.8rem;
}
.section-top__logoimg{
  height: 90px;
  weight: 240px;
  margin: 40px auto 0 ;
}
.section-top__nav-pc{
  display: none;
}
.section-top__nav-mobile li img{
  width: 100%;
  max-width: 375px;
}
@media(min-width:800px){
  .section-top{
    position: relative;
    margin: 0 auto;
  }
  .section-top__image{
  position: relative;
  height: 800px;
  background-image: url("../image/top/pc/top_main2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
  .section-top__message{
    position: absolute;
    font-size: 2.4rem;
    width: 315px;
    top: 90px;
    left: 220px;
  }
  .section-top__logoimg{
    position: absolute;
    left: 50px;
    top:26px;
    height: auto;
    weight: auto;
    margin: 0 ;
  }
  .section-top__nav-mobile{
    display: none;
  }
  .section-top__nav-pc{
    position: absolute;
    display: block;
    background-color: rgba(246,246,246,0.7);
    height:420px;
    width: 800px;
    top: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-top__nav-pc ul{
    display: flex;
    flex-wrap:wrap;
    align-content: center;   
    justify-content:center;
    max-width: 800px;
    height: 400px;
    list-style: none;
  }
  .section-top__nav-pc ul li{
    width: 240px;
    margin: 0 ;
    height: 180px;
  }
  .section-top__nav-pc img{
    margin:20px 20px 0;
  }
}
/*=======================================================

TOP（ロゴ・タイトル）

=======================================================*/
.section-title {
  width: 170px;
  margin: 60px auto 40px ;
}
.section-subtitle{
  font-family: 'Arial', 'Helvetica', sans-serif;
  text-align: right;
  margin-right:20px;
}
.section-title h2{
  font-family: 'M PLUS 1p', sans-serif;
  color: #0c3388;
  letter-spacing: 0.07em;
  text-align: right;
  border-bottom: 2px solid #0c3388;
  padding: 10px 0 ;
  margin-right: 20px;
}
@media(min-width:800px){
  .section-title {
    width: 280px;
  }
  .section-title h2 {
    font-size: 4.8rem;
  }
  .section-subtitle{
    margin-bottom: 10px;
  }
}
/*=======================================================

経営理念

=======================================================*/
.section-philosophy{
  margin-bottom: 60px; 
}
.section-philosophy__item-title {
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.section-philosophy__item-title span{
  display: block;
  font-size: 2.4rem;
  padding: 15px 0;
}

.section-philosophy__item-description{
  text-align: center;
}
.section-philosophy__item-description ol{
  display: inline-block;
  text-align: left;
  list-style: none;
  line-height: 2rem;
}
@media(min-width:800px){
  .section-philosophy{
    margin-top: 400px;
  }
  .section-philosophy__item-title{
    font-size: 2.4rem;
  }
  .section-philosophy__item-title span{
    display: inline;
  }
  .section-philosophy__item-description ol{
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
/*=======================================================

採用情報

=======================================================*/
.section-recruit{
  margin-bottom: 60px;
}
.section-recruit__image{
  position: relative;
  background-image: url("../image/top/pc/top_recruit.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat:no-repeat;
  padding: 40px 0 40px;
  margin-bottom: 20px;
}
.section-recruit__message{
  font-size: 2.4rem;
  color: #f6f6f6;
  margin: 0 auto 40px auto;
}
.section-recruit__image a{
  display: none;
}
.section-recruit__description{
  color: #f6f6f6;
  margin: 0 auto ;
}
@media(min-width:800px){
  .section-recruit a img{
    display: none;
  }
  .section-recruit__image{
    background-image: url("../image/top/pc/top_recruit.jpg");
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 10px;
    margin: 0;
  }
  .section-recruit__message{
    font-size: 3rem;
    margin-top: 60px;
  }
  .section-recruit__description{
    line-height: 2.4rem;
    margin-bottom: 40px;
  }
  .section-recruit__image a{
    display: inline-block;
  }
  .section-recruit__button-pc{
    background-image: url("../image/top/pc/top_button.png");
    width: 200px;
    height: 50px;
  }
}
/*=======================================================

お問合せ

=======================================================*/
.section-inquiry{
 padding-bottom: 60px;
}
.section-inquiry__image{
  background-image: url("../image/top/pc/top_inquiry.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat:no-repeat;
  padding: 10px 0 10px;
  max-width: 300px;
  height: 140px;
  margin: 0 auto;
}
.section-inquiry__information{
  text-align: left;
  color: #f6f6f6;
  margin-left: 20px; 
}
.section-inquiry__description{
  margin-bottom: 20px;
}
.section-inquiry__information a {
  color: #f6f6f6;
}
.section-inquiry__tel{
  font-size: 1.8rem;
  padding-bottom: 10px;
}
.section-inquiry__fax{
  font-size: 1.8rem;
  border-bottom: solid 1px #f6f6f6;
  width: 150px;
}
@media(min-width:800px){
  .section-inquiry__image{
    background-image: url("../image/top/pc/top_inquiry.jpg");
    background-position: center;
    max-width: 600px;
    height: 250px;
    padding: 0;
  }
  .section-inquiry__information{
    line-height:1.5;
    padding: 50px 0 0 60px;
    margin: 0;
  }
  .section-inquiry__tel{
    font-size: 2.4rem;
  }
  .section-inquiry__fax{
    border-bottom: solid 2px #f6f6f6;
    font-size: 2.4rem;
    width: 200px;
  }
}

