@charset "UTF-8";
/*----------------
フォント読み込み 
----------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*-----------------
基本設定
------------------*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: clamp(15px, 1.04vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #484848;
  color: #FFFFFF;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

.inner {
  margin: 0 auto;
  width: 89.58%;
}

main {
  position: relative;
}
main::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 5.1%;
  top: 0;
}
main::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  right: 5.1%;
  top: 0;
}
main.topPage::before {
  display: none;
}
main.topPage::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  main {
    position: relative;
  }
  main::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(105, 105, 105, 0.73);
    left: 5.33%;
    top: 0;
  }
  main::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(105, 105, 105, 0.73);
    right: 5.33%;
    top: 0;
  }
  main.topPage::before {
    display: none;
  }
  main.topPage::after {
    display: none;
  }
}
.inner--send-right {
  padding-left: 5.2%;
}
@media screen and (max-width: 1024px) {
  .inner--send-right {
    padding-left: 0;
  }
}

.inner--send-left {
  padding-right: 5.2%;
}
@media screen and (max-width: 1024px) {
  .inner--send-left {
    padding-right: 0;
  }
}

.inner--size-s {
  width: 79.16%;
}
@media screen and (max-width: 1024px) {
  .inner--size-s {
    width: 89.33vw;
  }
}

.oneSide-margin {
  width: 89.58vw;
}

.textCenter {
  text-align: center;
}

.only-pc {
  display: block;
}

.pc-tab1280 {
  display: block;
}

.pc-tab1024 {
  display: block;
}

.tab1280 {
  display: none;
}

.tab1280-tab1024 {
  display: none;
}

.tab1280-sp {
  display: none;
}

.tab1024 {
  display: none;
}

.tab1024-sp {
  display: none;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: block;
  }
  .pc-tab1024 {
    display: block;
  }
  .tab1280 {
    display: block;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: none;
  }
  .only-sp {
    display: none;
  }
  .inner {
    width: 89.333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 13px;
    line-height: 1.61;
    letter-spacing: 0.03em;
  }
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: block;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: block;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: none;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: none;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 89.333%;
  }
}
/*==================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  @-webkit-keyframes fadeLeftAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  @-webkit-keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInLoadTrigger,
.fadeUpLoadTrigger,
.fadeLeftLoadTrigger,
.fadeRightLoadTrigger {
  opacity: 0;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger,
.blurLoadTrigger {
  opacity: 0;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.change-time1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.change-time15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.change-time2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.change-time25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.l-center {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-left {
  margin-left: 0;
  margin-right: auto;
}

.l-right {
  margin-right: 0;
  margin-left: auto;
}

/*============================
ボタン
============================*/
.bl-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .bl-btn {
    width: 89.33vw;
    margin: 0 auto;
  }
}
.bl-btn a {
  padding: 10px 33px;
  display: block;
  font-size: clamp(13.5px, 0.93vw, 18px);
  border-radius: 50px;
  border: 1px solid #F8F05C;
  transition: all 0.5s;
}
.bl-btn--voice span{
	margin-top: 70px;
	  padding: 12px 70px;
  display: block;
  font-size: clamp(13.5px, 0.93vw, 18px);
  border-radius: 50px;
  border: 1px solid #F8F05C;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .bl-btn a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
	  .bl-btn span {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
	.bl-btn--voice span{
	margin-top: 40px;
	}
}
.bl-btn a:hover {
  background-color: rgba(248, 240, 92, 0.3);
  transition: all 0.5s;
}

.bl-btn span:hover {
  background-color: rgba(248, 240, 92, 0.3);
  transition: all 0.5s;
}


.bl-btn--center {
  margin: 0 auto;
}

.bl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl-flex__rowCenter {
  justify-content: center;
}

.bl-flex__leftAlignment {
  justify-content: flex-start;
}

.bl-flex__rightAlignment {
  justify-content: flex-end;
}

.bl-flex__topAlignment {
  align-items: flex-start;
}

.bl-flex__bottomAlignment {
  align-items: flex-start;
}

.bl-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bl-ttl--center {
  margin: 0 auto;
}

.bl-ttl--flex {
  width: calc(100% + 5.2vw);
  display: flex;
  padding-left: 2.6vw;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .bl-ttl--flex {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.bl-ttl__en {
  font-size: clamp(82.5px, 5.72vw, 110px);
  color: #484848;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke: 5px #F8F05C;
  text-stroke: 5px #F8F05C;
  paint-order: stroke;
}
@media screen and (max-width: 1024px) {
  .bl-ttl__en {
    font-size: 40px;
    -webkit-text-stroke: 2px #F8F05C;
    text-stroke: 2px #F8F05C;
  }
}

.bl-ttl__en--center,
.bl-ttl__ja--center {
  text-align: center;
}

.bl-ttl__en--vertical {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
  .bl-ttl__en--vertical {
    writing-mode: unset;
  }
}

.bl-ttl__ja {
  font-size: clamp(13.5px, 0.93vw, 18px);
  color: #FFFFFF;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .bl-ttl__ja {
    margin-bottom: 10px;
    font-size: 10px;
  }
}

.bl-ttl--under {
  padding-right: 5.2vw;
}
@media screen and (max-width: 1024px) {
  .bl-ttl--under {
    padding-left: 5.33vw;
  }
}

/*---------------------------
ページ共通
---------------------------*/
.loop-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-inline: auto;
}

.loop-wrap__txt {
  -webkit-animation: loop 25s linear infinite;
          animation: loop 25s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 11.45vw;
  color: #DBD78A;
  letter-spacing: 0.05em;
  line-height: 0.8;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .loop-wrap__txt {
    font-size: 30vw;
  }
}

.loop-wrap__txt02 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loop 25s -12.5s linear infinite;
          animation: loop 25s -12.5s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sub-ttl {
  font-size: clamp(37.5px, 2.6vw, 50px);
  line-height: 1.28;
}
@media screen and (max-width: 1024px) {
  .sub-ttl {
    font-size: 30px;
  }
	.sub-ttl--top-service{
		font-size: 35px;
}
}

.section-txtBlock .section-txt {
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .section-txtBlock .section-txt {
    line-height: 1.61;
    font-weight: 300;
  }
}
.section-txtBlock .section-txt:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .section-txtBlock .section-txt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.table {
  display: block;
}

.table-body {
  display: block;
  width: 100%;
}

.table-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .table-row {
    display: block;
  }
}

.table-head {
  font-size: clamp(13.5px, 0.93vw, 18px);
  color: #DBD78A;
  line-height: 1.66;
  padding: 23px 12px;
  border-bottom: 1px solid #DBD78A;
}
@media screen and (max-width: 1024px) {
  .table-head {
    font-size: 14px;
    padding: 20px 0 8px;
    border-bottom: unset;
    display: block;
    width: 100%;
  }
}

.table-data {
  font-size: clamp(13.5px, 0.93vw, 18px);
  line-height: 1.66;
  padding: 23px 0 23px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .table-data {
    font-size: 14px;
    padding: 0 0 20px;
    display: block;
    width: 100%;
  }
}

/*======= 下層FV =======*/
.under-fv {
  margin-top: 82px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .under-fv {
    margin-top: 68px;
  }
}

.breadcrumb {
  padding-left: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-left: 8px;
    margin-bottom: 10px;
  }
}
.breadcrumb .breadcrumb__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumb .breadcrumb__item a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 500;
	font-size: clamp(11.25px, 0.78vw, 15px);
}
.breadcrumb .breadcrumb__item:not(:last-of-type) {
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .breadcrumb .breadcrumb__item:not(:last-of-type) {
    margin-right: 45px;
  }
}
.breadcrumb .breadcrumb__item:not(:last-of-type)::after {
  width: 19.5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1024px) {
  .breadcrumb .breadcrumb__item:not(:last-of-type)::after {
    right: -13px;
    width: 17.5px;
  }
}
.breadcrumb .breadcrumb__item:last-of-type a {
  pointer-events: none;
  color: #B5B274;
}

.page-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 33px 5.2vw 22.5px 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1024px) {
  .page-ttl {
    flex-direction: column-reverse;
    padding: 23.5px 8px 14px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.page-ttl__en {
  font-size: clamp(127px, 8.8vw, 170px);
  color: #DBD78A;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .page-ttl__en {
    font-size: 45px;
    width: 100%;
    text-align: left;
  }
}

.page-ttl__ja {
  font-size: clamp(18.75px, 1.3vw, 25px);
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .page-ttl__ja {
    font-size: 11px;
    margin-bottom: 8px;
  }
}

.pageLink {
  margin: 28.5px 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .pageLink {
    display: none;
  }
}
.pageLink .pageLink__item:not(:last-of-type) {
  margin-right: 28.5px;
}
.pageLink .pageLink__item a {
  font-size: clamp(11.25px, 0.78vw, 15px);
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
}
.pageLink .pageLink__item:first-of-type a {
  color: #B5B274;
}

.under-fv__img {
  width: 100%;
}

.under-fv-bottom {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .under-fv-bottom {
    padding: 35px 0 100px;
  }
}

.sub-ttl--under-fv-bottom {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sub-ttl--under-fv-bottom {
    font-size: 25px;
    text-align: left;
    width: 79.48vw;
    margin: 0 auto;
  }
}

.section-txtBlock--under-fv-bottom {
  margin-top: 30.5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-txtBlock--under-fv-bottom {
    margin-top: 27px;
    font-size: 13px;
    text-align: left;
    width: 79.48vw;
    margin: 27px auto 0;
  }
}

/*---------------------------
ヘッダー
---------------------------*/
.head {
  width: 100%;
  height: 82px;
  background-color: #F8F05C;
  padding: 17.25px 91px 10.5px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .head {
    height: 60px;
    padding: 11px 5.33vw 8px;
  z-index: 99999;
  }
}
.head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.75px;
  background-color: #3B3B3B;
}
@media screen and (max-width: 1024px) {
  .head::before {
    height: 4px;
  }
}

