@charset "UTF-8";
/*reset*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

/*
font-family: $en_font;
font-family: "Outfit", sans-serif;
*/
/*----------------------------------------------------
 mixin
--------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

html {
  font-size: 16px;
}

html, body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #333;
  background: #FFF;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body.lang-jp .lang_jp {
  display: block;
}
body.lang-jp .lang_en {
  display: none;
}
body.lang-en .lang_jp {
  display: none;
}
body.lang-en .lang_en {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  html, body {
    cursor: auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/* ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
} */
/*----------------------------------------------------
 swiper
--------------------------------------------------- */
.swiper-wrapper {
  transition-timing-function: ease;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 10px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span {
  opacity: 0;
}
.lazyload_set span.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

.grade_bg {
  background: linear-gradient(90deg, #ffd900 0%, #ffef3f 7%, #c7dc68 14%, #68be8d 21%, #239dda 28%, #5a79ba 35%, #9079ad 42%, #e7609e 49%, #e95464 56%, #ed6d3d 70%, #f49d43 77%, #ffd900 100%);
  background-size: 500% 500%;
  animation-name: gradation_bg;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

@keyframes gradation_bg {
  0% {
    background-position: 250% 250%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  position: relative;
  transition: all 0.8s 0s ease;
  z-index: 3;
}
@media (max-width: 896px) {
  .wrapper {
    overflow: hidden;
  }
}

body.page .wrapper {
  padding-top: 150px;
}
/*----------------------------------------------------
 block_loading
--------------------------------------------------- */
.block_loading {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  transform-origin: left center;
}
.block_loading .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefefe url(../img/common/logo.png) no-repeat center center;
  background-size: 160px;
  transform-origin: left center;
}
body.pageLoad .block_loading {
  opacity: 0;
  visibility: hidden;
  transition: all 1s 0.5s linear;
}

/*----------------------------------------------------
 block_header
--------------------------------------------------- */
.block_header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s 0s ease;
}
body.page_scroll .block_header,
body.page .block_header {
  visibility: visible;
  opacity: 1;
}

.block_header .logo {
  position: absolute;
  top: 40px;
  left: 60px;
  width: 200px;
}
@media (max-width: 896px) {
  .block_header .logo {
    top: 20px;
    left: 20px;
    width: 140px;
  }
}
.block_header .recruit {
  position: absolute;
  top: 62px;
  left: 270px;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .block_header .recruit {
    top: 35px;
    left: 170px;
    font-size: 12px;
  }
}
.block_header ul.menu {
  transition: all 0.5s 0s ease;
  position: absolute;
  top: 50px;
  right: 80px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_header ul.menu {
    display: none;
  }
}
.block_header ul.menu li {
  margin-left: 1vw;
}
.block_header ul.menu li a {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  color: #000;
  height: 50px;
  height: 3.2vw;
  padding: 0 1vw;
  line-height: 1;
  transition: all 0.6s 0s ease;
  border: 1px #009f82 solid;
  border-radius: 50px;
}
.block_header ul.menu li a:hover span.be::before {
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.block_header ul.menu li a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.block_header ul.menu li a span.be {
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  line-height: 1.2;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-size: 1vw;
  font-weight: 700;
  color: #009f82;
}
.block_header ul.menu li a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
}
.block_header ul.menu li a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_header ul.menu li .none {
  opacity: 0.2;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  color: #000;
  height: 60px;
  padding: 0 1vw;
  line-height: 1;
  transition: all 0.6s 0s ease;
}
.block_header ul.menu li .none span.be {
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: clamp(0.625rem, 0.5572033898rem + 0.3389830508vw, 0.875rem);
  font-weight: 700;
  color: #009f82;
}
.block_header ul.menu li .none span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
}
.block_header ul.menu li .none span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_header .contact {
  transition: all 0.5s 0s ease;
  position: absolute;
  top: 52px;
  right: 60px;
}
@media (max-width: 896px) {
  .block_header .contact {
    display: none;
  }
}
.block_header .contact a {
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 1px #009f82 solid;
  padding: 15px 20px;
  border-radius: 80px;
  transition: all 0.5s 0s ease;
  background: #009f82;
  color: #FFF;
}
.block_header .contact a:hover {
  background: #FFF;
  color: #009f82;
}
.block_header .contact a:hover span.be::before {
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.block_header .contact a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.block_header .contact a:hover svg {
  fill: #009f82;
}
.block_header .contact a svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
  width: 15px;
  height: 15px;
  transition: all 0.5s 0s ease;
  fill: #FFF;
}
.block_header .contact a span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
  padding-right: 40px;
}
@media (max-width: 896px) {
  .block_header .contact a span.be {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }
}
.block_header .contact a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #009f82;
}
.block_header .contact a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*----------------------------------------------------
 block_scroll
--------------------------------------------------- */
.block_scroll {
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  transition: all 0.5s 0s ease;
  perspective: 500px;
  color: #000;
  z-index: 10;
}
@media (max-width: 896px) {
  .block_scroll {
    bottom: 10px;
    left: 10px;
  }
}
.block_scroll a {
  display: block;
  background: #009f82;
  width: 60px;
  height: 60px;
  border-radius: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  animation: rotate-anime-3d 3s cubic-bezier(0.875, 0.005, 0.09, 0.99) infinite;
}
.block_scroll a i {
  display: none;
}
.block_scroll a svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
}
@media (max-width: 896px) {
  .block_scroll a svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 896px) {
  .block_scroll a {
    width: 40px;
    height: 40px;
    border-radius: 120px;
  }
}
.block_scroll span {
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
body.page_scroll .block_scroll span {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-180deg);
}

