@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
#keyview{
  width: 100%;
  position: relative;
  height: 434px;
}
.bg_keyview{
  width: 100%;
  height: 434px;
  position: relative;
  overflow: hidden;
}
.bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 184px;
  left:30px;
  width: 300px;
  background-color: #00008B;
  font-size: 48px;
  line-height: 90px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview p{
  position: absolute;
  top: 284px;
  left:30px;
  width: 171px;
  background-color: #00008B;
  font-size: 22px;
  line-height: 52px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}


/*concept*/
#cont_philosophy{
  width: 100%;
}
.philosophy_separate{
  background-color: #F2F2F2;
  width: 100%;
  height: 566px;
  overflow: hidden;
}
.philosophy_img{
  width: 50%;
  height: 566px;
  overflow: hidden;
  float: right;
}
.philosophy_img img{
  width: 100%;
  min-width: 683px;
  height: auto;
}
.philosophy_txt{
  position: relative;
  width: 50%;
  height: 566px;
  float: left;
}
.philosophy_box{
  position: absolute;
  top: 170px;
  right: 30px;
  width: 570px;
}
.philosophy_txt h3{
  position: relative;
  padding-left: 46px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-size:36px;
  line-height: 1em;
  color: #2F3A8F;
}
.philosophy_txt h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  background-color: #2F3A8F;
  width: 36px;
  height: 2px;
}
.philosophy_txt h3::after{
  content: '';
  position: absolute;
  top: -45px;
  left: 0;
  background: url(../images/philosophy.png)no-repeat;
  width: 310px;
  height: 40px;
}
.philosophy_txt p{
  margin: 60px 0 0 0px;
  font-size: 18px;
  line-height: 1.5em;
  color: #2B2B2B;
}


/* cont_simple*/
#cont_simple{
  clear: both;
  overflow: hidden;
  width: 1200px;
  margin: 160px auto 160px;
}
.simple_img{
  float: left;
  width: 512px;
}
.simple_img img{
  width: 100%;
}
.simple_txt{
  float: right;
  width: 622px;
  padding-left: 66px;
}
.simple_txt p{
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.simple_txt p:last-child{
  margin-bottom: 0;
}

/* cont_info */
#cont_info{
  width: 100%;
  background-color: #FAFAFA;
  padding: 160px 0 160px;
}
.info_detail{
  background-color: #FFF;
  width: 1080px;
  margin: 0px auto 0;
  padding: 70px 60px 60px;
}
.info_detail h3{
  position: relative;
  padding-left: 46px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-size:36px;
  line-height: 1em;
  color: #2F3A8F;
}
.info_detail h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  background-color: #2F3A8F;
  width: 36px;
  height: 2px;
}
.info_detail h3::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform:translateY(-50%);
  background: url(../images/profile.png)no-repeat;
  width: 330px;
  height: 40px;
}
.info_detail ul{
  width: 100%;
  padding: 60px 0;
}
.info_detail li{
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  padding: 35px 0 35px;
}
.info_detail li:first-child{
  border-top: 1px solid #CCCCCC;
}
.info_detail h4{
  width: 190px;
  margin-left: 0;
  color: #2B2B2B;
  font-size: 18px;
  line-height: 24px;
  font-weight:300;
}
.info_detail p{
  color: #2B2B2B;
  font-size: 18px;
  line-height: 24px;
  font-weight:300;
}
#g_map{
  width: 100%;
  height: 600px;
}

#g_map iframe{
  width: 100%;
}

