@charset "UTF-8";

#loading {
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

#loading.hide {
  visibility: hidden;
  opacity: 0;
}

#loading_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 45%;
  max-width: 300px;
  height: auto;
  transform: translate(-50%,-50%);
}

.fade {
  opacity: 0;
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_visual1 #fade1 {
  animation: fade 2s, wipe 1s;
  animation-delay: 2.3s;
  animation-fill-mode: forwards;
}

.main_visual1 #fade1.hide {
  animation-delay: 1.3s;
}

.main_visual1 #fade2 {
  animation: fade 2.3s, wipe 1s;
  animation-delay: 3.0s;
  animation-fill-mode: forwards;
}

.main_visual1 #fade2.hide {
  animation-delay: 2.0s;
}

.main_visual1 #fade3 {
  animation: fadeDown 1.7s ease 1s 1 normal backwards;
  animation-delay: 4.5s;
  animation-fill-mode: forwards;
}

.main_visual1 #fade3.hide {
  animation-delay: 3.5s;
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 1201px) {

#wrapper_top {
  min-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.main_visual1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_visual1 .main_visual_movie {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation: fade 0.4s 0.2s forwards;
}

.main_visual1 video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%,-50%);
}

.main_visual1 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translate(-50%,-50%);
}

.main_visual_grad {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.main_top_title {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50px;
  z-index: 9996;
  color: #fff;
}

.main_top_title1,
.main_top_title2 {
  opacity: 0;
  overflow: hidden;
  font-size: 44px;
  font-weight: 500;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.main_top_title1 {
  margin-bottom: 22px;
}

.main_top_title2 {
  margin-bottom: 40px;
}

.main_top_title3 {
  opacity: 0;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
}

@media screen and (min-width: 987px) and (max-width: 1200px) {

#wrapper_top {
  min-width: 1040px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

.main_visual1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_visual1 .main_visual_movie {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation: fade 0.4s 0.2s forwards;
}

.main_visual1 video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.main_visual_grad {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.main_top_title {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50px;
  z-index: 9996;
  color: #fff;
}

.main_top_title1,
.main_top_title2 {
  opacity: 0;
  overflow: hidden;
  font-size: clamp(2.313rem, 1.444rem + 1.41vw, 2.5rem); /*37-40*/
  font-weight: 500;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.main_top_title1 {
  margin-bottom: 22px;
}

.main_top_title2 {
  margin-bottom: 40px;
}

.main_top_title3 {
  opacity: 0;
  position: relative;
  overflow: hidden;
  font-size: clamp(1.125rem, 0.546rem + 0.94vw, 1.25rem); /*18-20*/
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
}

@media screen and (min-width: 769px) and (max-width: 986px) {

#wrapper_top {
  min-width: 1040px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

.main_visual1 {
  position: relative;
  height: auto;
}

.main_visual1 .main_visual_movie {
  height: auto;
}

.main_visual1 video {
  opacity: 0;
  position: static;
  width: 100%;
  min-width: 0;
  margin-top: 56px;
  vertical-align: middle;
  transform: none;
  animation: fade 0.4s 0.2s forwards;
}

.main_visual_grad {
  position: absolute;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.main_top_title {
  display: block;
  position: absolute;
  bottom: 15%;
  left: 50px;
  z-index: 9996;
  color: #fff;
}

.main_top_title1,
.main_top_title2 {
  opacity: 0;
  overflow: hidden;
  font-size: 30px;
  font-weight: 500;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.main_top_title1 {
  margin-bottom: 14px;
}

.main_top_title2 {
  margin-bottom: 30px;
}

.main_top_title3 {
  opacity: 0;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
}


@media screen and (max-width: 768px) {

#wrapper_top {
  width: 100%;
}

.main_visual1 {
  position: relative;
  height: auto;
}

.main_visual1 .main_visual_movie {
  height: auto;
}

.main_visual1 video {
  opacity: 0;
  position: static;
  width: 100%;
  min-width: 0;
  margin-top: 56px;
  vertical-align: middle;
  transform: none;
  animation: fade 0.4s 0.2s forwards;
}

.main_visual_grad {
  position: absolute;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.main_top_title {
  display: block;
  position: absolute;
  bottom: 13%;
  left: 20px;
  z-index: 9996;
  color: #fff;
}

.main_top_title1,
.main_top_title2 {
  opacity: 0;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: clamp(1.063rem, 0.393rem + 3.35vw, 2rem); /*17-32*/
  font-weight: 500;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.main_top_title1 {
  margin-bottom: 10px;
}

.main_top_title2 {
  margin-bottom: 20px;
}

.main_top_title3 {
  opacity: 0;
  position: relative;
  overflow: hidden;
  font-size: clamp(0.75rem, 0.527rem + 1.12vw, 1.063rem); /*12-17*/
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
}

@media screen and (max-width: 428px) {

.main_visual_grad {
  display: none;
}

.main_top_title {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 20px;
  z-index: 9996;
}
}

@media screen and (min-width: 1041px) {

.scrolldown_area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 60px;
  height: 50px;
  margin: auto;
}

.scrolldown {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 50px;
  margin: auto;
}

.scrolldown_area a {
  display: block;
  transition: .5s ease-in-out;
}

.scrolldown_area a:hover {
  opacity: 0.6;
}

.scrolldown span {
  position: absolute;
  right: 0;
  bottom: 51px;
  left: 2px;
  margin: auto;
  color: #fff;
  font-size: 15.5px;
  font-weight: 400;
  font-family: 'Oswald', san-serif;
  letter-spacing: 0.14em;
  text-align: center;
}

.scrolldown::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 1px;
  height: 27px;
  margin: auto;
  background: #fff;
  animation: pathmove 1.7s ease-in-out infinite;
}

@keyframes pathmove {
  0% {
    opacity: 0;
    top: -10px;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    opacity: 0;
    top: 40px;
    height: 0;
  }
}
}

@media screen and (max-width: 1040px) {

.scrolldown_area,
.scrolldown {
  display: none;
}
}


@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Outfit-ExtraBold.woff2") format("woff2"),
       url("../font/Outfit-ExtraBold.woff") format("woff");
}

@keyframes news_arrow_out {
  0% {
    opacity: 1;
    right: 25px;
  }
  100% {
    opacity: 0;
    right: 23px;
  }
}

@keyframes news_arrow_in {
  0% {
    opacity: 0;
    right: 27px;
  }
  100% {
    opacity: 1;
    right: 25px;
  }
}

.product_nav01 {
  background: url("../img/top_newproduct01.svg");
}

.product_nav ul li:hover .product_nav01 {
  background: url("../img/top_newproduct02.svg");
}

.product_nav02 {
  background: url("../img/top_recommend01.svg");
}

.product_nav ul li:hover .product_nav02 {
  background: url("../img/top_recommend02.svg");
}

.product_nav03 {
  background: url("../img/top_comingsoon01.svg");
}

.product_nav ul li:hover .product_nav03 {
  background: url("../img/top_comingsoon02.svg");
}

.product_nav04 {
  background: url("../img/top_movie01.svg");
}

.product_nav ul li:hover .product_nav04 {
  background: url("../img/top_movie02.svg");
}

.contact_area_back:after {
  background: url("../img/top_contact_img.jpg") no-repeat top center / cover;
}

@media screen and (min-width: 1201px) {

.top_title {
  display: flex;
  align-items: center;
}

.top_title1 {
  margin-bottom: 15px;
  color: #e60012;
  font-size: 16.5px;
  font-weight: 400;
  font-family: 'Oswald', san-serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

.top_title2 {
  display: inline-block;
  position: relative;
  padding-left: 2px;
  color: #1a1a1a;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}

.top_title2::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -36px;
  width: 1px;
  height: 20px;
  background: #cbcbcd;
}

.top_title3 {
  margin-bottom: 55px;
  padding-left: 2px;
  color: #1a1a1a;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}

#top_news {
  display: block;
  padding: 100px 0;
  background: #f4f4f5;
}

.tab_wrap_top {
  display: flex;
  flex-wrap: wrap;
  margin: -37px 0 30px;
  overflow: hidden;
}

.tab_label_top {
  display: flex;
  justify-content: center;
  align-items: center;
  order: -1;
  position: relative;
  right: -218px;
  margin-right: 6px;
  padding: 2.5px 17px 3.5px;
  border-radius: 50px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: .3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.tab_label_top:hover {
  background: #fce5e7;
  color: #e60012;
}

.tab_switch_top:checked+.tab_label_top {
  background: #1a1a1a;
  color: #fff;
}

.tab_contents_top {
  opacity: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #cbcbcd;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .0s 0ms, opacity .0s 0ms;
}

.tab_switch_top:checked~.tab_contents_top {
  transform: translateX(30%);
}

.tab_switch_top:checked+.tab_label_top+.tab_contents_top {
  order: 1;
  opacity: 1;
  height: auto;
  pointer-events: auto;
  transform: translateX(0);
}

.tab_wrap_top::after {
  content: "";
  order: -1;
  width: 100%;
  height: 13px;
}

.tab_switch_top {
  display: none;
}

.tab_contents_top li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.tab_contents_top li a {
  display: block;
  width: 100%;
  padding: 20.5px 0;
}

.tab_contents_top li span:nth-child(-n + 3) {
  display: inline-block;
  margin-right: 18px;
  color: #999;
  font-size: 13.5px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  letter-spacing: 0.05em;
}

.tab_contents_top li span:nth-child(2) {
  display: inline-block;
  width: 171px;
  margin-right: 19px;
  padding: 3px 0;
  border-radius: 50px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.tab_contents_top li span:nth-child(3) {
  position: relative;
  margin: auto 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: 0.3s;
}

.tab_contents_top li span:nth-child(3) span {
  margin: auto 0;
  color: #333;
  font-size: 13px;
  transition: 0.3s;
}

.tab_contents_top li span:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #e60012;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.tab_contents_top li a:hover span:nth-child(3)::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.tab_contents_top li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.tab_contents_top li a:hover span:nth-child(3),
.tab_contents_top li a:hover span:nth-child(3) span {
  color: #e60012;
}

.tab_contents_top li a:hover:after {
  border-color: #e60012;
  animation: news_arrow_out forwards 0.15s ease 0s,news_arrow_in forwards 0.15s ease alternate 0.3s;
}

.news_button a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #000;
  background: #fff;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  transition: .3s ease-in-out;
}

.news_button a:hover {
  border: 1px solid #e60012;
  color: #e60012;
}

.news_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.news_button a:hover:after {
  border-color: #e60012;
  animation: news_arrow_out forwards 0.15s ease 0s,news_arrow_in forwards 0.15s ease alternate 0.3s;
}

#top_pickup {
  display: block;
  padding-top: 100px;
}

.top_text {
  margin-left: 68px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.pickup_carousel {
  position: relative;
  margin-top: 55px;
  cursor: pointer;
}

.pickup_carousel ul {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.pickup_carousel ul li {
  display: flex;
  width: 370px;
  margin-right: 45px;
}

.pickup_img {
  position: relative;
  width: 370px;
  height: 259px;
  margin-bottom: 19px;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.pickup_img div:first-child {
  position: relative;
  width: 370px;
  height: 245px;
  overflow: hidden;
}

.pickup_carousel ul li:hover .pickup_img img {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.pickup_carousel ul li:hover .pickup_name1,
.pickup_carousel ul li:hover .pickup_name2,
.pickup_carousel ul li:hover .pickup_name1 span {
  color: #e60012;
}

.pickup_category,
.pickup_category2 {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  max-width: 370px;
  overflow: hidden;
}

.pickup_category span,
.pickup_category2 span {
  display: flex;
  align-items: center;
  width: auto;
  height: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.pickup_category span:nth-child(1),
.pickup_category2 span:nth-child(1) {
  padding: 4px 11px 5.5px;
  background: #1a1a1a;
}

.pickup_category span:nth-child(2) {
  padding: 4px 11px 5.5px;
  background: #e60012;
}

.pickup_category2 span:nth-child(2) {
  padding: 4px 1px 5.5px 11px;
  background: #e60012;
}

.pickup_name1 {
  display: block;
  position: relative;
  margin-bottom: 8px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name1 span {
  display: inline-block;
  position: absolute;
  bottom: -9px;
  margin-left: 9px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name1 span p {
  display: inline-block;
  margin-left: 15px;
}

.pickup_name2 {
  margin-bottom: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cfcfcf;
  color: #1a1a1a;
  font-size: 25px;
  font-weight: 700;
  font-family: "Oswald", san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name2 span {
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans JP", san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pickup_text {
  margin-right: -4px; /*APFはみ出る*/
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

#top_product {
  display: flex;
  margin: 80px 0 60px;
}

.product_service_left {
  float: left;
  width: 598px;
  transition: .3s ease-in-out;
}

.product_service_right {
  float: right;
  width: 598px;
  transition: .3s ease-in-out;
}

.product_service_img {
  width: 598px;
  height: 300px;
  overflow: hidden;
}

.product_service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 310px;
  padding: 0 50px;
  background: #f7f7f7;
  transition: .3s ease-in-out;
}

.product_title1 {
  margin: -5px 0 14px;
  color: #b3b3b3;
  font-size: 17.5px;
  font-weight: 400;
  font-family: "Oswald";
  line-height: 1;
  letter-spacing: 0.04em;
}

.product_title2 {
  display: block;
  position: relative;
  margin-bottom: 47px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.product_title2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 60px;
  height: 2px;
  background: #ff0000;
}

.product_text {
  margin-bottom: 37px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.product_link_button {
  display: flex;
  justify-content: space-between;
}

.product_button,
.catalog_button {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 50px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.product_button a,
.catalog_button a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.catalog_button a span {
  display: flex;
  align-items: center;
  margin: 1.5px 0 0 -3px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: .3s ease-in-out;
}

.product_button:after,
.catalog_button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.product_button:hover:after,
.catalog_button:hover:after {
  animation: arrow_out forwards 0.15s ease 0s,arrow_in forwards 0.15s ease alternate 0.3s;
}

.product_button:hover,
.catalog_button:hover {
  background: #e60012;
}

#top_product_nav {
  margin-top: 60px;
}

.product2_area {
  display: flex;
}

.product_nav ul {
  display: flex;
  width: 1200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 5px 14px 0 rgba(134, 134, 134, 0.35);
  background: #fff;
  text-align: center;
  cursor: pointer;

}
.product_nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(100% / 3);
}

.product_nav ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  border-left: 1px solid #ccc;
}

.product_nav ul li:first-child::before {
  border-left: none;
}

.product_nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.product_nav_back {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fef2f3;
  transform: translate(50%, -50%);
  transition: .3s ease-in-out;
}

.product_nav ul li:hover .product_nav_back {
  opacity: 1;
  width: 260px;
  height: 260px;
  overflow: hidden;
}

.product_nav01,
.product_nav02,
.product_nav03,
.product_nav04 {
  margin: 0 auto 15px;
  width: 100px;
  height: 60px;
  object-fit: cover;
  transition: .4s ease-in-out;
}

.product_nav_text1 {
  margin-bottom: 7px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.product_nav_text2 {
  color: #e60012;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Oswald', san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top_product_nav_back {
  order: 2;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  background: #f7f7f7;
}

#top_corporate {
  max-height: 600px;
  margin-bottom: 80px;
  padding: 50px 0;
  background: #f7f7f7;
}

.corporate_area {
  display: flex;
  max-height: 500px;
}

.corporate_area_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.corporate_photo {
  flex: 1;
  margin-right: calc(50% - 50vw);
  vertical-align: middle;
}

.corporate_photo img {
  min-height: 383px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}

.corporate_title {
  flex-flow: column;
  margin-bottom: 30px;
}

.corporate_title span {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.corporate_title img {
  margin-top: 15px;
  width: 316px;
  height: 60px;
  object-fit: cover;
}

.corporate_text1 {
  margin-bottom: 17px;
  color: #1a1a1a;
  font-size: 31.5px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.corporate_text1 p {
  display: inline-block;
  color: #e60012;
}

.corporate_text2 {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.corporate_button {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 50px;
  margin-top: 35px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.corporate_button a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.corporate_button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.corporate_button:hover {
  background: #e60012;
}

.corporate_button:hover::after {
  animation: arrow_out forwards 0.15s ease 0s,arrow_in forwards 0.15s ease alternate 0.3s;
}

#top_recruit {
  height: 260px;
  margin-bottom: 100px;
}

.recruit_area a {
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
}

.recruit_area_left {
  display: flex;
  flex-flow: column;
  justify-content:center;
  position: relative;
  width: 450px;
  height: 260px;
  padding-left: 40px;
  overflow: hidden;
  background: linear-gradient(150deg, #ff0000 0%, #ff0000 50%, #e60000 50%, #e60000 100%);
  color: #fff;
  transition: 1s ease-in-out;
}

.recruit_area_left:after {
  display: block;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #e60000 0%, #e60000 50%, #ff0000 50%, #ff0000 100%);
  transition: .3s ease-in-out;
}

.recruit_area:hover .recruit_area_left:after {
  opacity: 1;
}

.recruit_title {
  z-index: 2;
  margin-bottom: 5px;
  font-size: 57px;
  font-style: normal;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.recruit_text {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
}

.recruit_text:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  margin-left: 10px;
  background: #fff;
}

.recruit_area_right {
  width: 750px;
  height: 260px;
  overflow: hidden;
}

.top_recruit_img img {
  width: 750px;
  height: 260px;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.recruit_area:hover .top_recruit_img img {
  transform: scale(1.05);
}

#top_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.contact_area_back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: rgb(255,255,255,0);
  transition: .3s ease-in-out;
}

.contact_area_back:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.contact_area_back:hover:after {
  transform: scale(1.1);
  transition: 14s;
}

.contact_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.contact_title {
  display: block;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  font-family: "Oswald";
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.contact_title:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #ff0000;
  transform: translate(-50%);
}

.contact_text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

.contact_button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 240px;
  height: 50px;
  margin: 35px auto 0;
  overflow: hidden;
  border-radius: 25px;
  background: #e60012;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.contact_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px;
}

.contact_button a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  transform: scale(0);
  transition: .5s ease all;
}

.contact_button:hover a:before {
  transform: scale(4);
}

.contact_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #e60012;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.contact_button span:before {
  content: "";
  width: 20px;
  height: 15px;
  margin: 2px 7px 0 0;
  background: url("../img/icon_mail.svg") no-repeat center / contain;
  object-fit: cover;
}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

.top_title {
  display: flex;
  align-items: center;
}

.top_title1 {
  margin-bottom: 15px;
  color: #e60012;
  font-size: 16.5px;
  font-weight: 400;
  font-family: 'Oswald', san-serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

.top_title2 {
  display: inline-block;
  position: relative;
  padding-left: 2px;
  color: #1a1a1a;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}

.top_title2::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -36px;
  width: 1px;
  height: 20px;
  background: #cbcbcd;
}

.top_title3 {
  margin-bottom: 55px;
  padding-left: 2px;
  color: #1a1a1a;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
}

#top_news {
  display: block;
  padding: 100px 0;
  background: #f4f4f5;
}

.tab_wrap_top {
  display: flex;
  flex-wrap: wrap;
  margin: -37px 0 30px;
  overflow: hidden;
}

.tab_label_top {
  display: flex;
  justify-content: center;
  align-items: center;
  order: -1;
  position: relative;
  right: -218px;
  margin-right: 6px;
  padding: 2.5px 17px 3.5px;
  border-radius: 50px;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: .3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.tab_label_top:hover {
  background: #fce5e7;
  color: #e60012;
}

.tab_switch_top:checked+.tab_label_top {
  background: #1a1a1a;
  color: #fff;
}

.tab_contents_top {
  opacity: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #cbcbcd;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .0s 0ms, opacity .0s 0ms;
}

.tab_switch_top:checked~.tab_contents_top {
  transform: translateX(30%);
}

.tab_switch_top:checked+.tab_label_top+.tab_contents_top {
  order: 1;
  opacity: 1;
  height: auto;
  pointer-events: auto;
  transform: translateX(0);
}

.tab_wrap_top::after {
  content: "";
  order: -1;
  width: 100%;
  height: 13px;
}

.tab_switch_top {
  display: none;
}

.tab_contents_top li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.tab_contents_top li a {
  display: block;
  width: 100%;
  padding: 20.5px 0;
}

.tab_contents_top li span:nth-child(-n + 3) {
  display: inline-block;
  margin-right: 18px;
  color: #999;
  font-size: 13.5px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  letter-spacing: 0.05em;
}

.tab_contents_top li span:nth-child(2) {
  display: inline-block;
  width: 171px;
  margin-right: 19px;
  padding: 3px 0;
  border-radius: 50px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.tab_contents_top li span:nth-child(3) {
  position: relative;
  margin: auto 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: 0.3s;
}

.tab_contents_top li span:nth-child(3) span {
  margin: auto 0;
  color: #333;
  font-size: 13px;
  transition: 0.3s;
}

.tab_contents_top li span:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #e60012;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.tab_contents_top li a:hover span:nth-child(3)::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.tab_contents_top li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.tab_contents_top li a:hover span:nth-child(3),
.tab_contents_top li a:hover span:nth-child(3) span {
  color: #e60012;
}

.tab_contents_top li a:hover:after {
  border-color: #e60012;
  animation: news_arrow_out forwards 0.15s ease 0s,news_arrow_in forwards 0.15s ease alternate 0.3s;
}

.news_button a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid #000;
  background: #fff;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  transition: .3s ease-in-out;
}

.news_button a:hover {
  border: 1px solid #e60012;
  color: #e60012;
}

.news_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.news_button a:hover:after {
  border-color: #e60012;
  animation: news_arrow_out forwards 0.15s ease 0s,news_arrow_in forwards 0.15s ease alternate 0.3s;
}

#top_pickup {
  display: block;
  padding-top: 100px;
}

.top_text {
  margin-left: 68px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.pickup_carousel {
  position: relative;
  margin-top: 55px;
  cursor: pointer;
}

.pickup_carousel ul {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.pickup_carousel ul li {
  display: flex;
  width: 380px;
  margin-right: 40px;
}

.pickup_img {
  position: relative;
  width: 370px;
  height: 259px;
  margin-bottom: 19px;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.pickup_img div:first-child {
  position: relative;
  width: 370px;
  height: 245px;
  overflow: hidden;
}

.pickup_carousel ul li:hover .pickup_img img {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.pickup_carousel ul li:hover .pickup_name1,
.pickup_carousel ul li:hover .pickup_name2,
.pickup_carousel ul li:hover .pickup_name1 span {
  color: #e60012;
}

.pickup_category,
.pickup_category2 {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  max-width: 370px;
  overflow: hidden;
}

.pickup_category span,
.pickup_category2 span {
  display: flex;
  align-items: center;
  width: auto;
  height: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.pickup_category span:nth-child(1),
.pickup_category2 span:nth-child(1) {
  padding: 4px 11px 5.5px;
  background: #1a1a1a;
}

.pickup_category span:nth-child(2) {
  padding: 4px 11px 5.5px;
  background: #e60012;
}

.pickup_category2 span:nth-child(2) {
  padding: 4px 1px 5.5px 11px;
  background: #e60012;
}

.pickup_name1 {
  display: block;
  position: relative;
  margin-bottom: 9px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name1 span {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  margin-left: 7px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name1 span p {
  display: inline-block;
  margin-left: 13px;
}

.pickup_name2 {
  margin-bottom: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cfcfcf;
  color: #1a1a1a;
  font-size: 25px;
  font-weight: 500;
  font-family: "Oswald", san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name2 span {
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans JP", san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pickup_text {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

#top_product {
  display: flex;
  margin: 80px 0 60px;
}

.product_service_left {
  float: left;
  width: 518px;
  transition: .3s ease-in-out;
}

.product_service_right {
  float: right;
  width: 518px;
  transition: .3s ease-in-out;
}

.product_service_img {
  width: 518px;
  height: auto;
  overflow: hidden;
}

.product_service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 310px;
  padding: 0 40px;
  background: #f7f7f7;
  transition: .3s ease-in-out;
}

.product_title1 {
  margin: -5px 0 14px;
  color: #b3b3b3;
  font-size: 17.5px;
  font-weight: 400;
  font-family: "Oswald";
  line-height: 1;
  letter-spacing: 0.04em;
}

.product_title2 {
  display: block;
  position: relative;
  margin-bottom: 47px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.product_title2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 60px;
  height: 2px;
  background: #ff0000;
}

.product_text {
  margin-bottom: 35px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.product_link_button {
  display: flex;
  justify-content: space-between;
}

.product_button,
.catalog_button {
  display: flex;
  align-items: center;
  position: relative;
  width: 215px;
  height: 50px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.product_button a,
.catalog_button a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.catalog_button a span {
  display: flex;
  align-items: center;
  margin-top: 1.5px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: .3s ease-in-out;
}

.product_button:after,
.catalog_button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.product_button:hover:after,
.catalog_button:hover:after {
  animation: arrow_out forwards 0.15s ease 0s,arrow_in forwards 0.15s ease alternate 0.3s;
}

.product_button:hover,
.catalog_button:hover {
  background: #e60012;
}

#top_product_nav {
  margin-top: 60px;
}

.product2_area {
  display: flex;
}

.product_nav ul {
  display: flex;
  width: 1040px;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 5px 14px 0 rgba(134, 134, 134, 0.35);
  background: #fff;
  text-align: center;
  cursor: pointer;

}
.product_nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(100% / 3);
}

.product_nav ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  border-left: 1px solid #ccc;
}

.product_nav ul li:first-child::before {
  border-left: none;
}

.product_nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.product_nav_back {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fef2f3;
  transform: translate(50%, -50%);
  transition: .3s ease-in-out;
}

.product_nav ul li:hover .product_nav_back {
  opacity: 1;
  width: 220px;
  height: 220px;
  overflow: hidden;
}

.product_nav01,
.product_nav02,
.product_nav03,
.product_nav04 {
  margin: 0 auto 15px;
  width: 100px;
  height: 60px;
  object-fit: cover;
  transition: .4s ease-in-out;
}

.product_nav_text1 {
  margin-bottom: 7px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.product_nav_text2 {
  color: #e60012;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Oswald', san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top_product_nav_back {
  order: 2;
  width: 100%;
  height: 120px;
  margin-top: -120px;
  background: #f7f7f7;
}

#top_corporate {
  max-height: 500px;
  margin-bottom: 80px;
  padding: 50px 0;
  background: #f7f7f7;
}

.corporate_area {
  display: flex;
  max-height: 400px;
}

.corporate_area_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.corporate_photo {
  flex: 1;
  margin-right: calc(50% - 50vw);
  vertical-align: middle;
}

.corporate_photo img {
  min-height: 400px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}

.corporate_title {
  flex-flow: column;
  margin-bottom: 27px;
}

.corporate_title span {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.corporate_title img {
  margin-top: 15px;
  width: 316px;
  height: 60px;
  object-fit: cover;
}

.corporate_text1 {
  margin-bottom: 15px;
  color: #1a1a1a;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.corporate_text1 p {
  display: inline-block;
  color: #e60012;
}

.corporate_text2 {
  display: block;
  position: relative;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.75;
}

.corporate_button {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  height: 50px;
  margin-top: 33px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.corporate_button a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.corporate_button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.corporate_button:hover {
  background: #e60012;
}

.corporate_button:hover::after {
  animation: arrow_out forwards 0.15s ease 0s,arrow_in forwards 0.15s ease alternate 0.3s;
}

#top_recruit {
  height: 240px;
  margin-bottom: 100px;
}

.recruit_area a {
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
}

.recruit_area_left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  width: 330px;
  height: 240px;
  padding-left: 30px;
  overflow: hidden;
  background: linear-gradient(144deg, #ff0000 0%, #ff0000 50%, #e60000 50%, #e60000 100%);
  color: #fff;
  transition: 1s ease-in-out;
}

.recruit_area_left:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(144deg, #e60000 0%, #e60000 50%, #ff0000 50%, #ff0000 100%);
  transition: .3s ease-in-out;
}

.recruit_area:hover .recruit_area_left:after {
  opacity: 1;
}

.recruit_title {
  z-index: 2;
  margin-bottom: 5px;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  line-height: 1.05;
  letter-spacing: 0.08em;
}

.recruit_text {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
}

.recruit_text:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  margin-left: 10px;
  background: #fff;
}

.recruit_area_right {
  width: 710px;
  height: 240px;
  overflow: hidden;
}

.top_recruit_img img {
  width: 710px;
  height: 240px;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.recruit_area:hover .top_recruit_img img {
  transform: scale(1.05);
}

#top_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.contact_area_back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: rgb(255,255,255,0);
  transition: .3s ease-in-out;
}

.contact_area_back:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.contact_area_back:hover:after {
  transform: scale(1.1);
  transition: 14s;
}

.contact_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.contact_title {
  display: block;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  font-family: "Oswald";
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

.contact_title:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #ff0000;
  transform: translate(-50%);
}

.contact_text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

.contact_button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 240px;
  height: 50px;
  margin: 35px auto 0;
  overflow: hidden;
  border-radius: 25px;
  background: #e60012;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.contact_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px;
}

.contact_button a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  transform: scale(0);
  transition: .5s ease all;
}

.contact_button:hover a:before {
  transform: scale(4);
}

.contact_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #e60012;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.contact_button span:before {
  content: "";
  width: 20px;
  height: 15px;
  margin: 2px 7px 0 0;
  background: url("../img/icon_mail.svg") no-repeat center / contain;
  object-fit: cover;
}
}

@media screen and (min-width: 769px) {

.slick_nav_arrows {
  position: absolute;
  top: -98px;
  right: 0;
  cursor: default;
}

.slick_arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.slick_circle,
.slick_circle:has(.slick_prev) {
  display: inline-flex;
  opacity: 1!important;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  background: #b3b3b3;
  transition: .3s ease-in-out;
}

.slick_circle:has(.slick_prev) {
  margin-right: 5px;
  transform: scale(-1, 1);
}

.slick_circle:before,
.slick_circle:after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background: #e60012;
  pointer-events: none;
  transition: .3s ease-in-out;
}

.slick_circle:before {
  bottom: 0;
  left: 0;
}

.slick_circle:after {
  top: 0;
  right: 0;
}

.slick_circle:hover {
  color: #e60012;
}

.slick_circle:hover:before,
.slick_circle:hover:after {
  height: 100%;
}

.slick_circle:hover:before {
  transition: height 0.2s 0.2s linear;
}

.slick_circle:hover:after {
  transition: height 0.2s linear;
}

.slick_next,
.slick_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.slick_prev::before,
.slick_next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #b3b3b3;
  transition: .3s ease-in-out;
}

.slick_prev::after,
.slick_next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  transform: rotate(45deg);
  transition: .3s ease-in-out;
}

.slick_prev:hover::before,
.slick_next:hover::before {
  background: #e60012;
}

.slick_prev:hover::after,
.slick_next:hover::after {
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
}

.slick_counter {
  position: absolute;
  top: -90px;
  right: 147px;
  z-index: 100;
  color: #ccc;
  font-size: 18.5px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  cursor: default;
}

.current {
  position: relative;
  color: #1a1a1a;
  text-align: center;
}

.current:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  margin-left: 20px;
  background: #ccc;
}

.total {
  margin-left: 60px;
  color: #999;
  text-align: center;
}
}

@media screen and (max-width: 768px) {

.top_title {
  display: flex;
  flex-flow: column;
}

.top_title1 {
  margin-bottom: 5px;
  color: #e60012;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Oswald', san serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top_title2 {
  display: block;
  position: relative;
  margin-bottom: 17px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.top_title2::after {
  display: none;
}

.top_title3 {
  margin-bottom: 17px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

#top_news {
  display: block;
  padding: 40px 0;
  background: #f4f4f6;
  overflow: hidden;
}

.tab_wrap_top {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.tab_label_top {
  order: -1;
  position: relative;
  right: 0;
  margin-right: 4px;
  padding: 2px 9px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
}

.tab_label_top:hover {
  background: #fce5e7;
  color: #e60012;
}

.tab_switch_top:checked+.tab_label_top {
  background: #1a1a1a;
  color: #fff;
}

.tab_contents_top {
  opacity: 0;
  width: 100%;
  height: 0;
  border-top: 0.5px solid #ccc;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .0s 0ms, opacity .0s 0ms;
}

.tab_switch_top:checked~.tab_contents_top {
  transform: translateX(30%);
}

.tab_switch_top:checked+.tab_label_top+.tab_contents_top {
  order: 1;
  opacity: 1;
  height: auto;
  pointer-events: auto;
  transform: translateX(0);
}

.tab_wrap_top::after {
  content: "";
  order: -1;
  width: 100%;
  height: 13px;
}

.tab_switch_top {
  display: none;
}

.tab_contents_top li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: 0.5px solid #ccc;
}

.tab_contents_top li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.tab_contents_top li span:nth-child(-n + 3) {
  display: inline-block;
  margin: 0 7px 0 2px;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Noto Sans JP';
  letter-spacing: 0.03em;
}

.tab_contents_top li span:nth-child(2) {
  display: inline-block;
  width: 133px;
  border-radius: 50px;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}

.tab_contents_top li span:nth-child(3) {
  position: relative;
  width: 100%;
  margin: 3px 0 auto 2px;
  padding-right: 14px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.tab_contents_top li span:nth-child(3) span {
  margin: auto 0;
  color: #333;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.tab_contents_top li:hover span:nth-child(3),
.tab_contents_top li:hover span:nth-child(3) span {
  color: #e60012;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tab_contents_top li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #1a1a1a;
  border-right: 1.5px solid #1a1a1a;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.tab_contents_top li a:hover:after {
  right: 13px;
  border-color: #e60012;
}

.news_button a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #1a1a1a;
  background: #fff;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.news_button a:hover {
  border: 1px solid #e60012;
  color: #e60012;
}

.news_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #1a1a1a;
  border-right: 1.5px solid #1a1a1a;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.news_button a:hover:after {
  right: 13px;
  border-color: #e60012;
}

#top_pickup {
  display: block;
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}

.top_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.pickup_carousel {
  position: relative;
  width: 100vw;
  margin: 18px calc(50% - 50vw) 0 calc(50% - 50vw);
  cursor: pointer;
}

.pickup_carousel ul {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.pickup_carousel ul li {
  display: flex;
  width: 308px;
  margin-right: 20px;
}

.pickup_img {
  position: relative;
  width: 308px;
  height: 217px;
  margin-bottom: 13px;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.pickup_img div:first-child {
  position: relative;
  width: 308px;
  height: 204px;
  overflow: hidden;
}

.pickup_carousel ul li:hover .pickup_img img {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.pickup_carousel ul li:hover .pickup_name1,
.pickup_carousel ul li:hover .pickup_name2,
.pickup_carousel ul li:hover .pickup_name1 span {
  color: #e60012;
}

.pickup_category,
.pickup_category2 {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  max-width: 308px;
  overflow: hidden;
}
.pickup_category span,
.pickup_category2 span {
  display: flex;
  align-items: center;
  width: auto;
  height: 26px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.pickup_category span:nth-child(1),
.pickup_category2 span:nth-child(1) {
  padding: 4px 6px 5.5px;
  background: #1a1a1a;
}

.pickup_category span:nth-child(2) {
  padding: 4px 6px 5.5px;
  background: #e60012;
}

.pickup_category2 span:nth-child(2) {
  padding: 4px 0.5px 5.5px 6px;
  background: #e60012;
}

.pickup_name1 {
  display: block;
  position: relative;
  margin-bottom: 6px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: .3s ease-in-out;
}

.pickup_name1 span {
  display: inline-block;
  position: absolute;
  bottom: -8px;
  color: #333;
  margin-left: 27px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pickup_name1 span p {
  display: inline-block;
  margin-left: 25px;
}

.pickup_name2 {
  margin-bottom: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  color: #1a1a1a;
  font-size: 29px;
  font-weight: 500;
  font-family: "Oswald", san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: .3s ease-in-out;
}

.pickup_name2 span {
  font-size: 29px;
  font-weight: 700;
  font-family: "Noto Sans JP", san-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pickup_text {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.slick_counter {
  position: absolute;
  top: -38px;
  right: 25px;
  z-index: 100;
  color: #ccc;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  cursor: default;
}

.current {
  position: relative;
  color: #1a1a1a;
  text-align: center;
}

.current:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 15px;
  width: 10px;
  height: 1px;
  background: #ccc;
}

.total {
  margin-left: 40px;
  color: #999;
  text-align: center;
}

#top_product {
  display: flex;
  margin: 20px 0 30px;
  overflow: hidden;
}

.product_area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.product_service_left {
  float: none;
  width: 100%;
  transition: .3s ease-in-out;
}

.product_service_right {
  float: none;
  width: 100%;
  transition: .3s ease-in-out;
}

.product_service_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.product_service_img img {
  width: 100%;
  height: auto;
}

.product_service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background: #f7f7f7;
}

.product_title1 {
  margin: -4px 0 7px;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Oswald', san serif;
  line-height: 1;
  letter-spacing: 0.02em;
}

.product_title2 {
  display: block;
  position: relative;
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.product_title2:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background: #ff0000;
}

.product_text {
  margin-bottom: 20px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.product_link_button {
  display: flex;
  justify-content: space-between;
}

.product_button,
.catalog_button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: calc((100% - 7px) / 2);
  height: 44px;
  padding: 0 14px;
  overflow: hidden;
  background: #1a1a1a;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  transition: .3s ease-in-out;
}

.product_button a,
.catalog_button a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.catalog_button a span {
  display: flex;
  align-items: center;
  margin: 1.5px -5px 0 -2px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.product_button:after,
.catalog_button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.product_button:hover,
.catalog_button:hover {
  background: #e60012;
}

.product_button:hover:after,
.catalog_button:hover:after {
  right: 13px;
}

#top_product_nav {
  display: block;
  overflow: hidden;
}

.product2_area {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.product_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 300px;
  margin: 20px auto 0;
  overflow: hidden;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 14px 3px rgba(134, 134, 134, 0.35);
  background: #fff;
  text-align:center;
  cursor: pointer;

}
.product_nav ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: calc(100% / 2);
}

.product_nav ul li::before {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 100%;
  border-right: 0.5px solid #eee;
}

.product_nav ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  margin: auto;
  border-bottom: 0.5px solid #eee;
}

.product_nav ul li:first-child::before,
.product_nav ul li:nth-child(3)::before {
  border-right: none;
}

.product_nav ul li:nth-child(3)::after,
.product_nav ul li:nth-child(4)::after {
  border-bottom: none;
}

.product_nav ul li a {
  position: relative;
  z-index: 10;
}

.product_nav_back {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fef2f3;
  transform: translate(50%, -50%);
  transition: .3s ease-in-out;
}

.product_nav ul li:hover .product_nav_back {
  opacity: 1;
  width: 220px;
  height: 220px;
  overflow: hidden;
  background: #fef2f3;
}

.product_nav01,
.product_nav02,
.product_nav03,
.product_nav04 {
  margin: 0 auto 10px;
  width: 100px;
  height: 60px;
  object-fit: cover;
  transition: .3s ease-in-out;
}

.product_nav_text1 {
  margin-bottom: 5px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.product_nav_text2 {
  color: #e60012;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Oswald', san-serif;
  letter-spacing: 0.02em;
  line-height: 1;
}

.top_product_nav_back {
  order: 2;
  width: 100%;
  height: 20px;
  background: #f7f7f7;
}

#top_corporate {
  max-height: auto;
  margin-bottom: 50px;
  padding: 30px 0;
  overflow: hidden;
  background: #f7f7f7;
}

.corporate_area {
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-height: auto;
  margin: 0 calc(50% - 50vw);
}

.corporate_area_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.corporate_photo {
  display: flex;
  flex-direction: column;
  order: -1;
  margin-bottom: 20px;
  padding-left: 20px;
  vertical-align: middle;
}

.corporate_photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}

.corporate_title {
  flex-flow: column;
  margin-bottom: 15px;
}

.corporate_title span {
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.corporate_title img {
  margin-top: 10px;
  width: 70vw;
  height: auto;
  object-fit: cover;
}

.corporate_text1 {
  margin-bottom: 10px;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.corporate_text1 p {
  display: inline-block;
  color: #e60012;
}

.corporate_text2 {
  display: block;
  position: relative;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.corporate_button {
  display: flex;
  align-items: center;
  position: relative;
  width: calc((100% - 7px) / 2);
  height: 44px;
  margin-top: 20px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  pointer-events: auto;
  transition: .3s ease-in-out;
}

.corporate_button a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.corporate_button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s ease-in-out;
}

.corporate_button:hover {
  background: #e60012;
}

.corporate_button:hover::after {
  right: 13px;
}

#top_recruit {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  overflow: hidden;
}

.recruit_area a {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  cursor: pointer;
}

.recruit_area_left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  height: 130px;
  padding: 0 28px;
  overflow: hidden;
  background:linear-gradient(161.2deg, #ff0000 0%, #ff0000 50%, #e60000 50%, #e60000 100%);
  color: #fff;
  transition: 1s ease-in-out;
}

.recruit_area_left:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(161.2deg, #e60000 0%, #e60000 50%, #ff0000 50%, #ff0000 100%);
  transition: .3s ease-in-out;
}

.recruit_area:hover .recruit_area_left:after {
  opacity: 1;
}

.recruit_title {
  z-index: 2;
  margin-right: 25px;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.recruit_text {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.recruit_text:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background: #fff;
}

.recruit_area_right {
  width: 100%;
  height: auto;
  max-height: 170px;
  overflow: hidden;
}

.top_recruit_img {
  overflow: hidden;
}

.top_recruit_img img {
  width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}

.recruit_area:hover .top_recruit_img img {
  transform: scale(1.05);
}

#top_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.contact_area_back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
  background-color: rgb(255,255,255,0);
  transition: .3s ease-in-out;
}

.contact_area_back:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.contact_area_back:hover:after {
  transform: scale(1.1);
  transition: 14s;
}

.contact_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.contact_title {
  display: block;
  position: relative;
  margin: -3px 0 24px;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  font-family: "Oswald";
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.contact_title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #ff0000;
  transform: translate(-50%);
}

.contact_text {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}

.contact_button {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  width: 200px;
  height: 44px;
  margin: 20px auto 0;
  border-radius: 25px;
  overflow: hidden;
  background: #e60012;
  cursor: pointer;
  transition: .4s ease-in-out;
}

.contact_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e60012;
  color: #fff!important;
}

.contact_button a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  transform: scale(0);
  transition: .5s ease all;
}

.contact_button:hover a:before {
  transform: scale(4);
}

.contact_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e60012;
  color: #fff!important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.contact_button span:before {
  content: "";
  width: 18px;
  height: 13.5px;
  margin: 2px 6px 0 0;
  background: url("../img/icon_mail.svg") no-repeat center center / contain;
}
}