@charset "UTF-8";
/*********************************************************
  * 会社概要
**********************************************************/
/* company-links
---------------------------------------------------------*/
.company-links {
  padding: 54px 0 80px;
}
@media screen and (max-width: 750px) {
  .company-links {
    padding: 30px 0 40px;
  }
}
.company-links-list {
  display: flex;
  justify-content: space-between;
  background: #edfaeb;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .company-links-list {
    flex-wrap: wrap;
    padding: 10px 10px 0;
  }
}
.company-links-list li {
  width: calc(25% - 16px);
}
@media screen and (max-width: 750px) {
  .company-links-list li {
    width: calc(50% - 10px);
    height: 40px;
    margin-bottom: 10px;
  }
}
.company-links-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .company-links-list li a {
    font-size: 14px;
  }
}
.company-links-list li::before {
  top: 0;
  bottom: 0;
  width: 14px;
  height: 9px;
  background: url("../img/company/btn_arrow.png") no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .company-links-list li::before {
    width: 10px;
    height: 6px;
  }
}
.company-links-list li:hover::before {
  right: 14px;
  bottom: -8px;
}

/* company-policy
---------------------------------------------------------*/
.company-policy {
  position: relative;
}
.company-policy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media screen and (min-width: 1701px) {
  .company-policy__bg {
    height: 35vw;
  }
}
.company-policy__bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center top/100% no-repeat;
  opacity: 0;
  animation: img-slide 15s linear infinite;
}
.company-policy__bg .img:nth-child(1) {
  animation-delay: 0s;
  background-image: url("../img/company/policy_bg01.jpg");
}
.company-policy__bg .img:nth-child(2) {
  animation-delay: 3s;
  background-image: url("../img/company/policy_bg02.jpg");
}
.company-policy__bg .img:nth-child(3) {
  animation-delay: 6s;
  background-image: url("../img/company/policy_bg03.jpg");
}
.company-policy__bg .img:nth-child(4) {
  animation-delay: 9s;
  background-image: url("../img/company/policy_bg04.jpg");
}
.company-policy__bg .img:nth-child(5) {
  animation-delay: 12s;
  background-image: url("../img/company/policy_bg05.jpg");
}
@media screen and (max-width: 750px) {
  .company-policy__bg .img:nth-child(1) {
    background-image: url("../img/company/policy_bg01-sp.jpg");
  }
  .company-policy__bg .img:nth-child(2) {
    background-image: url("../img/company/policy_bg02-sp.jpg");
  }
  .company-policy__bg .img:nth-child(3) {
    background-image: url("../img/company/policy_bg03-sp.jpg");
  }
  .company-policy__bg .img:nth-child(4) {
    background-image: url("../img/company/policy_bg04-sp.jpg");
  }
  .company-policy__bg .img:nth-child(5) {
    background-image: url("../img/company/policy_bg05-sp.jpg");
  }
}
@keyframes img-slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.company-policy.top-msg {
  padding-top: 27.7%;
  background: none;
}
@media screen and (max-width: 750px) {
  .company-policy.top-msg {
    background: #f5f5f5;
    padding-top: 45%;
  }
}
.company-policy.top-msg .top-msg-en {
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .company-policy.top-msg .top-msg-en {
    top: -15px;
  }
}
.company-policy.top-msg .top-msg-en > span {
  padding: 9px 33px;
}
@media screen and (max-width: 750px) {
  .company-policy.top-msg .top-msg-en > span {
    padding: 6px 23px;
  }
}
.company-policy.top-msg .top-msg-ttl::before {
  content: "POLICY";
}
.company-policy.top-msg .top-msg-txt {
  letter-spacing: 0.06em;
}

