@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500&family=Poppins:wght@400;500;600;700&display=swap");
.common__title-area figure {
  width: 178px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 420px) {
  .common__title-area figure {
    width: 114px;
  }
}
.common__title-area p {
  line-height: 2.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .common__title-area p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.common__title-area #lineAnim {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 34%;
  top: 97%;
  z-index: -1;
  width: 175%;
}
@media screen and (max-width: 420px) {
  .common__title-area #lineAnim {
    position: absolute;
    transform: translate(-50%, -50%);
    left: -42%;
    top: 100%;
    z-index: -1;
    width: 537%;
  }
}

.about-mission {
  margin-bottom: 100px;
}
@media screen and (max-width: 420px) {
  .about-mission {
    margin-bottom: 60px;
  }
}
.about-mission .about-mission__container {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container {
    flex-direction: column;
    gap: 20px;
    padding: 0 16px;
  }
}
.about-mission .about-mission__container .about-mission_content {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 60px;
  width: calc(50% - 25px);
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content {
    width: 100%;
    padding: 30px 16px;
  }
}
.about-mission .about-mission__container .about-mission_content h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content h2 {
    font-size: 3.5rem;
    margin-bottom: 8px;
  }
}
.about-mission .about-mission__container .about-mission_content h3 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: #005ad2;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content h3 {
    font-size: 2rem;
  }
}
.about-mission .about-mission__container .about-mission_content figure {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 242px;
}
.about-mission .about-mission__container .about-mission_content:nth-child(2) figure {
  width: 270px;
}
.about-mission .about-mission__container .about-mission_content:last-child {
  width: 100%;
}
.about-mission .about-mission__container .about-mission_content:last-child .value-list {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item {
  width: 237px;
  height: 237px;
  border-radius: 50%;
  border: 1px solid #e4e9eb;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item {
    width: 136px;
    height: 136px;
  }
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item:first-child {
    margin: 0 40px;
  }
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item:nth-child(2) {
    margin-top: -16px;
  }
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item:last-child {
    margin-top: -16px;
  }
}
.about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner {
    padding: 16px 0;
  }
}
.about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner .num {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #4d4d4d;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner .num {
    font-size: 1.2rem;
  }
}
.about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner h3 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner h3 {
    font-size: 1.6rem;
  }
}
.about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner .en {
  color: #005ad2;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 420px) {
  .about-mission .about-mission__container .about-mission_content:last-child .value-list .value-list_item .value-list_item-inner .en {
    font-size: 1rem;
  }
}
.about-mission .about-mission__container .about-mission_content:last-child p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

