/*------------------------------------------------------
Company配下 共通
------------------------------------------------------*/

.company_wrap{
  width: 1400px;
  max-width: 80%;
  margin: 100px auto 144px;
}

.company_ttl{
  margin-bottom: 72px;
}

.company_ttl h1{
  font-size: 64px;
  line-height: 6.4rem;
  margin-bottom: 16px;
  letter-spacing: 0.4rem;
}

.company_ttl p{
  font-size: 18px;
  font-weight: 300;
  color: #333;
}


/*---------- sp ----------*/

@media (max-width: 899px){

  .company_wrap{
    width: 90%;
    max-width: 90%;
    margin: 72px auto;
  }

  .company_ttl{
    margin-bottom: 56px;
  }

  .company_ttl h1{
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }

  .company_ttl p{
    font-size: 18px;
    font-weight: 500;
    color: #777;
  }
}





/*------------------------------------------------------
Company TOP
------------------------------------------------------*/

.company_text{
  margin-bottom: 96px;
}

.company_list ul{
  display: grid;
  grid-gap: 1.6rem;
  grid-template-rows: 1;
  grid-template-columns: repeat(5,1fr);
}

.company_list ul li{
  /*background-color: #0a2f41;*/
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.company_list ul li:hover{
  opacity: 0.6;
}

.company_list_item{
  align-items: center;
  display: flex;
  height: 10rem;
  justify-content: space-between;
  position: relative;
  width: 100%;
  border: solid #999 1px;
}

.company_list_item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: auto 0;
  font-weight: 700;
}


/*btnお試し*/
.company_list_02{
  width: 100%;
}

.company_list_02 ul{
  display: block;
  width: 100%;
  text-align: center;
}

.company_list_02 ul li{ 
  display: inline-block;
  margin: 0 4px 16px 0px;
}

.index_btn_02 .index_btn_a, 
.index_btn_02 a.index_btn_a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 3.7rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #999;
  border-radius: 0.5rem;
}

.index_btn_02 a.index_btn_svg {
  font-weight: 400;
  line-height: 94px;
  width: 224px;
  height: 94px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.index_btn_02 .index_btn_svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index_btn_02 .index_btn_svg svg rect {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  stroke: #333;
  stroke-width: 1px;
  stroke-dasharray: 290px, 20px;
  stroke-dashoffset: 160px;
}

.index_btn_02 .index_btn_svg:hover svg rect {
  stroke-dashoffset: 470px;
}

a.index_btn_svg span {
  color: #333;
}


/*---------- sp ----------*/

@media (max-width: 899px){
  .company_text{
    font-size: 16px;
    margin-bottom: 72px;
  }

  .company_list ul{
    display: block;
    font-size: 1.6rem;
  }

  .company_list ul li{
    /*background-color: #0a2f41;*/
    background-color: #444;
    width: 80%;
    max-width: 400px;
    margin: 0 auto 16px;
  }

  .company_list ul li:hover{
    opacity: 0.8;
  }

  .company_list_item{
    align-items: center;
    display: flex;
    height: 10rem;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .company_list_item a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: auto 0;
  }

  /*btnお試し*/
  .company_list_02{
    width: 100%;
  }

  .company_list_02 ul{
    display: block;
    justify-content: space-between;
    text-align: center;
  }

  .company_list_02 ul li{ 
    display: inline-block;
    margin-bottom: 24px;
  }

  .index_btn_02 .index_btn_a, 
  .index_btn_02 a.index_btn_a {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6rem;
    position: relative;
    display: inline-block;
    padding: 3.7rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #999;
    border-radius: 0.5rem;
  }

  .index_btn_02 a.index_btn_svg {
    font-weight: 400;
    line-height: 94px;
    width: 224px;
    height: 94px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
  }

  .index_btn_02 .index_btn_svg svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .index_btn_02 .index_btn_svg svg rect {
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    stroke: #333;
    stroke-width: 1px;
    stroke-dasharray: 290px, 20px;
    stroke-dashoffset: 160px;
  }

  .index_btn_02 .index_btn_svg:hover svg rect {
    stroke-dashoffset: 470px;
  }

  a.index_btn_svg span {
    color: #333;
  }
}





/*------------------------------------------------------
会社概要
------------------------------------------------------*/

.about_container{
  width: 100%;
  padding: 40px 64px;
  /*background-color: #f8f7f5;*/
  /*background-color: #f5f8fa;*/
  /*border-radius: 8px;*/
}

.about_container table{
  width: 100%;
  line-height: 30px;
}

.about_container table tr{
  border-bottom: solid 1px #999;
}

.about_container table tr th{
  padding: 32px 56px;
  vertical-align: top;
  text-align: left;
  width: 30%;
}

.about_container table tr td{
  padding: 32px 56px 32px 0;
  vertical-align: top;
  text-align: left;
  width: 70%;
}

.about_container table tr td span a{
  margin-left: 4px;
  padding-bottom: 2px;
  border-bottom: solid 1px #999;
  transition: opacity 0.3s ease;
}

.about_container table tr td span a:hover{
  opacity: 0.6;
}

.about_award li::before{
  content: "●";
  padding-right: 4px;
  font-size: 14px;
}


/*---------- sp ----------*/

@media (max-width: 899px){
  .about_container{
    width: 100%;
    padding: 0 0 40px 0;
    border-radius: 8px;
    font-size: 16px;
  }

  .about_container table,
  .about_container table tr,
  .about_container table tr th,
  .about_container table tr td{
    display: block;
    width: 100%;
    line-height:  24px;
  }

  .about_container table tr{
    border-bottom: none;
  }

  .about_container table tr th{
    padding: 24px 8px 0;
    vertical-align: top;
    text-align: left;
    width: 100%;
    color: #666;
  }

  .about_container table tr td{
    padding: 8px 8px 24px;
    vertical-align: top;
    text-align: left;
    width: 100%;
    border-bottom: solid #999 1px;
  }

  .about_container table tr td span a{
    margin-left: 0;
    padding-bottom: 2px;
    border-bottom: solid 1px #999;
    transition: none;
  }

  .about_award li::before{
    content: "●";
    padding-right: 4px;
    font-size: 14px;
  }
}





/*------------------------------------------------------
社長メッセージ
------------------------------------------------------*/

.message_ttl{
  width: 1400px;
  max-width: 80%;
  margin: 100px auto 72px;
}

.message_ttl h1{
  font-size: 64px;
  line-height: 6.4rem;
  margin-bottom: 16px;
}

.message_ttl p{
  font-size: 18px;
  font-weight: 300;
  color: #333;
}

.message_mv{
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
}

.message_mv h2{
  font-size: 48px;
  line-height: 92px;
  margin-top: 18%;
  text-shadow: 0 0 16px #333;
}

.message_mv img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: -1;
}

.message_wrap{
  width: 1400px;
  max-width: 80%;
  margin: 80px auto 144px;
}

.message_cont{
  margin-bottom: 124px;
}

.message_cont_text h3,
.message_cont h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.message_cont.center .message_cont_text h3{
  text-align: center;
  margin-bottom: 40px;
}

.message_cont_text{
  width: 1080px;
  max-width: 80%;
}

.message_cont.center .message_cont_text{
  margin: 0 auto;
}

.message_cont_text p,
.message_1st p,
.message_2nd p{
  margin-bottom: 16px;
}

.message_cont.fl_left img{
  width: 80%;
  max-width: 1120px;
  margin-bottom: 8px;
}

.cap{
  font-size: 12px;
  line-height: 20px;
  padding-left: 4px;
}

.message_cont.fl_left .cap{
  width: 80%;
  max-width: 1120px;
}

.message_cont.flex{
  display: flex;
}

.message_1st,
.message_2nd{
  width: 48%;
}

.message_2nd.img{
  margin: auto 0;
}

.message_cont.fl_right .message_cont_text{
  margin-left: auto;
}

.message_1st{
  margin-right: 4%;
}

