/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}
html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0}
main{display:block}
p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
ul,ol{margin:0;padding:0;list-style:none}
dt{font-weight:700}
dd{margin-left:0}
hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}
pre{font-family:monospace,monospace;font-size:inherit}
address{font-style:inherit}
a{background-color:transparent;text-decoration:none;color:inherit}
abbr[title]{text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:inherit}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
svg,img,embed,object,iframe{vertical-align:bottom}
button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}
button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}
button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}
:-moz-focusring{outline:auto}
select:disabled{opacity:inherit}
option{padding:0}
fieldset{margin:0;padding:0;min-width:0}
legend{padding:0}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
[type="number"]{-moz-appearance:textfield}
label[for]{cursor:pointer}
details{display:block}
summary{display:list-item}
[contenteditable]:focus{outline:auto}
table{border-color:inherit;border-collapse:collapse}
caption{text-align:left}
td,th{vertical-align:top;padding:0}
th{text-align:left;font-weight:700}
:root {
  --color-primary: #009260;
  --color-primary-light: #48AF88;
  --color-black: #313634;

  --font-open-sans: "Open Sans", sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}
img {
  max-width: 100%;
}
@media screen and (max-width: 1580px) {
img {
    height: auto
}
  }
a {
  text-decoration: none;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: .3s;
}
@media screen and (min-width: 768px) {
a:hover {
      opacity: .6
  }
  }
@media screen and (min-width: 768px) {
.pc-none {
    display: none
}
  }
@media screen and (max-width: 767px) {
.sp-none {
    display: none
}
  }
.header {
  position: fixed;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  max-width: 1840px;
  width: 100%;
  height: 104px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header {
    top: 20px;
    height: 80px;
    max-width: 95%;
    border-radius: 40px
}
  }
@media screen and (max-width: 767px) {
.header {
    top: 8px;
    height: 42px;
    max-width: 95.4%
}
  }
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 36px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-inner {
    padding: 0 30px
}
  }
@media screen and (max-width: 767px) {
.header-inner {
    padding: 0 26px 0 20px
}
  }
.header-heading {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-heading {
    gap: 0 25px
}
  }
@media screen and (max-width: 767px) {
.header-heading {
    gap: 0 20px
}
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-logo {
    width: 180px
}
  }
@media screen and (max-width: 767px) {
.header-logo {
    width: 124px
}
  }
.header-heading__text {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-heading__text {
    font-size: 1.6rem;
}
  }
@media screen and (max-width: 767px) {
.header-heading__text {
    font-size: 1rem;
}
  }
.header-heading__text::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 3px;
    height: 100%;
    background-color: var(--color-primary);
    content: '';
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-heading__text::before {
      left: -12px
  }
  }
@media screen and (max-width: 767px) {
.header-heading__text::before {
      left: -10px
  }
  }
.header-nav {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 1580px) {
.header-nav {
    display: none
}
  }
.header-nav--sp {
  display: none;
}
@media screen and (max-width: 1580px) {
.header-nav--sp {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 134px 30px 40px;
    border-radius: 0 0 30px 30px;
    background-color: #fff;
    transition-property: visibility, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
  }
@media screen and (max-width: 767px) {
.header-nav--sp {
    padding: 74px 30px 40px;
}
  }
.is-sp-menu-open .header-nav--sp {
    visibility: visible;
    opacity: 1;
  }
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
.header-nav__list {
    flex-wrap: wrap;
    gap: 18px 40px
}
  }
@media screen and (max-width: 767px) {
.header-nav__item {
    position: relative;
    min-width: 104px;
    padding-left: 20px;
}
  }
@media screen and (max-width: 767px) {
.header-nav__item::before {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      border-radius: 100%;
      background-color: var(--color-primary);
      content: ''
  }
  }
.header-nav__link {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-nav__link {
    font-size: 1.6rem
}
  }
@media screen and (max-width: 767px) {
.header-nav__link {
    font-size: 1.4rem
}
  }
.header-nav__entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 206px;
  height: 54px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.header-nav__entry {
    width: 160px;
    height: 48px;
    margin-top: 40px;
    font-size: 1.8rem;
    border-radius: 60px
}
  }
@media screen and (max-width: 767px) {
.header-nav__entry {
    width: 175px;
    height: 44px;
    margin-top: 40px;
    border-radius: 6px;
    font-size: 1.7rem
}
  }
.header-sp-menu-trigger {
  display: none;
}
@media screen and (max-width: 1580px) {
.header-sp-menu-trigger {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 20px;
    height: 16px
}
  }
