@charset "utf-8";
/*================================================
 * indexページ用
 ================================================*/
/*******汎用パーツ*******/
h2.index_title {
  text-align: center;
  margin-bottom: 85px;
}
h2.index_title > span {
  display: block;
}
h2.index_title .en {
  font-size: 100px;
  text-transform: uppercase;
  font-family: JosefinSans-BoldItalic;
  color: #010f79;
  margin-left: -5px;
}
h2.index_title .ja {
  margin-top: 2px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em;
}
/*******メインエリア*******/
#main_area .title_box {
  padding-right: 144px;
  height: calc(100vh - 144px);
  min-height: 500px;
  max-height: 830px;
  position: relative;
}
#main_area .title_box .inner {
  width: 100%;
  height: 100%;
}
#main_area .title_box .inner h2 {
  position: absolute;
  /* top: calc(50% - 134px - 35px); */
  bottom: 35%;
  left: 10vw;
  z-index: 1;
  max-width: 40%;
}
#main_area .title_box .inner h2 > span {
  display: block;
}
#main_area .title_box .inner h2 > span:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#main_area .title_box .inner h2 > span::after {
  content: "";
  width: 700px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin-left: 10px;
}
#main_area .title_box .inner h2 > span + span {
  margin-top: 40px;
}
/* スライド */
.slider-list {
  width: 100%;
  height: 100%;
}
.slider-list * {
  height: 100%;
}
[class*="slider-item"] {
  background: no-repeat 50% 50%/cover;
}
.slick-initialized .slider-item00 {
  background-image: url(../images/index_main_slider00.jpg);
}
.slick-initialized .slider-item01 {
  background-image: url(../images/index_main_slider01.jpg);
}
.slick-initialized .slider-item02 {
  background-image: url(../images/index_main_slider02.jpg);
}
.slick-initialized .slider-item03 {
  background-image: url(../images/index_main_slider03.jpg);
}
.slick-initialized .slider-item04 {
  background-image: url(../images/index_main_slider04.jpg);
}
/*スクロール*/
#main_area .scroll {
  position: absolute;
  right: -20px;
  bottom: 190px;
  z-index: 10;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: left bottom;
  font-size: 14px;
  height: 144px;
  font-family: JosefinSans-Regular;
  letter-spacing: .1em;
}
#main_area .scroll span {
  display: block;
  width: 85px;
  height: 1px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
}
#main_area .scroll span::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 120%;
  height: 1px;
  background-color: currentColor;
  -webkit-animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnime;
  animation: 3s cubic-bezier(0.8, 0, 0.1, 1) infinite scrollAnime;
}
@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  5% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  95% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes scrollAnime {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  5% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  95% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*******イントロダクション*******/
section#about {
  padding: 245px 0 190px;
  padding-bottom: 200px;
}
section#about .inner {
  margin-bottom: 185px;
}
section#about .text_area {
  width: 680px;
  padding-left: 18px;
}
section#about .text_area p.text {
  font-size: 24px;
  line-height: 2.75;
  margin-bottom: 85px;
}
section#about .img_area {
  width: calc(100% - 680px);
  position: relative;
}
section#about .img_area p.img:nth-child(1) {
  position: absolute;
  left: 0;
  top: -35px;
  width: 820px;
}
section#about .img_area p.img:nth-child(2) {
  position: absolute;
  left: 192px;
  top: 430px;
  width: 430px;
}
section#about .bnr_wrap p.bnr {
  text-align: center;
  margin-bottom: 50px;
}
section#about .bnr_wrap p.basic_btn {
  text-align: center;
}
/*******施工実績*******/
section#works {
  padding: 0 0 215px;
}
section#works p.basic_btn {
  text-align: center;
}
/*******会社紹介*******/
section#intro {
  padding: 0 0 200px;
  padding-bottom: 216px;
  background: linear-gradient(180deg, transparent 0%, transparent 320px, #e5e5e5 320px, #e5e5e5 100%);
}
section#intro ul.items {
  justify-content: space-between;
  margin-bottom: 120px;
}
section#intro ul.items li {
  position: relative;
  width: 514px;
  height: 646px;
  text-align: center;
  padding: 182px 10px 120px;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
section#intro ul.items li:nth-child(2) {
  animation-delay: 0.5s;
}
section#intro ul.items li h3 {
  margin-bottom: 99px;
}
section#intro ul.items li h3 > span {
  display: block;
}
section#intro ul.items li h3 .en {
  font-size: 62px;
  font-family: JosefinSans-BoldItalic;
  letter-spacing: -.01em;
}
section#intro ul.items li h3 .ja {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
section#intro ul.items li p.text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
section#intro ul.items li p.btn a::after {
  content: "\e919";
  font-family: 'icomoon';
  font-size: 42px;
}
section#intro ul.items li p.btn a:hover {
  opacity: 1;
}
section#intro ul.items li p.img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
section#intro ul.items li p.img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
section#intro ul.items li:hover p.img img {
  transform: scale(1.05);
}
section#intro p.sdgs_bnr {
  text-align: center;
  margin-bottom: 200px;
}
section#intro .news .left_area {
  width: calc(100% - 660px);
  padding: 8px 50px 0 0;
}
section#intro .news .left_area h2.index_title {
  text-align: left;
  margin-bottom: 130px;
}
section#intro .news .left_area h2.index_title .ja {
  margin-top: 8px;
}
section#intro .news .right_area {
  width: 660px;
}
/*******採用情報*******/
section#recruit {
  padding: 0 0 240px;
  position: relative;
}
section#recruit::before {
  content: "";
  width: 100vw;
  height: 23vw;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #e5e5e5;
}
section#recruit .wrap {
  max-width: 100%;
  position: relative;
  margin-bottom: 230px;
}
section#recruit .wrap .img_wrap {
  width: calc(100% - 145px);
  /*  height: 900px;*/
  margin-left: auto;
}
section#recruit .wrap .img_wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#recruit .wrap h2 {
  color: #fff;
  position: absolute;
  bottom: -68px;
  left: 210px;
}
section#recruit .wrap h2 .ja {
  font-size: 30px;
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
  padding-left: 40px;
  letter-spacing: .1em;
}
section#recruit .wrap h2 .en {
  font-size: 262px;
}
section#recruit .text_area {
  padding-left: 20px;
  padding-right: 500px;
  position: relative;
}
section#recruit .text_area h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 45px;
}
section#recruit .text_area p.text {
  font-size: 24px;
  line-height: 2.75;
  margin-bottom: 85px;
}
section#recruit .text_area p.basic_btn a {
  color: #ff0000;
}
section#recruit .text_area p.img {
  position: absolute;
  right: -152px;
  top: 0;
}
/*******バナー*******/
section#bnr_area {
  padding-top: 140px;
  padding-bottom: 100px;
}
section#bnr_area ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section#bnr_area ul.items li + li {
  margin-left: 30px;
}
section#bnr_area ul.items a {
  width: 250px;
  height: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #010f79;
}
/*================================================
 * スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 500px) {
  /*================================================
 * indexページ用
 ================================================*/
  /*******汎用パーツ*******/
  h2.index_title {
    margin-bottom: 70px;
  }
  h2.index_title .en {
    font-size: 50px;
  }
  h2.index_title .ja {
    margin-top: 4px;
    font-size: 16px;
  }
  /*******メインエリア*******/
  #main_area .title_box {
    padding-right: 40px;
    height: calc(100vh - 80px);
    max-height: 540px;
  }
  #main_area .title_box .inner h2 {
    bottom: 50px;
    left: 20px;
    max-width: none;
  }
  #main_area .title_box .inner h2 > span::after {
    width: 250px;
    height: 2px;
    margin-left: 0;
  }
  #main_area .title_box .inner h2 > span + span {
    margin-top: 15px;
  }
  #main_area .title_box .inner h2 > span img {
    width: 250px;
    padding-bottom: 8px;
  }
  /* スライド */
  .slick-initialized .slider-item00 {
    background-image: url(../images/index_main_slider00_sp.jpg);
  }
  .slick-initialized .slider-item01 {
    background-image: url(../images/index_main_slider01_sp.jpg);
  }
  .slick-initialized .slider-item02 {
    background-image: url(../images/index_main_slider02_sp.jpg);
  }
  .slick-initialized .slider-item03 {
    background-image: url(../images/index_main_slider03_sp.jpg);
  }
  .slick-initialized .slider-item04 {
    background-image: url(../images/index_main_slider04_sp.jpg);
  }

    /*スクロール*/
  #main_area .scroll {
    right: -60px;
    bottom: 120px;
    font-size: 10px;
    height: 40px;
  }
  #main_area .scroll span {
    width: 40px;
  }
    
