@charset "UTF-8";
/*------------------------------
ベーススタイル
------------------------------*/
html {
  font-size: 16px;
}
html.active {
  overflow: hidden;
}

body {
  background-color: #fcfcfd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #333333;
  position: relative;
  font-feature-settings: "palt";
  text-align: justify;
  margin-top: clamp(60px, 8vh, 100px);
}
body.active {
  overflow: hidden;
}
@media (max-width: 1250px) {
  body {
    margin-top: 80px;
  }
}
body.admin-bar .header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.admin-bar .header {
    top: 46px;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: 0.3s;
}
a:hover {
  filter: brightness(1.05);
}

#wpadminbar {
  position: fixed;
  top: 0;
  z-index: 9999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

h1 {
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 1rem;
  }
}

.header {
  height: clamp(60px, 8vh, 100px);
  background-color: #fcfcfd;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 1250px) {
  .header {
    height: 80px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 0 max(1.3888888889vw, 1.25rem);
}

.header__nav {
  padding-right: 1rem;
}
@media (max-width: 1250px) {
  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100dvh;
    padding: 2rem 1.3125rem;
    background-color: #fcfcfd;
  }
}

.header__nav-ul {
  display: flex;
}
@media (max-width: 1250px) {
  .header__nav-ul {
    flex-direction: column;
    gap: 1rem;
  }
}

.header__nav-a {
  padding: 0.6rem 1.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767.98px) {
  .header__nav-a {
    display: block;
    border-bottom: 1px solid lightgray;
    padding-left: 0;
  }
}
.header__nav-a.is-contact {
  border-radius: 5rem;
  transition: 0.3s;
  background-color: #e70013;
  color: #fff;
  margin-left: 1rem;
}
.header__nav-a.is-contact:hover {
  filter: brightness(1.1);
}
@media (max-width: 767.98px) {
  .header__nav-a.is-contact {
    margin-left: 0;
    padding: 0.5rem;
    text-align: center;
  }
}

.header__nav-btn {
  display: none;
}
@media (max-width: 1250px) {
  .header__nav-btn {
    display: block;
    width: 3rem;
    aspect-ratio: 30/23;
    position: relative;
  }
}

.header__nav-btn-line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  position: absolute;
}
.header__nav-btn-line.line-1 {
  top: 0;
}
.header__nav-btn-line.line-2 {
  top: 50%;
  transform: translateY(-50%);
}
.header__nav-btn-line.line-3 {
  bottom: 0;
}

.header__nav-sp {
  display: none;
}

.header__nav-sp {
  display: none;
}

.front-page__main {
  padding: 0;
}

.front-page__section {
  margin-top: 7rem;
}
@media (max-width: 767.98px) {
  .front-page__section {
    margin-top: 5rem;
  }
}

.front-page__section-title {
  margin-bottom: 1rem;
}

.front-page__container {
  min-height: 50vh;
}

.front-page__mv {
  position: relative;
}

