@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 476px;
  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: 45%;
  left:50%;
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-45%) translateY(50%);
  -webkit- transform:translateX(-45%) translateY(50%);
  z-index: 11;
}
#keyview h2 span{
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview h2 span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}
#keyview h2 span::after{
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}


/*concept*/
#cont_concept{
  width: 100%;
}
.concept_head{
  position: relative;
  background-color: #0086FF;
  width: 100%;
  padding: 210px 0 250px;
}
.concept_head::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background:url(../images/company_icon01.png)no-repeat;
  background-size: 100%;
  width: 100%;
  height: 205px;
  min-width: 1366px;
}
.concept_head h3{
  font-size: 56px;
  line-height: 58px;
  font-family: "Noto Serif JP";
  color: #FFF;
  text-align: center;
}
.concept_separate{
  background-color: #FAFAF7;
  width: 100%;
  height: 453px;
  overflow: hidden;
}
.concept_img{
  width: 50%;
  height: 453px;
  overflow: hidden;
  float: left;
}
.concept_img img{
  width: 100%;
  min-width: 683px;
  height: auto;
}
.concept_txt{
  width: 50%;
  height: 453px;
  float: right;
}
.concept_txt p{
  width: 550px;
  margin: 140px 0 0 30px;
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B;
}


/* cont_reason */
#cont_reason{
  clear: both;
  width: 100%;
}
.reason_box{
  width: 1200px;
  margin: 100px auto 160px;
}
.reason_box h3{
  font-size: 48px;
  line-height: 50px;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.reason_box ul{
  display: flex;
  width: 100%;
  margin: 60px 0 60px;
}
.reason_box li{
  position: relative;
  width: 390px;
  margin-left: 45px;
  padding-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.reason_box li:first-child{
  margin-left: 0px;
}
.reason_box li::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: #FFD100;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.reason_box li::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: #FFD100;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.reason_box li h4{
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B;
  text-align: center;
}
.reason_list_img{
  position: relative;
  width: 100%;
  height: 60px;
  padding: 40px 0 20px;
}
.reason_list_img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD100;
  width: 256px;
  height: 20px;
}
.reason_list_img img{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
}
.reason_box p{
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.br_p{
  display: block;
  margin: 1em auto 1em;
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B;
}

/* cont_info */
#cont_info{
  width: 100%;
  background-color: #F5F5F5;
  padding: 100px 0 160px;
}
.info_box{
  position: relative;
  width: 1366px;
  margin: 0 auto;
}
.info_head{
  position: absolute;
  top: 0;
  left: 83px;
}
.info_head h3{
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size:48px;
  line-height: 1em;
  color: #0000FF;
}
.info_detail{
  background-color: #FFF;
  width: 100%;
  margin: 0px 0 0 331px;
  padding: 30px 0 0 30px;
}
.info_detail_img{
  width: 885px;
}
.info_detail_img img{
  width: 100%;
}
.info_detail ul{
  width: 885px;
  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;
}
.info_detail h4{
  width: 140px;
  margin-left: 5px;
  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;
}
.table_last{
  margin-left: 1em;
}
.info_detail p span{
  color: #2B2B2B;
  font-size: 20px;
  line-height: 24px;
  font-weight:300;
}
.info_detail a{
  display: inline-block;
  color: #2B2B2B;
  font-size: 20px;
  line-height: 24px;
  font-weight:300;
  text-decoration: none;
}
.info_contact{
  position: relative;
  margin-left: 1em;
  display: inline-block;
  color: #0056B3!important;
  font-size: 20px;
  line-height: 24px;
  font-weight:300;
  text-decoration: underline;
}
.info_contact:hover {
  text-decoration:underline;
}

/*cont_motto*/
#cont_motto{
  position: relative;
  background: url(../images/company_img_motto.jpg)no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 100%;
  height: 818px;
  min-width: 1366px;
}
#cont_motto p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 48px;
  line-height: 1em;
  color: #0000FF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  text-shadow:
  2px 0 0 #FFF, -2px 0 0 #FFF,
  0 -2px 0 #FFF, 0 2px 0 #FFF,
  2px 2px 0 #FFF, -2px 2px 0 #FFF,
  2px -2px 0 #FFF, -2px -2px 0 #FFF;
  text-align: center;
  white-space: nowrap;
}

