@charset "UTF-8";
/*
 Theme Name: 元気館
 Theme URI: 
 Description: 元気館の公式ホームページです。
 Version: 1.0.0
 Author: daiken-ippei
 Author URI: 
 License: GPL-2.0+
 License URI: 
 Text Domain: 
 Domain Path: 
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:where(:root) {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  line-break: strict;
  overflow-wrap: anywhere;
}
:where(:root):lang(ja) {
  font-kerning: none;
}
:where(:root):lang(en) {
  font-kerning: normal;
}

:where(:is(h1, h2, h3, h4, h5, h6, p, caption):lang(en)) {
  text-wrap: pretty;
}

:where(h1, h2, h3, h4, h5, h6, caption) {
  font-kerning: normal;
}
:where(h1, h2, h3, h4, h5, h6, caption):lang(ja) {
  font-feature-settings: "palt";
  word-break: auto-phrase;
}

:where(pre) {
  text-spacing-trim: space-all;
}

:where(pre,
time,
input:not([type=button i], [type=submit i], [type=reset i]),
textarea,
[contenteditable]) {
  text-autospace: no-autospace;
}

.-text-center {
  text-align: center;
  text-wrap: balance;
}

.-trim-both {
  text-box-trim: trim-both;
}
.-trim-both:lang(en) {
  text-box-edge: cap alphabetic;
}

.-hanging {
  hanging-punctuation: last allow-end;
}
.-hanging:lang(en) {
  hanging-punctuation: first allow-end last;
}

.-uppercase {
  text-transform: uppercase;
}

.-hyphens {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.-tabular-nums {
  font-variant-numeric: tabular-nums;
}

.composable-line-clamp {
  display: -webkit-box;
  overflow-block: clip;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: var(--composable-line-clamp--limit, 3);
}
@supports not (overflow-block: clip) {
  .composable-line-clamp {
    overflow-y: clip;
  }
}

.-br {
  display: contents;
}
.-br:lang(ja) {
  display: block flow;
}

.-wbr {
  display: contents;
}
.-wbr:lang(ja) {
  display: inline flow-root;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
body {
  font-family: "Jost", "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 500;
  line-height: 1.8;
}

/*=============
.bg_pattern
==============*/
.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
}

.Paper_v2 {
  background-image: repeating-linear-gradient(to bottom, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px);
}

img {
  height: auto;
}

.bg-orange {
  background: #f5770d;
}

.bg-red {
  background: #ff2424;
}

.bg-pink {
  background: #ff296b;
}

.bg-blue {
  background: #07988e;
}

.bg-green {
  background: #03b158;
}

.bg-yellow {
  background: #fabe00;
}

.shadow-orange {
  box-shadow: 5px 5px 0 #f5770d;
}
.shadow-orange:hover {
  box-shadow: 1px 1px 0 #f5770d;
}

.shadow-black {
  box-shadow: 5px 5px 0 #3e3e3e;
}
.shadow-black:hover {
  box-shadow: 1px 1px 0 #3e3e3e;
}

.shadow-red {
  box-shadow: 5px 5px 0 #ff2424;
}
.shadow-red:hover {
  box-shadow: 1px 1px 0 #ff2424;
}

.shadow-pink {
  box-shadow: 5px 5px 0 #ff296b;
}
.shadow-pink:hover {
  box-shadow: 1px 1px 0 #ff296b;
}

.shadow-blue {
  box-shadow: 5px 5px 0 #07988e;
}
.shadow-blue:hover {
  box-shadow: 1px 1px 0 #07988e;
}

.shadow-green {
  box-shadow: 5px 5px 0 #03b158;
}
.shadow-green:hover {
  box-shadow: 1px 1px 0 #03b158;
}

.shadow-yellow {
  box-shadow: 5px 5px 0 #fabe00;
}
.shadow-yellow:hover {
  box-shadow: 1px 1px 0 #fabe00;
}

.sp-sm {
  display: none;
}
@media screen and (min-width: 480px) {
  .sp-sm {
    display: block;
  }
}

.sp-md {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp-md {
    display: block;
  }
}

.sp-lr {
  display: none;
}
@media screen and (min-width: 820px) {
  .sp-lr {
    display: block;
  }
}

.sp-lg {
  display: none;
}
@media screen and (min-width: 980px) {
  .sp-lg {
    display: block;
  }
}

.pc-md {
  display: block;
}
@media screen and (min-width: 600px) {
  .pc-md {
    display: none;
  }
}

.pc-lr {
  display: block;
}
@media screen and (min-width: 820px) {
  .pc-lr {
    display: none;
  }
}

.pc-lg {
  display: block;
}
@media screen and (min-width: 980px) {
  .pc-lg {
    display: none;
  }
}

.mb-sm, .accordion__one, .person-interview__block-inner .person-interview-name, .project-page__box-list > ul, .no-job-info__content > h2, .wp-pagenavi, .content-title3, .content-title2, .content-title {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 980px) {
  .mb-sm, .accordion__one, .person-interview__block-inner .person-interview-name, .project-page__box-list > ul, .no-job-info__content > h2, .wp-pagenavi, .content-title3, .content-title2, .content-title {
    margin-bottom: 25px !important;
  }
}

.mt-sm, .thanks-page__box ul {
  margin-top: 16px !important;
}
@media screen and (min-width: 980px) {
  .mt-sm, .thanks-page__box ul {
    margin-top: 25px !important;
  }
}

.mb-md, .news-content .section-titles, .greeting__desc-content, .greeting__desc-tit, .sdgs-content .sdgs-banner, .sdgs-content__text, .sdgs-content__list, .sdgs-content .sdgs-table, .sdgs-content__lists, .sdgs-content-title, .benefits-content__box-list > ul, .benefits-content-title, .benefits-grid-container, .thanks-page__content, .company-intro__img, .contact-page__tel, .contact-page__desc, .text-bundle-block, .text-bundle-block__desc, .text-bundle-block ul, .text-bundle-block ol, .staff-interviews__list, .person-interview__block-inner, .club-content-title, .project-page__img, .job-info-mess__block-inner h4, .no-job-info__content, .news-archive-head, .single__content-header, .single__content-img, .jobinfo-box, .s-jobinfo__inner, .s-jobinfo__pic, .contact7__privacy, .contact7, .postLinks, .section-titles03, .section-titles02, .section-head {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 980px) {
  .mb-md, .news-content .section-titles, .greeting__desc-content, .greeting__desc-tit, .sdgs-content .sdgs-banner, .sdgs-content__text, .sdgs-content__list, .sdgs-content .sdgs-table, .sdgs-content__lists, .sdgs-content-title, .benefits-content__box-list > ul, .benefits-content-title, .benefits-grid-container, .thanks-page__content, .company-intro__img, .contact-page__tel, .contact-page__desc, .text-bundle-block, .text-bundle-block__desc, .text-bundle-block ul, .text-bundle-block ol, .staff-interviews__list, .person-interview__block-inner, .club-content-title, .project-page__img, .job-info-mess__block-inner h4, .no-job-info__content, .news-archive-head, .single__content-header, .single__content-img, .jobinfo-box, .s-jobinfo__inner, .s-jobinfo__pic, .contact7__privacy, .contact7, .postLinks, .section-titles03, .section-titles02, .section-head {
    margin-bottom: 60px !important;
  }
}

.mb-lr, .news-content__lists, .page-about .company-message, .greeting, .accordion, .sdgs-top-desc, .sdgs-content__desc, .benefits-content__box, .benefits-content-btn, .thanks-page, .contact-info-block__title, .page-policy, .table-container .head-message, .person-interview .c-video, .page-404__desc, .job-info-mess:last-child, .job-info-block__title, .single__content, .archive-jobinfo .section-titles, .job-details, .contact-info__section, .details-list, .entry-page {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 600px) {
  .mb-lr, .news-content__lists, .page-about .company-message, .greeting, .accordion, .sdgs-top-desc, .sdgs-content__desc, .benefits-content__box, .benefits-content-btn, .thanks-page, .contact-info-block__title, .page-policy, .table-container .head-message, .person-interview .c-video, .page-404__desc, .job-info-mess:last-child, .job-info-block__title, .single__content, .archive-jobinfo .section-titles, .job-details, .contact-info__section, .details-list, .entry-page {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 980px) {
  .mb-lr, .news-content__lists, .page-about .company-message, .greeting, .accordion, .sdgs-top-desc, .sdgs-content__desc, .benefits-content__box, .benefits-content-btn, .thanks-page, .contact-info-block__title, .page-policy, .table-container .head-message, .person-interview .c-video, .page-404__desc, .job-info-mess:last-child, .job-info-block__title, .single__content, .archive-jobinfo .section-titles, .job-details, .contact-info__section, .details-list, .entry-page {
    margin-bottom: 100px !important;
  }
}

.mb-lg, .company-profile, .project-page__details, .job-entry-btn {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 980px) {
  .mb-lg, .company-profile, .project-page__details, .job-entry-btn {
    margin-bottom: 120px !important;
  }
}

.mt-md, .benefits-content-btn, .thanks-page__content, .company-intro-top__btn, .company-intro__btn, .contact-intro-top__btn, .staff-interviews__inner, .person-interview__inner, .club-block__desc, .wp-pagenavi {
  margin-top: 30px !important;
}
@media screen and (min-width: 980px) {
  .mt-md, .benefits-content-btn, .thanks-page__content, .company-intro-top__btn, .company-intro__btn, .contact-intro-top__btn, .staff-interviews__inner, .person-interview__inner, .club-block__desc, .wp-pagenavi {
    margin-top: 60px !important;
  }
}

.mt-lr, .company-profile__inner {
  margin-top: 40px !important;
}
@media screen and (min-width: 600px) {
  .mt-lr, .company-profile__inner {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 980px) {
  .mt-lr, .company-profile__inner {
    margin-top: 100px !important;
  }
}

.mt-lg {
  margin-top: 80px !important;
}
@media screen and (min-width: 980px) {
  .mt-lg {
    margin-top: 120px !important;
  }
}

.pb-sm, .project-page .banner-content {
  padding-bottom: 16px !important;
}

.pb-md, .club-content, .news-archive .section-titles {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 980px) {
  .pb-md, .club-content, .news-archive .section-titles {
    padding-bottom: 60px !important;
  }
}

.pb-lr, .parallax-section, .news-content, .sdgs-content, .company-intro-top, .company-intro, .companies-block, .contact-intro-top, .contact-info-block, .staff-interviews, .person-interview, .club-intro, .club-block, .project-page, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 600px) {
  .pb-lr, .parallax-section, .news-content, .sdgs-content, .company-intro-top, .company-intro, .companies-block, .contact-intro-top, .contact-info-block, .staff-interviews, .person-interview, .club-intro, .club-block, .project-page, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 980px) {
  .pb-lr, .parallax-section, .news-content, .sdgs-content, .company-intro-top, .company-intro, .companies-block, .contact-intro-top, .contact-info-block, .staff-interviews, .person-interview, .club-intro, .club-block, .project-page, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-bottom: 100px !important;
  }
}

.pb-lg, .job-info-mess:last-child {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 600px) {
  .pb-lg, .job-info-mess:last-child {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 980px) {
  .pb-lg, .job-info-mess:last-child {
    padding-bottom: 120px !important;
  }
}

.pb-xl {
  padding-bottom: 120px !important;
}
@media screen and (min-width: 980px) {
  .pb-xl {
    padding-bottom: 160px !important;
  }
}

.pt-lg, .company-intro-top, .contact-intro-top, .club-intro {
  padding-top: 80px !important;
}
@media screen and (min-width: 980px) {
  .pt-lg, .company-intro-top, .contact-intro-top, .club-intro {
    padding-top: 120px !important;
  }
}

.pt-xl, .company-intro, .job-info-mess {
  padding-top: 120px !important;
}
@media screen and (min-width: 980px) {
  .pt-xl, .company-intro, .job-info-mess {
    padding-top: 180px !important;
  }
}

.pt-md, .greeting__desc, .benefits-content:nth-child(2), .contact-info-block, .club-content, .project-page .banner-content, .c-single__inner, .postLinks__all {
  padding-top: 30px !important;
}
@media screen and (min-width: 980px) {
  .pt-md, .greeting__desc, .benefits-content:nth-child(2), .contact-info-block, .club-content, .project-page .banner-content, .c-single__inner, .postLinks__all {
    padding-top: 60px !important;
  }
}

.pt-lr, .parallax-section, .news-content, .page-about, .sdgs-page, .sdgs-content, .benefits-page, .thanks-page, .company-img, .companies-block, .page-policy, .staff-interviews, .person-interview, .club-block, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
  padding-top: 40px !important;
}
@media screen and (min-width: 600px) {
  .pt-lr, .parallax-section, .news-content, .page-about, .sdgs-page, .sdgs-content, .benefits-page, .thanks-page, .company-img, .companies-block, .page-policy, .staff-interviews, .person-interview, .club-block, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 980px) {
  .pt-lr, .parallax-section, .news-content, .page-about, .sdgs-page, .sdgs-content, .benefits-page, .thanks-page, .company-img, .companies-block, .page-policy, .staff-interviews, .person-interview, .club-block, .project-page__content, .page-404, .job-info-block, .no-job-info, .news-archive, .single, .archive-jobinfo, .c-single {
    padding-top: 80px !important;
  }
}

.content-width, .parallax-section, .page-about .company-message__inner, .greeting, .basic-philosophy__inner, .company-profile, .accordion, .sdgs-top-desc, .sdgs-content__inner, .benefits-content__inner, .thanks-page, .company-intro-top__inner, .company-intro__inner, .companies-block__inner, .contact-intro-top__inner, .contact-info-block__inner, .staff-interviews__inner, .person-interview__inner, .club-intro__inner, .club-content__inner, .project-page__inner, .page-404, .job-info-mess__inner, .job-info-block__inner, .staff-img3, .staff-img4, .news-archive, .single, .archive-jobinfo, .c-single, .footer__content, .entry-page, .section-titles02, .section-head {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.content-width800, .club-block__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}

.content-width980, .page-policy {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
}

.content-width1030 {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.flex, .sdgs-content .sdgs-boxs, .sdgs-contact__desc, .benefits-content__box-list > ul, .companies-block__inner, .staff-interviews__lists, .club-content__box-list > ul, .job-info-block__inner, .news-archive__list, .archive-list__block, .section-head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .flex, .sdgs-content .sdgs-boxs, .sdgs-contact__desc, .benefits-content__box-list > ul, .companies-block__inner, .staff-interviews__lists, .club-content__box-list > ul, .job-info-block__inner, .news-archive__list, .archive-list__block, .section-head {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex820, .contact-info-block__inner, .person-interview__block-inner, .jobinfo-box, .contact7 tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .flex820, .contact-info-block__inner, .person-interview__block-inner, .jobinfo-box, .contact7 tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.flex980, .company-intro-top__flex, .contact-intro-top__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 980px) {
  .flex980, .company-intro-top__flex, .contact-intro-top__flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.font-ssm, .news-content__desc time, .sdgs-content .sdgs-table tbody td, .sdgs-content .sdgs-box__text, .single__content-header time {
  font-size: clamp(13px, 2vw, 14px);
}

.font-sm, .news-content__notinfo p, .accordion__header, .benefits-content__box-list > ul li, .table-container .head-message, .text-bundle-block__desc, .news-archive__tit, .single__content-text, .single .caution, .job-details__label, .job-details__value, .btn, .btn02, .btn-shadow, .details-list dl, .contact7__privacy {
  font-size: clamp(14px, 2vw, 16px);
}

.font-md, .benefits-content-title h3 > span, .person-interview__block-inner .person-interview-desc li .label, .club-content__box-list > ul li, .club-content-title h3 > span, .project-page__box-list > ul li, .no-job-info__content > h2, .contact-info__title {
  font-size: clamp(17px, 3vw, 19px);
}

.font-lr, .benefits-content-title h3, .person-interview__block-inner .person-interview-name, .club-content-title h3, .news-archive-head__title {
  font-size: clamp(18px, 4vw, 28px);
}

.font-lg, .single__content-header h2 {
  font-size: clamp(20px, 4vw, 36px);
}

.font-xl {
  font-size: clamp(20px, 5vw, 40px);
}

.section-head {
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .section-head {
    align-items: center;
  }
}
.section-head__txt {
  color: white;
  font-weight: 600;
}

.section-titles {
  text-align: center;
}
.section-titles > h2, .section-titles > h3 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(36px, 4vw, 50px);
  display: inline-block;
}
.section-titles > span {
  display: block;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 800;
}
.section-titles > p {
  max-width: 800px;
  margin: 1rem auto 0 auto;
  text-align: left;
  font-size: clamp(14px, 2vw, 16px);
}

.section-titles02 {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.9em;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: white;
  padding: 0.65em 0.8em;
  position: relative;
}
.section-titles02 > h2, .section-titles02 > h3 {
  font-size: clamp(18px, 2vw, 30px);
  display: inline-block;
}
.section-titles02::before {
  content: "";
  display: block;
  block-size: auto;
  inline-size: 0.4rem;
  margin-block: 0.18em;
  background: linear-gradient(to right, #ffb700, #fa8d29);
  border-radius: 0.1rem;
  line-height: 2em;
}

.section-titles03 {
  text-align: center;
}
.section-titles03 h2, .section-titles03 h3, .section-titles03 h4 {
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1.3em;
  display: inline-block;
}
.section-titles03 span, .section-titles03 p {
  display: block;
  font-size: clamp(15px, 2vw, 18px);
  color: #03a9f4;
  font-weight: 600;
}

.main-title h2 {
  font-size: clamp(23px, 3vw, 36px);
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #ad0305;
}
.main-title span {
  color: #333333;
  font-size: clamp(14px, 3vw, 17px);
  font-weight: 600;
}

.content-title h3 {
  text-transform: uppercase;
  font-size: clamp(18px, 3vw, 30px);
  margin-bottom: 0;
  display: block;
  font-weight: 800;
  color: #333333;
  position: relative;
  padding-top: 10px;
}
.content-title h3::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 0;
}
.content-title span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  color: #03a9f4;
  font-weight: 600;
}

.content-title2 {
  border-top: 2px solid #e2e2e2;
}
.content-title2 h3 {
  font-size: clamp(18px, 3vw, 30px);
  display: inline-block;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0.5em;
  position: relative;
  z-index: 1;
}
.content-title2 h3::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #ad0305;
  z-index: 2;
}
.content-title2 span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  color: #03a9f4;
  font-weight: 600;
}

.content-title3 {
  text-align: center;
}
.content-title3 h3 {
  font-size: clamp(20px, 3vw, 30px);
  display: inline-block;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0.5em;
  z-index: 1;
}
.content-title3 h3 span {
  position: relative;
}
.content-title3 h3 span::after {
  position: absolute;
  content: "";
  background: #03a9f4;
  height: 2px;
  width: 50px;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
}

#page_top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 90px;
  background: #03a9f4;
  opacity: 0.8;
  z-index: 900;
  border-radius: 50px;
}
@media screen and (min-width: 600px) {
  #page_top {
    bottom: 5%;
  }
}
#page_top > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_top > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f077";
  width: 20px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: white;
}

/*ページナビ-----------------------------------------------------------*/
.wp-pagenavi {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .wp-pagenavi {
    font-size: 14px;
  }
}
.wp-pagenavi > a {
  color: #03a9f4;
  border-radius: 20px;
}
.wp-pagenavi .pages {
  /* 左の表記 */
  margin-right: 20px;
  display: none;
}
.wp-pagenavi span.current {
  background: #03a9f4;
  color: white;
  border-radius: 20px;
  border: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
  margin-right: 10px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  display: inline-block;
  border: solid 0.5px black;
  width: 30px;
  height: 30px;
  display: inline-grid;
  align-content: center;
  text-align: center;
  color: #333333;
  font-weight: 900;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #333333;
  color: white;
}

.cat {
  min-width: 120px;
  font-size: 10px;
  font-weight: 600;
  margin-right: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  flex-basis: 18%;
  display: inline-block;
  position: absolute;
}
.cat li {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cat a {
  width: 100%;
  border-radius: 2px;
  color: white;
  padding: 2px 4px;
  font-weight: 800;
  display: inline-block;
  background: #03a9f4;
  border: 1px solid #03a9f4;
  text-decoration: none;
}
.cat .cat-blog a {
  background: #f5770d;
  border: 1px solid #f5770d;
}
.cat .cat-job-info a {
  background: #03b158;
  border: 1px solid #03b158;
}
.cat .cat-press-release a {
  background: #07988e;
  border: 1px solid #07988e;
}
.cat .cat-news a {
  background: #ff2424;
  border: 1px solid #ff2424;
}

.breadcrumb {
  background: #0288d1;
  color: white;
  font-size: 13px;
}
.breadcrumb__inner {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  color: white;
}
@media screen and (min-width: 820px) {
  .breadcrumb__inner {
    padding: 20px 0 20px 0;
  }
}
.breadcrumb__inner i {
  margin: 0 10px;
}
.breadcrumb__inner a {
  color: white;
  text-decoration: none;
}
.breadcrumb__inner span {
  color: white;
}

.postLinks {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 30px;
  line-height: 1;
}
.postLinks > div {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.postLinks__all {
  width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}
.postLinks__link-prev {
  position: relative;
  float: left;
}
.postLinks__link-prev > a {
  position: relative;
  justify-content: flex-end;
  padding-right: 30px;
  border-radius: 50px 0 0 50px;
}
.postLinks__link-prev > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f053";
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  border-radius: 50px;
  left: 20px;
  color: #03a9f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
}
.postLinks__link-next {
  float: right;
  position: relative;
  border-left: 1px solid #dbdbdb;
}
.postLinks__link-next > a {
  border-radius: 0 50px 50px 0;
  position: relative;
  justify-content: flex-start;
  padding-left: 30px;
}
.postLinks__link-next > a::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f054";
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  border-radius: 50px;
  right: 20px;
  color: #03a9f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
}
.postLinks__link-prev, .postLinks__link-next {
  width: 50%;
}
.postLinks__link-prev > a, .postLinks__link-next > a {
  font-size: 14px;
  padding: 5px;
  font-weight: 600;
  background: #03a9f4;
  text-decoration: none;
  width: 100%;
  display: flex;
  color: white;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  height: 40px;
  transition: 0.3s;
}
.postLinks__link-prev > a:hover, .postLinks__link-next > a:hover {
  background: white;
  color: #03a9f4;
  box-shadow: 1px 1px 2px rgba(173, 3, 6, 0.3);
}

/* Contact Form7 */
.contact7 {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}
.contact7 input, .contact7 textarea, .contact7 select {
  font-size: 12px;
  width: 100%;
  border: none;
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
}
.contact7 tr {
  border-bottom: 2px dotted #f7f4f0;
  background: #fafafa;
}
@media screen and (min-width: 820px) {
  .contact7 tr {
    justify-content: space-between;
    align-items: center;
  }
}
.contact7 th {
  padding: 10px 10px;
  font-weight: bold;
  flex-basis: 28%;
}
@media screen and (min-width: 820px) {
  .contact7 th {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 820px) {
  .contact7 th.contact7-textarea {
    min-height: 130px;
  }
}
.contact7 th > p {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .contact7 th {
    margin-bottom: 0;
  }
}
.contact7 td {
  flex-basis: 70%;
  padding: 10px 10px;
}
.contact7 td.contact7-flex p {
  display: flex;
  justify-content: space-between;
}
.contact7 td.contact7-flex p span {
  flex-basis: 49%;
}
.contact7 td.contact7-radio .wpcf7-form-control {
  width: 100%;
  display: inline-block;
}
.contact7 td.contact7-radio .wpcf7-form-control .wpcf7-list-item {
  color: #333333;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .contact7 td.contact7-radio .wpcf7-form-control .wpcf7-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 980px) {
  .contact7 td.contact7-radio .wpcf7-form-control .wpcf7-list-item {
    width: 30%;
  }
}
.contact7 td.contact7-radio input {
  width: auto;
}
.contact7 .must {
  background: #03a9f4;
}
.contact7 .optional {
  background: #fafafa;
}
.contact7 .optional, .contact7 .must {
  font-weight: 700;
  color: white;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  letter-spacing: 2px;
}
.contact7 .wpcf7-list-item {
  margin-left: 0;
}
.contact7__privacy {
  color: #333333;
}
.contact7__privacy a {
  color: #333333;
}
@media screen and (min-width: 600px) {
  .contact7__privacy {
    text-align: center;
  }
}
.contact7__privacy-inner {
  margin-bottom: 20px;
}

.btn_contact7 {
  text-align: center;
}
.btn_contact7 input {
  padding: 20px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #333333;
  transition: 0.3s;
}
@media screen and (min-width: 980px) {
  .btn_contact7 input {
    width: 70%;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    transition: 0.3s;
  }
}
.btn_contact7 input:hover {
  color: #333333;
  background-color: white;
}

.wpcf7-spinner {
  display: none;
}

.details-list {
  display: block;
}
@media screen and (min-width: 600px) {
  .details-list {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
}
.details-list dl {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .details-list dl {
    display: contents;
  }
}
.details-list dd {
  padding: 20px 20px;
}
.details-list dd:nth-child(1) {
  background: #fafafa;
  text-align: left;
  padding: 20px 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .details-list dd:nth-child(1) {
    padding-right: 10px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media screen and (min-width: 600px) {
  .details-list dd {
    border-bottom: 1px solid #e2e2e2;
  }
}

.btn {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 300px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  color: #333333;
  text-decoration: none;
  font-weight: 800;
  background: white;
  border: 1px solid #535353;
  border-radius: 99em;
}
.btn i {
  position: absolute;
  right: 1rem;
  top: 50%;
  color: #03a9f4;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.btn:hover {
  border: 1px white solid;
  background-color: #03a9f4;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn:hover i {
  color: white;
  transform: translateY(-50%) translateX(3px);
}

.btn02 {
  width: 100%;
  border-radius: 5px;
  max-width: 400px;
  display: inline;
  border: 1px solid #03a9f4;
  padding: 13px 30px;
  cursor: pointer;
  transition: all 0.3s;
  color: white;
  text-decoration: none !important;
  font-weight: 600;
  background: #03a9f4;
  text-align: left;
  position: relative;
}
.btn02.float:hover {
  background-color: white;
  color: #03a9f4;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.btn02.filled {
  background-color: white;
  color: #03a9f4;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.btn02.filled:hover {
  background-color: white;
  color: black;
  box-shadow: none;
}
.btn02.shadow {
  box-shadow: none;
}
.btn02.shadow:hover {
  transform: translate(-0.3px, -0.3px);
  box-shadow: 2px 2px 4px 0 rgba(46, 88, 149, 0.6);
}
.btn02.solid {
  box-shadow: 2px 2px 0 0 black;
  border-radius: 7px;
}
.btn02.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.btn02.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn02.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.btn02.slide-bg:hover {
  color: white;
}
.btn02.slide-bg:hover::before {
  transform: none;
}

.btn-shadow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  color: #03a9f4;
  text-decoration: none !important;
  font-weight: 600;
  background: white;
  border: 1px solid #535353;
  display: inline-block;
  width: 100%;
  padding: 20px 7px;
  font-size: clamp(13px, 3vw, 19px);
  background: white;
  color: #333333;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}
.btn-shadow:hover {
  transform: translate(3px, 3px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 10000;
  transition: 0.8s;
}
@media screen and (min-width: 980px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    position: fixed;
  }
}
.header.triggered {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .header__inner {
    padding: 0;
  }
}
.header__nav {
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .header__nav {
    display: flex;
    align-items: center;
  }
}
.header__ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%;
}
.header__li {
  display: grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.header__li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__li > a {
  color: #535353;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 980px) {
  .header__li > a {
    font-size: 16px;
    white-space: nowrap;
  }
}
.header__li > a:hover {
  color: #03a9f4;
}
.header__li > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 14px;
}
.header__li:nth-child(1) > a::before {
  content: "\f015";
}
.header__li:nth-child(2) > a::before {
  content: "\f0c0";
}
.header__li:nth-child(3) > a::before {
  content: "\f0a1";
}
.header__li:nth-child(4) > a::before {
  content: "\f3c5";
}
.header__li:last-child > a::before {
  content: "\f0e0";
}
.header__li:last-child > a {
  border: 1px transparent solid;
  border-radius: 5px;
  background: #03a9f4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: white;
  transition: 0.3s;
}
.header__li:last-child > a:hover {
  color: #03a9f4;
  background: white;
  border: 1px solid #03a9f4;
}
.header__li:last-child > a .header__arrow {
  margin-left: 10px;
}
.header__li .sub-menu {
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 100;
  background: rgb(255, 255, 255);
  width: 200px;
  font-weight: 500;
  display: none;
  padding: 0;
  list-style: none;
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.5);
  border-radius: 5px;
  padding: 15px 5px;
}
.header__li .sub-menu li {
  display: flex;
  border-bottom: 1px dashed #c8c8c8;
}
.header__li .sub-menu li > a {
  width: 100%;
  height: 100%;
  padding: 10px 20px 10px 10px;
  text-align: left;
  text-decoration: none;
  color: #333333;
  position: relative;
}
.header__li .sub-menu li > a:hover {
  color: #03a9f4;
  font-weight: 600;
}
.header .logo {
  flex-basis: 44%;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header .logo {
    padding-left: 2%;
  }
}
.header .logo img {
  height: 70px;
}
@media screen and (max-width: 599px) {
  .header .logo img {
    height: 50px;
  }
}
.header .logo > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .logo__img {
  padding: 6px;
  width: 30px;
}
@media screen and (min-width: 980px) {
  .header .logo__img {
    width: 45px;
  }
}

.footer {
  background: #333333;
  color: white;
  position: relative;
}
.footer__inner {
  padding: clamp(40px, 8vw, 80px) 0 clamp(20px, 4vw, 40px);
  position: relative;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 8vw, 60px);
}
@media screen and (min-width: 820px) {
  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__left {
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 820px) {
  .footer__left {
    max-width: 45%;
  }
}
.footer__right {
  flex: 1;
  max-width: 100%;
}
@media screen and (min-width: 820px) {
  .footer__right {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
  }
}
.footer__logo {
  margin-bottom: clamp(24px, 5vw, 32px);
}
.footer__logo a {
  display: inline-block;
  max-width: 150px;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.8;
}
.footer__logo a img {
  width: 100%;
  height: auto;
}
.footer__company-info .company-name {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  color: white;
  margin-bottom: clamp(20px, 4vw, 24px);
  padding-bottom: 8px;
  border-bottom: 2px solid #03a9f4;
  display: inline-block;
}
.footer__company-info .company-info-item {
  margin-bottom: clamp(12px, 3vw, 16px);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 600px) {
  .footer__company-info .company-info-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
  }
}
.footer__company-info .company-info-item:last-child {
  margin-bottom: 0;
}
.footer__company-info .company-info-item .info-label {
  font-size: clamp(13px, 2.5vw, 14px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  min-width: 60px;
  flex-shrink: 0;
}
@media screen and (min-width: 600px) {
  .footer__company-info .company-info-item .info-label {
    min-width: 80px;
  }
}
.footer__company-info .company-info-item .info-text {
  font-size: clamp(13px, 2.5vw, 14px);
  line-height: 1.6;
  color: white;
  margin: 0;
}
.footer__company-info .company-info-item .info-text a {
  color: #03a9f4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__company-info .company-info-item .info-text a:hover {
  color: rgb(70.7651821862, 196.1052631579, 252.7348178138);
  text-decoration: underline;
}
.footer__nav {
  margin-bottom: clamp(30px, 6vw, 40px);
}
@media screen and (min-width: 820px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 3vw, 16px);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .footer__ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 820px) {
  .footer__ul {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(16px, 3vw, 20px);
  }
}
.footer__li {
  position: relative;
}
.footer__li > a {
  display: block;
  color: white;
  font-size: clamp(14px, 2.5vw, 16px);
  font-weight: 500;
  text-decoration: none;
  padding: clamp(8px, 2vw, 12px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.footer__li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #03a9f4;
  transition: width 0.3s ease;
}
.footer__li > a:hover {
  color: #03a9f4;
  padding-left: 8px;
}
.footer__li > a:hover::before {
  width: 30px;
}
.footer__li .footer__sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  margin-top: 8px;
}
.footer__li .footer__sub-menu li {
  margin-bottom: 5px;
}
.footer__li .footer__sub-menu li:last-child {
  margin-bottom: 0;
}
.footer__li .footer__sub-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 2vw, 14px);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.3s ease;
  position: relative;
}
.footer__li .footer__sub-menu li a::before {
  content: "−";
  margin-right: 5px;
  color: #03a9f4;
}
.footer__li .footer__sub-menu li a:hover {
  color: #03a9f4;
  padding-left: 8px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vw, 20px);
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__bottom .privacy-mark img {
  height: 40px;
  width: auto;
}
.footer__bottom .copyright p {
  font-size: clamp(12px, 2vw, 13px);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .footer__bottom .copyright p {
    text-align: right;
  }
}

#page_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#page_top.show {
  opacity: 1;
  visibility: visible;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #03a9f4;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
#page_top a:hover {
  background: rgb(2.3805668016, 134.1052631579, 193.6194331984);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
#page_top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translate(-50%, -20%) rotate(-45deg);
}
@media screen and (max-width: 599px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top a::before {
    width: 10px;
    height: 10px;
  }
}

.appear.up .item {
  transform: translateY(20px);
}

.appear.down .item {
  transform: translateY(-10px);
}

.appear.left .item {
  transform: translateX(40px);
}

.appear.right .item {
  transform: translateX(-40px);
}

.appear .item {
  transition: all 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.1s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 0.3s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 0.5s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 0.7s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 0.9s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 1s;
}

.no-hover {
  pointer-events: none;
}

.hero-slider,
.hero-slider-default {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: none;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.hero-slider.hero-slider--ready,
.hero-slider-default.hero-slider--ready {
  opacity: 1;
}
.hero-slider .swiper-wrapper,
.hero-slider-default .swiper-wrapper {
  height: 100%;
}
.hero-slider .swiper-slide,
.hero-slider-default .swiper-slide {
  height: 100%;
  display: flex;
  align-items: stretch;
}

.hero-slider--single .swiper-button-prev,
.hero-slider--single .swiper-button-next,
.hero-slider--single .swiper-pagination {
  display: none !important;
}

.hero-slider__controls {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 4vw, 40px);
  transform: translateX(-50%);
  display: inline-flex;
  gap: clamp(12px, 2vw, 18px);
  width: -moz-max-content;
  width: max-content;
  z-index: 6;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: stretch;
}

.hero-slide__bg {
  position: absolute;
  inset: -6%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(26px);
  transform: scale(1.06);
  transition: transform 1.2s ease, opacity 0.8s ease;
  opacity: 0.65;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(14, 14, 14, 0.55) 0%, rgba(14, 14, 14, 0.2) 55%, rgba(14, 14, 14, 0.55) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  overflow: hidden;
  transform: scale(0.98);
  opacity: 0;
  filter: blur(18px);
  transition: transform 1.35s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease, filter 1.1s ease;
}

.hero-slide__content picture,
.hero-slide__content img {
  width: 100%;
  height: 100%;
}

.hero-slide__content picture {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 479px) {
  .hero-slide__content picture {
    display: block;
    height: 100%;
    margin: 0;
  }
}

.hero-slide__content img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.05);
  filter: blur(4px);
  transition: transform 1.35s cubic-bezier(0.19, 1, 0.22, 1), filter 1.1s ease;
}
@media screen and (max-width: 479px) {
  .hero-slide__content img {
    height: 100%;
    filter: none;
    transform: none;
  }
}

.hero-slider--ready .hero-slide--current .hero-slide__bg {
  transform: scale(1);
  opacity: 1;
}

.hero-slider--ready .hero-slide--current .hero-slide__content {
  transform: scale(1.01);
  opacity: 1;
  filter: blur(0);
}

