@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #525252;
  font-family: sans-serif;
  background-color: #fff;
  letter-spacing: 0.05em;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;

}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}

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



a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width:1024px) {
  img {
    width: 100%;
  }

  .container {
    padding: 0 10px;
  }
}

p {
  font-size: 13px;
  letter-spacing: .15em;
  line-height: 1.8;
  text-align: justify;
}

ul,
li {
  font-size: 14px;
  letter-spacing: .15em;
  line-height: 1.8;
  text-align: justify;
}

h1 {
  font-size: 30px;
  font-weight: bold;
}

h2 {
  font-size: 7em;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #AD9E8E;
  letter-spacing: .12em;
}

::selection {
  background: #C6BEB1;
  /* Safari */
}

::-moz-selection {
  background: #C6BEB1;
  /* Firefox */
}

@media (max-width: 750px) {
  h2 {
    font-size: 4em;
  }
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb60 {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: block !important;
  }
}

/* ==============================
header
============================== */
.overflow__hidden{
  overflow: hidden !important;
  height: 100vh !important;
  touch-action: none;

}

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

header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  /* padding: clamp(20px, 5.333333333333333vw, 40px); */
  padding: .7em 1em .4em;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  background-color: #C6BEB1;
  max-height: 100px;
}

@media (min-width: 1025px) {
  header {
    /* padding: clamp(30px, 2vw, 60px) clamp(40px, 3vw, 90px); */
    padding: 1em 2em;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  header {
    padding: clamp(10px, 2.998500749625187vw, 20px);
  }
}

.header-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}



.header-logo {
  width: 6em;
}

@media (max-width: 768px) and (orientation: landscape) {
  .header-logo {
    width: 4em;
  }
}

.logo-link {
  display: block;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.logo-link:hover {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-right: clamp(30px, 8vw, 60px);
    padding-bottom: clamp(30px, 8vw, 60px);
    padding-left: clamp(30px, 8vw, 60px);
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    background-color: rgba(230, 221, 208, .97);
    width: 90%;
    z-index: 10;
  }

  .nav-menu.active {
    transform: translateX(0);
  }
}

@media (min-width: 1025px) {
  .nav-menu {
    padding-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: clamp(20px, 2.0833333333333335vw, 40px);
    line-height: 2;
    text-align: left;
  }
}

@media (max-width: 1024px) {}

.menu-link {
  display: block;
  color: #000;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.menu-link:hover {
  opacity: 0.6;
}

.nav-menu.active .menu-link {
  color: #525252;
}

@media (max-width: 1024px) {
  .menu-link {
    font-size: clamp(14px, 1.0416666666666667vw, 20px);
    padding-top: clamp(10px, 2.6666666666666665vw, 20px);
    padding-bottom: clamp(10px, 2.6666666666666665vw, 20px);
    text-align: center;
    /* ナビメニューの文字色を変えたい時 */
    color: #000;
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .menu-link {
    font-size: clamp(14px, 1.0416666666666667vw, 20px);
  }
}

.menu-link.cv_btn {
  text-align: center;
  background-color: #AD9E8E;
  border-radius: 999px;
  padding: .7em 2em;
  color: #FFF !important;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0px 10px 10px -6px rgba(110, 96, 81, 0.25);
}

.menu-link.cv_btn:hover {
  box-shadow: unset;
  transform: translate(0px,3px);
  opacity: 1;
}

@media (max-width: 1024px) {
  .menu-link.cv_btn {
    margin-top: 20px;
    width: 40%;
    min-width: 260px;
    padding: 1em 2em;
  }
}

.hamburger-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 0%;
  z-index: 11;
}
.hamburger-button.active {
  top: 10%;
}

.hamburger-lines {
  position: relative;
  /* width: clamp(40px, 10.666666666666666vw, 90px);
  height: clamp(13px, 3.466666666666667vw, 26px); */
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 35px;
  height: 9px;
}

.hamburger-lines.active {
  height: 1px;
}

.hamburger-lines .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  background-color: #525252;
  width: 30px;
}

.hamburger-lines.active .line {
  background-color: #525252;
}

.hamburger-lines .line:nth-child(1) {
  top: 0;
}

.hamburger-lines .line:nth-child(2) {
  top: 16px;
}

.hamburger-lines .line:nth-child(3) {
  bottom: 0;
}


@media (min-width: 1025px) {
  .hamburger-button {
    display: none;
  }
}

.wrapper {
  overflow: hidden;
}

/* ==============================
mv
============================== */
.mv {
  padding-top: 100px;
  background: linear-gradient(#C6BEB1 50%, #FFF 50%);
  position: relative;
}

.mv_img_wrap {
  opacity:1;
  width: 90%;
  max-width: 1770px;
  margin: 0 0 0 auto;
  position: relative;
  border-radius: 5em 0 0 5em;
  background-image: url(../img/fv_pc.png);
  background-size: cover;
  background-position: top right;
  height: 84vh;
}

.fog {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
background: linear-gradient(108deg,rgba(255, 255, 255, 1) 0%, rgba(237, 234, 230, 1) 61%, rgba(198, 190, 177, 1) 90%);

  pointer-events: none;
  z-index: 2;
}

.mv_copy {
  width: 38%;
  max-width: 560px;
  position: absolute;
  top: 35%;
  left: 6%;
  opacity: 0;
  transform: translateY(30px);
}

.scroll {
  position: absolute;
  font-size: 13px;
  writing-mode: vertical-rl;
  bottom: 10%;
  left: 5%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #AD9E8E;
}

.scroll::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #AD9E8E;
  right: 50%;
  bottom: -115px;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media (max-width: 750px) {
  .mv {
    padding-top: 70px;
    background: linear-gradient(#C6BEB1 70%, #FFF 30%);
  }

  .mv_img_wrap {
    border-radius: 2.5em 0 0 2.5em;
    background-image: url(../img/fv_sp.png);
    background-size: cover;
    background-position: center center;
    height: 73vh;
  }
  .fog {

  }

  .mv_copy {
    width: 90%;
    position: absolute;
    top: 28%;
    left: -6%;
  }
}


/* ==============================
common
============================== */
.sub_copy {
  font-weight: bold;
  letter-spacing: .2em;
  margin-bottom: 40px;
}

.content_wrap {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 120px 0;
}

.content_flex_item {
  flex: 1;
}

.content_flex_item img {
  width: 100%;
}

.gap60 {
  gap: 60px;
}

.gap30 {
  gap: 30px;
}

.content_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: row;
}

.bg_baige {
  background-color: #E9E0DB;
}

.content_wrap h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 15px;
  border-left: 4px solid #AD9E8E;
  padding: 5px 0;
  padding-left: 10px;
  letter-spacing: 0.15em;
}

.content_wrap .cv_inner {
  margin-top: 80px;
  text-align: center;
}

.content_wrap .cv_btn {
  background-color: #AD9E8E;
  border-radius: 999px;
  padding: 1.5em 2.5em;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  min-width: 290px;
  width: 20%;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 15px 15px -6px rgba(110, 96, 81, 0.25);
}

.content_wrap .cv_btn:hover {
  box-shadow: unset;
  transform: translate(0px,3px);
  opacity: 1;
}

.ta-l {
  text-align: left;
}

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

.txt_b {
  font-weight: bold;
}

.txt_s {
  font-size: .8em;
  line-height: 1.5;
  display: block;
}
.txt_s.plan-s {
  line-height: 1.5;
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
.txt_s.plan-s span {
  color: #e64949;
}
.mt40 {
  margin-top: 40px;
}


@media (max-width: 750px) {
  .content_flex {
    flex-direction: column;
  }

  .content_wrap {
    padding: 60px 0;
  }

  .sub_copy {
    font-size: .8em;
  }

  .content_wrap .cv_inner {
    margin-top: 40px;
    text-align: center;
  }

  .content_wrap h3 {
    font-size: 16px;
  }

}

/* ==============================
about
============================== */



/* ==============================
lesson
============================== */
#lesson .content_flex {
  margin-top: 60px;
}

@media (max-width: 750px) {
  #lesson .content_flex {
    margin-top: 30px;
  }
}


/* ==============================
price
============================== */

.price_table {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
}

.price_table th {
  padding: 10px;
  background-color: #AD9E8E;
  color: #FFF;
  font-weight: bold;
}

.price_table th.br1 {
  text-align: left;
  padding-left: 2em;
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

.price_table th.br2 {
  text-align: right;
  padding-right: 2em;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

.price_table td {
  border-bottom: solid 1px #e1d7cd;
  padding: 1.5em 2em;
  font-size: 14px;
}

.price_table td p {
  line-height: 1.5;
  margin-bottom: 1em;
}

.price_table td p:last-child {
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .price_table th.br1 {
    padding-left: 1.4em;
  }

  .price_table th.br2 {
    padding-right: .8em;
  }

  .price_table td {
    padding: 1em .4em;
  }
}

/* ==============================
GALLERY
============================== */
#gallery .content_wrap {
  padding-bottom: 0;
}

main {
  display: block;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.l-section .l-inner {
  margin-top: 60px;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: #FFF;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #AD9E8E;
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card02 {
  overflow: hidden;
  padding-bottom: 120px;
}

.card02 .swiper {
  overflow: visible;
}

.card02 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  position: absolute;
  bottom: -10%;
  right: 3%;
}

.card02 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.card02 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}

.card02 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}

.card02 .swiper-button-prev,
.card02 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.card02 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card02 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}

.card02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card02 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.card02 .slide-media {
  padding-top: 62.5%;
}

.card02 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.card02 .slide-content {
  padding: 3.2rem;
}

.card02 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.card02 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}



@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }

  .pc-tab {
    display: none !important;
  }

  .card02 {
    padding-bottom: 60px;
  }

  .card02 .slide {
    width: 34rem;
  }

  .card02 .swiper-controller {
    bottom: -10%;
    right: -7%;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {

    border-width: 2px 2px 0 0;
  }

  .l-section .l-inner {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    transition-duration: .5s;
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

  }

  .card02 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .card02 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}


/* ==============================
faq
============================== */
.accordion_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.pa-ttl {
  font-size: 1.1em;
  font-weight: 600;
}

.accordion {
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  border-bottom: solid 1px #E9E0DB;
  
}

.accordion_header,
.accordion_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1em;
  width: 100%;
  font-weight: 400;
}
.accordion_content a.txt-u {
  color: #525252;
  text-decoration: underline;
}

.accordion_header {
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.accordion_header .icon_q {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #AD9E8E;
  padding-right: .5em;
}

.accordion_header p {
  font-size: .8em;
  line-height: 1.4;
}

@media only screen and (max-width: 750px) {

  .accordion_header,
  .accordion_content {
    padding: .5em;
  }

  .accordion_header p {
    width: 80%;
  }
}

.accordion_content {
  display: none;
  font-size: .8em;
  padding-top: 0;
}

.accordion_content .cv_btn {
  display: block;
  margin-top: 1em;
}

.accordion_header:nth-child(n + 1) {
  margin-top: 15px;
}

.accordion_header::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 20px;
  height: 2px;
  background-color: #AD9E8E;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion_header::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  width: 20px;
  height: 2px;
  background-color: #AD9E8E;
  transition: all .3s ease-in-out;
}

.accordion_header.open::before {
  transform: rotate(180deg);
}

.accordion_header.open::after {
  opacity: 0;
}


/* ==============================
news
============================== */
.news_list {
  width: 100%;
  margin: auto;
}

.news_list a {
  color: #525252;
  font-weight: bold;
  letter-spacing: 0.08em;
}

ul.news_list li {
  border-bottom: 1px solid #D4C2B8;
  padding: 1em 0 1.6em;
  letter-spacing: 0.2em;
  list-style-type: none !important;
}
.subpage ul.news_list,
.subpage ul.news_list li {
  list-style-type: none !important;
}

.news_list li time {
  font-size: .9em;
  color: #AD9E8E;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
}

@media (max-width: 750px) {
  .news_list li:first-child {
    padding-top: 0;
  }
}

/* ==============================
access
============================== */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

#access .content_flex {
  align-items: stretch;
  gap: 60px;
}

.access_table {
  width: 96%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  text-align: left;
}

.access_table tr {
  border-bottom: solid 1px #e1d7cd;
}

.access_table td {
  width: 100%;
  display: block;
  padding-top: 1.5em;
}
.access_table th,
.access_table td {
  font-size: 13px;
}

.access_table td:last-child {
  padding-top: 0;
  padding-bottom: 1em;
}

@media (max-width: 1024px) {
  #access .content_flex {
    flex-direction: column;
  }
  .pa-ttl {
    font-size: .9em;
    font-weight: 600;
  }
  
}

@media (max-width: 750px) {
  #access .content_flex {
    gap: 0;
  }
}

/* ==============================
line
============================== */

#line .cv_inner {
  margin-top: 40px;
  text-align: left;
}


@media (max-width: 750px) {
  #line .cv_inner {
    text-align: center;
  }
}



/* ==============================
recruit & contact
============================== */
#contact .content_flex {
  justify-content: normal;

  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.recruit_wrap {
  width: 50%;
  background-image: url(../img/recruit_bg.png);
  background-size: cover;
  max-height: 600px;
  height: 50vh;
}

.contact_wrap {
  width: 50%;
  background-image: url(../img/contact_bg.png);
  background-size: cover;
  max-height: 600px;
  height: 50vh;
}

.recruit_wrap,
.contact_wrap {
  position: relative;
}

#contact .content_flex .txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
}

#contact .content_flex .txt_wrap h2 {
  color: #FFF;
  font-size: 5em;
}

#contact .content_flex .txt_wrap .sub_copy {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .recruit_wrap {
    width: 100%;
    height: 30vh;
  }

  .contact_wrap {
    width: 100%;
    height: 30vh;
  }

  #contact .content_flex .txt_wrap h2 {
    font-size: 3em;
  }
}

/* ==============================
footer
============================== */
footer {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
  background-color: #C6BEB1;
  padding-top: 100px;
}

footer img {
  width: 9em;
}

.footer_flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.footer_flex li {
  line-height: 3.5;
}

.footer_flex li a {
  color: #525252;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

footer .copy {
  text-align: center;
  margin-top: 40px;
  font-size: 0.8em;
}

@media (max-width: 750px) {
  footer {
    text-align: left;
    padding: 60px 1em 20px;
  }

  .footer_flex {
    display: block;
    line-height: 4;
  }

  .footer_flex li {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: .9em;
  }

  .footer_flex li::before {
    content: '';
    height: 1px;
    background: #525252;
    margin-right: .5em;
    width: 10px;
  }

  footer .copy {
    margin-top: 40px;
  }
}


/* ==============================
subpage 下層ページ
============================== */
.subpage section {
  margin-top: 60px;
}

.subpage h2 {
  font-size: 26px;
  color: #525252;
  text-align: center;
  margin: 200px 0 100px;
  font-weight: bold;
}

.subpage h2 span {
  color: #AD9E8E;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-top: 18px;
  display: block;
}

.subpage h3 {
  font-size: 20px;
  margin: 40px 0 20px;
}


.subpage h4 {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  line-height: 1.4;
}

.subpage h4 span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.subpage .content_wrap {
  max-width: 1000px;
  padding-top: 0;
}
.subpage .content_wrap.w-l {
  max-width: 1200px;
  padding-top: 0;
}

.subpage ol {
  list-style: auto;
  font-family: "Jost", sans-serif;
}

.subpage ol li {
  margin-top: 20px;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
}


.subpage ul {
  list-style: disc;
}

.subpage ul li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.sc-contet {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(40px);
}

.back_link a {
  text-align: center;
    background-color: #AD9E8E;
    border-radius: 999px;
    padding: .7em 2em;
    color: #FFF !important;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0px 10px 10px -6px rgba(110, 96, 81, 0.25);
    display: block;
    width: 200px;
    margin: 50px auto ;
}
.news_content {
  line-height: 1.4;
}
.news_date {
  margin: 20px 0;
  display: block;
  font-size: .9em;
    color: #AD9E8E;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0;
}
.news_title {
  margin-bottom: 30px;
}
.about-text {
  margin-bottom: 20px;
}
.news_content h2.wp-block-heading {
  text-align: auto;
  margin: 20px 0 10px;
}
.news_content h3.wp-block-heading {
  border: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.news_content a {
  color: #525252;
  text-decoration: underline;
}

@media (max-width: 750px) {
  .news_title {
    font-size: 20px;
  }

.about-text {
  line-height: 1.6;
  margin-bottom:13px;
}
.subpage h2 {
  font-size: 20px;
  color: #525252;
  text-align: center;
  margin: 100px 0 50px !important;
  font-weight: bold;
}
.subpage h2 span {
  font-size: 13px;
  padding-top: 18px;
}
}
.contact-text {
  text-align: center;
  margin-bottom: 30px;
}

.contact-page {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.contact-page p {
  margin-bottom: 20px;
}

.contact-page label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}

.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s;
  font-size: 14px;
}

.contact-page input[type="text"]:focus,
.contact-page input[type="email"]:focus,
.contact-page textarea:focus {
  border-color: #0073aa; /* フォーカス時に色を変える */
  outline: none;
}

.contact-page textarea {
  min-height: 180px;
  resize: vertical;
  font-size: 14px;
}

.contact-page input[type="submit"] {
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
  text-align: center;
  background-color: #AD9E8E;
  border-radius: 999px;
  padding: .7em 2em;
  color: #FFF !important;
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0px 10px 10px -6px rgba(110, 96, 81, 0.25);
  width: 300px;
  transition: 0.5s;
}

/* 送信後メッセージ（成功・エラー用） */
.contact-page .wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 14px;
  color: #333;
}
.contact-page a {
  color: #525252;
  text-decoration: underline;
  text-align: center;
  display: block;
}

.contact-page label.checkbox {
  text-align: center;
  font-size: 12px;
}

.contact-page input[type="submit"]:hover {
  box-shadow: unset;
  transform: translate(0px,3px);
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 10px;
  border-color: #787c78;
}

.rec-none {
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
  border: 3px solid #c6beb1;
  padding: 30px;
}
.recommendation h3 {
  font-size: 17px;
}
.recommendation {
  margin-top: 30px !important;
}
.rec-cont a {
  text-decoration: underline;
  color: #525252;
}
.rec-ttl-top {
  color: #AD9E8E;
  font-weight: bold;
}
.rec-ttl-btm {
  font-size: 20px;
  margin: 30px 0 20px;
  color: #4f4f4f;
  font-weight: bold;
}
.rec-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; 
}
.rec-img{
  order: 2;
}
.rec-img img {
  width: 550px;
}
.rec-text {
  width: 550px;
  order: 1;
}
.txt_r {
  text-align: right;
}

@media (max-width: 750px) {
  .rec-ttl-top {
    text-align: center;
    margin-top: 10px;
  }
  .rec-ttl-btm {
    font-size: 18px;
    margin: 10px 0 20px;
    color: #4f4f4f;
    font-weight: bold;
    text-align: center;
  }
  .rec-content {
    flex-direction: column;
  
  }
  .rec-img img {
    width: 100%;
  }
  .txt_r {
    text-align: right;
  }
  .rec-img {
    order: 1; 
  }
  .rec-text {
    width: auto;
    order: 2; 
  }

}
.has-text-align-center {
  text-align: center !important;
}
.has-text-align-left {
  text-align: left !important;
}
.has-text-align-right {
  text-align: right !important;
}
.ig-ico {
  padding-top: 30px;
  text-align: center;
}
.ig-ico a {
  color: #525252;
}
.ig-ico i {
  font-size: 20px;
}