@charset "UTF-8";
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --grad01: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
  --grad02: linear-gradient(90deg, #5ec15d 0%, #03a778 100%);
  --green01: #00a778;
  --gray01: #6f6f6f;
  --gray02: #cccccc;
  --black02: #333333;
  --green02: #e8f7ef;
  --green03: rgba(0, 167, 120, 0.8);
  --green04: #03a778;
  --cubic-bezier: cubic-bezier(0.57, 0.15, 0.13, 0.97);
  --leading-trim: calc((1em - 1lh) / 2);
}

* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  color: var(--black02);
  background: #fff;
  font-feature-settings: "palt" 1;
  font-variant-east-asian: proportional-width;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  position: relative;
}
@media screen and (max-width:768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
body.is-menu-open {
  overflow: hidden;
  height: 100svh;
  position: fixed;
  width: 100%;
}
body.is-locked {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  padding-right: var(--scrollbar);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--text-black);
  text-decoration: none;
  transition: opacity 0.3s ease-in-out, back-ground 0.3s ease-in-out, color 0.3s ease-in-out;
  opacity: 1;
}

a:hover {
  opacity: 1;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

table thead th,
table thead td {
  background-color: #f2f2f2;
}

table th,
table td {
  border-collapse: collapse;
}

table th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
a[href^=tel] {
  text-decoration: none;
  color: inherit;
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

section {
  padding: 72px 0 0;
}
@media screen and (max-width:768px) {
  section {
    padding: 40px 0 0;
  }
}
section .sec-ttl-wrapper {
  margin-bottom: 60px;
}

.inner {
  width: 92.3076923077%;
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .sp-pd5 {
    padding: 0 5px;
  }
}

@media screen and (max-width:768px) {
  .sp-pd20 {
    padding: 0 20px;
  }
}

.ta-c {
  text-align: center;
}

.ta-j {
  text-align: justify;
}

.ta-r {
  text-align: right;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

address {
  font-style: normal;
  text-decoration: none;
}

.breadcrumb a {
  border-bottom: 1px solid white;
}
.breadcrumb .sep::after {
  content: "";
  width: 5px;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: url(../../assets/images/arrowback.svg) no-repeat center/contain;
  margin: 0 8px;
  vertical-align: middle;
}

.btn-menu {
  display: none;
  width: 64px;
  height: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  border-radius: 20px;
  color: white;
  right: 5.9701492537vw;
  z-index: 9999;
}
@media screen and (max-width:768px) {
  .btn-menu {
    display: block;
  }
}

.has-hover-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--enji-gousei);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 1;
}
.has-hover-line:hover::after {
  -webkit-animation: underline-hover 0.2s ease forwards;
  animation: underline-hover 0.2s ease forwards;
}
.has-hover-line:not(:hover)::after {
  -webkit-animation: underline-exit 0.8s ease forwards;
  animation: underline-exit 0.8s ease forwards;
}

.sec-ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .sec-ttl01 {
    margin-bottom: 30px;
  }
}
.sec-ttl01 .sub-ttl {
  color: var(--enji-gousei);
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .sec-ttl01 .sub-ttl {
    font-size: 1.4rem;
  }
}
.sec-ttl01 .sec-ttl {
  font-weight: 500;
  font-size: clamp(38px, 3.074670571vw, 42px);
  line-height: 1.5;
}

.btn01 {
  max-width: 320px;
  background-color: var(--green01);
  color: white;
  height: 60px;
  display: grid;
  width: 100%;
  place-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 40px;
}

.btn02 {
  padding: calc(var(--leading-trim) + 14px) 30px;
  border-radius: 5px;
  border: 1px solid var(--green01);
  color: var(--green01);
  height: 54px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: all 0.3s var(--cubic-bezier);
}
.btn02::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../assets/images/arrow01-right.svg) no-repeat top center/contain;
  display: inline-block;
  transition: all 0.3s var(--cubic-bezier);
}
.btn02:hover {
  background: var(--green01);
  color: white;
}
.btn02:hover::after {
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat top center/contain;
}

.btn03 {
  padding: calc(var(--leading-trim) + 14px) 30px;
  border-radius: 5px;
  border: 1px solid white;
  color: white;
  min-height: 54px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  min-width: 162px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: all 0.3s var(--cubic-bezier);
}
.btn03::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat top center/contain;
  display: inline-block;
  transition: all 0.3s var(--cubic-bezier);
}
.btn03:hover {
  background: white;
  color: var(--green01);
}
.btn03:hover::after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat top center/contain;
}

.btn04 {
  padding: calc(var(--leading-trim) + 14px) 30px;
  border-radius: 5px;
  border: 1px solid var(--green01);
  color: var(--green01);
  font-size: 1.6rem;
  height: 54px;
  font-weight: 700;
  background-color: white;
  line-height: 1;
  display: flex;
  min-width: 162px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: all 0.3s var(--cubic-bezier);
}
.btn04::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../assets/images/icon-search.svg) no-repeat top center/contain;
  display: inline-block;
  transition: all 0.3s var(--cubic-bezier);
}
.btn04:hover {
  background: var(--green01);
  color: white;
}
.btn04:hover::after {
  background: url(../../assets/images/icon-search-white.svg) no-repeat top center/contain;
}

.notification {
  background: var(--grad02);
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .notification {
    height: 120px;
  }
}
.notification a {
  font-size: 2rem;
  border-radius: 50px;
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width:768px) {
  .notification a {
    font-size: 1.8rem;
    padding-left: 56px;
    padding-right: 56px;
    height: 68px;
  }
}

.lh21 {
  line-height: 2.1;
}

.text {
  text-align: justify;
}

.pr3 {
  padding-right: 3em;
}

a:hover .img-ov img {
  transform: scale(1.1);
}

.img-ov {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.img-ov img {
  transition: all 0.3s var(--cubic-bezier) 0s;
}

hgroup {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  hgroup {
    margin-bottom: 20px;
  }
}
hgroup h2 {
  color: var(--green01);
  font-weight: 700;
  font-size: clamp(40px, 2.5vw, 48px);
  letter-spacing: 0;
  line-height: 1.3333333333;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  hgroup h2 {
    line-height: 1.2;
  }
}
hgroup .sub-ttl {
  font-size: clamp(20px, 1.1458333333vw, 22px);
  font-weight: 700;
  line-height: 1.3181818182;
  letter-spacing: 0.025em;
}

.page-ttl-area {
  height: 518px;
  position: relative;
}
@media screen and (max-width:768px) {
  .page-ttl-area {
    min-height: 316px;
    height: auto;
  }
}
.page-ttl-area .img-wrapper {
  width: 84.4791666667%;
  height: 448px;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .page-ttl-area .img-wrapper {
    height: 258px;
    width: 96.1538461538%;
  }
}
.page-ttl-area .img-wrapper::after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(136, 136, 136, 0.5), rgba(255, 255, 255, 0.5));
  mix-blend-mode: multiply;
}
@media screen and (max-width:768px) {
  .page-ttl-area .img-wrapper::after {
    width: 100%;
  }
}
.page-ttl-area .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-ttl-area .img-wrapper .page-ttl {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  color: white;
  letter-spacing: 0.025em;
  font-size: clamp(30px, 2.6041666667vw, 50px);
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .page-ttl-area .img-wrapper .page-ttl {
    top: 35px;
    left: 35px;
    transform: translateX(0);
    line-height: 1.3333333333;
  }
}
.page-ttl-area .bg {
  width: 87.5%;
  height: 444px;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: var(--grad01);
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width:768px) {
  .page-ttl-area .bg {
    width: 96.1538461538%;
    border-radius: 0 0 30px 0;
    height: 270px;
  }
}
.page-ttl-area .inner {
  position: relative;
}

.breadcrumb {
  width: 89.7435897436%;
  max-width: 1260px;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-top: 24px;
  letter-spacing: 0;
  color: white;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb span {
    line-height: 1.5;
  }
}
.breadcrumb .current-item {
  font-weight: 600;
}

.lower {
  overflow: hidden;
}

