@charset "UTF-8";
/* ---------------------------------------
COMPANY
-----------------------------------------*/
/* 共通
--------------------------------*/
main section {
  padding: 9rem 0 15rem;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 12rem 0 15rem;
  }
}

/* sec_philosophy
--------------------------------*/
#sec_philosophy::before, #sec_philosophy::after {
  background-color: rgba(156, 157, 157, 0.8);
}
#sec_philosophy .bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .bg {
    width: 100%;
    height: auto;
  }
}
#sec_philosophy .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_philosophy .sec_ttl_en {
  color: #9C9D9D;
}
#sec_philosophy .sec_ttl_en.is-show text {
  stroke: #9C9D9D;
  animation-name: ttl_anime_gray2;
}
#sec_philosophy .sec_head .txt_wrap {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .sec_head .txt_wrap {
    width: 100%;
  }
}
#sec_philosophy .sec_head .txt_wrap .txt {
  text-align: justify;
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .sec_head .txt_wrap .txt {
    font-size: 3.2rem;
  }
}
#sec_philosophy .list_wrap {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .list_wrap {
    margin-top: 24rem;
  }
}
#sec_philosophy .list_wrap .ttl01 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .list_wrap .ttl01 {
    font-size: 4rem;
  }
}
#sec_philosophy .philosophy_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 2.4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list {
    grid-template-columns: 1fr;
    gap: 7rem 0;
    margin-top: 6rem;
  }
}
#sec_philosophy .philosophy_list .item {
  padding: 3.6rem;
  border: 1px solid #414141;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item {
    padding: 5rem;
  }
}
#sec_philosophy .philosophy_list .item .img {
  width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item .img {
    height: 28rem;
  }
}
#sec_philosophy .philosophy_list .item:nth-child(1) img {
  width: 9.6rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item:nth-child(1) img {
    width: 15.7rem;
  }
}
#sec_philosophy .philosophy_list .item:nth-child(2) img {
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item:nth-child(2) img {
    width: 13.9rem;
  }
}
#sec_philosophy .philosophy_list .item:nth-child(3) img {
  width: 16.4rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item:nth-child(3) img {
    width: 27rem;
  }
}
#sec_philosophy .philosophy_list .item .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item .ttl {
    font-size: 4.6rem;
    margin-top: 0;
  }
}
#sec_philosophy .philosophy_list .item .txt {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #sec_philosophy .philosophy_list .item .txt {
    margin-top: 2rem;
  }
}

/* sec_message
--------------------------------*/
#sec_message .inner {
  align-items: flex-end;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner {
    margin-top: 5rem;
  }
}
#sec_message .inner .txt_wrap {
  width: 63.2rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap {
    width: 100%;
  }
}
#sec_message .inner .txt_wrap p {
  padding-left: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap p {
    padding-left: 0;
  }
}
#sec_message .inner .txt_wrap .txt {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap .txt {
    margin-top: 6rem;
  }
}
#sec_message .inner .txt_wrap .name {
  font-weight: 700;
  margin-top: 5rem;
}
#sec_message .inner .txt_wrap .name span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .txt_wrap .name span {
    font-size: 3.8rem;
  }
}
#sec_message .inner .img {
  width: 43.4rem;
}
@media screen and (max-width: 767px) {
  #sec_message .inner .img {
    width: 100%;
    margin-top: 8rem;
  }
}

/* sec_profile
--------------------------------*/
#sec_profile .tb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_profile .tb th,
  #sec_profile .tb td {
    display: block;
  }
}
#sec_profile .tb tr:nth-child(odd) th,
#sec_profile .tb tr:nth-child(odd) td {
  background-color: #E8E8E8;
}
#sec_profile .tb th {
  width: 19rem;
  vertical-align: middle;
  font-weight: 700;
  padding: 1.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb th {
    width: 100%;
    padding: 1.75rem 3.5rem 0;
  }
}
#sec_profile .tb td {
  text-align: justify;
  width: calc(100% - 19rem);
  padding: 1.5rem 4rem 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb td {
    width: 100%;
    padding: 0 3.5rem 1.75rem;
  }
}
#sec_profile .tb td .txt_s {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sec_profile .tb td .txt_s {
    font-size: 2.4rem;
  }
}

/* sec_history
--------------------------------*/
#sec_history .tb_wrap {
  align-items: flex-start;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sec_history .tb_wrap {
    margin-top: 6rem;
  }
}
#sec_history .tb {
  width: 58.8rem;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #sec_history .tb {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec_history .tb th,
  #sec_history .tb td {
    display: block;
  }
}
#sec_history .tb tr:nth-child(even) th,
#sec_history .tb tr:nth-child(even) td {
  background-color: #E8E8E8;
}
#sec_history .tb th {
  vertical-align: top;
  width: 17rem;
  font-weight: 700;
  padding: 1.5rem 3.6rem;
}
@media screen and (max-width: 767px) {
  #sec_history .tb th {
    width: 100%;
    padding: 1.75rem 3.5rem 0;
  }
}
#sec_history .tb td {
  width: calc(100% - 17rem);
  padding: 1.5rem 1rem 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_history .tb td {
    width: 100%;
    padding: 0 3.5rem 1.75rem;
  }
}