@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500&family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500&text=0123456789&display=swap");
/* -----------------color --------------------------*/
/* -----------------font --------------------------*/
/* -----------------font size --------------------------*/
/* -----------------breakpoint --------------------------*/
/* -----------------mixin --------------------------*/
/* -----------------reset --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  overflow-y: scroll;
  --dvw: calc(100dvw / 1300);
  --fvw: calc(100dvw / 1300);
}

html {
  font-size: 15px;
  min-height: 100vh;
  height: 100%;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  line-height: 1.75rem;
  color: #252323;
  font-optical-sizing: auto;
  letter-spacing: 0.025em;
  font-weight: 400;
  min-height: 100svh;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top: 43px;
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

img {
  image-rendering: -webkit-optimize-contrast; /* Chrome, Safari */
}

ol, ul {
  padding-left: 1rem;
}

.page-index footer {
  padding-top: 0;
}

/* -----------------link & button --------------------------*/
a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  transition: all 1s;
}
a:focus:not(:focus-visible) {
  box-shadow: none;
}
a:hover, a:active {
  opacity: 0.5;
}

/* -----------------typography --------------------------*/
small,
sup,
sub {
  font-size: 0.8rem;
}

sub {
  bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 400;
  margin-bottom: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: keep-all;
  word-break: normal; /* フォールバック */
  word-break: auto-phrase; /* 対応ブラウザ用 */
}

p {
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

th {
  font-weight: normal;
}

.h1,
h1 {
  font-size: clamp(45px, 25.5px + 2.86vw, 70px);
}

.h2,
h2 {
  font-size: 40px;
}
@media screen and (min-width: 992px) {
  .h2,
  h2 {
    font-size: clamp(30px, 27.94px + 0.98vw, 40px);
  }
}

.h3,
h3 {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .h3,
  h3 {
    font-size: clamp(20px, 22.66px + 0.1vw, 25px);
  }
}

.h4,
h4 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}

.text-small {
  font-size: 80%;
}

.text-normal {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .text-normal {
    font-size: 16px;
  }
}

.bold,
strong {
  font-weight: 500;
}

.text-md {
  font-size: 110%;
}

.text-lg {
  font-size: 135%;
  line-height: 1.5;
}

.text-xl {
  font-size: 200%;
}

.text-xlg {
  font-size: 250%;
}

.text-pink {
  color: #ef8eb8;
}

.text-blue {
  color: #2fbdf0;
}

.text-orange {
  color: #f8b418;
}

.text-green {
  color: #80bb87;
}

.bg-pink {
  background-color: #ef8eb8;
}

.bg-blue {
  background-color: #2fbdf0;
}

.bg-orange {
  background-color: #f8b418;
}

.bg-green {
  background-color: #80bb87;
}

.bg-lightblue {
  background-color: #e5eff5;
}

.marker {
  background: linear-gradient(transparent 20%, #f5fcbb 60%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.entitle {
  font-family: "League Spartan";
  font-weight: 300;
  letter-spacing: 0.15rem;
}

.italic {
  font-style: italic !important;
}

.date {
  font-weight: 500;
}

/* -----------------utility --------------------------*/
img {
  image-rendering: -webkit-optimize-contrast;
}

.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.br-sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .br-sp {
    display: none;
  }
	  .br-sp02 {
    display: block;
  }
}

.br-pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1380px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}

/* -----------------layout --------------------------*/
main {
  padding-top: 0;
  padding-bottom: 0;
}
main:not(.page-index) {
  min-height: calc(100svh - 220px);
}
@media screen and (min-width: 621px) {
  main:not(.page-index) {
    min-height: calc(100svh - 150px);
  }
}

.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  background-color: rgba(255, 255, 255, 0.98);
  background-image: url("/assets/images/loading.svg");
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.scrolltotop {
  position: fixed;
  bottom: 5rem;
  right: 0;
  display: none;
  width: 3em;
  height: 2em;
  z-index: 999;
}
.scrolltotop .back-to-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2fbdf0;
  color: #ffffff;
}