.header-sp-menu-trigger__line {
  width: 100%;
  height: 2px;
  border-radius: 32px;
  background-color: #000;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.is-sp-menu-open .header-sp-menu-trigger__line:nth-child(1) {
    transform-origin: center;
    transform: translateY(7px) rotate(45deg);
  }
.is-sp-menu-open .header-sp-menu-trigger__line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
.is-sp-menu-open .header-sp-menu-trigger__line:nth-child(3) {
    transform-origin: center;
    transform: translateY(-7px) rotate(-45deg);
  }
.footer {
  background-color: #fff;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 1354px;
  margin: 0 auto;
  padding: 84px 0 92px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-inner {
    width: 90%;
    max-width: 1000px;
    padding: 60px 0 70px
}
  }
@media screen and (max-width: 767px) {
.footer-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
    padding: 40px 20px
}
  }
.footer-left-1 {
  grid-row: 1 / 2;
}
@media screen and (max-width: 767px) {
.footer-left-1 {
    grid-row: 1 / 2
}
  }
.footer-left-2 {
  grid-row: 2 / 3;
}
@media screen and (max-width: 767px) {
.footer-left-2 {
    grid-row: 3 / 4
}
  }
.footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 320px;
  height: 62px;
  margin-top: 28px;
  border-radius: 6px;
  background-color: #7FBF34;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-button {
    width: 280px;
    height: 56px;
    margin-top: 25px;
}
  }
@media screen and (max-width: 767px) {
.footer-button {
    order: 1;
    width: 100%;
    max-width: 320px;
}
  }
.footer-button::before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid #7FBF34;
    border-radius: 6px;
    content: '';
    transition: transform 0.3s ease-in-out;
  }
@media screen and (min-width: 768px) {
.footer-button:hover {
      transform: translate(6px, 6px);
  }
  }
@media screen and (min-width: 768px) {
.footer-button:hover::before {
        transform: translate(-6px, -6px)
    }
  }
.footer-button__text {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 36px;
  color: #fff;
  font-size: 1.8rem;
}
.footer-button__text::before, .footer-button__text::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
  }
.footer-button__text::before {
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
  }
.footer-button__text::after {
    right: 0;
    background-image: url(/recruit/assets/img/career/icon_outer-link.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
  }
@media screen and (max-width: 767px) {
.footer-logo {
    width: 70%;
    margin: 0 auto
}
  }
.footer-left__text {
  margin-top: 54px;
  font-size: 1.8rem;
  line-height: 1.83;
}
@media screen and (max-width: 767px) {
.footer-left__text {
    margin-top: 40px;
    order: 3
}
  }
.footer-copyright {
  margin-top: 34px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.footer-copyright {
    margin-top: 30px;
    order: 4
}
  }
.footer-right {
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
.footer-right {
    grid-row: 2 / 3;
    order: 2;
    align-items: flex-start;
    margin-top: 40px
}
  }
.footer-menu {
  display: flex;
  gap: 0 94px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-menu {
    flex-direction: column;
    gap: 20px 0
}
  }
@media screen and (max-width: 767px) {
.footer-menu {
    flex-wrap: wrap;
    gap: 34px 0
}
  }
.footer-menu__column {
  display: flex;
  flex-direction: column;
  gap: 34px 0;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-menu__column {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 25px
}
  }
@media screen and (max-width: 767px) {
.footer-menu__column {
    width: 50%
}
  }
.footer-menu__item {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-menu__item {
    font-size: 1.6rem
}
  }
.footer-menu-small {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: auto;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-menu-small {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 25px;
    margin-top: 20px
}
  }
.footer-menu-small__item {
  color: #707070;
  font-size: 1.4rem;
}
.footer-entry-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 112px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.footer-entry-wrapper {
    margin-top: 80px
}
  }
@media screen and (max-width: 767px) {
.footer-entry-wrapper {
    width: 100%;
    margin-top: 40px
}
  }
.footer-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 328px;
  height: 64px;
  border-radius: 6px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1580px) {
.footer-entry {
    width: 280px;
    height: 56px;
    font-size: 2.8rem
}
  }
@media screen and (max-width: 767px) {
.footer-entry {
    width: 100%
}
  }
body {
  background-color: #F6FFFC;
}
.inner {
  width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.inner {
    width: 90%;
    max-width: 1200px
}
  }
@media screen and (max-width: 767px) {
.inner {
    width: 100%;
    padding: 0 20px
}
  }
