@charset "UTF-8";

/* ============================================================
 * MESSEGE
 * ============================================================ */
.about_message {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.about_message .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--ivory);
}

.about_message_lead {
  margin-bottom: 56px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7;
  color: var(--main);
}

.about_message_body {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.about_message_body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  transform: translate(-50%, -50%);
  background-image: url("../img/laughtale_back_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.about_message_text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2;
}

.about_message_text + .about_message_text {
  margin-top: 2.2em;
}

/* 「代理人業務」以降（もっと読む内）の上に余白 */
.about_message_more {
  margin-top: 2.2em;
}

.about_message_sign {
  margin-top: 56px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about_message_sign img {
  height: 1.5em;
  width: auto;
  vertical-align: middle;
}

.about_message_portrait {
  margin-top: 16px;
  line-height: 0;
}

.about_message_portrait img {
  width: 185px;
  height: auto;
  display: inline-block;
  border-radius: 9999px;
}

/* ============================================================
 * Mission / Vision / Value
 * ============================================================ */
.about_mvv {
  position: relative;
  margin-top: -70px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.about_mvv::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 420px;
  background-color: var(--orange);
  border-radius: 60% 60% 0 0 / 260px 260px 0 0;
}

.about_mvv_panel {
  position: relative;
  background-color: var(--main-color);
  border-radius: 60% 60% 0 0 / 260px 260px 0 0;
  padding: 100px 40px 110px;
}

.about_mvv_panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -107px;
  height: 100px;
  background-color: var(--green-color);
  clip-path: polygon(0 0, 100% 0, 100% 8%, 66% 100%, 30% 8%, 0 100%);
  z-index: 1;
}

.about_mvv_panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -99px;
  height: 100px;
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 100% 8%, 66% 100%, 30% 8%, 0 100%);
  z-index: 1;
}

.mvv_inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
}

.mvv_block {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--orange);
}

.mvv_block + .mvv_block {
  margin-top: 26px;
}

.mvv_title {
  font-family: "Atma", cursive;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--orange);
  margin-bottom: 8px;
}

.mvv_text {
  font-weight: 700;
}

.mvv_list li {
  position: relative;
  padding-left: 1.2em;
  font-weight: 700;
}

.mvv_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ============================================================
 * Company Profile
 * ============================================================ */
.about_profile {
  position: relative;
  overflow: hidden;
  background-color: var(--green-pale);
  padding-top: 175px;
}

.about_profile .inner {
  position: relative;
  z-index: 1;
}

.about_profile .sec_head {
  position: relative;
  margin-bottom: 95px;
}

.about_profile .sec_head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 178px;
  transform: translate(-50%, -50%);
  background-image: url("../img/laughtale_back_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}

.about_profile_deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.deco_logo {
  position: absolute;
  background-image: url("../img/laughtale_back_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.55;
}

.deco_logo--1 { width: 130px; height: 116px; top: 30px; left: -30px; transform: rotate(-12deg); }
.deco_logo--2 { width: 90px; height: 80px; top: 42%; left: -34px; transform: rotate(8deg); }
.deco_logo--3 { width: 110px; height: 98px; bottom: 70px; left: 14px; transform: rotate(-6deg); }
.deco_logo--4 { width: 150px; height: 134px; top: 26%; right: -44px; transform: rotate(10deg); }
.deco_logo--5 { width: 230px; height: 205px; bottom: 48px; right: 44px; transform: rotate(-14deg); }
.deco_logo--6 { width: 80px; height: 71px; top: 128px;  right: 9%; transform: rotate(6deg); }

.profile_table {
  max-width: 800px;
  margin: 0 auto;
}

.profile_card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 48px 56px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.08);
}

.profile_row {
  display: flex;
  gap: 28px;
  padding: 18px 0;
  border-bottom: 1px solid #E8E8E8;
}

.profile_row:first-child {
  padding-top: 0;
}

.profile_row:last-child {
  border-bottom: none;
}

.profile_label {
  flex-shrink: 0;
  width: 145px;
  font-weight: 600;
  color: var(--green-color);
}

.profile_value {
  flex: 1;
  min-width: 0;
  font-weight: 600;
}

.profile_list li + li,
.profile_marklist li + li {
  margin-top: 4px;
}

.profile_addr .addr_block + .addr_block {
  margin-top: 22px;
}
.profile_addr .addr_line {
  margin: 0 0 8px;
}
.profile_addr .addr_label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 2px;
}
.profile_addr .addr_label::before { content: "【"; }
.profile_addr .addr_label::after { content: "】"; }
.profile_map--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  background: #f3f3f3;
  color: #999;
  font-size: 0.85rem;
}

.profile_map {
  margin-top: 12px;
  max-width: 460px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}

.profile_map iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
}

.profile_marklist li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1.8;
}

.profile_marklist li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.8;
  transform: scale(0.7);
  transform-origin: left center;
  color: var(--black);
}

/* ============================================================
 * 組織体制図
 * ============================================================ */
.org {
  padding-top: 6px;
}

.org img {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
 * レスポンシブ
 * ============================================================ */
/* メッセージ「もっと読む」（PCは常時表示・ボタン非表示） */
.about_message_toggle {
  display: none;
  margin-top: 18px;
  padding: 11px 28px;
  border: 2px solid var(--black);
  border-radius: 9999px;
  background: #fff;
  /* iOS Safari の <button> 既定色（青）を防ぎ、ページのメインカラーに */
  color: var(--main);
  -webkit-text-fill-color: var(--main);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: inherit;
}

@media screen and (max-width: 768px) {

  .about_message_lead {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  /* リードはPCと同じ改行を活かす（brを表示） */
  .about_message_lead br { display: inline; }

  /* 本文は「もっと読む」で格納 */
  .about_message_toggle { display: inline-block; }
  .about_message_more { display: none; }
  .about_message_body.is-open .about_message_more { display: block; }

  .about_message_body::before {
    width: 108%;
    height: 110%;
  }

  .about_message_text {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  /* リードの一部の改行のみ消す（本文の改行はPCと同じ） */
  .about_message_lead br.sp-hide {
    display: none;
  }

  .about_message_sign {
    margin-top: 40px;
  }

  .about_message_portrait img {
    width: 150px;
  }

  .about_mvv::before {
    height: 240px;
    border-radius: 50% 50% 0 0 / 130px 130px 0 0;
  }

  .about_mvv_panel {
    border-radius: 50% 50% 0 0 / 130px 130px 0 0;
    padding: 96px 24px 72px;
  }

  .about_mvv_panel::after {
    bottom: -32px;
    height: 34px;
  }
  .about_mvv_panel::before {
    bottom: -47px;
    height: 46px;
  }

  .mvv_inner {
    padding: 0 20px;
  }

  .mvv_title {
    font-size: 1.7rem;
  }

  .mvv_text,
  .mvv_list li {
    font-size: 1rem;
    line-height: 1.7;
  }

  .about_profile {
    padding-top: 120px;
  }

  .about_profile .sec_head {
    margin-bottom: 48px;
  }

  .deco_logo--6 {
    top: 60px;
    right: -5%;
  }

  .mvv_text br {
    display: none;
  }

  .profile_card {
    padding: 28px 20px;
  }

  .profile_row {
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
  }

  .profile_label {
    width: auto;
    padding-top: 0;
  }
}
