@charset "UTF-8";
/*
Theme Name:さかいくらし
Version:1.0
*/
.btn {
  border-radius: 24px;
  min-height: 48px;
  border: none;
  color: white;
  font-weight: bold;
  transition: all 0.2s;
  display: inline-flex;
  padding-left: 1em;
  padding-right: 1em;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  color: #fff;
  filter: brightness(110%);
  opacity: 1;
}
.btn:hover.bg-black {
  background-color: #444 !important;
}
.btn-large {
  min-height: 3em;
  border-radius: 50px;
  font-size: clamp(16px, 2vw, 20px);
  max-width: 400px;
}

.btn-block {
  display: flex;
  justify-content: center;
}
.btn-block .btn {
  width: 100%;
}

.btn-detail {
  border-radius: 24px;
  height: 48px;
  width: 260px !important;
  border: none;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}
.btn-detail.center {
  margin: 30px auto;
}
@media screen and (max-width: 598px) {
  .btn-detail.center {
    margin: 10px auto;
  }
}
.btn-detail.bg__yellow {
  background-color: #f2bc2b;
}
.btn-detail.bg__green {
  background-color: #08b671;
}
.btn-detail.bg__blue {
  background-color: #00a9f4;
}
.btn-detail.bg__black {
  background-color: black;
}
.btn-detail a {
  text-decoration: none;
  color: white;
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.3s var(--easing);
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #262626;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-sm {
  margin-bottom: 16px !important;
}

.mb-lg {
  margin-bottom: 80px !important;
}

.pb-sm {
  padding-bottom: 16px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}

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

.flex {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 958px) {
  .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 958px) {
  .hidden-pc {
    display: initial;
  }
}
@media screen and (max-width: 598px) {
  .hidden-pc {
    display: initial;
  }
}

.hidden-mobile {
  display: initial;
}
@media screen and (max-width: 958px) {
  .hidden-mobile {
    display: initial;
  }
}
@media screen and (max-width: 598px) {
  .hidden-mobile {
    display: none;
  }
}

p {
  line-height: 1.8em;
}
p.pd28btm {
  padding-bottom: 28px;
}

.ico-block {
  border-radius: 2px;
  padding: 0.2em 0.35em;
  font-size: 14px;
  line-height: 1;
}
.ico-block__green {
  background-color: white;
  color: #08b671;
}

/* ====================================
  header
===================================== */
.gbtn {
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 958px) {
  .gbtn {
    right: 30px;
    width: 52px;
    height: 52px;
  }
}
@media screen and (max-width: 598px) {
  .gbtn {
    z-index: 10002;
    width: 40px;
    height: 40px;
    margin-top: 14px;
  }
}
.gbtn input {
  display: none;
}
.gbtn label, .gbtn a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5px;
}
.gbtn label span, .gbtn a span {
  background-color: black;
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 7px;
}
@media screen and (max-width: 958px) {
  .gbtn label span, .gbtn a span {
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 598px) {
  .gbtn label span, .gbtn a span {
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
  }
}
.gbtn label span:nth-of-type(2), .gbtn a span:nth-of-type(2) {
  width: 31px;
}
@media screen and (max-width: 598px) {
  .gbtn label span:nth-of-type(2), .gbtn a span:nth-of-type(2) {
    width: 18px;
    height: 3px;
  }
}
.gbtn label span:nth-last-of-type(1), .gbtn a span:nth-last-of-type(1) {
  width: 25px;
}
@media screen and (max-width: 598px) {
  .gbtn label span:nth-last-of-type(1), .gbtn a span:nth-last-of-type(1) {
    width: 13px;
    height: 3px;
  }
}
.gbtn input.active + label, .gbtn .active {
  width: 40px;
  height: 40px;
  padding-top: 0px;
}
.gbtn input.active + label span:nth-of-type(1), .gbtn .active span:nth-of-type(1) {
  transform: rotate(40deg);
  width: 36px !important;
  height: 3px !important;
  margin-top: 14px;
  position: absolute;
}
@media screen and (max-width: 958px) {
  .gbtn input.active + label span:nth-of-type(1), .gbtn .active span:nth-of-type(1) {
    width: 25px !important;
    height: 2px !important;
    margin-top: 16px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 598px) {
  .gbtn input.active + label span:nth-of-type(1), .gbtn .active span:nth-of-type(1) {
    width: 25px !important;
    height: 2px !important;
    margin-top: 20px;
    margin-left: 2px;
    background-color: black;
  }
}
.gbtn input.active + label span:nth-of-type(2), .gbtn .active span:nth-of-type(2) {
  display: none;
}
.gbtn input.active + label span:nth-last-of-type(1), .gbtn .active span:nth-last-of-type(1) {
  transform: rotate(-40deg);
  width: 36px !important;
  height: 3px !important;
  margin-top: 14px;
  position: absolute;
}
@media screen and (max-width: 958px) {
  .gbtn input.active + label span:nth-last-of-type(1), .gbtn .active span:nth-last-of-type(1) {
    width: 25px !important;
    height: 2px !important;
    margin-top: 16px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 598px) {
  .gbtn input.active + label span:nth-last-of-type(1), .gbtn .active span:nth-last-of-type(1) {
    width: 25px !important;
    height: 2px !important;
    margin-top: 20px;
    margin-left: 2px;
    background-color: black;
  }
}

.gn-wrap {
  position: fixed;
  width: 100vw;
  height: calc(100svh - 50px);
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 100;
  overflow-y: scroll;
}

/* ====================================
  Layout
==================================== */
#global-container {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: calc(100% - 30px);
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: calc(100% - 30px);
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: calc(100% - 30px);
    text-align: justify;
  }
}
section.article-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 598px) {
  section.article-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/*====================================
background
====================================　*/
.bg_dots {
  background: url("images/bg_dot_gray.png");
  background-size: 1.948vw 1.948vw;
}
@media screen and (max-width: 958px) {
  .bg_dots {
    background-size: 20px 20px;
  }
}

.bg-yellow {
  background-color: #f2bc2b !important;
}
.bg-green {
  background-color: #08b671 !important;
}
.bg-blue {
  background-color: #00a9f4 !important;
}
.bg-pink {
  background-color: #ff7bd0 !important;
}
.bg-black {
  background-color: black !important;
}

/* ====================================
  Text and typography
==================================== */
.font-sm, .sub-title {
  font-size: 14px;
}

.font-md, .page-regions #main-content .regions .regions-block .table-cap, h4:not(.card__title):not(.fourareas__row__title) {
  font-size: 18px;
}

.font-lr {
  font-size: 24px;
}

.font-lg {
  font-size: 25px;
}

.font-noto, .subpage__contents.page-information .post-list .post-item .new, .news-list .new, .heading-lv1, .heading-lv2 {
  font-family: "Noto Sans JP", serif;
}
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-32 {
  font-size: 32px;
}
.font-46 {
  font-size: 46px;
}
@media screen and (max-width: 958px) {
  .font-md-10 {
    font-size: 10px;
  }
  .font-md-12 {
    font-size: 12px;
  }
  .font-md-14 {
    font-size: 14px;
  }
  .font-md-16 {
    font-size: 16px;
  }
  .font-md-18 {
    font-size: 18px;
  }
  .font-md-20 {
    font-size: 20px;
  }
  .font-md-22 {
    font-size: 22px;
  }
  .font-md-24 {
    font-size: 24px;
  }
  .font-md-26 {
    font-size: 26px;
  }
  .font-md-28 {
    font-size: 28px;
  }
  .font-md-32 {
    font-size: 32px;
  }
  .font-md-46 {
    font-size: 46px;
  }
}
@media screen and (max-width: 598px) {
  .font-sm-10 {
    font-size: 10px;
  }
  .font-sm-12 {
    font-size: 12px;
  }
  .font-sm-14 {
    font-size: 14px;
  }
  .font-sm-16 {
    font-size: 16px;
  }
  .font-sm-18 {
    font-size: 18px;
  }
  .font-sm-20 {
    font-size: 20px;
  }
  .font-sm-22 {
    font-size: 22px;
  }
  .font-sm-24 {
    font-size: 24px;
  }
  .font-sm-26 {
    font-size: 26px;
  }
  .font-sm-28 {
    font-size: 28px;
  }
  .font-sm-32 {
    font-size: 32px;
  }
  .font-sm-46 {
    font-size: 46px;
  }
}
.font-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-body {
  line-height: 1.8;
  color: inherit;
}

.color-green {
  color: #08b671;
}
.color-yellow {
  color: #f2bc2b;
}
.color-pink {
  color: #ff7bd0;
}
.color-blue {
  color: #00a9f4;
}
.color-white {
  color: white;
}
.color-black {
  color: black;
}
.color-grey {
  color: #262626;
}

/*
.main-title {
  @extend .font-lg;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.medium-title {
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}*/
.sub-title {
  color: #08b671;
  margin-top: -6px;
}

/*
.section-title {
  margin-bottom: 50px;
  h2 {
    span.txtGreen {
      color: $cGreen;
    }
    margin-bottom: 18px;
  }
}
*/
h4:not(.card__title):not(.fourareas__row__title) {
  font-weight: 600;
  margin-top: 30px !important;
  margin-bottom: 15px;
  padding-left: 14px;
  position: relative;
}
h4:not(.card__title):not(.fourareas__row__title):before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #08b671;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
h4:not(.card__title):not(.fourareas__row__title).wp-block-heading + p[class*=ark-keep-mt] > .wp-block:not(:first-child) {
  margin-top: var(--ark-mt--inner, 0.5rem);
}

.bg__gray {
  background-color: #f2f2f2;
}
.bg__white {
  background-color: white;
}

.heading-lv1, .heading-lv2 {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 32px);
}
.heading-lv2 {
  font-size: clamp(20px, 2.6vw, 27px);
}
.heading-subtext {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1em;
  color: #08b671;
  margin-top: 1em;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 598px) {
  .heading-subtext {
    text-align: left;
  }
}
.heading-subtext::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #08b671;
  margin-right: 4px;
}

@media screen and (max-width: 598px) {
  .wp-block-media-text {
    gap: 40px;
  }
}

/* ====================================
  Components
==================================== */
.arrow {
  display: flex;
}
.arrow::after {
  content: "";
  width: 20px;
  height: 10px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: skew(45deg);
}

.arrow2 {
  position: relative;
  display: inline-block;
  width: 0.375em;
  height: 0.875em;
  margin-left: 0.5em;
  line-height: inherit;
}
.arrow2::before, .arrow2::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 0.5625em;
  height: 1px;
  background-color: currentColor;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow2::before {
  transform: rotate(52.5deg);
}
.arrow2::after {
  transform: rotate(-52.5deg);
}

.tags {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
}
.tags .tag-item {
  background-color: black;
  color: white;
  font-size: 12px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  overflow: hidden;
  gap: 3%;
}

.tab-item {
  display: none;
}

.tab-item + label {
  flex: 1;
  order: -1;
  cursor: pointer;
  font-size: clamp(12px, 1.5vw, 18px);
  padding: 0.5em 0.5em;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease;
  position: relative;
}
.tab-item + label:hover {
  filter: brightness(110%);
  opacity: 1;
}
.tab-item + label:nth-of-type(1) {
  background-color: #08b671;
}
.tab-item + label:nth-of-type(2) {
  background-color: #00a9f4;
}
.tab-item + label:nth-of-type(3) {
  background-color: #ff7bd0;
}
.tab-item + label:nth-of-type(4) {
  background-color: #f2bc2b;
}

.home__section .tab-content {
  width: 100%;
  display: none;
  overflow: hidden;
}
.home__section .tab-item:checked + label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2;
  mix-blend-mode: multiply;
  display: block;
}
.home__section .tab-item:checked + label + .tab-content {
  display: block;
  margin-top: 20px;
}

.corner-label {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 13.2em;
  height: 13.2em;
  background-color: #ff7bd0;
  color: #fff;
  font-size: clamp(10px, 1vw, 16px);
  position: absolute;
  left: -6.6em;
  top: -6.6em;
  transform-origin: center;
  transform: rotate(-45deg);
  border-radius: 50%;
  padding-top: 8em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  line-height: 1.2;
  box-sizing: border-box;
  text-align: center;
}

/* ====================================
  Spacing
==================================== */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ma-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-n0 {
  margin-top: -0px !important;
}

.mb-n0 {
  margin-bottom: -0px !important;
}

.ml-n0 {
  margin-left: -0px !important;
}

.mr-n0 {
  margin-right: -0px !important;
}