.inner-s {
  width: 1250px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.inner-s {
    width: 90%;
    max-width: 1000px
}
  }
@media screen and (max-width: 767px) {
.inner-s {
    width: 100%;
    padding: 0 20px
}
  }
.heading {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  font-weight: 600;
}
.heading__sub {
  display: block;
  position: relative;
  padding-left: 20px;
  color: var(--color-primary);
  font-size: 1.6rem;
  font-family: var(--font-open-sans);
}
.heading__sub::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 50%;
    content: '';
  }
.heading__main {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
.heading__main {
    font-size: 2.4rem
}
  }
.bg-gradient-to-right {
  background: linear-gradient(to right, transparent, var(--color-primary-light));
}
@media screen and (max-width: 767px) {
.bg-gradient-to-right {
    background: linear-gradient(to bottom, transparent, var(--color-primary-light))
}
  }
.hero {
  position: relative;
  padding: 267px 0 208px;
  background-image: url('/recruit/assets/img/career/bg_hero.png');
  background-size: 960px 950px;
  background-position: right bottom;
  background-repeat: no-repeat;
  animation: heroBackgroundIn 1.5s ease-out forwards;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero {
    padding: 200px 0 150px;
    background-size: 70% auto;
    background-position: right 70%
}
  }
@media screen and (max-width: 1580px) {
.hero {
    animation: none
}
  }
@media screen and (max-width: 767px) {
.hero {
    height: calc(100vh);
    padding: 86px 0 65px;
    background-size: 80% auto;
    background-position: right 60%
}
  }
@keyframes heroBackgroundIn {
  0% {
    background-size: 1200px 1200px;
    opacity: 0.3;
  }
  50% {
    background-size: 1000px 1000px;
    opacity: 0.7;
  }
  100% {
    background-size: 960px 950px;
    opacity: 1;
  }
}
.hero-inner {
  display: flex;
  flex-direction: column;
  width: 1456px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-inner {
    width: 90%;
    max-width: 1200px
}
  }
@media screen and (max-width: 767px) {
.hero-inner {
    width: 100%;
    height: 100%;
    padding: 0 20px
}
  }
.hero-heading {
  display: inline-block;
}
.hero-heading__text {
  display: block;
  width: fit-content;
  padding: 12px 35px;
  background-color: var(--color-black);
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-heading__text {
    font-size: 3rem;
    padding: 10px 25px;
}
  }
@media screen and (max-width: 767px) {
.hero-heading__text {
    font-size: 1.6rem;
    padding: 8px 20px;
}
  }
.hero-heading__text + .hero-heading__text {
    margin-top: 36px;
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-heading__text + .hero-heading__text {
      margin-top: 24px
  }
  }
@media screen and (max-width: 767px) {
.hero-heading__text + .hero-heading__text {
      margin-top: 16px
  }
  }
.hero-text {
  margin-top: 58px;
  font-size: 2rem;
  line-height: 2.6;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-text {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2.4
}
  }
@media screen and (max-width: 767px) {
.hero-text {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 2.2
}
  }
.hero-btns {
  display: flex;
  gap: 0 24px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-btns {
    gap: 0 16px;
    margin-top: 40px
}
  }
@media screen and (max-width: 767px) {
.hero-btns {
    gap: 0 8px;
    height: 70px;
    margin-top: auto
}
  }
.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 174px;
  border-radius: 13px;
  border: 1px solid var(--color-primary);
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-btn {
    width: 280px;
    height: 140px;
    border-radius: 10px
}
  }
@media screen and (max-width: 767px) {
.hero-btn {
    width: 47%;
    height: 70px;
    border-radius: 8px
}
  }
.hero-btn--entry {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 4.3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-btn--entry {
    font-size: 3.2rem
}
  }
@media screen and (max-width: 767px) {
.hero-btn--entry {
    font-size: 1.7rem
}
  }
.hero-btn--recruit {
  background-color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.hero-btn--recruit {
    font-size: 2.2rem
}
  }
@media screen and (max-width: 767px) {
.hero-btn--recruit {
    font-size: 1.2rem
}
  }
.hero-flowing-link {
  position: absolute;
  left: 243px;
  bottom: 123px;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 1.6rem;
  display: inline-block;
  z-index: 10;
}
@media screen and (max-width: 1580px) {
.hero-flowing-link {
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    font-size: 1rem;
}
  }
@media screen and (max-width: 767px) {
.hero-flowing-link {
    bottom: 30px;
}
  }