/***********************  
    2025 追加
***********************/    
#main_area .title_box {
    padding: 0;
    min-height: 280px;
    height: 37vh;
    margin-bottom: 32vw;
}
    
    #main_area .title_box .inner h2 > span::after{
        background-color:#010f79; 
    }
    
    #main_area .title_box .inner h2{
        bottom: -35vw;
    }
    
    #main_area .scroll{
        bottom: -6vw;
    }
    
    .slick-current {
        
    }
    
    
  /*******イントロダクション*******/
  section#about {
    padding: 50px 0 100px;
  }
  section#about .inner {
    margin-bottom: 0;
  }
  section#about .text_area {
    width: 100%;
    padding: 0 12px;
  }
  section#about .text_area p.text {
    font-size: 16px;
    line-height: 2.375;
    margin-bottom: 35px;
  }
  section#about .img_area {
    width: 100%;
    height: 497px;
  }
  section#about .img_area p.img:nth-child(1) {
    top: 90px;
    left: 42px;
    width: 308px;
  }
  section#about .img_area p.img:nth-child(2) {
    left: 107px;
    top: 266px;
    width: 217px;
  }
  section#about .bnr_wrap p.bnr {
    margin-bottom: 27px;
    padding: 0 24px;
  }
  /*******施工実績*******/
  section#works {
    padding: 0 0 100px;
  }
  section#works .works_list li {
    margin: 0 10px 42px;
  }
  section#works p.basic_btn {
    margin-top: 30px;
  }
  /*******会社紹介*******/
  section#intro {
    padding: 0 0 100px;
    background: linear-gradient(180deg, transparent 0%, transparent 113px, #e5e5e5 113px, #e5e5e5 100%);
  }
  section#intro ul.items {
    margin-bottom: 50px;
    padding: 0 13px;
  }
  section#intro ul.items li {
    width: 100%;
    height: 375px;
    padding: 98px 5px 30px;
  }
  section#intro ul.items li + li {
    margin-top: 17px;
  }
  section#intro ul.items li:nth-child(2) {
    animation-delay: 0s;
  }
  section#intro ul.items li h3 {
    margin-bottom: 55px;
  }
  section#intro ul.items li h3 .en {
    font-size: 44px;
  }
  section#intro ul.items li h3 .ja {
    font-size: 16px;
    margin-top: 8px;
  }
  section#intro ul.items li p.text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  section#intro p.sdgs_bnr {
    margin-bottom: 80px;
    padding: 0 13px;
  }
  section#intro p.sdgs_bnr img {
    width: 250px;
  }
  section#intro .news .left_area {
    width: auto;
    padding: 8px 50px 30px 15px;
  }
  section#intro .news .left_area h2.index_title {
    margin-bottom: 0;
  }
  section#intro .news .left_area h2.index_title .ja {
    margin-top: -1px;
  }
  section#intro .news .right_area {
    width: 100%;
    margin: 0 13px;
    padding: 25px 0px;
    max-height: 250px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }
  section#intro .news .right_area .news_list {
    border-top: none;
    border-bottom: none;
  }
  section#intro .news .right_area .news_list li:first-child {
    padding-top: 0;
  }
  section#intro .news .right_area .news_list li:last-child {
    padding-bottom: 0;
  }
  section#intro .news .right_area .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    width: 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
  }
  section#intro .news .right_area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #010f79;
  }
  section#intro .news .right_area .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f2f2;
  }
  section#intro .news > p.basic_btn {
    margin: 40px auto 0;
  }
  /*******採用情報*******/
  section#recruit {
    padding: 0 0 90px;
  }
  section#recruit::before {
    display: none;
  }
  section#recruit .wrap {
    width: 100%;
    margin-bottom: 55px;
  }
  section#recruit .wrap .img_wrap {
    width: 100%;
    height: 275px;
  }
  section#recruit .wrap .img_wrap * {
    height: 100%;
  }
  section#recruit .wrap .img_wrap .item:nth-of-type(1) img {
    object-position: 87% 50%;
  }
  section#recruit .wrap h2 {
    bottom: -20px;
    left: 10px;
  }
  section#recruit .wrap h2 .ja {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  section#recruit .wrap h2 .en {
    font-size: 75px;
  }
  section#recruit .text_area {
    padding: 0 13px 300px;
  }
  section#recruit .text_area h3 {
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  section#recruit .text_area p.text {
    font-size: 16px;
    line-height: 2.375;
    margin-bottom: 37px;
  }
  section#recruit .text_area p.img {
    right: -25px;
    top: auto;
    bottom: 0;
    width: 297px;
  }
  /*******バナー*******/
  section#bnr_area {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  section#bnr_area ul.items li {
    width: 63%;
  }
  section#bnr_area ul.items li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  section#bnr_area ul.items a {
    width: 100%;
    height: auto;
    padding: 12px;
    font-size: 14px;
  }
}