@charset "UTF-8";
.c_list__cate, .c_recruit__list .c_btn01__sub, .c_member__list__jp {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c_list__cate, .c_recruit__list .c_btn01__sub, .c_member__list__jp {
    font-size: 1.6rem;
  }
}

.c_employee__item__cate .cate, .c_employee__item__departments, .c_post .item_link .sub, .c_breadcrumb__item {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c_employee__item__cate .cate, .c_employee__item__departments, .c_post .item_link .sub, .c_breadcrumb__item {
    font-size: 1.4rem;
  }
}

.c_list__cate, .c_recruit__list .c_btn01__sub, .c_member__list__jp {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c_list__cate, .c_recruit__list .c_btn01__sub, .c_member__list__jp {
    font-size: 1.6rem;
  }
}

.c_block__item__infor .ttl02, .c_list__ttl, .c_post .link, .c_post .title, .c_btn .c_btn02 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c_block__item__infor .ttl02, .c_list__ttl, .c_post .link, .c_post .title, .c_btn .c_btn02 {
    font-size: 2rem;
  }
}

.c_employee__item__name, .c_title03, .c_post .item_link .pos, .c_btn .c_btn01, .c_heading .heading_ttl, .c_member__ttl, .c_member__list__sub {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c_employee__item__name, .c_title03, .c_post .item_link .pos, .c_btn .c_btn01, .c_heading .heading_ttl, .c_member__ttl, .c_member__list__sub {
    font-size: 2.4rem;
  }
}

.c_title__jp, .c_title02 {
  font-size: clamp(
        2.2rem,
        1.2121212121vw + 1.7454545455rem,
        2.4rem
    );
}
@media screen and (min-width: 768px) {
  .c_title__jp, .c_title02 {
    font-size: clamp(
        2.4rem,
        4.6875vw + -1.2rem,
        3.6rem
    );
  }
}

.c_mv__ttl, .c_member__list__en {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .c_mv__ttl, .c_member__list__en {
    font-size: 4rem;
  }
}

html {
  line-height: 1.6;
  scrollbar-width: thin;
  scroll-padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 124px;
  }
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #2a2e45;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  width: 100%;
  padding-top: 62px;
}
@media screen and (min-width: 1024px) {
  main {
    padding-top: clamp(
        9.2rem,
        5.3819444444vw + 3.6888888889rem,
        12.3rem
    );
  }
}
main.main {
  padding-top: 0;
}

img {
  width: 100%;
  height: auto;
}

.wrapper,
#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

a {
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
a[href^="tel:"] {
  cursor: text;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
.container_fluid {
  padding-left: 20px;
  padding-right: 20px;
}

html.is_loading #loadding {
  opacity: 1;
  pointer-events: all;
}
html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(0deg, #f1a3b1 0%, rgb(118, 217, 254) 100%);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
/*cookie*/
.cookie_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3057ff;
  color: #000;
  z-index: 30;
  padding: 10px 0;
}
.cookie_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-width: 768px) {
  .cookie_container {
    flex-wrap: nowrap;
  }
}
.cookie_txt {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .cookie_txt {
    width: 75%;
    padding-right: 15px;
  }
}
.cookie_close {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .cookie_close {
    margin-top: 0;
    flex-shrink: 0;
    width: 25%;
  }
}
.cookie_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: solid 2px #000;
  background: #000;
  border-radius: 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cookie_btn {
    transition: all 0.5s;
    padding: 10px 10px 11px;
  }
  .cookie_btn:hover {
    opacity: 0.7;
  }
}

html.is_loading .loading {
  opacity: 1;
  visibility: visible;
}
html.loaded .loading {
  opacity: 0;
  visibility: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
  transition: all 1s cubic-bezier(0.5, 0, 0, 1);
}
.loading__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__logo {
  width: 152px;
}
@media screen and (min-width: 768px) {
  .loading__logo {
    width: 264px;
  }
}
.loading__bar {
  width: 200px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .loading__bar {
    width: 300px;
    margin-top: 38px;
  }
}
.loading__progress {
  width: 0;
  height: 4px;
  background-color: #f00000;
  border-radius: 4px;
  transition: width 1s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.c_heading .heading_ttl {
  line-height: 1.4583333333;
  font-weight: 700;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c_heading .heading_ttl {
    padding-bottom: 26px;
  }
}
.c_heading .heading_txt {
  font-weight: 500;
}

.c_hero {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_hero {
    max-width: calc(100% - 40px);
    width: calc(1380px + (100vw - 1600px) * 0.5);
  }
}
.c_hero.hero_right {
  margin-left: auto;
}
.c_hero.hero_right .c_hero__thumb {
  margin-left: auto;
}
.c_hero.hero_right .c_hero__content {
  left: 0;
}
.c_hero.hero_left .c_hero__content {
  right: 0;
}
@media screen and (min-width: 768px) {
  .c_hero.hero_left .c_hero__content {
    padding: 17px 10px 0;
  }
}
.c_hero.hero_left .c_hero__thumb {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c_hero__thumb {
    display: flex;
    width: 100%;
  }
  .c_hero__thumb img {
    width: calc(100% + 13.75vw);
  }
}
.c_hero__content {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -1px;
  background-color: #efefef;
  padding: 40px 10px 27px;
}
@media screen and (min-width: 768px) {
  .c_hero__content {
    padding: 23px 10px 0;
    min-height: clamp(
        16rem,
        17.0138888889vw + -1.4222222222rem,
        25.8rem
    );
    width: 40.5797101449%;
    position: absolute;
  }
}
.c_hero__content .c_title01 .en {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_hero__content .c_title01 .en {
    padding-top: clamp(
        1.5rem,
        3.6458333333vw + -2.2333333333rem,
        3.6rem
    );
  }
}

.bg_blue .gnavi_sub .sub_ttl,
.bg_orange .gnavi_sub .sub_ttl,
.bg_green .gnavi_sub .sub_ttl {
  border-bottom: 2px solid #fff;
}
.bg_blue {
  background-color: #005981;
  color: #fff;
}
.bg_blue .gnavi_sub {
  background-color: #e5eef2;
  color: #2a2e45;
}
.bg_orange {
  background-color: #ec9717;
  color: #fff;
}
.bg_orange .gnavi_sub {
  background-color: #fdf4e7;
  color: #2a2e45;
}
.bg_green {
  background-color: #137762;
  color: #fff;
}
.bg_green .gnavi_sub {
  background-color: #E7F1EF;
  color: #2a2e45;
}
.bg_gray {
  background-color: #2a2e45;
}

.bg_triangular {
  position: relative;
}
.bg_triangular::after {
  content: "";
  position: absolute;
  right: -1.25%;
  top: 10px;
  width: 45%;
  height: 520px;
  background: url("../../assets/images/common/bg_triangular.svg") no-repeat;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .bg_triangular::after {
    top: 30px;
  }
}

.c_member__ttl {
  text-align: center;
  color: #f00000;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.4583333333;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c_member__ttl {
    margin-bottom: 37px;
  }
}
.c_member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .c_member__list {
    gap: clamp(
        3rem,
        2.427184466vw + 1.1359223301rem,
        4rem
    );
  }
}
.c_member__list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_member__list__item {
    max-width: 300px;
  }
}
.c_member__list__img {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c_member__list__img {
    margin-bottom: 24px;
  }
}
.c_member__list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_member__list__en {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 500;
}
.c_member__list__jp {
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
}
.c_member__list__sub {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_member__list__sub {
    padding-bottom: 9px;
  }
}
.c_member__list__txt {
  font-weight: 500;
}

