@charset 'UTF-8';
/* ---------------------------------------- file info */
/* filename:style.css */
/* -------------------------------------------------- */

/* --------------------------------------------------
    reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}

/* --------------------------------------------------
    font
-------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: normal;
    src: local("Noto Sans CJK JP Regular"),
    url('../font/NotoSans_Regular.woff2') format('woff2'),
    url('../font/NotoSans_regular.woff') format('woff'),
    url('../font/NotoSans_regular.otf') format('opentype');
}


@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: bold;
    src: local("Noto Sans CJK JP Bold"),
    url('../font/NotoSans_Bold.woff2') format('woff2'),
    url('../font/NotoSans_bold.woff') format('woff'),
    url('../font/NotoSans_bold.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Serif jp';
    font-style: normal;
    font-weight:normal;
    src: local("Noto Serif CJK JP Regular"),
    url('../font/NotoSerifCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Serif jp';
    font-style: normal;
    font-weight:500;
    src: local("Noto Serif CJK JP Medium"),
    url('../font/NotoSerifCJKjp-Medium.woff') format('woff'),
    url('../font/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Serif jp';
    font-style: normal;
    font-weight: bold;
    src: local("Noto Serif CJK JP Bold"),
    url('../font/NotoSerifCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSerifCJKjp-Bold.otf') format('opentype');
}


/* --------------------------------------------------
    スタイルブック用CSS
-------------------------------------------------- */

hr {
 height: 5px;
 background-color: #EEEEEE;
 width: 100%;
 border: none;
 padding: 60px 0;
 margin:0;
}


/* --------------------------------------------------
    base
-------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
html, body {
	width: 100%;
	min-height: 100%;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	_overflow: auto;
}
body {
	font-family: YakuHanJPs, 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0;
	color: #333946;
	background: #fff;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
a {
	position: relative;
	text-decoration: none;
	color: inherit;
}

a.line {
	position: relative;
	text-decoration: underline;
	color:#0A2864;
}

.pb20 {
	padding-bottom:20px;
}


a[href^=tel] {
	text-decoration: none;
	color: inherit;
}
/* hover */
.no-touchevents a:hover {
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
body {
}
}

@media screen and (max-width: 950px) {
body {
}
}

@media screen and (max-width: 736px) {
body {
}
}
/* ---------------------
   Heading, Paragraph
--------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
}




/* ---------------------
   main
--------------------- */

.small_cont {
	max-width: 850px;
	margin: 0 auto;
}


main.top {
	background-color: #FFFFFF;
}



main.second {
	background-color: #EEEEEE;
}

main.second .uk-container {
	background-color: #FFFFFF;
	padding: 80px 100px;
	max-width: 1080px;
}


main.second .grey .uk-container {
	background-color: #EEEEEE;
	padding: 80px 100px;
	max-width: 880px;
}



main.second h2 {
	font-family: YakuHanJPs, 'Noto Serif jp';
	font-weight: 500;
	margin-bottom: 24px;
	font-size: 24px;
}


h2.l-line {
	display: flex;
	align-items: center;
}


h2.l-line:before {
    border-top: 5px solid #0A2864;
    content: "";
    width:23px;
    margin-right: 10px;
}

main.second h3 {
	font-family: YakuHanJPs, 'Noto Serif jp';
	font-weight: 500;
	color:#0A2864;
	margin-bottom: 12px;
	font-size: 20px;

}

main.second .grey h2 {
  position: relative;
  margin-bottom: 50px;
}

main.second .grey h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0A2864;
  border-radius: 2px;
}
/* ---------------------
  メンバー
--------------------- */

main.second .member h3 {
	font-family: YakuHanJPs, 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;
	font-weight: normal;
	color:#000000;
	margin-bottom: 10px;
	font-size: 18px;

}

main.second .member h4 {
	font-family: YakuHanJPs, 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;
	font-weight: normal;
	color:#0A2864;
	margin-bottom: 12px;
	font-size: 16px;

}


.member img {
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:180px;
    height:180px;

}


main.second p {
	line-height: 190%;
}

/* ---------------------
  footer
--------------------- */
footer {
	background-color: #EEEEEE;
	padding: 50px 10px 15px 10px;
}

footer ul {
display:flex;
font-weight: 500;
font-size: 13px;
padding:30px 0 10px 0;
}

footer li {
	padding-right: 10px;
}

.copyright {
	text-align: right;
	font-size:13px;
}




/* ---------------------
   Text
--------------------- */

p {
font-size:16px;
}

.lead {
	text-align: center;
	padding:30px 0;
}


.lead p{
	color:#003F52;
	font-size:24px;
	font-family: YakuHanJPs, 'Noto Serif jp';
	font-weight: 500;
	line-height: 185%;
  padding: 35px 0;
}


/* ---------------------
   Text 上下空き調整
--------------------- */

.pt10 {
  padding-top: 10px;
}
.mt10 {
  margin-top: 10px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}


