html {
  --pc-content-width: 960px;
  --color-2: #0166b4;
  --color-3: #ac9a7c;
  --color-4: #313131;
  --color-6: #ddeffd;
  --color-7: #8cbbde;

  scroll-behavior: smooth;
  scroll-padding-top: 90px; /* PC用 */
}

@media screen and (max-width: 1180px) {
  html {
    scroll-padding-top: 0; /* SP用 */
  }
}

* {
  color: var(--color-4);
  font-family: "Noto Sans JP", serif;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.8s ease;
}

a:hover {
  color: var(--color-2);
}

span {
  color: inherit;
}

p {
  text-align: justify;
}

/*@media screen and (max-width: 767px){
    #anchor01::before, #anchor02::before, #anchor03::before, #anchor04::before, #anchor05::before {
        height: 5rem;
        margin-top: -5rem;
        content: "";
    }
}

display: block;
height: 7rem;
margin-top: -7rem;
content: "";*/

.page:has(.p-activities) {
  background: #fff;
}

/* 共通コンポーネント */
/* PC・SPのみレイアウト */
@media screen and (min-width: 768px) {
  .l-sp {
    display: none !important;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  .l-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1181px) {
  header .l-tb,
  footer .l-tb {
    display: none !important;
  }
}

@media screen and (max-width: 1180px) {
  header .l-pc,
  footer .l-pc {
    display: none !important;
  }
}

/* 見出し */
.c-secondary__head {
  display: flex;
  flex-direction: column;
  color: var(--color-2);
}

.c-secondary__head__en {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  margin-bottom: 15px;
}

.c-secondary__head__ja {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: inherit;
  margin: 0;
}

.c-secondary__head__small {
  font-size: 32px;
  line-height: 45px;
  margin: 0;
}

.c-tertiary__head {
  /* display: flex;
    align-items: center;
    column-gap: 9px; */
  position: relative;
  padding-left: 22px;
  font-size: 30px;
  /* margin-bottom: 25px; */
  line-height: 40px;
  letter-spacing: 0.08em;
}

.c-tertiary__head:before {
  content: "";
  display: inline-block;
  height: calc(100% - 7px);
  width: 7px;
  background: url(../img/com/ico-index.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-secondary__head__en {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .c-secondary__head__ja {
    font-size: 24px;
    letter-spacing: 0.12em;
  }

  .c-secondary__head__ja.c-secondary__head__ja__small {
    font-size: 16px;
    margin-bottom: 0;
  }

  .c-secondary__head__ja.c-secondary__head__small {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
  }

  .c-tertiary__head {
    /* column-gap: 9px; */
    padding-left: 17px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .c-tertiary__head:before {
    background: url(../img/com/ico-index_sp.svg);
    background-repeat: no-repeat;
    min-height: 20px;
  }
}

/* ボタン */
.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 350px;
  height: 64px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-family: "Noto Sans JP", serif;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  transition: color 0.7s ease, background-color 0.7s ease;
}

.c-btn.small {
  width: 240px;
  height: 52px;
}

.c-btn:hover {
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px); /* 少し浮く */
  transform: scale(1.01);
}

.c-header__sampai-btn:hover,
.c-header__contact-btn:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.c-btn.c-btn__contact {
  background-color: var(--color-3);
}

.c-btn.c-btn__secondary:hover,
.c-btn.c-btn__contact:hover {
  background-color: rgba(255, 255, 255);
  color: var(--color-3);
  border: 1px solid;
  border-radius: 5px;
  border-color: var(--color-3);
}

.c-btn.c-btn__contact::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn2.svg);
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background-size: contain;
}

.c-btn.c-btn__pdf {
  color: #0166b4;
  border: 1px solid;
  border-radius: 5px;
  border-color: #0166b4;
  width: auto;
  font-size: 14px;
  line-height: 24px;
}

.c-btn.c-btn__pdf:hover {
  color: #ddeffd;
  background-color: var(--color-2);
}

.c-btn.c-btn__pdf::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-pdf.png);
  width: 62px;
  height: 16px;
  background-size: contain;
}

.c-btn.c-btn__pdf::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn3.svg);
  width: 14px;
  height: 14px;
  margin-top: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn.c-btn__primary {
  background-color: var(--color-2);
}

.c-btn.c-btn__primary.light {
  background-color: var(--color-7);
}

.c-btn.c-btn__primary::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn1.svg);
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-size: contain;
}

.c-btn.c-btn__buy {
  background-color: var(--color-2);
  width: 300px;
}

.c-btn.c-btn__primary:hover,
.c-btn.c-btn__buy:hover {
  background-color: rgba(255, 255, 255);
  color: var(--color-2);
  border: 1px solid;
  border-radius: 5px;
  border-color: #0166b4;
}
.c-btn.c-btn__primary.light:hover {
  background-color: rgba(255, 255, 255);
  color: var(--color-7);
  border-color: var(--color-7);
}

.c-btn.c-btn__buy::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn1.svg);
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-size: contain;
}

.c-btn.c-btn__secondary {
  background-color: var(--color-3);
}

.c-btn.c-btn__secondary::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn2.svg);
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background-size: contain;
}

.c-btn__file-wrap {
  display: block;
}

.c-btn__file {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-2);
  border-radius: 5px;
  height: 46px;
  padding: 15px 20px;
  color: var(--color-2);
  width: auto;
  font-size: 14px;
}

.c-btn__file.small {
  width: fit-content;
  height: 54px;
  column-gap: 0;
}

.c-btn__file::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-pdf.png);
  background-size: cover;
  width: 62px;
  height: 16px;
  margin-right: 10px;
}

.c-btn__tel::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-phone.svg);
  background-size: cover;
  width: 16.25px;
  height: 16.25px;
  margin-right: 10px;
}

.c-btn__plain {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 310px;
  height: 64px;
  border: 1px solid var(--color-2);
  background-color: #fff;
  border-radius: 4px;
}

.c-btn__plain::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/com/ico-arrow-btn-gray.svg);
  background-size: cover;
}

.c-btn.disabled {
  background-color: var(--color-7) !important;
  pointer-events: none !important;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 264px;
    height: 48px;
    font-size: 13px;
  }

  .c-btn.c-btn__pdf {
    font-size: 9px;
  }

  .c-btn.c-btn__primary::after,
  .c-btn.c-btn__secondary::after,
  .c-btn.c-btn__buy::after,
  .c-btn.c-btn__plain::after,
  .c-btn.c-btn__contact::after {
    width: 13px;
    height: 13px;
  }

  .c-btn.c-btn__pdf::after {
    margin-top: 5px;
  }

  .c-btn__file {
    font-size: 9px;
  }
}

/* スクロールボタン */
.c-scroller {
  display: none;
}

.c-sidebtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-scroller {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 72px;
    height: 72px;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
  }

  .c-scroller__btn {
    display: flex;
    flex-direction: column;
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
    background-color: var(--color-2);
    border-radius: 100%;
    align-items: center;
    justify-content: center;
  }

  .c-scroller img {
    width: 3px;
    height: 13px;
    object-fit: contain;
  }

  .c-scroller span {
    font-size: 7px;
    color: #fff;
  }

  .c-sidebtn {
    position: fixed;
    right: 0;
    top: 75%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-3);
    writing-mode: vertical-rl;
    width: 40px;
    height: 152px;
    font-size: 13px;
    border-radius: 7px 0 0 7px;
  }

  .c-sidebtn img {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 2px;
    width: 11.25px;
    height: 8.75px;
  }

  .c-sidebtn span {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.25em;
  }
}

/* メインビジュアル */
.c-mv {
  position: relative;
  width: 100%;
  height: 255px;
}

/* .c-mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 10;
} */

.c-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.c-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-mv__title {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  z-index: 15;
}

.c-mv__title-en {
  margin: 65px 0 20px;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
}

.c-mv__title-ja {
  font-size: 30px;
  font-weight: 700;
}

.c-mv__breadcrumb {
  position: relative;
  display: flex;
  width: 100%;
  max-width: var(--pc-content-width);
  margin: 0 auto;
  z-index: 15;
}

.c-mv__breadcrumb__item {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-top: 30px;
}

.c-mv__breadcrumb__item::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 8px;
  background: url(../img/com/ico-arrow-bread.svg);
  background-size: cover;
  margin: 0 17px;
}

.c-mv__breadcrumb__item:first-child {
  padding-left: 0;
}

.c-mv__breadcrumb__item:last-child::after {
  content: "";
  width: 0;
  height: 0;
  background: unset;
  margin-right: 0;
}

@media screen and (max-width: 1190px) {
  .c-mv {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .c-mv {
    height: 190px;
    padding-left: 18px;
  }

  .c-mv__title-en {
    margin: 40px 0 12px;
    font-size: 12px;
    line-height: 22px;
  }

  .c-mv__title-ja {
    font-size: 24px;
    line-height: 24px;
  }

  .c-mv__breadcrumb {
    margin: 20px auto 0;
  }

  .c-mv__breadcrumb__item {
    font-size: 9px;
    line-height: 18px;
    margin-top: 0;
  }

  .c-mv__breadcrumb__item--half {
    max-width: 49%;
  }

  .c-mv__breadcrumb__item img {
    height: 10.58px;
    width: 11.71px;
    object-fit: cover;
  }

  .c-mv__breadcrumb__item::after {
    width: 4.2px;
    height: 5.6px;
    background: url(../img/com/ico-arrow-bread.svg);
    background-size: cover;
    margin: 0 9px;
  }
}

/* サイドバー */
/* .c-sidebar{
    position: absolute;
    left: 64px;
    top: 0;
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    width: 200px;
    margin-top: 120px;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
} */

.c-sidebar {
  position: sticky;
  height: 0;
  width: calc(var(--pc-content-width) - 730px);
  min-width: calc(var(--pc-content-width) - 730px);
  top: 200px;
  left: calc((100% - var(--pc-content-width)) / 2);
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}

.c-sidebar:not(.c-sidebar__detail) {
  margin-bottom: 180px;
}
.c-sidebar:not(.c-sidebar__detail) + div {
  margin-top: -180px;
}

.c-sidebar:not(.c-sidebar__detail):has(:nth-child(2)) {
  margin-bottom: 230px;
}
.c-sidebar:not(.c-sidebar__detail):has(:nth-child(2)) + div {
  margin-top: -230px;
}

.c-sidebar:not(.c-sidebar__detail):has(:nth-child(4)) {
  margin-bottom: 330px;
}
.c-sidebar:not(.c-sidebar__detail):has(:nth-child(4)) + div {
  margin-top: -330px;
}

.c-sidebar:not(.c-sidebar__detail):has(:nth-child(6)) {
  margin-bottom: 430px;
}
.c-sidebar:not(.c-sidebar__detail):has(:nth-child(6)) + div {
  margin-top: -430px;
}

.c-sidebar:not(.c-sidebar__detail):has(:nth-child(8)) {
  margin-bottom: 530px;
}
.c-sidebar:not(.c-sidebar__detail):has(:nth-child(8)) + div {
  margin-top: -530px;
}

.c-sidebar__top-news {
  left: 0;
  margin-top: 60px;
}

.c-sidebar__detail {
  right: 0;
  left: unset;
  margin-top: 80px;
  margin-bottom: 20px;
  background-color: var(--color-6);
  padding: 40px;
  width: 220px;
  min-width: 220px;
  height: fit-content;
}

.c-sidebar__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}