/*スマホ*/
@media (max-width: 767px){
  #keyview{
    width: 100%;
    height: 395px;
  }
  .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    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: 40%;
    left:50%;
    font-size: 32px;
    line-height: 1.5em;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 60;
  }
  #keyview h2 span{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview h2 span::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 15px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }
  #keyview h2 span::after{
    content: '';
    position: absolute;
    top: 13px;
    right: 15px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }

  /*concept*/
  #cont_concept{
    width: 100%;
  }
  .concept_head{
    position: relative;
    background-color: #0086FF;
    width: 100%;
    padding: 135px 0 160px;
  }
  .concept_head::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    background:url(../images/company_icon01.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100px;
    min-width: 768px;
  }
  .concept_head h3{
    width: 340px;
    margin: 0 auto;
    font-family: "Noto Serif JP";
    font-size: 28px;
    line-height: 1.5em;
    color: #FFF;
    text-align: center;
  }
  .concept_separate{
    background-color: #FAFAF7;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .concept_img{
    width: 100%;
    height: auto;
    float: none;
  }
  .concept_img img{
    width: 100%;
    min-width: auto;
    height: auto;
  }
  .concept_txt{
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
    float: none;
  }
  .concept_txt p{
    width: 100%;
    margin: 35px 0 35px 0px;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }

  /* cont_reason */
  #cont_reason{
    clear: both;
    width: 100%;
  }
  .reason_box{
    width: calc(100% - 20px);
    margin: 50px auto 80px;
  }
  .reason_box h3{
    width: 290px;
    font-size: 28px;
    line-height: 34px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  .reason_box ul{
    display: block;
    width: 100%;
    margin: 30px 0 60px;
  }
  .reason_box li{
    position: relative;
    width: calc(100% - 15px);
    margin: 25px auto 0;
    padding-bottom: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .reason_box li:first-child{
    margin: 0px auto 0;
  }
  .reason_box li::before{
    content: '';
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translateX(-50%) translateY(-107%);
    background-color: #FFD100;
    width: 20px;
    height: 20px;
    border-radius: 15px;
  }
  .reason_box li::after{
    display: none;
  }
  .reason_box li h4{
    font-size: 18px;
    line-height: 1.5em;
    color: #2B2B2B;
    text-align: center;
  }
  .reason_list_img{
    position: relative;
    width: 100%;
    height: 60px;
    padding: 30px 0 10px;
  }
  .reason_list_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFD100;
    width: 128px;
    height: 15px;
  }
  .reason_list_img img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }
  .reason_box p{
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .reason_box p span{
    display: block;
    margin: 1em auto 1em;
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }




  /* cont_info */
  #cont_info{
    width: 100%;
    background-color: #F5F5F5;
    padding: 50px 0 70px;
  }
  .info_box{
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .info_head{
    position: static;
    top: 0;
    left: 0;
  }
  .info_head h3{
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:28px;
    line-height: 1em;
    color: #0000FF;
    text-align: center;
  }
  .info_detail{
    background-color: #FFF;
    width: calc(100% - 20px);
    margin: 30px auto 0px;
    padding: 15px 0 30px 0px;
  }
  .info_detail_img{
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .info_detail_img img{
    width: 100%;
  }
  .info_detail ul{
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 35px 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;
  }
  .info_contact{
    position: relative;
    margin-left: 0;
    color: #FF4500;
    font-size: 16px;
    line-height: 20px;
    font-weight:300;
    display: block;
    text-decoration: none;
  }
  .info_contact:hover {
    text-decoration:underline;
  }

  /*cont_motto*/
  #cont_motto{
    position: relative;
    background: url(../images/company_img_motto.jpg)no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 500px;
    min-width: 1000px;
  }
  #cont_motto p{
    position: absolute;
    top: 50%;
    left: 19%;
    width: 170px;
    font-size: 24px;
    line-height: 50px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
    text-align: center;
    white-space: normal;
  }

}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -40%;
    left: -50%;
  }
  #keyview h2{
    font-size: 32px;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 40%;
    left:50%;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 1;
  }

  .info_detail li:last-child p{
    margin-left: 0em;
  }
  .reason_box h3{
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
  }
  #cont_motto p{
    position: absolute;
    top: 50%;
    left: 35%;
    width: 170px;
    font-size: 24px;
    line-height: 50px;
    color: #0000FF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    text-shadow:
    2px 0 0 #FFF, -2px 0 0 #FFF,
    0 -2px 0 #FFF, 0 2px 0 #FFF,
    2px 2px 0 #FFF, -2px 2px 0 #FFF,
    2px -2px 0 #FFF, -2px -2px 0 #FFF;
    text-align: center;
    white-space: normal;
  }

}