.ma-1 {
  margin: 4px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mt-1 {
  margin-top: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mt-n1 {
  margin-top: -4px !important;
}

.mb-n1 {
  margin-bottom: -4px !important;
}

.ml-n1 {
  margin-left: -4px !important;
}

.mr-n1 {
  margin-right: -4px !important;
}

.ma-2 {
  margin: 8px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mt-2 {
  margin-top: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mt-n2 {
  margin-top: -8px !important;
}

.mb-n2 {
  margin-bottom: -8px !important;
}

.ml-n2 {
  margin-left: -8px !important;
}

.mr-n2 {
  margin-right: -8px !important;
}

.ma-3 {
  margin: 12px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mt-3 {
  margin-top: 12px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mt-n3 {
  margin-top: -12px !important;
}

.mb-n3 {
  margin-bottom: -12px !important;
}

.ml-n3 {
  margin-left: -12px !important;
}

.mr-n3 {
  margin-right: -12px !important;
}

.ma-4 {
  margin: 16px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mt-4 {
  margin-top: 16px !important;
}

.mb-4 {
  margin-bottom: 16px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mt-n4 {
  margin-top: -16px !important;
}

.mb-n4 {
  margin-bottom: -16px !important;
}

.ml-n4 {
  margin-left: -16px !important;
}

.mr-n4 {
  margin-right: -16px !important;
}

.ma-5 {
  margin: 20px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-5 {
  margin-top: 20px !important;
}

.mb-5 {
  margin-bottom: 20px !important;
}

.ml-5 {
  margin-left: 20px !important;
}

.mr-5 {
  margin-right: 20px !important;
}

.mt-n5 {
  margin-top: -20px !important;
}

.mb-n5 {
  margin-bottom: -20px !important;
}

.ml-n5 {
  margin-left: -20px !important;
}

.mr-n5 {
  margin-right: -20px !important;
}

.ma-6 {
  margin: 24px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-6 {
  margin-top: 24px !important;
}

.mb-6 {
  margin-bottom: 24px !important;
}

.ml-6 {
  margin-left: 24px !important;
}

.mr-6 {
  margin-right: 24px !important;
}

.mt-n6 {
  margin-top: -24px !important;
}

.mb-n6 {
  margin-bottom: -24px !important;
}

.ml-n6 {
  margin-left: -24px !important;
}

.mr-n6 {
  margin-right: -24px !important;
}

.ma-7 {
  margin: 28px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mt-7 {
  margin-top: 28px !important;
}

.mb-7 {
  margin-bottom: 28px !important;
}

.ml-7 {
  margin-left: 28px !important;
}

.mr-7 {
  margin-right: 28px !important;
}

.mt-n7 {
  margin-top: -28px !important;
}

.mb-n7 {
  margin-bottom: -28px !important;
}

.ml-n7 {
  margin-left: -28px !important;
}

.mr-n7 {
  margin-right: -28px !important;
}

.ma-8 {
  margin: 32px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mt-8 {
  margin-top: 32px !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}

.ml-8 {
  margin-left: 32px !important;
}

.mr-8 {
  margin-right: 32px !important;
}

.mt-n8 {
  margin-top: -32px !important;
}

.mb-n8 {
  margin-bottom: -32px !important;
}

.ml-n8 {
  margin-left: -32px !important;
}

.mr-n8 {
  margin-right: -32px !important;
}

.ma-9 {
  margin: 36px;
}

.mx-9 {
  margin-left: 36px;
  margin-right: 36px;
}

.my-9 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mt-9 {
  margin-top: 36px !important;
}

.mb-9 {
  margin-bottom: 36px !important;
}

.ml-9 {
  margin-left: 36px !important;
}

.mr-9 {
  margin-right: 36px !important;
}

.mt-n9 {
  margin-top: -36px !important;
}

.mb-n9 {
  margin-bottom: -36px !important;
}

.ml-n9 {
  margin-left: -36px !important;
}

.mr-n9 {
  margin-right: -36px !important;
}

.ma-10 {
  margin: 40px;
}

.mx-10 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-10 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 40px !important;
}

.mb-10 {
  margin-bottom: 40px !important;
}

.ml-10 {
  margin-left: 40px !important;
}

.mr-10 {
  margin-right: 40px !important;
}

.mt-n10 {
  margin-top: -40px !important;
}

.mb-n10 {
  margin-bottom: -40px !important;
}

.ml-n10 {
  margin-left: -40px !important;
}

.mr-n10 {
  margin-right: -40px !important;
}

.ma-11 {
  margin: 44px;
}

.mx-11 {
  margin-left: 44px;
  margin-right: 44px;
}

.my-11 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mt-11 {
  margin-top: 44px !important;
}

.mb-11 {
  margin-bottom: 44px !important;
}

.ml-11 {
  margin-left: 44px !important;
}

.mr-11 {
  margin-right: 44px !important;
}

.mt-n11 {
  margin-top: -44px !important;
}

.mb-n11 {
  margin-bottom: -44px !important;
}

.ml-n11 {
  margin-left: -44px !important;
}

.mr-n11 {
  margin-right: -44px !important;
}

.ma-12 {
  margin: 48px;
}

.mx-12 {
  margin-left: 48px;
  margin-right: 48px;
}

.my-12 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mt-12 {
  margin-top: 48px !important;
}

.mb-12 {
  margin-bottom: 48px !important;
}

.ml-12 {
  margin-left: 48px !important;
}

.mr-12 {
  margin-right: 48px !important;
}

.mt-n12 {
  margin-top: -48px !important;
}

.mb-n12 {
  margin-bottom: -48px !important;
}

.ml-n12 {
  margin-left: -48px !important;
}

.mr-n12 {
  margin-right: -48px !important;
}

.ma-13 {
  margin: 52px;
}

.mx-13 {
  margin-left: 52px;
  margin-right: 52px;
}

.my-13 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mt-13 {
  margin-top: 52px !important;
}

.mb-13 {
  margin-bottom: 52px !important;
}

.ml-13 {
  margin-left: 52px !important;
}

.mr-13 {
  margin-right: 52px !important;
}

.mt-n13 {
  margin-top: -52px !important;
}

.mb-n13 {
  margin-bottom: -52px !important;
}

.ml-n13 {
  margin-left: -52px !important;
}

.mr-n13 {
  margin-right: -52px !important;
}

.ma-14 {
  margin: 56px;
}

.mx-14 {
  margin-left: 56px;
  margin-right: 56px;
}

.my-14 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mt-14 {
  margin-top: 56px !important;
}

.mb-14 {
  margin-bottom: 56px !important;
}

.ml-14 {
  margin-left: 56px !important;
}

.mr-14 {
  margin-right: 56px !important;
}

.mt-n14 {
  margin-top: -56px !important;
}

.mb-n14 {
  margin-bottom: -56px !important;
}

.ml-n14 {
  margin-left: -56px !important;
}

.mr-n14 {
  margin-right: -56px !important;
}

.ma-15 {
  margin: 60px;
}

.mx-15 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-15 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-15 {
  margin-top: 60px !important;
}

.mb-15 {
  margin-bottom: 60px !important;
}

.ml-15 {
  margin-left: 60px !important;
}

.mr-15 {
  margin-right: 60px !important;
}

.mt-n15 {
  margin-top: -60px !important;
}

.mb-n15 {
  margin-bottom: -60px !important;
}

.ml-n15 {
  margin-left: -60px !important;
}

.mr-n15 {
  margin-right: -60px !important;
}

.ma-16 {
  margin: 64px;
}

.mx-16 {
  margin-left: 64px;
  margin-right: 64px;
}

.my-16 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mt-16 {
  margin-top: 64px !important;
}

.mb-16 {
  margin-bottom: 64px !important;
}

.ml-16 {
  margin-left: 64px !important;
}

.mr-16 {
  margin-right: 64px !important;
}

.mt-n16 {
  margin-top: -64px !important;
}

.mb-n16 {
  margin-bottom: -64px !important;
}

.ml-n16 {
  margin-left: -64px !important;
}

.mr-n16 {
  margin-right: -64px !important;
}

.ma-17 {
  margin: 68px;
}

.mx-17 {
  margin-left: 68px;
  margin-right: 68px;
}

.my-17 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.mt-17 {
  margin-top: 68px !important;
}

.mb-17 {
  margin-bottom: 68px !important;
}

.ml-17 {
  margin-left: 68px !important;
}

.mr-17 {
  margin-right: 68px !important;
}

.mt-n17 {
  margin-top: -68px !important;
}

.mb-n17 {
  margin-bottom: -68px !important;
}

.ml-n17 {
  margin-left: -68px !important;
}

.mr-n17 {
  margin-right: -68px !important;
}

.ma-18 {
  margin: 72px;
}

.mx-18 {
  margin-left: 72px;
  margin-right: 72px;
}

.my-18 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mt-18 {
  margin-top: 72px !important;
}

.mb-18 {
  margin-bottom: 72px !important;
}

.ml-18 {
  margin-left: 72px !important;
}

.mr-18 {
  margin-right: 72px !important;
}

.mt-n18 {
  margin-top: -72px !important;
}

.mb-n18 {
  margin-bottom: -72px !important;
}

.ml-n18 {
  margin-left: -72px !important;
}

.mr-n18 {
  margin-right: -72px !important;
}

.pa-1 {
  padding: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pa-2 {
  padding: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pa-3 {
  padding: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.pa-4 {
  padding: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.pa-5 {
  padding: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.pa-6 {
  padding: 24px;
}

.pt-6 {
  padding-top: 24px;
}

.pb-6 {
  padding-bottom: 24px;
}

.pl-6 {
  padding-left: 24px;
}

.pr-6 {
  padding-right: 24px;
}

.pa-7 {
  padding: 28px;
}

.pt-7 {
  padding-top: 28px;
}

.pb-7 {
  padding-bottom: 28px;
}

.pl-7 {
  padding-left: 28px;
}

.pr-7 {
  padding-right: 28px;
}

.pa-8 {
  padding: 32px;
}

.pt-8 {
  padding-top: 32px;
}

.pb-8 {
  padding-bottom: 32px;
}

.pl-8 {
  padding-left: 32px;
}

.pr-8 {
  padding-right: 32px;
}

.pa-9 {
  padding: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.pa-10 {
  padding: 40px;
}

.pt-10 {
  padding-top: 40px;
}

.pb-10 {
  padding-bottom: 40px;
}

.pl-10 {
  padding-left: 40px;
}

.pr-10 {
  padding-right: 40px;
}

.pa-11 {
  padding: 44px;
}

.pt-11 {
  padding-top: 44px;
}

.pb-11 {
  padding-bottom: 44px;
}

.pl-11 {
  padding-left: 44px;
}

.pr-11 {
  padding-right: 44px;
}

.pa-12 {
  padding: 48px;
}

.pt-12 {
  padding-top: 48px;
}

.pb-12 {
  padding-bottom: 48px;
}

.pl-12 {
  padding-left: 48px;
}

.pr-12 {
  padding-right: 48px;
}

.pa-13 {
  padding: 52px;
}

.pt-13 {
  padding-top: 52px;
}

.pb-13 {
  padding-bottom: 52px;
}

.pl-13 {
  padding-left: 52px;
}

.pr-13 {
  padding-right: 52px;
}

.pa-14 {
  padding: 56px;
}

.pt-14 {
  padding-top: 56px;
}

.pb-14 {
  padding-bottom: 56px;
}

.pl-14 {
  padding-left: 56px;
}

.pr-14 {
  padding-right: 56px;
}

.pa-15 {
  padding: 60px;
}

.pt-15 {
  padding-top: 60px;
}

.pb-15 {
  padding-bottom: 60px;
}

.pl-15 {
  padding-left: 60px;
}

.pr-15 {
  padding-right: 60px;
}

.pa-16 {
  padding: 64px;
}

.pt-16 {
  padding-top: 64px;
}

.pb-16 {
  padding-bottom: 64px;
}

.pl-16 {
  padding-left: 64px;
}

.pr-16 {
  padding-right: 64px;
}

/* ====================================
  Header
==================================== */
.header {
  position: fixed;
  top: 16px;
  left: 50%;
  width: 100%;
  max-width: 1220px;
  transform: translateX(-50%);
  padding: 0 30px 0 0;
  height: 70px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 39px;
  display: flex;
  justify-content: space-between;
  z-index: 101;
  font-size: clamp(12px, 1.3vw, 16px);
  line-height: 1;
}
@media screen and (max-width: 958px) {
  .header {
    width: calc(100% - 70px);
    padding: 2px 10px 0 0;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 598px) {
  .header__nav {
    display: none;
  }
}
.header__ul {
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 598px) {
  .header__ul {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px 10px;
  }
}
.header__ul::before {
  content: "";
  border-left: 1px #dedede solid;
  height: calc(100% - 24px);
  margin: 0.75em;
}
@media screen and (max-width: 598px) {
  .header__ul.info_event {
    margin-top: 40px;
    border-top: 1px #dedede solid;
    border-bottom: 1px #dedede solid;
    display: flex;
    flex-wrap: initial;
    flex-direction: initial;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__ul.info_event:before {
    display: none;
  }
  .header__ul.info_event .is-active {
    flex: auto;
    justify-content: center;
    width: 40%;
    flex-direction: row;
    gap: 10px;
  }
  .header__ul.info_event .is-active:nth-of-type(1) {
    border-right: 1px #dedede solid;
  }
  .header__ul.info_event .is-active:before {
    display: none;
  }
  .header__ul.info_event .is-active a {
    width: initial;
  }
  .header__ul.info_event .is-active .update-badge {
    position: initial;
    transform: translateX(0);
  }
}
.header__ul__li:before {
  display: none;
}
.header__li {
  margin: 0 0.4vw;
  padding: 0 0.625em;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 598px) {
  .header__li {
    flex-direction: column;
  }
  .header__li a {
    width: 60vw;
    text-align: center;
  }
  .header__li a.dropdown-toggle__label {
    font-weight: 600;
    position: relative;
  }
  .header__li a.dropdown-toggle__label:after {
    content: "";
    background-color: #08b671;
    height: 2px;
    width: 100%;
    display: block;
    border: none;
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: 99;
    opacity: 1;
    transition: all 0.2s;
  }
  .header__li:nth-of-type(2) > a.dropdown-toggle__label:after {
    background-color: #f2bc2b;
  }
  .header__li:nth-of-type(3) > a.dropdown-toggle__label:after {
    background-color: #ff7bd0;
  }
}
.header__li a:hover {
  opacity: 1;
}
.header__li::before {
  content: "";
  background-color: #08b671;
  height: 4px;
  width: 100%;
  display: block;
  border: none;
  position: absolute;
  bottom: -4px;
  left: 0px;
  z-index: 99;
  opacity: 0;
  transition: all 0.2s;
}
@media screen and (max-width: 598px) {
  .header__li::before {
    display: none;
  }
}
.header__li.hidden {
  display: none;
}
.header__li .update-badge {
  display: flex;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
.header__li.is-yellow::before,
.header__li.is-yellow .update-badge {
  background-color: #f2bc2b;
}
.header__li.is-pink::before,
.header__li.is-pink .update-badge {
  background-color: #ff7bd0;
}
.header__li.is-blue::before {
  background-color: #00a9f4;
}
.header__li:hover::before, .header__li.is-active::before {
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 598px) {
  .header__li:hover::before, .header__li.is-active::before {
    width: 60vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__li.dropdown-toggle::after {
  display: none;
}
@media screen and (max-width: 598px) {
  .header__li.dropdown-toggle__label {
    font-weight: 600;
  }
}
.header__li .sub-menu {
  top: 70px;
  left: -20px;
  z-index: -1;
  padding: 0 6px 6px;
}
.header__li .sub-menu__ul {
  background-image: linear-gradient(to bottom, rgba(221, 221, 221, 0.9), rgba(255, 255, 255, 0.9) 4px);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0px 0px 8px 8px;
}
@media screen and (max-width: 598px) {
  .header__li .sub-menu__ul {
    background-image: none;
    box-shadow: none;
  }
}
.header__li .sub-menu__item:hover {
  background-color: rgba(8, 182, 113, 0.08);
  transition: all 0.2s;
}
.header__li .sub-menu__item__inner {
  padding: 1em;
  margin: 0 1em;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #dedede;
  display: block;
}
@media screen and (max-width: 598px) {
  .header__li .sub-menu__item__inner {
    padding: 0.5em 1em;
    border-bottom: none;
    text-align: center;
  }
}
.header__li .sub-menu__item__inner::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0.5em;
  top: 50%;
  left: 0;
  background-color: #08b671;
}
@media screen and (max-width: 598px) {
  .header__li .sub-menu__item__inner::before {
    display: none;
  }
}
.header__li .sub-menu__item:last-child__inner {
  border-bottom: none;
}
.header .logo {
  font-size: clamp(12px, 1.2vw, 14px);
  justify-content: center;
  align-items: center;
  display: flex;
}
.header .logo__img {
  width: 8vw;
  min-width: 70px;
  max-width: 100px;
  margin-left: 26px;
}
.header .logo__name {
  margin-left: 16px;
  line-height: 16px;
}

.dropdown-toggle__label {
  cursor: pointer;
}
.dropdown-toggle .sub-menu {
  visibility: hidden;
  position: absolute;
  z-index: 100;
  clip-path: inset(0 0 100%);
  transition: all 0.3s;
}
@media screen and (max-width: 598px) {
  .dropdown-toggle .sub-menu {
    visibility: visible;
    position: initial;
    clip-path: none;
  }
}
.dropdown-toggle:hover .sub-menu {
  clip-path: inset(0 0);
  visibility: visible;
}

.lang-switch {
  align-items: center;
  margin-left: 0.4vw;
  display: none;
}
.lang-switch .btn-lang {
  border: 3px #000 solid;
  background-color: #fff;
  color: #000;
  width: 2em;
  height: 2em;
  font-size: clamp(10px, 1.6vw, 22px);
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  box-sizing: border-box;
}
.lang-switch .btn-lang:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.lang-switch .btn-lang:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lang-switch .btn-lang.is-active {
  background-color: #000;
  color: #fff;
}

.floating-nav {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  .floating-nav {
    right: initial;
    bottom: -1px;
    top: initial;
    left: 0;
  }
}
.floating-nav__list {
  display: grid;
  height: 47.87vw;
  max-height: 100svh;
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 639px) {
  .floating-nav__list {
    width: 100vw;
    grid-template-columns: repeat(2, 1fr);
    height: 50px;
  }
}
.floating-nav__list__item {
  writing-mode: vertical-rl;
  width: 50px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding: 10px 5px;
  box-sizing: border-box;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  transition: all 0.3s;
}
@media screen and (max-width: 639px) {
  .floating-nav__list__item {
    width: 100%;
    writing-mode: initial;
  }
}
.floating-nav__list__item .skico {
  font-size: 20px;
  margin-bottom: 9px;
}
.floating-nav__list__item:nth-child(1) {
  background-color: #08b671;
}
.floating-nav__list__item:nth-child(2) {
  background-color: #f2bc2b;
  display: none;
}
.floating-nav__list__item:hover {
  filter: brightness(1.1);
}
.floating-nav__list__item a {
  color: white;
}
@media screen and (max-width: 639px) {
  .floating-nav__list__item a {
    gap: 8px;
    display: flex;
    align-items: center;
  }
  .floating-nav__list__item a .skico {
    margin-bottom: initial;
  }
}

.toc-header {
  width: calc(100% - 30px);
}

/* ====================================
  Footer
==================================== */
.footer {
  background-color: #08b671;
  color: #fff;
  padding: 3.6%;
  padding-bottom: 24px;
}
.footer__info {
  display: flex;
  line-height: 1;
}
.footer__logo {
  background-color: #fff;
  flex: 0 0 23.66%;
  display: grid;
  align-items: center;
  align-self: flex-start;
}
.footer__logo img {
  width: 100%;
  height: auto;
  padding: 7.7% 8.7%;
}
.footer__address {
  margin-left: 1em;
  flex: 2 1 auto;
}
.footer__address__name {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.footer__nav {
  flex: 1 1 auto;
}
.footer__nav__list {
  width: fit-content;
}
.footer__nav__list__item {
  margin-bottom: 1em;
}
.footer__nav a {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.footer__nav a .arrow2 {
  margin-left: 1em;
}
.footer__sns {
  margin-top: 30px;
  margin-bottom: 60px;
}
.footer__sns__list {
  display: flex;
  justify-content: center;
}
.footer__sns__list__item {
  margin: 0 15px;
}
.footer__sns .skico {
  color: #fff;
  font-size: 44px;
}
.footer__copyright {
  text-align: center;
}
@media screen and (max-width: 598px) {
  .footer {
    padding: 20px;
    margin: 0 auto;
  }
  .footer__info {
    padding: 0;
    display: grid;
    gap: 20px;
  }
  .footer__logo {
    max-width: 200px;
    margin: 0 auto;
  }
  .footer__address {
    text-align: center;
    margin: 0 auto;
  }
  .footer__nav {
    margin: 0 auto 20px;
  }
  .footer__copyright {
    font-size: 12px;
  }
}

/*====================================
Carousel
====================================　*/
.article-lists {
  overflow: hidden;
}
.article-lists.white-block {
  background-color: white;
}
.article-lists.gray-block {
  background-color: #ebebeb;
}
.article-lists > .container {
  padding: 0 7.8%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 598px) {
  .article-lists > .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.article-lists .swiper-wrapper {
  height: inherit;
}

.card {
  border: 1px solid #dedede;
  border-radius: 15px !important;
  transition: background-color 0.2s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card__header {
  position: relative;
}
.card__header img {
  aspect-ratio: 3/2;
  object-fit: cover;
  overflow: hidden;
}
.card__body {
  padding: 1em;
}
.card__body > h4 {
  margin-left: initial;
  border-left: none;
  padding-left: 4px !important;
}
.card__bottom {
  margin-top: auto;
  padding: 16px 16px 0;
  text-align: right;
}
.card__bottom a:hover {
  color: #00a9f4;
}
.card__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
  padding-right: 30px;
  display: block;
}
.card__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg);
  transform-origin: right;
  transition: all 0.2s ease;
}
.card__title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transition: var(--transition);
}
.card__text {
  font-size: 16px;
  line-height: 1.4em;
}
.card:hover, .card a:hover {
  opacity: 1;
  background-color: #ededed;
}
.card:hover .card__title::after, .card a:hover .card__title::after {
  right: 0;
  top: 10px;
  width: 15px;
  transform: rotate(30deg);
}
.card .tags {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  right: 8px;
  line-height: 1.4;
  text-align: end;
  padding-left: 7vw;
}
.card .tags.no-current {
  padding-left: initial;
}
.card .tags .tagitem {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.card .tags .tagitem a {
  color: white;
  background-color: transparent;
}
.card .tags .tag-area {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.card .tags .tag-area.pink {
  background-color: #ff7bd0;
}
.card .tags .tag-area.blue {
  background-color: #00a9f4;
}
.card .tags .tag-area.green {
  background-color: #08b671;
}
.card .tags .tag-area.yellow {
  background-color: #f2bc2b;
}
.card .article-img {
  position: relative;
  border-radius: 15px;
}
.card .article-img .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card .gmap-link {
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 0 !important;
}

.swiper {
  overflow: visible;
}
.swiper-slide.card {
  height: inherit;
}
.swiper-slide.card a img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: var(--transition);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 598px) {
  .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: #08b671;
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 20px;
  height: 20px;
  content: "";
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 598px) {
  .swiper-button-prev::after, .swiper-button-next::after {
    border-width: 2px 2px 0 0;
    width: 12px;
    height: 12px;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  filter: brightness(110%);
  transform: scale(1.1);
}
.swiper-button-prev {
  left: -10px;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next {
  right: -10px;
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.big-article-lists .swiper {
  padding-left: 6.49vw;
  padding-right: 6.19vw;
}

@media only screen and (max-width: 1024px) {
  .article-lists .swiper {
    padding: 0 3.2rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 598px) {
  .article-lists .swiper {
    padding: 0 7.8%;
  }
}
@media only screen and (max-width: 1024px) {
  .article-lists .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
  .article-lists .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
}
.section-title + .article-lists {
  margin-top: 60px;
}

html {
  scroll-padding-top: 180px;
}

.row {
  --bs-gutter-x: 4rem;
}
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (max-width: 598px) {
  .row > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.reverse {
  flex-direction: row-reverse;
}
.row.article-lists > .container {
  padding: 0;
}
.row.article-lists > .container .swiper .swiper-button-prev {
  left: 20px;
}
.row.article-lists > .container .swiper .swiper-button-next {
  right: 20px;
}

.page-headlines {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 598px) {
  .page-headlines {
    margin-top: 48px;
    margin-bottom: 0px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
.page-headlines nav ul {
  display: flex;
  justify-content: center;
  gap: 4px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 598px) {
  .page-headlines nav ul {
    gap: 8px;
    font-size: clamp(12px, 1vw, 14px);
  }
}
.page-headlines nav ul li {
  padding-right: 16px;
}
@media screen and (max-width: 598px) {
  .page-headlines nav ul li {
    padding-right: 0px;
  }
  .page-headlines nav ul li:before {
    content: "";
    border-left: 1px solid #c2c2c2;
    padding-left: 16px;
  }
}
@media screen and (max-width: 598px) and (max-width: 598px) {
  .page-headlines nav ul li:before {
    padding-left: 8px;
  }
}
@media screen and (max-width: 598px) and (max-width: 598px) {
  .page-headlines nav ul li:nth-last-of-type(1):after {
    content: "";
    border-right: 1px solid #c2c2c2;
    padding-right: 16px;
    padding-right: 8px;
  }
}
.page-headlines nav ul li + li:before {
  content: "";
  border-left: 1px solid #c2c2c2;
  padding-left: 16px;
}
@media screen and (max-width: 598px) {
  .page-headlines nav ul li + li:before {
    padding-left: 8px;
  }
}

.swiper-set {
  position: relative;
}

.tab-menu {
  margin-top: 32px;
}
.tab-menu .horizon-tab {
  margin: 0 auto;
  gap: 48px;
  display: flex;
}
@media screen and (max-width: 598px) {
  .tab-menu .horizon-tab {
    gap: 24px;
  }
}
.tab-menu .horizon-tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 25%;
}
.tab-menu .horizon-tab-buttons button {
  padding: 6px 18px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  border: 1px solid black;
  color: white;
  background-color: black;
  width: 100%;
  line-height: 1.2;
}
.tab-menu .horizon-tab-buttons button small {
  line-height: 1;
  font-size: 0.8rem;
}
.tab-menu .horizon-tab-buttons button:hover {
  background: #f0f8ff;
  color: black;
}
.tab-menu .horizon-tab-buttons button.active {
  color: black;
  background-color: white;
  position: relative;
}
.tab-menu .horizon-tab-buttons button.active:after {
  content: "▶︎";
  width: 20px;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 598px) {
  .tab-menu .horizon-tab-buttons button.active:after {
    display: none;
  }
}
.tab-menu .horizon-tab-contents {
  padding: 30px 40px;
  border: 1px solid #D0D0D0;
  width: calc(75% - 24px);
}
@media screen and (max-width: 598px) {
  .tab-menu .horizon-tab-contents {
    width: 75%;
    padding: 16px 24px;
  }
}
.tab-menu .horizon-tab-contents .content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.tab-menu .horizon-tab-contents .content.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ====================================
  Subpage
==================================== */
.subpage_header {
  height: 24.6vw;
  max-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f2ea;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 598px) {
  .subpage_header {
    height: 37svh;
  }
}
.subpage_header__heading {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 598px) {
  .subpage_header__heading {
    line-height: 1.5;
    font-size: clamp(21px, 3vw, 24px);
  }
}
.subpage_header__heading span {
  font-size: 16px;
}
.subpage_header__heading.icon-svg {
  padding-left: 137px;
  margin-top: 96px;
}
.subpage_header__heading.icon-svg:before {
  content: "";
  display: block;
  width: 127px;
  aspect-ratio: 127/115;
  background-image: url(/core/wp-content/themes/sakailife/images/icon-archive.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subpage_header__heading:after {
  content: "";
  width: calc(100% - 137px);
  height: 2px;
  display: inline-block;
  background-color: #08b671;
  position: absolute;
  top: calc(50% + 8px);
  left: 137px;
  transform: translateY(-50%);
}
@media screen and (max-width: 598px) {
  .subpage_header__heading:after {
    top: 50%;
  }
}

.subpage__contents {
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}
.pagination span, .pagination a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid black;
}
.pagination span.prev, .pagination span.next, .pagination a.prev, .pagination a.next {
  border: none;
}
.pagination .current {
  background-color: black;
  color: white;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.post-panel__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}
@media screen and (max-width: 598px) {
  .post-panel__list {
    grid-template-columns: 1fr 1fr;
  }
}
.post-panel__list__item {
  position: relative;
}
.post-panel .tags {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  right: 8px;
  line-height: 1.4;
  text-align: end;
  padding-left: 7vw;
}
.post-panel .tags.no-current {
  padding-left: initial;
}
.post-panel .tags .tagitem {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.post-panel .tags .tagitem a {
  color: white;
  background-color: transparent;
}
.post-panel .tags .tag-area {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.post-panel .tags .tag-area.pink {
  background-color: #ff7bd0;
}
.post-panel .tags .tag-area.blue {
  background-color: #00a9f4;
}
.post-panel .tags .tag-area.green {
  background-color: #08b671;
}
.post-panel .tags .tag-area.yellow {
  background-color: #f2bc2b;
}
.post-panel .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: black;
  padding: 4px 8px;
  color: white;
}
@media screen and (max-width: 598px) {
  .post-panel .title {
    padding: 3px 8px;
    font-size: clamp(12px, 1.2vw, 14px);
  }
}
.post-panel .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.post-panel .image_area:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.post-panel .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post-panel .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}

.wpcf7 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .wpcf7-form dl {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 598px) {
  .wpcf7 .wpcf7-form dl {
    gap: 0px 16px;
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-form dl dt {
  text-align: right;
  width: 200px;
  font-weight: 400;
}
@media screen and (max-width: 598px) {
  .wpcf7 .wpcf7-form dl dt {
    width: initial;
    text-align: left;
  }
  .wpcf7 .wpcf7-form dl dt p {
    margin-bottom: 2px;
  }
}
.wpcf7 .wpcf7-form dl dt sup {
  color: #08b671;
}
.wpcf7 .wpcf7-form dl dd {
  width: calc(100% - 16px - 200px);
}
@media screen and (max-width: 598px) {
  .wpcf7 .wpcf7-form dl dd {
    width: 100%;
  }
}
.wpcf7 .wpcf7-form dl dd .wpcf7-list-item.first:after {
  display: none;
}
@media screen and (max-width: 598px) {
  .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap textarea {
    width: 84vw;
  }
  .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input, .wpcf7 .wpcf7-form dl dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
    width: initial;
  }
}
.wpcf7 .control {
  margin-top: 64px;
  margin-bottom: 80px;
}
.wpcf7 .control p {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.wpcf7 .wpcf7-form-control.wpcf7-submit, .wpcf7 .wpcf7-form-control.wpcf7-previous {
  background: black;
  color: white;
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  border-radius: 40px;
  display: block;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

:root :where(.wp-block-image.is-style-rounded.border-r8 img, .wp-block-image .is-style-rounded.border-r8 img) {
  border-radius: 8px;
}

.border-r8 {
  border-radius: 8px;
}

:root :where(.wp-block-image.is-style-rounded.border-r16 img, .wp-block-image .is-style-rounded.border-r16 img) {
  border-radius: 16px;
}

.border-r16 {
  border-radius: 16px;
}

:root :where(.wp-block-image.is-style-rounded.border-r24 img, .wp-block-image .is-style-rounded.border-r24 img) {
  border-radius: 24px;
}

.border-r24 {
  border-radius: 24px;
}

:root :where(.wp-block-image.is-style-rounded.border-r32 img, .wp-block-image .is-style-rounded.border-r32 img) {
  border-radius: 32px;
}

.border-r32 {
  border-radius: 32px;
}

:root :where(.wp-block-image.is-style-rounded.border-r40 img, .wp-block-image .is-style-rounded.border-r40 img) {
  border-radius: 40px;
}

.border-r40 {
  border-radius: 40px;
}

:root :where(.wp-block-image.is-style-rounded.border-r48 img, .wp-block-image .is-style-rounded.border-r48 img) {
  border-radius: 48px;
}

.border-r48 {
  border-radius: 48px;
}

:root :where(.wp-block-image.is-style-rounded.border-r56 img, .wp-block-image .is-style-rounded.border-r56 img) {
  border-radius: 56px;
}

.border-r56 {
  border-radius: 56px;
}

:root :where(.wp-block-image.is-style-rounded.border-r64 img, .wp-block-image .is-style-rounded.border-r64 img) {
  border-radius: 64px;
}

.border-r64 {
  border-radius: 64px;
}

.wp-block-image + .has-small-font-size {
  --ark-mt--inner: var(--ark-mt--s, 0.25rem);
}

.gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  bottom: 10vh;
  left: 95vw;
  border-radius: 50%;
  z-index: 10;
  background-color: #08b671;
  border: 1px solid white;
}
@media screen and (max-width: 598px) {
  .gotop {
    left: initial;
    right: 20px;
  }
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: white;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

@media screen and (max-width: 598px) {
  .ark-block-section__bodyInner {
    padding: 2rem 5vw !important;
  }
}

@media screen and (max-width: 598px) {
  .tbl-def {
    width: 100%;
  }
  .tbl-def .thead {
    display: none;
  }
  .tbl-def tr,
  .tbl-def td {
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-def td:first-child:before {
    content: "";
  }
}
@media screen and (max-width: 598px) {
  .wp-block-table .has-fixed-layout {
    width: max-content;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 60px;
  width: 300px;
}
.mobile-menu .logo {
  padding: 0 40px;
  font-size: 38px;
}
.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.mobile-menu__btn > span {
  background-color: black;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  transition: transform 0.7s;
}
.mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 200;
}
.mobile-menu__main {
  padding: 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.mobile-menu__item {
  list-style: none;
  display: block;
  transform: translate3d(0, 0, -1000px);
  padding: 0 40px;
  transition: transform 0.3s, opacity 0.2s;
  opacity: 0;
}
.mobile-menu__link {
  display: block;
  margin-top: 30px;
  color: black;
  text-decoration: none !important;
}

.menu-open #container {
  transform: translate(-300px, 60px);
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}
.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .mobile-menu__item {
  transform: none;
  opacity: 1;
}
.menu-open .mobile-menu__item:nth-child(1) {
  transition-delay: 0.07s;
}
.menu-open .mobile-menu__item:nth-child(2) {
  transition-delay: 0.14s;
}
.menu-open .mobile-menu__item:nth-child(3) {
  transition-delay: 0.21s;
}
.menu-open .mobile-menu__item:nth-child(4) {
  transition-delay: 0.28s;
}
.menu-open .mobile-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}
.menu-open .mobile-menu__btn > span {
  background-color: black;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-11px) rotate(-135deg);
}

@font-face {
  font-family: "sakaicon";
  src: url("fonts/sakaicon.ttf?3ri7lm") format("truetype"), url("fonts/sakaicon.woff?3ri7lm") format("woff"), url("fonts/sakaicon.svg?3ri7lm#sakaicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=skico-],
[class*=" skico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sakaicon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.skico-facebook:before {
  content: "\e900";
}

.skico-x:before {
  content: "\e901";
}

.skico-instagram:before {
  content: "\e902";
}

.skico-calendar:before {
  content: "\e903";
}

.skico-support:before {
  content: "\e904";
}

.skico-briefcase:before {
  content: "\e905";
}

/*　≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
Home
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡　*/
/*
メインビジュアル
*/
.mv {
  z-index: -1;
  box-sizing: border-box;
  width: 100%;
  height: 48.0519481vw;
  position: relative;
}
@media screen and (max-width: 598px) {
  .mv {
    height: calc(100svh - 50px);
  }
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .scroll {
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 1;
  line-height: 1.7;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.mv .scroll::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #fff;
}

.swiper-pagination {
  position: absolute;
  z-index: 1;
}
.swiper-pagination-vertical {
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 10px auto !important;
}
.swiper-pagination-bullet-active {
  background-color: #c1c1c1;
}

.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 70px);
}
@media screen and (max-width: 598px) {
  .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
  }
}

section.border-top-green,
.interlude-image.border-top-green {
  border-top: #08b671 8px solid;
}
section.border-top-blue,
.interlude-image.border-top-blue {
  border-top: #00a9f4 8px solid;
}
section.border-top-yellow,
.interlude-image.border-top-yellow {
  border-top: #f2bc2b 8px solid;
}
section.border-top-pink,
.interlude-image.border-top-pink {
  border-top: #ff7bd0 8px solid;
}

@media screen and (max-width: 598px) {
  .home__vision {
    text-align: center;
  }
  .home__vision .row {
    flex-direction: column;
    gap: 40px;
  }
  .home__vision .row > * {
    padding-left: initial;
    padding-right: initial;
  }
}

.home__section {
  padding-top: 52px;
}
.home__section .section-title h2 {
  margin-bottom: 18px;
}
.home__section .section-title h2 span.txtGreen {
  color: #08b671;
}
.home__section .section-title {
  margin-bottom: 30px;
}
.home__section.bg-gray {
  position: relative;
  background-color: #f2f2f2;
}
.home__section.bg-gray::after {
  position: absolute;
  content: "";
  height: 12.987vw;
  width: 12.987vw;
  min-width: 150px;
  min-height: 150px;
  display: block;
  background-image: url("images/home/bg_about-iju.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 7%;
}

/*====================================
interlude-image
====================================　*/
.interlude-image {
  width: 100%;
  height: 36.16vw;
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-attachment: scroll, fixed;
  background-size: 111vw auto, cover;
}
@media screen and (max-width: 598px) {
  .interlude-image {
    height: 110vw;
    background-attachment: scroll, scroll;
  }
}

/*====================================
移住のこと
====================================　*/
.about-iju {
  position: relative;
}
.about-iju .small-article-lists {
  background-color: #ebebeb;
  padding-top: 56px;
  padding-bottom: 0;
  margin-top: 56px;
}
.about-iju .big-article-lists .swiper-button-next::before,
.about-iju .big-article-lists .swiper-button-prev::before {
  background-color: #f2bc2b;
}
.about-iju .swiper .card {
  border: none;
}

.iju-sodan {
  padding-top: 80px;
  position: relative;
}
.iju-sodan__container {
  display: flex;
  align-items: center;
}
.iju-sodan__title {
  position: relative;
  width: 21vw;
  height: 21vw;
  min-width: 6em;
  min-height: 6em;
  max-width: 326px;
  max-height: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 2.5vw, 29px);
  line-height: 1.5;
  text-align: center;
}
.iju-sodan__title::after {
  position: absolute;
  content: "";
  width: calc(100% + 1.31em);
  height: calc(100% + 1.31em);
  display: block;
  border: 6px #08b671 solid;
  box-sizing: border-box;
  border-radius: 50%;
  left: -0.62em;
  top: -0.62em;
}
.iju-sodan__title_block {
  flex: 0 1 37.5vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 598px) {
  .iju-sodan__title_block {
    display: none;
  }
}
.iju-sodan__title_block_mobile {
  display: none;
}
@media screen and (max-width: 598px) {
  .iju-sodan__title_block_mobile {
    display: flex;
  }
}
.iju-sodan__bg {
  position: absolute;
  width: 56.4vw;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  z-index: -1;
  background-color: #ebebeb;
  background-image: url("images/home/ijyu_soudan_bg_02.png"), url("images/home/ijyu_soudan_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, left top;
  background-size: 56.4vw auto, 56.4vw auto;
}
@media screen and (max-width: 598px) {
  .iju-sodan__bg {
    display: none;
  }
}
.iju-sodan__bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.iju-sodan .swiper .card {
  border: 1px #dedede solid;
}
.iju-sodan .swiper-button-prev {
  left: 20px;
}
.iju-sodan .swiper-button-next {
  right: 70px;
}

.sodan-article-lists {
  flex: 1 0 62.5vw;
  max-width: auto;
}
.sodan-article-lists__introduction {
  padding-left: 20vw;
  padding-right: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 62.5vw;
}
@media screen and (max-width: 598px) {
  .sodan-article-lists__introduction {
    margin-top: 0px;
    padding: 0 30px;
    width: 100%;
  }
}
.sodan-article-lists .btn-block {
  padding: 0;
  width: 122%;
  max-width: 122%;
}
@media screen and (max-width: 598px) {
  .sodan-article-lists .btn-block {
    width: calc(100% - 60px);
  }
}

/*====================================
個別の移住相談・お試し移住はこちら
====================================　*/
.iju-indivisuals {
  padding: 60px 20px 40px;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}
.iju-indivisuals__title {
  text-align: center;
}
.iju-indivisuals::before {
  content: "";
  position: absolute;
  width: 49.2vw;
  height: 100%;
  top: 0;
  background-color: #fff;
  transform: skewX(9.38deg);
  right: -3.6vw;
}

.contact-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  border: 4px black solid;
  background-color: #fff;
  margin: 60px auto;
  position: relative;
  padding: 0;
  width: 80%;
  max-width: 1045px;
}
@media screen and (max-width: 598px) {
  .contact-box {
    width: 95%;
  }
}
.contact-box dd {
  margin-bottom: 0;
}
.contact-box__title {
  text-align: center;
  font-size: clamp(20px, 3vw, 27px);
  font-weight: bold;
  padding: 1.5em 40px;
}
.contact-box__text {
  max-width: 677px;
  margin: 0 auto 30px;
  padding: 0 12%;
  box-sizing: content-box;
}
.contact-box__info {
  margin: 0;
}
.contact-box__info__body {
  background-color: #000;
  color: #fff;
  display: flex;
  position: relative;
  padding: 64px 10px 24px;
  align-items: center;
  justify-items: center;
}
.contact-box__info__body::before {
  top: -8px;
  left: 0;
  content: "";
  display: block;
  height: 3px;
  background-color: #000;
  width: 100%;
  position: absolute;
}
.contact-box__label {
  background-color: #000;
  color: #fff;
  width: 230px;
  height: 115px;
  border-radius: 115px 115px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  margin: 0 auto -30px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.contact-box__label b {
  margin-top: 0.2em;
  font-weight: bold;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.2;
}
.contact-box__btn, .contact-box__tel {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}
.contact-box__tel {
  display: flex;
  align-items: baseline;
}
.contact-box__tel .font-noto, .contact-box__tel .news-list .new, .news-list .contact-box__tel .new {
  font-size: clamp(20px, 3.5vw, 46px);
}
.contact-box__tel__num {
  line-height: 0.75;
}
.contact-box__tel__num span {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1;
}
@media screen and (max-width: 598px) {
  .contact-box__tel {
    margin-top: 20px;
  }
}
.contact-box__btn {
  padding-right: 10px;
}
.contact-box__btn .btn {
  width: 73.22%;
  max-width: 308px;
}
@media screen and (max-width: 598px) {
  .contact-box__btn {
    margin-top: 20px;
    padding-right: initial;
  }
  .contact-box__btn .btn {
    width: 100%;
  }
}
@media screen and (max-width: 598px) {
  .contact-box__info__body {
    flex-direction: column;
  }
}
.contact-box::before {
  content: "";
  background: url(images/home/iju-indivisuals_ilst_01.png) no-repeat center top/100% auto;
  width: 11%;
  height: 65%;
  min-width: 80px;
  left: -5%;
  top: -14.5%;
  display: block;
  position: absolute;
}
.contact-box::after {
  content: "";
  background: url(images/home/iju-indivisuals_ilst_02.png) no-repeat center bottom/100% auto;
  width: 12.15%;
  height: 63%;
  min-width: 100px;
  right: -4.6%;
  bottom: -8%;
  display: block;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 598px) {
  .contact-box::after {
    right: -9.4%;
  }
}

/*====================================
坂井市の魅力
====================================　*/
.strengths {
  padding-bottom: 64px;
}

.img-board {
  border-radius: 8px;
  margin-top: 50px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 958px) {
  .img-board {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 478px) {
  .img-board {
    grid-template-columns: repeat(2, 1fr);
  }
}
.img-board__item {
  position: relative;
}
@media screen and (max-width: 478px) {
  .img-board__item {
    aspect-ratio: 1/1;
  }
}
.img-board__item::after {
  transform: rotate(90deg);
}
.img-board__item a .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.img-board__item a .image_area:before {
  content: "";
  display: block;
  padding-top: 66.6667%;
}
.img-board__item a .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.img-board__item a .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 478px) {
  .img-board__item a {
    aspect-ratio: 1/1;
  }
  .img-board__item a .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .img-board__item a .image_area:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .img-board__item a .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .img-board__item a .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
.img-board__item a::before, .img-board__item a::after {
  content: "";
  height: 4px;
  width: 24px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 16px;
  top: 34px;
  z-index: 1;
  transition: all 0.2s var(--easing);
}
@media screen and (max-width: 478px) {
  .img-board__item a::before, .img-board__item a::after {
    display: none;
  }
}
.img-board__item a::after {
  transform: rotate(90deg);
}
.img-board__item a::before {
  transform: rotate(0deg);
}
.img-board__item a:hover img {
  filter: brightness(30%);
}
.img-board__item a:hover::after {
  transform: rotate(135deg);
}
.img-board__item a:hover::before {
  transform: rotate(45deg);
}
.img-board__item__front {
  position: absolute;
  top: auto;
  bottom: 0;
  font-size: clamp(16px, 1.5vw, 18px);
}
.img-board__item__headline {
  position: relative;
  padding: 0.4em;
  font-weight: bold;
  line-height: 2;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #000;
  color: #fff;
  flex: 0 0 auto;
  margin-bottom: initial;
}
@media screen and (max-width: 478px) {
  .img-board__item__headline {
    padding: 0.64em 0.4em;
    font-size: clamp(14px, 1vw, 16px);
  }
}
.img-board__item__pht {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.first {
  position: relative;
}
.first:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 90%;
  height: 90%;
  border: 1px solid #f2bc2b;
}
.first .img-board__item__front {
  width: 100%;
  top: 50%;
}
@media screen and (max-width: 478px) {
  .first .img-board__item__front {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    width: 100%;
  }
}
.first .img-board__item__headline {
  display: block;
  text-align: center;
}

/*====================================
お知らせ
====================================　*/
.info {
  padding-bottom: 60px;
}
.info .d-md-flex {
  gap: 9%;
}
.info .news-block {
  flex: 1 1 60vw;
}
.info .event-block {
  flex: 1 1 40vw;
  padding-right: 5%;
}
@media screen and (max-width: 598px) {
  .info .event-block {
    padding-right: initial;
  }
}
.info .event-block .event__title {
  margin-top: 1.5em;
}
.info .event-block .swiper {
  max-height: 100%;
  display: block;
}
@media screen and (max-width: 598px) {
  .info .event-block .swiper {
    padding: 0 10px;
  }
}
.info .event-block .swiper-list {
  height: auto !important;
}
.info .event-block .swiper-slide {
  background-color: #fff;
  height: auto !important;
  opacity: 0 !important;
}
.info .event-block .swiper-slide .event__pht {
  width: 100%;
  aspect-ratio: 10/9;
}
.info .event-block .swiper-slide .event__pht img {
  border-radius: 16px;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1.5em;
}
.info .event-block .swiper-slide-active {
  opacity: 1 !important;
}
.info .event-block .swiper-button-prev,
.info .event-block .swiper-button-next {
  margin-top: 40%;
}
.info .event-block .swiper-pagination {
  top: inherit;
  bottom: 0;
  right: -30px;
  transform: translateY(0%);
}
.info .event-block .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #ebeaea;
}
.info .swiper-button-next,
.info .swiper-button-prev {
  transform: scale(0.7);
}
@media screen and (max-width: 478px) {
  .info .swiper-button-next,
  .info .swiper-button-prev {
    transform: scale(1);
  }
}
.info .swiper-button-next::before,
.info .swiper-button-prev::before {
  background-color: #ff7bd0;
}
.info .swiper-button-next {
  right: -64px;
}
@media screen and (max-width: 478px) {
  .info .swiper-button-next {
    right: -10px;
  }
}
.info .swiper-button-prev {
  left: -64px;
}
@media screen and (max-width: 478px) {
  .info .swiper-button-prev {
    left: -10px;
  }
}

.news-list {
  margin: 0.5em auto;
  padding-bottom: 0.5em;
  border-bottom: 1px #747474 dashed;
}
.news-list__title {
  font-size: 17px;
  margin-bottom: 0.3em;
  line-height: 1.7;
}
.news-list__excerpt {
  line-height: 1.8;
}
.news-list .new {
  color: #ff7bd0;
  display: block;
  font-weight: bold;
  font-size: 14px;
}

/*====================================
4つのエリア
====================================　*/
.fourareas__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 478px) {
  .fourareas__row {
    display: flex;
    flex-direction: column;
  }
  .fourareas__row:nth-of-type(2n+1) {
    flex-direction: column-reverse;
  }
}
.fourareas__row__title {
  display: inline-block;
  color: #fff;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  border-radius: 4px;
  line-height: 1;
  padding: 0.3em 0.7em;
  margin-bottom: 1em;
}
.fourareas__row__pht img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fourareas__row__body {
  padding: 40px;
  align-self: center;
}
.fourareas__row__text {
  margin: auto;
  max-width: 526px;
}
.fourareas__row__text > h4 {
  border-left: none;
  margin-left: initial;
  padding-left: 0.7em !important;
}
.fourareas__row__text .btn {
  margin-top: 1.5em;
  position: relative;
  white-space: nowrap;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.fourareas__row:nth-of-type(odd) .fourareas__row__pht {
  order: 1;
}

#swiper5 {
  margin-top: 64px;
  padding-bottom: 64px;
}
#swiper5 .card {
  border: none;
}
#swiper5 .swiper-button-prev::before,
#swiper5 .swiper-button-next::before {
  background-color: #00a9f4;
}

/*====================================
坂井市の景色
====================================　*/
.photo-gallery {
  padding-bottom: 66px;
}
.photo-gallery .container {
  max-width: 100%;
}
.photo-gallery .container.section-title {
  max-width: calc(100% - 30px);
}
.photo-gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 18px;
}
@media screen and (max-width: 795px) {
  .photo-gallery__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: calc(100% + 40px);
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 478px) {
  .photo-gallery__list {
    width: 100vw;
    gap: 0px;
  }
}
.photo-gallery__list__item {
  position: relative;
}
.photo-gallery__list__item .tags {
  top: auto;
  bottom: 16px;
  right: 16px;
}
.photo-gallery__list__item .tags {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  right: 8px;
  line-height: 1.4;
  text-align: end;
  padding-left: 7vw;
}
.photo-gallery__list__item .tags.no-current {
  padding-left: initial;
}
.photo-gallery__list__item .tags .tagitem {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.photo-gallery__list__item .tags .tagitem a {
  color: white;
  background-color: transparent;
}
.photo-gallery__list__item .tags .tag-area {
  background-color: black;
  color: white;
  font-size: 10px;
  border-radius: 2px;
  display: inline;
  padding: 3px;
  margin-left: 5px;
}
.photo-gallery__list__item .tags .tag-area.pink {
  background-color: #ff7bd0;
}
.photo-gallery__list__item .tags .tag-area.blue {
  background-color: #00a9f4;
}
.photo-gallery__list__item .tags .tag-area.green {
  background-color: #08b671;
}
.photo-gallery__list__item .tags .tag-area.yellow {
  background-color: #f2bc2b;
}
.photo-gallery__list__item .tags {
  top: initial;
  bottom: 8px;
}
.photo-gallery__list__item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 795px) {
  .photo-gallery__list__item img {
    border-radius: 4px;
  }
}
@media screen and (max-width: 478px) {
  .photo-gallery__list__item img {
    border-radius: 0px;
  }
}

.subpage__contents {
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}
.subpage__contents.events .post-list, .subpage__contents.consultation .post-list, .subpage__contents.tags .post-list, .subpage__contents.migration .post-list, .subpage__contents.migration-event .post-list, .subpage__contents.news .post-list, .subpage__contents.regional-info .post-list, .subpage__contents.others .post-list {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
}
.subpage__contents.events .post-list .swiper-slide, .subpage__contents.consultation .post-list .swiper-slide, .subpage__contents.tags .post-list .swiper-slide, .subpage__contents.migration .post-list .swiper-slide, .subpage__contents.migration-event .post-list .swiper-slide, .subpage__contents.news .post-list .swiper-slide, .subpage__contents.regional-info .post-list .swiper-slide, .subpage__contents.others .post-list .swiper-slide {
  width: calc(25% - 25px);
}
@media screen and (max-width: 598px) {
  .subpage__contents.events .post-list .swiper-slide, .subpage__contents.consultation .post-list .swiper-slide, .subpage__contents.tags .post-list .swiper-slide, .subpage__contents.migration .post-list .swiper-slide, .subpage__contents.migration-event .post-list .swiper-slide, .subpage__contents.news .post-list .swiper-slide, .subpage__contents.regional-info .post-list .swiper-slide, .subpage__contents.others .post-list .swiper-slide {
    width: 100%;
  }
}
.subpage__contents.events .post-list .card .tags, .subpage__contents.consultation .post-list .card .tags, .subpage__contents.tags .post-list .card .tags, .subpage__contents.migration .post-list .card .tags, .subpage__contents.migration-event .post-list .card .tags, .subpage__contents.news .post-list .card .tags, .subpage__contents.regional-info .post-list .card .tags, .subpage__contents.others .post-list .card .tags {
  top: initial;
  bottom: 8px;
}
.subpage__contents.events .post-list .card__body > h4, .subpage__contents.consultation .post-list .card__body > h4, .subpage__contents.tags .post-list .card__body > h4, .subpage__contents.migration .post-list .card__body > h4, .subpage__contents.migration-event .post-list .card__body > h4, .subpage__contents.news .post-list .card__body > h4, .subpage__contents.regional-info .post-list .card__body > h4, .subpage__contents.others .post-list .card__body > h4 {
  margin-top: initial !important;
}
.subpage__contents.page-information .category-list {
  position: absolute;
  width: 16.39vw;
  left: 10px;
  border-bottom: none;
}
@media screen and (max-width: 598px) {
  .subpage__contents.page-information .category-list {
    position: initial;
    width: 100%;
    display: flex;
    gap: 8px 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 598px) {
  .subpage__contents.page-information .category-list .category-item {
    width: calc(50% - 8px);
  }
}
.subpage__contents.page-information .category-list .category-item a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 12px 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.subpage__contents.page-information .category-list .category-item.cat-info a {
  border: 1px solid #08b671;
  color: white;
  background-color: #08b671;
}
.subpage__contents.page-information .category-list .category-item.cat-info a:hover {
  color: #08b671;
  background-color: white;
}
.subpage__contents.page-information .category-list .category-item.cat-event a {
  border: 1px solid #00a9f4;
  color: white;
  background-color: #00a9f4;
}
.subpage__contents.page-information .category-list .category-item.cat-event a:hover {
  color: #00a9f4;
  background-color: white;
}
.subpage__contents.page-information .category-list .category-item.cat-area a {
  border: 1px solid #ff7bd0;
  color: white;
  background-color: #ff7bd0;
}
.subpage__contents.page-information .category-list .category-item.cat-area a:hover {
  color: #ff7bd0;
  background-color: white;
}
.subpage__contents.page-information .category-list .category-item.cat-other a {
  border: 1px solid #f2bc2b;
  color: white;
  background-color: #f2bc2b;
}
.subpage__contents.page-information .category-list .category-item.cat-other a:hover {
  color: #f2bc2b;
  background-color: white;
}
.subpage__contents.page-information .category-list .category-item.cat-none {
  display: none;
}
.subpage__contents.page-information .category-item + .category-item {
  margin-top: 8px;
}
@media screen and (max-width: 598px) {
  .subpage__contents.page-information .category-item + .category-item {
    margin-top: initial;
  }
}
.subpage__contents.page-information .post-list {
  width: calc(60% + 9.83vw);
  padding-left: 9.83vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 598px) {
  .subpage__contents.page-information .post-list {
    padding-left: initial;
    width: 100%;
  }
}
.subpage__contents.page-information .post-list .post-item {
  margin: 1em auto;
  padding-bottom: 0.5em;
  border-bottom: 1px #747474 dashed;
}
.subpage__contents.page-information .post-list .post-item__title {
  font-size: 17px;
  margin-bottom: 0.3em;
  line-height: 1.7;
  font-weight: 600;
}
.subpage__contents.page-information .post-list .post-item__excerpt {
  line-height: 1.6;
}
.subpage__contents.page-information .post-list .post-item .new {
  color: #ff7bd0;
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.25em;
}

#main-content.news, #main-content.regional-info, #main-content.migration-event, #main-content.others {
  display: flex;
  justify-content: space-between;
  gap: 2vw;
}
@media screen and (max-width: 598px) {
  #main-content.news, #main-content.regional-info, #main-content.migration-event, #main-content.others {
    flex-direction: column;
  }
}
#main-content.news .subpage__contents.news, #main-content.news .subpage__contents.migration-event, #main-content.news .subpage__contents.regional-info, #main-content.news .subpage__contents.others, #main-content.regional-info .subpage__contents.news, #main-content.regional-info .subpage__contents.migration-event, #main-content.regional-info .subpage__contents.regional-info, #main-content.regional-info .subpage__contents.others, #main-content.migration-event .subpage__contents.news, #main-content.migration-event .subpage__contents.migration-event, #main-content.migration-event .subpage__contents.regional-info, #main-content.migration-event .subpage__contents.others, #main-content.others .subpage__contents.news, #main-content.others .subpage__contents.migration-event, #main-content.others .subpage__contents.regional-info, #main-content.others .subpage__contents.others {
  width: calc(100% - 14vw);
}
@media screen and (max-width: 598px) {
  #main-content.news .subpage__contents.news, #main-content.news .subpage__contents.migration-event, #main-content.news .subpage__contents.regional-info, #main-content.news .subpage__contents.others, #main-content.regional-info .subpage__contents.news, #main-content.regional-info .subpage__contents.migration-event, #main-content.regional-info .subpage__contents.regional-info, #main-content.regional-info .subpage__contents.others, #main-content.migration-event .subpage__contents.news, #main-content.migration-event .subpage__contents.migration-event, #main-content.migration-event .subpage__contents.regional-info, #main-content.migration-event .subpage__contents.others, #main-content.others .subpage__contents.news, #main-content.others .subpage__contents.migration-event, #main-content.others .subpage__contents.regional-info, #main-content.others .subpage__contents.others {
    width: 100%;
  }
}

.category-block {
  width: 12vw;
  margin-top: 50px;
}
@media screen and (max-width: 598px) {
  .category-block {
    width: 100%;
  }
}
.category-block .category-list {
  width: 12vw;
  left: 10px;
  border-bottom: none;
}
@media screen and (max-width: 598px) {
  .category-block .category-list {
    width: 100%;
    display: flex;
    gap: 8px 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 598px) {
  .category-block .category-list .category-item {
    width: calc(50% - 8px);
  }
}
.category-block .category-list .category-item a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 12px 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 598px) {
  .category-block .category-list .category-item a {
    padding: 6px 9px;
  }
}
.category-block .category-list .category-item.cat-info a {
  border: 1px solid #08b671;
  color: white;
  background-color: #08b671;
}
.category-block .category-list .category-item.cat-info a:hover {
  color: #08b671;
  background-color: white;
}
.category-block .category-list .category-item.cat-event a {
  border: 1px solid #00a9f4;
  color: white;
  background-color: #00a9f4;
}
.category-block .category-list .category-item.cat-event a:hover {
  color: #00a9f4;
  background-color: white;
}
.category-block .category-list .category-item.cat-area a {
  border: 1px solid #ff7bd0;
  color: white;
  background-color: #ff7bd0;
}
.category-block .category-list .category-item.cat-area a:hover {
  color: #ff7bd0;
  background-color: white;
}
.category-block .category-list .category-item.cat-other a {
  border: 1px solid #f2bc2b;
  color: white;
  background-color: #f2bc2b;
}
.category-block .category-list .category-item.cat-other a:hover {
  color: #f2bc2b;
  background-color: white;
}
.category-block .category-list .category-item.cat-none {
  display: none;
}
.category-block .category-list .category-item + .category-item {
  margin-top: 8px;
}
@media screen and (max-width: 598px) {
  .category-block .category-list .category-item + .category-item {
    margin-top: initial;
  }
}

.search {
  margin-top: 60px;
}
.search__header {
  background-color: #08b671;
  padding-top: 50px;
}
.search__header .container h3 {
  font-size: clamp(18px, 1.8vw, 21px);
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.search__header .vkfs__labels {
  flex-wrap: nowrap;
}
.search__header .vkfs__label-name {
  color: white;
}
.search__header .vkfs_submit {
  background-color: black;
}
.search__header .vkfs .btn[type=submit] {
  width: fit-content;
  padding: 0px 32px;
  text-align: center;
  letter-spacing: initial;
}
.search .subpage__contents {
  margin-top: 50px;
  margin-bottom: 60px;
  position: relative;
}
.search .subpage__contents.search__result .post-list {
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
}
@media screen and (max-width: 598px) {
  .search .subpage__contents.search__result .post-list {
    gap: 20px;
  }
}
.search .subpage__contents.search__result .post-list .swiper-slide {
  width: calc(25% - 33px);
}
@media screen and (max-width: 598px) {
  .search .subpage__contents.search__result .post-list .swiper-slide {
    width: 100%;
  }
}
.search .subpage__contents.search__result .post-list .card .tags {
  top: initial;
  bottom: 8px;
}
.search .subpage__contents.search__result .post-list .card__body > h4 {
  margin-top: initial !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single .container,
  .single .container-md,
  .single .container-sm {
    max-width: calc(100% - 0px);
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .single .container,
  .single .container-sm {
    max-width: calc(100% - 0px);
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .single .container,
  .single .container-lg,
  .single .container-md,
  .single .container-sm {
    max-width: calc(100% - 0px);
    text-align: justify;
  }
}
.single .subpage_header {
  height: calc(36.75vw + 80px);
  max-height: 566px;
  overflow: hidden;
  align-items: flex-start;
}
@media screen and (max-width: 598px) {
  .single .subpage_header {
    height: 50svh;
  }
}
.single .subpage_header div {
  margin-top: 80px;
}
@media screen and (max-width: 598px) {
  .single .subpage_header div {
    margin-top: 80px;
  }
}
.single .subpage_header div figure img {
  width: 55vw;
  height: 36.75vw;
  max-height: 566px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
@media screen and (max-width: 598px) {
  .single .subpage_header div figure img {
    width: 92vw;
    height: initial;
    border-radius: 8px;
  }
}
.single .subpage_header__heading:after {
  display: none;
}
.single .subpage__contents .entry__title {
  text-align: center;
}
.single .subpage__contents .entry__title h1 {
  font-size: clamp(27px, 3vw, 32px);
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  font-weight: 600;
}
.single .subpage__contents .entry__title h1:after {
  content: "";
  border: 1px solid #08b671;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}
.single .subpage__contents .entry__title p {
  margin-top: 12px;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4;
  text-align: center;
}
.single .subpage__contents .entry__content {
  position: relative;
  gap: 16px;
}
.single .subpage__contents .entry__content__main {
  flex: 1 1 80vw;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}
.single .subpage__contents .entry__content__sub {
  flex: 1 1 20vw;
  padding: 32px 16px;
  height: fit-content;
  background-color: #f2f2f2;
  position: sticky;
  top: 160px;
  border-radius: 8px;
}
.single .subpage__contents .entry__item h3 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
}
.single .subpage__contents .entry__item + .entry__item {
  margin-top: 2.4vw;
}
.single .related__contents {
  margin-top: 64px;
  margin-bottom: 80px;
  background-color: #F7F3ED;
  padding: 24px;
  border-radius: 8px;
}
.single .related__contents ul li {
  position: relative;
  padding-left: 24px;
}
.single .related__contents ul li:before {
  content: "";
  background: url(/core/wp-content/themes/sakailife/images/icon-olink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 8px;
}
.single .related__contents ul li a {
  background: none;
  position: relative;
}
.single .related__contents ul li a:hover {
  text-decoration: underline;
}
.single .backlink {
  margin-top: 64px;
  text-align: center;
}
.single .backlink a {
  max-width: 272px;
  width: 17.66vw;
  border-radius: 32px;
  aspect-ratio: 272/48;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  font-size: clamp(13px, 1.5vw, 16px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 598px) {
  .single .backlink a {
    width: 240px;
  }
}

.page-template .subpage_header.no-mv, .page-template-default .subpage_header.no-mv, .single .subpage_header.no-mv {
  background-color: white;
  height: 10vw;
  min-height: 120px;
}
.page-template .ark-block-heading__main, .page-template-default .ark-block-heading__main, .single .ark-block-heading__main {
  text-align: left;
}
.page-template .ark-block-heading__line, .page-template-default .ark-block-heading__line, .single .ark-block-heading__line {
  margin: initial;
  justify-content: flex-start;
}
.page-template .ark-block-heading__line:before, .page-template-default .ark-block-heading__line:before, .single .ark-block-heading__line:before {
  display: none;
}
.page-template .wp-block-button.is-style-fill a, .page-template-default .wp-block-button.is-style-fill a, .single .wp-block-button.is-style-fill a {
  background: none;
}
.page-template p + figure, .page-template figure + p, .page-template-default p + figure, .page-template-default figure + p, .single p + figure, .single figure + p {
  margin-top: 12px;
}
.page-template h3 + figure.wp-block-image, .page-template-default h3 + figure.wp-block-image, .single h3 + figure.wp-block-image {
  margin-top: 18px;
}
.page-template .wp-block-heading, .page-template-default .wp-block-heading, .single .wp-block-heading {
  line-height: 1;
}
.page-template .wp-block-heading + h6, .page-template-default .wp-block-heading + h6, .single .wp-block-heading + h6 {
  margin-top: 0.75rem;
}
.page-template html, .page-template-default html, .single html {
  scroll-padding-top: 180px;
}
.page-template .wp-block-heading-h3, .page-template-default .wp-block-heading-h3, .single .wp-block-heading-h3 {
  position: relative;
  padding-left: 16px;
  font-size: clamp(24px, 2vw, 27px);
}
.page-template .wp-block-heading-h3:before, .page-template-default .wp-block-heading-h3:before, .single .wp-block-heading-h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #08B671;
}
.page-template .has-arkb-c-green-color, .page-template-default .has-arkb-c-green-color, .single .has-arkb-c-green-color {
  color: #08b671;
}
.page-template .ark-block-section__body .article-lists .container .swiper-wrapper, .page-template-default .ark-block-section__body .article-lists .container .swiper-wrapper, .single .ark-block-section__body .article-lists .container .swiper-wrapper {
  margin-left: -7.8%;
}
.page-template .ark-block-section__bodyInner iframe, .page-template-default .ark-block-section__bodyInner iframe, .single .ark-block-section__bodyInner iframe {
  width: 100%;
}
.page-template .ark-block-section__bodyInner .ark-block-button__text, .page-template-default .ark-block-section__bodyInner .ark-block-button__text, .single .ark-block-section__bodyInner .ark-block-button__text {
  color: white;
}
.page-template .ark-block-section__bodyInner .subpage__contents .post-list .card__title, .page-template .ark-block-section__bodyInner .subpage__contents .post-list .card__text, .page-template-default .ark-block-section__bodyInner .subpage__contents .post-list .card__title, .page-template-default .ark-block-section__bodyInner .subpage__contents .post-list .card__text, .single .ark-block-section__bodyInner .subpage__contents .post-list .card__title, .single .ark-block-section__bodyInner .subpage__contents .post-list .card__text {
  color: black;
}
.page-template .ark-block-section__bodyInner .article-lists .container .swiper-set .card__title, .page-template .ark-block-section__bodyInner .article-lists .container .swiper-set .card__text, .page-template-default .ark-block-section__bodyInner .article-lists .container .swiper-set .card__title, .page-template-default .ark-block-section__bodyInner .article-lists .container .swiper-set .card__text, .single .ark-block-section__bodyInner .article-lists .container .swiper-set .card__title, .single .ark-block-section__bodyInner .article-lists .container .swiper-set .card__text {
  color: black;
}
.page-template .ark-block-section__bodyInner .article-lists .container, .page-template-default .ark-block-section__bodyInner .article-lists .container, .single .ark-block-section__bodyInner .article-lists .container {
  padding-left: initial;
  padding-right: initial;
}
.page-template .ark-block-section__bodyInner .article-lists .container .swiper-wrapper, .page-template-default .ark-block-section__bodyInner .article-lists .container .swiper-wrapper, .single .ark-block-section__bodyInner .article-lists .container .swiper-wrapper {
  margin-left: initial;
}
.page-template .ark-block-section__bodyInner .article-lists .container .swiper-button-prev, .page-template-default .ark-block-section__bodyInner .article-lists .container .swiper-button-prev, .single .ark-block-section__bodyInner .article-lists .container .swiper-button-prev {
  left: 10px;
}
.page-template .ark-block-section__bodyInner .article-lists .container .swiper-button-next, .page-template-default .ark-block-section__bodyInner .article-lists .container .swiper-button-next, .single .ark-block-section__bodyInner .article-lists .container .swiper-button-next {
  right: 10px;
}
.page-template .iju-sodan, .page-template-default .iju-sodan, .single .iju-sodan {
  padding-top: 80px;
  position: relative;
}
.page-template .iju-sodan__container, .page-template-default .iju-sodan__container, .single .iju-sodan__container {
  display: flex;
  align-items: center;
}
.page-template .iju-sodan__title, .page-template-default .iju-sodan__title, .single .iju-sodan__title {
  position: relative;
  width: 21vw;
  height: 21vw;
  min-width: 6em;
  min-height: 6em;
  max-width: 326px;
  max-height: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 2.5vw, 29px);
  line-height: 1.5;
  text-align: center;
}
.page-template .iju-sodan__title::after, .page-template-default .iju-sodan__title::after, .single .iju-sodan__title::after {
  position: absolute;
  content: "";
  width: calc(100% + 1.31em);
  height: calc(100% + 1.31em);
  display: block;
  border: 6px #08b671 solid;
  box-sizing: border-box;
  border-radius: 50%;
  left: -0.62em;
  top: -0.62em;
}
.page-template .iju-sodan__title_block, .page-template-default .iju-sodan__title_block, .single .iju-sodan__title_block {
  flex: 0 1 37.5vw;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 598px) {
  .page-template .iju-sodan__title_block, .page-template-default .iju-sodan__title_block, .single .iju-sodan__title_block {
    display: none;
  }
}
.page-template .iju-sodan__title_block_mobile, .page-template-default .iju-sodan__title_block_mobile, .single .iju-sodan__title_block_mobile {
  display: none;
}
@media screen and (max-width: 598px) {
  .page-template .iju-sodan__title_block_mobile, .page-template-default .iju-sodan__title_block_mobile, .single .iju-sodan__title_block_mobile {
    display: flex;
  }
}
.page-template .iju-sodan__bg, .page-template-default .iju-sodan__bg, .single .iju-sodan__bg {
  position: absolute;
  width: 56.4vw;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  z-index: -1;
  background-color: #ebebeb;
  background-image: url("images/home/ijyu_soudan_bg_02.png"), url("images/home/ijyu_soudan_bg_01.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, left top;
  background-size: 56.4vw auto, 56.4vw auto;
}
@media screen and (max-width: 598px) {
  .page-template .iju-sodan__bg, .page-template-default .iju-sodan__bg, .single .iju-sodan__bg {
    display: none;
  }
}
.page-template .iju-sodan__bg img, .page-template-default .iju-sodan__bg img, .single .iju-sodan__bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
.page-template .iju-sodan .swiper .card, .page-template-default .iju-sodan .swiper .card, .single .iju-sodan .swiper .card {
  border: 1px #dedede solid;
}
.page-template .iju-sodan .swiper-button-prev, .page-template-default .iju-sodan .swiper-button-prev, .single .iju-sodan .swiper-button-prev {
  left: 20px;
}
.page-template .iju-sodan .swiper-button-next, .page-template-default .iju-sodan .swiper-button-next, .single .iju-sodan .swiper-button-next {
  right: 70px;
}
.page-template .sodan-article-lists, .page-template-default .sodan-article-lists, .single .sodan-article-lists {
  flex: 1 0 62.5vw;
  max-width: auto;
}
.page-template .sodan-article-lists__introduction, .page-template-default .sodan-article-lists__introduction, .single .sodan-article-lists__introduction {
  padding-left: 20vw;
  padding-right: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 62.5vw;
}
@media screen and (max-width: 598px) {
  .page-template .sodan-article-lists__introduction, .page-template-default .sodan-article-lists__introduction, .single .sodan-article-lists__introduction {
    margin-top: 0px;
    padding: 0 30px;
    width: 100%;
  }
}
.page-template .sodan-article-lists .btn-block, .page-template-default .sodan-article-lists .btn-block, .single .sodan-article-lists .btn-block {
  padding: 0;
  width: 122%;
  max-width: 122%;
}
@media screen and (max-width: 598px) {
  .page-template .sodan-article-lists .btn-block, .page-template-default .sodan-article-lists .btn-block, .single .sodan-article-lists .btn-block {
    width: calc(100% - 60px);
  }
}

#about #main-content .category {
  background-color: #F7F2EA;
}
#about #main-content .category .title .heading-lv2 img {
  margin: auto;
}
#about #main-content .outline .local-main-nav {
  text-align: center;
  padding: 30px 0 80px 0;
}
#about #main-content .outline .local-main-nav a {
  text-decoration: none;
  color: black;
}
#about #main-content .outline .outline-block {
  margin-bottom: 60px;
}
#about #main-content .access-details {
  margin: 30px;
}
#about #main-content .access-details .nav.nav-tabs {
  border: none;
}
#about #main-content .access-details .nav.nav-tabs .nav-item {
  margin: 0 4px -1px 4px;
}
#about #main-content .access-details .nav.nav-tabs .nav-item .nav-link {
  color: white;
}
#about #main-content .access-details .nav.nav-tabs .nav-item .nav-link#shuhen-tab {
  background-color: #00a9f4;
}
#about #main-content .access-details .nav.nav-tabs .nav-item .nav-link#rosen-tab {
  background-color: #ff7bd0;
}
#about #main-content .access-details .nav.nav-tabs .nav-item .nav-link#shinai-tab {
  background-color: #f2bc2b;
}
#about #main-content .access-details .tab-content {
  background-color: white;
  z-index: 10;
  border-radius: 10px;
}
#about #main-content .access-details .tab-content .tab-pane {
  padding: 20px;
}
#about #main-content .access-details .tab-content .tab-pane .tab-details img {
  margin: auto;
}
#about #main-content .access-details .tab-content .tab-pane#shuhen-tab-pane {
  border: 1px solid #00a9f4;
  border-radius: 10px;
}
#about #main-content .access-details .tab-content .tab-pane#rosen-tab-pane {
  border: 1px solid #ff7bd0;
  border-radius: 10px;
}
#about #main-content .access-details .tab-content .tab-pane#shinai-tab-pane {
  border: 1px solid #f2bc2b;
  border-radius: 10px;
}
#about #main-content .area-block .area-detail-01 .col {
  padding-right: 0 !important;
}
#about #main-content .area-block .area-detail-01 .pic-caption {
  font-size: 0.7em;
}
#about #main-content .onsen-block {
  padding: 80px;
}
#about #main-content .onsen-block .onesen-text {
  padding: 20px;
  border-radius: 6px;
}
#about #main-content .onsen-block .onsen-img {
  border-radius: 6px;
}
#about #main-content .indus-block {
  padding: 80px;
}
#about #main-content .indus-block .indus-text {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
}

.page-location #main-content .category {
  background-color: #F7F2EA;
}
.page-location #main-content .category .title .medium-title img {
  margin: auto;
}
.page-location #main-content .location .local-main-nav {
  text-align: center;
  padding: 30px 0 80px 0;
}
.page-location #main-content .location .local-main-nav a {
  text-decoration: none;
  color: black;
}
.page-location #main-content .location .location-block {
  margin-bottom: 60px;
}
.page-location #main-content .location .location-block .location-map {
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 30px;
}
@media screen and (max-width: 598px) {
  .page-location #main-content .location .location-block .location-map {
    padding: 10px;
  }
}
.page-location #main-content .location .location-block .location-map img {
  border-radius: 10px;
}
.page-location #main-content .location .location-block .location-pics {
  margin-top: -30px;
}
.page-location #main-content .location .location-block .location-pics .col-4 .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.page-location #main-content .location .location-block .location-pics .col-4 .image_area:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-location #main-content .location .location-block .location-pics .col-4 .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-location #main-content .location .location-block .location-pics .col-4 .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.page-location #main-content .location .location-block .location-pics .col-4 .image_area {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 598px) {
  .page-location #main-content .location .location-block .location-pics {
    margin-top: 30px;
  }
  .page-location #main-content .location .location-block .location-pics .col-4 {
    width: 100%;
  }
}
.page-location #main-content .location .location-block .location-pics img {
  border-radius: 10px;
  margin: auto;
}
.page-location #main-content .location .location-block .location-pics p.text-caption {
  font-size: 0.8em;
  margin-left: 1.4em;
}
.page-location #main-content .location-details {
  margin: 30px;
}
@media screen and (max-width: 598px) {
  .page-location #main-content .location-details {
    margin: initial;
  }
}
.page-location #main-content .location-details .nav.nav-tabs {
  border: none;
}
.page-location #main-content .location-details .nav.nav-tabs .nav-item {
  margin: 0 4px -1px 4px;
}
.page-location #main-content .location-details .nav.nav-tabs .nav-item .nav-link {
  color: white;
  width: 20vw;
  max-width: 160px;
}
@media screen and (max-width: 598px) {
  .page-location #main-content .location-details .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
    padding: 4px 8px;
    min-width: 80px;
  }
}
.page-location #main-content .location-details .nav.nav-tabs .nav-item .nav-link#temp-tab {
  background-color: #00a9f4;
}
.page-location #main-content .location-details .nav.nav-tabs .nav-item .nav-link#precip-tab {
  background-color: #ff7bd0;
}
.page-location #main-content .location-details .nav.nav-tabs .nav-item .nav-link#sun-tab {
  background-color: #f2bc2b;
}
.page-location #main-content .location-details .tab-content {
  background-color: white;
  z-index: 10;
  border-radius: 10px;
}
.page-location #main-content .location-details .tab-content .tab-pane {
  padding: 30px;
}
@media screen and (max-width: 598px) {
  .page-location #main-content .location-details .tab-content .tab-pane {
    padding: 10px;
  }
}
.page-location #main-content .location-details .tab-content .tab-pane .tab-details img {
  margin: auto;
}
.page-location #main-content .location-details .tab-content .tab-pane#temp-tab-pane {
  border: 1px solid #00a9f4;
  border-radius: 10px;
}
.page-location #main-content .location-details .tab-content .tab-pane#precip-tab-pane {
  border: 1px solid #ff7bd0;
  border-radius: 10px;
}
.page-location #main-content .location-details .tab-content .tab-pane#sun-tab-pane {
  border: 1px solid #f2bc2b;
  border-radius: 10px;
}
.page-location #main-content .weather-block {
  padding: 0 1.4em;
}
@media screen and (max-width: 598px) {
  .page-location #main-content .weather-block {
    flex-direction: column;
  }
}
.page-location #main-content .weather-block p {
  padding: 1em;
}