.c-sidebar__item:first-child {
  margin-top: 60px;
}

.c-sidebar__item a,
.c-sidebar__item label {
  display: inline-block;
  padding-left: 12px;
}

.c-sidebar__detail .c-sidebar__item {
  font-size: 16px;
  line-height: 14px;
}

.c-sidebar__detail .c-sidebar__item:first-child {
  margin-top: 0;
}

.c-sidebar__detail .c-sidebar__item a,
.c-sidebar__detail .c-sidebar__item label {
  padding-left: 0;
}

.c-sidebar__item label:hover {
  cursor: pointer;
  color: var(--color-2);
}

.c-sidebar__item::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-pager.svg);
  background-size: cover;
  width: 17px;
  height: 7px;
}

.c-sidebar__item.is-active {
  text-decoration: underline;
  text-decoration-color: var(--color-2);
  text-underline-offset: 8px;
}

.c-sidebar__item.c-sidebar__item--nolist::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-sidebar,
  .c-sidebar__news.c-sidebar__detail {
    position: relative;
    flex-direction: row;
    left: unset;
    top: unset;
    flex-wrap: wrap;
    row-gap: 17px;
    column-gap: 14px;
    width: 100%;
    height: fit-content;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 18px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    background-color: var(--color-6);
  }

  .c-sidebar:not(.c-sidebar__detail):has(:first-child) {
    margin-bottom: 0;
  }

  .c-sidebar:not(.c-sidebar__detail):has(:first-child) + div {
    margin-top: 0;
  }

  .c-sidebar__news.c-sidebar__detail {
    background-color: unset;
    row-gap: 0;
    column-gap: 7px;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .c-sidebar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
  }

  .c-sidebar__item a {
    padding-left: 0;
  }

  .c-sidebar__item:first-child {
    margin-top: 0;
  }

  .c-sidebar__item::before {
    display: none;
  }

  .c-sidebar__item::after {
    display: inline-flex;
    content: "";
    background: url(../img/com/ico-arrow-pager.svg);
    background-size: cover;
    width: 16px;
    height: 8px;
  }

  .c-sidebar__news {
    margin-top: 40px;
    background: none;
    flex-wrap: wrap;
    row-gap: 0;
    column-gap: 7px;
  }

  .c-sidebar__news .c-sidebar__item {
    width: calc(50% - 3.5px);
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #eff0f1;
    font-size: 13px;
    color: #929292;
    font-weight: 700;
  }

  .c-sidebar__news .c-sidebar__item.is-active {
    text-decoration: none;
    border-bottom: 2px solid var(--color-2);
    color: var(--color-4);
  }

  .c-sidebar__news .c-sidebar__item:first-child {
    width: 100%;
  }

  .c-sidebar__item.c-sidebar__item--nolist::after {
    display: none;
  }
}

/* コンテンツ */
.c-contents__has-sidebar {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.c-contents__has-detail-sidebar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: var(--pc-content-width);
  margin: 0 auto;
}

.c-section {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.c-sidebar + div .c-section {
  padding-left: calc(
    (100% - var(--pc-content-width)) / 2 + var(--pc-content-width) - 730px
  );
  padding-right: calc((100% - var(--pc-content-width)) / 2);
}

@media screen and (max-width: 767px) {
  .c-sidebar + div .c-section {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.c-section__text {
  font-size: 16px;
  line-height: 28px;
}

.c-section__title {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.c-section__text-small {
  /* margin-bottom: 20px; */
  font-size: 14px;
  line-height: 24px;
}

.c-section.c-section--bg-blue {
  background-color: var(--color-6);
  padding-top: 80px;
  padding-bottom: 80px;
  /* z-index: -1; */
}

.c-section.c-section--bg-blue + .c-section {
  z-index: -2;
}

#js-bg-full {
  /* position: relative;
    z-index: -1;
    overflow: visible; */
}

.c-section__link {
  display: flex;
  align-items: center;
  color: var(--color-2);
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
}

.c-section__link::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 6px;
  background: url(../img/com/ico-link.svg);
  background-size: cover;
  text-decoration: underline;
}

.c-article {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: calc(100% - 300px);
  padding: 60px 0 100px;
}

.c-article__title {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--pc-content-width);
  margin: 0 auto 40px;
  padding: 0;
  z-index: 15;
}

.c-article__title-en {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 600;
  color: #31313166;
}

.c-article__title-ja {
  font-size: 30px;
  font-weight: 700;
}

.c-article__eyecatch {
  width: 100%;
}

.c-article__eyecatch img {
  width: 100%;
  height: auto;
}

.c-article__contents {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  padding: 0;
  row-gap: 10px;
  font-family: "Noto Sans JP", serif;
}

.c-article__contents *:first-child {
  margin-top: 0;
}

.c-article__contents * {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.c-article__contents h2 {
  margin-top: 30px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-2);
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
}

.c-article__contents h3 {
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-2);
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.c-article__contents p {
  margin-top: 10px;
}

.c-article__contents li {
  list-style-position: inside;
  padding-left: 3px;
}

.c-article__contents blockquote {
  padding: 7px 0 7px 20px;
  border-left: solid 3px var(--color-2);
  margin-top: 10px;
}

.c-article__contents img,
.c-article__contents video {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-article__btn-wrap {
  display: flex;
  justify-content: left;
  width: 100%;
  margin-top: 60px;
}

.c-article__btn-wrap .c-btn {
  width: 300px;
  height: 64px;
}

.c-article__activity-images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  row-gap: 40px;
}

.c-article__activity-image {
  display: flex;
  flex-direction: column;
  width: calc((100% - 70px) / 3);
  min-width: 300px;
}

.c-article__activity-image img {
  width: 100%;
}

.c-article__activity-image span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .c-contents__has-sidebar {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .c-contents__has-detail-sidebar {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .c-section {
    row-gap: 20px;
    width: 100%;
    padding: 40px 18px;
  }

  .c-section.c-section--bg-blue {
    padding: 85px 18px 40px;
  }

  .c-section__text {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .c-section__text-mb {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .c-section__link {
    font-size: 13px;
  }

  .c-section__link::before {
    width: 16px;
    height: 16px;
  }

  .c-article {
    row-gap: 20px;
    width: 100%;
    padding: 40px 18px;
    font-size: 13px;
  }

  .c-article__title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .c-article__title-en {
    color: #31313166;
    margin-top: 0;
    font-size: 12px;
  }

  .c-article__title-ja {
    margin-top: 0;
    font-size: 16px;
  }

  .c-article__contents {
    margin-top: 30px;
    padding: 0;
  }

  .c-article__contents h2 {
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .c-article__contents h3 {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
  }

  .c-article__contents p {
    line-height: 24px;
    margin-top: 10px;
  }

  .c-article__contents li {
    line-height: 24px;
    list-style-position: inside;
  }

  .c-article__contents img,
  .c-article__contents video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .c-article__activity-images {
    column-gap: 23px;
    row-gap: 20px;
  }

  .c-article__activity-image {
    display: flex;
    flex-direction: column;
    width: calc((100% - 23px) / 2);
    min-width: unset;
  }

  .c-article__activity-image span {
    margin-top: 4px;
    font-size: 9px;
    line-height: 18px;
  }

  .c-article__btn-wrap {
    justify-content: center;
    margin-top: 20px;
  }

  .c-article__btn-wrap .c-btn {
    width: 218px;
    height: 48px;
  }
}

/* タグラベル */
.c-item__tag {
  display: inline-flex;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 8px;
}

.c-item__tag__news {
  background-color: var(--color-2);
}

.c-item__tag__report {
  background-color: var(--color-2);
}

.c-item__pdf {
  display: inlne-block;
  background: url(../img/com/ico-pdf.png);
  background-size: cover;
  width: 62px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .c-item__tag {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    padding: 0 8px;
  }
}

/* 追加分 */
.common * {
  font-family: "Noto Sans JP", serif;
}

.common.c-mv {
  height: 440px;
  padding: 52px 20px 53px;
}

@media screen and (max-width: 768px) {
  .common.c-mv {
    height: 310px;
    padding: 56px 18px 20px;
  }
}

.common.c-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.common.c-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common.c-mv .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--pc-content-width);
  margin: 0 auto;
  z-index: 15;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .common.c-mv .content {
    gap: 20px;
  }
}

.common.c-mv__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 67px;
  padding: initial;
  margin: initial;
}

@media screen and (max-width: 768px) {
  .common.c-mv__title {
    height: 52px;
  }

  .common.c-mv__title__greeting {
    padding: 0 18px;
  }
}

.common.c-mv__title-en {
  margin: initial;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 768px) {
  .common.c-mv__title-en {
    font-size: 12px;
    letter-spacing: 0.72px;
  }
}

.common.c-mv__title-en.green {
  color: var(--color-2);
}

.common.c-mv__title-ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 3.2px;
}

@media screen and (max-width: 768px) {
  .common.c-mv__title-ja {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 2.88px;
  }
}

.common.c-mv__title-ja.green {
  color: var(--color-2);
}

.common.map_link {
  display: flex;
  align-items: center;
  color: var(--color-2);
  text-decoration: underline;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .common.map_link {
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
  }
}

.common.map_link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 6px;
  background: url(../img/com/ico-map.svg);
  background-size: cover;
  text-decoration: underline;
}

