@charset "UTF-8";
/* 会社情報 css */
.sec01 {
  padding-top: 400px;
  padding-bottom: 40px;
  background-image: url(../images/company/bg-sec01.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.sec01 .inner {
  position: relative;
}
.sec01 .txt01 {
  padding-right: 20px;
  border-right: 5px solid #69b800;
}
.sec01 h1 {
  text-align: right;
}
.sec01 h1 + .en {
  text-align: right;
}
.sec01 .list {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.sec01 .item {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding-left: 12px;
  padding-right: 30px;
  background-color: #efefef;
}
.sec01 .item01 {
  border-radius: 10px 0 0 10px;
}
.sec01 .item04 {
  border-radius: 0 10px 10px 0;
}
.sec01 .item02::before,
.sec01 .item03::before,
.sec01 .item04::before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.sec01 .item::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-bottom: 2px solid #69b800;
  border-left: 2px solid #69b800;
  transform: rotate(-45deg);
}
.sec01 .txt02 {
  max-width: 620px;
}
.sec01 .font01 {
  margin-bottom: 20px;
}
.sec01 .font01 span {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 0 0 15px;
  background-color: #d5f69f;
}
.sec01 .font01 span ~ span {
  margin-top: 10px;
}
.sec01 .font02 {
  line-height: 1.8;
}
.sec01 .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 15px;
}
.sec01 .font04 {
  font-size: 22px;
}
.sec01 .image {
  width: 400px;
  position: absolute;
  top: 200px;
  right: 70px;
}
.sec01 .image img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sec01 .image {
    width: 34%;
    top: 33%;
    right: 12px;
  }
}
@media screen and (max-width: 960px) {
  .sec01 {
    padding-top: 28%;
    background-size: 150%;
  }
  .sec01 .inner {
    padding-bottom: 58%;
  }
  .sec01 .txt02 {
    max-width: 100%;
  }
  .sec01 h1 {
    font-size: 35px;
  }
  .sec01 .font01 {
    max-width: 700px;
  }
  .sec01 .image {
    width: 48%;
    top: auto;
    bottom: -8%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  main {
    padding-top: 70px;
  }
  .sec01 {
    padding-top: 43%;
    padding-bottom: 0;
    background-image: url(../images/company/bg-sec01SP.png);
    background-size: contain;
  }
  .sec01 .inner {
    padding-bottom: 65%;
  }
  .sec01 .txt01 {
    margin-right: -12px;
  }
  .sec01 h1 {
    font-size: 8.4vw;
    line-height: 1;
  }
  .sec01 .list {
    width: 300px;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-left: auto;
  }
  .sec01 .item {
    font-size: 3.3vw;
  }
  .sec01 .item02 {
    border-radius: 0 10px 10px 0;
  }
  .sec01 .item03 {
    border-radius: 10px 0 0 10px;
  }
  .sec01 .txt02 {
    margin-top: 45px;
  }
  .sec01 .font01 span {
    font-size: 9.5vw;
  }
  .sec01 .row {
    margin-top: 5px;
  }
  .sec01 .image {
    bottom: -3%;
  }
}

/* sec02 会社概要 */
.sec02 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec02 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec02 .h-bg img {
  width: 400px;
  position: absolute;
  top: -450px;
  right: 110px;
}
.sec02 h2 {
  margin-bottom: 80px;
}
.sec02 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sec02 .row01 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.sec02 .row02 {
  display: flex;
  flex-wrap: wrap;
}
.sec02 .row03 {
  display: flex;
  flex-wrap: wrap;
}
.sec02 .row .col {
  width: calc(50% - 20px);
}
.sec02 dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b9b9b9;
}
.sec02 dt {
  padding: 15px 20px;
  background-color: #f7f7f7;
}
.sec02 dd {
  padding: 15px 30px;
}
.sec02 .col01 dt {
  width: 120px;
}
.sec02 .col01 dd {
  width: calc(100% - 120px);
}
.sec02 .col02 dt {
  width: 110px;
}
.sec02 .col02 dd {
  width: calc(100% - 110px);
  padding-right: 0;
}
.sec02 .row02 .col {
  width: 170px;
}
.sec02 .row02 .col + .col {
  width: calc(100% - 170px);
}
.sec02 .row03 .col {
  width: 170px;
}
.sec02 .row03 .col + .col {
  width: calc(100% - 170px);
}
.sec02 ul li {
  position: relative;
  padding-left: 15px;
}
.sec02 ul li ~ li {
  margin-top: 5px;
}
.sec02 ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 3px;
  background-color: #69b800;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .sec02 .row {
    gap: 0px;
  }
  .sec02 .col02 dt {
    width: 120px;
  }
  .sec02 .col02 dd {
    width: calc(100% - 120px);
  }
  .sec02 .row01 {
    gap: 0px;
  }
  .sec02 .row02 {
    gap: 0px;
  }
  .sec02 .row03 {
    gap: 0px;
  }
  .sec02 .row .col01,
  .sec02 .row .col02 {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .sec02 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sec02 .h-bg {
    height: 39vw;
  }
  .sec02 h2 {
    margin-bottom: 60px;
  }
  .sec02 dt {
    width: 100%;
    padding: 6px 16px;
  }
  .sec02 dd {
    width: 100%;
    padding: 6px 16px;
  }
  .sec02 .col01 dt,
  .sec02 .col01 dd,
  .sec02 .col02 dt,
  .sec02 .col02 dd {
    width: 100%;
  }
  .sec02 .col02 dd {
    padding-right: 16px;
  }
  .sec02 .row01 {
    flex-direction: column;
  }
  .sec02 .row02 .col + .col {
    width: 100%;
  }
  .sec02 .row03 .col + .col {
    width: 100%;
  }
  .sec02 .row01 p {
    display: flex;
  }
  .sec02 .row03 .col {
    display: flex;
  }
  .sec02 .row02 a,
  .sec02 .row03 a {
    pointer-events: none;
  }
}

