/* @group home */

body#home {
  position: relative;
  background-color: #fffcec;
}

body#home #main-content {
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {

  body#home #main-content {
    padding-bottom: 19px;
  }

}

/* @group home-back */

#home-back {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home-back::before {
  content: "";
  background-image: url(/images/top/background.webp);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 716px;
  width: 716px;
  height: 710px;
  top: -11px;
  right: -92px;
  z-index: -1;
}

@media screen and (max-width: 768px) {

  #home-back::before {
    background-size: 358px;
    width: 358px;
    height: 355px;
    top: -6px;
    right: -46px;
  }

}

/* @group home-catch */

#home-catch {
  padding: 167px 60px 0;
}

#home-catch figure {
  width: 745px;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {

  #home-catch {
    padding: 33px 20px 0;
  }

  #home-catch figure {
    width: 295px;
    margin-bottom: 31px;
  }

}

/* @group mv-area */

.mv-area-flex-sp {
  display: none;
}

#main-content:has(.mv-area) {
  padding-top: 0;
}

.mv-area {
  height: 577px;
  border-radius: clamp(40px, 6.66vw, 100px) clamp(40px, 6.66vw, 100px) 0 0;
  margin-bottom: 90px;
  overflow: hidden;
}

.mv-area-item {
  margin-bottom: 0;
}

.mv-area-item img {
  min-width: 375px;
}

.mv-area-flex {
  display: flex;
}

.mv-area-flex-1 {
  transform: translateY(-302px);
}

.mv-area-flex-2 {
  transform: translateY(-82px);
}

.mv-area-flex-3 {
  transform: translateY(-302px);
}

.mv-area-flex-4 {
  transform: translateY(-82px);
}

.mv-area-flex-1-sp,
.mv-area-flex-2-sp,
.mv-area-flex-inner-sp {
  display: flex;
}

.mv-area-flex-1-sp {
  transform: translateX(-806px);
}

.mv-area-flex-2-sp {
  transform: translateX(-881px);
}

.mv-area-item-sp {
  width: 245px;
  flex-shrink: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  .mv-area-flex {
    display: none;
  }

  .mv-area-flex-sp {
    display: block;
  }

  .mv-area {
    height: auto;
    margin-bottom: 70px;
  }

}

/* @group home-news */

#home-news .heading-h2 {
  font-size: 38px;
}

.home-news-area {
  display: flex;
  justify-content: space-between;
}

#home-news .inner {
  position: relative;
}

#home-news .center-position-sp:has(.link-btn) {
  position: absolute;
  top: 110px;
  left: 0;
}

.home-news-area .col:nth-child(2) {
  width: 711px;
}

@media screen and (max-width: 768px) {

  #home-news {
    margin-bottom: 40px;
  }

  #home-news .heading-h2 {
    font-size: 24px;
    margin-bottom: 19px;
  }

  .home-news-area {
    flex-direction: column;
  }

  .home-news-area .col:nth-child(2) {
    width: auto;
  }

  #home-news .center-position-sp:has(.link-btn) {
    position: relative;
    top: auto;
    margin-top: 33px;
  }

}

/* @group home-reason */

#home-reason {
  position: relative;
  color: #fff;
  padding-top: 100px;
  margin-bottom: 130px;
}

#home-reason::before {
  background-color: var(--main);
  border-radius: clamp(40px, 6.66vw, 100px) 0 0 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-reason-flex {
  display: flex;
  height: 1921px;
  padding-bottom: 140px;
  justify-content: space-between;
  position: relative;
}

.home-reason-flex .col:first-child {
  padding-top: 179px;
}

.home-reason-flex .col:nth-child(2) {
  position: sticky;
  top: 100px;
  width: 460px;
  height: 600px;
}

.home-reason-text:first-child {
  margin-bottom: 278px;
}

.home-reason-text:nth-child(2) {
  margin-bottom: 358px;
}

.home-reason-text h3 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin-bottom: 38px;
}

.home-reason-text p {
  font-weight: var(--fw-mid);
  font-size: 18px;
  line-height: 2.2em;
  margin-bottom: 52px;
}