.head__topPage {
  -webkit-animation-name: topHeaderBgAnime;
          animation-name: topHeaderBgAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.head__topPage::before {
  -webkit-animation-name: topChangeBarAnime;
          animation-name: topChangeBarAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes topHeaderBgAnime {
  0% {
    background-color: #F8F05C;
  }
  70% {
    background-color: #F8F05C;
  }
  100% {
    background-color: #484848;
  }
}

@keyframes topHeaderBgAnime {
  0% {
    background-color: #F8F05C;
  }
  70% {
    background-color: #F8F05C;
  }
  100% {
    background-color: #484848;
  }
}
@-webkit-keyframes topChangeBarAnime {
  0% {
    background-color: #3B3B3B;
  }
  70% {
    background-color: #3B3B3B;
  }
  100% {
    background-color: #F8F05C;
  }
}
@keyframes topChangeBarAnime {
  0% {
    background-color: #3B3B3B;
  }
  70% {
    background-color: #3B3B3B;
  }
  100% {
    background-color: #F8F05C;
  }
}
.head__logo {
  display: block;
  width: 208px;
  height: 47.3px;
}
@media screen and (max-width: 1024px) {
  .head__logo {
    width: 180px;
    height: 100%;
    display: block;
  }
}
.head__logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .head__logo a {
    height: auto;
  }
}

.top-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-logo-bk {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
}

.head__topPage .top-logo-bk {
  -webkit-animation-name: topHeaderLogoBkAnime;
          animation-name: topHeaderLogoBkAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top-logo-wh {
  opacity: 0;
  -webkit-animation-name: topHeaderLogoWhAnime;
          animation-name: topHeaderLogoWhAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes topHeaderLogoBkAnime {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes topHeaderLogoBkAnime {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topHeaderLogoWhAnime {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes topHeaderLogoWhAnime {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.head__nav {
  margin-right: 58.5px;
}

.headNav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
	margin-top: 7px;
}
.headNav-list .headNav-list__item:not(:last-of-type) {
  margin-right: 72px;
}
.headNav-list .headNav-list__item a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.headNav-list .headNav-list__item a:hover .headNav-list__ja::after {
  transform: scale(1, 1);
  transition: all 0.5s;
}

.head__topPage .headNav-list .headNav-list__item .headNav-list__ja::after {
  background-color: #FFFFFF;
}

.headNav-list__en {
  font-size: clamp(10px, 0.62vw, 12px);
  color: #3B3B3B;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.headNav-list__ja {
  font-size: clamp(13.5px, 0.93vw, 18px);
  line-height: 1;
  color: #3B3B3B;
  font-weight: 700;
  padding-bottom: 7px;
  position: relative;
}
.headNav-list__ja::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #484848;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: all 0.5s;
}

.entryBtn {
  position: absolute;
  right: 0;
  top: 6.75px;
}
@media screen and (max-width: 1024px) {
  .entryBtn {
    top: 4px;
    position: fixed;
    right: 0;
    z-index: 9999;
  }
}
.entryBtn a {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: center;
  background-color: #909090;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  padding: 15px 10px 48.75px 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .entryBtn a {
    padding: 10px 2.65vw 36px 0;
  }
}
.entryBtn a:hover {
  background-color: #E3D829;
  transition: all 0.5s;
}
.entryBtn a:hover .entryBtn__ja {
  color: #3B3B3B;
  transition: all 0.5s;
}
.entryBtn a:hover .entryBtn__en {
  color: #3B3B3B;
  transition: all 0.5s;
}

.entryBtn__ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 900;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .entryBtn__ja {
    font-size: 2.56vw;
  }
}

.entryBtn__en {
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-orientation: mixed;
  color: #FFFFFF;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 0.79;
  font-size: 67.5px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .entryBtn__en {
    font-size: 12.8vw;
  }
}

.head__topPage .headNav-list__en {
  -webkit-animation-name: topHeaderTxtEnAnime;
          animation-name: topHeaderTxtEnAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.head__topPage .headNav-list__ja {
  -webkit-animation-name: topHeaderTxtAnime;
          animation-name: topHeaderTxtAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes topHeaderTxtAnime {
  0% {
    color: #3B3B3B;
  }
  70% {
    color: #3B3B3B;
  }
  100% {
    color: #FFFFFF;
  }
}

@keyframes topHeaderTxtAnime {
  0% {
    color: #3B3B3B;
  }
  70% {
    color: #3B3B3B;
  }
  100% {
    color: #FFFFFF;
  }
}
@-webkit-keyframes topHeaderTxtEnAnime {
  0% {
    color: #3B3B3B;
  }
  70% {
    color: #3B3B3B;
  }
  100% {
    color: #F8F05C;
  }
}
@keyframes topHeaderTxtEnAnime {
  0% {
    color: #3B3B3B;
  }
  70% {
    color: #3B3B3B;
  }
  100% {
    color: #F8F05C;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
.burger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px);
  background: #484848;
  transition: all 0.3s;
  pointer-events: none;
}
/*
.burger-nav.burger-nav--top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background-color: #F8F05C;
}*/

.burger-nav.panelactive {
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}

.burger-nav.panelactive .burger-nav__listWrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: calc(100vh - 56px);
  -webkit-overflow-scrolling: touch;
}

.burger-nav .burger-nav__list {
  display: none;
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 8.97vw 0 5.12vw;
  height: calc(100svh - 270px);
  overflow: auto;
}

.burger-nav.panelactive .burger-nav__list {
  display: block;
}

.burger-nav__list .burger-nav__item {
  padding: 0 10px 7px;
  border-bottom: 0.7px solid rgba(255, 255, 255, 0.15);
}
.burger-nav__list .burger-nav__item:not(:first-of-type) {
  padding-top: 21px;
}

.burger-nav .burger-nav__item a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.burger-nav__item__ja {
  font-size: 10px;
  line-height: 1;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.burger-nav__item__en {
  color: #484848;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.03em;
  -webkit-text-stroke: 2.5px #F8F05C;
  text-stroke: 2.5px #F8F05C;
  paint-order: stroke;
  font-family: "Lato", sans-serif;
}

/*========= ボタンのためのCSS ===============*/
.head__topPage .openbtn1 span {
  -webkit-animation-name: burgerChangeAnime;
          animation-name: burgerChangeAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes burgerChangeAnime {
  0% {
    background-color: #3B3B3B;
  }
	30% {
    background-color: #3B3B3B;
  }
  100% {
    background-color: #FFFFFF;
  }
}

@keyframes burgerChangeAnime {
  0% {
    background-color: #3B3B3B;
  }
	  30% {
    background-color: #3B3B3B;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 25px;
  right: 20.3vw;
  cursor: pointer;
  width: 20.5px;
  height: 12.3px;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #3B3B3B;
  width: 100%;
}

.openbtn1 span:nth-of-type(1) {
  top: 0;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
}

.openbtn1 span:nth-of-type(3) {
  bottom: 0;
}

.openbtn1.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
  width: 100%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  width: 100%;
}

.loop-wrap--inBurger {
  position: absolute;
  width: 100vw;
  bottom: 81px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 8.97vw 0 5.12vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.loop-wrap__txt--inBurger {
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 0.9;
  color: #DBD78A;
}

.burger-bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100vw;
  padding: 0 8.97vw 0 5.12vw;
}

.burger-policyLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 14px 0 17px auto;
}
.burger-policyLink a {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}

.burger-copyright {
  font-size: 8px;
  letter-spacing: 0;
  line-height: 1;
  text-align: right;
}

/*==========================
フッター
==========================*/
.footer {
  padding: 91px 0 31px;
  background-color: #383838;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 75px 0 10px;
  }
}

.footer__entry-block {
  margin-bottom: 64px;
}
.footer__entry-block a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1.5px solid #222222;
}
@media screen and (max-width: 1024px) {
  .footer__entry-block a {
    display: block;
    padding-left: 5.3vw;
    margin-left: -5.33vw;
  }
}
.footer__entry-block a:hover .footer__entry-ttl {
  left: 10px;
  color: #F8F05C;
  transition: all 0.5s;
}
.footer__entry-block a:hover .footer__entry-click {
  left: 10px;
  color: #F8F05C;
  transition: all 0.5s;
}
.footer__entry-block a:hover .footer__entry-click::after {
  left: -10px;
  transition: all 0.5s;
}

.footer__entry-ttl {
  font-size: 11.45vw;
  color: #383838;
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-text-stroke: 5px #F8F05C;
  text-stroke: 5px #F8F05C;
  paint-order: stroke;
  font-family: "Lato", sans-serif;
  position: relative;
  transition: all 0.5s;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .footer__entry-ttl {
    font-size: 80px;
    -webkit-text-stroke: 3px #F8F05C;
    text-stroke: 3px #F8F05C;
    z-index: 3;
  }
}

.footer__entry-click {
  font-family: "Lato", sans-serif;
  font-size: clamp(45px, 3.12vw, 60px);
  line-height: 0.8;
  color: #DBD78A;
  width: 49%;
  padding: 48px 0 0 63px;
  position: relative;
  transition: all 0.5s;
  z-index: 2;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .footer__entry-click {
    padding: 56px 0 0 0;
    width: 100%;
    margin-top: -42px;
    font-size: 40px;
  }
}
.footer__entry-click::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
  background-image: linear-gradient(90deg, rgb(56, 56, 56) 0%, rgb(61, 61, 61) 20%, rgb(87, 87, 87));
  transition: all 0.5s;
  z-index: -1;
}
.footer__entry-click span {
  color: #FFFFFF;
}

.footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    display: block;
  }
}

.footer__side-l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .footer__side-l {
    padding-bottom: 19.5px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
  }
}

.footer__logo {
  width: 7.9vw;
  margin-right: 26px;
}
@media screen and (max-width: 1024px) {
  .footer__logo {
    width: 19%;
    max-width: 100px;
  }
}

.footer__company-name {
  font-size: clamp(18.75px, 1.3vw, 25px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__company-name {
    font-size: 16px;
  }
}

.footer__company-address {
  font-size: clamp(11.25px, 0.78vw, 15px);
  margin: 9px 0;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__company-address {
    font-size: 11px;
    margin: 4px 0 2px;
  }
}

.footer__tel-num {
  font-size: clamp(11.25px, 0.78vw, 15px);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__tel-num {
    font-size: 11px;
  }
}

.footer__nav {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    margin-bottom: 51px;
    margin-top: 26px;
  }
}

.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer__nav-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav-list .footer__nav-item {
    width: 33%;
  }
  .footer__nav-list .footer__nav-item:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 43px;
  }
}
.footer__nav-list .footer__nav-item:not(:last-of-type) {
  margin-right: 5.1vw;
}
@media screen and (max-width: 1024px) {
  .footer__nav-list .footer__nav-item:not(:last-of-type) {
    margin-right: 0;
  }
}
.footer__nav-list .footer__nav-item a:hover .footer-nav__ja::after {
  transform: scale(1, 1);
  transition: all 0.5s;
}

.footer-nav__en {
  color: #F8F05C;
  font-size: clamp(10px, 0.62vw, 12px);
  line-height: 1;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .footer-nav__en {
    font-size: 10px;
  }
}

