/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
.mv {
  position: relative;
  text-align: left;
  overflow: hidden;
}
.mv::before, .mv::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A3B94;
  mix-blend-mode: hard-light;
  z-index: 3;
  opacity: 0.6;
}
.mv::before {
  clip-path: polygon(0 0, 100% 0, 100% 12%, 0% 45%);
}
.mv::after {
  clip-path: polygon(0 100%, 100% 65%, 100% 100%, 0% 100%);
}
/*==================================================
スライダーのためのcss
===================================*/
#slider {
  width: 100%;
  height: 100dvh;
}
.mv_slider {
  position: relative;
  z-index: 1;
  height: 650px;
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("/img/top/mv01sp.webp");
}
.slider-item02 {
  background: url("/img/top/mv02sp.webp");
}
.slider-item03 {
  background: url("/img/top/mv03sp.webp");
}
.slider-item {
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mv_slider .slick-slide {
  min-height: 650px !important;
}
.mv_txt {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 90%;
}
.mv_txt_slider {
  position: relative;
  color: #fff;
  z-index: 5;
  font-size: 8.5vw;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 6px;
}
.mv_txt_slider li::after {
  position: absolute;
  top: 100%;
  margin: 28px 0 0;
  left: 0px;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  content: 'Since 1943';
}
.mv_txt_slider li::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 13px 0 0;
}
.mv_txt_slider li {
  position: absolute;
}
.mv_txt_slider li p {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 10);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.mv_txt_slider li.active p {
  opacity: 1;
  z-index: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.mv_txt_slider li p span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.mv_txt_slider li.active p span {
  opacity: 1;
  transform: translateY(0);
}
.mv_en {
  position: absolute;
  bottom: -6px;
  left: 5%;
  width: 90%;
  color: #fff;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 9vw;
  letter-spacing: 3px;
  line-height: 1;
  z-index: 5;
  mix-blend-mode: overlay;
}
/* about */
.top_about_bg {
  padding: 3em 0 3em;
  position: relative;
}
.top_about_bg::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  display: block;
  content: '';
  width: 300px;
  height: 75px;
  background-image: url("/img/top/Since1943.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.top_about {
  width: 80%;
  margin: auto;
  text-align: left;
}
.top_about_txt {
  margin: 0 auto 2em;
}
.top_about_txt h2 {
  color: #0A3B94;
  font-weight: bold;
  margin: 0 auto 15px;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.top_about_txt h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 3.0rem;
  line-height: 1.2;
}
.top_about_txt p {
  line-height: 1.8;
}
.top_about_txt p span {
  display: block;
  color: #0A3B94;
  font-size: 3rem;
  letter-spacing: 6px;
  line-height: 1.3;
  margin: 0 auto 10px;
  font-weight: bold;
}
.top_about_img {}
.top_business_wrap {
  position: relative;
}
.top_business_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  z-index: -2;
  background: #F4F4F4;
}
.top_business_bg {
  position: relative;
  padding: 5em 0;
  background: #0A3B94;
  color: #fff;
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  z-index: 1;
}
.top_business_bg h2 {
  width: 90%;
  margin: auto;
  text-align: right;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.top_business_bg h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 4px;
}
.top_business {
  width: 85%;
  margin: auto;
  text-align: left;
}
.top_business li {
  margin: 1em auto 0;
}
.top_business li:nth-of-type(even) {
  margin: 4em auto 0;
}
.top_business_img {
  margin: 0 auto 2.5em;
  position: relative;
}
.top_business_img div {
  font-family: effra, sans-serif;
  font-weight: 700;
  mix-blend-mode: overlay;
  letter-spacing: 4px;
  line-height: 1;
  font-size: 7vw;
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0.2;
}
.top_business_img div.reverse {
  left: inherit;
  right: 0;
}
.top_business_img {
  opacity: 0;
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #0A3B94;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
.img-animation02 {
  animation: img-opacity02 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation02::before {
  animation: img-animation02 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #0A3B94;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-opacity02 {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation02 {
  100% {
    transform: translateX(-100%);
  }
}
.top_business_txt {}
.top_business_ttl {
  display: inline-block;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  padding: 0 0 3px;
  margin: 0 auto 10px;
}
.top_business_txt p {
  line-height: 1.8;
}
.top_business_txt p span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 5px;
}
.top_business_link {
  margin: 1em auto 0 0;
  width: 180px;
  position: relative;
}
.top_business_link::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f061';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  transition: ease .2s;
}
.top_business_link:hover::before {
  right: 15px;
}
.top_business_link .txt_btn {
  justify-content: flex-start;
  padding: 10px 30px;
}
.top_works_bg {
  padding: 2em 0 0;
  position: relative;
  z-index: 1;
}
.top_works_bg h2 {
  width: 90%;
  margin: 0 auto 1em;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 2px;
  color: #0A3B94;
}
.top_works_bg h2 span {
  display: inline-block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 4px;
  padding: 0 5px 0 0px;
}
.top_works_slider .slick-slide {
  margin: 0 10px;
}
.top_works_btn {
  width: 180px;
  margin: 1.5em auto 0;
  position: relative;
}
.top_works_btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f061';
  font-family: FontAwesome;
  font-weight: 400;
  color: #0A3B94;
  z-index: 1;
  transition: ease .2s;
}
.top_works_btn:hover::before {
  right: 15px;
}
.top_works_btn .txt_btn {
  justify-content: flex-start;
  padding: 10px 30px;
}
.top_company_bg {
  position: relative;
  padding: 4em 0 2em;
  color: #fff;
}
.top_company_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #0A3B94;
  z-index: -1;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.top_company_bg h2 {
  width: 90%;
  margin: 0 auto 1.5em;
  text-align: right;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.top_company_bg h2 span {
  display: inline-block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 4px;
  padding: 0 0px 0 5px;
}
.top_company {
  width: 85%;
  margin: auto;
}
.top_company li {
  position: relative;
}
.top_company li a {
  color: #fff;
}
.top_company li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.top_company_img {
  position: relative;
  overflow: hidden;
}
.top_company_img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: 0.4;
  transition: ease .2s;
  z-index: 1;
}
.top_company li:hover .top_company_img::before {
  opacity: 0;
}
.top_company_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.top_company_img:hover img {
  transform: scale(1.1);
}
.top_company_txt {
  position: absolute;
  text-align: left;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.top_company_txt p {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.top_company_txt p span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.top_kikugawa {
  text-align: left;
  margin: 3em auto;
}
.top_kikugawa_ttl {
  width: 85%;
  position: relative;
  z-index: 1;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 4px;
  -webkit-text-stroke: 1px #0A3B94;
  text-stroke: 1px #0A3B94;
  color: rgba(255, 255, 255, 0.0);
  line-height: 1;
  margin: 0 auto 0;
}
.top_kikugawa_img {
  margin: -20px auto 1em;
}
.top_kikugawa_img img:first-child {
  width: 80%;
  margin: 0 0 0 20%;
}
.top_kikugawa_img img:last-child {
  width: 50%;
  margin: -4em 0 0 8%;
}
.top_kikugawa_txt {
  width: 85%;
  margin: auto;
}
.top_kikugawa_txt p {
  line-height: 1.8;
  margin: 0 auto 1em;
}
.top_kikugawa_txt p span {
  display: block;
  color: #0A3B94;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 auto 5px;
}
.top_kikugawa_btn {
  width: 180px;
  margin: 0 auto 0 0;
  position: relative;
}
.top_kikugawa_btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f061';
  font-family: FontAwesome;
  font-weight: 400;
  color: #0A3B94;
  z-index: 1;
  transition: ease .2s;
}
.top_kikugawa_btn:hover::before {
  right: 15px;
}
.top_kikugawa_btn .txt_btn {
  justify-content: flex-start;
  padding: 10px 30px;
}
.top_topics_bg {
  padding: 0 0 3em;
  text-align: left;
}
.top_topics_bg h2 {
  width: 85%;
  margin: 0 auto 1em;
  color: #0A3B94;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.top_topics_bg h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 4px;
}
.top_topics_contents {
  width: 85%;
  margin: auto;
}
.top_topics_btn {
  width: 180px;
  margin: 2em 0 0 auto;
  position: relative;
}
.top_topics_btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #0A3B94;
  z-index: 1;
  transition: ease .2s;
}
.top_topics_btn:hover::before {
  right: 15px;
}
.top_topics_btn .txt_btn {
  justify-content: flex-start;
  padding: 10px 30px;
}
.top_recruit {
  background: #0A3B94;
  color: #fff;
  margin: 0 auto 3em;
}
.top_recruit_img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}
.top_recruit_txt {
  text-align: left;
  width: 85%;
  margin: -4em auto 0;
  padding: 0px 0 40px;
}
.top_recruit_txt h2 {
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 5.0rem;
  line-height: 1;
  letter-spacing: 4px;
  margin: 0 auto 15px;
}
.top_recruit_ttl {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0 5px;
  margin: 0 auto 10px;
}
.top_recruit_txt p {
  line-height: 1.8;
  margin: 0 auto 1.5em;
}
.top_recruit_txt p span {
  display: block;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 2rem;
  margin: 0 auto 5px;
  line-height: 1.4;
}
.top_recruit_link {
  margin: 0 auto 0 0;
  width: 180px;
  position: relative;
}
.top_recruit_link::before {
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  transition: ease .2s;
}
.top_recruit_link:hover::before {
  right: 15px;
}
.top_recruit_link .txt_btn {
  justify-content: flex-start;
  padding: 10px 30px;
}
.close_slider .slick-slide {
  margin: 0 2px;
}
.instagram {
  width: 90%;
  margin: 0 auto 3em;
}
.instagram h2 {
  color: #0A3B94;
  margin: 0 auto 1em;
  font-size: 1.5rem;
  letter-spacing: 2px;
}
.instagram h2 span {
  display: block;
  font-family: effra, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 4px;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .mv::before {
    clip-path: polygon(0 0, 5% 0, 35% 100%, 0 100%);
  }
  .mv::after {
    clip-path: polygon(65% 0, 100% 0, 100% 100%, 95% 100%);
  }
  #slider {
    width: 100%;
    height: 850px;
  }
  .mv_slider {
    height: 850px;
  }
  .slider-item01 {
    background: url("/img/top/mv01.webp");
  }
  .slider-item02 {
    background: url("/img/top/mv02.webp");
  }
  .slider-item03 {
    background: url("/img/top/mv03.webp");
  }
  .slider-item {
    height: 850px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mv_slider .slick-slide {
    min-height: 850px !important;
  }
  .mv_txt {
    top: 150px;
    left: 8%;
    width: 84%;
  }
  .mv_txt_slider {
    font-size: 5vw;
    letter-spacing: 10px;
  }
  .mv_txt_slider li::before {
    width: 60px;
    margin: 20px 0 0;
    left: 3px;
  }
  .mv_txt_slider li::after {
    margin: 40px 0 0;
    font-size: 1.8rem;
    left: 3px;
  }
  .mv_txt_slider li p {
    transform: matrix(1, 0, 0, 1, 0, 15);
  }
  .mv_en {
    bottom: -22px;
    left: 7%;
    width: 86%;
    font-weight: 700;
    font-size: 9vw;
    letter-spacing: 3px;
  }
  /* about */
  .top_about_bg {
    padding: 5em 0 4em;
  }
  .top_about_bg::before {
    bottom: -80px;
    left: calc(50% - 250px);
    transform: translate(-50%, 0%);
    width: 550px;
    height: 137px;
  }
  .top_about {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .top_about_txt {
    margin: 0;
    width: 42%;
    padding: 0 0 0 3%;
  }
  .top_about_txt h2 {
    margin: 0 auto 20px;
    font-size: 1.8rem;
  }
  .top_about_txt h2 span {
    letter-spacing: 4px;
    font-size: 5.0rem;
  }
  .top_about_txt p {
    line-height: 2;
    letter-spacing: 2px;
  }
  .top_about_txt p span {
    font-size: 5.3rem;
    letter-spacing: 10px;
    line-height: 1.2;
    margin: 0 auto 20px;
  }
  .top_about_img {
    width: 50%;
  }
  .top_business_wrap::after {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  }
  .top_business_bg {
    padding: 9em 0;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .top_business_bg h2 {
    width: 90%;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .top_business_bg h2 span {
    font-size: 7.0rem;
    letter-spacing: 8px;
  }
  .top_business {
    width: 90%;
    max-width: 1300px;
  }
  .top_business li {
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    position: relative;
  }
  .top_business li::after {
    position: absolute;
    bottom: -70px;
    left: 50px;
    content: 'CIVIl ENGINEERING';
    font-family: effra, sans-serif;
    font-weight: 700;
    mix-blend-mode: overlay;
    letter-spacing: 8px;
    line-height: 1;
    font-size: 7.5vw;
    opacity: 0.2;
  }
  .top_business li:nth-child(2)::after {
    content: 'ARCHTECTURE';
    left: 150px;
  }
  .top_business li:nth-of-type(even) {
    margin: 10em auto 5em;
    flex-direction: row-reverse;
  }
  .top_business_img {
    margin: 0;
    width: 55%;
  }
  .top_business_img div {
    display: none;
  }
  .top_business_txt.reverse {
    padding: 0 0 0 0%;
    width: 45%;
    text-align: right;
  }
  .top_business_txt {
    width: 40%;
    padding: 0 5% 0 0;
  }
  .top_business_ttl {
    font-size: 4rem;
    letter-spacing: 4px;
    padding: 0 0 3px 50px;
    margin: 0 auto 30px;
  }
  .top_business_txt p {
    line-height: 2;
    padding: 0 0 0 50px;
  }
  .top_business_txt p span {
    line-height: 1.6;
    font-size: 2.5rem;
    margin: 0 auto 10px;
    letter-spacing: 2px;
  }
  .top_business_link {
    margin: 2em auto 0 50px;
    width: 220px;
  }
  .top_business_txt.reverse .top_business_ttl {
    padding: 0 50px 3px 0;
  }
  .top_business_txt.reverse p {
    padding: 0 50px 0 0;
  }
  .top_business_txt.reverse .top_business_link {
    margin: 2em 50px 0 auto;
  }
  .top_works_bg {
    padding: 4em 0 0em;
    position: relative;
  }
  .top_works_bg h2 {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .top_works_bg h2 span {
    font-size: 7.0rem;
    letter-spacing: 8px;
  }
  .top_works_btn {
    width: 220px;
    margin: 0;
    position: absolute;
    top: 5em;
    right: 5%;
  }
  .top_company_bg {
    margin: -1em auto 0;
    padding: 10em 0 7em;
  }
  .top_company_bg::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #0A3B94;
    z-index: -1;
    clip-path: polygon(0 28%, 100% 0, 100% 72%, 0 100%);
  }
  .top_company_bg h2 {
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .top_company_bg h2 span {
    font-size: 7.0rem;
    letter-spacing: 8px;
  }
  .top_company {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .top_company li {
    width: 50%;
  }
  .top_company_txt {
    top: 30px;
    left: 30px;
  }
  .top_company_txt p {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 4px;
  }
  .top_company_txt p span {
    font-size: 1.6rem;
  }
  .top_kikugawa {
    width: 100%;
    margin: 3em auto 7em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    position: relative;
  }
  .top_kikugawa_ttl {
    position: absolute;
    top: 20px;
    left: 4%;
    font-size: 6.5vw;
    letter-spacing: 8px;
    margin: 0px;
  }
  .top_kikugawa_img {
    margin: 0;
    width: 55%;
  }
  .top_kikugawa_img img:first-child {
    width: 85%;
    margin: 0 0 0 15%;
  }
  .top_kikugawa_img img:last-child {
    width: 50%;
    margin: -4em 0 0 5%;
  }
  .top_kikugawa_txt {
    width: 39%;
    padding: 0 0 0 6%;
    margin: 0;
  }
  .top_kikugawa_txt p {
    line-height: 2.2;
    margin: 0 auto 0em;
  }
  .top_kikugawa_txt p span {
    letter-spacing: 3px;
    font-size: 2.5rem;
  }
  .top_kikugawa_btn {
    width: 220px;
  }
  .top_topics_bg {
    padding: 0 0 6em;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    width: 90%;
    max-width: 1100px;
  }
  .top_topics_bg h2 {
    width: 250px;
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .top_topics_bg h2 span {
    font-size: 7.0rem;
    letter-spacing: 8px;
  }
  .top_topics_contents {
    width: calc(100% - 300px);
    margin: 0;
  }
  .top_topics_btn {
    width: 220px;
  }
  .top_recruit {
    position: relative;
    margin: 0 auto 6em;
  }
  .top_recruit_img {
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    margin: 0 0 0 auto;
  }
  .top_recruit_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .top_recruit_txt {
    position: absolute;
    top: 50%;
    left: 8%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 28%;
    margin: 0;
    padding: 0;
  }
  .top_recruit_txt h2 {
    font-size: 8.0rem;
    letter-spacing: 8px;
    margin: 0 auto 15px -30px;
  }
  .top_recruit_ttl {
    font-size: 2rem;
    padding: 0 0 5px;
    margin: 0 auto 15px;
  }
  .top_recruit_txt p {
    line-height: 2;
  }
  .top_recruit_txt p span {
    letter-spacing: 4px;
    font-size: 3rem;
  }
  .top_recruit_link {
    width: 220px;
  }
  .instagram {
    max-width: 1100px;
    margin: 0 auto 6em;
  }
  .instagram h2 {
    margin: 0 auto 1.5em;
    font-size: 1.8rem;
    letter-spacing: 4px;
  }
  .instagram h2 span {
    font-size: 5rem;
    letter-spacing: 6px;
  }
}