@keyframes rotate-anime-3d {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*----------------------------------------------------
 block_side
--------------------------------------------------- */
.block_side {
  position: fixed;
  top: 40px;
  right: 0;
  width: 60px;
  z-index: 20;
  transform: translate(0%, 0%);
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
}
@media (max-width: 896px) {
  .block_side {
    top: auto;
    bottom: 0;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    transform: translate(0%, 100%);
  }
}
body.page_scroll .block_side {
  transform: translate(0%, 0%);
}

@media (max-width: 896px) {
  .block_side ul {
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
}
.block_side ul li {
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_side ul li {
    margin-bottom: 0;
    margin-right: 1.2vw;
  }
}
.block_side ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 896px) {
  .block_side ul li:last-child {
    margin-right: 0;
  }
}
.block_side ul li a {
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #009f82;
  color: #FFF;
  font-size: clamp(0.75rem, 0.6822033898rem + 0.3389830508vw, 1rem);
  font-weight: 700;
  padding: 20px 15px;
  border-radius: 10px 0px 0px 10px;
  border-top: 1px #009f82 solid;
  border-left: 1px #009f82 solid;
  border-bottom: 1px #009f82 solid;
  transition: all 0.6s 0s ease;
}
@media (max-width: 896px) {
  .block_side ul li a {
    white-space: nowrap;
    padding: 15px 4.8vw;
    border-radius: 10px 10px 0px 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 3.3vw;
  }
}
.block_side ul li a:hover {
  background: #FFF;
  color: #009f82;
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */
.block_navi {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s 0s ease;
}
@media (max-width: 896px) {
  .block_navi {
    left: auto;
    right: 20px;
    visibility: visible;
    opacity: 1;
    width: 60px;
    height: 60px;
  }
}

body.page_scroll .block_navi {
  visibility: visible;
  opacity: 1;
}

.block_navi a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #009f82;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
  transition: all 0.4s 0s ease;
  border: 1px #009f82 solid;
}
@media (max-width: 896px) {
  .block_navi a {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
.block_navi a:hover {
  background: #FFF;
}
@media (max-width: 896px) {
  .block_navi a:hover {
    background: #009f82;
  }
}
.block_navi a:hover .t {
  color: #009f82;
}
@media (max-width: 896px) {
  .block_navi a:hover .t {
    color: #FFF;
  }
}
.block_navi a:hover span.l1, .block_navi a:hover span.l2, .block_navi a:hover span.l3 {
  background: #009f82;
}
@media (max-width: 896px) {
  .block_navi a:hover span.l1, .block_navi a:hover span.l2, .block_navi a:hover span.l3 {
    background: #FFF;
  }
}
@media (max-width: 896px) {
  .block_navi a {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.block_navi a i {
  display: none;
}
.block_navi a .t {
  position: absolute;
  transition: all 0.4s 0s ease;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #FFF;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.05em;
}
@media (max-width: 896px) {
  .block_navi a .t {
    top: 40px;
    font-size: 9px;
  }
}
.block_navi a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  margin-left: -15px;
  overflow: hidden;
  transition: all 0.4s 0s ease;
}
.block_navi a span {
  transition: all 0.4s 0s ease;
}
.block_navi a span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: -6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 0px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}
.block_navi a span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: -15px;
  background: #FFF;
  transform-origin: center center;
}

body.menu_open .block_navi a span.l1 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open .block_navi a span.l2 {
  margin-top: 0px;
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(0deg);
}
body.menu_open .block_navi a span.l3 {
  margin-top: 0px;
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}

/*----------------------------------------------------
  .block_sp_menu
--------------------------------------------------- */
.menu_bg {
  display: block;
  position: fixed;
  top: 0%;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 80;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  transition: all 0.5s 0s ease;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

body.menu_open .menu_bg {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.block_sp_menu {
  display: block;
  position: fixed;
  top: 0%;
  left: 0px;
  width: 360px;
  height: 100%;
  z-index: 90;
  transform: translate(-100%, 0%);
  background: #009f82;
  transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.09, 0.99);
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body.menu_open .block_sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0px);
}
body.menu_open .block_sp_menu .menu_image figure {
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
}

.block_sp_menu .inner {
  padding: 140px 30px;
  text-align: left;
  z-index: 2;
}
.block_sp_menu .inner ul.menu {
  margin-bottom: 40px;
  transition: all 0.5s 0s ease;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_sp_menu .inner ul.menu li a {
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  color: #000;
  height: 40px;
  line-height: 1;
  transition: all 0.6s 0s ease;
}
.block_sp_menu .inner ul.menu li a:hover span.be::before {
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.block_sp_menu .inner ul.menu li a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.block_sp_menu .inner ul.menu li a span.be {
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  line-height: 1.2;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
  color: #FFF;
}
.block_sp_menu .inner ul.menu li a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
}
.block_sp_menu .inner ul.menu li a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_sp_menu .inner ul.menu li .none {
  opacity: 0.2;
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  color: #000;
  height: 60px;
  padding: 0 1vw;
  line-height: 1;
  transition: all 0.6s 0s ease;
}
.block_sp_menu .inner ul.menu li .none span.be {
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: clamp(0.625rem, 0.5572033898rem + 0.3389830508vw, 0.875rem);
  font-weight: 700;
  color: #009f82;
}
.block_sp_menu .inner ul.menu li .none span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
}
.block_sp_menu .inner ul.menu li .none span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_sp_menu .inner .link_btn a {
  display: block;
  background: #FFF;
}
.block_sp_menu .inner .link_btn a span.be {
  color: #009f82;
}
.block_sp_menu .inner .link_btn a svg {
  fill: #009f82;
}

/*----------------------------------------------------
 block_top_bg
--------------------------------------------------- */
.block_top_bg {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.scroll-infinity__wrap {
  display: flex;
  width: 200vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap {
    width: 400vw;
  }
}
.scroll-infinity__wrap.pos01 {
  top: 50%;
  margin-top: -20vh;
}
.scroll-infinity__wrap.pos01 .scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__wrap.pos01 .scroll-infinity__item {
  width: 30vw;
  margin-left: 3vw;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos01 .scroll-infinity__item {
    width: 80vw;
  }
}
.scroll-infinity__wrap.pos01 .scroll-infinity__item:nth-child(2) {
  width: 25vw;
  margin-left: 8vw;
  margin-top: -5vw;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos01 .scroll-infinity__item:nth-child(2) {
    width: 50vw;
  }
}
.scroll-infinity__wrap.pos01 .scroll-infinity__item:nth-child(3) {
  width: 25vw;
  margin-left: 8vw;
  margin-top: 5vw;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos01 .scroll-infinity__item:nth-child(3) {
    width: 50vw;
  }
}
.scroll-infinity__wrap.pos02 {
  top: 15vw;
  opacity: 0.5;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos02 {
    top: 50vw;
  }
}
.scroll-infinity__wrap.pos02 {
  filter: blur(6px);
}
.scroll-infinity__wrap.pos02 .scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear -1.5s both;
}
.scroll-infinity__wrap.pos02 .scroll-infinity__item {
  width: 30vw;
  margin-left: 3vw;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos02 .scroll-infinity__item {
    width: 60vw;
  }
}
.scroll-infinity__wrap.pos02 .scroll-infinity__item:nth-child(2) {
  width: 35vw;
  margin-left: 3vw;
  margin-top: 8vw;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos02 .scroll-infinity__item:nth-child(2) {
    margin-top: 18vw;
    width: 70vw;
  }
}
.scroll-infinity__wrap.pos02 .scroll-infinity__item:nth-child(3) {
  width: 25vw;
  margin-left: 8vw;
  margin-top: -7vw;
}
@media (max-width: 896px) {
  .scroll-infinity__wrap.pos02 .scroll-infinity__item:nth-child(3) {
    margin-top: -17vw;
    width: 50vw;
  }
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  width: 100vw;
}
@media (max-width: 896px) {
  .scroll-infinity__list {
    width: 200vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */
.block_mainvisual {
  position: relative;
  height: 100vh;
}
.block_mainvisual .textarea {
  position: absolute;
  bottom: 10vh;
  left: 10vw;
  width: 80vw;
}
.block_mainvisual .textarea .copy {
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: clamp(1.3125rem, 0.9565677966rem + 1.7796610169vw, 2.625rem);
  margin-bottom: 4px;
}
.block_mainvisual .textarea .copy span {
  line-height: 1;
  display: inline-block;
  background: linear-gradient(transparent 0%, #FFF 0%);
  padding: 5px 10px;
  margin-bottom: 4px;
}
@media (max-width: 896px) {
  .block_mainvisual .textarea .copy span {
    line-height: 1.5;
  }
}
.block_mainvisual .textarea .en {
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1;
  color: #009f82;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.375rem, 1.1038135593rem + 1.3559322034vw, 2.375rem);
}
.block_mainvisual .textarea .en span {
  line-height: 1;
  display: inline-block;
  background: linear-gradient(transparent 0%, #FFF 0%);
  padding: 5px 10px;
}

/*----------------------------------------------------
 block_link
--------------------------------------------------- */
.block_link {
  position: relative;
  padding-top: clamp(3.125rem, 2.2775423729rem + 4.2372881356vw, 6.25rem);
}
.block_link .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_link .inner {
    padding: 0 20px;
  }
}
.block_link .inner ul {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_link .inner ul li {
  width: 30%;
}
@media (max-width: 896px) {
  .block_link .inner ul li {
    width: 32%;
  }
}
.block_link .inner ul li a {
  display: block;
  background: #009f82;
  color: #FFF;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  height: clamp(3.125rem, 2.2775423729rem + 4.2372881356vw, 6.25rem);
  font-size: clamp(0.6875rem, 0.501059322rem + 0.9322033898vw, 1.375rem);
  border-radius: 10px;
  transition: all 0.6s 0s ease;
  text-align: center;
  line-height: 1.5;
}
.block_link .inner ul li a:hover {
  background: #FFF;
  color: #009f82;
}

/*----------------------------------------------------
 block_news
--------------------------------------------------- */
.block_news {
  position: relative;
  padding-top: clamp(3.125rem, 2.2775423729rem + 4.2372881356vw, 6.25rem);
}
.block_news .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_news .inner {
    padding: 0 20px;
  }
}
.block_news .inner .title {
  font-size: clamp(1.5rem, 1.4322033898rem + 0.3389830508vw, 1.75rem);
  margin-bottom: 40px;
}
.block_news .inner .list {
  border-top: 1px #ccc solid;
  margin-bottom: 40px;
}
.block_news .inner .list .column {
  border-bottom: 1px #ccc solid;
  padding: 20px 0;
}
.block_news .inner .list .column .in {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_news .inner .list .column .in {
    flex-direction: column;
  }
}
.block_news .inner .list .column .in time {
  display: block;
  width: 200px;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  color: #333;
}
@media (max-width: 896px) {
  .block_news .inner .list .column .in time {
    width: 100%;
  }
}
.block_news .inner .list .column .in .c_title {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
}
@media (max-width: 896px) {
  .block_news .inner .list .column .in .c_title {
    width: 100%;
    line-height: 1.5;
  }
}

/*----------------------------------------------------
 block_message
--------------------------------------------------- */
.block_message {
  position: relative;
  padding-top: clamp(5rem, 3.813559322rem + 5.9322033898vw, 9.375rem);
}
.block_message .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_message .inner {
    padding: 0 20px;
  }
}
.block_message .inner .wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_message .inner .wrap {
    flex-direction: column;
  }
}
.block_message .inner .wrap .image_area {
  width: 40%;
}
@media (max-width: 896px) {
  .block_message .inner .wrap .image_area {
    width: 60%;
  }
}
.block_message .inner .wrap .image_area figure {
  position: relative;
}
.block_message .inner .wrap .image_area figure .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_message .inner .wrap .image_area figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_message .inner .wrap .image_area figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_message .inner .wrap .image_area figure .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.block_message .inner .wrap .text_area {
  padding-top: clamp(1.25rem, 0.5720338983rem + 3.3898305085vw, 3.75rem);
  width: 50%;
}
@media (max-width: 896px) {
  .block_message .inner .wrap .text_area {
    width: 100%;
  }
}
.block_message .inner .wrap .text_area .en {
  color: #009f82;
  font-weight: 700;
  font-size: clamp(1.75rem, 1.4110169492rem + 1.6949152542vw, 3rem);
  line-height: 1.5;
  text-align: right;
  margin-bottom: 0px;
}
@media (max-width: 896px) {
  .block_message .inner .wrap .text_area .en {
    text-align: left;
  }
}
.block_message .inner .wrap .text_area .title {
  font-size: clamp(1.125rem, 0.9555084746rem + 0.8474576271vw, 1.75rem);
  line-height: 1.5;
  text-align: right;
  margin-bottom: clamp(1.25rem, 0.5720338983rem + 3.3898305085vw, 3.75rem);
}
@media (max-width: 896px) {
  .block_message .inner .wrap .text_area .title {
    text-align: left;
  }
}
.block_message .inner .wrap .text_area .exp {
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
  line-height: 2;
}

/*----------------------------------------------------
 block_movie
--------------------------------------------------- */
.block_movie {
  position: relative;
  margin-top: clamp(2.5rem, 0.6355932203rem + 9.3220338983vw, 9.375rem);
  padding: clamp(2.5rem, 0.6355932203rem + 9.3220338983vw, 9.375rem) 0;
  background: #009f82;
}
.block_movie .movie_area {
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_movie .movie_area {
    padding: 0 20px;
  }
}
.block_movie .movie_area .title {
  color: #FFF;
  margin-bottom: clamp(1.25rem, 0.9110169492rem + 1.6949152542vw, 2.5rem);
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.125rem, 0.6165254237rem + 2.5423728814vw, 3rem);
}
@media (max-width: 896px) {
  .block_movie .movie_area .title {
    text-align: center;
  }
}
.block_movie .movie_area .movie {
  position: relative;
  padding-top: 56.25%;
}
.block_movie .movie_area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
 block_top_job
--------------------------------------------------- */
.block_top_job {
  position: relative;
  padding-top: clamp(5rem, 3.813559322rem + 5.9322033898vw, 9.375rem);
}
.block_top_job .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_top_job .inner {
    padding: 0 20px;
  }
}
.block_top_job .inner .wrap {
  position: relative;
}
.block_top_job .inner figure.pos01 {
  width: 30%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_top_job .inner figure.pos01 {
    width: 60%;
  }
}
.block_top_job .inner figure.pos02 {
  width: 40%;
  position: relative;
  left: 10%;
  margin-top: -5%;
}
.block_top_job .inner figure.pos02 .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_top_job .inner figure.pos02 .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_top_job .inner figure.pos02 .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
@media (max-width: 896px) {
  .block_top_job .inner figure.pos02 {
    left: 0;
    margin-top: -25%;
  }
}
.block_top_job .inner figure.pos02 .img_wrap {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 70%;
}
.block_top_job .inner figure.pos03 {
  width: 25%;
  position: relative;
  left: 70%;
  margin-top: -25%;
}
.block_top_job .inner figure.pos03 .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_top_job .inner figure.pos03 .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_top_job .inner figure.pos03 .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
@media (max-width: 896px) {
  .block_top_job .inner figure.pos03 {
    width: 65%;
    left: 45%;
    margin-top: -15%;
    margin-bottom: 20px;
  }
}
.block_top_job .inner figure.pos03 .img_wrap {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 70%;
}
.block_top_job .inner .title_area {
  position: absolute;
  top: 20%;
  left: 0;
  width: 30%;
  text-align: right;
}
@media (max-width: 896px) {
  .block_top_job .inner .title_area {
    position: relative;
    top: 0;
    width: 100%;
    text-align: left;
  }
}
.block_top_job .inner .title_area .en {
  color: #009f82;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  line-height: 1.5;
  margin-bottom: 0px;
}
.block_top_job .inner .title_area .title {
  font-size: clamp(1.5rem, 1.093220339rem + 2.0338983051vw, 3rem);
  line-height: 1.5;
  margin-bottom: 20px;
}
.block_top_job .inner .textarea {
  position: absolute;
  top: 30%;
  left: 70%;
  width: 30%;
}
@media (max-width: 896px) {
  .block_top_job .inner .textarea {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.block_top_job .inner .textarea p {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  margin-bottom: 10px;
}
.block_top_job .inner .textarea .link_btn {
  margin-bottom: 50px;
}

/*----------------------------------------------------
 link_btn
--------------------------------------------------- */
.link_btn a {
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 1px #009f82 solid;
  padding: 20px 30px;
  border-radius: 80px;
  transition: all 0.5s 0s ease;
  background: #009f82;
}
@media (max-width: 896px) {
  .link_btn a {
    padding: 15px 20px;
  }
}
.link_btn a:hover {
  background: #FFF;
  border: 1px #009f82 solid;
}
.link_btn a:hover span.be::before {
  color: #009f82;
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.link_btn a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.link_btn a:hover svg {
  fill: #009f82;
}
.link_btn a svg {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  transition: all 0.5s 0s ease;
  fill: #FFF;
}
.link_btn a span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  font-weight: 700;
  padding-right: 50px;
  color: #FFF;
}
@media (max-width: 896px) {
  .link_btn a span.be {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}
.link_btn a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #009f82;
}
.link_btn a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link_btn_re a {
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 1px #009f82 solid;
  padding: 20px 30px;
  border-radius: 80px;
  transition: all 0.5s 0s ease;
  background: #009f82;
}
@media (max-width: 896px) {
  .link_btn_re a {
    padding: 15px 20px;
  }
}
.link_btn_re a:hover {
  background: #FFF;
  border: 1px #009f82 solid;
}
.link_btn_re a:hover span.be::before {
  color: #009f82;
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.link_btn_re a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.link_btn_re a:hover svg {
  fill: #009f82;
}
.link_btn_re a svg {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  right: auto;
  left: 20px;
  transform: rotate(-180deg);
  transition: all 0.5s 0s ease;
  fill: #FFF;
}
.link_btn_re a span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: clamp(0.75rem, 0.7161016949rem + 0.1694915254vw, 0.875rem);
  font-weight: 700;
  margin-left: 30px;
  color: #FFF;
}
@media (max-width: 896px) {
  .link_btn_re a span.be {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}
.link_btn_re a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #009f82;
}
.link_btn_re a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*----------------------------------------------------
 block_interview
--------------------------------------------------- */
.block_interview {
  position: relative;
  padding-top: clamp(5rem, 3.813559322rem + 5.9322033898vw, 9.375rem);
}
.block_interview .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_interview .inner {
    padding: 0 20px;
  }
}
.block_interview .inner .en {
  color: #009f82;
  font-weight: 700;
  font-size: clamp(2.375rem, 2.2055084746rem + 0.8474576271vw, 3rem);
  line-height: 1.5;
  margin-bottom: 0px;
}
.block_interview .inner .title {
  font-size: clamp(1.125rem, 0.9555084746rem + 0.8474576271vw, 1.75rem);
  line-height: 1.5;
  margin-bottom: 20px;
}
.block_interview .inner .exp {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  margin-bottom: clamp(1.25rem, 0.5720338983rem + 3.3898305085vw, 3.75rem);
}
.block_interview .inner .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 896px) {
  .block_interview .inner .list {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.block_interview .inner .list .column {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.block_interview .inner .list .column:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_interview .inner .list .column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.block_interview .inner .list .column a {
  display: block;
  position: relative;
}
.block_interview .inner .list .column a .num {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #009f82;
  color: #FFF;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.875rem, 1.875rem + 0vw, 1.875rem);
  z-index: 2;
}
.block_interview .inner .list .column a figure {
  position: relative;
}
.block_interview .inner .list .column a figure .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_interview .inner .list .column a figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_interview .inner .list .column a figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_interview .inner .list .column a figure .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.block_interview .inner .list .column a .c_title {
  width: 90%;
  position: relative;
  z-index: 2;
}
.block_interview .inner .list .column a .c_title span {
  display: block;
  border: 1px #009f82 solid;
  background: #009f82;
  color: #FFF;
  font-weight: 700;
  margin-top: -30px;
  margin-left: -20px;
  border-radius: 10px;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  padding: 10px 15px;
  transition: all 0.6s 0s ease;
}
.block_interview .inner .list .column a .name {
  margin-left: -20px;
  padding-top: 5px;
  color: #009f82;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.block_interview .inner .list .column a .name_sub {
  margin-left: -20px;
  padding-top: 2px;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.block_interview .inner .list .column a:hover .c_title span {
  background: #FFF;
  color: #009f82;
}

/*----------------------------------------------------
 block_top_about
--------------------------------------------------- */
.block_top_about {
  position: relative;
  padding-top: clamp(5rem, 3.813559322rem + 5.9322033898vw, 9.375rem);
  padding-bottom: clamp(1.25rem, -0.9533898305rem + 11.0169491525vw, 9.375rem);
}
.block_top_about .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_top_about .inner {
    padding: 0 20px;
  }
}
.block_top_about .inner .wrap {
  position: relative;
}
.block_top_about .inner figure.pos01 {
  width: 30%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_top_about .inner figure.pos01 {
    width: 80%;
  }
}
.block_top_about .inner figure.pos02 {
  width: 40%;
  position: relative;
  left: 10%;
  margin-top: -5%;
}
.block_top_about .inner figure.pos02 .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_top_about .inner figure.pos02 .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_top_about .inner figure.pos02 .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
@media (max-width: 896px) {
  .block_top_about .inner figure.pos02 {
    left: -10%;
    width: 55%;
  }
}
.block_top_about .inner figure.pos02 .img_wrap {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 70%;
}
.block_top_about .inner figure.pos03 {
  width: 25%;
  position: relative;
  left: 70%;
  margin-top: -25%;
}
.block_top_about .inner figure.pos03 .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_top_about .inner figure.pos03 .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_top_about .inner figure.pos03 .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
@media (max-width: 896px) {
  .block_top_about .inner figure.pos03 {
    width: 50%;
    left: 50%;
  }
}
.block_top_about .inner figure.pos03 .img_wrap {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 70%;
}
.block_top_about .inner .title_area {
  position: absolute;
  top: 20%;
  left: 0;
  width: 30%;
  text-align: right;
}
@media (max-width: 896px) {
  .block_top_about .inner .title_area {
    position: relative;
    top: 0;
    width: 100%;
    text-align: left;
  }
}
.block_top_about .inner .title_area .en {
  color: #009f82;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  line-height: 1.5;
  margin-bottom: 0px;
}
.block_top_about .inner .title_area .title {
  font-size: clamp(1.5rem, 1.4322033898rem + 0.3389830508vw, 1.75rem);
  font-size: 2vw;
}
@media (max-width: 896px) {
  .block_top_about .inner .title_area .title {
    font-size: clamp(1.5rem, 1.4322033898rem + 0.3389830508vw, 1.75rem);
  }
}
.block_top_about .inner .title_area .title {
  line-height: 1.5;
  margin-bottom: 20px;
}
.block_top_about .inner .textarea {
  position: absolute;
  top: 30%;
  left: 70%;
  width: 30%;
}
@media (max-width: 896px) {
  .block_top_about .inner .textarea {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.block_top_about .inner .textarea p {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  margin-bottom: 10px;
}
.block_top_about .inner .textarea .link_btn {
  margin-bottom: 50px;
}
.block_top_about .inner .textarea .link_btn a {
  white-space: nowrap;
}
.block_top_about .inner .textarea .link_btn a span.be {
  font-size: clamp(0.75rem, 0.7161016949rem + 0.1694915254vw, 0.875rem);
}

/*----------------------------------------------------
 block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  padding-top: clamp(0.625rem, -1.7478813559rem + 11.8644067797vw, 9.375rem);
  padding-bottom: 60px;
}
.block_footer .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 20px;
  }
}
.block_footer .inner .entry_block {
  background: #e0fef8;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_footer .inner .entry_block {
    padding: 10px;
  }
}
.block_footer .inner .entry_block .entry_title {
  text-align: center;
  font-size: clamp(1.625rem, 1.3877118644rem + 1.186440678vw, 2.5rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_footer .inner .entry_block .entry_title {
    margin-bottom: 10px;
  }
}
.block_footer .inner .entry_block .entry_title span {
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #009f82;
  margin-bottom: 5px;
  font-size: clamp(0.75rem, 0.6822033898rem + 0.3389830508vw, 1rem);
}
.block_footer .inner .entry_block ul.entry_btn {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_footer .inner .entry_block ul.entry_btn li {
  width: 31%;
}
@media (max-width: 896px) {
  .block_footer .inner .entry_block ul.entry_btn li {
    width: 32%;
  }
}
.block_footer .inner .entry_block ul.entry_btn li a {
  display: block;
  background: #009f82;
  color: #FFF;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  height: clamp(3.125rem, 2.2775423729rem + 4.2372881356vw, 6.25rem);
  font-size: clamp(0.6875rem, 0.501059322rem + 0.9322033898vw, 1.375rem);
  border-radius: 10px;
  transition: all 0.6s 0s ease;
  text-align: center;
  line-height: 1.5;
}
.block_footer .inner .entry_block ul.entry_btn li a:hover {
  background: #FFF;
  color: #009f82;
}
.block_footer .inner .logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner .logo {
    width: 200px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.block_footer .inner ul.menu {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-top: 1px #009f82 solid;
  padding: 20px 0;
  border-bottom: 1px #009f82 solid;
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_footer .inner ul.menu {
    flex-direction: column;
    justify-content: flex-start; /* flex-start  flex-start  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
}
.block_footer .inner ul.menu li {
  margin: 0 20px;
}
.block_footer .inner ul.menu li a {
  display: block;
  color: #009f82;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  font-weight: 700;
}
.block_footer .inner ul.menu li a:hover {
  color: #000;
}
.block_footer .inner .sns {
  text-align: center;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .block_footer .inner .sns {
    text-align: left;
  }
}
.block_footer .inner ul.sns_list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_footer .inner ul.sns_list li {
  margin-right: 10px;
}
.block_footer .inner ul.sns_list li a {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #ccc;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sns_list li a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.block_footer .inner ul.sns_list li a svg {
  width: 25px;
  height: 25px;
  fill: #FFF;
}
@media (max-width: 896px) {
  .block_footer .inner ul.sns_list li a svg {
    width: 15px;
    height: 15px;
  }
}
.block_footer .inner ul.sns_list li a.is {
  background: #E05266;
}
.block_footer .inner ul.sns_list li a.tw {
  background: #000;
}
.block_footer .inner ul.sns_list li a.tk {
  background: #000;
}
.block_footer .inner ul.sns_list li a.tk svg {
  position: relative;
  left: 4px;
}
.block_footer .inner ul.sns_list li a.li {
  background: #45C921;
}
.block_footer .inner ul.sns_list li a.yt {
  background: #FF0000;
}
.block_footer .inner ul.sns_list li a.is:hover, .block_footer .inner ul.sns_list li a.tw:hover, .block_footer .inner ul.sns_list li a.fb:hover, .block_footer .inner ul.sns_list li a.li:hover, .block_footer .inner ul.sns_list li a.yt:hover {
  background: #009f82;
}
.block_footer .inner .copyright {
  text-align: center;
  padding: 20px;
  font-size: 10px;
}
@media (max-width: 896px) {
  .block_footer .inner .copyright {
    font-size: 2.5vw;
  }
}

/*----------------------------------------------------
 block_page_title
--------------------------------------------------- */
.block_page_title {
  position: relative;
}
.block_page_title .inner {
  margin: 0 auto;
  padding: 0 10vw;
}
@media (max-width: 896px) {
  .block_page_title .inner {
    padding: 0 20px;
  }
}
.block_page_title .inner .en {
  color: #009f82;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  line-height: 1.5;
  margin-bottom: 0px;
}
.block_page_title .inner .title {
  font-size: clamp(1.75rem, 1.4110169492rem + 1.6949152542vw, 3rem);
  line-height: 1.5;
  margin-bottom: 20px;
}

/*----------------------------------------------------
.block_pager
--------------------------------------------------- */
.block_pager {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
.block_pager .page-numbers {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  border: 1px #333 solid;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_pager .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.block_pager .page-numbers.current {
  background: #333;
  color: #FFF;
}
.block_pager .page-numbers.dots {
  border: none;
  background: none;
  color: #333;
}
.block_pager .page-numbers:hover {
  background: #333;
  color: #FFF;
}
.block_pager a.prev,
.block_pager .prev a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  color: #333;
  border: 1px #333 solid;
  border-radius: 50px;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #FFF url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev,
  .block_pager .prev a {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.prev:hover,
.block_pager .prev a:hover {
  background: #333 url(../img/common/arrow_prev_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.prev:hover,
  .block_pager .prev a:hover {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_prev_w.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next,
.block_pager .next a {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-radius: 50px;
  color: #333;
  border: 1px #333 solid;
  transition: all 0.5s 0s ease;
  text-indent: -9999px;
  background: #FFF url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next,
  .block_pager .next a {
    width: 30px;
    height: 30px;
    background: #FFF url(../img/common/arrow_next.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.next:hover,
.block_pager .next a:hover {
  background: #333 url(../img/common/arrow_next_w.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 896px) {
  .block_pager a.next:hover,
  .block_pager .next a:hover {
    width: 30px;
    height: 30px;
    background: #333 url(../img/common/arrow_next_w.svg) no-repeat center center;
    background-size: 10px;
  }
}
.block_pager a.list {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #333;
  border-radius: 50px;
  margin: 0 10px;
  color: #333;
  border: 1px #333 solid;
  padding: 0 20px;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  transition: all 0.5s 0s ease;
  background: #FFF;
}
.block_pager a.list:hover {
  background: #333;
  color: #FFF;
}

/*----------------------------------------------------
 block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 896px) {
  .block_entry {
    padding-top: 50px;
  }
}
.block_entry .inner {
  padding: 0 10vw;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_entry .inner {
    padding: 0 20px;
  }
}
.block_entry .inner .summary {
  margin-bottom: 40px;
}
.block_entry .inner .summary .c_title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.1144067797rem + 0.6779661017vw, 1.75rem);
}
@media (max-width: 896px) {
  .block_entry .inner .summary .c_title {
    font-size: 20px;
  }
}
.block_entry .inner .summary time {
  display: block;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
}
.block_entry .inner .summary figure .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.block_entry .inner .summary figure {
  margin-bottom: 20px;
}
.block_entry .inner .summary .copy {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 0.7754237288rem + 2.3728813559vw, 3rem);
}
.block_entry .inner .summary .name {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: clamp(0.875rem, 0.6377118644rem + 1.186440678vw, 1.75rem);
}
.block_entry .inner .entry_body {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
}
.block_entry .inner .entry_body a {
  text-decoration: underline;
  color: #009f82;
}
.block_entry .inner .entry_body .one_column {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_entry .inner .entry_body .one_column {
    margin-bottom: 20px;
  }
}
.block_entry .inner .entry_body .one_column figure .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.block_entry .inner .entry_body .two_column {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry .inner .entry_body .two_column figure {
  width: 48%;
}
.block_entry .inner .entry_body .two_column figure figcaption {
  display: block;
  padding-top: 10px;
  font-size: 12px;
}
.block_entry .inner .entry_body .textarea {
  margin-bottom: 40px;
  font-size: 16px;
}
.block_entry .inner .entry_body .textarea p {
  margin-bottom: 16px;
}
.block_entry .inner .entry_body .textarea a {
  text-decoration: underline;
}
.block_entry .inner .entry_body .textarea a:hover {
  text-decoration: none;
}
.block_entry .inner .entry_body .link_btn {
  margin-bottom: 40px;
}
.block_entry .inner .entry_body .page_btn {
  margin-bottom: 40px;
}
.block_entry .inner .entry_body .page_btn a {
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 1px #ccc solid;
  padding: 20px 30px;
  border-radius: 80px;
  transition: all 0.5s 0s ease;
}
@media (max-width: 896px) {
  .block_entry .inner .entry_body .page_btn a {
    padding: 15px 20px;
  }
}
.block_entry .inner .entry_body .page_btn a:hover {
  background: #000;
  border: 1px #000 solid;
}
.block_entry .inner .entry_body .page_btn a:hover span.be::before {
  color: #FFF;
  opacity: 1;
  transform: translate3d(0, -130%, 0);
}
.block_entry .inner .entry_body .page_btn a:hover span.t {
  opacity: 0;
  transform: translate3d(0, -130%, 0);
}
.block_entry .inner .entry_body .page_btn a:hover svg {
  fill: #FFF;
}
.block_entry .inner .entry_body .page_btn a svg {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .entry_body .page_btn a span.be {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-clip-path: inset(0 0 -0.2em);
  clip-path: inset(0 0 -0.2em);
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-right: 50px;
}
@media (max-width: 896px) {
  .block_entry .inner .entry_body .page_btn a span.be {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }
}
.block_entry .inner .entry_body .page_btn a span.be::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
  content: attr(data-text);
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  color: #009f82;
}
.block_entry .inner .entry_body .page_btn a span.be span.t {
  display: block;
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.block_entry .inner .entry_body .link_btn_re {
  padding-top: 40px;
}
.block_entry .inner .entry_body .q_title01 {
  padding-top: 20px;
  margin-bottom: 40px;
  font-size: clamp(1rem, 0.9322033898rem + 0.3389830508vw, 1.25rem);
  line-height: 2;
  color: #009f82;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 896px) {
  .block_entry .inner .entry_body .q_title01 {
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
.block_entry .inner .entry_body .q_title01::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #009f82;
  margin-right: 10px;
}
@media (max-width: 896px) {
  .block_entry .inner .entry_body .q_title01::before {
    top: 45px;
    width: 30px;
  }
}
.block_entry .inner .entry_body .sub_title01 {
  padding-top: 80px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.5;
}
.block_entry .inner .entry_body .sub_title02 {
  padding-top: 80px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.5;
}
.block_entry .inner .entry_body .sub_title03 {
  padding-top: 80px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
}
.block_entry .inner .entry_body .youtube_embed {
  margin-bottom: 40px;
}
.block_entry .inner .entry_body .youtube_embed .v_wrap {
  position: relative;
  padding-top: 56.25%;
}
.block_entry .inner .entry_body .youtube_embed .v_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
 block_page
--------------------------------------------------- */
.block_page {
  position: relative;
  width: 100%;
  padding-top: clamp(5rem, 5rem + 0vw, 5rem);
}
@media (max-width: 896px) {
  .block_page {
    padding-top: 50px;
  }
}
.block_page .inner {
  padding: 0 10vw;
  margin: 0 auto;
}
@media (max-width: 896px) {
  .block_page .inner {
    padding: 0 20px;
  }
}
.block_page .inner .link_keyword {
  margin-bottom: 80px;
}
.block_page .inner .link_keyword a {
  display: block;
  background: #009f82;
  border: 1px #009f82 solid;
  color: #FFF;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  transition: all 0.6s 0s ease;
}
@media (max-width: 896px) {
  .block_page .inner .link_keyword a {
    padding: 30px 40px 30px 30px;
  }
}
.block_page .inner .link_keyword a:hover {
  background: #FFF;
  color: #009f82;
}
.block_page .inner .link_keyword a:hover svg {
  fill: #009f82;
}
.block_page .inner .link_keyword a .en {
  font-size: clamp(0.75rem, 0.7161016949rem + 0.1694915254vw, 0.875rem);
  line-height: 1.8;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.block_page .inner .link_keyword a .side_title {
  font-size: clamp(1.125rem, 0.7860169492rem + 1.6949152542vw, 2.375rem);
  line-height: 1.7;
  font-weight: 700;
}
.block_page .inner .link_keyword a svg {
  position: absolute;
  top: 50%;
  right: 40px;
  fill: #FFF;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  transition: all 0.6s 0s ease;
}
@media (max-width: 896px) {
  .block_page .inner .link_keyword a svg {
    right: 10px;
  }
}
.block_page .inner .sub_title01 {
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px #009f82 solid;
}
.block_page .inner .img_pop_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_page .inner .img_pop_list .column {
  width: 22.6%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.block_page .inner .img_pop_list .column:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 896px) {
  .block_page .inner .img_pop_list .column {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .block_page .inner .img_pop_list .column:nth-child(2n) {
    margin-right: 0;
  }
}
.block_page .inner .img_pop_list .column a {
  display: block;
  position: relative;
}
.block_page .inner .img_pop_list .column a .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_page .inner .img_pop_list .column a .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_page .inner .img_pop_list .column a .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_page .inner .img_pop_list .column a .img_wrap {
  border: 1px #009f82 solid;
  border-radius: 20px;
  overflow: hidden;
}
.block_page .inner .img_pop_list .column a .img_wrap img {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.block_page .inner .img_pop_list .column a .c_title {
  text-align: center;
  padding-top: 10px;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
}
.block_page .inner .fix_column {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column {
    flex-direction: column; /* row row-reverse column */
    margin-bottom: 40px;
  }
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .title_area {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
.block_page .inner .fix_column .title_area .en {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 1.8;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #009f82;
}
.block_page .inner .fix_column .title_area .side_title {
  font-size: clamp(1.375rem, 1.1038135593rem + 1.3559322034vw, 2.375rem);
  line-height: 1.7;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .title_area .side_title {
    padding-bottom: 20px;
  }
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area {
    width: 100%;
  }
}
.block_page .inner .fix_column .text_area .copy {
  font-size: clamp(1rem, 0.9661016949rem + 0.1694915254vw, 1.125rem);
  margin-bottom: 40px;
}
.block_page .inner .fix_column .text_area .keyword_list .k_column {
  margin-bottom: 40px;
  border: 1px #009f82 solid;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .keyword_list .k_column {
    padding: 20px;
  }
}
.block_page .inner .fix_column .text_area .keyword_list .k_column .keyword {
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}
.block_page .inner .fix_column .text_area .keyword_list .k_column .keyword::before {
  content: "";
  background: url(../img/common/icon.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -4px;
}
.block_page .inner .fix_column .text_area .keyword_list .k_column .word {
  font-size: clamp(1.25rem, 1.0466101695rem + 1.0169491525vw, 2rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}
.block_page .inner .fix_column .text_area .keyword_list .k_column p {
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
  margin-bottom: 20px;
}
.block_page .inner .fix_column .text_area .keyword_list .k_column .k_title {
  font-size: clamp(1.25rem, 1.1144067797rem + 0.6779661017vw, 1.75rem);
  color: #009f82;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
.block_page .inner .fix_column .text_area .keyword_list .k_column .movie_area {
  position: relative;
  padding-top: 56.25%;
}
.block_page .inner .fix_column .text_area .keyword_list .k_column .movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_page .inner .fix_column .text_area .image_slide_list {
  margin-bottom: 40px;
  overflow: hidden;
}
.block_page .inner .fix_column .text_area .image_slide_list .swiper-button-next, .block_page .inner .fix_column .text_area .image_slide_list .swiper-button-prev {
  position: absolute;
  top: 0%;
  width: 50px;
  height: 50px;
  background: #009f82;
  border-radius: 50px;
  margin-top: 10px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_page .inner .fix_column .text_area .image_slide_list .swiper-button-next:after, .block_page .inner .fix_column .text_area .image_slide_list .swiper-button-prev:after {
  color: #FFF;
  font-size: 15px;
}
.block_page .inner .fix_column .text_area .image_slide_list .swiper-pagination {
  text-align: right;
}
.block_page .inner .fix_column .text_area .image_slide_list figure .img_wrap {
  border-radius: 20px;
  overflow: hidden;
}
.block_page .inner .fix_column .text_area .image_slide_list figure figcaption {
  display: block;
  padding-top: 10px;
  font-size: clamp(0.875rem, 0.8072033898rem + 0.3389830508vw, 1.125rem);
}
.block_page .inner .fix_column .text_area .number_list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block_page .inner .fix_column .text_area .system_list {
  margin-bottom: 40px;
}
.block_page .inner .fix_column .text_area .system_list .column {
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.block_page .inner .fix_column .text_area .system_list .column:last-child {
  border-bottom: 0;
}
.block_page .inner .fix_column .text_area .system_list .column .c_title {
  font-size: clamp(1.25rem, 1.1144067797rem + 0.6779661017vw, 1.75rem);
  line-height: 1.8;
  font-weight: 700;
  color: #009f82;
  margin-bottom: 20px;
}
.block_page .inner .fix_column .text_area .system_list .column p {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}
.block_page .inner .fix_column .text_area .system_list .column p .color {
  background: #caefe8;
}
.block_page .inner .fix_column .text_area .system_list .column .link_btn {
  padding-top: 20px;
}
.block_page .inner .fix_column .text_area .system_list .column ul.indent li {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  text-indent: -1em;
  padding-left: 1em;
}
.block_page .inner .fix_column .text_area .flow_list {
  margin-bottom: 60px;
}
.block_page .inner .fix_column .text_area .flow_list .column {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  background: #eee;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 10px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .flow_list .column {
    flex-direction: column;
  }
}
.block_page .inner .fix_column .text_area .flow_list .column:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
  background: #009f82;
  height: 51.9615242271px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.block_page .inner .fix_column .text_area .flow_list .column:last-child:after {
  display: none;
}
.block_page .inner .fix_column .text_area .flow_list .column .t_box {
  width: 30%;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .flow_list .column .t_box {
    width: 100%;
  }
}
.block_page .inner .fix_column .text_area .flow_list .column .t_box .step {
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
}
.block_page .inner .fix_column .text_area .flow_list .column .t_box .f_title {
  font-size: 24px;
  font-size: clamp(1.125rem, 1.0233050847rem + 0.5084745763vw, 1.5rem);
  line-height: 1.5;
}
.block_page .inner .fix_column .text_area .flow_list .column .textarea {
  width: 65%;
  font-size: 14px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .flow_list .column .textarea {
    width: 100%;
    font-size: 12px;
  }
}
.block_page .inner .fix_column .text_area .entry_btn {
  margin-bottom: 40px;
}
.block_page .inner .fix_column .text_area .entry_btn a {
  display: block;
  padding: 30px 0;
  background: #F04656;
  border-radius: 20px;
  transition: all 0.6s 0s ease;
}
.block_page .inner .fix_column .text_area .entry_btn a:hover {
  background: #009f82;
}
.block_page .inner .fix_column .text_area .entry_btn a span {
  display: block;
  color: #FFF;
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.block_page .inner .fix_column .text_area .entry_btn a img {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.block_page .inner .fix_column .text_area .ac_list {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .ac_list {
    margin-bottom: 20px;
  }
}
.block_page .inner .fix_column .text_area .ac_list .ac_title {
  background: #009f82;
  border-radius: 20px;
  padding: 20px;
  color: #FFF;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  position: relative;
  cursor: pointer;
  border: 1px #009f82 solid;
  transition: all 0.6s 0s ease;
}
.block_page .inner .fix_column .text_area .ac_list .ac_title:after {
  transition: all 0.6s 0s ease;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: #FFF;
  margin-top: -8px;
  height: 17.3205080757px;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.block_page .inner .fix_column .text_area .ac_list .ac_title:hover, .block_page .inner .fix_column .text_area .ac_list .ac_title.ac_active {
  background: #FFF;
  color: #009f82;
}
.block_page .inner .fix_column .text_area .ac_list .ac_title:hover::after, .block_page .inner .fix_column .text_area .ac_list .ac_title.ac_active::after {
  background: #009f82;
}
.block_page .inner .fix_column .text_area .ac_list .ac_title.ac_active::after {
  transform: rotate(-180deg);
}
.block_page .inner .fix_column .text_area .ac_list .ac_contents {
  display: none;
  padding-top: 20px;
}
.block_page .inner .fix_column .text_area .ac_list .ac_contents.view {
  display: block;
}
.block_page .inner .fix_column .text_area .ac_list .ac_contents dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #009f82 solid;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .ac_list .ac_contents dl {
    flex-direction: column;
  }
}
.block_page .inner .fix_column .text_area .ac_list .ac_contents dl dt {
  width: 200px;
  font-size: clamp(1.125rem, 1.1588983051rem - 0.1694915254vw, 1rem);
  font-weight: 700;
  color: #009f82;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .ac_list .ac_contents dl dt {
    width: 100%;
  }
}
.block_page .inner .fix_column .text_area .ac_list .ac_contents dl dd {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .ac_list .ac_contents dl dd {
    width: 100%;
  }
}
.block_page .inner .fix_column .text_area .e_list dl {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #009f82 solid;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .e_list dl {
    flex-direction: column;
  }
}
.block_page .inner .fix_column .text_area .e_list dl dt {
  width: 200px;
  font-size: clamp(1.125rem, 1.1588983051rem - 0.1694915254vw, 1rem);
  font-weight: 700;
  color: #009f82;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .e_list dl dt {
    width: 100%;
  }
}
.block_page .inner .fix_column .text_area .e_list dl dd {
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  font-size: clamp(0.875rem, 0.8411016949rem + 0.1694915254vw, 1rem);
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .text_area .e_list dl dd {
    width: 100%;
  }
}
.block_page .inner .fix_column .text_area .step_image {
  max-width: 1000px;
  margin-bottom: 40px;
}
.block_page .inner .fix_column .text_area .step_title {
  max-width: 1000px;
  background: #000;
  color: #FFF;
  padding: 5px 10px;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 10px;
}
.block_page .inner .fix_column .text_area .step_title.step01 {
  background-color: #12C3A3;
}
.block_page .inner .fix_column .text_area .step_title.step02 {
  background-color: #1E9EC8;
}
.block_page .inner .fix_column .text_area .step_title.step03 {
  background-color: #986FEA;
}
.block_page .inner .fix_column .text_area .step_title.step04 {
  background-color: #F4AD15;
}
.block_page .inner .fix_column .text_area .step_title.step05 {
  background-color: #F26868;
}
.block_page .inner .fix_column .step_list {
  max-width: 1000px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 10px;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .step_list {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_page .inner .fix_column .step_list.step01 dt {
  color: #12C3A3;
}
.block_page .inner .fix_column .step_list.step02 dt {
  color: #1E9EC8;
}
.block_page .inner .fix_column .step_list.step03 dt {
  color: #986FEA;
}
.block_page .inner .fix_column .step_list.step04 dt {
  color: #F4AD15;
}
.block_page .inner .fix_column .step_list.step05 dt {
  color: #F26868;
}
.block_page .inner .fix_column .step_list dt {
  width: 200px;
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .step_list dt {
    width: 100%;
  }
}
.block_page .inner .fix_column .step_list dd {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
}
@media (max-width: 896px) {
  .block_page .inner .fix_column .step_list dd {
    width: 100%;
  }
}

/*----------------------------------------------------
  .block_modal
--------------------------------------------------- */
body.modal_view {
  overflow: hidden;
}

.block_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
body.modal_view .block_modal {
  opacity: 1;
  visibility: visible;
}

.block_modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.block_modal a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 2;
}
.block_modal a.close .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background: #FFF;
  transform: rotate(-45deg);
  transform-origin: center center;
}
@media (max-width: 896px) {
  .block_modal a.close .t1 {
    width: 60px;
    margin-left: -30px;
  }
}
.block_modal a.close .t2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 1px;
  margin-left: -40px;
  background: #FFF;
  transform: rotate(45deg);
  transform-origin: center center;
}
@media (max-width: 896px) {
  .block_modal a.close .t2 {
    width: 60px;
    margin-left: -30px;
  }
}
.block_modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: scale(1, 1) translate(-50%, -50%);
  background: #009f82;
  color: #FFF;
  border-radius: 20px;
}
@media (max-width: 896px) {
  .block_modal .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
  }
}
.block_modal .inner .column {
  display: none;
}
.block_modal .inner .column.view {
  display: block;
}
.block_modal .inner .column {
  padding: 40px;
}
.block_modal .inner .column .c_title {
  text-align: center;
  font-size: clamp(1.75rem, 1.75rem + 0vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.block_modal .inner .column .wrap {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .block_modal .inner .column .wrap {
    flex-direction: column; /* row row-reverse column */
  }
}
.block_modal .inner .column .wrap figure {
  width: 48%;
}
@media (max-width: 896px) {
  .block_modal .inner .column .wrap figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.block_modal .inner .column .wrap figure {
  position: relative;
}
.block_modal .inner .column .wrap figure .img_wrap {
  position: relative;
  padding-top: 100%;
}
.block_modal .inner .column .wrap figure .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.block_modal .inner .column .wrap figure .img_wrap img.lazyloaded {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
}
.block_modal .inner .column .wrap figure .img_wrap {
  padding-top: 70%;
  border-radius: 20px;
  overflow: hidden;
}
.block_modal .inner .column .wrap p {
  width: 48%;
  text-align: left;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}
@media (max-width: 896px) {
  .block_modal .inner .column .wrap p {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */