@charset "utf-8";

/* ---------------------
 style menu

 [ style.css ]
 1,common
 2,header
 3,footer
 4,アニメーション
 5,top page

--------------------- */

/* ---------------------
 1,common
--------------------- */
html {
  background: #fff;
}
body {
  color: #000000;
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.7px;
  padding-top: 46px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 0;
  }
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s;
}
.img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.sp_block {
  display: none;
}
.wrap {
  width: calc(100% - 300px);
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .wrap {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 765px) {
  .wrap {
    width: 100%;
    padding: 0 30px;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
}

/* タイトル */
.sec_title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 40px;
  font-weight: 420;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sec_title .sub {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 600px) {
  .sec_title {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
  .sec_title .sub {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.7px;
  }
}

/* ---------------------
 2,header
--------------------- */
header {
  width: 100%;
  /* height: calc(100dvh - 46px); */
  height: 1128px;
  background: url("images/top_img.png") no-repeat 150px bottom;
  background-size: cover;
  overflow: hidden;
}
.header_inner {
  width: calc(100% - 200px);
  margin: 0 auto;
}
.logo {
  width: 386px;
  height: 52px;
  margin: 61px auto 0 0;
}
.header_message {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.message_title {
  width: 440px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 40px;
  font-weight: 420;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 2px;
}
.message_info {
  margin-top: 202px;
}
.message_title_sub {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-weight: 550;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: 1.5px;
}
.message_txt {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.9px;
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  header {
    background: url("images/top_img.png") no-repeat 100px center;
  }
  .header_inner {
    width: calc(100% - 100px);
  }
  .message_info {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .header_message {
    flex-direction: column;
    margin-top: 202px;
  }
  .message_title {
    width: 100%;
  }
  .message_info {
    width: 100%;
    margin: 26px 0 0 0;
  }
}
@media screen and (max-width: 765px) {
  .header_inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 600px) {
  header {
    background: url("images/top_img_sp.png") no-repeat 57px 34px;
    background-size: cover;
  }
  .logo {
    width: 195px;
    height: 26px;
    margin: 20px auto 0 0;
  }
  .header_message {
    margin-top: 286px;
  }
  .message_title {
    font-size: 30px;
    line-height: 2.2;
    letter-spacing: 1px;
  }
  .message_info {
    margin-top: 26px;
  }
  .message_title_sub {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .message_txt {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 9px;
  }
}

/* ---------------------
 3,footer
--------------------- */
footer {
  color: #fff;
  padding: 162px 0 71px;
  position: relative;
  margin-top: 59px;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #d32d32;
  border-radius: 30px 30px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.ft_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ft_menu {
  width: 560px;
}
.ft_menu_list {
  margin-top: 15px;
  position: relative;
}
.ft_menu_list::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 1.5s;
}
.ft_menu_item {
  height: 108px;
  color: #fff;
  /* display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; */
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 0 71px 0 20px;
  position: relative;
}
.ft_menu_item::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 1.5s;
}
.ft_menu_list.animated::before {
  /* topの線 */
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.5s;
}
.ft_menu_item:nth-of-type(1).animated::before {
  /* ２本目の線 */
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 1.5s;
}
.ft_menu_item:nth-of-type(2).animated::before {
  /* 3本目の線 */
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 2.5s;
}
.ft_menu_item .link {
  width: 100%;
  height: 108px;
  color: #fff;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.ft_menu_item .sub {
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-left: 20px;
}
.ft_menu_item::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("images/arrow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 39px;
  right: 41px;
  z-index: 0;
}
.ft_menu_item:hover::after {
  /* animation: page-bottom-blank-arrow-animation 0.6s
    cubic-bezier(1, 0, 0.22, 0.725) forwards; */
  animation: page-bottom-blank-arrow-animation 0.6s
    cubic-bezier(0, 0, 0.22, 0.725) forwards;
}
@keyframes page-bottom-blank-arrow-animation {
  0% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(3px) translateY(-3px) scale(0.7);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-7px) translateY(7px) scale(0.7);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
  }
}
.ft_menu_item .link::before {
  background: #000;
  content: "";
  width: 100%;
  height: calc(100% - 1px);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 1.5s;
  z-index: -1;
}
.ft_menu_item:hover .link::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.copyright {
  font-size: 12px;
  margin-top: 425px;
}
@media screen and (max-width: 1000px) {
  .ft_inner {
    flex-direction: column;
  }
  .ft_menu {
    margin-top: 50px;
  }
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 650px) {
  footer {
    padding: 27px 0 60px;
    margin-top: 91px;
  }
  footer::before {
    height: calc(100% + 49px);
    top: -49px;
  }
  .ft_menu {
    width: 100%;
  }
  .ft_menu_item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 71px 0 0;
  }
  .ft_menu_item .sub {
    width: 100%;
    display: block;
    margin: 0 0;
  }
  .copyright {
    font-size: 10px;
    margin-top: 198px;
  }
}

/* ---------------------
 4,アニメーション
--------------------- */
/* コンテンツ 下からフェードイン */
.fadeIn,
.fadeIn_imm,
.top_cont.cont03::after,
footer::before {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: none;
  transition: none;
}
.top_cont.cont03::after {
  transform: translateX(-50%);
}
.fadeIn.animated,
.fadeIn_imm.animated,
.top_cont.cont03.animated::after,
footer.animated::before {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: all 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.5s;
  transition: all 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.5s;
}
.top_cont.cont03.animated::after {
  transform: translateX(-50%);
  opacity: 0.1;
}

/* 画像フェードイン */
.fadeIn_img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: none;
  transition: none;
  opacity: 0;
}
.fadeIn_img.animated {
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: all 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.5s;
  transition: all 1.5s cubic-bezier(0.35, 1, 0.45, 1) 0.5s;
  opacity: 1;
}

/* top背景 */
.fadeIn_top_bg {
  display: none;
}

/* ロゴ：1秒間かけてフェードイン（上から） */
.fadeIn1s_up {
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
@keyframes fadeIn1s {
  0% {
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* topタイトル：1秒間かけてフェードイン（下から） */
.fadeIn1s {
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn1s {
  0% {
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* topテキスト：1.5秒間かけてフェードイン（下から） */
.fadeIn1500ms {
  animation-name: fadeIn1500ms;
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn1500ms {
  0% {
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 650px) {
  .fadeIn1500ms {
    animation-name: fadeIn1500ms;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
  }
}

/* ABOUT USの画像 */
.aboutus_img {
  position: relative;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.aboutus_img::before,
.aboutus_img::after {
  display: block;
  background: #000;
  content: "";
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  transform: scaleX(1);
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.aboutus_img.animated {
  animation-name: fadeIn-img;
}
.aboutus_img.animated::before {
  left: 50%;
  animation-name: PageAnime-curtain01;
}
.aboutus_img.animated::after {
  right: 50%;
  animation-name: PageAnime-curtain02;
}
/* 画像自体をフェードイン */
@keyframes fadeIn-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* カーテン左 キーフレーム */
@keyframes PageAnime-curtain01 {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* カーテン右 キーフレーム */
@keyframes PageAnime-curtain02 {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

/* 文字ループ */
.txt_scroll .inner {
  width: 100vw;
  height: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-inline: calc(50% - 50vw);
}
.scroll_item {
  display: inline-block;
  word-break: keep-all;
  flex-shrink: 0;
  white-space: nowrap;
}
.scroll_item:first-child {
  animation: loop 40s linear -20s infinite;
}
.scroll_item:last-child {
  animation: loop2 40s linear infinite;
}
.scroll_item.ft:first-child {
  animation: loop 60s linear -30s infinite;
}
.scroll_item.ft:last-child {
  animation: loop2 60s linear infinite;
}
@keyframes loop {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.txt_scroll {
  width: 100vw;
  height: 216px;
  overflow: hidden;
  position: absolute;
  top: 426px;
  z-index: -1;
}
.scroll_item {
  color: #f1f1f1;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 120px;
  font-weight: 420;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.txt_scroll.ft {
  position: absolute;
  top: auto;
  bottom: 93px;
}
.scroll_item.ft {
  color: #fff;
}
@media screen and (max-width: 650px) {
  .txt_scroll {
    height: 144px;
    top: 288px;
  }
  .txt_scroll.ft {
    bottom: 53px;
  }
  .scroll_item {
    font-size: 80px;
    letter-spacing: 4px;
  }
}

/* ---------------------
 5,top page
--------------------- */
.top_cont.cont01 {
  padding: 132px 0 209px;
}
.cont01 .message_txt:nth-of-type(1) {
  margin-top: 0;
}

.top_cont.cont02 {
  color: #fff;
  padding: 119px 0 128px;
  transition: all 0.7s ease;
}
.aboutus_item:nth-of-type(1) {
  margin-top: 74px;
}
.aboutus_img {
  width: 100vw;
  height: 357px;
  margin-left: -150px;
  position: relative;
  overflow: hidden;
  opacity: 0.5;
}
.aboutus_img .about_img {
  width: auto;
  min-height: 357px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutus_img .about_img.sp {
  display: none;
}
.aboutus_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 48px 0 103px;
}
.aboutus_title {
  display: -webkit-flex;
  display: flex;
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.aboutus_title .no {
  color: #d32d32;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  font-weight: 420;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 9px 84px 0 0;
}
.about_txt_box {
  /* width: 50%; */
  width: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* padding-left: 90px; */
}
.aboutus_txt {
  /* width: 420px; */
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.9px;
  text-align: justify;
  margin-top: 13px;
}

.top_cont.cont03 {
  padding: 229px 0 292px;
  position: relative;
  overflow-x: hidden;
}
.top_cont.cont03::before {
  content: "";
  display: block;
  width: 100%;
  height: 49px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  position: absolute;
  top: -49px;
  left: 0;
}
.top_cont.cont03::after {
  content: "";
  display: block;
  width: calc(100% - 56px);
  height: 1011px;
  background: linear-gradient(
    180deg,
    rgba(211, 45, 50, 0) 0%,
    rgba(211, 45, 50, 0.04) 32%,
    rgba(211, 45, 50, 0.26) 59.5%,
    #d32d32 98%
  );
  border-radius: 0px 0px 30px 30px;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
.top_cont.cont03 .sec_title {
  color: #d32d32;
}
.top_cont.cont03 .sec_title .sub {
  color: #000;
}
.service_name {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 1.2px;
  margin: 53px 0 15px;
}
.service_info {
  max-width: 480px;
}
.service_list {
  width: 100vw;
  margin-left: -150px;
}
.service_list_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.service_img {
  overflow: hidden;
}
.service_list_row.row01 {
  padding: 0 18px 0 77px;
  margin-top: -88px;
}
.service_list_row.row02 {
  padding: 0 110px 0 49px;
  margin-top: -26px;
}
.service_list_row.row03 {
  padding: 0 76px 0 109px;
  margin-top: -163px;
}
.service_item.item01 {
  width: 44.6%;
  margin-top: 411px;
}
.service_item.item02 {
  width: 55.4%;
  padding: 0 132px;
}
.service_item.item03 {
  width: 53.2%;
  margin-top: 200px;
  padding: 0 100px;
}
.service_item.item04 {
  width: 46.8%;
}
.service_item.item05 {
  width: 45.6%;
  margin-top: 295px;
}
.service_item.item06 {
  width: 54.4%;
  padding: 0 117px;
}
.service_item.item02 .service_img {
  padding-right: 4.46%;
}
.service_item.item03 .service_img {
  padding-left: 4.68%;
}
.service_item.item06 .service_img {
  padding-right: 4.56%;
}
.service_item.item05 .service_info {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1750px) {
  .service_list {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1450px) {
  .aboutus_img .about_img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1300px) {
  .aboutus_img {
    margin-left: -100px;
  }
  .service_list {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1240px) {
  .aboutus_info {
    flex-direction: column;
  }
  .about_txt_box {
    width: 100%;
    padding-left: 0;
  }
  .aboutus_txt {
    margin-left: 104px;
  }

  .service_item.item01 {
    margin-top: 271px;
  }
}
@media screen and (max-width: 1150px) {
  .service_list_row.row02 {
    margin-top: 0;
  }
  .service_item.item02 {
    padding: 0 66px;
    margin-bottom: 100px;
  }
  .service_item.item03 {
    padding: 0 50px;
    margin-top: 100px;
  }
  .service_item.item06 {
    padding: 0 58.5px;
  }
}
@media screen and (max-width: 765px) {
  .top_cont.cont01 {
    padding: 38px 0 68px;
  }
  .cont01_inner {
    padding: 0 30px 0 57px;
  }
  .cont01 .message_txt {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .cont01 .message_txt:nth-of-type(2) {
    margin-top: 15px;
  }

  .top_cont.cont02 {
    padding-bottom: 130px;
  }
  .aboutus_title {
    font-size: 26px;
    letter-spacing: 1.3px;
    flex-direction: column;
  }
  .aboutus_title .no {
    display: block;
    margin: 0;
  }
  .aboutus_txt {
    margin-left: 0;
    margin-top: 39px;
  }
  .aboutus_item:nth-of-type(1) {
    margin-top: 86px;
  }
  .aboutus_img {
    height: 300px;
    margin-left: -30px;
  }
  .aboutus_info {
    padding: 32px 0 47px;
  }

  .top_cont.cont03 {
    padding: 63px 0 60px;
  }
  .service_list {
    margin-left: -30px;
  }
  .service_name {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .service_list_row.row01 {
    padding: 0 18px 0 38.5px;
  }
  .service_list_row.row02 {
    padding: 0 55px 0 24.5px;
  }
  .service_list_row.row03 {
    padding: 0 38px 0 54.5px;
  }
  .service_item.item02 {
    padding: 0 33px;
  }
  .service_item.item03 {
    padding: 0 25px;
  }
  .service_item.item06 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 650px) {
  .top_cont.cont03 {
    padding: 63px 0 40px;
  }
  .top_cont.cont03::after {
    width: calc(100% - 30px);
    height: 500px;
  }
  .service_list {
    width: 100%;
    margin: 0 auto;
  }
  .service_list_row {
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 0 !important;
  }
  .service_item {
    margin-bottom: 50px !important;
  }
  .service_info {
    max-width: 100%;
  }
  .service_name {
    margin: 18px 0 18px;
  }
  .service_item.item01 {
    width: 100%;
    margin-top: 89px;
  }
  .service_item.item01 .service_img {
    width: calc(100% - 30px);
    margin-left: 60px;
  }
  .service_item.item02 {
    width: 100%;
    padding: 0;
  }
  .service_item.item02 .service_img {
    width: 66.6%;
    padding: 0;
  }
  .service_item.item03 {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .service_item.item03 .service_img {
    width: 66.6%;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .service_item.item04 {
    width: 100%;
  }
  .service_item.item04 .service_img {
    width: calc(100% - 30px);
    margin-left: -30px;
  }
  .service_item.item05 {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .service_item.item06 {
    width: 100%;
    padding: 0;
  }
  .service_item.item06 .service_img {
    width: 66.6%;
    padding: 0;
    margin: 0 27px 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .aboutus_img .about_img.pc {
    display: none;
  }
  .aboutus_img .about_img.sp {
    width: 100%;
    height: auto;
    display: block;
  }
  .aboutus_txt {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
