@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html, body {
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
header ul,
header ol {
  list-style: none;
}

footer ul,
footer ol {
  list-style: none;
}

.blog-list-items {
  list-style: none;
}

.blog-list-sidebar-category-list {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*16px＝1rem*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.header.change-color {
  background-color: rgba(255, 255, 255, 0.7);
}

.header__wrapper {
  width: 100%;
}

.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 23px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .header-container {
    padding: 20px 10px 20px 10px;
  }
}
@media screen and (max-width: 1380px) {
  .header-container {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 15px 15px;
    justify-content: flex-start;
  }
}

.nav {
  max-width: 1080px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-right: 7px;
}
@media screen and (max-width: 1260px) {
  .nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    max-width: initial;
    margin-top: 0;
    margin-right: 0;
    justify-content: flex-start;
  }
}

.header-logo {
  max-width: 102px;
  width: 100%;
  height: auto;
  aspect-ratio: 102/71;
  margin-left: 10px;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin-left: 0;
  }
}

.header-logo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-lists {
  width: 100%;
  display: flex;
  align-items: center;
  height: inherit;
  margin-right: 60px;
  justify-content: end;
}
@media screen and (max-width: 1260px) {
  .nav-lists {
    margin-right: 20px;
  }
}

.nav-lists li {
  height: inherit;
  position: relative;
}

.nav-lists li:not(:last-child) {
  padding-right: 36px;
}
@media screen and (max-width: 1260px) {
  .nav-lists li:not(:last-child) {
    padding-right: 10px;
  }
}

.nav-lists li a {
  color: #000;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
@media screen and (max-width: 1260px) {
  .nav-lists li a {
    font-size: 0.875rem;
  }
}

.nav-lists li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #4F8B9B;
  transition: width 0.3s ease;
}

.nav-lists li a:hover::after {
  width: 100%;
}

/*ボタン*/
.header-menu-trigger {
  width: 64px;
  height: 64px;
  border-radius: 28px;
  background-color: #4F8B9B;
  position: fixed;
  top: 15px;
  right: 20px;
  border: none;
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
}
.header-menu-trigger.is-active {
  background-color: #fff;
}
.header-menu-trigger.is-active .line {
  background-color: #4F8B9B;
}

.line {
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease;
}

.line[data-index="1"] {
  top: 35%;
  left: 30%;
}

.line[data-index="2"] {
  width: 30px;
  top: 50%;
  left: 30%;
}

.line[data-index="3"] {
  top: 65%;
  left: 30%;
}

.circle-bg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #4F8B9B;
  position: absolute;
  top: 64px;
  right: 64px;
  z-index: -1;
  transform: scale(0);
}

/*メニュー内のスタイル*/
.drawer-menu {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 120px;
  right: 0;
  background-color: rgba(79, 139, 155, 0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.drawer-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 80px 20px;
}

.drawer-menu-nav-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.drawer-menu-nav-lists li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.drawer-menu__list a {
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 20px 5px;
  transition: all 0.3s ease;
}
.drawer-menu__list a:hover {
  opacity: 0.8;
}

.drawer-menu-entry-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  row-gap: 20px;
}

.entry-btn-tel-drawer,
.entry-btn-mail-drawer {
  max-width: 214px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  margin-right: 8px;
}

.entry-btn-tel__icon-drawer,
.entry-btn-mail__icon-drawer {
  position: absolute;
  position: absolute;
  top: 21px;
  left: 22px;
  width: 24px;
  height: 24px;
}

.entry-btn-tel-drawer a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 12px;
  padding-bottom: 26px;
  padding-left: 66px;
  display: inline-block;
  position: relative;
}

.entry-btn-mail-drawer a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 12px;
  padding-bottom: 26px;
  padding-left: 55px;
  display: inline-block;
  position: relative;
}

