@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.6;
  color:#000;
  font-feature-settings: "palt";
  font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

input,select,textarea,button{
  font-weight:400;
  font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dd,dt{
  margin:0;padding:0px;
  font-weight:500;
  font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
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;
}

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

/*透かし文字*/
{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

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


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

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

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
div.head_main{
  width: 100%;
  background-size:cover;
  height:723px;
  background-image:url(../images/kv_back.jpg);
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment: fixed;
  background-size:cover; 
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
div.head_in{
  padding:0px;
  box-sizing:border-box;
  margin: 0% 0 0 0;
}
div.head_logo_area img{
width:60%;
}
div.head_navi_area{
  margin-left:auto;
}
div.head_text{

}
div.head_text h1{
  font-size:28px;
  padding:0px 0 0 0;
  font-weight:500;
  letter-spacing: 3px;
}



/*--------------------------------
ナビゲーション
---------------------------------*/
.globalMenuSp{
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 40px;
  top   : 40px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background: #1d4c8b;
  border-radius: 100px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index :2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #1d4c8b;
  height:100%;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-direction:column;
  margin: 0 auto;
  padding:10% 0;
  width:60%;
}

nav.globalMenuSp ul li {
  text-align:left;
  list-style-type: none;
  padding: 0;
  padding-left:25px;
  box-sizing:border-box;
  width: 100%;
  border-bottom: 1px solid #fff;
  position:relative;
}
nav.globalMenuSp ul li:before{
  position: absolute;
  top:45px;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.4em solid transparent;
  border-left: 0.4em solid #fff;
  content: "";
}


nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding:2em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


/*--------------------------------
cta
---------------------------------*/




/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
div.footer{
  border-top:1px solid #dedede;
  border-bottom:1px solid #dedede;
}
div.footer_in{
  display:flex;
  justify-content:space-around;
  align-items:center;
  padding:60px 0 60px;
}
div.foot_l{
  width:85%;
}
div.foot_r{
  width:15%;
}
.foot_logo{
  text-align:left;
  padding:0 0 20px 0;
}
.foot_logo img{
  width:30%;
  margin:0;
}
ul.foot_nav{
  text-align:left;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  flex-wrap:wrap;
}
ul.foot_nav li{
  margin-right:10px;
  padding:0 30px 0 0;
  position:relative;
  display: block;
}

ul.foot_nav li a{
  color:#000;
}
ul.foot_nav li a:hover{
  color:#ccc;
}

div.foot_copy{
  padding: 20px 0 20px;
}
.foot_copy h5{
  font-size:12px;
}

/*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: #000;
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
div.title_area{
  padding:0px 0 40px;
}
div.title_area h2{
  font-size:48px;
  color:#1d4c8b;
}
/*about*/
div.about{
  background:#f4f4f4;
  padding:80px 0 80px;
}
div.about_text{
  margin:0 auto;
}
div.about_text p{
  text-align:center;
  font-size:16px;
  line-height:2;
  margin:0 0 30px 0;
}

div.about_text p span{
color:#1d4c8b;
font-size:20px;
font-weight: 600;
}


/*sv*/
div.service{
  padding:80px 0 80px;

}
div.sv_in{

}
ul.sv_list{
  width:100%;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  flex-direction:column;
}

ul.sv_list li{
  width:100%;
  display:flex;
  align-items:center;
  border-bottom:2px solid #dedede;
  padding:30px 0 30px;
}
ul.sv_list li:last-child{
  border-bottom:none;
}
ul.sv_list li img{
width: 30%;
}
ul.sv_list li div{
  padding:0 0 0 60px;
  box-sizing:border-box;
}

ul.sv_list li h3{
  text-align:left;
  padding:0 0 20px 0;
  font-size:24px;
  font-weight:bold;
}
ul.sv_list li p{
  padding:0;
  text-align:left;
  font-size:16px;
  line-height:1.8;
}

/*company*/
div.company{
  padding:0px 0 0px;
  background:#f4f4f4;
  display:flex;
  justify-content:center;
  align-items:stretch;
}
div.com_l{
  width:50%;
  overflow: hidden;
}
div.com_l img{
height: 100%;
object-fit:contain;
}
div.com_r{
  width:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  margin:40px auto 40px;
}
div.title_area_com{
  padding:0px 0 0px;
}
div.title_area_com h2{
  font-size:36px;
  color:#1d4c8b;
}
div.com_text{
width:100%;

}
table.com_tb{
  background:#fff;
  width:70%;
  margin:20px auto 0px;
  border-collapse:collapse;
}
table.com_tb th{
  width:30%;
  border-collapse:collapse;
  border:2px solid #ccc;
  font-size:14px;
  padding:7px 15px;
}
table.com_tb td{
  border-collapse:collapse;
  border:2px solid #ccc;
  font-size:14px;
  text-align:left;
  padding: 7px 15px;
}


div.contact{
  background:#a18453;
}
div.contact_in{
  display:flex;
  justify-content:center;
  align-items:center;
}

.cta_btn{
  display:block;
  width:200px;
  padding: 12px 0;
  font-size: 18px;
  color: #fff;
  margin: auto;
  background-color: #1d4c8b;
  border-radius: 100px;
  transition: all 0.7s ease;
  text-align:center;
}
.cta_btn:hover{
  background:#ccc;
  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;
}




