@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: 'Zen Kaku Gothic New', sans-serif;

}

input,select,textarea,button{
font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
font-family: 'Zen Kaku Gothic New', sans-serif;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
font-family: 'Zen Kaku Gothic New', 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:#292929;
}
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: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;
}
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
width: 100%;
position:relative;
}
div.head_main img{
height: 40px;
}
div.head_in{
width:100%;
background:#fff;
padding:0 0 0 20px;
box-sizing:border-box;
display:flex;
justify-content:flex-start;
align-items:stretch;
}
div.head_logo_area{
padding:15px 0 15px;
}
div.head_logo_area a{
font-size:18px;
font-weight:bold;
color:#323333;
}
div.head_logo_area a:hover{
opacity:0.8;
}

div.head_navi_area{
margin-left:auto;
display:flex;
justify-content:flex-end;
align-items:center;
}



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

}
.globalMenuSp ul{
display:flex;
justify-content:center;
align-items:center;
margin-right:20px;
}
.globalMenuSp ul li{
padding:0 12px 0;
font-weight: 600;
letter-spacing: 2px;

}
.globalMenuSp ul li a{
font-size:15px;
position:relative;

}

.globalMenuSp ul li a:hover{
color:#00365c;
}
.globalMenuSp ul li:last-child a:after{
display:none;
}

div.contact_btn{
background:#c5ae6e;
width:160px;
padding:0;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background-image:url(../images/mail_icon.png);
background-repeat:no-repeat;
background-position:top 15px center;
}
div.contact_btn a{
letter-spacing: 2px;
font-size:14px;
display:flex;
align-items:center;
justify-content:center;
padding-top:15px;
color:#fff;
font-weight:500;
height:100%;
width:100%;
}

div.contact_btn a:hover{
opacity:0.8;
}
/*--------------------------------------------------------
kv
--------------------------------------------------------*/
div.kv{
width:100%;
height:619px;
display:flex;
align-items:center;
justify-content:center;
background-image:url(../images/kv_bg.jpg);
background-repeat:no-repeat;
background-position:center center;
background-attachment: fixed;
background-size:cover;
}
div.kv h1{
font-weight:700;
font-size:48px;
color:#fff;
}


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

}
div.footer_in{
padding:70px 0 30px;
}
div.foot_logo{
padding:0px 0 40px;
}
div.foot_logo img{
width:25%;
}
ul.foot_nav{
text-align:center;
display:flex;
justify-content:center;
align-items:center;
}
ul.foot_nav li{
margin-right:10px;
padding:0 10px 0;
position:relative;

}

ul.foot_nav li a{
color:#000;
font-size:14px;

}
ul.foot_nav li a:hover{
color:orange;
}

div.foot_copy{
padding: 20px 0 20px;
}
.foot_copy h5{
font-size:12px;
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;

}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 24px;
color: #292929;
position: absolute;
top: 0;
bottom: 20px;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
div.title_area{
padding:0px 0 60px;
}
div.title_area p{
font-family:
"游明朝", "Yu Mincho",
"Hiragino Mincho ProN", "Hiragino Mincho Pro",
"Noto Serif JP",
"MS PMincho", "MS Mincho",
serif;
padding: 0 0 10px 0;
}
div.title_area h2{
display: inline-block;
position: relative;
font-size:30px;
letter-spacing: 2px;
color:#00365c;
text-align:center;
font-family:
"游明朝", "Yu Mincho",
"Hiragino Mincho ProN", "Hiragino Mincho Pro",
"Noto Serif JP",
"MS PMincho", "MS Mincho",
serif;
}
div.title_area h2:before {
content: '';
position: absolute;
left: 50%;
bottom: -15px; /*下線の上下位置調整*/
display: inline-block;
width: 50px; /*下線の幅*/
height: 2px; /*下線の太さ*/
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%); /*位置調整*/
background-color: #00365c; /*下線の色*/

}


