/*/////////////////////////////////////////////
// スマホ用レイアウト
//////////////////////////////////////////////*/
@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%;
  height:380px;
  background-image:url(../images/kv_bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  position:relative;
}
div.head_in{
  width:100%;
  background:#fff;
  padding:15px;
  box-sizing:border-box;
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
div.head_logo_area{

}
div.head_navi_area{
  margin-left:auto;
}
div.head_text{
  margin:40px 0 0 0;
}
div.head_text h1{
  font-size:28px;
  font-weight:bold;
  padding:60px 0 0 0;
  line-height:1.4;
}




.globalMenuSp{
  /*display:none;*/
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 15px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #ad0000;
  -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: #000;
  background: #fff;
  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: 0;
  width: 100%;
}

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 #ad0000;
  position:relative;
}
nav.globalMenuSp ul li:before{
  position: absolute;
  top: 25px;
  left: 10px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #ad0000;
  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: #000;
  padding: 1em 0;
  text-decoration :none;
  font-size:14px;
}

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





/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  padding:20px 0 20px;

}
div.footer_in{
  padding:0 20px 0;
  box-sizing:border-box;
}
div.footer_in h2{
  font-size:20px;
  padding:15px;
}
div.footer_wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-direction:column;
}
div.foot_l{
  width:100%;
  padding:15px;
  text-align:left;
  box-sizing:border-box;
}
div.foot_l p{
  font-size:16px;
  color:#fff;
}
div.foot_r{
  margin-top:10px;
  width:100%;
  padding:20px;
  box-sizing:border-box;
  background:#fff;
  text-align:left;
}
div.foot_r a{
  text-align:left;
}


ul.foot_nav{
  margin-top:20px;
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  flex-direction:column;
}
ul.foot_nav li{
  width:100%;
  padding:10px 0 10px 10px;
  box-sizing:border-box;
  border-top:1px solid #ad0000;
;
  text-align:left;
  position:relative;
}

ul.foot_nav li:after{
  content:"";
  margin:0;
  padding:0 0 0 20px;
  font-size:14px;
  font-weight:bold;
}
ul.foot_nav li a{
  color:#000;
  font-size:14px;
}
ul.foot_nav li a:hover{
  color:#ccc;
}

div.foot_copy{
  padding: 10px 0 10px;
}
.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;
}




/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
/*about*/
div.about{
  padding:20px;
  box-sizing:border-box;
}
div.about_in{
  text-align:left;
}
div.about_in h2{
  font-size:18px;
  padding:0 0 15px;
}
div.about_in p{
  font-size:16px;
  line-height:1.6;
}

div.service{
  padding:20px;
  box-sizing:border-box;
}
div.sv_in{
  width:100%;
  padding:0 0px 0;
  box-sizing:border-box;
}
ul.sv_list{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  flex-wrap:wrap;
  flex-direction:column;
  width:100%;
}
ul.sv_list li{
  width:100%;
  margin:10px auto;
}
ul.sv_list li h3{
  font-size:18px;
  padding:15px 15px 0 15px;
}
ul.sv_list li p{
  padding:15px;
  font-size:16px;
  line-height:1.6;
}




/*company*/
div.company{
  padding:20px;
  box-sizing:border-box;
}
div.com_wrap{

}
div.com_wrap h2{
  font-size:20px;
  padding:15px;
  box-sizing:border-box;
}

table.com_tb{
  width:100%;
  margin:20px auto 0;
  border-collapse:collapse;
}
table.com_tb th{
  border-collapse:collapse;
  font-size:14px;
  padding: 10px;
  vertical-align:top;
}
table.com_tb td{
  border-collapse:collapse;
  font-size:14px;
  text-align:left;
  padding: 10px;
}


.cta_btn{

  margin: 20px auto 0px;
  background-color: #fff;
  font-size:14px;

}


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

.privacy_wrap a{
  color:#a18453;
}


































}
/*end 768 */
