@charset "UTF-8";
/* 
  関数
*/
/*$fc-black:#707070;
$bc-black:#707070;*/
/*$header-bgc:#EAEAE9;*/
/* underpages */
/* about */
/* contact*/
/* service */
/* btn */
/* job */
/* numbers */
/* 
  関数  end
*/
/*main{
    background-image: url(images/bg-gray03.jpg);
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    background-attachment: fixed;
}*/
.top-hello-movie {
  /* wrap */
  position: relative;
  /* video */
  /* overlay */
  /* text */
}
.top-hello-movie .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.top-hello-movie .video-box .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.top-hello-movie .overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.top-hello-movie .text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.top-hello-movie .text-box h1 {
  font-family: serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 150px;
  /*text-align: center;*/
  color: #fff;
}
@media screen and (max-width: 960px) {
  .top-hello-movie .text-box {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .top-hello-movie .text-box h1 {
    font-family: serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.4;
    padding-left: 100px;
    /*text-align: center;*/
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  .top-hello-movie .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .top-hello-movie .text-box h1 {
    font-family: serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    padding: 0 20px;
    text-align: center;
    color: #fff;
  }
}

/* content-01*/
@media screen and (max-width: 960px) {
  .content-01 .content-container {
    width: 350px;
    height: auto;
  }
  .content-01 .content-container .content-wrapper-01 .content-item-01 {
    display: none;
  }
  .content-01 .content-container .content-wrapper-01 .content-item-02 {
    width: auto;
  }
  .content-01 .content-container .content-wrapper-01 .content-item-02 .item-text {
    padding-right: 0px;
  }
  .content-01 .content-container .content-wrapper-02 {
    display: none;
  }
}
.numbers {
  padding-left: 15vw;
  padding-right: 15vw;
  padding-bottom: 50px;
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  justify-content: space-between;
  /* 子要素を垂直方向に中央に配置 
  align-items: center; */
  /* 折り返し */
  flex-wrap: wrap;
}
.numbers .number__content {
  margin-bottom: 50px;
  background-color: #F5F4F4;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.numbers .number__content .content__title {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  /* 子要素を垂直方向に中央に配置 */
  align-items: center;
  /* 余白 */
  margin-bottom: 20px;
}
.numbers .number__content .content__title .title__line {
  width: 4px;
  height: 2rem;
  background-color: #c4c3bf;
  /* 余白 */
  margin-right: 10px;
}
.numbers .number__content .content__title .title__text {
  font-size: 30px;
}
.numbers .number__content .content__items {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  /* 子要素を垂直方向に中央に配置 
  align-items: center; */
}
.numbers .number__content .content__items .content__item {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  /* 子要素を垂直方向に中央に配置 
  align-items: center; */
  /* 余白 */
  padding-left: 15px;
  padding-right: 15px;
}
.numbers .number__content .content__items .content__item .item__title {
  font-size: 20px;
  padding-bottom: 10px;
}
.numbers .number__content .content__items .content__item .item__text {
  font-size: 30px;
}
.numbers .number__content .content__items .content__item .item__text span {
  font-size: 50px;
  padding-right: 5px;
}
.numbers .number__content .content__img {
  height: 70%;
}
.numbers .number__content .content__img img {
  /* 画像の縦横比を崩さないため */
  height: 100%;
  /*width:100%;*/
  -o-object-fit: cover;
     object-fit: cover;
}
.numbers .number__content__01 {
  width: 100%;
}
.numbers .number__content__01 .content__items {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  /* 子要素を垂直方向に中央に配置 
  align-items: center; */
}
.numbers .number__content__01 .content__items .content__item {
  /* フレックスボックスに指定 */
  display: flex;
  /* 縦に並べる */
  flex-direction: column;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  /* 子要素を垂直方向に中央に配置 
  align-items: center; */
  /* 余白 */
  padding-left: 15px;
  padding-right: 10%;
}
.numbers .number__content__01 .content__items .content__item .item__title {
  font-size: 20px;
  padding-bottom: 10px;
}
.numbers .number__content__01 .content__items .content__item .item__text {
  font-size: 30px;
}
.numbers .number__content__01 .content__items .content__item .item__text span {
  font-size: 50px;
  padding-right: 5px;
}
.numbers .number__content__02 {
  width: 48%;
}

@media screen and (max-width: 850px) {
  .numbers {
    padding-left: max(5vw, 25px);
    padding-right: max(5vw, 25px);
  }
}
@media screen and (max-width: 650px) {
  .numbers {
    padding-bottom: 50px;
    /* フレックスボックスに指定 */
    display: flex;
    /* 横に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 
    justify-content: center;*/
    justify-content: space-between;
  }
  .numbers .number__content {
    margin-bottom: 20px;
    background-color: #F5F4F4;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .numbers .number__content .content__title {
    /* フレックスボックスに指定 */
    display: flex;
    /* 横に並べる */
    flex-direction: row;
    /* 子要素を水平方向に中央に配置 
    justify-content: center;*/
    /* 子要素を垂直方向に中央に配置 */
    align-items: center;
    /* 余白 */
    margin-bottom: 10px;
  }
  .numbers .number__content .content__title .title__line {
    width: 4px;
    height: 2rem;
    background-color: #c4c3bf;
    /* 余白 */
    margin-right: 10px;
  }
  .numbers .number__content .content__title .title__text {
    font-size: 17px;
  }
  .numbers .number__content .content__items {
    /* フレックスボックスに指定 */
    display: flex;
    /* 横に並べる */
    flex-direction: row;
    /* 子要素を水平方向に中央に配置 
    justify-content: center;*/
    /* 子要素を垂直方向に中央に配置 
    align-items: center; */
  }
  .numbers .number__content .content__items .content__item {
    /* フレックスボックスに指定 */
    display: flex;
    /* 縦に並べる */
    flex-direction: column;
    /* 子要素を水平方向に中央に配置 
    justify-content: center;*/
    /* 子要素を垂直方向に中央に配置 
    align-items: center; */
    /* 余白 */
    padding-left: 15px;
    padding-right: 15px;
  }
  .numbers .number__content .content__items .content__item .item__title {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .numbers .number__content .content__items .content__item .item__text {
    font-size: 15px;
  }
  .numbers .number__content .content__items .content__item .item__text span {
    font-size: 30px;
    padding-right: 5px;
  }
  .numbers .number__content__01 {
    width: 100%;
  }
  .numbers .number__content__01 .content__items .content__item {
    /* 余白 */
    padding-left: 15px;
    padding-right: 5%;
  }
  .numbers .number__content__02 {
    width: 100%;
  }
}
.media {
  padding-left: 15vw;
  padding-right: 15vw;
  padding-bottom: 100px;
}
.media .media__content {
  /* フレックスボックスに指定 */
  display: flex;
  /* 横に並べる */
  flex-direction: row;
  /* 子要素を水平方向に中央に配置 
  justify-content: center;*/
  justify-content: space-between;
  /* 子要素を垂直方向に中央に配置 
  align-items: center; */
  /* 折り返し */
  flex-wrap: wrap;
}
.media .media__content .content_item {
  width: 45%;
  box-shadow: 1px 1px 10px #c4c3bf;
  margin-bottom: 20px;
}
.media .media__content .content_item a {
  width: 100%;
}
.media .media__content .content_item a img {
  /* 画像の縦横比を崩さないため */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 850px) {
  .media {
    padding-left: max(5vw, 25px);
    padding-right: max(5vw, 25px);
    padding-bottom: 100px;
  }
  .media .media__content {
    /* フレックスボックスに指定 */
    display: flex;
    /* 横に並べる */
    flex-direction: row;
    /* 子要素を水平方向に中央に配置 
    justify-content: center;*/
    justify-content: space-between;
    /* 子要素を垂直方向に中央に配置 
    align-items: center; */
    /* 折り返し */
    flex-wrap: wrap;
  }
  .media .media__content .content_item {
    width: 40%;
  }
  .media .media__content .content_item a {
    width: 100%;
  }
  .media .media__content .content_item a img {
    /* 画像の縦横比を崩さないため */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=toppage.css.map */