.message_1st.img{
  margin: auto 4% auto 0;
}

.message_cont.fl_right img{
  width: 80%;
  max-width: 1120px;
  margin-left: auto;
}

/*---------- sp ----------*/

@media (max-width: 899px){
  .message_ttl{
    width: 90%;
    max-width: 90%;
    margin: 72px auto;
  }

  .message_ttl h1{
    font-size: 56px;
    line-height: 5.6rem;
    margin-bottom: 12px;
  }

  .message_ttl p{
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }

  .message_mv{
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .message_mv h2{
    font-size: 20px;
    line-height: 38px;
  }

  .message_mv img{
    object-fit: cover;
    object-position: 60% top;
  }

  .message_wrap{
    width: 90%;
    max-width: 90%;
    margin: 72px auto;
  }

  .message_cont{
    margin-bottom: 64px;
    font-size: 14px;
  }

  .message_cont h2{
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 56px;
  }

  .message_cont_text h3,
  .message_cont h3{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .message_cont.center .message_cont_text h3{
    text-align: center;
    margin-bottom: 40px;
  }

  .message_cont_text{
    width: 100%;
    max-width: 100%;
  }

  .message_cont.center .message_cont_text{
    margin: 0 auto;
  }

  .message_cont_text p,
  .message_1st p,
  .message_2nd p{
    margin-bottom: 16px;
  }

  .message_cont.fl_left img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .message_cont.fl_right img{
    width: 100%;
    max-width: 100%;
  }

  .message_cont.fl_right .message_cont_text{
    margin-left: 0;
  }

  .cap{
    font-size: 12px;
    line-height: 20px;
    padding-left: 4px;
  }

  .message_cont.fl_left .cap{
    width: 100%;
    max-width: 100%;
  }

  .message_cont.flex{
    display: block;
  }

  .message_1st,
  .message_2nd{
    width: 100%;
  }

  .message_1st{
    margin-right: 0;
  }

  .message_1st.text{
    margin-bottom: 40px;
  }

  .message_1st.img{
    margin-bottom: 64px;
  }

  .message_cont.message_cont.fl_right img{
    margin-left: 0;
  }
}





/*------------------------------------------------------
Philosophy
------------------------------------------------------*/
.philo_wrap{
  width: 100%;
}

.philo_item{
  margin-bottom: 72px;
}

.philo_item h2{
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 32px;
}

.philo_item h2 span{
  font-size: 20px;
}

.philo_item h3{
  font-size: 24px;
  margin-bottom: 32px;
}

.philo_item h3::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #333;
  border-radius: 4px;
  margin: 2px 8px 2px 0;
}

.philo_item h4{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.philo_item ul{
  margin-top: 24px;
}

.philo_item ul li{
  margin-bottom: 8px;
}

.philo_item ul li span{
  font-weight: 600;
}


/*---------- sp ----------*/

@media (max-width: 899px){
  .philo_wrap{
    width: 100%;
  }
  
  .philo_item{
    margin-bottom: 64px;
  }
  
  .philo_item h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    color: #333;
    margin-bottom: 24px;
  }
  
  .philo_item h2 span{
    font-size: 18px;
  }
  
  .philo_item h3{
    font-size: 28px;
    color: #666;
    margin-bottom: 24px;
  }
  
  .philo_item h3::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #666;
    border-radius: 4px;
    margin: 3px 6px 3px 0;
  }
  
  .philo_item h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  .philo_item ul{
    margin-top: 24px;
  }
  
  .philo_item ul li{
    margin-bottom: 8px;
  }
  
  .philo_item ul li span{
    font-weight: 600;
  }
}





/*------------------------------------------------------
沿革
------------------------------------------------------*/

.hist_cont{
  font-size: 14px;
  width: 76%;
  margin-left: auto;
}

.hist_cont ul{
  border-left: solid #999 1px;
  padding: 48px 0;
}

.hist_cont ul li{
  display: flex;
  margin: 0 0 40px 80px;
  position: relative;
}

.hist_cont ul li:nth-last-child(1){
  margin: 0 0 0 80px;
}

