@charset "UTF-8";
/* CSS Document */
/*//////////SPサイズ///////////*/
@media screen and (max-width:767px) {
 /* ==============================
 * Philosophyセクション（SP） start
 * ============================== */
.PhilosophySection {
  width: 100vw;
  background: #f2f2ef;
  padding: 8vw 0;
}
.PhilosophySection__inner {
  width: 87vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
.PhilosophySection__content {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.PhilosophySection__block {
  padding: 0 0 1rem 0;
  position: relative;
}
.PhilosophySection__heading {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  color: #206b4d;
  letter-spacing: 0.05em;
  margin-bottom: 3vw;
}
.PhilosophySection__heading span {
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 0.5rem;
  color: #206b4d;
}
.PhilosophySection__lead {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  color: #222;
  margin-bottom: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
.PhilosophySection__text {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  text-align: justify;
}
/* ==============================
 * Philosophyリスト（SP調整） start
 * ============================== */
.PhilosophySection__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.PhilosophySection__list li {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
}

/* 番号とタイトル行 */
.PhilosophySection__list span {
  color: #206b4d;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 0.3rem;
}
.PhilosophySection__list strong {
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  color: #222;
}

/* 本文（改行後の部分） */
.PhilosophySection__list li br.SP + * {
  display: inline-block;
  margin-top: 0.2rem;
}
/* ==============================
 * Philosophyリスト（SP調整） end
 * ============================== */

.PhilosophySection__bar {

}
.PhilosophySection__image-wrap {
  width: 100%;
  height: auto;
}
.PhilosophySection__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ==============================
 * Philosophyセクション（SP） end
 * ============================== */

/* ==============================
 * Executive Interview セクション（SP） start
 * ============================== */
.ExecutiveSection {
  background: #fff;
  padding: 12vw 0;
  position: relative;
}
.ExecutiveSection__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 100%);
  background: #25634D;
  z-index: 1;
}
.ExecutiveSection__inner {
  position: relative;
  width: 87vw;
  margin: 0 auto;
  z-index: 10;
}
.ExecutiveSection__content-grid {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}
.ExecutiveSection__header {
  position: relative;
  padding-left: 0;
}
.ExecutiveSection__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  color: #f1cd6d;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
.ExecutiveSection__lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
.ExecutiveSection__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 400;
}
.ExecutiveSection__bar {

}

/* 動画サムネイル */
.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
}
.video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: url('../images/play_bot.svg') no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

/* ライトボックス */
.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-content {
  position: relative;
  width: 87vw;
  max-width: 1280px;
}
.lightbox-content video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.4rem;
}

/* 閉じるボタン */
.lightbox-close {
  position: absolute;
  top: -2rem;
  right: -2rem;
  background: none;
  color: #fff;
  font-size: 2rem;
  border: none;
  cursor: pointer;
}
/* ==============================
 * Executive Interview セクション（SP） end
 * ============================== */


/* ==============================
 * Company Overview セクション（SP） start
 * ============================== */
.CompanyOverviewSection {
  background: #fff;
  padding: 10vw 0 0 0;
}
.CompanyOverviewSection__inner {
  width: 87vw;
  border-top: 1px solid #aaa;
  margin: 0 auto;
  padding: 6vw 0;
}
.CompanyOverviewSection__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  color: #1c8563;
  margin-bottom: 6vw;
  font-weight: 400;
}
.CompanyOverviewSection__table {
  display: flex;
  flex-direction: column;
}
.CompanyOverviewSection__row {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid #C5C5C5;
}
.CompanyOverviewSection__row dt {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}
.CompanyOverviewSection__row dd {
  color: #222;
  line-height: 1.8;
}
/* ==============================
 * Company Overview セクション（SP） end
 * ============================== */


/* ==============================
 * Accessセクション（SP） start
 * ============================== */
.AccessSection {
  width: 100vw;
  background: #fff;
  padding: 10vw 0;
}
.AccessSection__inner {
  width: 87vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
.AccessSection__block {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.AccessSection__label {
  height: 1px;
  width: 4rem;
  background-color: #235296;
}
.AccessSection__address {
  font-size: 1rem;
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.googlemaps {
  width: 100%;
  height: 60vh;
  margin: 3vw 0;
}
.googlemaps iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
  display: block;
}
/* ==============================
 * Accessセクション（SP） end
 * ============================== */


 
 


}