.ptb60 {
	padding: 60px 0;
}

.pt60 {
	padding-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}



.line190 {
  line-height: 190%;
}

.relative {
  position: relative;
}
/* ---------------------
   Section
--------------------- */

section {
	padding-bottom:60px;
}




/* ---------------------
   グロナビ
--------------------- */




header {
	width:100%;
	height:100px;
    background-color:rgba(255,255,255,0.8);
  z-index: 100;
position: relative;
}




nav a :{color:#333946;}
nav a:link{color:#333946;}
nav a:hover{color:#333946;}
nav a:visit{color:#333946;}

.breadcrumbs a :{color:#999999;}
.breadcrumbs a:link{color:#999999;}
.breadcrumbs a:hover{color:#999999;}
.breadcrumbs a:visit{color:#999999;}



#subnavi {
position: absolute;
top:5px;
right:15px;
}

#subnavi li {
	margin-left: 1.5em;
	font-size:14px;
}


/* ---------------------
  ボタン
--------------------- */
.cont {
	margin:20px auto;
}

a.cont_btn{
  padding:15px 0;
  margin: 30px 0 0;
  display: inline-block;
  color: #fff !important;
  background: #283064;
  text-decoration: none;
  font-weight: 500;
  width: 350px;
  font-size:16px;
  text-align:center;
  text-decoration:none !important;
}
a.cont_btn:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 15px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.cont_btn:hover {
    background: #364187;
}

a.anc_btn{
  padding:15px 0;
  margin:0 10px;
  display: inline-block;
  color: #fff !important;
  background: #283064;
  text-decoration: none;
  font-weight: 500;
  width: 220px;
  font-size:14px;
  text-align:center;
  text-decoration:none !important;
}

.g-back {
	padding:20px 10px;
	margin-bottom: 100px;
}

a.anc_btn:after {
  content: '';
  position: absolute;
  bottom: 8px;
  display: inline-block;
  left: 50%;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 4px 0 4px;
border-color: #ffffff transparent transparent transparent;
}


a.anc_btn:hover {
    background: #364187;
}


a.detail_btn{
  padding:15px 0;
  margin: 30px 0 0;
  display: inline-block;
  color: #fff !important;
  background: #0A2864;
  text-decoration: none;
  font-weight: 500;
  width:100%;
  font-size:16px;
  text-align:center;
  text-decoration:none !important;
}
a.detail_btn:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 15px;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.detail_btn:hover {
    background: #4776BC;
}

a.detail_btn.tointerview {
    max-width: 360px;
}

.g-box a.detail_btn{
  padding:10px 0;
  margin: 10px 0;
  display: inline-block;
  color: #fff !important;
  background: #0A2864;
  text-decoration: none;
  font-weight: 500;
  width:50%;
  font-size:14px;
  text-align:center;
  text-decoration:none !important;
}

a.small_btn{
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  font-size:13px;
  text-align:left;
  text-decoration:none !important;
}
a.small_btn:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
  background: url("../img/ss_arrow.png") no-repeat;
  background-size: contain;
  padding-left: 20px;
  vertical-align: middle;
}




a.back_btn{
  padding:15px 0;
  margin: 30px 0 0;
  display: inline-block;
  color: #fff !important;
  background: #283064;
  text-decoration: none;
  font-weight: 500;
  width: 350px;
  font-size:16px;
  text-align:center;
  text-decoration:none !important;
}
a.back_btn:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 18px;
    left: 15px;
  background: url("../img/b_arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.back_btn:hover {
    background: #364187;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #333;
  text-decoration: none;
}
.arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #283064;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.contact {
	text-align: center;
	padding: 60px 10px;
}

.contact h5 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:30px;
	font-weight: normal;
	font-family: YakuHanJPs, 'Noto Serif jp';
	margin-bottom: 30px;

}


.contact h5::before,.contact h5::after {
	content: '';
	width: 350px;
	height: 1px;
	background-color: #AAA;
}


.contact h5::before {margin-right: 20px;}
.contact h5::after {margin-left: 20px;}




.aboutus h5 {
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    font-family: YakuHanJPs, 'Noto Serif jp';
    margin-bottom: 60px;
}



.aboutus h5::before,.aboutus h5::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #AAA;
}


.aboutus h5::before {margin-right: 20px;}
.aboutus h5::after {margin-left: 20px;}

/* ---------------------
   お知らせ
--------------------- */

.catebox {
	display: inline-block;
	padding:2px 5px;
	width:90px;
	margin-left:20px;
	font-size:14px;
	border:1px solid #CCCCCC;
	text-align: center;
}

.info dl {
padding: 10px 0;
}

.info dt {
padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
.info dt {
clear: left;
float: left;
width: 230px;
}
.info dd {
    margin-left: 230px;
    position: relative;
    top: 3px;
}
}

.info_cate ul{
 display:flex;
 margin-bottom: 50px;
    padding-bottom: 6px;
 border-bottom: 1px solid #DDDDDD;
}

.info_cate ul li a{
	padding: 0 40px 10px;
	border-bottom: 2px solid #BBBBBB;
}

.info_cate ul li a.active{
	border-bottom: 2px solid #0A2864;
}


.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.pagination {
    padding-left: 0;
    display: flex;
    list-style: none;
}



.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #283064;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:not([disabled]):not(.disabled) {
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #283064;
    border-color: #283064;
}

a.file_btn{
  padding:10px 10px 10px 20px;
  margin:20px 0px;
  display: inline-block;
  color: #fff !important;
  background: #7195CC;
  text-decoration: none;
  font-weight: normal;
  font-size:13px;
  text-align:center;
  text-decoration:none !important;
}

a.file_btn:hover {
	background: #4272B9;

}


.info nav {
	margin-top:60px;
}


.day {
	font-size: 14px;
	margin-bottom: 30px;
}

main.second .informain h2 {
	border-bottom: 2px solid #0A2864;
	margin-bottom: 24px;
	padding-bottom: 10px;
	font-size:28px;
	font-family: YakuHanJPs, 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;

}

.file svg{
       color:#FFFFFF;
       margin-left: 20px;
}

/* ---------------------
   装飾
--------------------- */

main.second p.no {
	font-size:70px;
	color:#CAD8EC;
  line-height: 100%;
	text-align: center;
	font-family: YakuHanJPs, 'Noto Serif jp';
	font-weight: normal;

}

/* ---------------------
   パンくず
--------------------- */

.breadcrumbs {
	background-color: #EEEEEE;
	padding:10px 0;
	font-size:12px;
}

.breadcrumbs ul{
  margin: 0;
  padding: 0;
  list-style: none;
}





.breadcrumbs li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumbs li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumbs li:last-child:after {
  content: '';
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

/* ---------------------
  メイン画像
--------------------- */

#brand {
    height: 450px;
    position: relative;
}

#brand h1 {
	color:#FFFFFF;
	font-family: YakuHanJPs, 'Noto Serif jp';
	font-weight: bold;
	font-size:36px;
}

