@charset "UTF-8";

/* 下層ページ 共通 layout */
.page-c-layout .img-area {
  border-radius: 30px;
  height: 400px;
}
.page-c-layout h3 {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.page-c-layout h3 span {
  font-size: 4rem;
  font-weight: bold;
  color: var(--text-sub);
}
.page-c-layout .text-area p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1280px) {
  .page-c-layout h3 span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-c-layout h3 span {
    font-size: 2.8rem;
  }
  .page-c-layout .img-area {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .page-c-layout h3 span {
    font-size: 2.6rem;
  }
  .page-c-layout h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .page-c-layout .img-area {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .page-c-layout .text-area p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 430px) {
  .page-c-layout .img-area {
    height: 250px;
  }
  .page-c-layout .text-area p {
    font-size: 1.4rem;
  }
}

/* 下層ページ 共通 check ボタン */
.c-check {
  background-color: var(--bg-main);
}
.c-check-content {
  max-width: 780px;
  margin: 0 auto;
}
.c-check-content a:hover {
  opacity: 0.9;
}
.c-check-content .check-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-check-content .check-pc {
    display: none;
  }
  .c-check-content .check-sp {
    display: block;
  }
}

/* ---------------- */
/* 下層ページ social*/
/* メンバー　member */
.p-so-member {
  background-color: var(--bg-sub);
}
.p-so-member .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 80px;
  margin-bottom: 50px;
}
.p-so-member .img-area {
  position: relative;
  margin-bottom: 30px;
}
.p-so-member .img-area img {
  border: 3px solid var(--accent-1);
  border-radius: 50%;
}
.p-so-member .name-area {
  position: absolute;
  bottom: -10px;
  left: -10px;
  background-color: var(--bg-white);
}
.p-so-member .name-area {
  padding: 10px;
  min-width: 130px;
}
.p-so-member .name-area span {
  color: var(--text-sub);
  font-size: 2rem;
  font-weight: 600;
  padding-top: 10px;
}
.p-so-member .text-area p {
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .p-so-member .content {
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-so-member .name-area {
    padding: 6px;
    min-width: 120px;
  }
  .p-so-member .name-area span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-so-member .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-so-member .content {
    column-gap: 30px;
    row-gap: 30px;
  }
  .p-so-member .name-area {
    min-width: 100px;
  }
  .p-so-member .name-area p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .p-so-member .name-area span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .p-so-member .content li:first-child {
    grid-column: 1 / 3;
  }
  .p-so-member .content li:first-child .img-area {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-so-member .img-area {
    margin-bottom: 20px;
  }
}

/* ご案内　information */
.p-so-info {
  background-color: var(--bg-main);
  overflow: hidden;
}
.p-so-info .c-layout {
  row-gap: 80px;
}
.p-so-info .list01,
.p-so-info .list03 {
  position: relative;
}
.p-so-info .list01 .illust01 {
  position: absolute;
  width: 153px;
  height: auto;
  bottom: -20px;
  right: -60px;
}
.p-so-info .list03 .illust02 {
  position: absolute;
  width: 200px;
  height: auto;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 1280px) {
  .p-so-info .list01 .illust01 {
    width: 120px;
    bottom: -50px;
    right: -30px;
  }
  .p-so-info .list03 .illust02 {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .p-so-info .list01 .illust01 {
    bottom: initial;
    top: -40px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-so-info .c-layout {
    row-gap: 50px;
  }
  .p-so-info .list01 .illust01 {
    top: 220px;
    bottom: initial;
    right: 0px;
  }
  .p-so-info .list03 .illust02 {
    bottom: 90px;
    width: 150px;
  }
}
@media screen and (max-width: 430px) {
  .p-so-info .list01 .illust01 {
    top: 160px;
    width: 100px;
  }
  .p-so-info .list03 .illust02 {
    bottom: initial;
    top: 190px;
    width: 130px;
  }
}

/* 社会活動 Activities */
.p-so-activity {
  background-color: var(--bg-white);
  overflow: hidden;
}
.p-so-activity .lead-area {
  text-align: center;
  margin-bottom: 60px;
}
.p-so-activity .lead-area .lead {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--text-sub);
}
.p-so-activity .page-c-layout h3 span {
  color: var(--accent-3);
}
.p-so-activity .c-check-content {
  margin-top: 70px;
  margin-bottom: 30px;
}
.p-so-activity .list01 .text-area,
.p-so-activity .list02 .text-area {
  position: relative;
}
.p-so-activity .list01 .illust01 {
  position: absolute;
  width: 76px;
  height: auto;
  bottom: 0px;
  right: 0px;
}
.p-so-activity .list02 .illust02 {
  position: absolute;
  width: 180px;
  height: auto;
  bottom: -10px;
  right: -30px;
}
.p-so-activity .list02 .illust03 {
  position: absolute;
  width: 100px;
  height: auto;
  bottom: -10px;
  right: -730px;
}
@media screen and (max-width: 1500px) {
  .p-so-activity .list02 .illust03 {
    right: -650px;
  }
}
@media screen and (max-width: 1280px) {
  .p-so-activity .lead-area .lead {
    font-size: 2.8rem;
  }
  .p-so-activity .list01 .illust01 {
    width: 60px;
    bottom: initial;
    top: 0px;
  }
  .p-so-activity .list02 .illust02 {
    width: 140px;
    bottom: initial;
    top: -80px;
    right: inherit;
    left: 0;
  }
  .p-so-activity .list02 .illust03 {
    right: 40px;
    width: 80px;
    bottom: initial;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-so-activity .lead-area {
    margin-bottom: 40px;
  }
  .p-so-activity .lead-area .lead {
    font-size: 2.6rem;
  }
  .p-so-activity .list01 .illust01 {
    top: -70px;
  }
  .p-so-activity .list02 .illust02 {
    top: -80px;
  }
  .p-so-activity .list02 .illust03 {
    right: 0px;
    top: -30px;
  }
}
@media screen and (max-width: 600px) {
  .p-so-activity .lead-area .lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 430px) {
  .p-so-activity .lead-area .lead {
    font-size: 2rem;
  }
  .p-so-activity .list01 .illust01 {
    width: 55px;
  }
  .p-so-activity .list02 .illust02 {
    width: 120px;
    top: -60px;
    right: 0px;
  }
  .p-so-activity .list02 .illust03 {
    top: -40px;
    width: 65px;
  }
}

/* 代表メッセージ　message */
.p-page-message {
  background-color: var(--bg-sub);
}
.p-page-message .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-page-message .c-title-area .c-t-lead {
  text-align: left;
  color: var(--accent-3);
}
.p-page-message .text-box {
  margin-bottom: 40px;
}
.p-page-message .text-box p {
  line-height: 1.6;
}
.p-page-message .name-area {
  display: flex;
  justify-content: right;
  font-weight: 800;
}
.p-page-message .name-area p {
  font-size: 1.8rem;
}
.p-page-message .img-area .box {
  margin-left: 50px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-page-message .content {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .p-page-message .text-box {
    margin-bottom: 20px;
  }
  .p-page-message .img-area {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-page-message .img-area .box {
    margin-left: 0;
  }
  .p-page-message .name-area p {
    font-size: 1.6rem;
  }
}

/* 沿革 history */
.p-history {
  background-color: var(--bg-white);
}
.p-history .timeline {
  list-style: none;
  padding: 0;
  margin-left: 20px;
}
.p-history .timeline-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
  display: flex;
  column-gap: 30px;
}
.p-history .timeline-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  bottom: 0;
  width: 4px;
  background: var(--accent-2);
}
.p-history .timeline-item:not(:first-child)::before {
  top: 0px;
}
.p-history .timeline-item:last-child::before {
  bottom: auto;
  height: 10px;
}
.p-history .timeline-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: var(--accent-2);
  border-radius: 50%;
  z-index: 2;
}
.p-history .date {
  font-weight: bold;
  font-size: 2rem;
  color: var(--accent-3);
  min-width: 130px;
}
.p-history .content {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .p-history .timeline-item {
    column-gap: 10px;
  }
  .p-history .timeline-item {
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .p-history .date {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history .date,
  .p-history .content {
    font-size: 1.6rem;
  }
}
.p-history .date {
  min-width: 110px;
}
@media screen and (max-width: 600px) {
  .p-history .timeline-item {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding-bottom: 15px;
  }
}

/* 会社概要 company */
.p-company {
  background-color: var(--bg-sub);
}
.p-company .c-title-area .c-t-main {
  color: var(--text-sub);
}
.p-company .info-table {
  width: 100%;
  background-color: var(--bg-white);
  border: 3px solid var(--accent-2);
  border-collapse: collapse;
  width: 100%;
  padding: 20px 30px;
}
.p-company .info-table tr {
  position: relative;
  background-image: linear-gradient(
    to right,
    var(--accent-2) 50%,
    transparent 0%
  );
  background-position: bottom; /* 下端に配置 */
  background-size: 10px 2px; /* 点線の幅と高さ */
  background-repeat: repeat-x; /* 横方向に繰り返す */
}
.p-company .info-table tr:last-child {
  background-image: none; /* 線（背景画像）を表示しない */
}
.p-company .info-table th,
.p-company .info-table td {
  font-weight: bold;
  color: var(--text-sub);
  font-size: 1.8rem;
  text-align: left;
}
.p-company .info-table th {
  width: 20%;
  vertical-align: middle;
  padding: 25px 0 25px 30px;
}
.p-company .info-table tr:last-child th,
.p-company .info-table tr:last-child td {
  border-bottom: none;
}
.p-company .info-table td {
  padding: 25px 0;
  padding-left: 50px;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-company .info-table th {
    padding: 15px 0 15px 20px;
    width: 25%;
  }
  .p-company .info-table td {
    padding: 15px 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-company .info-table tr {
    display: flex;
    flex-direction: column;
  }
  .p-company .info-table th {
    padding: 20px 20px 0;
    width: 100%;
  }
  .p-company .info-table td {
    padding: 5px 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-company .info-table th,
  .p-company .info-table td {
    font-size: 1.6rem;
  }
  .p-company .info-table th {
    padding: 10px 20px 0;
    width: 100%;
  }
  .p-company .info-table td {
    padding: 3px 20px 10px;
  }
}

/* ---------------- */
/* 下層ページ contact */
/* お問い合わせ　contact */
.p-contact .text-area {
  margin-bottom: 40px;
}
.p-contact .text-area p {
  line-height: 2;
}
.p-contact .p-contact-form {
  padding: 0px 50px;
}
.p-contact .p-contact-form .form-list {
  margin-bottom: 50px;
}
.p-contact .form-item {
  display: flex;
  padding: 20px 0;
  column-gap: 10px;
  margin-bottom: 10px;
}
.p-contact .form-item dt {
  width: 25%;
  font-weight: 800;
  font-size: 15px;
  padding-top: 10px;
}
.p-contact .form-item dt span {
  background-color: var(--bg-accent);
  color: var(--text-white);
  padding: 2px 6px;
  margin-left: 10px;
  font-size: 1.2rem;
}
.p-contact .form-item dd {
  width: 80%;
  margin: 0;
}
.p-contact .form-item input[type="text"],
.p-contact .form-item input[type="email"],
.p-contact .form-item input[type="tel"],
.p-contact .form-item textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
.p-contact .form-item textarea {
  resize: vertical;
}
.p-contact .btn-area .btn {
  width: 200px;
}
@media screen and (max-width: 960px) {
  .p-contact .p-note .text-area {
    text-align: left;
  }
  .p-contact .p-note .text-area br {
    display: none;
  }
  .p-contact .p-contact-form {
    padding: 0px;
  }
  .p-contact .p-contact-form .form-list {
    margin-bottom: 30px;
  }
  .p-contact .form-item {
    flex-direction: column;
    padding: 0;
  }
  .p-contact .form-item dt,
  .p-contact .form-item dd {
    width: 100%;
  }
  .p-contact .form-item dt {
    margin-bottom: 5px;
  }
  .p-contact .form-item input[type="text"],
  .p-contact .form-item input[type="email"],
  .p-contact .form-item input[type="tel"],
  .p-contact .form-item textarea {
    font-size: 14px;
  }
}
/* お問い合わせリキャプチャ保護 */
.recaptcha-wrapper p a {
  color: var(--accent-2);
}
.recaptcha-br {
  display: none;
}
.recaptcha-br2 {
  display: none;
}
.recaptcha-wrapper {
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 767px) {
  .recaptcha-wrapper p {
    font-size: 12px;
  }
  .recaptcha-br {
    display: block;
  }
}
@media (max-width: 420px) {
  .recaptcha-br2 {
    display: block;
  }
}

/* LINE line-contact */
.p-line-contact .text {
  margin-bottom: 40px;
}
.p-line-contact .p-btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p-line-contact .c-btn--line {
  background-color: var(--accent-1);
  border: 4px solid var(--sub-1);
}
.p-line-contact .c-btn__icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* サイトポリシー　policy */
.p-policy .content {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.p-policy .sub-section p,
.p-policy .box li {
  line-height: 2;
}
.p-policy .box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-policy .box li {
  padding-left: 1em;
  text-indent: -1em;
}