.c_mess {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c_mess {
    grid-template-columns: clamp(
        10rem,
        4.854368932vw + 6.2718446602rem,
        12rem
    ) 1fr;
    grid-gap: clamp(
        6rem,
        4.854368932vw + 2.2718446602rem,
        8rem
    );
  }
}
.c_mess:last-child {
  margin-bottom: 0;
}
.c_mess__avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_mess__avatar {
    width: clamp(
        10rem,
        4.854368932vw + 6.2718446602rem,
        12rem
    );
    height: clamp(
        10rem,
        4.854368932vw + 6.2718446602rem,
        12rem
    );
  }
}
.c_mess__content {
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_mess__content {
    border-radius: 36px;
    padding: clamp(
        3rem,
        6.3106796117vw + -1.8466019417rem,
        5.6rem
    ) clamp(
        5rem,
        12.1359223301vw + -4.3203883495rem,
        10rem
    ) clamp(
        3rem,
        6.3106796117vw + -1.8466019417rem,
        5.6rem
    ) clamp(
        5rem,
        12.1359223301vw + -4.3203883495rem,
        10rem
    );
  }
}
.c_mess__content::after {
  content: "";
  width: 25px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: -25px;
  top: 20px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (min-width: 768px) {
  .c_mess__content::after {
    width: clamp(
        5rem,
        2.427184466vw + 3.1359223301rem,
        6rem
    );
    height: clamp(
        3rem,
        2.427184466vw + 1.1359223301rem,
        4rem
    );
    left: clamp(
        -6rem,
        -2.427184466vw + -3.1359223301rem,
        -5rem
    );
    top: 40px;
  }
}
.c_mess.reverse {
  grid-auto-flow: column;
  direction: rtl;
}
.c_mess.reverse .c_mess__content {
  text-align: left;
}
.c_mess.reverse .c_mess__content::after {
  left: auto;
  right: -25px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .c_mess.reverse .c_mess__content::after {
    left: auto;
    right: clamp(
        -6rem,
        -2.427184466vw + -3.1359223301rem,
        -5rem
    );
  }
}

/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f00000;
  z-index: 14;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #efefef;
  color: #efefef;
}
#cookiewrap .inner .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 45px;
  color: #efefef;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}
#cookiewrap .inner .txt a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt a:hover {
    text-decoration: none;
  }
}

.c_breadcrumb {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  gap: 10px 0;
  overflow: auto;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    padding-left: 0;
    overflow: unset;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.c_breadcrumb__item {
  font-weight: 500;
  line-height: 1.4285714286;
  padding-right: 11px;
  margin-right: 11px;
  position: relative;
  flex-shrink: 0;
}
.c_breadcrumb__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #707070;
}
.c_breadcrumb__item:first-child {
  padding-left: 19px;
}
.c_breadcrumb__item:first-child::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #f00000;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item:first-child::before {
    top: 6px;
  }
}
.c_breadcrumb__item:last-child::after {
  display: none;
}
.c_breadcrumb.style01 .c_breadcrumb__item {
  color: #fff;
}
.c_breadcrumb.style01 .c_breadcrumb__item:first-child {
  padding-left: 0;
}
.c_breadcrumb.style01 .c_breadcrumb__item:first-child::before {
  content: none;
}
.c_breadcrumb.style01 .c_breadcrumb__item a {
  color: #fff;
}
.c_breadcrumb.style01 .c_breadcrumb__item::after {
  background-color: #fff;
}

.c_totop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 5px;
  z-index: 1;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f00000;
  border: 2px solid #f00000;
  border-radius: 100%;
  transform: translateY(150px);
  color: #fff;
  transition: all 0.5s;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c_totop {
    width: 60px;
    height: 60px;
    bottom: 30px;
  }
}
.c_totop:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_totop:hover {
    background-color: #fff;
  }
  .c_totop:hover::after {
    border-color: #f00000;
  }
}
.c_totop::after {
  content: "";
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-135deg);
  transition: background-color 0.5s ease;
  transform-origin: 50% 60%;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_totop::after {
    height: 15px;
    width: 15px;
    border-width: 0 3px 3px 0;
  }
}

