@charset "UTF-8";


body{
  margin: 0;
  padding: 0;
  width: 100%;
}


header{
  position: relative;
  height: 80px;
}

#header-box{
  margin:0 auto;
  width: 100%;
}



.header-logo a img{
  width: 124px;
  height: 48px;
  float: left;
  margin: 20px 0 20px 40px;
}



/* ヘッダーナビゲーション */
.header-nav{
  position: absolute;
  top: 10px;
  right: 30%;
  height: 80px;
}

.header-nav ul{
  list-style: none;
  display: flex;
  margin: 0;

  
}

.header-nav__eng-list li{
  display: flex;
  font-size: 13px;
  line-height: 16px;
  font-family: Neue Haas Grotesk Text Pro;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 0.3px;
  margin-top: 10px;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}

.header-nav__eng-list li:hover{
  background-color: #cacaca;
  cursor: pointer;
}

.header-nav__eng-list a{
  text-decoration: none;
  color: #0C162C;
}

.header-nav__jpn-list li{
  display: flex;
  font-size: 16px;
  line-height: 35px;
  font-family: 平成角ゴシック Std;
  text-decoration: none;
  padding-left: 0px;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.header-nav__jpn-list li:hover{
  background-color: #cacaca;
  cursor: pointer;
}

.header-nav__jpn-list a{
  text-decoration: none;
  color: #192F60;
}


/* .header-nav__jpn-list .header-nav__jpn-list--openTime{
  font-size: 16px;
  font-family: 平成角ゴシック Std;
  line-height: 35px;  
  text-align: center;
  color: #192F60;
  padding-left: 50px;
} */


.header__contact{
  display: flex;
  float: right;
  position: absolute;
  top: 0;
  right: 13%;
  margin-top: 10px;
}

.header__contact p{
font-size: 24px;
font-family: Neue Haas Grotesk Text Pro;
line-height: 29px;
margin: 0;
text-align: center;
position: relative;
}

.header__contact--telIcon{
  position: absolute;
  top: 10px;
  left: -25%;
}


.header__contact span{
  font-size: 16px;
  font-family: 平成角ゴシック Std;
  line-height: 35px;  
  text-align: center;
}
.header-nav__contact-image{
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-nav__contact-image:hover{
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 30px;
  cursor: pointer;
}

/* --------ヘッダー終わり------- */

/* トップ */

#top-box{
  position: relative;
  height: 755px;
}

#top-box figure{
  margin: 0;
}

#top-box .top-box__bg img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
}

#top-box .top-box__title01{
  background-color: #fff;
  color: #192F60;
  font-size: 60px;
  line-height: 60px;
  font-family: 平成角ゴシック Std;
  display: inline;
  position: absolute;
  top: 200px;
  left: 100px;
  width: 914px;
  letter-spacing: 1rem;
  margin: 0;
  padding: 10px;
}

#top-box .top-box__title02{
  background-color: #fff;
  color: #192F60;
  font-size: 60px;
  line-height: 60px;
  font-family: 平成角ゴシック Std;
  display: inline;
  position: absolute;
  top: 240px;
  left: 100px;
  width: 914px;
  padding: 10px;
  letter-spacing: 0.3rem;

}

#top-box .top-box__title03{
  background-color: #fff;
  color: #192F60;
  font-size: 18px;
  line-height: 18px;
  font-family: 平成角ゴシック Std;
  display: inline;
  position: absolute;
  top: 380px;
  left: 100px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

.top-box__tel-box{
  background-color: #192F60;
  border: 1px solid #707070;
  width: 240px;
  position: absolute;
  top: 540px;
  left: 100px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.top-box__tel-box:hover{
  background-color: #20868A;
  color: #000000;
  cursor: pointer;
}

.top-box__tel-box p{
  font-size: 24px;
  color:#fff ;
  font-family: Neue Haas Grotesk Text Pro;
  padding-left: 50px;
  margin: 0;
  position: relative;
}
.top-box__tel-box p img{
  position: absolute;
  top:10px;
  left: 20px;
  width: 16px;
  height: 16px;
}

.top-box__tel-box span{
font-size: 16px;
color:#fff ;
font-family: 平成角ゴシック Std;
padding-left: 50px;
margin-left:10px;

}

.top-box__mail-box{
  background-color: #20868A;
  border: 1px solid #192F60;
  width: 200px;
  max-height: 86px;
  position: absolute;
  top: 540px;
  left: 400px;
  padding:  18px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.top-box__mail-box:hover{
  background-color: #192F60;
  color: #000000;
  cursor: pointer;
}

.top-box__mail-box a{
  text-decoration: none;
  color: #fff;
  font-family: 平成角ゴシック Std;
  padding-left: 40px;
  margin-left:10px; 
  position: relative;
}


.top-box__mail-box a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  }
  
/* ニュース */

#news-box{
  position: relative;
  width: 90%;
  height: 80px;
}

