@charset "UTF-8";
/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 2.4em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.imain_content {
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .imain_content {
    padding-top: 100px;
  }
}
.imain_content img {
  max-width: 100%;
  display: block;
}
.imain_content .bg_gray {
  background-color: #f2f2f2;
}
.imain_content .btn_wrap.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.imain_content .btn_wrap.right {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.imain_content .large_link {
  margin-bottom: 0;
  letter-spacing: 0em;
  padding-right: 66px;
}
.imain_content .popup_animation {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.41, 1.22, 0.5, 1.1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.41, 1.22, 0.5, 1.1);
  transition: transform 0.5s cubic-bezier(0.41, 1.22, 0.5, 1.1), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.41, 1.22, 0.5, 1.1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.41, 1.22, 0.5, 1.1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.imain_content .popup_animation.js-gsap_css_animation-after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.hero_area {
  max-width: 1400px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 999px) {
  .hero_area {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .hero_area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.hero {
  height: 806px;
  max-height: 806px;
  padding-left: clamp(20px, 20.7vw, 430px);
  position: relative;
}
@media screen and (max-width: 999px) {
  .hero {
    height: 856px;
    max-height: 856px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: 630px;
    max-height: 630px;
    padding-left: clamp(20px, 25.7vw, 430px);
  }
}
@media screen and (max-width: 576px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    max-height: none;
    padding-left: 0;
  }
}
.hero__content {
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 154px;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 1399px) {
  .hero__content {
    left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .hero__content {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0;
    margin-top: -30px;
  }
}
.hero__main_text {
  position: relative;
  margin-bottom: 27px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero__main_text .main_text_top {
  width: clamp(250px, 30.43vw, 426px);
  margin-bottom: 4px;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.3s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  transition: clip-path 0.3s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  transition: clip-path 0.3s cubic-bezier(0.3, 0.05, 0.75, 0.76), -webkit-clip-path 0.3s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hero__main_text .main_text_bottom {
  width: clamp(330px, 39.86vw, 558px);
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  transition: clip-path 0.4s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  transition: clip-path 0.4s cubic-bezier(0.3, 0.05, 0.75, 0.76), -webkit-clip-path 0.4s cubic-bezier(0.3, 0.05, 0.75, 0.76);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.hero__main_text .deco {
  width: 53px;
  position: absolute;
  top: 44%;
  left: -75px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03);
  transition: transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.hero__main_text .deco img._sp {
  display: none;
}
@media screen and (max-width: 1399px) {
  .hero__main_text .deco {
    width: 43px;
    top: -32px;
    left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .hero__main_text .deco {
    width: 30px;
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 576px) {
  .hero__main_text .deco {
    width: 60px;
    top: -50px;
    left: 0px;
  }
  .hero__main_text .deco img._pc {
    display: none;
  }
  .hero__main_text .deco img._sp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .hero__main_text {
    margin-bottom: 0;
  }
}
.hero__circle_link {
  width: 265px;
  height: 265px;
  padding-left: 65px;
  margin-bottom: 12px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 1199px) {
  .hero__circle_link {
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .hero__circle_link {
    width: 210px;
    height: 210px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero__circle_link {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  .hero__circle_link {
    margin: 0 auto 5px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.hero__circle_link a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__circle_link a .circle {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 200px;
  height: 210px;
  background: url("/common/img/home/main/circle_link_bg.webp") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .hero__circle_link a .circle {
    top: 27px;
    left: 27px;
    width: 165px;
    height: 165px;
  }
}
.hero__circle_link a .circle .text {
  color: #ffffff;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .hero__circle_link a .circle .text {
    font-size: 2rem;
  }
}
.hero__circle_link a .circle::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 69%;
}
.hero__circle_link a .outside_text {
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 999px) {
  .hero__circle_link a .outside_text {
    top: 4px;
    left: 2px;
  }
  .hero__circle_link a .outside_text img {
    width: 100%;
    height: 100%;
  }
}
.hero__important {
  position: relative;
  z-index: 2;
  width: clamp(320px, 49.3vw, 690px);
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (max-width: 999px) {
  .hero__important {
    width: 100%;
  }
}
.hero__important__head {
  font-weight: 700;
  letter-spacing: 0.06rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .hero__important__head {
    margin-bottom: 5px;
  }
}
.hero__important__newsline {
  display: block;
  width: 100%;
  min-height: 56px;
  border-radius: 10px;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  padding: 5px 40px 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
  box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
}
.hero__important__newsline::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222222;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .hero__important__newsline {
    padding: 10px 40px 10px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .hero__important__newsline {
    padding: 20px 35px 20px 20px;
  }
  .hero__important__newsline::after {
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .hero__important__newsline__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
  }
}
.hero__important__newsline__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #222222;
  letter-spacing: 0.1rem;
}
.hero__important__newsline__ex {
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__important__newsline ._sp {
  display: none;
}
.hero__important__newsline ._sp .new {
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .hero__important__newsline ._pc {
    display: none;
  }
  .hero__important__newsline ._sp {
    display: block;
  }
}
.hero__important__newsline .new {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hero__important__newsline:hover {
  opacity: 1;
  background-color: #00be9b;
}
.hero__important__newsline:hover::after {
  background-color: #ffffff;
}
.hero__important__newsline:hover .hero__important__newsline__date {
  color: #ffffff;
}
.hero__important__newsline:hover .hero__important__newsline__ex {
  color: #ffffff;
}
.hero__map {
  position: relative;
  height: 100%;
  min-width: 1170px;
  padding-top: 135px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hero__map::after {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 403px 0 0 403px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, rgb(155, 234, 239)), color-stop(0%, rgb(100, 210, 217)));
  background: linear-gradient(0deg, rgb(155, 234, 239) 100%, rgb(100, 210, 217) 0%);
  z-index: 0;
}
@-webkit-keyframes base_map {
  0% {
    -webkit-transform: scale(1.2) translateY(-50px);
    transform: scale(1.2) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes base_map {
  0% {
    -webkit-transform: scale(1.2) translateY(-50px);
    transform: scale(1.2) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes label {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes label {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes here {
  0% {
    -webkit-transform: scale(0.001) rotateY(0deg);
    transform: scale(0.001) rotateY(0deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1) rotateY(1080deg);
    transform: scale(1.1) rotateY(1080deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotateY(1080deg);
    transform: scale(1) rotateY(1080deg);
    opacity: 1;
  }
}
@keyframes here {
  0% {
    -webkit-transform: scale(0.001) rotateY(0deg);
    transform: scale(0.001) rotateY(0deg);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1) rotateY(1080deg);
    transform: scale(1.1) rotateY(1080deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) rotateY(1080deg);
    transform: scale(1) rotateY(1080deg);
    opacity: 1;
  }
}
.hero__map .map_img {
  width: 100%;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  pointer-events: none;
}
.hero__map .map_img img {
  opacity: 0;
}
.hero__map .map_img.base_img {
  position: relative;
  z-index: 2;
}
.hero__map .map_img:not(.base_img) {
  position: absolute;
  z-index: 3;
  top: 135px;
}
.hero__map .map_img.here_icon {
  width: 9.74%;
  left: 30.3%;
  top: 37.5%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hero__map .map_img.here_icon img {
  -webkit-transform: scale(0.001) rotateY(0deg);
  transform: scale(0.001) rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
@media screen and (max-width: 999px) {
  .hero__map {
    padding-top: 150px;
  }
  .hero__map .map_img {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  .hero__map .map_img:not(.base_img):not(.here_icon) {
    top: 150px;
  }
  .hero__map .map_img.tree_left_upper {
    display: none;
  }
  .hero__map .map_img.here_icon {
    left: 21.3%;
  }
}
@media screen and (max-width: 767px) {
  .hero__map {
    height: auto;
    padding-top: 10px;
    min-width: auto;
    width: 100vw;
    position: relative;
  }
  .hero__map .map_img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 920px;
  }
  .hero__map .map_img:not(.base_img):not(.here_icon) {
    top: 10px;
  }
  .hero__map .map_img.here_icon {
    left: 50%;
    -webkit-transform: translateX(-21%);
    transform: translateX(-21%);
    width: 920px;
    top: 24%;
  }
  .hero__map .map_img.here_icon img {
    max-width: 108px;
  }
}
@media screen and (max-width: 576px) {
  .hero__map .map_img {
    -webkit-transform: translateX(-42%);
    transform: translateX(-42%);
    top: -20px;
  }
  .hero__map .map_img.tree_left_upper {
    display: block;
    left: 68%;
  }
  .hero__map .map_img:not(.base_img):not(.here_icon) {
    top: -20px;
  }
  .hero__map .map_img.here_icon {
    left: 50%;
    -webkit-transform: translateX(-13%);
    transform: translateX(-13%);
    width: 920px;
    top: 19.5%;
  }
}

.hero.js-gsap_css_animation-after .hero__main_text .main_text_top {
  opacity: 1;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.hero.js-gsap_css_animation-after .hero__main_text .main_text_bottom {
  opacity: 1;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.hero.js-gsap_css_animation-after .hero__main_text .deco {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hero.js-gsap_css_animation-after .hero__circle_link {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hero.js-gsap_css_animation-after .hero__important {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.hero.js-gsap_css_animation-after .hero__map .map_img.base_img img, .hero.js-gsap_css_animation-after .hero__map .map_img.tree_left_upper img {
  -webkit-animation: base_map 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s forwards;
  animation: base_map 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s forwards;
}
.hero.js-gsap_css_animation-after .hero__map .map_img.chubu_text_img img {
  -webkit-animation: label 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.6s forwards;
  animation: label 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.6s forwards;
}
.hero.js-gsap_css_animation-after .hero__map .map_img.tajimi_text_img img {
  -webkit-animation: label 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.8s forwards;
  animation: label 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.8s forwards;
}
.hero.js-gsap_css_animation-after .hero__map .map_img.nouriha_text_img img {
  -webkit-animation: label 0.5s cubic-bezier(0.86, 0, 0.07, 1) 1s forwards;
  animation: label 0.5s cubic-bezier(0.86, 0, 0.07, 1) 1s forwards;
}

.idata_area {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 1399px) {
  .idata_area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .idata_area {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .idata_area {
    padding-bottom: 0;
  }
}
.idata_area .en_title {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1399px) {
  .idata_area .en_title {
    right: 15px;
  }
}
.idata_area .btn_wrap._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .idata_area .btn_wrap._pc {
    display: none;
  }
  .idata_area .btn_wrap._sp {
    display: block;
  }
}
.idata_area__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-bottom: 40px;
}
.idata_area .data_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 4.3vw, 60px);
  -moz-column-gap: clamp(20px, 4.3vw, 60px);
  column-gap: clamp(20px, 4.3vw, 60px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.idata_area .data_column > * {
  width: calc(100% - clamp(20px, 4.3vw, 60px) / 3);
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 1299px) {
  .idata_area .data_column {
    -webkit-column-gap: clamp(15px, 4.3vw, 15px);
    -moz-column-gap: clamp(15px, 4.3vw, 15px);
    column-gap: clamp(15px, 4.3vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .idata_area .data_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .idata_area .data_column > * {
    margin: 0 auto;
  }
}
.idata_area .data_box {
  max-width: 400px;
  min-height: 260px;
  border-radius: 15px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 40px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .idata_area .data_box {
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 999px) {
  .idata_area .data_box {
    padding: 10px 20px 0;
  }
}
.idata_area .data_box::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #05be9b;
  position: absolute;
  top: -7px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
.idata_area .data_box:after {
  display: block;
  content: "";
  width: calc(100% - 100px);
  height: 60px;
  -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #ebecec;
  position: absolute;
  right: 0;
  top: calc(100% - 60px);
  z-index: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 0;
  border-radius: 0 0 15px 0;
}
.idata_area .data_box__head {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding: 5px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .idata_area .data_box__head {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .idata_area .data_box__head {
    font-size: 1.25rem;
  }
}
.idata_area .data_box__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50%;
  padding-bottom: 22px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .idata_area .data_box__body {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .idata_area .data_box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .idata_area .data_box__body {
    padding-right: 48%;
  }
}
.idata_area .data_box .explanation {
  font-size: 0.938rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.idata_area .data_box__img {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .idata_area .data_box__img {
    opacity: 0.3;
  }
}
.idata_area .data_box__img img {
  width: 100%;
}
.idata_area .data_box._arrangement .data_box__body {
  padding-top: 15px;
  padding-right: 87px;
  overflow: visible;
}
.idata_area .data_box._arrangement .data_box__body .explanation {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) and (min-width: 767px) {
  .idata_area .data_box._arrangement .data_box__body {
    padding-right: 0;
  }
}
.idata_area .data_box._arrangement .data_box__img {
  width: 108px;
  top: 15px;
  right: -25px;
}
@media screen and (max-width: 999px) {
  .idata_area .data_box._arrangement .data_box__img {
    right: -5px;
    top: auto;
    bottom: 5px;
  }
}
@media screen and (max-width: 419px) {
  .idata_area .data_box._arrangement .data_box__img {
    width: 98px;
  }
}
.idata_area .data_box._ratio .data_box__body {
  padding-top: 17px;
  padding-right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media screen and (max-width: 999px) {
  .idata_area .data_box._ratio .data_box__body {
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
.idata_area .data_box._ratio .data_box__img {
  width: 142px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .idata_area .data_box._ratio .data_box__img {
    bottom: -45px;
  }
}
.idata_area .data_box._night_shift {
  position: relative;
}
.idata_area .data_box._night_shift .data_box__body {
  position: static;
  padding-top: 15px;
  padding-right: 83px;
}
@media screen and (max-width: 1199px) and (min-width: 767px) {
  .idata_area .data_box._night_shift .data_box__body {
    padding-right: 0;
  }
}
.idata_area .data_box._night_shift .data_box__img {
  width: 290px;
  bottom: 35px;
  right: 0;
}
@media screen and (max-width: 999px) {
  .idata_area .data_box._night_shift .data_box__img {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .idata_area .data_box._night_shift .explanation {
    padding-right: 1em;
  }
}
.idata_area .data_box .data_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  position: relative;
  z-index: 2;
}
.idata_area .data_box .data_set:not(:last-of-type) {
  margin-bottom: 7px;
}
.idata_area .data_box .data_set._vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.idata_area .data_box .data_set__label {
  font-size: 0.938rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  -ms-flex-item-align: center;
  align-self: center;
}
.idata_area .data_box .data_set__data {
  min-width: 85px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  background-color: #ffffff;
  font-size: 3.125rem;
  border-radius: 3px;
  font-weight: 700;
  line-height: 0.8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 0 0.13em 0 0.17em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .idata_area .data_box .data_set__data {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.idata_area .data_box .data_set__data > .unit {
  font-size: 1.375rem;
}
.idata_area .data_box .data_set__data._small_ls {
  letter-spacing: -0.02em;
}
.idata_area .data_box .data_set__data._small_ls > .unit {
  margin-left: 4px;
}

.inews_area {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 73px;
}
.inews_area .btn_wrap._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .inews_area .btn_wrap._pc {
    display: none;
  }
  .inews_area .btn_wrap._sp {
    display: block;
  }
}
.inews_area__deco {
  width: 172px;
  position: absolute;
  right: 0;
  bottom: -47px;
}
@media screen and (max-width: 1199px) {
  .inews_area__deco {
    display: none;
  }
}
.inews_area__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: clamp(10px, 13.43vw, 188px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 43px;
}
@media screen and (max-width: 1199px) {
  .inews_area__head {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .inews_area__head {
    display: block;
    margin-bottom: 30px;
  }
  .inews_area__head__l {
    margin-bottom: 20px;
  }
}
.inews_area__head__r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1199px) {
  .inews_area__head__r {
    gap: 30px;
  }
}
@media screen and (max-width: 999px) {
  .inews_area__head__r {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .inews_area__head__r {
    width: 100%;
  }
}
.inews_area__head .news_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 576px) {
  .inews_area__head .news_tab_list {
    width: 100%;
  }
}
.inews_area__head .news_tab_list > * {
  width: 100px;
}
@media screen and (max-width: 576px) {
  .inews_area__head .news_tab_list > * {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .inews_area__head .news_tab_list > * .tab {
    font-size: 0.875rem;
  }
}
.inews_area__head .news_tab_list > * .tab {
  display: block;
  text-align: center;
  color: #222222;
  font-weight: 700;
  line-height: 1;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
}
.inews_area__head .news_tab_list > * .tab._selected::before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #222222;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.inews_area__body {
  padding-left: 30px;
  padding-right: clamp(10px, 15.71vw, 220px);
}
@media screen and (max-width: 1199px) {
  .inews_area__body {
    padding-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .inews_area__body {
    padding-left: 0;
  }
  .inews_area__body .swiper {
    margin-bottom: 30px;
  }
}

.icalendar_area {
  margin-bottom: 110px;
}
@media screen and (max-width: 999px) {
  .icalendar_area {
    margin-bottom: 70px;
  }
}
.icalendar_area__head {
  margin-bottom: 40px;
}

.imessage_area {
  position: relative;
  margin-bottom: 78px;
}
.imessage_area::before {
  display: block;
  content: "";
  width: 62.5vw;
  height: 330px;
  border-radius: 0 30px 30px 0;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 60px;
  left: -62.5vw;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
  transition: -webkit-transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
  transition: transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
  transition: transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98), -webkit-transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
}
@media screen and (max-width: 999px) {
  .imessage_area::before {
    bottom: 160px;
    height: 430px;
  }
}
@media screen and (max-width: 1460px) {
  .imessage_area {
    max-width: 1400px;
    margin: 0 auto 78px;
  }
  .imessage_area::before {
    left: calc(-62.5vw - 30px);
  }
}
@media screen and (max-width: 767px) {
  .imessage_area {
    margin-bottom: 5px;
  }
}
.imessage_area .btn_wrap._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .imessage_area .btn_wrap._pc {
    display: none;
  }
  .imessage_area .btn_wrap._sp {
    display: block;
  }
}
.imessage_area .container {
  position: relative;
  padding-bottom: 170px;
}
.imessage_area .container .en_title {
  position: absolute;
  bottom: 31px;
  right: clamp(20px, 12.43vw, 174px);
}
@media screen and (max-width: 999px) {
  .imessage_area .container .en_title {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .imessage_area .container .en_title {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .imessage_area .container {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 999px) {
  .imessage_area .container {
    padding-bottom: 140px;
  }
}
.imessage_area__deco {
  width: 80px;
  position: absolute;
  top: -66px;
  left: -70px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03);
  transition: transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.2, 1.52, 0.24, 2.03);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1460px) {
  .imessage_area__deco {
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .imessage_area__deco {
    width: 50px;
    top: -11px;
    left: -2px;
  }
}
.imessage_area__human {
  width: 190px;
  position: absolute;
  bottom: -50px;
  left: 78px;
}
@media screen and (max-width: 1199px) {
  .imessage_area__human {
    width: 140px;
    bottom: -10px;
    left: 40px;
  }
}
@media screen and (max-width: 999px) {
  .imessage_area__human {
    width: 110px;
    bottom: 0px;
    left: 20px;
  }
}
@media screen and (max-width: 999px) {
  .imessage_area__human {
    bottom: 30px;
  }
}
.imessage_area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(20px, 6.8vw, 95px);
  -moz-column-gap: clamp(20px, 6.8vw, 95px);
  column-gap: clamp(20px, 6.8vw, 95px);
}
@media screen and (max-width: 1299px) {
  .imessage_area__column {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 999px) {
  .imessage_area__column {
    display: block;
  }
}
.imessage_area__l {
  padding-top: 1em;
}
.imessage_area__title {
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 1199px) {
  .imessage_area__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 999px) {
  .imessage_area__title {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .imessage_area__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 419px) {
  .imessage_area__title {
    font-size: 1.375rem;
  }
}
.imessage_area__text {
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .imessage_area__text {
    margin-bottom: 20px;
  }
}
.imessage_area__btn {
  text-align: right;
}
.imessage_area__r {
  position: relative;
  width: clamp(400px, 42.86vw, 600px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 999px) {
  .imessage_area__r {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}
.imessage_area__r__message {
  position: absolute;
  bottom: 40px;
  left: -20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 7px;
}
.imessage_area__r__message .line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #ffffff;
  padding: 0 16px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0rem;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .imessage_area__r__message .line {
    font-size: 1.125rem;
    min-height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 576px) {
  .imessage_area__r__message .line {
    font-size: 1rem;
    min-height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .imessage_area__r__message {
    bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .imessage_area__r__message {
    bottom: 20px;
    left: -10px;
  }
}
@media screen and (max-width: 420px) {
  .imessage_area__r__message {
    bottom: 10px;
  }
}
.imessage_area .swiper .swiper-slide img {
  border-radius: 20px;
}
.imessage_area .swiper .swiper-button-prev,
.imessage_area .swiper .swiper-button-next {
  width: 18px;
  height: 28px;
  background: url("/common/img/icon/arrow/slider_arrow.webp") no-repeat;
  background-size: contain;
}
.imessage_area .swiper .swiper-button-prev::after,
.imessage_area .swiper .swiper-button-next::after {
  display: none;
}
.imessage_area .swiper .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 999px) {
  .imessage_area .swiper .swiper-button-prev {
    left: 10px;
  }
}
.imessage_area .swiper .swiper-button-next {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 30px;
}
@media screen and (max-width: 999px) {
  .imessage_area .swiper .swiper-button-next {
    right: 10px;
  }
}
.imessage_area .swiper .swiper-pagination {
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .imessage_area .swiper .swiper-pagination {
    bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    gap: 5px;
  }
}
.imessage_area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
}
.imessage_area .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #222222;
}

.imessage_area.js-gsap_css_animation-after .imessage_area__deco {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.imessage_area.js-gsap_css_animation-after::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.ivoice_area {
  max-width: 1400px;
  margin: 0 auto 53px;
  position: relative;
  padding-bottom: 54px;
}
@media screen and (max-width: 1399px) {
  .ivoice_area {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 999px) {
  .ivoice_area {
    padding-bottom: 5px;
  }
}
.ivoice_area::before {
  display: block;
  content: "";
  width: 100vw;
  height: 440px;
  border-radius: 30px 0 0 30px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: translateX(90%);
  transform: translateX(90%);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
  transition: -webkit-transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
  transition: transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
  transition: transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98), -webkit-transform 1.5s cubic-bezier(0.78, 1.12, 0.66, 0.98);
}
@media screen and (max-width: 1399px) {
  .ivoice_area::before {
    border-radius: 0;
  }
}
@media screen and (max-width: 649px) {
  .ivoice_area::before {
    height: 70%;
  }
}
.ivoice_area .en_title {
  position: absolute;
  bottom: -40px;
  right: -10px;
}
@media screen and (max-width: 1399px) {
  .ivoice_area .en_title {
    right: 15px;
  }
}
@media screen and (max-width: 999px) {
  .ivoice_area .en_title {
    bottom: -30px;
  }
}
.ivoice_area__deco {
  width: 67px;
  position: absolute;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 1399px) {
  .ivoice_area__deco {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ivoice_area__deco {
    display: none;
  }
}
.ivoice_area .container {
  position: relative;
}
@media screen and (max-width: 999px) {
  .ivoice_area .container {
    padding: 0;
  }
}
.ivoice_area__head {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .ivoice_area__head {
    margin-bottom: 40px;
  }
}
.ivoice_area__body > ._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .ivoice_area__body {
    margin-bottom: 15px;
  }
  .ivoice_area__body > ._pc {
    display: none;
  }
  .ivoice_area__body > ._sp {
    display: block;
  }
}
.ivoice_area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(15px, 5.7vw, 80px);
  -moz-column-gap: clamp(15px, 5.7vw, 80px);
  column-gap: clamp(15px, 5.7vw, 80px);
}
@media screen and (max-width: 999px) {
  .ivoice_area__column {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ivoice_area__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }
}
.ivoice_area .swiper {
  padding-bottom: 50px;
}
.ivoice_area .swiper .swiper-slide {
  width: 100%;
  max-width: 560px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ivoice_area .swiper .swiper-slide {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ivoice_area .swiper .swiper-button-prev,
.ivoice_area .swiper .swiper-button-next {
  width: 18px;
  height: 28px;
  background: url("/common/img/icon/arrow/slider_arrow.webp") no-repeat;
  background-size: contain;
  top: 40%;
}
.ivoice_area .swiper .swiper-button-prev::after,
.ivoice_area .swiper .swiper-button-next::after {
  display: none;
}
.ivoice_area .swiper .swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 999px) {
  .ivoice_area .swiper .swiper-button-prev {
    left: 10px;
  }
}
.ivoice_area .swiper .swiper-button-next {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 30px;
}
@media screen and (max-width: 999px) {
  .ivoice_area .swiper .swiper-button-next {
    right: 10px;
  }
}
.ivoice_area .swiper .swiper-pagination {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 999px) {
  .ivoice_area .swiper .swiper-pagination {
    bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    gap: 5px;
  }
}
.ivoice_area .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
}
.ivoice_area .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #222222;
}
.ivoice_area .voice_card {
  display: block;
  max-width: 560px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .ivoice_area .voice_card {
    margin: 0 auto;
  }
}
.ivoice_area .voice_card__body {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.ivoice_area .voice_card__job_label {
  display: block;
  width: 100px;
  min-height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.ivoice_area .voice_card__job_label._nurse {
  background-color: #00be9b;
}
.ivoice_area .voice_card__job_label._associate_nurse {
  background-color: #3497ca;
}
.ivoice_area .voice_card__job_label._care_worker {
  background-color: #3d68c9;
}
@media screen and (max-width: 767px) {
  .ivoice_area .voice_card__job_label {
    top: 15px;
    left: 15px;
  }
}
.ivoice_area .voice_card__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: -20px;
  row-gap: 6px;
}
.ivoice_area .voice_card__message > .line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  min-height: 40px;
  line-height: 40px;
  padding: 0 1em;
  border-radius: 3px;
}
@media screen and (max-width: 999px) {
  .ivoice_area .voice_card__message > .line {
    font-size: 1.125rem;
    min-height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .ivoice_area .voice_card__message > .line {
    font-size: 1rem;
    min-height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 999px) {
  .ivoice_area .voice_card__message {
    left: -10px;
    bottom: 65px;
  }
}
@media screen and (max-width: 649px) {
  .ivoice_area .voice_card__message {
    bottom: 20px;
  }
}
.ivoice_area .voice_card__link_icon {
  position: absolute;
  right: 26px;
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .ivoice_area .voice_card__link_icon {
    right: 15px;
    bottom: 10px;
  }
}
.ivoice_area .voice_card__img {
  height: 440px;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
  box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
}
.ivoice_area .voice_card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 420px) {
  .ivoice_area .voice_card__img {
    height: 320px;
  }
}
.ivoice_area .voice_card__name {
  display: block;
  font-size: 1.875rem;
  color: #222222;
  font-weight: 700;
  line-height: 1;
}
.ivoice_area .voice_card__name ._label {
  font-size: 1.25rem;
}
@media screen and (max-width: 999px) {
  .ivoice_area .voice_card__name {
    font-size: 1.625rem;
  }
  .ivoice_area .voice_card__name ._label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .ivoice_area .voice_card__name {
    font-size: 1.5rem;
  }
  .ivoice_area .voice_card__name ._label {
    font-size: 1rem;
  }
}
.ivoice_area .voice_card__year {
  color: #222222;
  font-size: 1.125rem;
  font-weight: 700;
}
.ivoice_area .voice_card__foot__column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: clamp(25px, 10vw, 80px);
  -moz-column-gap: clamp(25px, 10vw, 80px);
  column-gap: clamp(25px, 10vw, 80px);
  position: relative;
}
.ivoice_area .voice_card__foot__column::before {
  display: block;
  content: "×";
  width: 15px;
  height: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #222222;
  line-height: 1;
}
.ivoice_area .voice_card:hover {
  opacity: 1;
}
.ivoice_area .voice_card:hover .voice_card__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ivoice_area .voice_card:hover .voice_card__name,
.ivoice_area .voice_card:hover .voice_card__year {
  color: #00be9b;
}
.ivoice_area .voice_card:hover .voice_card__link_icon .link_icon {
  background-color: #00be9b;
}

.ivoice_area.js-gsap_css_animation-after::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.irecruit_area {
  max-width: 1400px;
  margin: 0 auto 130px;
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .irecruit_area {
    margin-bottom: 120px;
  }
}
.irecruit_area::after {
  display: block;
  content: "";
  width: 100%;
  height: 220px;
  border-radius: 30px;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1399px) {
  .irecruit_area::after {
    border-radius: 0;
  }
}
.irecruit_area__head {
  margin-bottom: 40px;
}
.irecruit_area__body {
  position: relative;
  z-index: 1;
}
.irecruit_area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: clamp(20px, 4.3vw, 60px);
  -moz-column-gap: clamp(20px, 4.3vw, 60px);
  column-gap: clamp(20px, 4.3vw, 60px);
}
.irecruit_area__column > * {
  width: calc(33.33% - clamp(20px, 4.3vw, 60px) * 2 / 3);
}
@media screen and (max-width: 999px) {
  .irecruit_area__column {
    -webkit-column-gap: clamp(20px, 3vw, 30px);
    -moz-column-gap: clamp(20px, 3vw, 30px);
    column-gap: clamp(20px, 3vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .irecruit_area__column > * {
    width: 100%;
  }
}
.irecruit_area .irecruit_btn {
  display: block;
  height: 200px;
  max-width: 360px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
  box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
  color: #ffffff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
@media screen and (max-width: 999px) {
  .irecruit_area .irecruit_btn {
    padding: 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .irecruit_area .irecruit_btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .irecruit_area .irecruit_btn {
    height: 160px;
  }
}
.irecruit_area .irecruit_btn::before {
  display: block;
  content: "";
  width: calc(100% - 70px);
  height: 100px;
  -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: calc(100% - 70px);
  z-index: 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.irecruit_area .irecruit_btn::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 2;
}
.irecruit_area .irecruit_btn._nurse {
  background-color: #00be9b;
}
.irecruit_area .irecruit_btn._nurse::before {
  background-color: #00b792;
}
.irecruit_area .irecruit_btn._nurse .irecruit_btn__num {
  background-color: #00b792;
}
.irecruit_area .irecruit_btn._associate_nurse {
  background-color: #3497ca;
}
.irecruit_area .irecruit_btn._associate_nurse::before {
  background-color: #2e8ec4;
}
.irecruit_area .irecruit_btn._associate_nurse .irecruit_btn__num {
  background-color: #2e8ec4;
}
.irecruit_area .irecruit_btn._care_worker {
  background-color: #3d68c9;
}
.irecruit_area .irecruit_btn._care_worker::before {
  background-color: #365fc3;
}
.irecruit_area .irecruit_btn._care_worker .irecruit_btn__num {
  background-color: #365fc3;
}
.irecruit_area .irecruit_btn__num {
  display: block;
  width: 95px;
  height: 56px;
  margin: 0 auto 15px;
  font-size: 2.188rem;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
}
@media screen and (max-width: 999px) {
  .irecruit_area .irecruit_btn__num {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .irecruit_area .irecruit_btn__num {
    margin-bottom: 15px;
  }
}
.irecruit_area .irecruit_btn__text {
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: 0.13rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .irecruit_area .irecruit_btn__text {
    font-size: 1.375rem;
  }
}
.irecruit_area .irecruit_btn__label {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .irecruit_area .irecruit_btn__label {
    font-size: 1rem;
  }
}
.irecruit_area .irecruit_btn:hover {
  opacity: 1;
}
.irecruit_area .irecruit_btn:hover._nurse .irecruit_btn__num {
  background-color: #00be9b;
}
.irecruit_area .irecruit_btn:hover._associate_nurse .irecruit_btn__num {
  background-color: #3497ca;
}
.irecruit_area .irecruit_btn:hover._care_worker .irecruit_btn__num {
  background-color: #3d68c9;
}
.irecruit_area .irecruit_btn:hover::before {
  -webkit-transform: scale(6);
  transform: scale(6);
}

.iday_area {
  max-width: 1400px;
  margin: 0 auto 140px;
  position: relative;
}
.iday_area__tree {
  width: 113px;
  position: absolute;
  top: -70px;
  left: 0;
}
@media screen and (max-width: 1399px) {
  .iday_area__tree {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .iday_area__tree {
    width: 70px;
  }
}
@media screen and (max-width: 576px) {
  .iday_area__tree {
    top: -100px;
  }
}
.iday_area__human {
  position: absolute;
  width: 244px;
  top: -210px;
  right: 0;
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}
@media screen and (max-width: 1399px) {
  .iday_area__human {
    width: 200px;
    top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .iday_area__human {
    width: 140px;
    top: -180px;
  }
}
@media screen and (max-width: 576px) {
  .iday_area__human {
    width: 110px;
  }
}
.iday_area__head {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .iday_area__head {
    margin-bottom: 35px;
  }
}
.iday_area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(20px, 4.3vw, 80px);
  -moz-column-gap: clamp(20px, 4.3vw, 80px);
  column-gap: clamp(20px, 4.3vw, 80px);
}
.iday_area__column > * {
  width: calc(100% - clamp(20px, 4.3vw, 80px) / 2);
}
@media screen and (max-width: 1399px) {
  .iday_area__column {
    -webkit-column-gap: clamp(20px, 4.3vw, 30px);
    -moz-column-gap: clamp(20px, 4.3vw, 30px);
    column-gap: clamp(20px, 4.3vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .iday_area__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .iday_area__column > * {
    width: 100%;
  }
}
.iday_area .day_btn {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
  box-shadow: 0px 10px 0px 0px rgba(46, 55, 74, 0.15);
}
.iday_area .day_btn::before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.iday_area .day_btn__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.iday_area .day_btn__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.iday_area .day_btn__text {
  position: absolute;
  bottom: 25px;
  left: 50px;
  right: 80px;
  font-size: 1.5rem;
  color: #222222;
  font-weight: 700;
  z-index: 2;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.iday_area .day_btn__text .line {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .iday_area .day_btn__text {
    left: 30px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 999px) {
  .iday_area .day_btn__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 419px) {
  .iday_area .day_btn__text {
    font-size: 1.125rem;
    bottom: 20px;
    left: 20px;
  }
}
.iday_area .day_btn__link_icon {
  position: absolute;
  right: 25px;
  bottom: 16px;
  z-index: 2;
}
.iday_area .day_btn:hover .day_btn__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.iday_area .day_btn:hover .link_icon {
  background-color: #00be9b;
}

.ibenefit_area__inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .ibenefit_area__inner {
    padding-bottom: 50px;
  }
}
.ibenefit_area__deco {
  width: 173px;
  position: absolute;
  top: -100px;
  right: 29.75%;
}
@media screen and (max-width: 1199px) {
  .ibenefit_area__deco {
    width: 130px;
    top: -110px;
  }
}
@media screen and (max-width: 999px) {
  .ibenefit_area__deco {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ibenefit_area__deco {
    top: -105px;
  }
}
@media screen and (max-width: 576px) {
  .ibenefit_area__deco {
    width: 100px;
    top: -115px;
  }
}
.ibenefit_area .en_title {
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.ibenefit_area .btn_wrap._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .ibenefit_area .btn_wrap._pc {
    display: none;
  }
  .ibenefit_area .btn_wrap._sp {
    display: block;
  }
}
.ibenefit_area__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 200px;
  height: 167px;
  margin-bottom: 60px;
}
.ibenefit_area__head .btn_wrap {
  padding-bottom: 45px;
}
.ibenefit_area__head .btn_wrap._sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .ibenefit_area__head .btn_wrap._pc {
    display: none;
  }
  .ibenefit_area__head .btn_wrap._sp {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .ibenefit_area__head {
    height: 137px;
    gap: 90px;
  }
}
@media screen and (max-width: 999px) {
  .ibenefit_area__head {
    height: auto;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .ibenefit_area__head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ibenefit_area__head {
    padding-top: 70px;
  }
}
.ibenefit_area__title {
  font-size: 2.188rem;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .ibenefit_area__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .ibenefit_area__title {
    font-size: 1.5rem;
  }
}
.ibenefit_area__explanation {
  font-size: 1.063rem;
  font-weight: 700;
}
.ibenefit_area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(20px, 4.3vw, 60px);
  -moz-column-gap: clamp(20px, 4.3vw, 60px);
  column-gap: clamp(20px, 4.3vw, 60px);
  margin-bottom: 53px;
}
@media screen and (max-width: 999px) {
  .ibenefit_area__column {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ibenefit_area__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.ibenefit_area .benefit_card {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
@media screen and (max-width: 767px) {
  .ibenefit_area .benefit_card {
    margin: 0 auto;
    width: 100%;
    max-width: 460px;
    height: 250px;
  }
}
.ibenefit_area .benefit_card__label {
  width: 100px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .ibenefit_area .benefit_card__label {
    top: 15px;
    left: 15px;
  }
}
.ibenefit_area .benefit_card__img {
  height: 450px;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}
.ibenefit_area .benefit_card__img img {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ibenefit_area .benefit_card__img {
    height: 100%;
  }
  .ibenefit_area .benefit_card__img img {
    -o-object-position: center;
    object-position: center;
  }
  .ibenefit_area .benefit_card__img._takuji img {
    -o-object-position: 0% 66%;
    object-position: 0% 66%;
  }
}
.ibenefit_area .benefit_card__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  padding-right: 0.7em;
  padding-left: 0.8em;
  position: absolute;
  bottom: 8.9%;
  left: -20px;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ibenefit_area .benefit_card__title {
    left: -10px;
    font-size: 1.125rem;
    min-height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .ibenefit_area .benefit_card__title {
    bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .ibenefit_area .benefit_card__title {
    font-size: 1rem;
    min-height: 30px;
    line-height: 30px;
  }
}
.ibenefit_area .benefit_card__link_icon {
  position: absolute;
  right: 26px;
  bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .ibenefit_area .benefit_card__link_icon {
    right: 15px;
    bottom: 10px;
  }
}
.ibenefit_area__link_list {
  max-width: 780px;
  min-height: 70px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: clamp(15px, 7.5vw, 90px);
  -moz-column-gap: clamp(15px, 7.5vw, 90px);
  column-gap: clamp(15px, 7.5vw, 90px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 999px) {
  .ibenefit_area__link_list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ibenefit_area__link_list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 620px) {
  .ibenefit_area__link_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ibenefit_area__link_list li:not(:last-of-type) {
  position: relative;
}
.ibenefit_area__link_list li:not(:last-of-type)::after {
  display: block;
  content: "/";
  font-size: 1.125rem;
  color: #222222;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: clamp(-50px, -4vw, -7.5px);
  bottom: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .ibenefit_area__link_list li:not(:last-of-type)::after {
    right: -20px;
    top: -2px;
  }
}
@media screen and (max-width: 620px) {
  .ibenefit_area__link_list li:not(:last-of-type)::after {
    display: none;
  }
}
.ibenefit_area__link {
  font-size: 1.125rem;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ibenefit_area__link {
    font-size: 1rem;
  }
}

.ifacility_area {
  padding-bottom: 115px;
}
.ifacility_area__head {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .ifacility_area__head {
    margin-bottom: 20px;
  }
}
.ifacility_area__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ifacility_area__column > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ifacility_area__column > *:nth-of-type(3n + 1) {
  padding-right: clamp(10px, 3.7vw, 70px);
}
.ifacility_area__column > *:nth-of-type(3n + 2) {
  padding-right: clamp(10px, 3.7vw, 70px);
  padding-left: clamp(10px, 3.7vw, 70px);
}
.ifacility_area__column > *:nth-of-type(3n) {
  padding-left: clamp(10px, 3.7vw, 70px);
}
.ifacility_area__column > *:not(:last-of-type) {
  border-right: 1px solid #d7d7d7;
}
@media screen and (max-width: 999px) {
  .ifacility_area__column > *:nth-of-type(3n + 1) {
    padding-right: clamp(10px, 3vw, 80px);
  }
  .ifacility_area__column > *:nth-of-type(3n + 2) {
    padding-right: clamp(10px, 3vw, 80px);
    padding-left: clamp(10px, 3vw, 80px);
  }
  .ifacility_area__column > *:nth-of-type(3n) {
    padding-left: clamp(10px, 3vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .ifacility_area__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ifacility_area__column > * {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .ifacility_area__column > *:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
  }
}
.ifacility_area .facility_box {
  padding-top: 22px;
}
.ifacility_area .facility_box__name {
  margin-bottom: 10px;
}
.ifacility_area .facility_box__name a {
  font-size: 1.375rem;
  font-weight: 700;
  color: #222222;
}
.ifacility_area .facility_box__name:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 14px;
  background: url("/common/img/icon/ext_black.webp");
  background-size: contain;
  margin-left: 5px;
}
@media screen and (max-width: 999px) {
  .ifacility_area .facility_box__name a {
    font-size: 1.125rem;
  }
}
.ifacility_area .facility_box__address {
  margin-bottom: 5px;
}
.ifacility_area .facility_box__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 12px;
}
.ifacility_area .facility_box__tell > .label {
  font-size: 1.25rem;
  font-weight: 700;
}
.ifacility_area .facility_box__tell > .number {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}

/**************************
conponents
*/
.ititle {
  color: #212121;
  font-size: 1.875rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 45px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}
.ititle::after {
  display: block;
  content: "";
  width: 185px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 190, 155)), color-stop(0%, rgb(87, 199, 133)), color-stop(93%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(0, 190, 155) 0%, rgb(87, 199, 133) 0%, rgba(255, 255, 255, 0) 93%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .ititle {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .ititle {
    font-size: 1.375rem;
  }
}

.en_title {
  color: #212121;
  font-size: 4.375rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-5deg) translate(-20px, 20px);
  transform: rotate(-5deg) translate(-20px, 20px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .en_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .en_title {
    display: none;
  }
}
.en_title.js-gsap_css_animation-after {
  -webkit-transform: rotate(-5deg) translate(0, 0);
  transform: rotate(-5deg) translate(0, 0);
  opacity: 1;
}

.link_icon {
  display: block;
  content: "";
  width: 42px;
  height: 60px;
  background-color: #222222;
  border-radius: 21px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link_icon::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  left: auto;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .link_icon {
    width: 35px;
    height: 50px;
  }
  .link_icon::after {
    right: 14px;
  }
}

.ititle_center {
  color: #212121;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  line-height: 1.2;
  padding-right: clamp(30px, 7.14vw, 90px);
  padding-left: clamp(30px, 7.14vw, 90px);
}
.ititle_center::before, .ititle_center::after {
  display: block;
  content: "";
  width: 24px;
  height: 40px;
  background: url("/common/img/home/slash.webp") no-repeat;
  background-size: contain;
  position: absolute;
}
.ititle_center::before {
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ititle_center::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ititle_center .line {
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .ititle_center {
    font-size: 1.625rem;
  }
  .ititle_center::before, .ititle_center::after {
    width: 20px;
    height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .ititle_center {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 419px) {
  .ititle_center {
    font-size: 1.25rem;
  }
}