.c_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_btn .c_btn01 {
  --btn-color: #f00000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-color);
  width: 100%;
  max-width: 260px;
  min-height: 82px;
  color: #fff;
  gap: 17px;
  border: 2px solid var(--btn-color);
  font-weight: 500;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_btn .c_btn01 {
    max-width: 480px;
  }
  .c_btn .c_btn01:hover {
    opacity: 1;
    background-color: #fff;
    color: var(--btn-color);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c_btn .c_btn01:hover .icon::after {
    background-color: var(--btn-color);
  }
}
.c_btn .c_btn01.btn_blue {
  --btn-color: #005981;
}
.c_btn .c_btn01.btn_yellow {
  --btn-color: #ec9717;
}
.c_btn .c_btn01.btn_green {
  --btn-color: #137762;
}
@media screen and (min-width: 768px) {
  .c_btn .c_btn01 {
    gap: 20px;
    min-height: clamp(
        8rem,
        4.8076923077vw + 3.0769230769rem,
        10rem
    );
  }
}
.c_btn .c_btn01 .icon {
  width: 18px;
  height: 16px;
  position: relative;
  transition: all 0.5s;
}
.c_btn .c_btn01 .icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mask-image: url("../../assets/images/common/icon_arrow_right_w.svg");
  -webkit-mask-image: url("../../assets/images/common/icon_arrow_right_w.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.c_btn .c_btn02 {
  font-weight: 700;
  line-height: 1.45;
  width: 100%;
  max-width: 360px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 22px;
  padding-right: 2px;
  border-bottom: 2px solid #f00000;
}
@media screen and (min-width: 768px) {
  .c_btn .c_btn02:hover .icon {
    transform: translateX(3px);
  }
}
.c_btn .c_btn02:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c_btn .c_btn02 {
    max-width: clamp(
        26rem,
        24.0384615385vw + 1.3846153846rem,
        36rem
    );
  }
}
.c_btn .c_btn02 .icon {
  width: 19px;
  height: 16px;
  position: relative;
  transition: all 0.5s;
}
.c_btn .c_btn02 .icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f00000;
  mask-image: url("../../assets/images/common/icon_arrow_right_r.svg");
  -webkit-mask-image: url("../../assets/images/common/icon_arrow_right_r.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.c_link.c_link01 .item {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c_link.c_link01 .item {
    padding: clamp(
        2rem,
        1.7361111111vw + 0.2222222222rem,
        3rem
    ) 0;
  }
}
.c_link .item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  padding-right: 2px;
  border-bottom: 2px solid #f00000;
  gap: 10px;
}
.c_link .item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .c_link .item {
    padding: clamp(
        3rem,
        3.4722222222vw + -0.5555555556rem,
        5rem
    ) 0;
    font-size: clamp(
        1.8rem,
        0.78125vw + 1.2rem,
        2rem
    );
  }
}
@media screen and (min-width: 768px) {
  .c_link .item:hover .icon {
    transform: translateX(3px);
  }
}
.c_link .item:last-child {
  margin-bottom: 0;
}
.c_link .item .icon {
  width: 14px;
  height: 11px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_link .item .icon {
    width: 19px;
    height: 16px;
  }
}
.c_link .item .icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/common/icon_arrow_right_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c_mv {
  position: relative;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_mv {
    min-height: 260px;
    margin-bottom: 20px;
  }
}
.c_mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  max-width: 520px;
  height: 520px;
  background: url("../../assets/images/common/bg_triangular_mv.svg") no-repeat;
  object-fit: contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_mv::after {
    bottom: -120px;
    left: -1.25%;
    max-width: 780px;
    object-fit: cover;
  }
}
.c_mv__ttl {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}
.c_mv.style01 {
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c_mv.style01 {
    min-height: 760.5px;
  }
}
.c_mv.style01::after {
  content: none;
}
.c_mv.style01 .c_mv__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c_mv.style01 .c_mv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c_mv.style01 .c_mv__content {
  position: relative;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c_list {
    display: flex;
    justify-content: center;
    gap: clamp(
        3rem,
        2.4038461538vw + 0.5384615385rem,
        4rem
    );
  }
}
.c_list__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c_list__item {
    margin-bottom: 0;
  }
}
.c_list__item:last-child {
  margin-bottom: 0;
}
.c_list__img {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_list__img {
    margin-bottom: 21px;
  }
}
.c_list__img img {
  aspect-ratio: 560/240;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.c_list__cate {
  font-weight: 700;
  color: #f00000;
  letter-spacing: 0;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .c_list__cate {
    margin-bottom: clamp(
        0.8rem,
        0.7281553398vw + 0.240776699rem,
        1.1rem
    );
    margin-right: clamp(
        0.8rem,
        0.4854368932vw + 0.427184466rem,
        1rem
    );
  }
}
.c_list__inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .c_list__inner:hover img {
    scale: 1.05;
  }
}
.c_list__ttl {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

.c_post.grid03 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media screen and (min-width: 768px) {
  .c_post.grid03 {
    gap: clamp(
        3rem,
        2.4038461538vw + 0.5384615385rem,
        4rem
    );
    grid-template-columns: repeat(auto-fill, minmax(clamp( 26rem, 24.0384615385vw + 1.3846153846rem, 36rem ), 1fr));
  }
}
@media screen and (min-width: 768px) {
  .c_post.grid03 .link {
    padding-bottom: clamp(
        2rem,
        2.4038461538vw + -0.4615384615rem,
        3rem
    );
  }
}
.c_post .link {
  font-weight: 700;
  line-height: 1.45;
  margin-top: 20px;
  padding-bottom: 23px;
  border-bottom: 2px solid #f00000;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_post .link {
    margin-top: 29px;
  }
}
.c_post .link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_post .link:hover .link_txt::after {
    transform: translateY(-50%) translateX(3px);
  }
}
.c_post .link_txt {
  position: relative;
  width: 100%;
  display: block;
  padding-right: 24px;
}
.c_post .link_txt::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 16px;
  background-color: #f00000;
  mask-image: url("../../assets/images/common/icon_arrow_right_r.svg");
  -webkit-mask-image: url("../../assets/images/common/icon_arrow_right_r.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.5s;
}
.c_post .txt {
  font-weight: 500;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_post .txt {
    padding-top: 24px;
  }
}
.c_post .tags {
  width: 100%;
  display: flex;
  padding: 10px 0 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_post .tags {
    padding: 20px 0 0;
  }
}
.c_post .tags_item {
  color: #fff;
  padding: 0 10px;
  font-size: 1.2rem;
  background-color: var(--color);
}
@media screen and (min-width: 768px) {
  .c_post .tags_item {
    font-size: 1.4rem;
  }
}
.c_post .title {
  font-weight: 700;
  line-height: 1.45;
}
.c_post.post_people .item_link .thumb {
  width: 100%;
  position: relative;
}
.c_post.post_people .item_link .thumb::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100%;
  height: 100%;
  border: 4px solid var(--color);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_post.post_people .item_link .thumb::after {
    left: -16px;
    top: -18px;
  }
}
.c_post .item_link {
  --color: #005981;
  position: relative;
  z-index: 2;
  display: block;
}
.c_post .item_link.item_green {
  --color: #137762;
}
.c_post .item_link.item_orange {
  --color: #ec9717;
}
.c_post .item_link .link {
  pointer-events: none;
}
.c_post .item_link:hover {
  opacity: 0.8 !important;
}
@media screen and (min-width: 768px) {
  .c_post .item_link:hover .link_txt::after {
    transform: translateY(-50%) translateX(3px);
  }
}
@media screen and (min-width: 768px) {
  .c_post .item_link:hover img {
    scale: 1.05;
  }
}
.c_post .item_link .title {
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .c_post .item_link .title {
    padding: 0 0 20px;
  }
}
.c_post .item_link .sub {
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 0 16px;
}
@media screen and (min-width: 768px) {
  .c_post .item_link .sub {
    padding: 6px 0 16px;
  }
}
.c_post .item_link .pos {
  color: var(--color);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.4583333333;
}
.c_post .item_link .thumb {
  overflow: hidden;
}
.c_post .item_link img {
  transition: all 0.5s;
}

