@charset "utf-8";

/* ------------------------------------------------
                　Reset.css
------------------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	background: url("../../img/bg-header.jpg") no-repeat;
background-size:100% auto;
  line-height: 1;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
img { max-width: 100%; height: auto;  vertical-align: top;}


/* ------------------------------------------------
                　ヘッダー設定
------------------------------------------------*/
.header-in{
	height: 60px;
	position: relative;
	top: 0;
	left: 0;
} 
.header{
border-bottom: 5px solid #a7ceff;}
.header{
background:#fff;}
.logo{
	text-align: center;
	position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%) ;
}
.logo img{
	width:230px;
}
@media screen and (min-width: 1020px) {
.header-in{
	 width:1020px;
	height: 80px;
	 margin: 0 auto;}
.logo img{
	width:400px;
}
}
.menu-sub{
	position: absolute;
	right: 3%;
	top: 40%;
}
.menu-sub li{
	display: inline-block;
	border-left: 1px solid #989898;
	
}

.menu-sub li:first-child{
	border-left: none;
}
.menu-sub li a{
	padding: 0.5em;
	text-decoration: none;
	color: #222;
}
.menu-sub li a:hover{
    text-decoration: underline;
}
/* ------------------------------------------------
                メインメニュー設定
------------------------------------------------*/

  @media screen and (min-width: 1020px) {
.PCmenu{
	width: 100%;
	background:rgba(1,57,197,0.8);
	height: 58px;
}

	  .PCmenu-in li{
		  width: 20%;
		  border-right: #3c89ea solid 1px;
		  line-height: 58px;
		  text-align: center;}
	  
	  .PCmenu-in li:first-child{
		  border-left: #3c89ea solid 1px;}
	  .PCmenu-in li a{
		  color: #fff;
		  display: block;
		  text-decoration: none;
		  
	  }
	  .PCmenu-in li a:hover{background:#3AC5FF;
	transition: 0.5s ;}

}

/* ------------------------------------------------
                フッター設定
------------------------------------------------*/
.footerArea-link_in > li > a{
    color: #222;
    text-decoration: none;
      }
@media screen and (max-width:1019px) {
    
    .footerArea-link_in > li{
        width: 100%;
        position: relative;
    }

    .footerArea-link_in > li > a{
        padding:1em;
        display: block;
    background: #f4f4f4;
        border-top: 1px solid #ccc;
      }
    .footerArea-link_in > li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
        position: absolute;
        right: 15px;
  font-weight: 900;
        color: #555;
}
}

.footerArea-main{
	background: #0d67d7;
color: #fff;}

.footerArea-main a{color: #fff;
text-decoration: none;}

.copywriter{
	color: #abd0ff;
	font-size: 0.8em;
	padding: 1.5em;
}
.footer-logo{
	text-align: left;
		  padding: 1.5em;
}
.footer-logo dt{
	font-size: 1.8em;
	font-weight: bold;
    margin-right: 0.5em;
}

.footer-logo dd{
	text-align: left;
    line-height: 1.3em;
	font-size: 0.8em;
}

  @media screen and (min-width:1020px) {
      .footerArea a:hover{
          text-decoration: underline;
      }
.footerArea-link{
    background: #f4f4f4;
}
.footerArea-link_in {
    padding: 1.8em;
    text-align: center;}
.footerArea-link_in > li{
    padding:0 0.5em;
          border-left: 1px solid #222;
    display: inline;}
      .footerArea-link_in > li:first-child{
          border-left:none;
      }
	  .footerArea-main_in{
		  display: flex;
	  }
.footerArea-main_nav{
    margin-left: auto;
	width:50%;
	padding: 1.5em;
	  }
	  .footerArea-main_nav > ul{
		  margin-bottom: 1em;
	  }
	  .footerArea-main_nav > ul > li{
		  border-right:1px solid #fff;
		  padding:0 0.8em;
		  display: inline;
		  text-align: right;
	  }
      footerArea-main_nav a{
          text-decoration: underline;
      }
	  .footerArea-main_nav > ul > li:first-child{
		  border-left:1px solid #fff;}
	  .copywriter{
		  text-align: right;
	  }
	  
}

@media screen and (max-width:1019px) {
	.footerArea-main_nav > ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
.footerArea-main_nav > ul > li{
	width: 50%;
	border-top: 1px solid #9cc8ff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	}
	.footerArea-main_nav > ul > li:nth-child(even){
	border-left: 1px solid #9cc8ff;
		
	}
	.footerArea-main_nav > ul > li >a{
		display: block;
	}
	.footerArea-main_nav > ul{
	border-bottom: 1px solid #9cc8ff;}
	
}

/* ------------------------------------------------
                スライダー設定
------------------------------------------------*/

.slider{
	margin: 0;
    padding: 0;
    line-height: 0;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);}

.slider img{
    width: 100%; 
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.mainvisual-wrapper {
	position: relative;
	min-height: 140px;
	padding:0 1em;
	  }

  @media screen and (min-width:1020px) {
 .mainvisual-wrapper {
	min-height: 400px;
	  }}


/* ------------------------------------------------
                パンくず
------------------------------------------------*/
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	padding: 1em 2em;
	background-color: #f5f5f5;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #222;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #ababab;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #ababab;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

/* ------------------------------------------------
               見出し
------------------------------------------------*/
.title1 {
	position: relative;
	height: 80px;
}
.title1 h1{
    font-weight: bold;
	background:rgba(255,255,255,0.8);
  position: absolute;
	width: 80%;
  top: 50%;
  left: 50%;
	border-top: 3px solid #0d67d7;
  transform: translateY(-50%) translateX(-50%);
	padding: 0.5em;
	font-size: 1.5em;
	text-align: center;
}
  @media screen and (min-width:1020px) {
.title1{
	height: 200px;
	  }
	  .title1 h1{
	font-size: 1.5em;
		  padding: 1.5em;
	width: 600px;}
}

/* ------------------------------------------------
                トップコンテンツ設定
------------------------------------------------*/
.main{
	background: #fff;
}
.box-top{
	padding: 2em 0;
    line-height: 1.5em;
}
@media screen and (min-width: 1020px) {
.box-top{
	padding: 5em 0;
}
}
.title-branch{
	color:#0d67d7;
    position: relative;
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
    margin-bottom: 1em;
}

.title-branch span{
    border-bottom:2px solid #0d67d7;
}

.title-top{
	color:#0d67d7;
    position: relative;
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
}
.title-top:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 1px; /*下線の幅*/
  height: 40px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #0d67d7; /*下線の色*/
}
.title-top i{
    display: block;
    padding-bottom: 0.5em;
}


/* ---------------------ページ上部へ*/
.page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right:10px;
  bottom: 10px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
.page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* ------------------------------------------------
                サイドバー
------------------------------------------------*/
.sidebar-wrapper{
    width: 100%;
    text-align: left;
}
.pageLink-box > h2{
background: linear-gradient(135deg, #397ed5 0%, #397ed5 50%, #0d67d7 50%, #0d67d7 100%);
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    text-align: left;
    padding:0 1em;
}
.pageLink-box > h3{
    height: 40px;
    line-height: 40px;
    color: #fff;
	background: #44b2f1;
    text-align: center;
    text-align: left;
    padding:0 1em;
}

.pageLink-box > ul > li{
    position: relative;
    color: #0d67d7;
}
.pageLink-box > ul > li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
    position: absolute;
    left: 10px;
    top: 15px;
  font-weight: 900;
}

.pageLink-box > ul > li a{
    padding:1em 1.8em;
    background: #e7f2ff;
    border-bottom: 1px solid #c1d5ee;
    display: block;
    color: #222;
    text-decoration: none;
    transition: all 0.5s;
}

.pageLink-box > ul > li a:hover{
    background: #c8e0ff;
}
@media screen and (min-width: 1020px) {
 .sidebar-wrapper{
    width: 25%;
    }
   
}

/* ------------------------------------------------
                下層コンテンツ設定
------------------------------------------------*/
.main-in{
    padding: 1em;
}
@media screen and (min-width: 1020px) {
.main-in{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 3.5em 0;
}

.contents-wrapper{width: 70%;
    margin-left: 5%;}
}

.contents-title{
    border-top: 4px solid #0d67d7;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    margin-bottom: 2em;
}
.contents-title::before {
	content: '';
	width:100%; 
	border: 1px solid #0d67d7;
	position: absolute; 
	top: 3px; 
	left: 0px;
}
.contents-title > h1{
    font-size: 1.5em;
    padding: 1.3em;
    }
.contents-title-info{
    text-align: right;
    border-top: 1px dashed #b3b3b3;
    padding: 0.8em;
    color: #7f7f7f;
}
.contents-title > ul{
    font-size: 0.9em;
}
.contents-title-info > li{
    display: inline;
    margin-left: 1em;
}
.contents-title-info > li > a{
    color: #0d67d7;
}

.section-wrapper{
    margin:1em 0 3.5em 0;
}
@media screen and (min-width: 1020px) {
.section-wrapper{
    margin:1em 0 5em 0;
}
    
}


.pagein-title{
    margin: 0 auto;
    margin-bottom: 3em;
    margin-top: 1.5em;
    line-height: 1.7em;
    text-align: center;}
.pagein-title span{
    font-size: 1.5em;
    position: relative;
    color: #0d67d7;
  display: inline-block;
  padding: 0 45px;}

@media screen and (min-width: 1020px) {
    
    .pagein-title{
    margin-bottom: 5em;
    margin-top: 1.5em;}
    
}
.pagein-title span:before, .pagein-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #0d67d7;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.pagein-title span:before {
  left:0;
}
.pagein-title span:after {
  right: 0;
}
.section-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  border-bottom: solid 4px #ccc;
  position: relative;
}

.section-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #0d67d7;
  bottom: -4px;
  width: 30%;
}


.box-wrapper{
    margin: 2em 0 2em 0;
}
@media screen and (min-width: 1020px) {
.box-wrapper{
    margin: 3em 0 3em 0;
}
    
}

.box-title{
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.6em;
    background: #eaeaea;
    margin-bottom: 0.8em;
    border-left: 5px solid #0d67d7;
}



.box-btnlink li{
    border: 1px solid #ccc;
    margin: 1%;
    width: 98%;
    }
.box-btnlink li a{
    padding: 1em;
    font-size: 1.1em;
    color: #0d67d7;
    text-decoration: none;
    display: block;
}
.box-btnlink li a:hover{background:#F1F1F1;
	transition: 0.5s ;}
@media screen and (min-width: 1020px) {
.box-btnlink li{
    width: 48%;
    
    }
}