.top-box__news-box{
  width: 100%;
  background-color:rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  position: absolute;
  top:20px;
  left: 50px;
  padding-bottom: 20px;
  padding-left: 30px;

}

.top-box__news-box th{
  color: #192F60;
  font-size: 24px;
  font-family: Neue Haas Grotesk Text Pro;
  line-height: 28px;
  padding-top: 20px;

}



.top-box__news-box td{
  color: #2D2D2D;
  font-size: 16px;
  font-family: Quicksand;
  padding-top: 20px;
  padding-left: 70px;

}


.top-box__news-box{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.top-box__news-box:hover{
  background-color: #cacaca;
  color: #000000;
  cursor: pointer;
}

/* コンセプトアーティクル */

#concept-box{
  position: relative;
  height: 690px;
}

.concept-box__logobg img{
  width: 343px;
  height: 676px;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -200;

}

.concept-box__main-image img{
  width: 475px;
  position: absolute;
  left: 10%;
  top: 240px;
}

.concept-box__title01{
  background-color: #192F60;
  font-size: 28px;
  color: #fff;
  font-family: 平成角ゴシック Std;
  width: 460px;
  text-align: center;
  position: absolute;
  right: 170px;
  top: 240px;
}

.concept-box__title02{
  background-color: #192F60;
  font-size: 28px;
  color: #fff;
  font-family: 平成角ゴシック Std;
  width: 306px;
  text-align: center;
  position: absolute;
  right: 170px;
  top: 300px;
}

.concept-box__title03{
  font-size: 20px;
  color: #192F60;
  position: absolute;
  right: 170px;
  top: 350px;
  text-align: center;
  letter-spacing: 3px;

}

.concept-box__title03 span{
  font-size: 60px;
  color: #192F60;  

}

.concept-box__text{
  width: 950px;
  color: #333333;
  font-size: 14px;
  font-family: 平成角ゴシック Std;
position: absolute;
top: 600px;
left: 303px;

}

.concept-box__more-info{
  width: 240px;
  text-align: center;
  border: 1px solid #192F60;
  position: absolute;
  top: 676px;
  left: 563px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}

.concept-box__more-info--link{
  color: #192F60;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

.concept-box__more-info a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 4px solid transparent;
    border-left: 5px solid #192F60;
}

.concept-box__more-info:hover{
  background-color: #cacaca;
  color: #000000;
  cursor: pointer;
}

/* LOGOの3つの特徴　アーティクル */
#feature-box{
  margin-top: 100px;
  position: relative;
  height: 522px;
}

.feature-box__bg img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
}

.feature-box__title01{
  width: 240px;
  font-size: 20px;
  color: #192F60;
  font-family: 平成角ゴシック Std;
  position: absolute;
  top: 100px;
  left: 131px;
  text-align: center;

}

.feature-box__title02{
  width: 296px;
  font-size: 28px;
  color: #fff;
  background-color: #192F60;
  border: 1px solid #707070;
  font-family: 平成角ゴシック Std;
  position: absolute;
  top: 200px;
  left: 131px;
  text-align: center;

}

.feature-box__title03{
  width: 310px;
  font-size: 14px;
  color: #192F60;
  font-family: 平成角ゴシック Std;
  position: absolute;
  top: 300px;
  left: 131px;

}

.feature-box__table-num{
  font-size: 100px;
  color: #EFF1F4;
  font-family: Neue Haas Grotesk Text Pro;
  padding-right: 10px;
}

.feature-box__table-text{
  width: 400px;
}

.feature-box__table-text p{
  font-size: 24px;
  font-family: 平成角ゴシック Std;
  color: #192F60;
  margin-bottom: 0;
  margin-top: 0;
  width:200px ;
}

.feature-box__table-text span{
  font-size: 14px;
  font-family: 平成角ゴシック Std;
  color: #333333;
  margin: 0;
  padding: 0;
  width: 459px;
}