.home-reason-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-reason-item:first-child {
  opacity: 1;
  animation: home-reason-switch1 10s 0s;
  animation: home-reason-switch2 10s 10s infinite;
}

.home-reason-item:nth-of-type(2) {
  opacity: 0;
  animation: home-reason-switch2 10s 5s infinite;
}

@keyframes home-reason-switch1 {
  0%{ opacity: 1;}
  50%{ opacity: 1;}
  65%{ opacity: 0;}
  100%{ opacity: 0;}
}

@keyframes home-reason-switch2 {
  0%{ opacity: 0;}
  15%{ opacity: 1;}
  50%{ opacity: 1;}
  65%{ opacity: 0;}
  100%{ opacity: 0;}
}

@media screen and (max-width: 768px) {

  #home-reason {
    padding-top: 80px;
    margin-bottom: 0;
  }

  .home-reason-flex {
    height: auto;
    padding-bottom: 60px;
  }

  .home-reason-text h3 {
    font-size: 23px;
    margin-bottom: 13px;
  }

  .home-reason-text p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .home-reason-flex .col:first-child {
    padding-top: 0;
  }

  .home-reason-text:first-child,
  .home-reason-text:nth-child(2) {
    margin-bottom: 0;
  }

  .home-reason-text:nth-child(2) p {
    margin-bottom: 74px;
  }

  .home-reason-flex .col:nth-child(2) {
    display: none;
  }

  #home-reason .center-position-sp:has(.link-btn) {
    margin-top: 50px;
  }

}

/* @group home-support */

#home-support {
  margin-bottom: 140px;
}

#home-support .heading-h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

#home-support figure {
  margin-bottom: 55px;
}

#home-support p.indent-1em {
  font-size: 14px;
}

.home-support-btn {
  display: none;
  margin-bottom: 10px;
  text-align: center;
}

.home-support-btn ul {
  display: inline-flex;
  justify-content: center;
  background-color: #eeead5;
  border-radius: 27.5px;
  padding: 10px;
}

.home-support-btn li {
  color: var(--main);
  font-weight: var(--fw-bold);
  padding: 20px;
  position: relative;
  z-index: 1;
  transition: color .5s;
}

#home-support.specific-channel .home-support-default,
#home-support:not(.specific-channel) .home-support-specific {
  cursor: pointer;
}

#home-support.specific-channel .home-support-default:hover,
#home-support:not(.specific-channel) .home-support-specific:hover {
  color: var(--orn);
}

.home-support-btn li::before {
  background-color: var(--orn);
  content: "";
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 17.5px;
  transition: opacity .5s;
}

#home-support:not(.specific-channel) .home-support-default:before,
#home-support.specific-channel .home-support-specific:before {
  opacity: 1;
}

.home-support-btn li {
  padding: 3px 20px;
}

.home-support-btn li:first-child {
  margin-right: 10px;
}

.home-support-img,
.home-support-text {
  display: none;
  position: relative;
}

.home-support-img figure,
.home-support-text p {
  opacity: 0;
  transition: opacity .5s;
}

.home-support-text p {
  margin-bottom: 10px;
}

.home-support-img figure:nth-child(2),
.home-support-text p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.home-support-text p:nth-child(2) {
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
}

#home-support.specific-channel .home-support-img figure:first-child,
#home-support:not(.specific-channel) .home-support-img figure:nth-child(2),
#home-support:not(.specific-channel) .home-support-text p:first-child,
#home-support.specific-channel .home-support-text p:nth-child(2) {
  opacity: 1;
}

.home-support-img figure img {
  border-radius: 40px;
  background-color: #fffcec;
}

.home-support-text {
  text-align: center;
}

@media screen and (max-width: 768px) {

  #home-support {
    padding-bottom: 64px;
    margin-bottom: 0;
    padding-top: 63px;
  }

  #home-support::before {
    background-color: #fffcec;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #home-support .heading-h2 {
    text-align: left;
    font-size: 23px;
    line-height: 1.85em;
    margin-bottom: 30px;
  }

  .home-support-btn {
    display: block;
  }

  .home-support-img,
  .home-support-text {
    display: block;
  }

  #home-support p.indent-1em {
    margin-top: -30px;
    line-height: 1.85em;
  }

}

