/* ------------------------------------------
  mv
------------------------------------------ */
.mv {
  color: #fff;
  position: relative;
}

.mv .slider_wrapper {
  overflow: hidden;
  position: relative;
  height: 72rem;
}

.mv .mv-swiper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 6s;
}

.mv .swiper-slide {
  position: relative;
}

.mv .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-15deg, #000000, #444444);
  opacity: 49%;
}

.mv .swiper-slide-active img {
  transform: scale(1.1);
}

.mv .scroll {
  bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  right: 9.1rem;
  letter-spacing: 0.15em;
  line-height: calc(25 / 13);
  padding-bottom: 7.8rem;
  position: absolute;
  text-align: center;
  z-index: 1;
}

.mv .scroll .scroll-text {
  position: relative;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}

.mv .scroll .scroll-text::after {
  background-color: #eacbc4;
  bottom: 6.2rem;
  content: "";
  display: block;
  height: 12.4rem;
  left: 50%;
  position: absolute;
  width: 0.1rem;
  animation: scroll 1.5s infinite;
}
.mv .scroll .scroll-text::before {
  background-color: #707070;
  bottom: 6.2rem;
  content: "";
  display: block;
  height: 12.4rem;
  left: 50%;
  position: absolute;
  width: 0.1rem;
}

@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 6.2rem;
  }
  100% {
    height: 12.4rem;
  }
}

.mv .text_wrap {
  padding-top: 28rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.mv .text_wrap .text01 {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 3.5rem;
  line-height: 1.4;
}

.mv .text_wrap .text02 {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: calc(34 / 18);
  margin-top: 3rem;
}

.mv .subsidy_wrap {
  display: block;
  color: #b4f09e;
  font-size: 16px;
  font-weight: 400;
  padding: 1.5rem 2.5rem;
  position: relative;
  z-index: 999;
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 100px;
  border-radius: 40px;
  background-color: rgba(98, 172, 71, 0.7);
  color: #fff;
  transition: opacity 0.3s;
}
.subsidy_wrap::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}

.subsidy_wrap:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .mv .slider_wrapper {
    height: 100vh;
  }

  .container.mv_inner {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .mv .scroll {
    display: none;
  }

  .mv .text_wrap {
    padding-top: 0;
  }

  .mv .text_wrap .text01 {
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .mv .text_wrap .text02 {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .mv .subsidy_wrap {
    bottom: 104%;
  }
}

/* ------------------------------------------
  共通
------------------------------------------ */
.sec_ttl_wrap .sec_ttl_en {
  color: #e0e0e0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: calc(25 / 18);
}

.sec_ttl_wrap .sec_ttl_en::first-letter {
  color: #eacbc4;
}

.sec_ttl_wrap .sec_ttl {
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 2.2rem;
}

.more_btn {
  border: 0.1rem solid #333;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 6.3rem;
  margin: 7.5rem auto 0;
  max-width: 45rem;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
}

.more_btn:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sec_ttl_wrap .sec_ttl_en {
    font-size: 1.4rem;
  }

  .sec_ttl_wrap .sec_ttl {
    font-size: 2.7rem;
    letter-spacing: 0.03em;
    margin-top: 1.6rem;
  }

  .more_btn {
    font-size: 1.6rem;
    line-height: 5.4rem;
    margin: 5.4rem auto 0;
    max-width: 29.5rem;
  }

  .more_btn::after {
    bottom: 2rem;
    height: 0.6rem;
    right: -1.9rem;
    transform: translateX(0);
    width: 5.7rem;
  }
}
/* ------------------------------------------
    sec01
  ------------------------------------------ */
.sec01 {
  overflow: hidden;
}

.sec01 .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.sec01 .text_wrap {
  margin: 2.3rem auto 0;
  max-width: 78rem;
  padding-top: 6rem;
}

.sec01 .text_wrap .main_text::before {
  content: "MK Web & Code Works";
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  z-index: -1;
  color: #f9f9f9;
  font-size: 10rem;
  white-space: nowrap;
}

.sec01 .text_wrap .main_text {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(38 / 22);
  text-align: center;
  position: relative;
}

.sec01 .text_wrap .desc {
  margin-top: 3.5rem;
}

.sec01 .text_wrap .desc .text {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: calc(33 / 15);
  text-align: left;
}

.sec01 .text_wrap .desc .text + .text {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec01 .container {
    overflow: hidden;
    padding-top: 6.3rem;
    padding-bottom: 5rem;
  }

  .sec01 .sec_ttl_wrap .sec_ttl {
    font-size: 2.4rem;
  }

  .sec01 .text_wrap {
    margin: 6.5rem auto 0;
    max-width: unset;
    padding-top: 0;
  }

  .sec01 .text_wrap::before {
    left: -1.5rem;
    top: 0;
    z-index: -1;
  }

  .sec01 .text_wrap .desc {
    margin-top: 4rem;
  }

  .sec01 .text_wrap .desc .text {
    line-height: calc(28 / 15);
  }

  .sec01 .text_wrap .desc .text + .text {
    margin-top: 3rem;
  }
}

/* ------------------------------------------
  sec02
------------------------------------------ */
.sec02 {
  overflow: hidden;
}
.sec02 .container {
  padding-top: 9.2rem;
}

.sec02 .sec_ttl_wrap {
  text-align: center;
}

.sec02 .text {
  text-align: center;
  margin-top: 5rem;
}

.sec02 .swiper_outer {
  margin-top: 6.6rem;
  padding-left: 18rem;
  position: relative;
}

.sec02 .swiper01 {
  padding-bottom: 3rem;
  width: 118rem;
}

.sec02 .swiper_outer [class^="swiper-button-"] {
  height: 1.8rem;
  top: 6rem;
  width: 3.7rem;
}

.sec02 .swiper_outer .swiper-button-prev {
  left: 108rem;
}

.sec02 .swiper_outer .swiper-button-next {
  left: 114rem;
}

.sec02 .swiper_outer .swiper-button-prev::after {
  background-image: url(../img/top/slider_arrow_prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
}
.sec02 .swiper_outer .swiper-button-next::after {
  background-image: url(../img/top/slider_arrow_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  width: 100%;
}

.sec02 .swiper_outer .swiper-scrollbar {
  background-color: #e0e0e0;
  bottom: -3rem;
  height: 0.2rem !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100rem;
}
.sec02 .swiper_outer .swiper-scrollbar-drag {
  background-color: #8e8e8e;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner {
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 40rem;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .img {
  aspect-ratio: 200/140;
  background-color: #eee;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .desc {
  padding: 2rem 2rem 0 2rem;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .desc .cat {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .desc .cat {
  color: #eacbc4;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .desc .ttl {
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 1.2rem;
  line-height: calc(20 / 14);
}

.sec02 .swiper01 .swiper-slide .swiper-slide-inner .desc p {
  border: 0.1rem solid rgba(0, 0, 0, 0);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: calc(23 / 14);
  margin-top: 0.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sec02 .more_btn {
  margin-top: 10.5rem;
}

@media screen and (max-width: 767px) {
  .sec02 .container {
    padding-top: 6rem;
  }

  .sec02 .cat_list {
    gap: 0.7rem;
    margin-top: 3rem;
  }

  .sec02 .cat_list li {
    width: calc((100% - 1.6rem) / 2);
  }

  .sec02 .cat_list .tab {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    height: 4rem;
    justify-content: center;
    padding: 0;
    flex-grow: 1;
  }

  .sec02 .swiper_outer {
    margin-top: 3.4rem;
    padding-left: 0;
    padding-top: 3.3rem;
  }

  .sec02 .swiper_outer::after {
    height: 33rem;
    width: 28rem;
  }

  .sec02 .swiper01 {
    margin-left: 2rem;
    padding-bottom: 1rem;
    padding-right: 0.6rem;
    width: auto;
  }

  .sec02 .swiper_outer .swiper-button-prev,
  .sec02 .swiper_outer .swiper-button-prev::after,
  .sec02 .swiper_outer .swiper-button-next,
  .sec02 .swiper_outer .swiper-button-prev::after {
    display: none;
  }

  .sec02 .swiper_outer .swiper-scrollbar {
    width: calc(100% - 4rem);
  }

  .sec02 .more_btn {
    margin-top: 8rem;
  }

  .sec02 .swiper01 .swiper-slide .swiper-slide-inner {
    min-height: 38rem;
  }
}

/* ------------------------------------------
  sec03
------------------------------------------ */
.sec03 .container {
  padding: 9.2rem 1rem 11.5rem;
}

.sec03 .sec_ttl_wrap {
  text-align: center;
}

.sec03 .swiper02 {
  margin-top: 6.6rem;
}

.sec03 .swiper02 .swiper-wrapper {
  flex-wrap: wrap;
  gap: 4rem;
}

.sec03 .swiper02 .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0.6rem;
  width: calc((100% - 4rem) / 2);
}

.sec03 .swiper02 .swiper-wrapper .swiper-slide .swiper-slide-inner {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.08);
  display: flex;
  min-height: 26rem;
  overflow: hidden;
}

.sec03 .swiper02 .swiper-wrapper .swiper-slide .skills_list {
  margin-top: 1.5rem;
}
.sec03
  .swiper02
  .swiper-wrapper
  .swiper-slide
  .skills_list
  .skills_list_item
  + .skills_list_item {
  margin-top: 1rem;
}
.sec03
  .swiper02
  .swiper-wrapper
  .swiper-slide
  .skills_list
  .skills_list_item::before {
  content: "・";
}

.sec03 .swiper02 .swiper-wrapper .swiper-slide .desc_contents {
  padding: 2.5rem;
}

.sec03 .swiper02 .swiper-wrapper .swiper-slide .desc_contents .cat {
  color: #eacbc4;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.sec03 .swiper02 .swiper-wrapper .swiper-slide .desc_contents .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec03 .container {
    padding: 6.1rem 0;
  }

  .sec03 .swiper_outer {
    position: relative;
  }

  .sec03 .swiper02 {
    margin-left: 2rem;
    margin-top: 4.5rem;
  }

  .sec03 .swiper02 .swiper-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0rem;
    height: auto;
    padding-bottom: 1rem;
  }

  .sec03 .swiper02 .swiper-wrapper .swiper-slide {
    width: auto;
  }

  .sec03 .swiper02 .swiper-wrapper .swiper-slide .swiper-slide-inner {
    display: block;
    height: auto;
  }

  .sec03 .swiper02 .swiper-wrapper .swiper-slide .img {
    height: 21rem;
    width: auto;
  }

  .sec03 .swiper02 .swiper-wrapper .swiper-slide .img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .sec03 .swiper02 .swiper-wrapper .swiper-slide .desc_contents {
    padding: 2.5rem 2rem 3rem;
  }

  .sec03 .swiper02 .swiper-wrapper .swiper-slide .desc_contents .ttl {
    margin-top: 1.4rem;
  }

  .sec03 .swiper_outer .swiper-scrollbar02 {
    background-color: #e0e0e0;
    height: 0.2rem !important;
    margin-left: 2rem !important;
    margin-top: 2.6rem;
    width: calc(100% - 4rem);
  }
  .sec03 .swiper_outer .swiper-scrollbar02 .swiper-scrollbar-drag {
    background-color: #8e8e8e;
  }
}

/* ------------------------------------------
  sec04
------------------------------------------ */
.sec04 {
  margin-top: 15rem;
}

.sec04 .container {
  padding-top: 6rem;
  padding-bottom: 25rem;
}

.sec04 .strength_list_wrap {
  position: relative;
}

.sec04 .sec_ttl_wrap {
  left: 0;
  position: absolute;
  top: 3rem;
}

.sec04 .strength_list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  gap: 3.5rem 8.2rem;
  height: 100rem;
  justify-content: center;
  padding-left: 11.7rem;
}

.sec04 .strength_list .strength_list_item {
  width: 40rem;
}

.sec04 .strength_list .strength_list_item:nth-child(1) {
  margin-top: 5rem;
  order: 4;
}
.sec04 .strength_list .strength_list_item:nth-child(2) {
  order: 5;
}
.sec04 .strength_list .strength_list_item:nth-child(3) {
  order: 1;
}
.sec04 .strength_list .strength_list_item:nth-child(4) {
  order: 2;
}
.sec04 .strength_list .strength_list_item:nth-child(5) {
  order: 3;
}

.sec04 .strength_list .strength_list_item .ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: calc(33 / 20);
  margin-top: 1rem;
  text-align: center;
}

.sec04 .strength_list .strength_list_item .img {
  aspect-ratio: 285/185;
}

.sec04 .strength_list .strength_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec04 .more_btn {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .sec04 {
    margin-top: 6rem;
  }

  .sec04 .inner {
    padding-bottom: 5.6rem;
    padding-top: 7.3rem;
  }

  .sec04 .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec04 .strength_list_wrap {
    position: relative;
  }

  .sec04 .sec_ttl_wrap {
    position: static;
  }

  .sec04 .strength_list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 3.4rem 0;
    height: auto;
    justify-content: center;
    margin-top: 6.5rem;
    padding-left: 0;
  }

  .sec04 .strength_list .strength_list_item {
    width: auto;
  }

  .sec04 .strength_list .strength_list_item:nth-child(1) {
    margin-left: -2rem;
    margin-top: 0;
    order: 1;
  }
  .sec04 .strength_list .strength_list_item:nth-child(2) {
    margin-left: -2rem;
    order: 3;
  }
  .sec04 .strength_list .strength_list_item:nth-child(3) {
    margin-right: -2rem;
    order: 2;
  }
  .sec04 .strength_list .strength_list_item:nth-child(4) {
    margin-right: -2rem;
    order: 4;
  }
  .sec04 .strength_list .strength_list_item:nth-child(5) {
    margin-left: -2rem;
    order: 5;
  }

  .sec04 .strength_list .strength_list_item .img {
    aspect-ratio: 355/260;
  }
}