.front-page__posts-btn {
  display: grid;
  place-items: center;
  margin-top: 3rem;
}
@media (max-width: 767.98px) {
  .front-page__posts-btn {
    margin-top: 2rem;
  }
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.footer {
  padding: 3rem 0 2rem;
}

.footer__head h2 {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .footer__head h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer__body {
  padding-top: 1rem;
  display: grid;
  grid-template: "address banners" auto "nav banners" auto/1fr 1fr;
}
@media (max-width: 991.98px) {
  .footer__body {
    width: 100%;
    grid-template: "banners" auto "address" auto "nav" auto/1fr;
    gap: 1.5rem;
  }
}

.footer__address {
  grid-area: address;
}
@media (max-width: 991.98px) {
  .footer__address a {
    display: block;
  }
}

.footer__nav {
  grid-area: nav;
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 991.98px) {
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__nav-list a {
  padding: 0.5rem 0;
}
@media (max-width: 991.98px) {
  .footer__nav-list a {
    padding: 1rem 0.5rem;
  }
}

.footer__banners {
  grid-area: banners;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .footer__banners {
    flex-direction: column;
  }
}

.footer__banner {
  display: block;
  flex: 1;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .footer__banner {
    height: auto;
  }
}
.footer__banner iframe {
  width: 100%;
  height: 100%;
}
.footer__banner img {
  height: 100%;
}

.footer__foot {
  text-align: center;
  padding-top: 2rem;
}

.main {
  padding: 5rem 0;
}
@media (max-width: 767.98px) {
  .main {
    padding: 4rem 0;
  }
}

.mv {
  position: relative;
  z-index: 1;
  height: 30rem;
  height: calc(100vh - clamp(60px, 8vh, 100px));
}
@media (max-width: 767.98px) {
  .mv {
    height: calc(100svh - 80px);
  }
}

.mv__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(1.3);
}

.mv__container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0 auto;
}

.mv__title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .mv__title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.mv__title-container {
  position: relative;
  top: 20%;
}
@media (max-width: 767.98px) {
  .mv__title-container {
    top: 0;
    top: 5%;
  }
}

.mv__title-text {
  display: inline-block;
  filter: brightness(1.5);
  font-size: 3rem;
  font-weight: bold;
  background-color: #333333;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 0.2rem;
  color: lime;
  filter: brightness(1.2);
  padding: 0.1rem 1rem;
  padding: 0.3rem 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.mv__title-text:not(:first-child) {
  margin-top: 0.1rem;
}
@media (max-width: 1250px) {
  .mv__title-text {
    display: inline;
    padding: 0.3rem;
    padding-left: 0.5rem;
    font-size: 2rem;
  }
  .mv__title-text span {
    background-color: #333333;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    display: inline-block;
    margin-top: 0.6rem;
  }
}

.mv__title-spacer {
  display: none;
}
@media (max-width: 1250px) {
  .mv__title-spacer {
    display: block;
    height: 0.8rem;
  }
}

.mv__btn.btn {
  display: none;
}
@media (max-width: 1250px) {
  .mv__btn.btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2rem;
    letter-spacing: 0.1em;
    font-weight: normal;
    position: relative;
    bottom: 25%;
  }
}

.post-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  row-gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .post-list__items {
    row-gap: 2rem;
  }
}

.post-list__item-link {
  background-color: #fcfcfd;
  display: block;
  filter: brightness(1);
  background-color: rgba(211, 211, 211, 0.298);
  height: 100%;
  border-radius: 0.5rem;
}
.post-list__item-link:hover {
  filter: brightness(1.1);
  background-color: lightgray;
}

.post-list__item-img img {
  border-radius: 0.5rem 0.5rem 0 0;
  aspect-ratio: 16/9;
}

.post-list__item-content {
  padding: 0.8rem;
  padding-top: 0.5rem;
}

.post-list__item-tags {
  margin: 0.5rem 0 0;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  opacity: 0.8;
}

.post-list__item-tag {
  background-color: #333333;
  color: #fcfcfd;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  font-size: 0.6rem;
  display: grid;
  place-items: center;
}

.post-list__item-title {
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.post-list__item-excerpt {
  margin-top: 0.2rem;
}
.post-list__item-excerpt p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8rem;
}

.not-found {
  padding-bottom: 4rem;
}

.not-found__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.inner {
  max-width: 58.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (max-width: 767.98px) {
  .inner {
    padding: 0 1.25rem;
    max-width: 100%;
    padding: 0;
  }
}

.heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.heading__xl {
  font-size: 2.5rem;
}
.heading__lg {
  font-size: 2rem;
}
.heading__md {
  font-size: 1.5rem;
}
.heading__sm {
  font-size: 1.25rem;
}
.heading__xs {
  font-size: 1rem;
}
.heading__xxs {
  font-size: 0.875rem;
}

.btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #e70013;
  text-decoration: none;
  border: 0.0625rem solid #e70013;
  border-radius: 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  background-image: none;
  box-shadow: none;
  transition: 0.3s;
  min-width: 14rem;
  border-radius: 5rem;
}
.btn:hover {
  background-color: #e70013;
  color: #fff;
}
@media (max-width: 767.98px) {
  .btn {
    width: 100%;
  }
}