.entry-btn-tel-drawer a::after {
  content: "営業時間  平日10:00~18:00";
  position: absolute;
  bottom: 12px;
  left: 66px;
  color: #4F8B9B;
  font-size: 0.65625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.entry-btn-mail-drawer a::after {
  content: "24時間受付中";
  position: absolute;
  bottom: 12px;
  left: 66px;
  color: #4F8B9B;
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

/*メニュー内のスタイル*/
.drawer-menu {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 120px;
  right: 0;
  background-color: rgba(79, 139, 155, 0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.drawer-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 60px 20px;
}

.drawer-menu-nav-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.drawer-menu__list {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.drawer-menu__list a {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 6px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.drawer-menu__list a:hover {
  color: #e6e6e6;
}

.is-active .drawer-menu__list {
  opacity: 1;
  transform: translateY(0);
}

.scroll-prevent {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/*16px＝1rem*/
.inner {
  max-width: 1130px;
  padding-right: 25px;
  padding-left: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner-1160 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner-1160 {
    padding: 0 15px;
  }
}

.entry-btn-wrap {
  max-width: 448px;
  width: 100%;
  display: flex;
  gap: 10px;
}

.entry-btn-tel {
  max-width: 214px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  margin-right: 8px;
  border: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  cursor: pointer;
}

.entry-btn-mail {
  height: auto;
  position: relative;
  background-color: #4F8B9B;
  border-radius: 70px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  cursor: pointer;
}

.entry-btn-mail:hover {
  background-color: #fff;
  border: 1px solid #4F8B9B;
  color: #000;
}
.entry-btn-mail:hover a {
  color: #4F8B9B;
}

.btn-arrow {
  max-width: 221px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  cursor: pointer;
}
.btn-arrow-blue {
  background-color: #4F8B9B;
}

.btn-arrow-link {
  color: #4F8B9B;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.btn-arrow-link-blue {
  color: #fff;
}

.btn-arrow:hover {
  background-color: #4F8B9B;
  color: #fff;
  border: 1px solid #fff;
}
.btn-arrow:hover a {
  color: #fff;
}

.btn-arrow-blue:hover {
  background-color: #fff;
  border: 1px solid #4F8B9B;
}
.btn-arrow-blue:hover a {
  color: #4F8B9B;
}

.btn-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  padding: 10px;
  background-color: #4F8B9B;
  border-radius: 50%;
}
.btn-wrap-blue {
  background-color: #fff;
}

.btn-arrow__icon {
  width: 15px;
  height: 16px;
}

.entry-btn-tel__icon,
.entry-btn-mail__icon {
  width: 20px;
  height: 20px;
}

.entry-btn-tel__icon-wrap {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 56px;
  height: 56px;
  padding: 18px;
  background-color: #fff;
  border-radius: 50%;
}

.entry-btn-tel a {
  color: #4F8B9B;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 26px;
  display: inline-block;
  position: relative;
  top: -6px;
}

.entry-btn-mail a {
  width: 214px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 66px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.entry-btn-tel a::after {
  content: "受付  平日10:00~17:00";
  position: absolute;
  bottom: -13px;
  left: 26px;
  color: #4F8B9B;
  font-size: 0.65625rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

.entry-btn-tel a:hover::after {
  color: #fff;
}

.entry-btn-mail a:hover::after {
  color: #000;
}

.section1-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .section1-wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .section1-wrapper {
    gap: 35px;
  }
}

.section1-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .section1-text-wrap {
    gap: 20px;
  }
}

.title {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5277777778;
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 1.5rem;
  }
}
.title-white {
  color: #fff;
}
.title-blue {
  color: #4F8B9B;
}

.section1-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section1-title-sub {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #4F8B9B;
  position: relative;
  line-height: 3;
  padding-left: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section1-title-sub {
    font-size: 0.875rem;
  }
}
.section1-title-sub:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-73%);
  left: 0;
  width: 5px;
  height: 9px;
  background: url(../images/section-title-deco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section1-title-sub-white {
  color: #fff;
}
.section1-title-sub-white:before {
  background: url(../images/section-title-deco-white.svg);
}

.text {
  font-size: 1rem;
  font-weight: 300;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  line-height: 2.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 0.875rem;
  }
}
.text-white {
  color: #fff;
}
.text-20 {
  font-size: 1.25rem;
  text-align: center;
}

.section1-img {
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .section1-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .section1-img {
    padding-right: 20px;
  }
}
.section1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1-img:before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 2px;
  width: 80px;
  height: 142px;
  background: url(../images/section-deco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .section1-img:before {
    width: 40px;
    height: 71px;
    bottom: -30px;
    right: 0;
  }
}

.section-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 158px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 158px));
  background: #fff;
  padding-bottom: 271px;
}
@media screen and (max-width: 768px) {
  .section-bg {
    padding-bottom: 200px;
  }
}

.section-oblique {
  -webkit-clip-path: polygon(0 0, 100% 158px, 100% 100%, 0 calc(100% - 158px));
          clip-path: polygon(0 0, 100% 158px, 100% 100%, 0 calc(100% - 158px));
  background: #4F8B9B;
  margin-top: -158px;
  padding-top: 158px;
  padding-bottom: 270px;
}
@media screen and (max-width: 768px) {
  .section-oblique {
    -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
            clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
    background: #4F8B9B;
    margin-top: -160px;
    padding-top: 110px;
    padding-bottom: 190px;
  }
}
.section-oblique-white {
  background: #fff;
}
.section-oblique-recruit {
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 100px;
  -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
}
.section-oblique-under {
  -webkit-clip-path: polygon(0 0, 100% 158px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 158px, 100% 100%, 0 100%);
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .section-oblique-under {
    -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    margin-top: -160px;
    padding-top: 110px;
    padding-bottom: 5px;
  }
}

.cards {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cards {
    flex-direction: column;
  }
}

.under-mv {
  background-color: #fff;
  margin-top: 125px;
}

.under-mv-title-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .under-mv-title-wrap {
    flex-direction: column;
    gap: 30px;
  }
}

.under-mv-title-sub-wrap {
  display: flex;
  gap: 30px;
  padding-top: 85px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .under-mv-title-sub-wrap {
    gap: 10px;
    padding-top: 10px;
  }
}

.under-mv-title {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.1458333333;
}
@media screen and (max-width: 1024px) {
  .under-mv-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .under-mv-title {
    font-size: 2.5rem;
  }
}

.under-mv-title-sub {
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #4F8B9B;
  line-height: 2.7;
}
@media screen and (max-width: 1024px) {
  .under-mv-title-sub {
    font-size: 1.5rem;
    line-height: 2.3;
  }
}
@media screen and (max-width: 768px) {
  .under-mv-title-sub {
    font-size: 1.25rem;
  }
}

.under-mv-img {
  margin-top: 64px;
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/400;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .under-mv-img {
    margin-top: 20px;
    aspect-ratio: 4/3;
  }
}
.under-mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-mv-img-blog {
  margin-top: 64px;
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/400;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .under-mv-img-blog {
    margin-top: 20px;
    aspect-ratio: 4/3;
  }
}
.under-mv-img-blog img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen {
  .under-mv-img-blog img {
    -o-object-position: left;
       object-position: left;
  }
}

.breadcrumb {
  color: #B8B8B8;
  display: flex;
  align-items: end;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 10px;
  }
}

.breadcrumb span {
  color: #B8B8B8;
  font-size: 14px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumb span:first-child {
  padding-left: 0;
}

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

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lg-show {
    display: block;
  }
}

@media screen and (max-width: 1260px) {
  .lg2-none {
    display: none;
  }
}

.lg2-show {
  display: none;
}
@media screen and (max-width: 1260px) {
  .lg2-show {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .sp2-none {
    display: none;
  }
}

.sp2-show {
  display: none;
}
@media screen and (max-width: 414px) {
  .sp2-show {
    display: block;
  }
}

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

.sp-show {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp-show {
    display: block;
  }
}

/*16px＝1rem*/
.about-section-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about-section-wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 485px) {
  .about-section-wrapper {
    margin-top: 40px;
  }
}

.about-section-text-wrap {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .about-section-img {
    flex: 1;
  }
}

