@charset "UTF-8";
/*================================================================
基本設定
================================================================*/
:root {
  --base-color: #9b8c6c;
  --base-color-light: #b5a889;
  --base-color-dark: #7d7054;
  --accent-color: #222;
  --accent-color-light: #7392b3;
  --accent-color-positive: #0cb84c;
  --accent-color-notice: #c35e0d;
  --text-color: #333333;
  --text-color-light: #666666;
  --background-color: #f5f3f0;
  --background-color-dark: #e8e4db;
  --white: #ffffff;
}

/*================================================================
what-allon402 全体のスタイル
================================================================*/
.what-allon402 {
  color: var(--text-color);
  background-color: var(--background-color);
  overflow-x: hidden;
}
.what-allon402 body {
  counter-reset: benefit-counter demerit-counter;
}
.what-allon402 .m_container {
  max-width: 1200px;
  margin: 0 auto;
}
.what-allon402 .m_container > section,
.what-allon402 .m_container > div {
  background-color: var(--white);
  margin-bottom: 50px;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.what-allon402 .m_container > section h2,
.what-allon402 .m_container > div h2 {
  font-size: 32px;
  color: var(--base-color-dark);
  border-bottom: 2px solid var(--base-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.what-allon402 .m_container > section h2::after,
.what-allon402 .m_container > div h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--base-color-light);
}
.what-allon402 .m_container > section h3,
.what-allon402 .m_container > div h3 {
  font-size: 24px;
  color: var(--base-color-dark);
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid var(--base-color);
}
.what-allon402 p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .what-allon402 p {
    font-size: 18px;
  }
}
.what-allon402 a {
  color: var(--base-color-dark);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.what-allon402 a:hover {
  color: var(--base-color);
}
.what-allon402 .internal_links {
  margin: 50px 0;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.what-allon402 .internal_links .link_buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .what-allon402 .internal_links .link_buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.what-allon402 .internal_links .link_buttons li {
  position: relative;
}
.what-allon402 .internal_links .link_buttons .button {
  display: block;
  padding: 18px 20px;
  background: linear-gradient(135deg, var(--base-color), var(--base-color-dark));
  color: var(--white) !important;
  text-decoration: none;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(155, 140, 108, 0.3);
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.what-allon402 .internal_links .link_buttons .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
.what-allon402 .internal_links .link_buttons .button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(155, 140, 108, 0.4);
  background: linear-gradient(135deg, var(--base-color-light), var(--base-color));
}
.what-allon402 .internal_links .link_buttons .button:hover::before {
  left: 100%;
}
.what-allon402 .internal_links .link_buttons .button:active {
  transform: translateY(-1px) scale(1.01);
}
@media screen and (max-width: 767px) {
  .what-allon402 .internal_links .link_buttons .button {
    font-size: 13px;
    padding: 15px 12px;
  }
}
@media screen and (min-width: 768px) {
  .what-allon402 .internal_links .link_buttons .button {
    font-size: 16px;
  }
}
.what-allon402 .internal_links .link_buttons .button:hover {
  background-color: var(--base-color-dark);
  color: var(--white);
}

/*================================================================
セクションごとのスタイル
================================================================*/
#overview .lead {
  font-size: 1.2em;
  font-weight: bold;
}
#overview .implant_layout {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
#overview .implant_layout li {
  flex: 1;
  text-align: center;
}
#overview .implant_layout li h3 {
  font-size: 18px;
  border: none;
  padding: 0;
}
#overview .implant_layout li figure {
  margin: 15px 0;
}
#overview .implant_layout li figure img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}
#overview .implant_layout li .caption {
  font-size: 14px;
  color: var(--text-color-light);
}
@media screen and (max-width: 767px) {
  #overview .implant_layout {
    flex-direction: column;
  }
}
#overview .reference {
  font-size: 13px;
  text-align: right;
  color: var(--text-color-light);
  margin-bottom: 20px;
}