/* company-msg
---------------------------------------------------------*/
.company-msg {
  font-feature-settings: "palt";
  padding: 138px 0 76px;
}
@media screen and (max-width: 750px) {
  .company-msg {
    padding: 100px 0 50px;
  }
}
.company-msg .c-ttl {
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .company-msg .c-ttl {
    margin-bottom: 30px;
  }
}
.company-msg .msg-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .company-msg .msg-wrap {
    display: block;
  }
}
.company-msg .msg-wrap-img {
  flex: 0 0 50%;
  padding-top: 12px;
  padding-right: 32px;
}
@media screen and (max-width: 750px) {
  .company-msg .msg-wrap-img {
    position: unset;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.company-msg .msg-wrap-desc {
  flex: 0 0 50%;
  padding: 0 calc(50% - 600px) 0 42px;
}
@media screen and (max-width: 1240px) {
  .company-msg .msg-wrap-desc {
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .company-msg .msg-wrap-desc {
    width: 100%;
    padding: 0 20px;
  }
}
.company-msg .msg-wrap-desc__ttl {
  font-size: 38px;
  color: #36b02b;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-style: oblique;
  margin-bottom: 13px;
}
@media screen and (max-width: 959px) {
  .company-msg .msg-wrap-desc__ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .company-msg .msg-wrap-desc__ttl {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.company-msg .msg-wrap-desc__txt {
  font-style: oblique;
  line-height: 2.25;
  margin-bottom: 14px;
  text-align: justify;
  word-break: normal;
}
@media screen and (max-width: 750px) {
  .company-msg .msg-wrap-desc__txt {
    line-height: 2;
    margin-bottom: 14px;
  }
}
.company-msg .msg-wrap-desc__sign {
  font-size: 22px;
  color: #36b02b;
  font-style: oblique;
  font-feature-settings: "palt";
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .company-msg .msg-wrap-desc__sign {
    font-size: 16px;
  }
}

/* company-intro
---------------------------------------------------------*/
.company-intro {
  background: #f5f5f5;
  padding: 176px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .company-intro {
    padding: 90px 0 40px;
  }
}
.company-intro .c-ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .company-intro .c-ttl {
    margin-bottom: 30px;
  }
}
.company-intro .c-ttl .en-large {
  top: -85px;
  color: #FFF;
  opacity: 1;
  z-index: 0;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .company-intro .c-ttl .en-large {
    top: -20px;
    font-size: 40px;
  }
}
.company-intro .c-ttl .en-small {
  position: relative;
  z-index: 1;
}
.company-intro .c-ttl::before {
  top: -97px;
}
@media screen and (max-width: 750px) {
  .company-intro .c-ttl::before {
    top: -74px;
  }
}
.company-intro .intro-cont {
  background: #FFF;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    padding: 20px;
  }
}
.company-intro .intro-cont-table {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table {
    border-top: 1px solid #aaa;
  }
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr {
    display: block;
  }
}
.company-intro .intro-cont-table tr th, .company-intro .intro-cont-table tr td {
  padding: 31px 0;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr th, .company-intro .intro-cont-table tr td {
    display: block;
    padding: 10px 0;
  }
}
.company-intro .intro-cont-table tr th {
  width: 150px;
  color: #36b02b;
  font-weight: bold;
  border-top: 1px solid #36b02b;
  border-bottom: 1px solid #36b02b;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr th {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.company-intro .intro-cont-table tr td {
  border-bottom: 1px solid #aaa;
  font-feature-settings: "palt";
  letter-spacing: 0;
  padding-left: 70px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr td {
    padding-top: 0;
    padding-left: 0;
  }
}
.company-intro .intro-cont-table tr td .table-list li {
  position: relative;
  padding-left: 20px;
}
.company-intro .intro-cont-table tr td .table-list li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #36b02b;
}
.company-intro .intro-cont-table tr td .table-list.wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr td .table-list.wrap {
    display: block;
  }
}
.company-intro .intro-cont-table tr td .table-list.wrap li {
  margin-right: 29px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr td .table-list.wrap li {
    margin-right: 0;
  }
}
.company-intro .intro-cont-table tr:first-child td {
  border-top: 1px solid #aaa;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr:first-child td {
    border-top: none;
  }
}
.company-intro .intro-cont-table tr.table-wrap th, .company-intro .intro-cont-table tr.table-wrap td {
  padding: 16px 0;
}
.company-intro .intro-cont-table tr.table-wrap th {
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-wrap th {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.company-intro .intro-cont-table tr.table-wrap td .address {
  margin-right: 24px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-wrap td .address {
    margin-right: 0;
  }
}
.company-intro .intro-cont-table tr.table-wrap td .gmap {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-wrap td .gmap {
    width: 100%;
  }
}
.company-intro .intro-cont-table tr.table-wrap td .gmap a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffeb00;
  background: #ffeb00;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.7px;
  padding: 2px 0;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-wrap td .gmap a {
    font-size: 12px;
    max-width: 200px;
    margin: 6px auto 0;
  }
}
.company-intro .intro-cont-table tr.table-wrap td .gmap a img {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
.company-intro .intro-cont-table tr.table-wrap td.td-address {
  display: block;
}
.company-intro .intro-cont-table tr.table-wrap td.td-address .address-cont {
  padding-left: 70px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-wrap td.td-address .address-cont {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
}
.company-intro .intro-cont-table tr.table-wrap td.td-address .address-cont-ttl {
  font-weight: bold;
}
.company-intro .intro-cont-table tr.table-wrap td.td-address .address-cont-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-wrap td.td-address .address-cont-wrap {
    display: block;
  }
}
.company-intro .intro-cont-table tr.table-height th, .company-intro .intro-cont-table tr.table-height td {
  padding: 20px 0 31px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-height th, .company-intro .intro-cont-table tr.table-height td {
    padding: 16px 0;
  }
}
.company-intro .intro-cont-table tr.table-height th {
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-height th {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.company-intro .intro-cont-table tr.table-height td {
  padding-left: 70px;
}
@media screen and (max-width: 750px) {
  .company-intro .intro-cont-table tr.table-height td {
    padding-top: 0;
    padding-left: 0;
  }
}

/* company-history
---------------------------------------------------------*/
.company-history {
  padding: 180px 0 50px;
}
@media screen and (max-width: 750px) {
  .company-history {
    padding: 118px 0 90px;
  }
}
.company-history .c-ttl {
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .company-history .c-ttl {
    margin-bottom: 20px;
  }
}
.company-history .c-ttl .en-large {
  top: -86px;
}
@media screen and (max-width: 750px) {
  .company-history .c-ttl .en-large {
    top: -13px;
  }
}
.company-history .c-ttl::before {
  top: -100px;
}
@media screen and (max-width: 750px) {
  .company-history .c-ttl::before {
    top: -74px;
  }
}
.company-history .history-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  background: #edfaeb;
  padding: 53px 70px 56px 0;
}
@media screen and (max-width: 959px) {
  .company-history .history-wrap {
    padding-bottom: 24%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap {
    padding: 24px 20px 80px;
  }
}
.company-history .history-wrap__inner {
  width: 656px;
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__inner {
    width: 100%;
  }
}
.company-history .history-wrap__timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 57px;
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__timeline {
    padding-bottom: 16px;
  }
}
.company-history .history-wrap__timeline .timeline-date {
  position: relative;
  font-size: 18px;
  color: #36b02b;
  font-weight: bold;
  max-width: 130px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__timeline .timeline-date {
    width: 33%;
    font-size: 15px;
    letter-spacing: 0;
  }
}
.company-history .history-wrap__timeline .timeline-cont {
  width: calc(100% - 130px - 160px);
  font-size: 16px;
  font-feature-settings: "palt";
  padding-top: 4px;
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__timeline .timeline-cont {
    font-size: 15px;
    width: 54%;
  }
}
.company-history .history-wrap__timeline::before {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 31%;
  content: " ";
  width: 4px;
  height: 100%;
  background: url("../img/company/history_line.png") repeat-y;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__timeline::before {
    left: 38%;
    width: 3px;
  }
}
.company-history .history-wrap__timeline::after {
  position: absolute;
  top: 9px;
  left: 29.8%;
  content: " ";
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #04b238, #6cde22);
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__timeline::after {
    top: 10px;
    left: 36.5%;
    width: 12px;
    height: 12px;
  }
}
.company-history .history-wrap__timeline:last-child {
  padding-bottom: 0;
}
.company-history .history-wrap__timeline:last-child::before {
  content: none;
}
.company-history .history-wrap__img {
  position: absolute;
  bottom: -38px;
  right: -128px;
  width: 396px;
}
@media (max-width: 1560px) {
  .company-history .history-wrap__img {
    right: -100px;
  }
}
@media (max-width: 1299px) {
  .company-history .history-wrap__img {
    width: 30%;
    right: -4%;
  }
}
@media screen and (max-width: 959px) {
  .company-history .history-wrap__img {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .company-history .history-wrap__img {
    width: 163px;
    bottom: -83px;
  }
}

.company-gallery {
  width: 100%;
  padding: 30px 0;
}
.company-gallery__slide {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.company-gallery__slide + .company-gallery__slide {
  margin-top: 15px;
}
.company-gallery__list {
  display: flex;
  width: auto;
  height: 100%;
}
.company-gallery__list li {
  display: block;
  width: 400px;
  margin-right: 15px;
}
.company-gallery__list:nth-child(1) {
  animation: loop1 160s -80s linear infinite;
}
.company-gallery__list:nth-child(2) {
  animation: loop2 160s linear infinite;
}
.company-gallery__slide--reverse .company-gallery__list {
  animation-direction: reverse;
}
@keyframes loop1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 750px) {
  .company-gallery__list li {
    width: 200px;
  }
}