/* @group home-business */

#home-business {
  position: relative;
  padding: 136px 0 132px;
  overflow: hidden;
  margin-bottom: 0;
}

#home-business::before {
  background-color: #fffcec;
  border-radius: clamp(40px, 6.66vw, 100px) clamp(40px, 6.66vw, 100px) 0 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-business .heading-h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.home-business-flex1,
.home-business-flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-business-flex2 {
  margin-bottom: 60px;
}

.home-business-flex1 .col,
.home-business-flex2 .col {
  position: relative;
  text-align: center;
  z-index: 0;
}

.home-business-flex1 a,
.home-business-flex2 a {
  text-decoration: none;
}

.home-business-flex1 a p,
.home-business-flex2 a p {
  color: var(--main);
  font-weight: var(--fw-bold);
  font-size: 18px;
  line-height: 1.55em;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 150px;
}

.home-business-flex1-1 a p {
  top: 97px;
}

.home-business-flex1-2 a p {
  top: 87px;
}

.home-business-flex1-3 a p {
  top: 102px;
}

.home-business-flex1-4 a p {
  top: 87px;
}

.home-business-flex2-1 a p {
  top: 68px;
}

.home-business-flex2-2 a p {
  top: 58px;
}

.home-business-flex1 .arrow,
.home-business-flex2 .arrow {
  background-color: #fff;
  aspect-ratio: 32 / 17;
  border-radius: 17px;
  height: 34px;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  transition: .4s;
}

.home-business-flex1 a:hover .arrow,
.home-business-flex2 a:hover .arrow {
  background-color: var(--main);
}

.home-business-flex1 a:hover .arrow span::before,
.home-business-flex1 a:hover .arrow span::after,
.home-business-flex2 a:hover .arrow span::before,
.home-business-flex2 a:hover .arrow span::after {
  background-color: #fff;
}

.home-business-flex1-1 .arrow {
  top: 177px;
}

.home-business-flex1-2 .arrow {
  top: 167px;
}

.home-business-flex1-3 .arrow {
  top: 182px;
}

.home-business-flex1-4 .arrow {
  top: 167px;
}

.home-business-flex2-1 .arrow {
  top: 149px;
}

.home-business-flex2-2 .arrow {
  top: 140px;
}

.home-business-flex1 figure,
.home-business-flex2 figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-business-flex1-1,
.home-business-flex1-1 a {
  display: block;
  width: 250px;
  height: 270px;
}

.home-business-flex1-1 {
  margin-right: 62px;
}

.home-business-flex1-2,
.home-business-flex1-2 a {
  display: block;
  width: 250px;
  height: 250px;
}

.home-business-flex1-2 {
  margin-right: 56px;
}

.home-business-flex1-3,
.home-business-flex1-3 a {
  display: block;
  width: 280px;
  height: 280px;
}

.home-business-flex1-3 {
  margin-right: 52px;
}

.home-business-flex1-4,
.home-business-flex1-4 a {
  display: block;
  width: 250px;
  height: 250px;
}

.home-business-flex2-1,
.home-business-flex2-1 a {
  display: block;
  width: 220px;
  height: 220px;
}

.home-business-flex2-1 {
  margin-right: 45px;
}

.home-business-flex2-2,
.home-business-flex2-2 a {
  display: block;
  width: 220px;
  height: 200px;
}

.home-business-slider {
  z-index: -1;
  margin: -42px 0 77px;
  display: flex;
  position: relative;
}

.home-business-slider-inner {
  flex-shrink: 0;
}

.home-business-slider-item {
  padding-right: 44px;
}

.home-business-slider-item img {
  width: 1664px;
}

#home-business .heading-h3 {
  text-align: center;
  position: relative;
  font-size: 28px;
  margin-bottom: 28px;
}

