@charset "UTF-8";
/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* ADJUSTMENT */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mb0 {
    margin-bottom: 0vw !important;
  }
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .mt15 {
    margin-top: 4vw !important;
  }
  .mb15 {
    margin-bottom: 4vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mb30 {
    margin-bottom: 8vw !important;
  }
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .mt45 {
    margin-top: 12vw !important;
  }
  .mb45 {
    margin-bottom: 12vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.news .section__title {
  width: 15%;
}
.news__list {
  margin-bottom: 3.90625vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-bottom: 5.3333333333vw;
  }
}
.news__item {
  display: flex;
  justify-content: space-between;
  padding: 1.0416666667vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}
.news__date {
  width: 5.2083333333vw;
  margin-right: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .news__date {
    margin-bottom: 2.6666666667vw;
  }
}
.news__body {
  flex-grow: 1;
}
.news__txt {
  color: #000;
  transition: all 0.3s;
}
.news__txt:hover {
  opacity: 0.7;
}

.contents {
  padding-bottom: 680px;
  background: url(/images/index_footer_bg.jpg) center bottom/contain no-repeat;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding-bottom: 100vw;
    background-size: 280vw;
    background-position-x: -101.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.section__inner {
  max-width: 1200px;
  margin-inline: auto;
}

.btn {
  display: flex;
  align-items: center;
  padding: 10px 50px;
  padding-right: 80px;
  position: relative;
  transition: background-position-x 0.3s;
  background: #cc0033;
  background: linear-gradient(to right, #cc0033, #cc0033, #ff6a6a);
  background-size: 200% 100%;
  background-position-x: left;
  font-size: 15px;
  color: #fff;
  text-align: center;
  justify-content: center;
}
.btn--bk {
  background-image: linear-gradient(to right, #000, #000, #696969);
}
.btn--wh {
  background-image: linear-gradient(to right, #fff, #fff, #aaa);
  color: #000;
}
.btn:hover {
  background-position-x: right;
}
.btn::after {
  content: "▶";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 0.8em;
}

.mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  position: relative;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}
@-webkit-keyframes mvTransition {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes mvTransition {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 124.5333333333vw;
  }
}
.mv__img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: mvTransition 20s linear infinite;
          animation: mvTransition 20s linear infinite;
}
.mv__img img:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mv__img img:nth-child(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.mv__img img:nth-child(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.mv__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 3.7333333333vw;
  }
}
.mv__title::before, .mv__title::after {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: url(/images/ico_lightning.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .mv__title::before, .mv__title::after {
    width: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.mv__title::before {
  margin-right: 15px;
}
@media screen and (max-width: 1920px) {
  .mv__title::before {
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__title::before {
    margin-right: 1.3333333333vw;
  }
}
.mv__title::after {
  margin-left: 15px;
}
@media screen and (max-width: 1920px) {
  .mv__title::after {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__title::after {
    margin-left: 1.3333333333vw;
  }
}
.mv__service-title {
  max-width: 350px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .mv__service-title {
    width: 69.3333333333vw;
  }
}
.mv__txt {
  letter-spacing: 0.09em;
  font-feature-settings: "palt";
  font-size: 24px;
}
.mv__txt span {
  letter-spacing: 0.145em;
}
@media screen and (max-width: 768px) {
  .mv__txt {
    font-size: 4.8vw;
  }
}

.section {
  margin: 0;
}
.section__inner {
  display: flex;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .section__inner {
    flex-wrap: wrap;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.section__title {
  flex-shrink: 0;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section__title {
    width: 100% !important;
    max-width: unset;
    margin-bottom: 5.3333333333vw;
  }
}
.section__title__txt {
  display: block;
  margin-bottom: 35px;
  line-height: 1;
  font-size: 50px;
  color: #8e8e8e;
}
@media screen and (max-width: 768px) {
  .section__title__txt {
    margin-bottom: 4vw;
    font-size: 9.6vw;
  }
}
.section__title__sub-txt {
  display: block;
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 768px) {
  .section__title__sub-txt {
    padding-left: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.section__title__sub-txt::before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #111;
  transform: rotate(-56deg);
  transform-origin: bottom left;
}
@media screen and (max-width: 768px) {
  .section__title__sub-txt::before {
    width: 8vw;
  }
}

.about.section {
  display: flex;
  justify-content: space-between;
}
.about .section__inner {
  padding: 0;
  width: 100%;
}
.about .section__contents {
  width: 70%;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .about .section__contents {
    width: 100%;
    padding: 20px;
  }
}
.about .section__contents .txt {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .about .section__contents .txt {
    font-size: 4.2666666667vw;
  }
}
.about .section__title {
  background: #cc0033;
  width: 30%;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    margin-bottom: 0;
    padding: 30px 20px;
  }
}
.about .section__title__txt {
  color: #fff;
}
.about .section__title__sub-txt {
  color: #fff;
}
.about .section__title__sub-txt::before {
  background: #fff;
}
.about__main-txt {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about__main-txt {
    font-size: 6.4vw;
  }
}
.about__main-txt .small {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .about__main-txt .small {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.service .section__title {
  width: 100%;
  margin-bottom: 20px;
  max-width: unset;
}
.service .section__title__txt {
  margin-right: 10px;
}
.service .section__title * {
  display: inline;
}
.service .section__inner {
  display: block;
}

.service-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .service-list {
    flex-wrap: wrap;
  }
}
.service-list .btn {
  width: 100%;
}

.service__item {
  max-width: 550px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__item {
    width: 100%;
    max-width: unset;
  }
}
.service__heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #cc0033;
}
@media screen and (max-width: 768px) {
  .service__heading {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.service .service__item__body {
  padding: 30px 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .service .service__item__body {
    padding: 20px 0;
  }
}
.service .service__item__body:hover {
  transform: scale(1.02);
}
.service .service__item__body:hover .btn {
  background-position-x: right;
}
.service .service__item__body .txt--large {
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service .service__item__body .txt--large {
    font-size: 18px;
  }
}
.service .service__item__body .txt--ex-large {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .service .service__item__body .txt--ex-large {
    font-size: 20px;
  }
}
.service .service__item__body .txt--ex-large .txt--ex-large {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .service .service__item__body .txt--ex-large .txt--ex-large {
    font-size: 30px;
  }
}
.service .service__item__body .txt {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .service .service__item__body .txt {
    font-size: 14px;
  }
}

.case {
  background: #333;
}
.case .section__title {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .case .section__title {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .case .section__title__txt {
    margin-bottom: 0;
  }
}
.case .section__title__sub-txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .case .section__title__sub-txt {
    margin-bottom: 1.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.case .section__title__sub-txt::before {
  background: #fff;
}
.case .section__contents {
  flex-grow: 1;
  justify-content: space-between;
}
.case .card-list {
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .case .card-list {
    flex-direction: column;
    gap: 10px;
  }
}
.case .card-list__item {
  height: auto;
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .case .card-list__item {
    width: 100%;
  }
}
.case .card-list__item::before, .case .card-list__item::after {
  content: "";
  display: none;
}
.case .card {
  padding: 20px !important;
  padding-bottom: 80px !important;
  background: #262626;
  border: 1px solid #636363;
  color: #fff;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .case .card {
    padding: 15px !important;
  }
}
.case .card__img {
  min-height: unset;
}
.case .card .label {
  background: #f6f6f6;
  color: #000;
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .case .card .label {
    font-size: 3.2vw;
  }
}
.case .card__title {
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .case .card__title {
    font-size: 4.8vw;
  }
}
.case .card .txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .case .card .txt {
    font-size: 4vw;
  }
}
.case .card .btn {
  bottom: 10px;
}
.case .btn--wh {
  margin-right: 0;
}

.faq .section__contents {
  width: 62.5vw;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .faq .section__contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .faq .section__title {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .faq .section__title__txt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .faq .section__title__sub-txt {
    margin-bottom: 1.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.faq .accordion:first-of-type {
  margin-top: 0;
}
.faq .accordion:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .faq .accordion:last-of-type {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .accordion:last-of-type {
    margin-bottom: 5.3333333333vw;
  }
}
.faq .accordion__btn--icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.875vw;
  max-height: 36px;
  width: 1.875vw;
  max-width: 36px;
  margin: 0;
  margin-right: 20px;
  background: #000;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .faq .accordion__btn--icon .icon {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .accordion__btn--icon .icon {
    height: 9.6vw;
    width: 9.6vw;
    margin-right: 4vw;
  }
}
.faq .accordion__body {
  padding-left: 76px;
}
@media screen and (max-width: 1920px) {
  .faq .accordion__body {
    padding-left: 3.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  .faq .accordion__body {
    padding-left: 17.6vw;
  }
}

@media screen and (min-width: 769px) {
  .wp .section__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
  }
}
.wp .section__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wp .section__contents > *:first-child {
  width: 41%;
}
.wp .section__contents > *:nth-child(2) {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .wp .section__contents {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .wp .section__contents > *:first-child {
    width: 100%;
  }
  .wp .section__contents > *:nth-child(2) {
    width: 100%;
  }
}
.wp__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wp__list {
    height: auto;
    width: 100%;
    max-width: unset;
    gap: 10px;
  }
}
.wp .wp__list .wp__item--link {
  transition: opacity 0.5s;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wp .wp__list .wp__item--link:hover {
  opacity: 0.5;
}
.wp .wp__list .wp__item--link > * {
  flex: 0 1 50%;
}
@media screen and (max-width: 768px) {
  .wp .wp__list .wp__item--link {
    gap: 15px;
  }
}
.wp .wp__item.wp__item--link {
  transition: opacity 0.5s;
  position: relative;
}
.wp .wp__item.wp__item--link img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp .wp__item.wp__item--link:hover {
  opacity: 0.5;
}
.wp .wp__item.wp__item--link .wp__body {
  width: 100%;
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wp .wp__item.wp__item--link .wp__body {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wp__img {
    height: auto;
    flex-basis: 35% !important;
  }
}
@media screen and (max-width: 768px) {
  .wp__body {
    flex-basis: 65% !important;
  }
}
.wp__body__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wp__body .label {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .wp__body .label {
    font-size: 2.9333333333vw;
  }
}
.wp__body .label + .label {
  margin-left: 0.5em;
}
.wp__date {
  width: 100%;
  margin-top: 10px;
  line-height: 1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .wp__date {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.wp__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wp__title {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}
.wp__txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .wp__txt {
    display: none;
  }
}
.wp .btn__wrapper {
  width: 100%;
  margin-top: 20px;
}
.wp .btn__wrapper .btn {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .wp .btn__wrapper {
    width: 100%;
    margin-top: 0;
  }
}

.news .section__contents {
  width: 62.5vw;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .news .section__contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news .section__title {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .news .section__title__txt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .news .section__title__sub-txt {
    margin-bottom: 1.3333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.news__list {
  margin-bottom: 75px;
}
@media screen and (max-width: 1920px) {
  .news__list {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-bottom: 5.3333333333vw;
  }
}
.news .btn {
  margin-right: 0;
}

.info {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .info {
    padding: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding: 4vw 5.3333333333vw;
  }
}
.info__txt {
  display: inline-block;
  padding: 20px 30px;
  border: 1px solid #cc0033;
  font-size: 1.25rem;
}
@media screen and (max-width: 1920px) {
  .info__txt {
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .info__txt {
    display: block;
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 0.8125rem;
  }
}
.info__txt .link {
  color: #cc0033;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5.2083333333vw);
}
@media screen and (max-width: 768px) {
  .fade-in {
    transform: translateY(13.3333333333vw);
  }
}
.fade-in.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.7s;
}
/*# sourceMappingURL=index.css.map */