.feature-box__dtl-01{
  position: absolute;
  top: 0;
  left: 650px;
  padding-left: 50px;
  font-weight: 700;

}
.feature-box__dtl-02{
  position: absolute;
  top: 160px;
  left: 575px;
  padding-left: 50px;
  font-weight: 700;

}
.feature-box__dtl-03{
  position: absolute;
  top: 320px;
  left: 500px;
  padding-left: 50px;
  font-weight: 700;

}

/* サービス アーティクル */

#service-box{
  position: relative;
  height: 703px;
}

.service-box__logobg img{
  width: 541px;
  height: 614px;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -100;

}

.service-box__title01{
  width: 443px;
  font-size: 28px;
  color: #fff;
  background-color: #192F60;
  border: 1px solid #707070;
  font-family: 平成角ゴシック Std;
  position: absolute;
  top: 150px;
  left: 113px;
  text-align: center;
}

.service-box__title02{
  width: 950px;
  font-size: 14px;
  color: #333333;
  font-family: 平成角ゴシック Std;
  position: absolute;
  top: 230px;
  left: 113px;
}

.service-box__dtl--flexbox{
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top:350px;
  left:230px;
  height: 449px;
}

.service-box__dtl-box{
  margin-right: 10px;
  background-color: #fff;
}

.sevice--box__image-box img{
  width: 298px;
  height: 205px;

}

.sevice--box__image-box p{
  font-size: 20px;
  color: #192F60;
  font-family: 平成角ゴシック Std;
  border: 1px solid #707070;
  background-color: #fff;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 140px;
  margin-left: 10px;
}

.sevice--box_text h4{
  font-size: 11px;
  font-family: Neue Haas Grotesk Text Pro;
  padding: 0;
  margin: 0;
  color: #192F60;
  z-index: 101;
  position: absolute;
  top:200px;
  font-weight: 400;
}

.sevice--box_text h5{
  font-size: 14px;
  font-family: 平成角ゴシック Std;
  width: 276px;
  margin: 0;
  color: #333333;
  font-weight: 400;
  margin: 10px auto;
}

.service-box__more-info{
  width: 240px;
  height: 25px;
  text-align: center;
  z-index: 1000;
  border: 1px solid #192F60;
  margin: 30px auto;
  opacity: 0.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}

.service-box__more-info a{
  font-size: 14px;
  font-family: 平成角ゴシック Std;
  color: #192F60;
  text-decoration: none;
  position: relative;
}

.service-box__more-info a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #192F60;
}

.service-box__more-info:hover{
  background-color: #cacaca;
  color: #000000;
  cursor: pointer;
}

/* ワーク アーティクル */
#work-box{
  position: relative;
  height: 1250px;

}

.work-box__title01{
  font-size: 28px;
  font-family: 平成角ゴシック Std;
  color: #fff;
  background-color: #192F60;
  border: 1px solid #707070;
  width: 443px;
  text-align: center;
  float: right;
  position: absolute;
  top: 200px;
  right: 200px;
}

.work-box__title02{
  font-size: 14px;
  font-family: 平成角ゴシック Std;
  color: #333333;
  text-align: center;
  float: right;
  position: absolute;
  top: 300px;
  right: 200px;
}
.work-box__image-arrow--left{
  position: absolute;
  top: 380px;
  right: 300px;
  width: 64px;
  height: 64px;
  z-index: 100;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}

.work-box__image-arrow--left:hover{
    background-color: #cacaca;
    color: #000000;
    cursor: pointer;
}

.work-box__image-arrow--right {
  position: absolute;
  top: 380px;
  right: 200px;
  width: 64px;
  height: 64px;
  z-index: 100;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}

.work-box__image-arrow--right:hover{
  background-color: #cacaca;
  color: #000000;
  cursor: pointer;
}

.work-box__logobg img{
  width: 343.8px;
  height: 525px;
  position: absolute;
  top:150px;
  left: 115px;
  z-index: -100;
}

.work-box__image-pc img{
  width: 100%;
  height: 412px;
  position: absolute;
  top:400px;
  left: -70px;
}

.work-box__cpn-text01{
  font-size: 20px;
  font-family: 平成角ゴシック Std;
  color: #192F60;
  position: absolute;
  left: 424px;
  top: 800px;
  font-weight: 700;
}

.work-box__cpn-text02{
  font-size: 14px;
  font-family: 平成角ゴシック Std;
  color: #333333;
  position: absolute;
  left: 424px;
  top: 900px;
  width: 528px;
}

.work-box__more-info{
  width: 240px;
  height: 40px;
  text-align: center;
  border: 1px solid #192F60;
  position: absolute;
  top: 1030px;
  left: 563px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
  
}

.work-box__more-info--link{
  color: #707070;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.work-box__more-info:hover{
  background-color: #AEB6C7;
  color: #000000;
  cursor: pointer;
}

.work-box__more-info a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #192F60;
  }

  

.work-box__more-design{
  width: 240px;
  height: 40px;
  padding-top: 5px;
  text-align: center;
  border: 1px solid #192F60;
  background-color: #AEB6C7;
  position: absolute;
  top: 1100px;
  left: 563px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.work-box__more-design:hover{
  background-color: #192F60;
  color: #000000;
  cursor: pointer;
}
.work-box__more-design a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #192F60;
  }


.work-box__more-design--link{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

/* ブログアーティクル */
#blog-box{
  position: relative;
  height: 615px;

}

.blog-box__bg-dot img{
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
  width: 335px;
  height: 409px;
}
.blog-box__bg-logo img{
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: -99;
  height: 321.5px;
}

.blog-box__bg img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  right: 0;
  z-index: -999; 
}

.blog-box__table-box{
  width: 950px;
  height: 300px;
  position: absolute;
  top: 100px;
  left: 250px;
  background-color: #fff;
}
.blog-box__table-box table{
  border-collapse:collapse;

}
.blog-box__table-box tr{
  padding: 30px;
  z-index: 100;
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.blog-box__table-box tr:hover{
  background-color: #cacaca;
  color: #000000;
  cursor: pointer;
}



.blog-box__table-box th{
  font-size: 16px;
  color: #2D2D2D;
  font-family: Quicksand;
  text-decoration: none;
  padding: 20px;
  margin-right: 50px;
}

.blog-box__table-box td{
  font-size: 16px;
  color: #2D2D2D;
  font-family: 平成角ゴシック Std;
  padding-right: 50px;
}

/* お問い合わせアーティクル */
#contact-box{
  position: relative;
  height: 316px;
}

.contact-box--bg-image img{
position: absolute;
top: 0;
left: 0;
z-index: -100;
height: 316px;
width: 100%;
}

.contact-box__title01 h2{
text-align: center;
font-size: 24px;
color: #fff;
font-family: 平成角ゴシック Std;
margin: 0;
padding-top: 80px;
}
/* .contact-box__tel-box{
  background-color: #192F60;
  border: 1px solid #707070;
  width: 240px;
  position: absolute;
  top: 200px;
  left: 400px;
  padding: 10px;
}

.contact-box__tel-box p{
  font-size: 24px;
  color:#fff ;
  line-height: 29px;
  font-family: Neue Haas Grotesk Text Pro;
  padding-left: 30px;
  margin: 0;
}

.contact-box__tel-box span{
font-size: 16px;
color:#fff ;
line-height: 35px;
font-family: 平成角ゴシック Std;
padding-left: 30px;
margin-left:10px;

}

.contact-box__mail-box{
  background-color: #20868A;
  border: 1px solid #192F60;
  width: 240px;
  max-height: 86px;
  position: absolute;
  top: 200px;
  left: 800px;
  padding: 30px;
}

.contact-box__mail-box a{
  text-decoration: none;
  color: #fff;
  font-family: 平成角ゴシック Std;
  padding-left: 40px;
  margin-left:10px; 
  position: relative;
}

.contact-box__mail-box a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  } */

  .contact-box__tel-box{
    background-color: #192F60;
    border: 1px solid #707070;
    width: 240px;
    position: absolute;
    top: 200px;
    left: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
  }

  .contact-box__tel-box:hover{
    background-color: #20868A;
    color: #000000;
    cursor: pointer;
  }
  
  .contact-box__tel-box p{
    font-size: 24px;
    color:#fff ;
    font-family: Neue Haas Grotesk Text Pro;
    padding-left: 50px;
    margin: 0;
    position: relative;
    font-weight: 300;
  }
  .contact-box__tel-box p img{
    position: absolute;
    top:10px;
    left: 20px;
    width: 16px;
    height: 16px;
  }
  
  .contact-box__tel-box span{
  font-size: 16px;
  color:#fff ;
  font-family: 平成角ゴシック Std;
  padding-left: 50px;
  margin-left:10px;
  
  }
  
  .contact-box__mail-box{
    background-color: #20868A;
    border: 1px solid #192F60;
    width: 220px;
    max-height: 86px;
    position: absolute;
    top: 200px;
    left: 800px;
    padding: 15px 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all 1s;
  }
  
  .contact-box__mail-box a{
    text-decoration: none;
    color: #fff;
    font-family: 平成角ゴシック Std;
    padding-left: 0px;
    position: relative;
  }
  
  .contact-box__mail-box a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
    }
    .contact-box__mail-box:hover{
      background-color: #192F60;
      color: #000000;
      cursor: pointer;
    }
    
  