.movie-area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.error {
  color: #a10101;
  font-size: 0.9rem;
  margin: 0.5rem 0;
  background-color: #f2e4e6;
  padding: 0.25rem;
}

/* -----------------header --------------------------*/
header {
  height: 43px;
  width: 100%;
  z-index: 9999999;
  max-width: 100vw;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  header {
    height: 80px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
}
header .header-inner {
  padding: 0.5rem 0 0 0;
}
header .header-inner .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2vw;
  z-index: 10;
  position: relative;
  transition: margin-top 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 992px) {
  header .header-inner .logo-wrap {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 620px) {
  header .header-inner .logo-wrap {
    margin-top: 1vw;
  }
}
header .header-inner .logo-wrap a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
header .header-inner .logo-wrap .logo {
  position: relative;
  width: 38.5384615385vw;
  height: auto;
  aspect-ratio: 501/97;
}
@media screen and (min-width: 621px) {
  header .header-inner .logo-wrap .logo {
    width: 17.3423076923vw;
    max-width: 280px;
  }
}
header .header-inner .logo-wrap .teamtitle {
  display: none;
}
@media screen and (min-width: 992px) {
  header .header-inner .logo-wrap .teamtitle {
    font-size: clamp(20px, 22.66px + 0.1vw, 25px);
    position: absolute;
    left: 53%;
    transform: translateX(calc(-50% - clamp(70px, 4rem, 80px) / 2));
    opacity: 0;
    display: block;
  }
}
header.scrolled {
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
header.scrolled .header-inner {
  height: 100%;
}
header.scrolled .header-inner .logo-wrap {
  opacity: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  header.scrolled .header-inner .logo-wrap .teamtitle {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  header .mobile .icon-line {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 7px;
    right: 80px;
    z-index: 99;
  }
  header .mobile .icon-insta {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 99;
  }
  header .mobile .menu_box {
    width: 40px;
    height: 50px;
    background: #fff;
    display: flex;
    position: absolute;
    top: -10px;
    right: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 9999;
  }
  header .mobile .menu_box .hamburger-box {
    position: relative;
    width: 100%;
    height: 140%;
    transition-duration: 0.5s;
    overflow: hidden;
    z-index: 99;
    transform: scale(0.8, 0.8);
    cursor: pointer;
  }
  header .mobile .menu_box .hamburger-box::after {
    position: absolute;
    content: "MENU";
    bottom: -0.2rem;
    width: 100%;
    left: 0;
    display: block;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    text-justify: inter-character;
    font-size: 10px;
    font-weight: 500;
    color: #252323;
    letter-spacing: 0.1em;
  }
  header .mobile .menu_box .hamburger-box .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 50%;
    top: 50%;
    background-color: #252323;
    left: 0;
  }
  header .mobile .menu_box .hamburger-box .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #252323;
    content: "";
    top: -10px;
  }
  header .mobile .menu_box .hamburger-box .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #252323;
    content: "";
    top: 10px;
  }
  header .mobile .menu_box .hamburger-box .icon-left:hover {
    cursor: pointer;
  }
  header .mobile .menu_box .hamburger-box .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 50%;
    top: 50%;
    background-color: #252323;
    left: 50%;
    right: 16px;
  }
  header .mobile .menu_box .hamburger-box .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #252323;
    content: "";
    top: -10px;
  }
  header .mobile .menu_box .hamburger-box .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #252323;
    content: "";
    top: 10px;
  }
  header .mobile .menu_box .hamburger-box .icon-right:hover {
    cursor: pointer;
  }
  header .mobile .menu_box .hamburger-box.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  header .mobile .menu_box .hamburger-box.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.2) translate(2px, 0);
  }
  header .mobile .menu_box .hamburger-box.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.2) translate(2px, 0);
  }
  header .mobile .menu_box .hamburger-box.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  header .mobile .menu_box .hamburger-box.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, 0);
  }
  header .mobile .menu_box .hamburger-box.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.2) translate(-2px, 0);
  }
  header .mobile .menu_box .hamburger-box.open::after {
    content: "CLOSE";
    bottom: -0.5rem;
    letter-spacing: 0;
  }
}
header nav {
  width: 100%;
}
header nav h2.menutitle {
  font-size: clamp(45px, 25.5px + 2.86vw, 70px);
}
@media screen and (max-width: 991px) {
  header nav {
    position: fixed !important;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
    width: 80vw;
    max-width: 80vw;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  header nav {
    margin-top: 0;
  }
}
header nav .gmenu {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  header nav .gmenu .list-menu {
    display: none;
    padding-left: 0;
    list-style: none;
  }
  header nav .gmenu .list-menu li {
    padding: 0.5rem 0.75rem;
    border-bottom: solid 1px #edeeee;
    list-style: none;
  }
  header nav .gmenu .list-menu li::before {
    content: "＞";
    margin-right: 0.5rem;
  }
  header nav .gmenu .list-menu li a {
    width: 100%;
  }
  header nav .gmenu .list-menu li.menu_btn {
    display: none;
  }
  header nav .gmenu .menu_btn {
    width: 100%;
    margin-top: 1rem;
  }
  header nav .gmenu .menu_btn > [class^=btn-] {
    display: flex;
    width: 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    background-size: 2rem auto;
    background-position: left 5px center;
    color: #ffffff;
    margin-bottom: 0.75rem;
  }
  header nav .gmenu .menu_btn .btn-inquiry {
    background-color: #ef8eb8;
    background-image: url("/assets/images/icon-contact.svg");
  }
  header nav .gmenu .menu_btn .btn-inquiry > span {
    color: #ffffff;
  }
  header nav .gmenu .menu_btn .btn-briefing {
    background-color: #2fbdf0;
    background-image: url("/assets/images/icon-session.svg");
  }
  header nav .gmenu .menu_btn .btn-briefing > span {
    color: #ffffff;
  }
  header nav .gmenu .menu_btn .btn-recruit {
    background-color: #f8b418;
    background-image: url("/assets/images/icon-entry.svg");
  }
  header nav .gmenu .menu_btn .btn-recruit > span {
    color: #ffffff;
  }
  header nav .gmenu .menu_btn .btn-insta {
    background-image: url("/assets/images/icon-instagram.svg");
    background-color: #ffffff;
    color: #ef8eb8;
    background-size: min(70px, 100%) auto;
  }
  header nav .gmenu .menu_btn .btn-insta > span {
    color: #ef8eb8;
  }
  header nav .gmenu h3 {
    font-size: 1rem;
    border-bottom: solid 1px #dedede;
    padding: 0.5rem;
    cursor: pointer;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  header nav .gmenu {
    background-color: #ffffff;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  }
  header nav .gmenu .list-menu {
    padding-left: 0;
    list-style: none;
  }
  header nav .gmenu .list-menu li {
    padding: 0.5rem 0.75rem;
    border-bottom: solid 1px #edeeee;
    list-style: none;
  }
  header nav .gmenu .list-menu li::before {
    content: "＞";
    margin-right: 0.5rem;
  }
  header nav .gmenu .list-menu li a {
    width: 100%;
  }
  header nav .gmenu .list-menu li.menu_btn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav .gmenu.open {
    opacity: 1;
    height: 100%;
    visibility: visible;
    transform: translateY(0);
    box-shadow: rgba(29, 43, 65, 0.5) 0px 10px 10px -10px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  header nav .gmenu.open {
    padding-top: 60px;
  }
}
header nav .menu_box {
  width: clamp(70px, 4rem, 80px);
  height: clamp(80px, 4.5rem, 80px);
  background-color: transparent;
  display: flex;
  position: fixed;
  top: 0;
  right: 5px;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  header nav .menu_box {
    display: none;
  }
}
header nav .menu_box .hamburger-box {
  position: relative;
  width: 100%;
  height: 140%;
  transition-duration: 0.5s;
  overflow: hidden;
  z-index: 99;
  transform: scale(0.8, 0.8);
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 1rem;
}
header nav .menu_box .hamburger-box::after {
  position: absolute;
  content: "MENU";
  bottom: -0.2rem;
  width: 100%;
  left: 0;
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-character;
  font-size: 16px;
  font-weight: 500;
  color: #252323;
  letter-spacing: 0.1em;
}
header nav .menu_box .hamburger-box .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 50%;
  top: 50%;
  background-color: #252323;
  left: 0;
}
header nav .menu_box .hamburger-box .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #252323;
  content: "";
  top: -20px;
}
header nav .menu_box .hamburger-box .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #252323;
  content: "";
  top: 20px;
}
header nav .menu_box .hamburger-box .icon-left:hover {
  cursor: pointer;
}
header nav .menu_box .hamburger-box .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 50%;
  top: 50%;
  background-color: #252323;
  left: 50%;
  right: 16px;
}
header nav .menu_box .hamburger-box .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #252323;
  content: "";
  top: -20px;
}
header nav .menu_box .hamburger-box .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #252323;
  content: "";
  top: 20px;
}
header nav .menu_box .hamburger-box .icon-right:hover {
  cursor: pointer;
}
header nav .menu_box .hamburger-box.open::after {
  content: "CLOSE";
  bottom: -0.15rem;
  letter-spacing: 0;
}
header nav .menu_box .hamburger-box.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
header nav .menu_box .hamburger-box.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.2) translate(2px, -2px);
}
header nav .menu_box .hamburger-box.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.2) translate(2px, 2px);
  top: 3px;
}
header nav .menu_box .hamburger-box.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
header nav .menu_box .hamburger-box.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, -2px);
}
header nav .menu_box .hamburger-box.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.2) translate(-3px, 2px);
  top: 3px;
}
@media screen and (max-width: 991px) {
  header nav .desktop {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav .desktop {
    display: block;
  }
}
header nav .desktop .menu_btn {
  right: 0;
  width: clamp(80px, 4.5rem, 80px);
  height: auto;
  display: block;
  position: fixed;
  top: 80px;
}
header nav .desktop .menu_btn a {
  display: flex;
  width: clamp(80px, 4.5rem, 80px);
  height: clamp(100px, 5rem, 100px);
  max-height: 100px;
  padding: 0.75rem 0;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-position: center top 20%;
  background-size: min(40px, 100%) auto;
  background-repeat: no-repeat;
  box-shadow: rgba(29, 43, 65, 0.3) 0px 3px 3px -3px;
}
header nav .desktop .menu_btn a span {
  font-size: 14px;
  transform: translateY(0.25rem);
  font-weight: 500;
}
header nav .desktop .menu_btn a.btn-inquiry {
  background-color: #ef8eb8;
  background-image: url("/assets/images/icon-contact.svg");
}
header nav .desktop .menu_btn a.btn-inquiry > span {
  color: #ffffff;
}
header nav .desktop .menu_btn a.btn-briefing {
  background-color: #2fbdf0;
  background-image: url("/assets/images/icon-session.svg");
}
header nav .desktop .menu_btn a.btn-briefing > span {
  color: #ffffff;
}
header nav .desktop .menu_btn a.btn-recruit {
  background-color: #f8b418;
  background-image: url("/assets/images/icon-entry.svg");
}
header nav .desktop .menu_btn a.btn-recruit > span {
  color: #ffffff;
}
header nav .desktop .menu_btn a.btn-insta {
  background-image: url("/assets/images/icon-instagram.svg");
  background-color: #ffffff;
  color: #ef8eb8;
  background-size: min(60px, 100%) auto;
  max-height: 82px;
}
header nav .desktop .menu_btn a.btn-insta > span {
  color: #ef8eb8;
}
header nav .desktop .menu_btn a.btn-line {
  background-image: url("/assets/images/icon-line.svg");
  background-color: #ffffff;
  color: #33ad37;
  background-size: min(40px, 100%) auto;
  max-height: 82px;
}
header nav .desktop .menu_btn a.btn-line > span {
  color: #33ad37;
}
@media screen and (max-width: 991px) {
  header.menu-open nav {
    transform: translateX(0);
  }
}
@media screen and (min-width: 992px) {
  header.menu-open nav {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  header.menu-open .menu_btn {
    z-index: -1;
  }
}

/* -----------------footer --------------------------*/
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 620px) {
  footer .logo-block {
    display: none;
  }
}
footer .icon-phone {
  width: 70px;
  height: auto;
  aspect-ratio: 300/392;
  margin-right: 10px;
}
footer .address-number .number {
  font-family: "Roboto Condensed";
  font-weight: 400;
}
footer .address-number .number + span {
  font-size: 1rem;
}
footer .address {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 621px) {
  footer .logo-footer {
    max-width: 250px;
  }
}
footer p.copyright-block {
  text-align: center;
}
footer .privacy {
  font-size: 14px;
}
footer .privacy > span {
  font-size: inherit;
}
@media screen and (min-width: 992px) {
  footer .privacy {
    font-size: 1rem;
  }
}

/* -----------------section title --------------------------*/
.section-title {
  font-optical-sizing: auto;
  line-height: 1.5;
  font-weight: 200;
  display: flex;
  flex: 1;
  flex-direction: column;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #2fbdf0;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2rem;
  font-family: "League Spartan";
  font-size: clamp(45px, 25.5px + 2.86vw, 70px);
}
@media screen and (max-width: 620px) {
  .section-title {
    padding: 0 0 0;
  }
}
.section-title .subtitle {
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP";
  font-size: 20px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: keep-all;
  word-break: auto-phrase; /* 対応ブラウザ用 */
}
@media screen and (min-width: 992px) {
  .section-title .subtitle {
    font-size: clamp(25px, 23.13px + 0.5vw, 30px);
  }
}

.subtitle {
  font-weight: 400 !important;
  font-family: "Noto Sans JP";
}

.box-title {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  flex: 1;
  flex-direction: column;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #2fbdf0;
}
.box-title > span {
  font-size: min(clamp(45px, 25.5px + 2.86vw, 70px), 25px);
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
@media screen and (min-width: 992px) {
  .box-title {
    margin-bottom: 30px;
  }
}

/*------------------calendar ------------------------------*/
.schedule {
  padding-left: 1rem;
  padding-right: 1rem;
}
.schedule h3 {
  margin-bottom: 4px;
}
.schedule .top {
  margin-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.schedule .prev-btn {
  border-width: 10px 22px 10px 0;
  border-color: transparent #2fbdf0 transparent transparent;
}
.schedule .next-btn {
  border-width: 10px 0 10px 22px;
  border-color: transparent transparent transparent #2fbdf0;
}
.schedule .prev-btn,
.schedule .next-btn {
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-color: transparent;
}
.schedule .year-and-month {
  width: 170px;
  margin: 5px 0 0;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-family: "Roboto Condensed";
}
.schedule .days {
  border-top: 1px solid #bda88f;
  border-left: 1px solid #bda88f;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #ffffff;
}
.schedule .days div {
  width: 14.2857142857%;
  padding: 3px 5px;
  background-color: #2fbdf0;
  border-bottom: 1px solid #bda88f;
  border-right: 1px solid #bda88f;
  text-align: center;
  font-family: "League Spartan";
  font-weight: 400;
  font-size: 110%;
  letter-spacing: 0.03em;
}
.schedule .calender-section {
  padding: 0;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #bda88f;
}
.schedule .calender-section div {
  width: 14.2857142857%;
  padding: 3px 3px 5px;
  line-height: 1.2;
  min-height: 75px;
  position: relative;
  border-bottom: 1px solid #bda88f;
  border-right: 1px solid #bda88f;
  background-color: #f2f2f2;
  font-weight: 400;
}
.schedule .calender-section div:nth-of-type(7n) .number {
  color: #5076bf;
}
.schedule .calender-section div:nth-of-type(7n + 1) .number {
  color: #cd5949;
}
.schedule .calender-section div.holiday .number {
  color: #cd5949;
}
.schedule .calender-section .calender-date {
  display: flex;
  flex-direction: column;
}
.schedule .calender-section .calender-date .event-link {
  color: #ffffff;
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 620px) {
  .schedule .calender-section .calender-date .event-link {
    font-size: 80%;
  }
}
.schedule .number {
  line-height: 1.3;
  color: #252323;
  font-family: "Roboto Condensed";
  font-weight: 400;
}
.schedule .event1 {
  background-color: #ef8eb8;
}
.schedule .event2 {
  background-color: #80bb87;
}
.schedule .event3 {
  background-color: #2fbdf0;
}
.schedule .event4 {
  background-color: #f8b418;
}
.schedule .event5 {
  background-color: #004094;
}
.schedule .event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.schedule .event-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.schedule .event-list li p {
  margin: 0;
}
.schedule .event-list li p:first-child {
  flex: 0 0 auto;
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
  border-radius: 5px;
  color: #ffffff;
}
@media screen and (max-width: 620px) {
  .schedule .event-list li p:first-child {
    padding: 0.25rem;
    font-size: 80%;
  }
}
.schedule .event-list li p:last-child {
  flex: 1;
  min-width: 0;
  word-break: break-all;
}
@media screen and (max-width: 620px) {
  .schedule .event-list li p:last-child {
    padding: 0.25rem;
    font-size: 80%;
    line-height: 1;
  }
}

.more-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-svg {
  font-size: 1rem;
  font-weight: 400;
  line-height: 54px;
  position: relative;
  display: inline-block;
  min-width: 204px;
  width: 100%;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  z-index: 50;
}
.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.btn-svg svg rect {
  transition: all 400ms ease;
  fill: none;
  stroke: #252323;
  stroke-width: 1.5;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
.btn-svg:hover {
  opacity: 1;
}
.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
.btn-svg span {
  position: relative;
  display: block;
  color: #252323;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.btn-svg-filled {
  font-size: 1rem;
  font-weight: 400;
  line-height: 54px;
  position: relative;
  display: inline-block;
  min-width: 204px;
  height: 54px;
  padding: 0 2rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}
.btn-svg-filled .svg-back {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 400ms ease;
}
.btn-svg-filled .svg-back rect {
  fill: #ef8eb8;
  stroke: none;
}
.btn-svg-filled .svg-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.btn-svg-filled .svg-front rect {
  transition: all 400ms ease;
  fill: none;
  stroke: #252323;
  stroke-width: 1.5;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
.btn-svg-filled:hover {
  opacity: 1;
}
.btn-svg-filled:hover .svg-back {
  top: 0;
  left: 0;
}
.btn-svg-filled:hover .svg-front rect {
  stroke-dashoffset: 284px;
}
.btn-svg-filled span {
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 1;
}
.btn-svg-filled.bg-pink .svg-back rect {
  fill: #ef8eb8;
}
.btn-svg-filled.bg-blue .svg-back rect {
  fill: #2fbdf0;
}
.btn-svg-filled.bg-green .svg-back rect {
  fill: #80bb87;
}
.btn-svg-filled.bg-orange .svg-back rect {
  fill: #f8b418;
}

.news-row .category {
  text-align: center;
  padding: 0 0.5rem;
  white-space: nowrap;
  color: #ffffff;
  font-size: 90%;
  margin-right: 0.5rem;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 73px;
}
.news-row .category::first-letter {
  text-transform: uppercase;
}
.news-row .t-hospital {
  background-color: #f8b418;
}
.news-row .t-recruit {
  background-color: #ef8eb8;
}
.news-row .t-media {
  background-color: #2fbdf0;
}

@media screen and (max-width: 991px) {
  .page-form .tel-wrapper::before {
    content: "";
    display: block;
    width: 94px;
    height: 2px;
    background-color: #232323;
    position: absolute;
    top: 64px;
    left: -48px;
    transform: rotate(66deg);
  }
  .page-form .tel-wrapper::after {
    content: "";
    display: block;
    width: 94px;
    height: 2px;
    background-color: #232323;
    position: absolute;
    top: 64px;
    right: -48px;
    transform: rotate(-66deg);
  }
}

/* Form Styles */
.form {
  margin-top: calc(var(--dvw) * 35);
}

.form-container {
  max-width: 900px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: calc(var(--dvw) * 10);
  flex-direction: column;
}
.form-group:last-child {
  border-bottom: none;
}
.form-group.--readonly {
  background-color: #fff9c5;
}
@media screen and (min-width: 992px) {
  .form-group {
    flex-direction: row;
  }
}

.form-group-label {
  width: 100%;
  padding: calc(var(--dvw) * 32) calc(var(--dvw) * 28) calc(var(--dvw) * 24);
  border-bottom: solid 1px #252323;
}
@media screen and (min-width: 992px) {
  .form-group-label {
    width: 39%;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #252323;
  }
}

.form-group-content {
  font-size: clamp(1rem, 0.6486rem + 0.4324vw, 1rem);
  padding: calc(var(--dvw) * 20) calc(var(--dvw) * 35);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-label-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}

.form-label {
  font-size: clamp(1rem, 0.6486rem + 0.4324vw, 1rem);
  flex: 1.4;
  margin-bottom: 0;
}

.required-badge {
  background-color: #f8b418;
  color: #ffffff;
  padding: 0.04em 0.6em;
  font-size: clamp(0.625rem, 0.549rem + 0.3243vw, 0.8125rem);
  line-height: 1.4;
}

.helper-text {
  font-size: clamp(0.75rem, 0.6993rem + 0.2162vw, 0.875rem);
  color: #f8b418;
  margin-top: calc(var(--dvw) * 4);
  line-height: 1;
}
.helper-text.--normal {
  color: #333333;
}

/* Input & Select & Textarea Styles */
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select,
textarea {
  width: 100%;
  padding: calc(var(--dvw) * 8) calc(var(--dvw) * 16);
  border: 1px solid #333333;
  font-size: 1rem;
  line-height: 1;
}

input.--l,
select.--l,
textarea.--l {
  width: 300px;
}
input.--m,
select.--m,
textarea.--m {
  width: 160px;
}
input.--s,
select.--s,
textarea.--s {
  width: 100px;
}
input.--ss,
select.--ss,
textarea.--ss {
  width: 100px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
select {
  height: 3rem;
}

input[readonly] {
  cursor: not-allowed;
}
input[readonly]:focus {
  outline: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--dvw) * 16);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(var(--dvw) * 10.5) calc(var(--dvw) * 7.35) 0 calc(var(--dvw) * 7.35);
  border-color: #f8b418 transparent transparent transparent;
  pointer-events: none;
}

.select-unit {
  margin-left: -5px;
}

textarea {
  height: 190px;
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaaaaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaaaaa;
}

/* Input Groups */
.input-group {
  display: flex;
  gap: calc(var(--dvw) * 16);
  align-items: center;
}

.input-group-label {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

.input-group-unit {
  position: relative;
  left: calc(var(--dvw) * -10);
}

.date-group {
  margin-top: calc(var(--dvw) * 28);
}
.date-group:first-child {
  margin-top: 0;
}

/* Radio Button Styles */
input[type=radio] {
  border: solid 1px #252323;
  border-radius: 0;
}

.radio-group {
  display: flex;
  gap: calc(var(--dvw) * 24);
  align-items: center;
  height: 100%;
}

.radio-item {
  display: flex;
  align-items: center;
  gap: calc(var(--dvw) * 8);
  padding: calc(var(--dvw) * 10) 0;
}

/* File Upload Button */
.file-upload-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(var(--dvw) * 22);
  width: 100%;
  padding: calc(var(--dvw) * 20) calc(var(--dvw) * 35);
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--dvw) * 16);
  border: 3px solid #f8b418;
  border-radius: 10px;
  cursor: pointer;
  color: #f8b418;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.file-upload-label-icon {
  width: calc(var(--dvw) * 55);
  height: calc(var(--dvw) * 42);
  margin-right: calc(var(--dvw) * 20);
}

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

.privacy-policy-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--dvw) * 10);
  margin-top: calc(var(--dvw) * 31);
}
.privacy-policy-container input[type=checkbox] {
  /*     width: calc(var(--dvw) * 24);
      height: calc(var(--dvw) * 24); */
  flex-shrink: 0;
  font-size: clamp(0.75rem, 0.6993rem + 0.2162vw, 0.875rem);
}
.privacy-policy-container input[type=checkbox]:checked {
  background-color: #f8b418;
}
.privacy-policy-container label {
  display: flex;
  align-items: center;
  gap: calc(var(--dvw) * 14);
  cursor: pointer;
}

