@charset "UTF-8";

.common-title.type01:after{
  background-image: url(../../img/company/common_title_bg01.jpg);
}


/* ------------------------------------------- */
/* company */
/* ------------------------------------------- */
.edit-area.company{
}


/* float.edit-area.company -set .type01 */
.edit-area.company .float-set.type01{
  margin-bottom: 60px;
}
@media screen and (max-width: 767px){
  .edit-area.company .float-set.type01{
    margin-bottom: 30px;
  }
}
.edit-area.company .float-set.type01 .photo-box {
  width: 348px;
}
@media screen and (max-width: 1024px){
  .edit-area.company .float-set.type01 .photo-box {
    width: 300px;
  }
}
@media screen and (max-width: 767px){
  .edit-area.company .float-set.type01 .photo-box {
    float: none;
    margin: 0 0 10px;
    width: auto;
    text-align: center;
  }
  .edit-area.company .float-set.type01 .photo-box img{
    max-width: 180px;
  }
}
.edit-area.company .float-set.type01 .text-box {
  width: calc(100% - 348px - 92px);
}
@media screen and (max-width: 1024px){
  .edit-area.company .float-set.type01 .text-box {
    width: calc(100% - 300px - 30px);
  }
}
@media screen and (max-width: 767px){
  .edit-area.company .float-set.type01 .text-box {
    float: none;
    width: auto;
  }
}

.edit-area.company .float-set.type01 .text-box {
  margin-top: 70px;
  letter-spacing: 0.1rem;
  line-height: 36px;
}
@media screen and (max-width: 767px){
  .edit-area.company .float-set.type01 .text-box {
    margin-top: 0;
    line-height: 22px;
  }
}


/* accsess-list */
.edit-area.company .access-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px){
  .edit-area.company .access-list{
    margin-bottom: 60px;
  }
}
.edit-area.company .access-list li{
  margin-left: 26px;
  width: 262px;
}
@media screen and (max-width: 1080px){
  .edit-area.company .access-list li{
    margin-left: 2%;
    width: 32%;
  }
}
@media print,screen and (min-width: 768px){
  .edit-area.company .access-list li:nth-child(3n+1){
    margin-left: 0;
  }
}
@media screen and (max-width: 767px){
  .edit-area.company .access-list li{
    margin-bottom: 20px;
    width: 100%;
  }
}

/* map */
.edit-area.company .access-list .map{
  margin-bottom: 13px;
}
.edit-area.company .access-list .map iframe{
  display: block;
  width: 100%;
  height: 180px;
  border: 0;
}
@media screen and (max-width: 767px){
  .edit-area.company .access-list .map iframe{
    height: 50vw;
  }
}
.edit-area.company .access-list .list-title{
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.edit-area.company .access-list .list-detail{
  letter-spacing: 0.1rem;
  line-height: 24px;
}

/* table strong */
.edit-area.company .common-table.type01 td .strong{
  color: #0b73be;
}

/* history table */
.edit-area.company .common-table.type01.history{
  margin-bottom: 120px;
}
@media screen and (max-width: 767px){
  .edit-area.company .common-table.type01.history{
    margin-bottom: 60px;
  }
}


/* .edit-area.company float-set .type02 */
.edit-area.company .flex-set{
  margin-bottom: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px){
  .edit-area.company .flex-set{
    margin-bottom: 45px;
    display: block;
  }
}
.edit-area.company .flex-set .photo-box {
  width: 264px;
}
@media screen and (max-width: 1024px){
  .edit-area.company .flex-set .photo-box {
    width: 200px;
  }
}
@media screen and (max-width: 767px){
  .edit-area.company .flex-set .photo-box {
    margin: 20px auto;
    width: 55%;
  }
}

.edit-area.company .flex-set .photo-box a{
  display: block;
}
@media screen and (min-width: 1025px){
  .edit-area.company .flex-set .photo-box a:hover{
    opacity: 0.6;
  }
}

.edit-area.company .flex-set .text-box {
  margin-left: auto;
  width: calc(100% - 264px - 61px);
}
@media screen and (max-width: 1024px){
  .edit-area.company .flex-set .text-box {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 767px){
  .edit-area.company .flex-set .text-box {
    width: 100%;
  }
}
.edit-area.company .flex-set .text-box p{
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 28px;
}
@media screen and (max-width: 767px){
  .edit-area.company .flex-set .text-box p{
    line-height: 22px;
  }
}

.edit-area.company .flex-set .flex-title{
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 36px;
}
@media screen and (max-width: 767px){
  .edit-area.company .flex-set .flex-title{
    font-size: 1.8rem;
    line-height: 24px;
    padding: 20px 0 0 0;
    border-top: 1px solid #e6e6e6;
  }
}