.c_recruit {
  background-color: #efefef;
  padding: 60px 0;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .c_recruit {
    padding: 120px 0;
    margin-top: 140px;
  }
}
.c_recruit .c_btn01 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4583333333;
}
@media screen and (min-width: 768px) {
  .c_recruit .c_btn01 {
    font-size: clamp(
        1.8rem,
        0.8928571429vw + 1.1142857143rem,
        2.4rem
    );
  }
}
.c_recruit__btn {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_recruit__btn {
    padding-bottom: 40px;
  }
}
.c_recruit__btn .c_btn01 {
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .c_recruit__btn .c_btn01 {
    max-width: 640px;
    padding: clamp(
        4rem,
        2.4038461538vw + 2.1538461538rem,
        6rem
    ) 0;
  }
}
.c_recruit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c_recruit__list {
    gap: clamp(
        2rem,
        2.4038461538vw + 0.1538461538rem,
        4rem
    );
  }
}
.c_recruit__list .c_btn01 {
  min-height: 82px;
  padding: 0 15px;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01 {
    max-width: clamp(
        30rem,
        7.2115384615vw + 24.4615384615rem,
        36rem
    );
    min-height: clamp(
        9rem,
        6.9444444444vw + 3.6666666667rem,
        12rem
    );
    padding: 0 clamp(
        1rem,
        1.6826923077vw + -0.2923076923rem,
        2.4rem
    );
  }
  .c_recruit__list .c_btn01.btn_blue:hover::after {
    background-color: #005981;
  }
  .c_recruit__list .c_btn01.btn_blue:hover svg path {
    fill: #005981 !important;
  }
  .c_recruit__list .c_btn01.btn_yellow:hover::after {
    background-color: #ec9717;
  }
  .c_recruit__list .c_btn01.btn_yellow:hover svg path {
    fill: #ec9717 !important;
  }
  .c_recruit__list .c_btn01.btn_green:hover::after {
    background-color: #137762;
  }
  .c_recruit__list .c_btn01.btn_green:hover svg path {
    fill: #137762 !important;
  }
}
.c_recruit__list .c_btn01::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 16px;
  right: 18px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-color: #fff;
  mask-image: url(../../assets/images/common/icon_arrow_right_w.svg);
  -webkit-mask-image: url(../../assets/images/common/icon_arrow_right_w.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01::after {
    width: clamp(
        1.5rem,
        0.6009615385vw + 1.0384615385rem,
        2rem
    );
    right: clamp(
        0.5rem,
        1.5625vw + -0.7rem,
        1.8rem
    );
  }
}
.c_recruit__list .c_btn01:nth-child(1) svg {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01:nth-child(1) svg {
    width: clamp(
        2rem,
        1.2019230769vw + 1.0769230769rem,
        3rem
    );
  }
}
.c_recruit__list .c_btn01:nth-child(2) svg {
  width: 24px;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01:nth-child(2) svg {
    width: clamp(
        2.4rem,
        1.6826923077vw + 1.1076923077rem,
        3.8rem
    );
  }
}
.c_recruit__list .c_btn01:nth-child(3) svg {
  width: 38px;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01:nth-child(3) svg {
    width: clamp(
        3.8rem,
        2.4038461538vw + 1.9538461538rem,
        5.8rem
    );
    top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01:nth-child(3) .c_btn01__desc {
    padding-left: 4px;
  }
}
.c_recruit__list .c_btn01__desc {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01__desc {
    gap: clamp(
        1rem,
        1.2019230769vw + 0.0769230769rem,
        2rem
    );
  }
}
.c_recruit__list .c_btn01__txt {
  display: block;
}
.c_recruit__list .c_btn01__sub {
  line-height: 1.5;
  display: block;
}
.c_recruit__list .c_btn01 .img {
  width: 30px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_recruit__list .c_btn01 .img {
    width: auto;
  }
}
.c_recruit__list .c_btn01 svg path {
  fill: #fff !important;
}
.c_list__btn {
  border-top: 1px solid #efefef;
  margin-top: 60px;
  padding: 30px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .c_list__btn {
    margin-top: 140px;
    padding: 70px 0 0;
  }
}
.c_list__btn + .c_recruit {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c_list__btn + .c_recruit {
    margin-top: 86px;
  }
}
.c_list__btn .c_link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c_list__btn .c_link {
    grid-template-columns: 1fr 1fr;
    gap: clamp(
        2rem,
        2.4038461538vw + 0.1538461538rem,
        4rem
    );
  }
}
@media screen and (min-width: 768px) {
  .c_list__btn .c_link.grid03 {
    grid-template-columns: repeat(auto-fill, minmax(clamp( 26rem, 7.2115384615vw + 20.4615384615rem, 32rem ), 1fr));
  }
}
@media screen and (min-width: 768px) {
  .c_list__btn .c_link.grid02 {
    grid-template-columns: 1fr 1fr;
  }
}
.c_list__btn .c_link .item {
  padding: 0 0 20px;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .c_list__btn .c_link .item {
    padding: clamp(
        2rem,
        1.2019230769vw + 1.0769230769rem,
        3rem
    ) 20px 30px;
  }
}
.c_list__btn .c_link .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  transition: left 0.5s ease;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c_list__btn .c_link .item:hover {
    opacity: 1;
  }
  .c_list__btn .c_link .item:hover::before {
    left: 0;
  }
}
.c_list__btn .c_link .item .icon {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c_list__btn .c_link .item .icon::after {
    left: -4px;
  }
}