.page-regions #main-content .category {
  background-color: #F7F2EA;
}
.page-regions #main-content .category .title .medium-title img {
  margin: auto;
}
@media screen and (max-width: 598px) {
  .page-regions #main-content .regions .row .col-6 {
    width: 100%;
  }
  .page-regions #main-content .regions .row .col-6 + .col-6 {
    margin-top: 30px;
  }
}
.page-regions #main-content .regions .local-main-nav {
  text-align: center;
  padding: 30px 0 80px 0;
}
.page-regions #main-content .regions .local-main-nav a {
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 598px) {
  .page-regions #main-content .regions .article-lists {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: initial;
    padding-right: initial;
  }
}
@media screen and (max-width: 598px) {
  .page-regions #main-content .regions.gray-block .regions-block {
    max-width: calc(100% - 40px);
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-regions #main-content .regions.gray-block .area-post-list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 7.8%;
  }
  .page-regions #main-content .regions.gray-block .area-post-list .tags {
    max-width: calc(100% - 0px);
    padding-left: initial;
    padding-right: initial;
  }
  .page-regions #main-content .regions.gray-block .area-post-list .article-lists .area-post-list {
    padding: 0 0px;
  }
}
.page-regions #main-content .regions .regions-block {
  margin-bottom: 60px;
}
.page-regions #main-content .regions .regions-block .table-cap {
  font-weight: 600;
  border-left: 4px solid black !important;
  margin-left: 10px;
  margin-top: 30px !important;
  margin-bottom: 15px;
  padding-left: 4px !important;
}
.page-regions #main-content .regions .regions-block table {
  background-color: white;
  margin: 0.6em;
  border: solid 1px black;
  border-collapse: collapse;
}
@media screen and (max-width: 598px) {
  .page-regions #main-content .regions .regions-block table {
    margin: initial;
  }
}
.page-regions #main-content .regions .regions-block table tbody tr td {
  border: solid 1px black;
  padding: 10px;
  vertical-align: top;
}
.page-regions #main-content .regions .regions-block .caption {
  font-size: clamp(13px, 1.3vw, 14px);
}
.page-regions #main-content .regions .regions-block .caption p {
  margin-bottom: 4px;
}
.page-regions #main-content .regions .regions-block .caption a {
  color: #08b671;
}
.page-regions #main-content .access-details {
  margin: 30px;
}
.page-regions #main-content .access-details .nav.nav-tabs {
  border: none;
}
.page-regions #main-content .access-details .nav.nav-tabs .nav-item {
  margin: 0 4px -1px 4px;
}
.page-regions #main-content .access-details .nav.nav-tabs .nav-item .nav-link {
  color: white;
}
.page-regions #main-content .access-details .nav.nav-tabs .nav-item .nav-link#shuhen-tab {
  background-color: #00a9f4;
}
.page-regions #main-content .access-details .nav.nav-tabs .nav-item .nav-link#rosen-tab {
  background-color: #ff7bd0;
}
.page-regions #main-content .access-details .nav.nav-tabs .nav-item .nav-link#shinai-tab {
  background-color: #f2bc2b;
}
.page-regions #main-content .access-details .tab-content {
  background-color: white;
  z-index: 10;
  border-radius: 10px;
}
.page-regions #main-content .access-details .tab-content .tab-pane {
  padding: 20px;
}
.page-regions #main-content .access-details .tab-content .tab-pane .tab-details img {
  margin: auto;
}
.page-regions #main-content .access-details .tab-content .tab-pane#shuhen-tab-pane {
  border: 1px solid #00a9f4;
  border-radius: 10px;
}
.page-regions #main-content .access-details .tab-content .tab-pane#rosen-tab-pane {
  border: 1px solid #ff7bd0;
  border-radius: 10px;
}
.page-regions #main-content .access-details .tab-content .tab-pane#shinai-tab-pane {
  border: 1px solid #f2bc2b;
  border-radius: 10px;
}
.page-regions #main-content .area-block .area-detail-01 .col {
  padding-right: 0 !important;
}
.page-regions #main-content .area-block .area-detail-01 .pic-caption {
  font-size: 0.7em;
}
.page-regions #main-content .onsen-block {
  padding: 80px;
}
.page-regions #main-content .onsen-block .onesen-text {
  padding: 20px;
  border-radius: 6px;
}
.page-regions #main-content .onsen-block .onsen-img {
  border-radius: 6px;
}
.page-regions #main-content .indus-block {
  padding: 80px;
}
.page-regions #main-content .indus-block .indus-text {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #DEDEDE;
}
.page-regions #main-content h4 + .subpage__contents {
  margin-top: 0px;
}
.page-regions #main-content h4 + .swiper {
  margin-top: 20px;
}
.page-regions #main-content .article-lists .subpage__contents .post-list {
  margin-left: 10px;
}

