@charset "UTF-8";
/*==============================================
top
==============================================*/
.top {
  height: 100vh;
}

.top__opening-inner {
  background: var(--color-shiraibrown);
  width: 100%;
  height: 100vh;
  position: fixed;
  top:0;
  left:0;
  display: grid;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.top__opening-logo-mark {
  width: 120px;
  display: none;
}

.top__opening-logo-type {
  width: 275px;
  display: none;
}

/*header*/
.top-header {
  position: fixed;
  top: 30px;
  left: 50px;
  z-index: 20;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 60px;

  display: none;
  opacity: 0;
  transition: opacity 0.1s ease;
}

.top-header__nav-list {
  display: grid;
  grid-template-columns: repeat(5,auto);
  gap: 60px;
}

.top-header__nav-list-item a, .top-header__nav-list-item a:visited {
  font-size: 1.7rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.top__list {
  display: flex;
  height: 100vh;
}

.top__list-item {
  flex-shrink: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  /* overflow: hidden; */
  min-width: max-content;
  aspect-ratio:1440/900;
}

.top__list-item-bg {
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
  content: '';
  width: 100.01%;
  height: 100%;
}

.top__list-item-bg--home {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_home.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--info {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_info.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--brand01 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_brand01.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--brand02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_brand02.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--business-part01 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_business_part01.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--business-part02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_business_part02.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--recruit-part01 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_recruit_part01.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
  z-index: 5;
}

.top__list-item-bg--recruit-part02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_recruit_part02.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

.top__list-item-bg--end {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/top_bg_end.png) no-repeat center center;
  background-size:cover;
  aspect-ratio:1440/900;
}

/*common*/
.top__contents-inner {
  width: 100%;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
}

.top__contents-tit {
  font-size: 3.7rem;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
}

.top__contents-subtit {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5em;
  letter-spacing: 0.075em;
}

.top__contents-copy {
  margin-bottom: 2em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

.top__contents-btn {
  text-align: right;
}

/*#home*/
.top__contents-home {
  position: absolute;
  top:45vh;
  right:10vw;
  width: 27%;
  min-width: 500px;
  text-align: right;
  z-index: 20;
  background: var(--color-white);
  opacity: 0;
  /* clip-path: inset(0 100% 0 0); */
}

.top__contents-home-tit {
  margin-bottom: 0.5em;
}

.top__contents-home-subtit {
  font-size: 2.1rem;
  font-family: var(--fontfamily-en);
  margin-bottom: 2em;
  letter-spacing: 0.05em;
}

.top__contents-home-scroll img {
  width: 125px;
}

/*#info*/
.top__contents-info {
  display: grid;
  grid-template-columns: repeat(2,auto);
  gap: 30px;
  position: absolute;
  top:45vh;
  left:10vw;
  width: 43%;
  z-index: 20;
}

.top__contents-info-img {
  position: absolute;
  top:40vh;
  right:0;
  width: 40%;
  z-index: 20;
}

.top__contents-info-tit {
  font-family: var(--fontfamily-en);
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.top__contents-info-list {
  display: grid;
  gap: 1em;
  margin-bottom: 1.5em;
}

.top__contents-info-list-item {
  border-bottom: 1px solid var(--color-shiraibrown);
  padding-bottom: 1em;
}

.top__contents-info-list-date {
  font-family: var(--fontfamily-en);
  font-weight: 700;
  font-size: 1.8rem;
}

.top__contents-info-list-item-txt {
  font-size: 1.7rem;
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr 6em;
  line-height: 1.5;
}

.top__contents-info-list-item-txt-label {
  background: var(--color-shiraibrown50);
  font-size: 1.1rem;
  color: var(--color-white);
  padding: .1em 1em .2em;
  height: min-content;
  border-radius: 3px;
  text-align: center;
}

/*#brand01*/
.top__contents-brand01 {
  display: grid;
  grid-template-columns: auto 40%;
  align-items: center;
  justify-content: center;
  gap: 70px;
  z-index: 20;

}

/*#brand02*/
.top__list-item--brand02{
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__contents-brand02 {
  z-index: 20;
  position: relative;
}

.top__contents-brand02-imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88.0729vw;
}

.top__contents-brand02-imglist .slide01 {
  width: 16.770833vw;
}

.top__contents-brand02-imglist .slide02 {
  width: 24.479167vw;
}

.top__contents-brand02-imglist .slide03 {
  width: 26.1979167vw;
}

.top__contents-brand02-imglist .slide04 {
  width: 18.28125vw;
}

/*#business*/
.top__contents-business {
  display: grid;
  grid-template-columns: auto 30%;
  align-items: center;
  justify-content: center;
  gap: 70px;
  z-index: 20;
}

.top__contents-business-fig {
  position: relative;
  top:-50px;
}

/*#recruit*/
.top__contents-recruit {
  width: 100%;
}

.top__contents-recruit-imglist {
  position: absolute;
  top:0;
  left:0;
  width: 45%;
  height: 100vh;
  z-index: 9;
}

.top__contents-recruit-txt {
  position: relative;
  left:65%;
  z-index: 20;
}

/*#end*/
.top__contents-end {
  position: absolute;
  top:26vh;
  left:13vw;
  width: 27%;
  min-width: 500px;
  text-align: right;
  z-index: 20;
  /* clip-path: inset(0 100% 0 0); */
}

.top__contents-end-tit {
  margin-bottom: 0.5em;
}

.top__contents-end-subtit {
  font-size: 2.1rem;
  font-family: var(--fontfamily-en);
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

.top__contents-end-pagetop {
  text-align: left;
  padding-left: 2vw;
}

.top__contents-end-pagetop img {
  width: 125px;
}

.top__contents-end-footer {
  display: grid;
  align-items: end;
  justify-content: start;
  grid-template-columns: 10vh auto auto;
  gap: 3em;
  position: absolute;
  left:13vw;
  bottom:2vw;
  z-index: 20;
}

.top__contents-end-footer-links {
  display: grid;
  grid-template-columns: repeat(3,auto);
  gap: 2em;
}

.top__contents-end-footer-copyright {
  font-family: var(--fontfamily-en);
  font-weight: 500;
  font-size: 1.2rem;
}


@media screen and (max-width: 1024px) {

.top {
  height: 100vh;
  overflow: hidden;
}

.top__opening-logo-mark {
  width: 32.8767vw;
}

.top__opening-logo-type {
  width: 75.342vw;
}

/*header*/
.top-header {
  top: 0;
  left: 0;
}

.top__list-item {
  width: auto;
}

.top__list-item--home{
    width: 218.63vw;
}

.top__list-item {
  aspect-ratio: auto;
}

.top__list-item-bg--home {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_home.png) no-repeat center top;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100.1vw;
}

.top__list-item-bg--home02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_home02.png) no-repeat center top;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 118.7vw;
  left: 100vw;
}

.top__list-item-bg--info {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_info01.png) no-repeat center top;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

.top__list-item-bg--info02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_info02.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

.top__list-item-bg--brand01 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_brand01.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

.top__list-item-bg--brand02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_brand02.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

.top__list-item-bg--business-part01 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_business_part01.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

.top__list-item-bg--business-part02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_business_part02.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

.top__list-item-bg--recruit-part01 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_recruit_part01.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
  z-index: 10;
}

.top__list-item-bg--recruit-part02 {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_recruit_part02.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
  z-index: 5;
}

.top__list-item-bg--end {
  /* clip-path: inset(0 100% 0 0); */
  background: url(../../assets/img/index/sp/top_bg_end.png) no-repeat center bottom;
  background-size: 100% auto;
  aspect-ratio: auto;
  width: 100%;
}

/*common*/
.top__contents-inner {
  width: 100%;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
}

.top__contents-tit {
  font-size: 10.137vw;
}

.top__contents-subtit {
  font-size: 4.82191776vw;
}

/*#home*/
.top__contents-home {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  background: none;
  min-width: auto;
}

.top__contents-home-tit {
  margin-bottom: 0;
  position: absolute;
  top: 48vh;
  right: 15.616vw;
  width: 81.9178vw;
}

.top__contents-home-subtit {
  font-size: 3.39452vw;
  margin-bottom: 0;
  position: absolute;
  top: 64vh;
  right: 15.616vw;
}

.top__contents-home-scroll02 {
    position: absolute;
    bottom: 9.6058vh;
    left: calc(100vw - 42.46575vw);
    /* clip-path: inset(0 100% 0 0); */
    opacity: 0;
    z-index: 100;
}

.top__contents-home-scroll02 img {
    width: 27.616vw;
}

/*#info*/
.top__list-item--info{
    width: 161.369863vw;
}

.top__contents-info {
    display: block;
    position: absolute;
    top: 48vh;
    left: 38vw;
    width: 80vw;
}

.top__contents-info-img {
  top: 10.3077vh;
  right: auto;
  left: 15.89vw;
  width: 122.7397vw;
  z-index: 5;
}

.top__contents-info-tit {
  font-size: 7.1808vw;
  margin-bottom: 7.123vw;
}

.top__contents-info-list {
  gap: 2.7397vw;
  margin-bottom: 6.575vw;
}

.top__contents-info-list-item {
  padding-bottom: 2.7397vw;
}

.top__contents-info-list-date {
  font-size: 3.1041vw;
}

.top__contents-info-list-item-txt {
  font-size: 2.9028vw;
}

.top__contents-info-list-item-txt-label {
  font-size: 1.791328vw;
  padding: .2em 1em .4em;
  border-radius: 1.37vw;
  margin-top: .2em;
}

/*#brand01*/
.top__list-item--brand01{
    width: 219.178vw;
}

.top__contents-brand01{
  grid-template-columns: 75.89vw 97.808vw;
  gap: 0;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 14vh;
}

.top__contents-brand01-logo img{
    width: 76.438356vw;
    margin: 0 auto;
    display: block;
}

.top__contents-brand01 .top__contents-btn,
.top__contents-recruit .top__contents-btn{
  text-align: left;
}

/*#brand02*/

.top__list-item--brand02{
  justify-content: flex-start;
  width: 379.452vw;
}

.top__contents-brand02-imglist {
  width: 370.685vw;
}

.top__contents-brand02-imglist .slide01 {
  width: 67.39726vw;
}

.top__contents-brand02-imglist .slide02 {
  width: 98.08219vw;
}

.top__contents-brand02-imglist .slide03 {
  width: 104.9315vw;
}

.top__contents-brand02-imglist .slide04 {
  width: 90.68493vw;
}

/*#business*/
.top__contents-business {
  grid-template-columns: 64.6575vw 129.589vw;
  align-items: flex-start;
  gap: 2.7397vw;
  width: 214.52vw;
}

.top__contents-business-fig {
  top: 8.21918vw;
}

.top__contents-business-fig img{
  width: 78.63vw;
}

/*#recruit*/
.top__contents-recruit {
  width: 249.041vw;
}

.top__contents-recruit-imglist {
  width: 137.5342vw;
}

.top__contents-recruit-txt {
  left: 167.67vw;
}

/*#end*/
.top__list-item--end{
    width: 207.39726vw;
}
.top__contents-end {
  top: 34vw;
  left: 12.8767vw;
  width: 81.9178vw;
  min-width: inherit;
}

.top__contents-end img{
  width: 81.9178vw;
}

.top__contents-end-subtit {
  font-size: 4.82191776vw;
}

.top__contents-end-pagetop {
  position: absolute;
  top: 54.1538vh;
  right: 0;
}

.top__contents-end-pagetop img {
  width: 27.616vw;
}

.top__contents-end-footer {
  display: block;
  left: auto;
  right: 12vw;
  bottom: 5.48vw;
}

.top__contents-end-footer-links {
  font-size: 2.74vw;
  gap: 1em;
  margin-bottom: 1em;
}

.top__contents-end-footer-copyright {
  font-size: 2.466vw;
  text-align: right;
}

}