@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansJP-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansJP-Medium.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansJP-Bold.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'BananaSlip';
  src: url('../font/bananaslip.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'CenturyGothic';
  font-style: normal;
  font-weight: 400;
  src: url('../font/century-gothic.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'CenturyGothic';
  font-style: normal;
  font-weight: 700;
  src: url('../font/century-gothic-bold.woff2') format('woff2');
  font-display: swap;
}

:root {
  --notosansjp: 'NotoSansJP',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

*, *:before, *:after {
	box-sizing: border-box;
}

body {
  color: #1A1A1A;
  font-size: 16px;
  font-family: var(--notosansjp);
  font-weight: 400;
	font-feature-settings: 'palt';
}

/* ios用の初期化 */
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

br.sp,
br.tablet {
  display: none;
}

@media (600px < width <= 1024px) {
  br.tablet {
    display: block;
  }
}

@media (width <= 600px) {
  br.sp {
    display: block;
  }
}

body.noscroll {
  overflow: hidden;
}

.button {
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #ffffff;
  color: #1A1A1A;
  text-align: center;
  font-size: calc((20/16) * 1rem);
  letter-spacing: 0.17em;
}

.button-ripple {
  z-index: 0;
  overflow: hidden;
}

.button-ripple::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: #e8e8e8;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.32s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.button-ripple:hover::before {
  transform: scale(90);
}

.button-dotted::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  transform: scale(1) translateY(-50%);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.button-dotted:hover::after {
  transform: translateY(-50%) scale(2);
}

.button-arrow {
  z-index: 0;
  position: relative;
}

.button-arrow::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 31px;
  height: 10px;
  background-color: #000000;
  -webkit-mask-image: url(../img/icon-arrow-01.svg);
          mask-image: url(../img/icon-arrow-01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.button-page_top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 171px;
  background-image: url(../img/image-page_top.webp);
  background-color: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (width <= 600px) {
  .button-page_top {
    width: 110px;
    height: 122px;
  }
}

.site_wrapper {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.header_content {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 100px;
  margin: auto;
  mix-blend-mode: difference;
  color: #ffffff;
}

.header_content .site_logo {
  position: fixed;
  top: 30px;
  left: 50px;
  display: inline-block;
}

@media (width <= 600px) {
  .header_content .site_logo {
    top: 20px;
    left: 20px;
  }
}

.site_logo {
  mix-blend-mode: difference;
  color: #ffffff;
  font-family: 'BananaSlip';
  font-size: calc((29 / 16) * 1rem);
  letter-spacing: 0.13em;
}

.header_navigation {
  position: absolute;
  top: 40px;
  right: 140px;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-left: auto;
}

.header_navigation-list {
  display: flex;
  flex-flow: row;
}

.header_navigation-list > .item {
  margin-right: 25px;
}

.header_navigation-list > .item:last-of-type {
  margin-right: 0;
}

.header_navigation-list > .item a {
  mix-blend-mode: difference;
  color: #ffffff;
  font-family: 'BananaSlip';
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.header_navigation-list > .item--service {
  position: relative;
}

.header_navigation-list > .item--service > a {
  z-index: 1;
  position: relative;
  padding-right: 15px;
}

.header_navigation-list > .item--service > a::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 8px;
  height: 5px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.header_navigation-service_list {
  position: absolute;
  top: 0px;
  left: 1px;
  display: flex;
  flex-flow: column;
  width: 120px;
  padding: 40px 0px 15px;
}

.header_navigation-service_list > .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.header_navigation-service_list > .item:last-of-type {
  margin-bottom: 0;
}

.header_navigation-service_list > .item a {
  display: block;
  transform: translateY(20px);
  transition: transform 0.32s ease-in;
  color: #ffffff;
  font-family: var(--notosansjp);
  font-size: calc((15 / 16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.header_navigation-service_list > .item:nth-of-type(1) a {
  transition-delay: 0s;
}

.header_navigation-service_list > .item:nth-of-type(2) a {
  transition-delay: 0.05s;
}

.header_navigation-service_list > .item:nth-of-type(3) a {
  transition-delay: 0.08s;
}

.header_navigation-service_list > .item:nth-of-type(4) a {
  transition-delay: 0.11s;
}

.header_navigation-list > .item--service:hover .header_navigation-service_list a {
  transform: translateY(0);
}

.header_navigation-list .item img {
  padding-top: 4px;
}

.header_navigation-list .item img[src*="mail"] {
  width: 25px;
}

.header_navigation-list .item img[src*="instagram"] {
  width: 16px;
}

@media (width <= 800px) {
  .header_navigation {
    display: none;
  }
}

.hamburger_button {
  position: fixed;
  top: 40px;
  right: 50px;
  width: 60px;
  height: 18px;
  transition: all 0.3s ease-in;
  z-index: 1000;
}

.hamburger_button--mixblend {
  mix-blend-mode: difference;
  color: #ffffff;
}

.hamburger_button::before,
.hamburger_button::after {
  content: "";
}

.hamburger_button::before,
.hamburger_button::after,
.hamburger_button .line {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.hamburger_button::before {
  opacity: 1;
  top: 8px;
  transform: translate(10px, 0);
}

.hamburger_button:hover::before {
  transform: translate(0, 0);
}

.hamburger_button::after {
  top: 16px;
  transform-origin: bottom left;
}

.hamburger_button:hover::after {
  transform: translate(10px, 0);
}

.hamburger_button .line {
  top: 0;
  transform-origin: top left;
}

.hamburger_button:hover .line {
  transform: translate(10px, 0);
}

.hamburger_button--actived {

}

.hamburger_button--actived::before {
  opacity: 0;
  transform: translateX(10px);
}

.hamburger_button--actived::after,
.hamburger_button--actived:hover::after {
  width: 60px;
  transform: rotate(-15deg);
}

.hamburger_button--actived .line,
.hamburger_button--actived:hover .line {
  width: 60px;
  transform: rotate(15deg);
}

@media (width <= 600px) {
  .hamburger_button {
    top: 35px;
    right: 20px;
  }
}

.modal_content {
  visibility: hidden;
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 830px;
  transition: all 0.3s;
}

.modal_content::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #141414;
  opacity: 0;
  transition: opacity 0.3s;
}

.modal_content-actived {
  visibility: visible;
}

.modal_content-actived::before {
  opacity: 0.5;
}

.modal_navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  height: 100vh;
  padding: 125px 0px 100px;
  background: #1A1A1A;
  opacity: 0.96;
  transform: translateX(480px);
  transition: transform 0.3s;
}

.modal_content-actived .modal_navigation {
  transform: translateX(0);
}

.modal_navigation-list {
  display: flex;
  flex-flow: column;
  margin-bottom: 3.5rem;
  padding: 0 75px 0px 85px;
  row-gap: 3.5rem;
}

.modal_navigation-list .item {
}

.modal_navigation-list .item--service {
  position: relative;
}

.modal_navigation-list .item--service::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  width: 22px;
  height: 17px;
  margin: auto;
  background-color: #ffffff;
  -webkit-mask-image: url(../img/icon-new_window.svg);
          mask-image: url(../img/icon-new_window.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.modal_navigation-list .item a {
  position: relative;
  color: #ffffff;
}

.modal_navigation-list .item a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.modal_navigation-list .item a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.modal_navigation-list > .item > a {
  font-size: calc((24/16) * 1rem);
  letter-spacing: 0.17em;
}

.modal_navigation-button {
  width: 350px;
  margin: auto;
}

.modal_navigation-list--sub {
  display: flex;
  flex-flow: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.modal_navigation-list--sub .item {
  display: flex;
  align-items: center;
}

.modal_navigation-list--sub .item:last-of-type {
  padding-left: 1rem;
  border-left: 1px solid #ffffff;
}

.modal_navigation-list--sub .item a {
  color: #ffffff;
  font-size: calc((12/16) * 1rem);
}

.modal_navigation-service_list {
  display: flex;
  flex-flow: column;
  row-gap: 2rem;
  margin-top: 2rem;
  padding-left: 2rem;
  color: #ffffff;
}

.modal_navigation-service_list .item {
  position: relative;
  display: flex;
  align-items: center;
}

.modal_navigation-service_list .item::before {
  content: "-";
  margin-right: 0.5rem;
}

.modal_navigation-service_list .item a {
  font-size: calc((20/16) * 1rem);
  letter-spacing: 0.15em;
}

@media (width <= 600px) {
  .modal_navigation {
    width: 100%;
    padding: 4rem 3rem 0;
  }

  .modal_navigation-list {
    row-gap: 5vh;
    margin-bottom: 7vh;
    padding: 0;
  }

  .modal_navigation-list > .item a {
    font-size: calc(18 / 16 * 1rem);
    font-size: min(5vw, 24px);
  }

  .modal_navigation-service_list {
    row-gap: 3vh;
    margin-top: 3vh;
  }

  .modal_navigation-service_list .item a {
    font-size: calc(18 / 16 * 1rem);
  }

  .modal_navigation-button {
    width: 100%;
    height: 55px;
    font-size: calc(18 / 16 * 1rem);
  }

  .modal_navigation-list .item--service::after {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}

.kv_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 830px;
}

.kv_area::before {
  display: none;
  content: "";
  z-index: 1;
  position: absolute;
  top: -20px;
  right: 145px;
  bottom: auto;
  left: 0;
  width: 521px;
  height: 524px;
  margin: auto;
  background-image: url(../img/kv-fantasia-01.svg);
  background-size: contain;
  mix-blend-mode: overlay;
}

.kv_area::after {
  display: none;
  content: "";
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: auto;
  right: -42px;
  bottom: -348px;
  left: 0;
  width: 465px;
  height: 862px;
  margin: auto;
  background-image: url(../img/kv-fantasia-02.svg);
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(-4deg);
}

.kv_area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kv_area-catch_copy {
  z-index: 100;
  position: absolute;
  bottom: 21%;
  left: 10%;
}

.kv_area-catch_copy .jpn {
  color: #ffffff;
  font-family: 'NotoSansJP';
  font-size: calc((24 / 16) * 1rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.53em;
}

.kv_area-catch_copy .eng {
  margin-top: 20px;
  color: #ffffff;
  font-family: 'CenturyGothic';
  font-weight: bold;
  font-size: calc((12 / 16) * 1rem);
  letter-spacing: 0.165em;
}

@media (width <= 600px) {
  .kv_area {
    min-height: auto;
  }

  .kv_area::before {
    top: 100px;
    right: 0;
    left: 0;
    width: 369px;
    height: 371px;
  }

  .kv_area::after {
    top: 50%;
    bottom: auto;
    right: auto;
    left: 50%;
    width: 294px;
    height: 541px;
    transform: translate(-53%, 25%);
  }

  .kv_area-catch_copy {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transform: translate(-50%, 2vh);
  }

  .kv_area-catch_copy .jpn {
    font-size: 5vw;
    line-height: calc(50 / 22);
  }

  .kv_area-catch_copy .eng {
    display: none;
  }
}

.kv_area .scroll_down {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 45px;
}

.scroll_down {
  padding-bottom: 220px;
}

.scroll_down::before, .scroll_down::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 207px;
  margin: auto;
  background-color: #ffffff;
}

.scroll_down::before {
  opacity: 0.25;
}

.scroll_down::after {
  transform: scaleY(0);
  transform-origin: top;
  animation-name: scroll_down_line;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.scroll_down .text {
  font-family: 'CenturyGothic';
  font-size: calc((12 / 16) * 1rem);
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 0.095em;
}

@media (width <= 800px) {
  .scroll_down {
    padding-bottom: 41vh;
  }

  .kv_area .scroll_down {
    left: 10px;
  }

  .scroll_down::before, .scroll_down::after {
    height: 40vh;
  }
}

.kv_area .information_area {
  z-index: 10;
  position: absolute;
  bottom: 60px;
  right: 50px;
}

.information_area {
  width: auto;
  height: 80px;
  background-color: #ffffff;
  border-radius: 40px;
}

.information_area a {
  z-index: 20;
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 100%;
  padding-right: 60px;
  padding-left: 50px;
}

.information_area .date {
  margin-right: 15px;
  font-size: calc((14/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.055em;
}

.information_area .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: calc((12/16) * 1rem);
  letter-spacing: 0.055em;
  text-align: left;
}

@media (width <= 600px) {
  .kv_area .information_area {
    right: 0;
    left: 0;
    margin: auto;
  }

  .information_area {
    width: 85%;
  }

  .information_area a {
    display: flex;
    flex-flow: column nowrap;
    align-items: baseline;
    gap: 8px;
    padding-right: 45px;
    padding-left: 30px;
  }

  .information_area .title {
    font-size: min(3.5vw, 15px);
  }
}

.section_content {
  overflow: hidden;
  padding: 110px 80px;
  background-color: #ffffff;
}

.section_content--inner {
  max-width: 1150px;
  margin: auto;
}

@media (width <= 600px) {
  .section_content {
    padding: 4rem 1.5rem;
  }
}

/* .intro_section .header > .title {
  font-family: 'CenturyGothic';
  font-size: calc((100/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.095em;
} */

.about_section-front {
}

.about_section-front--header .title {
  z-index: 0;
  position: relative;
  display: inline-block;
  font-family: 'CenturyGothic';
  font-size: calc((18/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.095em;
}

.about_section-front--header .title::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 9px;
  background-color: #FCEE21;
}

.about_section-front--header .sub_title {
  margin: 45px 0px 40px;
  line-height: calc(65 / 35);
  font-size: calc((35/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.about_section-front--header .sub_title br {
  display: block;
}

.about_section-front--body {
  position: relative;
}

.about_section-front--body::after {
  content: "";
  position: absolute;
  top: -130px;
  left: 600px;
  width: 570px;
  height: 833px;
  background: url(../img/image-eyecatch-01.svg) no-repeat center center;
}

.about_section-front .description {
  max-width: 645px;
}

.about_section-front .description.tablet,
.about_section-front .description.sp {
  display: none;
}

.about_section-front .description p {
  margin-bottom: 55px;
  line-height: calc(40/17);
  font-size: calc((17/16) * 1rem);
  font-weight: 500;
  letter-spacing: 0.4em;
}

.text_link-view_more {
  font-family: 'CenturyGothic';
  font-weight: bold;
}

.about_section-front .text_link-view_more {
  z-index: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 2.5rem;
  padding: 10px 3rem 10px 0;
  font-size: calc((25/16) * 1rem);
  letter-spacing: 0.095em;
}

.about_section-front .text_link-view_more::before {
  content: "";
  z-index: -2;
  position: absolute;
  right: -43px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #FCEE21;
  transform: scale(1);
  transition: transform 0.2s;
  transform-origin: center;
}

.about_section-front .text_link-view_more:hover::before {
  transform: scale(1.2);
}

.about_section-front .text_link-view_more::after {
  /* content: "";
  z-index: -1;
  position: absolute;
  right: 0px;
  width: 31px;
  height: 10px;
  background: url(../img/icon-arrow-01.svg); */
}

@media (width <= 1024px) {
  .about_section-front--body {
  }

  .about_section-front--body::before {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    min-width: 337px;
    min-height: 353px;
    margin: 0 auto 3rem;
    padding-top: calc(353 / 336 * 50%);
    background: url(../img/image-eyecatch-01-sp.webp) no-repeat center center;
    background-size: cover;
  }

  .about_section-front--body::after {
    content: none;
  }

  .about_section-front .description.pc {
    display: none;
  }

  .about_section-front .description.tablet {
    display: block;
  }

  .about_section-front .description {
    max-width: none;
  }

  .about_section-front .text_link-view_more {
    font-size: calc(22/16 * 1rem);
  }
}

@media (width <= 600px) {
  .about_section-front--header .sub_title {
    margin: 2rem 0;
    font-size: 6vw;
    line-height: 2;
  }

  .about_section-front--body::before {
    width: 80%;
    min-width: 0;
    min-height: 0;
    padding-top: calc(353 / 336 * 80%);
  }

  .about_section-front .description.tablet {
    display: none;
  }

  .about_section-front .description.sp {
    display: block;
  }

  .about_section-front .description p {
    margin-bottom: 2.5rem;
    font-size: min(3.75vw, 17px);
    letter-spacing: 0.35em;
    white-space: nowrap;
  }
}

.service_section-front {
}

.service_section-front--header {
  display: flex;
  flex-flow: row;
  align-items: baseline;
}

.service_section-front--header .title {
  margin-bottom: 2.5rem;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((100/16) * 1rem);
  letter-spacing: 0.095em;
}

.service_section-front--header > .text_link-view_more {
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 3rem;
  font-size: calc((25/16) * 1rem);
  letter-spacing: 0.095em;
}

.service_section-front--header > .text_link-view_more::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1A1A1A;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.service_section-front--header > .text_link-view_more:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.service_section-front--header > .text_link-view_more::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0px;
  width: 30px;
  height: 9px;
  background: url(../img/icon-arrow-01.svg);
}

@media (width <= 800px) {
  .service_section-front--header .title {
    margin-bottom: 2rem;
    font-size: min(13vw, 4rem)
  }

  .service_section-front--header > .text_link-view_more {
    display: none;
  }
}

.service_section-front--body {

}

.service_section-front .service_list {
}

.service_section-front .service_list--wrapper {
  position: relative;
}

@media (width <= 1024px) {
  .service_section-front .service_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 3rem normal;
  }
}
@media (width <= 800px) {
  .service_section-front .service_list {
    flex-flow: column nowrap;
    align-items: center;
  }

  .service_section-front .service_list > .item {
    padding-bottom: 3rem;
    border-bottom: 2px solid #E6E6E6;
  }
}

.service_section-front .swiper_button-prev--wrapper,
.service_section-front .swiper_button-next--wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 22%;
  height: 100%;
  height: min(27.5vw, 345px);
}

.service_section-front .swiper_button-prev--wrapper {
  left: -10%;
}

.service_section-front .swiper_button-next--wrapper {
  right: -10%;
}

.service_section-front .swiper_button {
  opacity: 0;
  position: relative;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 112px;
  transition: all 0.3s;
}

.service_section-front .swiper_button-prev--wrapper:hover .swiper_button,
.service_section-front .swiper_button-next--wrapper:hover .swiper_button {
  opacity: 1;
}

@media (width <= 1024px) {
  .service_section-front .swiper_button-prev--wrapper,
  .service_section-front .swiper_button-next--wrapper {
    display: none;
  }
}

.service_section-front .swiper_button::before {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  background-image: url(../img/icon-arrow_button.svg);
}

.service_section-front .swiper_button-prev::before {
  transform: scaleX(-1);
}

.service_section-front .swiper_button::after {
  content: none;
}

.service_section-front .swiper_button[aria-disabled="true"] {
  visibility: hidden;
}

.service_section-front .service_list .item {
}

.service_section-front .service_list .arrow_button--wrapper {
  z-index: 10;
  opacity: 0;
  position: absolute;
  width: 200px;
  height: 100%;
  transition: opacity 0.3s;
}

.service_section-front .service_list .arrow_button--wrapper:first-of-type {
  top: 0;
  left: -150px;
}

.service_section-front .service_list .arrow_button--wrapper:last-of-type {
  top: 0;
  right: -150px;
}

.service_section-front .service_list .arrow_button--wrapper:hover {
  opacity: 1;
}

.service_section-front .service_list .prev_button,
.service_section-front .service_list .next_button {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 112px;
  transition: all 0.3s;
}

.service_section-front .service_list .prev_button::before,
.service_section-front .service_list .next_button::before {
  content: "";
  display: block;
  width: 112px;
  height: 112px;
  background-image: url(../img/icon-arrow_button.svg);
}

.service_section-front .service_list .prev_button[aria-disabled="true"],
.service_section-front .service_list .next_button[aria-disabled="true"] {
  opacity: 0;
  visibility: hidden;
}

.service_section-front .service_list .prev_button::before {
  transform: scaleX(-1);
}

.service_section-front .service_list .next_button {
}

.service_card {
  display: flex;
  flex-flow: column;
  row-gap: 1rem;
  max-width: 500px;
  cursor: pointer;
}

.service_card .thumbnail {
  overflow: hidden;
  border-radius: 30px;
}

.service_card .thumbnail img {
  transform: scale(1);
  transition: all 0.3s;
}

.service_card:hover .thumbnail img {
  transform: scale(1.1);
}

.service_card .title {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 1.5rem 0 0.5rem;
}

.service_card .title > .text {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-weight: 700;
  font-size: calc((30/16) * 1rem);
  letter-spacing: 0.53em;
}

.service_card .title > .text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/icon-shine.svg) no-repeat center center;
}

.service_card .title > .label {
  font-family: 'centuryGothic';
  font-weight: bold;
  background-color: #FCEE21;
  letter-spacing: 0.15em;
  font-size: calc((13/16) * 1rem);
  padding: 2px 5px;
}

.service_card .description {
  line-height: calc(30/17);
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
}

.service_card .button-link {
  display: none;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 55px;
  text-align: center;
  background-color: #000;
  border-radius: 30px;
  line-height: 55px;
  color: #fff;
  font-family: 'centuryGothic';
  font-size: 1rem;
  letter-spacing: 0.095em;
  font-weight: bold;
}

.service_card .button-arrow::after {
  top: 0;
  right: 30px;
  bottom: 0;
  width: 26px;
  height: 8px;
  margin: auto;
  background-color: #ffffff;
}

@media (width <= 1200px) {
  .service_card {
    width: 48%;
  }

  .service_card .title {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 1rem;
  }
  .service_card .title > .label {
    margin-left: 2rem;
  }
}

@media (width <= 800px) {
  .service_card {
    width: 100%;
    max-width: none;
  }
}

@media (width <= 600px) {
  .service_card .title {
    gap: 10px;
    margin: 0;
  }

  .service_card .title > .text {
    font-size: min(6.7vw, 30px);
  }

  .service_card .description {
    font-size: calc(15/16 * 1rem);
  }

  .service_card .button-link {
    display: block;
  }
}

.works_section-front {
}

.works_section-front--header {
  display: flex;
  flex-flow: row;
  align-items: baseline;
}

.works_section-front--header .title {
  margin-bottom: 2.5rem;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((100/16) * 1rem);
  letter-spacing: 0.095em;
}

.works_section-front--header .text_link-view_more {
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 3rem;
  font-size: calc((25/16) * 1rem);
  letter-spacing: 0.095em;
}

.works_section-front--header > .text_link-view_more::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1A1A1A;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.works_section-front--header > .text_link-view_more:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.works_section-front--header .text_link-view_more::after {
  content: "";
  z-index: -1;
  position: absolute;
  right: 0px;
  width: 30px;
  height: 9px;
  background: url(../img/icon-arrow-01.svg);
}

@media (width <= 800px) {
  .works_section-front--header .title {
    margin-bottom: 1rem;
    font-size: min(13vw, 4rem);
  }

  .works_section-front--header .text_link-view_more {
    padding-right: 2rem;
    font-size: calc((14/16) * 1rem);
  }

  .works_section-front--header .text_link-view_more::after {
    width: 23px;
    height: 7px;
  }
}

.works_section-front--body {

}

.works_section-front .work_list {
  display: flex;
  flex-flow: column;
}

.works_section-front .work_list > .item {
  border-top: 2px solid #E6E6E6;
}

.works_section-front .work_list > .item:last-of-type {
  border-bottom: 2px solid #E6E6E6;
}

.works_section-front .work_item {
  height: 185px;
}

.works_section-front .work_item--link {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
}

.works_section-front .work_item--title {
  position: relative;
  font-weight: 700;
  font-size: calc((22/16) * 1rem);
  letter-spacing: 0.12em;
}

.works_section-front .work_item--title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  width: 22px;
  height: 17px;
  margin: auto;
  background-image: url(../img/icon-new_window.svg);
  background-repeat: no-repeat;
}

.works_section-front .work_item--tag_list {
  display: flex;
  flex-flow: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.works_section-front .work_item--tag_list > .item {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #000000;
  border-radius: 20px;
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.12em;
}

.works_section-front .work_item--visual {
  opacity: 0;
  position: absolute;
  right: 2.5%;
  width: 22rem;
  transform: scale(0.9);
  transition: all 0.4s;
}

.works_section-front .work_item:hover .work_item--visual {
  opacity: 1;
  transform: scale(1);
}

.works_section-front .work_item--marker {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.works_section-front .work_item--marker::before,
.works_section-front .work_item--marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 50%;
  transform: translate(-50%,-50%) scale(1);
  transition: transform .4s ease-out, background-color .4s ease-out;
}

.works_section-front .work_item--marker::after {
  background-color: #FCEE21;
  transform: translate(-50%,-50%) scale(.16);
}

.works_section-front .work_item--marker img {
  z-index: 1;
  opacity: 0;
  width: 31px;
  height: 9px;
  transition: opacity .2s ease-out;
  animation: eyecatch-link-arrow-normal .2s ease-out 0s 1 normal both;
}

.works_section-front .work_item:hover .work_item--marker::after {
  transform: translate(-50%, -50%) scale(1.65);
}

.works_section-front .work_item:hover .work_item--marker img {
  opacity: 1;
  animation: eyecatch-link-arrow-hover .4s ease-out 0s 1 normal both;
}

@media (width <= 800px) {
  .works_section-front .work_list {
    gap: 2rem;
  }

  .works_section-front .work_list > .item:last-of-type {
    padding-bottom: 2rem;
  }

  .works_section-front .work_item {
    height: auto;
    padding-top: 2rem;
  }

  .works_section-front .work_item--link {
    gap: 1.5rem;
    height: auto;
    padding-left: 0;
  }

  .works_section-front .work_item--title {
    order: 2;
    font-size: min(5vw, 20px);
  }

  .works_section-front .work_item--tag_list {
    order: 3;
    margin-top: 0;
  }

  .works_section-front .work_item--visual {
    order: 1;
    opacity: 1;
    position: static;
    width: 90%;
    margin: auto;
    transform: scale(1);
  }

  .works_section-front .work_item--marker {
    display: none;
  }

  /* .works_section-front .work_item--tag_list > .item:nth-child(n+3) {
    display: none;
  } */
}

@media (width <= 600px) {
  .works_section-front .work_item--tag_list {
    flex-flow: row wrap;
    align-items: baseline;
    gap: 7px;
  }

  .works_section-front .work_item--tag_list > .item {
    height: 35px;
    font-size: min(3.5vw, 17px)
  }

  .works_section-front .work_item--title::after {
    display: none;
  }
}

.blog_section-front {
  margin-bottom: 5rem;
}

.blog_section-front--header {
  display: flex;
  flex-flow: row;
  align-items: baseline;
  margin-bottom: 2.2rem;
}

.blog_section-front--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((100/16) * 1rem);
  letter-spacing: 0.095em;
}

.blog_section-front--body {
}

.blog_section-front .article_list {
  display: flex;
  flex-flow: row;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-content: space-between;
}

.blog_section-front .article_list > * {
  width: calc(100% / 3);
  max-width: 360px;
}

.blog_section-front .article_card {
  display: flex;
  flex-flow: column;
  row-gap: 1.5rem;
}

.blog_section-front .article_card .thumbnail {
  overflow: hidden;
  border-radius: 30px;
}

.blog_section-front .article_card .thumbnail img {
  transform: scale(1);
  transition: transform 0.4s;
}

.blog_section-front .article_card:hover .thumbnail img {
  transform: scale(1.1);
}

.blog_section-front .article_card .infomation {
  display: flex;
  flex-flow: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.blog_section-front .article_card .date {
  padding-right: 1rem;
  border-right: 2px solid #000000;
  font-size: calc((18/16) * 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.blog_section-front .article_card .category {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.blog_section-front .article_card .description {
  line-height: calc(33/18);
  font-size: calc((18/16) * 1rem);
  font-weight: 500;
  letter-spacing: 0.17em;
}

.blog_section-front .article_card .description span {
  background: linear-gradient(0deg,#000,#000) no-repeat left bottom/0 1px;
  background-size: 0 2px;
  transition: background-size 0.3s ease-out;
}

.blog_section-front .article_card:hover .description span {
  background-size: 100% 2px;
  background-position-x: left;
}

.blog_section-front .text_link-view_more {
  width: 50%;
  max-width: 500px;
  height: 90px;
  border: 1px solid #000000;
  margin: 5rem auto 0;
  border-radius: 45px;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((27/16) * 1rem);
  letter-spacing: 0.095em;
}

.blog_section-front .text_link-view_more:hover {
  color: #ffffff;
}

.blog_section-front .button-ripple::before {
  background-color: #000000;
}

.blog_section-front .button-arrow::after {
  right: 50px;
  background-color: #000000;
  -webkit-mask-image: url(../img/icon-arrow-01.svg);
          mask-image: url(../img/icon-arrow-01.svg);
  transition-delay: 0.1s;
}

.blog_section-front .text_link-view_more:hover.button-arrow::after {
  background-color: #ffffff;
}

@media (width <= 1024px) {
  .blog_section-front .article_list {
    margin-left: -80px;
    padding: 0 5rem 3rem;
    overflow-x: scroll;
  }

  .blog_section-front .article_list > * {
    width: 45%;
  }

  .blog_section-front .text_link-view_more {
    width: 500px;
  }
}

@media (width <= 800px) {
  .blog_section-front--header {
    margin-bottom: 2rem;
  }

  .blog_section-front--header .title {
    font-size: min(13vw, 4rem);
  }

  .blog_section-front .article_list > * {
    width: 80%;
    max-width: 320px;
  }

  .blog_section-front .text_link-view_more {
    width: 400px;
  }
}

@media (width <= 600px) {
  .blog_section-front .article_card {
    row-gap: 1rem;
  }

  .blog_section-front .article_card .date {
    font-size: min(3.5vw, 18px);
  }

  .blog_section-front .article_card .category {
    font-size: min(3.5vw, 16px);
  }

  .blog_section-front .article_card .description {
    margin-top: -0.5rem;
    font-size: min(4vw, 18px);
    line-height: 1.75;
  }

  .blog_section-front .text_link-view_more {
    width: 90%;
    height: 55px;
    max-width: 400px;
    margin: 0 auto;
    font-size: min(5vw, 20px);
  }

  .blog_section-front .button-arrow::after {
    right: 10%;
    width: 24px;
    height: 7px;
  }
}

.footer_content {
  width: 100%;
  height: auto;
  /* margin-top: 7rem;
  margin-top: 2rem; */
}

.footer_content--header {
}

.footer_content--header .primary_link_list,
.footer_content--header .service_link_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}

.footer_content--header .primary_link_list > .item {
  width: calc(100% / 3);
  height: 170px;
}

.footer_content--header .service_link_list > .item {
  width: calc(100% / 3);
  height: 17vw;
  max-height: 250px;
}

.footer_content--header .primary_link_list .button {
  flex-flow: column nowrap;
  gap: 5px;
  height: 100%;
  border-radius: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((45/16) * 1rem);
  letter-spacing: 0.135em;
}

.footer_content--header .service_link_list .button {
  flex-flow: column nowrap;
  gap: 5px;
  height: 100%;
  border-radius: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 700;
  font-size: calc((26/16) * 1rem);
  letter-spacing: 0.3em;
}

.footer_content--header .service_link_list .button-drone_photography {
  background-image: url(../img/bg-footer_link-drone_photography.webp);
}

.footer_content--header .service_link_list .button-video_production {
  background-image: url(../img/bg-footer_link-video_production.webp);
}

.footer_content--header .service_link_list .button-photograph {
  background-image: url(../img/bg-footer_link-photograph.webp);
}

.footer_content--header .service_link_list .button-others {
  background-image: url(../img/bg-footer_link-others.webp);
}

.footer_content--header .primary_link_list .marker-circle,
.footer_content--header .service_link_list .marker-circle {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.3s;
}

.footer_content--header .primary_link_list .marker-circle::before,
.footer_content--header .service_link_list .marker-circle::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  transform: scale(1);
}

.footer_content--header .primary_link_list .button:hover .marker-circle,
.footer_content--header .service_link_list .button:hover .marker-circle {
  transform: scale(1.3);
}

.footer_content--header .primary_link_list .label {
  font-size: calc((14/16) * 1rem);
  font-family: var(--notosansjp);
  font-weight: 400;
  letter-spacing: 0.28em;
}

@media (width <= 1024px) {
  .footer_content--header .primary_link_list > .item {
    height: 150px;
  }

  .footer_content--header .primary_link_list .button {
    font-size: calc(30 / 16 * 1rem);
  }

  .footer_content--header .primary_link_list .marker-circle,
  .footer_content--header .service_link_list .marker-circle {
    width: 30px;
    height: 30px;
  }

  .footer_content--header .primary_link_list .marker-circle,
  .footer_content--header .service_link_list .marker-circle {

  }
}

@media (width <= 800px) {
  .footer_content--header .primary_link_list .button {
    font-size: calc(25 / 16 * 1rem);
  }

  .footer_content--header .primary_link_list .marker-circle {
    right: 15px;
  }

  .footer_content--header .service_link_list .marker-circle {
    display: none;
  }

  .footer_content--header .service_link_list .button {
    font-size: min(3vw, 26px);
  }
}

@media (width <= 600px) {
  .footer_content--header .primary_link_list {
    flex-flow: column nowrap;
    gap: 2px;
  }

  .footer_content--header .service_link_list {
    flex-flow: column nowrap;
    gap: 0;
  }

  .footer_content--header .primary_link_list > .item {
    width: 100%;
  }

  .footer_content--header .service_link_list > .item {
    width: 100%;
    height: 45vw;
    max-height: 250px;
  }

  .footer_content--header .primary_link_list .button {
    font-size: calc(28 / 16 * 1rem);
  }

  .footer_content--header .service_link_list .button {
    font-size: min(5.5vw, 26px)
  }

  .footer_content--header .primary_link_list .marker-circle,
  .footer_content--header .service_link_list .marker-circle {
    right: 30px;
  }

  .footer_content--header .service_link_list .marker-circle {
    display: flex;
    width: 10vw;
    height: 10vw;
  }
}

.footer_content--header .service_link_list .label {
  font-family: 'centuryGothic';
  font-size: calc((13/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.095em;
}

.contact_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  background-image: url(../img/bg-contact_link-hover.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_link::before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-contact_link.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.contact_link:hover::before {
  opacity: 0;
}

.contact_link::after {
  content: "";
  position: absolute;
  right: 11%;
  -webkit-mask-image: url(../img/icon-arrow-02.svg);
          mask-image: url(../img/icon-arrow-02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
  width: 73px;
  height: 13px;
}

.contact_link--text {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((56/16) * 1rem);
  letter-spacing: 0.135em;
}

.contact_link--text::before {
  content: "";
  position: absolute;
  left: -220px;
  background-image: url(../img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 163px;
  height: 128px;
}

@media (width <= 800px) {
  .contact_link--text {
    flex-flow: column nowrap;
    gap: 2rem;
  }

  .contact_link--text::before {
    position: static;
    margin-left: -50px;
  }

  .contact_link::after {
    content: none;
  }
}

@media (width <= 600px) {
  .contact_link {
    height: 300px;
  }

  .contact_link--text {
    gap: 1rem;
    font-size: min(10vw, 40px);
  }

  .contact_link--text::before {
    width: 106px;
    height: 84px;
    margin-left: -30px;
  }
}

.footer_content--body {
  position: relative;
  padding: 6rem 5rem;
}

.footer_content--body > .inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: auto;
}

.footer_content--body .logo_link {
  width: 100%;
}

.footer_content--body .company {
  display: flex;
  flex-flow: column;
  row-gap: 1.5rem;
  align-items: center;
  width: 190px;
}

.footer_content--body .company .address {
  font-size: calc((13/16) * 1rem);
  font-weight: 500;
  letter-spacing: 0.17em;
  line-height: calc(24/13);
}

.footer_content--body .company .button {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  padding: 0px 48px;
  height: 45px;
  transition: all 0.2s;
}

.footer_content--body .company .button:hover {
  opacity: 0.8;
}

.footer_content--body .company .button::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: 0px;
  width: 13px;
  height: 10px;
  margin: auto;
  background-color: #ffffff;
  -webkit-mask-image: url(../img/icon-new_window.svg);
  mask-image: url(../img/icon-new_window.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sitemap-footer {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: space-between;
  height: 580px;
  padding-top: 3rem;
  padding-right: 4rem;
  border-right: 1px solid #000000;
  font-size: calc((13/16) * 1rem);
  font-weight: 500;
  letter-spacing: 0.17em;
}

.sitemap-footer > ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.sitemap-footer .inlist ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 1rem;
  padding-left: 0.9rem;
}

.instagram_box {
  width: 100%;
  height: 100%;
  max-width: 424px;
}

.instagram_box--header {

}

.instagram_box--header .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  font-size: calc(21/16 * 1rem);
  font-weight: 700;
}

.instagram_box--header .title::before {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #000000;
  background-image: url(../img/icon-instagram.svg);
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.instagram_box--body {
  margin-top: 2rem;
}

.instagram_box--list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 10px;
}

.instagram_box--list .item {
  width: 32%;
}

.instagram_box .button-view_more {
  display: block;
  width: 90%;
  height: 50px;
  max-width: 300px;
  margin: 2rem auto 0;
  border-radius: 25px;
  border: 1px solid #000000;
  font-family: 'centuryGothic';
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.095em;
  text-align: center;
  line-height: 50px;
}

.instagram_box .button-arrow::after {
  right: 22px;
  width: 23px;
  height: 7px;
}

.footer_content--body .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'centuryGothic';
  font-size: calc((13/16) * 1rem);
  letter-spacing: 0.08em;
}

@media (width <= 1200px) {
  .footer_content--body > .inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }

  .footer_content--body .company {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .sitemap-footer {
    grid-column: 1/2;
    grid-row: 2/3;
    height: auto;
    padding: 0;
    border-right: none;
  }

  .instagram_box {
    grid-column: 2/3;
    grid-row: 1/3;
    justify-self: end;
  }
}

@media (width <= 1024px) {
  .footer_content--body {
    padding: 4rem 3rem 13rem;
  }
}

@media (width <= 800px) {
  .footer_content--body {
    padding: 4rem 3rem 1rem;
  }

  .footer_content--body > .inner {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
    padding-bottom: 7rem;
  }

  .footer_content--body .company {
    order: 2;
    width: 200px;
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .footer_content--body .company .address {
    text-align: center;
  }

  .footer_content--body .company .button {
  }

  .sitemap-footer {
    order: 3;
  }

  .instagram_box {
    order: 1;
    width: 80%;
    max-width: none;
  }
}

@media (width <= 600px) {
  .footer_content--body {
    padding: 4rem 1rem 1rem;
  }

  .instagram_box {
    width: 100%;
    max-width: 424px;
  }

  .footer_content--body .copyright {
    font-size: calc(12/16 * 1rem);
  }
}

.footer_content--footer {
  position: relative;
}

.slick-list {
  overflow: visible;
}

.main_content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.about_section {
  overflow-x: hidden;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 10rem 0;
  background-color: #ffffff;
}

.about_section--header {
  padding-left: 2.2rem;
}

.about_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((88/16) * 1rem);
  letter-spacing: 0.095em;
}

.about_section--header .label {
  padding-left: 0.5rem;
  font-size: calc((13/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.about_section--inner {
  margin-top: 8rem;
}

.about_section .description_area {
  position: relative;
  max-width: 1190px;
  margin: auto;
  padding: 0 3.5rem;
}

.about_section .description_area::after {
  /* content: ""; */
  position: absolute;
  bottom: -120px;
  right: -50px;
  width: 42%;
  height: 0;
  max-width: 505px;
  padding-top: calc((972/505) * 42%);
  background: url(../img/image-finger_star-shine.webp) no-repeat;
  background-position: bottom;
}

.about_section .description_area .inner {
  width: 60%;
  max-width: 630px;
}

.about_section .description_area .inner::after {
}

.about_section .description_area .title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(59/32);
  letter-spacing: 0.21em;
  white-space: nowrap;
}

.about_section .description_area .description {
  margin: 2rem 0;
  font-size: 1rem;
  line-height: calc(38/16);
  letter-spacing: 0.21em;
}

.about_section .service_area {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  margin: 5rem 0;
  padding: 0 2rem;
  background-color: #000000;
}

.about_section .service_area::after {
  content: "";
  position: absolute;
  bottom: 463px;
  right: 0px;
  width: 38%;
  height: 0;
  padding-top: calc(972/505 * 33%);
  background-image: url(../img/image-finger_star-shine.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_section .service_area--inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.about_section .service_area--header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}

.about_section .service_area--header .title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: 'centuryGothic';
  font-size: calc((27/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.135em;
}

.about_section .service_area--header .title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-right: 10px;
  -webkit-mask-image: url(../img/icon-shine.svg);
          mask-image: url(../img/icon-shine.svg);
  background-color: #ffffff;
}

.about_section .service_area--header .text_link {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #ffffff;
  font-family: 'centuryGothic';
  font-size: calc((15/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.095em;
}

.about_section .service_area--header .text_link::after {
  content: "";
  display: block;
  width: 20px;
  height: 6px;
  margin-left: 10px;
  -webkit-mask-image: url(../img/icon-arrow-01.svg);
          mask-image: url(../img/icon-arrow-01.svg);
  background-color: #ffffff;
  transform: translateX(0px);
  transition: all 0.3s;
}

.about_section .service_area--header .text_link:hover::after {
  transform: translateX(7px);
}

.about_section .service_area--body {

}

.about_section .service_area--list {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}

.about_section .service_area--list .card_link {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 40px;
  color: #ffffff;
}

.about_section .service_area--list .text_box {
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 1rem;
  position: absolute;
}

.about_section .service_area--list .title {
  font-size: calc((23/16) * 1rem);
  letter-spacing: 0.53em;
}

.about_section .service_area--list .item:nth-child(2) .title {
  letter-spacing: 0.24em;
}

.about_section .service_area--list .label {
  font-family: 'centuryGothic';
  font-size: calc((12/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.15em;
}

.about_section .service_area--list .marker-circle {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 25px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
}

.about_section .service_area--list .marker-circle::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.3s;
}

.about_section .service_area--list .card_link:hover .marker-circle::before {
  transform: scale(3);
}

.about_section .service_area--list .card_link img {
  transform: scale(1);
  transition: all 0.3s;
}

.about_section .service_area--list .card_link:hover img {
  transform: scale(1.2);
}

.about_section .company_area {
  padding: 0 3rem;
  margin: 7rem auto 0;
}

.about_section .company_area--inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.about_section .company_area--header {
  margin-bottom: 1rem;
}

.about_section .company_area--header .title {
  display: flex;
  align-items: center;
  font-size: calc((17/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.43em;
}

.about_section .company_area--header .title::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/icon-shine.svg);
}

.about_section .company_area--body {
  border-top: 8px solid #000000;
  border-bottom: 8px solid #000000;
}

.about_section .company_area--body dl {
  display: flex;
  flex-flow: row nowrap;
  padding: 3rem 5rem;
  border-bottom: 2px solid #E6E6E6;
}

.about_section .company_area--body dl:last-of-type {
  border-bottom: none;
}

.about_section .company_area--body dl.address address br {
  display: none;
}

.about_section .company_area--body dt {
  min-width: 140px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.43em;
}

.about_section .company_area--body dd {
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.about_section .company_area--body dd .service_list {
  list-style: disc;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem 2.5rem;
  width: 370px;
  padding-left: 1rem;
}

.about_section .company_area--body dl.address dd {
  width: 100%;
}

.about_section .company_area--body dl.address .googlemap {
  width: 100%;
  height: 240px;
  margin-top: 1rem;
}

@media (width <= 800px) {
  .about_section .description_area .inner {
    width: 100%;
    max-width: none;
  }

  .about_section .service_area {
    z-index: 0;
    height: auto;
    margin-top: 600px;
    padding: 3rem 2rem 3.5rem;
  }

  .about_section .service_area::after {
    z-index: -1;
    top: -555px;
    right: 50%;
    bottom: auto;
    width: 345px;
    height: 578px;
    padding-top: 0;
    transform: translateX(50%);
  }

  .about_section .service_area--list {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .about_section .service_area--list > .item {
    width: 47%;
  }

  .about_section .service_area--list .card_link {
    max-height: 240px;
    aspect-ratio: 5/3;
  }

  .about_section .company_area--body dl {
    flex-flow: column nowrap;
    gap: 1rem;
  }

  .about_section .company_area--body dd {
    padding-left: 1rem;
  }

  .about_section .company_area--body dl.address .googlemap {
  }
}

@media (width <= 600px) {
  .about_section {
    padding: 8rem 0;
  }

  .about_section--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .about_section--inner {
    margin-top: 5rem;
  }

  .about_section .description_area .title {
    font-size: calc(28 / 16 * 1rem);
  }

  .about_section .description_area {
    padding: 0 2rem;
  }

  .about_section .service_area {
    margin-top: calc(972/505 * 55%);
  }

  .about_section .service_area::after {
    top: 0;
    width: 60%;
    height: 0;
    margin-top: calc(972/505 * -50%);
    padding-top: calc(972/505 * 52%);
  }

  .about_section .service_area--header {
    margin-bottom: 3rem;
  }

  .about_section .service_area--list {
    flex-flow: column nowrap;
  }

  .about_section .service_area--list > .item {
    width: 100%;
  }

  .about_section .service_area--list .card_link {
    max-height: none;
  }

  .about_section .service_area--list .card_link img {
    width: 100%;
  }

  .about_section .company_area {
    padding: 0 2rem;
  }

  .about_section .company_area--body dl {
    padding: 2rem 1rem 3rem;
  }

  .about_section .company_area--body dl.address address {
    line-height: 1.8;
  }

  .about_section .company_area--body dl.address address br {
    display: block;
  }

  .about_section .company_area--body dd .service_list {
    width: 100%;
  }
}

.service_section {
  overflow-x: hidden;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 10rem 2rem;
  background-color: #ffffff;
}

.service_section--header {
}

.service_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((88/16) * 1rem);
  letter-spacing: 0.095em;
}

.service_section--header .label {
  padding-left: 0.5rem;
  font-size: calc((13/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.service_section--inner {
  margin-top: 8rem;
}

.service_section .service_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 8rem 3rem;
  width: 100%;
  max-width: 1220px;
  margin: auto;
}

.service_section .service_list .item {
  display: flex;
  flex-flow: column nowrap;
  width: calc((100% - 3rem) / 2);
  max-width: 580px;
  margin: 0;
}

.service_section .service_card {
}

.service_section .service_card--header {
}

.service_section .service_card--header .eyecatch img {
  border-radius: 30px;
}

.service_section .service_card--body {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
}

.service_section .service_card .number_plate {
  z-index: 1;
  position: relative;
  top: -80px;
  left: 35px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.service_section .service_card-drone .number_plate {
  left: 15px;
}

.service_section .service_card .number {
  font-family: 'centuryGothic';
  font-size: calc((139/16) * 1rem);
  letter-spacing: 0.055em;
}

.service_section .service_card .title {
  display: block;
  margin: 0;
  font-size: calc((28/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.53em;
}

.service_section .service_card-drone .title {
  letter-spacing: 0.3em;
}

.service_section .service_card .label {
  margin-top: 0.5rem;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((12/16) * 1rem);
  letter-spacing: 0.2em;
}

.service_section .service_card .text_box {
  display: flex;
  flex-flow: column nowrap;
  gap: 4rem;
  align-items: center;
  width: 50%;
  max-width: 290px;
  margin-left: auto;
  margin-top: 2rem;
}

.service_section .service_card .description {
  line-height: calc(30/17);
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
}

.service_section .service_card .text_link-view_more {
  z-index: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 10px 3rem 10px 0;
  font-size: calc((25/16) * 1rem);
  letter-spacing: 0.095em;
}

.service_section .service_card .text_link-view_more::before {
  content: "";
  z-index: -2;
  position: absolute;
  right: -43px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #FCEE21;
  transform: scale(1);
  transition: transform 0.2s;
  transform-origin: center;
}

.service_section .service_card .text_link-view_more::after {
  right: 0;
  background-color: #000000;
}

.service_section .service_card .text_link-view_more:hover::before {
  transform: scale(1.2);
}

.service_section-video_production {
  padding-top: 7rem;
}

.service_section-video_production--inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 8rem;
  width: 100%;
  height: 100%;
  padding: 10rem 2rem 0;
  background-image: url(../img/bg-video_production.webp);
  background-color: #000000;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.service_section-video_production--header {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: center;
}

.service_section-video_production--header .title {
  color: #ffffff;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.03em;
}

.service_section-video_production--header .title br {
  display: none;
}

.service_section-video_production--header .label {
  color: #ffffff;
  font-size: calc((20/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.service_section-video_production--body {

}

.service_section-video_production--body .service_content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  background-color: #ffffff;
  padding: 8rem 3rem;
  margin: auto;
}

.service_section-video_production--body .service_content .name_tag {
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 30px;
  padding-left: 10px;
  border-left: 1px solid #000000;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((15/16) * 1rem);
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
}

.service_section-video_production--body .service_content .title {
  font-size: calc((28/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: calc(50/28);
}

.service_section-video_production--body .service_content > .title br.variable {
  display: none;
}

.service_section-video_production--body .service_content--list {
  display: flex;
  flex-flow: column nowrap;
  gap: 7rem;
  max-width: 650px;
  margin: 3rem auto 0;
  padding-bottom: 7rem;
  border-bottom: 8px solid #000000;
}

.service_section-video_production--body .service_content--item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}

.service_section-video_production--body .service_content--item::before {
  content: "";
  width: 100%;
  max-width: 650px;
  height: 24px;
  margin-bottom: 1rem;
  background-image: url(../img/shape-separator_line-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service_section-video_production--body .service_content--item .number {
  position: relative;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.05em;
}

.service_section-video_production--body .service_content--item .number::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 5px;
  right: -22px;
  width: 90px;
  height: 53px;
  background-image: url(../img/icon-strength.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service_section-video_production--body .service_content--item .title {
  position: relative;
  z-index: 0;
  padding: 0 1rem;
  font-size: calc((30/16) * 1rem);
  letter-spacing: 0.25em;
  font-weight: bold;
}

.service_section-video_production--body .service_content--item .title::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
  background-color: #FCEE21;
}

.service_section .service_card {
  cursor: auto;
}

.service_section-video_production--body .service_content--item .description {
  padding: 0 2.5rem;
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
  line-height: calc(32/17);
}

.service_content--item .title {

}

.service_content--item .title br.variable {
  display: none;
}

@media (width <= 1024px) {
  .service_section .service_list .item {
    gap: 0;
  }

  .service_section .service_card--body {
    position: relative;
    top: -80px;
    flex-flow: column nowrap;
    gap: 2rem;
  }

  .service_section .service_card .number_plate {
    position: static;
  }

  .service_section .service_card .text_box {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (width <= 800px) {
  .service_section .service_card--body {
    top: -55px;
  }

  .service_section .service_card .number {
    font-size: min(13vw, 100px)
  }

  .service_section-video_production--header .title {
    text-align: center;
  }

  .service_section-video_production--header .title br {
    display: block;
  }

  .service_section-video_production--body .service_content {
    padding: 7rem 3rem;
  }

  .service_section-video_production--body .service_content > .title br.variable {
    display: block;
  }

  .service_content--item .title {

  }
}

@media (width <= 600px) {
  .service_section {
    padding: 7rem 2rem;
  }

  .service_section--header .title {
    font-size: calc(50 / 16 * 1rem)
  }

  .service_section--inner {
    margin-top: 5rem;
  }

  .service_section .service_list {
    flex-flow: column nowrap;
    gap: 4rem;
  }

  .service_section .service_list .item {
    width: 100vw;
    max-width: none;
    margin: 0 -2rem;
  }

  .service_section .service_card--header .eyecatch {
  }

  .service_section .service_card--header .eyecatch img {
    width: 100%;
    max-height: 400px;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .service_section .service_card .number {
    font-size: min(25vw, 139px)
  }

  .service_section .service_card .text_box {
    width: 50%;
    min-width: 330px;
    margin: auto;
  }

  .service_section-video_production {
    padding-top: 5rem;
  }

  .service_section-video_production--inner {
    z-index: 10;
    position: relative;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    gap: 4rem;
    padding: 5rem 1rem 0;
    background-image: none;
  }

  .service_section-video_production--inner::before {
    content: '';
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-video_production.webp);
    background-color: #000000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .service_section-video_production--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .service_section-video_production--body .service_content {
    padding: 5rem 2rem;
  }

  .service_section-video_production--body .service_content .name_tag {
    left: 10px;
    padding-left: 7px;
    font-size: calc(12 / 16 * 1rem);
  }

  .service_section-video_production--body .service_content > .title {
    font-size: min(5vw, 28px);
  }

  .service_section-video_production--body .service_content--list {
    gap: 5rem;
  }

  .service_section-video_production--body .service_content--item::before {
    background-image: url(../img/shape-separator_line-01-sp.svg);
  }

  .service_section-video_production--body .service_content--item .description {
    max-width: 330px;
    padding: 0;
    font-size: calc(15/16 * 1rem);
  }

  .service_section-video_production--body .service_content--item .title {
    padding: 0;
    font-size: min(6vw, 28px);
  }

  .service_section-video_production--body .service_content--item .title::before {
    content: none;
  }

  .service_content--item .title span {
    padding: 10px 3px 0px;
    background: linear-gradient(transparent 70%, #FCEE21 0%);
  }

  .service_content--item .title br.variable {
    display: block;
  }
}

.work_section {

}

.work_section--body {
}

.work_section--inner {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  gap: 5rem;
  padding: 7rem 2rem;
}

.work_section--header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 5px;
}

.work_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((50/16) * 1rem);
  letter-spacing: 0.165em;
}

.work_section--header .label {
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.53em;
}

.work_section--gallery {
  width: 100%;
}

.work_section--gallery .slick-track {
  display: flex;
  flex-flow: row nowrap;
  gap: 60px;
}

.work_section--gallery .slick-dots {
  bottom: -50px;
}

.work_section--gallery .prev_button,
.work_section--gallery .next_button {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 120px;
  transition: transform 0.3s;
}

.work_section--gallery .prev_button {
  top: 200px;
  left: 50%;
  margin-left: -500px;
}

.work_section--gallery .prev_button:hover {
  transform: translate(-15px, -50%);
}

.work_section--gallery .next_button {
  top: 200px;
  right: 50%;
  margin-right: -500px;
}

.work_section--gallery .next_button:hover {
  transform: translate(15px, -50%);
}

.work_section--gallery .prev_button::before,
.work_section--gallery .next_button::before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url(../img/icon-arrow-03.svg);
  background-repeat: no-repeat;
}

.work_section--gallery .prev_button::before {
  transform: scale(-1);
}

.work_section .more_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem auto 4rem;
  width: 100%;
  max-width: 740px;
  height: 100px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  font-size: calc((22/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.13em;
}

.work_section .more_button:hover {
  color: #ffffff;
}

.work_section .more_button.button-ripple::before {
  background-color: #000000;
}

.work_section .more_button::after {
  content: "";
  position: absolute;
  right: 70px;
  width: 22px;
  height: 18px;
  background-color: #000000;
  -webkit-mask-image: url(../img/icon-new_window.svg);
          mask-image: url(../img/icon-new_window.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition-delay: 0.1s;
}

.work_section .more_button:hover::after {
  background-color: #ffffff;
}

.work_box {
  width: auto!important;
  max-width: 800px;
}

.work_box-others {
  width: 80%!important;
  max-width: 1050px;
}

@media (width <= 600px) {
  .work_box-others {
    width: 100%!important;
  }
}

.work_box--header {
}

.work_box--header .thumbnail {
  overflow: hidden;
  border-radius: 30px;
  /* transform: scale(0.8); */
  transform-origin: bottom;
  transition: transform 0.75s;
}

.work_box--header .thumbnail img {
  transition: transform 0.3s;
}

.swiper-slide-active .work_box--wrapper:hover .work_box--header .thumbnail img {
  transform: scale(1.1);
  transform-origin: center;
}

.swiper-slide-active .work_box--header .thumbnail {
  transform: scale(1);
}

.work_box--body {
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
  padding: 2rem 5.5%;
}

.work_box--body-others {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 477px;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0 1rem;
}

@media (width <= 1024px) {
  .work_box--body-others {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
  }

  .work_gallery-others .work_gallery--list .work_box {
    padding-bottom: 3rem;
  }
}

@media (width <= 600px) {
  .work_box--body-others {
    margin-top: 0;
  }

  .work_gallery-others .work_gallery--list .work_box:last-of-type {
    padding-bottom: 0;
  }
}

.work_box .title {
  font-size: calc((22/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: calc(35/22);
}

.work_box .title::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  background-image: url(../img/icon-new_window.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.work_box .tag_list {
  display: flex;
  grid-row: 2/3;
  flex-flow: row wrap;
  gap: 10px;
  align-self: flex-start;
}

.work_box .tag_list > .item {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  height: 35px;
  padding: 0 20px;
  background-color: #000000;
  border-radius: 20px;
  color: #ffffff;
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.12em;
  line-height: 35px;
}

.work_box .description {
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
  line-height: calc(30/17);
}

.work_box .description.-en {
  font-size: calc((15/16) * 1rem);
  line-height: calc(21/15);
  letter-spacing: 0;
}

.work_box .description.-en .translation {
  display: inline-block;
  margin-top: 20px;
  font-size: calc((12/16) * 1rem);
}

.work_box-others .description {
  grid-column: 2/3;
  grid-row: 1/4;
}

@media (width <= 600px) {
  .work_section--inner {
    padding: 5rem 1.5rem;
    gap: 3rem;
  }

  .work_box--body {
    gap: 1rem;
    padding: 1rem 3%;
  }

  .work_box .title {
    font-size: min(4.5vw, 20px)
  }

  .work_box .tag_list {
    gap: 5px;
  }

  .work_box .tag_list > .item {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: min(3.5vw, 16px);
  }

  .work_box .description {
    font-size: calc(15/16 * 1rem);
  }

  .work_box-others .tag_list > .item {
    padding: 0 12px;
    font-size: min(3.3vw, 16px);
  }

  .work_box--body-others {
    padding: 1rem 0;
  }
}

.service_section-drone_photography {
  padding-top: 7rem;
}

.service_section-drone_photography--inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 8rem;
  height: 100%;
  padding: 10rem 2rem 0;
  background-image: url(../img/bg-drone_photography.webp);
  background-color: #000000;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.service_section-drone_photography--header {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: center;
}

.service_section-drone_photography--header .title {
  color: #ffffff;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.03em;
}

.service_section-drone_photography--header .title br.variable {
  display: none;
}

.service_section-drone_photography--header .label {
  color: #ffffff;
  font-size: calc((20/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.service_section-drone_photography--body {

}

.service_section-drone_photography--body .service_content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  background-color: #ffffff;
  padding: 8rem 3rem;
  margin: auto;
}

.service_section-drone_photography--body .service_content .name_tag {
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 30px;
  padding-left: 10px;
  border-left: 1px solid #000000;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((15/16) * 1rem);
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
}

.service_section-drone_photography--body .service_content .title {
  font-size: calc((28/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: calc(50/28);
}

.service_section-drone_photography--body .service_content--list {
  display: flex;
  flex-flow: column nowrap;
  gap: 7rem;
  max-width: 650px;
  margin: 3rem auto 0;
  padding-bottom: 7rem;
  border-bottom: 8px solid #000000;
}

.service_section-drone_photography--body .service_content--item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}

.service_section-drone_photography--body .service_content--item::before {
  content: "";
  width: 100%;
  max-width: 650px;
  height: 24px;
  margin-bottom: 1rem;
  background-image: url(../img/shape-separator_line-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service_section-drone_photography--body .service_content--item .number {
  position: relative;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.05em;
}

.service_section-drone_photography--body .service_content--item .number::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 5px;
  right: -22px;
  width: 90px;
  height: 53px;
  background-image: url(../img/icon-strength.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service_section-drone_photography--body .service_content--item .title {
  position: relative;
  z-index: 0;
  padding: 0 1rem;
  font-size: calc((30/16) * 1rem);
  letter-spacing: 0.25em;
  font-weight: bold;
}

.service_section-drone_photography--body .service_content--item .title::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
  background-color: #FCEE21;
}

.service_section-drone_photography--body .service_content--item .title br.variable {
  display: none;
}

.service_section-drone_photography--body .service_content--item .description {
  padding: 0 2.5rem;
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
  line-height: calc(32/17);
}

.service_section-drone_photography--body .service_content .title br.variable {
  display: none;
}

@media (width <= 1024px) {
}

@media (width <= 800px) {
  .service_section-drone_photography--header .title {
    text-align: center;
  }

  .service_section-drone_photography--header .title > br.variable {
    display: block;
  }

  .service_section-drone_photography--body .service_content {
    padding: 5rem 3rem;
  }

  .service_section-drone_photography--body .service_content .title > br.variable {
    display: block;
  }
}

@media (width <= 600px) {
  .service_section-drone_photography {
    padding-top: 5rem
  }

  .service_section-drone_photography--inner {
    z-index: 10;
    position: relative;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    gap: 4rem;
    padding: 5rem 1rem 0;
    background-image: none;
  }

  .service_section-drone_photography--inner::before {
    content: '';
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-drone_photography.webp);
    background-color: #000000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .service_section-drone_photography--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .service_section-drone_photography--body .service_content {
    padding: 5rem 2rem;
  }

  .service_section-drone_photography--body .service_content .name_tag {
    left: 10px;
    padding-left: 7px;
    font-size: calc(12 / 16 * 1rem);
  }

  .service_section-drone_photography--body .service_content > .title {
    font-size: min(5vw, 28px);
  }

  .service_section-drone_photography--body .service_content--item::before {
    background-image: url(../img/shape-separator_line-01-sp.svg)
  }

  .service_section-drone_photography--body .service_content--list {
    gap: 5rem;
  }

  .service_section-drone_photography--body .service_content--item .title {
    padding: 0;
    font-size: min(6vw, 28px);
  }

  .service_section-drone_photography--body .service_content--item .title::before {
    content: none;
  }

  .service_section-drone_photography--body .service_content--item .title br.variable {
    display: block;
  }

  .service_section-drone_photography--body .service_content--item .description {
    max-width: 330px;
    padding: 0;
    font-size: calc(15/16 * 1rem);
  }
}
.service_section-photograph {
  padding-top: 7rem;
}

.service_section-photograph--inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 8rem;
  height: 100%;
  padding: 10rem 2rem 0;
  background-image: url(../img/bg-photograph.webp);
  background-color: #000000;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.service_section-photograph--header {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: center;
}

.service_section-photograph--header .title {
  color: #ffffff;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.03em;
}

.service_section-photograph--header .label {
  color: #ffffff;
  font-size: calc((20/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.service_section-photograph--body {

}

.service_section-photograph--body .service_content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  background-color: #ffffff;
  padding: 8rem 3rem 10rem;
  margin: auto;
}

.service_section-photograph--body .service_content .name_tag {
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 30px;
  padding-left: 10px;
  border-left: 1px solid #000000;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((15/16) * 1rem);
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
}

.service_section-photograph--body .service_content .title {
  font-size: calc((28/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: calc(50/28);
}

.service_section-photograph--body .service_content .title > br.variable {
  display: none;
}

.service_section-photograph--body .service_content--list {
  display: flex;
  flex-flow: column nowrap;
  gap: 7rem;
  max-width: 650px;
  margin: 3rem auto 0;
  padding-bottom: 7rem;
  border-bottom: 8px solid #000000;
}

.service_section-photograph--body .service_content--item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}

.service_section-photograph--body .service_content--item::before {
  content: "";
  width: 100%;
  max-width: 650px;
  height: 24px;
  margin-bottom: 1rem;
  background-image: url(../img/shape-separator_line-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service_section-photograph--body .service_content--item .number {
  position: relative;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.05em;
}

.service_section-photograph--body .service_content--item .number::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 5px;
  right: -22px;
  width: 90px;
  height: 53px;
  background-image: url(../img/icon-strength.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.service_section-photograph--body .service_content--item .title {
  position: relative;
  z-index: 0;
  padding: 0 1rem;
  font-size: calc((30/16) * 1rem);
  letter-spacing: 0.25em;
  font-weight: bold;
}

.service_section-photograph--body .service_content--item .title::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 18px;
  background-color: #FCEE21;
}

.service_section-photograph--body .service_content--item .title br.variable {
  display: none;
}

.service_section-photograph--body .service_content--item .description {
  padding: 0 2.5rem;
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
  line-height: calc(32/17);
}

@media (width <= 800px) {
  .service_section-photograph--body .service_content {
    padding: 7rem 3rem;
  }

  .service_section-photograph--body .service_content .title > br.variable {
    display: block;
  }

  .service_section-photograph--body .service_content--item .title br.variable {
    display: block;
  }

  .service_section-photograph--body .service_content--item .title::before {
    content: none;
  }

  .service_content--item .title span {
    padding: 10px 3px 0px;
    background: linear-gradient(transparent 70%, #FCEE21 0%);
  }
}

@media (width <= 600px) {
  .service_section-photograph {
    padding-top: 5rem;
  }

  .service_section-photograph--inner {
    z-index: 10;
    position: relative;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    gap: 4rem;
    padding: 5rem 1rem 0;
    background-image: none;
  }

  .service_section-photograph--inner::before {
    content: '';
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-photograph.webp);
    background-color: #000000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .service_section-photograph--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .service_section-photograph--body .service_content {
    padding: 5rem 2rem 8rem;
  }

  .service_section-photograph--body .service_content .name_tag {
    left: 10px;
    padding-left: 7px;
    font-size: calc(12 / 16 * 1rem);
  }

  .service_section-photograph--body .service_content > .title {
    font-size: min(5vw, 28px);
  }

  .service_section-photograph--body .service_content--list {
    gap: 5rem;
  }

  .service_section-photograph--body .service_content--item::before {
    background-image: url(../img/shape-separator_line-01-sp.svg);
  }

  .service_section-photograph--body .service_content--item .title {
    padding: 0;
    font-size: min(6vw, 28px);
  }

  .service_section-photograph--body .service_content--item .description {
    max-width: 330px;
    padding: 0;
    font-size: calc(15/16 * 1rem);
  }
}

.service_section-others {
  padding-top: 7rem;
}

.service_section-others--inner {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 8rem;
  height: 100%;
  padding: 10rem 2rem 0;
  background-image: url(../img/bg-others-01.webp);
  background-color: #000000;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.service_section-others:last-of-type .service_section-others--inner {
  background-image: url(../img/bg-others-02.webp);
}

.service_section-others--header {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: center;
}

.service_section-others--header .title {
  color: #ffffff;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((70/16) * 1rem);
  letter-spacing: 0.03em;
}

.service_section-others--header .label {
  color: #ffffff;
  font-size: calc((20/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.service_section-others--body {

}

.service_section-others--body .service_content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  background-color: #ffffff;
  padding: 8rem 3rem 10rem;
  margin: auto;
}

.service_section-others--body .service_content--inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 3rem;
  max-width: 680px;
  margin: auto;
}

.service_section-others--body .service_content .name_tag {
  position: absolute;
  top: 0;
  left: 30px;
  padding-top: 100px;
  padding-left: 10px;
  border-left: 1px solid #000000;
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((15/16) * 1rem);
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
}

.service_section-others--body .service_content .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 20px;
  font-size: calc((28/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: calc(50/28);
}

.service_section-others--body .service_content .title > .text {
  position: relative;
  padding-left: 25px;
}

.service_section-others--body .service_content .title > .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
}

.service_section-others--body .service_content .title .label {
  margin-left: auto;
  font-family: 'centuryGothic';
  font-size: calc((15/16) * 1rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}

.service_section-others--body .service_content .eyecatch {
  max-width: 326px;
  margin: 1rem auto;
}

.service_section-others--body .service_content-bunkichi .eyecatch {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  max-width: 100%;
  /* max-width: 575px; */
}

.service_content-bunkichi .eyecatch img {
  width: calc((100% - 1.2rem) / 2);
}

.service_section-others--body .service_content .catchcopy {
  position: relative;
  z-index: 0;
  font-size: calc((30/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: calc(55/30);
}

.service_section-others--body .service_content .catchcopy span {
  padding: 10px 3px 0px;
  background: linear-gradient(transparent 70%, #FCEE21 0%);
}

.service_section-others--body .service_content .catchcopy span > br.variable {
  display: none;
}

.service_section-others--body .service_content .description {
  font-size: calc((17/16) * 1rem);
  line-height: calc(32/17);
  letter-spacing: 0.17em;
}

@media (width <= 800px) {
  .service_section-others--body .service_content .title {
    flex-flow: column nowrap;
    margin-left: 0;
  }

  .service_section-others--body .service_content .title .label {
    margin-left: 0;
  }

  .service_section-others--body .service_content .catchcopy {
    text-align: center;
  }

  .service_section-others--body .service_content .catchcopy span > br.variable {
    display: block;
  }
}

@media (width <= 600px) {
  .service_section-others {
    padding-top: 5rem;
  }

  .service_section-others:last-of-type {
    padding-top: 0;
  }

  .service_section-others--inner {
    z-index: 10;
    position: relative;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    gap: 4rem;
    padding: 5rem 1rem 0;
    background-image: none;
  }

  .service_section-others--inner::before {
    content: '';
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/bg-others-01.webp);
    background-color: #000000;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .service_section-others:last-of-type .service_section-others--inner {
    padding: 10rem 1rem 0;
  }

  .service_section-others:last-of-type .service_section-others--inner::before {
    background-image: url(../img/bg-others-02.webp);
  }

  .service_section-others--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .service_section-others--body .service_content-bunkichi .eyecatch {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .service_section-others--body .service_content-bunkichi .eyecatch img {
    width: 100%;
    max-width: 276px;
  }

  .service_section-others--body .service_content {
    padding: 5rem 2rem;
  }

  .service_section-others--body .service_content-bunkichi {
  }

  .service_section-others--body .service_content-bunkichi::before {
  }

  .service_section-others--body .service_content .name_tag {
    left: 10px;
    padding-left: 7px;
    font-size: calc(12 / 16 * 1rem);
  }

  .service_section-others--body .service_content .title {
    font-size: min(5vw, 28px);
  }

  .service_section-others--body .service_content .title > .text {
    padding-left: 20px;
  }

  .service_section-others--body .service_content .title > .text::before {
    width: 10px;
    height: 10px;
  }

  .service_section-others--body .service_content .catchcopy {
    padding: 0;
    font-size: min(6vw, 28px);
  }

  .service_section-others--body .service_content .description {
    max-width: 400px;
    margin: auto;
    padding: 0;
    font-size: calc(15/16 * 1rem);
  }
}

.service_content-bunkichi .button {
  max-width: 500px;
  border: 1px solid #000000;
  margin: auto;
}

.service_content-bunkichi .button:hover {
  color: #ffffff;
}

.service_content-bunkichi .button:hover.button-arrow::after {
  background-color: #ffffff;
}

.service_content-bunkichi .button-arrow::after {
  right: 2.5rem;
  transition-delay: 0.1s;
}

.service_content-bunkichi .button-ripple::before {
  background-color: #000000;
}

@media (width <= 600px) {
  .service_content-bunkichi .button {
    height: 60px;
    font-size: min(4.5vw, 20px);
  }

  .service_content-bunkichi .button-arrow::after  {
    right: 2rem;
    width: 25px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}

.sitemap_section {
  overflow-x: hidden;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 10rem 2rem;
  background-color: #ffffff;
}

.sitemap_section--header {

}

.sitemap_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((88/16) * 1rem);
  letter-spacing: 0.095em;
}

.sitemap_section--header .label {
  padding-left: 0.5rem;
  font-size: calc((13/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.sitemap_section--body {
  margin-top: 10rem;
}

@media (width <= 600px) {
  .sitemap_section {
    padding: 7rem 2rem;
  }

  .sitemap_section--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .sitemap_section--body {
    margin-top: 5rem;
  }
}

.sitemap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 750px;
  margin: auto;
}

.sitemap a {
  font-size: calc((28/16) * 1rem);
  font-weight: 500;
  letter-spacing: 0.17em;
}

.sitemap a:hover {
  
}

.sitemap--list {
  display: flex;
  flex-flow: column nowrap;
  gap: 2.5rem;
}

.sitemap--list > .item {
}

.sitemap--list > .item-work {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}

.sitemap--list > .item-work::after {
  content: "";
  width: 22px;
  height: 18px;
  margin-left: 10px;
  background-image: url(../img/icon-new_window.svg);
  background-repeat: no-repeat;
}

.sitemap--inlist {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  margin-top: 2rem;
  padding-left: 1.5rem;
}

@media (width <= 800px) {
  .sitemap a {
    font-size: calc(23 / 16 * 1rem);
  }
}

@media (width <= 600px) {
  .sitemap {
    flex-flow: column nowrap;
    align-items: center;
    gap: 3rem;
  }

  .sitemap a {
    font-size: min(6vw, 28px);
  }

  .sitemap--list {
    gap: 2.5rem;
  }

  .sitemap--inlist {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.term_section {
  overflow-x: hidden;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 10rem 2rem;
  background-color: #ffffff;
}

.term_section--header {

}

.term_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((88/16) * 1rem);
  letter-spacing: 0.095em;
}

.term_section--header .label {
  padding-left: 0.5rem;
  font-size: calc((13/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.term_section--body {
  max-width: 745px;
  margin: 7rem auto 0;
}

.term_section--body .description {
  margin: 1rem 0;
  font-size: calc((17/16) * 1rem);
  line-height: calc(43/17);
  letter-spacing: 0.1em;
}

.term_section--body .subtitle {
  margin: 3.5rem 0 1rem;
  font-size: calc((21/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (width <= 600px) {
  .term_section {
    padding: 7rem 2rem;
  }

  .term_section--header .title {
    font-size: min(8.8vw, 50px);
  }

  .term_section--body {
    margin-top: 4rem;
  }

  .term_section--body .description {
    font-size: min(4vw, 17px);
  }
}

.work_gallery {
  position: relative;
  padding-bottom: 5rem;
}

.work_gallery--list {
  width: 100%;
}

.work_gallery .swiper-slide {
  transition: transform 0.4s;
  transform: scale(0.8);
}

.work_gallery .swiper-slide-active {
  transform: scale(1);
}

.work_gallery .swiper-button-next,
.work_gallery .swiper-button-prev {
  width: 60px;
  height: 120px;
  transition: transform 0.3s;
}

.work_gallery .swiper-button-next::after,
.work_gallery .swiper-button-prev::after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url(../img/icon-arrow-03.svg);
  background-repeat: no-repeat;
}

.work_gallery-video_production .swiper-button-next,
.work_gallery-video_production .swiper-button-prev {
  top: 155px;
}

.work_gallery-video_production .swiper-button-prev {
  left: 50%;
  transform: translate(-50%, 0%);
  margin-left: -470px;
}

.work_gallery-video_production .swiper-button-next {
  right: 50%;
  transform: translate(50%, 0%);
  margin-right: -470px;
}

.work_gallery-others .swiper-button-next,
.work_gallery-others .swiper-button-prev {
  top: 0%;
  margin-top: 22%;
  margin-top: max(22%, 235px);
}

.work_gallery-others .swiper-button-prev {
  left: 50%;
  transform: translate(-50%, 0%);
  margin-left: max(-44%, -582px);
}

.work_gallery-others .swiper-button-next {
  right: 50%;
  transform: translate(50%, 0%);
  margin-right: max(-44%, -582px);
}

.work_gallery .swiper-button-prev::after {
  transform: scale(-1);
}

.work_gallery .swiper-button-prev:hover {
  transform: translateX(-40px);
}

.work_gallery .swiper-button-next:hover {
  transform: translateX(40px);
}

@media (width <= 1024px) {
  .work_gallery--list {
    flex-flow: column nowrap;
    align-items: center;
    gap: 4rem;
  }

  .work_gallery--list .work_box {
    max-width: 700px;
    padding-bottom: 1rem;
    border-bottom: 2px solid #E6E6E6;
  }

  .work_gallery--list .work_box:last-of-type {
    border-bottom: none;
  }

  .work_gallery {
    padding-bottom: 0;
  }

  .work_gallery .swiper-slide {
    transform: none;
  }

  .work_gallery .swiper-button-prev,
  .work_gallery .swiper-button-next,
  .work_gallery .swiper-pagination {
    display: none;
  }

  .work_section .more_button {
    width: 90%;
    max-width: 700px;
    height: 80px;
  }
}

@media (width <= 600px) {
  .work_section .more_button {
    height: 60px;
    margin: 1.5rem auto 3rem;
    font-size: min(4vw, 20px);
  }

  .work_section .more_button::after {
    right: 10%;
    width: 16px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #000000;
}

.swiper-pagination > span {
  margin: 0 6px!important;
}

.blog_section {
  overflow-x: hidden;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 10rem 2rem;
  background-color: #ffffff;
}

.blog_section--header {
}

.blog_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((88/16) * 1rem);
  letter-spacing: 0.095em;
}

.blog_section--header .label {
  padding-left: 0.5rem;
  font-size: calc((13/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.blog_section--body {
  margin-top: 8rem;
}

@media (width <= 600px) {
  .blog_section {
    padding: 7rem 2rem;
  }

  .blog_section--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .blog_section--body {
    margin-top: 5rem;
  }
}

.article_filter {
}

.article_filter--list {
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}

.article_filter--list-sp {
  display: none;
  width: 100%;
  height: 45px;
  padding-left: 2.5rem;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
}

.article_filter--list .link {
  display: block;
  width: auto;
  min-width: 130px;
  height: 40px;
  padding: 0 1.5rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  font-size: calc((13/16) * 1rem);
  letter-spacing: 0.2em;
  color: #000000;
  text-align: center;
  line-height: 38px;
}

.article_filter--list .link-active {
  background-color: #000000;
  color: #ffffff;
}

@media (width <= 800px) {
  .article_filter {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 360px;
    margin: auto;
  }

  .article_filter::after {
    content: '';
    position: absolute;
    right: 2rem;
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
  }

  .article_filter--list {
    display: none;
  }

  .article_filter--list-sp {
    display: block;
  }
}

@media (width <= 600px) {
  
}

.article_box {
  display: flex;
  flex-flow: row wrap;
  gap: 5rem 3%;
  width: 100%;
  max-width: 1150px;
  margin: 4rem auto 0;
}

@media (width <= 600px) {
  .article_box {
    flex-flow: column nowrap;
  }
}

.article_card {
  width: 100%;
}

.article_card--wrapper {
  width: calc(94% / 3);
}

.article_card--header {
}

.article_card--header .thumbnail {
  overflow: hidden;
  border-radius: 30px;
}

.article_card--header .thumbnail img {
  transform: scale(1);
  transition: transform 0.3s;
}

.article_card:hover .thumbnail img {
  transform: scale(1.1);
}

.article_card--body {
  padding: 0 0.5rem;
}

.article_card--body .information {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  margin: 1.5rem 0 0.9rem
}

.article_card--body .information time {
  font-size: calc((18/16) * 1rem);
  letter-spacing: 0.1em;
}

.article_card--body .information .category {
  padding-left: 1rem;
  border-left: 1px solid #000000;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.article_card--body .title {
  font-size: calc((18/16) * 1rem);
  line-height: calc(33/18);
  letter-spacing: 0.17em;
}

.article_card--body .title span {
  background: linear-gradient(0deg,#000,#000) no-repeat left bottom/0 1px;
  background-size: 0 2px;
  transition: background-size 0.3s ease-out;
}

.article_card:hover .title span {
  background-size: 100% 2px;
  background-position-x: left;
}

@media (width <= 1024px) {
  .article_card--wrapper {
    width: calc((97% / 2));
  }
}

@media (width <= 800px) {
  .article_card--body .information time {
    font-size: 1rem;
  }

  .article_card--body .information .category {
    font-size: calc(15/16 * 1rem)
  }

  .article_card--body .title {
    font-size: 1rem;
  }
}

@media (width <= 600px) {
  .article_card--wrapper {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }

  .article_card--body .title span {
    background-size: 100% 1px;
  }

  .article_card--body .information {
    margin: 1.2rem 0 0.9rem;
  }
}

.blog_section--body .pagination {
  margin: 6rem 0 0;
}

.blog_section--body .pagination--list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1rem;
}

.blog_section--body .pagination--list .page-numbers {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  font-family: 'centuryGothic';
  font-size: calc((22/16) * 1rem);
  line-height: 42px;
}

.blog_section--body .pagination--list .current {
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
}

.blog_section--body .pagination--list .dots {
  line-height: normal;
}

.blog_section--body .pagination--list .prev,
.blog_section--body .pagination--list .next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_section--body .pagination--list .prev::before,
.blog_section--body .pagination--list .next::before {
  content: "";
  display: block;
  width: 25px;
  height: 8px;
  background-color: #000000;
  -webkit-mask-image: url(../img/icon-arrow-01.svg);
          mask-image: url(../img/icon-arrow-01.svg);
  transition: all 0.3s;
}

.blog_section--body .pagination--list .prev::before {
  transform: scaleX(-1);
}

.article_area {
  max-width: 900px;
  margin: auto;
}

.article_area--header {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}

.article_area--header time {
  font-size: calc((18/16) * 1rem);
  letter-spacing: 0.1em;
}

.article_area--header .title {
  font-size: calc((25/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: calc(43/25);
}

.article_area--header .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 130px;
  height: 40px;
  padding: 0 2rem;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
  font-size: calc((13/16) * 1rem);
  letter-spacing: 0.2em;
  line-height: 38px;
}

.article_area--body {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
  max-width: 800px;
  margin: 3rem auto 0;
}

.article_area--body .thumbnail img {
  width: 100%;
}

.article_area--body .post_content {

}

.article_area--body .post_content p {
  margin: 1rem 0 2rem;
  font-size: calc((17/16) * 1rem);
  line-height: calc(38/17);
  letter-spacing: 0.17em;
}

.article_area--footer {

}

.article_area--footer .link-back_to_list {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto 0;
  padding: 1rem 2.2rem;
  font-family: 'centuryGothic';
  font-size: calc((22/16) * 1rem);
  letter-spacing: 0.095em;
}

.article_area--footer .link-back_to_list::after {
  content: "";
  width: 25px;
  height: 8px;
}

.article_area--footer .link-back_to_list:hover.button-arrow::after {
  transform: translateX(10px);
}

@media (width <= 600px) {
  .article_area--header {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 1.5rem 0;
  }

  .article_area--header time {
    order: 1;
    align-self: center;
    margin-right: 20px;
    font-size: min(4vw, 18px);
  }

  .article_area--header .title {
    order: 3;
    grid-column: 1/4;
    font-size: min(5vw, 25px);
  }

  .article_area--header .category {
    order: 2;
    height: 35px;
    padding: 0 1.2rem;
    font-size: min(3.5vw, 13px);
    line-height: 33px;
  }

  .article_area--body .post_content p {
    font-size: min(4vw, 17px);
  }

  .article_area--footer .link-back_to_list {
    margin: 1rem auto 0;
  }
}

.contact_section {
  overflow-x: hidden;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 10rem 2rem;
  background-color: #ffffff;
}

.contact_section--header {

}

.contact_section--header .title {
  font-family: 'centuryGothic';
  font-weight: bold;
  font-size: calc((88/16) * 1rem);
  letter-spacing: 0.095em;
}

.contact_section--header .label {
  padding-left: 0.5rem;
  font-size: calc((13/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.53em;
}

.contact_section--body {
  margin-top: 4rem;
}

.contact_section--body .description {
  margin: 4rem 0;
  font-size: calc((17/16) * 1rem);
  letter-spacing: 0.17em;
  line-height: calc(38/17);
  text-align: center;
}

.contact_section--body .description br.variable {
  display: none;
}

@media (width <= 600px) {
  .contact_section {
    padding: 7rem 2rem;
  }

  .contact_section--header .title {
    font-size: calc(50 / 16 * 1rem);
  }

  .contact_section--body {
    margin-top: 5rem;
  }

  .contact_section--body .description {
    font-size: min(3.5vw, 17px);
    white-space: nowrap;
  }

  .contact_section--body .description br.variable {
    display: block;
  }
}

.contact_form {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 6rem auto 5em;
}

.contact_form--list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
}

.contact_form--list .item {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.contact_form label,
.contact_form .label {
  font-size: calc((19/16) * 1rem);
  font-weight: 700;
  letter-spacing: 0.159em;
}

.contact_form select,
.contact_form input,
.contact_form textarea,
.contact_form .value {
  padding: 0.8rem 1rem;
  font-size: calc((19/16) * 1rem);
  letter-spacing: 0.159em;
  line-height: 2;
}

.contact_form ::-moz-placeholder {
  color: #888888;
}

.contact_form ::placeholder {
  color: #888888;
}

.contact_form select,
.contact_form input {
  border-bottom: 1px solid #000000;
}

.contact_form select {
}

.contact_form select:hover {
  cursor: pointer;
}

.contact_form input {
  background: linear-gradient(0deg,#000,#000) no-repeat left bottom/0 1px;
  background-size: 0 2px;
  transition: background-size 0.4s;
}

.contact_form textarea {
  height: 300px;
  border: 1px solid #000000;
  transition: outline 0.4s;
}

.contact_form label .required {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 4px;
  padding-left: 6px;
  background-color: #000000;
  border-radius: 5px;
  font-size: calc((12/16) * 1rem);
  font-weight: 400;
  color: #ffffff;
}

.contact_form input:focus {
  outline: none;
  background-size: 100% 2px;
  background-position-x: left;
}

.contact_form textarea:focus {
  outline: 2px solid #000000;
}

.contact_form .contact_type {
  width: 100%;
}

.contact_form .contact_type--wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.contact_form .contact_type--wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 18px;
  height: calc(tan(60deg) * 11px / 2);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #000000;
}

.contact_form button {
  width: 300px;
  height: 68px;
  margin: 3rem auto;
  background-color: #808080;
  border-radius: 35px;
  font-size: calc((18/16) * 1rem);
  letter-spacing: 0.22em;
  color: #ffffff;
  text-align: center;
}

@media (width <= 600px) {
  .contact_form {
    margin: 3rem 0 5rem;
  }

  .contact_form label, .contact_form .label {
    font-size: min(4vw, 19px);
  }

  .contact_form select,
  .contact_form input,
  .contact_form textarea,
  .contact_form .value {
    font-size: min(4vw, 19px);
  }

  .contact_form .contact_type--wrapper::after {
    width: 12px;
    height: calc(tan(60deg) * 7px / 2);
  }
}

/* #sb_instagram {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sbi_images {
  display: grid;
  width: 100%;
  padding: 12px 0;
  grid-template-columns: repeat(3, 1fr);
}

.sbi_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  zoom: 1;
  margin: 0 !important;
  text-decoration: none;
  opacity: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sbi_photo_wrap {
  position: relative;
}

.sbi-screenreader {
  display: none;
}

#sb_instagram .sbi_photo {
  display: block;
  text-decoration: none;
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
  margin-top: -12px;
  margin-left: -9px;
  font-size: 23px;
}
  
#sb_instagram .sbi_photo img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  scale: 1;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  vertical-align: middle;
}

#sb_instagram img {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  opacity: 1 !important;
} */