.hero-flowing-link::after {
    content: '';
    position: absolute;
    top: calc(100% + 13px);
    left: 50%;
    width: 2px;
    height: 0;
    background: var(--color-primary);
    transform: translateX(-50%);
    animation: verticalFlow 2s ease infinite;
  }
@media screen and (max-width: 767px) {
.hero-flowing-link::after {
      top: calc(100% + 8px);
      width: 1px;
      animation: verticalFlowSp 2s ease infinite
  }
  }
@keyframes verticalFlow {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 110px;
    opacity: 1;
  }
  100% {
    height: 110px;
    opacity: 0;
  }
}
@keyframes verticalFlowSp {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 40px;
    opacity: 0;
  }
}
.lookfor {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
.lookfor {
    padding: 60px 0
}
  }
.lookfor-list {
  display: flex;
  justify-content: space-between;
  gap: 0 28px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.lookfor-list {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px
}
  }
@media screen and (max-width: 767px) {
.lookfor-list {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 40px
}
  }
.lookfor-item {
  padding: 16px 42px 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.lookfor-item {
    width: calc(50% - 10px);
    padding: 20px 30px 40px
}
  }
@media screen and (max-width: 767px) {
.lookfor-item {
    padding: 20px 30px 40px
}
  }
.lookfor-item__img {
  margin: 0 auto;
}
@media screen and (max-width: 1580px) {
.lookfor-item__img {
    text-align: center
}
  }
.lookfor-item__heading {
  position: relative;
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.lookfor-item__heading::before {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #ddd;
    content: '';
  }
.lookfor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 328px;
  height: 98px;
  margin: 60px auto 0;
  border-radius: 9px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
.lookfor-btn {
    width: 100%;
    height: 80px;
    margin: 40px auto 0;
    font-size: 2.8rem;
}
  }
@media screen and (min-width: 768px) {
.lookfor-btn:hover {
      opacity: 0.8
  }
  }
.work {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
.work {
    padding: 60px 0
}
  }
.work-list {
  display: flex;
  gap: 0 60px;
  margin-top: 58px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.work-list {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px
}
  }
@media screen and (max-width: 767px) {
.work-list {
    flex-direction: column;
    gap: 40px 0;
    margin-top: 40px
}
  }
.work-item {
  display: flex;
  flex-direction: column;
  width: 460px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.work-item {
    width: calc(50% - 10px)
}
  }
@media screen and (max-width: 767px) {
.work-item {
    width: 100%
}
  }
@media screen and (max-width: 1580px) {
.work-item__img {
    width: 100%;
}
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.work-item__img img {
      width: 100%
  }
  }
@media screen and (max-width: 1580px) {
.work-item__img img {
      aspect-ratio: 460 / 318
  }
  }
.work-item__content {
  flex: 1 0 0;
  position: relative;
  padding: 40px 40px 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
.work-item__content {
    padding: 30px 20px 50px
}
  }
.work-item__role {
  position: absolute;
  top: -24px;
  left: 0;
  padding: 10px 36px;
  background-color: var(--color-black);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.work-item__heading {
  font-size: 2.8rem;
  font-weight: 600;
}
.work-item__text {
  margin-top: 28px;
  border-top: 1px solid #56B8A1;
  margin-top: 10px;
  padding-top: 16px;
  font-size: 1.8rem;
  line-height: 2;
}
.jd {
  padding: 100px 0;
  background: linear-gradient(to bottom right, #fff, var(--color-primary-light));
}
@media screen and (max-width: 767px) {
.jd {
    padding: 60px 0
}
  }
.jd-content {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
.jd-content {
    margin-top: 40px
}
  }
.jd-tabs {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.jd-tabs {
    flex-wrap: wrap;
    background-color: #fff
}
  }
.jd-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 72px;
  background-color: var(--color-black);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.jd-tab + .jd-tab {
    border-left: 1px solid #fff;
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.jd-tab{
    width: 50%;
    height: 60px;
    font-size: 1.8rem}

    .jd-tab:nth-child(odd) {
      border-left: none;
    }

    .jd-tab:nth-child(even) {
      border-left: 1px solid #fff;
    }
  }
@media screen and (max-width: 767px) {
.jd-tab{
    width: 46%;
    height: 60px;
    font-size: 1.2rem}

    .jd-tab + .jd-tab {
      width: 27%;
      border-left: none;
      border-top: 1px solid #fff;
    }
  }
.jd-tab--active {
  background-color: #fff;
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.jd-tab--active {
    font-size: 1.6rem
}
  }
.jd-tab-text {
  display: inline-block;
  position: relative;
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
.jd-tab-text {
    width: 100%;
    padding: 0 8px;
}
  }
.jd-tab-text::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 13px;
    background-image: url('/recruit/assets/img/career/icon_outer-link.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
@media screen and (max-width: 767px) {
.jd-tab-text::before {
      right: 6px
  }
  }
.jd-body {
  padding: 80px 125px 120px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.jd-body {
    padding: 60px 60px 80px
}
  }
@media screen and (max-width: 767px) {
.jd-body {
    padding: 40px 20px 60px
}
  }
.jd-intro-text {
  margin-left: 6px;
  font-size: 1.8rem;
}
.jd-unit {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  font-size: 1.8rem;
}
.jd-unit:first-of-type {
    margin-top: 46px;
  }
@media screen and (max-width: 767px) {
.jd-unit{
    flex-direction: column;
    gap: 10px 0;
    padding: 20px 0;
    font-size: 1.6rem}

    .jd-unit:first-of-type {
      margin-top: 30px;
    }
  }
.jd-unit-heading {
  width: 175px;
  color: #029261;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.jd-unit-heading {
    width: 100%
}
  }
.jd-unit-text {
  flex: 1 0 0;
}
.jd-unit-text__indent {
  text-indent: -1rem;
  padding-left: 1rem;
}
.location {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
.location {
    padding: 60px 0
}
  }
.location-content {
  display: flex;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.location-content {
    flex-direction: column;
    margin-top: 60px
}
  }
@media screen and (max-width: 767px) {
.location-content {
    flex-direction: column;
    margin-top: 40px
}
  }
.location-list {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.location-list {
    gap: 40px 0
}
  }
@media screen and (max-width: 767px) {
.location-list {
    gap: 30px 0
}
  }
.location-item {
  display: flex;
}
@media screen and (max-width: 767px) {
.location-item {
    flex-direction: column;
    gap: 20px 0
}
  }
.location-item__heading {
  width: 122px;
  padding: 10px 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
.location-item__heading {
    width: 100%;
    font-size: 1.8rem
}
  }
.location-item-tag {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  font-weight: 500;
}
.location-item-tag--green {
  background-color: #0B785E;
}
.location-item-tag--orange {
  background-color: #A24B1C;
}
.location-item-tag--blue {
  background-color: #126977;
}
.location-item-tag--red {
  background-color: #91133B;
}
.location-item__areas {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  flex: 1 0 0;
  padding-left: 20px;
  border-left: 1px solid #BCBCBC;
}
@media screen and (max-width: 767px) {
.location-item__areas {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #BCBCBC;
    padding-top: 20px
}
  }
.location-item__area {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
.location-item__area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0
}
  }
.location-item__area-heading {
  display: inline-block;
  min-width: 144px;
  padding: 10px 0;
  background-color: var(--color-black);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
.location-item__area-heading {
    min-width: auto;
    width: 100%;
    font-size: 1.6rem
}
  }
.location-item__stores {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
.location-item__stores {
    flex-wrap: wrap;
    gap: 15px 20px
}
  }
.location-item__store {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #BCBCBC;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
.location-item__store:hover {
    color: #56B8A1;
    opacity: 1;
  }
.location-item__store + .location-item__store {
    position: relative;
  }
.location-item__store + .location-item__store::before {
      position: absolute;
      top: 50%;
      left: -20px;
      width: 1px;
      height: 20px;
      background-color: #313534;
      transform: rotate(45deg) translateY(-50%);
      content: '';
    }
@media screen and (max-width: 1580px) {
.location-item__store + .location-item__store::before {
        display: none
    }
  }
.location-map {
  width: 465px;
}
@media screen and (max-width: 1580px) {
.location-map {
    width: 100%;
    margin-top: 20px;
    text-align: center
}
  }
@media screen and (max-width: 767px) {
.location-map {
    margin-top: 40px
}
  }
.process {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
.process {
    padding: 60px 0
}
  }
.process-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.process-list {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px
}
  }
@media screen and (max-width: 767px) {
.process-list {
    flex-direction: column;
    gap: 30px 0;
    margin-top: 40px
}
  }
.process-item {
  position: relative;
  width: 290px;
  min-height: 504px;
  padding: 20px 38px;
  background-color: #fff;
  background-position: center 68px;
  background-size: 182px 182px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.process-item {
    width: calc(50% - 15px);
    min-height: 450px;
    padding: 20px 25px;
    background-size: 150px 150px;
}
  }
@media screen and (max-width: 767px) {
.process-item {
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
    background-position: center 80px;
    background-size: 120px 120px;
}
  }
.process-item:nth-of-type(1) {
    background-image: url('/recruit/assets/img/career/img_process_01.png');
  }
.process-item:nth-of-type(2) {
    background-image: url('/recruit/assets/img/career/img_process_02.png');
  }
.process-item:nth-of-type(3) {
    background-image: url('/recruit/assets/img/career/img_process_03.png');
  }
.process-item:nth-of-type(4) {
    background-image: url('/recruit/assets/img/career/img_process_04.png');
  }
.process-item + .process-item::before {
      position: absolute;
      top: 50%;
      left: -21px;
      transform: translateY(-50%);
      width: 12px;
      height: 66px;
      background-image: url('/recruit/assets/img/career/icon_arrow.svg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
    }
@media screen and (max-width: 1580px) {
.process-item + .process-item::before {
        display: none
    }
  }
.process-item__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  color: #56B8A1;
}
.process-item__heading-text {
  font-size: 1.6rem;
}
.process-item__heading-number {
  font-size: 5rem;
  line-height: .9;
}
.process-item__body {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
.process-item__body {
    margin-top: 80px
}
  }
.process-item__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.process-item__text {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #ddd;
  font-size: 1.8rem;
  line-height: 2;
}
.entry {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
.entry {
    padding: 60px 0
}
  }
.entry-intro-text {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
.entry-intro-text {
    margin-top: 15px;
    font-size: 1.6rem
}
  }
.entry-form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
.entry-form {
    margin-top: 60px
}
  }
.gallery {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
.gallery {
    padding: 60px 0
}
  }
.gallery-text {
  margin-top: 26px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
.gallery-text {
    margin-top: 20px;
    font-size: 1.6rem
}
  }
.gallery-photos {
  display: flex;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.gallery-photos {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px
}
  }
@media screen and (max-width: 767px) {
.gallery-photos {
    flex-direction: column
}
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.gallery-photo {
    width: 50%;
}
  }
@media screen and (max-width: 767px) {
.gallery-photo {
    width: 100%;
}
  }
@media screen and (max-width: 1580px) {
.gallery-photo img {
      width: 100%;
      height: auto;
      aspect-ratio: 480 / 314
  }
  }
.example {
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.example {
    padding: 60px 0
}
  }
.example-content {
  display: flex;
  gap: 0 156px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.example-content {
    flex-direction: column;
    gap: 40px 0
}
  }
@media screen and (max-width: 767px) {
.example-content {
    flex-direction: column;
    gap: 40px 0
}
  }
.example-left {
  max-width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.example-left {
    max-width: 100%
}
  }
@media screen and (max-width: 767px) {
.example-left {
    max-width: 100%
}
  }
.example-text {
  margin-top: 22px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
.example-text {
    margin-top: 15px;
    font-size: 1.6rem
}
  }
.example-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 74px;
  margin-top: 52px;
  border-radius: 9px;
  background-color: var(--color-black);
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
.example-link {
    width: 100%;
    height: 60px;
    margin-top: 30px;
    font-size: 1.6rem
}
  }
.example-photos {
  display: flex;
  gap: 0 15px;
  position: relative;
  max-width: 938px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.example-photos {
    justify-content: center;
    gap: 0 10px;
}
  }
@media screen and (max-width: 767px) {
.example-photos {
    gap: 0 10px;
}
  }
.example-photos::before {
    position: absolute;
    top: 40px;
    left: 130px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #11483B;
    content: '';
  }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.example-photos::before {
      top: 30px;
      left: 50px
  }
  }
@media screen and (max-width: 767px) {
.example-photos::before {
      top: 20px;
      left: 10px
  }
  }
@media screen and (max-width: 767px) {
.example-photo {
    width: 100%;
}
  }
.example-photo img {
    aspect-ratio: 464 / 324;
  }
@media screen and (max-width: 1580px) {
.example-photo img {
      width: 100%;
      height: auto
  }
  }
.tiktok {
  margin-bottom: 34px;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
.tiktok {
    margin-bottom: 20px;
    padding: 60px 0
}
  }
.tiktok-content {
  display: flex;
  overflow: hidden;
  height: 323px;
  border-radius: 14px;
  border: 2px solid var(--color-primary);
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.tiktok-content {
    flex-direction: column;
    height: auto;
    border-radius: 10px
}
  }