.common.file_link {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-2);
  border-radius: 5px;
  padding: 16px 20px;
  color: var(--color-2);
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  max-width: 346px;
}

@media screen and (max-width: 768px) {
  .common.file_link {
    padding: 11px 20px;
    max-width: 268px;
    font-size: 9px;
    line-height: 18px;
  }
}

.common.file_link::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 16px;
}

.common__breadcrumb {
  display: flex;
  font-size: 16px;
  color: var(--color-2);
  padding: 6px 0 0;
  margin: initial;
  z-index: 15;
}

@media screen and (max-width: 768px) {
  .common__breadcrumb {
    font-size: 9px;
    padding: 4px 0 0;
  }
}

.common__breadcrumb__item {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-top: 0;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .common__breadcrumb__item {
    font-size: 12px;
    line-height: 18px;
  }
}

.common__breadcrumb__item a {
  display: flex;
}

@media screen and (max-width: 768px) {
  .common__breadcrumb__item img {
    height: 10.58px;
    width: 11.71px;
    object-fit: cover;
  }
}

.common__breadcrumb__item:first-child {
  padding-left: 0;
}

.common__breadcrumb__item::after {
  display: inline-block;
  content: "";
  background: url(../img/com/ico-arrow-bread.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 8px;
  width: 8px;
  margin: 0 17px;
}

@media screen and (max-width: 768px) {
  .common__breadcrumb__item::after {
    width: 5.6px;
    height: 5.6px;
    margin: 0 9px;
  }
}

.common__breadcrumb__item:last-child::after {
  content: "";
  width: 0;
  height: 0;
  background: unset;
  margin-right: 0;
}

.common.c-sidebar {
  position: sticky;
  height: fit-content;
  min-width: 205px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .common.c-sidebar {
    position: static;
    padding: 15px 18px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    column-gap: 20px;
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .common.c-sidebar__item a {
    padding-left: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
  }
}

.common.dl-container {
  width: 100%;
}

.common.dl-container dl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-top: 1px solid rgba(49, 49, 49, 0.1490196078);
}

.common.dl-container dt {
  padding: 38px 0 38px 40px;
  width: 254px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.1490196078);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .common.dl-container dt {
    width: 40%;
    padding: 16px 0 16px 8px;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
  }
}

.common.dl-container dd {
  padding: 38px 0;
  width: calc(100% - 254px);
  border-bottom: 1px solid rgba(49, 49, 49, 0.15);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .common.dl-container dd {
    width: 60%;
    padding: 16px 8px 16px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
  }
}

.common.dl-container dd a {
  display: inline;
}

.common.dl-container dd:first-child {
  border-top: 1px solid rgba(49, 49, 49, 0.15);
}

/* ヘッダー */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes slideHalfDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

.l-header {
  position: relative;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 30px;
  background-color: #fff;
}

.l-header.is-fixed + main {
  margin-top: 145px;
}

.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  /* transform: translateX(-50%); */
  animation: slideHalfDown 0.3s ease-in-out;
}

.l-header > .l-pc {
  max-width: 1920px;
  width: 100%;
}

.l-header > .l-tb {
  width: 100%;
}