.c_progress {
  position: relative;
}
.c_progress::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 3px;
  width: 2px;
  height: calc(100% - 30px);
  background-color: #2a2e45;
}
@media screen and (min-width: 768px) {
  .c_progress::before {
    top: 10px;
    left: 21px;
  }
}
.c_progress__item {
  position: relative;
  display: flex;
  padding-left: 20px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .c_progress__item {
    padding-left: 60px;
  }
}
.c_progress__item:last-child {
  padding-bottom: 0;
}
.c_progress__item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #2a2e45;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .c_progress__item::before {
    top: 10px;
    left: 15px;
    width: 14px;
    height: 14px;
  }
}
.c_progress__date, .c_progress__txt {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c_progress__date, .c_progress__txt {
    line-height: 2;
  }
}
.c_progress__date {
  flex-shrink: 0;
  width: 60px;
  margin-right: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_progress__date {
    width: 80px;
  }
}
.c_progress__txt {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .txt_center {
    text-align: center;
  }
}

.c_title {
  text-align: center;
}
.c_title__en {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  color: #efefef;
  margin-bottom: -30px;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_title__en {
    margin-bottom: -60px;
    font-size: clamp(
        8rem,
        9.7087378641vw + 0.5436893204rem,
        12rem
    );
  }
}
.c_title__jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4444444444;
}

.c_title01 {
  width: 100%;
  text-align: center;
}
.c_title01 .jp {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.45;
  display: block;
}
@media screen and (min-width: 768px) {
  .c_title01 .jp {
    font-size: clamp(
        3.4rem,
        1.4423076923vw + 1.9230769231rem,
        4rem
    );
  }
}
.c_title01 .en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5625;
  color: #f00000;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .c_title01 .en {
    padding-top: 9px;
  }
}

.c_title02 {
  color: #2a2e45;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: solid 2px #2a2e45;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c_title02 {
    padding-bottom: 30px;
    line-height: 1.4444444444;
  }
}

.c_title03 {
  padding: 13px 40px 12px;
  font-weight: 500;
  color: #fff;
}
.c_title03.bg_blue {
  background-color: #005981;
}
.c_title03.bg_yellow {
  background-color: #e89f2f;
}
.c_title03.bg_green {
  background-color: #137762;
}