#home-business .heading-h3::before {
  left: 50%;
  transform: translateX(-75px);
}

@media screen and (max-width: 768px) {

  #home-business {
    padding: 84px 0 62px;
  }

  #home-business::before {
    border-radius: 0;
  }

  #home-business .heading-h2 {
    font-size: 23px;
    margin-bottom: 18px;
  }

  #home-business .heading-h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .home-business-flex1 {
    flex-direction: column;
  }

  .home-business-flex1-1,
  .home-business-flex1-2,
  .home-business-flex1-3 {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .home-business-flex1 a p,
  .home-business-flex2 a p {
    line-height: 1.7em;
  }

  .home-business-flex1 a p {
    font-size: 16px;
  }

  .home-business-flex1-1 a p {
    top: 100px;
  }

  .home-business-flex1-1 .arrow {
    top: 181px;
  }

  .home-business-flex1-2,
  .home-business-flex1-2 a,
  .home-business-flex1-4,
  .home-business-flex1-4 a {
    width: 240px;
    height: 240px;
  }

  .home-business-flex1-2 a p {
    top: 84px;
  }

  .home-business-flex1-2 .arrow {
    top: 162px;
  }

  .home-business-flex1-3 a p {
    top: 109px;
  }

  .home-business-flex1-3 .arrow {
    top: 186px;
  }

  .home-business-flex1-4 a p {
    top: 90px;
  }

  .home-business-flex1-4 .arrow {
    top: 168px;
  }

  .home-business-slider {
    margin: -10px 0 46px;
  }

  .home-business-slider-item img {
    width: 1144px;
  }

  #home-business .heading-h3::before {
    transform: translateX(-55px);
  }

  .home-business-flex2 {
    margin-bottom: 47px;
  }

  .home-business-flex2 a p {
    font-size: 14px;
  }

  .home-business-flex2-1,
  .home-business-flex2-1 a {
    width: 150px;
    height: 150px;
  }

  .home-business-flex2-2,
  .home-business-flex2-2 a {
    width: 157px;
    height: 141.5px;
  }

  .home-business-flex2-1 {
    margin-right: 29px;
  }

  .home-business-flex2-1 a p {
    top: 37px;
  }

  .home-business-flex2-1 .arrow {
    top: 93px;
  }

  .home-business-flex2-2 a p {
    top: 33px
  }

  .home-business-flex2-2 .arrow {
    top: 89px;
  }

}

/* @group home-voice */

#home-voice {
  position: relative;
  padding-top: 103px;
  padding-bottom: 80px;
  color: #fff;
  background-color: #fffcec;
  margin-bottom: 140px;
  z-index: 0;
}

#home-voice::before {
  background-color: var(--main);
  border-radius: clamp(40px, 6.66vw, 100px) 0 0 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#home-voice .inner {
  position: relative;
}

#home-voice .heading-h3 {
  color: #fff;
  font-size: 28px;
  margin: 19px 0 50px;
  letter-spacing: 0.07em;
  line-height: 1.8em;
}

#home-voice .heading-h3::before {
  background-color: var(--main);
}

#home-voice .link-btn {
  z-index: 1;
  position: relative;
}

#home-voice .index-pattern .col p,
#home-voice .index-pattern .date-cate {
  color: #fff;
}

#home-voice .date-cate .blog-cate::before,
#home-voice .progress-bar,
#home-voice .post-slider-wrap .slide-arrow .arrow {
  background-color: var(--orn);
}

#home-voice .slide-arrow.slick-disabled .arrow {
  background-color: #fadfa7;
}

#home-voice .post-slider-wrap .slide-arrow .arrow span::before,
#home-voice .post-slider-wrap .slide-arrow .arrow span::after {
  background-color: var(--main);
}

#home-voice .post-slider-wrap .slide-arrow.slick-disabled .arrow span::before {
  background-color: #9aafd3;
}

#home-voice .center-position-sp:has(.link-btn) {
  position: absolute;
  top: 190px;
  left: 0;
}

@media screen and (max-width: 768px) {

  #home-voice {
    padding-top: 51px;
    padding-bottom: 61px;
    margin-bottom: 69px;
  }

  #home-voice .inner {
    flex-direction: column;
  }

  #home-voice .heading-h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
  }

  #home-voice .center-position-sp:has(.link-btn) {
    position: relative;
    top: 0;
    margin-top: 34px;
  }

}

/* @group home-about */

#home-about {
  position: relative;
  margin: 0 50px 140px;
  height: 620px;
  padding: 0 64px;
  overflow: hidden;
}

#home-about::before {
  background-color: #ffe178;
  border-radius: 60px;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-about .inner {
  position: relative;
}

#home-about .heading-h3 {
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

#home-about .heading-h3::before {
  background-color: #ffe178;
  background-image: radial-gradient(circle, var(--main) 2px, transparent 2px);
  top: 5px;
}

#home-about .heading-h3 + p {
  line-height: 2.15em;
  margin-bottom: 53px;
}

.home-about-flex {
  display: flex;
  justify-content: space-between;
}

.home-about-flex .col:first-child {
  width: 560px;
  padding-top: 96px;
}

.home-about-flex .col:nth-child(2) {
  flex-shrink: 0;
}

.home-about-slider {
  display: flex;
}

.home-about-slider-right {
  margin-left: 30px;
  transform: translateY(-160px);
}

.home-about-item {
  width: 250px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

#home-about .center-position-sp:has(.link-btn) {
  position: absolute;
  top: 438px;
  left: 0;
}

.home-about-slider-sp {
  display: none;
}

.home-about-slider-1-sp,
.home-about-slider-2-sp,
.home-about-slider-inner-sp {
  display: flex;
}

.home-about-slider-1-sp {
  transform: translateX(-4px);
  margin-bottom: 21px;
}

.home-about-slider-2-sp {
  transform: translateX(-109px);
}

.home-about-item-sp {
  width: 201px;
  flex-shrink: 0;
  margin-bottom: 0;
  padding-right: 21px;
}

@media screen and (max-width: 1303px) {

  #home-about .center-position-sp:has(.link-btn) {
    top: 488px;
  }

}

@media screen and (max-width: 768px) {

  #home-about {
    margin: 0 0 69px;
    height: auto;
    padding: 0 0 61px;
  }

  #home-about .heading-h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  #home-about .heading-h3::before {
    top: -1px;
  }

  #home-about .heading-h3 + p {
    line-height: 2em;
    margin-bottom: 22px;
  }

  .home-about-flex {
    flex-direction: column;
  }

  .home-about-flex .col:first-child {
    width: auto;
    margin-right: 0;
    padding-top: 69px;
  }

  .home-about-slider {
    display: none;
  }

  .home-about-slider-sp {
    display: block;
  }

  #home-about .center-position-sp:has(.link-btn) {
    position: relative;
    top: 0;
    margin-top: 50px;
  }

}

/* @group home-csr */

#home-csr .inner {
  position: relative;
}

#home-csr .heading-h3 {
  font-size: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

.home-csr-flex {
  display: flex;
  flex-direction: row-reverse;
}

.home-csr-flex > .col:nth-child(2) {
  flex-shrink: 0;
  margin-right: 100px;
}

.home-csr-flex > .col:nth-child(2) figure {
  width: 540px;
}

.home-csr-flex > .col:first-child p {
  margin-bottom: 60px;
}

#home-csr .center-position-sp:has(.link-btn) {
  position: absolute;
  top: 235px;
  right: 241px;
}

@media screen and (max-width: 768px) {

  #home-csr {
    margin-bottom: 60px;
  }

  #home-csr .heading-h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 13px;
  }

  .home-csr-flex {
    flex-direction: column;
  }

  .home-csr-flex > .col:nth-child(2) {
    margin-right: 0;
  }

  .home-csr-flex > .col:first-child p {
    margin-bottom: 24px;
  }

  .home-csr-flex > .col:nth-child(2) figure {
    width: 100%;
  }

  #home-csr .center-position-sp:has(.link-btn) {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 29px;
  }

}

/* @group home-column */

#home-column {
  position: relative;
  padding-top: 102px;
  padding-bottom: 84px;
  margin-bottom: 0;
}

#home-column .inner {
  position: relative;
}

#home-column::before {
  background-color: #fffcec;
  border-radius: 0 clamp(40px, 6.66vw, 100px) 0 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-column .heading-h3 {
  font-size: 28px;
  margin: 17px 0 48px;
}

#home-column .center-position-sp:has(.link-btn) {
  position: absolute;
  top: 134px;
  left: 0;
}

@media screen and (max-width: 768px) {

  #home-column {
    padding-top: 53px;
    padding-bottom: 62px;
  }

  #home-column .inner {
    flex-direction: column;
  }

  #home-column .heading-h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }

  #home-column .center-position-sp:has(.link-btn) {
    position: relative;
    top: 0;
    margin-top: 32px;
  }

}

/* @group home-blog */

#home-blog {
  position: relative;
  padding-top: 102px;
  padding-bottom: 84px;
  background-color: #fffcec;
  z-index: 0;
  margin-bottom: 32px;
}

#home-blog::before {
  background-color: #ffe178;
  border-radius: clamp(40px, 6.66vw, 100px) 0 0 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-blog .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#home-blog .heading-h3 {
  font-size: 28px;
  margin: 17px 0 48px;
}

#home-blog .heading-h3::before {
  background-color: #ffe178;
}

#home-blog .center-position-sp:has(.link-btn) {
  position: absolute;
  top: 134px;
  left: 0;
}

@media screen and (max-width: 768px) {

  #home-blog {
    padding-top: 53px;
    padding-bottom: 62px;
    margin-bottom: 20px;
  }

  #home-blog .inner {
    flex-direction: column;
  }

  #home-blog .heading-h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }

  #home-blog .center-position-sp:has(.link-btn) {
    position: relative;
    top: 0;
    margin-top: 33px;
  }

}

/* @group home-eLink */

#home-eLink {
  overflow: hidden;
}

.home-eLink-slider,
.home-eLink-slider-inner {
  display: flex;
  align-items: center;
}

.home-eLink-slider-inner,
.home-eLink-slider-item {
  flex-shrink: 0;
}

.home-eLink-slider-item {
  padding-right: 40px;
}

figure.home-eLink-slider-item {
  margin-bottom: 0;
}

.home-eLink-slider-item a {
  display: block;
}

.home-eLink-slider-item a:hover img {
  opacity: .6;
}

.home-eLink-slider-item.ISAJ img {
  width: 208px;
}

.home-eLink-slider-item.OTIT img {
  width: 190px;
}

.home-eLink-slider-item.MOJ img {
  width: 143px;
}

.home-eLink-slider-item.MFAJ img {
  width: 226px;
}

.home-eLink-slider-item.MHLW img {
  width: 161px;
}

.home-eLink-slider-item.MAFF img {
  width: 189px;
}

.home-eLink-slider-item.METI img {
  width: 203px;
}

.home-eLink-slider-item.MLIT img {
  width: 186px;
}

@media screen and (max-width: 768px) {

  .home-eLink-slider-item.ISAJ img {
    width: 176px;
  }

  .home-eLink-slider-item.OTIT img {
    width: 161px;
  }

  .home-eLink-slider-item.MOJ img {
    width: 121px;
  }

  .home-eLink-slider-item.MFAJ img {
    width: 191px;
  }

  .home-eLink-slider-item.MHLW img {
    width: 136px;
  }

  .home-eLink-slider-item.MAFF img {
    width: 160px;
  }

  .home-eLink-slider-item.METI img {
    width: 172px;
  }

  .home-eLink-slider-item.MLIT img {
    width: 158px;
  }

}

/* @group float-btn */

#float-btn {
  position: fixed;
  z-index: 999;
  top: 250px;
  right: 0;
  writing-mode: vertical-rl;
}

#float-btn a {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  width: 60px;
  height: 180px;
}

#float-btn a:hover {
  opacity: .6;
}