.c-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.c-header__row-left {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.c-header_logo-daiei {
  width: 132px;
  height: 21px;
  object-fit: contain;
}

.c-header_daiei-text {
  font-size: 14px;
  color: var(--color-4);
}

.c-header_logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.c-header__links {
  display: flex;
  align-items: center;
  column-gap: 30px;
  list-style: none;
  color: var(--color-4);
  font-weight: bold;
  margin-top: 7px;
}

.c-header__links .c-header__link-item a {
  font-size: 14px;
}

.c-header__links .c-header__link-item a:hover {
  color: var(--color-2);
  border-bottom: 1px solid var(--color-2);
}

.c-header__upper-row .c-header__links {
  column-gap: 15px;
  font-size: 14px;
  font-weight: 400;
}

.c-header__upper-row .c-header__link-item {
  padding: 0 24px;
}

.c-header__upper-row .c-header__link-item.c-header__contact-btn,
.c-header__sticky-row .c-header__link-item.c-header__contact-btn,
.c-header__upper-row .c-header__link-item.c-header__sampai-btn {
  display: flex;
  column-gap: 8px;
  padding: 12px 26px;
  line-height: 24px;
  background-color: var(--color-3);
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
}

.c-header__upper-row .c-header__link-item.c-header__sampai-btn {
  background-color: var(--color-2);
  border-radius: 4px;
}

.c-header__upper-row .c-header__link-item.c-header__contact-btn:hover,
.c-header__upper-row .c-header__link-item.c-header__sampai-btn:hover,
.c-header__sticky-row .c-header__link-item.c-header__contact-btn:hover {
  opacity: 0.75;
  text-decoration: underline;
  transition: 0.7s;
}

.c-header__contact-btn::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn2.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.c-header__sampai-btn::after {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn1.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.c-header__contact-btn:hover::after {
  background: url(../img/com/ico-arrow-btn2.svg);
}

.c-header__sticky-row {
  display: none;
  column-gap: 20px;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  animation: slideDown 0.3s ease-in-out;
  background-color: #fff;
  padding: 10px max(0, calc((100% - var(--pc-content-width)) / 2));
  height: 90px;
}

.c-header__sticky-row.is-active {
  display: flex;
}

.c-header__sticky-row .c-header__links {
  column-gap: 30px;
  letter-spacing: 0.03em;
}

.c-header__sticky-row .c-header__link-item.c-header__contact-btn {
  font-weight: normal;
  width: 170px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-header__sticky-row__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 1920px;
}

/* @media screen and (max-width: 767px){ */
@media screen and (max-width: 1180px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 75px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 10px;
    z-index: 100;
  }

  .l-header.is-fixed + main {
    margin-top: 0;
  }

  .c-header_logo {
    width: 160px;
    height: auto;
  }

  .c-header__row {
    padding: 0;
  }

  .c-menu-btn {
    display: none;
  }

  .c-menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 40px 10px 40px 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .c-menu__links {
    list-style: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 75px;
    left: 0;
    padding: 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    background-color: #fff;
    z-index: 10;
  }

  .c-menu-btn:checked ~ .c-menu__links {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .c-navicon {
    background: #333333;
    display: block;
    height: 2px;
    width: 32px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .c-navicon:before,
  .c-navicon:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    background: #333333;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .c-navicon:before {
    top: 9px;
    width: 50%;
  }

  .c-navicon:after {
    bottom: 9px;
    width: 100%;
  }

  .c-menu-btn:checked ~ .c-menu-icon .c-navicon:before {
    transform: rotate(-45deg);
    width: 100%;
  }

  .c-menu-btn:checked ~ .c-menu-icon .c-navicon:after {
    transform: rotate(45deg);
  }

  .c-menu-btn:checked ~ .c-menu-icon:not(.steps) .c-navicon:before {
    top: 0;
  }

  .c-menu-btn:checked ~ .c-menu-icon:not(.steps) .c-navicon:after {
    bottom: 0;
  }

  .c-menu-btn:checked ~ .c-menu-icon .c-navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  .c-menu__links:first-child {
    border-top: 1px solid var(--color-7);
  }

  .c-menu__link {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto;
    text-align: center;
    min-height: 48px;
    line-height: 48px;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid var(--color-7);
    font-size: 13px;
  }

  .c-menu__link,
  .c-menu__link.c-menu__link__parent {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
  }

  .c-menu__link.c-menu__link__parent .c-menu__link-expand {
    position: absolute;
    right: 0;
    width: 21px;
    height: 100%;
    margin-left: 13px; /* タップ領域の確保 */
    margin-right: 13px; /* タップ領域の確保 */
    background: url(../img/com/ico-arrow-expand.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .c-menu__link.c-menu__link__parent .c-menu__link-expand.is-active {
    transform: rotate(180deg);
  }

  .c-menu__link__parent:has(.is-active) {
    color: var(--color-2);
  }

  .c-menu__link-expand__target:not(.is-active) {
    display: none;
  }

  .c-menu__link-expand__target {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
    row-gap: 8px;
  }

  .c-menu__link-sampai {
    color: var(--color-2);
    border-bottom: 1px solid var(--color-2);
  }

  .c-menu__foot {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 30px 35px;
    background-color: var(--color-6);
    row-gap: 4px;
  }

  .c-menu__foot__link {
    display: block;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
  }
}

/* フッター */
.l-footer {
  position: relative;
  padding: 80px 0;
  background-color: var(--color-6);
  z-index: 5;
}

.l-footer__screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-6);
  opacity: 0.75;
  z-index: 5;
}

.l-footer__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.l-footer__contact {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
  margin: 0 30px;
  border-bottom: 1px solid var(--color-2);
  z-index: 10;
  max-width: 1920px;
}

.l-footer__contact__body {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.l-footer__contact-text {
  font-size: 14px;
  line-height: 29px;
}

.l-footer__contact-btn__wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.l-footer__contact-btn {
  width: 240px;
}

.l-footer__contact-btn__wrap .c-btn {
  height: 52px;
  width: 240px;
}

.l-footer__business-hours-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  margin-left: calc(240px + (var(--pc-content-width) - 240px * 3) / 2);
}

.l-footer__contact-btn__text {
  display: inline-flex;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  align-items: center;
  width: max-content;
}

.c-footer__mail::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-mail_black.svg);
  width: 25px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

.c-footer__phone::before {
  content: "";
  display: inline-block;
  background: url(../img/com/ico-phone_black.svg);
  width: 25px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

.l-footer__sitemap {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px 60px;
  z-index: 10;
  max-width: 1920px;
}

.l-footer__links__wrap {
  display: flex;
  /* column-gap: 70px; */
  /* justify-content: center; */
  justify-content: space-between;
}

.l-footer__links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.l-footer__link {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.l-footer__link-expand__target {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.l-footer__link.l-footer__link__parent {
  font-size: 14px;
  font-weight: 700;
}

.c-footer_logo {
  width: 220px;
  height: 60px;
  object-fit: contain;
}

.l-footer__logo {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px;
}

.l-footer__other {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--pc-content-width);
  padding: 0;
  margin: 0 auto;
  z-index: 10;
}

.l-footer__other__copyright {
  font-size: 9px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-family: Poppins;
}

.l-footer__other__links {
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
  font-size: 14px;
  line-height: 24px;
}

.l-footer__other__link {
  text-decoration: underline;
}

.l-footer__outbound {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  row-gap: 20px;
  column-gap: 30px;
  align-items: center;
}

.l-footer__outbound .c-footer_logo-daiei {
  width: 150px;
  height: 24px;
}

.l-footer__outbound .c-footer_logo-geore {
  width: 175px;
  height: 22px;
}

.l-footer__outbound a {
  color: var(--color-2);
  text-decoration: underline;
  line-height: 20px;
  transition: 0.5s ease;
}

.l-footer__outbound a:not(:has(img)):hover {
  background-color: var(--color-2);
  color: #fff;
  text-decoration: none;
}

/* @media screen and (max-width: 767px){ */
@media screen and (max-width: 1180px) {
  .l-footer {
    padding: 60px 0 0;
  }

  .l-footer__contact {
    padding: 0 18.5px;
    border-bottom: none;
    margin: 0;
    width: 100%;
  }

  .l-footer__contact__body {
    flex-direction: column;
    align-items: flex-start;
    column-gap: unset;
    row-gap: 20px;
    margin-top: 20px;
  }

  .l-footer__contact-text {
    font-size: 13px;
    line-height: 20px;
  }

  .l-footer__contact-btn__wrap {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .l-footer__contact-btn {
    width: 218px;
  }

  .l-footer__contact-btn__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 6px;
  }

  .c-footer__mail::before,
  .c-footer__phone::before {
    width: 13px;
    height: 13px;
    margin-right: 2px;
  }

  .l-footer__contact-btn__wrap .c-btn {
    width: 218px;
    height: 48px;
  }

  .l-footer__business-hours-text {
    margin-top: 0;
    margin-left: 0;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 40px;
  }

  .l-footer__sitemap {
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .l-footer__links__wrap {
    flex-direction: column;
    padding: 0 18.5px 60px;
  }

  .l-footer__links {
    row-gap: 0;
  }

  .l-footer__links:first-child {
    border-top: 1px solid #31313126;
  }

  .l-footer__link {
    text-align: center;
    min-height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #31313126;
    margin-bottom: 0;
  }

  .l-footer__link,
  .l-footer__link.l-footer__link__parent {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
  }

  .l-footer__link.l-footer__link__parent .l-footer__link-expand {
    position: absolute;
    right: 0;
    width: 21px;
    height: 100%;
    margin-left: 16px; /* タップ領域の確保 */
    margin-right: 16px; /* タップ領域の確保 */
    background: url(../img/com/ico-arrow-expand.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .l-footer__link.l-footer__link__parent .l-footer__link-expand.is-active {
    transform: rotate(180deg);
  }

  .l-footer__link-expand__target {
    row-gap: 0;
  }

  .l-footer__link-expand__target:not(.is-active) {
    display: none;
  }

  .l-footer__logo,
  .l-footer__other {
    background-color: #eff0f1;
  }

  .l-footer__logo {
    padding-top: 30px;
    padding-bottom: 15px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    background-color: var(--color-6);
    row-gap: 40px;
  }

  .c-footer_logo {
    width: 250px;
    height: auto;
    object-fit: contain;
  }

  .l-footer__other {
    flex-direction: column-reverse;
    padding-bottom: 30px;
    align-items: center;
    background-color: var(--color-6);
  }

  .l-footer__other__copyright {
    text-align: center;
    font-size: 9px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 15px;
  }

  .l-footer__other__links {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
  }

  .l-footer__other__link {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }

  .l-footer__other__daiei {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7.5px;
    margin: 15px auto;
  }

  .l-footer__outbound .c-footer_logo-daiei {
    width: 202px;
    height: 31px;
  }

  .c-footer_daiei-text {
    text-align: center;
    font-size: 9px;
    line-height: 18px;
  }

  .l-footer__outbound {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    align-items: center;
    row-gap: 10px;
    margin-top: 0;
  }

  .l-footer__outbound a {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

/* TOPページ */
.p-top__mv {
  z-index: 5;
  max-width: 100vw;
  overflow-x: hidden;
}

.p-top__mv .c-mv {
  position: relative;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 500px;
}
.p-top__mv-wrap {
  width: 100%;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 20px;
  margin-left: calc((100% - var(--pc-content-width)) / 2);
}
.p-top__mv-company-name {
  z-index: 15;
  font-size: 16px;
  line-height: 28px;
}
.p-top__mv-message {
  z-index: 15;
  font-size: 30px;
  line-height: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
#mv02 .p-top__mv-message,
#slick-slide01 .p-top__mv-message {
  z-index: 15;
  line-height: 40px;
  height: 62px;
  transform: translateY(-9px);
}

.p-top__mv-vision {
  z-index: 15;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-height: 870px) {
  .p-top__mv-message {
    font-size: 39px;
    line-height: 56px;
  }
}

.p-top__mv-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  width: 100%;
  z-index: 15;
}

.p-top__mv-btn a {
  width: 300px;
}

.p-top__mv-auth {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 13px;
  row-gap: 10px;
  z-index: 20;
}

.p-top__mv-auth__text {
  font-size: 10px;
  line-height: 17px;
  text-align: center;
}

.p-top__mv-auth img {
  width: 158px;
  height: 76px;
  object-fit: cover;
}

.p-top__news {
  max-width: var(--pc-content-width);
  margin: 80px auto 0;
  padding-bottom: 30px;
  border-bottom: 6px solid var(--color-6);
}

.p-top__news__pickup {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.p-top__news__pickup-list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  column-gap: 60px;
  overflow: scroll;
  padding-bottom: 72px;
}

.p-top__news__pickup-list:has(> a:nth-child(3)) {
  column-gap: 0;
  justify-content: space-between;
}

.p-top__news__pickup-list::-webkit-scrollbar {
  display: none;
}

.p-top__news__pickup .arrow-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  z-index: 10;
}

@media screen and (max-width: 1099px) {
  .p-top__news__pickup .arrow-wrap {
    display: none;
  }
}

.p-top__news__pickup .arrow {
  position: relative;
  width: 40px;
  height: 40px;
}

.p-top__news__pickup .arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-top__news__pickup .arrow::after,
.p-top__news__pickup .arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.p-top__news__pickup .arrow.js-prev::before,
.p-top__news__pickup .arrow.js-next::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #31313126;
}

.p-top__news__pickup .arrow.js-prev::after {
  left: 12px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.p-top__news__pickup .arrow.js-next::after {
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-top__news__pickup-item {
  display: flex;
  flex-direction: column;
  width: 280px;
  min-width: 280px;
  row-gap: 10px;
}

.p-top__news__pickup-item__img {
  position: relative;
  display: block;
  width: 100%;
  height: 214px;
  margin-bottom: 15px;
  box-shadow: 0 2px 11px 0 #0000000f;
}

.p-top__news__pickup-item__img .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top__news__pickup-item__img .pdf {
  position: absolute;
  bottom: 12px;
  left: 16px;
  width: 62px;
  height: 16px;
}

.p-top__news__pickup-item__img .category {
  position: absolute;
  bottom: -15px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 38px;
  background-color: #ffffff;
  box-shadow: 0 2px 11px 0 #0000000f;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
}

.p-top__news__pickup-item__img .category span {
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 500;
  color: var(--color-2);
}

.p-top__news__pickup-item__title {
  font-size: 16px;
  line-height: 28px;
}

.p-top__news__pickup-item__date {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #31313166;
  font-weight: 600;
}

.p-top__news__pickup-title {
  font-size: 16px;
  font-weight: 700;
}

.p-top__news__tab {
  display: none;
  border-top: 1px solid #31313126;
}

.p-top__news__tab.is-active {
  display: flex;
  flex-direction: column;
}

.p-news__main.p-top__news__main {
  padding-top: 60px;
  overflow: visible;
  /* max-width: 845px; */
}

@media screen and (max-width: 1099px) {
  .p-news__main.p-top__news__main {
    padding-top: 60px;
    overflow: hidden;
    max-width: unset;
  }
}

.p-news__main.p-top__news__main:last-child {
  padding-bottom: 60px;
}

.p-top__news-btn {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  width: 100%;
  max-width: var(--pc-content-width);
  margin: 60px auto;
  padding: 0 20px;
  z-index: 15;
}
.p-top__news-btn .c-btn {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-top__mv .c-mv {
    height: 375px;
  }
  .p-top__mv-wrap {
    row-gap: 10px;
    width: 244px;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .p-top__mv-company-name {
    font-size: 12px;
    line-height: 24px;
  }

  .p-top__mv-message {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }

  #mv02 .p-top__mv-message,
  #slick-slide01 .p-top__mv-message {
    font-size: 16px;
    line-height: 28px;
    height: 46px;
    transform: translateY(-5px);
  }

  .p-top__mv-vision {
    font-size: 9px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }

  .p-top__news {
    border-bottom: none;
    margin-top: 60px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .p-news__main.p-top__news__main {
    padding-top: 40px;
  }

  .p-news__main.p-top__news__main:last-child:last-child {
    padding-bottom: 0;
  }

  .p-top__mv-btn {
    flex-direction: column;
    row-gap: 10px;
  }

  .p-top__mv-btn a {
    width: 100%;
  }

  .p-top__mv-auth {
    padding: 6px;
    row-gap: 10px;
    width: 100px;
  }

  .p-top__mv-auth__text {
    font-size: 7px;
    line-height: 8px;
  }

  .p-top__mv-auth img {
    width: 62px;
    height: 30px;
  }

  .p-news .c-sidebar {
    padding: 0 18px;
  }
  .p-news .c-sidebar__item a {
    padding-left: 0;
  }
  .p-top__news__tab {
    border-top: none;
  }

  .p-top__news__pickup {
    row-gap: 20px;
  }

  .p-top__news__pickup-title {
    font-size: 16px;
  }

  .p-top__news__pickup-list {
    width: 100%;
    overflow: scroll;
    padding-bottom: 16px;
    justify-content: left;
    column-gap: 30px;
  }

  .p-top__news__pickup-item {
    flex-direction: column;
    width: 220px;
    min-width: 220px;
    row-gap: 4px;
    height: auto;
  }

  .p-top__news__pickup-item__title {
    font-size: 14px;
    line-height: 20px;
  }

  .p-top__news__pickup-item__img {
    height: 125px;
  }

  .p-top__news-btn {
    flex-direction: column;
    row-gap: 10px;
    margin: 10px 0;
  }

  .p-top__news-btn {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-top__news-btn .c-btn {
    width: 212px;
  }
}

/* 会社案内 */
.p-company {
}

.p-company__main {
  z-index: 0;
  margin-top: 0;
}

.p-company__section {
}

.p-company__section#anchor01 {
  row-gap: 40px;
}

.p-company__section#anchor03 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.p-company__subsection_column {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}

.p-company__subsection_column.message .bg-blue {
  background-color: var(--color-6);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.p-company__subsection_column.message .signature {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: end;
}
.p-company__subsection_column.message .signature span {
  font-size: 14px;
  line-height: 24px;
}
.p-company__subsection_column.message .signature img {
  width: 160px;
  height: auto;
}

.p-company__subsection_column.message .signature .signature__flex {
  display: flex;
  align-items: center;
  gap: 0 1em;
}

.p-company__subsection_column.message .signature .signature__flex span {
  font-size: 18px;
}

.p-company__subsection_column.message .left img {
  border-radius: 8px;
}

.p-company-daiei__contact-btn__wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.p-company-daiei__contact-btn__wrap .c-btn {
  height: 64px;
  width: 300px;
}

.p-company__subsection_tables {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.p-company__section__table {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.p-company__section__table .p-company__table_title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-2);
  padding-left: 20px;
}
.p-company__section__table .p-company__table_title span {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: var(--color-4);
  margin-left: 10px;
}
.p-company__section__table .p-company__table_row {
  font-size: 14px;
  line-height: 24px;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  flex-direction: row;
  padding: 38px 20px;
}
.p-company__section__table .p-company__table_row:first-child {
  border-top: solid 1px #e0e0e0;
}
.p-company__section__table .p-company__table_row .p-company__table_head {
  font-weight: 700;
  width: 200px;
}

.p-company__subsection_column.access .left {
  width: 350px;
}

.p-company__subsection_column.access .right {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.p-company__subsection_column.access .right h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.p-company__subsection_column.access .right p {
  font-size: 14px;
  line-height: 24px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-company__section {
    /* ページ内リンクへの移動時にタイトルが表示されるための設定（paddingは固定し、marginの値で余白を調整する。例：margin-top:-45px; → 余白は40px） */
    padding-top: 85px;
    margin-top: -45px;

    padding-bottom: 60px;
  }
  .p-company__section#anchor01 {
    row-gap: 30px;
  }
  .p-company__section#anchor02 {
    margin-top: -25px;
  }
  .p-company__section#anchor03 {
    margin-top: -25px;
  }
  .p-company__section#anchor04 {
    margin-top: -85px;
  }

  .p-company__subsection_column {
    flex-direction: column;
    row-gap: 30px;
  }

  .p-company__subsection_column.message .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-company__subsection_column.message .bg-blue {
    padding: 40px 18px;
  }
  .p-company__subsection_column.message .signature {
    row-gap: 0;
  }
  .p-company__subsection_column.message .signature span {
    font-size: 12px;
  }
  .p-company__subsection_column.message .signature img {
    width: auto;
    height: 22px;
    margin: 6px 0;
  }
  .p-company__subsection_column.message .signature .signature__flex span {
    font-size: 14px;
  }

  .p-company-daiei__contact-btn__wrap {
    align-items: center;
  }

  .p-company-daiei__contact-btn__wrap .c-btn {
    height: 48px;
    width: 218px;
  }

  .p-company__subsection_tables {
    row-gap: 40px;
  }

  .p-company__section__table {
    row-gap: 20px;
  }
  .p-company__section__table .p-company__table_title {
    padding-left: 8px;
  }
  .p-company__section__table .p-company__table_title span {
    font-size: 12px;
    line-height: 24px;
  }
  .p-company__section__table .p-company__table_row {
    font-size: 13px;
    padding: 16px 8px;
  }
  .p-company__section__table.wide .p-company__table_row {
    padding: 38px 8px;
  }
  .p-company__section__table .p-company__table_row .p-company__table_head {
    width: 120px;
    min-width: 120px;
  }

  .p-company__subsection_column.access .left {
    width: 350px;
  }

  .p-company__subsection_column.access .right {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }

  .p-company__subsection_column.access .right h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  .p-company__subsection_column.access .right p {
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
  }
}

/* 土壌浄化 */
.p-business01 {
  /* position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: var(--pc-content-width);
    margin: 0 auto;
    gap: 50px; */
}

.p-business01__main {
  z-index: 0;
  margin-top: 0;
}

.p-business01__section {
}

.p-business01__section#anchor02 {
  padding-top: 20px;
}

.p-business01__section-wrap {
  display: flex;
  column-gap: 30px;
  border-top: 1px solid #e0e0e0;
}

.p-business01__section-wrap__borderless {
  border-top: none;
}

.p-business01__section-wrap__column {
  flex-direction: column;
}

.p-business01__section-wrap__pt {
  padding-top: 60px;
}

.p-business01__section-wrap__reverse {
  flex-direction: row-reverse;
}

.p-business01__section__left {
  display: flex;
  flex-direction: column;
  width: 350px;
  row-gap: 20px;
}

.p-business01__section__fullwidth {
  width: 100%;
}

.p-business01__section__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  width: 350px;
  font-size: 14px;
}

.p-business01__section__right img {
  width: 100%;
  height: auto;
}

.p-business01__section__point {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  line-height: 24px;
}

.p-business01__section__point span {
  display: inline-block;
  padding: 10px;
  background-color: var(--color-6);
  font-size: 14px;
  font-weight: 700;
  border-radius: 21.5px;
  width: 96px;
  height: 44px;
  text-align: center;
  align-content: center;
}

.p-business01__table {
  margin-top: 20px;
  border-top: 1px solid #31313126;
  font-size: 14px;
}

.p-business01__table th,
.p-business01__table td {
  padding: 25px 40px;
  border-bottom: 1px solid #31313126;
}

.p-business01__table th {
  background-color: var(--color-6);
  text-align: left;
  font-weight: 400;
}

.p-business01__table td {
  line-height: 27px;
}

.p-business01__table__inner {
  display: flex;
  column-gap: 40px;
  margin-top: 15px;
}

.p-business01__map-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 48px;
}

.p-business01__map-item {
  display: flex;
  flex-direction: column;
  min-width: 350px;
  width: calc((100% - 23px) / 2);
}

.p-business01__map-item img {
  width: 100%;
  height: auto;
}

.p-business01__map-item__info {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  font-size: 16px;
}

.p-business01__map-item__name {
  display: flex;
  align-items: center;
}

.p-business01__map-item__name span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 16px;
}

.p-business01__map-item__maplink {
  display: inline-flex;
  color: var(--color-2);
  text-decoration: underline;
  column-gap: 5px;
  font-size: 14px;
}

.p-business01__map-item__maplink::before {
  display: inline-block;
  content: "";
  background: url(../img/com/ico-map.svg);
  background-size: cover;
  width: 12px;
  height: 15px;
}

.p-business01__map-item__addresss {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}

.p-business01__map-item__tel {
  font-size: 14px;
}

.p-business01__other-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  /* padding-top: 80px; */
}

.p-business01__other-item {
  width: 100%;
  padding: 30px 40px;
  border: 1px solid var(--color-7);
  border-radius: 5px;
}

.p-business01__other-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px 20px;
}