.btn--primary {
  border-radius: 5rem;
  transition: 0.3s;
  background-color: #e70013;
  color: #fff;
}
.btn--primary:hover {
  filter: brightness(1.1);
}

.header-sub {
  padding: 3rem 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .header-sub {
    padding: 2.5rem 0;
  }
}

.header-sub__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: brightness(0.3);
}

.header-sub__title {
  color: #fcfcfd;
}

.privacy-policy__body h1,
.privacy-policy__body h2,
.privacy-policy__body h3,
.privacy-policy__body h4,
.privacy-policy__body h5,
.privacy-policy__body h6 {
  padding: 2rem 0 1rem;
}
.privacy-policy__body h2 {
  font-size: 1.5rem;
}
.privacy-policy__body ul {
  list-style: disc;
  padding-left: 1.5em;
}
.privacy-policy__body ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.privacy-policy__body a {
  color: #e70013;
  text-decoration: underline;
}
.privacy-policy__body a:hover {
  opacity: 0.7;
}

.smf-button-control .smf-button-control__control {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #e70013;
  text-decoration: none;
  border: 0.0625rem solid #e70013;
  border-radius: 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  background-image: none;
  box-shadow: none;
  transition: 0.3s;
  min-width: 14rem;
  border-radius: 5rem;
}
.smf-button-control .smf-button-control__control:hover {
  background-color: #e70013;
  color: #fff;
}
@media (max-width: 767.98px) {
  .smf-button-control .smf-button-control__control {
    width: 100%;
  }
}
.smf-button-control .smf-button-control__control[data-action=complete], .smf-button-control .smf-button-control__control[data-action=confirm] {
  border-radius: 5rem;
  transition: 0.3s;
  background-color: #e70013;
  color: #fff;
}
.smf-button-control .smf-button-control__control[data-action=complete]:hover, .smf-button-control .smf-button-control__control[data-action=confirm]:hover {
  filter: brightness(1.1);
}

.smf-item:first-of-type {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .smf-item:first-of-type {
    margin-top: 1rem;
  }
}
.smf-item .smf-item__col--label {
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: 700;
  gap: 0.4em;
}
@media (max-width: 767.98px) {
  .smf-item .smf-item__col--label {
    padding-bottom: 0.5rem;
  }
}
.smf-item .smf-item__description {
  background-color: #e70013;
  color: white;
  padding: 0.125rem 0.5rem;
  border-radius: 0.1875rem;
  margin-top: 0;
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .smf-item .smf-item__description {
    top: 0;
    transform: none;
  }
}

.snow-monkey-form .smf-form .smf-text-control__control:active,
.snow-monkey-form .smf-form .smf-text-control__control:focus,
.snow-monkey-form .smf-form .smf-text-control__control:focus-visible,
.snow-monkey-form .smf-form .smf-text-control__control:hover,
.snow-monkey-form .smf-form .smf-text-control__control:focus-within,
.snow-monkey-form .smf-form .smf-text-control__control[aria-selected=true],
.snow-monkey-form .smf-form .smf-textarea-control__control:active,
.snow-monkey-form .smf-form .smf-textarea-control__control:focus,
.snow-monkey-form .smf-form .smf-textarea-control__control:focus-visible,
.snow-monkey-form .smf-form .smf-textarea-control__control:hover,
.snow-monkey-form .smf-form .smf-textarea-control__control:focus-within,
.snow-monkey-form .smf-form .smf-textarea-control__control[aria-selected=true] {
  outline: 0.125rem solid #e70013;
}
.snow-monkey-form input {
  width: 100%;
}