.footer-nav__ja {
  line-height: 1;
  padding-bottom: 7px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer-nav__ja {
    font-size: 13px;
  }
}
.footer-nav__ja::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DBD78A;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left;
  transition: all 0.5s;
}

.footer__policyLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .footer__policyLink {
    margin-right: auto;
    margin-left: 0;
  }
}
.footer__policyLink a {
  text-align: right;
  font-size: clamp(11.25px, 0.78vw, 15px);
}
@media screen and (max-width: 1024px) {
  .footer__policyLink a {
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer__policyLink a {
    font-size: 10px;
  }
}

.footer__copyright {
  display: block;
  width: 100%;
  padding-top: 10px;
  margin-top: 15px;
  font-size: clamp(10px, 0.62vw, 12px);
  border-top: 1px solid rgba(248, 240, 92, 0.2);
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    padding-top: 8.5px;
    margin-top: 12.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
  }
}

/*==========================
TOPページ
==========================*/
.fv {
  width: 100%;
  height: calc(100vh - 82px);
  margin-top: 82px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fv {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
}
.fv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.1);
}

.fv .loop-wrap{
	bottom: -0.45%
}

@media screen and (max-width: 1024px) {
.fv .loop-wrap{
	bottom: -0.2%
}
}
.fvMovie {
  width: 100%;
  height: 100%;
}
.fvMovie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	z-index: 3;
}
@media screen and (max-width: 768px) {
  .fvTxt {
    top: 45%;
  }
}

.fvTxt__ja {
  font-size: clamp(44.25px, 3vw, 59px);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
  text-shadow: rgba(72, 72, 72, 0.5);
}
@media screen and (max-width: 768px) {
  .fvTxt__ja {
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1.26;
  }
}

.fvTxt__en {
  font-size: clamp(18.75px, 1.3vw, 25px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fvTxt__en {
    font-size: 10px;
  }
}

.playVideo-btn{
	    margin-top: 23px;
    	text-align: center;
}

.fvTxt__en--playBtn{
	position: relative;
	padding-right: 40px;
	font-size: clamp(15px, 1.04vw, 20px);
}

.fvTxt__en--playBtn::before{
	content:'';
	width: 26.5px;
	height: 26.5px;
	position: absolute;
	background-image:url(../../assets/images/top/playBtn.svg);
	background-size: cover;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
	
.playVideo-btn{
	    margin-top: 20px;
}

.fvTxt__en--playBtn{
	padding-right: 25px;
		font-size: 14px;
}

.fvTxt__en--playBtn::before{
	width: 17px;
	height: 17px;
}
}
	
/*=========== about ===========*/
.top-message {
  padding: 225px 0 70.5px;
}
@media screen and (max-width: 1024px) {
  .top-message {
    padding: 90px 0 0;
    position: relative;
    width: 89.333vw;
    margin: 0 auto;
  }
}

.top-message-ttl {
  font-size: 9.3vw;
  color: #B5B274;
  position: relative;
  line-height: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  margin-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .top-message-ttl {
    font-size: 17.9vw;
    margin-bottom: unset;
    position: absolute;
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.08;
  }
}

.top-message__firstTxt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-message__firstTxt {
    opacity: 1;
    font-size: 15px;
    width: 100%;
  }
}

.top-message__firstTxt__item {
  text-align: center;
  font-size: clamp(24px, 1.66vw, 32px);
  line-height: 1.71;
}
@media screen and (max-width: 1024px) {
  .top-message__firstTxt__item {
    font-size: 15px;
  }
}

.top-message__firstTxt-01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .top-message__firstTxt-01 {
    margin-bottom: 30px;
    text-align: left;
  }
}

.top-message__firstTxt-02 {
  padding-bottom: 52.8px;
}
@media screen and (max-width: 1024px) {
  .top-message__firstTxt-02 {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.top-message-emphasisTxt {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-message-emphasisTxt {
    display: block;
    margin-top: 0;
  }
}
.top-message-emphasisTxt .top-message-emphasisTxt__item:not(:last-of-type) {
  margin-right: 27px;
}
@media screen and (max-width: 1024px) {
  .top-message-emphasisTxt .top-message-emphasisTxt__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.top-message-emphasisTxt__item {
  color: #F8F05C;
  font-size: clamp(33.75px, 2.3vw, 45px);
  line-height: 1;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-message-emphasisTxt__item {
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
  }
}

.top-message-block02 {
  padding-top: 900px;
}
@media screen and (max-width: 1024px) {
  .top-message-block02 {
    padding-top: 30px;
  }
}

.top-message__lastTxt__item {
  font-size: clamp(24px, 1.66vw, 32px);
  margin-bottom: 52.875px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-message__lastTxt__item {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: left;
  }
}

.top-message-mainTxt {
  text-align: center;
  font-size: clamp(37.5px, 2.6vw, 50px);
}
@media screen and (max-width: 1024px) {
  .top-message-mainTxt {
    text-align: left;
    font-size: 23px;
    font-weight: 700;
  }
}

.top-message-emphasisTxt02 {
  margin-top: 52.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-message-emphasisTxt02 {
    display: block;
    margin-top: 30px;
    text-align: left;
  }
}
.top-message-emphasisTxt02 .top-message-emphasisTxt__item02:not(:last-of-type) {
  margin-right: 27px;
}
@media screen and (max-width: 1024px) {
  .top-message-emphasisTxt02 .top-message-emphasisTxt__item02:not(:last-of-type) {
    margin-right: 0;
  }
}

.top-message-emphasisTxt__item02 {
  color: #F8F05C;
  font-size: clamp(33.75px, 2.3vw, 45px);
  line-height: 1;
  opacity: 1;
  margin-top: -8vw;
}

.bl-btn--about {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .bl-btn--about {
    margin-top: 50px;
  }
}

/*=========== service ===========*/
.top-service {
  margin-top: 125px;
	width: 100%;
	height: auto;
	overflow-y:hidden
}
@media screen and (max-width: 1024px) {
  .top-service {
    margin-top: 100px;
  }
}

.oneSide-margin--top-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .oneSide-margin--top-service {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .bl-ttl__en--top-service {
    margin-left: 5.33vw;
  }
}
.top-service--side-l {
  width: 53.4%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .top-service--side-l {
    flex-direction: column-reverse;
    width: 100%;
  }
}

.top-service-img {
  width: 87.8%;
}
@media screen and (max-width: 1024px) {
  .top-service-img {
    width: 100%;
    aspect-ratio: 1/0.74;
  }
}

.top-service--side-r {
  width: 39.4%;
  padding-right: 2.6vw;
}
@media screen and (max-width: 1024px) {
  .top-service--side-r {
    width: 89.33vw;
    margin: 23px auto 0;
    padding-right: 0;
  }
}

.section-txtBlock--top-service {
  margin: 30px 0;
}
@media screen and (max-width: 1024px) {
  .section-txtBlock--top-service {
    margin: 18px 0;
  }
}

.top-service-slider {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: 113px;
}
@media screen and (max-width: 768px) {
  .top-service-slider {
    margin-top: 85px;
  }
}

.top-service-slider__flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.top-service-slider__item {
  margin: 0 10px;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-service-slider__item {
    margin: 0 32px;
    padding-top: 40px;
  }
}

.top-service-slider__card {
  aspect-ratio: 1/1.45;
  padding: 59px 5% 55px 10%;
  background-color: #FFFFFF;
  margin-left: -6%;
}
@media screen and (max-width: 768px) {
  .top-service-slider__card {
    aspect-ratio: 1/1.38;
    padding: 40px 23px 40px 45px;
    margin-left: -20px;
  }
}

.top-service-slider__en-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.19vw;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  writing-mode: vertical-lr;
  padding: 26px 15px 0;
  height: 60%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  background-color: #909090;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .top-service-slider__en-ttl {
    font-size: 14px;
    padding: 15px 10px;
    height: 95%;
  }
}

.top-service-slider__num {
  font-size: 7.29vw;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
  color: #DBD78A;
  position: absolute;
  left: 71.6px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .top-service-slider__num {
    font-size: 80px;
    left: 50px;
    top: 0;
  }
}

.top-service-slider__ttl {
  font-size: 1.97vw;
  letter-spacing: 0;
  padding-left: 16.5px;
  color: #484848;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top-service-slider__ttl {
    font-size: 26px;
    font-weight: 700;
    padding-left: 0;
  }
}

.top-service-slider__img {
  width: 100%;
  margin: 16px 0 25px;
}
@media screen and (max-width: 768px) {
  .top-service-slider__img {
    margin: 11px 0 15px;
  }
}

.top-service-slider__txt {
  color: #484848;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .bl-btn--top-service {
    margin-top: 50px;
  }
}
/*=========== 働く環境を知る ===========*/
.top-environment {
  margin-top: 145px;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .top-environment {
    margin-top: 100px;
    position: relative;
  }
}

.top-environment-img {
  width: 100%;
  height: 100%;
}

.top-environment-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-environment-cover {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 100%;
    height: 100vh;
  }
}
.top-environment-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.85);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-environment-cover::after {
    display: none;
  }
}

.top-environment-cover__fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-environment-cover__fix {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.sub-ttl--top-environment {
  text-align: center;
}

.section-txt-wrap--top-environment {
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-txt--top-environment {
  text-align: center;
}

.top-environment__main-en {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  left: 50%;
  font-weight: 900;
  transform: translateX(-50%);
  font-size: 12.5vw;
  color: rgba(248, 240, 92, 0.11);
  line-height: 0.88;
  letter-spacing: 0.03em;
  z-index: 2;
}

.top-environment-trigger {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .top-environment-trigger {
    height: 0;
  }
}

/*=========== 働く人々を知る ===========*/
.top-voice {
  margin-top: 146px;
  margin-bottom: 147px;
  position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y:hidden;
}
@media screen and (max-width: 1024px) {
  .top-voice {
    margin-top: 100px;
    padding-bottom: 123px;
  }
  .top-voice::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 63px);
    background-color: rgba(56, 56, 56, 0.68);
    z-index: -1;
  }
}

.top-voice__content {
  position: relative;
  width: 67.96%;
  padding: 35px 10.41vw 101px 4.958vw;
  background-color: rgba(56, 56, 56, 0.68);
  margin: -160.5px -10.41vw 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-voice__content {
    width: 100%;
    margin: 0;
    background-color: unset;
    width: 100%;
    padding: 0;
  }
}