.p-business01__other-head::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: url(../img/com/border.svg);
  background-size: cover;
  margin-left: -15px;
  margin-top: 15px;
}

.p-business01__other-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-business01 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .c-sidebar:not(.c-sidebar__detail):has(:first-child) + .p-business01__main {
    margin-top: 40px;
  }

  .p-business01__section {
    /* ページ内リンクへの移動時にタイトルが表示されるための設定（paddingは固定し、marginの値で余白を調整する。例：margin-top:-45px; → 余白は40px） */
    padding-top: 85px;
    margin-top: -45px;
  }

  .p-business01__section.c-section--bg-blue#js-bg-full {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 0;
    z-index: 1;
  }

  .p-business01__section#anchor02 {
    padding-top: 85px;
    margin-top: -65px;
  }

  .p-business01__section-wrap {
    flex-direction: column-reverse;
    column-gap: unset;
    padding-top: 40px;
    row-gap: 20px;
  }

  .p-business01_section-wrap.p-business01__section-wrap__sp-borderless {
    padding-top: 0;
    border-top: none;
  }

  .p-business01__section__left {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
  }

  .p-business01__section__right {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: 100%;
  }

  .p-business01__section__right span {
    font-size: 12px;
  }

  .p-business01__other-wrap {
    flex-direction: column;
    column-gap: unset;
    row-gap: 10px;
    padding-top: 0;
  }

  .p-business01__other-item {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid var(--color-7);
    border-radius: 5px;
  }

  .p-business01__section__point span {
    display: inline-block;
    padding: 2px 11px;
    font-size: 9px;
    line-height: 18px;
    border-radius: 21.5px;
    width: 64px;
    height: 22px;
  }

  .p-business01__section__point {
    font-size: 12px;
    column-gap: 10px;
    margin-bottom: 20px;
  }

  .p-business01__table th,
  .p-business01__table td {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .p-business01__table__inner {
    flex-direction: column;
  }

  .p-business01__map-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    column-gap: unset;
    row-gap: 40px;
  }

  .p-business01__map-item {
    min-width: unset;
    width: 100%;
  }

  .p-business01__map-item__name span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px;
  }

  .p-business01__map-item__maplink {
    font-size: 13px;
  }

  .p-business01__map-item__maplink::before {
    width: 12px;
    height: 15px;
  }

  .p-business01__map-item__addresss,
  .p-business01__map-item__tel {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .p-business01__other-head {
    font-size: 16px;
    padding: 0 0 15px 15px;
    margin-bottom: 0;
  }
}