.hero-slider--ready .hero-slide--current .hero-slide__content img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.hero-slider--front .hero-slide__bg {
  filter: none;
  opacity: 1;
}
.hero-slider--front .hero-slide__overlay {
  background: none;
}
.hero-slider--front .hero-slide__content {
  transform: none;
  filter: none;
  transition: none;
}
.hero-slider--front .hero-slide__content img {
  transform: scale(1.18);
  filter: none;
  animation: none;
  transition: none;
  will-change: transform;
}
.hero-slider--front.hero-slider--ready .hero-slide--current .hero-slide__content img {
  animation: heroFrontZoomOut 18s ease-out forwards;
}
.hero-slider--front .swiper-slide:not(.hero-slide--current) .hero-slide__content img {
  transform: scale(1.18);
}
.hero-slider--front .hero-slider__fixed-picture {
  position: absolute;
  inset: clamp(28px, 6vw, 90px);
  z-index: 6;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider--front .hero-slider__fixed-picture picture,
.hero-slider--front .hero-slider__fixed-picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes heroFrontZoomOut {
  from {
    transform: scale(1.18);
  }
  to {
    transform: scale(1.02);
  }
}
.hero-slider--enhanced .hero-slider__controls .swiper-button-prev,
.hero-slider--enhanced .hero-slider__controls .swiper-button-next {
  position: static;
  width: clamp(34px, 4vw, 44px);
  height: clamp(34px, 4vw, 44px);
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #4f4f4f;
  font-size: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.hero-slider--enhanced .hero-slider__controls .swiper-button-prev:hover,
.hero-slider--enhanced .hero-slider__controls .swiper-button-next:hover {
  color: #2f2f2f;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.hero-slider__arrow-icon {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.14));
}

.hero-slider__arrow-icon circle {
  fill: rgba(235, 235, 235, 0.95);
}

.hero-slider--enhanced .hero-slider__controls .swiper-button-prev:hover .hero-slider__arrow-icon circle,
.hero-slider--enhanced .hero-slider__controls .swiper-button-next:hover .hero-slider__arrow-icon circle {
  fill: rgb(255, 255, 255);
}

.hero-slider--enhanced .swiper-pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 14px);
  padding: clamp(6px, 1.2vw, 10px) clamp(16px, 2.4vw, 20px);
  border-radius: 999px;
  background: rgba(235, 235, 235, 0.95);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 8px 16px rgba(0, 0, 0, 0.14);
  width: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  transform: none;
}

.hero-slider--enhanced .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0;
  background: #5c5c5c;
  opacity: 0.35;
  border-radius: 999px;
  transition: opacity 0.25s ease, transform 0.25s ease;
  position: relative;
  z-index: 1;
}

.hero-slider--enhanced .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

@supports (anchor-name: --hero-pagination-active) {
  .hero-slider--enhanced .swiper-pagination-bullet-active {
    anchor-name: --hero-pagination-active;
    transform: none;
  }
  .hero-slider--enhanced .swiper-pagination::after {
    content: "";
    position: absolute;
    top: anchor(center);
    left: anchor(center);
    width: calc(anchor-size(width) + 10px);
    height: calc(anchor-size(height) + 10px);
    border-radius: 999px;
    background: rgba(120, 120, 120, 0.25);
    transform: translate(-50%, -50%);
    position-anchor: --hero-pagination-active;
    transition: left 0.35s ease, top 0.35s ease, width 0.35s ease, height 0.35s ease;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .hero-slider,
  .hero-slider-default {
    height: clamp(320px, 70vh, 620px);
  }
  .hero-slide__bg {
    filter: blur(24px);
  }
}
@media screen and (max-width: 480px) {
  .hero-slider,
  .hero-slider-default {
    height: clamp(280px, 64vh, 520px);
  }
  .hero-slider__controls {
    bottom: clamp(12px, 4vw, 24px);
    gap: clamp(10px, 4vw, 14px);
  }
  .hero-slider--enhanced .hero-slider__controls .swiper-button-prev,
  .hero-slider--enhanced .hero-slider__controls .swiper-button-next {
    width: clamp(30px, 10vw, 36px);
    height: clamp(30px, 10vw, 36px);
  }
  .hero-slider--enhanced .swiper-pagination {
    padding: clamp(5px, 2vw, 8px) clamp(12px, 5vw, 16px);
  }
}
.mobile-menu {
  position: fixed;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  transition: 0.5s;
  top: 50px;
  right: 0;
  transform: translateX(95vw);
  width: 360px;
  padding-bottom: 10%;
  z-index: -1;
  max-width: 95%;
}
.mobile-menu__btn {
  height: 100%;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .mobile-menu__btn {
    display: none;
  }
}
.mobile-menu__btn-inner > span {
  background-color: #333333;
  width: 31px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
}
.mobile-menu__btn-inner > span:last-child {
  margin-bottom: 0;
}
.mobile-menu__btn-text {
  font-size: clamp(11px, 1vw, 14px);
  color: white;
  font-weight: 600;
}
.mobile-menu__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 1000;
}
.mobile-menu__main {
  margin-top: 50px;
  padding: 20px 0 20px;
  background: #333333;
}
.mobile-menu__item {
  display: block;
}
.mobile-menu__item > a {
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 25px;
  color: white;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  border-bottom: 1px dashed #c8c8c8;
}
.mobile-menu__item > a:hover {
  background: #c8c8c8;
  color: white;
}
@media screen and (min-width: 600px) {
  .mobile-menu__item > a:hover {
    background: transparent;
    color: #03a9f4;
  }
}
.mobile-menu__item > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 16px;
  width: 20px;
  text-align: center;
}
.mobile-menu__item:nth-child(1) > a::before {
  content: "\f015";
}
.mobile-menu__item:nth-child(2) > a::before {
  content: "\f0c0";
}
.mobile-menu__item:nth-child(3) > a::before {
  content: "\f0a1";
}
.mobile-menu__item:nth-child(4) > a::before {
  content: "\f3c5";
}
.mobile-menu__item:nth-child(5) > a::before {
  content: "\f3ed";
}
.mobile-menu__item .sub-menu {
  display: none;
  padding: 0;
}
.mobile-menu__item .sub-menu li {
  list-style: none;
  transform: translateX(-40px);
  opacity: 0;
}
.mobile-menu__item .sub-menu li > a {
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: block;
  padding: 8px 10px 8px 45px;
  position: relative;
}
.mobile-menu__item .sub-menu li > a:hover {
  color: #03a9f4;
}
.mobile-menu__item .sub-menu li > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 1;
  color: currentColor;
}
.mobile-menu .mobile-btn {
  width: 95%;
  margin-top: 20px;
}
.mobile-menu .mobile-btn > a {
  padding: 20px 10px 20px 45px;
  background: #03a9f4;
  color: white;
  width: 100%;
  display: inline-block;
  position: relative;
  font-weight: 700 !important;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}
.mobile-menu .mobile-btn > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f0e0";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
}
.mobile-menu .mobile-btn > a::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f054";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #03a9f4;
  font-size: 12px;
  line-height: 1;
}
.mobile-menu .mobile-btn > a:hover {
  color: #03a9f4;
  background: white;
  border: 1px solid #03a9f4;
}
@media screen and (min-width: 980px) {
  .mobile-menu .mobile-btn > a:hover {
    background: none;
  }
}
.mobile-menu .sub-open {
  padding-bottom: 30px;
}
.mobile-menu .sub-open .sub-menu {
  display: block;
  max-height: calc(100vh - 50px);
}
@media screen and (min-width: 600px) {
  .mobile-menu .sub-open .sub-menu {
    display: flex !important;
    justify-content: space-between;
  }
}
.mobile-menu .sub-open .sub-menu .mobile-btn {
  flex-basis: 32%;
}
.mobile-menu .sub-open .sub-menu .mobile-btn:last-child > a {
  background-color: #ad0306;
  border: 1px solid #ad0306;
}
@media screen and (min-width: 980px) {
  .mobile-menu .sub-open .sub-menu .mobile-btn:last-child > a {
    background: transparent;
    border: none;
  }
}
.mobile-menu .sub-open .sub-menu .mobile-btn:last-child > a:hover {
  background: white;
}
@media screen and (min-width: 980px) {
  .mobile-menu .sub-open .sub-menu .mobile-btn:last-child > a:hover {
    background: none;
  }
}

.menu-open .mobile-menu {
  transform: translateX(0);
}
.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .mobile-menu__item {
  transform: none;
}
.menu-open .mobile-menu__item > a {
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  transform: translate(0);
  opacity: 1;
}
.menu-open .mobile-menu__btn-inner > span {
  background-color: #333333;
}
.menu-open .mobile-menu__btn-inner > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.menu-open .mobile-menu__btn-inner > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open .mobile-menu__btn-inner > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}
.menu-open .mobile-menu .sub-menu li {
  transition-duration: 0.8s;
  transform: translate(0);
  opacity: 1;
}
.menu-open .mobile-menu .sub-menu li:nth-child(1) {
  transition-delay: 0.2s;
}
.menu-open .mobile-menu .sub-menu li:nth-child(2) {
  transition-delay: 0.4s;
}
.menu-open .mobile-menu .sub-menu li:nth-child(3) {
  transition-delay: 0.6s;
}
.menu-open .mobile-menu .sub-menu li:nth-child(4) {
  transition-delay: 0.8s;
}

/* expanded クラスが付与されたときに表示 */
.sub-menu.expanded {
  display: block;
}

.disabled-link > a {
  position: relative;
}
@media screen and (min-width: 820px) {
  .disabled-link > a {
    pointer-events: visible;
  }
}
.disabled-link.open > a::after {
  display: none;
}
.disabled-link.open > a::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f068";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}
@media screen and (min-width: 820px) {
  .disabled-link.open > a::before {
    display: none;
  }
}

.infinite-slider {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background-color: #f8f9fa;
}
@media screen and (max-width: 599px) {
  .infinite-slider {
    padding: 40px 0;
  }
}
.infinite-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .infinite-slider__track {
    gap: 20px;
  }
}
.infinite-slider__track--animate {
  animation: slide var(--animation-duration, 30s) linear infinite;
}
.infinite-slider__slides {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .infinite-slider__slides {
    gap: 20px;
  }
}
.infinite-slider__slide {
  flex-shrink: 0;
  width: 450px;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 599px) {
  .infinite-slider__slide {
    width: 250px;
    height: 167px;
  }
}
@media screen and (max-width: 479px) {
  .infinite-slider__slide {
    width: 200px;
    height: 133px;
  }
}
.infinite-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--slide-width, 0px)));
  }
}
.scrollspy-menu {
  max-height: calc(100vh - 120px);
}
@media screen and (max-width: 599px) {
  .scrollspy-menu {
    max-height: none;
    overflow-y: visible;
    margin-bottom: 40px;
  }
}
.scrollspy-menu__list {
  --em: 14;
  background: #f5f5f5;
  border: 4px #fff solid;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: calc(15em / var(--em));
  font-weight: 700;
  padding: calc(40em / var(--em)) calc(20em / var(--em));
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.scrollspy-menu__item {
  position: relative;
  transition: all 0.3s ease;
}
.scrollspy-menu__item.is-active .scrollspy-menu__link {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}
.scrollspy-menu__item.is-active .scrollspy-menu__link::before {
  transform: scaleY(1);
}
.scrollspy-menu__link {
  display: block;
  padding: 16px 20px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.scrollspy-menu__link::before {
  content: "";
  background-color: white;
}
.scrollspy-menu__link:hover {
  border-color: #03a9f4;
}
.scrollspy-menu__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.scrollspy-menu__title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #03a9f4;
  flex-shrink: 0;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0);
}
.scrollspy-menu__link:hover .scrollspy-menu__title::before {
  opacity: 1;
  transform: scale(1);
}
.is-active .scrollspy-menu__title::before {
  opacity: 1;
  transform: scale(1);
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .scrollspy-menu__title {
    font-size: 14px;
  }
  .scrollspy-menu__title::before {
    width: 8px;
    height: 8px;
  }
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 599px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.news-archive__ul {
  padding: 0;
  list-style: none;
}
.news-archive__time {
  font-size: 12px;
}
.news-archive__list {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .news-archive__list {
    align-items: center;
  }
}
.news-archive__list .cat {
  position: static;
  flex-basis: auto;
  padding: 0;
}
.news-archive__list .cat li {
  margin-bottom: 5px;
}
.news-archive__link {
  display: flex;
  color: #333333;
  align-items: center;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .news-archive__link {
    padding: 20px 10px;
  }
}
.news-archive-head__title {
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  font-weight: 600;
  color: #333333;
}

.archive-list {
  width: 100%;
}
.archive-list__block {
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .archive-list__block {
    align-items: flex-end;
  }
}
.archive-list__title {
  font-size: 13px;
  color: #ad0305;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
}
.archive-list__dropdown {
  width: 100%;
  padding: 5px;
  border: 1px solid #03a9f4;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  .archive-list__cate-select {
    display: none;
  }
}
.archive-list__cate {
  border-bottom: 1px solid #ccc;
  flex-basis: 75%;
  padding: 0px;
  list-style: none;
  display: none;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .archive-list__cate {
    margin-bottom: 0;
    display: flex;
  }
}
.archive-list__cate li {
  margin-right: 10px;
}
.archive-list__cate li > a, .archive-list__cate li > button {
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #535353;
  font-size: clamp(13px, 2vw, 16px);
  padding: 5px 0;
  font-family: inherit;
  transition: color 0.3s ease;
}
.archive-list__cate li > a:hover, .archive-list__cate li > button:hover {
  color: #03a9f4;
}
.archive-list__cate li > a.current-category, .archive-list__cate li > a.active, .archive-list__cate li > button.current-category, .archive-list__cate li > button.active {
  color: #03a9f4;
  font-weight: 600;
  position: relative;
}
.archive-list__cate li > a.current-category::after, .archive-list__cate li > a.active::after, .archive-list__cate li > button.current-category::after, .archive-list__cate li > button.active::after {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #03a9f4;
  bottom: -2px;
  left: 0;
}
.archive-list__tab {
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #535353;
  font-size: clamp(13px, 2vw, 16px);
  padding: 5px 0;
  font-family: inherit;
  transition: color 0.3s ease;
}
.archive-list__tab:hover {
  color: #03a9f4;
}
.archive-list__tab.active {
  color: #03a9f4;
  font-weight: 600;
  position: relative;
}
.archive-list__tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 2px;
  background: #03a9f4;
  bottom: -2px;
  left: 0;
}
.archive-list__deta {
  flex-basis: 20%;
}