.cta_allon4 {
  padding: 20px 30px !important;
  background: linear-gradient(135deg, var(--base-color), var(--base-color-dark));
  border-radius: 20px;
  color: var(--white);
  margin: 60px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(155, 140, 108, 0.3);
}
.cta_allon4 .cta_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0px;
  position: relative;
  z-index: 1;
}
.cta_allon4 .cta_inner .cta_content {
  flex: 1;
}
.cta_allon4 .cta_inner .cta_content .cta_msg {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 35px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.cta_allon4 .cta_inner .cta_buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta_allon4 .cta_inner .cta_buttons {
    flex-direction: row;
    justify-content: flex-start;
    gap: 25px;
  }
}
.cta_allon4 .cta_inner .cta_buttons .btn {
  display: block;
  padding: 20px 30px;
  border-radius: 12px;
  text-decoration: none;
  color: var(--white) !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cta_allon4 .cta_inner .cta_buttons .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
@media screen and (min-width: 768px) {
  .cta_allon4 .cta_inner .cta_buttons .btn {
    width: auto;
    margin: 0;
    flex: 1;
  }
}
.cta_allon4 .cta_inner .cta_buttons .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}
.cta_allon4 .cta_inner .cta_buttons .btn:hover::before {
  left: 100%;
}
.cta_allon4 .cta_inner .cta_buttons .btn.web {
  background: linear-gradient(135deg, #0cb84c, #0a9d42);
  box-shadow: 0 5px 15px rgba(12, 184, 76, 0.3);
}
.cta_allon4 .cta_inner .cta_buttons .btn.tel {
  background: linear-gradient(135deg, #c35e0d, #a84f0b);
  box-shadow: 0 5px 15px rgba(195, 94, 13, 0.3);
}
.cta_allon4 .cta_inner .cta_buttons .btn .sub {
  font-size: 0.75em;
  font-weight: normal;
  margin-top: 8px;
  opacity: 0.9;
}
.cta_allon4 .cta_inner .cta_buttons .btn .tel_num {
  font-size: 1.3em;
  margin-top: 5px;
  font-weight: bold;
}

#recommended .rec_list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  #recommended .rec_list {
    grid-template-columns: 1fr 1fr;
  }
}
#recommended .rec_list li {
  padding: 12px 15px 12px 45px;
  position: relative;
  font-size: 1em;
  background: var(--background-color-dark);
  border-radius: 8px;
}
#recommended .rec_list li::before {
  content: "✔";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent-color-positive);
  font-size: 24px;
}
#recommended .rec_case {
  margin-top: 30px;
}
#recommended .rec_case .imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
#recommended .rec_case .imgs .before,
#recommended .rec_case .imgs .after {
  width: 45%;
}
#recommended .rec_case .imgs .before img,
#recommended .rec_case .imgs .after img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#recommended .rec_case .imgs .arrow {
  font-size: 2em;
  color: var(--base-color);
}
#recommended .rec_case figcaption {
  text-align: center;
  font-size: 14px;
  color: var(--text-color-light);
}

#comparison .table_wrap {
  overflow-x: auto;
  margin: 30px 0;
}
#comparison .comp_table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
#comparison .comp_table th,
#comparison .comp_table td {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: middle;
}
#comparison .comp_table th {
  background-color: var(--base-color-dark);
  color: var(--white);
  font-weight: bold;
  text-align: center;
}
#comparison .comp_table tbody th {
  background-color: var(--background-color-dark);
  color: var(--text-color);
  text-align: left;
}
#comparison .comp_table tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}
#comparison .comp_points {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  gap: 30px 40px;
}
@media screen and (min-width: 768px) {
  #comparison .comp_points {
    grid-template-columns: repeat(2, 1fr);
  }
}
#comparison .comp_points li {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #eee;
  transition: box-shadow 0.3s, transform 0.3s;
}
#comparison .comp_points li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
#comparison .comp_points li h4 {
  font-size: 20px;
  color: var(--base-color-dark);
  font-weight: bold;
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--base-color-light);
}
#comparison .comp_points li p {
  margin: 0;
}

.point {
  background-color: var(--background-color-dark);
  border: 1px solid var(--base-color-light);
  border-left: 5px solid var(--base-color);
  padding: 25px;
  margin: 20px 0 20px;
  border-radius: 5px;
}
.point strong,
.point .ttl {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--base-color-dark);
}

