@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&text=0123456789&display=swap";
/* -----------------color --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  overflow-y: scroll;
}
@media screen and (max-width: 820px) {
  :root {
    scroll-padding-top: 0;
  }
}

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

body {
  position: relative;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  line-height: 27px;
  color: #333333;
  font-optical-sizing: auto;
  font-weight: 400;
  min-height: 100vh;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 820px) {
  body {
    line-height: 24px;
  }
}
body footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  body footer {
    background-color: #ffffff;
  }
}

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

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;
}

.btn:focus:not(:focus-visible) {
  box-shadow: none;
}

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

sub {
  bottom: 0;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
}

p {
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 820px) {
  p {
    font-size: 15px;
  }
}

th {
  font-weight: normal;
}

.h2, h2 {
  font-size: min(clamp(1.763rem, 1.034rem + 2.81vw, 3.75rem), 70px);
}

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

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

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;
  }
}

main {
  padding-top: 0;
  padding-bottom: 0;
}

.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: 2rem;
  right: 0;
  display: none;
  width: auto;
  height: 2em;
  z-index: 999;
}
.scrolltotop .back-to-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b8ee;
  color: #ffffff;
}

.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: 18px;
}
@media screen and (min-width: 992px) {
  .text-md {
    font-size: 20px;
  }
}

.text-lg {
  font-size: min(clamp(1.563rem, 1.448rem + 0.49vw, 1.875rem), 30px);
  line-height: 1.5;
}

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

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

.bg-blue {
  background-color: #085cb9;
}

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

.entitle {
  font-family: "Saira";
  font-weight: 400;
}

p {
  font-size: 1rem;
}

.bold {
  font-size: 700;
}

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

.border-pink {
  height: 2px;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgb(234, 109, 141) 2px, rgb(234, 109, 141) 4px);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  transform: translateY(0.25rem);
}

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

header {
  background-color: transparent;
  height: 43px;
  width: 100%;
  z-index: 9999999;
  max-width: 100vw;
  position: sticky;
}
@media screen and (min-width: 821px) {
  header {
    height: 100px;
  }
}
header .header-inner .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.5vw;
  padding-left: 0.5rem;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 992px) {
  header .header-inner .logo-wrap {
    padding-left: 2rem;
  }
}
header .header-inner .logo-wrap a {
  display: flex;
  width: 25%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  header .header-inner .logo-wrap a {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  header .header-inner .logo-wrap a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header-inner .logo-wrap .logo {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 200px;
}
@media screen and (min-width: 992px) {
  header .header-inner .logo-wrap .logo {
    width: 21.7692307692vw;
    height: min(3.4615384615vw, 45px);
    max-width: 283px;
  }
}
header.fixed-md-top {
  background-color: transparent;
  position: fixed;
}
header.scrolled {
  background-color: #ffffff;
  transition: all 0.3s;
}
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 {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  header .mobile .menu_box {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    position: absolute;
    top: -5px;
    right: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 9999;
  }
}
header nav {
  width: 100%;
}
header nav h2.menutitle {
  font-size: clamp(1.625rem, 0.962rem + 2.83vw, 3.438rem);
}
@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;
  }
}
@media screen and (max-width: 820px) {
  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;
}
header nav .gmenu .grid-menu {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  header nav .gmenu .grid-menu {
    height: 100%;
  }
}
header nav .gmenu .grid-menu li {
  font-weight: 500;
}
header nav .gmenu .grid-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0.5rem;
}
header nav .gmenu .grid-menu li a .entitle {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  header nav .gmenu .grid-menu li {
    border-bottom: solid 1px #085cb9;
  }
  header nav .gmenu .grid-menu li a {
    font-size: 1rem;
  }
  header nav .gmenu .grid-menu li a .entitle {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav .gmenu {
    background-color: #ffffff;
    background-image: url("/assets/images/back-hover.svg"), url("/assets/images/background-pattern.svg");
    background-repeat: no-repeat;
    background-position: left 70% top 35%, center;
    background-size: 150%, cover;
    top: 0;
    padding-top: 150px;
    position: absolute;
    padding-bottom: 150px;
  }
  header nav .gmenu .grid-menu {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  header nav .gmenu .grid-menu li {
    font-weight: 500;
    border-bottom: none;
  }
  header nav .gmenu .grid-menu li a {
    padding: 1.5rem 0.75rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    color: #085cb9;
    position: relative;
  }
  header nav .gmenu .grid-menu li a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #00b8ee;
    border-bottom: 0;
    position: absolute;
    top: -3px;
    right: -13px;
    transform: rotate(-135deg);
  }
  header nav .gmenu .grid-menu li a .jatitle {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 0.35rem;
  }
  header nav .gmenu .grid-menu li a .entitle {
    position: relative;
    border-top: solid 1px #00b8ee;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 0.35rem;
  }
  header nav .gmenu .grid-menu li a .entitle::before {
    content: "";
    background-color: #00b8ee;
    width: 0.75rem;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: -0.35rem;
    transform: rotate(45deg);
  }
  header nav .gmenu .grid-menu li.menu_btn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav .gmenu.open {
    box-shadow: rgba(29, 43, 65, 0.5) 0px 10px 10px -10px;
  }
}
@media screen and (max-width: 991px) {
  header nav .gmenu.open {
    background-color: #ffffff;
    padding-top: 60px;
  }
}
header nav .menu_box {
  width: clamp(100px, 5rem, 100px);
  height: clamp(100px, 5rem, 100px);
  background: #fff;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  position: fixed;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  header nav .menu_box {
    width: clamp(90px, 5rem, 90px);
    height: clamp(90px, 5rem, 90px);
  }
}
@media screen and (min-width: 1400px) {
  header nav .menu_box {
    width: clamp(100px, 5rem, 100px);
    height: clamp(100px, 5rem, 100px);
  }
}
@media screen and (max-width: 991px) {
  header nav .menu_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
  }
}
header nav .menu_btn {
  right: 0;
  top: clamp(60px, 6.5vw, 100px);
  width: clamp(100px, 5rem, 100px);
  display: block;
  position: fixed;
}
@media screen and (min-width: 992px) {
  header nav .menu_btn {
    /*top: clamp(110px, 6.5vw, 110px);*/
    width: clamp(90px, 5rem, 90px);
  }
}
@media screen and (min-width: 1400px) {
  header nav .menu_btn {
    width: clamp(100px, 6.5rem, 100px);
    /*top: clamp(110px, 6.5vw, 110px);*/
  }
}
@media screen and (max-width: 991px) {
  header nav .menu_btn {
    position: relative;
    width: 100%;
    max-width: 80%;
    top: 0;
    border-bottom: solid 1px transparent !important;
    margin-left: auto;
    margin-right: auto;
  }
}
header nav .menu_btn a {
  display: flex;
  width: clamp(100px, 5rem, 100px);
  height: clamp(100px, 5rem, 100px);
  max-height: 100px;
  color: #ffffff;
  padding: 0.75rem 0;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-position: center top 25%;
  background-size: min(40px, 100%) auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  header nav .menu_btn a {
    width: clamp(90px, 5rem, 90px);
    height: clamp(90px, 5rem, 90px);
  }
}
@media screen and (min-width: 1400px) {
  header nav .menu_btn a {
    width: clamp(100px, 7rem, 100px);
    height: clamp(100px, 7rem, 95px);
  }
}
header nav .menu_btn a span {
  font-size: clamp(0.88rem, 0.8rem + 0.1vw, 1rem);
  transform: translateY(0.5rem);
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  header nav .menu_btn a {
    background-position: left bottom;
    background-size: auto 160%;
    padding: 0.5rem;
    width: calc(100% - 1rem);
    height: 3rem;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  header nav .menu_btn a span {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
  }
}
header nav .menu_btn a.btn-inquiry {
  background-color: #8dc21f;
  background-image: url("/assets/images/icon-contact.svg");
}
header nav .menu_btn a.btn-briefing {
  background-color: #00b8ee;
  background-image: url("/assets/images/icon-session.svg");
  background-size: min(50px, 100%) auto;
}
header nav .menu_btn a.btn-recruit {
  background-color: #ef90b9;
  background-image: url("/assets/images/icon-entry.svg");
}
header nav .menu_btn a.btn-other {
  background-color: #ffffff;
  color: #878e8e;
  border-radius: 0px;
  background-position: center top 40%;
	line-height: 2.5;
}
header nav .menu_btn a.btn-insta {
  background-image: url("/assets/images/icon-instagram.svg");
}

header nav .menu_btn a.btn-blog {
  background-image: url("/assets/images/icon-blog.svg");
}
header nav .menu_btn a.btn-blog {
  background-color: #fffde5;
  color: #878e8e;
  border-radius: 0px;
  background-position: center top 40%;
	line-height: 2.5;
}



@media screen and (max-width: 991px) {
  header nav .menu_btn .btn-inquiry,
  header nav .menu_btn .btn-briefing,
  header nav .menu_btn .btn-recruit,
  header nav .menu_btn .btn-other {
    background-size: 2rem auto;
    background-position: center left 0.5rem;
    margin-top: 0.5rem;
  }
  header nav .menu_btn .btn-inquiry > span,
  header nav .menu_btn .btn-briefing > span,
  header nav .menu_btn .btn-recruit > span,
  header nav .menu_btn .btn-other > span {
    transform: translateY(0.1rem);
  }
  header nav .menu_btn .btn-other {
    background-color: #646464 !important;
    background-size: 1.5rem auto;
    color: #ffffff !important;
    box-shadow: none !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    background-position: left 0.5rem center !important;
    width: 48vw;
  }
@media screen and (max-width: 991px) {
  header nav .menu_btn .btn-blog {
    background-color: #646464 !important;
    background-size: 1.5rem auto;
    color: #ffffff !important;
    box-shadow: none !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    background-position: left 0.5rem center !important;
    width: 48vw;
  }
}
	
	
	
}
@media screen and (min-width: 992px) {
  header.menu-open .header-inner nav {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 991px) {
  header.menu-open .header-inner nav {
    transform: translateX(0);
  }
}
@media screen and (min-width: 992px) {
  header.menu-open .menu_btn {
    z-index: -1;
  }
}
header .hamburger-box {
  position: relative;
  width: 100%;
  height: 150%;
  transition-duration: 0.5s;
  overflow: hidden;
  z-index: 99;
  transform: scale(0.8, 0.8);
  cursor: pointer;
  /*menuopen*/
}
@media screen and (min-width: 821px) {
  header .hamburger-box {
    top: -1.75rem;
  }
}
header .hamburger-box::after {
  position: absolute;
  content: "MENU";
  bottom: -0.25rem;
  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: #085cb9;
  letter-spacing: 0.35em;
}
@media screen and (min-width: 992px) {
  header .hamburger-box::after {
    font-size: 16px;
  }
}
header .hamburger-box .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 50%;
  top: 50%;
  background-color: #085cb9;
  left: 0;
}
header .hamburger-box .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #085cb9;
  content: "";
  top: -20px;
}
@media screen and (max-width: 820px) {
  header .hamburger-box .icon-left:before {
    top: -10px;
  }
}
header .hamburger-box .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #085cb9;
  content: "";
  top: 20px;
}
@media screen and (max-width: 820px) {
  header .hamburger-box .icon-left:after {
    top: 10px;
  }
}
header .hamburger-box .icon-left:hover {
  cursor: pointer;
}
header .hamburger-box .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 50%;
  top: 50%;
  background-color: #085cb9;
  left: 50%;
  right: 16px;
}
header .hamburger-box .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #085cb9;
  content: "";
  top: -20px;
}
@media screen and (max-width: 820px) {
  header .hamburger-box .icon-right:before {
    top: -10px;
  }
}
header .hamburger-box .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #085cb9;
  content: "";
  top: 20px;
}
@media screen and (max-width: 820px) {
  header .hamburger-box .icon-right:after {
    top: 10px;
  }
}
header .hamburger-box .icon-right:hover {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header .hamburger-box.open::after {
    content: "CLOSE";
    bottom: -0.25rem;
    letter-spacing: 0.16em;
  }
}
header .hamburger-box.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
header .hamburger-box.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.2) translate(2px, -2px);
}
@media screen and (max-width: 991px) {
  header .hamburger-box.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.2) translate(2px, 0);
  }
}
header .hamburger-box.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.2) translate(2px, 2px);
  top: 8px;
}
@media screen and (max-width: 991px) {
  header .hamburger-box.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.2) translate(2px, 0);
  }
}
header .hamburger-box.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
header .hamburger-box.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, -2px);
}
@media screen and (max-width: 991px) {
  header .hamburger-box.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, 0);
  }
}
header .hamburger-box.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.2) translate(-3px, 2px);
  top: 8px;
}
@media screen and (max-width: 991px) {
  header .hamburger-box.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.2) translate(-2px, 0);
  }
}