.single__content {
  border: 1px solid #ccc;
  padding: 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.single__content-header .cat {
  position: static;
}
.single__content-header time {
  display: block;
}
.single__content-text p, .single__content-text img, .single__content-text ul {
  margin-bottom: 2em;
}
.single__content-des {
  line-height: 1.8em;
}
.single__content-img {
  max-width: 600px;
  margin: 0 auto;
}
.single__content-img > img {
  border-radius: 10px;
}

.archive-jobinfo .section-titles {
  position: relative;
  z-index: 100;
}
.archive-jobinfo .section-titles > h3 {
  font-size: clamp(38px, 6vw, 80px);
}

.jobinfo-box {
  justify-content: space-between;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.jobinfo-box__left {
  flex-basis: 35%;
  position: relative;
}
.jobinfo-box__header {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 16px;
}
.jobinfo-box__header .jobinfo-box-cates {
  font-size: 14px;
}
.jobinfo-box__title {
  font-weight: 800;
  font-size: clamp(16px, 2vw, 18px);
}
.jobinfo-box__right {
  flex-basis: 63%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
.jobinfo-box__pic {
  height: 200px;
}
@media screen and (min-width: 600px) {
  .jobinfo-box__pic {
    height: 400px;
  }
}
@media screen and (min-width: 820px) {
  .jobinfo-box__pic {
    height: 100%;
  }
}
.jobinfo-box__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobinfo-box__btn {
  text-align: center;
}

.job-info-table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px 0;
}
@media screen and (min-width: 820px) {
  .job-info-table {
    padding: 10px;
  }
}
.job-info-table tr:not(:last-child) {
  border-bottom: 1px solid #f7f4f0;
}
.job-info-table tr th, .job-info-table tr td {
  padding: 10px;
  text-align: left;
}
.job-info-table tr th {
  width: 60px;
  font-weight: bold;
  background-color: white;
}
.job-info-table tr td {
  background-color: #f9f9f9;
}
.job-info-table tr td ul {
  list-style: none;
  padding: 0;
}

.job-details {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.job-details__item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.job-details__item:last-child {
  border-bottom: none;
}
.job-details__label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.job-details__value {
  color: #555;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .job-details {
    display: grid;
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .job-details__item {
    display: contents;
    padding: 0;
    border-bottom: none;
  }
  .job-details__item:nth-child(odd) {
    border-right: 1px solid #eee;
  }
  .job-details__label {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    padding: 15px;
    background-color: #f9f9f9;
    border-right: 1px solid #eee;
  }
  .job-details__value {
    grid-column: 2;
    grid-row: auto;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
}

.s-jobinfo__pic {
  height: 300px;
  max-width: 600px;
  margin: 0 auto;
}
.s-jobinfo__pic > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.job-entry-btn {
  text-align: center;
}

.contact-info {
  background: #fafafa;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .contact-info {
    padding: 20px;
  }
}
.contact-info__section:last-child {
  margin-bottom: 0 !important;
}
.contact-info__title {
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #03a9f4;
}
.contact-info__details {
  line-height: 1.6em;
}

@media screen and (max-width: 599px) {
  #content {
    margin-top: 50px;
  }
}

.hero-sub__inner {
  position: relative;
  height: 100%;
}
.hero-sub__content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.hero-sub__titles {
  left: 50%;
  transform: translate(-50%, 150%);
  display: inline-block;
  position: relative;
  z-index: 3;
}
.hero-sub__titles > h1 {
  font-weight: 700;
  font-size: clamp(25px, 5vw, 70px);
  color: white;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  line-height: 1;
  margin: 0;
}
.hero-sub__titles > span {
  font-size: clamp(14px, 2vw, 21px);
  color: #03a9f4;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
}
.hero-sub__img {
  position: relative;
  z-index: 2;
  margin-top: -7.35rem;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .hero-sub__img {
    height: 500px;
  }
}
.hero-sub__img .hero-slider--sub {
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero-sub__img .hero-slider--sub .swiper-wrapper,
.hero-sub__img .hero-slider--sub .swiper-slide,
.hero-sub__img .hero-slider--sub .hero-slide,
.hero-sub__img .hero-slider--sub .hero-slide__content {
  height: 100%;
}
.hero-sub__img .hero-slider--sub .hero-slide__content picture,
.hero-sub__img .hero-slider--sub .hero-slide__content img {
  width: 100%;
  height: 100%;
}
.hero-sub__img .hero-slider--sub .hero-slide__content img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .hero-sub .image-sp {
    display: none;
  }
}
.hero-sub .image-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .hero-sub .image-pc {
    display: block;
  }
}

.page-about .company-message {
  position: relative;
}
.page-about .company-message__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 6vw, 40px);
  padding: clamp(24px, 6vw, 48px);
  background: #f7f4f0;
  border-radius: clamp(18px, 4vw, 28px);
  box-shadow: 10px 10px 0 rgba(51, 51, 51, 0.3);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  .page-about .company-message__inner {
    flex-direction: row;
    align-items: stretch;
    gap: clamp(32px, 4vw, 56px);
  }
}
.page-about .company-message__inner::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(3, 169, 244, 0.25);
  border-radius: clamp(16px, 3vw, 24px);
  pointer-events: none;
}
.page-about .company-message__img {
  flex: 0 0 auto;
  width: min(100%, 270px);
  max-width: 330px;
  overflow: hidden;
  box-shadow: 6px 6px 0 rgba(3, 169, 244, 0.2);
}
@media screen and (min-width: 820px) {
  .page-about .company-message__img {
    align-self: center;
  }
}
.page-about .company-message__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-about .company-message__content {
  flex: 1;
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(20px, 5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 24px);
  color: #333333;
  line-height: 1.9;
  box-shadow: 6px 6px 0 rgba(3, 169, 244, 0.2);
  position: relative;
}
.page-about .company-message__content::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  border: 50px solid transparent;
  border-left-color: rgb(255, 255, 255);
  z-index: 1;
}
.page-about .company-message__content p {
  margin: 0;
}
.page-about .company-message__content > *:last-child {
  margin-bottom: 0;
}
.page-about .company-message__name {
  margin-top: auto;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  color: #3e3e3e;
}

.greeting__top {
  display: flex;
  align-items: center;
  position: relative;
}
.greeting__desc {
  padding: 10px 10px;
  background: #fafafa;
  border-radius: 10px;
}
@media screen and (min-width: 820px) {
  .greeting__desc {
    padding: 40px 40px;
    border-radius: 20px;
  }
}
.greeting__desc-tit {
  font-size: clamp(19px, 3vw, 35px);
  font-weight: 900;
}
.greeting__desc-tit > span {
  border-bottom: 2px solid #535353;
}
.greeting__desc-text {
  line-height: 2em;
  text-align: justify;
}
.greeting__desc-text > p {
  margin-bottom: 10px;
}
.greeting .president-name {
  position: absolute;
  top: 50%;
  left: 15%;
}
.greeting .president-name h3 {
  font-size: clamp(23px, 3vw, 35px);
}
.greeting .president-name span {
  font-size: clamp(14px, 2vw, 16px);
}

.basic-philosophy {
  position: relative;
  padding: clamp(48px, 10vw, 120px) 0;
  background: linear-gradient(145deg, rgba(3, 169, 244, 0.12) 0%, rgba(247, 244, 240, 0.95) 45%, white 100%);
}
.basic-philosophy__inner {
  padding: clamp(32px, 7vw, 64px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  font-size: clamp(14px, 3vw, 24px);
  text-align: center;
}

.company-profile .section-titles {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9);
}
.accordion__one {
  position: relative;
}
.accordion__one:hover::after {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion__one::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #03a9f4;
  bottom: -1px;
  left: 0;
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s linear 0.5s;
  transform: scaleX(0);
  z-index: 1;
}
.accordion__one:not(:hover)::after {
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s linear 0s;
}
.accordion__one, .accordion__header {
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion__header {
  text-align: justify;
  position: relative;
  font-weight: bold;
  padding: 15px 25px;
  font-size: clamp(12px, 3vw, 16px);
  border-bottom: 1px solid #e5e5e5;
}
.accordion__header:hover {
  opacity: 0.8;
}
.accordion__header::after {
  top: 50%;
  right: 0;
  position: absolute;
  height: 10px;
  width: 10px;
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f078";
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 10px;
}
.accordion__header::before {
  position: absolute;
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f059";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #03a9f4;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  .accordion__header {
    padding: 30px 11%;
  }
  .accordion__header::after {
    height: 20px;
    width: 20px;
    right: 15px;
    font-size: 20px;
  }
  .accordion__header::before {
    width: 30px;
    height: 30px;
    left: 30px;
    font-size: 30px;
  }
}
.accordion__header.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion__inner {
  background: #fafafa;
  display: none;
  font-size: clamp(12px, 3vw, 16px);
  border-bottom: 0.5px solid #03a9f4;
}
.accordion__inner .box_one {
  padding: 15px 25px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .accordion__inner .box_one {
    padding: 30px 11%;
  }
  .accordion__inner .box_one::before {
    width: 30px;
    height: 30px;
    left: 30px;
  }
}
.accordion__inner .box_one .txt_a_ac > span {
  position: relative;
}
.accordion__inner .box_one .txt_a_ac > span::before {
  position: absolute;
  font-family: "Font Awesome 6 Free", "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f058";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #03a9f4;
  width: 15px;
  height: 15px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-size: 15px;
}
@media screen and (min-width: 980px) {
  .accordion__inner .box_one .txt_a_ac > span::before {
    width: 30px;
    height: 30px;
    left: -50px;
    font-size: 30px;
  }
}
.accordion__inner .box_one a {
  color: #333;
  text-decoration: none;
}

.sdgs-top-desc p {
  line-height: 1.8em;
  text-align: justify;
}

.sdgs-content {
  background: #f7f4f0;
}
.sdgs-content .sdgs-banner {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding: 15px;
}
.sdgs-content__text {
  line-height: 1.8em;
}
.sdgs-content__list {
  padding: 0;
  padding-left: 15px;
}
.sdgs-content__list li {
  margin-bottom: 10px;
  font-weight: 600;
}
.sdgs-content .sdgs-table {
  max-width: 800px;
  background: white;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.3);
}
.sdgs-content .sdgs-table thead th {
  background: #535353;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
}
.sdgs-content .sdgs-table tbody td {
  padding: 20px 10px 5px 10px;
  border-bottom: 0.5px solid #535353;
}
.sdgs-content .sdgs-table tbody td > span {
  font-weight: 600;
  margin-right: 10px;
}
.sdgs-content .sdgs-table tbody td:nth-child(2) {
  width: 30%;
}
.sdgs-content__lists {
  background: white;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
}
.sdgs-content__lists li {
  margin-bottom: 15px;
}
.sdgs-content__lists li > span {
  width: 10px;
  height: 10px;
  background: #333333;
  display: inline-block;
  margin-right: 5px;
}
.sdgs-content .sdgs-boxs {
  justify-content: space-between;
}
.sdgs-content .sdgs-box {
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  flex-basis: 49%;
  padding: 8px;
  background: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 820px) {
  .sdgs-content .sdgs-box {
    flex-basis: 32%;
  }
}
.sdgs-content .sdgs-box__img {
  height: 220px;
  border: 0.5px solid #535353;
}
.sdgs-content .sdgs-box__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sdgs-content .sdgs-box__img2 {
  height: 220px;
  border: 0.5px solid #535353;
}
.sdgs-content .sdgs-box__img2 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sdgs-content .sdgs-box__desc {
  padding: 10px;
}
.sdgs-content .sdgs-box__desc h4 {
  margin-bottom: 10px;
}
.sdgs-content .sdgs-box__text {
  line-height: 1.6em;
  text-align: justify;
}
.sdgs-content:nth-child(3) {
  background: #eef7e9;
  position: relative;
}
.sdgs-content:nth-child(4) {
  background: #fff8e8;
}
.sdgs-content:nth-child(5) {
  background: #e9f2f7;
}

.sdgs-content-banner {
  font-size: clamp(13px, 3vw, 19px);
  color: #e53e78;
  position: relative;
  top: -40px;
  position: absolute;
  background: white;
  padding: 20px 7px;
  max-width: 600px;
  width: 90%;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 5px 0 #e5e5e5;
  position: relative;
}
.sdgs-content-banner::after {
  content: "";
  position: absolute;
  bottom: -40px; /* バナーの下に矢印を表示 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px; /* 矢印のサイズ */
  border-style: solid;
  border-color: #e5e5e5 transparent transparent transparent;
}

.sdgs-grid-item {
  background-size: cover;
  background-position: center;
  height: 100%; /* アイテムの高さを指定、必要に応じて調整 */
  /* 画像を背景に設定 */
}
.sdgs-grid-item.item1 {
  background-image: url("images/sdgs-img1.jpg");
  grid-column: span 2;
  grid-row: span 2;
}
.sdgs-grid-item.item2 {
  background-image: url("images/sdgs-img2.jpg");
}
.sdgs-grid-item.item3 {
  background-image: url("images/sdgs-img3.jpg");
}
.sdgs-grid-item.item4 {
  background-image: url("images/sdgs-img4.jpg");
}
.sdgs-grid-item.item5 {
  background-image: url("images/sdgs-img5.jpg");
}
.sdgs-grid-item.item6 {
  background-image: url("images/sdgs-img6.jpg");
  grid-column: span 2;
}
.sdgs-grid-item.item7 {
  background-image: url("images/sdgs-img7.jpg");
}
.sdgs-grid-item.item8 {
  background-image: url("images/sdgs-img8.jpg");
}

.sdgs-contact {
  max-width: 800px;
  margin: 0 auto;
}
.sdgs-contact > h3 {
  background: #fc6f6f;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.sdgs-contact__desc {
  padding: 10px;
  justify-content: space-between;
  background: white;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fc6f6f;
}
.sdgs-contact__table {
  flex-basis: 55%;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .sdgs-contact__table {
    margin-bottom: 0;
  }
}
.sdgs-contact__table td {
  font-weight: 600;
  font-size: 12px;
  border-bottom: 0.5px solid #ffe6e6;
}
.sdgs-contact__table td:nth-child(1) {
  background: #ffe6e6;
  padding: 5px;
  border-bottom: 0.5px solid white;
}
.sdgs-contact__table td:nth-child(2) {
  width: 30%;
  text-align: center;
}
.sdgs-contact__tel {
  flex-basis: 43%;
}
.sdgs-contact__tel > h4 {
  width: 70%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (min-width: 600px) {
  .sdgs-contact__tel > h4 {
    width: 100%;
  }
}
.sdgs-contact__tel > p {
  font-size: 12px;
}

.sdgs-content-title {
  text-align: center;
  font-weight: 600;
}
.sdgs-content-title > span {
  font-size: clamp(14px, 2vw, 15px);
}
.sdgs-content-title > h3 {
  font-size: clamp(20px, 3vw, 30px);
}

.benefits-content:nth-child(2) {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.benefits-content__box {
  position: relative;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  padding: 50px 10px 20px;
}
.benefits-content__box .speech-bubble {
  top: -33px;
}
@media screen and (min-width: 820px) {
  .benefits-content__box {
    padding: 80px 10%;
  }
}
.benefits-content__box-list > ul {
  flex-wrap: wrap;
  padding: 0;
}
.benefits-content__box-list > ul li {
  flex-basis: 49%;
  list-style: none;
  font-weight: 800;
  margin-bottom: 5px;
}
.benefits-content__box-desc {
  font-weight: 500;
  text-align: justify;
}

.benefits-content-title {
  text-align: center;
}
.benefits-content-title h3 {
  text-shadow: 2px 2px 1px rgb(255, 255, 255);
  position: relative;
  z-index: 500;
  background: white;
  display: inline-block;
  font-weight: 900;
  padding: 2px 3px;
}
.benefits-content-title h3 > span {
  display: block;
}

.benefits-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
  grid-template-rows: repeat(3, 100px); /* 行数は自動 */
  gap: 10px; /* グリッドアイテム間の隙間 */
}
@media screen and (min-width: 820px) {
  .benefits-grid-container {
    grid-template-columns: repeat(4, 1fr); /* 4列のグリッド */
    grid-template-rows: repeat(3, 200px); /* 行数は自動 */
  }
}

.benefits-grid-item {
  background-size: cover;
  background-position: center;
  height: 100%; /* アイテムの高さを指定、必要に応じて調整 */
  /* 画像を背景に設定 */
}
.benefits-grid-item.item1 {
  background-image: url("../images/benefits1.jpg");
}
@media screen and (min-width: 820px) {
  .benefits-grid-item.item1 {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.benefits-grid-item.item2 {
  background-image: url("../images/benefits2.jpg");
}
.benefits-grid-item.item3 {
  background-image: url("../images/benefits3.jpg");
}
.benefits-grid-item.item4 {
  background-image: url("../images/benefits4.jpg");
}
.benefits-grid-item.item5 {
  background-image: url("../images/benefits5.jpg");
}
.benefits-grid-item.item6 {
  background-image: url("../images/benefits6.jpg");
}
@media screen and (min-width: 820px) {
  .benefits-grid-item.item6 {
    grid-column: span 4;
  }
}
.benefits-grid-item.item7 {
  background-image: url("../images/benefits7.jpg");
}
.benefits-grid-item.item8 {
  background-image: url("../images/benefits8.jpg");
}

.benefits-content-btn {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.thanks-page__content {
  max-width: 800px;
  margin: 0 auto;
}
.thanks-page__box {
  display: flex;
  justify-content: center;
}
.thanks-page__box p {
  text-align: justify;
  line-height: 1.6em;
}
.thanks-page__box ul {
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  padding: 0;
  list-style: none;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
}
.thanks-page__box ul .tel {
  font-size: clamp(17px, 3vw, 25px);
  font-weight: bold;
  color: #03a9f4;
}
.thanks-page__box ul .tel > span {
  font-size: 14px;
  margin-right: 10px;
}
.thanks-page__box ul .time {
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 600;
}
.thanks-page__btn {
  text-align: center;
}

.company-intro-top {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.company-intro-top__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 10px;
  padding: 60px 10px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .company-intro-top__content {
    padding: 80px 40px 30px;
  }
}
@media screen and (min-width: 820px) {
  .company-intro-top__content {
    padding: 100px 40px 30px;
  }
}
.company-intro-top__title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 820px) {
  .company-intro-top__title {
    top: -60px;
  }
}
.company-intro-top__title > h3 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1em;
}
.company-intro-top__title span {
  font-weight: 600;
  color: #03a9f4;
}
.company-intro-top__desc {
  line-height: 2em;
  text-align: justify;
}
.company-intro-top__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}
.company-intro-top__flex {
  justify-content: space-between;
}
.company-intro-top__img {
  flex-basis: 41%;
  margin-bottom: 30px;
}
.company-intro-top__img img {
  width: 100%;
}
.company-intro-top__list {
  flex-basis: 57%;
}
.company-intro-top__list .details-list {
  margin-bottom: 0 !important;
}
.company-intro-top__btn {
  text-align: center;
}

.company-intro {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.company-intro__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 30px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 820px) {
  .company-intro__content {
    padding: 40px 20px;
  }
}
.company-intro__title {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 820px) {
  .company-intro__title {
    top: -80px;
  }
}
.company-intro__title > h3 {
  font-size: clamp(26px, 6vw, 70px);
  line-height: 1em;
}
.company-intro__title span {
  font-weight: 600;
  color: #03a9f4;
}
.company-intro__desc {
  line-height: 2em;
  text-align: justify;
}
.company-intro__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}
.company-intro__img {
  height: 250px;
}
@media screen and (min-width: 820px) {
  .company-intro__img {
    height: 500px;
  }
}
.company-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.company-intro__list {
  flex-basis: 57%;
}
.company-intro__list .details-list {
  margin-bottom: 0 !important;
}
.company-intro__btn {
  text-align: center;
}

.company-img {
  overflow: hidden;
}
.company-img__imgs {
  display: flex;
  gap: 0; /* 画像間の間隔を設定 */
  animation: company-img-scroll 40s linear infinite;
  width: 500%; /* 画像セットを2倍の幅にする */
}
@media screen and (min-width: 820px) {
  .company-img__imgs {
    width: 200%; /* 画像セットを2倍の幅にする */
  }
}
@keyframes company-img-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* 画像セット全体を左に移動 */
  }
}
.company-img__img {
  flex-shrink: 0;
  width: 14.2857142857%;
}
.company-img__img img {
  width: 100%;
}

.company-map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 820px) {
  .company-map iframe {
    height: 500px;
  }
}

.companies-block:nth-child(2n) {
  background: #fafafa;
}
.companies-block__inner {
  justify-content: space-between;
}
.companies-block__box {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.companies-block__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
  padding: 5% 3%;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .companies-block__link {
    padding: 5%;
  }
}
.companies-block__link:hover {
  transform: translate(3px, 3px);
}
.companies-block__img {
  width: 180px;
  height: 30px;
  margin: 0 auto;
}
.companies-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.companies-block__desc {
  font-weight: 600;
  width: 90%;
  margin: 20px auto 0;
  min-height: 50px;
}

.contact-page__tel-right {
  background: #fafafa;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .contact-page__tel-right {
    padding: 20px;
  }
}
.contact-page__tel-right h3 {
  font-size: clamp(23px, 6vw, 40px);
}
.contact-page__tel-right h3 > a {
  color: #333333;
  text-decoration: none;
}
.contact-page__desc {
  line-height: 1.8em;
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .contact-page__desc {
    padding: 20px;
  }
}

.contact-intro-top {
  box-sizing: border-box;
}
.contact-intro-top__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 10px;
  padding: 60px 10px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .contact-intro-top__content {
    padding: 80px 40px 30px;
  }
}
@media screen and (min-width: 820px) {
  .contact-intro-top__content {
    padding: 100px 40px 30px;
  }
}
.contact-intro-top__title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  line-height: 1.6em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 820px) {
  .contact-intro-top__title {
    top: -60px;
  }
}
.contact-intro-top__title > h3 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1em;
}
.contact-intro-top__title span {
  font-weight: 600;
  color: #03a9f4;
}
.contact-intro-top__desc {
  line-height: 2em;
  text-align: justify;
}
.contact-intro-top__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (min-width: 820px) {
  .contact-intro-top__desc p {
    text-align: center;
  }
}
.contact-intro-top__flex {
  justify-content: space-between;
}
.contact-intro-top__img {
  flex-basis: 41%;
  margin-bottom: 30px;
}
.contact-intro-top__img img {
  width: 100%;
}
.contact-intro-top__list {
  flex-basis: 57%;
}
.contact-intro-top__list .details-list {
  margin-bottom: 0 !important;
}
.contact-intro-top__btn {
  text-align: center;
}

.contact-info-block {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.contact-info-block__inner {
  justify-content: space-between;
}
.contact-info-block__box {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.contact-info-block__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #333333;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.contact-info-block__link:hover {
  transform: translate(3px, 3px);
}
.contact-info-block__left {
  flex-basis: 30%;
  display: flex;
  align-items: center;
}
.contact-info-block__left > img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-info-block__right {
  flex-basis: 70%;
  padding: 5% 3%;
}
@media screen and (min-width: 600px) {
  .contact-info-block__right {
    padding: 2%;
  }
}
.contact-info-block__logo {
  margin-bottom: 5px;
  height: 35px;
}
.contact-info-block__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-info-block__title {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
.contact-info-block__desc {
  font-size: 12px;
  font-weight: 600;
  min-height: 50px;
}

.contact-info-table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
}
.contact-info-table tr:not(:last-child) {
  border-bottom: 1px solid #f7f4f0;
}
.contact-info-table tr th, .contact-info-table tr td {
  padding: 3px;
  text-align: left;
}
.contact-info-table tr th {
  width: 40px;
  font-weight: bold;
  background-color: white;
}
.contact-info-table tr td {
  background-color: #f9f9f9;
}
.contact-info-table tr td ul {
  list-style: none;
  padding: 0;
}

.page-policy__table {
  font-size: 13px;
  /* 基本スタイル: 1列表示 */
  /* 600px以上の画面サイズのスタイル */
}
.page-policy__table table {
  width: 100%;
  border-collapse: collapse;
}
.page-policy__table table td {
  padding: 10px;
  border: 1px solid white;
  text-align: center;
}
.page-policy__table table,
.page-policy__table tbody,
.page-policy__table tr,
.page-policy__table td {
  display: block;
}
.page-policy__table td {
  border-bottom: 1px solid white;
  background: #f5f5f5;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.page-policy__table td:last-child {
  border-bottom: none;
}
@media (min-width: 600px) {
  .page-policy__table table {
    display: table;
  }
  .page-policy__table tbody {
    display: table-row-group;
  }
  .page-policy__table tr {
    display: table-row;
  }
  .page-policy__table td {
    display: table-cell;
    border: 1px solid white;
    padding: 10px;
    text-align: center;
  }
  .page-policy__table tr {
    margin-bottom: 0;
  }
  .page-policy__table td {
    border-bottom: 1px solid white;
  }
  .page-policy__table td:last-child {
    border-bottom: 1px solid white;
  }
}

.policy-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.policy-table table {
  min-width: 980px;
  display: block;
}
.policy-table table a {
  color: #535353;
  text-decoration: none;
}

.table-container .head-message {
  text-align: justify;
  color: #333333;
  text-align: justify;
}

.text-bundle-block__title {
  margin-bottom: 10px;
  font-size: clamp(15px, 3vw, 20px);
}
.text-bundle-block__desc {
  color: #333333;
  text-align: justify;
  line-height: 1.8em;
}
.text-bundle-block__desc P {
  margin-bottom: 10px;
}
.text-bundle-block ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
  padding-left: 10px;
  font-size: 14px;
}
.text-bundle-block ul li {
  margin-bottom: 10px;
}
.text-bundle-block ol {
  font-size: 14px;
  margin-top: 10px;
  padding: 0;
  padding-left: 20px;
}
.text-bundle-block ol li {
  margin-bottom: 10px;
}

.staff-interviews {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.staff-interviews__lists {
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.staff-interviews__list {
  flex-basis: 49%;
  background: var(--clr-white);
  box-shadow: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.04), 0px 5px 20px 0px rgba(0, 0, 0, 0.02), 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  block-size: 100%;
  border-radius: 15px;
  background: white;
}
@media screen and (min-width: 820px) {
  .staff-interviews__list {
    flex-basis: 32%;
  }
}
.staff-interviews__link {
  text-decoration: none;
  color: #333333;
  background: white;
}
.staff-interviews__img > img {
  border-radius: 15px;
}
.staff-interviews__desc {
  padding: 1rem 1rem 1rem;
  position: relative;
}
.staff-interviews__desc::after {
  content: "";
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-end: 1rem;
  inline-size: 1rem;
  aspect-ratio: 12/9;
  background: url("../images/item_arrow_w.svg") no-repeat center center/contain;
}
.staff-interviews__desc::before {
  content: "";
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-end: 1rem;
  inline-size: 1rem;
  background-color: #03a9f4;
  width: 25px;
  height: 25px;
  border-radius: 99em;
  right: 11px;
  bottom: 10px;
}

.person-interview {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.person-interview__block-inner {
  justify-content: space-between;
  border-radius: 30px;
  background: url("../images/bg_dot-orange.svg") repeat top left;
  padding: 10px;
}
.person-interview__block-inner .person-interview-img {
  flex-basis: 49%;
  margin-bottom: 10px;
}
@media screen and (min-width: 820px) {
  .person-interview__block-inner .person-interview-img {
    margin-bottom: 0;
  }
}
.person-interview__block-inner .person-interview-img > img {
  border-radius: 20px;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.person-interview__block-inner .person-interview-desc {
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.person-interview__block-inner .person-interview-desc ul {
  padding: 10px;
  color: white;
}
@media screen and (min-width: 820px) {
  .person-interview__block-inner .person-interview-desc ul {
    padding: 20px;
  }
}
.person-interview__block-inner .person-interview-desc li {
  border-bottom: 0.3px solid white;
  padding: 20px 0;
  list-style: none;
  font-weight: 600;
}
.person-interview__block-inner .person-interview-desc li .label {
  margin-bottom: 10px;
  display: inline-block;
  border-left: 3px solid white;
  padding-left: 5px;
  font-family: "Oswald", sans-serif;
}
.person-interview__block-inner .person-interview-desc li .value {
  display: block;
}
.person-interview__block-inner .person-interview-name {
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid white;
}
.person-interview .c-video__frame {
  border-radius: 30px;
  border: 4px solid #f5770d;
}
.person-interview__btn {
  text-align: center;
}

.club-intro {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.club-intro__content {
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.1);
  background: white;
  border-radius: 10px;
  padding: 50px 10px 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .club-intro__content {
    padding: 80px 40px 30px;
  }
}
@media screen and (min-width: 820px) {
  .club-intro__content {
    padding: 100px 40px 30px;
  }
}
.club-intro__title {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.6em;
  z-index: 100;
}
@media screen and (min-width: 820px) {
  .club-intro__title {
    top: -60px;
  }
}
.club-intro__title > h3 {
  font-size: clamp(23px, 6vw, 60px);
  line-height: 1em;
}
.club-intro__title span {
  font-weight: 600;
  color: #03a9f4;
}
.club-intro__desc {
  line-height: 2em;
  text-align: justify;
}
.club-intro__desc p {
  margin-bottom: 10px;
  font-weight: 600;
}

.club-block:nth-child(2) {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.club-block__box {
  margin-bottom: 20px;
}
.club-block__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  padding: 5% 3%;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .club-block__link {
    padding: 5%;
  }
}
.club-block__img {
  margin: 0 auto;
}
.club-block__img img {
  width: 100%;
  border-radius: 20px;
}
.club-block__desc {
  border-radius: 20px;
  font-weight: 600;
  min-height: 50px;
  padding: 20px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.3);
  background: white;
}
@media screen and (min-width: 820px) {
  .club-block__desc {
    padding: 50px 20px;
  }
}

.club-content {
  background: #fafafa;
}
.club-content__box {
  position: relative;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  padding: 50px 10px 20px;
}
@media screen and (min-width: 820px) {
  .club-content__box {
    padding: 80px 10%;
  }
}
.club-content__box-list > ul {
  padding: 0;
}
.club-content__box-list > ul li {
  flex-basis: 49%;
  list-style: none;
  font-weight: 800;
  margin-bottom: 5px;
}

.club-content-title {
  text-align: center;
}
.club-content-title h3 {
  font-weight: 900;
}
.club-content-title h3 > span {
  display: block;
}

.project-page {
  background: #f7f4f0;
}
.project-page__content:last-child {
  border-top: 1px solid #c8c8c8;
  padding-bottom: 0 !important;
}
.project-page__details .details-list {
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
}
.project-page__details .details-list dl dd {
  background: white;
}
.project-page__details .details-list dl dd:first-child {
  background: #fafafa;
}
.project-page__details .details-list dl dd ul {
  padding: 0;
  padding-left: 10px;
}
.project-page__box {
  position: relative;
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 3px rgba(57, 57, 57, 0.4);
  padding: 50px 10px;
}
@media screen and (min-width: 820px) {
  .project-page__box {
    padding: 70px 10%;
  }
}
.project-page__box-list {
  display: flex;
  justify-content: center;
}
.project-page__box-list > ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.project-page__box-list > ul li {
  list-style: none;
  font-weight: 800;
  margin-bottom: 5px;
}
.project-page__box-desc {
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
}
.project-page__desc {
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.7em;
  text-align: justify;
}
.project-page .banner-content {
  background: none;
  clip-path: none;
}

.speech-bubble {
  z-index: 100;
  width: 100%;
  max-width: 600px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #e6537b;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  font-size: clamp(16px, 3vw, 28px);
  font-weight: 500;
  text-align: center;
  left: 50%;
  top: -33px;
  transform: translate(-50%, 10px);
  box-shadow: 0px 3px 0px rgba(57, 57, 57, 0.3);
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 20px;
  border-style: solid;
  border-color: #e6537b transparent transparent transparent;
}

.page-404__btn {
  text-align: center;
}

.job-info-mess__block {
  position: relative;
}
.job-info-mess__block .speech-bubble {
  top: -80px;
  font-size: clamp(17px, 4vw, 28px);
}
.job-info-mess__block-inner h4 {
  font-size: clamp(16px, 4vw, 50px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-align: center;
}
.job-info-mess__block-inner h4 span {
  color: #f5770d;
}
.job-info-mess__desc {
  background: #fafafa;
  padding: 2em;
  border-radius: 10px;
}
.job-info-mess__desc ul {
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.job-info-mess__desc li {
  margin-bottom: 16px;
  font-size: clamp(14px, 2vw, 20px);
}
.job-info-mess:last-child {
  padding-top: 0 !important;
}

.job-info-block {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
  box-sizing: border-box;
}
.job-info-block:nth-child(2n) {
  background: #fafafa;
}
.job-info-block__inner {
  justify-content: space-between;
}
.job-info-block__box {
  flex-basis: 49%;
  margin-bottom: 20px;
}
.job-info-block__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #333333;
  background: white;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.job-info-block__link:hover {
  transform: translate(3px, 3px);
}
.job-info-block__left {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}
.job-info-block__left > img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-info-block__right {
  flex-basis: 65%;
  padding: 5% 3%;
}
@media screen and (min-width: 600px) {
  .job-info-block__right {
    padding: 5%;
  }
}
.job-info-block__logo {
  margin-bottom: 10px;
  height: 30px;
}
.job-info-block__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.job-info-block__title {
  position: relative;
  z-index: 100;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
.job-info-block__desc {
  font-size: 12px;
  font-weight: 600;
  min-height: 50px;
}

.no-job-info {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3);
  background: #fafafa;
}
.no-job-info__content > h2 {
  text-align: center;
}
.no-job-info__btn {
  text-align: center;
}

.staff-img1 {
  position: relative;
}
.staff-img1::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35vw;
  height: 44.25vw;
  max-height: 300px;
  max-width: 250px;
  min-height: 150px;
  min-width: 110px;
  bottom: 0;
  right: 5vw;
  z-index: -1;
}

.staff-img2 {
  position: relative;
}
.staff-img2::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff09.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(110px, 37vw, 290px);
  height: clamp(143px, 35.4vw, 299px);
  bottom: 20px;
  right: 0;
  z-index: 50;
}
@media screen and (min-width: 820px) {
  .staff-img2::after {
    bottom: 40px;
  }
}

.staff-img3 {
  position: relative;
}
.staff-img3::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff07.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 54vw;
  height: 46.02vw;
  max-height: 270px;
  max-width: 320px;
  min-height: 120px;
  min-width: 150px;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.staff-img4 {
  position: relative;
}
.staff-img4::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff07.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 54vw;
  height: 46.02vw;
  max-height: 270px;
  max-width: 320px;
  min-height: 120px;
  min-width: 150px;
  bottom: 0;
  left: -20px;
  z-index: 50;
}
@media screen and (min-width: 820px) {
  .staff-img4::after {
    left: -80px;
  }
}

.staff-img5 {
  position: relative;
}
.staff-img5::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff05_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33vw;
  height: 37.17vw;
  max-height: 270px;
  max-width: 250px;
  min-height: 120px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img6 {
  position: relative;
}
.staff-img6::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff08.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(110px, 43vw, 290px);
  height: clamp(152px, 35.4vw, 276px);
  bottom: 0;
  right: 0;
}

.staff-img7 {
  position: relative;
}
.staff-img7::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff03.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(70px, 42vw, 280px);
  height: clamp(83px, 37.88vw, 240px);
  bottom: 0;
  left: 20px;
}

.staff-img8 {
  position: relative;
}
.staff-img8::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff11.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 42.48vw;
  max-height: 296px;
  max-width: 358px;
  min-height: 133px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img9 {
  position: relative;
}
.staff-img9::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff02_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 42.48vw;
  max-height: 246px;
  max-width: 300px;
  min-height: 133px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img10 {
  position: relative;
}
.staff-img10::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff06.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 42vw;
  height: 42.48vw;
  max-height: 316px;
  max-width: 310px;
  min-height: 133px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img11 {
  position: relative;
}
.staff-img11::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff09.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30vw;
  height: 31.86vw;
  max-height: 324px;
  max-width: 300px;
  min-height: 163px;
  min-width: 160px;
  bottom: 0;
  right: 9%;
  z-index: 100;
}

.staff-img18 {
  position: relative;
}
.staff-img18::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff08.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 285px;
  max-width: 300px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.staff-img20 {
  position: relative;
}
.staff-img20::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff05_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33vw;
  height: 37.17vw;
  max-height: 320px;
  max-width: 300px;
  min-height: 120px;
  min-height: 120px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img22 {
  position: relative;
}
.staff-img22::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff13.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 43vw;
  height: 37.17vw;
  max-height: 302px;
  max-width: 330px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img24 {
  position: relative;
}
.staff-img24::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff12.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33vw;
  height: 37.17vw;
  max-height: 320px;
  max-width: 300px;
  min-height: 120px;
  min-width: 110px;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.staff-img26 {
  position: relative;
}
.staff-img26::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff07_3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 342px;
  max-width: 340px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 20px;
  z-index: 100;
}

.staff-img28 {
  position: relative;
}
.staff-img28::after {
  content: "";
  position: absolute;
  background-image: url("../images/oitamascot.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 312px;
  max-width: 250px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.staff-img214 {
  position: relative;
}
.staff-img214::after {
  content: "";
  position: absolute;
  background-image: url("../images/staff02_4.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 53vw;
  height: 37.17vw;
  max-height: 312px;
  max-width: 370px;
  min-height: 140px;
  min-width: 150px;
  bottom: 0;
  left: 20px;
  z-index: 100;
}

.parallax-section {
  margin: 60px auto;
  padding: 60px;
  border-radius: 20px;
  max-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .parallax-section {
    padding: 20px;
  }
}
.parallax-section .parallax-section-overlay {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 1;
}
.parallax-section .parallax-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 auto 0 0;
}
.parallax-section .parallax-content h2 {
  display: grid;
  font-size: clamp(28px, 3vw, 36px);
}
.parallax-section .parallax-content h2 span {
  display: block;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 500;
}
.parallax-section .parallax-content__text {
  max-width: 800px;
  text-align: justify;
}
.parallax-section .parallax-content__btn {
  margin-left: 0;
  margin-top: 20px;
}

.parallax-section.part2 {
  padding: 60px;
  max-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .parallax-section.part2 {
    padding: 20px;
  }
}
.parallax-section.part2 .parallax-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  z-index: 1;
}
.parallax-section.part2 .parallax-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin: 0 0 0 auto;
}
.parallax-section.part2 .parallax-content h2 {
  display: grid;
  font-size: clamp(28px, 3vw, 36px);
}
.parallax-section.part2 .parallax-content h2 span {
  display: block;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 500;
}
.parallax-section.part2 .parallax-content__text {
  max-width: 800px;
  text-align: justify;
}
.parallax-section.part2 .parallax-content__btn {
  margin-left: 0;
  margin-top: 20px;
}

.news-content {
  position: relative;
}
.news-content .section-titles {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.9);
}
.news-content__inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 820px) {
  .news-content__inner {
    width: 90%;
    margin: auto;
  }
}
.news-content__lists {
  padding: 0;
}
.news-content__img {
  border: 3px solid white;
  height: 200px;
  border-radius: 13px;
}
@media screen and (min-width: 820px) {
  .news-content__img {
    height: 300px;
  }
}
.news-content__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 9px;
}
.news-content__list {
  width: 100%;
  list-style: none;
  padding: 7px;
  margin: 0 0.2%;
  position: relative;
  background: #07988e;
  border-radius: 15px;
  border: 4px solid #00625b;
}
.news-content__list:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-content__list:hover::after {
  background: #03a9f4;
}
.news-content__list .cat {
  left: 10px;
  top: 20px;
}
.news-content__link {
  text-decoration: none;
  padding: 10px 0;
  flex-basis: 100%;
}
@media screen and (min-width: 980px) {
  .news-content__link {
    flex-basis: 65%;
    padding: 20px 0;
  }
}
.news-content__desc {
  color: white;
  padding: 10px;
  min-height: 230px;
}
.news-content__desc time {
  font-weight: 600;
  display: inline-block;
  color: #c8c8c8;
}
.news-content__tit {
  font-size: clamp(18px, 3vw, 23px);
  font-weight: 800;
  margin-bottom: 10px;
}
.news-content__excerpt {
  min-height: 110px;
}
.news-content__btn {
  display: flex;
  justify-content: center;
}
.news-content__notinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.news-content__notinfo p {
  font-weight: 600;
}

.news-tabs-section {
  padding: 80px 20px;
  background-color: #f8f9fa;
}
@media screen and (max-width: 599px) {
  .news-tabs-section {
    padding: 60px 20px;
  }
}
.news-tabs-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.news-tabs-section__title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #333333;
}
@media screen and (max-width: 599px) {
  .news-tabs-section__title {
    margin-bottom: 40px;
  }
}
.news-tabs-section__title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  color: #666;
  margin-top: 10px;
  font-style: italic;
}

.news-tabs__nav {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.news-tabs__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 599px) {
  .news-tabs__nav {
    margin-bottom: 30px;
    gap: 8px;
  }
}
.news-tabs__nav li {
  flex-shrink: 0;
}
.news-tabs__button {
  padding: 12px 30px;
  background-color: white;
  color: #333333;
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .news-tabs__button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
.news-tabs__button:hover {
  background-color: #f0f0f0;
  border-color: #03a9f4;
}
.news-tabs__button.active {
  background-color: #03a9f4;
  color: white;
  border-color: #03a9f4;
}
.news-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .news-tabs__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 479px) {
  .news-tabs__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.news-tabs__item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.news-tabs__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.news-tabs__item-link {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.news-tabs__item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.news-tabs__item-date {
  font-size: 0.9rem;
  color: #666;
  font-family: "Jost", sans-serif;
}
.news-tabs__item-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.news-tabs__item-categories li {
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
}
.news-tabs__item-categories li a {
  color: white;
  text-decoration: none;
}
.news-tabs__item-categories li.cat-news {
  background-color: #03a9f4;
}
.news-tabs__item-categories li.cat-event {
  background-color: #f5770d;
}
.news-tabs__item-categories li.cat-information {
  background-color: #03b158;
}
.news-tabs__item-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-tabs__more {
  text-align: center;
  margin-top: 40px;
}
.news-tabs__empty {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1rem;
}

.access-page {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .access-page {
    padding: 40px 20px;
  }
}
.access-page__container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}
@media screen and (min-width: 980px) {
  .access-page__container {
    grid-template-columns: 320px 1fr;
    gap: 80px;
  }
}
@media screen and (max-width: 599px) {
  .access-page__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.access-page__sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
}
@media screen and (max-width: 599px) {
  .access-page__sidebar {
    position: relative;
    top: 0;
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  .access-page__content {
    order: 2;
  }
}

.content-section {
  --em: 25;
  border: 4px #fff solid;
  background: #f5f5f5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: calc(15em / var(--em));
  padding: calc(40em / var(--em)) calc(20em / var(--em));
  margin-bottom: 80px;
  scroll-margin-top: 120px;
}
@media screen and (max-width: 599px) {
  .content-section {
    margin-bottom: 60px;
    scroll-margin-top: 100px;
  }
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section h2 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 3px solid #03a9f4;
}
.content-section h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: #333333;
  margin-top: 32px;
  margin-bottom: 16px;
}
.content-section p {
  line-height: 1.8;
  color: #333333;
  margin-bottom: 16px;
}
.content-section ul,
.content-section ol {
  margin-bottom: 24px;
  padding-left: 1.5em;
}
.content-section ul li,
.content-section ol li {
  line-height: 1.8;
  margin-bottom: 8px;
}

.hours__list {
  display: grid;
  grid-template-columns: minmax(7em, 10em) 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  border: 1px solid #a5a5a5;
  border-radius: 8px;
  overflow: hidden;
}

.hours__label {
  font-weight: 700;
  background: #e2e2e2;
  border-right: 1px solid #a5a5a5;
  padding: 12px 16px;
  border-bottom: 1px solid #a5a5a5;
  display: flex;
  align-items: center;
}

.hours__icon {
  margin-right: 0.8em;
  color: #a5a5a5;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 32%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95em;
}

.hours__value {
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  border-bottom: 1px solid #a5a5a5;
}

.hours__list > :nth-last-child(-n+2) {
  border-bottom: 0;
}

/* ================================================
   プライバシーポリシーページのスタイル
   ================================================ */
.privacy-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.privacy-policy__title {
  text-align: center;
  margin-bottom: 40px;
}
.privacy-policy__title h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}
.privacy-policy__title .subtitle {
  font-size: 1rem;
  color: #666;
  font-style: italic;
}
.privacy-policy__section {
  margin-bottom: 50px;
}
.privacy-policy__section:last-child {
  margin-bottom: 0;
}
.privacy-policy__section-title {
  font-size: 1.8rem;
  color: #2c5aa0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2c5aa0;
  font-weight: bold;
}
.privacy-policy__content {
  line-height: 1.8;
  color: #333;
}
.privacy-policy__content p {
  margin-bottom: 20px;
}
.privacy-policy__content p:last-child {
  margin-bottom: 0;
}
.privacy-policy__content ol,
.privacy-policy__content ul {
  margin: 20px 0;
  padding-left: 20px;
}
.privacy-policy__content ol li,
.privacy-policy__content ul li {
  margin-bottom: 15px;
  line-height: 1.8;
}
.privacy-policy__content ol li:last-child,
.privacy-policy__content ul li:last-child {
  margin-bottom: 0;
}
.privacy-policy__content ol {
  counter-reset: item;
}
.privacy-policy__content ol li {
  display: block;
  margin-bottom: 15px;
}
.privacy-policy__content ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  font-weight: bold;
  color: #2c5aa0;
  margin-right: 8px;
}
.privacy-policy__subsection {
  margin: 30px 0;
  padding-left: 20px;
}
.privacy-policy__subsection-title {
  font-size: 1.4rem;
  color: #444;
  margin-bottom: 15px;
  font-weight: bold;
}
.privacy-policy__company-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.privacy-policy__company-info p {
  margin-bottom: 5px;
  font-weight: bold;
}
.privacy-policy__company-info p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */