@charset "utf-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

a {
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Playfair+Display&display=swap');


body{
/*	    font-family: YuGothic,Yu Gothic Medium,Yu Gothic,Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;*/
        font-family: 'Noto Sans JP';
	    margin: 0;
	    font-size: 1rem;
    line-height: 1.72;
    color: #000;
    background: url("../img/noisy-bg-texture.png"),#edeae4;
    
}

h2{
   font-weight: 900;
   font-size: 2em;
}
/*header*/
#section_header{
    position: relative;
	background: url(../img/headerbg.png);
/*    min-height: 100vh;*/
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    padding-bottom: 20px;
}
header{
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
}
.header_inner {
  position: relative;
  }
.logo{
  position: absolute;
  top: 5px;
  left: 0;
  padding: 10px 15px
}
/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}
.headernavigation{
    color: #edeae4;
}
.title{
    font-size: 1.5rem;
    color: #edeae4;
}
.fs_10{
    font-size: 3.5rem;
    font-weight: 600;
}

.headerinfo {
    padding: 35px 15px 0;
}
.mainimagebox{
    width: 80%;
    max-width: 1200px;
    margin: auto;
}
.imageslidebox-parent{
    width:100%;
    height:auto;
 position:relative;
}
.imageslidebox-parent::after {
 display:block;
 content:'';
 width:100%;
 height:0; /* 必ず「0」に指定 */
 padding-top:75%; /* ココを指定 */
}
.imageslidebox-child {
 position:absolute;
 top:0;left:0;right:0;bottom:0;
 width:100%;
 height:100%; /* 必ず「100%」に指定 */
}

.imageslide{
        width: 100%;
        height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-size: cover;
          animation: img_anime 10s ease infinite;
          position: relative;
          margin: auto;
    }
    .imageslide p{
      color: #FFF;
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 110px;
      font-weight: 900;
      mix-blend-mode: difference;
    }
    .wo1{
    position: absolute;
    top: 10%;
    left: 24%;
}
.wo2{
    position: absolute;
    top: 60%;
    left: 0%;
}
.wo3{
    position: absolute;
    top: 35%;
    right: 0;
}
      /* アニメーション */
      @keyframes img_anime {
          0% {
              background-image: url(../img/headerimage1.png); /* 背景画像1を指定 */
          }
          15% {
              background-image: url(../img/headerimage1.png); /* 背景画像1を指定 */
          }
          25% {
              background-image: url(../img/headerimage2.png); /* 背景画像2を指定 */
          }
          35% {
              background-image: url(../img/headerimage2.png); /* 背景画像2を指定 */
          }
          55% {
              background-image: url(../img/headerimage3.png); /* 背景画像3を指定 */
          }
          65% {
              background-image: url(../img/headerimage3.png); /* 背景画像3を指定 */
          }
          80% {
              background-image: url(../img/headerimage4.png); /* 背景画像4を指定 */
          }
          95% {
                background-image: url(../img/headerimage4.png); /* 背景画像4を指定 */
          }
          100% {
              background-image: url(../img/headerimage1.png); /* 背景画像1を指定 */
          }
          } 



/* 画面サイズ 960px 以上 */
@media (min-width: 960px) {
  .header_inner{
      width: 100%;
      padding: 20px;
      margin-left: auto;
      margin-right: auto;
    }
    .logo{
      padding: 12px 30px
    }
    .nav_list{
      text-align: right;
    }
    .nav_list li{
      display: inline-block;
      text-align: right;
      padding-left: 20px;
    }
    .nav_list li a{
      color: #edeae4;
      font-weight: 600;
    }
    .mainnavi ul{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: baseline;
  }
  .menulist li{
      display: flex;
      align-items: baseline;
      justify-content: flex-end;
      padding-left: 20px;
  }
  
  .menulist li:before {
    border-top: 1px solid #ffffff;
    content: "";
    width: 45px; 
  }
  .menulist li:before {
    margin-right: 10px; 
  }
  }

/* 画面サイズ 960px 未満 */
@media (max-width: 959px) {
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
}
.headerinfo {
    padding: 70px 10px 0;
}
.nav {
    position: fixed;
    right: -100%; /* 右から出てくる */
    top: 0;
    width: 100%; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #28272791;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
   position: absolute;
    right: 15px;
    top: 6px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 300;
    background-color: #282727;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
/*    border-bottom: 1px solid #edeae4;*/
    text-decoration: none;
    color: #edeae4;
  }
  .nav_item a:hover {
    color: #ea553b;
  }
  .hamburger_border {
    position: absolute;
    left: 9px;
    width: 30px;
    height: 4px;
    background-color: #edeae4;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 22px;
  }
  .hamburger_border_bottom {
    top: 30px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open  {
    background:#28272791 ;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .imageslide p{
      font-size: clamp(1.8rem, calc(13vw - 1rem), 6rem);
    }
}
/* 画面サイズ 768px 以上 */
@media (min-width: 768px) {
  .header_sentence{
      writing-mode: vertical-rl;
      color: #282727;
      right: 0;
      font-size: 45px;
      line-height: 45px;
      font-weight: 900;
      width: 10%;
  }
  
  .headerinfo{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between;
  }
  .contact_bar{
      writing-mode: vertical-rl;
      display: flex;
      flex-direction: row;
      align-items: center;
      color: #282727;
      background-color: #edeae4;
      padding: 10px;
      border-radius: 27px;
      border: 2px solid #282727;
      margin-top: 10%;
  }
  .contact_bar p{
      padding:5px 0;
  }
  .contact_bar p+p{
      border-top:1px solid #282727 ;
  }
  }
  
/* 画面サイズ 767px 以下 */
@media (max-width: 767px) {
#header{
  height: 10vh;
}
.headerinfo {
    display: flex;
    flex-direction: column-reverse;
    padding: 70px 10px 0;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    min-height: 90vh;
    box-sizing: border-box;
}

.header_sentence{
    color: #282727;
    right: 0;
    font-weight: 900;
    width: 100%;
    font-size: clamp(1.4rem, calc(10vw - 0.5rem), 3rem);
    line-height: clamp(1.4rem, calc(10vw - 0.5rem), 3rem);
}
.contact_bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #282727;
    background-color: #edeae4;
    padding: 10px;
    border-radius: 27px;
    border: 2px solid #282727;
}
.contact_bar p{
    padding:0 5px;
}
.contact_bar p+p{
    border-left:1px solid #282727 ;
}
.mainimagebox {
    width: 100%;
    margin: 0 auto;
}

}


/* 画面サイズ 520px 未満 */
@media (max-width: 520px) {
  .fs_10 {
      font-size: clamp(1.2rem, calc(13vw - 1rem), 2.3rem);
      font-weight: 600;
  }
  .title {
      font-size: 1rem;
  }
  
  }
/*headerここまで*/


/*section_#summary_guide*/
#summary_guide{
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    position: relative;
}
.summary_introduce{
    color: #282727;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 18px;
    text-shadow: 0px -2px 0 #edeae4, /* 上 */ 2px -2px 0 #edeae4, /* 右上 */ 2px 0 0 #edeae4, /* 右 */ 2px 2px 0 #edeae4, /* 右下 */ 0 2px 0 #edeae4, /* 下 */ -2px 2px 0 #edeae4, /* 左下 */ -2px 0 0 #edeae4, /* 左 */ -2px -2px 0 #edeae4;
}
.summary_introduce span{
    font-weight: 600;
    font-size: 1.5rem;
}
.circle_animation{
    position: relative;
    height: 600px;
}
.circle_animation div{
  display:inline-block;
}
.circle_1{
    position: absolute;
    top: -20%;
    left: -40%;
  animation: 45s linear infinite rotation1;
    opacity: 0.4;
}
.circle_2{
  animation:60s linear infinite rotation2;
  position: absolute;
    top: 43%;
    left: -8%;
    opacity: 0.6;
}
.circle_3{
  animation:45s linear infinite rotation2;
  position: absolute;
    top: -50%;
    right: -25%;
    opacity: 0.3;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@keyframes rotation2{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(-1turn); }
}


/* 画面サイズ 960px 未満 */
@media (max-width: 959px) {
.circle_animation {
    height: 50vh;
}
.circle_1{
    position: absolute;
    top: -20%;
    left: -40%;
  animation: 245s linear infinite rotation1;
    opacity: 0.4;
    width: clamp(20vw, calc(100vw - 5vw), 100vw);
}
.circle_2{
  animation:60s linear infinite rotation2;
  position: absolute;
    top: 60%;
    left: -20%;
    opacity: 0.6;
    width: clamp(20vw, calc(100vw - 5vw), 100vw);
}
.circle_3{
  animation:45s linear infinite rotation2;
  position: absolute;
    top: -70%;
    right: -50%;
    opacity: 0.3;
    width: clamp(20vw, calc(100vw - 5vw), 100vw);
}
}

/* 画面サイズ 1200px 以上 */
@media (min-width: 960px) {

}
/* 画面サイズ 767px 以下 */
@media (max-width: 767px) {
    .summary_introduce {
    top: 50%;
    right: 0;
    padding: 0 10%
}
}

/* 画面サイズ 520px 未満 */
@media (max-width: 520px) {

.circle_1{
    position: absolute;
    top: -20%;
    left: -40%;
  animation: 45s linear infinite rotation1;
    opacity: 0.4;
    width: clamp(20vw, calc(100vw - 5vw), 100vw);
}
.circle_2{
  animation:60s linear infinite rotation2;
  position: absolute;
    top: 60%;
    left: -20%;
    opacity: 0.6;
    width: clamp(100vw, calc(150vw - 5vw), 150vw);
}
.circle_3{
  animation:45s linear infinite rotation2;
  position: absolute;
    top: 15%;
    right: -50%;
    opacity: 0.3;
}

}
/*section_#summary_guideここまで*/

/*section_#service*/
#service{
  background-color: #282827;
  
}
  .side-scroll {
  height: 100vh;
  width: 100%;
}

