@charset "UTF-8";
@font-face {
  font-family: 'design_plus';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/design_plus.woff") format("woff");
}

/* =========================================================
@mixin
=========================================================*/
/* =========================================================
アニメーション
=========================================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/* =========================================================
共通
=========================================================*/
.design_arrow_button {
  max-width: 1170px;
  margin: 0px auto 0;
  padding: 0 30px 100px !important;
  text-align: right;
}

.design_arrow_button a {
  color: #ff4000 !important;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  text-decoration: none !important;
}

.design_arrow_button a .label {
  margin-right: 20px;
}

.design_arrow_button a .arrow_button {
  background-color: #ff4000;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.design_arrow_button a .arrow_button::before, .design_arrow_button a .arrow_button::after {
  content: '\e94f';
  display: block;
  font-family: 'design_plus';
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 16px;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.design_arrow_button a .arrow_button::after {
  transform: translate3d(-10%, 0, 0);
  opacity: 0;
}

/* =========================================================
main
=========================================================*/
main {
  text-align: center;
}

/* セクション
=========================================================*/
section {
  text-align: left;
}

section h2, section h4 {
  text-align: left;
}

section .inner {
  max-width: 1170px;
  margin: 0 auto;
}

.fv {
  background: url(../img/fv.jpg) no-repeat left top;
  background-size: cover;
  height: 850px;
}

.fv h1, .fv h2, .fv h3, .fv h4, .fv h5 {
  text-align: left;
}

.about {
  text-align: left;
}

.about > div {
  padding-bottom: 100px !important;
}

.about h1, .about h2, .about h3, .about h4, .about h5 {
  text-align: left;
}

.service .inner {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto !important;
  padding: 0 52.5px 100px !important;
}

.service .item {
  display: block;
  flex: 1 1 0%;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 414 / 580;
  margin: 0 5px 0 0;
}

.service .item .title_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 40px;
  color: #fff;
}

.service .item .title_area h3 {
  font-size: 50px;
  font-weight: 600;
}

.service .item .title_area p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.4;
}

.service .item .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.service .item .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.company {
  background: #fff url(../img/img_company.jpg) no-repeat left bottom;
  background-size: cover;
  padding-bottom: 250px;
}

.company__info {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 960px) {
  .company__info {
    padding: 50px;
  }
}

.company__info a {
  text-align: center;
  width: 300px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin: 70px 0 auto;
  padding: 10px;
  border-radius: 40px;
  font-size: 16px;
}

#swiper {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

#swiper .scrollbar_wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 100px;
  position: relative;
  z-index: 50;
}

#swiper .scrollbar_wrapper .swiper-scrollbar {
  margin-top: 60px !important;
  width: 100% !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  cursor: pointer;
}

#swiper .scrollbar_wrapper .swiper-scrollbar-drag {
  background-color: #ff4000;
}

.work {
  width: auto;
  margin: 0 auto !important;
  padding: 0 52.5px 0px !important;
}

.work .inner {
  height: 270px;
}

.work .design_arrow_button {
  padding-top: 100px !important;
}

.work .item {
  position: relative;
  width: 625px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd;
  border-right: none;
  padding: 40px;
  background: #fff;
}

.work .item:last-child {
  border-right: 1px solid #ddd;
}

.work .item > a {
  display: block;
  width: 190px;
  height: 190px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1 /1;
}

.work .item > a :hover .image {
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform 0.5s ease;
}

.work .item .content {
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}

.work .item .content .category_button {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-size: 14px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  border-color: #ff4000;
}

.work .item .content .title {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.work .item .content .title a {
  display: block;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
}

.work .item .content time {
  position: relative;
  color: #999;
  font-size: 16px;
  margin: 0;
  display: block;
}

.outlet h2 span {
  color: #fff;
}

/* =========================================================
header
=========================================================*/
/* =========================================================
footer
=========================================================*/
footer {
  width: 100%;
}