.sub-ttl--top-voice {
  margin: 0 23px 68.5px 0;
}
@media screen and (max-width: 768px) {
  .sub-ttl--top-voice {
    margin: 32px 0 22.5px;
  }
}
@media screen and (max-width: 1024px) {

	.top-voice .slick-track{
		padding-bottom: 20px;
	}
	.top-voice .slick-slide{
		aspect-ratio: 1 / 0.7;
}
}
.section-txtBlock--top-voice {
  padding-right: 58px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-txtBlock--top-voice {
    padding-right: 0;
    margin-bottom: 60px;
  }
}

.loop-wrap__txt--top-voice {
  text-transform: none;
  color: rgba(219, 215, 138, 0.05);
}

.loop-wrap--top-voice {
  z-index: 1;
  padding-bottom: 5vw;
  margin-bottom: -5vw;
}
@media screen and (max-width: 1024px) {
  .loop-wrap--top-voice {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .top-voice__images {
    width: 100%;
    aspect-ratio: 1/0.59;
  }
}
/*=========== 募集要項 ===========*/
.guideline {
  padding-top: 113px;
  margin-bottom: 146px;
}
@media screen and (max-width: 1024px) {
  .guideline {
    padding-top: 0;
    margin-bottom: 102px;
  }
}

.inner--guideline {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .inner--guideline {
    display: block;
  }
}

.guideline__side-l {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 112px;
}
@media screen and (max-width: 1024px) {
  .guideline__side-l {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.guideline__side-r {
  width: 50%;
  padding-right: 3.8vw;
}
@media screen and (max-width: 1024px) {
  .guideline__side-r {
    width: 100%;
    padding-right: 0;
    margin-top: 45px;
  }
}

.bl-ttl__ja--guideline {
  margin-top: 25px;
  padding-left: 104px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .bl-ttl__ja--guideline {
    margin-top: 20px;
    padding-left: 49px;
  }
}
.bl-ttl__ja--guideline::before {
  content: "";
  position: absolute;
  width: 57px;
  height: 1px;
  background-color: #F8F05C;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .bl-ttl__ja--guideline::before {
    width: 38.5px;
  }
}

.guideline__genre {
  margin-top: 63px;
  padding-left: 74px;
}
@media screen and (max-width: 1024px) {
  .guideline__genre {
    padding-left: 0;
    margin-top: 35px;
    display: block;
    width: 161px;
    position: relative;
    border: 1px solid #fff;
  }
  .guideline__genre .guideline__genre__select {
    width: 100%;
    height: 100%;
    display: block;
    padding: 6px 20px;
  }
  .guideline__genre::after {
    content: "▶";
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 12.5px;
    transform: translateY(-50%) rotate(90deg);
    color: #B5B274;
    pointer-events: none;
  }
}
.guideline__genre .guideline__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.guideline__item {
  font-size: clamp(21px, 1.45vw, 28px);
  line-height: 1;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
.guideline__item.current::before {
  content: "▶";
  position: absolute;
  font-size: clamp(20.25px, 1.4vw, 27px);
  color: #B5B274;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
}

.guideline-table__head {
  width: 18.23%;
}
@media screen and (max-width: 1024px) {
  .guideline-table__head {
    width: 100%;
  }
}

.guideline-table__data {
  width: 72.1%;
}
@media screen and (max-width: 1024px) {
  .guideline-table__data {
    width: 100%;
  }
}

/*==========================
ABOUTページ
==========================*/
.loop-wrap--under {
  position: relative;
  width: 89.8%;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 5.72vw;
}
@media screen and (max-width: 1024px) {
  .loop-wrap--under {
    width: 89.33vw;
    height: 8.97vw;
  }
}

.loop-wrap__txt--under {
  color: rgba(248, 240, 92, 0.03);
  margin-top: -2vw;
}
@media screen and (max-width: 1024px) {
  .loop-wrap__txt--under {
    font-size: 16.66vw;
  }
}

/*========== 経営理念 =========*/
.philosophy {
  margin-top: 33px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .philosophy {
    margin-top: 12px;
    padding-bottom: 26.15vw;
  }
  .philosophy::after {
    content: "";
    position: absolute;
    width: 89.33vw;
    height: 1px;
    background-color: rgba(105, 105, 105, 0.73);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.inner--philosophy {
  border-bottom: 1px solid rgba(105, 105, 105, 0.73);
}
@media screen and (max-width: 1024px) {
  .inner--philosophy {
    border-bottom: unset;
  }
}

.bl-ttl--under {
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(105, 105, 105, 0.73);
}
@media screen and (max-width: 1024px) {
  .bl-ttl--under {
    padding-bottom: 12px;
  }
}

.philosophy-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .philosophy-content {
    display: block;
    border-bottom: unset;
  }
}

.philosophy__side-l,
.philosophy__side-r {
  width: 50%;
  padding: 56px 0 85.5px;
}
@media screen and (max-width: 1024px) {
  .philosophy__side-l,
.philosophy__side-r {
    width: 100%;
    padding: 0;
  }
}

.philosophy__side-l {
  border-right: 1px solid rgba(105, 105, 105, 0.73);
  padding-left: 2.6vw;
}
@media screen and (max-width: 1024px) {
  .philosophy__side-l {
    border-right: unset;
    padding-left: 5.33vw;
    margin: 22.5px 0 14px;
  }
}

.philosophy__side-r {
  padding-left: 4.6vw;
}
@media screen and (max-width: 1024px) {
  .philosophy__side-r {
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}

.section-txtBlock--philosophy {
  margin-bottom: 29px;
}
@media screen and (max-width: 1024px) {
  .section-txtBlock--philosophy {
    margin-bottom: 35px;
  }
}

.philosophyList .philosophyList__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.philosophyList .philosophyList__item:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .philosophyList .philosophyList__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

.philosophy-num {
  width: clamp(54.75px, 3.8vw, 73px);
  height: clamp(54.75px, 3.8vw, 73px);
  font-size: clamp(25.5px, 1.77vw, 34px);
  line-height: clamp(54.75px, 3.8vw, 73px);
  text-align: center;
  color: #DBD78A;
  font-family: "Lato", sans-serif;
  border: 1px solid #B5B274;
  border-radius: 50%;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  .philosophy-num {
    line-height: 33px;
    width: 36px;
    height: 36px;
    font-weight: 700;
    font-size: 21px;
    margin-right: 16px;
  }
}

.philosophy-txt {
  font-size: clamp(22.5px, 1.56vw, 30px);
}
@media screen and (max-width: 768px) {
  .philosophy-txt {
    font-size: 20px;
    font-weight: 700;
  }
}

.philosophy-img {
  width: 20vw;
  position: absolute;
  bottom: -3.07vw;
  left: calc(50% - 3.88vw);
  transform: translateX(-100%);
}
@media screen and (max-width: 1024px) {
  .philosophy-img {
    width: 46.15vw;
    bottom: -10.7vw;
    left: 10.66vw;
    transform: translate(0, 100%);
    z-index: 2;
  }
}

/*========== 壽商事のミッション =========*/
.purpose {
  margin-top: 6.94vw;
  position: relative;
  margin-bottom: 14.68vw;
	width: 100%;
}
@media screen and (max-width: 1024px) {
  .purpose {
    margin-top: 57.69vw;
    margin-bottom: 0;
  }
}

.inner--purpose {
  position: relative;
}

.bl-ttl--purpose {
  margin-bottom: 46px;
  border-bottom: unset;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .bl-ttl--purpose {
    border-bottom: unset;
    margin-bottom: 10px;
  }
}

.bl-ttl__ja--purpose {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .bl-ttl__ja--purpose {
    margin-bottom: 10px;
  }
}

.purpose-txt {
  text-align: center;
  font-size: clamp(24px, 1.66vw, 32px);
}
@media screen and (max-width: 1024px) {
  .purpose-txt {
    font-size: 22px;
    margin-bottom: 77px;
    font-weight: 700;
  }
}

@media screen and (max-width: 1024px) {
  .purpose-imgs {
    position: relative;
    width: 84.1vw;
    margin-right: -5.33vw;
    aspect-ratio: 1/0.63;
    margin-bottom: 68px;
    margin-left: auto;
  }
}
.purpose-img {
  position: absolute;
}

.purpose-img01 {
	z-index: 1;
  top: -6.09vw;
  right: -10.3vw;
  width: 24.2vw;
}
@media screen and (max-width: 1024px) {
  .purpose-img01 {
    top: unset;
    right: unset;
    position: absolute;
    width: 48.17%;
    top: 0;
    left: 0;
	z-index: 2;
  }
}

.purpose-img02 {
  width: 26.1vw;
  left: -10.41vw;
  bottom: -6.14vw;
}
@media screen and (max-width: 1024px) {
  .purpose-img02 {
    left: unset;
    bottom: unset;
    width: 64.63%;
    bottom: 0;
    right: 0;
	z-index: 1;
  }
}

.purpose-img03 {
  width: 14.16vw;
  right: 10.83vw;
  bottom: -3.9vw;
  transform: translateY(100%);
}
@media screen and (max-width: 1024px) {
  .purpose-img03 {
    display: none;
  }
}

/*========== メッセージ =========*/
.message {
  margin-top: 33px;
  margin-bottom: 198px;
}
@media screen and (max-width: 1024px) {
  .message {
    margin-top: 12px;
    margin-bottom: 122px;
  }
}

.message-content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .message-content-wrap {
    display: block;
    margin-top: 25px;
  }
}

.message--side-l {
  padding-left: 2.6vw;
  width: 43.31%;
}
@media screen and (max-width: 1024px) {
  .message--side-l {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sub-ttl--message {
    padding-left: 5.33vw;
    font-size: 28px;
  }
}
.message-img {
  width: 100%;
}

.message--side-r {
  padding-right: 5.2vw;
  width: 44.24%;
}
@media screen and (max-width: 1024px) {
  .message--side-r {
    padding: 0 5.33vw;
    width: 100%;
    margin: 30px 0 0;
  }
}

.message-sign {
  margin-top: 19px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .message-sign {
    margin-top: 28px;
  }
}

.message-head {
  font-size: clamp(17.25px, 1.14vw, 22px);
  margin-right: 0.91vw;
}
@media screen and (max-width: 1024px) {
  .message-head {
    font-size: 14px;
    margin-right: 7px;
  }
}

.message-name {
  font-size: clamp(22.5px, 1.56vw, 30px);
}
@media screen and (max-width: 1024px) {
  .message-name {
    font-size: 20px;
  }
}

.sub-ttl--message {
  margin-bottom: 23px;
}

.loop-wrap__txt--sdgs {
  text-transform: none;
}

.lowercase {
  text-transform: none;
}

/*========== SDGs =========*/
.sdgs {
  margin-bottom: 200px;
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  .sdgs {
    margin-top: 12px;
    margin-bottom: 100px;
  }
}

.sdgs__side-l,
.sdgs__side-r {
  width: 50%;
  padding: 56px 0 85.5px;
}
@media screen and (max-width: 1024px) {
  .sdgs__side-l,
.sdgs__side-r {
    width: 100%;
    padding: 0;
  }
}

.sdgs__side-l {
  border-right: 1px solid rgba(105, 105, 105, 0.73);
  padding-left: 2.6vw;
  padding-right: 5.02vw;
}
@media screen and (max-width: 1024px) {
  .sdgs__side-l {
    border-right: unset;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
.sdgs__side-l .sdgs-block:first-of-type {
  margin-bottom: 82.5px;
}

.sdgs-flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sdgs-flex-wrap {
    display: block;
    margin-top: 30px;
  }
}

.sub-ttl--sdgs {
  margin-bottom: 23px;
}

.sdgs__side-r {
  padding-left: 4.6vw;
}
@media screen and (max-width: 1024px) {
  .sdgs__side-r {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.sub-ttl--declaration {
  padding-top: 23px;
  position: relative;
}
.sub-ttl--declaration::after {
  content: "";
  position: absolute;
  width: 57px;
  height: 1px;
  background-color: #F8F05C;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .sub-ttl--declaration::after {
    width: 38.5px;
  }
}

.sdgs-img-ttl {
  width: 53.68%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .sdgs-img-ttl {
    width: 100%;
    margin: 55px auto 16px;
  }
}

.sdgs-images {
  width: 100%;
  aspect-ratio: 1/0.797;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .sdgs-images {
    width: 100%;
    aspect-ratio: unset;
	  margin-bottom: 30px;
  }

}
.sdgs-images .sdgs-image__item:not(:nth-of-type(5n)) {
  margin-right: 0.83vw;
}
@media screen and (max-width: 1024px) {
.sdgs-images .sdgs-image__item:not(:nth-of-type(5n)) {
  margin-right: 6px;
}
}

.sdgs-image__item {
  width: 18%;
  margin-bottom: 0.83vw;
}
@media screen and (max-width: 1024px) {
	.sdgs-image__item {
	margin-bottom: 6px;
	}
		.sdgs-image__item{
			width: calc(20% - 4.8px);
	}
}
/*
@media screen and (max-width: 1024px) {
  .sdgs__image-slider {
    margin-bottom: 100px;
  }
  .slider__scrollbar {
    margin: -50px auto 100px;
    width: 79.48vw;
    height: 1px;
    position: relative;
  }
  .slider__scrollbar::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .slider__btn {
    width: 31px !important;
    height: 31px;
    top: -11.5px;
    position: relative;
    background-color: #B5B274;
    border-radius: 50%;
    cursor: pointer;
  }
  .slider__item {
    padding: 15px 15px 32px;
    background-color: #FFFFFF;
    border-radius: 7px;
    width: 100%;
  }
}*/
.sdgs-accordion-container {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-container {
    padding: 0 5.33vw;
  }
}

.sdgs-accordion-title {
  cursor: pointer;
  padding: 17px 72px 17px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid rgba(105, 105, 105, 0.73);
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-title {
    padding: 18px 32px 18px 0;
  }
}

.sdgs-accordion__num {
  font-size: clamp(25.5px, 1.77vw, 34px);
  color: #B5B274;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion__num {
    font-size: 21px;
    margin-right: 17px;
    line-height: 1.25;
  }
}

.sdgs-accordion-title__txt {
  font-size: clamp(24px, 1.66vw, 32px);
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-title__txt {
    font-size: 18px;
    line-height: 1.55;
  }
}

.sdgs-accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 18px;
  background: #DBD78A;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-title:before {
    height: 1px;
    right: 0;
    width: 15px;
  }
}

.sdgs-accordion-title:after {
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 18px;
  background: #DBD78A;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-title:after {
    width: 15px;
    height: 1px;
    right: 0;
  }
}

.sdgs-accordion-title.open:before {
  transform: rotate(180deg);
}

.sdgs-accordion-title.open:after {
  opacity: 0;
}

.sdgs-accordion-text {
  border-top: 1px solid rgba(105, 105, 105, 0.73);
  display: none;
}

.sdgs-accordion-flex {
  padding: 40.8px 57.75px 50.7px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-flex {
    display: block;
    padding: 25px 0 100px;
  }
}

.sdgs-accordion-container .sdgs-accordion-list:last-of-type {
  border-bottom: 1px solid rgba(105, 105, 105, 0.73);
}

.sdgs-accordion-txt__side-l {
  width: 89%;
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-txt__side-l {
    width: 100%;
    padding-right: 0;
  }
}
.sdgs-accordion-txt__side-l .sdgs-accordion-txt__block:not(:last-of-type) {
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-txt__side-l .sdgs-accordion-txt__block:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.sdgs-accordion-txt__side-r {
  width: 11%;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-txt__side-r {
    width: 35.38%;
    margin: 40px auto 0;
    max-width: 450px;
  }
}

.sdgs-accordion-txt__ttl {
  padding-left: 36px;
  margin-bottom: 13.5px;
  font-size: clamp(17.25px, 1.19vw, 23px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sdgs-accordion-txt__ttl {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
.sdgs-accordion-txt__ttl::after {
  content: "▶";
  position: absolute;
  font-size: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(181, 178, 116, 0.5);
}
@media screen and (max-width: 768px) {
  .sdgs-accordion-txt__ttl::after {
    font-size: 14px;
  }
}

.sdgs-accordion-txt__list {
  padding-left: 36px;
  font-size: clamp(12px, 0.83vw, 16px);
}
@media screen and (max-width: 768px) {
  .sdgs-accordion-txt__list {
    font-size: 13px;
  }
}

/*========== 会社概要 =========*/
.outline {
  margin-top: 36px;
  margin-bottom: 71.6px;
}
.bl-ttl--outline {
  width: 100%;
}
.bl-ttl--outline .bl-ttl__ja--outline {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .bl-ttl--outline {
    text-align: left;
  }
  .bl-ttl--outline .bl-ttl__ja--outline {
    text-align: left;
  }
  .bl-ttl--outline .bl-ttl__en--outline {
    text-align: left;
  }
}

.outline-table {
  width: 47.2%;
  margin: 72px auto 0;
  min-width: 609px;
}
@media screen and (max-width: 1024px) {
  .outline-table {
    width: 88.57%;
    margin: 23px auto 0;
    min-width: unset;
  }
}

.outline-table__head {
  width: 18.9%;
}
@media screen and (max-width: 1024px) {
  .outline-table__head {
    width: 100%;
  }
}

.outline-table__data {
  width: 81.1%;
}
@media screen and (max-width: 1024px) {
  .outline-table__data {
    width: 100%;
  }
}

.outline-table__data--flex-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.outline-table__data--flex-list .outline-list-inTable {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.outline-table__data--flex-list .outline-list-inTable:not(:last-of-type) {
  margin-right: 25px;
}

.pc-tab1280--outline-partner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pc-tab1280--outline-partner .outline-list-inTable {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pc-tab1280--outline-partner .outline-list-inTable:not(:last-of-type) {
  margin-right: 25px;
}

.tab1024-sp--outline-partner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tab1024-sp--outline-partner .outline-list-inTable {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 40%;
}
.tab1024-sp--outline-partner .outline-list-inTable:not(:last-of-type) {
  margin-right: 10px;
}

.table-emphasis {
  width: 100%;
  margin-top: 10px;
  font-size: clamp(12px, 0.83vw, 16px);
}

.youtube {
  margin-top: 38px;
}

.bl-ttl--youtube {
  width: 100%;
}

.bl-ttl__ja--youtube {
  margin-bottom: 10px;
}

.section-txt--youtube {
  margin: 38px 0 27px;
}

.youtube-wrap {
  padding: 13px;
  background-color: rgba(56, 56, 56, 0.68);
  width: 45.7%;
  margin: 0 auto 12px;
}
@media screen and (max-width: 1024px) {
  .youtube-wrap {
    width: 100%;
    margin: 0 auto 34px;
  }
}
.youtube-wrap iframe {
  width: 100%;
  aspect-ratio: 1/0.48;
  -o-object-fit: cover;
     object-fit: cover;
  height: unset;
}

.bl-btn--youtube {
  position: relative;
  padding-bottom: 204px;
}
@media screen and (max-width: 1024px) {
  .bl-btn--youtube {
    padding-bottom: 102px;
  }
}
.bl-btn--youtube::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ea3324;
  border-right: 0;
  top: 22px;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.bl-btn--youtube a {
  padding-right: 55px;
}

/*

<section class="youtube" id="youtube">
<div class="inner">
  <h3 class="bl-ttl bl-ttl--center bl-ttl--youtube">
    <div class="bl-ttl__ja bl-ttl__ja--center bl-ttl__ja--youtube">壽商事チャンネル</div>
    <div class="bl-ttl__en bl-ttl__en--center bl-ttl__en--youtube">youtube</div>
  </h3>
  <p class="secion-txt textCenter">
    Youtubeにて配信された壽商事の動画をご紹介いたします。<br>
    事業の特徴や働く環境などを発信しています。<br>
    是非お気軽にご覧ください。
  </p>
  <div class="youtube-wrap">
    <iframe width="560" height="315"
      src="https://www.youtube.com/embed/bub29Zr9aJE?si=X6D6BpYwyLT06JMi&amp;controls=0"
      title="YouTube video player" frameborder="0"
      allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
      referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
  </div>
  <div class="bl-btn bl-btn--youtube">
    <a href="https://youtu.be/bub29Zr9aJE?si=NAomKSvNJ_gWhx_T" target="_blank"
      rel="noopener noreferrer">動画を見てみる</a>
  </div>
</div>
</section>

</main>

<!-- フッター -->
<footer class="footer">
<div class="inner inner--size-s inner--footer">
<!-- エントリーボタン -->
<div class="footer__entry-block">
  <a href="entry.html">
    <div class="footer__entry-ttl">
      entry
    </div>
    <div class="footer__entry-click">
      <span>click</span> here
    </div>
  </a>
</div>
<!-- エントリーボタン -->

<div class="footer__bottom">

  <!-- フッター左 -->
  <div class="footer__side-l">
    <!-- ロゴ -->
    <h2 class="footer__logo">
      <a href="index.html">
        <picture>
          <source srcset="assets/images/common/foot-logo.webp" type="image/webp">
          <img src="assets/images/common/foot-logo.png" alt="" loading="lazy">
        </picture>
      </a>
    </h2>
    <!-- ロゴ -->
    <!-- footer会社情報 -->
    <div class="footer__company-info">
      <div class="footer__company-name">壽商事株式会社</div>
      <address class="footer__company-address">
        〒260-0001 <br class="pc-tab1280">千葉市中央区都町8丁目6番17号
      </address>
      <div class="footer__tel-num">
        <a href="0432315366">TEL:043-231-5366</a> <br class="pc-tab1280">FAX:043-233-5366
      </div>
    </div>
    <!-- footer会社情報 -->
  </div>
  <!-- フッター左 -->

  <!-- フッター右 -->
  <div class="footer__side-r">
    <nav class="footer__nav">
      <ul class="footer__nav-list">
        <li class="footer__nav-item tab1024-sp">
          <a href="index.html">
            <div class="footer-nav__en">top</div>
            <div class="footer-nav__ja">トップへ</div>
          </a>
        </li>
        <li class="footer__nav-item">
          <a href="about.html">
            <div class="footer-nav__en">about us</div>
            <div class="footer-nav__ja">壽商事について</div>
          </a>
        </li>
        <li class="footer__nav-item">
          <a href="service.html">
            <div class="footer-nav__en">SERVICE</div>
            <div class="footer-nav__ja">仕事を知る</div>
          </a>
        </li>
        <li class="footer__nav-item">
          <a href="environment.html">
            <div class="footer-nav__en">Environment</div>
            <div class="footer-nav__ja">働く環境を知る</div>
          </a>
        </li>
        <li class="footer__nav-item">
          <a href="voice.html">
            <div class="footer-nav__en">Voice</div>
            <div class="footer-nav__ja">働く人々を知る</div>
          </a>
        </li>
      </ul>
    </nav>
    <div class="footer__policyLink">
      <a href="policy.html">プライバシーポリシー</a>
    </div>
  </div>
  <!-- フッター右 -->
</div>
</div><!-- /.inner -->
<div class="inner inner--size-s inner--footer-bottom">
<small class="footer__copyright

    */
/*==========================
SERVICEページ
==========================*/
.service {
  padding-bottom: 178px;
}
@media screen and (max-width: 1024px) {
  .service {
   padding-bottom: 150px;
  }
}

.service-head {
  position: relative;
  width: 100%;
}

.service-main-img {
  width: 100%;
  height: auto;
	margin-top: -1.5px;
	position: relative;
}

.service-ttl-en {
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-orientation: mixed;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 2.16vw;
  padding-left: 5px;
  border-left: 1px solid #B5B274;
  bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .service-ttl-en {
    writing-mode: horizontal-tb;
    font-size: 12px;
    left: 5.33vw;
    bottom: 20px;
    border-bottom: 1px solid #B5B274;
    border-left: unset;
    padding-left: 0;
    padding-bottom: 3px;
  }
}
.service-ttl {
  position: absolute;
  left: 5.2vw;
  bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .service-ttl {
        left: 5.33vw;
        bottom: 25px;
        position: absolute;
        height: unset;
        height: fit-content;
        line-height: 1;
  }
}

.service-ttl__num {
  position: absolute;
  top: 2.82vw;
  left: 0;
  font-size: 10.41vw;
  font-weight: 700;
  color: rgba(219, 215, 138, 0.47);
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
  line-height: 0.8;
  transform: translateY(-100%);
}
@media screen and (max-width: 1024px) {
  .service-ttl__num {
    font-size: 100px;
        bottom: unset;
        top: unset;
        position: relative;
        transform: unset;
        line-height: 1;
  }
}

.service-ttl__ja {
  position: relative;
  z-index: 2;
  font-size: clamp(52.5px, 3.64vw, 70px);
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 3px 6px rgba(72, 72, 72, 0.5);
}
@media screen and (max-width: 1024px) {
  .service-ttl__ja {
    font-size: 32px;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
		bottom: 30px;
	  position: relative;
	  line-height: 1;
  }
}

.service-intro {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 45px 75px 26.25px;
  background-color: #484848;
  width: 43.8%;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .service-intro {
    position: relative;
    bottom: unset;
    right: unset;
    padding: 25.4px 5.33vw 0;
    width: 100%;
    line-height: 1.61;
    letter-spacing: 0.03em;
    background-color: unset;
  }
}

.service-detail {
  margin-top: 40px;
}

.service-detail__ttl {
  font-size: clamp(37.5px, 2.6vw, 50px);
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .service-detail__ttl {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 0 5.33vw;
  }
}

.service-detail__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service-detail__list {
    display: block;
    padding: 0 5.33vw;
  }
}

.service-detail__item {
  background-color: rgba(56, 56, 56, 0.68);
  padding: 2px 0 20px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .service-detail__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 19px 9px;
    margin-bottom: 8px;
  }
}

.service-detail__icon {
  width: 34.7%;
  aspect-ratio: 1/1;
  margin: 0 auto 12px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service-detail__icon {
    width: 19%;
    margin: 0 23px 0 0;
  }
}
.service-detail__icon img {
  display: block;
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-icon01-1,
.service-icon01-2,
.service-icon02-2,
.service-icon03-3,
.service-icon05-3 {
  width: 63.29%;
}
@media screen and (max-width: 1024px) {
  .service-icon01-1,
.service-icon01-2,
.service-icon02-2,
.service-icon03-3,
.service-icon05-3 {
    width: 81.66%;
  }
}

.service-icon01-3 {
  width: 100%;
}

.service-icon02-1,
.service-icon03-1 {
  width: 82.27%;
}
@media screen and (max-width: 1024px) {
  .service-icon02-1,
.service-icon03-1 {
    width: 86.66%;
  }
}

.service-icon02-3,
.service-icon06-3 {
  width: 62.02%;
}
@media screen and (max-width: 1024px) {
  .service-icon02-3,
.service-icon06-3 {
    width: 76.66%;
  }
}

.service-icon03-2 {
  width: 58.22%;
}
@media screen and (max-width: 1024px) {
  .service-icon03-2 {
    width: 86.66%;
  }
}

.service-icon04-1 {
  width: 84.17%;
}
@media screen and (max-width: 1024px) {
  .service-icon04-1 {
    width: 86.66%;
  }
}

.service-icon04-2,
.service-icon06-2 {
  width: 62.65%;
}
@media screen and (max-width: 1024px) {
  .service-icon04-2,
.service-icon06-2 {
    width: 86.66%;
  }
}

.service-icon04-3 {
  width: 91.77%;
}
@media screen and (max-width: 1024px) {
  .service-icon04-3 {
    width: 80%;
  }
}

.service-icon05-1 {
  width: 75.31%;
}
@media screen and (max-width: 1024px) {
  .service-icon05-1 {
    width: 86.66%;
  }
}

.service-icon05-2 {
  width: 74.68%;
}
@media screen and (max-width: 1024px) {
  .service-icon05-2 {
    width: 86.66%;
  }
}

.service-icon06-1 {
  width: 73.41%;
}
@media screen and (max-width: 1024px) {
  .service-icon06-1 {
    width: 86.66%;
  }
}

.service-detail__txt {
  text-align: center;
  font-size: clamp(17.25px, 1.19vw, 23px);
}
@media screen and (max-width: 1024px) {
  .service-detail__txt {
    font-size: 18px;
    text-align: left;
  }
}

.service-role {
  margin-top: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service-role {
    margin-top: 47px;
    display: block;
  }
}

.service-role__side-l {
  width: 35.3%;
}
@media screen and (max-width: 1024px) {
  .service-role__side-l {
    width: 100%;
    padding: 0 5.33vw;
  }
}

.service-role__ttl {
  font-size: clamp(37.5px, 2.6vw, 50px);
  line-height: 1;
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .service-role__ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.servicerole__sub-ttl {
  padding-left: 33px;
  font-size: clamp(18.75px, 1.3vw, 25px);
  position: relative;
  line-height: 1;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .servicerole__sub-ttl {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.servicerole__sub-ttl::before {
  content: "▶";
  position: absolute;
  font-size: clamp(18.75px, 1.3vw, 25px);
  color: #B5B274;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .servicerole__sub-ttl::before {
    font-size: 14px;
  }
}

.service-role__txt {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 1.56;
  padding-left: 33px;
}
@media screen and (max-width: 1024px) {
  .service-role__txt {
    font-size: 13px;
  }
}

.service-role__side-r {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .service-role__side-r {
    width: 100%;
    margin-top: 35px;
    padding: 0 5.33vw;
    aspect-ratio: 1/0.516;
  }
  .service-role__side-r img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*==========================
ENVIRONMENTページ
==========================*/
/*===== 数字で見る壽商事 =====*/
.bl-ttl--number {
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .bl-ttl--number {
    margin-top: 12px;
  }
}

.number__list {
  padding-left: 2.6vw;
  margin-top: 82px;
}
@media screen and (max-width: 1024px) {
  .number__list {
    padding-left: 0;
    margin-top: 37px;
  }
}

.number__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .number__list {
    display: block;
    padding: 0 5.33vw;
  }
}
.number__list .number__item {
  margin-bottom: 0.78vw;
  width: calc(33% - 0.52vw);
}
@media screen and (max-width: 1024px) {
  .number__list .number__item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
  }
}
.number__list .number__item:not(:nth-of-type(3n)) {
  margin-right: 0.78vw;
}
@media screen and (max-width: 1024px) {
  .number__list .number__item:not(:nth-of-type(3n)) {
    margin-right: auto;
  }
}

.number__item {
  position: relative;
  padding: 1.93vw 0 2.7vw;
  background-color: rgba(56, 56, 56, 0.68);
  border: 2px solid rgba(144, 144, 144, 0.45);
}
@media screen and (max-width: 1024px) {
  .number__item {
    padding: 22.5px 0 34px;
  }
}

.number__ttl {
  padding: 5px 0;
  text-align: center;
  font-size: 0.937vw;
  line-height: 1;
  letter-spacing: 0.08em;
  width: 38.3%;
  margin: 0 auto 32px;
  border: 1px solid #F8F05C;
  border-radius: 27px;
}
@media screen and (max-width: 1024px) {
  .number__ttl {
    font-size: 11px;
  }
}

.number-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.number__num {
  font-size: 5.9vw;
  font-weight: 700;
  letter-spacing: 0.048em;
  line-height: 0.8;
  color: #DBD78A;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 1024px) {
  .number__num {
    font-size: 85px;
  }
}

.versus {
  font-size: 2.66vw;
}
@media screen and (max-width: 1024px) {
  .versus {
    font-size: 32px;
  }
}

.number__unit {
  font-size: 1.66vw;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-left: 15px;
}
@media screen and (max-width: 1024px) {
  .number__unit {
    font-size: 20px;
    margin-left: 18px;
  }
}

.number__icon {
  position: absolute;
}

.number__icon01 {
  width: 32.22%;
  bottom: 26px;
  left: 33px;
}
@media screen and (max-width: 1024px) {
  .number__icon01 {
    width: 32.22%;
    bottom: 15px;
    left: 20px;
  }
}

.number__icon02 {
  width: 31.25%;
  bottom: 8px;
  left: 31px;
}
@media screen and (max-width: 1024px) {
  .number__icon02 {
    bottom: 5px;
    width: 32.22%;
    left: 20px;
  }
}

.number__icon03 {
  width: 33%;
  bottom: 17px;
  left: 16px;
}
@media screen and (max-width: 1024px) {
  .number__icon03 {
    bottom: 10px;
    width: 32.22%;
    left: 10px;
  }
}

.number__icon04 {
  width: 36.5%;
  bottom: 10px;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .number__icon04 {
    width: 32.22%;
    bottom: 10px;
    left: 10px;
  }
}

.number__icon05 {
  width: 26.56%;
  bottom: 17px;
  left: 19px;
}
@media screen and (max-width: 1024px) {
  .number__icon05 {
    width: 21.7%;
    bottom: 13px;
    left: 13px;
  }
}

.number__icon06 {
  width: 30.4%;
  bottom: 29px;
  left: 29px;
}
@media screen and (max-width: 1024px) {
  .number__icon06 {
    width: 26.77%;
    bottom: 10px;
    left: 11px;
  }
}

.number__icon07 {
  width: 32%;
  bottom: 23px;
  left: 34px;
}
@media screen and (max-width: 1024px) {
  .number__icon07 {
    width: 32.22%;
    bottom: 17px;
    left: 12px;
  }
}

.number__icon08 {
  width: 35.7%;
  bottom: 43.5px;
  left: 21px;
}
@media screen and (max-width: 1024px) {
  .number__icon08 {
    width: 32.22%;
    bottom: 14px;
    left: 20px;
  }
}

.number__icon09 {
  width: 26.9%;
  bottom: 36px;
  left: 32px;
}
@media screen and (max-width: 1024px) {
  .number__icon09 {
    width: 25.4%;
    bottom: 25px;
    left: 13px;
  }
}

.numbers-annotation {
  margin-top: 25px;
  text-align: right;
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .numbers-annotation {
    margin-top: 10px;
    padding-right: 5.33vw;
    font-size: 12px;
  }
}

/*===== 福利厚生 =====*/
.benefit {
  /*margin-top: 222px;*/
  margin-bottom: 207px;
}
@media screen and (max-width: 1024px) {
  .benefit {
    /*margin-top: 92px;*/
    margin-bottom: 0;
    padding-bottom: 110px;
  }
}

.bl-ttl--benefit {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .bl-ttl--benefit {
    margin-top: 12px;
  }
}

.benefit__list {
  margin-top: 81.3px;
  padding-left: 2.6vw;
}
@media screen and (max-width: 1024px) {
  .benefit__list {
    margin-top: 25px;
    padding-left: 0;
  }
}
.benefit__list .benefit__item:not(:last-of-type) {
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  .benefit__list .benefit__item:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

.benefit__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .benefit__item {
    display: block;
  }
}

.benefit-img {
  width: 37.26%;
}
@media screen and (max-width: 1024px) {
  .benefit-img {
    width: 100%;
  }
}

.benefit-txt {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .benefit-txt {
    width: 100%;
    padding: 0 5.33vw;
  }
}

.benefit-ttl {
  font-size: clamp(37.5px, 2.6vw, 50px);
  padding-bottom: 9px;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .benefit-ttl {
    font-size: 25px;
    margin-top: 25px;
    padding-bottom: 17px;
    margin-bottom: 19px;
  }
}
.benefit-ttl::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #F8F05C;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .benefit-ttl::after {
    width: 38px;
  }
}

.benefit-detail .benefit-detail__item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .benefit-detail .benefit-detail__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.benefit-detail__head {
  font-size: clamp(17.25px, 1.19vw, 23px);
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .benefit-detail__head {
    font-size: 18px;
  }
}
.benefit-detail__head::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background-image: url(../../assets/images/environment/benefit-detail-icon.svg);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .benefit-detail__head::after {
    width: 17px;
    height: 17px;
  }
}

.benefit-detail__txt {
  font-size: clamp(17.25px, 1.19vw, 23px);
  padding-left: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .benefit-detail__txt {
    font-size: 13px;
  }
}

/*==========================
VOICEページ
==========================*/
.voice {
  padding-bottom: 250px;
}
@media screen and (max-width: 1024px) {
  .voice {
    padding-bottom: 112px;
  }
}

.bl-ttl--voice {
  border-bottom: unset;
}

.bl-ttl--pc-tab1280 {
  display: block;
}

.bl-ttl--tab1024-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .bl-ttl--pc-tab1280 {
    display: none;
  }
  .bl-ttl--tab1024-sp {
    display: block;
  }
}
.voice-accordion-container {
  margin-top: 27px;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-container {
    margin-top: 20px;
  }
}

.inner--voice-accordion-ttl {
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .inner--voice-accordion-ttl {
    flex-direction: column-reverse;
  }
}

.voice-accordion-title {
  cursor: pointer;
  position: relative;
  padding-bottom: 80px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-title {
    padding-bottom: 40px;
  }
}

.voice-accordion-title:before {
  position: absolute;
  content: "";
  bottom: 38px;
  left: 11vw;
  height: 2px;
  width: 30px;
  background: #DBD78A;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-title:before {
    width: 20px;
    bottom: 0;
    right: 5.33vw;
    left: unset;
  }
}

.voice-accordion-title:after {
  position: absolute;
  content: "";
  bottom: 38px;
  left: 11vw;
  height: 2px;
  width: 30px;
  background: #DBD78A;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-title:after {
    width: 20px;
    bottom: 0;
    right: 5.33vw;
    left: unset;
  }
}

.voice-accordion-title.open:before {
  transform: rotate(180deg);
}

.voice-accordion-title.open:after {
  opacity: 0;
}

.voice-accordion-title__side-l {
  width: 42.73%;
  position: relative;
  z-index: 2;
  margin-right: -6.1%;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-title__side-l {
    width: 100%;
    margin-right: 0;
  }
}

.voice-accordion-title__side-r {
  width: 63.37%;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-title__side-r {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sp-reverse {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 5.33vw;
  }
}
.voice-name {
  font-size: clamp(20.25px, 1.4vw, 27px);
  margin: 100px 0 12px;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .voice-name {
    margin: 10px 0 5px;
    font-size: 17px;
    padding-left: 16px;
  }
}

.voice-personal-info {
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .voice-personal-info {
    padding-left: unset;
    padding-left: 10px;
  }
}

.voice-personal-info__year {
  font-size: clamp(13.5px, 0.93vw, 18px);
  padding-right: 17px;
  margin-right: 17px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .voice-personal-info__year {
    font-size: 13px;
    padding-right: 13px;
    margin-right: 13px;
  }
}
.voice-personal-info__year::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 29px;
  background-color: #FFFFFF;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .voice-personal-info__year::after {
    height: 11px;
  }
}

.voice-personal-info__affilliatio {
  font-size: clamp(13.5px, 0.93vw, 18px);
}
@media screen and (max-width: 1024px) {
  .voice-personal-info__affilliatio {
    font-size: 13px;
  }
}

.voice-ttl {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .voice-ttl {
    margin-top: 15px;
  }
}
.voice-ttl span {
  display: block;
  padding: 20px 50px 20px 24px;
  background-color: rgba(219, 215, 138, 0.4);
  font-size: clamp(22.5px, 1.56vw, 30px);
  line-height: 1;
	letter-spacing: .15em;
}
@media screen and (max-width: 1024px) {
  .voice-ttl span {
    padding: 10px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
  }
}
.voice-ttl span:not(:last-of-type) {
  margin-bottom: 7.5px;
}
@media screen and (max-width: 1024px) {
  .voice-ttl span:not(:last-of-type) {
    margin-bottom: 4px;
  }
}

.voice-accordion-text {
  display: none;
}

.voice-accordion-txt-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 2.6vw;
  padding-top: 105px;
	position: relative;
}
@media screen and (max-width: 768px) {
  .voice-accordion-txt-flex {
    display: block;
    padding: 40px 5.33vw;
  }
}

.voice-accordion-txt__side-l {
  width: 33.88%; 
	position: sticky;
    top: 160px;
    left: 0;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-txt__side-l {
    width: 100%;
    margin-bottom: 25px;
	  position:relative;
	  top:unset;
	  left: unset;
  }
}

.voice-accordion-txt__side-r {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-txt__side-r {
    width: 100%;
  }
}
.voice-accordion-txt__side-r .voice-accordion-faq:not(:last-of-type) {
  margin-bottom: 67px;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-txt__side-r .voice-accordion-faq:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.voice-accordion-faq__ttl {
  font-size: clamp(18.75px, 1.3vw, 25px);
  padding-left: 43.5px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-faq__ttl {
    font-size: 16px;
    padding-left: 24px;
    margin-bottom: 16px;
  }
}
.voice-accordion-faq__ttl::after {
  content: "▶";
  position: absolute;
  font-size: clamp(18.75px, 1.3vw, 25px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(181, 178, 116, 0.5);
}
@media screen and (max-width: 1024px) {
  .voice-accordion-faq__ttl::after {
    font-size: 14px;
  }
}

.voice-accordion-faq__answer {
  font-size: clamp(12px, 0.83vw, 16px);
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  .voice-accordion-faq__answer {
    font-size: 13px;
  }
}

.voice-accordion-container {
  margin: 0 auto;
  width: 100%;
}

/*---------------------------
CONTACTページ
---------------------------*/
.contactForm {
  margin: 75px auto 242px;
  width: 100%;
  padding: 0 3.48vw;
}
@media screen and (max-width: 1024px) {
  .contactForm {
    width: 100%;
    margin: 62.5px auto 173px;
  }
}

.formDl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .formDl {
    display: block;
  }
}

.formDl--radioBtn {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .formDl--radioBtn {
    margin-bottom: 40px;
  }
}

.formDt {
  padding-right: 2.8vw;
  width: 16.7vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .formDt {
    width: 100%;
    justify-content: flex-start;
  }
}

.formTtl {
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .formTtl {
    font-size: 15px;
  }
}

.formRequired {
  font-size: clamp(19px, 1.35vw, 26px);
  color: #DBD78A;
  padding-left: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .formRequired {
    font-size: 19px;
  }
}

.formDd {
  width: 55.3vw;
}
@media screen and (max-width: 1024px) {
  .formDd {
    width: 100%;
    margin-top: 19px;
  }
}

.radioBtn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .radioBtn-wrap {
    display: block;
  }
  .radioBtn-wrap .label[for] {
    font-size: 14px;
  }
}

input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 25px;
    height: 25px;
    margin-right: 17px;
    vertical-align: -6px;
  }
}