/* ---------------------
   btn
--------------------- */
a.linkcolor{
	color:#0A2864;
	text-decoration:underline;
}



/* ---------------------
   その他要素
--------------------- */
.bluebox h4 {
	background-color:#0A2864;
	padding: 10px;
	color:#FFFFFF;
	display: block;
	width: 100%;
}

.b_box {
	border:1px solid #0A2864;
	padding:20px 10px;
	display: block;
	width: 100%;
	line-height: 220%;
	position: relative;
}

.b_box ul {
margin-left:30px;
}


.b_box li {
	font-size: 18px;
	list-style-type: disc;
}

.b_box .abs_text {
	font-size: 20px;
	font-weight: bold;
	padding-right: 60px;
}

.g-box {
  text-align: center;
}

main.second .g-box h2 {
  text-align: center;
  font-size:16px;
  font-weight:bold;
  margin-bottom:0px;
  margin-top: 20px;
 font-family: YakuHanJPs, 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', YuGothic, Meiryo, 'MS PGothic', Arial, Osaka, Sans-Serif;
}

main.second .g-box .g-box-image {
    width: 100%;
    height: 130px;
    margin: 0 auto;
}

main.second .g-box .g-box-image img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
}


/* ---------------------
   List
--------------------- */
ol, ul, li {
	zoom: 1;
	list-style: none;
}


/* ---------------------
   Table
--------------------- */
.uk-table th {
    padding: 20px 12px;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    color: #0A2864;
    text-transform: uppercase;
}

.uk-table td {
    padding: 20px 12px;
    }
/* ---------------------
   Form
--------------------- */

/* ---------------------
   Other
--------------------- */

/* --------------------------------------------------
    utility
-------------------------------------------------- */
/* ---------------------
   device
--------------------- */
.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width: 736px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
}
/* ---------------------
   font
--------------------- */

.ff-en {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: .02em;
}


/* ---------------------
   404
--------------------- */
.page_404 {
    text-align: center;
}
main.second .page_404 h2 {
    font-family: YakuHanJPs, 'Noto Serif jp';
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 36px;
}

.pp p {
	padding-bottom:30px;
}

.pp ul {
	padding-bottom:30px;
}
.presstable table{
	width:100%;
	margin:10px 0;
}

.presstable table td,.presstable table th{
	padding:5px;
		    border-collapse: collapse;
		border:1px solid #CCCCCC;
vertical-align:top;
	font-size:13px;
	text-align:left;
}


.b_link a{color:#006DD9;text-decoration: underline;}
.b_link a:link {color:#006DD9;text-decoration: underline;}
.b_link a:hover {color:#006DD9;text-decoration: underline;}
.b_link a:visit {color:#006DD9;text-decoration: underline;}