.smf-checkbox-control input[type=checkbox] {
  opacity: 0;
}
.smf-checkbox-control input[type=checkbox]:checked {
  position: relative;
  z-index: 1;
}
.smf-checkbox-control input[type=checkbox]:checked + .smf-checkbox-control__label::after {
  opacity: 1;
}
.smf-checkbox-control input[type=checkbox]:focus + .smf-checkbox-control__label::before, .smf-checkbox-control input[type=checkbox]:focus-within + .smf-checkbox-control__label::before, .smf-checkbox-control input[type=checkbox]:active + .smf-checkbox-control__label::before, .smf-checkbox-control input[type=checkbox][aria-selected=true] + .smf-checkbox-control__label::before, .smf-checkbox-control input[type=checkbox]:hover + .smf-checkbox-control__label::before {
  outline: 0.125rem solid #e70013;
}
.smf-checkbox-control .smf-checkbox-control__label {
  text-indent: 0.1em;
  position: relative;
}
.smf-checkbox-control .smf-checkbox-control__label::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5625rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.1875rem;
}
.smf-checkbox-control .smf-checkbox-control__label::before:focus {
  outline: 0.125rem solid #e70013;
}
.smf-checkbox-control .smf-checkbox-control__label::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  aspect-ratio: 6/10;
  top: 44%;
  left: -1.25rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 0.1875rem solid #e70013;
  border-bottom: 0.1875rem solid #e70013;
  border-radius: 0.125rem;
  opacity: 0;
}

.smf-radio-button-control .smf-radio-button-control__control {
  opacity: 0;
}
.smf-radio-button-control .smf-radio-button-control__control:checked + .smf-radio-button-control__label::after {
  display: block;
}
.smf-radio-button-control .smf-radio-button-control__label {
  position: relative;
}
.smf-radio-button-control .smf-radio-button-control__label::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5625rem;
  border: 0.0625rem solid #e70013;
  border-radius: 50%;
}
.smf-radio-button-control .smf-radio-button-control__label::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  background-color: #e70013;
  border-radius: 50%;
  display: none;
}

[data-screen=confirm] .smf-item:not(:last-child) {
  border-bottom: 0.0625rem solid #eee;
}
[data-screen=confirm] .smf-item.contact__agreement {
  justify-content: center;
}
[data-screen=confirm] .smf-item.contact__agreement .smf-item__col--label {
  display: none;
}
[data-screen=confirm] .smf-item.contact__agreement .smf-item__col--controls {
  flex: 1;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
[data-screen=confirm] .smf-item.contact__agreement .smf-placeholder[data-name=agreement] {
  position: relative;
}
[data-screen=confirm] .smf-item.contact__agreement .smf-placeholder[data-name=agreement]::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  aspect-ratio: 6/10;
  top: 44%;
  left: -1.25rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 0.1875rem solid #e70013;
  border-bottom: 0.1875rem solid #e70013;
  border-radius: 0.125rem;
}

.smf-agreement-link {
  color: #e70013;
  text-decoration: underline;
}

.smf-checkboxes-control .smf-checkboxes-control__control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1rem;
}
@media (max-width: 767.98px) {
  .smf-checkboxes-control .smf-checkboxes-control__control {
    grid-template-columns: repeat(2, 1fr);
  }
}

.smf-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .smf-form {
    gap: 0.4rem;
  }
}

.smf-action {
  padding: 2rem 0;
}

.contact__main {
  padding-bottom: 0;
}

.contact a {
  color: #e70013;
  border-bottom: 1px solid #e70013;
}
.contact a:focus,
.contact button:focus {
  outline: 1px solid #e70013;
}

.contact__btn a {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: #fff;
  color: #e70013;
  text-decoration: none;
  border: 0.0625rem solid #e70013;
  border-radius: 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  background-image: none;
  box-shadow: none;
  transition: 0.3s;
  min-width: 14rem;
  border-radius: 5rem;
  border-radius: 5rem;
  transition: 0.3s;
  background-color: #e70013;
  color: #fff;
}
.contact__btn a:hover {
  background-color: #e70013;
  color: #fff;
}
@media (max-width: 767.98px) {
  .contact__btn a {
    width: 100%;
  }
}
.contact__btn a:hover {
  filter: brightness(1.1);
}