.is-left-scrollable .scroll-hint-icon-wrap {
  transition: opacity 0.3s ease; /* フェードアウトの効果 */
  display: none;
}

@media screen and (max-width: 598px) {
  .page-date #main-content .article-lists .row {
    flex-direction: column-reverse;
    gap: 20px 0;
  }
  .page-date #main-content .article-lists .row.reverse {
    flex-direction: column-reverse;
  }
}
.page-date #main-content .article-lists__footer .row {
  flex-direction: row;
  gap: initial;
}
.page-date #main-content .article-lists .container img {
  border-radius: 8px;
}
.page-date #main-content .category {
  background-color: #F7F2EA;
}
.page-date #main-content .category .title .heading-lv2 img {
  margin: auto;
}
.page-date #main-content .outline .local-main-nav {
  text-align: center;
  padding: 30px 0 80px 0;
}
.page-date #main-content .outline .local-main-nav a {
  text-decoration: none;
  color: black;
}
.page-date #main-content.date .flex-col_r {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px 0;
}

.page-move-to #main-content .row > *, .page-voice #main-content .row > * {
  padding-left: initial;
  padding-right: initial;
}
@media screen and (max-width: 598px) {
  .page-move-to #main-content.move-to .container, .page-voice #main-content.move-to .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-move-to #main-content .move-to-1 > .container .row, .page-voice #main-content .move-to-1 > .container .row {
  margin-left: auto;
  margin-right: auto;
}
.page-move-to #main-content .image1 img, .page-voice #main-content .image1 img {
  margin-top: 12px;
}
.page-move-to #main-content .article-block + .article-block, .page-voice #main-content .article-block + .article-block {
  padding-top: initial;
}
.page-move-to #main-content .category, .page-voice #main-content .category {
  background-color: #F7F2EA;
}
.page-move-to #main-content .category .title .heading-lv2 img, .page-voice #main-content .category .title .heading-lv2 img {
  margin: auto;
}
.page-move-to #main-content .outline .local-main-nav, .page-voice #main-content .outline .local-main-nav {
  text-align: center;
  padding: 30px 0 80px 0;
}
.page-move-to #main-content .outline .local-main-nav a, .page-voice #main-content .outline .local-main-nav a {
  text-decoration: none;
  color: black;
}
.page-move-to #main-content .row-reverse, .page-voice #main-content .row-reverse {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 598px) {
  .page-move-to #main-content .row-reverse, .page-voice #main-content .row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 598px) {
  .page-move-to #main-content .yourown, .page-voice #main-content .yourown {
    margin-top: 20px;
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
.page-move-to #main-content .yourown__item, .page-voice #main-content .yourown__item {
  position: relative;
}
.page-move-to #main-content .yourown__item .image_area, .page-voice #main-content .yourown__item .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.page-move-to #main-content .yourown__item .image_area:before, .page-voice #main-content .yourown__item .image_area:before {
  content: "";
  display: block;
  padding-top: 66.667%;
}
.page-move-to #main-content .yourown__item .image_area figure, .page-voice #main-content .yourown__item .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-move-to #main-content .yourown__item .image_area figure img, .page-voice #main-content .yourown__item .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.page-move-to #main-content .yourown__item .status, .page-voice #main-content .yourown__item .status {
  position: absolute;
  bottom: 0;
  background: black;
  color: white;
  padding: 3px 12px;
  font-size: clamp(12px, 1.2vw, 14px);
}