.privacy-policy-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.privacy-policy-link img {
  width: calc(var(--dvw) * 20);
}

.form-submit-button {
  margin-top: calc(var(--dvw) * 31);
}

.form-attention {
  margin-top: calc(var(--dvw) * 31);
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: calc(var(--dvw) * 31);
}

.form-attention-text {
  font-size: clamp(0.75rem, 0.6993rem + 0.2162vw, 0.875rem);
}

.title-line {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-line::before, .title-line::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #333;
  margin: 0 20px;
}

h5.w-auto {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-weight: 400;
}

.font-bold {
  font-weight: 500;
}

.custom-file {
  position: relative;
  margin: 20px 0;
}

.custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.custom-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  border: 3px solid #f8b418;
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  color: #f8b418;
  font-weight: 500;
  position: relative;
  padding: 1rem;
  margin: 10px 0;
}
.custom-file-label::before {
  content: "";
  background: url("/assets/images/icon-upload.svg") no-repeat center center;
  width: 4rem;
  height: 3rem;
  display: inline-block;
  margin-right: 10px;
}
.custom-file-label:hover {
  border-color: #f8b418;
  color: #f8b418;
  background: #f8f6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(147, 112, 219, 0.2);
}
.custom-file-label.file-selected {
  border-color: #ef90b9;
  color: #ef90b9;
  background: #ededed;
}

.custom-file-input:focus + .custom-file-label {
  border-color: #f8b418;
  box-shadow: 0 0 0 3px rgba(147, 112, 219, 0.3);
}

.file-upload-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.file-upload-item {
  position: relative;
}

.r-icon {
  transform: translateY(5px);
}

.confirm .form-item {
  display: flex;
  border-bottom: solid 1px #24304f;
  padding: 0.5rem;
}

.confirm .form-item .input-name {
  width: 20%;
  margin-bottom: 0;
}

.confirm .form-item:last-child,
.confirm .form-item.border-none {
  border-bottom: none;
}

.cta-section {
  position: relative;
  bottom: 0;
  background-color: #ffffff;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.cta-section a {
  padding: 0.75rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 90%;
}
.cta-section a img {
  width: auto;
  height: 1.2rem;
  margin-right: 5px;
}
.cta-section a.btn-briefing {
  background-color: #2fbdf0;
}
.cta-section a.btn-briefing > span {
  color: #ffffff;
}
.cta-section a.btn-recruit {
  background-color: #f8b418;
}
.cta-section a.btn-recruit > span {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cta-section {
    display: none;
  }
}
.cta-section.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=global.css.map */