.about-section-text-ceo {
  font-size: 1.375rem;
  font-weight: 700;
  color: #000;
  line-height: 2.5;
  font-family: "Noto Sans JP", sans-serif;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .about-section-text-ceo {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 414px) {
  .about-section-text-ceo {
    line-height: 2;
  }
}

.about-section-text-name {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1.8333333333;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .about-section-text-name {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 414px) {
  .about-section-text-name {
    line-height: 1;
  }
}

.about-philosophy {
  padding-top: 210px;
}
@media screen and (max-width: 768px) {
  .about-philosophy {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.company__items {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  .company__items {
    padding-top: 70px;
  }
}

.company__item {
  display: flex;
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company__item {
    flex-direction: column;
    padding-bottom: 50px;
  }
}

.company-item__title {
  width: 35%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  padding-left: 107px;
}
@media screen and (max-width: 1260px) {
  .company-item__title {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .company-item__title {
    padding-left: 70px;
  }
}
@media screen and (max-width: 768px) {
  .company-item__title {
    padding-left: 0;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 414px) {
  .company-item__title {
    font-size: 15px;
  }
}

.company-item__text {
  width: 65%;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 1260px) {
  .company-item__text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .company-item__text {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .company-item__text {
    font-size: 15px;
  }
}

.company-item__text p {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .company-item__text p {
    padding-bottom: 5px;
  }
}

.company-item__wrapper {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 414px) {
  .company-item__wrapper {
    font-size: 15px;
  }
}

.company-item__top-box-text,
.company-item__bottom-box-text,
.company-item__bottom-box-text2 {
  padding-bottom: 20px;
}

/*16px＝1rem*/
.features-training-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .features-training-wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 485px) {
  .features-training-wrapper {
    margin-top: 40px;
  }
}

.features-training-text-wrap {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .features-training-img {
    flex: 1;
  }
}

.features-program-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.features-program-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-program-title-sub {
  text-align: center;
}

.features-program-text {
  text-align: center;
}

.features-program-cards {
  display: flex;
  flex-direction: column;
  margin-top: 85px;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .features-program-cards {
    margin-top: 40px;
    gap: 40px;
  }
}

.features-program-card {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .features-program-card {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.features-program-card-img {
  max-width: 434px;
  width: 100%;
  height: auto;
  aspect-ratio: 434/299;
}
.features-program-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features-program-card-text-wrap {
  flex: 1;
}

.features-program-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .features-program-card-title {
    font-size: 1.25rem;
  }
}

.features-program-card-text {
  color: #fff;
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 300;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .features-program-card-text {
    font-size: 0.875rem;
  }
}

.features-flow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.features-flow-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-flow-title-sub {
  text-align: center;
}

.features-flow-text {
  text-align: center;
}

.features-flow-content {
  padding-left: 89px;
}
@media screen and (max-width: 768px) {
  .features-flow-content {
    padding-left: 60px;
  }
}

.features-flow-content-text-wrap {
  padding-top: 60px;
  position: relative;
}
.features-flow-content-text-wrap::before {
  content: "";
  position: absolute;
  top: 56px;
  left: -87px;
  width: 22px;
  height: 38px;
  background-image: url(../images/section-deco.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .features-flow-content-text-wrap::before {
    left: -50px;
    top: 52px;
  }
}
.features-flow-content-text-wrap::after {
  content: "";
  position: absolute;
  top: 73px;
  left: -78px;
  width: 2px;
  height: 100%;
  background-color: #4F8B9B;
}
@media screen and (max-width: 768px) {
  .features-flow-content-text-wrap::after {
    left: -40px;
  }
}
.features-flow-content-text-wrap:last-child::after {
  display: none;
}

.features-flow-content-text-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #4F8B9B;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .features-flow-content-text-title {
    font-size: 1.25rem;
  }
}

.features-flow-content-text-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
  color: #000;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  padding-top: 19px;
}

.features-parents-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.features-parents-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-parents-title-sub {
  text-align: center;
}

.features-parents-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features-parents-text {
    text-align: left;
  }
}

.features-parents-content {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 63px;
  padding-top: 107px;
}
@media screen and (max-width: 768px) {
  .features-parents-content {
    padding-top: 60px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
}

.features-parents-content-img {
  max-width: 434px;
  width: 100%;
  height: auto;
  aspect-ratio: 434/300;
}
@media screen and (max-width: 1024px) {
  .features-parents-content-img {
    flex: 1;
  }
}
.features-parents-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features-parents-content-text-wrap {
  flex: 1;
}

.features-parents-content-text-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .features-parents-content-text-title {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    text-align: center;
  }
}

.features-parents-content-text-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.5;
  color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  padding-top: 17px;
}

.features-parents-video {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .features-parents-video {
    padding-top: 40px;
  }
}

.features-parents-video-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.features-parents-video-wrap {
  padding-top: 40px;
  max-width: 613px;
  width: 100%;
  height: auto;
  aspect-ratio: 613/345;
}
.features-parents-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*16px＝1rem*/
.mv {
  margin-top: 125px;
  width: 100vw;
  height: auto;
  position: relative;
}

.mv-video {
  width: 100vw;
  width: 100cqw;
  height: auto;
  aspect-ratio: 1440/594;
}
@media screen and (max-width: 768px) {
  .mv-video {
    aspect-ratio: 768/500;
  }
}
.mv-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-text-wrap {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 56px;
  left: 0;
  padding-left: 81px;
}
@media screen and (max-width: 768px) {
  .mv-text-wrap {
    bottom: 30px;
    padding-left: 20px;
  }
}

.mv-text {
  font-size: 3rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .mv-text {
    font-size: 1.5rem;
  }
}

.top-about {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 70px;
  }
}

.top-about-img {
  margin-right: calc(50% - 50vw + 148px);
}
@media screen and (max-width: 768px) {
  .top-about-img {
    margin-right: 0;
  }
}

.top-feature {
  padding-top: 170px;
  margin-top: -170px;
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 100px;
  }
}

.top-feature-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-feature-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-feature-title-sub {
  text-align: center;
}

.top-feature-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-feature-text {
    text-align: left;
  }
}

