@charset "utf-8";
/* -----------------------ハンバーガーー*/
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:-120%;
  left:0;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#fff;
  /*動き*/
transition: all 0.6s;
}

/*アク�?ィブクラスがつ�?たら位置�?0に*/
#g-nav.panelactive{
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた�?�合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央�?�?*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

/*リスト�?�レイアウト設�?*/

#g-nav li{
list-style: none;
  text-align: center; 
}

#g-nav li a{

text-decoration: none;
padding:10px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-family: 'Noto Sans JP';

  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
top:10px;
right: 10px;
cursor: pointer;
  width: 50px;
  height:50px;
}

/*×に変化*/	
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #184798;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.sns_menu{
  display: flex;
  justify-content: center;
}

/* -----------------------ハンバーガーー */
.titlearea{
  text-align: center;
  margin-bottom: 30px;
}

.features{

  text-align: center;
  margin-bottom: 30px;
}
.features img{

  width: 90vw;
  height: auto;
}

.top-service{
  margin-bottom: 150px;
}
h2 {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    position: relative;

    font-size: 96px;
    text-align: center;
    color: #353535;
}

h2::before {
    position: absolute;
    border-bottom: 5px solid #4457A5;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';

}

p.subtitle{
margin-bottom: 50px;
  font-size: 45px; 
  text-align: center;
  font-weight: bold;
}
.servicelist{
  width: 60%;
  margin: 0 auto;
font-size: 20px;
margin-bottom: 100px;
}
.servicelist ul{
  list-style-position: inside;
  list-style-image: url(../images/icon02.png);
  
}
.servicelist li{
  margin-bottom: 20px;
}
a.morebtn{
  border: 1px solid #184798;
  padding: 10px 20px;

}
a.morebtn:hover{
  color: #fff;
  background-color: #184798;
    transition-duration: .3s;

}
.contactarea01{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 100px;
 
}

.contactarea01 span{
  background: linear-gradient(transparent 70%, rgba(255,128,0,0.5) 70%);
}

.service__ttl {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 4rem auto 3rem;
    padding: 0 2rem;
}
.service__ttl__main {
    font-size: 30px;
    font-weight: bold;
}
.service__ttl__sub {
    display: block;
    font-size: 25px;
    font-weight: lighter;
}
.service__ttl__sub span{
  font-size: 33px ;
  color: #FF8000;
}
.service__ttl::before, .service__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 2rem;
    background: rgba(0, 0, 0, 0.4);
}
.service__ttl::before {
    transform: rotate(-30deg);
    left: 0;
}
.service__ttl::after {
    transform: rotate(30deg);
    right: 0;
}

.contactarea02{
  text-align: center;
  margin-bottom: 50px;
}
 
.contactarea02 a{
  background-color: #FF8000;
  padding: 20px 100px;
  color: #fff;
  font-size: 35px

}
.contactarea02 a:hover{
  opacity: .8;
  transition-duration: .3s;
}

.case{
  background-color: #EBF2FF;
  padding-top: 50px;
  padding-bottom: 50px;
}


.casearea{
  width: 75%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.casearea h4 span{
background-color: #184798;
color: #fff;
padding: 10px 20px;
font-size: 24px;
border-radius: 50px;

}

.case01{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-weight: bold;
}

.case02{
  padding: 10px;
  text-align: center;
  letter-spacing: 5px;
}

.casetitle{
font-size: 24px;
margin: 20px ;

}
.casetitle span{
  border-bottom: 2px solid #184798;
}

span.caseb{
  font-size: 30px;
  color: #FF8000;
}
.casetitle01{
  font-family: "Lexend", sans-serif;
  font-weight: bold;
  color: #184798;
  font-size: 36px;
}
span.casein{
  color: #fff;
  background-color: #184798;
  padding: 5px 10px;
  border-radius: 50px;

}
.case03{
  background-color: #fff;
  border: 3px solid #184798;
  border-radius: 20px;
  padding: 20px;
  line-height: 2;
}
.case05{
  display: flex;
  justify-content: center;
}
.casepoint{
  display: block;
  width: 25%;
  margin-right: 20px;
}
.casepoint:last-child{
  margin-right: 0;
}
.line{
  height: 3px;
background-color: #184798;
border: none;
color: #184798;
}
.cost{
  text-align: center;
  font-size: 30px ;
  font-weight: bold;
  color: #184798;
}

.cont{
  margin-bottom: 50px;
  padding: 50px;
}








footer{
  background-color: #184798;
}
.ftwid{
  width: 80%;
  padding: 30px;
  margin: 0 auto;

}
.ft-logo{
  margin-bottom: 30px;
}

.ftwid p{
  color: #fff;
  margin-bottom: 30px;
}
.ftwid a{
  color: #fff;
border-bottom: 1px solid #fff;
}

.copy{
  text-align: center;
  color: #fff;
}