.hist_cont ul li::before{
  content: "●";
  position: absolute;
  left: -87px;
  top: 0;
  color: #999;
}

.hist_date{
  display: inline-block;
  width: 12%;
  color: #999;
  margin-right: 16px;
}

.hist_tag{
  display: inline-block;
  width: 120px;
  min-width: 120px;
  height: 26px;
  border: #999 solid 1px;
  text-align: center;
  margin-right: 24px;
  color: #333;
}

.hist_text{
  width: 56%;
}


/*---------- sp ----------*/

@media (max-width: 899px){
    .hist_cont{
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }

  .hist_cont ul{
    border-left: solid #999 1px;
    padding: 32px 0;
  }

  .hist_cont ul li{
    display: block;
    margin: 0 0 32px 64px;
    position: relative;
  }

  .hist_cont ul li:nth-last-child(1){
    margin: 0 0 0 64px;
  }

  .hist_cont ul li::before{
    content: "●";
    position: absolute;
    left: -71px;
    top: 0;
    color: #999;
  }

  .hist_date{
    color: #999;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }

  .hist_tag{
    display: inline-block;
    width: 120px;
    min-width: 120px;
    height: 26px;
    border: #999 solid 1px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
    padding-top: 0;
    color: #333;
  }

  .hist_text{
    width: 100%;
  }
}





/*------------------------------------------------------
役員紹介
------------------------------------------------------*/

.mgt_cont{
  width: 90%;
  margin: 0 auto;
}

.mgt_post{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

.mgt_inner{
  width: 46%;
  border-bottom: solid 1px #999;
  margin-top: 24px;
}

.mgt_inner img{
  width: 300px;
  height: 225px;
  background-color: #999;
  border-radius: 4px;
  margin-bottom: 20px;
}

.mgt_name{
  font-weight: 600;
  margin-bottom: 16px;
  padding-left: 8px;
}

.mgt_name span{
  font-weight: 400;
}

.mgt_text{
  padding: 16px 8px 0;
}

.mgt_top,
.mgt_director,
.mgt_auditor{
  margin-bottom: 96px;
}

.mgt_director,
.mgt_auditor,
.mgt_eo{
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}

/*.mgt_director .mgt_inner:nth-child(3),
.mgt_auditor .mgt_inner:nth-child(3){
  margin-top: 40px;
}

.mgt_eo .mgt_inner:nth-child(3),
.mgt_eo .mgt_inner:nth-child(4){
  margin-top: 24px;
}*/


/*---------- sp ----------*/

@media (max-width: 899px){
  .mgt_cont{
    width: 100%;
    margin: 0 auto;
  }
  
  .mgt_post{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  
  .mgt_inner{
    width: 100%;
    margin-bottom: 24px;
    border-bottom: solid 1px #999;
  }

  /*.mgt_director .mgt_inner,
  .mgt_auditor .mgt_inner{
    margin-bottom: 64px;
  }*/
  
  .mgt_inner img{
    aspect-ratio: 4/3;
    width: 100%;
    max-width: 400px;
    height: auto;
    background-color: #999;
    border-radius: 4px;
    margin: 0 0 20px ;
    object-fit: cover;
  }
  
  .mgt_name{
    font-weight: 600;
    margin-bottom: 16px;
    padding-left: 8px;
  }
  
  .mgt_text{
    padding: 16px 8px 0;
    font-size: 14px;
  }
  
  .mgt_top,
  .mgt_director,
  .mgt_auditor{
    margin-bottom: 72px;
  }
  
  .mgt_director,
  .mgt_auditor,
  .mgt_eo{
    display: block;
    flex-wrap: nowrap;
    gap: 0;
  }
  
  .mgt_director .mgt_inner:nth-child(3),
  .mgt_auditor .mgt_inner:nth-child(3){
    margin-top: 0;
  }
  
  .mgt_eo .mgt_inner:nth-child(3),
  .mgt_eo .mgt_inner:nth-child(4){
    margin-top: 0;
  }
}








