@charset "UTF-8";
#staff .btn, #voice .btn, #works .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 70px;
  background: #e60019;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#staff .btn:hover, #voice .btn:hover, #works .btn:hover {
  opacity: 0.6;
}
#staff .btn, #voice .btn, #works .btn {
  transition: all 0.5s ease-out;
  margin-left: auto;
  margin-right: auto;
  clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0 50%);
}
#staff .btn a, #voice .btn a, #works .btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  transition: all 0.5s ease-out;
}
#staff .btn a:hover, #voice .btn a:hover, #works .btn a:hover {
  opacity: 0.6;
}
#staff .btn a, #voice .btn a, #works .btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding-right: 70px;
  position: relative;
}
#staff .btn a:hover::after, #voice .btn a:hover::after, #works .btn a:hover::after {
  width: 60px;
}
#staff .btn a::after, #voice .btn a::after, #works .btn a::after {
  position: absolute;
  left: 240px;
  transition: all 0.5s ease-out;
  content: "";
  width: 35px;
  height: 11px;
  background-repeat: repeat-x;
  background-image: url(../images/arrow2.png);
  background-size: 100% contain;
  display: block;
  background-position: right;
}
@media (max-width: 767px) {
  #staff .btn, #voice .btn, #works .btn {
    width: 270px;
    height: 60px;
  }
  #staff .btn a, #voice .btn a, #works .btn a {
    font-size: 15px;
    background-position: center right 40px;
    background-size: 50px;
    padding-right: 40px;
  }
  #staff .btn a::after, #voice .btn a::after, #works .btn a::after {
    left: 180px;
    height: 8px;
  }
}

#voice h2, #works h2, #service h2, #choose h2 {
  font-size: 71px;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  display: block;
  color: #e60019;
  line-height: 1.4;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 130px;
  min-width: 1050px;
}
#voice h2::before, #works h2::before, #service h2::before, #choose h2::before {
  content: "";
  background-image: url(../images/choose-h2-shape2.png);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 113/161;
  width: 113px;
  background-size: contain;
}
#voice h2::after, #works h2::after, #service h2::after, #choose h2::after {
  content: "";
  background-image: url(../images/choose-h2-shape1.png);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 113/161;
  width: 113px;
  background-size: contain;
}
#voice h2 span, #works h2 span, #service h2 span, #choose h2 span {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
#voice h2 span::before, #works h2 span::before, #service h2 span::before, #choose h2 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
#voice h2 small, #works h2 small, #service h2 small, #choose h2 small {
  font-size: 27px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  color: #fff;
  background-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  min-width: 250px;
  clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0 50%);
}
@media (max-width: 1199px) {
  #voice h2, #works h2, #service h2, #choose h2 {
    font-size: 42px;
    min-width: 700px;
  }
  #voice h2::before, #works h2::before, #service h2::before, #choose h2::before, #voice h2::after, #works h2::after, #service h2::after, #choose h2::after {
    width: 90px;
  }
  #voice h2 small, #works h2 small, #service h2 small, #choose h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #voice h2, #works h2, #service h2, #choose h2 {
    min-width: 350px;
    font-size: 22px;
    padding: 0 50px;
  }
  #voice h2::before, #works h2::before, #service h2::before, #choose h2::before, #voice h2::after, #works h2::after, #service h2::after, #choose h2::after {
    width: 45px;
  }
  #voice h2 small, #works h2 small, #service h2 small, #choose h2 small {
    font-size: 15px;
    min-width: 150px;
    padding: 2px 10px;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  }
}

#voice h2, #works h2, #service h2, #choose h2 {
  margin-bottom: 50px;
  text-align: center;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
