html {
  overflow-y: overlay;
}
html.is-loading {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(45, 220, 173, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border-radius: 99px;
  opacity: 0;
  background-color: #2DDCAD;
}

html.is_loading {
  overflow: hidden;
}

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

#recruit .sp_none{
  position: absolute;
  width: 12%;
  right: 16%;
  top: 42%;
}

#recruit .sp_block{
  position: absolute;
  width: 30%;
  right: 12%;
  top: 45%;
}




@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.app {
  overflow: hidden;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
  display: block;
}

.nav_link {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}


@media only screen and (min-width: 768px) {
  .nav_link {
    cursor: pointer;
  }
  .nav_link:hover {
    opacity: 0.75;
  }
}

.container {
  width: 75.5208333333vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container.px20 {
  width: 78.125vw;
  padding-left: 1.3020833333vw;
  padding-right: 1.3020833333vw;
}

.abs_more {
  width: 10.4166666667vw;
  height: 10.4166666667vw;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.3020833333vw;
  color: #fff;
  background-color: #2DDCAD;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-transform: uppercase;
  pointer-events: none;
}

.hover_zoom .target {
  overflow: hidden;
}
.hover_zoom .target img {
  transition: transform 600ms ease;
}
@media only screen and (min-width: 768px) {
  .hover_zoom:hover {
    opacity: 1;
  }
  .hover_zoom:hover .target > img {
    transform: scale(1.1);
  }
}

.read_more {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1875;
  font-size: 1.0416666667vw;
  color: #DB9D47;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 150ms ease;
}
.read_more::after {
  content: "";
  width: 3.90625vw;
  height: 1px;
  display: inline-block;
  margin-left: 1.171875vw;
  border-radius: 99px;
  background-color: #DB9D47;
}
@media only screen and (min-width: 768px) {
  .read_more:hover {
    letter-spacing: 0.1em;
  }
}

.js_more_hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .js_more_hover:hover {
    opacity: 1;
  }
}

.js_parallax * {
  transition: transform 800ms ease-out;
}

.js_more_fixed {
  position: fixed;
  z-index: 900;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms ease, opacity 300ms linear;
}
.js_more_fixed.is_hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

icon-new-tab {
  position: relative;
  width: 8px;
  height: 8px;
  box-shadow: inset 0 0 0 1px #fff;
  display: block;
}
icon-new-tab::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  right: -3px;
  box-shadow: inset 0 0 0 1px #fff;
  background-color: inherit;
}

icon-right-arrow-mini {
  position: absolute;
  border: 6px solid transparent;
  border-right: 0;
  border-left-color: #2DDCAD;
}

icon-arrow-top {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.5208333333vw solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  border-radius: 2px;
}

.to_top_button {
  width: 3.90625vw;
  height: 3.90625vw;
  background-color: #2DDCAD;
  position: fixed;
  z-index: 999;
  bottom: 1.3020833333vw;
  right: 1.3020833333vw;
  border-radius: 999px;
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: transform 300ms ease, opacity 300ms linear;
}
.to_top_button.hello {
  opacity: 1;
  transform: scale(1);
}
.to_top_button.is_bottom {
  position: absolute;
  bottom: 150%;
}

.sp_block {
  display: none !important;
}