#float-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #ffe178;
  width: 60px;
  height: 180px;
  border-radius: 10px 0 0 10px;
}

#float-btn a::after {
  content: "";
  position: absolute;
  top: -9px;
  z-index: -1;
  background-color: #fff;
  width: 69px;
  height: 198px;
  border-radius: 10px 0 0 10px;
  opacity: .6;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#float-btn span {
  color: var(--main);
  font-weight: var(--fw-bold);
  font-size: 16px;
  position: absolute;
  top: 26px;
  right: 15px;
}

@media screen and (max-width: 768px) {

  #float-btn {
    top: 275px;
  }

  #float-btn a {
    width: 48px;
    height: 160px;
  }

  #float-btn span {
    font-size: 15px;
    top: 20px;
    right: 9px;
  }

  #float-btn a::before {
    width: 48px;
    height: 160px;
  }

  #float-btn a::after {
    width: 59px;
    height: 178px;
  }

}

/* @group animation */

.mv-area-flex-1 .mv-area-flex-inner:first-child,
.mv-area-flex-2 .mv-area-flex-inner:first-child,
.home-about-slider-left .home-about-slider-inner:first-child {
  animation: loop-up1 90s linear infinite;
}

.mv-area-flex-1 .mv-area-flex-inner:nth-child(2),
.mv-area-flex-2 .mv-area-flex-inner:nth-child(2),
.home-about-slider-left .home-about-slider-inner:nth-child(2) {
  animation: loop-up2 90s -60s linear infinite;
}

.mv-area-flex-1 .mv-area-flex-inner:last-child,
.mv-area-flex-2 .mv-area-flex-inner:last-child,
.home-about-slider-left .home-about-slider-inner:nth-child(3) {
  animation: loop-up3 90s -30s linear infinite;
}

.mv-area-flex-3 .mv-area-flex-inner:first-child,
.mv-area-flex-4 .mv-area-flex-inner:first-child,
.home-about-slider-right .home-about-slider-inner:first-child {
  animation: loop-down1 90s linear infinite;
}

.mv-area-flex-3 .mv-area-flex-inner:nth-child(2),
.mv-area-flex-4 .mv-area-flex-inner:nth-child(2),
.home-about-slider-right .home-about-slider-inner:nth-child(2) {
  animation: loop-down2 90s -60s linear infinite;
}

.mv-area-flex-3 .mv-area-flex-inner:last-child,
.mv-area-flex-4 .mv-area-flex-inner:last-child,
.home-about-slider-right .home-about-slider-inner:nth-child(3) {
  animation: loop-down3 90s -30s linear infinite;
}

@keyframes loop-up1 {
  0% {
    transform: translateY(200%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes loop-up2 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-200%);
  }
}

@keyframes loop-up3 {
  0% {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-300%);
  }
}

@keyframes loop-down1 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(200%);
  }
}

@keyframes loop-down2 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(100%);
  }
}

@keyframes loop-down3 {
  0% {
    transform: translateY(-300%);
  }
  to {
    transform: translateY(0%);
  }
}

.home-business-slider-inner:first-child,
.home-eLink-slider-inner:first-child {
  animation: loop-left1 90s linear infinite;
}

.home-business-slider-inner:nth-child(2),
.home-eLink-slider-inner:nth-child(2) {
  animation: loop-left2 90s -60s linear infinite;
}

.home-business-slider-inner:last-child,
.home-eLink-slider-inner:last-child {
  animation: loop-left3 90s -30s linear infinite;
}

@media screen and (max-width: 768px) {
  .mv-area-flex-inner-sp:first-child,
  .home-about-slider-inner-sp:first-child {
    animation: loop-left1 90s linear infinite;
  }

  .mv-area-flex-inner-sp:nth-child(2),
  .home-about-slider-inner-sp:nth-child(2) {
    animation: loop-left2 90s -60s linear infinite;
  }

  .mv-area-flex-inner-sp:last-child,
  .home-about-slider-inner-sp:last-child {
    animation: loop-left3 90s -30s linear infinite;
  }
}

@keyframes loop-left1 {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-left2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop-left3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
