@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:#161616;
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #1c1c1c;
}

input,select,textarea,button{
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #1c1c1c;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #1c1c1c;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
color: #1c1c1c;
}


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

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

/*透かし文字*/


/*共通設定*/
.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;
}
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
width: 100%;
background-size:cover;
height:736px;
background-image:url(../images/kv_bg2.jpg);
background-repeat:no-repeat;
background-position:center center;
position:relative;
}
div.head_main_low{
width: 100%;
background-size:cover;
height:200px;
background-image:url(../images/kv_bg.jpg);
background-repeat:no-repeat;
background-position:center center;
position:relative;
}
div.head_in{
width:100%;
padding:40px;
box-sizing:border-box;
display:flex;
justify-content:flex-start;
align-items:center;
}
div.head_logo_area{
width: 180px;
}
div.head_navi_area{
margin-left:auto;
}
div.head_text_wrap{
margin:0;
width:100%;
display:flex;
align-items:center;
}
div.head_text{
text-align: center;
margin: 0 auto;
padding:130px 0 0;
width:100%;
}
div.head_text h1{
text-align: center;
font-size:70px;
font-weight:600;
line-height:1.2;
color:#fff;
}
div.head_text h1 span{color:#54c795;}
div.head_text h2{
text-align: center;
font-size:30px;
font-weight:500;
padding:25px 0 0px;
letter-spacing:3px;
color:#fff;
}



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

}
.globalMenuSp ul{
display:flex;
justify-content:center;
align-items:center;
}
.globalMenuSp ul li{
padding:0 15px 0;
}
.globalMenuSp ul li a{
font-size:16px;
font-weight: 600;
color:#fff;
position:relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.globalMenuSp ul li a:hover{
color:#ddd;
}
.globalMenuSp ul li:last-child a:after{
display:none;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
background:#54c795;
padding:30px 0;
width: 100%;
}

ul.foot_nav{
margin:0px auto;
max-width: 1200px;
}
ul.foot_nav li{
margin:0 auto;
display: inline-block;
padding:0px 10px;
font-size:16px;
color:#fff;
}
ul.foot_nav li a{
color:#fff;
}
ul.foot_nav li a:hover{
opacity:0.8;
}




div.footer_copy{
background:#eee;
margin:0 auto;
padding:20px 0;
}
div.footer_copy h5{
font-size:12px;
text-align:center;
font-weight:normal;
}


/*page top*/
#page_top{
width: 39px;
height: 39px;
border-radius: 5px;
position: fixed;
right: 10px;
bottom: 0px;
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: #54c795;
position: absolute;
top: 0;
bottom: 15px;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/


div.title_wrap{
padding:0 0 40px;
}
div.title_wrap h2{
text-transform:uppercase;
font-size:42px;
letter-spacing: 2px;
color:#54c795;
text-align:center;
font-weight:600;
}
div.title_wrap p{
padding:20px 0 0;
font-size:18px;
line-height:2;
font-weight:500;
}

div.title_wrap_w{
padding:0 0 40px;
}
div.title_wrap_w h2{
text-transform:uppercase;
font-size:42px;
letter-spacing: 2px;
color:#fff;
text-align:center;
font-weight:600;
}
div.title_wrap_w p{
padding:20px 0 0;
font-size:18px;
line-height:2;
font-weight:500;
}


div.service{
padding:70px 0;
box-sizing:border-box;
}
div.sv_in{
max-width:1200px;
margin:0 auto;
}
ul.sv_list{
display:flex;
align-items:stretch;
justify-content:space-around;
flex-wrap:wrap;
margin:0px auto 0;
}
ul.sv_list li{
width:48%;
margin: 0 0 30px 0;
background-color: #eee;
}
ul.sv_list li h3{
color:#000;
text-align:center;
font-size:20px;
padding:20px 20px 0 20px;
box-sizing:border-box;
transform: rotate(0.05deg);
font-weight:bold;
  position: relative;
}
ul.sv_list li h3::before {
  background-color: #54c795; 
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 30px; /* 線の長さ */
}
ul.sv_list li p{
padding:30px 20px 30px 20px;
box-sizing:border-box;
text-align:left;
font-size:16px;
line-height:1.7;
transform: rotate(0.05deg);
}

div.sv_icon{
width:100%;
margin:0px 0px;
display:flex;
align-items:center;
justify-content:center;
}



/*company*/
div.company{
padding:60px 0 90px 0;
box-sizing:border-box;
background-image:url(../images/com_bg.jpg);
background-repeat:no-repeat;
background-position:right center;
background-size: cover;
}

.company_box{
background-color:rgba(000,000,000,.4);
padding:50px 100px;
}
table.com_tb{
width:100%;
margin:0px auto 0;
border-collapse:collapse;

}
table.com_tb th{
border-collapse:collapse;
font-size:16px;
text-align:left;
padding: 25px 0;
vertical-align:top;
color:#fff;
border-bottom: 1px solid #666;
font-weight: 500;
width:20%;
}
table.com_tb td{
border-collapse:collapse;
font-size:16px;
line-height: 2;
text-align:left;
padding: 25px 0;
color:#fff;
border-bottom: 1px solid #666;
}


.banner_area{
max-width: 1200px;
margin: 70px auto;
display:flex;
align-items:center;
justify-content:space-around;
}

.banner_area a{
width: 47%;
display:flex;
align-items:center;
justify-content:space-between;
background:#eee;
text-align: center;
padding:0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
overflow: hidden;
}
.banner_area a:hover {
opacity: .7;
}

.banner_area a div{
width:40%;
margin:0 auto;
}
.banner_area h3{
text-align: left;
font-size: 24px;
color:#54c795;
}
.banner_area h4{
text-align: left;
font-size: 16px;
font-weight: 400;
color:#000;
}

.banner_area a p{width:35%;margin: 15px;}
.banner_area a p img{height:200px;object-fit: cover;}

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

.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);
}
.privacy_wrap a:hover{
color:#1067d2;
}

.privacy_wrap p{line-height: 2;}