@media screen and (max-width: 767px) {
.tiktok-content {
    flex-direction: column;
    height: auto;
    border-radius: 8px
}
  }
.tiktok-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 526px;
  background: linear-gradient(to right, transparent, var(--color-primary-light));
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.tiktok-heading {
    width: 100%;
    padding: 30px 20px
}
  }
@media screen and (max-width: 767px) {
.tiktok-heading {
    width: 100%;
    padding: 40px 20px
}
  }
.tiktok-body {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 1580px) {
.tiktok-body {
    padding: 40px 20px
}
  }
.tiktok-body__items {
  display: flex;
  gap: 0 100px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.tiktok-body__items {
    gap: 0 40px
}
  }
@media screen and (max-width: 767px) {
.tiktok-body__items {
    flex-direction: column;
    gap: 40px 0;
    height: 100%
}
  }
.tiktok-item + .tiktok-item {
    position: relative;
  }
.tiktok-item + .tiktok-item::before {
      position: absolute;
      top: 50%;
      left: -50px;
      transform: translateY(-50%);
      width: 2px;
      height: 70px;
      background-color: #ddd;
      content: '';
    }
@media screen and (min-width: 768px) and (max-width: 1580px) {
.tiktok-item + .tiktok-item::before {
        left: -20px
    }
  }
@media screen and (max-width: 767px) {
.tiktok-item + .tiktok-item::before {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px
    }
  }
@media screen and (max-width: 767px) {
    .tiktok-item:last-child {
      margin-top: auto;
    }
  }
.tiktok-item__heading {
  position: relative;
  padding-left: 55px;
  font-size: 3.2rem;
}
.tiktok-item__heading::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
@media screen and (max-width: 767px) {
.tiktok-item__heading{
    padding-left: 40px;
    font-size: 2.4rem}

    .tiktok-item__heading::before {
      width: 25px;
      height: 25px;
    }
  }
.tiktok-item--recruit .tiktok-item__heading::before {
      width: 34px;
      height: 36px;
      background-image: url('/recruit/assets/img/career/icon_bag.svg');
    }
.tiktok-item--apartment .tiktok-item__heading::before {
      width: 39px;
      height: 38px;
      background-image: url('/recruit/assets/img/career/icon_building.svg');
    }
.tiktok-item__heading-small {
  font-size: 2.4rem;
}
.tiktok-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 235px;
  height: 62px;
  margin-top: 18px;
  padding-left: 20px;
  background-color: var(--color-black);
  border-radius: 9px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
.tiktok-item__link {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    font-size: 1.6rem;
}
  }
.tiktok-item__link::before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url('/recruit/assets/img/career/icon_play.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
  }
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  overflow: auto;
  background-color: #fff;
  transition-property: visibility, opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
}
.is-modal-open .modal {
    visibility: visible;
    opacity: 1;
  }
.modal-inner {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
.modal-inner {
    margin-top: 60px
}
  }
.modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 69px;
  border-radius: 9px;
  background-color: #56B8A1;
  background-image: url('/recruit/assets/img/career/icon_batsu.svg');
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.modal-close-btn {
    top: -20px
}
  }
@media screen and (max-width: 767px) {
.modal-close-btn {
    top: -6%;
    right: 10px;
    width: 40px;
    height: 40px
}
  }
.modal-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 90px;
}
.modal-btn--prev {
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.modal-btn--prev {
    left: -8px
}
  }
@media screen and (max-width: 767px) {
.modal-btn--prev {
    left: 4px
}
  }
.modal-btn--next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.modal-btn--next {
    right: -8px
}
  }
@media screen and (max-width: 767px) {
.modal-btn--next {
    right: 4px
}
  }
.modal-content-wrapper {
  display: none;
}
.modal-content-wrapper.is-visible-content {
    display: block;
  }
.modal-content {
  display: flex;
  gap: 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.modal-content {
    flex-direction: column;
    gap: 30px 0
}
  }
@media screen and (max-width: 767px) {
.modal-content {
    flex-direction: column;
    gap: 30px 0
}
  }
.modal-body {
  width: 602px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1580px) {
.modal-body {
    width: 100%;
    padding-top: 0
}
  }
@media screen and (max-width: 767px) {
.modal-body {
    width: 100%;
    padding-top: 0
}
  }
.modal-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #BCBCBC;
  color: #56B8A1;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
.modal-heading {
    font-size: 2.4rem
}
  }