#benefits .txt_inner,
#demerits .txt_inner {
  display: flex;
  flex-direction: column;
}
#benefits h3,
#demerits h3 {
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  position: relative;
  padding-left: 30px;
}
#benefits h3, #benefits h3 + p,
#demerits h3,
#demerits h3 + p {
  margin: 0;
}
#benefits h3 + p,
#demerits h3 + p {
  padding: 0 20px 40px 30px;
  margin-top: 20px;
  border-top: none;
}
#benefits .table_wrap,
#demerits .table_wrap {
  overflow-x: auto;
  margin: 20px 0 36px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  background: var(--white);
}
#benefits .table_wrap .comp_table,
#demerits .table_wrap .comp_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
}
#benefits .table_wrap .comp_table thead,
#demerits .table_wrap .comp_table thead {
  background: linear-gradient(135deg, var(--base-color), var(--base-color-dark));
}
#benefits .table_wrap .comp_table thead tr th,
#demerits .table_wrap .comp_table thead tr th {
  color: var(--white);
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
#benefits .table_wrap .comp_table thead tr th:not(:last-child)::after,
#demerits .table_wrap .comp_table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  #benefits .table_wrap .comp_table thead tr th,
  #demerits .table_wrap .comp_table thead tr th {
    padding: 25px 20px;
    font-size: 18px;
  }
}
#benefits .table_wrap .comp_table tbody tr,
#demerits .table_wrap .comp_table tbody tr {
  transition: all 0.3s ease;
}
#benefits .table_wrap .comp_table tbody tr:nth-child(odd),
#demerits .table_wrap .comp_table tbody tr:nth-child(odd) {
  background: var(--background-color);
}
#benefits .table_wrap .comp_table tbody tr:nth-child(even),
#demerits .table_wrap .comp_table tbody tr:nth-child(even) {
  background: var(--white);
}
#benefits .table_wrap .comp_table tbody tr:hover,
#demerits .table_wrap .comp_table tbody tr:hover {
  background: var(--background-color-dark);
  transform: scale(1.01);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#benefits .table_wrap .comp_table tbody tr th,
#demerits .table_wrap .comp_table tbody tr th {
  background: linear-gradient(135deg, var(--base-color-light), var(--base-color));
  color: var(--white);
  font-weight: bold;
  padding: 18px 15px;
  text-align: center;
  font-size: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #benefits .table_wrap .comp_table tbody tr th,
  #demerits .table_wrap .comp_table tbody tr th {
    padding: 22px 20px;
    font-size: 16px;
  }
}
#benefits .table_wrap .comp_table tbody tr td,
#demerits .table_wrap .comp_table tbody tr td {
  padding: 18px 15px;
  text-align: center;
  border-bottom: 1px solid rgba(155, 140, 108, 0.1);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #benefits .table_wrap .comp_table tbody tr td,
  #demerits .table_wrap .comp_table tbody tr td {
    padding: 22px 20px;
  }
}
#benefits .table_wrap .comp_table tbody tr td:first-child,
#demerits .table_wrap .comp_table tbody tr td:first-child {
  font-weight: 600;
  color: var(--base-color-dark);
}
#benefits .table_wrap .comp_table tbody tr td:nth-child(2),
#demerits .table_wrap .comp_table tbody tr td:nth-child(2) {
  font-weight: bold;
  color: var(--accent-color);
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #benefits .table_wrap .comp_table tbody tr td:nth-child(2),
  #demerits .table_wrap .comp_table tbody tr td:nth-child(2) {
    font-size: 20px;
  }
}
#benefits .table_wrap .comp_table tbody tr td:last-child,
#demerits .table_wrap .comp_table tbody tr td:last-child {
  font-size: 14px;
  color: var(--text-color);
  text-align: left;
}
@media screen and (min-width: 768px) {
  #benefits .table_wrap .comp_table tbody tr td:last-child,
  #demerits .table_wrap .comp_table tbody tr td:last-child {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #benefits .table_wrap .comp_table,
  #demerits .table_wrap .comp_table {
    font-size: 14px;
  }
  #benefits .table_wrap .comp_table thead th,
  #benefits .table_wrap .comp_table tbody th,
  #benefits .table_wrap .comp_table tbody td,
  #demerits .table_wrap .comp_table thead th,
  #demerits .table_wrap .comp_table tbody th,
  #demerits .table_wrap .comp_table tbody td {
    padding: 12px 8px;
  }
  #benefits .table_wrap .comp_table tbody td:last-child,
  #demerits .table_wrap .comp_table tbody td:last-child {
    font-size: 12px;
  }
}
#benefits p.reference,
#demerits p.reference {
  margin-bottom: 0;
}

