@charset "UTF-8";

body{
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
  color: #221714;
  font-size: 16px;
  line-height: 1.62;
  position: relative;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul{
  list-style: none;
}

a{
  text-decoration: none;
}

.sp{
  display: block;
}

.pc{
  display: none;
}

.clear{
  clear: both;
}

.inner{
  padding-left: 6%;
  padding-right: 6%;
}


/* TOPに戻るボタン */
#top_btn{
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  display: block;
  cursor: pointer;
}


/*----header----*/

#header{
  position: relative;

}

.logo_menu{
  display: flex;
  position: fixed;
  z-index: 3;
  width: 100%;
  background: #fff;

}

.logo_menu h1{
  width: 160px;
}

.logo_menu h1 a{
  display: block;
  padding: 16px 0;
}


/*　ハンバーガーボタン　*/
.sp_btn {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 22px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.sp_btn span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition   : 0.4s ease-in-out;
  transition        : 0.4s ease-in-out;
}
.sp_btn span:nth-child(1) {
  top: 10px;
}
.sp_btn span:nth-child(2) {
  top: 20px;
}
.sp_btn span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.sp_btn.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#221714;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.sp_btn.active span:nth-child(2),
.sp_btn.active span:nth-child(3) {
  top: 16px;
  background :#221714;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

#navi {
  height: 0;
  position: fixed;
  right: 0;
  top:-1000px;
  color: #fff;
  background: rgba(255,255,255,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .4s ease, visibility .4s ease;
} 

.slide_menu {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.slide_menu li {
  padding: 0;
  width: 100%;
  transition: .4s all;
  border-bottom: 1px solid #fff;
}
.slide_menu li:last-child {
  padding-bottom: 0;
  border-bottom: #db650b solid 1px;
  border-top: #db650b solid 1px;

}
.slide_menu li a {
  display: block;
  color: #221714;
  padding: 2em 0;
  text-decoration :none;
  background: rgba(255,255,255,0.9);
}

/* このクラスを、jQueryで付与・削除する */
#navi.active {
  opacity: 100;
  z-index: 2;
  right: 0;
  top:0;


}

/* #navi.active ul li a {
  display: block;
} */
/*----header end----*/


/* --------main start------ */

.mainvisual{
  padding: 140px 0 50px 0;
}

.mainvisual .copy{
  margin:0 0 60px 4%;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.1;
}

.mainvisual .copy span{
  display:block;
  font-size: 34px;
}

.introduction{
  width: 336px;
  margin: 0 auto 100px;
}

.introduction .question{
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}

.introduction .txt{
  line-height: 1.62;
}

.introduction .txt p{
  margin-bottom: 30px;
}

.introduction .image{
  margin:50px 0 0 0;

}

.introduction .image li{
  width: 280px;
  margin-left: auto;
}

.introduction .image li:nth-child(2) {
  margin:20px auto 0 0;
}

.contents.bg_c_1{
  background-color:#f5f5f5;
  padding: 80px 0 70px 0;
}

.contents h2{
  margin-bottom:60px;
  text-align:center;
  font-size: 14px;
  letter-spacing:0.2em; 
}

.contents h2 span{
  margin-bottom:20px;
  display:block;
  font-family: 'Arimo', sans-serif;
  font-size: 40px;
}

.message .txt p{
  margin: 25px 0;
}

.message .txt:first-of-type span {
  display:block;
  margin: 10px 0;
}

.more_btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:312px;
  height: 70px;
  margin: 0 autO;
  text-align:center;
}