/*about*/
div.about{
padding:80px 0 80px;
}
div.about_text{
width:1100px;
margin:0 auto;

background-color: #f3e8ca;
border-radius: 20px;
padding:40px;
box-sizing:border-box;
}
div.about_text h3{
text-align: center;
font-size:20px;
line-height: 1.7;
font-weight:600;
padding:0px 0 20px 0 ;
font-family:
"游明朝", "Yu Mincho",
"Hiragino Mincho ProN", "Hiragino Mincho Pro",
"Noto Serif JP",
"MS PMincho", "MS Mincho",
serif;
}
div.about_text p{
text-align:left;
font-size:16px;
line-height:1.7;

}




/*sv*/
div.service{
padding:40px 0 40px;
background:#f9f9f9;
}
div.title_area_sv{
padding:20px 0 20px;
}
div.title_area_sv p{
font-family:
"游明朝", "Yu Mincho",
"Hiragino Mincho ProN", "Hiragino Mincho Pro",
"Noto Serif JP",
"MS PMincho", "MS Mincho",
serif;
padding: 0 0 10px 0;
}
div.title_area_sv h2{
display: inline-block;
position: relative;
font-size:30px;
color:#00365c;
text-align:center;
font-family:
"游明朝", "Yu Mincho",
"Hiragino Mincho ProN", "Hiragino Mincho Pro",
"Noto Serif JP",
"MS PMincho", "MS Mincho",
serif;
}
div.title_area_sv h2:before{
content: '';
position: absolute;
left: 50%;
bottom: -15px; /*下線の上下位置調整*/
display: inline-block;
width: 50px; /*下線の幅*/
height: 2px; /*下線の太さ*/
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%); /*位置調整*/
background-color: #00365c; /*下線の色*/
}


div.sv_in{
padding:40px 0;
}
ul.sv_list{
display:flex;
justify-content:space-between;

}
ul.sv_list li{
width:31%;
background-color: #193760;
}
ul.sv_list li h3{
font-size:20px;
color:#fff;
padding:20px;
  font-family:
"游明朝", "Yu Mincho",
"Hiragino Mincho ProN", "Hiragino Mincho Pro",
"Noto Serif JP",
"MS PMincho", "MS Mincho",
serif;
}
ul.sv_list li p{
font-size:14px;
color:#fff;
text-align:left;
line-height: 1.8;
display: block;
padding: 20px;
}



/*company*/
div.company{
padding:40px 0;
}
div.com_wrap{
padding:40px 0 60px;
}
div.title_area_com{
padding:0px 0 0px;
}
table.com_tb{
width:100%;
margin:0px auto 0;
border-collapse:collapse;
border:1px solid #00365c;
}
table.com_tb th{
width:25%;
border-collapse:collapse;
font-size:14px;
padding: 20px;
vertical-align:top;
background-color: #c5ae6e;

border:1px solid #00365c;
color:#fff;
}
table.com_tb td{
font-weight:500;
border-collapse:collapse;
font-size:14px;
text-align:left;
padding: 20px;
border:1px solid #00365c;
color:#292929;
}

/*contact*/
div.contact{
padding:40px 0 40px;
background-image:url(../images/cv_bg.jpg);
background-repeat:no-repeat;
background-position:bottom center;
background-size:cover;
background-attachment: fixed;
}
div.contact_text{
padding: 40px 0 0px;
}
div.contact_text h3{
font-weight:500;
font-size:18px;
color:#fff;
padding:0 0 30px 0;
}
div.contact_text h4{
font-weight:500;
font-size:18px;
color:#fff;
padding:0 0 30px 0;
}
div.contact_text h4 span{
font-weight:500;
font-size:36px;
}

.wh h2{
color:#fff !important;
}
.wh  h2:before{
background-color: #fff !important; /*下線の色*/
}

.cta_btn{
display:block;
width:250px;
padding: 18px 0;
color: #fff;
margin: 0 auto 30px;
background-color: #c5ae6e;
border-radius: 5px;
transition: all 0.7s ease;
text-align:center;
letter-spacing: 2px;
font-size:16px;
font-weight:600;

}
.cta_btn:hover{
background:#c5ae6e;
color: #fff !important;
}


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

.privacy_wrap {
padding: 15px;
box-sizing: border-box;
text-align: left;
width: 80%;

margin: 0 auto;
}
.privacy_wrap h4{
font-weight:bold;

}

.privacy_title{
border-top:1px solid #000;
}