.contact__complete > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.logo {
  display: flex;
  width: 80%;
}

.about__info-item {
  display: flex;
  margin-top: 4rem;
}
.about__info-item:first-child {
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .about__info-item {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.about__info-item a {
  border-bottom: 1px solid #333333;
  filter: brightness(1.8);
}
.about__info-item a:hover {
  filter: brightness(1);
}

.about__info-item-dt {
  width: 25%;
  flex-shrink: 0;
}
.about__info-item-dt h2 {
  font-size: 1.125rem;
  font-weight: 450;
}
@media (max-width: 767.98px) {
  .about__info-item-dt {
    width: 100%;
  }
}

.about__info-item-dd {
  flex: 1;
  font-size: 1.125rem;
  text-align: left;
}
@media (max-width: 767.98px) {
  .about__info-item-dd span {
    display: inline-block;
  }
}

.about__map-iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.service__lead {
  margin-top: 1rem;
}

.service__links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .service__links {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service__link {
  background-color: rgba(211, 211, 211, 0.106);
  box-shadow: 0 0.2rem 0 gray;
  text-align: center;
  padding: 1rem 1.5rem;
  border-radius: 5rem;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  font-size: 0.8rem;
  font-weight: 600;
  align-items: center;
}
@media (max-width: 767.98px) {
  .service__link {
    padding: 1rem 0.5rem;
    flex-direction: column;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    gap: 0.2rem;
  }
}
.service__link:hover {
  box-shadow: 0 0.35rem 0 gray;
  transform: translateY(-0.2rem);
  background-color: rgba(211, 211, 211, 0.106);
}
.service__link:active {
  box-shadow: 0 0rem 0 gray;
  transform: translateY(0.2rem);
}

.service__link-text {
  width: 100%;
  text-align: center;
}

.service__link-icon {
  line-height: 1;
}
@media (max-width: 767.98px) {
  .service__link-icon {
    opacity: 0.8;
    font-size: 0.8em;
  }
}

.service__item {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .service__item {
    margin-top: 5rem;
  }
}
.service__item:first-child {
  margin-top: 6rem;
}
.service__item dl {
  padding: 2rem;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .service__item dl {
    padding: 0;
  }
}
.service__item dl > .service-item-data {
  display: flex;
  padding-top: 2rem;
  gap: 2rem;
  border-bottom: 1px solid lightgray;
  padding-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .service__item dl > .service-item-data {
    flex-direction: column;
    gap: 0;
    padding-top: 1rem;
  }
  .service__item dl > .service-item-data:first-child {
    padding-top: 0.6rem;
  }
}
.service__item dt {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 30%;
  text-align: left;
}
.service__item dd {
  flex: 1;
}
.service__item dd ul {
  display: flex;
  flex-wrap: wrap;
}
.service__item dd li .service-item-data__item-divider {
  margin: 0 0.5rem;
}

.service__item-title {
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3rem;
}
@media (max-width: 767.98px) {
  .service__item-title {
    margin-bottom: 0;
  }
}

.recruit__section {
  margin-top: 8rem;
}
@media (max-width: 767.98px) {
  .recruit__section {
    margin-top: 5rem;
  }
}
.recruit__section:first-child {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .recruit__section:first-child {
    margin-top: 0rem;
  }
}

.recruit__section-title {
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .recruit__section-title {
    text-align: left;
    margin-bottom: 0rem;
  }
  .recruit__section-title span {
    display: inline-block;
  }
}

.recruit__header {
  background-color: #e70013;
  padding: 0.3rem;
  border-radius: 0.5rem;
  text-align: center;
}

.recruit__header-inner {
  background-color: #fcfcfd;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media (max-width: 767.98px) {
  .recruit__header-inner {
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .recruit__header-title {
    text-align: center;
  }
  .recruit__header-title span {
    display: inline-block;
  }
}

.recruit__header-lead a {
  color: #e70013;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.recruit__header-lead a:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .recruit__header-lead span {
    display: inline-block;
  }
  .recruit__header-lead:last-child {
    margin-top: 1rem;
  }
}

.recruit__wantedly-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .recruit__wantedly-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit__wantedly-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recruit__wantedly-item-link {
  width: 100%;
  min-height: 8rem;
  display: grid;
  grid-template: "image name" auto "image text" auto/0.3fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  row-gap: 0.5rem;
  transition: 0.3s;
}
.recruit__wantedly-item-link:hover {
  opacity: 1;
  transform: translateY(-0.1rem);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
}
.recruit__wantedly-item-link:active {
  transform: translateY(0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
}

.recruit__wantedly-item-image {
  grid-area: image;
  border-radius: 50%;
  align-self: center;
}

.recruit__wantedly-item-name {
  grid-area: name;
  align-self: center;
  font-size: 1.5rem;
}

.recruit__wantedly-item-text {
  grid-area: text;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recruit__wantedly-link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-color: lightgray;
  display: inline-block;
  padding-bottom: 0.05rem;
  margin-top: 1rem;
}

.recruit__mynavi-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
  .recruit__mynavi-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.recruit__mynavi-link {
  border: 2px solid skyblue;
  padding: 0 0.9rem;
  padding-bottom: 3rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.3s;
}
.recruit__mynavi-link:hover {
  opacity: 1;
  transform: translateY(-0.1rem);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
}
.recruit__mynavi-link:active {
  transform: translateY(0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
}

.recruit__mynavi-image {
  scale: 1.1;
}

.recruit__mynavi-entry {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  background-color: orange;
  color: #fff;
  font-size: clamp(18px, 1.25vw, 24px);
}

.recruit__yodan-table {
  margin-top: 1.5rem;
  border: 1px solid lightgray;
  width: 100%;
}
.recruit__yodan-table th,
.recruit__yodan-table td {
  border: 1px solid lightgray;
  padding: 0.5rem;
}
.recruit__yodan-table thead th {
  text-align: center;
  vertical-align: middle;
  background-color: whitesmoke;
}
.recruit__yodan-table thead .recruit__yodan-table-th-yes,
.recruit__yodan-table thead .recruit__yodan-table-th-no,
.recruit__yodan-table thead .recruit__yodan-table-th-maybe {
  width: 16%;
  font-size: 80%;
}
.recruit__yodan-table tbody td {
  vertical-align: middle;
}
.recruit__yodan-table tbody .yes,
.recruit__yodan-table tbody .no,
.recruit__yodan-table tbody .maybe {
  text-align: center;
  vertical-align: middle;
}
.recruit__yodan-table tbody .fa-check {
  font-size: 2rem;
}
.recruit__yodan-table tbody .yes .fa-check {
  color: limegreen;
}
.recruit__yodan-table tbody .no .fa-check {
  color: tomato;
}
.recruit__yodan-table tbody .maybe .fa-check {
  color: orange;
}

.cta__container {
  max-width: calc(1200px - 2.5rem);
  margin-top: 0rem;
  background-color: rgba(211, 211, 211, 0.106);
  width: 100%;
}
@media (max-width: 767.98px) {
  .cta__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.cta__contents-wrapper {
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  .cta__contents-wrapper {
    padding: 1rem 0;
  }
}

.cta__lead {
  text-align: left;
}
@media (max-width: 767.98px) {
  .cta__lead {
    text-align: center;
  }
  .cta__lead span {
    display: inline-block;
  }
}

.cta__btn {
  margin-top: 0.8rem;
}
@media (max-width: 767.98px) {
  .cta__btn {
    width: 100%;
  }
}

.article__category-cloud {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.article__category-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  row-gap: 0.8rem;
}

.article__category-item a {
  padding: 0.3rem 0.8rem;
  background-color: rgba(211, 211, 211, 0.106);
  color: #333333;
}
.article__category-item a:hover {
  background-color: #e70013;
  color: #fcfcfd;
}
.article__category-item.current a {
  background-color: #e70013;
  color: #fcfcfd;
}

.article__post-list {
  padding-top: 2.5rem;
}

.article__news-list .news-list {
  display: flex;
  flex-direction: column;
}

.article__pagination {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  font-size: 1.2rem;
}
.article__pagination a {
  line-height: 1;
  opacity: 0.8;
}
.article__pagination a:hover {
  opacity: 1;
  color: #e70013;
}
.article__pagination .wp-pagenavi {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .article__pagination .wp-pagenavi {
    width: 100%;
    gap: 1.5rem;
    justify-content: center;
  }
}
.article__pagination .wp-pagenavi .nextpostslink,
.article__pagination .wp-pagenavi .previouspostslink {
  background-color: #e70013;
  padding: 0.3rem 0.4rem;
  line-height: 1;
  font-weight: 600;
  color: #fcfcfd;
}
.article__pagination .wp-pagenavi .current {
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .single__main {
    padding-top: 2rem;
  }
}

.single__body {
  min-height: 30vh;
}

.single__body article {
  margin-bottom: 4rem;
}
.single__body article h2,
.single__body article h3,
.single__body article h4,
.single__body article h5,
.single__body article h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single__body article p {
  margin-top: 1em;
}
.single__body article hr {
  margin-top: 2em;
  margin-bottom: 2em;
}
.single__body article a {
  color: #e70013;
}
.single__body article img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.single__category-tags-wrapper span {
  font-size: 0.8rem;
}

.single__date-wrapper {
  display: flex;
  gap: 1em;
  opacity: 0.8;
  font-size: 0.8rem;
}
@media (max-width: 767.98px) {
  .single__date-wrapper {
    gap: 1rem;
  }
}

.single__content {
  margin-top: 2rem;
}

.single__title {
  margin-top: rem;
}

.single__btn-back {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.breadcrumb {
  opacity: 0.8;
  padding-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 0.8rem;
  }
}

.latest-news__wrapper {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1;
}
.latest-news__wrapper:hover {
  filter: brightness(1.1);
  transform: translate(-50%, -0.5rem);
}

.latest-news {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: filter 0.3s ease;
  padding: 0.5rem 0;
  background-color: #fcfcfd;
  padding: 1rem 2rem;
  border-radius: 5rem;
}
@media (max-width: 767.98px) {
  .latest-news {
    padding: 1rem 0;
    border-radius: 0.2rem;
    padding: 0.5rem;
  }
}

.latest-news__item {
  display: flex;
  gap: 1rem;
  filter: brightness(0.95);
  font-size: 1.2em;
  color: lightgreen;
  color: deeppink;
}
@media (max-width: 767.98px) {
  .latest-news__item {
    flex-direction: column;
    gap: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.latest-news__title {
  font-weight: 400;
  color: #fcfcfd;
}

.latest-news__item-date {
  color: deeppink;
  color: lightgreen;
  color: darkturquoise;
}

.banner-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .banner-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.banner__item {
  width: 100%;
}

.banner__item-link:hover {
  filter: brightness(0.9);
}

.banner__item-img {
  aspect-ratio: 1600/500;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767.98px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-list__item-link {
  display: block;
  border-bottom: 1px solid lightgray;
  border-bottom: 1px solid rgba(211, 211, 211, 0.106);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  height: 100%;
}
.news-list__item-link:hover {
  background-color: rgba(211, 211, 211, 0.298);
}

.news-list__item-title {
  font-size: 1.2rem;
}

.news-list__item-date {
  font-size: 0.8rem;
  color: #333333;
  font-weight: bold;
}

.news-list__item-excerpt {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}