/* フッター */
#footer-box{
  height: 221px;
  width: 100%;
  background-color: #192F60;
}
#footer-box figure{
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

#footer-box figure img{
  width: 150px;
}

.footer-box__address{
  font-size: 16px;
  color: #fff;
  font-family: 平成角ゴシック Std;
  text-align: center;

}

.footer-box__copyright{
  font-size: 11px;
  color: #AEB6C7;
  font-family: 平成角ゴシック Std;
  text-align: center;
  display: block;
}



@media screen and (max-width: 767px) {
	/* 767px以下に適用されるCSS（スマホ用） */

body{
  min-width: 370px;
  width: 100%;
}

/* ヘッダー　スマホ */

.header{
  position: relative;
}

.header-logo a img{
  margin-left: 20px;
  margin-top: 15px;
}

#menu-sp{
  position: absolute;
  right: 20px;
  top: 25px;
  width: 40px;
}

.header-nav{
  display: none;
}

.header__contact{
  display: none;
}

.header-nav__contact-image{
display: none;
}


/* トップ　スマホ */

#top-box{
  position: relative;
  height: 849px;
}

#top-box .top-box__title01{
position: initial;
float: left;  
width: 90%;
font-size: 22px;
letter-spacing: 3px;
position: absolute;
text-align: center;
left: 10px;
top: 180px;
height: 38px;
padding: 10px 10px;
line-height: initial;
}
#top-box .top-box__title02{
  position: initial;
  float: left;  
  width: 90%;
  font-size: 22px;
  letter-spacing: 0;
  position: absolute;
  left: 10px;
  top: 230px;
  height: 38px;
  padding: 10px 10px;
  line-height: initial;
  text-align: center;

  }

  #top-box .top-box__title03{
    position: initial;
    float: left;  
    width: 70%;
    font-size:14px;
    letter-spacing: 0;
    position: absolute;
    left: 10px;
    top: 320px;
    height: 20px;
    font-weight: 600;
    padding: 10px 10px;

    }


  .top-box__bg img{
  width: auto;
  height: 848px;
  object-fit: cover;
  
  }

  .top-box__tel-box{
    position: initial;
    margin: 0 auto;
    position: absolute;
    top:450px;
    left: 20%;
    width: 200px;

  }
  .top-box__tel-box p{
    font-size: 1.1rem;
    letter-spacing: 2px;
  }

  .top-box__tel-box span{
    font-size: 0.6rem;
    letter-spacing: 2px;
    margin: 0;
    padding-left: 60px;
    padding-top: 0;
  }

  .top-box__mail-box{
    position: initial;
    margin: 0 auto;
    position: absolute;
    top:550px;
    left: 20%;
    width: 200px;

  }

  /* ニュース　スマホ */

  #news-box{
    width: 90%;
  }

  .top-box__news-box{
    background-color: #fff ;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 90%;
    height: 85px;
    padding: 10px;
  }
  .top-box__news-box th{
    text-align: left;
    margin-top: 0;
    padding-right: 20px;
    padding-top: 10px;
    border-right: 1px solid #192F60;
    vertical-align: top;
    font-weight: 500;

  }


  .top-box__news-box td{
    display: inline-block;
    margin-top: 0;
    font-size: 16px;
    padding: 10px 0px 0 20px;
    color: initial;
  }

  .top-box__news-box td a{
    color: #2D2D2D;
  }

  /* コンセプト　スマホ */
  #concept-box{
    position: relative;
    height: 950px;
  }

  .concept-box__main-image img{
    margin: 0 10px;
    position: absolute;
    top: 200px;
    width: 95%;
    left: 0;
  }

  .concept-box__title01{
    margin: 0 auto;
    padding: 10px 0px;
    position: initial;
    position: absolute;
    top: 500px;
    left: 10%;
    width: 80%;
    font-size: 20px;
  }

  .concept-box__title02{
    margin: 0 auto;
    padding: 10px 0px;
    position: initial;
    position: absolute;
    top: 570px;
    left: 10%;
    width: 60%;
    font-size: 20px;
  }
  .concept-box__title03{
    margin: 0 auto;
    padding: 10px 0px;
    position: initial;
    position: absolute;
    top: 640px;
    left: 10%;
    width: 80%;
    font-size: 0.9rem;
  }

  .concept-box__title03 span{
    font-size: 2rem;
  }

  .concept-box__text{
    position: absolute;
    top: 730px;
    left: 20px;
    width: 90%;
  }

  .concept-box__more-info{
    position: absolute;
    left: 20%;
    top: 900px;
    height: 30px;
    padding: 0px 0;
  }


  /* 特徴　スマホ */
  #feature-box{
    position: relative;
    height: 1000px;
  }

  #feature-box > div{
    background-color: #D3DBEC;
  }

  .feature-box__bg{
    display: none;
  }

  .feature-box__title01{
    position: initial;
    text-align: center;
    margin: 0 auto;
    padding: 30px 10px 10px 10px;
    font-size: 18px;
    font-weight: 600;
    width: 240px;
    letter-spacing: 2px;
    
  }
  .feature-box__title02{
    position: initial;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    width: 220px;
    letter-spacing: 4px;
    
  }

  .feature-box__title03{
    position: initial;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    
  }
 
  .feature-box__dtl-01{
   position: initial;
   position: absolute;
   top: 250px;
   left: 0;

  }
  .feature-box__dtl-02{
    position: initial;
    position: absolute;
    top: 450px;
    left: 0;
   }
   .feature-box__dtl-03{
    position: initial;
    position: absolute;
    top: 650px;
    left: 0;
   }

  .feature-box__table-num{
    z-index: -100;
  }
  .feature-box__table-text p{
    font-weight: 400;
    position: absolute;
    top: 30px;
    left: 160px;

  }

  .feature-box__table-text span{
    position: absolute;
    top: 250;
    left: 0;
    margin: 20px 20px 0 20px;
    width: 90%;
    font-weight: 400;
  }

  #feature-box section{
    background-color: #D3DBEC;
    height: 100px;
    position: absolute;
    top:850px ;
    width: 100%;
  }

  /* サービス　スマホ */

  #service-box{
    position: relative;
    height: 1500px;
    width: 100%;

  }

  .service-box__logobg img{
    position: initial;
    float: right;

  }
  .service-box__title01{
    position: initial;
    text-align: center;
    position: absolute;
    top: 100px;
    width: 90%;
    left: 25px;
    margin: 0 auto;
    font-size: 20px;
    z-index: 101;
    height: 40px;
    padding-top: 10px;
  }

  .service-box__title02{
    position: initial;
    position: absolute;
    top: 200px;
    left: 0;
    width: 90%;
    margin: 0 10px;
    float: left;
    z-index: 101;
  }

  .service-box__dtl--flexbox{
    display: initial;
    justify-content: initial;
    position: absolute;
    left: 40px;
    top: 300px;
    
  }


  .service-box__dtl--flexbox{
    z-index: 500;
  }

  .service-box__dtl--flexbox img{
    width: 100%;
  }

.sevice--box_text h4{
position: initial;
margin-top: -10px;
}

  .service-box__more-info{

  opacity: initial;
}


/* サービス　スマホ */
.service-box__logobg{
  display: none;
}

#service-box{
  position: relative;
}

.service-box__logobg-sp img{
  width: 160px;
  height: 614px;
  position: absolute;
  right: 0;
  top: 0;
}

/* ワークス　スマホ */
#work-box{
  position: relative;
  height: 860px;
}

.work-box__logobg img{
  position: absolute;
  top: 0;
  left: 0;
}

.work-box__title01{
  position: initial;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 25px;
  width: 80%;
  font-size: 20px;
  padding: 10px;
}
.work-box__title02{
  position: initial;
  margin: 0 auto;
  position: absolute;
  top: 160px;
  left: 10px;
  width: 80%;
  font-size: 14px;
  padding: 10px;
  text-align: initial;
}

.work-box__image-arrow{
  display: none;
}

.work-box__image-pc{
  padding: 0;
  margin: 0;
}

.work-box__image-pc img{
  width: initial;
  height: initial;
  width: 100%;
  height: 160px;
  object-fit: cover;
  position: absolute;
  top: 260px;
  left: 0px;
}

.work-box__cpn-text01{
  position: initial;
  position: absolute;
  top: 390px;
  left: 80px;
  font-weight: 600;
}

.work-box__cpn-text02{
  position: initial;
  position: absolute;
  top: 470px;
  left: 20px;
  width: 90%;
}

.work-box__more-info{
  position: initial;
  position: absolute;
  top:630px;
  left: 80px;
  width: 60%;
}

.work-box__more-design{
  position: initial;
  position: absolute;
  top:710px;
  left: 80px;
  width: 60%;
}

/* ブログ　スマホ */

#blog-box{
  position: relative;
}

.blog-box__bg{
  display: none;

}

.blog-box__table-box{
  display: none;
}

.blog-box__bg--sp img{
  width: 100%;
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;

}

.blog-box__table-box--sp{
  position: initial;
  position: absolute;
  top: 70px;
  left: 20px;
  background-color: #fff;
  width: 90%;
}

.blog-box__table-box--sp th{
  text-align: left;
  font-weight: 400;
  padding: 20px 0 0 20px;
}

.blog-box__table-box--sp td{
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #CACACA;
}
.blog-box__table-box--sp td a{
  color: #2D2D2D;
}


.blog-box__bg-logo img{
  position: initial;
  position: absolute;
  right: 0;
  top: 50px;
}

.blog-box__bg-dot img{
  position: initial;
  position: absolute;
  right: 0;
  top: 50px;
}

/* コンタクトボックス　スマホ */

.contact-box__title01 h2{
  font-size: 18px;
  margin-top: 0;
  padding: 40px 0 0 0;
  margin-left: 0px;
  width: 100%;
  line-height: 30px;
  font-weight: 500;
}

.contact-box__tel-box {
  position: absolute;
  top: 140px;
  left: 20%;
  width: 250px;
  padding: 2px 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.contact-box__mail-box {
  position: absolute;
  top: 230px;
  left: 20%;
  width: 230px;
  padding: 20px 0 20px 20px;
  margin: 0;
  font-size: 16px;

}



/* フッター　スマホ */

.footer-box__address{
  font-size: 12px;
  font-family: 平成角ゴシック Std;
  text-align: center;
  margin: 10px auto 30px auto;
  width: 90%;
}

#footer-box figure img{
  width: 124px;
  height: 48px;
}


/* ハンバーガーメニュー */



#nav-sp {
  position: absolute;
  left: 0;
  top: 0;

  display: none;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}


#close{
  position: absolute;
  top: 30px;
  right: 20px;
  width: 26px;
  height: 16px;

}


#logo-sp{
  margin: 80px 0 30px 20px;
}

#logo-sp img{
  width: 124px;
  height: 48px;
  margin-left: 0px;
  margin-top: 15px;
}

.menu{
  text-decoration: none;

}


.menu h2{
  color: #0C162C;
  text-align: center;
  font-size: 13px;
  font-family: 平成角ゴシック Std;
  margin: 30px 0 0 0;
  padding: 0;

}

.menu h3{
  color: #192F60;
  text-align: center;
  font-size: 16px;
  font-family: 平成角ゴシック Std;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.menu p{
  text-align: center;
  font-size: 24px;
  color: #192F60;
  font-family: Neue Haas Grotesk Text Pro;
}
.menu p img{
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.menu span{
  font-size: 16px;
  font-family: 平成角ゴシック Std;
  color: #192F60;
  padding-left: 30px;
}
.menu h4{
  text-decoration: none;
  background-color: #20868A;
  color: #fff;
  font-family: 平成角ゴシック Std;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  padding: 10px 0;
}

.menu-contact{
  position: relative;
}

.menu-contact a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}

.nav-sp__hr{
 color:#CACACA ; 
}

}

@media screen and (min-width: 481px) {
  /* PC用のスタイルを指定する */

/* レスポンシブ　PCでdisplay:none;の箇所 */
.blog-box__bg--sp{
  display: none;
}
.blog-box__table-box--sp{
  display: none;
}

.service-box__logobg-sp{
  display: none;
}

#menu-sp{
  display: none;
}

#nav-sp{
  display: none;
}
