@charset "UTF-8";
/* ======== utility style ======== */
html {
  font-size: 62.5%;
  overflow: auto;
  scroll-padding-top: 60px;
}

body{
  width: 100%;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: none;
  font-family: "Inter","Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
  overflow: auto;
  scroll-behavior: smooth;
}

#body_inner {
  opacity: 0;
  transition: opacity 1.5s ease;
}

#body_inner.fade_in {
  opacity: 1;
}

a,button{
  color: #000;
  text-decoration: none;
  transition: 300ms;
}

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

ul,ol{
  list-style: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.6;
  }
  .openModal a:hover {
    opacity: 1;
  }
  
  .menu_link:hover {
    opacity: 0.6;
  }
  
  .openModal:hover p{
    opacity: 1;
  }
  
  .more_button:hover{
    opacity: 0.6;
  }
}

/* ----- media display ----- */
.pc{
  display: block;
}

.hd_tab{
  display: none;
}

.sp{
  display: none;
}

/* ================================
parts
================================ */

section{
  margin: 120px 0;
}

section.bg_black{
  background: #262626;
  color: #fff;
  padding: 120px 0;
}

.inner{
  width: min(84%,1200px);
  margin: 0 auto;
}

h2{
  font-family: 'Helvetica',sans-serif;
  color: #262626;
  font-size: 4.8rem;
  padding: 0 16px;
  border-left: 8px solid #CCA14C;
  margin: 0 auto 40px;
}

h3{
  font-size: 4rem;
  line-height: 1.3;
  margin: 0 auto 40px;
}

.wrap_2column{
  display: flex;
  justify-content: space-between;
}

.wrap_2column.reverse{
  flex-direction: row-reverse;
}

.wrap_2column .txt{
  width: 50%;
}

.wrap_2column .img{
  width: 43%;
}

.list_txt{
  position: relative;
  padding: 40px 40px 40px 0;
  border-top: 1px solid #CCA14C;
}

.list_txt .num{
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: middle;
  color: #CCA14C;
  background: #fff;
  position: absolute;
  top: -17px;
  left: 0;
  padding-right: 24px;
}

.list_txt ul{
  list-style-type: disc;
  list-style-position: inside;
}

.list_txt ul li{
  text-indent: -1.4em;
  padding-left: 1.4em;
}

body.jp .list_txt ul li{
  font-weight: normal;
}

.list_txt ul li:not(:last-child){
  margin-bottom: 1.6rem;
}

.new_tab_link a[target="_blank"]{
  display: block;
}

.new_tab_link a[target="_blank"]::after{
  content: "";
  display: inline-block;
  width: 19px;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon_tab.png) no-repeat center / contain;
  vertical-align: text-top;
  margin-left: 6px;
}

/* ================================
header
================================ */
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5),rgba(0,0,0,0));
  padding: 20px 20px 50px;
}

.logo {
  width: min(100%,180px);
}

.header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_link {
  display: block;
  width: 100%;
  height: 100%;
}

.menu_item,
.menu_link,
.wrap_language,
.wrap_language a {
  color: #fff;
  font-size: 1.6rem;
}

.hd_tab{
  margin-right: 100px;
  margin-bottom: 20px;
}

.wrap_language{
  display: flex;
}

.nav_menu.active .menu_link {
  color: #fff;
}

.hamburger_button {
  width: 80px;
  aspect-ratio: 1 / 1;
  background: #CCA14C;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.hamburger_lines {
  position: relative;
  width: 32px;
  height: 24px;
  margin: 0 auto;
  transition-duration: 300ms;
}

.hamburger_lines .line {
  display: block;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  transition: 300ms;
  background-color: #262626;
}

.hamburger_lines.active .line {
  background-color: #fff;
}

.hamburger_lines .line:nth-child(1) {
  top: 0;
}

.hamburger_lines .line:nth-child(2) {
  bottom: 0;
}

.hamburger_lines .line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%);
}



/* ================================
footer
================================ */

footer{
  background: #262626;
  padding: 20px 0;
}