.slick_css {
  opacity: 0;
}
.slick_css.slick-initialized {
  opacity: 1;
  transition: opacity 500ms linear;
}

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  icon-right-arrow-mini {
    border-width: 4px;
  }
  .sp_block {
    display: block !important;
  }
  .container {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .container.px20 {
    width: 100%;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .read_more {
    font-size: 3.7333333333vw;
  }
  .read_more::after {
    width: 10.6666666667vw;
  }
  icon-arrow-top {
    border-width: 2.1333333333vw;
  }
  .to_top_button {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: 14px;
    right: 10px;
  }
}
@keyframes k_ani_blur_to_fadein {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(1.05);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}
@keyframes k_ani_to_fadein {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ani {
  opacity: 0;
  animation-duration: 1000ms;
  animation-timing-function: cubic-bezier(0.28, 0.8, 0.42, 0.99);
  animation-fill-mode: both;
}

.ani_blur_to_fadein.animated {
  animation-name: k_ani_blur_to_fadein;
}

.ani_to_fadein.animated {
  animation-name: k_ani_to_fadein;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 1024;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .header.is_fixed .header__container {
    max-height: 5.2083333333vw;
    border-bottom: 1px solid #C7DBD6;
  }
  .header.is_fixed .nav {
    top: 5.1432291667vw;
    height: calc(100% - 5.1432291667vw);
  }
}
.header__container {
  width: 100%;
  height: 11.1979166667vw;
  display: flex;
  align-items: center;
  padding-left: 2.9296875vw;
  padding-right: 2.9296875vw;
  background-color: #fff;
  transition: all 150ms ease;
}
.header .branch {
  width: 23.2747395833vw;
}
.header_entry {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2272727273;
  letter-spacing: 0.01em;
  font-size: 1.4322916667vw;
  color: #2DDCAD;
  padding: 2px 1.0416666667vw;
  overflow: hidden;
  position: relative;
}
.header_entry span i {
  font: inherit;
  display: inline-block;
  font-style: normal;
  transition: all 300ms ease;
}
.header_entry .base {
  display: block;
}
.header_entry .base_ani {
  position: absolute;
  top: 2px;
  left: 1.0416666667vw;
}
.header_entry .base_ani i {
  opacity: 0;
  transform: translateY(100%);
}
@media only screen and (min-width: 768px) {
  .header_entry:hover {
    opacity: 1;
  }
  .header_entry:hover .base i {
    opacity: 0;
    transform: translateY(-100%);
  }
  .header_entry:hover .base_ani i {
    transform: translateY(0);
    opacity: 1;
  }
}

.nav {
  width: 100%;
  height: calc(100% - 11.1979166667vw);
  position: fixed;
  z-index: 1;
  top: 11.1979166667vw;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 300ms ease, opacity 200ms linear 100ms;
  background-color: #F0F5F4;
}
.nav_toggler {
  width: 2.0182291667vw;
  height: 1.8229166667vw;
  position: relative;
  margin-left: auto;
  margin-right: 3.2552083333vw;
}
@media only screen and (min-width: 768px) {
  .nav_toggler:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.nav_toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #505554;
  transition: transform 350ms ease;
}
.nav_toggler span:nth-child(1) {
  top: 0;
}
.nav_toggler span:nth-child(2) {
  top: 50%;
}
.nav_toggler span:nth-child(3) {
  top: 100%;
}
.nav_toggler.is_opened span:nth-child(2) {
  opacity: 0;
}
.nav_toggler.is_opened span:nth-child(1) {
  transform: rotate(45deg);
}
.nav_toggler.is_opened span:nth-child(1), .nav_toggler.is_opened span:nth-child(3) {
  top: calc(50% - 1px);
}
.nav_toggler.is_opened span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav_entry {
  width: 41.6666666667vw;
  height: 8.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 4.5572916667vw;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.2258064516;
  font-size: 2.0182291667vw;
  text-transform: uppercase;
  color: #fff;
  background-color: #2DDCAD;
}
.nav_entry span {
  transform: scale(1.05, 0.9);
}
@media only screen and (min-width: 768px) {
  .nav_entry {
    transition: all 350ms ease;
  }
  .nav_entry:hover {
    letter-spacing: 0.05em;
    background-color: #22CD9F;
  }
}
.nav.is_opened {
  opacity: 1;
  visibility: visible;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding-top: 5.2083333333vw;
}
.navbar .hr {
  width: 100%;
  height: 1px;
  background-color: #C7DBD6;
  display: block;
  margin-top: 1.3020833333vw;
  margin-bottom: 1.953125vw;
}

.menu {
  width: 16.9270833333vw;
}
.menu_heading {
  position: relative;
  padding-top: 3.90625vw;
}
.menu_heading img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.menu_heading span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3.4285714286;
  font-size: 0.9114583333vw;
}
.menu_heading__1 img {
  width: 8.3984375vw;
}
.menu_heading__2 img {
  width: 10.8072916667vw;
}
.menu_heading__3 img {
  width: 8.9192708333vw;
}
.menu_heading__4 img {
  width: 13.9322916667vw;
}
.menu_item {
  padding-left: 1.3020833333vw;
  position: relative;
}
.menu_item::before {
  content: "";
  border-top: 0.390625vw solid transparent;
  border-left: 0.390625vw solid #2DDCAD;
  border-right: 0;
  border-bottom: 0.390625vw solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu_item > .nav_link {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  font-size: 1.3020833333vw;
  padding: 0.9440104167vw 0;
}

.main::before {
  content: "";
  width: 100%;
  height: 11.1979166667vw;
  display: block;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .header__container {
    height: 20.2666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .header .branch {
    width: 66.6666666667vw;
  }
  .header_entry {
    display: none;
  }
  .nav {
    top: 20.2666666667vw;
    height: calc(100% - 20.2666666667vw);
    overflow: auto;
    padding-bottom: 10.6666666667vw;
  }
  .nav_toggler {
    width: 8.2666666667vw;
    height: 6.9333333333vw;
    margin-right: 0;
  }
  .nav_entry {
    width: 84vw;
    height: 21.3333333333vw;
    margin-top: 10.6666666667vw;
    font-size: 8.2666666667vw;
  }
  .navbar {
    display: block;
    padding-top: 0;
  }
  .navbar .hr {
    margin-top: 1.3333333333vw;
    margin-bottom: 0vw;
  }
  .menu {
    width: 100%;
  }
  .menu_block {
    padding-top: 5.8666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .menu_heading {
    position: relative;
    padding-top: 0;
  }
  .menu_heading img {
    position: static;
  }
  .menu_heading span {
    font-size: 3.7333333333vw;
    display: block;
    margin-top: -5.8666666667vw;
  }
  .menu_heading__1 img {
    width: 34.4vw;
  }
  .menu_heading__2 img {
    width: 44.2666666667vw;
  }
  .menu_heading__3 img {
    width: 36.5333333333vw;
  }
  .menu_heading__4 img {
    width: 57.0666666667vw;
  }
  .menu_item {
    position: relative;
    padding-left: 5.3333333333vw;
    border-bottom: 1px solid #C7DBD6;
    padding-top: 5.8666666667vw;
    padding-bottom: 5.8666666667vw;
  }
  .menu_item::before {
    border-width: 1.6vw;
  }
  .menu_item > .nav_link {
    font-size: 4.2666666667vw;
  }
  .main::before {
    height: 20.2666666667vw;
  }
}
.footer {
  margin-top: 8.4635416667vw;
  color: #fff;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer .ctx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2552083333vw 5.5338541667vw 3.2552083333vw 4.0364583333vw;
}
.footer .ctx,
.footer icon-new-tab {
  background-color: #505554;
}
.footer .nav_link {
  display: flex;
  align-items: center;
}
.footer .nav_link icon-new-tab {
  margin-left: 0.5208333333vw;
}
.footer .nav_link,
.footer .copyright {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  font-size: 0.7161458333vw;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 10.6666666667vw;
  }
  .footer .ctx {
    display: block;
    padding: 5.3333333333vw;
  }
  .footer .nav_link,
.footer .copyright {
    font-size: 2.6666666667vw;
  }
  .footer .nav_link {
    display: inline-flex;
  }
  .footer .copyright {
    margin-top: 2.6666666667vw;
  }
}

/*# sourceMappingURL=common.css.map */
