@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}

html {
  overflow: auto;
}
body {
  -webkit-print-color-adjust: exact;
  overflow:hidden;
  font-size: 16px;
  line-height:1.5;
  color:#000;
  font-family: 'M PLUS 1p', sans-serif;
}

input,select,textarea,button{
  font-family: 'M PLUS 1p', sans-serif;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: 'M PLUS 1p', sans-serif;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: 'M PLUS 1p', sans-serif;
}


body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{margin:0;padding:0px;}

p{

}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none; 
  color:#494949;
}
a:hover {
  text-decoration: none;
}
/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style:none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button{
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

textarea{
  resize: vertical;
  min-height: 3em;
  max-height: 25em;
  height: 10em;
}

button:focus,
input:focus,
select:focus,
textarea:focus{
  outline: none;
}
button:hover{
  cursor:pointer
}

table{
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*共通設定*/
.pc-none{
  display: none;
}

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

/*@media screen and (max-width: 1100px){
  .in_row{
    width:100%;
    padding:0 10px 0;
    box-sizing:border-box;
    margin:0 auto;
    text-align:center;
  }
}*/



/* IE hack */
_:-ms-input-placeholder, :root 
.boxsample {
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*firefox hack*/
@-moz-document url-prefix() {
  div.boxsample{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  }
}


/* -----------------------------------
  **. Loader
------------------------------------- */
/*loading circle*/
#loading{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    margin:auto;
}
#loading img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right:0;
    bottom:0;
    background: #FFF;
    z-index: 500000;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
  width: 100%;
  background-size:cover;
  height:651px;
  background-image:url(../images/kv_bg.jpg);
  background-repeat:no-repeat;
  background-position:center;
  position:relative;
}
div.head_in{
  width:100%;
  background:#fff;
  padding:20px;
  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:200px 0 0 0;
}
div.head_text h1{
  font-size:48px;
  font-weight:bold;
  padding:0px 0 0 0;
  line-height:1.4;
  color:#ad0000;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}



/*--------------------------------
ナビゲーション
---------------------------------*/
.hamburger{
  display:none;
}
.globalMenuSp{

}
.globalMenuSp ul{
  display:flex;
  justify-content:center;
  align-items:center;
}
.globalMenuSp ul li{
  padding:0 12px 0;
  transform: rotate(0.05deg);
}
.globalMenuSp ul li a{
  font-size:16px;
  color:#000;
  position:relative;
  transform: rotate(0.05deg);
}
.globalMenuSp ul li a:after{
  content:"|";
  margin:0;
  padding:0 0px 0 10px;
}
.globalMenuSp ul li a:hover{
  color:#a18453;
}
.globalMenuSp ul li:last-child a:after{
  display:none;
}




/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background:#ad0000;
  padding:60px 0 60px;
}
div.footer_in h2{
  text-align:left;
  font-size:24px;
  color:#fff;
  padding:20px;
  box-sizing:border-box;
  border-bottom:1px solid #fff;
}
div.footer_wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
div.foot_l{
  padding:20px;
  box-sizing:border-box;
}
div.foot_l p{
  font-size:16px;
  color:#fff;
  transform: rotate(0.05deg);
}
div.foot_r{
  margin-top:20px;
  width:50%;
  padding:20px;
  box-sizing:border-box;
  background:#fff;
  text-align:left;
}
div.foot_r a{
  text-align:left;
}


ul.foot_nav{
  display:flex;
  align-items:center;
  justify-content:space-around;
  flex-wrap:wrap;
  gap:0 10px;
  margin-top:15px;
}
ul.foot_nav li{

}
ul.foot_nav li:after{
  content:"|";
  margin:0;
  padding:0 0 0 30px;
  font-size:16px;
  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: 20px 0 20px;
}
.foot_copy h5{
  font-size:14px;
  font-weight:normal;
}

/*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;
  transform: rotate(0.05deg);
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 24px;
  color: #9064af;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
/*about*/
div.about{
  padding:60px 0 60px;
  background:#ad0000;
}
div.about_in{
  text-align:left;
}
div.about_in h2{
  font-size:20px;
  color:#fff;
  padding:0 0 20px;
  transform: rotate(0.05deg);
}
div.about_in p{
  font-size:20px;
  letter-spacing:;
  color:#fff;
  line-height:1.7;
  transform: rotate(0.05deg);
}

div.service{
  padding:60px 0 60px;
  background:#efefef;
}
div.sv_in{
  width:1150px;
  margin:0 auto;
}
ul.sv_list{
  display:flex;
  align-items:stretch;
  justify-content:space-around;
  flex-wrap:wrap;
}
ul.sv_list li{
  width:32%;
  background:#fff;
  border-radius:10px;
  text-align:left;
  margin-bottom:20px;
}
ul.sv_list li h3{
  text-align:left;
  font-size:20px;
  color:#ad0000;
  padding:20px 20px 0 20px;
  box-sizing:border-box;
  transform: rotate(0.05deg);
}
ul.sv_list li p{
  padding:20px;
  box-sizing:border-box;
  text-align:left;
  font-size:16px;
  line-height:1.7;
  transform: rotate(0.05deg);
}



/*company*/
div.company{
  padding:40px 0 40px;
}
div.com_wrap{

}

div.com_wrap h2{
  text-align:left;
  font-size:24px;
  color:#ad0000;
  padding:20px;
  box-sizing:border-box;
  border-bottom:1px solid #ad0000;
}

table.com_tb{
  width:100%;
  margin:40px auto 0;
  border-collapse:collapse;
  border:2px solid #ad0000;
}
table.com_tb th{
  border-collapse:collapse;
  font-size:14px;
  padding: 15px;
  vertical-align:top;
  border:2px solid #ad0000;
  color:#000;
  transform: rotate(0.05deg);
}
table.com_tb td{
  border-collapse:collapse;
  font-size:14px;
  text-align:left;
  padding: 15px;
  border:2px solid #ad0000;
  color:#000;
  transform: rotate(0.05deg);
}

.cta_btn{
  display:block;
  width:200px;
  padding: 12px 0;
  font-size: 18px;
  color: #ad0000;
  margin: 30px 0 0px;
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.7s ease;
  text-align:center;
  font-size:14px;

}
.cta_btn:hover{
  background:#dcf0ef;
  color: #ad0000 !important;
}


/*//////////////////////////////////
//下層ページ
//////////////////////////////////*/

.privacy_wrap {
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  width: 80%;
  transform: rotate(0.05deg);
  margin: 0 auto;
}
.privacy_wrap h4{
  font-weight:bold;
  transform: rotate(0.05deg);
}