.ft_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* ================================
mv
================================ */
.mv .video_wrap {
  position: relative;
  width: 100%;
  min-height: 760px;
  aspect-ratio: 16 / 8;
  overflow: hidden;
}
.mv .video_wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.mv .video_wrap video {
}

.mv .wrap_mv_txt{
  position: absolute;
  bottom: min(27%,177px);
  left: min(10%,120px);
  font-family: 'Helvetica',sans-serif;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0,0,0,0.4);
  font-weight: 500;
  z-index: 1;
}

.mv .wrap_mv_txt .mv_main_txt{
  display: block;
  font-size: clamp(4.8rem,6vw,8rem);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 16px;
}

.mv .wrap_scroll{
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Helvetica',sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
}

.mv .wrap_scroll::after{
  content: "";
  display: block;
  width: 2px;
  height: 48px;
  background: #fff;
  margin: 16px auto 0;
}

/* ================================
about
================================ */

body.jp section#about .wrap_2column .txt p{
  font-weight: normal;
}

/* ================================
services
================================ */

#services .service_detail_list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

#services .service_detail_list .service_detail{
  width: calc(50% - 20px);
  border-right: 1px solid #CCA14C;
}

#services .service_detail_list .service_detail h3{
  min-height: 104px;
  display: flex;
  align-items: center;
}

/* ================================
strength
================================ */

section.bg_black h2{
  color: #fff;
}

#strength .wrap_2column:not(:last-child){
  margin-bottom: 120px;
}

#strength .wrap_2column .txt{
  margin-top: 45px;
}

#strength .list_txt{
  border-color: #fff;
}

#strength .list_txt .num{
  color: #fff;
  background: #262626;
}


/* ================================
work
================================ */

.modal_inner {
  position: relative;
}

.modal_thumbnail_list{
  display: flex;
  gap: 40px 36px;
  flex-wrap: wrap;
}

.openModal{
  position: relative;
  width: calc(50% - 18px);
}
.openModal a{
  display: block;
}

.openModal p{
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  backdrop-filter: brightness(0.4);
  padding: 20px;
  transition: .3s;
}

.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}

.modalBg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  width: min(84%,1260px);
  background: #fff;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalContents p{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.modalContents iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

/* ----------もっと見る ---------- */

.openModal.is_hidden {
  display: none;
}

.more_button {
  display: block;
  width: min(100%,320px);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  background: #262626;
  border: 0;
  padding: 24px 0;
  margin: 32px auto 0;
  cursor: pointer;
}

/* ================================
CONTACT
================================ */

section#contact{
  margin-bottom: 0;
}

section#contact > .inner > ul {
  display: flex;
  
}

section#contact > .inner > ul > li{
  flex: 1;
  padding: 40px;
}

section#contact > .inner > ul > li:not(:last-child){
  border-right: 1px solid #fff;
}

section#contact > .inner > ul > li h3 {
  margin: 0 auto 16px;
}

section#contact > .inner > ul > li p,
section#contact > .inner > ul > li p a{
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}

/* 
====================================================
        TAB
====================================================
*/

@media screen and (max-width:1024px) and (min-width:768px){
  .pc{
    display: none;
  }
  
  .hd_tab{
    display: block;
  }
  
  .sp{
    display: none;
  }
}

@media (max-width: 1024px) {
  .nav_menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 30px 30px;
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
  }

  .nav_menu.active {
    transform: translateX(0);
  }
  
  .menu_item {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
  }
  
  .menu_link {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
  }
  
  #openbtn.active .hamburger_lines .line:nth-child(1){
    transform: rotate(-33deg) translateX(-50%);
    width: 40px;
  }
  #openbtn.active .hamburger_lines .line:nth-child(2){
    transform: rotate(33deg) translateX(-50%);
    width: 40px;
  }
  #openbtn.active .hamburger_lines .line:nth-child(3){
    display: none;
  }
}

@media (min-width: 1025px) {
  .nav_menu {
    padding-top: 0 !important;
  }

  .menu_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
  
  .hamburger_button {
    display: none;
  }
}