#mainimg #mainslider {
  padding-top: 30px;
  width: calc(100% - 70px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#mainimg #mainslider::before {
  content: "";
  height: calc(100% - 30px);
  background-color: rgba(85, 85, 85, 0.4);
  position: absolute;
  width: 100%;
  left: 0;
  mix-blend-mode: multiply;
  --cut: 24px;
  z-index: 2;
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
}
#mainimg #mainslider img, #mainimg #mainslider video {
  height: calc(100vh - 90px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: relative;
  display: block;
  /* 角を斜めにカット */
  --cut: 24px;
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
}
#mainimg .slick-slide {
  position: relative;
}
#mainimg .catch {
  position: absolute;
  left: 0;
  bottom: -60px;
  z-index: 2;
}
#mainimg .catch .english {
  font-size: 20px;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 5px;
  font-variation-settings: "wdth" 125;
  color: #fff;
  padding-left: 60px;
}
#mainimg .catch .catch1, #mainimg .catch .catch2 {
  font-size: 50px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  color: #fff;
  padding: 0 50px;
  --cut: 30px;
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%);
}
#mainimg .catch .catch1 {
  padding-left: 30px;
  padding-right: 75px;
}
#mainimg .catch .catch2 {
  background-color: #e60019;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  #mainimg #mainslider {
    width: calc(100% - 20px);
  }
  #mainimg #mainslider .slick-slide::before {
    clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    bottom: -40px;
    padding-right: 15px;
  }
  #mainimg .catch .english {
    font-size: 14px;
    padding-left: 30px;
  }
  #mainimg .catch .catch1, #mainimg .catch .catch2 {
    --cut: 15px;
    font-size: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    padding-top: 10px;
  }
  #mainimg #mainslider::before {
    height: calc(100% - 10px);
    --cut: 15px;
  }
  #mainimg #mainslider .slick-slide::before {
    --cut: 15px;
  }
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: 280px;
    --cut: 15px;
  }
  #mainimg .catch {
    bottom: -30px;
  }
  #mainimg .catch .english {
    font-size: 12px;
    padding-left: 15px;
  }
  #mainimg .catch .catch1, #mainimg .catch .catch2 {
    --cut: 10px;
    font-size: 15px;
    padding: 5px 15px;
    line-height: 1.6;
  }
  #mainimg .catch .catch1 {
    padding-left: 10px;
  }
}

/* ----------------------------------------------
concerns
------------------------------------------------- */
#concerns {
  overflow: hidden;
}
#concerns .inner {
  background-image: url(../images/concerns-bg.webp);
  background-position: center;
  background-size: cover;
  margin-top: 21px;
  padding-top: 130px;
  padding-bottom: 13vw;
}
#concerns h2 {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1.3;
  margin-bottom: 70px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  font-size: 71px;
}
#concerns h2 small {
  margin-bottom: 10px;
  display: block;
  font-size: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
#concerns h2 span {
  padding-left: 90px;
}
#concerns h2 small {
  background-color: #000;
  padding-right: 90px;
  padding-left: 90px;
  line-height: 2;
  /* 角を斜めにカット */
  --cut:40px;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
}
#concerns .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  gap: 40px 3.893442623%;
}
#concerns .block {
  width: 30.737704918%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
#concerns .block::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: -40px;
  z-index: 0;
  --cut: 50px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
}
#concerns .number {
  background-color: #000;
  font-size: 25px;
  padding: 15px 10px;
  line-height: 1.3;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  color: #fff;
  display: block;
  text-align: center;
  --cut: 50px;
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, 0 100%, 0 var(--cut));
}
#concerns .number small {
  display: block;
  font-size: 28px;
}
#concerns .title {
  background-color: #e60019;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  color: #fff;
  padding: 20px 10px;
  padding-bottom: 30px;
  z-index: 2;
  position: relative;
  min-height: 150px;
  --cut: 50px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
}
#concerns .bottom {
  position: relative;
  height: 36vw;
  margin-top: -10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5vw;
}
#concerns .bottom .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#concerns .bottom .txt-box {
  z-index: 2;
  position: relative;
}
#concerns .bottom h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2666666667;
  text-align: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
#concerns .bottom h3 span {
  font-size: 78px;
}
#concerns .bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/concerns-bg2.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1199px) {
  #concerns .inner {
    padding-bottom: 16vw;
  }
  #concerns h2 {
    font-size: 40px;
  }
  #concerns h2 span {
    padding-left: 70px;
  }
  #concerns h2 small {
    font-size: 40px;
    --cut:20px;
    padding: 0 70px;
  }
  #concerns .number {
    font-size: 19px;
  }
  #concerns .title {
    font-size: 20px;
    min-height: unset;
  }
  #concerns .bottom {
    height: 43vw;
    margin-top: -12vw;
  }
  #concerns .bottom::before {
    background-size: 120%;
  }
  #concerns .bottom .logo {
    width: 180px;
  }
  #concerns .bottom h3 {
    font-size: 30px;
  }
  #concerns .bottom h3 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #concerns .inner {
    margin-top: 10px;
    padding-top: 70px;
    padding-bottom: 17vw;
  }
  #concerns h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 35px;
  }
  #concerns h2 span {
    padding-left: 20px;
  }
  #concerns h2 small {
    font-size: 20px;
    --cut:10px;
    padding: 0 20px;
  }
  #concerns .contents {
    display: block;
  }
  #concerns .block {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #concerns .block:nth-child(n+2) {
    margin-top: 40px;
  }
  #concerns .block::before {
    bottom: -20px;
    --cut: 30px;
  }
  #concerns .number {
    font-size: 16px;
    --cut: 30px;
  }
  #concerns .number small {
    font-size: 20px;
  }
  #concerns .title {
    font-size: 15px;
    --cut: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #concerns .bottom {
    height: 65vw;
    margin-top: -18vw;
  }
  #concerns .bottom::before {
    background-size: 190%;
  }
  #concerns .bottom .logo {
    width: 130px;
    margin-top: 30px;
  }
  #concerns .bottom h3 {
    font-size: 19px;
  }
  #concerns .bottom h3 span {
    font-size: 23px;
  }
}

