@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------
   共通: CTAとの余白
------------------------------------------- */
.l-main {
  margin-bottom: 8rem;
}
@media screen and (360px <= width <= 767px) {
  .l-main {
    margin-bottom: 6rem;
  }
}

/* -------------------------------------------
   ヘッダー: SP高さ半分
------------------------------------------- */
@media screen and (360px <= width <= 767px) {
  .c-page-header {
    height: 20rem;
  }
}

@media screen and (360px <= width <= 767px) {
  .c-page-header-title {
    top: calc(50% + 2.5rem);
  }
}

/* -------------------------------------------
   パンくず: SP非表示
------------------------------------------- */
@media screen and (360px <= width <= 767px) {
  .c-breadcrumbs {
    display: none;
  }
}

/* -------------------------------------------
   汎用固定ページ
------------------------------------------- */
.p-page {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page {
    padding: 4rem 0 8rem;
  }
}

.p-page-content {
  max-width: 90rem;
  margin: 0 auto;
}
.p-page-content > * + * {
  margin-top: 2rem;
}
.p-page-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0056b3;
}
@media screen and (360px <= width <= 767px) {
  .p-page-content h2 {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
.p-page-content h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 4px solid #0056b3;
}
@media screen and (360px <= width <= 767px) {
  .p-page-content h3 {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.p-page-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (360px <= width <= 767px) {
  .p-page-content h4 {
    font-size: 1.6rem;
  }
}
.p-page-content p {
  line-height: 2;
}
.p-page-content p + p {
  margin-top: 1.5rem;
}
.p-page-content a {
  color: #0056b3;
  text-decoration: underline;
}
.p-page-content a:hover {
  opacity: 0.7;
}
.p-page-content ul,
.p-page-content ol {
  padding-left: 2rem;
  margin: 2rem 0;
}
.p-page-content ul li,
.p-page-content ol li {
  margin-bottom: 0.8rem;
  line-height: 1.8;
}
.p-page-content ul li {
  list-style: disc;
}
.p-page-content ol li {
  list-style: decimal;
}
.p-page-content figure {
  margin: 3rem 0;
}
.p-page-content figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.p-page-content figure figcaption {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}
.p-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 3rem 0;
}
.p-page-content table th,
.p-page-content table td {
  padding: 1.2rem 1.5rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
@media screen and (360px <= width <= 767px) {
  .p-page-content table th,
  .p-page-content table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.p-page-content table th {
  background-color: #f5f5f5;
  font-weight: 700;
}
.p-page-content table tr:nth-child(even) td {
  background-color: #fafafa;
}
.p-page-content blockquote {
  margin: 3rem 0;
  padding: 2rem 2.5rem;
  background-color: #f9f9f9;
  border-left: 4px solid #0056b3;
  font-style: italic;
}
.p-page-content blockquote p {
  margin: 0;
}
.p-page-content blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
}
.p-page-content .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin: 3rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-page-content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-page-content .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-page-content .wp-block-button {
  margin: 2rem 0;
}
.p-page-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: #0056b3;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-page-content .wp-block-button .wp-block-button__link:hover {
  background-color: #004494;
  opacity: 1;
}
.p-page-content .wp-block-group {
  margin: 3rem 0;
  padding: 2rem;
}
.p-page-content .wp-block-group.has-background {
  border-radius: 4px;
}
.p-page-content .wp-block-separator {
  margin: 4rem auto;
  border: none;
  border-top: 1px solid #ddd;
  width: 100%;
}
.p-page-content .wp-block-separator.is-style-wide {
  width: 100%;
}
.p-page-content .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
}
.p-page-content .wp-block-separator.is-style-dots::before {
  content: "···";
  font-size: 2rem;
  letter-spacing: 1rem;
  color: #999;
}
.p-page-content .wp-block-spacer {
  margin: 0;
}
.p-page-content .wp-block-image {
  margin: 3rem 0;
}
.p-page-content .wp-block-image.aligncenter {
  text-align: center;
}
.p-page-content .wp-block-image.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.p-page-content .wp-block-image.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.p-page-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.p-page-content .wp-block-gallery {
  display: grid;
  gap: 1rem;
  margin: 3rem 0;
}
.p-page-content .wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-page-content .wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-page-content .wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (360px <= width <= 767px) {
  .p-page-content .wp-block-gallery.columns-3, .p-page-content .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-page-content::after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------------------
   活動情報トップ
------------------------------------------- */
.p-activity-navi {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-navi {
    padding: 4rem 0 8rem;
  }
}

.p-activity-navi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-navi-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}

.p-activity-navi-content__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2rem);
          flex: 0 0 calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.6rem 5rem;
  color: #fff;
  border-radius: 1.2rem;
  text-decoration: none;
  background: no-repeat center center/cover;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-navi-content__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 3rem;
  }
}
.p-activity-navi-content__item .title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-navi-content__item .title {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-activity-navi-content__item .text {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-activity-navi-content__item .text {
    font-size: 1.5rem;
  }
}
.p-activity-navi-content__item .p-activity-navi-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  margin-top: auto;
}

.navi-sched {
  background-image: url(../images/activity/header-image.webp);
}

.navi-report {
  background-image: url(../images/report/header-image.webp);
}

.navi-exhibition {
  background-image: url(../images/exhibition/header-image.webp);
}

.navi-industry {
  background-image: url(../images/industry/header-image.webp);
}

/* -------------------------------------------
   業界情報トップ
------------------------------------------- */
.p-industry-navi {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-navi {
    padding: 4rem 0 8rem;
  }
}

.p-industry-navi-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 90rem;
  margin: 0 auto;
}

.p-industry-navi-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  padding: 3rem 3.6rem;
  border-bottom: 1px solid #0e5fc9;
  text-decoration: none;
  color: #333;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.p-industry-navi-list__item:hover {
  background-color: #f5f8fd;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-navi-list__item {
    padding: 2rem 1.6rem;
    gap: 1.6rem;
  }
}

.p-industry-navi-list li:first-child .p-industry-navi-list__item {
  border-top: 1px solid #0e5fc9;
}

.p-industry-navi-list__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.p-industry-navi-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-navi-list__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
            flex: 0 0 7rem;
    width: 7rem;
    height: 7rem;
  }
}

.p-industry-navi-list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-industry-navi-list__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-navi-list__title {
    font-size: 1.8rem;
  }
}

.p-industry-navi-list__text {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.6;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-navi-list__text {
    font-size: 1.4rem;
  }
}

.p-industry-navi-list__external {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #0e5fc9;
  padding: 0.2rem 0.8rem;
  border-radius: 0.3rem;
  margin-left: 0.8rem;
  vertical-align: middle;
}

/* -------------------------------------------
   管工機材業界とは
------------------------------------------- */
.p-industry-about {
  padding: 8rem 0 12rem;
}
.p-industry-about .c-sec-title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about {
    padding: 4rem 0 8rem;
  }
}

.p-industry-about__lead {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4rem;
  color: #3b4043;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__lead {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

.p-industry-about__intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.p-industry-about__intro-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-industry-about__intro-text p {
  font-size: 1.8rem;
  line-height: 2;
}
.p-industry-about__intro-text p + p {
  margin-top: 1.5rem;
}

.p-industry-about__intro-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
  margin: 0;
}
.p-industry-about__intro-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__intro-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 24rem;
    margin: 0 auto;
  }
}

.p-industry-about__flow-divider {
  text-align: left;
  margin: 3rem 0 6rem;
}
.p-industry-about__flow-divider img {
  max-width: 100%;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__flow-divider {
    margin: 2rem 0 4rem;
  }
}

.p-industry-about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 4rem;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-industry-about__section-title {
  width: 100%;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__section-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

.p-industry-about__section-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-bottom: 3rem;
}
.p-industry-about__section-body p {
  font-size: 1.8rem;
  line-height: 2;
}
.p-industry-about__section-body p + p {
  margin-top: 1.5rem;
}

.p-industry-about__section-images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
}
.p-industry-about__section-images figure {
  margin: 0;
}
.p-industry-about__section-images img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__section-images {
    display: none;
  }
}

.p-industry-about__section-image-full {
  margin: 3rem 0 0;
}
.p-industry-about__section-image-full img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

.p-industry-about__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-industry-about__links--cat {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__links--cat {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
  }
}

.p-industry-about__cat-links-section {
  padding: 6rem 0 10rem;
}
@media screen and (360px <= width <= 767px) {
  .p-industry-about__cat-links-section {
    padding: 4rem 0 6rem;
  }
}

.p-industry-about__link-item {
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.p-industry-about__link-item figure {
  margin: 0 0 1.2rem;
  overflow: hidden;
}
.p-industry-about__link-item figure img {
  width: 100%;
  height: auto;
}
.p-industry-about__link-item p {
  font-size: 1.6rem;
  font-weight: 600;
}

a.p-industry-about__link-item {
  position: relative;
  display: block;
}
a.p-industry-about__link-item figure {
  margin: 0;
}
a.p-industry-about__link-item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
}
@media screen and (360px <= width <= 767px) {
  a.p-industry-about__link-item p {
    font-size: 1.1rem;
  }
}

/* -------------------------------------------
   組合について 概要テキスト
------------------------------------------- */
.p-main-about {
  padding: 6rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-main-about {
    padding: 4rem 0;
  }
}