.top-feature-cards {
  display: flex;
  justify-content: center;
  margin-top: 77px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .top-feature-cards {
    flex-direction: column;
    margin-top: 40px;
  }
}

.top-feature-card {
  max-width: 348px;
  width: 100%;
  height: auto;
  background: #fff;
}

.top-feature-card-img {
  max-width: 348px;
  width: 100%;
  height: auto;
  aspect-ratio: 348/296;
}
.top-feature-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-feature-card-text {
  font-size: 1rem;
  font-weight: 500;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-feature-card-text {
    font-size: 0.875rem;
  }
}
.top-feature-card-text-white {
  color: #fff;
}

.top-feature-card-text-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.top-feature-card-number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #4F8B9B;
  font-size: 3.125rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  -webkit-clip-path: polygon(0 0, 100% 34px, 100% 100%, 0 calc(100% + 2px));
          clip-path: polygon(0 0, 100% 34px, 100% 100%, 0 calc(100% + 2px));
  margin-top: -60px;
  padding-top: 30px;
  padding-left: 21px;
  padding-right: 38px;
}

.top-feature-btn {
  margin-top: 77px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-feature-btn {
    margin-top: 40px;
  }
}

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

.top-brog-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-brog-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-brog-title-sub {
  text-align: center;
}

.top-brog-text {
  text-align: center;
}

.top-brog-cards {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .top-brog-cards {
    flex-direction: column;
    margin-top: 40px;
  }
}

.top-brog-card {
  max-width: 331px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
}
.top-brog-card:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.top-brog-card-img {
  max-width: 291px;
  width: 100%;
  height: auto;
  aspect-ratio: 291/187;
}
.top-brog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-brog-card-date {
  font-size: 0.625rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #000;
}

.top-brog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #4F8B9B;
  padding-top: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-brog-card-text {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7142857143;
  color: #000;
  padding-top: 14px;
}

.top-info-link {
  width: 100%;
  overflow: hidden;
}

.top-info-link-wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-info-link-wrapper {
    flex-direction: column;
  }
}

.top-facility {
  width: 55%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
  background-image: url(../images/top/top-facility.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
  z-index: 2;
}
.top-facility::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.top-facility .top-facility-title-wrap,
.top-facility .top-facility-btn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-facility {
    width: 100%;
    min-height: 300px;
    -webkit-clip-path: none;
            clip-path: none;
  }
}

.top-company {
  width: 55%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 40px 80px;
  position: relative;
  background-image: url(../images/top/top-company.webp);
  background-size: 64% auto;
  background-position: 64% center;
  background-repeat: no-repeat;
  margin-left: -10%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  z-index: 1;
}
.top-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 139, 155, 0.8);
}
.top-company .top-company-title-wrap,
.top-company .top-company-btn {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-company {
    width: 100%;
    min-height: 300px;
    margin-left: 0;
    padding: 40px;
    -webkit-clip-path: none;
            clip-path: none;
    background-size: contain;
    background-position: center;
  }
}

.top-facility-title-wrap,
.top-company-title-wrap {
  margin-bottom: 30px;
}

.top-facility-title-sub,
.top-company-title-sub {
  text-align: center;
}

.top-recruit {
  margin-top: 94px;
}