/** -- ▷ header -- */
.header {
  padding: 15px 20px;
  width: 100%;
  height: 60px;
  position: relative;
  background-color: #fff;
  z-index: 100;
  position: fixed;
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .header::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding: 10px clamp(
        2rem,
        3.6057692308vw + -0.7692307692rem,
        5rem
    );
  }
}
@media screen and (min-width: 1024px) {
  .header {
    transition: all 0.5s;
    height: auto;
    padding: clamp(
        1.5rem,
        0.8680555556vw + 0.6111111111rem,
        2rem
    ) clamp(
        2rem,
        5.2083333333vw + -3.3333333333rem,
        5rem
    ) clamp(
        1.5rem,
        0.8680555556vw + 0.6111111111rem,
        2rem
    ) clamp(
        2rem,
        5.9027777778vw + -4.0444444444rem,
        5.4rem
    );
  }
}
@media screen and (min-width: 1024px) {
  .header.active {
    padding: 10px clamp(
        2rem,
        5.2083333333vw + -3.3333333333rem,
        5rem
    ) 10px clamp(
        2rem,
        5.9027777778vw + -4.0444444444rem,
        5.4rem
    );
  }
  .header.active .header_logo .logo {
    max-width: 107px;
  }
  .header.active .header_logo .logo_txt {
    white-space: nowrap;
    scale: 0.8;
  }
  .header.active .sub_ttl {
    display: none;
  }
}
.header_inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header_inner {
    position: relative;
    z-index: 1;
    gap: clamp(
        2rem,
        4.8076923077vw + -2.9230769231rem,
        4rem
    );
  }
}
.header_content {
  width: 100%;
  max-width: 250px;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .header_content {
    width: 100%;
    max-width: 140px;
  }
}
.header_logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  text-align: center;
  max-width: 220px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header_logo {
    max-width: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .header_logo {
    transition: all 0.5s;
    max-width: 137px;
    flex-direction: column;
  }
}
.header_logo .logo {
  width: 100%;
  max-width: 74px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .header_logo .logo {
    max-width: clamp(
        10rem,
        8.8942307692vw + 0.8923076923rem,
        13.7rem
    );
  }
}
.header_logo .logo_txt {
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 1rem;
  transition: all 0.5s;
}
.header_toggle {
  position: fixed;
  right: 7px;
  width: 60px;
  height: 60px;
  z-index: 20;
  top: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .header_toggle {
    display: none;
  }
}
.header_toggle span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_toggle::after, .header_toggle::before,
.header_toggle span {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #f00000;
  transition: 0.3s linear;
}
.header_toggle::after {
  left: 50%;
  bottom: calc(50% - 11px);
  transform: translateX(-50%);
}
.header_toggle::before {
  left: 50%;
  top: calc(50% - 11px);
  transform: translateX(-50%);
}
.header_toggle.active span {
  opacity: 0;
}
.header_toggle.active::before {
  top: calc(50% - 6px);
  transform: translate(-50%, 5px) rotate(45deg);
}
.header_toggle.active::after {
  bottom: calc(50% - 6px);
  transform: translate(-50%, -5px) rotate(-45deg);
}
.header .js_submenu {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .header .js_submenu:not(.aa):hover::before {
    pointer-events: all;
  }
}
@media screen and (min-width: 1024px) {
  .header .js_submenu:not(.aa):hover .btn_link {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .header .js_submenu:not(.aa):hover .gnavi_link {
    color: #f00000;
  }
}
@media screen and (min-width: 1024px) {
  .header .js_submenu:not(.aa):hover .gnavi_sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.5s;
    pointer-events: all;
  }
  .header .js_submenu:not(.aa):hover::before {
    pointer-events: all;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header .js_submenu:not(.aa):hover::after {
    transform: translateX(-50%) rotate(180deg);
  }
}
.header .js_submenu.active .gnavi_icon::before {
  transform: translateY(-50%) rotate(90deg);
}
.header .js_submenu.bg_orange {
  background-color: #ec9717;
}
@media screen and (min-width: 768px) {
  .header .js_submenu.bg_orange {
    background-color: #e89f2f;
  }
}
.header .js_submenu.bg_blue .gnavi_sub::after {
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .header .js_submenu.bg_blue .gnavi_sub::before {
    background-color: #005981;
  }
}
.header .js_submenu.bg_orange .gnavi_sub::after {
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .header .js_submenu.bg_orange .gnavi_sub::before {
    background-color: #ec9717;
  }
}
.header .js_submenu.bg_green .gnavi_sub::after {
  box-shadow: none;
}
@media screen and (min-width: 1024px) {
  .header .js_submenu.bg_green .gnavi_sub::before {
    background-color: #137762;
  }
}
.header .menu_pc {
  width: 100%;
  position: relative;
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .menu_pc {
    z-index: 2;
    display: block;
    top: 18px;
  }
}
.header .menu_sp {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header .menu_sp {
    display: none;
  }
}

.gnavi {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  padding: 80px 10px 80px 20px;
  z-index: -1;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .gnavi {
    height: auto;
    padding: 0 0 5px;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.gnavi_content {
  width: 100%;
  height: calc(100vh - 180px);
  overflow: auto;
  padding-right: 10px;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .gnavi_content {
    padding-right: 0;
    height: unset;
    overflow: visible;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(
        1rem,
        5.2083333333vw + -4.3333333333rem,
        4rem
    );
  }
}
.gnavi_content::-webkit-scrollbar {
  width: 5px;
  transition: all 0.5s;
}
.gnavi_content::-webkit-scrollbar-track {
  background: #fff;
}
.gnavi_content::-webkit-scrollbar-thumb {
  background: #f00000;
}
.gnavi.active {
  opacity: 1;
  visibility: visible;
  background-color: #efefef;
}
@media screen and (min-width: 1024px) {
  .gnavi_inner {
    width: 100%;
    max-width: clamp(
        40rem,
        34.8958333333vw + 4.2666666667rem,
        60.1rem
    );
    display: flex;
    justify-content: flex-end;
    gap: clamp(
        1rem,
        2.0833333333vw + -1.1333333333rem,
        2.2rem
    );
  }
}
.gnavi_item {
  position: relative;
}
.gnavi_item + .gnavi_item {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .gnavi_item + .gnavi_item {
    margin-top: 0;
    padding-bottom: 10px;
  }
}
.gnavi_item.js_submenu::after, .gnavi_item.js_submenu::before {
  background-color: #f00000;
}
@media screen and (min-width: 1024px) {
  .gnavi_item.js_submenu::after, .gnavi_item.js_submenu::before {
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) {
  .gnavi_item.js_submenu::after {
    content: "";
    position: absolute;
    top: unset;
    left: calc(50% + 2px);
    bottom: clamp(
        -0.3rem,
        1.0416666667vw + -1.3666666667rem,
        0.3rem
    );
    transform: translateX(-50%);
    width: 10px;
    height: 6px;
    background: url("../../assets/images/common/icon_arrow_down_r.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
    z-index: 3;
  }
}
.gnavi .gnavi_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .gnavi .gnavi_icon {
    top: 20px;
  }
}
.gnavi .gnavi_icon::after, .gnavi .gnavi_icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 1;
  background-color: #f00000;
}
.gnavi .gnavi_icon::after {
  width: 15px;
  height: 2px;
}
@media screen and (min-width: 1024px) {
  .gnavi .gnavi_icon::after {
    width: 20px;
  }
}
.gnavi .gnavi_icon::before {
  height: 15px;
  width: 2px;
}
@media screen and (min-width: 1024px) {
  .gnavi .gnavi_icon::before {
    height: 20px;
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.gnavi p.gnavi_link:has(a) a {
  position: relative;
  z-index: 2;
}
.gnavi a.gnavi_link {
  display: block;
  position: relative;
  z-index: 2;
}
.gnavi a.gnavi_link:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gnavi a.gnavi_link:hover {
    color: #f00000;
  }
}
.gnavi_link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .gnavi_link {
    background-color: transparent;
    padding: 0;
    font-size: clamp(
        1.2rem,
        0.6944444444vw + 0.4888888889rem,
        1.6rem
    );
  }
}
.gnavi__btn {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .gnavi__btn {
    margin-top: 0;
    width: 51.8518518519%;
    max-width: 640px;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .gnavi__btn .gnavi_sub {
    z-index: -1;
  }
}
.gnavi__btn .gnavi_link {
  background-color: unset;
}
.gnavi__btn .btn_item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gnavi__btn .btn_item {
    width: 100%;
    max-width: 150px;
  }
}
.gnavi__btn .btn_item + .btn_item {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .gnavi__btn .btn_item + .btn_item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .gnavi__btn .btn_item.js_submenu.aa:hover::after {
    transform: translateX(-50%);
  }
}
.gnavi__btn .btn_item.js_submenu .gnavi_icon::after, .gnavi__btn .btn_item.js_submenu .gnavi_icon::before {
  background-color: #fff;
}
.gnavi__btn .btn_item.js_submenu:hover .gnavi_sub {
  pointer-events: all;
}
@media (min-width: 768px) {
  .gnavi__btn .btn_item.js_submenu:hover::before {
    pointer-events: all;
  }
}
.gnavi__btn .btn_item.js_submenu:hover::after {
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .gnavi__btn .btn_item.js_submenu::after {
    content: "";
    position: absolute;
    top: unset;
    left: calc(50% + 1px);
    bottom: 6px;
    transform: translateX(-50%);
    width: 10px;
    height: 6px;
    background: url("../../assets/images/common/icon_arrow_down_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
  }
}
.gnavi__btn .btn_link {
  width: 100%;
  font-size: 1.6rem;
  padding: 14px 20px;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .gnavi__btn .btn_link {
    padding: 0 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(
        1.2rem,
        0.6944444444vw + 0.4888888889rem,
        1.6rem
    );
  }
}
.gnavi__btn .btn_link.bg_gray {
  display: block;
}
@media screen and (min-width: 1024px) {
  .gnavi__btn .btn_link.bg_gray {
    display: flex;
    max-width: 140px;
    margin-left: clamp(
        0rem,
        8.6805555556vw + -8.8888888889rem,
        5rem
    );
    padding: 0;
  }
}
.gnavi__btn .btn_link.bg_gray::after {
  display: none;
}
.gnavi_sub {
  display: none;
  cursor: auto;
}
@media screen and (min-width: 768px) {
  .gnavi_sub {
    padding: 16px 20px 26px;
  }
}
@media screen and (min-width: 1024px) {
  .gnavi_sub {
    pointer-events: none;
    position: absolute;
    max-width: 280px;
    left: 0;
    top: 130px;
    padding: 31px 30px 25px 30px;
    z-index: 1;
    background: #fff;
    width: 100vw;
    top: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: all 0.5s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.gnavi_sub.active {
  display: block;
}
.gnavi_sub .sub_menu {
  display: flex;
  flex-direction: column;
  padding: 16px 20px 26px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .gnavi_sub .sub_menu {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
  }
}
.gnavi_sub .sub_ttl {
  padding-bottom: 1px;
  font-weight: 700;
  display: none;
}
@media screen and (min-width: 1024px) {
  .gnavi_sub .sub_ttl {
    padding: 0 0 8px;
    display: inline-block;
    border-bottom: 0 !important;
  }
}
.gnavi_sub .sub_item {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .gnavi_sub .sub_item {
    width: 100%;
  }
}
.gnavi_sub .sub_link {
  font-size: 1.4rem;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gnavi_sub .sub_link {
    font-size: 1.6rem;
    line-height: 1.2;
    display: inline-block;
  }
}
.gnavi_sub .sub_link:hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .gnavi_sub .sub_link:hover {
    color: #f00000;
  }
}
.gnavi_sub .sub_link::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 8px;
  width: 14px;
  height: 7px;
  background-color: #f00000;
  mask-image: url("../../assets/images/common/icon_arrow_down_r.svg");
  -webkit-mask-image: url("../../assets/images/common/icon_arrow_down_r.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1024px) {
  .gnavi_sub .sub_link::after {
    top: 6px;
  }
}

/** -- ▷ footer -- */
.footer {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_content {
    display: flex;
    justify-content: space-between;
  }
}
.footer_logo {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    width: 39.6551724138%;
  }
}
.footer_logo .logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_logo .logo {
    max-width: 200px;
  }
}
.footer_logo .logo_link {
  width: 150px;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_logo .logo_link {
    width: 200px;
  }
}
.footer_logo .logo_txt {
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 15px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_logo .logo_txt {
    padding: 24px 0 0 4px;
  }
}
.footer_desc {
  padding: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer_desc {
    flex-wrap: nowrap;
    padding: 0 0 13px;
    width: 100%;
    max-width: clamp(
        46rem,
        28.7259615385vw + 23.9384615385rem,
        69.9rem
    );
    gap: clamp(
        1.5rem,
        0.6009615385vw + 1.0384615385rem,
        2rem
    );
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0 0 30px;
}
@media screen and (min-width: 1024px) {
  .footer_inner {
    flex-wrap: nowrap;
    gap: 50px;
    padding: 30px 28px 48px;
  }
}
.footer_inner__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_link {
  font-weight: 700;
  font-size: 1.2rem;
  position: relative;
}
.footer_link:hover {
  opacity: 1;
  color: #f00000;
}
@media screen and (min-width: 768px) {
  .footer_link:hover .icon_blank::after {
    background-color: #f00000;
  }
}
@media screen and (min-width: 768px) {
  .footer_link {
    font-size: 1.4rem;
  }
}
.footer_link .icon_blank {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .footer_link .icon_blank {
    width: 14px;
    height: 14px;
  }
}
.footer_link .icon_blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2e45;
  mask-image: url("../../assets/images/common/icon_blank_g.svg");
  -webkit-mask-image: url("../../assets/images/common/icon_blank_g.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.5s;
}
.footer_menu {
  width: 48.9130434783%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .footer_menu {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 458px;
    padding-top: 4px;
  }
}
.footer_menu .menu_item + .menu_item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer_menu .menu_item + .menu_item {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu .menu_item.item_diff {
    margin-top: 10px;
  }
}
.footer_menu .menu_ttl {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.2857142857;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .footer_menu .menu_ttl {
    font-size: 1.4rem;
  }
  .footer_menu .menu_ttl:hover {
    opacity: 1;
    color: #f00000;
  }
}
.footer_menu .menu_desc {
  padding-left: 14px;
  padding-top: 1px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer_menu .menu_desc {
    padding-left: 21px;
  }
}
.footer_menu .menu_desc::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 2px;
  height: calc(100% - 5px);
  background-color: #2a2e45;
}
.footer_menu .menu_txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_menu .menu_txt {
    font-size: 1.2rem;
  }
}
.footer_menu .menu_link:hover {
  opacity: 1;
  color: #f00000;
}
@media screen and (min-width: 768px) {
  .footer_menu .menu_link:hover .icon_blank::after {
    background-color: #f00000;
  }
}
.footer_list {
  width: 43.4782608696%;
}
@media screen and (min-width: 768px) {
  .footer_list {
    padding-top: 9px;
    max-width: 200px;
  }
}
.footer_list .list_item + .list_item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer_list .list_item + .list_item {
    margin-top: 25px;
  }
}
.footer_list .list_ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_list .list_ttl {
    padding: 4px 0 7px;
    font-size: 1.4rem;
  }
}
.footer_list .list_menu {
  padding-top: 7px;
}
.footer_list .list_txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer_list .list_txt {
    font-size: 1.2rem;
  }
}
.footer_list .list_link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer_list .list_link:hover {
    color: #f00000;
  }
}
.footer_copyright {
  width: 100%;
  background-color: #2a2e45;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  padding: 20px 40px;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    padding: 32px 20px;
    font-size: 1.4rem;
  }
}