/* ----------------------------------------------
choose
------------------------------------------------- */
#choose {
  margin-top: 60px;
  margin-bottom: 190px;
}
#choose .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1380px;
  display: flex;
  gap: 40px 5.4347826087%;
}
#choose .block {
  width: 29.7101449275%;
}
#choose .number {
  top: 0;
  left: 0;
  position: absolute;
  font-weight: 700;
  font-size: 85px;
  line-height: 1;
  top: -15px;
  left: -20px;
}
#choose .image-box {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-top: 20px;
}
#choose .image-box::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  position: absolute;
  z-index: 0;
  --cut: 70px;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#choose .image-box::after {
  content: "";
  background-color: #000;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  bottom: -25px;
  right: -25px;
  z-index: -1;
  --cut: 70px;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#choose .image {
  --cut: 70px;
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
}
#choose .image img {
  aspect-ratio: 378/542;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#choose .title {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-top: 30px;
}
#choose .english {
  font-size: 26px;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  text-align: center;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60019;
  clip-path: polygon(25px 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 25px 100%, 0 50%);
  color: #fff;
  padding: 12px 20px;
}
#choose .text {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6666666667;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  #choose .number {
    font-size: 55px;
    top: 0;
    left: -10px;
  }
  #choose .title {
    font-size: 30px;
  }
  #choose .english {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #choose {
    margin-bottom: 100px;
  }
  #choose .contents {
    display: block;
    padding: 0 10px;
  }
  #choose .block {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #choose .block:nth-child(n+2) {
    margin-top: 30px;
  }
  #choose .number {
    font-size: 40px;
    top: 10px;
    left: -10px;
  }
  #choose .image-box {
    padding-left: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #choose .image-box::before, #choose .image-box::after {
    --cut: 40px;
  }
  #choose .image-box::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    bottom: -20px;
    right: -20px;
  }
  #choose .image {
    --cut: 40px;
  }
  #choose .title {
    font-size: 23px;
  }
  #choose .english {
    font-size: 18px;
    padding: 7px 20px;
  }
  #choose .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  overflow: hidden;
  margin-bottom: 200px;
  padding-top: 5px;
}
#service h2 {
  margin-bottom: 70px;
}
#service .contents .block {
  display: flex;
}
#service .contents .block:nth-child(n+2) {
  margin-top: 60px;
}
#service .contents .block:nth-child(2n) {
  flex-direction: row-reverse;
}
#service .contents .block:nth-child(2n) .image-box.fadeInDownLR {
  animation-name: fadeInDownL !important;
}
#service .contents .block:nth-child(2n) .txt-box.fadeInDownLR {
  animation-name: fadeInDownR !important;
}
#service .contents .block:nth-child(2n) .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 993/514;
  width: 100%;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
}
#service .contents .block:nth-child(2n) h3 {
  padding-left: 90px;
  width: -moz-fit-content;
  width: fit-content;
}
#service .contents .block:nth-child(2n) h3::before {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: calc(45vw + 200px);
  height: 100%;
  content: "";
  background-color: #000;
  clip-path: polygon(0 0, 100% 0, calc(100% - 76px) 100%, 0 100%);
}
#service .contents .block:nth-child(2n) .image-box::before {
  position: absolute;
  top: 0;
  left: 3%;
  content: "";
  width: 90px;
  height: 100%;
  background: #e60019;
  transform: skewX(-19deg);
  z-index: 2;
}
#service .contents .block:nth-child(2n) .title, #service .contents .block:nth-child(2n) .text, #service .contents .block:nth-child(2n) .more {
  padding-left: 90px;
  padding-right: 20px;
}
#service .image-box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 65%;
}
#service .image-box::before {
  position: absolute;
  right: 3%;
  top: 0;
  content: "";
  width: 90px;
  height: 100%;
  background: #e60019;
  transform: skewX(-19deg);
  z-index: 2;
}
#service .image img {
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
  aspect-ratio: 1026/514;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#service .txt-box {
  width: 35%;
}
#service h3 {
  font-size: 74px;
  line-height: 1;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  color: #e60019;
  position: relative;
  padding: 40px 10px 30px 0px;
  z-index: 2;
  margin-top: 50px;
}
#service h3::before {
  position: absolute;
  left: -180px;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: #000;
  clip-path: polygon(76px 0, 100% 0, 100% 100%, 0 100%);
}
#service .title {
  font-size: 32px;
  color: #e60019;
  margin-top: 20px;
  line-height: 1.6;
}
#service .text {
  font-size: 18px;
  line-height: 1.6666666667;
  padding-right: 15%;
}
#service .more {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
#service .more a {
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  display: flex;
  transition: all 0.5s ease-out;
}
#service .more a:hover {
  opacity: 0.6;
}
#service .more a {
  align-items: center;
}
#service .more a:hover::after {
  width: 60px;
}
#service .more a::after {
  transition: all 0.5s ease-out;
  content: "";
  width: 35px;
  height: 9px;
  background-repeat: repeat-x;
  background-image: url(../images/arrow.png);
  background-size: 100% contain;
  display: block;
  margin-left: 10px;
  background-position: right;
}
@media (max-width: 1199px) {
  #service h3 {
    font-size: 40px;
  }
  #service h3::before {
    clip-path: polygon(55px 0, 100% 0, 100% 100%, 0 100%);
  }
  #service .image-box {
    width: 55%;
  }
  #service .txt-box {
    width: 45%;
  }
  #service .contents .block:nth-child(2n) h3 {
    padding-left: 10px;
  }
  #service .contents .block:nth-child(2n) h3::before {
    width: 64vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 55px) 100%, 0 100%);
  }
  #service .contents .block:nth-child(2n) .title, #service .contents .block:nth-child(2n) .text, #service .contents .block:nth-child(2n) .more {
    padding-left: 10px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #service {
    margin-bottom: 100px;
  }
  #service h2 {
    margin-bottom: 50px;
  }
  #service h3 {
    font-size: 22px;
    margin-top: -30px;
    padding: 20px 10px 15px 0px;
  }
  #service h3::before {
    left: -45px;
    clip-path: polygon(31px 0, 100% 0, 100% 100%, 0 100%);
  }
  #service .contents .block {
    display: block;
  }
  #service .contents .block:nth-child(n+2) {
    margin-top: 40px;
  }
  #service .contents .block:nth-child(2n) h3 {
    padding-left: 10px;
  }
  #service .contents .block:nth-child(2n) h3::before {
    width: 96vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 35px) 100%, 0 100%);
  }
  #service .contents .block:nth-child(2n) .title, #service .contents .block:nth-child(2n) .text, #service .contents .block:nth-child(2n) .more {
    padding-left: 10px;
    padding-right: 0;
  }
  #service .contents .block:nth-child(2n) .txt-box {
    margin-left: 0;
  }
  #service .contents .block:nth-child(2n) .image-box {
    margin-left: auto;
  }
  #service .contents .block:nth-child(2n) .image-box::before {
    width: 35px;
  }
  #service .image-box {
    width: 90%;
  }
  #service .image-box::before {
    position: absolute;
    right: 3%;
    top: 0;
    content: "";
    width: 35px;
    height: 100%;
    background: #e60019;
    transform: skewX(-19deg);
    z-index: 2;
  }
  #service .title {
    font-size: 22px;
    margin-top: 12px;
  }
  #service .txt-box {
    width: 85%;
    margin-left: auto;
  }
  #service .txt-box .text {
    padding-right: 10px;
    font-size: 14px;
  }
  #service .more a {
    font-size: 16px;
  }
  #service .more a::after {
    width: 30px;
    height: 8px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  margin-bottom: 160px;
}
#works h2 {
  margin-bottom: 80px;
}
#works .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  display: flex;
  gap: 30px 2.6923076923%;
  flex-wrap: wrap;
}
#works .block {
  width: 31.5384615385%;
}
#works .image-box {
  position: relative;
  padding: 15px;
  background-color: #000;
}
#works .cate {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #e60019;
  color: #fff;
  z-index: 2;
  font-size: 22px;
  padding: 0 10px;
  max-width: 170px;
  width: 100%;
  text-align: center;
}
#works .image a {
  transition: all 0.5s ease-out;
}
#works .image a:hover {
  opacity: 0.6;
}
#works .image img {
  width: 100%;
  aspect-ratio: 368/289;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .txt-box {
  background-color: #000;
}
#works .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.2272727273;
  padding: 0 10px 15px 10px;
}
#works .more {
  margin-top: 15px;
}
#works .more a {
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  display: flex;
  transition: all 0.5s ease-out;
}
#works .more a:hover {
  opacity: 0.6;
}
#works .more a {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translateX(-30%);
}
#works .more a:hover::after {
  width: 60px;
}
#works .more a::after {
  position: absolute;
  right: -10px;
  transform: translateX(100%);
  transition: all 0.5s ease-out;
  content: "";
  width: 35px;
  height: 9px;
  background-repeat: repeat-x;
  background-image: url(../images/arrow.png);
  background-size: 100% contain;
  display: block;
  margin-left: 10px;
  background-position: right;
}
#works .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #works {
    margin-bottom: 80px;
  }
  #works h2 {
    margin-bottom: 40px;
  }
  #works .contents {
    gap: 30px 4%;
  }
  #works .block {
    width: 48%;
  }
  #works .cate {
    font-size: 13px;
    max-width: 115px;
    padding: 0 10px;
  }
  #works .image-box {
    padding: 10px;
  }
  #works .title {
    font-size: 14px;
  }
  #works .more a {
    font-size: 16px;
  }
  #works .more a::after {
    width: 30px;
    height: 8px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice .inner {
  background-color: #e60019;
  padding: 70px 0;
}
#voice h2 {
  margin-bottom: 60px;
}
#voice .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  display: flex;
  gap: 30px 2.6923076923%;
  flex-wrap: wrap;
}
#voice .block {
  width: 31.5384615385%;
}
#voice .interview {
  font-size: 55px;
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#voice .image-box {
  position: relative;
  padding: 15px;
  background-color: #000;
}
#voice .image a {
  transition: all 0.5s ease-out;
}
#voice .image a:hover {
  opacity: 0.6;
}
#voice .image img {
  width: 100%;
  aspect-ratio: 368/289;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .txt-box {
  background-color: #000;
}
#voice .title {
  color: #fff;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.2272727273;
  padding: 0 10px 15px 10px;
}
#voice .more {
  margin-top: 15px;
}
#voice .more a {
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  display: flex;
  transition: all 0.5s ease-out;
}
#voice .more a:hover {
  opacity: 0.6;
}
#voice .more a {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translateX(-30%);
}
#voice .more a:hover::after {
  width: 60px;
}
#voice .more a::after {
  position: absolute;
  right: -10px;
  transform: translateX(100%);
  transition: all 0.5s ease-out;
  content: "";
  width: 35px;
  height: 9px;
  background-repeat: repeat-x;
  background-image: url(../images/arrow.png);
  background-size: 100% contain;
  display: block;
  margin-left: 10px;
  background-position: right;
}
#voice .btn {
  background-color: #000;
  margin-top: 40px;
}
#voice .btn a {
  background-position: center right 50px;
}
#voice .btn a::after {
  left: 270px;
}
@media (max-width: 1199px) {
  #voice .interview {
    font-size: 4vw;
  }
}
@media (max-width: 767px) {
  #voice h2 {
    margin-bottom: 40px;
  }
  #voice .inner {
    padding: 50px 0;
  }
  #voice .interview {
    font-size: 6vw;
  }
  #voice .contents {
    flex-wrap: wrap;
    gap: 30px 4%;
    justify-content: center;
  }
  #voice .block {
    width: 48%;
  }
  #voice .title {
    font-size: 14px;
  }
  #voice .image-box {
    padding: 10px;
  }
  #voice .more a {
    font-size: 16px;
  }
  #voice .more a::after {
    width: 30px;
    height: 8px;
  }
  #voice .btn a {
    background-position: center right 30px;
  }
  #voice .btn a::after {
    left: 190px;
  }
}

/* ----------------------------------------------
staff
------------------------------------------------- */
#staff {
  background-image: url(../images/staff-bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
#staff .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 4%;
}
#staff h2 {
  font-family: "Anybody", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 125;
  color: #fff;
  font-size: 62px;
  text-align: center;
  line-height: 1.1;
  display: block;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
#staff .btn {
  background-color: #000;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  #staff h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #staff {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  #staff .inner {
    padding-left: unset;
    margin-left: auto;
    margin-right: auto;
  }
  #staff h2 {
    font-size: 24px;
  }
}

/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */