@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  overflow: auto;
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00000080;
}
html * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #f8fbf8;
  color: #000;
  --header-height: 110px;
}
@media (max-width: 1024px) {
  body {
    --header-height: 90px;
  }
}
@media (max-width: 767px) {
  body {
    --header-height: 73px;
  }
}
.container {
  width: min(1280px, 100% - 260px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: min(1280px, 100% - 80px);
  }
}
@media (max-width: 767px) {
  .container {
    width: min(1280px, 100% - 32px);
  }
}
.container--1130 {
  width: min(1130px, 100% - 260px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--1130 {
    width: min(1130px, 100% - 80px);
  }
}
@media (max-width: 767px) {
  .container--1130 {
    width: min(1130px, 100% - 32px);
  }
}
.container--1202 {
  width: min(1202px, 100% - 238px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--1202 {
    width: min(1202px, 100% - 48px);
  }
}
@media (max-width: 767px) {
  .container--1202 {
    width: min(1202px, 100% - 32px);
  }
}
.container--fluid {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(0, 1280px) minmax(130px, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 1024px) {
  .container--fluid {
    grid-template-columns: minmax(40px, 1fr) minmax(0, 1280px) minmax(40px, 1fr);
  }
}
@media (max-width: 767px) {
  .container--fluid {
    grid-template-columns: 16px auto 16px;
  }
}
.container--fluid div:first-of-type {
  grid-column: 2/4;
}
@media (max-width: 767px) {
  .container--fluid div:first-of-type {
    grid-column: 2;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  padding: 24px 16px;
  z-index: 999;
  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;
  background: transparent;
  isolation: isolate;
  mix-blend-mode: difference;
}

@media (max-width: 1024px) {
  .header {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 16px 12px;
  }
}
@media (max-width: 1024px) {
  .header.blend-mode-normal {
    mix-blend-mode: normal;
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .header.blend-mode-normal .header__logo {
    mix-blend-mode: difference;
  }
}
@media (max-width: 1024px) {
  .header.blend-mode-normal .hamburger span {
    background-color: #000;
  }
}
@media (max-width: 1024px) {
  .header.blend-mode-normal .hamburger span:before {
    background-color: #000;
  }
}
.head-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 500;
  background: linear-gradient(180deg, #F8FBF8 24%, transparent);
}
@media screen and (max-width:1024px){
  .head-bg{
    height: 90px;
    background: linear-gradient(180deg, #F8FBF8 0%, transparent);
  }
}
@media screen and (max-width:767px){
  .head-bg{
    height: 72px;
  }
}
.header .header__logo {
  width: 120px;
  height: 62px;
}
@media (max-width: 1024px) {
  .header .header__logo {
    width: 100px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    width: 80px;
    height: 41px;
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  mix-blend-mode: difference;
  color: #fff;
}
.header .nav.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 1024px) {
  .header .nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - var(--header-height));
    top: var(--header-height);
    left: 0;
    z-index: 10;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translate(100%);
    background-color: #fff;
    padding-block: 60px;
  }
}
.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 48px;
}
@media (max-width: 1024px) {
  .header .nav ul {
    -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;
    gap: 32px;
  }
}
.header .nav ul li {
  position: relative;
}
.header .nav ul li:hover:before {
  width: 100%;
}
.header .nav ul li:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 0;
}
.header .nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  display: block;
}
@media (max-width: 1024px) {
  .header .nav ul li a {
    color: #000;
    font-size: 1.6rem;
  }
}
.header .nav ul li a span {
  display: block;
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .header .nav ul li a span {
    font-size: 1.4rem;
  }
}
.header .nav .nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 8px 16px 8px 52px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.header .nav .nav-button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  background: url(../../assets/images/common/arrow_forward_header.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  mix-blend-mode: difference;
}
.header .nav .nav-button:hover:before {
  -webkit-transform: translate(4px, -50%);
  transform: translate(4px, -50%);
}
@media (max-width: 1024px) {
  .header .nav .nav-button {
    background-color: #000;
  }
}
.header .nav .nav-button__text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  display: block;
  mix-blend-mode: difference;
}
.header .hamburger {
  position: relative;
  width: 40px;
  height: 12px;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .header .hamburger {
    display: block;
  }
}
.header .hamburger.is-open span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  scale: 1;
}
.header .hamburger.is-open span:before {
  width: 0;
}
.header .hamburger span {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 1px;
  width: 40px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .hamburger span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.footer {
  padding-top: 80px;
  color: #454545;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer .footer__main {
  padding-block: 39px;
  border-top: 1px solid rgba(69, 69, 69, 0.5019607843);
  border-bottom: 1px solid rgba(69, 69, 69, 0.5019607843);
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .footer .footer__main {
    padding-block: 32px;
  }
}
@media (max-width: 767px) {
  .footer .footer__main {
    padding: 0;
    border-bottom: none;
  }
}
.footer .footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* -webkit-column-gap: clamp(24px, 5.43%, 64px);
  -moz-column-gap: clamp(24px, 5.43%, 64px);
  column-gap: clamp(24px, 5.43%, 64px); */
}
@media (max-width: 767px) {
  .footer .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 8px;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav ul > li {
    border-bottom: 1px solid rgba(69, 69, 69, 0.25);
  }
}
.footer .footer__nav ul > li > a,
.footer .footer__nav ul > li > span {
  font-size: 1.3rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 767px) {
  .footer .footer__nav ul > li > a,
  .footer .footer__nav ul > li > span {
    padding-block: 8px 7px;
    width: 100%;
  }
}
.footer .footer__nav ul .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-top: 18px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .footer .footer__nav ul .sub-menu {
    display: none;
    margin: 0;
    padding: 4px 0 12px 12px;
  }
}
.footer .footer__nav ul .sub-menu li {
  border-bottom: 0;
}
.footer .footer__nav ul .sub-menu li a {
  font-size: 1.2rem;
  font-weight: 400;
}
.footer .footer__nav ul .menu-item-has-children {
  position: relative;
}
.footer .footer__nav ul .menu-item-has-children > a,
.footer .footer__nav ul .menu-item-has-children > span {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .footer .footer__nav ul .menu-item-has-children > a{
    pointer-events: none;
  }
  .footer .footer__nav ul .menu-item-has-children > a:before,
  .footer .footer__nav ul .menu-item-has-children > span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 1px;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .footer .footer__nav ul .menu-item-has-children > a:after,
  .footer .footer__nav ul .menu-item-has-children > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background-color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .footer .footer__nav ul .menu-item-has-children.is-open .sub-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .footer .footer__nav ul .menu-item-has-children.is-open a:after,
  .footer .footer__nav ul .menu-item-has-children.is-open span:after {
    opacity: 0;
    visibility: hidden;
  }
}
.footer .footer-bottom {
  padding-block: 21px 24px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    padding-block: 14px 22px;
  }
}
.footer .footer-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px 40px;
}
@media (max-width: 767px) {
  .footer .footer-bottom__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.footer .footer-bottom__link {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .footer .footer-bottom__link {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom__link {
    font-size: 1rem;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}
.is-lock {
  overflow: hidden !important;
}
.button {
  width: min(371px, 100%);
  min-height: 54px;
  border-radius: 8px;
  padding: 15px;
  background-color: #98bfac;
  color: #fff;
  cursor: pointer;
  border: 1px solid #98bfac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .button {
    width: min(480px, 100%);
  }
}
.button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
  background: url(../../assets/images/top/arrow_forward_white.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .button:before {
    left: 15px;
  }
}
.button:hover:before {
  -webkit-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
}
.button .button__text--ja {
  display: block;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 37px;
}
@media (max-width: 767px) {
  .button .button__text--ja {
    padding-left: 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .button .button__text--ja {
    padding-left: 24px;
    font-size: 13px;
  }
}
.button .button__text--en {
  display: block;
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}
.button.button--lg {
  width: min(407px, 100%);
  padding: 15px 32px;
}
.button.button--lg:before {
  left: 32px;
}
.button.button--lg .button__text--ja {
  padding-left: 28px;
}
.button.button--outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  min-height: 46px;
  padding: 11px 15px;
}
@media (max-width: 767px) {
  .button.button--outline {
    padding: 11px 17px 11px 15px;
  }
}
.button.button--outline:hover {
  background-color: #98bfac;
  border-color: #98bfac;
}
.button.button--outline:before {
  left: 16px;
}
.button.button--outline .button__text--ja {
  padding-left: 31px;
}
@media (max-width: 767px) {
  .button.button--outline .button__text--ja {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}
.item-button {
  font-size: 1.5rem;
  font-weight: 500;
  color: #454545;
  position: relative;
  padding-left: 30px;
  display: block;
}
@media (max-width: 767px) {
  .item-button {
    font-size: 1.3rem;
    padding-left: 28px;
  }
}
.item-button:hover:before {
  -webkit-transform: translateX(4px);
  transform: translate(4px);
}
.item-button:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../../assets/images/top/arrow_forward.svg) no-repeat center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 767px) {
  .item-button:before {
    width: 18px;
    height: 18px;
  }
}
.item-button.item-button--white {
  color: #fff;
}
.item-button.item-button--white:before {
  background: url(../../assets/images/top/arrow_forward_white.svg) no-repeat
    center;
}
.section-head .section-head__title--en {
  display: block;
  font-family: Kantumruy Pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #454545;
}
@media (max-width: 1024px) {
  .section-head .section-head__title--en {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .section-head .section-head__title--en {
    font-size: 1.2rem;
  }
}
.section-head .section-head__title--ja {
  font-size: 3.2rem;
  font-weight: 500;
  color: #454545;
  margin-top: 8px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-head .section-head__title--ja::before{
  content: "";
  display: block;
  padding-top: 8%;
  width: 150%;
  background: url(../images/common/treat.svg) no-repeat center / contain;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.about .section-head .section-head__title--ja::before{
  width: 100%;
  bottom: -24px;
}
.job .section-head .section-head__title--ja::before{
  background: url(../images/common/treat-white.svg) no-repeat center / contain;
}
@media (max-width: 1024px) {
  .section-head .section-head__title--ja {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-head .section-head__title--ja {
    font-size: 2.4rem;
  }
}
.section-head svg {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  .section-head svg {
    width: 269px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.section-head.section-head--white .section-head__title--en {
  color: #f8fbf8;
}
.section-head.section-head--white .section-head__title--ja {
  color: #d1d1d1;
}
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s;
}
.fade-in.active {
  opacity: 1;
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .fade-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translate(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 767px) {
  .fade-left {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translate(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 767px) {
  .fade-right {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

.entry {
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .entry {
    width: 100%;
  }
}
.entry .entry__wrap {
  background-color: #fff;
  border-radius: 24px;
  padding: 80px 24px;
}
@media (max-width: 1024px) {
  .entry .entry__wrap {
    padding: 64px 24px;
  }
}
@media (max-width: 767px) {
  .entry .entry__wrap {
    padding: 64px 16px;
    border-radius: 0;
  }
}
.entry .entry-head {
  color: #454545;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .entry .entry-head svg {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .entry .entry-head svg {
    width: 103px;
    -webkit-transform: translateX(8px);
    transform: translate(8px);
  }
}
.entry .entry-head .entry-head__title--en {
  display: block;
  font-family: "Kantumruy Pro", sans-serif;
  font-size: 5.6rem;
  font-weight: 300;
  margin-left: 10px;
  position: relative;
  width: fit-content;
}
.entry .entry-head .entry-head__title--en::before {
  content: "";
  width: 150%;
  padding-top: 10%;
  background: url(../images/common/treat.svg) no-repeat center / cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,12px);
}
@media (max-width: 1024px) {
  .entry .entry-head .entry-head__title--en {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  .entry .entry-head .entry-head__title--en {
    font-size: 3.2rem;
    margin-left: 30px;
  }
  .entry .entry-head .entry-head__title--en::before {
    transform: translate(-50%,4px);
  }
}
.entry .entry-head .entry-head__title--ja {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 13px;
}
@media (max-width: 1024px) {
  .entry .entry-head .entry-head__title--ja {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .entry .entry-head .entry-head__title--ja {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
.entry .entry__welcome {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #454545;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .entry .entry__welcome {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .entry .entry__welcome {
    font-size: 1.5rem;
    margin-top: 32px;
  }
}
.entry .entry__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .entry .entry__list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .entry .entry__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 33px;
    gap: 24px;
  }
}
@media (max-width: 640px) {
  .entry .entry__list {
    grid-template-columns: 1fr;
    margin-top: 33px;
    gap: 24px;
  }
}
.entry .entry-item {
  color: #454545;
}
.entry .entry-item:hover > * {
  opacity: 1;
}

.entry .entry-item .entry-item__img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  aspect-ratio: 345/194;
}
@media (max-width: 767px) {
  .entry .entry-item .entry-item__img {
    margin-bottom: 8px;
  }
}
.entry .entry-item .entry-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.entry .entry-item .entry-item__body {
  padding-inline: 12px;
}
.entry .entry-item .entry-item__title {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .entry .entry-item .entry-item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .entry .entry-item .entry-item__title {
    font-size: 1.6rem;
  }
}
.entry .entry-item .entry-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 12px;
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; */
}
@media (max-width: 1024px) {
  .entry .entry-item .entry-item__text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .entry .entry-item .entry-item__text {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.entry .button {
  margin: 48px auto 0;
}
@media (max-width: 1024px) {
  .entry .button {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .entry .button {
    margin: 34px auto 0;
    padding: 12px 16px 12px 16px;
  }
  .entry .button.button--lg:before{
    left: 16px;
  }
}

.footer-slider .footer-slider__inner{
  overflow: hidden;
}
.footer-slider .slider-top__inner{
  display: flex;
  width: max-content;
  animation: slide 90s infinite linear;
}
.footer-slider .slider-bottom__inner{
  display: flex;
  width: max-content;
  animation: slideRev 90s infinite linear;
}
.footer-slider img{
  height: 280px;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@keyframes slide{
  from{
    transform: translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}
@keyframes slideRev{
  from{
    transform: translateX(-50%);
  }
  to{
    transform:translateX(0);
  }
}
@media screen and (max-width:1280px){
  .footer-slider img{
    height: 240px;
  }
}
@media screen and (max-width:1080px){
  .footer-slider img{
    height: 200px;
  } 
}
@media screen and (max-width:768px){
  .footer-slider img{
    height: 160px;
  } 
}
@media screen and (max-width:640px){

}