/* ------------------------------------------
  sec05
------------------------------------------ */
.sec05 .container {
  padding-bottom: 10rem;
}

.sec05 .flex {
  display: flex;
}

.sec05 .flex .sec_ttl_wrap {
  width: calc(100% - 64rem);
}

.sec05 .more_link_pc {
  background-image: url(../img/common/icon-link_arrow.png);
  background-position: right 1rem bottom 0.4rem;
  background-repeat: no-repeat;
  background-size: 4.7rem 0.4rem;
  display: table;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-top: 9.1rem;
  padding-right: 6.8rem;
  transition: all 0.3s;
}

.sec05 .more_link_pc:hover {
  background-position: right 0 bottom 0.4rem;
}

.sec05 .more_link_sp {
  display: none;
}

.sec05 .flex .flow_list_wrap {
  margin-left: 8.7rem;
  width: 64rem;
}

.sec05 .flex .flow_list .flow_list_item + .flow_list_item {
  margin-top: 3.1rem;
}

.sec05 .flex .flow_list .flow_list_item {
  border-bottom: 0.1rem solid #e0e0e0;
  display: block;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec05 .container {
    padding-bottom: 8rem;
    padding-top: 7.2rem;
  }

  .sec05 .flex {
    display: block;
  }

  .sec05 .flex .sec_ttl_wrap {
    width: auto;
  }

  .sec05 .more_link_pc {
    display: none;
  }

  .sec05 .more_link_sp {
    background-image: url(../img/common/icon-link_arrow.png);
    background-position: right bottom 0.4rem;
    background-repeat: no-repeat;
    background-size: 4.7rem 0.4rem;
    display: table;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    margin-left: auto;
    margin-top: 3.7rem;
    padding-right: 5.8rem;
  }

  .sec05 .flex .flow_list_wrap {
    margin-left: 0;
    margin-top: 5rem;
    width: auto;
  }
}

/* ------------------------------------------
  sec06
------------------------------------------ */
.sec06 .container {
  padding-bottom: 6.8rem;
  padding-top: 8.4rem;
}

.sec06 .sec_ttl_wrap {
  text-align: center;
}

.sec06 .text {
  text-align: center;
  margin-top: 5rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sec06 .container {
    padding-bottom: 6rem;
    padding-top: 7.2rem;
  }

  .sec06 .sec_ttl_wrap {
    line-height: calc(36 / 27);
  }

  .sec06 .sec_ttl_wrap .sec_ttl {
    margin-top: 1rem;
  }
}
