@charset "utf-8";

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

/* common
============================================================ */
.company-navs {
  display: flex;
  margin-bottom: 100px;
}
.company-navs li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
}
.company-navs li:last-child {
  margin-right: 0;
}
.company-navs li a {
  display: block;
  padding: 28px 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 5px rgba(194, 222, 237, 1);
  transition: all .2s ease-in-out;
}
.company-navs li a:hover {
  text-decoration: none;
  opacity: .7;
}
.company-navs li a .lang-en,
.company-navs li a .lang-ja {
  line-height: 1;
  color: #008bdb;
}
.company-navs li a .lang-en {
  font-size: 30px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.company-navs li a .lang-ja {
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
}
.company-navs li.current a {
  color: #fff;
  background-color: #008bdb;
}
.company-navs li.current a .lang-en,
.company-navs li.current a .lang-ja {
  color: #fff;
}

/* title */
.company-section-title {
  font-size: 20px;
  font-weight: bold;
  color: #008bdb;
  padding-bottom: 20px;
  border-bottom: solid 2px #008bdb;
  margin-bottom: 30px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .company-navs {
    display: block;
    margin-bottom: 100px;
  }
  .company-navs li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .company-navs li:last-child {
    margin-bottom: 0;
  }
  .company-navs li a {
    padding: 18px 10px;
  }
  .company-navs li a:hover {
    opacity: 1;
  }
  .company-navs li a .lang-ja {
    margin-top: 12px;
  }

  /* title */
  .company-section-title {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

/* about
============================================================ */
.section-history {
  margin-top: 150px;
}
.section-history .history-wrap li {
  display: flex;
  margin-bottom: 35px;
}
.section-history .history-wrap li:last-child {
  margin-bottom: 0;
}
.section-history .history-wrap .month-wrap {
  width: 238px;
}
.section-history .history-wrap .month-wrap .month {
  font-size: 30px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 4.6px;
}
.section-history .history-wrap .desc-wrap {
  width: calc(100% - 238px);
}
.section-history .history-wrap .desc-wrap .item .title,
.section-history .history-wrap .desc-wrap .item .text {
  font-size: 14px;
}
.section-history .history-wrap .desc-wrap .item .title {
  font-weight: normal;
  position: relative;
}
.section-history .history-wrap .desc-wrap .item .title::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -68px;
  width: 38px;
  height: 2px;
  border-bottom: dotted 2px #008bdb;
  opacity: .5;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .section-history {
    margin-top: 100px;
  }
  .section-history .history-wrap li {
    display: block;
    margin-bottom: 20px;
  }
  .section-history .history-wrap .month-wrap {
    width: 100%;
    margin-bottom: 17px;
  }
  .section-history .history-wrap .desc-wrap {
    width: 100%;
    padding-left: 10px;
    position: relative;
  }
  .section-history .history-wrap .desc-wrap .item .title::before {
    display: none;
  }
  .section-history .history-wrap .item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .section-history .history-wrap li:last-child .item {
    padding-bottom: 0;
  }
  .section-history .history-wrap .desc-wrap::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 2px;
    height: calc(100% - 10px);
    border-left: dotted 2px #008bdb;
    opacity: .5;
  }
  .section-history .history-wrap .desc-wrap .item .text {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* message
============================================================ */
.message-single-img-wrap {
  margin-bottom: 150px;
}
.section-message .item-wrap .img-block,
.section-message .item-wrap .img-block img,
.message-single-img-wrap,
.message-single-img-wrap img {
  border-radius: 5px;
}
.section-message {
  margin-top: 140px;
}
.section-message:first-child {
  margin-top: 0;
}
.section-message .item-wrap {

}
.section-message .item-wrap .img-block {
  position: relative;
}
.section-message .item-wrap .name-wrap {
  position: absolute;
  top: 200px;
}
.section-message .item-wrap .name-wrap .status {
  font-size: 12px;
  line-height: 1;
}
.section-message .item-wrap .name-wrap .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}
.section-message .item-wrap .name-wrap.-position-left {
  left: 80px;
}
.section-message .item-wrap .name-wrap.-position-right {
  right: 80px;
  text-align: right;
}
.section-message .item-wrap .name-wrap.-color-wh p {
  color: #fff;
}
.section-message .item-wrap .name-wrap.-color-bk p {
  color: #000;
}
.section-message .item-wrap .desc-block {
  position: relative;
  margin-top: -25px;
  z-index: 1;
}
.section-message .item-wrap .desc-block .catch span {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  padding: 15px 20px;
  background-color: #008bdb;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
.section-message .item-wrap .desc-block .catch span:last-child {
  margin-bottom: 0;
}
.section-message .item-wrap .desc-block .text {
  color: #000;
  margin-top: 35px;
}

span.ceo-catch {
  color: #008bdb;
  font-weight: bold;
  font-size: 140%;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .message-single-img-wrap {
    margin-bottom: 10px;
  }
  .section-message {
    margin-top: 100px;
  }
  .section-message .item-wrap .name-wrap {
    position: static;
    margin-top: 25px;
  }
  .section-message .item-wrap .name-wrap.-position-right {
    text-align: left;
  }
  .section-message .item-wrap .name-wrap .status {
    font-size: 12px;
  }
  .section-message .item-wrap .name-wrap .name {
    font-size: 24px;
    margin-top: 15px;
  }
  .section-message .item-wrap .name-wrap.-color-wh p {
    color: #000;
  }
  .section-message .item-wrap .name-wrap.-color-bk p {
    color: #000;
  }
  .section-message .item-wrap .desc-block {
    margin-top: 25px;
  }
  .section-message .item-wrap .desc-block .catch span {
    font-size: 15px;
    letter-spacing: .5px;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .section-message .item-wrap .desc-block .text {
    margin-top: 35px;
  }
}

/* CSR
============================================================ */
.section-csr .year-btn-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.section-csr .year-btn-wrap li {
  width: calc((100% - 10px * 9) / 10);
  margin-right: 10px;
}
.section-csr .year-btn-wrap li:nth-child(10n) {
  margin-right: 0;
}
.section-csr .year-btn-wrap li:nth-child(n + 11) {
  margin-top: 10px;
}
.section-csr .year-btn-wrap li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #008bdb;
  padding: 24px 20px;
  background-color: #f4fbff;
  border-radius: 5px;
  display: block;
  transition: all .2s ease-in-out;
  border: solid 1px #f4fbff;
}
.section-csr .year-btn-wrap li.current a {
  background-color: #fff;
  border-color: #008bdb;
}
.section-csr .year-btn-wrap li a:hover {
  text-decoration: none;
  opacity: .7;
}

/* body */
.section-csr .csr-body-wrap {
  margin-top: 60px;
}
.section-csr .csr-body-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.section-csr .csr-body-wrap li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
  background-color: #fff;
  box-shadow: 0 0 15px 5px rgba(194, 222, 237, 1);
  border-radius: 10px;
  position: relative;
  /* padding-bottom: 130px; */
}
.section-csr .csr-body-wrap li:nth-child(3n) {
  margin-right: 0;
}
.section-csr .csr-body-wrap li:nth-child(n + 4) {
  margin-top: 40px;
}
.section-csr .csr-body-wrap li .img-block {
  height: 215px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.section-csr .csr-body-wrap li .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.section-csr .csr-body-wrap li .desc-block {
  padding: 0 30px 0;
  border-radius: 0 0 10px 10px;
}
.section-csr .csr-body-wrap li .desc-inner {
  margin-top: -18px;
}
.section-csr .csr-body-wrap li .desc-block .category-wrap {
  /* height: 36px; */
  width: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-csr .csr-body-wrap li .desc-block .category-wrap .category {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background-color: #008bdb;
  border-radius: 3px;
  padding: 10px 15px 8px;
  display: inline-block;
}
.section-csr .csr-body-wrap li .desc-block .category-wrap .category {
  line-height: 1.4;
  color: #fff;
}
.section-csr .csr-body-wrap li .desc-block .category-wrap .category:nth-child(n + 2) {
  border-left: solid 1px #4daee6;
  border-radius: 0 3px 3px 0;
  position: relative;
}
.section-csr .csr-body-wrap li .desc-block .category-wrap .category:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 4px;
  height: 100%;
  background-color: #008bdb;
  z-index: -1;
}
.section-csr .csr-body-wrap li .desc-block .month {
  font-size: 14px;
  line-height: 1;
  color: #008bdb;
  border-bottom: dashed 1px #008bdb;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-csr .csr-body-wrap li .desc-block .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 12px;
}
.section-csr .csr-body-wrap li .desc-block .text {
  color: #000;
  margin-top: 8px;
  padding-bottom: 20px;
}
.section-csr .csr-body-wrap li .desc-block .btn-wrap {
  margin-bottom: 20px;
}
.section-csr .csr-body-wrap li .desc-block .btn-wrap a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .5px;
  color: #fff;
  display: block;
  border-radius: 50px;
  background-color: #008bdb;
  padding: 17px 20px;
  padding-right: 40px;
  position: relative;
  transition: all .2s ease-in-out;
}
.section-csr .csr-body-wrap li .desc-block .btn-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/common/icon-blank-wh.svg) 0 0 no-repeat;
  background-size: 10px;
}
.section-csr .csr-body-wrap li .desc-block .btn-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1024px) {
  .section-csr .year-btn-wrap li {
    width: calc((100% - 10px * 2) / 3);
    margin-right: 10px;
  }
  .section-csr .year-btn-wrap li:nth-child(10n) {
    margin-right: 10px;
  }
  .section-csr .year-btn-wrap li:nth-child(3n) {
    margin-right: 0;
  }
  .section-csr .year-btn-wrap li:nth-child(n + 11) {
    margin-top: 0;
  }
  .section-csr .year-btn-wrap li:nth-child(n + 4) {
    margin-top: 10px;
  }
  .section-csr .year-btn-wrap li a {
    font-size: 14px;
    padding: 15px 10px;
  }
  .section-csr .year-btn-wrap li a:hover {
    opacity: 1;
  }

  /* body */
  .section-csr .csr-body-wrap {
    margin-top: 60px;
  }
  .section-csr .csr-body-wrap ul {
    display: block;
  }
  .section-csr .csr-body-wrap li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .section-csr .csr-body-wrap li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .section-csr .csr-body-wrap li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .section-csr .csr-body-wrap li .img-block {
    /* height: 215px; */
    height: 57vw;
  }

  .section-csr .csr-body-wrap li .desc-block {
    padding-bottom: 20px;
  }
  .section-csr .csr-body-wrap li .desc-block .category-wrap {
    display: block;
  }
  .section-csr .csr-body-wrap li .desc-block .category-wrap .category {
    font-size: 12px;
    padding: 12px 15px 10px;
    display: inline-block;
  }
  .section-csr .csr-body-wrap li .desc-block .category-wrap .category {
    width: 100%;
  }
  .section-csr .csr-body-wrap li .desc-block .category-wrap .category:nth-child(n + 2) {
    border-left: none;
    border-top: solid 1px #4daee6;
    border-radius: 0 0 3px 3px;
  }
  .section-csr .csr-body-wrap li .desc-block .category-wrap .category:nth-child(n + 2)::before {
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
  }
  .section-csr .csr-body-wrap li .desc-block .category-wrap .month {
    width: 100%;
  }
  .section-csr .csr-body-wrap li .desc-block .text {
    padding-bottom: 0;
  }
  .section-csr .csr-body-wrap li .desc-block .btn-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-csr .csr-body-wrap li .desc-block .btn-wrap a {
    font-size: 13px;
    padding: 15px 20px;
    padding-right: 40px;
  }
  .section-csr .csr-body-wrap li .desc-block .btn-wrap a:hover {
    opacity: 1;
  }

  .section-csr .csr-body-wrap li .desc-block .btn-wrap {
    margin-top: 20px;
  }
}

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

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