input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #484848;
  content: "";
}
@media screen and (max-width: 768px) {
  input[type=radio]:checked:before {
    width: 10px;
    height: 10px;
  }
}

.radioBtn {
  margin-right: 3.85vw;
}
.radioBtn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .radioBtn {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .radioBtn:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .radioBtn-wrap__contactMethod {
    display: block;
  }
}
input[type=text],
input[type=email],
textarea {
  padding: 12px 30px;
  background-color: #FFFFFF;
  color:#3B3B3B;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  input[type=text],
input[type=email],
textarea {
    padding: 12px 19px;
    font-size: 14px;
  }
}

textarea {
  height: 215px;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 272px;
  }
}

::-moz-placeholder {
  color: #A3AFAC;
}

::placeholder {
  color: #A3AFAC;
}
@media screen and (max-width: 768px) {
  ::-moz-placeholder {
    font-size: 14px;
  }
  ::placeholder {
    font-size: 14px;
  }
}

input[type=text].postCode {
  width: 165px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  input[type=text].postCode {
    margin-right: 12px;
    width: 132px;
  }
}

input[type=text].prefectures {
  width: 165px;
  display: block;
}
@media screen and (max-width: 1024px) {
  input[type=text].prefectures {
    padding: 12px 25px;
    font-size: 14px;
    width: 149px;
  }
}

