@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#movie_base {
  z-index: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
}

.mv {
  width: 100%;
}

.mv video {
  width: 100%;
  height: auto;
  margin: auto;
}

.mv_set {
  display: block;
  position: relative;
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
  background: url(../img/teaser_mv_bg.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
}

.mv_t01 {
  margin-top: 16.5vw;
  width: 52%;
  margin-inline: auto;
  line-height: 1.2;
  opacity: 0;
}

.mv_t02 {
  font-size: 2.5vw;
  margin-top: 2em;
  line-height: 1.2;
  opacity: 0;
}

.mv_t03 {
  font-size: 2.9vw;
  font-weight: bold;
  margin-top: .2em;
  line-height: 1.2;
  opacity: 0;
}

.mv_t04 {
  font-size: 1.2vw;
  line-height: 2;
  margin-top: 2em;
  opacity: 0;
}

.mv_set img {
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .mv_set {
    height: 173.75vw;
    background: url(../img/teaser_mv_bg_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  .mv_t01 {
    margin-top: 10vw;
    width: 75%;
  }

  .mv_t02 {
    font-size: 6.5vw;
    margin-top: 2em;
    line-height: 1.2;
    opacity: 0;
  }

  .mv_t03 {
    font-size: 6.5vw;
    font-weight: bold;
    margin-top: .2em;
    line-height: 1.2;
    opacity: 0;
  }

  .mv_t04 {
    font-size: 4.2vw;
    line-height: 2;
    margin-top: 2em;
    opacity: 0;
    padding: 0 5%;
    text-align: justify;
  }
}

.sec01_logo {
  text-align: center;
  margin-top: 100px;
}

.c-sec-ttl {
  text-align: center;
  color: #c8b496;
  font-size: 30px;
  margin-top: 2em;
}

.ttl_en {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  letter-spacing: .1em;
}

.p-sec01_txt01 {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-top: 2em;
}

.p-mission-set {
  max-width: 1200px;
  display: flex;
  margin: 100px 5% 0;
  margin-inline: auto;
  gap: 50px;
}

.p-mission-set-img {
  width: 50%;
  padding: 10px 5%;
  display: flex;
  align-items: center;
}

.p-mission-set-txt {
  width: 50%;
}

.p-mission-set-ttl02 {
  font-size: 36px;
  font-weight: bold;
  color: #c8b496;
  margin-top: .5em;
}

.p-mission-set-txt01 {
  margin-top: 1em;
  font-size: 18px;
  line-height: 1.8;
}

.p-mission-set.c-reverse {
  flex-direction: row-reverse;
}

.p-teaser-cta {
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 800px) {
  .center_contena01 {
    padding: 0 5%;
  }

  .sec01_logo {
    text-align: center;
    margin-top: 60px;
  }

  .sec01_logo img {
    width: 20%;
  }

  .c-sec-ttl {
    font-size: 20px;
  }

  .ttl_en {
    font-size: 40px;
  }

  .p-sec01_txt01 {
    font-size: 4.2vw;
  }

  .p-mission-set {
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    margin: 100px 0 0;
    margin-inline: auto;
    gap: 30px;
  }

  .p-mission-set-img {
    width: 100%;
    padding: 0 10%;
    display: flex;
    align-items: center;
  }

  .p-mission-set-txt {
    width: 100%;
  }

  .p-mission-set-ttl01 img {
    height: 50px;
    width: auto;
  }

  .p-mission-set-ttl02 {
    font-size: 26px;
    font-weight: bold;
    color: #c8b496;
    margin-top: .5em;
  }

  .p-mission-set-txt01 {
    margin-top: 1em;
    font-size: 4.2vw;
    line-height: 1.8;
  }

  .p-mission-set.c-reverse {
    flex-direction: column-reverse;
  }

  .p-teaser-cta {
    width: 80%;
    margin-top: 60px;
    margin-inline: auto;
    text-align: center;
  }
}

/* Top */
.p-top-contents-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.p-top-contents-list li {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.p-top-contents-list li img {
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.p-top-contents-list li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-contents-list li a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  filter: blur(5px);
}

.p-top-contents-list li a span {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.p-top-contents-list li a:hover span {
  background: rgba(255, 255, 255, 0.5);
}

.p-top-contents-list li a:hover span img {
  -webkit-transform: scale(1);
  transform: scale(1);
  filter: blur(0);
}

@media (max-width: 800px) {
  .p-top-contents-list li {
    width: 100%;
  }
}

/* コンセプト */
.p-concept-mv {
  display: flex;
  width: 100%;
  height: 56.25vw;
  background: url(../img/concept_bg.jpg) no-repeat center top;
  background-size: cover;
  align-items: center;
  padding: 0 5%;
}

.p-concept-mv_t01 {
  text-align: center;
  margin-inline: auto;
}

@media (max-width: 800px) {
  .p-concept-mv {
    display: flex;
    width: 100%;
    height: 120vw;
    background: url(../img/concept_bg.jpg) no-repeat center top;
    background-size: cover;
    align-items: center;
    padding: 0 5%;
  }

  .p-concept-mv_t01 {
    width: 80%;
    text-align: center;
    margin-inline: auto;
  }
}

/* fukuro */
.p-page-mv {
  width: 100%;
  height: 56.25vw;
  position: relative;
}

@media (max-width: 800px) {
  .p-page-mv {
    height: 150vw;
  }
}

.p-fukuro-ttl {
  text-align: center;
  margin-top: 3em;
}

@media (max-width: 800px) {
  .p-fukuro-ttl {
    margin: 3em 10% 0;
  }
}

.p-point-list {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.p-item-list {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.p-item-box {
  width: calc(calc(100% - 60px) / 2);
}

.c-item-txt-set {
  margin-top: 20px;
}

.c-item-txt01 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

.c-item-txt__size {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-top: 0.5em;
}

.c-item-txt__meta {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding: .2em 2em;
  margin-top: 1em;
}

.p-item-box a:hover .c-item-txt01,
.p-item-box a:hover .c-item-txt__size {
  color: #e75d4b;
}


@media (max-width: 800px) {
  .p-point-list {
    width: 90%;
    margin-inline: auto;
    margin-top: 40px;
    display: flex;
    gap: 15px;
  }

  .p-item-list {
    width: 90%;
    margin-inline: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .p-item-box {
    width: 100%;
  }

  .c-item-txt-set {
    margin-top: 20px;
  }

  .c-item-txt01 {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .c-item-txt__size {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-top: 0.5em;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .c-item-txt__meta {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: .2em 2em;
    margin-top: 1em;
  }
}

/* 会社概要 */
.company_contena01 {
  max-width: 800px;
  margin-inline: auto;
}

.p-company-message {
  font-size: 18px;
  line-height: 2;
  margin-top: 60px;
  padding-bottom: 60px;
}

.p-company-message p+p {
  margin-top: 1em;
}

.p-company-table {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 0;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .company_contena01 {
    width: 90%;
    margin-inline: auto;
  }

  .p-company-message {
    font-size: 4vw;
    line-height: 2;
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .p-company-message p+p {
    margin-top: 1em;
  }

  .p-company-table {
    font-size: 4vw;
  }
}

.p-company-table th {
  width: 25%;
  font-weight: normal;
  padding: 12px 15px;
  border-bottom: .5px solid #303030;
  vertical-align: baseline;
  text-align: left;
}

@media (max-width: 800px) {
  .p-company-table th {
    padding: 10px 8px;
  }
}

.p-company-table td {
  padding: 12px 15px;
  border-bottom: .5px solid #303030;
  vertical-align: baseline;
  width: 75%;
}

@media (max-width: 800px) {
  .p-company-table td {
    padding: 10px 8px;
  }
}