.message {
  background: #f5f7fb; /* ★ セクション背景 */
  padding: 120px 16px;
  /* ===== ヒーロー ===== */
  /* ===== PROFILEカード ===== */
  /* テーブル風レイアウト */
}
@media screen and (max-width: 420px) {
  .message {
    padding: 60px 16px;
  }
}
.message__container {
  max-width: 1230px;
  margin: 0 auto;
}
.message__hero {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 420px) {
  .message__hero {
    flex-direction: column;
  }
}
.message__figure {
  margin: 0 50px 0 0;
  width: 380px;
  flex-shrink: 0;
}
@media screen and (max-width: 420px) {
  .message__figure {
    width: 100%;
  }
}
.message__photo {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 420px) {
  .message__photo {
    width: 243px;
    margin: 0 auto;
  }
}
.message__caption {
  margin-top: 16px;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 420px) {
  .message__caption {
    font-size: 1.3rem;
    text-align: center;
    margin: 10px 0 20px;
  }
}
.message__caption .message__name {
  font-weight: 600; /* ★ 氏名を強調 */
  font-size: 2.6rem;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 420px) {
  .message__caption .message__name {
    font-size: 2rem;
    margin-left: 10px;
  }
}
.message__title {
  margin: 0 0 12px 0;
  color: #005ad2; /* ★ 見出しを青で */
  font-size: 3.2rem; /* px 固定 */
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 420px) {
  .message__title {
    font-size: 2rem;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.message__lead {
  line-height: 2;
}
@media screen and (max-width: 420px) {
  .message__lead {
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.message__profile {
  background: #ffffff; /* 白カード */
  border: 1px solid #eef0f3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 70px 100px;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 420px) {
  .message__profile {
    flex-direction: column;
    padding: 30px 16px;
  }
}
.message__profileHead {
  margin: 0 100px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 420px) {
  .message__profileHead {
    margin: 0 0 16px 0;
  }
}
.message__profileHead .message__profileEn {
  font-size: 5rem; /* ★ “PROFILE” */
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 420px) {
  .message__profileHead .message__profileEn {
    font-size: 3.5rem;
  }
}
.message__profileHead .message__profileJa {
  margin: 0;
  font-size: 2.6rem; /* ★ “代表プロフィール” */
  font-weight: 600;
}
@media screen and (max-width: 420px) {
  .message__profileHead .message__profileJa {
    font-size: 1.8rem;
  }
}
.message__dl {
  margin: 0;
}
.message__row {
  display: grid;
  grid-template-columns: 180px 1fr; /* dt / dd */
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}
@media screen and (max-width: 420px) {
  .message__row {
    grid-template-columns: 110px 1fr; /* dt / dd */
  }
}
.message__row::after {
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  background: #005ad2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 420px) {
  .message__row::after {
    width: 70px;
  }
}
.message__row--long {
  display: block;
}
.message__dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #005ad2; /* ★ 左側ラベルを青に */
  line-height: 1.8;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 420px) {
  .message__dt {
    font-size: 1.4rem;
  }
}
.message__dd {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 420px) {
  .message__dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  .message .common__titile-en {
    margin-bottom: 10px;
  }
}
.message .common__titile-en::before {
  width: 370px;
  height: 59px;
  background: url("../img/about/title-message.png") no-repeat center top/cover;
  margin-bottom: 16px;
}
@media screen and (max-width: 420px) {
  .message .common__titile-en::before {
    width: 207px;
    height: 33px;
    margin-bottom: 4px;
  }
}

.company {
  padding: 120px 16px;
  /* 定義リスト（2カラム） */
  /* 地図 */
}
@media screen and (max-width: 420px) {
  .company {
    padding: 60px 16px;
  }
}
.company .company__container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 80px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 420px) {
  .company .company__container {
    padding: 60px 16px;
  }
}
@media screen and (max-width: 420px) {
  .company .common__titile-en {
    margin-bottom: 10px;
  }
}
.company .common__titile-en::before {
  width: 395px;
  height: 59px;
  background: url("../img/about/title-company.png") no-repeat center top/cover;
  margin-bottom: 16px;
}
@media screen and (max-width: 420px) {
  .company .common__titile-en::before {
    width: 222px;
    height: 33px;
  }
}
.company__dl {
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 420px) {
  .company__dl {
    width: 100%;
  }
}
.company__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #e6e9ee;
}
@media screen and (max-width: 420px) {
  .company__row {
    grid-template-columns: 110px 1fr;
  }
}
.company__row--address {
  align-items: start;
}
.company__dt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #005ad2;
  padding-left: 14px;
}
@media screen and (max-width: 420px) {
  .company__dt {
    font-size: 1.4rem;
    padding-left: 8px;
  }
}
.company__dd {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 420px) {
  .company__dd {
    font-size: 1.4rem;
  }
}
.company__map {
  overflow: hidden;
  max-width: 720px;
  margin: 30px auto 0;
}
.company__map iframe {
  display: block;
  width: 100%;
  height: 478px; /* ★ 固定高さ。必要に応じて変更 */
  border: 0;
}
@media screen and (max-width: 420px) {
  .company__map iframe {
    height: 200px;
  }
}

#lineAnim #mask path {
  fill: none;
  stroke: transparent;
  stroke-width: 3;
  stroke-dasharray: 2000px;
  stroke-dashoffset: 2000px;
  -webkit-animation: line 6s forwards;
  animation: line 6s forwards;
}
@media screen and (max-width: 420px) {
  #lineAnim #mask path {
    -webkit-animation: line 8s forwards;
    animation: line 8s forwards;
  }
}

/* LINEグループのパスにもアニメーションを適用 */
#lineAnim #LINE path {
  fill: none;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-animation: line 6s forwards;
  animation: line 6s forwards;
}
@media screen and (max-width: 420px) {
  #lineAnim #LINE path {
    -webkit-animation: line 6s forwards;
    animation: line 6s forwards;
  }
}

@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
svg {
  width: 100%;
}
/*# sourceMappingURL=about.css.map */