.top-recruit-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D7D7D7;
}
@media screen and (max-width: 1024px) {
  .top-recruit-content {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit-content {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top-recruit-content-text-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 2.2916666667;
}
@media screen and (max-width: 768px) {
  .top-recruit-content-text-title {
    font-size: 1.25rem;
  }
}

.top-recruit-content-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-recruit-content-text {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.top-recruit-content-img {
  max-width: 540px;
  width: 100%;
  height: auto;
  aspect-ratio: 540/320;
  position: relative;
  flex: 1;
}
.top-recruit-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-recruit-content-img:before {
  content: "";
  position: absolute;
  bottom: -36px;
  /* right: 0; */
  left: -21px;
  width: 47px;
  height: 84px;
  background: url(../images/section-deco.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .top-recruit-content-img:before {
    width: 23px;
    height: 42px;
    bottom: -18px;
    left: -10px;
  }
}

.top-recruit-content-text-text {
  padding-top: 22px;
}

.top-recruit-content-btn {
  margin-top: 40px;
}

.cta {
  background-color: #4F8B9B;
  padding: 94px 0;
  margin-top: 154px;
}
.cta-p45 {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .cta {
    margin-top: 70px;
    padding: 45px 0;
  }
}
.cta-mt0 {
  margin-top: 0;
}
.cta-mt0-p45 {
  padding-top: 45px;
}

.cta-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .cta-btn-wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.cta-btn {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 64px 0;
  max-width: 495px;
  width: 100%;
  background-color: #fff;
  border-radius: 200px;
  border: 1px solid #D7D7D7;
  padding-left: 64px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease;
}
.cta-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #4F8B9B;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: 1;
}
.cta-btn:hover {
  border-color: #4F8B9B;
  border: 1px solid #fff;
}
.cta-btn:hover .cta-btn__icon-wrap {
  transform: scale(1.5);
}
.cta-btn:hover::before {
  width: 1000px;
  height: 1000px;
}
.cta-btn:hover .cta-btn__text,
.cta-btn:hover .cta-btn-mail__text,
.cta-btn:hover .cta-btn__text-sub {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta-btn {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 485px) {
  .cta-btn {
    padding: 15px 20px;
  }
}

.cta-btn__icon-wrap {
  padding: 25px;
  display: block;
  border-radius: 50%;
  background-color: #4F8B9B;
  position: relative;
  z-index: 2;
  transition: transform 0.5s ease;
}
.cta-btn__icon-wrap img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-btn__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 485px) {
  .cta-btn__text-wrap {
    gap: 0;
  }
}

.cta-btn__text,
.cta-btn-mail__text,
.cta-btn__text-sub {
  transition: color 0.5s ease;
}

.cta-btn__text {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 485px) {
  .cta-btn__text {
    font-size: 1.25rem;
  }
}

.cta-btn-mail__text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 485px) {
  .cta-btn-mail__text {
    font-size: 1rem;
  }
}

.cta-btn__text-sub {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 485px) {
  .cta-btn__text-sub {
    font-size: 0.75rem;
  }
}

/*16px＝1rem*/
.blog-list-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .blog-list-wrapper {
    flex-direction: column;
  }
}

.blog-list-container {
  max-width: 680px;
  width: 100%;
  padding-top: 75px;
  position: relative;
}

.blog-list-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  grid-column-gap: 39px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .blog-list-items {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .blog-list-items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-list-sidebar {
  max-width: 240px;
  width: 100%;
  margin-left: 160px;
  margin-top: 75px;
}
@media screen and (max-width: 1024px) {
  .blog-list-sidebar {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .blog-list-sidebar {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blog-list-item-img-wrapper {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .blog-list-item-text-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.blog-list-item-img {
  max-width: 316px;
  width: 100%;
  height: auto;
  aspect-ratio: 316/200;
}

.blog-list-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-list-item-text-date {
  font-size: 0.625rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 4;
}

.blog-list-item-text-title {
  max-width: 316px;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-list-sidebar-category-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4F8B9B;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2222222222;
  border-bottom: 1px solid #4F8B9B;
}

.blog-list-sidebar-category-item a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2222222222;
}

.pagination {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.blog-list-sidebar-category-link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.blog-list-sidebar-category-link:hover {
  text-decoration: underline;
}
.blog-list-sidebar-category-link .category-arrow {
  margin-right: 5px;
  font-size: 0.8em;
}
.blog-list-sidebar-category-link .post-count {
  color: #000;
  font-size: 0.8em;
  margin-left: 5px;
}

.blog-list {
  margin-bottom: 100px;
}

.blog-list-title-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .blog-list-title-text {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
}

.blog-list-date {
  font-size: 0.625rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 4;
  margin-top: 20px;
  border-bottom: 1px solid #000;
}

.blog-list-container-inner {
  padding: 39px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.blog-list-container-inner h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background-color: #4F8B9B;
  margin-top: 56px;
  padding: 9px 13px;
}
@media screen and (max-width: 768px) {
  .blog-list-container-inner h3 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.blog-list-container-inner h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-top: 30px;
  padding: 9px 13px;
  border-left: 10px solid #4F8B9B;
  display: inline-block;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 768px) {
  .blog-list-container-inner h4 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.blog-list-container-inner h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .blog-list-container-inner h4 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.blog-list-container-inner p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9444444444;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .blog-list-container-inner p {
    font-size: 1rem;
    line-height: 2.1875;
  }
}

.blog-list-back-btn {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}

.blog-list-back-button {
  position: relative;
  transition: all 0.3s ease;
}

.blog-list-back-button__btn {
  color: #fff;
  background-color: #4F8B9B;
  border-radius: 10px;
  width: 100%;
  margin-top: 38px;
  padding: 20px 52px;
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 70px;
}
.blog-list-back-button__btn:hover {
  background-color: #fff;
  color: #4F8B9B;
  border: 1px solid #4F8B9B;
}
@media screen and (max-width: 768px) {
  .blog-list-back-button__btn {
    padding: 20px 80px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 16px;
  text-decoration: none;
  color: #4F8B9B;
  border: 1px solid #4F8B9B;
}
@media screen and (max-width: 414px) {
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
}
.pagination .page-numbers.current {
  background-color: #4F8B9B;
  color: white;
}
.pagination .page-numbers:not(.current):hover {
  background-color: #4F8B9B;
  color: #fff;
}
.pagination .prev, .pagination .next {
  font-size: 14px;
  padding: 0 10px;
  display: none;
}
.pagination .prev.disabled, .pagination .next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .dots {
  margin: 0 5px;
  border: none;
}

/*16px＝1rem*/
.contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 577px;
  width: 100%;
  border: 2px solid #4F8B9B;
  margin-top: 85px;
  margin-inline: auto;
}
@media screen and (max-width: 414px) {
  .contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
  }
}

.tell-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.tell-number a {
  font-size: 3rem;
  font-weight: 300;
  color: #4F8B9B;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .tell-number a {
    font-size: 2rem;
  }
}

.tell-time {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.contact-top__title {
  font-size: 40px;
  font-weight: 700;
  color: #4F8B9B;
  padding-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .contact-top__title {
    font-size: 30px;
  }
}

.contact-top__title-br {
  display: none;
}
@media screen and (max-width: 414px) {
  .contact-top__title-br {
    display: block;
  }
}

.contact-bottom__title {
  font-size: 20px;
}
@media screen and (max-width: 414px) {
  .contact-bottom__title {
    font-size: 16px;
  }
}

/* フォーム全体のスタイル */
.form-section {
  padding-top: 104px;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-section {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 375px) {
  .form-section {
    padding-top: 0;
  }
}

.form__inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 25px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .form__inner {
    margin-top: 50px;
    padding: 0 15px;
  }
}

.contact__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 84px 60px;
  border-radius: 30px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact__container {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact__container {
    padding: 50px 15px;
    margin-top: 50px;
  }
}

.form__form {
  width: 100%;
}

.form__title {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form__title {
    font-size: 1.5rem;
  }
}

.form-group {
  display: flex;
  align-items: start;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .form-group {
    flex-direction: column;
    align-items: start;
    display: block;
  }
}

.form-group p {
  max-width: 640px;
  width: 100%;
}

.form-group-label {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-group-label {
    flex: 0 0 70px;
    justify-content: left;
  }
}

.form-group-label p {
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-group-label p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.form__title-wrapper {
  width: 100%;
}

.required {
  background-color: #4F8B9B;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 5px 15px;
  margin-left: 10px;
  margin-right: 36px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=file],
textarea {
  width: 100%;
  max-width: 640px;
  padding: 10px;
  border: 1px solid #D7D7D7;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=tel],
input[type=email],
input[type=file],
textarea {
    width: 100%;
    margin-top: 20px;
  }
}

select {
  width: 100%;
  max-width: 640px;
}

textarea {
  max-width: 640px;
  width: 100%;
  height: 263px;
  resize: vertical;
  border: 1px solid #D7D7D7;
  background: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  textarea {
    max-width: 1080px;
    width: 100%;
  }
}

.occupation__wrapper {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 20px;
  width: 100%;
  max-width: 640px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .occupation__wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
.occupation__wrapper::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: black;
  font-size: 11px;
}

.application-form {
  width: 100%;
  margin: 0 auto;
}

.privacy-policy-label {
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
  /* 165.837% */
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.privacy-policy-text-contact {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  overflow-y: scroll;
  border: 1px solid #D7D7D7;
  background-color: #fff;
  max-width: 1000px;
  height: 259px;
  width: 100%;
  padding: 30px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .privacy-policy-text-contact {
    padding: 10px 15px;
  }
}

.form-group-privacy-policy {
  padding-top: 35px;
  border-top: 1px solid #D7D7D7;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .form-group-privacy-policy {
    padding-top: 20px;
    margin-top: 10px;
  }
}

.privacy-policy-text-contact::-webkit-scrollbar {
  display: none;
}

.checkbox-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-group .wpcf7-list-item-label {
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4375;
  margin-left: 17px;
}
@media screen and (max-width: 414px) {
  .checkbox-group .wpcf7-list-item-label {
    margin-left: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  .checkbox-group .wpcf7-list-item-label {
    margin-left: 10px;
    font-size: 0.75rem;
  }
}

.checkbox-group p {
  text-align: center;
}

input[type=checkbox] {
  width: 33px;
  height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  display: block;
}
input[type=checkbox]:checked {
  background-color: #4F8B9B;
  position: relative;
}
input[type=checkbox]:checked::after {
  content: "✔";
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 414px) {
  input[type=checkbox] {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 375px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
}

input[type=radio] {
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #4F8B9B;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
input[type=radio]:checked {
  border-color: #4F8B9B;
  background-color: transparent;
}
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-56%, -48%);
  width: 8px;
  height: 8px;
  background-color: #4F8B9B;
  border-radius: 50%;
  -webkit-animation: radioCheck 0.2s ease-in-out;
          animation: radioCheck 0.2s ease-in-out;
}
input[type=radio]:hover {
  border-color: #3e6d79;
  box-shadow: 0 0 5px rgba(79, 139, 155, 0.3);
}
input[type=radio]:focus {
  border-color: #355e68;
  box-shadow: 0 0 5px rgba(79, 139, 155, 0.5);
}
@-webkit-keyframes radioCheck {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes radioCheck {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 414px) {
  input[type=radio] {
    width: 20px;
    height: 20px;
  }
  input[type=radio]::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 375px) {
  input[type=radio] {
    width: 18px;
    height: 18px;
  }
  input[type=radio]::after {
    width: 9px;
    height: 9px;
  }
}

.checkbox-group label {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 35px;
  /* 194.444% */
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
}

.radio {
  display: flex;
  align-items: flex-start;
  justify-content: left;
}
.radio .wpcf7-list-item {
  display: block;
}
.radio .wpcf7-list-item-label {
  align-items: center;
  font-size: 1.125rem;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4375;
}
@media screen and (max-width: 414px) {
  .radio .wpcf7-list-item-label {
    margin-left: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .radio .wpcf7-list-item-label {
    margin-left: 10px;
  }
}

.wpcf7-spinner {
  display: none;
}

.form-group-button {
  display: flex;
  justify-content: center;
}

.btn-arrow-contact {
  max-width: 221px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 70px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  cursor: pointer;
}
.btn-arrow-contact-blue {
  background-color: #4F8B9B;
}

.btn-arrow-link-contact {
  width: 221px;
  color: #4F8B9B;
  font-size: 0.875rem;
  margin-left: -25px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.btn-arrow-link-contact-blue {
  color: #fff;
}
.btn-arrow-link-contact-blue input {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.btn-arrow-contact-blue:hover {
  background-color: #fff;
  color: #4F8B9B;
  border: 1px solid #4F8B9B;
}
.btn-arrow-contact-blue:hover .btn-arrow-link-contact input {
  color: #4F8B9B;
}

.btn-wrap-contact {
  position: absolute;
  top: 3px;
  left: 4px;
  padding: 10px;
  background-color: #4F8B9B;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.btn-wrap-contact-blue {
  background-color: #fff;
}

.btn-arrow__icon {
  width: 15px;
  height: 16px;
  position: absolute;
  top: 9px;
}

.radio-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  color: #000;
  transition: color 0.2s ease-in-out;
}
.radio-label:hover {
  color: #4F8B9B;
}

.policy-text-bold {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 2;
  color: #000;
}

/*16px＝1rem*/
.facility-section {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .facility-section {
    padding-bottom: 90px;
  }
}

.facility-section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .facility-section-wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 485px) {
  .facility-section-wrapper {
    margin-top: 40px;
  }
}

.facility-section-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.facility-section-title-sub {
  text-align: center;
}

.facility-section-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facility-section-text {
    text-align: left;
  }
}

.facility-section-swiper-wrap {
  padding-top: 90px;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .facility-section-swiper-wrap {
    padding-top: 60px;
    max-width: 100%;
  }
}

.swiper-pagination-wrap {
  position: relative;
  bottom: -50px;
  width: 200px;
  margin-inline: auto;
}
.swiper-pagination-wrap:before {
  content: "";
  position: absolute;
  top: -16px;
  transform: translateY(-50%);
  left: 30px;
  background-image: url(../images/facility/swiper-pagenation.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 5px;
  opacity: 0.5 !important;
}
.swiper-pagination-wrap::after {
  content: "";
  position: absolute;
  top: -16px;
  transform: translateY(-50%);
  right: 30px;
  background-image: url(../images/facility/swiper-pagenation.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 5px;
  opacity: 0.5 !important;
}

/* ページネーションの基本スタイル */
.swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../images/section-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 9px;
  opacity: 0.5; /* 画像の透過を無くす */
  width: 5px;
}

/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url(../images/section-deco.png);
  height: 9px;
  width: 5px;
  opacity: 1;
  transform: scale(1.5);
}

.swiper-pagination-bullet {
  margin-left: 30px;
}
.swiper-pagination-bullet:last-child {
  margin-right: 30px;
}

.swiper-slide {
  max-width: 330px;
  width: 100%;
  height: auto;
  aspect-ratio: 330/250;
}
@media screen and (max-width: 768px) {
  .swiper-slide {
    max-width: 500px;
    width: 100%;
  }
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features-flow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.features-flow-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-flow-title-sub {
  text-align: center;
}

.features-flow-text {
  text-align: center;
}

.features-flow-content {
  padding-left: 89px;
}
@media screen and (max-width: 768px) {
  .features-flow-content {
    padding-left: 60px;
  }
}

.features-flow-content-text-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  color: #4F8B9B;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .features-flow-content-text-title {
    font-size: 1.25rem;
  }
}

.features-flow-content-text-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
  color: #000;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  padding-top: 19px;
}

.features-parents-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.features-parents-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-parents-title-sub {
  text-align: center;
}

.features-parents-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features-parents-text {
    text-align: left;
  }
}

.features-parents-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 63px;
  padding-top: 107px;
}
@media screen and (max-width: 768px) {
  .features-parents-content {
    padding-top: 60px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
}

.features-parents-content-img {
  max-width: 434px;
  width: 100%;
  height: auto;
  aspect-ratio: 434/300;
}
@media screen and (max-width: 1024px) {
  .features-parents-content-img {
    flex: 1;
  }
}
.features-parents-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features-parents-content-text-wrap {
  flex: 1;
}

.features-parents-content-text-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .features-parents-content-text-title {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    text-align: center;
  }
}

.features-parents-content-text-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.5;
  color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  padding-top: 17px;
}

.features-parents-video {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .features-parents-video {
    padding-top: 40px;
  }
}

.features-parents-video-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.features-parents-video-wrap {
  padding-top: 40px;
  max-width: 613px;
  width: 100%;
  height: auto;
  aspect-ratio: 613/345;
}

.facility-video-wrap {
  margin-top: 40px;
  max-width: 613px;
  width: 100%;
  height: auto;
  aspect-ratio: 613/345;
  margin-inline: auto;
  margin-bottom: 135px;
}
.facility-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .facility-video-wrap {
    margin-bottom: 60px;
  }
}

.facility-video-content {
  margin-top: 30px;
}

.facility-flow {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .facility-flow {
    padding-bottom: 30px;
  }
}

/*16px＝1rem*/
.recruit-section {
  padding-bottom: 200px;
}

.recruit-section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .recruit-section-wrapper {
    margin-top: 80px;
  }
}
@media screen and (max-width: 485px) {
  .recruit-section-wrapper {
    margin-top: 40px;
  }
}

.recruit-section-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit-section-title-sub {
  text-align: center;
}

.recruit-section-text {
  text-align: center;
}

.recruit-img-wrap {
  padding-top: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 1024px) {
  .recruit-img-wrap {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-img-wrap {
    flex-direction: column;
    gap: 24px;
  }
}

.recruit-img {
  max-width: 330px;
  width: 100%;
  height: auto;
  aspect-ratio: 330/250;
}
.recruit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-interview-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.recruit-interview-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit-interview-title {
  text-align: center;
}

.recruit-interview-title-sub {
  text-align: center;
}

.recruit-interview-video-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit-interview-video-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.recruit-interview-video-title-blue {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4F8B9B;
}
.recruit-interview-video-title-blue::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  width: 8px;
  height: 15px;
  background: url(../images/section-deco.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .recruit-interview-video-title-blue::before {
    top: 17px;
    right: -18px;
    width: 6px;
    height: 12px;
  }
}
.recruit-interview-video-title-blue::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -25px;
  width: 8px;
  height: 15px;
  background: url(../images/section-deco.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .recruit-interview-video-title-blue::after {
    top: 17px;
    right: -18px;
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-video-title-blue {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-video-title {
    font-size: 1.1875rem;
  }
}
.recruit-interview-video-title::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  width: 8px;
  height: 15px;
  background: url(../images/section-title-deco-white.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .recruit-interview-video-title::before {
    top: 17px;
    right: -18px;
    width: 6px;
    height: 12px;
  }
}
.recruit-interview-video-title::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -25px;
  width: 8px;
  height: 15px;
  background: url(../images/section-title-deco-white.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .recruit-interview-video-title::after {
    top: 17px;
    right: -18px;
    width: 6px;
    height: 12px;
  }
}

.recruit-interview-video-title2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
}
.recruit-interview-video-title2::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 130px;
  width: 8px;
  height: 15px;
  background: url(../images/section-title-deco-white.svg) no-repeat center center;
  background-size: contain;
}
.recruit-interview-video-title2::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 135px;
  width: 8px;
  height: 15px;
  background: url(../images/section-title-deco-white.svg) no-repeat center center;
  background-size: contain;
}

.recruit-interview-video-title3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2916666667;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  position: relative;
}
.recruit-interview-video-title3::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 152px;
  width: 8px;
  height: 15px;
  background: url(../images/section-title-deco-white.svg) no-repeat center center;
  background-size: contain;
}
.recruit-interview-video-title3::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 155px;
  width: 8px;
  height: 15px;
  background: url(../images/section-title-deco-white.svg) no-repeat center center;
  background-size: contain;
}

.recruit-interview-video-wrap {
  margin-top: 35px;
  max-width: 613px;
  width: 100%;
  height: auto;
  aspect-ratio: 613/345;
}
.recruit-interview-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-interview-video-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

/* 募集概要 */
.recruit-terms-accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1080px;
  position: relative;
  width: 100%;
}

.recruit-terms-accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 17px 20px;
  border-radius: 10px 10px 0 0;
}

.recruit-terms-accordion-content {
  display: none;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .recruit-terms-accordion-content {
    padding: 10px 20px;
  }
}

.recruit-terms-accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

/* タイトルの背景色 */
.recruit-terms-accordion-item:nth-of-type(1) .recruit-terms-accordion-title {
  background-color: #4F8B9B;
  text-align: center;
}

.recruit-terms-accordion-item:nth-of-type(2) .recruit-terms-accordion-title {
  background-color: #4F8B9B;
  text-align: center;
  margin-top: 43px;
}

/* コンテンツボックスの枠線 */
.recruit-terms-accordion-item:nth-of-type(1) .recruit-terms-accordion-content {
  border-bottom: 2px solid #D7D7D7;
  border-left: 2px solid #D7D7D7;
  border-right: 2px solid #D7D7D7;
}

.recruit-terms-accordion-item:nth-of-type(2) .recruit-terms-accordion-content {
  border-bottom: 2px solid #D7D7D7;
  border-left: 2px solid #D7D7D7;
  border-right: 2px solid #D7D7D7;
}