.c_tbl01__row {
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  margin-top: 5px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .c_tbl01__row {
    flex-direction: row;
    padding: 15px clamp(
        2rem,
        1.2019230769vw + 1.0769230769rem,
        3rem
    ) 14px;
  }
}
.c_tbl01__row:first-child {
  margin-top: 0;
}
.c_tbl01__head {
  font-weight: 500;
  line-height: 1.5;
  color: #f00000;
}
@media screen and (min-width: 768px) {
  .c_tbl01__head {
    width: clamp(
        17rem,
        12.0192307692vw + 7.7692307692rem,
        27rem
    );
    padding-right: 20px;
    line-height: 2;
  }
}
.c_tbl01__head .txt {
  display: inline-block;
}
.c_tbl01__content {
  color: #2a2e45;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_tbl01__content {
    margin-top: 0;
    line-height: 2;
    width: calc(100% - clamp(
        17rem,
        12.0192307692vw + 7.7692307692rem,
        27rem
    ));
  }
}
.c_tbl01__content .item__content {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_tbl01__content .item__content {
    margin-top: 32px;
  }
}
.c_tbl01__content .item__content:first-child {
  margin-top: 0;
}

.c_employee {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp( 15rem, 12.7551020408vw + 10.2168367347rem, 20rem ), 1fr));
  grid-gap: 40px 20px;
}
@media screen and (min-width: 768px) {
  .c_employee {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    padding-left: 16px;
    grid-gap: 54px 34px;
  }
}
.c_employee__item {
  --cate-color: #005981;
}
.c_employee__item__img {
  position: relative;
}
.c_employee__item__img .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.c_employee__item__img .img__border {
  position: absolute;
  left: -10px;
  top: -10px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: block;
  border: solid 2px var(--cate-color);
}
@media screen and (min-width: 768px) {
  .c_employee__item__img .img__border {
    left: -16px;
    top: -16px;
    border: solid 4px var(--cate-color);
  }
}
.c_employee__item__img img {
  position: relative;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  aspect-ratio: 240/320;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_employee__item__img img {
    aspect-ratio: 260/346.67;
  }
}
.c_employee__item__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .c_employee__item__link:hover img {
    scale: 1.05;
  }
}
.c_employee__item__infor {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_employee__item__infor {
    padding-top: 20px;
  }
}
.c_employee__item__cate {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.c_employee__item__cate .cate {
  line-height: 1.2;
  display: inline-block;
  background-color: var(--cate-color);
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .c_employee__item__cate .cate {
    padding: 6px 10px;
  }
}
.c_employee__item__departments {
  font-weight: 700;
  color: #2a2e45;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_employee__item__departments {
    margin-top: 10px;
  }
}
.c_employee__item__desc {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2a2e45;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_employee__item__desc {
    font-size: 1.5rem;
    margin-top: 19px;
    line-height: 1.45;
  }
}
.c_employee__item__name {
  font-weight: 500;
  line-height: 1;
  color: var(--cate-color);
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c_employee__item__name {
    margin-top: 27px;
  }
}
.c_employee__item.cate1 {
  --cate-color: #005981;
}
.c_employee__item.cate2 {
  --cate-color: #137762;
}
.c_employee__item.cate3 {
  --cate-color: #ec9717;
}

.c_block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp( 20rem, 7.6530612245vw + 17.1301020408rem, 23rem ), 1fr));
  grid-gap: 40px 20px;
}
@media screen and (min-width: 768px) {
  .c_block {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(
        2rem,
        2.4038461538vw + 0.1538461538rem,
        4rem
    );
  }
}
.c_block__item__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .c_block__item__link:hover img {
    scale: 1.05;
  }
}
.c_block__item__img {
  text-align: center;
  overflow: hidden;
}
.c_block__item__img img {
  transition: all 0.5s;
}
.c_block__item__infor {
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .c_block__item__infor {
    padding-top: 24px;
  }
}
.c_block__item__infor .ttl01,
.c_block__item__infor .ttl02 {
  line-height: 1.5;
  font-weight: 700;
}
.c_block__item__infor .ttl01 {
  color: #f00000;
}
.c_block__item__infor .ttl02 {
  color: #2a2e45;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_block__item__infor .ttl02 {
    margin-top: 11px;
  }
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(50px, 0, 0);
}

.fadeleft {
  transform: translate3d(-50px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}
/*# sourceMappingURL=common.css.map */
