html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 350px) {
  body {
    zoom: 0.9;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}

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

button, input, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 374px) {
  br.xs {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

@media screen {
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding: 0 72px 0 33px;
  background: #F7F4F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  border-bottom: 1px solid #F0EBE7;
}
@media screen and (max-width: 1400px) {
  header {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 60px;
    padding: 0 20px 0 12px;
  }
}
@media print {
  header {
    position: absolute;
    zoom: 0.8;
  }
}
header .logo {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header .logo a {
  display: block;
  width: 174px;
}
@media screen and (max-width: 991px) {
  header .logo a {
    width: 140px;
  }
}
@media screen and (max-width: 574px) {
  header .logo a {
    width: 117.91px;
  }
}
header .logo a img {
  display: block;
}
header .logo .group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 30px;
  border: 1px solid #FF7802;
  color: #FF7802;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  header .logo .group {
    font-size: 16px;
    height: 28px;
  }
}
@media screen and (max-width: 574px) {
  header .logo .group {
    font-size: 12px;
    width: 71px;
    height: 20px;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: -1px;
    transform: translateY(100%);
    width: 100%;
    height: calc(100vh - 60px);
    background: #F7F4F2;
    flex-direction: column;
    gap: 0;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header nav a {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  transition: 0.2s;
}
header nav a:hover {
  color: #FF7802;
}
@media screen and (max-width: 991px) {
  header nav a {
    padding: 22px 10px;
    border-bottom: 1px solid #F0EBE7;
    display: block;
    width: 100%;
    text-align: center;
  }
}
header nav a.pc_none {
  display: none;
}
@media screen and (max-width: 991px) {
  header nav a.pc_none {
    display: block;
  }
}
header .toggle {
  display: none;
  width: 28px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: #968B82;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
}
@media screen and (max-width: 991px) {
  header .toggle {
    display: block;
  }
}

.orange {
  color: #FF7802;
}

footer {
  border-top: 1px solid #968B82;
  padding: 7.89rem 10rem 5.65rem;
  background: #F0EBE7;
}
@media screen and (max-width: 1400px) {
  footer {
    padding: 6rem 5rem 5rem;
  }
}
@media screen and (max-width: 574px) {
  footer {
    padding-bottom: 8rem;
  }
}
@media print {
  footer {
    padding: 5rem 2rem 4rem;
  }
}
footer .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  footer .footer_inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  footer .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
footer .footer_info {
  display: flex;
  gap: 3.63rem;
}
@media screen and (max-width: 1199px) {
  footer .footer_info {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .footer_info .logo {
  display: block;
  width: 24rem;
}
footer .footer_info .add {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 991px) {
  footer .footer_info .add {
    align-items: center;
  }
}
footer .footer_info .add p {
  font-weight: 500;
}
footer .footer_link {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 1400px) {
  footer .footer_link {
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  footer .footer_link {
    flex-direction: column;
    gap: 2rem;
  }
}
footer .footer_link a {
  text-decoration: underline;
  display: flex;
  align-items: center;
  padding-right: 2.48rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.2s;
}
footer .footer_link a .linkicon img {
  width: 1.28rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.2s;
}
footer .footer_link a .linkicon img.def {
  opacity: 1;
}
footer .footer_link a .linkicon img.hover {
  opacity: 0;
}
footer .footer_link a:hover {
  color: #FF7802;
}
footer .footer_link a:hover .linkicon img.def {
  opacity: 0;
}
footer .footer_link a:hover .linkicon img.hover {
  opacity: 1;
}
footer .copy {
  margin-top: 12rem;
  text-align: right;
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  footer .copy {
    margin-top: 8rem;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  width: 4.7rem;
  z-index: 99;
}
@media screen and (max-width: 574px) {
  .pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}

main .mv {
  background: url(../img/mv.jpg) no-repeat;
  background-image: image-set(url(../img/mv.webp) type("image/webp"), url(../img/mv.jpg) type("image/jpeg"));
  background-size: cover;
  background-position: center;
  height: 100vh;
  padding-top: 88px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  main .mv {
    background-position: 40% 50%;
  }
}
@media screen and (max-width: 991px) {
  main .mv {
    background: url(../img/mv_sp.jpg) no-repeat;
    background-image: image-set(url(../img/mv_sp.webp) type("image/webp"), url(../img/mv_sp.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    height: 1300px;
  }
}
@media print {
  main .mv {
    zoom: 0.6;
  }
}
main .mv_text {
  position: absolute;
  top: calc(50% + 44px);
  right: 0;
  transform: translateY(-50%);
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  main .mv_text {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  main .mv_text {
    width: 100%;
    top: 100px;
    transform: translate(0);
  }
}
@media screen and (max-width: 767px) {
  main .mv_text {
    padding: 0 2rem 0 3rem;
  }
}
@media screen and (max-width: 574px) {
  main .mv {
  height: 900px;
}
  main .mv_text {
    padding: 0 28px;
    top: 83px;
  }
}
@media screen and (max-width: 374px) {
  main .mv_text {
    padding: 0 2rem;
  }
}
main .mv_text h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 46px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  main .mv_text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 374px) {
  main .mv_text h1 {
    font-size: 28px;
  }
}
main .mv_text h1 .flex {
  display: flex;
  align-items: center;
  gap: 15px;
}
main .mv_text h1 .date {
  font-size: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 47px;
  border: 1px solid #000000;
  border-radius: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  main .mv_text h1 .date {
    font-size: 22px;
    width: 150px;
    height: 40px;
  }
}
@media screen and (max-width: 574px) {
  main .mv_text h1 .date {
    font-size: 17px;
    width: 105px;
    height: 30.94px;
    border-radius: 4px;
  }
}
main .mv_text h1 .strong {
  font-size: 71px;
  position: relative;
  z-index: 0;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  main .mv_text h1 .strong {
    font-size: 60px;
  }
}
@media screen and (max-width: 574px) {
  main .mv_text h1 .strong {
    font-size: 54px;
  }
}
main .mv_text h1 .strong::before{
  content: "（仮称・設置構想中）";
  width: auto;
  height: auto;
  position: absolute;
  bottom: -23px;
  right: 0;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 574px) {
  main .mv_text h1 .strong::before {
    bottom: -9px;
    font-size: 12px;
  }
}
main .mv_text h1 .strong::after {
  content: "";
  width: 418px;
  height: 73px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-47%) translateY(34%);
  background: url(../img/ttl_line.png) no-repeat;
  background-image: image-set(url(../img/ttl_line.webp) type("image/webp"), url(../img/ttl_line.jpg) type("image/jpeg"));
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  main .mv_text h1 .strong::after {
    width: 380px;
  }
}
@media screen and (max-width: 574px) {
  main .mv_text h1 .strong::after {
    width: 322px;
    height: 60px;
  }
}
main .mv_text h1 .cap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 17px;
  vertical-align: top;
}
@media screen and (max-width: 574px) {
  main .mv_text h1 .cap {
    font-size: 12px;
  }
}
main .mv_lead {
  margin-top: 44px;
}
@media screen and (max-width: 574px) {
  main .mv_lead {
    margin-top: 15.7px;
  }
}
main .mv_lead p {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width: 1400px) {
  main .mv_lead p {
    font-size: 20px;
  }
}
@media screen and (max-width: 574px) {
  main .mv_lead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  main .mv_lead p {
    font-size: 15px;
  }
}
main .mv_lead p img {
  display: inline;
  vertical-align: text-bottom;
  margin-right: 1px;
}
main .mv_lead p .bound {
  animation: 5.5s 0s bound ease-in infinite;
  display: inline-block;
}
main .mv_lead p .bound:nth-of-type(1) {
  animation-delay: 0s;
}
main .mv_lead p .bound:nth-of-type(2) {
  animation-delay: 0.3s;
}
main .mv_lead p .bound:nth-of-type(3) {
  animation-delay: 0.6s;
}
@keyframes bound {
  0%, 79%, 90%, 97%, 100% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-10px);
  }
  8% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-4px);
  }
  12% {
    transform: translateY(0);
  }
}
main .mv_lead p .icon01 {
  width: 44px;
}
@media screen and (max-width: 574px) {
  main .mv_lead p .icon01 {
    width: 28.75px;
  }
}
main .mv_lead p .icon02 {
  width: 45px;
}
@media screen and (max-width: 574px) {
  main .mv_lead p .icon02 {
    width: 29.6px;
  }
}
main .mv_lead p .icon03 {
  width: 38px;
}
@media screen and (max-width: 574px) {
  main .mv_lead p .icon03 {
    width: 25.3px;
  }
}
@media screen and (max-width: 574px) {
  main .mv_lead p .sp_none {
    display: none;
  }
}
main .mv .caption {
  font-size: 17px;
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  main .mv .caption {
    margin-top: 30px;
  }
}
@media screen and (max-width: 574px) {
  main .mv .caption {
    margin-top: 11px;
    font-size: 12px;
  }
}
main .mv .scroll {
  position: absolute;
  right: 3.4rem;
  bottom: 0;
  padding-bottom: 135px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  writing-mode: sideways-lr;
  color: #958B83;
}
@media screen and (max-width: 574px) {
  main .mv .scroll {
    right: 6px;
    font-size: 12px;
    padding-bottom: 96px;
  }
}
main .mv .scroll::after {
  content: "";
  width: 1px;
  height: 119px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: liner 2s cubic-bezier(1, 0, 0, 1) infinite;
  background: #958B83;
}
@media screen and (max-width: 574px) {
  main .mv .scroll::after {
    height: 80px;
  }
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
main .container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  main .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  main .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  main .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  main .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  main .container {
    max-width: 1230px;
  }
}
@media print {
  main .container {
    min-width: 1200px;
  }
}
main .about {
  padding: 14rem 0 12rem;
  background: linear-gradient(119deg, #F0EBE7 0%, #F0EBE7 23%, #FFFFFF 49%, #F0EBE7 77%, #F0EBE7 100%);
}
@media screen and (max-width: 767px) {
  main .about {
    padding: 8rem 0 7rem;
  }
}
@media screen and (max-width: 574px) {
  main .about {
    padding: 7rem 0 6rem;
  }
}
main .about_text {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .about_text {
    gap: 1em;
  }
}
@media print {
  main .about_text {
    max-width: 80 main .about_text;
  }
}
main .about_text p {
  font-size: 2rem;
  line-height: 2.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .about_text p {
    font-size: 1.8rem;
  }
}
main .about_slider {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
main .about_slider .track {
  display: flex;
  gap: 10rem;
  will-change: transform;
  animation: marquee 60s linear infinite;
}
@media screen and (max-width: 574px) {
  main .about_slider .track {
    gap: 5rem;
  }
}
main .about_slider p {
  font-family: "EB Garamond", serif;
  font-size: 12rem;
  font-weight: 500;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #e9e0da;
  white-space: nowrap;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main .about_slider p {
    font-size: 8rem;
  }
}
@media screen and (max-width: 574px) {
  main .about_slider p {
    font-size: 6rem;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
main .about_box {
  padding: 6rem;
  background: #F0EBE7;
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .about_box {
    margin-top: -3rem;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 574px) {
  main .about_box {
    padding: 3.2rem 2.4rem;
  }
}
main .about_box h2 {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  position: relative;
  z-index: 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 574px) {
  main .about_box h2 {
    font-size: 3rem;
  }
}
main .about_box h2::after {
  content: "?";
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 14.3rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .about_box h2::after {
    font-size: 10rem;
  }
}
main .about_box_text {
  max-width: 80rem;
  margin: 6rem auto 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  main .about_box_text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 574px) {
  main .about_box_text {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
main .human {
  padding: 13rem 0 31rem;
}
@media screen and (max-width: 767px) {
  main .human {
    padding: 10rem 0 15rem;
  }
}
main .human_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.1rem 2rem 2.2rem 0;
  position: relative;
  flex-direction: column;
  box-shadow: 0px 0px 6px #CEC6BF;
  background: #fff;
}
@media screen and (max-width: 767px) {
  main .human_title {
    align-items: flex-start;
    padding: 1.1rem 2rem 2.2rem 4rem;
  }
}
@media screen and (max-width: 574px) {
  main .human_title {
    padding-left: 2rem;
  }
}
main .human_title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 6.4rem;
  font-weight: 500;
  color: #FF7802;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  main .human_title h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  main .human_title h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 374px) {
  main .human_title h2 {
    font-size: 4rem;
  }
}
main .human_title .sub {
  margin-top: 2px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  main .human_title .sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  main .human_title .sub {
    margin-top: 0;
  }
}
main .human_title .capacity {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: calc(100% - 4rem);
  width: 18.7rem;
  background: #F0EBE7;
  border-radius: 6px;
}
@media screen and (max-width: 574px) {
  main .human_title .capacity {
    height: 10rem;
    width: fit-content;
    padding: 0 1rem;
  }
}
main .human_title .capacity .ttl {
  font-size: 1.8rem;
  line-height: 2;
}
main .human_title .capacity .num {
  font-size: 1.8rem;
  margin-top: -2rem;
}
@media screen and (max-width: 991px) {
  main .human_title .capacity .num {
    margin-top: -3.5rem;
    margin-bottom: -6px;
  }
}
@media screen and (max-width: 767px) {
  main .human_title .capacity .num {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 574px) {
  main .human_title .capacity .num {
    margin-bottom: -15px;
  }
}
main .human_title .capacity .num span {
  font-family: "EB Garamond", serif;
  font-size: 5.6rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  main .human_title .capacity .num span {
    font-size: 5rem;
  }
}
main .human_flex {
  display: flex;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  main .human_flex {
    flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
  }
}
main .human_flex > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main .human_flex > * {
    width: 100%;
  }
}
main .human_image {
  padding-right: 10rem;
}
@media screen and (max-width: 991px) {
  main .human_image {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  main .human_image {
    padding-right: 0;
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  main .human_image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
main .human_text h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 2;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px) {
  main .human_text h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  main .human_text h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  main .human_text h3 .tab_none {
    display: none;
  }
}
@media screen and (max-width: 574px) {
  main .human_text h3 .tab_none {
    display: block;
  }
}
main .human_text h3 small {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main .human_text h3 small {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  main .human_text h3 small {
    font-size: 2.1rem;
  }
}
main .human_text h3 .line {
  display: inline-block;
  position: relative;
}
main .human_text h3 .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FF7802;
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  display: block;
}
main .human_lead {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media screen and (max-width: 991px) {
  main .human_lead {
    margin-top: 2.8rem;
  }
}
main .human_lead p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
main .base_bg {
  background: #F0EBE7;
  padding-top: 0.01rem;
  padding: 0.01rem 2.4rem 0;
}
main .title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 4.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  main .title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 574px) {
  main .title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 374px) {
  main .title {
    font-size: 3rem;
  }
}
main .title::after {
  content: "";
  width: 31.3rem;
  height: 5.637rem;
  background: url(../img/ttl_line.png) no-repeat;
  background-image: image-set(url(../img/ttl_line.webp) type("image/webp"), url(../img/ttl_line.jpg) type("image/jpeg"));
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .title::after {
    width: 28rem;
    height: 5rem;
  }
}
@media screen and (max-width: 574px) {
  main .title::after {
    width: 25rem;
    height: 4rem;
  }
}
main .feature {
  padding: 6.4rem 2.4rem 8.2rem;
  background: #F0EBE7;
  box-shadow: 0px 0px 6px #CEC6BF;
  max-width: 1400px;
  margin: -11.6rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main .feature {
    padding: 4.8rem 2.4rem 6.4rem;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 574px) {
  main .feature {
    padding: 4.8rem 0.8rem;
  }
}
main .feature.person {
  margin-top: 6.4rem;
}
main .feature.person .feature_lead {
  margin-top: 0;
}
main .feature_flex {
  display: flex;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  main .feature_flex {
    flex-direction: column-reverse;
    gap: 4rem;
    margin-top: 5rem;
  }
}
main .feature_flex > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main .feature_flex > * {
    width: 100%;
  }
}
main .feature_text h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  main .feature_text h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  main .feature_text h4 {
    font-size: 2.2rem;
  }
}
main .feature_text h4 .orange {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
main .feature_text .caption {
  margin-top: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  main .feature_text .caption {
    margin-top: 2.4rem;
  }
}
main .feature_lead {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media screen and (max-width: 574px) {
  main .feature_lead {
    margin-top: 2rem;
  }
}
main .feature_lead p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
main .feature_lead p sup {
  font-size: 1.2rem;
  vertical-align: top;
}
main .feature_image {
  padding-left: 6rem;
}
@media screen and (max-width: 991px) {
  main .feature_image {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  main .feature_image {
    padding-left: 0;
  }
}
main .job {
  padding: 22.5rem 0 12rem;
  background: #F7F4F2;
  margin-top: -13.1rem;
}
main .job .container {
  max-width: 1400px;
  padding: 0 24px;
}
main .job_flex {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  main .job_flex {
    flex-direction: column;
  }
}
main .job_box {
  flex: 1;
  background: #fff;
}
@media screen and (max-width: 991px) {
  main .job_box {
    flex: none;
    width: 100%;
  }
}
main .job_box h3 {
  background: #FF7802;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .job_box h3 {
    font-size: 2.2rem;
  }
}
main .job_box .list {
  padding: 4rem 3.4rem 1.6rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  main .job_box .list {
    flex-wrap: wrap;
  }
}
main .job_box .list ul {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 574px) {
  main .job_box .list ul {
    width: 100%;
  }
}
main .job_box .list ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
main .job_box .list ul li span {
  display: block;
  width: calc(100% - 2rem);
}
main .job_box .list ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FF7802;
  display: block;
}
main .job_box .etc {
  text-align: right;
  padding: 0 3.4rem 2.4rem 0;
}
main .course {
  padding: 11rem 0 14rem;
}
@media screen and (max-width: 574px) {
  main .course {
    padding: 8rem 0 10rem;
  }
}
main .course_text {
  margin-top: 7rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  main .course_text {
    font-size: 2.2rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  main .course_text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  main .course_text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 574px) {
  main .course_text {
    margin-top: 3rem;
    text-align: left;
  }
}
main .course .container {
  max-width: 1400px;
  padding: 0 24px;
}
main .course .pick {
  margin-top: 4.85rem;
}
@media screen and (max-width: 574px) {
  main .course .pick {
    margin-top: 3rem;
  }
}
main .course .pick_ttl {
  width: fit-content;
  margin: 0 auto;
  font-family: "EB Garamond", serif;
  font-size: 4.6rem;
  line-height: 1.7;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #968B82;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
main .course .pick_ttl::before, main .course .pick_ttl::after {
  content: "";
  width: 1px;
  height: 34px;
  background: #968B82;
  display: block;
  transform: rotate(-20deg);
}
main .course .pick_ttl::after {
  transform: rotate(20deg);
}
@media screen and (max-width: 574px) {
  main .course .pick_ttl {
    font-size: 4rem;
  }
}
main .course .pick_box {
  margin-top: 8rem;
}
@media screen and (max-width: 574px) {
  main .course .pick_box {
    margin-top: 5rem;
  }
}
main .course .pick_box.mental {
  margin-top: 5.05rem;
}
@media screen and (max-width: 574px) {
  main .course .pick_box.mental {
    margin-top: 3rem;
  }
}
main .course .pick_box.mental h4 {
  color: #1BCCD3;
}
main .course .pick_box.health h4 {
  color: #9BD81A;
}
main .course .pick_box.health .pick_item {
  background: #F0F7DD;
}
main .course .pick_box.health .pick_item h5 {
  border-bottom: 1px solid #9BD81A;
}
main .course .pick_box.data h4 {
  color: #8877D8;
}
main .course .pick_box.data .pick_item {
  background: #EEEDF7;
}
main .course .pick_box.data .pick_item h5 {
  border-bottom: 1px solid #8877D8;
}
main .course .pick_box h4 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  main .course .pick_box h4 {
    font-size: 2.4rem;
  }
}
main .course .pick_box h4 .icon img {
  width: 6rem;
  margin: 0 auto 4px;
}
main .course .pick_box ul {
  margin-top: 3.2rem;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  main .course .pick_box ul {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  main .course .pick_box ul {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main .course .pick_box ul {
    flex-direction: column;
  }
}
main .course .pick_box ul > * {
  flex: 1;
}
main .course .pick_item {
  padding: 2.8rem 2rem;
  background: #E3F2F2;
}
main .course .pick_item h5 {
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1BCCD3;
}
@media screen and (max-width: 1199px) {
  main .course .pick_item h5 {
    font-size: 2rem;
  }
}
main .course .pick_text {
  margin-top: 2.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}/*# sourceMappingURL=style.css.map */