.sec-ttl02 {
  font-size: clamp(20px, 2.0497803807vw, 28px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.sec-ttl02::before {
  content: "";
  height: 2px;
  width: 0.8em;
  background: var(--enji02);
  margin-right: 0.5em;
}

.sec-ttl05 {
  font-size: clamp(22px, 2.0497803807vw, 28px);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .sec-ttl05 {
    margin-bottom: 30px;
  }
}
.sec-ttl05::before {
  content: "";
  height: 2px;
  width: 0.8em;
  background: var(--enji02);
  margin-right: 0.5em;
}

.sec-ttl03 {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .sec-ttl03 {
    margin-bottom: 30px;
  }
}
.sec-ttl03 .sub-ttl {
  font-size: clamp(16px, 2.196193265vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.sec-ttl03 .sec-ttl {
  color: var(--enji-gousei);
  font-size: clamp(28px, 2.635431918vw, 36px);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.sec-ttl03 .sec-ttl::before {
  content: "";
  width: 0.6em;
  height: 2px;
  background: var(--enji-gousei);
  margin-right: 0.3em;
}

.sec-ttl04 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .sec-ttl04 {
    margin-bottom: 30px;
  }
}
.sec-ttl04 .sub-ttl {
  font-weight: 700;
  font-size: clamp(16px, 2.196193265vw, 30px);
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width:768px) {
  .sec-ttl04 .sub-ttl {
    margin-bottom: 10px;
  }
}
.sec-ttl04 .sec-ttl {
  color: var(--enji-gousei);
  font-weight: 600;
  font-size: clamp(28px, 2.635431918vw, 36px);
}

.lower {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.lower.show {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  height: 145px;
  background: var(--grad02);
  margin-left: calc(50% - 50vw + var(--scrollbar) / 2);
  margin-right: calc(50% - 50vw + var(--scrollbar) / 2);
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width:768px) {
  .pagination {
    margin-top: 40px;
    height: 120px;
  }
}
.pagination .news-pager {
  width: 89.7435897436%;
  max-width: 1260px;
  margin: 0 auto;
  height: 100%;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .pagination .news-pager {
    justify-content: center;
  }
}
.pagination .btn03 {
  width: 303px;
  height: 68px;
  border-radius: 60px;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .pagination .btn03 {
    font-size: 1.8rem;
  }
}
.pagination .pager-item {
  color: white;
  width: 440px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
.pagination .pager-item.is-empty {
  visibility: hidden;
  pointer-events: none;
}
.pagination .pager-item.prev a {
  display: flex;
  align-items: center;
}
.pagination .pager-item.prev a::before {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: all 0.3s var(--cubic-bezier);
}
.pagination .pager-item.prev a:hover::before {
  transform: rotate(180deg) translateX(3px);
}
.pagination .pager-item.next a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .pager-item.next a::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: block;
  margin-left: 10px;
  flex-shrink: 0;
  transition: all 0.3s var(--cubic-bezier);
}
.pagination .pager-item.next a:hover::after {
  transform: translateX(3px);
}

.news-archive .pagination {
  height: auto;
  background: none;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-archive .pagination .pager-item {
  width: auto;
}
.news-archive .pagination .pager-item.first .page-numbers::after, .news-archive .pagination .pager-item.last .page-numbers::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../assets/images/icon-pager-prev.svg) no-repeat center/contain;
  display: block;
}
.news-archive .pagination .pager-item.last .page-numbers::after {
  transform: rotate(180deg);
}
.news-archive .pagination .page-numbers {
  color: var(--green01);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  border: 1px solid var(--green01);
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s var(--cubic-bezier);
}
@media screen and (max-width:768px) {
  .news-archive .pagination .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 4px;
    font-size: 1.6rem;
  }
}
.news-archive .pagination .page-numbers:hover {
  background-color: var(--green02);
}
.news-archive .pagination .page-numbers.current {
  background-color: var(--green01);
  color: white;
}
.news-archive .pagination .page-numbers.dots {
  pointer-events: none;
  color: initial;
  border: none;
  width: auto;
}

main {
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  main {
    margin-bottom: 40px;
  }
}

.no-post-yet {
  padding: 33px 0 35px;
}

main.lower {
  padding-top: 156px;
}
@media screen and (max-width:768px) {
  main.lower {
    padding-top: 90px;
  }
}

/* 管理バー表示中は固定ヘッダーを少し下げる */
.admin-bar header {
  top: 32px;
}

/* スマホ（管理バーが46pxのとき） */
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 0px;
  }
}
html {
  margin-top: 0 !important;
}

/* SP: max-width 768px では改行を非表示に */
@media screen and (max-width: 768px) {
  .br-space,
  .br-space br {
    display: none !important;
  }
}
/* PC: min-width 769px では表示 */
@media screen and (min-width: 769px) {
  .br-space {
    display: inline;
  }
}
.address {
  padding-top: 80px;
}
@media screen and (max-width:768px) {
  .address {
    padding-top: 40px;
  }
}
.address .contents {
  align-items: center;
  gap: 36px;
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
  .address .contents {
    flex-direction: column;
    gap: 30px;
    padding: 0 5px;
  }
}
.address .text-wrapper {
  flex: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width:768px) {
  .address .text-wrapper {
    width: 100%;
  }
}
.address .text-wrapper .content-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.address .text-wrapper .content-inner address {
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.address .iframe-wrapper {
  margin-left: calc(50% - 50vw);
  width: calc(67.4603174603% + 50vw - 50%);
  aspect-ratio: 1178/618;
}
@media screen and (max-width:768px) {
  .address .iframe-wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 606px;
    aspect-ratio: unset;
    width: calc(100% + (50vw - 50%) * 2);
  }
}
.address .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fade {
  opacity: 0;
  transform: translateY(25px);
}

.scroll-hint-icon-green {
  color: white;
  background-color: var(--green01);
}

.header {
  background: white;
  height: 156px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 29px 0 27px;
}
@media screen and (max-width:768px) {
  .header {
    height: 90px;
    padding: 16px 0;
  }
}
.header .header-inner {
  max-width: 1620px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92.3076923077%;
}
@media screen and (max-width:768px) {
  .header .header-inner {
    align-items: flex-start;
  }
}
.header h1 {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:1440px) {
  .header h1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-left: 5px;
  }
}
.header h1 .img-wrapper {
  width: 240px;
}
@media screen and (max-width:768px) {
  .header h1 .img-wrapper {
    width: 164px;
  }
}
.header h1 .img-wrapper img {
  display: block;
}
.header h1 span {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.6666666667;
  padding-top: 3px;
}
@media screen and (max-width:768px) {
  .header h1 span {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0;
  }
}
.header .nav-pc {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.header .nav-pc .nav-top {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  justify-content: flex-end;
  align-items: center;
}
.header .nav-pc .header-tel {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  line-height: 1.36;
}
.header .nav-pc .header-tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 6px;
  background: url(../../assets/images/icon-tel.svg) no-repeat center/contain;
}
.header .nav-pc .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .nav-pc .nav-list > li {
  transition: all 0.3s var(--cubic-bezier);
}
.header .nav-pc .nav-list > li:hover > a {
  color: var(--green01);
}
.header .nav-pc .nav-list > li:hover .sub-menu {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.header .nav-pc .nav-list > li:hover .sub-menu li:not(:last-child) {
  margin-bottom: 24px;
}
.header .nav-pc .nav-list > li:hover .sub-menu a {
  padding: 15px 0 18px;
}
.header .nav-pc .nav-list > li:hover .sub-menu a::before {
  content: "";
  margin-right: 0.3em;
  width: 13px;
  height: 13px;
  border: 1px solid var(--green01);
  border-radius: 50%;
  background-color: var(--green01);
  display: inline-block;
  transition: all 0.3s var(--cubic-bezier);
}
.header .nav-pc .nav-list > li:hover .sub-menu a:hover {
  color: var(--green01);
}
.header .nav-pc .nav-list > li:hover .sub-menu a:hover::before {
  background-color: white;
  border-radius: 50%;
  border: 1px solid var(--green01);
}
.header .nav-pc .nav-list .item {
  font-size: 1.5rem;
  padding-top: 15px;
  position: relative;
  padding-bottom: 18px;
}
.header .nav-pc .nav-list .item::before {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: 19px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  background: var(--black02);
}
.header .nav-pc .nav-list .item a {
  padding: 15px 1.0416666667vw 18px;
  line-height: 1;
}
.header .nav-pc .nav-list .item:last-child::before {
  content: none;
}
.header .nav-pc .nav-list .item:last-child a {
  color: white;
  padding: 15px 50px 18px;
  background-color: var(--green01);
  border-radius: 40px;
  transition: all 0.3s var(--cubic-bezier);
}
.header .nav-pc .nav-list .item:last-child a:hover {
  background-color: rgba(0, 167, 120, 0.8);
}
.header .nav-pc .nav-list .sub-menu {
  position: absolute;
  top: 100%;
  padding: 27px;
  left: 0;
  width: 280px;
  background: var(--green02);
  border-radius: 20px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s var(--cubic-bezier), opacity 0.3s var(--cubic-bezier), transform 0.3s var(--cubic-bezier);
  font-size: 1.5rem;
}
@media screen and (max-width:1210px) {
  .header .nav-pc {
    display: none;
  }
}

.openbtn {
  display: none;
  position: relative;
  width: 40px;
  height: 22px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width:1210px) {
  .openbtn {
    display: block;
  }
}
.openbtn span {
  display: inline-block;
  transition: all 0.3s var(--cubic-bezier);
  position: absolute;
  left: 0px;
  height: 2px;
  display: block;
  background-color: var(--green01);
}
.openbtn span:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.openbtn span:nth-of-type(2) {
  top: 10px;
  width: 100%;
}
.openbtn span:nth-of-type(3) {
  width: 100%;
  top: 20px;
}
.openbtn .openbtn-text {
  content: "MENU";
}
.openbtn.active span {
  background-color: var(--black02);
}
.openbtn.active span:nth-of-type(1) {
  top: 10px;
  transform: rotate(29deg);
  width: 45px;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 10px;
  width: 45px;
  transform: rotate(-29deg);
}
.openbtn.active .openbtn-text {
  color: var(--black02);
}
.openbtn.active .openbtn-text::before {
  content: "CLOSE";
}
.openbtn .openbtn-text {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--green01);
  transition: color 0.3s var(--cubic-bezier);
}
.openbtn .openbtn-text::before {
  content: "MENU";
}