.modal-info {
  margin-top: 30px;
}
.modal-address {
  font-size: 2rem;
}
.modal-items {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  margin-top: 18px;
}
.modal-item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
.modal-item {
    gap: 0 10px;
    align-items: flex-start
}
  }
.modal-item__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 34px;
  background-color: var(--color-black);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.modal-item__heading {
    width: 80px;
    min-width: 80px;
    height: 30px;
    font-size: 1.6rem
}
  }
.modal-item__text {
  font-size: 2rem;
}
.modal-img {
  flex: 1 0 0;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
.modal-img {
    flex: 1;
    border-radius: 8px;
    text-align: center
}
  }
.modal-map {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
.modal-map {
    margin-top: 20px;
}
  }
@media screen and (max-width: 1580px) {
.modal-map iframe {
      width: 100%;
      height: auto
  }
  }
/* フェードインアニメーション用のスタイル */
[data-fade-in], [data-slide-in], [data-scale-in] {
  opacity: 0;
  pointer-events: none;
}
[data-fade-in].is-visible,
[data-slide-in].is-visible,
[data-scale-in].is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
[data-fade-in] {
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}
[data-fade-in].is-visible {
  transform: translateY(0);
}
[data-slide-in="left"] {
  transform: translateX(-50px);
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}
[data-slide-in="left"].is-visible {
  transform: translateX(0);
}
[data-slide-in="right"] {
  transform: translateX(50px);
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}
[data-slide-in="right"].is-visible {
  transform: translateX(0);
}
[data-scale-in] {
  transform: scale(0.8);
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}
[data-scale-in].is-visible {
  transform: scale(1);
}
/* 遅延アニメーション用のクラス */
.fade-in-delay-1 {
  transition-delay: 0.1s;
}
.fade-in-delay-2 {
  transition-delay: 0.2s;
}
.fade-in-delay-3 {
  transition-delay: 0.3s;
}
.fade-in-delay-4 {
  transition-delay: 0.4s;
}
.fade-in-delay-5 {
  transition-delay: 0.5s;
}
/* スライドインアニメーション */
[data-slide-in="left"] {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
[data-slide-in="left"].is-visible {
  opacity: 1;
  transform: translateX(0);
}
[data-slide-in="right"] {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
[data-slide-in="right"].is-visible {
  opacity: 1;
  transform: translateX(0);
}
/* スケールアニメーション */
[data-scale-in] {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
[data-scale-in].is-visible {
  opacity: 1;
  transform: scale(1);
}
/* バウンドアニメーション用のスタイル */
[data-bounce-in] {
  opacity: 0;
  transform: scale(0.5);
  animation: bounceInSmooth 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes bounceInSmooth {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* より控えめでスムーズなバウンド */
[data-bounce-in-subtle] {
  opacity: 0;
  transform: scale(0.7);
  animation: bounceInSubtleSmooth 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes bounceInSubtleSmooth {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  60% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 遅延バウンドアニメーション */
[data-bounce-in-delay="0.1"] {
  animation-delay: 0.1s;
}
[data-bounce-in-delay="0.2"] {
  animation-delay: 0.2s;
}
[data-bounce-in-delay="0.3"] {
  animation-delay: 0.3s;
}
[data-bounce-in-delay="0.4"] {
  animation-delay: 0.4s;
}
[data-bounce-in-delay="0.5"] {
  animation-delay: 0.5s;
}
[data-bounce-in-delay="0.6"] {
  animation-delay: 0.6s;
}
[data-bounce-in-delay="0.7"] {
  animation-delay: 0.7s;
}
[data-bounce-in-delay="0.8"] {
  animation-delay: 0.8s;
}
[data-bounce-in-delay="0.9"] {
  animation-delay: 0.9s;
}
[data-bounce-in-delay="1.0"] {
  animation-delay: 1.0s;
}
/* より派手なバウンドアニメーション */
[data-bounce-in-strong] {
  opacity: 0;
  transform: scale(0.1);
  animation: bounceInStrong 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes bounceInStrong {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  40% {
    opacity: 1;
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.8);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 回転しながらバウンド */
[data-bounce-in-rotate] {
  opacity: 0;
  transform: scale(0.3) rotate(-180deg);
  animation: bounceInRotate 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes bounceInRotate {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) rotate(0deg);
  }
  70% {
    transform: scale(0.9) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* 上下にバウンドしながら表示 */
[data-bounce-in-up] {
  opacity: 0;
  transform: translateY(100px) scale(0.8);
  animation: bounceInUp 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px) scale(1.05);
  }
  70% {
    transform: translateY(10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}