/*/////////////////////////////////////////////
// スマホ用レイアウト
//////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */



html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

a,
a:visited {
  text-decoration: none;
  transition: unset;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
  outline: none;
}

/*共通設定*/
.pc-none{
  display: block !important;
}
.sp-none{
  display: none !important;
}

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:100%;
  margin:0 auto;
  text-align:center;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

div.head_main{
  width: 100%;
  background-size:100% auto;
  height:550px;
  background-image:url(../images/kv_back.jpg);
  background-repeat:no-repeat;
  background-position:top right 20%;
  background-size: cover;
  position:relative;
}
div.head_in{
  padding:0px;
  box-sizing:border-box;
}
div.head_logo_area img{
  width:80%;
}
div.head_navi_area{
  display:block;
}
div.head_text{

}
div.head_text h1{
  font-size:18px;
  padding:0px 0 0 0;
}




.globalMenuSp{
  /*display:none;*/
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #1d4c8b;

  height:100%;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-direction:column;
  margin: 0 auto;
  padding:10% 0;
  width:90%;
}

nav.globalMenuSp ul li {
  text-align:left;
  list-style-type: none;
  padding: 0;
  padding-left:25px;
  box-sizing:border-box;
  width: 100%;
  border-bottom: 1px solid #fff;
  position:relative;
}
nav.globalMenuSp ul li:before{
  position: absolute;
  top: 30px;
  left: 10px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #fff;
  content: "";
}


nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}





/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{

}
div.footer_in{
  display:flex;
  justify-content:space-around;
  align-items:center;
  flex-direction:column;
  padding:20px 0 20px;
}
div.foot_l{
  width:100%;
  padding:0 15px 15px;
  box-sizing:border-box;
}
div.foot_r{
  width:100%;
}
.foot_logo{
  text-align:left;
  padding:0 0 10px 0;
}
.foot_logo img{
  width:50%;
  margin:0;
}
ul.foot_nav{
  text-align:left;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  flex-wrap:wrap;
}
ul.foot_nav li{
font-size: 14px;
  margin-right:10px;
  padding:0 10px 0 0;
  position:relative;
}
ul.foot_nav li a{
  color:#000;
}
ul.foot_nav li a:hover{
  color:#ccc;
}

div.foot_copy{
  padding: 20px 0 20px;
}
.foot_copy h5{
  font-size:12px;
}

/*page top*/
#page_top{
  width: 39px;
  height: 39px;
  border-radius: 5px;
  /*border:1px solid #000;*/
  position: fixed;
  right: 10px;
  bottom: 10px;
  /*background: #eaeaea;*/
  opacity: 0.8;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
div.title_area{
  padding:0px 0 20px;
}
div.title_area h2{
  font-size:24px;
}

/*about*/
div.about{
  padding:40px 0 40px;
}
div.about_text{
  margin:0 auto;
  width:100%;
  padding:0 20px 0;
  box-sizing:border-box;
}
div.about_text p{
  text-align:left;
  font-size:14px;
  line-height:1.7;
}
div.about_text p span{
color:#1d4c8b;
font-size:16px;
font-weight: 600;
}


/*sv*/
div.service{
  padding:40px 0 40px;

}
ul.sv_list{
  width:90%;
  margin:0 auto;
}
ul.sv_list li:last-child{
  border:none;
}
ul.sv_list li{
  width:100%;
  padding:30px 0 30px;
  flex-direction:column;
}
ul.sv_list li img{width:100%;}
ul.sv_list li div{
  padding:15px;
  box-sizing:border-box;
}

ul.sv_list li h3{
  text-align:center;
  padding:0 0 10px 0;
  font-size:18px;
  font-weight:bold;
}
ul.sv_list li p{
  padding:0;
  text-align:left;
  font-size:14px;
  line-height:1.8;
}



/*company*/
div.company{
  padding:0px 0 0px;
  background:#f4f4f4;
  display:flex;
  justify-content:center;
  align-items:stretch;
  flex-direction:column;
}
div.com_l{
  width:100%;
}
div.com_r{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  padding:20px 0 20px;
}
div.title_area_com{
  padding:0px 0 0px;
}
div.title_area_com h2{
  font-size:24px;
}
div.com_text{
  width:100%;
}
table.com_tb{
  width:90%;
  margin:10px auto 0;
}
table.com_tb th{
  font-size:14px;
  padding:5px 10px;
}
table.com_tb td{
  font-size:14px;
  padding:5px 10px;
}


.cta_btn{
  display:block;
  width:90%;
  padding: 7px 0;
  font-size: 16px;
  color: #fff;
  margin: auto;
  background-color: #1d4c8b;
  border-radius: 100px;
  transition: all 0.7s ease;
  text-align:center;
}
.cta_btn:hover{
  background:#ccc;
  color: #fff !important;
}


/*//////////////////////////////////
//下層ページ
//////////////////////////////////*/
.privacy_wrap {
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  width:95%;
  margin: 0 auto;
}
.privacy_wrap p{
  font-size:14px;
}
.privacy_wrap h4{
  font-size:14px;
  font-weight:bold;
}

.privacy_wrap a{
  color:#a18453;
}


































}
/*end 768 */