/*cont_recruit*/
#cont_recruit{
  position: relative;
  width: 100%;
  background: url(../images/company_img_bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 768px;
  overflow: hidden;
  scroll-margin-top:100px;
}
#cont_recruit::before{
  content: '';
  position: absolute;
  top: 30px;
  right: 19px;
  background: url(../images/recruit.png)no-repeat;
  background-size: cover;
  width: 65px;
  height: 242px;
}
.recruit_box{
  position: relative;
  width: 1200px;
  height: 768px;
  margin: 0 auto;
}
.recruit_txt{
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  width: 698px;
  padding: 70px 60px 60px;
  margin: 0px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.recruit_txt h3{
  position: relative;
  padding-left: 46px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-size:36px;
  line-height: 1em;
  color: #2F3A8F;
}
.recruit_txt h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  background-color: #2F3A8F;
  width: 36px;
  height: 2px;
}
.recruit_txt p{
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5em;
  color: #222222;
}

/*cont_point*/
#cont_point{
  width: 1200px;
  margin: 0 auto;
  padding: 170px 0 160px;
}
.point_head{
  width: 100%;
}
.point_head h3{
  position: relative;
  padding-left: 46px;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-size:36px;
  line-height: 1em;
  color: #2F3A8F;
}
.point_head h3::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform:translateY(-50%);
  background-color: #2F3A8F;
  width: 36px;
  height: 2px;
}
.point_head h3::after{
  content: '';
  position: absolute;
  top: -107px;
  left: 0px;
  background: url(../images/point.png)no-repeat;
  background-size: cover;
  width: 167px;
  height: 65px;
}
.point_head p{
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5em;
  color: #222222;
}
.point_list{
  width: 100%;
  margin-top: 60px;
}
.point_list ul{
  display: flex;
  gap:30px;
}
.point_list li{
  width: 318px;
  padding: 30px;
  border: 1px solid #DDDDDD;
}
.point_list li h4{
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #00008B;
}
.point_list li p{
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}
.point_list_img{
  width: 100%;
  margin: 30px 0 30px;
}
.point_list_img img{
  width: 100%;
}
.point_list li:nth-child(2) .point_list_img{
  margin-top: 3.5em;
}
#company_bg{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#company_bg img{
  width: 100%;
}

/*cont_recruitdetail*/
#cont_recruitdetail{
  width: 100%;
  background-color: #F2F2F2;
  padding: 160px 0 160px;
}
.recruitdetail_detail{
  background-color: #FFF;
  width: 1080px;
  margin: 0px auto 0;
  padding: 70px 60px 160px;
}
.recruitdetail_detail h3{
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size:36px;
  line-height: 1em;
  color: #2F3A8F;
}
.recruitdetail_detail h3::before{
  display: none;
}
.recruitdetail_detail h3::after{
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform:translateX(-50%);
  background: url(../images/recruit_detail.png)no-repeat;
  width: 284px;
  height: 28px;
}
.recruitdetail_detail ul{
  width: 100%;
  padding: 80px 0 160px;
}
.recruitdetail_detail li{
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  padding: 35px 0 35px;
}
.recruitdetail_detail li:first-child{
  border-top: 1px solid #CCCCCC;
}
.recruitdetail_detail h4{
  flex: 0 0 210px;
  width: 210px;
  margin-left: 0;
  color: #2B2B2B;
  font-size: 18px;
  line-height: 24px;
  font-weight:300;
}
.recruitdetail_detail p{
  color: #2B2B2B;
  font-size: 18px;
  line-height: 24px;
  font-weight:300;
}
.btn_company{
  position: relative;
  border: 2px solid #00008B;
  background-color:#00008B;
  width: 508px;
  height: 96px;
  margin: 0 auto;
}
.btn_company a{
  display: block;
  color:#FFF;
  width: 508px;
  font-size:18px;
  font-weight: 400;
  line-height: 96px;
  text-align: center;
  text-decoration: none;
}
.btn_company:hover{
  background-color:#000;
  border: 2px solid #000;
}