/*廃棄物処理・資源循環*/

.p-business02__main {
  position: relative;
  z-index: 0;
  margin-top: 0;
}

.p-business02__section {
  row-gap: 40px;
}

.p-business02__section#anchor02 {
  row-gap: 60px;
  padding-top: 90px;
}

.p-business02__section-wrap {
  display: flex;
  column-gap: 30px;
}

.p-business02__section-wrap__borderless {
  border-top: none;
}

.p-business02__section-wrap__column {
  flex-direction: column;
}

.p-business02__section-wrap__pt {
  padding-top: 60px;
  border-top: 1px solid #e0e0e0;
}

.p-business02__section-wrap__reverse {
  flex-direction: row-reverse;
}
.p-business02__section__left {
  display: flex;
  flex-direction: column;
  width: 350px;
  row-gap: 40px;
}

.p-business02__section__fullwidth {
  width: 100%;
}

.p-business02__section__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  width: 350px;
  font-size: 14px;
}

.p-business02__section__right img {
  width: 100%;
  height: auto;
}

.p-business02__section__point {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  line-height: 24px;
}

.p-business02__section__point span {
  display: inline-block;
  padding: 10px;
  background-color: var(--color-6);
  font-size: 14px;
  font-weight: 700;
  border-radius: 21.5px;
  width: 96px;
  height: 44px;
  text-align: center;
  align-content: center;
}

.p-business02__table {
  margin-top: 20px;
  border-top: 1px solid #31313126;
  font-size: 14px;
}

.p-business02__table th,
.p-business02__table td {
  padding: 25px 40px;
  border-bottom: 1px solid #31313126;
}

.p-business02__table th {
  background-color: var(--color-6);
  text-align: left;
  font-weight: 400;
}

.p-business02__table td {
  line-height: 27px;
}

.p-business02__table__inner {
  display: flex;
  column-gap: 40px;
  margin-top: 15px;
}

.p-business02__map-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 48px;
}

.p-business02__map-item {
  display: flex;
  flex-direction: column;
  min-width: 350px;
  width: calc((100% - 23px) / 2);
}

.p-business02__map-item img {
  width: 100%;
  height: auto;
}

.p-business02__map-item__info {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  font-size: 16px;
}

.p-business02__map-item__name {
  display: flex;
  align-items: center;
}

.p-business02__map-item__name span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 16px;
}

.p-business02__map-item__maplink {
  display: inline-flex;
  color: var(--color-2);
  text-decoration: underline;
  column-gap: 5px;
  font-size: 14px;
}

.p-business02__map-item__maplink::before {
  display: inline-block;
  content: "";
  background: url(../img/com/ico-map.svg);
  background-size: cover;
  width: 12px;
  height: 15px;
}

.p-business02__map-item__addresss {
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;
}

.p-business02__map-item__tel {
  font-size: 14px;
}

.p-business02__other-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  /* padding-top: 80px; */
}

.p-business02__other-item {
  width: 100%;
  padding: 30px 40px;
  border: 1px solid var(--color-7);
  border-radius: 5px;
}

.p-business02__other-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 15px 15px;
}

.p-business02__other-head::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: url(../img/com/border.svg);
  background-size: cover;
  margin-left: -15px;
  margin-top: 15px;
}

.p-business02__other-body {
  display: flex;
  flex-direction: column;
}

.p-business02-buy__contact-btn__wrap,
.p-business02-pdf__contact-btn__wrap,
.p-business02-contact__contact-btn__wrap {
  display: flex;
  column-gap: 60px;
}

.p-business02-buy__contact-btn__wrap .c-btn {
  height: 64px;
  width: 300px;
}

.p-business02-pdf__contact-btn__wrap .c-btn {
  height: 54px;
  width: 262px;
}

.p-business02-contact__contact-btn__wrap .c-btn {
  height: 52px;
  width: 240px;
}

@media screen and (max-width: 1180px) {
  .p-business02-buy__contact-btn__wrap,
  .p-business02-pdf__contact-btn__wrap,
  .p-business02-contact__contact-btn__wrap {
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-business02 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .p-business02_main {
    margin-top: 40px;
  }

  .p-business02__section {
    /* ページ内リンクへの移動時にタイトルが表示されるための設定（paddingは固定し、marginの値で余白を調整する。例：margin-top:-45px; → 余白は40px） */
    padding-top: 85px;
    margin-top: -45px;
    row-gap: 20px;
  }

  .p-business02__section#js-bg-full {
    z-index: 1;
  }

  .p-business02__section#anchor02 {
    margin-top: -25px;
    padding-bottom: 20px;
    row-gap: 40px;
  }

  .p-business02__section#anchor03 {
    padding-bottom: 60px;
    z-index: -5;
  }

  .p-business02__section-wrap {
    flex-direction: column-reverse;
    column-gap: unset;
    padding-top: 40px;
    row-gap: 20px;
  }

  .p-business02__section#anchor01 p {
    padding-bottom: 0;
  }

  .p-business02__section#anchor01 .p-business02__section-wrap,
  .p-business02__section#anchor03 .p-business02__section-wrap {
    padding-top: 0;
  }

  .p-business03__section-wrap {
    flex-direction: column-reverse;
    column-gap: unset;
    row-gap: 20px;
  }

  .p-business02__section__left {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
  }

  .p-business02__section__left p,
  .p-business02__section__left div {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .p-business02__section__right {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    width: 100%;
  }

  .p-business02__section__right span {
    font-size: 12px;
  }

  .p-business02__other-wrap {
    flex-direction: column;
    column-gap: unset;
    row-gap: 10px;
    padding-top: 0;
  }

  .p-business02__other-item {
    width: 100%;
    padding: 20px 15px;
    border: 1px solid var(--color-7);
    border-radius: 5px;
  }

  .p-business02__section__point span {
    display: inline-block;
    padding: 2px 11px;
    font-size: 9px;
    line-height: 18px;
    border-radius: 21.5px;
    width: 64px;
    height: 22px;
  }

  .p-business02__section__point {
    font-size: 12px;
    column-gap: 10px;
    margin-bottom: 20px;
  }

  .p-business02__table th,
  .p-business02__table td {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .p-business02__table__inner {
    flex-direction: column;
  }

  .p-business02__map-wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    column-gap: unset;
    row-gap: 40px;
  }

  .p-business02__map-item {
    min-width: unset;
    width: 100%;
  }

  .p-business02__map-item__name span {
    font-size: 16px;
    font-weight: 700;
    margin-right: 16px;
  }

  .p-business02__map-item__maplink {
    font-size: 13px;
  }

  .p-business02__map-item__maplink::before {
    width: 12px;
    height: 15px;
  }

  .p-business02__map-item__addresss,
  .p-business02__map-item__tel {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
  }

  .p-business02__other-head {
    font-size: 16px;
    padding: 0 0 15px 15px;
    margin-bottom: 0;
  }

  .p-business02-buy__contact-btn__wrap,
  .p-business02-contact__contact-btn__wrap,
  .p-business02-pdf__contact-btn__wrap {
    align-items: center;
  }

  .p-business02-buy__contact-btn__wrap .c-btn,
  .p-business02-contact__contact-btn__wrap .c-btn {
    height: 48px;
    width: 218px;
  }

  .p-business02-pdf__contact-btn__wrap .c-btn {
    height: 38px;
    width: 214px;
  }
}

/* 安全への取り組み */
.p-activities {
}

.p-activities__main {
  z-index: 0;
  margin-top: 0;
}

.p-activities__section {
  padding-bottom: 40px;
}

.p-activities__subsection.bg-blue {
  background-color: var(--color-6);
  margin-top: 0;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-activities__subsection h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-2);
  padding: 0;
}

.p-activities__subsection.bg-blue p + h3 {
  margin-top: 30px;
}