.menu-panel {
  width: 100%;
  height: calc(100svh - 156px);
  overflow-y: auto;
  background-color: white;
  position: fixed;
  top: 156px;
  left: 0;
  transform: translateX(100%);
  visibility: hidden;
  opacity: 1;
  transition: all 0.3s var(--cubic-bezier);
  background-color: var(--green02);
}
@media screen and (max-width:768px) {
  .menu-panel {
    height: calc(100svh - 90px);
    top: 90px;
  }
}
.menu-panel.panelactive {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(0);
}
.menu-panel .content-outer {
  padding-top: 20px;
  padding-bottom: 30px;
}
.menu-panel .gnav-sp {
  width: 82.0512820513%;
  margin: 0 auto;
  min-width: 320px;
}
.menu-panel .gnav-list {
  width: 100%;
  margin: 0 auto 40px;
}
.menu-panel .gnav-list .panel-nav-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: 1px solid #ccc;
}
.menu-panel .gnav-list .panel-nav-item a::after {
  content: "";
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
  height: 14px;
  width: 14px;
  flex-shrink: 0;
  display: inline-block;
}
.menu-panel .gnav-list .panel-nav-item a.no-link {
  cursor: default;
}
.menu-panel .gnav-list .panel-nav-item a.no-link::after {
  content: none;
}
.menu-panel .gnav-list .panel-nav-item > a {
  padding: 20px 0 20px 10px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.menu-panel .gnav-list .panel-nav-item .child-list {
  padding-left: 20px;
}
.menu-panel .gnav-list .panel-nav-item .child-list .child-item a {
  line-height: 1.5;
  font-weight: 500;
  padding: 14px 0 14px 10px;
}
.menu-panel .gnav-list .panel-nav-item:nth-child(1) a {
  border-top: none;
}
.menu-panel .contact-wrapper {
  width: 82.0512820513%;
  margin: 0 auto;
  text-align: center;
}
.menu-panel .contact-wrapper .tel {
  margin-bottom: 26px;
}
.menu-panel .contact-wrapper .tel .tel-note {
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
.menu-panel .contact-wrapper .tel .tel-num {
  font-size: clamp(3.7rem, 10.5128205128vw, 4.1rem);
  font-weight: 700;
  line-height: 1.3170731707;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  color: var(--black02);
  white-space: nowrap;
  justify-content: center;
}
.menu-panel .contact-wrapper .tel .tel-num::before {
  content: "";
  width: 46px;
  height: 46px;
  background: url(../../assets/images/icon-tel.svg) no-repeat center/contain;
  margin-right: 0.2em;
}
.menu-panel .contact-wrapper .btn01 {
  margin: 0 auto;
}

.footer {
  background: var(--green02);
}
.footer .footer-top {
  padding: 60px 0 76px;
}
@media screen and (max-width:768px) {
  .footer .footer-top {
    padding: 40px 0;
  }
}
.footer .footer-inner {
  width: 92.3076923077%;
  margin: 0 auto;
  max-width: 1620px;
  align-items: flex-start;
  position: relative;
}
.footer .footer-inner .back-top-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.footer .footer-inner .back-top-wrapper:hover .back-top {
  background: var(--green03);
}
.footer .footer-inner .back-top {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: var(--cubic-bezier);
  background: var(--green01);
  position: relative;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .back-top {
    width: 50px;
    height: 50px;
  }
}
.footer .footer-inner .back-top::after {
  content: "";
  width: 15px;
  height: 9px;
  background: url(../../assets/images/icon-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:768px) {
  .footer .footer-inner {
    padding: 0 5px;
    flex-direction: column;
  }
}
.footer .footer-inner .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  margin-right: 48px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-logo {
    gap: 6px;
    margin-bottom: 20px;
  }
}
.footer .footer-inner .footer-logo .footer-logo-link {
  width: 240px;
  display: block;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-logo .footer-logo-link {
    width: 158px;
  }
}
.footer .footer-inner .footer-logo span {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-logo span {
    font-size: 1rem;
  }
}
.footer .footer-inner .footer-nav {
  display: flex;
  letter-spacing: 0;
  align-items: flex-start;
  gap: 20px;
  justify-content: flex-end;
  padding-right: 9.375vw;
}
@media screen and (max-width:1440px) {
  .footer .footer-inner .footer-nav {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 0;
  }
}
@media screen and (max-width:480px) {
  .footer .footer-inner .footer-nav {
    flex-direction: column;
    gap: 0;
  }
}
.footer .footer-inner .footer-nav .nav-list {
  min-width: 246px;
}
@media screen and (max-width: 1580px) {
  .footer .footer-inner .footer-nav .nav-list {
    min-width: unset;
  }
}
.footer .footer-inner .footer-nav .nav-list .item {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-nav .nav-list .item {
    margin-bottom: 14px;
  }
}
.footer .footer-inner .footer-nav .nav-list .item a {
  transition: all 0.3s var(--cubic-bezier);
  white-space: nowrap;
  display: block;
}
@media screen and (max-width:1440px) {
  .footer .footer-inner .footer-nav .nav-list .item a {
    font-size: 1.4rem;
  }
}
.footer .footer-inner .footer-nav .nav-list .item a.no-link {
  pointer-events: none;
}
.footer .footer-inner .footer-nav .nav-list .item a:hover:not(.no-link) {
  color: var(--green01);
}
.footer .footer-inner .footer-nav .nav-list .item a::before {
  content: "●";
  margin-right: 0.3em;
  color: var(--green01);
}
.footer .footer-inner .footer-nav .nav-list .item .child-list {
  text-indent: 1.3em;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-nav .nav-list .item .child-list {
    margin-top: 14px;
  }
}
.footer .footer-inner .footer-nav .nav-list .item .child-list .child-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-nav .nav-list .item .child-list .child-item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.footer .footer-inner .footer-nav .nav-list .item .child-list .child-item a:hover {
  color: var(--green01);
}
.footer .footer-inner .footer-nav .nav-list .item .child-list .child-item a::before {
  content: "－";
  margin-right: 0.3em;
  color: var(--green01);
}
@media screen and (max-width:768px) {
  .footer .footer-inner .footer-nav .nav-list:last-child .item:last-child {
    margin-bottom: 0;
  }
}
.footer .footer-bottom {
  background-color: white;
  padding: 32px 0 34px;
}
@media screen and (max-width:768px) {
  .footer .footer-bottom {
    padding: 21px 0 22px;
  }
}
.footer .footer-bottom small {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .footer .footer-bottom small {
    font-size: 1.2rem;
  }
}

:root {
  --grad01: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
  --green01: #00a778;
  --gray01: #6f6f6f;
  --black02: #333333;
  --green02: #e8f7ef;
  --green03: rgba(0, 167, 120, 0.8);
  --cubic-bezier: cubic-bezier(0.57, 0.15, 0.13, 0.97);
  --leading-trim: calc((1em - 1lh) / 2);
}

.mv {
  width: 100%;
  position: relative;
  padding-top: 156px;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s var(--cubic-bezier);
}
@media screen and (max-width:768px) {
  .mv {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.mv.is-ready {
  opacity: 1;
  visibility: visible;
}
.mv .mv-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.mv .mv-container::before {
  content: "";
  width: 87.5%;
  height: calc(100% - 74px);
  margin-top: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 30px;
  background: var(--grad01);
  z-index: 0;
}
@media screen and (max-width:768px) {
  .mv .mv-container::before {
    height: calc(100% - 46px);
    width: 96.1538461538%;
  }
}
.mv .mv-text {
  color: white;
  font-size: clamp(32px, 3.125vw, 60px);
  line-height: 1.1666666667;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 84.375%;
  margin: 0 auto;
  z-index: 2;
  transform: translate(-50%, -50%);
  position: absolute;
  top: calc(50% - 33px);
  left: 50%;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .mv .mv-text {
    top: auto;
    bottom: 30px;
    transform: translateX(-50%);
    width: 92.3076923077%;
    padding: 0 20px;
    left: 50%;
    line-height: 1.3125;
  }
}
.mv .mv-swiper {
  width: 84.4791666667%;
  height: calc(100% - 66px);
  will-change: transform;
  border-top-left-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .mv .mv-swiper {
    width: 96.1538461538%;
    height: calc(100% - 158px);
  }
}
.mv .swiper-wrapper {
  height: 100%;
}
.mv picture {
  display: block;
  height: 100%;
  width: 100%;
}
.mv .swiper-slide {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: transform 18s linear;
}
@media (max-width: 375px) {
  .mv .swiper-slide img {
    object-position: 50% 35%;
  }
}
.mv .swiper-slide.swiper-slide-active img {
  transform: scale(1.08);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.mv .mv-pagination {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 37px;
  padding-bottom: 66px;
}
@media screen and (max-width:768px) {
  .mv .mv-pagination {
    display: none;
  }
}
.mv .mv-pagination .mv-page {
  font-size: 1.6rem;
  color: white;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s var(--cubic-bezier);
}
.mv .mv-pagination .mv-page.is-active {
  color: var(--black02);
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .top-news {
    padding-top: 0;
  }
}
.top-news .contents {
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .top-news .contents {
    flex-direction: column;
  }
}
.top-news .text-wrapper {
  flex: 1;
  flex-shrink: 0;
  min-width: 190px;
}
.top-news .news-content {
  width: 81.4285714286%;
  margin-left: 3.4126984127%;
}
@media screen and (max-width:768px) {
  .top-news .news-content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.news .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .news .tab-list {
    margin-bottom: 32px;
  }
}
.news .tab-list .item:nth-child(1) a {
  width: 78px;
}
@media screen and (max-width:768px) {
  .news .tab-list .item:nth-child(1) a {
    width: 73px;
  }
}
.news .tab-list .item a {
  font-size: 1.3rem;
  display: grid;
  place-content: center;
  background-color: var(--gray01);
  color: white;
  border-radius: 5px;
  height: 27px;
  width: 100px;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .news .tab-list .item a {
    width: 93px;
  }
}
.news .tab-list .item.active a {
  background-color: var(--green01);
}
.news .news-list .item {
  border-bottom: 1px solid var(--gray02);
}
@media screen and (max-width:768px) {
  .news .news-list .item:nth-child(1) a {
    padding-top: 0;
  }
}
.news .news-list .item a {
  display: flex;
  padding: 33px 0 35px;
}
@media screen and (max-width:768px) {
  .news .news-list .item a {
    padding: 20px 0;
    gap: 20px;
  }
}
.news .news-list .item a .date {
  width: 108px;
  font-weight: 400;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .news .news-list .item a .date {
    width: 80px;
    flex-shrink: 0;
  }
}
.news .news-list .item a .ttl {
  transition: all 0.3s var(--cubic-bezier);
  font-weight: 400;
  text-align: justify;
}
.news .news-list .item a .cate-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .news .news-list .item a .cate-list {
    flex-direction: row;
    gap: 0;
  }
}
.news .news-list .item a .cate {
  font-size: 1.3rem;
  border-radius: 5px;
  background-color: var(--gray01);
  width: 100px;
  height: 27px;
  line-height: 1;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .news .news-list .item a .cate {
    margin-bottom: 10px;
    margin-right: 8px;
    width: 93px;
    height: 25px;
  }
}
.news .news-list .item a > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
  .news .news-list .item a > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news .news-list .item a:hover .ttl {
  color: var(--green03);
}
.news .area {
  display: none;
  opacity: 0;
}
.news .area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-timing-function: 1s;
  animation-timing-function: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-about .contents {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 72px;
}
@media screen and (max-width:768px) {
  .top-about .contents {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.top-about .contents .text-wrapper {
  padding: 100px 0 114px;
  width: 50%;
  margin-top: 60px;
  padding-right: 40px;
  background-image: var(--grad02);
  position: relative;
  border-radius: 0 0 0 30px;
  color: white;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .top-about .contents .text-wrapper {
    margin-top: -48px;
    width: 96.1538461538%;
    border-radius: 0 0 0 30px;
    padding: 46px 0 40px;
  }
}
.top-about .contents .text-wrapper .content-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 9.375%;
  max-width: 540px;
}
@media screen and (max-width:768px) {
  .top-about .contents .text-wrapper .content-inner {
    width: 90.6666666667%;
    padding-left: 0;
    margin-left: auto;
    padding-right: 20px;
  }
}
.top-about .contents .text-wrapper .content-inner .desc {
  text-align: justify;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .top-about .contents .text-wrapper .content-inner .desc {
    margin-bottom: 30px;
  }
}
.top-about .contents .text-wrapper h2 {
  color: white;
}
.top-about .contents .img-wrapper {
  margin-right: -5.7291666667%;
  height: 640px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  width: 55.7291666667%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:768px) {
  .top-about .contents .img-wrapper {
    height: 500px;
    margin-right: 0;
    border-radius: 0 30px 0 0;
    width: 96.1538461538%;
  }
}
.top-about .contents .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-info hgroup {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width:768px) {
  .top-info hgroup {
    margin-bottom: 46px;
  }
}
.top-info hgroup h3 {
  color: var(--green01);
  font-weight: 700;
  font-size: clamp(45px, 2.8125vw, 54px);
  letter-spacing: 0;
  line-height: 1.3333333333;
}
.top-info hgroup .sub-ttl {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.top-info .map-area {
  background: var(--green02);
  border-radius: 20px;
  margin-bottom: 78px;
}
@media screen and (max-width:768px) {
  .top-info .map-area {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    margin-bottom: 46px;
  }
}
.top-info .map-area .map-top {
  display: flex;
  justify-content: center;
  padding-bottom: 46px;
}
@media screen and (max-width:768px) {
  .top-info .map-area .map-top {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.top-info .map-area .map-top .img-wrapper {
  width: 55.3968253968%;
  margin-top: -46px;
  padding-left: 6.1111111111%;
}
@media screen and (max-width:768px) {
  .top-info .map-area .map-top .img-wrapper {
    margin: 0 auto;
    margin-top: -27px;
    padding-left: 0;
    width: 94.8717948718%;
  }
}
.top-info .map-area .map-top .img-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
}
.top-info .map-area .map-top .checkbox-wrapper {
  padding-left: 7.619047619%;
  flex: 1;
  padding-top: 60px;
}
@media screen and (max-width:768px) {
  .top-info .map-area .map-top .checkbox-wrapper {
    padding-left: 0;
    padding-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.top-info .map-area .map-top .checkbox-wrapper label {
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--green01);
  align-items: center;
  margin-bottom: 16px;
  gap: 0.3em;
  letter-spacing: 0.025em;
}
.top-info .map-area .map-top .checkbox-wrapper .wide-area-check-list .item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .top-info .map-area .map-top .checkbox-wrapper .wide-area-check-list .item:last-child {
    margin-bottom: 24px;
  }
}
.top-info .map-area .map-top .checkbox-wrapper input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: var(--gray01) 1px solid;
  accent-color: var(--green01);
}
.top-info .map-area .map-top .checkbox-wrapper .wide-area-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.top-info .map-area .map-top .checkbox-wrapper .wide-area-list li a {
  width: 250px;
}
.top-info .map-area .map-top .checkbox-wrapper .wide-area-list li a::after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}
.top-info .map-area .map-top .checkbox-wrapper .wide-area-list li a:hover::after {
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
}
.top-info .map-area .map-bottom {
  color: white;
  border-radius: 0 0 20px 20px;
  background-image: var(--grad02);
  display: block;
}
@media screen and (max-width:768px) {
  .top-info .map-area .map-bottom {
    border-radius: 0;
  }
}
.top-info .map-area .map-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 70px;
  font-weight: 700;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .top-info .map-area .map-bottom a {
    height: 90px;
  }
}
.top-info .map-area .map-bottom a::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
}
.top-info h4 {
  font-size: clamp(18px, 1.1458333333vw, 22px);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
@media screen and (max-width:768px) {
  .top-info h4 {
    margin-bottom: 32px;
  }
}
.top-info h4::before {
  content: "";
  width: 2.5em;
  margin-right: 0.2em;
  height: 2px;
  display: inline-block;
  background: var(--green01);
}
.move-in {
  position: relative;
  padding-bottom: 32px;
}
.move-in.occupied::before {
  background-image: linear-gradient(to bottom, var(--green02), var(--green02) 100%);
}
.move-in:last-child {
  padding-bottom: 56px;
}
@media screen and (max-width:768px) {
  .move-in:last-child {
    padding-bottom: 4px;
  }
}
.move-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar));
  height: 100%;
  display: block;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff 158px, var(--green02) 158px, var(--green02) 100%);
  z-index: -1;
}

.top-info .col3 > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  -moz-column-gap: 3.5714285714%;
  column-gap: 3.5714285714%;
}
@media screen and (max-width:940px) {
  .top-info .col3 > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:640px) {
  .top-info .col3 > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.top-info .col3 > .wp-block-group__inner-container .p-top {
  position: relative;
}
.top-info .col3 > .wp-block-group__inner-container .p-top .ttl {
  position: absolute;
  padding: 13px 30px;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 77px;
  font-weight: 700;
  font-size: clamp(17px, 1.0416666667vw, 20px);
  color: var(--green01);
  letter-spacing: 0.075em;
  background: var(--green02);
  border-radius: 20px 0 0 0;
}
.top-info .col3 > .wp-block-group__inner-container .p-top .wp-block-image {
  aspect-ratio: 390/300;
  border-radius: 10px;
  overflow: hidden;
}
.top-info .col3 > .wp-block-group__inner-container .p-top .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.top-foundation hgroup {
  text-align: center;
}
.top-foundation .desc {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .top-foundation .desc {
    margin-bottom: 30px;
  }
}
.top-foundation .foundation-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.8095238095%;
}
@media screen and (max-width:640px) {
  .top-foundation .foundation-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.top-foundation .foundation-list .item .img-wrapper {
  border-radius: 18px 18px 0 0;
  aspect-ratio: 606/263;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .top-foundation .foundation-list .item .img-wrapper {
    aspect-ratio: 360/230;
  }
}
.top-foundation .foundation-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-foundation .foundation-list .item .text-wrapper {
  color: white;
  font-size: 2rem;
  display: flex;
  align-items: center;
  padding: 13px 32px 15px;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.45;
  background-image: var(--grad02);
  border-radius: 0 0 18px 18px;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .top-foundation .foundation-list .item .text-wrapper {
    font-size: 1.8rem;
    padding: 15px 17px 18px;
  }
}
.top-foundation .foundation-list .item .text-wrapper::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  margin-left: 0.2em;
  transition: all 0.3s var(--cubic-bezier);
}
.top-foundation .foundation-list .item a:hover .text-wrapper::after {
  transform: translateX(3px);
}

