@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: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

input,select,textarea,button{
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , 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;
}

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

/*透かし文字*/


/*共通設定*/
.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_bg.jpg);
  background-repeat:no-repeat;
  background-position:center bottom;
  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: 200px;
}
div.head_navi_area{
  margin-left:auto;
}
div.head_text_wrap{
  margin:0;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
div.head_text{
  margin: 0 10% 0 0;
  padding:200px 0 0;
  width:50%;
}
div.head_text h1{
  text-align: right;
  font-size:70px;
  font-weight:bold;
  line-height:1.2;
  color:#1067d2;
}
div.head_text h2{
  text-align: right;
  font-size:24px;
  font-weight:bold;
  padding:15px 0 40px;
  color:#403f45;
}
.head_btn{
  display:inline-block;
  width:200px;
  background:#04a777;
  color:#fff;
  font-weight:bold;
  font-size:18px;
  padding:15px 0 15px;
  border-radius:100px;
}
.head_btn:hover{
  opacity:0.8;
}



/*--------------------------------
ナビゲーション
---------------------------------*/
.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:#000;
  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:#1067d2;
}
.globalMenuSp ul li:last-child a:after{
  display:none;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  background:#1067d2;
  padding: 40px 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{
  margin:20px auto;
  padding:15px 0 0;
}
div.footer_copy h5{
  font-size:14px;
  text-align:center;
  font-weight:normal;
}


/*page top*/
#page_top{
  width: 39px;
  height: 39px;
  border-radius: 5px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  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: #1067d2;
  position: absolute;
  top: 0;
  bottom: 20px;
  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:#1067d2;
  text-align:center;
}
div.title_wrap p{
  padding:20px 0 0;
  font-size:18px;
  line-height:2;
  font-weight:bold;
}


div.service{
  padding:60px 0 60px;
  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:32%;
  background:#f6f6f6;
  overflow: hidden;
  border-radius:10px;
  text-align:left;
  margin-bottom:20px;
}
ul.sv_list li h3{
color:#1067d2;
  text-align:center;
  font-size:18px;
  padding:20px 20px 0 20px;
  box-sizing:border-box;
  transform: rotate(0.05deg);
  font-weight:bold;
}
ul.sv_list li p{
  padding:15px 20px 20px 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 auto 0px;
  display:flex;
  align-items:center;
  justify-content:center;
}


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

table.com_tb{
  width:80%;
  margin:0px auto 0;
  border-collapse:collapse;
  background-color:rgba(255,255,255,.6);
}
table.com_tb th{
  border-collapse:collapse;
  font-size:14px;
  padding: 20px;
  vertical-align:top;
  border:1px solid #7db2f3;
  color:#000;
  width:20%;
}
table.com_tb td{
  border-collapse:collapse;
  font-size:14px;
  text-align:left;
  padding: 20px;
  border:1px solid #7db2f3;
  color:#000;
}


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

.banner_area a{
  width: 48%;
  display:flex;
  align-items:center;
  justify-content:space-around;
  background:#f6f6f6;
  border-radius: 5px;
  padding: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner_area a:hover {
  background:#dddddd;
}

.banner_area a img{width:20%;}
.banner_area a div{width:70%;}
.banner_area h3{
font-size: 28px;
color:#1067d2;
}
.banner_area h4{}



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

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