#benefits h3 {
  border-left: 5px solid var(--accent-color-positive);
}
#benefits h3::before {
  content: "✔";
  color: var(--accent-color-positive);
  margin-right: 10px;
}

#demerits h3 {
  border-left: 5px solid var(--accent-color-notice);
}
#demerits h3::before {
  content: "⚠";
  color: var(--accent-color-notice);
  margin-right: 10px;
}

#treatment-flow.flow-implant02 {
  padding: 0;
  background: none;
  box-shadow: none;
}
#treatment-flow .item {
  position: relative;
  padding-left: 30px;
  border-left: 2px dashed var(--base-color-light);
}
#treatment-flow .item:last-child {
  border-left: none;
  padding-bottom: 0;
}
#treatment-flow .item:last-child::before {
  display: none;
}
#treatment-flow .item .item_h {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
#treatment-flow .item .item_h span {
  width: 32px;
  height: 32px;
  background-color: var(--base-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
  border: 3px solid var(--white);
}
#treatment-flow .item .item_h h3 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #fff;
}
#treatment-flow .item .inner {
  display: flex;
  gap: 30px;
  align-items: center;
}
#treatment-flow .item .inner .txt {
  flex-basis: 60%;
  padding: 0;
  background-color: unset;
}
#treatment-flow .item .inner .img {
  flex-basis: 40%;
}
#treatment-flow .item .inner .img::before {
  display: none;
}
#treatment-flow .item .inner img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #treatment-flow .item .inner {
    flex-direction: column-reverse;
  }
  #treatment-flow .item .inner .img {
    margin-bottom: 20px;
    background-color: unset;
  }
}

#strengths article > h3, #strengths article > p, #strengths article > div.text-box {
  margin: 0;
}
#strengths article > h3 {
  background-color: var(--background-color-dark);
  padding: 15px 20px;
  margin-top: 25px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: 5px solid var(--base-color);
  font-size: 22px;
  margin-bottom: 0;
}
#strengths article > h3:first-of-type {
  margin-top: 0;
}
#strengths article > p {
  padding: 20px;
  border-top: none;
}
#strengths article > p:last-of-type {
  border-radius: 0 0 8px 8px;
  margin-bottom: 25px;
}
#strengths article > p + p {
  padding-top: 0;
}
#strengths article .text-box {
  display: none;
}

#pricing h3 {
  border-left: none;
  padding-left: 0;
  font-size: 1.5em;
}
#pricing .price_list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #pricing .price_list {
    grid-template-columns: 1fr 1fr;
  }
}
#pricing .price_list li {
  padding: 25px;
  border-radius: 8px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#pricing .price_list li span:first-child {
  font-size: 1.1em;
  font-weight: bold;
}
#pricing .price_list li span:last-child {
  font-weight: bold;
  font-size: 2em;
  color: var(--base-color-dark);
  margin-top: 10px;
}
#pricing .price_list li span:last-child small {
  font-size: 0.5em;
  font-weight: normal;
}
#pricing .note {
  font-size: 14px;
  color: var(--text-color-light);
  margin-top: 20px;
}

#material .material-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  #material .material-content-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
#material .material_img {
  text-align: center;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #material .material_img {
    flex-basis: 40%;
  }
}
#material .material_img img {
  max-width: 100%;
  border-radius: 8px;
}
#material .material_img figcaption {
  margin-top: 10px;
  color: var(--text-color-light);
  font-size: 14px;
}
#material .material-text {
  flex: 1;
}

