@charset "utf-8";

/*
  File Name   : company.css
  Description : コンテンツエリア関係 他
*/

/* kv
============================================================ */
.com-title-kv-wrap {
  background: url(../img/company/com-title-kv-wrap-img.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .com-title-kv-wrap {
    background: url(../img/company/com-title-kv-wrap-img-sp.png) center no-repeat;
    background-size: cover;
  }
}

/* -section-A
============================================================ */
.-section-A .flex-wrap {
  /* display: flex;
  flex-direction: row-reverse;
  align-items: flex-start; */

  display: block;
}
.-section-A .img-block {
  width: 300px;
}
.-section-A .img-block img {
  border-radius: 20px;
  overflow: hidden;
}
.-section-A .desc-block {
  /* width: calc(100% - 300px);
  padding-right: 63px; */
}
.-section-A .desc-block .title-wrap .title {
  font-size: 80px;
  font-weight: 400;
  font-family: "WDXL Lubrifont SC", sans-serif;
  letter-spacing: 7px;
  color: #049626;
}
.-section-A .desc-block .title-wrap .title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #fcc800 50%);
  padding-bottom: 10px;
}
.-section-A .desc-block .title-wrap .title span:last-child {
  margin-top: 20px;
}
.-section-A .desc-block .text-wrap {
  margin-top: 40px;
}
.-section-A .section-A-name {
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}
.-section-A .section-A-name span {
  font-size: 20px;
  font-weight: 400;
  display: block;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-A .flex-wrap {
    display: block;
  }
  .-section-A .img-block {
    width: 180px;
    margin: 0 auto;
  }
  .-section-A .desc-block {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
  }
  .-section-A .desc-block .title-wrap .title {
    font-size: 35px;
    letter-spacing: 4px;
  }
  .-section-A .desc-block .title-wrap .title span {
    display: inline-block;
    background: linear-gradient(transparent 65%, #fcc800 50%);
    padding-bottom: 7px;
  }
  .-section-A .desc-block .title-wrap .title span:last-child {
    margin-top: 15px;
  }
  .-section-A .desc-block .text-wrap {
    margin-top: 30px;
  }
  .-section-A .section-A-name {
    margin-top: 60px;
  }
}

@media screen and (max-width: 321px) {
  .-section-A .desc-block .title-wrap .title {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

/* -section-B
============================================================ */
.-section-B {
  margin-top: 100px;
}

.-section-B .img-wrap {
  margin-top: 60px;
}
.-section-B .img-wrap ul {
  display: flex;
}
.-section-B .img-wrap li {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
}
.-section-B .img-wrap li:last-child {
  margin-right: 0;
}
.-section-B .img-wrap li .img-block {
  overflow: hidden;
  border-radius: 20px;
}
.-section-B .img-wrap li .title-block {
  text-align: center;
  margin-top: 17px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-B {
    margin-top: 60px;
  }

  .-section-B .img-wrap {
    margin-top: 40px;
  }
  .-section-B .img-wrap ul {
    display: block;
  }
  .-section-B .img-wrap li {
    width: 100%;
    margin-right: 0;
  }
  .-section-B .img-wrap li:last-child {
    margin-top: 20px;
  }
  .-section-B .img-wrap li .img-block {
    overflow: hidden;
    border-radius: 20px;
  }
  .-section-B .img-wrap li .title-block {
    text-align: center;
    margin-top: 17px;
  }
}

/* -section-C
============================================================ */
.-section-C {
  margin-top: 100px;
}
.-section-C .section-C-body {
  display: flex;
}
.-section-C .section-C-body .item {
  width: calc((100% - 40px * 1) / 2);
  margin-right: 40px;
  border: solid 4px #049626;
  border-radius: 20px;
  padding: 30px 35px 35px;
  background-color: #fff;
}
.-section-C .section-C-body .item:last-child {
  margin-right: 0;
}
.-section-C .section-C-body .map-block {
  overflow: hidden;
  border-radius: 10px;
}
.-section-C .section-C-body .map-block iframe {
  width: 100%;
  height: 283px;
}
.-section-C .section-C-body .desc-block {
  margin-top: 30px;
}
.-section-C .section-C-body .desc-block .title {
  font-size: 24px;
  font-weight: 400;
  font-family: "WDXL Lubrifont SC", sans-serif;
  line-height: 1;
  color: #049626;
  position: relative;
  padding-left: 25px;
}
.-section-C .section-C-body .desc-block .title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #049626;
  border-radius: 50px;
}
.-section-C .section-C-body .desc-block .text {
  margin-top: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-C {
    margin-top: 60px;
  }
  .-section-C .section-C-body {
    display: block;
  }
  .-section-C .section-C-body .item {
    width: 100%;
    margin-right: 0;
  }
  .-section-C .section-C-body .item:last-child {
    margin-top: 20px;
  }
  .-section-C .section-C-body .map-block {
    overflow: hidden;
    border-radius: 10px;
  }
  .-section-C .section-C-body .map-block iframe {
    width: 100%;
    height: 156px;
  }
  .-section-C .section-C-body .desc-block {
    margin-top: 20px;
  }
}

/* -section-D
============================================================ */
.-section-D {
  margin-top: 100px;
}
.-section-D .section-D-body {
  /* display: flex; */

  display: block;
}

.-section-D .section-D-body .history-wrap {
  /* width: calc(100% - 300px);
  padding-right: 50px; */

  width: 100%;
}
.-section-D .section-D-body .history-wrap li {
  padding: 33px 0 23px;
  border-bottom: dashed 1px #049626;
}
.-section-D .section-D-body .history-wrap li:first-child {
  padding-top: 0;
}
.-section-D .section-D-body .history-wrap li:last-child {
  border-bottom: none;
}
.-section-D .section-D-body .history-wrap .desc-block .title {
  font-size: 24px;
  font-weight: 400;
  font-family: "WDXL Lubrifont SC", sans-serif;
  line-height: 1;
  letter-spacing: 3px;
  color: #049626;
  position: relative;
  padding-left: 25px;
}
.-section-D .section-D-body .history-wrap .desc-block .title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #049626;
  border-radius: 50px;
}
.-section-D .section-D-body .history-wrap .desc-block .text {
  padding-left: 25px;
  margin-top: 10px;
}

.-section-D .section-D-body .img-wrap {
  width: 300px;
}
.-section-D .section-D-body .img-wrap li {
  margin-bottom: 28px;
}
.-section-D .section-D-body .img-wrap li:last-child {
  margin-bottom: 0;
}
.-section-D .section-D-body .img-wrap .img-block {
  overflow: hidden;
  border-radius: 20px;
}
.-section-D .section-D-body .img-wrap .title-block {
  text-align: center;
  margin-top: 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .-section-D {
    margin-top: 60px;
  }
  .-section-D .section-D-body {
    display: block;
  }

  .-section-D .section-D-body .history-wrap {
    width: 100%;
    padding-right: 0;
  }
  .-section-D .section-D-body .history-wrap li {
    padding: 30px 0 23px;
  }
  .-section-D .section-D-body .history-wrap .desc-block .title {
    font-size: 20px;
    letter-spacing: 3px;
    padding-left: 30px;
  }
  .-section-D .section-D-body .history-wrap .desc-block .title::before {
    top: 6px;
  }
  .-section-D .section-D-body .history-wrap .desc-block .text {
    padding-left: 30px;
  }

  .-section-D .section-D-body .img-wrap {
    width: 100%;
    margin-top: 8px;
  }
  .-section-D .section-D-body .img-wrap .img-block img {
    width: 100%;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .hoge {
  }
}