:root {
  --grad01: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
  --grad02: linear-gradient(90deg, #5ec15d 0%, #03a778 100%);
  --green01: #00a778;
  --gray01: #6f6f6f;
  --gray02: #cccccc;
  --black02: #333333;
  --green02: #e8f7ef;
  --green03: rgba(0, 167, 120, 0.8);
  --green04: #03a778;
  --cubic-bezier: cubic-bezier(0.57, 0.15, 0.13, 0.97);
  --leading-trim: calc((1em - 1lh) / 2);
}

.has-text-color-background-color {
  background-color: #333333;
}

.has-text-color-color {
  color: #333333;
}

.has-main-color-background-color {
  background-color: #00a778;
}

.has-main-color-color {
  color: #00a778;
}

.has-light-green-background-color {
  background-color: #eaf7ee;
}

.has-light-green-color {
  color: #eaf7ee;
}

.has-grey01-background-color {
  background-color: #6f6f6f;
}

.has-grey01-color {
  color: #f6f6f6;
}

.has-grad01-gradient-background {
  background: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
}

.has-grad02-gradient-background {
  background: linear-gradient(270deg, #5ec15d 0%, #03a778 100%);
}

.wp-block-image img {
  width: 100%;
}

.has-normal-font-size {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .has-normal-font-size {
    font-size: 1.4rem !important;
  }
}

.has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .has-large-font-size {
    font-size: 1.6rem !important;
  }
}

.wp-block-button.is-style-btn01 .wp-block-button__link {
  color: var(--green01);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 16px 30px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid var(--green01);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wp-block-button.is-style-btn01 .wp-block-button__link::after {
  content: "";
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s var(--cubic-bezier);
}
.wp-block-button.is-style-btn01 .wp-block-button__link:hover {
  background-color: var(--green01);
  color: white;
}
.wp-block-button.is-style-btn01 .wp-block-button__link:hover:after {
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
}

.wp-block-button.is-style-btn02 a {
  color: white;
  font-weight: 700;
  font-size: 2rem;
  padding: 8px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  background: transparent;
  transition: all 0.3s var(--cubic-bezier);
  border-radius: 40px;
  border: 1px solid white;
  min-height: 68px;
}
@media screen and (max-width:768px) {
  .wp-block-button.is-style-btn02 a {
    font-size: 1.8rem;
    padding: 8px 20px;
    line-height: 1.4444444444;
    gap: 6px;
  }
}
.wp-block-button.is-style-btn02 a::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s var(--cubic-bezier);
}
.wp-block-button.is-style-btn02 a:hover {
  background-color: white;
  color: var(--green01);
}
.wp-block-button.is-style-btn02 a:hover::after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}

.wp-block-buttons.btn-area {
  padding: 40px 20px;
  background: var(--grad02);
}
@media screen and (max-width:768px) {
  .wp-block-buttons.btn-area {
    padding: 26px 20px;
  }
}

.wp-block-button.is-style-btn03 .wp-block-button__link {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 16px 30px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid var(--green01);
  background-color: var(--green01);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 8px;
}
@media screen and (max-width:768px) {
  .wp-block-button.is-style-btn03 .wp-block-button__link {
    padding: 12px 15px 12px 15px;
    line-height: 1.4285714286;
    font-size: 1.4rem;
  }
}
.wp-block-button.is-style-btn03 .wp-block-button__link::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s var(--cubic-bezier);
}
.wp-block-button.is-style-btn03 .wp-block-button__link:hover {
  background-color: white;
  color: var(--green01);
}
.wp-block-button.is-style-btn03 .wp-block-button__link:hover:after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}

.wp-block-button.is-style-btn04 .wp-block-button__link {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 16px 44px 16px 30px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid var(--green01);
  background-color: var(--green01);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 8px;
  position: relative;
  min-width: 470px;
  width: 100%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:940px) {
  .wp-block-button.is-style-btn04 .wp-block-button__link {
    min-width: 340px;
    max-width: 340px;
  }
}
@media screen and (max-width:640px) {
  .wp-block-button.is-style-btn04 .wp-block-button__link {
    padding: 12px 40px 12px 15px;
    line-height: 1.4285714286;
    font-size: 1.4rem;
    width: 100%;
    min-width: unset;
  }
}
.wp-block-button.is-style-btn04 .wp-block-button__link::before {
  content: "";
  background: url(../../assets/images/icon-pdf.svg) no-repeat center/contain;
  width: 27px;
  height: 30px;
  transition: all 0.3s var(--cubic-bezier);
  display: inline-block;
  flex-shrink: 0;
}
.wp-block-button.is-style-btn04 .wp-block-button__link::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s var(--cubic-bezier);
}
@media screen and (max-width:768px) {
  .wp-block-button.is-style-btn04 .wp-block-button__link::after {
    right: 20px;
  }
}
.wp-block-button.is-style-btn04 .wp-block-button__link:hover {
  background-color: white;
  color: var(--green01);
}
.wp-block-button.is-style-btn04 .wp-block-button__link:hover:after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}
.wp-block-button.is-style-btn04 .wp-block-button__link:hover:before {
  background: url(../../assets/images/icon-pdf-green.svg) no-repeat center/contain;
}

.custom-btn {
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 16px 44px 16px 30px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid var(--green01);
  background-color: var(--green01);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 8px;
  position: relative;
  min-width: 470px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:940px) {
  .custom-btn {
    min-width: 340px;
    max-width: 340px;
  }
}
@media screen and (max-width:640px) {
  .custom-btn {
    padding: 12px 40px 12px 15px;
    line-height: 1.4285714286;
    font-size: 1.4rem;
    width: 100%;
    min-width: unset;
  }
}
.custom-btn img {
  transition: all 0.3s var(--cubic-bezier);
}
.custom-btn::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s var(--cubic-bezier);
}
@media screen and (max-width:768px) {
  .custom-btn::after {
    right: 20px;
  }
}
.custom-btn:hover {
  background-color: white;
  color: var(--green01);
}
.custom-btn:hover:after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}
.custom-btn:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(47%) sepia(96%) saturate(407%) hue-rotate(122deg) brightness(96%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(47%) sepia(96%) saturate(407%) hue-rotate(122deg) brightness(96%) contrast(98%);
}

.page-content-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .page-content-ttl {
    margin-bottom: 40px;
  }
}
.page-content-ttl h2 {
  color: var(--green01);
  font-weight: 700;
  font-size: clamp(40px, 2.5vw, 48px);
  letter-spacing: 0;
  line-height: 1.3333333333;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .page-content-ttl h2 {
    line-height: 1.2;
  }
}
.page-content-ttl .sub-ttl {
  font-size: clamp(20px, 1.1458333333vw, 22px);
  font-weight: 700;
  line-height: 1.3181818182;
  letter-spacing: 0.025em;
}
@media screen and (max-width:768px) {
  .page-content-ttl {
    margin: auto;
    margin-bottom: 40px;
    width: 100%;
  }
}

.cd-wrapper > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width:768px) {
  .cd-wrapper > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 55px;
  }
}