/* 矢印 */
.recruit-terms-accordion-title {
  position: relative;
}

.recruit-terms-accordion-title::after {
  content: url(../images/recruit/recruit-trai.svg);
  display: block;
  height: 12px;
  position: absolute;
  right: 25px;
  top: 28%;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
  color: #000;
}

.recruit-terms-accordion-title.open::after {
  top: 60%;
  transform: rotate(-180deg);
}

.recruit-terms-accordion__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.recruit-terms-accordion__item {
  display: flex;
  width: 100%;
  max-width: 929px;
  padding-bottom: 47px;
  padding-top: 47px;
  border-bottom: 1px solid #D7D7D7;
}
.recruit-terms-accordion__item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recruit-terms-accordion__item {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.recruit-terms-accordion__item-title {
  max-width: 230px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-terms-accordion__item-title {
    padding-bottom: 8px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .recruit-terms-accordion__item-title {
    font-size: 15px;
  }
}

.recruit-terms-accordion__item-text {
  max-width: 625px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
  line-height: 1.875;
}
@media screen and (max-width: 1260px) {
  .recruit-terms-accordion__item-text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-terms-accordion__item-text {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .recruit-terms-accordion__item-text {
    font-size: 15px;
    line-height: 1.875;
  }
}

.recruit-terms-accordion__item-text p {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-terms-accordion__item-text p {
    padding-bottom: 5px;
  }
}

.recruit-terms-accordion__item-wrapper {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 414px) {
  .recruit-terms-accordion__item-wrapper {
    font-size: 15px;
  }
}

.recruit-terms-accordion__item-top-box {
  padding-bottom: 50px;
}

.recruit-terms-accordion__item-top-box-text,
.recruit-terms-accordion__item-top-box-text2,
.recruit-terms-accordion__item-bottom-box-text,
.recruit-terms-accordion__item-bottom-box-text2 {
  padding-bottom: 20px;
}

/*16px＝1rem*/
.footer {
  padding: 41px 0;
  background-color: #FBFBFB;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}

.footer-logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  aspect-ratio: 140/97;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-sns-f {
  width: 30px;
  height: 30px;
}
.footer-sns-f img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-logo-sns {
  display: flex;
  align-items: center;
  gap: 59px;
}
@media screen and (max-width: 1024px) {
  .footer-logo-sns {
    gap: 30px;
  }
}
@media screen and (max-width: 485px) {
  .footer-logo-sns {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo-sns {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}

.footer-logo-address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2.8571428571;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 24px;
}
@media screen and (max-width: 485px) {
  .footer-logo-address {
    font-size: 0.75rem;
  }
}

.footer-nav-list {
  padding: 8px 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  width: 427px;
}
.footer-nav-list > * {
  width: 84.25px;
}
@media screen and (max-width: 1024px) {
  .footer-nav-list {
    gap: 30px;
  }
  .footer-nav-list > * {
    width: 84.25px;
  }
}
@media screen and (max-width: 900px) {
  .footer-nav-list {
    gap: 10px;
  }
  .footer-nav-list > * {
    width: 99.25px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav-list {
    width: 100%;
    gap: 15px;
  }
  .footer-nav-list > * {
    width: 100%;
  }
}

.footer-navs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .footer-navs {
    gap: 30px;
  }
}

.footer-nav-item {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-nav-item {
    text-align: center;
  }
}

.footer-nav-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer-nav-link {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.footer-copyright-text {
  font-size: 0.75rem;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: end;
}
@media screen and (max-width: 768px) {
  .footer-copyright-text {
    text-align: center;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  overflow-y: auto;
  max-height: 100%;
}

h1.has-text-align-left[style*="writing-mode:vertical-lr"], h1.has-text-align-right[style*="writing-mode:vertical-rl"], h2.has-text-align-left[style*="writing-mode:vertical-lr"], h2.has-text-align-right[style*="writing-mode:vertical-rl"], h3.has-text-align-left[style*="writing-mode:vertical-lr"], h3.has-text-align-right[style*="writing-mode:vertical-rl"], h4.has-text-align-left[style*="writing-mode:vertical-lr"], h4.has-text-align-right[style*="writing-mode:vertical-rl"], h5.has-text-align-left[style*="writing-mode:vertical-lr"], h5.has-text-align-right[style*="writing-mode:vertical-rl"], h6.has-text-align-left[style*="writing-mode:vertical-lr"], h6.has-text-align-right[style*="writing-mode:vertical-rl"], p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  transform: rotate(180deg);
}

.wp-lightbox-overlay .close-button {
  right: 16px;
  top: 16px;
}
@supports (top: env(safe-area-inset-top)) {
  .wp-lightbox-overlay .close-button {
    right: max(16px, env(safe-area-inset-right));
    top: max(16px, env(safe-area-inset-top));
  }
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  transform: rotate(180deg);
}