#cases table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: 20px;
}
#cases table thead {
  display: none;
}
#cases table tr {
  display: block;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #ddd;
}
#cases table tr td {
  display: block;
  padding: 8px 0;
  border: none;
}
#cases table tr td::before {
  content: attr(data-label);
  font-weight: bold;
  color: var(--base-color-dark);
  display: block;
  font-size: 0.9em;
  margin-bottom: 5px;
}

#faq .box {
  margin-top: 0;
  margin-bottom: 0;
}
#faq .item {
  border: none;
  margin-bottom: 15px;
}
#faq .item .question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--text-color);
}
#faq .item .question .arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
}
#faq .item .question .arrow img {
  width: 20px;
  height: 20px;
}
#faq .item .answer {
  padding: 3%;
  line-height: 1.7;
  color: var(--text-color-light);
}
#faq .item .answer p {
  margin-bottom: 0;
}
#faq .item.is-open .question .arrow {
  transform: rotate(180deg);
}

#supervision {
  background: linear-gradient(135deg, var(--background-color), var(--background-color-dark)) !important;
  padding: 60px 40px !important;
}
#supervision .txt {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#supervision .txt .txt_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#supervision .txt .txt_inner h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.2em;
  color: var(--base-color-dark);
  position: relative;
}
#supervision .txt .txt_inner h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--base-color), var(--base-color-light));
  border-radius: 2px;
}
#supervision .profile-container {
  background: var(--white);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  overflow: hidden;
}
#supervision .profile-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--base-color), var(--base-color-light), var(--base-color-dark));
}
#supervision .profile-container .profile-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid var(--base-color-light);
  box-shadow: 0 8px 25px rgba(155, 140, 108, 0.2);
  transition: transform 0.3s ease;
}
#supervision .profile-container .profile-image:hover {
  transform: scale(1.05);
}
#supervision .profile-container .profile-info h3 {
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 1.8em;
  line-height: 1.4;
  color: var(--base-color-dark);
  font-weight: bold;
}
#supervision .profile-container .profile-info p {
  margin-bottom: 1.2em;
  line-height: 1.7;
  color: var(--text-color);
}
#supervision .profile-container .profile-info p:first-of-type {
  font-size: 1.1em;
  color: var(--base-color-dark);
  font-weight: 600;
}
#supervision .profile-container .profile-info h4 {
  font-size: 1.3em;
  margin: 30px 0 15px 0;
  color: var(--base-color-dark);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--base-color-light);
  display: inline-block;
}
#supervision .profile-container .profile-info .career {
  list-style: none;
  padding: 0;
  font-size: 15px;
  display: grid;
  gap: 8px;
}
#supervision .profile-container .profile-info .career li {
  padding: 12px 15px;
  background: var(--background-color);
  border-radius: 8px;
  border-left: 4px solid var(--base-color-light);
  transition: all 0.3s ease;
}
#supervision .profile-container .profile-info .career li:hover {
  background: var(--background-color-dark);
  border-left-color: var(--base-color);
  transform: translateX(5px);
}
@media (max-width: 767px) {
  #supervision .profile-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
    padding: 30px 20px;
  }
  #supervision .profile-container .profile-image {
    width: 150px;
    height: 150px;
    justify-self: center;
  }
}
#supervision a {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 30px;
  background: linear-gradient(135deg, var(--base-color), var(--base-color-dark));
  color: var(--white) !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(155, 140, 108, 0.3);
}
#supervision a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(155, 140, 108, 0.4);
}

.page-template-page-what-allon4 .link_btn_container .link_btn_wrap {
  margin-top: 0px;
}
.page-template-page-what-allon4 .link_btn_container .link_btn_wrap a {
  color: #fff;
}

.page-template-page-what-allon4 .related_item_container .item_wrap ul {
  margin-top: 0px;
}

/*================================================================
レスポンシブ
================================================================*/
@media screen and (max-width: 767px) {
  .what-allon402 .m_container {
    padding: 40px 15px;
  }
  .what-allon402 .m_container > section,
  .what-allon402 .m_container > div {
    padding: 30px 20px;
  }
  .what-allon402 .m_container > section h2,
  .what-allon402 .m_container > div h2 {
    font-size: 24px;
  }
  .what-allon402 .m_container > section h3,
  .what-allon402 .m_container > div h3 {
    font-size: 20px;
  }
}