@charset "utf-8";

/*==============================================

	company

==============================================*/
.caption {
  max-width: 1100px;
  padding: 0 50px 230px;
  margin: 0 auto;
  padding-right: 430px;
  background-image: url(../../common/img/himawari-fields.svg);
  background-size: 175px;
  background-repeat: no-repeat;
  background-position: calc((100% - 60px)) 20px;
}

.caption h2 {
  font-size: 5.6rem;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.caption .text {
  font-size: 1.5rem;
  line-height: 2.8rem;
}


.message {
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  margin-top: -100px;
}

.message picture {
  width: 400px;
}

.message .exp {
  width: calc(100% - 400px);
  padding-left: 70px;
}

.message .exp h2 {
  font-size: 3rem;
  color: #EF9800;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.message .exp h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.message .exp .text {
  font-size: 1.5rem;
  line-height: 3.5rem;
}


.company .inner {
  margin: 200px auto;
}

.company .inner {
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}

.company .inner .heading {
  width: 328px;
}

.company .inner .box {
  width: calc(100% - 328px);
}

.company .inner .heading h2 {
  font-size: 3rem;
  color: #EF9800;
  letter-spacing: 2px;
}

.company .inner .heading .en {
  font-size: 1.5rem;
  margin-top: 10px;
}

.info_list li {
  display: flex;
  border-bottom: 1px solid #EF9800;
  padding: 25px 0;
}

.info_list li:first-child {
  border-top: 1px solid #EF9800;
}

.info_list li h3 {
  font-size: 1.5rem;
  width: 260px;
  line-height: 3.3rem;
}

.info_list li .cont {
  width: calc(100% - 260px);
}

.info_list li .cont p {
  font-size: 1.5rem;
  line-height: 3.3rem;
}

.group {
  max-width: 1100px;
  margin: 200px auto;
  padding: 0 50px;
}

.group .heading {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.group .heading h2 {
  margin-right: 20px;
  font-size: 3rem;
  color: #EF9800;
  letter-spacing: 2px;
}

.group .heading .en {
  font-size: 1.5rem;
  margin-top: 10px;
}

.group_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.group_list li {
  margin: 0 45px 50px;
}

.group_list li p {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.group_list li picture {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.group_list li picture img {
  display: inline-block;
}

.access {
  margin: 200px auto;
  padding: 0 50px;
  max-width: 1100px;
}

.access .heading {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.access .heading h2 {
  margin-right: 20px;
  font-size: 3rem;
  color: #EF9800;
  letter-spacing: 2px;
}

.access .heading .en {
  font-size: 1.5rem;
  margin-top: 10px;
}

.access .map iframe {
  margin-bottom: 40px;
}

.access .map .text {
  font-size: 1.5rem;
  line-height: 3.3rem;
}

.offices {
  margin: 200px auto;
  max-width: 1100px;
  padding: 0 50px;
}

.offices .heading {
  width: 328px;
}

.offices .heading h2 {
  margin-right: 20px;
  font-size: 3rem;
  color: #EF9800;
  letter-spacing: 2px;
}

.offices .heading .en {
  font-size: 1.5rem;
  margin-top: 10px;
}

.offices .inner {
  display: flex;
}

.offices .inner .exp {
  width: calc(100% - 328px);
}

.office_list li .img {
  border-radius: 100px 0 100px 0;
  display: block;
  overflow: hidden;
}

.office_list li h3 {
  font-size: 2.4rem;
  margin: 25px 0 15px;
  letter-spacing: 2px;
  padding-left: 20px;
}

.office_list li {
  margin-bottom: 60px;
}

.office_list li .text {
  font-size: 1.5rem;
  line-height: 3.3rem;
  padding-left: 20px;
}

.offices .exp .btn_black.external a {
  width: 100%;
}

.offices .exp .btn_black.external a:after {
  content: '→';
  transform: rotate(-45deg);
  right: 10px;
  top: 12px;
}





@media screen and (max-width: 736px) {

  .caption {
    background: none;
    padding: 0 20px 0 50px;
  }

  .caption h2 {
    width: 100%;
    font-size: 3.7rem;
    margin-bottom: 30px;
  }

  .caption .text {
    line-height: 3rem;
  }


  .message {
    flex-direction: column;
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 50px;
  }

  .message picture {
    width: 100%;
  }

  .message picture:before {
    content: '';
    background-image: url(../../common/img/himawari-fields.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 93px;
    height: 276px;
    position: absolute;
    right: 20px;
    top: -67px;
  }

  .message .exp {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .message .exp h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }

  .message .exp h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .message .exp .text {
    font-size: 1.3rem;
    line-height: 3rem;
  }


  .company .inner {}

  .company .inner {
    flex-direction: column;
    padding-right: 20px;
    margin: 100px auto;
  }

  .company .inner .heading {
    margin-bottom: 50px;
  }

  .company .inner .box {
    width: 100%;
  }

  .company .inner .heading h2 {
    font-size: 2.8rem;
  }


  .info_list li {
    flex-direction: column;
    padding: 15px 0;
  }

  .info_list li:first-child {}

  .info_list li h3 {
    width: 100%;
    font-size: 1.5rem;
    color: #EF9800;
  }

  .info_list li .cont {
    width: 100%;
  }

  .info_list li .cont p {
    letter-spacing: 1px;
  }

  .group {
    margin: 100px auto 60px;
    padding-left: 50px;
    padding-right: 20px;
  }

  .group .heading {
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 40px;
  }

  .group .heading h2 {
    font-size: 2.8rem;
  }

  .group .heading .en {}

  .group_list {}

  .group_list li {
    width: 100%;
    margin: 0 auto 40px;
  }


  .access {
    padding-left: 50px;
    padding-right: 20px;
    margin: 60px auto;
  }

  .access .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .access .heading h2 {
    font-size: 2.8rem;
  }


  .access .map iframe {
    height: 170px;
  }

  .access .map .text {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }

  .offices {
    margin: 60px auto 100px;
    padding-right: 20px;
  }


  .offices .heading h2 {
    font-size: 2.8rem;
  }

  .offices .heading .en {}

  .offices .inner {
    flex-direction: column;
  }

  .offices .inner .exp {
    width: 100%;
    margin-top: 40px;
  }

  .office_list li .img {
    width: 100%;
    border-radius: 70px 0 70px 0;
  }

  .office_list li h3 {
    width: 100%;
    padding: 0;
    font-size: 2.2rem;
  }

  .office_list li {
    width: 100%;
  }

  .office_list li .text {
    padding: 0;
  }


  .offices .exp .btn_black.external a:after {
    top: 9px;
  }



}