/*スマホ*/
@media (max-width: 767px){

  .br_pc{
    display: none;
  }

  #keyview{
    width: 100%;
    height: 395px;
  }
  .bg_keyview{
    position: relative;
    width: 100%;
    height: 395px;
    overflow: hidden;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top:-10%;
    left: -100%;
  }
  #keyview h2{
    position: absolute;
    top: 184px;
    left:10px;
    width: 150px;
    background-color: #00008B;
    font-size: 24px;
    line-height: 45px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview p{
    position: absolute;
    top: 234px;
    left:10px;
    width: 85px;
    background-color: #00008B;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }

  /*concept*/
  #cont_philosophy{
    width: 100%;
  }
  .philosophy_separate{
    background-color: #F2F2F2;
    width: 100%;
    padding-bottom: 80px;
    height: auto;
    overflow: hidden;
  }
  .philosophy_img{
    width: calc(100% - 20px);
    margin: 10px auto 80px;
    height: auto;
    overflow: hidden;
    float: none;
  }
  .philosophy_img img{
    width: 100%;
    min-width: auto;
    height: auto;
  }
  .philosophy_txt{
    position: static;
    width: calc(100% - 20px) ;
    margin: 0 auto;
    height: auto;
    float: none;
  }
  .philosophy_box{
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }
  .philosophy_txt h3{
    position: relative;
    padding-left: 23px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 700;
    font-size:22px;
    line-height: 1em;
    color: #2F3A8F;
  }
  .philosophy_txt h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    background-color: #2F3A8F;
    width: 18px;
    height: 2px;
  }
  .philosophy_txt h3::after{
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    background: url(../images/philosophy.png)no-repeat;
    background-size: cover;
    width: 155px;
    height: 20px;
  }
  .philosophy_txt p{
    margin: 30px 0 0 0px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  /* cont_simple*/
  #cont_simple{
    clear: both;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 80px auto 80px;
  }
  .simple_img{
    float: none;
    width: 100%;
  }
  .simple_img img{
    width: 100%;
  }
  .simple_txt{
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .simple_txt p{
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .simple_txt p:last-child{
    margin-bottom: 0;
  }
  /* cont_info */
  #cont_info{
    width: 100%;
    background-color: #FAFAFA;
    padding: 80px 0 80px;
  }
  .info_detail{
    background-color: #FFF;
    width: calc(100% - 40px);
    margin: 0px auto 0px;
    padding: 30px 10px 10px;
  }
  .info_detail h3{
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    font-size:24px;
    line-height: 1em;
    color: #2F3A8F;
  }
  .info_detail h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    background-color: #2F3A8F;
    width: 18px;
    height: 2px;
  }
  .info_detail h3::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform:translateY(-50%);
    background: url(../images/profile.png)no-repeat;
    background-size: cover;
    width: 165px;
    height: 20px;
  }
  .info_detail ul{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .info_detail li{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    padding: 20px 0 20px;
  }
  .info_detail li:first-child{
    border-top: 1px solid #CCCCCC;
  }
  .table_last{
    margin-left: 0em;
  }
  .info_detail h4{
    margin-left: 5px;
    width: 100px;
    flex-shrink: 0;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 24px;
    font-weight:300;
  }
  .info_detail p{
    color: #2B2B2B;
    font-size: 16px;
    line-height: 20px;
    font-weight:300;
  }
  .info_detail p span{
    display: block;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 20px;
    font-weight:300;
  }
  .info_detail a{
    display: inline-block;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 20px;
    font-weight:300;
  }
  #g_map{
    width: 100%;
    height: 600px;
  }
  #g_map iframe{
    width: 100%;
  }
  /*cont_recruit*/
  #cont_recruit{
    width: 100%;
    background: url(../images/company_img_bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 768px;
    overflow: hidden;
  }
  #cont_recruit::before{
    content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../images/recruit.png)no-repeat;
    background-size: cover;
    width: 32px;
    height: 121px;
  }
  .recruit_box{
    position: relative;
    width: 100%;;
    height: auto;
    margin: 0 auto;
  }
  .recruit_txt{
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0%);
    width: calc(100% - 40px);
    padding: 30px 10px 30px;
    margin: 350px auto 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .recruit_txt h3{
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    font-size:24px;
    line-height: 1em;
    color: #2F3A8F;
  }
  .recruit_txt h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    background-color: #2F3A8F;
    width: 18px;
    height: 2px;
  }
  .recruit_txt p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.5em;
    color: #222222;
  }
  /*cont_point*/
  #cont_point{
    width: calc(100% - 20px);
    margin: 0 auto 0;
    padding: 80px 0 80px;
  }
  .point_head{
    width: 100%;
  }
  .point_head h3{
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 700;
    font-size:24px;
    line-height: 1em;
    color: #2F3A8F;
  }
  .point_head h3::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform:translateY(-50%);
    background-color: #2F3A8F;
    width: 18px;
    height: 2px;
  }
  .point_head h3::after{
    content: '';
    position: absolute;
    top: -50px;
    left: 0px;
    background: url(../images/point.png)no-repeat;
    background-size: cover;
    width: 83px;
    height: 32px;
  }
  .point_head p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5em;
    color: #222222;
  }
  .point_list{
    width: 100%;
    margin-top: 30px;
  }
  .point_list ul{
    display: block;
    gap:0;
  }
  .point_list li{
    width: calc(100% - 20px);
    margin-bottom: 15px;
    padding: 30px 10px 30px;
    border: 1px solid #DDDDDD;
  }
  .point_list li h4{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    color: #00008B;
  }
  .point_list li p{
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .point_list_img{
    width: 100%;
    margin: 25px 0 25px;
  }
  .point_list_img img{
    width: 100%;
  }
  .point_list li:nth-child(2) .point_list_img{
    margin-top: 25px;
  }
  .point_list li:last-child{
    margin-bottom: 0;
  }
  #company_bg{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #company_bg img{
    position: absolute;
    left: 35%;
    transform:translateX(-35%);
    width: auto;
    height: 100%
  }

  /*cont_recruitdetail*/
  #cont_recruitdetail{
    width: 100%;
    background-color: #F2F2F2;
    padding: 80px 0 80px;
  }
  .recruitdetail_detail{
    width: calc(100% - 40px);
    margin: 0px auto 0px;
    padding: 30px 10px 80px;
    background-color: #FFF;
  }
  .recruitdetail_detail h3{
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size:24px;
    line-height: 1em;
    color: #2F3A8F;
  }
  .recruitdetail_detail h3::after{
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    transform:translateX(-50%);
    background: url(../images/recruit_detail.png)no-repeat;
    background-size: cover;
    width: 190px;
    height: 20px;
  }
  .recruitdetail_detail ul{
    width: 100%;
    padding: 70px 0 80px;
  }
  .recruitdetail_detail li{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    padding: 20px 0 20px;
  }
  .recruitdetail_detail li:first-child{
    border-top: 1px solid #CCCCCC;
  }
  .recruitdetail_detail h4{
    flex: 0 0 120px;
    width: 120px;
    margin-left: 0;
    color: #2B2B2B;
    font-size: 18px;
    line-height: 24px;
    font-weight:300;
  }
  .recruitdetail_detail p{
    color: #2B2B2B;
    font-size: 18px;
    line-height: 24px;
    font-weight:300;
  }
  .btn_company{
    position: relative;
    border: 2px solid #00008B;
    background-color:#00008B;
    width: 100%;
    height: 96px;
    margin: 0 auto;
  }
  .btn_company a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:18px;
    font-weight: 400;
    line-height: 96px;
    text-align: center;
    text-decoration: none;
  }
  .btn_company:hover{
    background-color:#000;
    border: 2px solid #000;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -10%;
    left: -70%;
  }
  #keyview h2{
    position: absolute;
    top: 154px;
    left:10px;
    width: 150px;
    background-color: #00008B;
    font-size: 24px;
    line-height: 45px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview p{
    position: absolute;
    top: 204px;
    left:10px;
    width: 85px;
    background-color: #00008B;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }

}