footer {
  max-width: 100vw;
  overflow-x: hidden;
}
footer .address-number {
  font-size: clamp(1.35rem, 1.2rem + 1.2vw, 2.35rem);
}
footer .address-number .number {
  font-size: clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem);
  font-family: "Roboto Condensed";
  font-weight: 400;
}
footer .address-number .number + span {
  font-size: 1rem;
}
@media screen and (max-width: 820px) {
  footer .logo-footer {
    max-width: 60%;
  }
}

.section-title {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  flex: 1;
  flex-direction: column;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #085cb9;
  border-left: solid 4px #085cb9;
  border-bottom: solid 4px #085cb9;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3rem 1rem 1rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 821px) {
  .section-title {
    padding: 0 5rem 1rem 3rem;
  }
}
.section-title > span {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #333333;
}
@media screen and (min-width: 821px) {
  .section-title > span {
    font-size: min(clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem), 25px);
  }
}
.section-title::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #085cb9;
  display: block;
  position: absolute;
  right: -0.28rem;
  bottom: 0.65rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.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: #085cb9;
}
.box-title > span {
  font-size: min(clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem), 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;
  }
}

/* .page-title {
	font-size: clamp(1rem, 1.087rem + 0.82vw, 1.75rem);
	width: 100%;
	position: relative;
	font-weight: 600;
	padding-top: max(15px, 1.5vw);
	padding-bottom: max(15px, 1.5vw);
	padding-right: max(15px, 2vw);
	padding-left: max(15px, 4vw);
	margin-bottom: 5.3846153846vw;
	z-index: 0;
	.subtitle {
		font-size: clamp(1.625rem, 0.962rem + 2.83vw, 3.438rem);
		display: block;
		width: 100%;
	}
} */
.dec-title {
  font-family: "Roboto Condensed", "Saira";
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.dec-title span {
  font-size: 50%;
  color: #333333;
  margin-left: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .dec-title {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .dec-title {
    font-size: min(2.7217741935vw, 30px);
  }
}
.dec-title:before, .dec-title:after {
  content: "";
  background-color: #333333;
  width: clamp(1.525rem, 1.181rem + 2vw, 3rem);
  height: 100%;
  width: 2px;
  position: absolute;
}
.dec-title:before {
  transform: rotate(-30deg);
  left: -1.5rem;
}
.dec-title:after {
  transform: rotate(30deg);
  right: -1.5rem;
}

p.new-line span {
  display: inline-block;
}

.form-item input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
}

.btn {
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  text-decoration: none;
  color: #333333;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  z-index: 60;
  aspect-ratio: 220/58;
}
@media screen and (max-width: 991px) {
  .btn {
    overflow-wrap: break-word;
    word-break: keep-all;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.75rem 2rem;
    margin: 0.5rem;
    max-width: 82vw;
  }
}
.btn > span {
  position: relative;
  z-index: 60;
}
.btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.btn svg .cls-1 {
  fill: none;
  stroke: #333;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dasharray: 634;
  stroke-dashoffset: 0;
}
.btn:hover {
  opacity: 1;
}
.btn:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn:hover svg .cls-1 {
  animation: drawBorder 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.btn:active:before {
  top: -10px;
  left: 18px;
  width: 102%;
  height: 100%;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7px;
  right: -5px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: transparent;
  background-image: url("/assets/images/btn-back.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

@keyframes drawBorder {
  0% {
    stroke-dashoffset: 634;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.date {
  font-weight: 500;
}

footer .entitle {
  font-size: 35px !important;
}
footer .privacy {
  font-size: 14px;
}
footer .privacy > span {
  font-size: inherit;
}
@media screen and (min-width: 992px) {
  footer .privacy {
    font-size: 1rem;
  }
}
footer .btn {
  padding: 0.5rem;
  display: block;
  font-size: 14px;
  line-height: 1;
}

svg[class^=text-] {
  width: min(19.9596774194vw, 198px);
  height: auto;
}
@media screen and (min-width: 992px) {
  svg[class^=text-] {
    width: min(15.2307692308vw, 198px);
  }
}

/* Animation */
.bounce {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

.pattern, .sec-pattern {
  max-width: 100dvw;
}
@media screen and (min-width: 1400px) {
  .pattern, .sec-pattern {
    max-width: 1400px !important;
    left: calc((100vw - 1400px) / 2) !important;
    right: calc((100vw - 1400px) / 2) !important;
  }
}

.mt--3 {
  margin-top: -1rem;
}
@media screen and (min-width: 992px) {
  .mt--3 {
    margin-top: -3rem;
  }
}

.mt--5 {
  margin-top: -3rem;
}
@media screen and (min-width: 992px) {
  .mt--5 {
    margin-top: -5rem;
  }
}

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

main:not(.page-index) {
  min-height: calc(100svh - 220px);
}
@media screen and (min-width: 821px) {
  main:not(.page-index) {
    min-height: calc(100svh - 150px);
  }
}

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

.logo-team {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  border: solid 1px #085cb9;
  background-color: #e8f4f5;
  padding: 0.15rem;
  color: #085cb9;
  text-align: center;
  margin-left: 15px;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .logo-team {
    font-size: 22px;
    padding: 0.25rem 0.5rem;
    width: 160px;
  }
}

.page-news {
  position: relative;
}
.page-news .main-inner {
  min-height: 90dvh;
}
.page-news .back-pattern {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  overflow: hidden;
  background-image: url("/assets/images/news-list/back-pattern-2.webp");
  background-repeat: no-repeat;
  background-size: auto 150%;
  background-position: center top;
}
.page-news.page-news-detail .back-pattern {
  background-image: url("/assets/images/news-detail/back-pattern-1.webp");
}

@media screen and (max-width: 820px) {
  .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);
  }
}

.confirm .form-item {
  display: flex;
  border-bottom: solid 1px #24304f;
  padding: 0.5rem;
}
@media screen and (max-width: 820px) {
  .confirm .form-item {
    flex-direction: column;
    padding: 0;
  }
}

.confirm .form-item .input-name {
  width: 20%;
  min-width: 150px;
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 820px) {
  .confirm .form-item .input-name {
    width: 100%;
    border-bottom: dotted 1px #cccccc;
    background-color: #dedede;
    padding: 0.5rem;
  }
}

.confirm .form-item:last-child, .confirm .form-item.border-none {
  border-bottom: none;
}/*# sourceMappingURL=global.css.map */