@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: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

input,select,textarea,button{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

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

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


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

img {
  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;
}

a:hover{
  opacity: 0.8;
}

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

.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:1100px;
  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;
  }
}


.tcenter{text-align: center;}
.tleft{text-align: left;}
.tright{text-align: right;}

/* -----------------------------------
  **. 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: #000;
    z-index: 500000;
}

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

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.header_main{
  width: 100%;
}
div.head_in{
  padding: 20px 0 20px;
  display: flex; 
  justify-content: center; 
  align-items: center;  
  /*flex-direction: column; */
  /*border-bottom: 1px solid #ccc;*/
}
.clearfix{
  clear:both;
}
/*--------------------------------------------------------
navigation
--------------------------------------------------------*/
.navi_area{
  border-top: 1px solid #32d7b2;
  border-bottom: 1px solid #32d7b2;
}
.mainnavi {
  display: none;
}
#slidemenu {
  margin:0 auto;
  width:900px;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: space-around; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  padding: 15px 0 15px;
}
#slidemenu li{
  width: 20%;
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
  padding:0;
  border-left:1px solid #32d7b2;
  text-align:center;
  margin: 0 auto;
}
#slidemenu li:last-child{
  border-right:1px solid #32d7b2;
}

#slidemenu a{
  text-align:center;
  color: #0c0c0c;
  display: block;
  position: relative;
  text-decoration: none;
}

.navi_area nav{
  display: flex; /* 子要素をflexboxで揃える */
  justify-content: flex-end; /* 子要素をflexboxにより中央に配置する */
  align-items:center;  /* 子要素をflexboxにより中央に配置する */
}
/*--------------------------------------------------------
main view
--------------------------------------------------------*/
div.mainview{
  background: url(../images/kv.png) no-repeat;
  background-size: cover;
  height: 563px;
  display: flex; 
  justify-content: center; 
  align-items: center;  
  position: relative;
}
div.mainview_in{
  display: flex; 
  justify-content: center; 
  align-items: flex-start;
  position: relative;
}
div.mainview_in h1{
  font-size: 40px;
  color: #333;
  line-height: 1.5;
  font-weight:bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  padding:15px 0 15px 0;
  background: #eaeaea;
}
div.footer_in{
  display: flex; 
  justify-content: center; 
  align-items: center;  
}
ul.foot_nav{
  display: flex; 
  justify-content: center; 
  align-items: center; 
  padding: 20px 0 20px;
}
ul.foot_nav li{
  padding: 0 25px 0;
  color: #666;
  border-left:1px solid #666;
}
ul.foot_nav li:last-child{
  border-right:1px solid #666;
}
ul.foot_nav li a{
  padding: 0.1em 0.3em;
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #666;
}


div.foot_copy{
  padding:20px 0 20px 0;
  border-top: 1px solid #666;
  background: #eaeaea;
}
div.foot_copy h5{
  color: #666;
  font-weight: normal;
  font-size: 14px;
}

/*page top*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #32d7b2;
  opacity: 0.8;
  border-radius: 50px;
  border: 1px solid #fff;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 35px;
  color: #fff;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.d-none{
  display: none;
}

.side_banner{
  position: fixed;
  bottom: 70px;
  right:0;
}


/*--------------------------------------------------------
title
--------------------------------------------------------*/
h2.titleh2 {
  position: relative;
  display: inline-block;
  padding: 0 105px;
  font-size: 36px; 
  margin-bottom: 20px;
  color: #32d7b2;
}

h2.titleh2:before, h2.titleh2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 75px;
  height: 3px;
  background-color: #32d7b2;
}

h2.titleh2:before {
  left:0;
}
h2.titleh2:after {
  right: 0;
}

/*--------------------------------------------------------
about
--------------------------------------------------------*/
.about{
  padding: 80px 0 40px;
}
.about p{
  font-size: 18px;
  padding: 40px 0 0;
}

/*--------------------------------------------------------
service
--------------------------------------------------------*/
.service{
  padding: 80px 0 40px;
}
ul.sv_list{
  width: 100%;
}
ul.sv_list li{
  margin: 40px auto 0;
  border: 2px solid #32d7b2;
  padding: 30px;
  box-sizing: border-box;
  display: flex; 
  justify-content: space-around; 
  align-items: center;  
}
.sv_right h3{
  font-size: 24px;
  padding-bottom: 40px;
}
.sv_right p{
  text-align: left;
  font-size: 18px;
}

/*--------------------------------------------------------
company
--------------------------------------------------------*/
.company{
  padding: 80px 0 40px;
}
.com_img{
  padding: 40px 0 0;
}
/*--------------------------------------------------------
company
--------------------------------------------------------*/
.contact{
  padding: 80px 0 40px;
}
.contact p{
  padding: 40px 0 40px;
}




/*--------------------------------------------------------
下層ページ　デザイン
--------------------------------------------------------*/
.privacy_wrap{
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}



table.com_tb{
  width:60%;
  margin:0px auto 0;
  border-collapse:collapse;
  border:1px solid #666;
}
table.com_tb th{
  border-collapse:collapse;
  font-size:14px;
  padding: 15px;
  vertical-align:top;
  transform: rotate(0.05deg);
  border:1px solid #666;
  color:#666;
}
table.com_tb td{
  font-weight:500;
  border-collapse:collapse;
  font-size:14px;
  text-align:left;
  padding: 15px;
  transform: rotate(0.05deg);
  border:1px solid #666;
  color:#666;
}