.side-scroll-container {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}
.side-scroll-list {
  display: flex;
  gap: 3vw;
}
.side-scroll-item  {
  width: 400px;
  text-align: center;
}
.scroll_h2 {
    padding: 20px;
    box-sizing: border-box;
    color: #edeae4;
    
}
.scroll_h2 h2{
  font-size: 2em;
}
.side-scroll-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid #edeae4;
}

js-wrapper p {
  color: #edeae4;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.service_extitle{
  color: #edeae4;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding: 20px;
  font-size: 1.5em;
}
.side-scroll-item{
  color: #edeae4;
}

/* 画面サイズ 1200px 以上 */
@media (min-width: 960px) {

}
/* 画面サイズ 767px 以下 */
@media (max-width: 767px) {
    .scroll_h2 {width: 100vw}
    .side-scroll-item {
    width: 70vw;
    text-align: center;
}
}
/* 画面サイズ 520px 未満 */
@media (max-width: 520px) {
    
}
/*section_#serviceここまで*/

/*section_#works*/
#works{
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-image: url(../img/works_bg.png);
    background-size: cover;
}
#works h2 {
    margin-top: 50px;
    
}
.works_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    height: 100vh;
    overflow: hidden;
    width: 70%;
}
.works_wrapper.infiniteslide_wrap{
    width: 30%;
}
.infiniteslide_wrap ul li{
    margin-bottom: 10px;
}
.infiniteslide{
/*    width: 25%;*/
}
.infiniteslide_2{
/*    width: 25%;*/
}
/* 画面サイズ 1200px 以上 */
@media (max-width: 959px) {
    #works{
    width: 100%;
    min-height: 60vh;
}
    .works_wrapper{
    height: 60vh;
}
}
/* 画面サイズ 767px 以下 */
@media (max-width: 767px) {
}
/* 画面サイズ 520px 以上 */
@media (min-width: 521px) {
    .works_wrapper_sp{display: none;}
    .infiniteslide_wrap{
    width: 30%;
    }
}
/* 画面サイズ 520px 未満 */
@media (max-width: 520px) {
    #works{
      height: 100vh;
}
#works h2 {
    padding-left: 10px;
}
    .works_wrapper{
        display: none;
    }
    .works_wrapper_sp{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    height: 100vh;
    overflow: hidden;
    width: 70%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
}
.infiniteslide_wrap{
    width: 100%;
    }

}
/*section_#worksここまで*/

#access_contact{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    color: #282727;
    padding: 8% 0;
}
.detail_access{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 10% 0;
}
.company_info {
    width: 45%;
}
.company_info p{
    line-height: 2.5em;
}
.leftitem{
    display:inline-block;
    width: 120px;
    font-weight: 600;
}
.company_name{
    font-size: 1.5em;
    width: 200px;
    font-weight: 600;
}
.info_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info_detail_2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    padding: 10px 0;
}
.company_access{
    width:50%;
    position: relative;
}
.map_black {
  position: relative;
  width: 95%;
  aspect-ratio: 4 / 3; /* 比率を4:3に固定 */
  background-color:#282727 ;
  transform:rotate(-9deg);    /* 中心を基準点に反時計回りに回転する */
  color: #edeae4;
  display: flex;
align-items: center;
    justify-content: center;
    font-size: 3em;
}

/* Google Mapを囲う要素 */
.map_iframe {
  position: absolute;
  top: -20px;
  right: 0;
  width: 95%;
  aspect-ratio: 4 / 3;  /* 比率を4:3に固定 */
  border: 1px solid #ea553b;
  animation: fadeInBox 4s liner;
}

@keyframes fadeInBox{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
 
/* Google Mapのiframe */
.map_iframe iframe {
  width: 100%;
  height: 100%;

}





/* 画面サイズ 960px 以上 */
@media (min-width: 960px) {

}
/* 画面サイズ 960px 未満 */
@media (max-width: 959px) {

}
/* 画面サイズ 768px 以上 */
@media (max-width: 768px) {
}
/* 画面サイズ 768px 未満 */
@media (max-width: 767px) {
    .company_access{
    width:90%;
    position: relative;
}
.company_info{
    padding-top: 10vh;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company_info div{

}
.company_info p {
    line-height: 1.7em;
}
}
/* 画面サイズ 520px 未満 */
@media (max-width: 520px) {
.info_detail_2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

}

.contact_btn{
    padding: 30px 9%;
    color: #282727;
    background-color: #ea553b;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px;
}

.contact_btn h2{
    font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}
.contact_btn p,.contact_btn img{
    padding: 5px 0;
}
.contact_us{
    font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
    font-weight: 900;
    line-height: 1em;
}
footer{
    color: #ea553b;
    padding: 1% 1%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    border-top: 3px solid #ea553b;
    border-bottom: 20px solid #ea553b;
}
.footersection_1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.footer_companyname{
    font-size: 80px;
    font-weight: 900;
    mix-blend-mode: multiply;
}

.footer_menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    min-width: 45%;
}
/*.footer_menu div{
    width: 25%;
}*/
.footer_menu div a{
    font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}

/* 画面サイズ 520px 未満 */
@media (max-width: 520px) {
.footer_menu{
width: 100%;
}

.footer_companyname{
    font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}

}