/* 
====================================================
        SP
====================================================
*/
@media screen and (max-width:767px){

body{
  font-size: 14px;
  font-size: 1.4rem;
}

/* ----- media display ----- */
.pc{
  display: none;
}

.hd_tab{
  display: block;
}

.sp{
  display: block;
}

/* ================================
parts
================================ */
section {
  margin: 80px 0;
}

section.bg_black{
  padding: 80px 0;
}

.inner {
  width: min(84%, 500px);
}

h2{
  font-size: 2.8rem;
  padding: 0 8px;
  border-left: 6px solid #CCA14C;
  margin: 0 auto 30px;
}

h3{
  font-size: 2rem;
  margin: 0 auto 20px;
}

.wrap_2column,
.wrap_2column.reverse{
  flex-direction: column;
  gap: 30px;
}

.wrap_2column .txt,
.wrap_2column .img{
  width: 100%;
}

.list_txt{
  padding: 25px 20px 0 0;
}

.list_txt .num{
  font-size: 2.8rem;
  top: -14px;
  padding-right: 8px;
}

.list_txt ul li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.list_txt ul li:not(:last-child){
  margin-bottom: 1.4rem;
}

.new_tab_link a[target="_blank"]::after{
  width: 13px;
}


/* ================================
header
================================ */
header {
  padding: 15px 15px 30px;
}

.logo {
  width: min(100%, 120px);
}

.hd_tab {
  margin-right: 60px;
  margin-bottom: 0px;
}

.menu_item, .menu_link, .wrap_language, .wrap_language a {
  font-size: 1.4rem;
} 

.hamburger_button {
  width: 60px;
}

.hamburger_lines {
  width: 24px;
  height: 16px;
}

.hamburger_lines .line {
  width: 24px;
  height: 1px;
}

#openbtn.active .hamburger_lines .line:nth-child(1){
  transform: rotate(-28deg) translateX(-50%);
  width: 32px;
}
#openbtn.active .hamburger_lines .line:nth-child(2){
  transform: rotate(28deg) translateX(-50%);
  width: 32px;
}
#openbtn.active .hamburger_lines .line:nth-child(3){
  display: none;
}


/* ================================
footer
================================ */


/* ================================
mv
================================ */

.mv .video_wrap {
  min-height: auto;
  aspect-ratio: auto;
  height: 80vh;
}

.mv .wrap_mv_txt {
  width: calc(100% - 18%);
  bottom: auto;
  top: 56%;
  left: 9%;
}

.mv .wrap_mv_txt .mv_main_txt {
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.mv .wrap_scroll {
  bottom: 12px;
  font-size: 1.2rem;
}

.mv .wrap_scroll::after {
  height: 28px;
  margin: 8px auto 0;
}

/* ================================
services
================================ */
#services .service_detail_list {
  flex-direction: column;
}

#services .service_detail_list .service_detail {
  width: 100%;
  border-right: 0;
  padding: 30px 20px 20px 0;
}

#services .service_detail_list .service_detail h3 {
  min-height: auto;
}


/* ================================
strength
================================ */
#strength .wrap_2column .txt {
  margin-top: 0px;
}

#strength .wrap_2column:not(:last-child) {
  margin-bottom: 60px;
}


/* ================================
work
================================ */
.modal_thumbnail_list {
  gap: 10px;
}

.openModal {
  width: calc(50% - 5px);
}

.openModal p {
  display: none;
}

.modalWrapper {
  width: min(92%, 500px);
  padding: 15px;
}

.modalContents p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.more_button {
  width: min(100%, 180px);
  font-size: 1.6rem;
  padding: 16px 0;
  margin: 20px auto 0;
}

/* ----------もっと見る ---------- */


/* ================================
CONTACT
================================ */
section#contact {
  padding-bottom: 30px;
}

section#contact h2{
  margin-bottom: 0;
}

section#contact > .inner > ul {
  flex-direction: column;
}

section#contact > .inner > ul > li {
  padding: 30px;
}

section#contact > .inner > ul > li:not(:last-child) {
  border-right: 0;
  border-bottom: 1px solid #fff;
}

section#contact > .inner > ul > li p, section#contact > .inner > ul > li p a {
  font-size: 1.8rem;
}



}/* media */