@charset "UTF-8";
/* ========== ========== ==========
個別部
========== ========== ========== */
.pAbout_philosophy {
  margin-bottom: clamp(93.33px, calc(140 / var(--base-width-pc) * 100vw), 140px);
}
.pAbout_philosophy_ul {
  width: 100%;
}
.pAbout_philosophy_li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px clamp(40px, calc(60 / var(--base-width-pc) * 100vw), 60px);
}
.pAbout_philosophy_li:not(:last-of-type) {
  margin-bottom: clamp(40px, 4.1666666667vw, 60px);
}
@media screen and (max-width: 768px) {
  .pAbout_philosophy_li {
    flex-direction: column;
  }
}
.pAbout_philosophy_li_title {
  color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: clamp(13.33px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
.pAbout_philosophy_li_title_span {
  font-family: var(--font-Montserrat);
  font-weight: bold;
  font-size: 20px;
}
.pAbout_philosophy_li_texts {
  width: 100%;
}
.pAbout_philosophy_li_text1 {
  font-size: clamp(18px, 2.2222222222vw, 32px);
  font-weight: bold;
  margin-bottom: clamp(13.33px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
.pAbout_philosophy_li_text2 {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: 500;
  line-height: 2;
}
.pAbout_philosophy_li_image {
  width: 100%;
  border-radius: 8px;
}
.pAbout_philosophy_li_images {
  width: 47.2727272727%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .pAbout_philosophy_li_images {
    width: min(100%, 400px);
    margin-inline: auto;
  }
}

.pAbout_business {
  margin-bottom: clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px);
}
.pAbout_business_body {
  display: flex;
  align-items: flex-start;
  gap: 30px clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .pAbout_business_body {
    flex-direction: column-reverse;
  }
}
.pAbout_business_image {
  border-radius: 6px;
  flex-shrink: 0;
  width: clamp(226.67px, calc(340 / var(--base-width-pc) * 100vw), 340px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .pAbout_business_image {
    width: min(100%, 300px);
    margin-inline: auto;
  }
}
.pAbout_business_texts_title {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: bold;
}
.pAbout_business_texts_text {
  line-height: 2;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}

.about {
  background-color: #EEEEEE;
  border-radius: var(--radius) var(--radius) 0 0;
  padding-top: clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px);
  padding-bottom: calc(clamp(60px, calc(90 / var(--base-width-pc) * 100vw), 90px) + 100px);
  margin-bottom: -100px;
}
.about_dl {
  display: flex;
  flex-wrap: wrap;
}
.about_dt, .about_dd {
  border-bottom: solid 1px #AAAAAA;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.about_dt {
  width: 160px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .about_dt {
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
.about_dd {
  width: calc(100% - 160px);
  padding-inline: 20px;
}
@media screen and (max-width: 600px) {
  .about_dd {
    width: 100%;
    padding-bottom: 10px;
  }
}

.pAbout_history {
  background-color: white;
  border-radius: var(--radius) var(--radius) 0 0;
  padding-block: clamp(80px, 6.25vw, 90px);
  padding-bottom: min(calc(268 / var(--base-width-pc) * 100vw), 268px);
}
.pAbout_history_year {
  position: relative;
  z-index: 0;
}
.pAbout_history_year_title {
  margin-bottom: 28px;
  font-family: var(--font-Inter);
  font-weight: bold;
  color: white;
  background-color: var(--color-main);
  border-radius: 8px;
  font-size: 20px;
  padding: clamp(10px, 2vw, 20px) 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s;
}
.pAbout_history_year_title:hover {
  cursor: pointer;
}
.pAbout_history_year_title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: solid clamp(2px, calc(3 / var(--base-width-pc) * 100vw), 3px) white;
  border-top: solid clamp(2px, calc(3 / var(--base-width-pc) * 100vw), 3px) white;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.pAbout_history_year_title:is(.-active > *) {
  box-shadow: 0 3px 3px 3px color-mix(in srgb, var(--color-main) 60%, black 40%);
}
.pAbout_history_year_title:is(.-active > *)::after {
  transform: rotate(495deg);
}
.pAbout_history_year_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 169px;
  height: 100%;
  width: 2px;
  background-color: #D9D9D9;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pAbout_history_year_line {
    left: 10px;
  }
}
.pAbout_history_year_line.-top {
  top: calc(100px + min(clamp(5px, 3.857px + 0.357vw, 9px), 9px));
  height: calc(100% - 109px);
}
.pAbout_history_year_line.-top::before {
  content: "";
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, 0);
  background-color: var(--color-main);
  border-radius: 999px;
  position: absolute;
}
.pAbout_history_year_raw {
  display: flex;
}
.pAbout_history_year_raw:not(:last-of-type) {
  margin-bottom: clamp(26.67px, calc(40 / var(--base-width-pc) * 100vw), 40px);
}
.pAbout_history_year_raw:last-of-type {
  padding-bottom: clamp(13.33px, calc(20 / var(--base-width-pc) * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .pAbout_history_year_raw {
    flex-direction: column;
    margin-left: 30px;
  }
}
.pAbout_history_year_raw_left {
  width: 170px;
  color: var(--color-main);
  font-weight: 600;
  flex-shrink: 0;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-family: var(--font-Montserrat);
}
@media screen and (max-width: 768px) {
  .pAbout_history_year_raw_left {
    width: auto;
  }
}
.pAbout_history_year_raw_right {
  margin-left: 30px;
  width: calc(100% - 170px);
  font-size: clamp(14px, 1.1111111111vw, 16px);
  display: flex;
  font-family: var(--font-Inter);
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pAbout_history_year_raw_right {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
}
.pAbout_history_year_raw_right span {
  font-weight: bold;
  width: 200px;
  display: inline-block;
}

/* 個別部ここまで
---------- ---------- */