.p-activities__subsection {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.p-activities__subsection .p-activities__cars h3 {
  margin-bottom: 10px;
}

.p-activities__subsection .p-activities__cars p {
  margin-bottom: 20px;
}

.p-activities__subsection .p-activities__cars .c-btn.c-btn__pdf {
  width: 346px;
  height: 54px;
}

.p-activities__section__center {
  display: flex;
  justify-content: center;
}

.p-activities__section__table {
  margin-bottom: 60px;
}

.p-activities__table_row {
  border-top: solid 1px #e0e0e0;
  height: 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
}

.p-activities__table_head {
  font-weight: 700;
  width: 200px;
}

.p-activities__table_caption {
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  padding-top: 24px;
  border-top: solid 1px #e0e0e0;
}

@media screen and (max-width: 767px) {
  .p-activities {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .p-activities__main {
    margin-top: 0;
  }

  .p-activities__section {
    /* ページ内リンクへの移動時にタイトルが表示されるための設定（paddingは固定し、marginの値で余白を調整する。例：margin-top:-45px; → 余白は40px） */
    padding-top: 85px;
    margin-top: -45px;
    row-gap: 40px;
  }

  .p-activities__subsection {
    margin-top: 0;
    gap: 40px;
  }

  .p-activities__subsection.bg-blue {
    padding: 40px 18px;
    width: 100vw;
    transform: translateX(-18px);
    position: relative;
    z-index: 1;
  }

  .p-activities__subsection p {
    padding-bottom: 0;
  }

  .p-activities__subsection.bg-blue p + h3 {
    margin-top: 0;
  }

  .p-activities__section#anchor02 {
    margin-top: -65px;
  }

  .p-activities__section > p {
    padding-bottom: 0;
  }

  .p-activities-pdf__contact-btn {
    display: flex;
    justify-content: center;
  }

  .p-activities__subsection .p-activities__cars .c-btn.c-btn__pdf {
    width: 268px;
    height: 38px;
  }

  .p-activities__section__table {
    margin-bottom: 20px;
  }

  .p-activities__table_row {
    height: 56px;
    font-size: 13px;
    padding-left: 8px;
  }

  .p-activities__table_head {
    font-weight: 700;
    width: 180px;
  }

  .p-activities__table_caption {
    font-size: 13px;
    padding-top: 16px;
  }
}

/* お問い合わせ */
.p-contact {
}

.p-contact__section-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  column-gap: 90px;
  row-gap: 10px;
}

.p-contact__section {
  row-gap: 0;
  padding-bottom: 0;
}

.p-contact__section#anchor02 {
  row-gap: 40px;
}

.p-contact__section .btn-container {
  padding: 30px 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--color-6);
  border-radius: 5px;
}

.p-contact__section .btn-container > div {
}

.p-contact__section .btn-container > div > p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  min-height: 48px;
  margin-bottom: 10px;
}

.p-contact__section .btn-container > div > p > span {
  color: var(--color-2);
}

.p-contact__section .btn-container .c-btn__buy {
  width: 240px;
  height: 52px;
}
.p-contact__section .btn-container .c-btn__pdf {
  width: 276px;
  height: 52px;
}

.p-contact__section:last-child {
  padding-top: 100px;
  padding-bottom: 120px;
}

.p-contact__progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 1088px;
}

.p-contact__progress::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eff0f1;
  z-index: 0;
}

.p-contact__progress-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eff0f1;
  height: 60px;
  font-size: 14px;
  padding: 0 60px;
  border-radius: 36px;
  z-index: 1;
}

.p-contact__progress-item.is-active {
  background-color: var(--color-2);
  color: #fff;
  font-weight: 700;
}

.p-contact__text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 24px;
}

.p-contact__form-wrap dl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 90px;
  row-gap: 20px;
  align-items: flex-start;
}

.p-contact__form-wrap dt {
  display: flex;
  width: 100%;
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--color-2);
  min-height: 28px;
}

.p-contact__form-wrap dt p {
  display: flex;
  align-items: flex-end;
}

.p-contact__form-wrap dt p span {
  display: inline-block;
  margin-left: 5px;
  color: var(--color-2);
}

.p-contact__form-wrap dd {
  display: flex;
  width: 100%;
  font-size: 14px;
  column-gap: 30px;
  min-height: 50px;
}

.p-contact__form-wrap dd p {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  width: 100%;
  line-height: 50px;
}

.p-contact__form-wrap dd p:has(span[data-name^="zip-code"]) {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  width: calc((100% - 30px) / 2);
  min-width: 194px;
}

.p-contact-confirm .p-contact__form-wrap dd {
  display: flex;
  font-size: 14px;
  line-height: 0;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--color-2);
  min-height: 50px;
}

.p-contact-confirm .p-contact__form-wrap .confirm dd {
  min-height: 25px;
}

.p-contact-confirm .p-contact__form-wrap dd p {
  line-height: 0;
  align-items: flex-end;
  margin-bottom: 9px;
}

.p-contact__form-wrap dd .c-input__radio {
  display: flex;
  column-gap: 30px;
}

.p-contact__form-wrap dd .c-input__radio .wpcf7-list-item label {
  display: flex;
  column-gap: 14px;
}

.p-contact__form-wrap input::placeholder,
.p-contact__form-wrap textarea::placeholder {
  color: #3131314d;
  font-family: "Noto Sans JP";
}

.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}

.wpcf7-form-control-wrap input:not([type="radio"]),
.wpcf7-form-control-wrap select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 12px 20px;
  border: #929292 1px solid;
}

.wpcf7-form-control-wrap textarea {
  display: inline-block;
  padding: 12px 20px;
}

.wpcf7-form-control-wrap input.c-input_text--short,
.wpcf7-form-control-wrap select.c-input_text--short {
  width: calc((100% - 30px) / 2);
}

.wpcf7-form-control-wrap textarea {
  width: 100%;
}

.wpcf7-response-output {
  display: none !important;
}

.p-contact__form-wrap .wpcf7-spinner {
  display: none;
}

.p-contact__attention {
  background-color: var(--color-6);
  padding: 30px 40px;
  margin-top: 30px;
}

.p-contact__attention__smallpadding {
  padding: 40px;
}

.p-contact__attention-title {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-contact__attention-description {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 24px;
}

.p-contact__attention > p > span > span > span > label > span {
  font-size: 14px;
}

.p-contact__attention span.wpcf7-list-item {
  margin: 0;
}

.p-contact__attention > p > span > span > span > label > span {
  font-size: 14px;
}

.p-contact__attention__smallpadding .p-contact__attention-description {
  margin-bottom: 0;
}

.p-contact__attention-description a {
  color: var(--color-2);
  text-decoration: underline;
}

.p-contact__attention-description span {
  font-weight: 700;
}

.p-contact__attention label {
  display: inline-flex;
  column-gap: 10px;
  line-height: 15px;
  font-size: 16px;
}

.p-contact__attention .wpcf7-form-control-wrap input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.p-contact__attention .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  column-gap: 48px;
}

.p-contact__attention .wrapper .item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: space-between;
}

.p-contact__attention .wrapper .item .text {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-4);
}

.p-contact__attention .wrapper .item .text span {
  color: var(--color-2);
}

.p-contact__submit-wrap {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  margin-top: 60px;
}

.p-contact__submit-wrap p {
  position: relative;
}

.p-contact__submit-wrap input[type="submit"],
.p-contact__submit-wrap input[type="button"] {
  border: none;
}

