@charset "utf-8";

/* page-link
-------------------------------------------------------------- */
.page-link {
  padding: 24px 0;
  background: var(--color-palegray);
}

.page-link li {
  width: 22%;
}

.page-link li a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  text-align: center;
}

.page-link li .en {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-lightgreen);
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
}

.page-link li .jp {
  display: block;
  font-weight: 300;
}

.page-link li a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 2px solid var(--color-lightgreen);
  border-right: 2px solid var(--color-lightgreen);
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
  content: "";
}

.page-link li a:hover {
  color: var(--color-lightgreen);
  opacity: 1;
}

.page-link li a:hover::after {
  bottom: -10px;
}

@media (max-width: 1000px) {
  .page-link li .en {
    font-size: 1.6rem;
  }

  .page-link li .jp {
    font-size: 1.1rem;
  }

  .page-link li a::after {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  .page-link {
    padding: 30px 0 0;
  }

  .page-link li {
    padding-bottom: 30px;
    width: 48%;
  }

  .page-link li .en {
    font-size: 1.8rem;
  }

  .page-link li .jp {
    font-size: 1.2rem;
  }

  .page-link li a::after {
    width: 10px;
    height: 10px;
  }
}

/* message
-------------------------------------------------------------- */
#message {
  padding: 144px 0;
}

#message h3 {
  padding-bottom: 80px;
  color: var(--color-green);
  font-size: 4rem;
  font-weight: 300;
}

#message .txt-area h4 {
  padding-bottom: 32px;
  color: var(--color-green);
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
}

#message .txt-area p {
  padding-bottom: 24px;
  font-weight: 300;
}

#message .sec01 figure {
  width: 48.3%;
}

#message .sec01 .txt-area {
  width: 48.3%;
}

#message .sec01 .txt-areav2 {
  width: 100%!important;
}

#message .sec02 {
  padding: 56px 0;
}

#message .sec02 figure {
  width: 38.7%;
  order: 1;
}

#message .sec02 .txt-area {
  width: 58%;
}

#message .sec03 figure {
  width: 32.3%;
}

#message .sec03 .txt-area {
  width: 64.4%;
}

#message .sec03 .name {
  padding-top: 32px;
  text-align: right;
  font-weight: 400;
}

#message .sec03 .name img {
  padding-top: 10px;
}

@media (max-width: 767px) {
  #message {
    padding: 60px 0;
    overflow: hidden;
  }

  #message h3 {
    padding-bottom: 40px;
    font-size: 2rem;
  }

  #message .txt-area h4 {
    padding: 20px 0;
    font-size: 1.9rem;
  }

  #message .txt-area p {
    padding-bottom: 20px;
  }

  #message .sec01 figure {
    width: 100%;
  }

  #message .sec01 .txt-area {
    width: 100%;
  }

  #message .sec02 {
    padding: 30px 0;
  }

  #message .sec02 figure {
    width: 100%;
    order: -1;
  }

  #message .sec02 .txt-area {
    width: 100%;
  }

  #message .sec03 figure {
    width: 100%;
  }

  #message .sec03 .txt-area {
    width: 100%;
  }

  #message .sec03 .name {
    padding-top: 20px;
  }

  #message .sec03 .name img {
    max-width: 160px;
  }
}

/* philosophy
-------------------------------------------------------------- */
#philosophy {
  padding: 160px 0;
  background: url(../img/company/philosophy_bg.png) repeat-y;
  color: var(--color-white);
}

#philosophy .ttl_h2 .en {
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
}

#philosophy h3 {
  padding-bottom: 72px;
  text-align: center;
}

#philosophy h3 .en {
  display: block;
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1em;
}

#philosophy h3 .en strong {
  font-size: 9.6rem;
  font-weight: 200;
}

#philosophy h3 .jp {
  display: block;
  font-size: 1.9rem;
  font-weight: 300;
  letter-spacing: .1em;
}

#philosophy dl {
  width: 31%;
  text-align: center;
}

#philosophy dt .jp {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-white);
  font-size: 9.6rem;
  font-weight: 200;
  line-height: 1;
}

#philosophy dt .en {
  display: block;
  padding-top: 20px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1em;
}

#philosophy dd {
  font-weight: 300;
  line-height: 3;
}

@media (max-width: 767px) {
  #philosophy {
    padding: 100px 0 60px;
  }

  #philosophy h3 {
    padding-bottom: 50px;
  }

  #philosophy h3 .en {
    font-size: 2.8rem;
  }

  #philosophy h3 .en strong {
    font-size: 5rem;
  }

  #philosophy h3 .jp {
    font-size: 1.6rem;
  }

  #philosophy dl {
    margin: 0 auto 40px;
    width: 90%;
  }

  #philosophy dt .jp {
    padding-bottom: 15px;
    font-size: 6rem;
  }

  #philosophy dt .en {
    padding-top: 20px;
    font-size: 2rem;
  }

  #philosophy dd {
    line-height: 3;
  }
}

/* profile
-------------------------------------------------------------- */
#profile {
  padding: 144px 0;
}

#profile table {
  width: 100%;
}

#profile th {
  padding: 28px 16px;
  width: 15%;
  text-align: left;
  border-top: 1px solid var(--color-lightgray);
}

#profile td {
  padding: 28px 16px;
  width: 85%;
  border-top: 1px solid var(--color-lightgray);
}

#profile .map {
  height: 304px;
}

@media (max-width: 767px) {
  #profile {
    padding: 60px 0;
  }

  #profile tr {
    border-top: 1px solid var(--color-lightgray);
    border-bottom: 1px solid var(--color-lightgray);
  }

  #profile tr:last-child {
    border-bottom: none;
  }

  #profile th {
    display: block;
    padding: 20px 10px 5px;
    border: none;
    width: 100%;
  }

  #profile td {
    display: block;
    padding: 0 10px 20px;
    border: none;
    width: 100%;
  }

  #profile .map {
    height: 250px;
  }
}

/* partner
-------------------------------------------------------------- */
#partner {
  padding: 144px 0;
  background: var(--color-palegray);
}

#partner ul {
  width: 32%;
}

#partner li {
  position: relative;
  padding-left: 20px;
}

#partner li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.bnr {
  padding: 160px 0;
  text-align: center;
}

.bnr dd {
  padding-top: 10px;
  font-weight: 300;
}

@media (max-width: 767px) {
  #partner {
    padding: 60px 0;
  }

  #partner ul {
    width: 100%;
  }

  .bnr {
    padding: 60px 0;
  }
}