/*=======================
会社概要
=======================*/

.company{
    background-color: #F8F6F5;
    margin-top: 95px;
    font-size: 18px;
}
.company .sp{
  display: none;
}
.company .pc{
  display: inline-block;
}
.company .inner.narrow{
    max-width: 500px;
    margin: 0 auto;
}

.company h2{
  background-color: #20385c;
  width: 400px;
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto;
  line-height: 40px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

/* メインビジュアル */
.company .mainvisual{
  width: 100%;
  text-align: center;
}
.company .mainvisual .bg{
  background-image: url(../../img/com_mainvisual.jpg);
  background-size: cover;
  background-position: center;
  height: 900px;
  width: auto;
}
.company .mainvisual img.title{
  width: 300px;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* 企業理念 */

.company .philosophy{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}

.company .philosophy .subtitle{
  font-size: 36px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

/* 大切にしている価値観 */
.company .values ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.company .values ul li{
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  border: 2px solid #ba8d52;
  border-radius: 10px;
}

.company .values ul li .title{
  font-size: 18px;
  color: #ba8d52;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.company .values ul li .text{
  font-size: 14px;
  padding-left: 80px;
  line-height: 1.5;
}

/* 会社概要 */
.company .overview {
  margin-top: 50px;
  margin-bottom: 60px;
}

.company .overview img {
  width: 400px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
}

/* アクセス */
.company .access {
  margin-top: 50px;
  margin-bottom: 60px;
}

.company .access p{
  margin-bottom: 30px;
}

.company .access .address_wrap {
  text-align: center;
  line-height: 1.8;
  margin: 30px 0;
  color: #333;
}
.company .access .address_wrap .com_name{
  font-size: 36px;
  margin-bottom: 10px;
}

.company .access .contact_btn{
  width: 400px;
  line-height: 70px;
  background-color: #ba8d52;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 30px;
}
.company .access .contact_btn a{
  width: 100%;
  line-height: 70px;
  font-size: 24px;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
}
.company .map_wrap{
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.company .map_title{
  padding-left: 50px;
  margin-top: 30px;
}
.company .map {
  margin: 30px auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
}

.company .map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* スマートフォン対応 */
@media screen and (max-width: 768px) {

.company{
    margin-top: 52px;
    font-size: 14px;
}
.company .sp{
  display: inline-block;
}
.company .pc{
  display: none;
}

.company .inner.narrow{
    max-width: 100%;
}

.company h2{
  background-color: #20385c;
  width: 70%;
  font-size: 18px;
  line-height: 20px;
}

/* メインビジュアル */
.company .mainvisual{
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.company .mainvisual .bg{
  height: 70vw;
}
.company .mainvisual img.title{
  width: 60%;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
}


/* 企業理念 */

.company .philosophy{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}

.company .philosophy .subtitle{
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.company .philosophy .text{
  text-align: left;
}


/* 大切にしている価値観 */
.company .values ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.company .values ul li{
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  border: 2px solid #ba8d52;
  border-radius: 10px;
}

.company .values ul li .title{
  font-size: 18px;
  color: #ba8d52;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.company .values ul li .title img{
  width: 40px;
  height: auto;
  object-fit: contain;
}

.company .values ul li .text{
  font-size: 14px;
  padding-left: 0;
}

/* 会社概要 */
.company .overview {
  margin-top: 50px;
  margin-bottom: 60px;
}

.company .overview img {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
}



/* アクセス */
.company .access {
  margin-top: 50px;
  margin-bottom: 50px;
}

.company .access p{
  margin-bottom: 20px;
}

.company .access .address_wrap {
  text-align: center;
  line-height: 1.8;
  margin: 20px 0;
  color: #333;
}
.company .access .address_wrap .com_name{
  font-size: 24px;
  margin-bottom: 10px;
}

.company .access .contact_btn{
  width: 70%;
  line-height: 50px;
  background-color: #ba8d52;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 30px;
}
.company .access .contact_btn a{
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
}



  .company .map_wrap{
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .company .map_title{
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .company .map {
    margin: 10px 0;
    border-radius: 0;
  }

  .company .map iframe {
    width: 100%;
    height: 300px;
    border: none;
  }
}