.cd-item {
  max-width: 610px;
  width: 100%;
  border-radius: 5px;
  background: var(--green02);
  position: relative;
  padding: 50px 50px 35px;
}
@media screen and (max-width:768px) {
  .cd-item {
    padding: 50px 20px 30px;
  }
}
.cd-item > .wp-block-group__inner-container .city-name {
  position: absolute;
  color: white;
  font-weight: 700;
  text-align: center;
  width: calc(100% - 100px);
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--grad02);
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .cd-item > .wp-block-group__inner-container .city-name {
    width: calc(100% - 40px);
  }
}
.cd-item > .wp-block-group__inner-container .branch-name {
  text-align: center;
  color: var(--green01);
  font-weight: 700;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 15px;
}
.cd-item > .wp-block-group__inner-container .branch-name p {
  font-size: 1.8rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.cd-item > .wp-block-group__inner-container .branch-name h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
.cd-item > .wp-block-group__inner-container .address {
  padding-top: 0;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .cd-item > .wp-block-group__inner-container .address {
    font-size: 1.4rem;
  }
}
.cd-item > .wp-block-group__inner-container .note {
  margin-top: 10px;
  font-weight: 700;
  color: var(--green01);
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-a {
  width: 100%;
  border: 1px solid var(--green01);
  border-radius: 5px;
  padding: 60px 0;
  background: white;
}
@media screen and (max-width:768px) {
  .p-a {
    padding: 30px 0;
  }
}
.p-a > .wp-block-group__inner-container {
  max-width: 1060px;
  width: 88.8888888889%;
  margin: 0 auto;
}
.p-a h3 {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .p-a h3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-a .content {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-a .content p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .p-a .content p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.p-b {
  max-width: 606px;
  width: 100%;
  transition: all 0.3s var(--cubic-bezier);
}
.p-b > .wp-block-group__inner-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.p-b .wp-block-image {
  margin-bottom: 0;
  aspect-ratio: 611/301;
}
@media screen and (max-width:768px) {
  .p-b .wp-block-image {
    aspect-ratio: 360/276;
  }
}
.p-b .wp-block-image a:hover img {
  transform: scale(1.05);
}
.p-b .wp-block-image img {
  transition: all 0.3s var(--cubic-bezier);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-b .link-text {
  border-radius: 20px 0 0 0;
  background-color: white;
  font-size: 2rem;
  font-weight: 700;
  color: var(--green01);
  letter-spacing: 0.075em;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:768px) {
  .p-b .link-text {
    font-size: 1.8rem;
    padding: 10px 24px;
  }
}
.p-b.has-link:hover img {
  transform: scale(1.05);
}

.p-c {
  background: var(--grad02);
  padding: 40px 20px;
}
@media screen and (max-width:768px) {
  .p-c {
    padding: 25px 20px;
  }
}
.p-c .wp-block-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .p-c .wp-block-button {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .p-c .wp-block-button__link .small {
    font-size: 1.4rem;
  }
}
.p-c .wp-block-file a {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4444444444;
  padding: 8px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: transparent;
  transition: all 0.3s var(--cubic-bezier);
  border-radius: 40px;
  border: 1px solid white;
  min-height: 68px;
}
@media screen and (max-width:768px) {
  .p-c .wp-block-file a {
    font-size: 1.8rem;
    padding: 8px 20px;
    text-align: center;
  }
}
.p-c .wp-block-file a::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: block;
  flex-shrink: 0;
  transition: all 0.3s var(--cubic-bezier);
}
.p-c .wp-block-file a:hover {
  background-color: white;
  color: var(--green01);
}
.p-c .wp-block-file a:hover::after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}

.p-d {
  font-size: 2rem;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-d {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.p-e {
  font-size: 2rem;
  color: var(--green01);
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .p-e {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.p-f {
  margin-bottom: 0;
  margin: 0 auto;
  width: 100%;
}
.p-f img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-g {
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-g {
    text-align: justify;
  }
}

.p-h {
  max-width: 520px;
  background: white;
  border-radius: 5px;
  padding: 30px 35px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .p-h {
    padding: 30px 20px;
  }
}
.p-h .question {
  font-weight: 700;
}
.p-h .question > .wp-block-group__inner-container {
  display: flex;
}

.p-i {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 14px;
  line-height: 1.5;
  border-bottom: 2px solid var(--green01);
  text-align: left;
  margin-bottom: 24px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .p-i {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-i + .p-j {
  margin-bottom: 24px;
}

.p-j {
  margin-bottom: 15px;
}

.p-k > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: var(--green02);
  border-radius: 5px;
  width: 100%;
  padding: 30px 50px;
}
@media screen and (max-width:768px) {
  .p-k > .wp-block-group__inner-container {
    padding: 20px;
    line-height: 1.4285714286;
    flex-direction: column;
  }
}
.p-k .wp-block-button {
  max-width: 402px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .p-k .wp-block-button {
    max-width: 246px;
  }
}
.p-k .wp-block-button .wp-block-button__link {
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.4285714286;
}

.p-l {
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .p-l {
    text-align: left !important;
  }
}

.p-m {
  padding: 30px 50px;
  background: var(--green02);
  border-radius: 5px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width:768px) {
  .p-m {
    padding: 20px;
  }
}
.p-m > .wp-block-group__inner-container h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .p-m > .wp-block-group__inner-container h4 {
    font-size: 1.4rem;
  }
}
.p-m > .wp-block-group__inner-container p {
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .p-m > .wp-block-group__inner-container p {
    font-size: 1.4rem;
  }
}

.p-n {
  padding: 25px 50px;
  background: var(--green02);
  border-radius: 5px;
  max-width: 560px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .p-n {
    padding: 20px;
    flex-direction: column;
  }
}
.p-n > .wp-block-group__inner-container h4 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
}
@media screen and (max-width:768px) {
  .p-n > .wp-block-group__inner-container h4 {
    font-size: 1.4rem;
  }
}
.p-n > .wp-block-group__inner-container .wp-block-image {
  max-width: 300px;
  margin-bottom: 0;
}

.p-o > .wp-block-group__inner-container {
  padding: 30px 5.2083333333vw;
  border-radius: 5px;
  background-color: var(--green02);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width:768px) {
  .p-o > .wp-block-group__inner-container {
    padding: 20px;
    flex-direction: column;
  }
  .p-o > .wp-block-group__inner-container p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.p-p {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.075em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .p-p {
    margin-bottom: 30px;
  }
}

.p-q {
  max-width: 510px;
  width: 100%;
}
.p-q > .wp-block-group__inner-container {
  border-radius: 20px;
  background-color: var(--green02);
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .p-q > .wp-block-group__inner-container {
    width: 100%;
  }
}
.p-q .text-wrapper {
  padding: 40px 40px 30px;
}
@media screen and (max-width:768px) {
  .p-q .text-wrapper {
    padding: 30px 20px 20px;
  }
}
.p-q .text-wrapper p {
  letter-spacing: 0.075em;
}
.p-q a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  background: var(--grad02);
  padding: 18px 40px;
  gap: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
@media screen and (max-width:768px) {
  .p-q a {
    padding: 12px 45px;
  }
}
@media screen and (max-width:768px) {
  .p-q a {
    font-size: 2rem;
  }
}
.p-q a::after {
  content: "";
  background: url(../../assets/images/arrow01-white-right.png) no-repeat center/contain;
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s var(--cubic-bezier);
}
.p-q a:hover::after {
  transform: translateX(4px);
}

.p-r > .wp-block-group__inner-container {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--green01);
}
.p-r h3 {
  color: white;
  text-align: center;
  font-size: 2rem;
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: var(--green01);
}
@media screen and (max-width:768px) {
  .p-r h3 {
    font-size: 1.8rem;
    padding: 22px 0;
  }
}
.p-r .text-wrapper > .wp-block-group__inner-container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.p-r .text-wrapper {
  padding: 46px 20px 60px;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width:768px) {
  .p-r .text-wrapper {
    padding: 24px 20px 30px;
  }
}
.p-r .text-wrapper ol.wp-block-list {
  list-style: none;
  counter-reset: num;
  padding-left: 1.6em;
  margin-top: 10px;
}
.p-r .text-wrapper ol.wp-block-list li {
  position: relative;
  counter-increment: num;
}
.p-r .text-wrapper ol.wp-block-list li::before {
  content: "(" counter(num) ")";
  position: absolute;
  left: -1.6em;
  top: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.p-r .text-wrapper.text-small {
  padding-bottom: 0;
}

.p-r-a .text-wrapper {
  padding: 96px 20px;
}

.p-t > .wp-block-group__inner-container {
  border: 1px solid var(--green01);
  border-radius: 5px;
  overflow: hidden;
}
.p-t > .wp-block-group__inner-container .ttl-wrapper {
  background-color: var(--green01);
  padding: 18px 20px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  gap: 0;
}
@media screen and (max-width:768px) {
  .p-t > .wp-block-group__inner-container .ttl-wrapper {
    justify-content: flex-start;
    padding: 20px 35px;
  }
}
.p-t > .wp-block-group__inner-container .ttl-wrapper .num {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .p-t > .wp-block-group__inner-container .ttl-wrapper.sp-center {
    justify-content: center;
  }
}
.p-t > .wp-block-group__inner-container h3 {
  line-height: 1.85;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  padding-left: 18px;
  margin-left: 18px;
  position: relative;
}
.p-t > .wp-block-group__inner-container h3::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  left: 0;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .p-t > .wp-block-group__inner-container h3 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}
.p-t > .wp-block-group__inner-container .text-wrapper {
  padding: 46px 20px 60px;
  background: white;
}
@media screen and (max-width:768px) {
  .p-t > .wp-block-group__inner-container .text-wrapper {
    padding: 24px 20px 30px;
  }
}
.p-t > .wp-block-group__inner-container .text-wrapper p {
  max-width: 1060px;
  text-align: justify;
  margin: 0 auto;
}
.p-t > .wp-block-group__inner-container .text-wrapper p:not(:last-child) {
  margin-bottom: 40px;
}
.p-t > .wp-block-group__inner-container .text-wrapper p a {
  color: var(--green01);
  text-decoration: underline;
}
.p-t > .wp-block-group__inner-container .text-wrapper .wp-block-list a {
  color: var(--green01);
  text-decoration: underline;
}
.p-t > .wp-block-group__inner-container .text-wrapper > .wp-block-group__inner-container {
  max-width: 1060px;
  margin: 0 auto;
}
.p-t .figcap {
  margin-bottom: 15px !important;
  color: var(--green01);
  font-weight: 700;
}
.p-t h5 {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .p-t h5 {
    font-size: 1.4rem;
  }
}
.p-t h5.has-bg {
  background: var(--green02);
  letter-spacing: 0.075em;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width:768px) {
  .p-t h5.has-bg {
    padding: 5px 15px;
    margin-bottom: 10px;
  }
}

ol.wp-block-list {
  list-style: none;
  counter-reset: num;
  padding-left: 1.6em;
  margin-top: 10px;
  text-align: justify;
}
ol.wp-block-list li {
  position: relative;
  counter-increment: num;
}
ol.wp-block-list li::before {
  content: "(" counter(num) ")";
  position: absolute;
  left: -1.6em;
  top: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-top > .wp-block-group__inner-container {
  position: relative;
  padding-bottom: 30px;
  max-width: 390px;
  position: relative;
  margin: 0 auto;
}
.p-top > .wp-block-group__inner-container p {
  width: 188px;
  height: 77px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  padding: 12px 0 5px 12px;
  position: absolute;
  right: 0;
  color: var(--green01);
  font-weight: 700;
  font-size: 1.7rem;
  bottom: 0px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--green02);
  border-radius: 20px 0 0 0;
}
.p-top .wp-block-image {
  width: 100%;
  margin-bottom: 0;
  aspect-ratio: 390/300;
}
.p-top img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-wrapper .about-link-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .about-wrapper .about-link-list {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.about-wrapper .p-g {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .about-wrapper .p-g {
    margin-bottom: 40px;
  }
}
.about-wrapper .p-a .wp-block-list li {
  padding-left: 1.1em;
  position: relative;
  text-align: justify;
}
.about-wrapper .p-a .wp-block-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  display: inline-block;
}

.postal-step-item {
  width: 100%;
  position: relative;
}
.postal-step-item:not(:last-child) {
  margin-bottom: 65px;
}
@media screen and (max-width:768px) {
  .postal-step-item:not(:last-child) {
    margin-bottom: 55px;
  }
}
.postal-step-item:not(:last-child)::after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
  transform: rotate(90deg) translateY(50%);
  position: absolute;
  display: block;
  top: calc(100% + 10px);
  left: 50%;
}
@media screen and (max-width:768px) {
  .postal-step-item:not(:last-child)::after {
    width: 35px;
    height: 35px;
  }
}

.postal-step-item {
  padding: 40px 50px 50px;
  background-color: var(--green02);
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .postal-step-item {
    padding: 20px 20px 30px;
  }
  .postal-step-item h3 {
    font-size: 1.8rem;
  }
}
.postal-step-item > .wp-block-group__inner-container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width:768px) {
  .postal-step-item > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.postal-step-item p {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.postal-step-item p:not(:last-of-type) {
  margin-bottom: 10px;
}
.postal-step-item .contents-wrapper {
  margin-top: 0;
  width: 100%;
}
.postal-step-item .num-wrapper {
  gap: 0;
  align-items: center;
  margin-top: 0;
}
.postal-step-item .num-wrapper .text-step {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .postal-step-item .num-wrapper .text-step {
    font-size: 1.8rem;
  }
}
.postal-step-item .num-wrapper .num {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.1em;
}
@media screen and (max-width:768px) {
  .postal-step-item .num-wrapper .num {
    font-size: 5rem;
  }
}
.postal-step-item .has-white-bg {
  background-color: white;
  padding: 30px 35px 35px 35px;
  border-radius: 5px;
  margin-top: 24px;
}
.postal-step-item .has-white-bg p {
  margin-bottom: 10px;
}
.postal-step-item .wp-block-list {
  font-weight: 400;
}

.eligibility-list .p-t {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .eligibility-list .p-t {
    margin-bottom: 30px;
  }
}

.applications-content > .wp-block-group__inner-container {
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--green02);
}
.applications-content > .wp-block-group__inner-container p {
  font-weight: 400;
  text-align: center;
}
.applications-content .contents {
  text-align: center;
  padding: 46px 20px;
}
@media screen and (max-width:768px) {
  .applications-content .contents {
    padding: 24px 20px;
  }
}
.applications-content .contents.contents2 {
  padding: 30px 20px 46px;
}
@media screen and (max-width:768px) {
  .applications-content .contents.contents2 {
    padding: 30px 20px;
  }
}
.applications-content .contents .text {
  text-align: center;
}
@media screen and (max-width:768px) {
  .applications-content .contents .text {
    text-align: left;
  }
}
.applications-content .contents > .wp-block-group__inner-container {
  max-width: 1060px;
  margin: 0 auto;
}
.applications-content {
  width: 100%;
  border: 1px solid var(--green01);
  border-radius: 5px;
}
.applications-content h3 {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  background: var(--green01);
  padding: 24px 20px;
}
@media screen and (max-width:768px) {
  .applications-content h3 {
    font-size: 1.8rem;
  }
}
.applications-content .white-bg-list {
  margin-bottom: 30px;
}
.applications-content .white-bg-list > .wp-block-group__inner-container {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:768px) {
  .applications-content .white-bg-list > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.applications-content .white-bg-list .has-white-bg {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
  max-width: 510px;
  width: 100%;
}
.applications-content .white-bg-list .has-white-bg h4 {
  color: var(--green01);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .applications-content .white-bg-list .has-white-bg h4 {
    font-size: 1.8rem;
  }
}
.applications-content .white-bg-list .has-white-bg p {
  text-align: justify;
}
.applications-content .white-bg-list .has-white-bg .wp-block-button {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .applications-content .white-bg-list .has-white-bg .wp-block-button {
    justify-content: center;
  }
}

.ttl01 {
  color: var(--green01);
  padding-bottom: 20px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 24px;
}
.ttl01 > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl01 h4 {
  font-weight: 700;
  font-size: 2rem;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid var(--green01);
}
.ttl01 p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.ttl02 h5 {
  font-size: 2rem;
  font-weight: 700;
  padding: 13px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .ttl02 h5 {
    font-size: 1.8rem;
    margin-bottom: 24px;
    padding-bottom: 12px;
  }
}

.text-small {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .text-small {
    font-size: 1.2rem;
  }
  .text-small p:not(:first-of-type) {
    padding-left: 1em;
  }
}
.text-small > .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: 0 auto;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .text-small > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 22px;
  }
}
.text-small > .wp-block-group__inner-container p:nth-of-type(1) {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
.text-small > .wp-block-group__inner-container p:nth-of-type(2) {
  flex: 1;
}

.r-re-list .r-re-area,
.r-re-list .r-teiki-area,
.r-teiki-list .r-re-area,
.r-teiki-list .r-teiki-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .r-re-list .r-re-area,
  .r-re-list .r-teiki-area,
  .r-teiki-list .r-re-area,
  .r-teiki-list .r-teiki-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.r-re-list .r-re-area .r-re-name,
.r-re-list .r-re-area .r-teiki-name,
.r-re-list .r-teiki-area .r-re-name,
.r-re-list .r-teiki-area .r-teiki-name,
.r-teiki-list .r-re-area .r-re-name,
.r-teiki-list .r-re-area .r-teiki-name,
.r-teiki-list .r-teiki-area .r-re-name,
.r-teiki-list .r-teiki-area .r-teiki-name {
  letter-spacing: 0.075em;
  font-weight: 500;
  max-width: 420px;
  width: 100%;
  flex-shrink: 0;
  margin-right: 16px;
  letter-spacing: 0;
  line-height: 1.6923076923;
}
@media screen and (max-width:768px) {
  .r-re-list .r-re-area .r-re-name,
  .r-re-list .r-re-area .r-teiki-name,
  .r-re-list .r-teiki-area .r-re-name,
  .r-re-list .r-teiki-area .r-teiki-name,
  .r-teiki-list .r-re-area .r-re-name,
  .r-teiki-list .r-re-area .r-teiki-name,
  .r-teiki-list .r-teiki-area .r-re-name,
  .r-teiki-list .r-teiki-area .r-teiki-name {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.r-re-list .r-re-area .r-re-name::before,
.r-re-list .r-re-area .r-teiki-name::before,
.r-re-list .r-teiki-area .r-re-name::before,
.r-re-list .r-teiki-area .r-teiki-name::before,
.r-teiki-list .r-re-area .r-re-name::before,
.r-teiki-list .r-re-area .r-teiki-name::before,
.r-teiki-list .r-teiki-area .r-re-name::before,
.r-teiki-list .r-teiki-area .r-teiki-name::before {
  content: "■";
  color: var(--green01);
  margin-right: 0.2em;
}
.r-re-list .r-re-area .r-re-btn,
.r-re-list .r-re-area .r-teiki-btn,
.r-re-list .r-teiki-area .r-re-btn,
.r-re-list .r-teiki-area .r-teiki-btn,
.r-teiki-list .r-re-area .r-re-btn,
.r-teiki-list .r-re-area .r-teiki-btn,
.r-teiki-list .r-teiki-area .r-re-btn,
.r-teiki-list .r-teiki-area .r-teiki-btn {
  color: white;
  padding: 4px 13px;
  background-color: var(--green01);
  border: 1px solid var(--green01);
  border-radius: 5px;
  font-size: 1.3rem;
  transition: all 0.3s var(--cubic-bezier);
  min-width: 162px;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
}
.r-re-list .r-re-area .r-re-btn:hover,
.r-re-list .r-re-area .r-teiki-btn:hover,
.r-re-list .r-teiki-area .r-re-btn:hover,
.r-re-list .r-teiki-area .r-teiki-btn:hover,
.r-teiki-list .r-re-area .r-re-btn:hover,
.r-teiki-list .r-re-area .r-teiki-btn:hover,
.r-teiki-list .r-teiki-area .r-re-btn:hover,
.r-teiki-list .r-teiki-area .r-teiki-btn:hover {
  background-color: var(--green02);
  color: var(--green01);
}
.r-re-list .r-re-area .r-re-btn.is-disabled,
.r-re-list .r-re-area .r-teiki-btn.is-disabled,
.r-re-list .r-teiki-area .r-re-btn.is-disabled,
.r-re-list .r-teiki-area .r-teiki-btn.is-disabled,
.r-teiki-list .r-re-area .r-re-btn.is-disabled,
.r-teiki-list .r-re-area .r-teiki-btn.is-disabled,
.r-teiki-list .r-teiki-area .r-re-btn.is-disabled,
.r-teiki-list .r-teiki-area .r-teiki-btn.is-disabled {
  background-color: var(--gray01);
  border-color: var(--gray01);
  text-align: center;
}
.r-re-list .r-re-area .r-re-btn.is-disabled:hover,
.r-re-list .r-re-area .r-teiki-btn.is-disabled:hover,
.r-re-list .r-teiki-area .r-re-btn.is-disabled:hover,
.r-re-list .r-teiki-area .r-teiki-btn.is-disabled:hover,
.r-teiki-list .r-re-area .r-re-btn.is-disabled:hover,
.r-teiki-list .r-re-area .r-teiki-btn.is-disabled:hover,
.r-teiki-list .r-teiki-area .r-re-btn.is-disabled:hover,
.r-teiki-list .r-teiki-area .r-teiki-btn.is-disabled:hover {
  color: white;
}
.r-re-list .r-re-area:has(.r-re-btn.is-disabled) .r-re-name::before,
.r-teiki-list .r-re-area:has(.r-re-btn.is-disabled) .r-re-name::before {
  color: var(--gray01);
}
.r-re-list .r-teiki-area:has(.r-teiki-btn.is-disabled) .r-teiki-name::before,
.r-teiki-list .r-teiki-area:has(.r-teiki-btn.is-disabled) .r-teiki-name::before {
  color: var(--gray01);
}

.doc-item .wp-block-heading {
  position: relative;
}
.doc-item h3 {
  font-weight: 700;
  font-size: 1.8rem;
  padding-left: 23px;
  flex: 1;
}
@media screen and (max-width:768px) {
  .doc-item h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 21px;
  }
}
.doc-item h3::before {
  content: "";
  background: var(--green01);
  border-radius: 2px;
  width: 15px;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.25em;
  display: inline-block;
}
@media screen and (max-width:768px) {
  .doc-item h3::before {
    width: 13px;
    height: 13px;
  }
}
.doc-item h4 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 20px;
  flex: 1;
}
@media screen and (max-width:768px) {
  .doc-item h4 {
    font-size: 1.4rem;
  }
}
.doc-item h4::before {
  content: "＋";
  color: var(--green01);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.doc-item .item-pattern {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--gray02);
}
.doc-item .item-pattern:last-child {
  border-bottom: 1px solid var(--gray02);
}
.doc-item .item-pattern .h3-wrapper {
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width:768px) {
  .doc-item .item-pattern .h3-wrapper .wp-block-buttons,
  .doc-item .item-pattern .h3-wrapper .custom-btn-outer {
    padding-left: 21px;
    width: 100%;
  }
  .doc-item .item-pattern .h3-wrapper .wp-block-buttons .wp-block-button,
  .doc-item .item-pattern .h3-wrapper .custom-btn-outer .wp-block-button {
    width: 100%;
  }
}
.doc-item .item-pattern .h3-wrapper + .h4-wrapper {
  margin-top: 16px;
}
.doc-item .item-pattern .h4-wrapper {
  padding-top: 16px;
  margin-left: 24px;
  padding-bottom: 16px;
  border-top: 1px dashed var(--gray02);
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.doc-item .item-pattern .h4-wrapper:last-child {
  padding-bottom: 0;
}
@media screen and (max-width:768px) {
  .doc-item .item-pattern .h4-wrapper .wp-block-buttons,
  .doc-item .item-pattern .h4-wrapper .custom-btn-outer {
    width: 100%;
  }
  .doc-item .item-pattern .h4-wrapper .wp-block-buttons .wp-block-button,
  .doc-item .item-pattern .h4-wrapper .custom-btn-outer .wp-block-button {
    width: 100%;
  }
}
@media screen and (max-width:640px) {
  .doc-item .item-pattern .h3-wrapper,
  .doc-item .item-pattern .h4-wrapper {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.flow-item .contents-head,
.comfort-item .contents-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 38px;
}
@media screen and (max-width:768px) {
  .flow-item .contents-head,
  .comfort-item .contents-head {
    flex-direction: column-reverse;
    gap: 32px;
    justify-content: center;
    align-items: center;
  }
  .flow-item .contents-head.sp-column,
  .comfort-item .contents-head.sp-column {
    flex-direction: column;
  }
  .flow-item .contents-head.sp-column .has-main-color-color,
  .comfort-item .contents-head.sp-column .has-main-color-color {
    font-weight: 700;
  }
}
.flow-item .contents-head .wp-block-image,
.comfort-item .contents-head .wp-block-image {
  width: 120px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .flow-item .contents-head .wp-block-image,
  .comfort-item .contents-head .wp-block-image {
    width: 90px;
  }
}
.flow-item .contents-head > .wp-block-group,
.comfort-item .contents-head > .wp-block-group {
  flex: 1;
}
.flow-item .content-box:not(:last-child),
.comfort-item .content-box:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .flow-item .content-box:not(:last-child),
  .comfort-item .content-box:not(:last-child) {
    margin-bottom: 30px;
  }
}
.flow-item .content-box p,
.comfort-item .content-box p {
  font-weight: 400;
}
.flow-item .content-box .is-layout-flex,
.comfort-item .content-box .is-layout-flex {
  display: flex;
  gap: 40px;
}
.flow-item .content-box .is-layout-flex > .wp-block-image,
.comfort-item .content-box .is-layout-flex > .wp-block-image {
  width: 60%;
}
.flow-item .content-box .is-layout-flex > .wp-block-list,
.comfort-item .content-box .is-layout-flex > .wp-block-list {
  width: 50%;
}
@media screen and (max-width:768px) {
  .flow-item .content-box .is-layout-flex,
  .comfort-item .content-box .is-layout-flex {
    flex-direction: column;
    gap: 20px;
  }
  .flow-item .content-box .is-layout-flex > .wp-block-image, .flow-item .content-box .is-layout-flex > .wp-block-list,
  .comfort-item .content-box .is-layout-flex > .wp-block-image,
  .comfort-item .content-box .is-layout-flex > .wp-block-list {
    width: 100%;
  }
}
.flow-item h4,
.comfort-item h4 {
  font-size: 2rem;
  padding-bottom: 13px;
  margin-bottom: 24px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-weight: 700;
  border-bottom: 2px solid var(--green01);
}
@media screen and (max-width:768px) {
  .flow-item h4,
  .comfort-item h4 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.flow-item:not(:last-child),
.comfort-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .flow-item:not(:last-child),
  .comfort-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.table-img-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .table-img-wrapper {
    margin-bottom: 30px;
  }
}
.table-img-wrapper figure {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width:768px) {
  .table-img-wrapper figure {
    margin-right: -20px;
  }
}
.table-img-wrapper figure img {
  min-width: 800px;
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}
@media screen and (max-width:768px) {
  .table-img-wrapper figure img {
    width: auto;
  }
}
.table-img-wrapper.min-width470 figure img {
  min-width: 470px;
}

.figcap {
  margin-bottom: 24px;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .figcap {
    margin-bottom: 10px;
  }
}

.head-nav-list {
  margin-bottom: 54px;
}
@media screen and (max-width:768px) {
  .head-nav-list {
    margin-bottom: 30px;
  }
}
.head-nav-list > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 60px;
}
@media screen and (max-width:640px) {
  .head-nav-list > .wp-block-group__inner-container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.nav-item {
  max-width: 400px;
  border-radius: 5px;
  background: var(--green01);
  border: 1px solid var(--green01);
  display: flex;
  color: white;
  overflow: hidden;
  justify-content: space-between;
  height: 68px;
  transition: all 0.3s var(--cubic-bezier);
  gap: 0;
  position: relative;
}
@media screen and (max-width:768px) {
  .nav-item {
    height: 64px;
    width: 100%;
  }
}
.nav-item:not(:last-child)::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20px);
  display: inline-block;
}
.nav-item:hover .text,
.nav-item:hover .num {
  color: var(--green01);
}
.nav-item:hover .text-wrapper {
  background-color: var(--green02);
}
.nav-item:hover .text {
  border-color: var(--green01);
}
.nav-item .text-wrapper {
  padding: 0px 15px 0 20px;
  flex: 1;
  gap: 0;
  height: 100%;
  border-right: 1px solid var(--green01);
  transition: all 0.3s var(--cubic-bezier);
}
.nav-item .wp-block-image {
  width: 70px;
  flex-shrink: 0;
  height: 100%;
}
@media screen and (max-width:768px) {
  .nav-item .wp-block-image {
    width: 66px;
  }
}
.nav-item .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-item .num {
  font-size: 3rem;
  font-weight: 700;
  transition: all 0.3s var(--cubic-bezier);
}
@media screen and (max-width:768px) {
  .nav-item .num {
    font-size: 2.6rem;
  }
}
.nav-item .text {
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.3s var(--cubic-bezier);
  padding-left: 10px;
  margin-left: 10px;
  letter-spacing: 0;
  line-height: 1.5;
  border-left: 1px solid white;
}
@media screen and (max-width:1210px) {
  .nav-item .text {
    font-size: 1.8rem;
  }
}

.comfort-nav > .wp-block-group__inner-container {
  gap: 20px 30px;
  flex-direction: row;
}
@media screen and (max-width:640px) {
  .comfort-nav > .wp-block-group__inner-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.comfort-nav .nav-item-outer {
  width: calc((100% - 60px) / 3);
  max-width: 400px;
}
@media screen and (max-width:940px) {
  .comfort-nav .nav-item-outer {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width:640px) {
  .comfort-nav .nav-item-outer {
    width: 100%;
  }
}
.comfort-nav .nav-item-outer::after {
  content: none;
}

.comfort-item ul.wp-block-list li {
  padding-left: 1.2em;
  font-weight: 400;
  position: relative;
  text-align: justify;
}
.comfort-item ul.wp-block-list li::before {
  content: "●";
  color: var(--green01);
  position: absolute;
  left: 0;
}
.comfort-item ul.wp-block-list li ul.wp-block-list li::before {
  content: "・";
  color: inherit;
}
.comfort-item ul.wp-block-list + .wp-block-buttons {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .comfort-item ul.wp-block-list + .wp-block-buttons {
    margin-top: 15px;
  }
}

.flow-nav .nav-item-outer {
  position: relative;
  width: calc((100% - 120px) / 3);
  max-width: 400px;
}
@media screen and (max-width:768px) {
  .flow-nav .nav-item-outer {
    width: 100%;
  }
}
.flow-nav .nav-item-outer:not(:nth-child(3n))::after {
  content: "";
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 20px);
}
@media screen and (max-width:640px) {
  .flow-nav .nav-item-outer:not(:last-child)::after {
    content: "";
    background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: calc(100% + 7px);
    transform: translateY(0%) rotate(90deg) translateX(0%);
    left: 50%;
  }
}
@media screen and (max-width:1210px) {
  .flow-nav .nav-item-outer {
    width: calc((100% - 60px) / 2);
  }
  .flow-nav .nav-item-outer:nth-child(odd)::after {
    content: "";
    background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
  }
  .flow-nav .nav-item-outer:nth-child(even)::after {
    content: none;
  }
  .flow-nav > .wp-block-group__inner-container {
    justify-content: center;
  }
}
@media screen and (max-width:640px) {
  .flow-nav .nav-item-outer {
    width: 100%;
    position: relative;
  }
  .flow-nav .nav-item-outer:nth-child(even)::after {
    content: "";
    background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: calc(100% + 7px);
    transform: rotate(90deg) translate(0, 0);
    left: calc(50% - 11.5px);
  }
  .flow-nav .nav-item-outer:nth-child(odd)::after {
    content: "";
    background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
    width: 23px;
    height: 23px;
    display: inline-block;
    position: absolute;
    top: calc(100% + 7px);
    transform: rotate(90deg) translate(0, 0);
    left: calc(50% - 11.5px);
  }
  .flow-nav .nav-item-outer:last-child::after {
    content: none;
  }
}

@media screen and (max-width:768px) {
  .p-t.flow-item > .wp-block-group__inner-container .text-wrapper .contents-head .has-main-color-color {
    margin-bottom: 0;
  }
}
.p-t.flow-item > .wp-block-group__inner-container .text-wrapper p {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .p-t.flow-item > .wp-block-group__inner-container .text-wrapper p {
    margin-bottom: 20px;
  }
}
.p-t.flow-item > .wp-block-group__inner-container .text-wrapper .content-box:has(p + .wp-block-list) p:has(+ .wp-block-list) {
  margin-bottom: 10px;
}

@media screen and (max-width:640px) {
  .flow .head-nav-list > .wp-block-group__inner-container {
    gap: 37px;
  }
}

.flow-item ol.wp-block-list {
  font-weight: 400;
  margin-bottom: 10px;
}
.flow-item ol.wp-block-list li::before {
  content: counter(num) ".";
}
.flow-item ol.wp-block-list li > ol.wp-block-list li::before {
  content: "(" counter(num) ")";
}
.flow-item .has-bg {
  padding: 30px 35px;
  background: var(--green02);
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .flow-item .has-bg {
    padding: 20px;
  }
}
.flow-item .sankou {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .flow-item .sankou {
    margin-bottom: 20px;
  }
}
.flow-item .sankou .sankou-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .flow-item .sankou .sankou-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.flow-item .sankou h5 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: var(--green01);
}
.flow-item .sankou h5::before {
  content: "■";
}
.flow-item .sankou ol.wp-block-list {
  font-weight: 400;
}
.flow-item .sankou ol.wp-block-list li::before {
  content: "(" counter(num) ")";
}
.flow-item .h6-wrapper {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .flow-item .h6-wrapper {
    margin-bottom: 20px;
  }
}
.flow-item .h6-wrapper h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.flow-item .h6-wrapper h6::before {
  content: "■";
}
@media screen and (max-width:768px) {
  .flow-item .h6-wrapper h6 {
    font-size: 1.4rem;
  }
}
.flow-item .h6-wrapper:has(.wp-block-list) h6 + p {
  margin-bottom: 10px !important;
}
.flow-item .content-box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .flow-item .content-box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.guide-flex-wrapper {
  gap: 40px;
}
@media screen and (max-width:768px) {
  .guide-flex-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.has-wide-bg {
  position: relative;
  padding: 60px 0 100px;
  margin-left: calc(50% - (50vw - var(--scrollbar) / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar) / 2));
}
@media screen and (max-width:768px) {
  .has-wide-bg {
    padding: 40px 0 40px;
  }
}
.has-wide-bg.gray::before {
  background-color: #f8f8f8;
}
.has-wide-bg.white::before {
  background: white;
}
.has-wide-bg::before {
  content: "";
  background-color: #f8f8f8;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.has-wide-bg > .wp-block-group__inner-container > .wp-block-group {
  max-width: 1260px;
  margin: 0 auto;
  width: 92.3076923077%;
}

.wide-btn .p-c {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.about-wrapper .about-link-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  gap: 40px;
}
@media screen and (max-width:768px) {
  .about-wrapper .about-link-list {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.about-wrapper .p-g {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .about-wrapper .p-g {
    margin-bottom: 40px;
  }
}
.about-wrapper .p-a .wp-block-list li {
  padding-left: 1.1em;
  position: relative;
  text-align: justify;
}
.about-wrapper .p-a .wp-block-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  display: inline-block;
}

@media screen and (max-width:768px) {
  .recruitment .p-r h3 {
    font-size: 1.6rem;
  }
}

.recruitment-list .p-r:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .recruitment-list .p-r:not(:last-child) {
    margin-bottom: 30px;
  }
}

.privacy .inner {
  max-width: 1060px;
}
.privacy .item {
  padding: 0 20px;
}
.privacy .item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .privacy .item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .privacy .item .p-i {
    letter-spacing: 0;
  }
}

@media screen and (max-width:768px) {
  .foundation .p-g br {
    display: none;
  }
}

.disclosure {
  margin-bottom: 0;
}
.disclosure .inner {
  max-width: 1060px;
  margin: 0 auto;
}
.disclosure .has-wide-bg > .wp-block-group__inner-container > .wp-block-group {
  max-width: 1060px;
  margin: 0 auto;
  width: 92.3076923077%;
}

.investigation-list .item {
  margin-bottom: 10px;
}
.investigation-list .item .ttl {
  margin-bottom: 6px;
  font-weight: 700;
}

.site-policy .inner {
  max-width: 1060px;
  margin: 0 auto;
}

.sitepolicy-list .item {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .sitepolicy-list .item {
    margin-bottom: 30px;
  }
}
.sitepolicy-list .item .is-layout-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  margin-top: 24px;
}
@media screen and (max-width:768px) {
  .sitepolicy-list .item .is-layout-flex {
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.sitepolicy-list .item .p-n {
  width: calc(52.8301886792% - 10px);
}
@media screen and (max-width:768px) {
  .sitepolicy-list .item .p-n {
    width: 100%;
  }
}
.sitepolicy-list .item .p-m {
  width: calc(45.2830188679% - 10px);
}
@media screen and (max-width:768px) {
  .sitepolicy-list .item .p-m {
    width: 100%;
  }
}

.has-kome1 {
  padding-left: 1.8em;
  position: relative;
}
.has-kome1::before {
  content: "※1";
  position: absolute;
  left: 0;
  display: inline-block;
}

.has-kome {
  padding-left: 1.1em;
  position: relative;
}
.has-kome::before {
  content: "※";
  position: absolute;
  left: 0;
  display: inline-block;
}

.guide-flex-wrapper + .wide-btn {
  margin-top: 80px;
}
@media screen and (max-width:768px) {
  .guide-flex-wrapper + .wide-btn {
    margin-top: 40px;
  }
}

:root {
  --grad01: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
  --grad02: linear-gradient(90deg, #5ec15d 0%, #03a778 100%);
  --green01: #00a778;
  --gray01: #6f6f6f;
  --gray02: #cccccc;
  --black02: #333333;
  --green02: #e8f7ef;
  --green03: rgba(0, 167, 120, 0.8);
  --green04: #03a778;
  --cubic-bezier: cubic-bezier(0.57, 0.15, 0.13, 0.97);
  --leading-trim: calc((1em - 1lh) / 2);
}

.news-single-sec {
  width: 100%;
}
.news-single-sec article {
  border: 1px solid var(--green04);
  border-radius: 5px;
  padding: 60px 100px 60px;
}
@media screen and (max-width:768px) {
  .news-single-sec article {
    padding: 30px 20px;
  }
}
.news-single-sec .single-head .meta {
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .news-single-sec .single-head .meta {
    margin-bottom: 10px;
  }
}
.news-single-sec .single-head .meta .cate-list {
  display: flex;
  gap: 8px;
}
.news-single-sec .single-head .cate {
  color: white;
  background: var(--gray01);
  border-radius: 5px;
  height: 27px;
  min-width: 100px;
  font-size: 1.3rem;
  letter-spacing: 0;
  display: grid;
  line-height: 1;
  padding: 0 16px;
  place-content: center;
}
@media screen and (max-width:768px) {
  .news-single-sec .single-head .cate {
    width: 93px;
    height: 25px;
    min-width: unset;
    padding: 0 13px;
  }
}
.news-single-sec .single-head .date {
  font-weight: 400;
}
.news-single-sec .single-head .post-ttl {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--green01);
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .news-single-sec .single-head .post-ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.news-single-sec .single-body .wp-caption {
  max-width: 100% !important;
}

main.news-single {
  margin-bottom: 0;
}

.news-single .single-body p {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width:768px) {
  .news-single .single-body p {
    -webkit-margin-after: 20px;
    margin-block-end: 20px;
  }
}
.news-single .single-body p:last-of-type {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.news-single .single-body .wp-block-separator {
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .news-single .single-body .wp-block-separator {
    margin-bottom: 20px;
  }
}
.news-single .single-body h2 {
  font-size: clamp(24px, 2.196193265vw, 30px);
  font-weight: 600;
  margin-bottom: 16px;
}
.news-single .single-body h3 {
  font-size: clamp(20px, 2.0497803807vw, 28px);
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width:768px) {
  .news-single .single-body h3 {
    margin-bottom: 8px;
  }
}
.news-single .single-body h4 {
  font-size: clamp(18px, 1.756954612vw, 24px);
  margin-bottom: 16px;
  font-weight: 600;
}
@media screen and (max-width:768px) {
  .news-single .single-body h4 {
    margin-bottom: 8px;
  }
}
.news-single .single-body h5 {
  font-size: clamp(17px, 1.6105417277vw, 22px);
  margin-bottom: 8px;
  font-weight: 600;
}
.news-single .single-body h6 {
  font-size: clamp(16px, 1.4641288433vw, 20px);
  margin-bottom: 8px;
  font-weight: 600;
}

.news-archive .news-content .tab-body .tab-content {
  scroll-margin-top: 200px;
}

:root {
  --grad01: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
  --grad02: linear-gradient(90deg, #5ec15d 0%, #03a778 100%);
  --green01: #00a778;
  --gray01: #6f6f6f;
  --gray02: #cccccc;
  --black02: #333333;
  --green02: #e8f7ef;
  --green03: rgba(0, 167, 120, 0.8);
  --green04: #03a778;
  --cubic-bezier: cubic-bezier(0.57, 0.15, 0.13, 0.97);
  --leading-trim: calc((1em - 1lh) / 2);
}

.single-housing {
  margin-bottom: 0;
}
.single-housing .section {
  padding-top: 0;
}
.single-housing .inner {
  max-width: 1060px;
  margin: 0 auto;
  width: 92.3076923077%;
}
.single-housing .article-head {
  position: relative;
  margin-top: -72px;
  padding-top: 144px;
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  .single-housing .article-head {
    padding-top: 100px;
    margin-top: -60px;
    padding-bottom: 30px;
  }
}
.single-housing .article-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--green02);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
  z-index: -2;
}
.single-housing .article-head h3 {
  color: white;
  background: var(--grad01);
  min-width: 300px;
  height: 68px;
  border-radius: 5px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  .single-housing .article-head h3 {
    margin-bottom: 42px;
  }
}
.single-housing .article-head .flex-wrapper {
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width:768px) {
  .single-housing .article-head .flex-wrapper {
    flex-direction: column;
  }
}
.single-housing .article-head .flex-wrapper figure {
  width: 39.6226415094%;
}
@media screen and (max-width:768px) {
  .single-housing .article-head .flex-wrapper figure {
    width: 100%;
  }
}
.single-housing .article-head .flex-wrapper figure.figure-left .img-wrapper {
  background-color: transparent;
}
.single-housing .article-head .flex-wrapper figure.figure-right .img-wrapper {
  background-color: white;
  border-radius: 10px;
}
.single-housing .article-head .flex-wrapper figcaption {
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: var(--green01);
}
@media screen and (max-width:768px) {
  .single-housing .article-head .flex-wrapper figcaption {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.single-housing .article-head .flex-wrapper .img-wrapper {
  width: 100%;
}
@media screen and (max-width:768px) {
  .single-housing .article-head .flex-wrapper .img-wrapper {
    width: 100%;
    aspect-ratio: unset;
  }
}
.single-housing .article-head .flex-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}
.single-housing .article-body {
  padding-top: 53px;
  margin-bottom: 100px;
}
@media screen and (max-width:768px) {
  .single-housing .article-body {
    margin-bottom: 0;
  }
}
.single-housing .article-body dl > div:first-child dt {
  border-top: 2px solid var(--green01);
}
.single-housing .article-body dl > div:first-child dd {
  border-top: 1px solid #b7b7b7;
}
.single-housing .article-body dl > div {
  display: flex;
  gap: 16px;
}
@media screen and (max-width:768px) {
  .single-housing .article-body dl > div {
    gap: 8px;
  }
}
.single-housing .article-body dl > div dt {
  font-weight: 700;
  padding: 30px;
  border-bottom: 2px solid var(--green01);
  width: 315px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .single-housing .article-body dl > div dt {
    padding: 30px 16px;
    width: 121px;
  }
}
.single-housing .article-body dl > div dd {
  display: flex;
  padding: 30px;
  flex: 1;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width:768px) {
  .single-housing .article-body dl > div dd {
    padding: 30px 16px;
  }
}
.single-housing .article-body dl > div dd p {
  width: 100%;
}
.single-housing .article-body .housing-table-wrap {
  overflow-x: auto;
  width: 100%;
  margin-right: calc(50% - 50vw);
}
.single-housing .article-body .housing-table-wrap .housing-dl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  margin-bottom: 24px;
}
.single-housing .article-body .housing-table-wrap .housing-dl dt {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 315px;
  z-index: 3;
  min-width: 180px;
  padding: 30px;
  font-weight: 700;
  background: white;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .single-housing .article-body .housing-table-wrap .housing-dl dt {
    width: 121px;
    min-width: unset;
    padding: 30px 16px;
  }
}
.single-housing .article-body .housing-table-wrap .housing-dl dd {
  display: flex;
  gap: 8px;
}
.single-housing .article-body .housing-table-wrap .housing-dl dd span {
  min-width: 170px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .single-housing .article-body .housing-table-wrap .housing-dl dd span {
    min-width: 150px;
  }
}
@media screen and (max-width:768px) {
  .single-housing .article-body .housing-table-wrap .housing-dl dd {
    padding: 30px 16px;
  }
}
.single-housing .article-body .housing-table-wrap .housing-dl:first-child dt,
.single-housing .article-body .housing-table-wrap .housing-dl:first-child dd {
  border-top: none;
}
.single-housing .article-body .notice-list {
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .single-housing .article-body .notice-list {
    margin-bottom: 30px;
  }
}
.single-housing .article-body .notice-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-housing .article-body .notice-list li::before {
  content: "※";
}
.single-housing .article-body .iframe-wrapper {
  width: 100%;
  height: 592px;
}
@media screen and (max-width:768px) {
  .single-housing .article-body .iframe-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.single-housing .article-body .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.housing-contact-box {
  padding: 74px 0;
}
@media screen and (max-width:768px) {
  .housing-contact-box {
    padding: 30px 0 37px;
  }
}
.housing-contact-box .inner {
  max-width: 1260px;
}
.housing-contact-box {
  background: var(--green01);
  color: white;
}
.housing-contact-box .flex-wrapper {
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:768px) {
  .housing-contact-box .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.housing-contact-box hgroup {
  margin-bottom: 0;
  width: 32.5396825397%;
}
@media screen and (max-width:768px) {
  .housing-contact-box hgroup {
    width: 100%;
    margin-bottom: 20px;
  }
}
.housing-contact-box hgroup h2 {
  color: white;
}
.housing-contact-box .contents .name {
  font-size: clamp(16px, 1.4583333333vw, 28px);
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width:768px) {
  .housing-contact-box .contents .name {
    margin-bottom: 5px;
  }
}
.housing-contact-box .contents .tel {
  font-size: clamp(44px, 4.1666666667vw, 80px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3043478261;
  display: flex;
  align-items: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.housing-contact-box .contents .tel::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  margin-right: 0.1em;
  background: url(../../assets/images/icon-tel-circle.svg) no-repeat center/contain;
}
.housing-contact-box .contents .time {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-weight: 500;
  letter-spacing: 0;
}

.archive-housing,
.taxonomy-area,
.housing-search {
  padding-top: 0;
}
.archive-housing .housing-nav-area,
.taxonomy-area .housing-nav-area,
.housing-search .housing-nav-area {
  position: relative;
}
.archive-housing .housing-nav-area::before,
.taxonomy-area .housing-nav-area::before,
.housing-search .housing-nav-area::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 678px;
  height: 500px;
  display: block;
  z-index: -1;
  background: url(../../assets/images/map-notext.svg) no-repeat center/contain;
}
@media screen and (max-width:768px) {
  .archive-housing .housing-nav-area::before,
  .taxonomy-area .housing-nav-area::before,
  .housing-search .housing-nav-area::before {
    top: auto;
    bottom: -48.7179487179vw;
    width: 94.8717948718vw;
    height: 69.7435897436vw;
  }
}
.archive-housing .housing-nav-area,
.taxonomy-area .housing-nav-area,
.housing-search .housing-nav-area {
  padding-top: 100px;
}
@media screen and (max-width:768px) {
  .archive-housing .housing-nav-area,
  .taxonomy-area .housing-nav-area,
  .housing-search .housing-nav-area {
    padding-top: 50px;
  }
}
.archive-housing .housing-nav-area .nav-list,
.taxonomy-area .housing-nav-area .nav-list,
.housing-search .housing-nav-area .nav-list {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .archive-housing .housing-nav-area .nav-list,
  .taxonomy-area .housing-nav-area .nav-list,
  .housing-search .housing-nav-area .nav-list {
    gap: 8px;
  }
}
.archive-housing .housing-nav-area .nav-list .item a,
.taxonomy-area .housing-nav-area .nav-list .item a,
.housing-search .housing-nav-area .nav-list .item a {
  padding: 14px 30px;
  color: var(--green01);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: 1px solid var(--green01);
  border-radius: 5px;
  background: white;
  transition: all 0.3s var(--cubic-bezier);
  letter-spacing: 0;
}
@media screen and (max-width:768px) {
  .archive-housing .housing-nav-area .nav-list .item a,
  .taxonomy-area .housing-nav-area .nav-list .item a,
  .housing-search .housing-nav-area .nav-list .item a {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.archive-housing .housing-nav-area .nav-list .item a:hover,
.taxonomy-area .housing-nav-area .nav-list .item a:hover,
.housing-search .housing-nav-area .nav-list .item a:hover {
  color: white;
  background-color: var(--green01);
}
.archive-housing .housing-nav-area .nav-list .item.active a,
.taxonomy-area .housing-nav-area .nav-list .item.active a,
.housing-search .housing-nav-area .nav-list .item.active a {
  background-color: var(--green01);
  color: white;
}

section .parent-area-block {
  padding: 0;
}

.housing-area-archive-block {
  padding-top: 75px;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block {
    padding-top: 40px;
  }
}
.housing-area-archive-block .block-head {
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-head {
    padding-bottom: 40px;
  }
}
.housing-area-archive-block .block-head .contact {
  letter-spacing: 0.075em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.housing-area-archive-block .block-middle {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-middle {
    padding-top: 26px;
  }
}
.housing-area-archive-block .block-middle::before {
  content: "";
  width: 100vw;
  position: absolute;
  top: 0%;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
  height: calc(100% - 118px);
  background: var(--grad02);
}
.housing-area-archive-block .block-middle .p-a {
  border: none;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-middle .p-a {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.housing-area-archive-block .block-middle .btn03 {
  margin: 0 auto 40px;
  border-radius: 40px;
  width: 303px;
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-middle .btn03 {
    margin-bottom: 26px;
  }
}
.housing-area-archive-block .block-middle .btn04 {
  line-height: 1.4285714286;
  height: auto;
  padding: calc(var(--leading-trim) + 18px) 30px;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-middle .btn04 {
    height: auto;
  }
}
.housing-area-archive-block .block-middle .btn04:after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}
.housing-area-archive-block .block-middle .btn04:hover {
  color: white;
  background-color: var(--green01);
}
.housing-area-archive-block .block-middle .btn04:hover:after {
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-middle .btn04 {
    margin: 0 auto;
  }
}
.housing-area-archive-block .block-body {
  position: relative;
  padding: 80px 0 84px;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-body {
    padding: 40px 0 42px;
  }
}
.housing-area-archive-block .block-body::before {
  content: "";
  background: var(--green02);
  width: 100vw;
  height: calc(100% + 118px);
  display: block;
  position: absolute;
  top: -118px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.housing-area-archive-block .block-body .housing-list {
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-body .housing-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:480px) {
  .housing-area-archive-block .block-body .housing-list {
    grid-template-columns: 1fr;
  }
}
.housing-area-archive-block .block-body .housing-list .item {
  width: 100%;
}
.housing-area-archive-block .block-body .housing-list .item .img-wrapper {
  aspect-ratio: 390/300;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
}
.housing-area-archive-block .block-body .housing-list .item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper h4 {
  color: var(--green01);
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 1.4545454545;
  font-weight: 700;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-body .housing-list .item .text-wrapper h4 {
    font-size: 2rem;
  }
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper address {
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (max-width:768px) {
  .housing-area-archive-block .block-body .housing-list .item .text-wrapper address {
    margin-bottom: 8px;
  }
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper dl {
  justify-content: flex-start;
  align-items: center;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper dl:not(:last-of-type) {
  margin-bottom: 8px;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper dl dt {
  background: var(--gray01);
  color: white;
  font-size: 1.3rem;
  border-radius: 5px;
  padding: 4px 20px 4px;
  display: flex;
  margin-right: 12px;
  width: 80px;
  height: 27px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  flex: 1;
  display: flex;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper dl dd p {
  width: 100%;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper .btn04 {
  margin-top: 20px;
  padding: calc(var(--leading-trim) + 12px) 26px;
  font-size: 1.4rem;
  height: 42px;
  min-width: 142px;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper .btn04:after {
  background: url(../../assets/images/arrow01-right.svg) no-repeat center/contain;
}
.housing-area-archive-block .block-body .housing-list .item .text-wrapper .btn04:hover:after {
  background: url(../../assets/images/arrow01-white-right.svg) no-repeat center/contain;
}

.housing-tab-contents .area {
  display: none;
  opacity: 0;
}
.housing-tab-contents .area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.map-modal {
  margin: auto;
  border: 0;
  padding: 0;
  max-width: min(92vw, 1000px);
  width: min(92vw, 1000px);
  opacity: 1;
  transition: opacity 0.3s var(--cubic-bezier);
  position: relative;
}
.map-modal::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s var(--cubic-bezier);
  transition: opacity 0.3s var(--cubic-bezier);
}
.map-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s var(--cubic-bezier);
}
.map-modal .map-modal__figure {
  margin: 0;
  padding: 24px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.3s var(--cubic-bezier), transform 0.3s var(--cubic-bezier);
  will-change: opacity, transform;
}
.map-modal.is-closing {
  opacity: 0;
}
.map-modal.is-closing::-webkit-backdrop {
  opacity: 0;
}
.map-modal.is-closing::backdrop {
  opacity: 0;
}
.map-modal.is-closing .map-modal__figure {
  opacity: 0;
  transform: translateY(14px);
}
.map-modal.is-open {
  opacity: 1;
}
.map-modal.is-open::-webkit-backdrop {
  opacity: 1;
}
.map-modal.is-open::backdrop {
  opacity: 1;
}
.map-modal.is-open .map-modal__figure {
  opacity: 1;
  transform: translateY(0);
}

.map-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border: 0;
  z-index: 2;
  cursor: pointer;
}

.map-modal__figure img {
  max-width: 100%;
  height: auto;
  display: block;
}

:root {
  --grad01: linear-gradient(90deg, #03a778 0%, #5ec15d 100%);
  --grad02: linear-gradient(90deg, #5ec15d 0%, #03a778 100%);
  --green01: #00a778;
  --gray01: #6f6f6f;
  --gray02: #cccccc;
  --black02: #333333;
  --green02: #e8f7ef;
  --green03: rgba(0, 167, 120, 0.8);
  --green04: #03a778;
  --cubic-bezier: cubic-bezier(0.57, 0.15, 0.13, 0.97);
  --leading-trim: calc((1em - 1lh) / 2);
}

main.applications {
  margin-bottom: 0;
}

main.guide {
  background: linear-gradient(to bottom, white 0, #fff 240px, #e8f7ef 240px, #e8f7ef 100%);
  margin-bottom: 0;
  position: relative;
}

main.flow {
  margin-bottom: 0;
}

main.comfort {
  background: linear-gradient(to bottom, #fff 0, #fff 240px, #f8f8f8 240px, #f8f8f8 1560px, white 1560px, white 100%);
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  main.comfort {
    background: linear-gradient(to bottom, #fff 0, #fff 150px, #f8f8f8 150px, #f8f8f8 2050px, #fff 2050px, #fff 100%);
  }
}

.foundation .inner {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width:768px) {
  .documents .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  .documents .page-content-ttl {
    width: calc(100% + 40px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
