@charset "UTF-8";

/*-------------------------------------
PAGE01  TOP
---------------------------------------*/
#page01 .fv {
  position: relative;   
  width: 100%;
  height: 100vh;
/*  max-height: 100vw;*/
}

#page01 .fv__img {   
  width: 55%;
  height: 100vh;
/*  max-height: 100vw;*/
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

#page01 .fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;   
  object-position: 50% 50%;
}

#page01 .fv__ttl {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 5.5rem;     
  line-height: 1.6; 
  margin-left: 11%;
  z-index: -1;
}

@media(max-width:760px) {
  #page01 .fv {
    position: relative;
  }
  
  #page01 .fv__inner {
    display: inherit;
  }
  
  #page01 .fv__img {
    width: 100%;   
  }
  
  #page01 .fv__ttl {
    width: 53.5%;
    top: 0;
    margin-top: 9.7vw;
    margin-left: 7vw;
    transform: translateY(0);
  }
}

/*-------------------------------------
PAGE01 WORKS
---------------------------------------*/

#page01 .works {
  background-color: #f4f3ee;
}

#page01 .works__inner {
  padding-bottom: 150px;
}

#page01 .works__wrapper {
  position: relative;
}

#page01 .works__list {
  width: 40%;
  height: 100%;
}

#page01 .works__list a {
  transition: 0.3s ease;
}

#page01 .works__img {
  cursor: pointer;
}

#page01 .works__wrapper .swiper-button-prev {
  left: 50%;
  --swiper-navigation-color: #58554c;
}

#page01 .works__wrapper .swiper-button-prev {
  left: -50px;
}

#page01 .works__wrapper .swiper-button-next {
  right: 50%;
  --swiper-navigation-color: #58554c;
}

#page01 .works__wrapper .swiper-button-next {
  right: -50px;
}

#page01 .works__txt {
  padding-top: 5px;
  line-height: 1.7;
}

#page01 .works__txt .category {
  font-size: 1.4rem;
  color: #9D9D9D;
}

#page01 .works__txt .name {
  font-weight: 600;
}

 @media(max-width:760px) {
  #page01 .works__inner {
    padding-bottom: 30vw;
  }
   
  #page01 .works__list {
    width: 65%;
    height: 100%;
  }

  #page01 .works__txt .category {
    font-size: 1.2rem;
  }

  #page01 .works__txt .name {
    font-weight: 400;
  }

  #page01 .works__wrapper .swiper-button-prev {
    display: none;
  }

  #page01 .works__wrapper .swiper-button-next {
    display: none;
  }
} 

/*-------------------------------------
PAGE01 ABOUT
---------------------------------------*/
#page01 .about {
  background: rgb(249, 249, 249);
}

#page01 .about__inner {
  padding-bottom: 150px;
}

#page01 .about__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#page01 .about__box-L {
  position: relative;
  width: 320px;
}

#page01 .about__box-L::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: -30px;
  background-color: #f4f3ee;
  z-index: -1;
}

#page01 .about__box-R {
  width: 450px;
  padding-left: 50px;
}

#page01 .about__box-R .name {
  font-size: 2.0rem;    
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

#page01 .about__box-R .txt {
  margin-top: 20px;
}

#page01 .about__btn {
  margin-top: 80px;
}

@media(max-width:760px) {
  #page01 .about__inner {
    padding-bottom: 30vw;
  }
  
  #page01 .about__box {
    display: inherit;
  }

  #page01 .about__box-L {
    width: 65%;
    margin: 0 auto 10vw;
  }

  #page01 .about__box-R {
    width: 100%;
    padding-left: 0;
  }

  #page01 .about__box-R .name {
    font-size: 1.6rem;   
  }

  #page01 .about__btn {
    margin-top: 8.5vw;
  }
}

/*-------------------------------------
PAGE01 NEXT
---------------------------------------*/
#page01 .next__inner {
  color: #333;  
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#page01 .next__link {
  position: relative;
  transition: 0.8s ease;
}

#page01 .next__link::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}

#page01 .next__link:hover {
  opacity: 1;
}

