@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 Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
}

input,select,textarea,button{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
}
/* IE hack */
_:-ms-input-placeholder, :root 
body {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #1c1c1c;
}
_:-ms-input-placeholder, :root 
input,select,textarea,button{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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_bg.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:top 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: 250px;
}
div.head_navi_area{
  margin-left:auto;
}
div.head_text_wrap{
  margin:0;
  width:100%;
  display:flex;
  align-items:center;
}
div.head_text{
  margin: 0 10% 0 10%;
  padding:200px 0 0;
  width:100%;
}
div.head_text h1{
  text-align:left;
  font-size:70px;
  font-weight:500;
  line-height:1.2;
  color:#fff;
  text-shadow:1px 1px 20px #16739e;
}
div.head_text h2{
  text-align:left;
  font-size:24px;
  font-weight:500;
  padding:25px 0 40px;
  color:#fff;
  text-shadow:1px 1px 20px #16739e;
}



/*--------------------------------
ナビゲーション
---------------------------------*/
.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:#16739e;
  padding:60px 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:15px auto;
  padding:0px 0 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: #16739e;
  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:#16739e;
text-align:center;
font-weight:500;
}
div.title_wrap p{
  padding:20px 0 0;
  font-size:18px;
  line-height:2;
  font-weight:500;
}


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:31%;
  background:#f5fbf9;
  overflow: hidden;
  border-radius:10px;
  text-align:left;
  margin-bottom:20px;
  overflow: hidden;
}
ul.sv_list li h3{
color:#16739e;
text-align:center;
font-size:22px;
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 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;
}

table.com_tb{
  width:100%;
  margin:0px auto 0;
  border-collapse:collapse;
  background-color:rgba(255,255,255,.7);
}
table.com_tb th{
  border-collapse:collapse;
  font-size:16px;
  padding: 20px;
  vertical-align:top;
  border:1px solid #16739e;
  color:#000;
  font-weight: 500;
  width:20%;
}
table.com_tb td{
  border-collapse:collapse;
  font-size:16px;
  text-align:left;
  padding: 20px;
  border:1px solid #16739e;
  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:#f5fbf9;
  border-radius: 5px;
  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 p{width:45%;overflow: hidden;}
.banner_area a p img{height:200px;object-fit: cover;}

.banner_area a div{width:70%;}
.banner_area h3{
font-size: 28px;
color:#16739e;
}
.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;
}