.more_btn a{
  display:block;
  color:#db650b;
  width:312px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #efba91;
  border-image: linear-gradient(to right, #efba91 0%, #db650b 100%);
  border-image-slice: 1;
  background: url("../images/arrow.png") right 20px center/12px no-repeat #FFF;


}

.contents.services,
.contents.advantage {
  padding: 100px 0 60px 0;
}

.services .image{
  margin:0 0 50px 0;
}

.services .txt{
  margin-bottom:50px;
}

.services .txt p{
  margin: 0 0 20px 0;
}

.mvv {
  margin-top: -85px;
  padding-top: 85px;
}

.mvv h3{
  padding: 15px 0 15px 20px;
  margin: 0 0 50px 0;
  font-family: 'Arimo', sans-serif;
  font-size:30px;
  line-height: 1.2;
  background: linear-gradient(to right,#e5e5e5,#fff)
}

.mvv_list h4{
  margin-bottom:5px;
  border-bottom:1px solid #db650b;
  font-size: 20px;
}

.mvv_list > li{
  margin-bottom: 40px;
}

.mvv_list .value{
  margin-top: 20px;
}

.mvv_list .value li{
  box-shadow: 7px 7px 20px rgba(229, 229, 229, 0.55);
  margin-bottom: 30px;
  padding: 16px 10px;
}

.mvv_list .value h5{
  margin: 0 0 10px 0;
  padding: 0 0 0 32px;
  font-size:18px;
  position: relative;
}

.mvv_list .value h5::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #2e1882;
  position: absolute;
  top: 13px;
  left: 2px;

}

.contact_link{
  margin-bottom: 50px;
  padding: 50px 0 40px 0;
  background:#f5f5f5;
  text-align:center;
}

.contact_link h2{
  font-size: 21px;
  font-weight:normal;
}

.contact_link h2::after{
  content:"";
  display:block;
  width: 30px;
  height: 1px;
  background: #db650b;
  margin: 15px auto 24px;
}

.contact_link .contact_btn{
  margin: 40px auto 0;
  width: 312px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

.contact_link .contact_btn a{
  width: 312px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:#fff;
  background:linear-gradient(to right,#a197c7,#2e1882);
}

/* --------main end------ */


.copyright{
  padding: 20px 0;
  background:#e5e5e5;
  font-size:14px;
  font-family: 'Arimo', sans-serif;
  text-align:center;

}

/* --------message page start------ */

.message.sub{
  padding: 140px 0 40px 0;
}

.message.sub .name{
  margin: 50px 0 0 0;
}

.message.sub .name p{
  text-align: right;
  margin: 0;
}

.profile.sub h3{
  margin:0 0 100px 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;

}

.profile.sub h3 span{
  display: block;
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
}

.profile.sub .pic{
  margin-bottom: 70px;
  text-align: center;
}

.profile.sub .pic img{
  width: 200px;
}

.message.sub .profile{
  margin-top: 100px;
}

.message.sub .profile .name{
  text-align: center;
}

.message.sub .profile .name span{
  display: block;
}

.profile.sub .career h4{
  padding: 20px 0 20px 6%;
  margin: 0 0 30px 0;
  font-size: 22px;
  font-weight: normal;
  background: linear-gradient(to right,#e5e5e5,#fff);
  letter-spacing: 0.2em;
}

.profile.sub .career h5{
  border-bottom: 1px solid #db650b;
  padding-bottom: 3px;
  margin: 0 0 20px 0;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: normal;
}

.profile.sub .career li{
  margin-bottom: 40px;
}

.profile.sub .career .mb{
  margin-bottom: 25px;

}

.profile.sub .career .item{
  font-weight: bold;
}

.profile.sub .career .detail{
  margin-top: 10px;
}

.sv_detail .inner {
  margin-bottom: 30px;
}

.sv_detail .inner p{
  margin-bottom: 30px;
}


.services.sub .sv_detail h3 {
  padding: 20px 0 20px 6%;
  margin: 0 0 30px 0;
  font-size: 22px;
  background: linear-gradient(to right,#e5e5e5,#fff);
  letter-spacing: 0.2em;
}

.services.sub .mvv .ttl{
  margin-bottom: 40px;
  font-family: 'Arimo', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.services.sub .sv_detail .value p{
  margin-bottom: 0;
}

.services.sub h3 span {
  font-size: 18px;
}

.sbsidy h4 {
  margin-bottom: 5px;
  border-bottom: 1px solid #db650b;
  font-size: 18px;
}

.sbsidy li{
  margin-bottom: 50px;


}

.advantage .sub {
  padding: 0 6%;
}

.advantage .sub .inner {
  padding: 0;
}