.birtyday-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.birthday-input {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 33px;
}
@media screen and (max-width: 1024px) {
  .birthday-input {
    margin-right: 8px;
  }
}

input[type=text].birthday {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  input[type=text].birthday {
    margin-right: 8px;
  }
}

input[type=text].birthday-year {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  input[type=text].birthday-year {
    width: 82px;
  }
}

input[type=text].birthday-month,
input[type=text].birthday-date {
  width: 77px;
}
@media screen and (max-width: 1024px) {
  input[type=text].birthday-month,
input[type=text].birthday-date {
    width: 57px;
  }
}

.formAdress__upper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.restAddress {
  margin-top: 12px;
}

.formDl--addressWrap {
  align-items: flex-start;
}
.formDl--addressWrap .formTtl {
  margin-top: 15px;
}

input[type=file] {
  font-size: clamp(11.25px, 0.78vw, 15px);
}

.fileTxt {
  color: #FFFFFF;
  font-size: clamp(12px, 0.83vw, 16px);
  margin-top: 10px;
}

.formDl__file {
  align-items: flex-start;
}

input[type=checkbox] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: -7px;
  left: 2px;
  transform: rotate(50deg);
  width: 9px;
  height: 14px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: "";
}

.privacy-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 75px auto;
  color: #FFF;
}

