@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: YakuHanJP,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  color: #4d5156;
  font-family: YakuHanJP,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #4d5156;
}

img{
  max-width: 100%;
  height: auto;
}

.inner{
  max-width: 1000px;
  margin: 0 auto;
}

.text-center{
  text-align: center;
}  

.sp_img{
  display: none;
}

.pc_br{
  display: none;
}

.navToggle{
  display: none;
}





/*------------------ヘッダー------------------*/
.head_area{
  padding: 44px 44px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;  
}

.logo{
  width: 300px;
}



/*------------------ナビメニュー------------------*/
.navi_item{
  display: flex;
}

.navi_item>li{
  margin-right: 44px;
} 
.navi_item>li:last-child{
  margin-right: 0;
} 

.navi_item>li>a{
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  transition: 0.5s;
  display: inline-block;
  position: relative;
} 
/*------------------マウスが乗った時の色------------------*/
.navi_item>li>a:after{ /*--アンダーライン--*/
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #f00;
  position: absolute;
  bottom: -6px;
  transform: scale(0, 1);
  transition: 0.3s;
}
.navi_item>li>a:hover{
  color: #f00;
}
.navi_item>li>a:hover:after{
  transform: scale(1, 1);
}
/*------------------ページ内リンク------------------*/
#service{
  margin-top: -50px;
  padding-top: 50px;  
}
#office{
  margin-top: -50px;
  padding-top: 50px;  
}
#inquiry{
  margin-top: -50px;
  padding-top: 50px;  
}



/*------------------スライド-----------------*/
.slider-item>img{
  width: 100vw;
  height: 100%;  
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}



/*------------------共通------------------*/
.heading{
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #004098;  
}

.heading:after{
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #6c9bd2;
}
.heading:after{
  margin-left: 10px;
}



/*------------------このようなこと------------------*/
.bother_area{
  padding-bottom: 140px;
}

.copy{
  padding: 46px 0 100px;
  font-size: 3.1rem;
  line-height: 1.7;
  letter-spacing: 1px; 
  text-align: center;
}

.bother_title{
  padding-bottom: 40px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  color: #004098;
}

.consultation{
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: #004098;
}

.bother{
  padding-bottom: 36px;
  display: flex;
  justify-content: space-between;
}



/*------------------サービス案内------------------*/
.s_heading{
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  color: #004098;  
}
.s_heading>span{
  color: #8d93c8;  
}

.s_text{
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/   
}

.customer_item>li{
  padding-bottom: 12px;
  font-size: 1.8rem;
}
.customer_item>li:last-child{
  padding-bottom: 0;
  font-size: 1.6rem;
}  

.customer{
  display: flex;
  align-items: flex-end;
}  
.customer>li:first-child{
  padding-right: 16px;
} 

.customer_area{
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
} 
.customer_area>li{
  width: 460px;
} 
/*------------------クラウド会計システム------------------*/
.c_system{
  margin: 20px 0 60px;
  padding: 30px;
  background: #dff2fc;
  border-radius: 30px;
}

.c_system_title{
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;  
  text-align: center;
  color: #004098;  
}

.c_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c_item>li{
  width: 158px;
}

.c_item:after{ /*--最後の行を左寄せ--*/
  content: "";
  width: 158px;
}

.c_item>li:nth-child(-n+5){
  padding-bottom: 40px;
}

.c_ill>li:first-child{
  padding-bottom: 14px;
}
.c_ill>li:last-child{
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/
}
/*------------------経理アウトソーシング------------------*/
.cloud_title{
  padding: 40px 0 28px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.cloud_ill{
  padding-bottom: 140px;
  text-align: center;
}



/*------------------事務所概要------------------*/
.overview{
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.repre>li:first-child{
  padding-bottom: 15px;
  font-size: 2.6rem;  
}
.repre>li:last-child{
  font-size: 1.6rem;
  line-height: 1.5;
}

.delegate{
  padding-right: 20px;
  font-size: 1.8rem;  
}

.mgl26{
  margin-left: 26px;
}

.roman{
  font-size: 1.6rem; 
}

.mf>a>img{
  width: 395px;
}

.policy_area{
  padding-bottom: 80px;
  display: flex;
  justify-content: center;  
}
.policy_area>li:first-child{
  padding-right: 32px;  
}

.policy{
  font-size: 1.8rem;
}
.policy>li:nth-child(-n+4){
  padding-bottom: 24px;
}

.company_info{
  margin-bottom: 140px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
/*------------------グーグルマップ------------------*/
.map{
  margin-top: 2px;
}
.map>iframe{
  filter: grayscale(80%);
}
/*------------------会社案内------------------*/
.c_table{
  width: 500px;
  font-size: 1.5rem;  
}

.c_table_info{
  border-top: solid 1px #4d5156;
  border-bottom: solid 1px #4d5156;  
}

.c_table_info>th{  
  padding: 13px 38px 13px 26px; 
}



/*------------------お問い合わせ------------------*/
.form_text{
  padding-bottom: 36px;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}

.personal{
  font-size: 1rem;
  line-height: 1.3;
}




/*------------------フォーム部分------------------*/
.form_table{
  margin-bottom: 30px;
  font-size: 1.6rem;  
}

.form_table_info{
  border-top: solid 1px #4d5156;
  border-bottom: solid 1px #4d5156;  
}

.form_table_info>th{
  padding: 18px 0 18px 26px; 
	width: 25%;
  vertical-align: middle;  
	background: #dff2fc;
	text-align: left;   
}

.form_table_info>td{
	padding: 10px 15px;
  vertical-align: middle;  
}

.c_radio{
  padding-right: 50px;
}

.c_box{
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.c_box>li{
  width: 30%; 
}
.c_box>li:nth-child(-n+6){
  padding-bottom: 24px;
}

input[type="text"]{
  width: 100%;
  height: 50px;
  border: solid 1px #bebebe;
  font-size: 1.6rem;
  padding-left: 10px;
  box-sizing: border-box;
}
input[type="text"]:focus{
  background: #dff2fc;
  border: solid 1px #004098;
}

input[type="email"]{
  width: 100%;
  height: 50px;
  border: solid 1px #bebebe;
  font-size: 1.6rem;
  padding-left: 10px;
  box-sizing: border-box;
}
input[type="email"]:focus{
  background: #dff2fc;
  border: solid 1px #004098;
}

input[type="tel"]{
  width: 100%;
  height: 50px;
  border: solid 1px #bebebe;
  font-size: 1.6rem;
  padding-left: 10px;
  box-sizing: border-box;
}
input[type="tel"]:focus{
  background: #dff2fc;
  border: solid 1px #004098;
}

textarea{
  resize: none;
  width: 100%;
  height: 150px;
  border: solid 1px #bebebe;
  font-size: 1.6rem;
  padding: 10px;
  box-sizing: border-box;  
}
textarea:focus{
  background: #dff2fc;
  border: solid 1px #004098;
}

.form_need{
  margin-left: 6px;
  font-size: 1.2rem;
  color: #ff0000;
}
/*------------------ボタン------------------*/
.btn{
  margin-bottom: 36px;  
  display: flex;
  justify-content: center;
}
.btn>li>input{
  width: 180px;
  padding: 5px 0;
  font-size: 2rem;
  font-weight: 600;  
}
.btn>li:first-child{ 
  margin-right: 36px;
}

input[type="submit"]{
  -webkit-appearance: none;/*iOS解決方法*/
  border-radius: 25px;   
  color: #f5d01f;
  border: solid 1px #004098;
  background-color: #004098;
  cursor: pointer;
  transition: 0.3s;
}
input[type="submit"]:hover{
  color: #fff;
  border: solid 1px #f00;
  background-color: #f00;   
}

input[type="reset"]{
  -webkit-appearance: none;/*iOS解決方法*/
  color: #004098;
  border: solid 1px #004098;
  background-color: #fff;  
  border-radius: 0;  
  cursor: pointer;
  transition: 0.3s;  
}
input[type="reset"]:hover{
  border: solid 1px #004098;
  background-color: #dff2fc;   
}



/*------------------ページトップボタン------------------*/
.PageTopBtn{
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.PageTopBtn a{
  display: block; /*配置の調整*/
  color: #4169e1;
  background: #fff;
  border: solid 1px #4169e1;
  width: 70px;
  height: 50px;
  line-height: 3.5;
  text-align: center;
  border-radius: 10px;
  transition: 0.4s;
}

.PageTopBtn a:hover{
  color: #fff;
  background: #e60039; /*マウスオーバー時の背景色*/
  border: solid 1px #e60039;
}



/*------------------フッター------------------*/
.footer_area{
  margin-top: 100px;
  background: #004098;
  padding: 44px 44px 24px;
}

.footer_logo>a>img{
  width: 290px;
}

.f_link{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.f_nav{
  display: flex;
}
.f_nav>li{
  padding-right: 44px;
}
.f_nav>li:last-child{
  padding-right: 0;
}

.f_nav>li>a{
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff; 
  transition: 0.3s;  
}
.f_nav>li>a:hover{
  color: #f5d01f;
}

.f_add{
  padding: 12px 0 60px;
  font-size: 1.3rem;
  color: #fff;  
}
.f_add>li:nth-child(2){
  padding-top: 6px;
}
.f_add>li>span{
  margin-left: 16px;
}

.copyright{
  font-size: 1rem;
  color: #fff;  
}





/*------------------SP版------------------*/
@media screen and (max-width: 640px){
  
  .inner{
    padding: 0 20px;
  }
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }
  
  
  
  /*------------------黒い半透過のレイヤー------------------*/
  .overlay{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open{
    position: fixed;
    width: 100%;
    height: 120%;
    opacity: 1;
  }



  /*------------------メニュー幅分スライド------------------*/
  main.open{
    transform: translateX(-250px);
  }  

  
  
  /*------------------ヘッダー部分------------------*/
  .navi_area_sp{
    display: flex;
    justify-content: space-between; /*--両端に配置、均等に間隔--*/
    align-items: center; /*--上下センター--*/
    padding: 20px;
  }

  .logo_sp{
    width: 62vw;
  }  

  

  /*------------------ハンバーガーメニュー------------------*/
  .navToggle{
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    position: relative;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .navToggle>span{
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000033;
    transition: all .5s;
  }

  .navToggle.active>span{
    background-color: #fff;
  }

  .navToggle>span:nth-of-type(1){
    top: 0;
  }

  .navToggle.active>span:nth-of-type(1){
    transform: translateY(12px) rotate(-45deg);
  }

  .navToggle>span:nth-of-type(2){
    top: 12px;
  }

  .navToggle.active>span:nth-of-type(2){
    opacity: 0;
  }

  .navToggle>span:nth-of-type(3){
    bottom: 0;
  }

  .navToggle.active>span:nth-of-type(3){
    transform: translateY(-12px) rotate(45deg);
  }  



  /*------------------右から左へ------------------*/
  nav.open {
    transform: translateZ(0);
  }
  /*------------------ナビメニュー------------------*/ 
  .nav ul{
    display: block; /*---解除---*/
  }  
  
  nav{
    width: 250px; /*---メニュー幅---*/
    height: 100%;
    padding-top: 50px;
    background-color: rgb(0, 0, 51, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(250px);
    transition: all .5s;
  }

  .navi_item{
    margin-top: 50px;
    display: block;
  }
  .navi_item>li{
    margin-right: 0;
    padding-bottom: 80px;
  } 
  .navi_item>li:last-child{
    padding-bottom: 0;
  } 
  .navi_item>li>a{
    font-size: 2rem;
    display: block;
    position: static;
    color: #fff;
  } 
  /*------------------スクロール------------------*/
  a span::before { /*--解除--*/
    position: static;
  }

  

  /*------------------ヘッダー------------------*/
  .head_area{
    padding: 0 0 0;
    display: block; 
  }

  

  /*------------------共通------------------*/
  .heading{
    padding-bottom: 16px;
    font-size: 2rem;
  }

  .heading:after{
    margin-left: 6px;
  }



  /*------------------このようなこと------------------*/
  .bother_area{
    padding-bottom: 70px;
  }

  .copy{
    padding: 24px 0 40px;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0; 
  }

  .bother_title{
    padding-bottom: 12px;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .consultation{
    font-size: 2.2rem;
    line-height: 1.4;  
  }

  .bother{
    padding-bottom: 12px;
    flex-wrap: wrap;
  }
  .bother>li{
    width: 46%;
  }
  .bother>li:nth-child(-n+2){
    padding-bottom: 22px;
  }
  
  

  /*------------------サービス案内------------------*/
  .s_heading{
    padding-bottom: 8px;
    font-size: 2rem;
  }

  .s_text{
    font-size: 1.6rem;
    line-height: 1.6;   
  }

  .customer_item{
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }  
  .customer_item>li{
    padding-bottom: 14px;
    font-size: 1.8rem;
    width: 50%;  
  }
  .customer_item>li:last-child{
    padding-bottom: 0;
    font-size: 1.5rem;
  }  

  .customer{
    display: block;
  }  
  .customer>li:first-child{
    padding-right: 0;
  } 

  .customer_area{
    padding-bottom: 40px;
    display: block;
  } 
  .customer_area>li{
    width: auto;
  } 
  .customer_area>li:first-child{
    padding-bottom: 40px;
    width: auto;
  } 
  
  
  
  /*------------------クラウド会計システム------------------*/
  .c_system{
    margin: 10px 0 40px;    
    padding: 15px;
    border-radius: 16px;
  }

  .c_item>li{
    width: 46%;
  }

  .c_item>li:nth-child(-n+8){
    padding-bottom: 30px;
  }

  .c_ill>li:first-child{
    padding-bottom: 10px;
  }
  /*------------------経理アウトソーシング------------------*/
  .cloud_title{
    padding: 20px 0 10px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cloud_ill{
    padding-bottom: 70px;
  }



  /*------------------事務所概要------------------*/
  .overview{
    padding-bottom: 40px;
    display: block;
  }

  .repre>li:first-child{
    padding-bottom: 12px;
    font-size: 2.4rem;  
  }
  .repre>li:last-child{
    padding-bottom: 10px;
    font-size: 1.6rem;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/   
  }

  .delegate{
    padding-right: 10px;
    font-size: 1.5rem;  
  }

  .mgl26{
    margin-left: 20px;
  }

  .roman{
    font-size: 1.6rem; 
  }

  .mf>a>img{
    width: 100%;
  }

  .policy_area{
    padding-bottom: 40px;
    display: block;
  }
  
  .policy_area>li:first-child{
    padding-right: 0;
    padding-bottom: 14px;
    text-align: center;
  }

  .policy{
    font-size: 1.6rem;
    line-height: 1.4;   
    text-align: center;
  }
  .policy>li:nth-child(-n+4){
    padding-bottom: 8px;
  }

  .company_info{
    margin-bottom: 70px;
    display: block;
  }
  .company_info>li:last-child{
    padding-top: 20px;
  }  
  /*------------------グーグルマップ------------------*/
  .map{
    margin-top: 0;
    position: relative;
    width: 100%;
    padding-bottom: 91.2%; /* = height ÷ width × 100 */
  }  
  .map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
  }    
  
  
  
  /*------------------会社案内------------------*/
  .c_table{
    width: 100%;
    font-size: 1.5rem;  
  }

  .c_table_info>th{  
    padding: 13px 13px 13px 13px;
    vertical-align: middle;
  }
  .c_table_info>td{  
    padding: 13px 0 13px 0;
    line-height: 1.3;
  }

  

  /*------------------お問い合わせ------------------*/
  .form_text{
    padding-bottom: 12px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/   
  }

  .personal{
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/  
  }



  /*------------------フォーム部分------------------*/
  .form_table{
    margin-bottom: 10px;
  }
  
  .form_table_info{
    border-top: none;
    border-bottom: none;  
  }  

  .form_table_info>td,th{
    display: block;
  }

  .form_table_info>th{
    padding: 18px 0 18px 0; 
    width: auto;
    text-align: center;   
  }

  .form_table_info>td{
    padding: 10px 0 30px;
  }

  .c_radio_area{
    text-align: center;
  }

  .c_box{
    padding: 10px 0 0;
  }
  .c_box>li{
    width: 48%; 
  }
  /*------------------ボタン------------------*/
  .btn{
    margin-bottom: 20px;  
    justify-content: space-between;
  }
  .btn>li{
    width: 47%;  
  }  
  .btn>li>input{
    width: 100%;
    padding: 10px 0;  
  }
  .btn>li:first-child{ 
    margin-right: 0;
  }

  input[type="submit"]{
    border-radius: 45px;   
  }

  input[type="reset"]{ 
    background: #dff2fc;     
  }

  
  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    font-size: 1.4rem;
    position: fixed; /*配置場所を固定*/
    bottom: 15px; /*下からの位置*/
    right: 15px; /*右からの位置*/
  }

  
  
  /*------------------フッター------------------*/
  .footer_area{
    margin-top: 50px;    
    padding: 40px 20px 20px;
  }

  .footer_logo{
    padding-bottom: 30px;
    text-align: center;
  } 
  
  .footer_logo>a>img{
    width: 70vw;
  }

  .f_link{
    display: block;
  }

  .f_nav{
    display: flex;
    flex-wrap: wrap;
  }
    
  .f_nav>li{
    padding-right: 0;
    width: 45%;
    font-size: 1.4rem;
    text-align: center;
  }

  .f_nav>li:nth-child(-n+2){
    padding-bottom: 18px;
  }  
  
  .f_add{
    padding: 40px 0 10px;
    text-align: center;
  }

  .f_add>li>span{
    margin-left: 10px;
  }
 
  
  
  
 }