#page01 .next__link:hover::after {
  transform: scale(1, 1);
  transition: 0.6s ease;
}

#page01 .next__en {
  font-size: 2.0rem;
} 

#page01 .next__txt {
  font-size: 4.0rem;
  letter-spacing: 0.2rem;
}

#page01 .next__txt-jp {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}


/*-------------------------------------
PAGE02 ABOUT
---------------------------------------*/
#page02 .about__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#page02 .about__box-L {
  position: relative;
  width: 320px;
}

#page02 .about__box-L::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: -30px;
  background-color: #f4f3ee;
  z-index: -1;
}

#page02 .about__box-R {
  width: 450px;
  padding-left: 50px;
}

#page02 .about__box-R .name {
  font-size: 2.0rem;    
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

#page02 .about__box-R .txt {
  margin-top: 20px;
}

@media(max-width:760px) {
  #page02 .about__box {
    display: inherit;
  }

  #page02 .about__box-L {
    width: 65%;
    margin: 0 auto 10vw;
  }

  #page02 .about__box-R {
    width: 100%;
    padding-left: 0;
  }

  #page02 .about__box-R .name {
    font-size: 1.6rem;   
  }

  #page02 .about__btn {
    margin-top: 8.5vw;
  }
}


/*-------------------------------------
PAGE02 SKILL
---------------------------------------*/

#page02 .skill__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0px;
  border-bottom: solid 1px rgb(164,158,142);
}

#page02 .skill__list:first-of-type {
  border-top: solid 1px rgb(164,158,142);
}

#page02 .skill__name {
  font-size: 4.0rem;
  line-height: .8;
/*  font-style: italic;*/
}

#page02 .skill__name span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

#page02 .skill__name {
  width: 300px;
}

#page02 .skill__txt {
  width: 650px;
}

@media(max-width:760px) {
  
  #page02 .skill__list {
    display: inherit;
  }

  #page02 .skill__name {
    font-size: 3.0rem;
    line-height: .8;
    margin-bottom: 5vw;
  }
  
  #page02 .skill__name span {
    font-size: 1.4rem;
    padding-left: 1.5vw;
  }

  #page02 .skill__name,#page02 .skill__txt {
    width: 100%;
  }
}

/*-------------------------------------
PAGE02 CREER
---------------------------------------*/
#page02 .career {
  padding-top: 0;
  margin-top: 150px;
}

#page02 .career__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

#page02 .career__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background-color: #f4f3ee;
  z-index: -1;
}

#page02 .career__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
} 

#page02 .career__date {
  position: relative;
  font-size: 2.0rem;
  padding-right: 80px;  
}

#page02 .career__box {
  position: relative;
  width: 600px;
  padding-left: 80px;    
  padding-bottom: 40px;
}

#page02 .career__item:first-child .career__box::after {
  margin-top: 48px;
} 

#page02 .career__item:first-child .career__date {
  padding-top: 40px;
}

#page02 .career__item:first-child .career__box {
  padding-top: 40px;
}

#page02 .career__box::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(164,158,142);
} 

#page02 .career__box::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  margin-top: 14px;
  margin-left: -.85%;
  border-radius: 100%;
  background: rgb(164,158,142);
}

#page02 .career__lead {
  font-size: 1.8rem;
  font-weight: 600;
} 

@media(max-width:760px){
  #page02 .career__item:first-child .career__box::after {
    margin-top: 13vw;
  }
  
  #page02 .career__date {
    font-size: 1.4rem;
    padding-top: .5vw;
    padding-right: 5vw;
  }
  
  #page02 .career__box {
    width: 100%;
    padding-left: 5vw;
  }
  
  #page02 .career__lead {
    font-size: 1.4rem;
    font-weight: 400;
  }
  #page02 .career__box::after {    
    margin-top: 3vw;
    margin-left: -1.5vw;
  }
}

/*-------------------------------------
PAGE02 STRENGTH
---------------------------------------*/
#page02 .strength {
  padding-top: 0;
}

#page02 .strength__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0px;
  border-bottom: solid 1px rgb(164,158,142);
}

#page02 .strength__list:first-of-type {
  border-top: solid 1px rgb(164,158,142);
}