.page-support #main-content .category {
  background-color: #F7F2EA;
}
.page-support #main-content .category .title .heading-lv2 img {
  margin: auto;
}
.page-support #main-content .outline .local-main-nav {
  text-align: center;
  padding: 30px 0 80px 0;
}
.page-support #main-content .outline .local-main-nav a {
  text-decoration: none;
  color: black;
}
.page-support #main-content h4 {
  font-size: clamp(18px, 1.5vw, 21px);
}
.page-support #main-content ul.listed li {
  list-style: disc inside;
  padding-left: 1.2em;
}
.page-support #main-content .exp-review {
  border: 1px solid #ebebeb !important;
  padding: 1.2em;
}

.faq {
  margin-bottom: 120px;
}
.faq__category--item {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq__category--item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.faq .faq__category + .faq__category {
  margin-top: 120px;
}
.faq__question {
  width: 100%;
  padding: 20px;
  background: #fafafa;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  transition: background-color 0.3s ease;
}
.faq__question:hover {
  background: #e9ecef;
}
.faq__question[aria-expanded=true] {
  background: #08b671;
  color: white;
}
.faq__question[aria-expanded=true] .faq__icon {
  transform: rotate(45deg);
}
.faq__question:focus {
  outline: 2px solid #08b671;
  outline-offset: 2px;
}
.faq__question-text {
  flex: 1;
  margin-right: 15px;
  line-height: 1.4;
  letter-spacing: 0.065rem;
}
.faq__icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
  min-width: 20px;
  text-align: center;
  user-select: none;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.faq__answer[aria-hidden=false] {
  max-height: 1000px;
}
.faq__answer.expanding {
  transition: max-height 0.3s ease-out;
}
.faq__answer.collapsing {
  transition: max-height 0.3s ease-in;
}
.faq__answer-content {
  padding: 20px;
  background: white;
  border-top: 1px solid #e9e9e9;
  line-height: 1.6;
}
.faq__answer-content p {
  margin: 0 0 1em 0;
}
.faq__answer-content p:last-child {
  margin-bottom: 0;
}
.faq__answer-content img {
  width: initial;
}
.faq__answer-content ul, .faq__answer-content ol {
  margin: 0 0 1em 0;
  padding-left: 1.5em;
}
.faq__answer-content li {
  margin-bottom: 0.5em;
}
.faq__answer-content li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .faq__question {
    padding: 15px;
    font-size: 14px;
  }
  .faq__question-text {
    margin-right: 10px;
  }
  .faq__icon {
    font-size: 18px;
    min-width: 18px;
  }
  .faq__answer-content {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .faq__question {
    padding: 12px;
    font-size: 13px;
  }
  .faq__answer-content {
    padding: 12px;
  }
}
@media (prefers-color-scheme: dark) {
  .faq__category--item {
    border-color: #444;
  }
  .faq__question {
    background: #2a2a2a;
    color: #e0e0e0;
  }
  .faq__question:hover {
    background: #3a3a3a;
  }
  .faq__question[aria-expanded=true] {
    background: #0066cc;
  }
  .faq__answer-content {
    background: #1a1a1a;
    border-top-color: #444;
    color: #e0e0e0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faq__answer-content {
  animation: fadeIn 0.3s ease-in-out;
}

.faq--primary .faq__question[aria-expanded=true] {
  background: #007cba;
}

.faq--secondary .faq__question[aria-expanded=true] {
  background: #6c757d;
}

.faq--success .faq__question[aria-expanded=true] {
  background: #28a745;
}

@media print {
  .faq__question {
    background: transparent !important;
    color: black !important;
  }
  .faq__answer {
    max-height: none !important;
    overflow: visible !important;
  }
  .faq__answer[aria-hidden=true] {
    display: block !important;
  }
  .faq__icon {
    display: none;
  }
}