.p-contact__submit-wrap p::after {
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(../img/com/ico-arrow-btn1.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.p-context__section--text {
  margin-bottom: 10px;
}

.p-contact__factories {
  width: 100%;
  display: flex;
  column-gap: 40px;
  margin-bottom: 30px;
}

.p-contact__factories .c-btn__plain {
  font-size: 14px;
  width: calc((100% - 80px) / 3);
}

.p-contact-confirm {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 120px 0 42px;
}

.p-contact__faq-head {
  position: relative;
  margin-top: 48px;
}

.p-contact__faq-head::before {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 300px;
  width: 2px;
  height: 40px;
  background-color: var(--color-2);
  opacity: 1;
  transition: opacity 0.5s ease;
}

.p-contact__faq-head.is-active::before {
  opacity: 0;
}

.p-contact__faq-head::after {
  content: "";
  position: absolute;
  bottom: 43px;
  left: 281px;
  width: 40px;
  height: 2px;
  background-color: var(--color-2);
}

.p-contact__faq {
  display: flex;
  flex-direction: column;
  max-height: 0;
  transition: max-height 0.4s ease;
  overflow: hidden;
}

.p-contact__faq-head.is-active + .p-contact__faq {
  max-height: 3000px;
}

.p-contact__faq-question {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #818c97;
  width: calc(100% - 80px);
  max-width: 880px;
  margin-top: 48px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.p-contact__faq-question-plus {
  position: absolute;
  right: -66px;
  bottom: -31.5px;
  width: 60px;
  height: 60px;
}

.p-contact__faq-question-plus span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}

.p-contact__faq-question-plus span::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 2px;
  height: 40px;
  background-color: var(--color-2);
  transition: opacity 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.p-contact__faq-question-plus span::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 40px;
  height: 2px;
  background-color: var(--color-2);
}

.p-contact__faq-question.is-active .p-contact__faq-question-plus span::before {
  opacity: 0;
}

.p-contact__faq-answer {
  height: auto;
  transition: max-height 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  width: calc(100% - 80px);
  max-width: 880px;
  max-height: 0px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 20px;
}

.p-contact__faq-question.is-active + .p-contact__faq-answer {
  max-height: 150px;
  transform: scale(1, 1);
  transform-origin: top;
}

@media screen and (max-width: 767px) {
  .p-contact {
    flex-direction: column;
  }

  .p-contact__progress-item {
    height: 46px;
    padding: 0 34px;
    border-radius: 23px;
    font-size: 12px;
    text-align: center;
  }

  .p-contact__section-wrap {
    margin-top: 30px;
    row-gap: 0;
  }

  .p-contact__section .c-secondary__head__ja {
    line-height: 31px;
  }

  .p-contact__section#anchor02 {
    row-gap: 15px;
  }

  .p-contact__section:last-child {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-contact__section-wrap .c-section__text {
    padding-bottom: 0;
  }

  .p-contact__section--text {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .p-contact__section#anchor02 .p-contact__section--text {
    margin-bottom: 0;
  }

  .p-contact__section .btn-container {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }

  .p-contact__section .btn-container > div {
  }

  .p-contact__section .btn-container > div > p {
    font-size: 16px;
    line-height: 28px;
    min-height: unset;
    margin-bottom: 10px;
    text-align: center;
  }

  .p-contact__section .btn-container > div > p > span {
    color: var(--color-2);
  }

  .p-contact__section .btn-container .c-btn__buy {
    width: 218px;
    height: 48px;
  }
  .p-contact__section .btn-container .c-btn__pdf {
    width: 223px;
    height: 38px;
  }

  .p-contact__text {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .p-contact__section-wrap dl {
    row-gap: 10px;
  }

  .p-contact__section-wrap dd {
    margin-bottom: 0;
  }

  .p-contact__form-wrap dt {
    margin-bottom: 10px;
  }

  .p-contact__form-wrap dl,
  .p-contact__form-wrap dt,
  .p-contact__form-wrap dd {
    flex-direction: column;
    width: 100%;
    min-height: unset;
  }

  .p-contact__form-wrap dd .c-input__radio {
    flex-direction: column;
    row-gap: 10px;
  }

  .p-contact__form-wrap dd p {
    flex-direction: column;
    row-gap: 10px;
  }

  .wpcf7-form-control-wrap {
    font-size: 13px;
    line-height: 24px;
  }

  .wpcf7-form-control-wrap input.c-input_text--short,
  .wpcf7-form-control-wrap select.c-input_text--short {
    width: 100%;
  }

  .wpcf7-form-control.c-btn {
    width: 218px;
    height: 48px;
    padding-right: 13px;
  }

  .p-contact__attention {
    padding: 30px 20px;
    margin-top: 10px;
  }

  .p-contact__attention-title {
    font-size: 16px;
    line-height: 28px;
  }

  .p-contact__attention-description {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .p-contact__attention label {
    display: inline-flex;
    column-gap: 6px;
    line-height: 12px;
    font-size: 12px;
  }

  .p-contact__attention .wpcf7-form-control-wrap input[type="checkbox"] {
    width: 13px;
    height: 13px;
  }

  .p-contact__submit-wrap p::after {
    width: 13px;
    height: 13px;
    right: 23%;
  }

  .p-contact__factories {
    flex-direction: column;
    row-gap: 10px;
  }

  .p-contact__factories .c-btn__plain {
    font-size: 13px;
    width: 100%;
  }

  .p-contact-confirm {
    padding: 0 20px;
    margin-top: 40px;
  }

  .p-contact__faq-head {
    margin-top: 0;
  }

  .p-contact__faq-head::before {
    bottom: 45%;
    left: 174px;
    width: 2px;
    height: 28px;
  }

  .p-contact__faq-head::after {
    bottom: 70%;
    left: 161px;
    width: 28px;
    height: 2px;
  }

  .p-contact__faq-question {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 12px;
    width: calc(100% - 40px);
  }

  .p-contact__faq-answer {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    width: calc(100% - 40px);
  }

  .p-contact__faq-question-plus {
    position: absolute;
    right: -50px;
    bottom: -31.5px;
    width: 60px;
    height: 60px;
  }

  .p-contact__faq-question-plus span::before {
    bottom: 15px;
    right: 22px;
    width: 2px;
    height: 28px;
  }

  .p-contact__faq-question-plus span::after {
    bottom: 30px;
    right: 8px;
    width: 28px;
    height: 2px;
  }
}

/* お知らせ */
.p-news {
  width: 100%;
  max-width: var(--pc-content-width);
  margin: 0 auto;
}

.p-news__main {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  padding-bottom: 50px;
  min-height: 600px;
}

.p-news__item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 56px;
  border-bottom: 1px solid #e0e0e0;
}

.p-news__item:first-child {
  border-top: 1px solid #e0e0e0;
}

.p-news__item::after {
  content: "→";
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-2);
  font-size: 8px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.p-news__item__left {
  width: 120px;
  height: 90px;
}

.p-news__item__left .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news__item__right {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  row-gap: 10px;
}

.p-news__item__upper {
  display: flex;
  column-gap: 24px;
  align-items: center;
}

.p-news__item__date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #31313166;
}

.p-news__item__lower {
  font-size: 16px;
  line-height: 36px;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .p-news__main {
    border-top: none;
    min-height: 200px;
  }

  .p-news__item {
    column-gap: 15px;
    flex-wrap: wrap;
  }

  .p-news__item:first-child {
    border-top: none;
  }

  .p-news__item__head {
    margin-top: 20px;
    width: 100%;
  }

  .p-news__item::after {
    display: none;
  }

  .p-news__item__left {
    width: 100px;
    height: 75px;
  }

  .p-news__item__right {
    padding: 20px 0;
    row-gap: 15px;
    width: 100%;
  }

  .p-news__item__left + .p-news__item__right {
    padding: 0 0 20px;
    row-gap: 15px;
    width: calc(100% - 145px);
  }

  .p-news__item__upper {
    column-gap: 12px;
  }

  .p-news__item__date {
    font-size: 12px;
  }

  .p-news__item__lower {
    font-size: 13px;
    line-height: 20px;
  }
}

/* 環境活動 */
.p-activity__section__wrap {
  width: 100%;
  background-color: var(--color-6);
}

.p-activity__section {
  padding: 60px 0;
  max-width: var(--pc-content-width);
  margin: 0 auto;
}

.p-activity__section-wrap {
  display: flex;
}

.p-activity__section__text {
  color: var(--color-2);
}

.p-activity__btn-wrap {
  display: flex;
}

.p-activity__btn-wrap > * {
  margin-right: 30px;
}

.p-activity__btn-wrap .c-btn {
  font-size: 14px;
  padding: 15px 20px;
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .p-activity__section__wrap {
    padding: 0 18px;
  }

  .p-activity__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-activity__btn-wrap {
    display: block;
  }

  .p-activity__btn-wrap > * {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .p-activity__btn-wrap .c-btn {
    display: inline-flex;
    font-size: 10px;
    height: 46px;
    width: 225px;
  }
}

/* 環境活動内 固定ページ */
.p-activity {
  width: 100%;
  max-width: var(--pc-content-width);
  margin: 0 auto;
  padding: 120px 0 42px;
}

.p-activity a {
  color: var(--color-2);
  text-decoration: underline;
}

.p-activity h2 {
  color: var(--color-2);
  letter-spacing: 0.12em;
  line-height: 28px;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}

.p-activity .a-page-summary p {
  color: var(--color-2);
  font-weight: bold;
}

.p-activity p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-activity {
    padding: 0 20px;
    margin-top: 40px;
  }

  .p-activity h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .p-activity p {
    line-height: 24px;
    font-size: 13px;
  }
}

/* 免責事項・ご利用条件 / プライバシポリシー */
.p-policy {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 42px;
}

.p-policy__item {
  margin-bottom: 40px;
}

.p-policy a {
  color: var(--color-2);
  text-decoration: underline;
}

.p-policy h2 {
  letter-spacing: 0.12em;
  line-height: 28px;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 700;
}

.p-policy h2.p-policy__head {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: justify;
}

.p-policy p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 20px;
}

.p-policy p:has(+ ul) {
  margin-bottom: 0;
}

.p-policy ul {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.p-policy ul li {
  margin-left: 14px;
}

.p-privacy__contact {
  display: flex;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .p-policy {
    padding: 0 20px;
    margin-top: 40px;
  }

  .p-policy__item:last-child {
    margin-bottom: 60px;
  }

  .p-policy h2 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .p-policy h2.p-policy__head {
    margin-bottom: 40px;
    letter-spacing: 0.03em;
  }

  .p-policy p,
  .p-policy ul {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }

  .p-policy ul li {
    margin-left: 14px;
  }

  .p-privacy__contact {
    flex-direction: column;
    font-size: 13px;
    line-height: 24px;
  }
}

.slick-initialized .slick-slide {
  display: flex !important;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  bottom: unset;
  padding-top: 20px;
  column-gap: 10px;
}

.dots-wrap li {
  list-style: none;
  width: 60px;
  height: 3px;
  margin: 0 5px;
  background: var(--color-7);
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: var(--color-2);
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* 追加修正対応 */
.c-link__underline {
  text-decoration: underline;
  color: #0166b4;
}
.p-company__subsection_column.access .right p.map a {
  font-size: 14px;
  font-weight: bold;
  color: #0166b4;
  text-decoration: underline;
  display: inline-block;
  padding-left: 1.5em;
  background-image: url("../img/com/map_icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 17px;
}
.pc-only {
  display: block !important;
}
.p-activities__subsection.cars {
  margin-top: -30px;
}
.activities__section__table__title {
  margin-bottom: 30px;
}
.c-section__text__pb {
  padding-bottom: 20px;
}
.p-activities__subsection-ol {
  font-size: 14px;
  padding: 30px 1.4em 0;
}
.p-activities__subsection-ol li {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
.p-activities__subsection-ol li:last-child {
  list-style: none;
}
.p-activities__subsection-ol ul {
  padding-left: 1.5em;
  padding: 3px 0.2em 0;
  list-style: none;
}
.p-activities__subsection-ol ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 1em;
}
.p-activities__subsection-ol ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-activities__subsection-sign p {
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}
.p-activities__subsection.other-block {
  margin-top: 0;
  gap: 30px;
}
.p-activities__subsection.other-block .c-btn {
  max-width: 248px;
}
.l-footer__contact {
  margin: 0 auto;
  padding: 0 70px 60px;
}
.l-footer__sitemap {
  padding: 60px 70px 80px;
}
.l-footer__contact-btn__wrap {
  justify-content: flex-start;
  gap: 0 130px;
}
.l-footer__business-hours-text {
  margin-top: 20px;
}

.c-line__height {
  line-height: 40px;
}
/* .grecaptcha-badge {
  visibility: hidden;
} */

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .p-activities-pdf__contact-btn {
    padding-top: 40px;
  }
  .p-activities__subsection.other-block {
    margin-top: 0;
    gap: 20px;
  }
  .p-activities__subsection.other-block .c-btn {
    min-width: 217px;
  }
  .l-footer__contact {
    padding: 0 18px;
  }
  .l-footer__sitemap {
    padding: 20px 18px 15px;
  }
  .l-footer__contact-btn__wrap {
    gap: 15px;
  }
  .c-line__height {
    line-height: 25px;
  }
  .c-section__text-small__pb {
    padding-bottom: 1em !important;
  }
  .p-contact .p-contact__main section {
    padding-top: 85px;
    margin-top: -45px;
  }
  .p-contact__submit-wrap {
    position: relative;
    z-index: 100;
  }
}