.p-main-about__text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #333;
}
.p-main-about__text + .p-main-about__text {
  margin-top: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-about__text {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-main-message__lead {
  font-size: 2.2rem;
  font-weight: 700;
  color: #001f6d;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-message__lead {
    font-size: 1.8rem;
  }
}

/* -------------------------------------------
   組合について SP修正
------------------------------------------- */
@media screen and (360px <= width <= 767px) {
  .p-main-message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (360px <= width <= 767px) {
  .p-main-message-content-body {
    display: contents;
  }
}

.p-main-message-content-thumb {
  max-width: 240px;
}
@media screen and (360px <= width <= 767px) {
  .p-main-message-content-thumb {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    max-width: 160px;
    margin: 0 auto;
  }
}

@media screen and (360px <= width <= 767px) {
  .p-main-message-content-body .more-btn {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

/* -------------------------------------------
   組合について カテゴリナビカード
------------------------------------------- */
.p-main-nav {
  padding: 8rem 0 12rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-nav {
    padding: 4rem 0 8rem;
  }
}

.p-main-nav__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-nav__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.p-main-nav__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 2.4rem 2.4rem 3rem;
  background: #fff;
  border-top: 6px solid #0e5fc9;
  border-radius: 0 0 0.8rem 0.8rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
}
.p-main-nav__card:hover .c-circle-arrow {
  background: #fff;
  border: 1px solid #0e5fc9;
}
.p-main-nav__card:hover .c-circle-arrow::before {
  border-color: #0e5fc9;
}
.p-main-nav__card .c-circle-arrow {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  background: #0e5fc9;
}
.p-main-nav__card .c-circle-arrow::before {
  border-color: #fff;
}
@media screen and (360px <= width <= 767px) {
  .p-main-nav__card {
    padding: 2rem 2rem 2.4rem;
  }
  .p-main-nav__card .c-circle-arrow {
    right: 2rem;
    bottom: 2rem;
  }
}

.p-main-nav__card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-main-nav__card-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #001f6d;
  margin-bottom: 0.4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-main-nav__card-title {
    font-size: 2.2rem;
  }
}

.p-main-nav__card-en {
  font-size: 1.4rem;
  color: #0e5fc9;
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
}

.p-main-nav__card-text {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #555;
}
@media screen and (360px <= width <= 767px) {
  .p-main-nav__card-text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
   お問い合わせ
------------------------------------------- */
.p-contact .c-sec-title {
  text-align: center;
  margin-bottom: 6rem;
}

.contact-sec01 {
  background-color: #fcfbfb;
}

.p-contact__form-inner {
  width: min(70rem, 92%);
  margin: 0 auto;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox],
.Form-Item-Label-agree input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.p-contact__lead {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (360px <= width <= 767px) {
  .p-contact__lead {
    text-align: left;
    font-size: 1.4rem;
  }
}

.p-contact__thanks-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (360px <= width <= 767px) {
  .p-contact__thanks-title {
    font-size: 2rem;
  }
}

.Form-Item-Label-agree a {
  color: #0029af;
  text-decoration: underline;
}

.p-contact__thanks-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (360px <= width <= 767px) {
  .p-contact__thanks-text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
   サイトマップ
------------------------------------------- */
.p-sitemap {
  max-width: 90rem;
  margin: 0 auto;
}

.p-sitemap-section--top {
  margin-bottom: 4rem;
  max-width: calc((100% - 6rem) / 3);
}
@media screen and (360px <= width <= 767px) {
  .p-sitemap-section--top {
    max-width: 100%;
  }
}

.p-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-sitemap-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.p-sitemap-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #0e5fc9;
}
.p-sitemap-title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-sitemap-title a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #0e5fc9;
  border-right: 2px solid #0e5fc9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-sitemap-title a:hover {
  opacity: 0.7;
}

.p-sitemap-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.p-sitemap-list--no-title {
  margin-top: 6.4rem;
}
@media screen and (360px <= width <= 767px) {
  .p-sitemap-list--no-title {
    margin-top: 0;
  }
}
.p-sitemap-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.p-sitemap-list a {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
}
.p-sitemap-list a:hover {
  color: #0e5fc9;
}

/* -------------------------------------------
   404ページ
------------------------------------------- */
.p-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (360px <= width <= 767px) {
  .p-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    text-align: center;
    padding: 2rem 0;
  }
}

.p-404-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-404-number {
  font-size: 10rem;
  font-weight: 700;
  color: #0e5fc9;
  line-height: 1;
}
@media screen and (360px <= width <= 767px) {
  .p-404-number {
    font-size: 7rem;
  }
}

.p-404-text {
  font-size: 2.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (360px <= width <= 767px) {
  .p-404-text {
    font-size: 1.8rem;
  }
}

.p-404-message {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (360px <= width <= 767px) {
  .p-404-message {
    font-size: 1.4rem;
  }
  .p-404-message br {
    display: none;
  }
}

.p-404-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (360px <= width <= 767px) {
  .p-404-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}

.p-404-btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  background-color: #0e5fc9;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-404-btn:hover {
  opacity: 0.8;
}
.p-404-btn--outline {
  background-color: #fff;
  color: #0e5fc9;
  border: 2px solid #0e5fc9;
}
.p-404-btn--outline:hover {
  background-color: #0e5fc9;
  color: #fff;
  opacity: 1;
}/*# sourceMappingURL=page.css.map */