.form--policyLink {
  text-decoration: underline;
}

.privacy-wrap label[for] {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .privacy-wrap label[for] {
    font-size: 15px;
  }
	.wpcf7-radio .wpcf7-list-item{
		display: block;
		margin-bottom: 15px;
	}
}

.bl-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .bl-btn {
    width: 100%;
  }
}
.bl-btn .submitBtn {
  padding: 10px 33px;
  width: 200px;
  display: block;
  font-size: clamp(13.5px, 0.93vw, 18px);
  text-align: center;
  border-radius: 50px;
  border: 1px solid #F8F05C;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .bl-btn .submitBtn {
    width: 100%;
    font-size: 15px;
  }
}
.bl-btn .submitBtn:hover {
  background-color: rgba(248, 240, 92, 0.3);
  transition: all 0.5s;
}

.submit:hover {
  top: 3px;
  transition: all 0.3s;
}
.submit:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.submit:hover::before {
  opacity: 1;
  transition: all 0.5s;
}

.bl-btn--toTop {
  margin: 60px auto 200px;
}
@media screen and (max-width: 1024px) {
  .bl-btn--toTop {
    width: 79.48vw;
    margin: 70px auto 130px;
  }
}

.page-ttl__en--policy {
  font-size: 7.8vw;
}

.policy-txt {
  font-size: clamp(11.25px, 0.78vw, 15px);
  padding-left: 1.98vw;
}
@media screen and (max-width: 1024px) {
  .policy-txt {
    font-size: 12px;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.loop-wrap__txt.loop-wrap__txt--service01,
.loop-wrap__txt.loop-wrap__txt--service02,
.loop-wrap__txt.loop-wrap__txt--service03,
.loop-wrap__txt.loop-wrap__txt--service05{
	    -webkit-animation: loop 60s linear infinite;
    	animation: loop 60s linear infinite;
}

.loop-wrap__txt.loop-wrap__txt--service01.loop-wrap__txt02,
.loop-wrap__txt.loop-wrap__txt--service02.loop-wrap__txt02,
.loop-wrap__txt.loop-wrap__txt--service03.loop-wrap__txt02,
.loop-wrap__txt.loop-wrap__txt--service05.loop-wrap__txt02{
    -webkit-animation: loop 60s -30s linear infinite;
    animation: loop 60s -30s linear infinite;
}

@media screen and (max-width: 1024px) {
	.loop-wrap__txt.loop-wrap__txt--service01,
.loop-wrap__txt.loop-wrap__txt--service02,
.loop-wrap__txt.loop-wrap__txt--service03,
.loop-wrap__txt.loop-wrap__txt--service05{
	    -webkit-animation: loop 50s linear infinite;
    	animation: loop 50s linear infinite;
}

.loop-wrap__txt.loop-wrap__txt--service01.loop-wrap__txt02,
.loop-wrap__txt.loop-wrap__txt--service02.loop-wrap__txt02,
.loop-wrap__txt.loop-wrap__txt--service03.loop-wrap__txt02,
.loop-wrap__txt.loop-wrap__txt--service05.loop-wrap__txt02{
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
}


.loop-wrap__txt--top-voice,
.loop-wrap__txt--message{
	    -webkit-animation: loop 30s linear infinite;
    animation: loop 30s linear infinite;
}

.loop-wrap__txt--top-voice.loop-wrap__txt02,
.loop-wrap__txt--message.loop-wrap__txt02{
    -webkit-animation: loop 30s -15s linear infinite;
    animation: loop 30s -15s linear infinite;
	}


@media screen and (max-width: 1024px) {
	
.loop-wrap__txt--top-voice,
.loop-wrap__txt--message{
	    -webkit-animation: loop 30s linear infinite;
    animation: loop 30s linear infinite;
}

.loop-wrap__txt--top-voice.loop-wrap__txt02,
.loop-wrap__txt--message.loop-wrap__txt02{
    -webkit-animation: loop 30s -15s linear infinite;
    animation: loop 30s -15s linear infinite;
	}
}

.loop-wrap__txt--voice01,
.loop-wrap__txt--voice02,
.loop-wrap__txt--voice03,
.loop-wrap__txt--voice04,
.loop-wrap__txt--voice05,
.loop-wrap__txt--voice06{
		    -webkit-animation: loop 65s linear infinite;
    animation: loop 65s linear infinite;
}


.loop-wrap__txt--voice01.loop-wrap__txt02,
.loop-wrap__txt--voice02.loop-wrap__txt02,
.loop-wrap__txt--voice03.loop-wrap__txt02,
.loop-wrap__txt--voice04.loop-wrap__txt02,
.loop-wrap__txt--voice05.loop-wrap__txt02,
.loop-wrap__txt--voice06.loop-wrap__txt02{
	    -webkit-animation: loop 65s -32.5s linear infinite;
    animation: loop 65s -32.5s linear infinite;
}

@media screen and (max-width: 1024px) {
	.loop-wrap__txt--voice01,
.loop-wrap__txt--voice02,
.loop-wrap__txt--voice03,
.loop-wrap__txt--voice04,
.loop-wrap__txt--voice05,
.loop-wrap__txt--voice06{
		    -webkit-animation: loop 50s linear infinite;
    animation: loop 50s linear infinite;
}


.loop-wrap__txt--voice01.loop-wrap__txt02,
.loop-wrap__txt--voice02.loop-wrap__txt02,
.loop-wrap__txt--voice03.loop-wrap__txt02,
.loop-wrap__txt--voice04.loop-wrap__txt02,
.loop-wrap__txt--voice05.loop-wrap__txt02,
.loop-wrap__txt--voice06.loop-wrap__txt02{
	    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
}
}

.slick-track{
	padding-bottom: 50px;
}

.slick-prev::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #B5B274;
	border-radius: 50%;
	border :1px solid #fff;
	top: 0;
	left: 0;
}

.slick-prev::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	top: 50%;
	left: 57%;
	transform: translate(-50% , -50%) rotate(45deg);
}


.slick-next::before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #B5B274;
	border-radius: 50%;
	border :1px solid #fff;
	top: 0;
	left: 0;
}

.slick-next::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	top: 50%;
	left: 43%;
	transform: translate(-50% , -50%) rotate(-45deg);
}

.slick-next, .slick-prev{
	    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 99;
    bottom: 0;
	top: unset;
}

.slick-next{
    left: 50%;
    transform: translateX(100%);
}

.slick-prev {
    left: 50%;
    transform: translateX(-100%);
}


@media screen and (max-width: 1024px) {
	
	.slick-track{
	padding-bottom: 80px;
}

.slick-prev::before{
	width: 50px;
	height: 50px;
}

.slick-prev::after{
	width: 15px;
	height:15px;
}


.slick-next::before{
	width: 50px;
	height: 50px;
}

.slick-next::after{
	width: 15px;
	height: 15px;
}

.slick-next, .slick-prev{
    width: 50px;
    height: 50px;
}


.slick-next{
 	margin-left: -25px;
}

.slick-prev {
 	margin-left: -25px;
}

}

.swiper-slide{
	margin: 0 1vw;
}

.comingsoon{
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 100px 0;
}

@media screen and (max-width: 1024px) {
	.comingsoon{
		font-size:15px;
		padding: 0px 0 80px;
	}
}