#page02 .strength__boxL {
  width: 300px;
  font-size: 4.0rem;
  line-height: .8;
/*  font-style: italic;*/
}

#page02 .strength__boxL span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

#page02 .strength__boxR {
  width: 650px;
}

#page02 .strength__lead {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

#page02 .strength__lead .highlight {
  background: linear-gradient(transparent 70%, #d1ccb2 70%);
}

@media(max-width:760px) {
  
  #page02 .strength__list {
    display: inherit;
  }

  #page02 .strength__boxL {
    font-size: 3.0rem;
    line-height: .8;
    margin-bottom: 5vw;
  }
  #page02 .strength__boxL span {
    font-size: 1.4rem;
    padding-left: 1.5vw;
  }

  #page02 .strength__lead {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 3.3vw;
  }

  #page02 .strength__boxL,#page02 .strength__boxR {
    width: 100%;
  }
}

/*-------------------------------------
PAGE02 PHOTO
---------------------------------------*/
#page02 .photo {
  margin-top: 150px;
}

#page02 .photo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

#page02 .photo__inner {
  position: relative;   
  padding-top: 100px;
  padding-bottom: 200px;
}

#page02 .photo__inner::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 50%;
  margin-right: -34%;
  background-color: #f4f3ee;
  z-index: -1;
}

#page02 .photo__lead {
  margin-bottom: 20px;
}

#page02 .photo__box {
  position: relative;
  width: 310px;
  flex-grow: 1;
}

#page02 .photo__txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFFFFF;
  text-align: center;
  display: none;
}

@media(max-width:760px) {
  #page02 .photo {
    margin-top: 30vw;
  }
  #page02 .photo__inner {
    padding-top: 20vw;
    padding-bottom: 30vw;
    margin-top: 20vw;
  }
  
  #page02 .photo__wrapper{
    gap: 20px;
  }

  #page02 .photo__box {
    width: 46%;
  }
}

/*-------------------------------------
PAGE02 NEXT
---------------------------------------*/
#page02 .next {
  background: #58554c;
}
#page02 .next__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#page02 .next__lead {
  font-size: 5.0rem;
  line-height: 1.5;
  color: #FFFFFF;    
}
#page02 .next__txt {
  color: #FFFFFF;
  margin: 0 0 25px;
} 

#page02 .next__btn a {
  font-size: 4rem;
  color: #FFFFFF;    
  text-decoration: underline;
  text-align: center;
}

/*-------------------------------------
PAGE03 WORKS
---------------------------------------*/

#page03 .works {
  background-color: #f4f3ee;
}

#page03 .works__inner {
  padding-bottom: 150px;
}

#page03 .works__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

#page03 .works__name {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.2;
  padding-left: 50px;
  padding-right: 50px;
  cursor: pointer;
  transition: 0.3s ease;
}

#page03 .works__name:hover {
  opacity: .7;
  transition: 0.3s ease;
}

#page03 .works__name::before {
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#page03 .works__name.is-active {
  text-decoration: underline;
}

#page03 .works__name:last-child::after {
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#page03 .works__list {
  display: none;
}

#page03 .works__list.is-active {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#page03 .works__list-item {
  width: 48%;
  margin-bottom: 60px;
}

#page03 .works__list-item a {
  transition: 0.3s ease;
}

#page03 .works__list-txt {
  margin-top: 1em;
  line-height: 1.6;
}

#page03 .works__list-item .category {
  color: #9D9D9D;
  font-size: 1.4rem;
}

#page03 .works__list-item .name {
  font-weight: 600;
}

@media(max-width:760px) {
  #page03 .works__inner {
    padding-bottom: 10vw;
  }
  
  #page03 .works__tab {
    margin: 10vw 0;
  }
  
  #page03 .works__name {
    font-size: 1.8rem;
    padding-left: 3.7vw;
    padding-right: 3.7vw;
  }

  #page03 .works__list-txt .category {
    font-size: 1.2rem;
  }

  #page03 .works__list-item {
    margin-bottom: 12vw;
  }

  #page03 .works__list-item .name {
    font-weight: 400;
  }
}