/* .sec03 事業拠点紹介 */
.sec03 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec03 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec03 h2 {
  margin-bottom: 20px;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sec03 .item {
  width: calc(50% - 20px);
  border-top: 4px solid #69b800;
}
.sec03 .item05 {
  padding-bottom: 40px;
  border-bottom: 1px solid #b9b9b9;
}
.sec03 .item06 {
  padding-bottom: 40px;
  border-bottom: 1px solid #b9b9b9;
}
.sec03 .item img {
  width: 100%;
}
.sec03 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 20px;
}
.sec03 .txt01 {
  width: 40%;
}
.sec03 .font01 {
  font-size: 30px;
  font-weight: 700;
}
.sec03 .txt01 .en {
  font-size: 16px;
  color: #69b800;
}
.sec03 .txt02 {
  width: 60%;
}
.sec03 .item02 .txt02 {
  height: 48px;
}
.sec03 .item05 .txt02 {
  height: 48px;
}
.sec03 .item06 .txt02 {
  height: 48px;
}
.sec03 .txt02 a {
  display: inline-block;
  color: #666;
  padding-right: 20px;
  background-image: url(../images/company/ico-tab.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px auto;
}
.sec03 .iframe {
  margin-top: 75px;
}
.sec03 iframe {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .sec03 .txt01 {
    width: 100%;
  }
  .sec03 .txt02 {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .sec03 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .sec03 .h-bg {
    height: 50vw;
  }
  .sec03 .list {
    gap: 25px;
  }
  .sec03 .item {
    width: 100%;
  }
  .sec03 .item05 {
    padding-bottom: 0px;
    border-bottom: 0;
  }
  .sec03 .item06 {
    padding-bottom: 35px;
  }
  .sec03 .row {
    gap: 15px;
  }
  .sec03 .item05 .txt02 {
    height: auto;
  }
  .sec03 .item06 .txt02 {
    height: auto;
  }
  .sec03 .font01 {
    font-size: 25px;
  }
  .sec03 .txt02 {
    width: 100%;
  }
  .sec03 .iframe {
    margin-top: 75px;
  }
}

/* .sec04 引取地域 */
.sec04 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec04 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec04 h2 {
  margin-bottom: 20px;
}
.sec04 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sec04 .item {
  width: calc(50% - 20px);
}
.sec04 .image {
  border-top: 4px solid #69b800;
}
.sec04 .image img {
  width: 100%;
}
.sec04 .font01 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}
.sec04 .font02 {
  margin-top: 15px;
}
.sec04 .image02 {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec04 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .sec04 .h-bg {
    height: 50vw;
  }
  .sec04 .list {
    gap: 60px;
  }
  .sec04 .item {
    width: 100%;
  }
  .sec04 .font01 {
    font-size: 25px;
    margin-top: 20px;
  }
  .sec04 .font02 {
    margin-top: 10px;
  }
  .sec04 .image02 {
    margin-top: 20px;
  }
}

/* .sec05 沿　革 */
.sec05 {
  padding-top: 45px;
  padding-bottom: 75px;
}
.sec05 .h-bg {
  left: 0;
  border-radius: 0 30px 30px 0;
}
.sec05 h2 {
  margin-bottom: 80px;
}
.sec05 .list {
  position: relative;
}
.sec05 .list::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 5px;
  background-color: #221815;
}
.sec05 .item {
  position: relative;
  display: flex;
  padding-left: 36px;
  gap: 20px;
}
.sec05 .item ~ .item {
  margin-top: 60px;
}
.sec05 .item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #221815;
  border-radius: 50px;
}
.sec05 .item .num {
  font-size: 30px;
  font-weight: 700;
  font-family: "Sen", sans-serif;
  color: #69b800;
  line-height: 1;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  .sec05 {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .sec05 .h-bg {
    height: 35vw;
  }
  .sec05 h2 {
    margin-bottom: 60px;
  }
  .sec05 .item {
    padding-left: 20px;
    gap: 10px;
  }
  .sec05 .item ~ .item {
    margin-top: 40px;
  }
  .sec05 .item .num {
    font-size: 25px;
  }
}
