@charset "UTF-8";

/*



	common

*/
header {

	/*overflow:hidden;*/
}



#pagetop {
    cursor: pointer;
    position: fixed;
    right: 1%;
    z-index: 3000;
}



html,body{
    width: 100%;
	margin:0 auto;
	position:relative
}



/* ----------------------------------------------------------------------------------------------------



	font-face



--------------------------------------------------- */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@font-face{ 
	font-family: 'LiberationSans-Regular-webfont';
	src: url('../font/LiberationSans-Regular-webfont.eot');
	src: url('../font/LiberationSans-Regular-webfont.eot?iefix') format('eot'),
	     url('../font/LiberationSans-Regular-webfont.woff') format('woff'),
	     url('../font/LiberationSans-Regular-webfont.ttf') format('truetype'),
	     url('../font/LiberationSans-Regular-webfont.svg#webfont') format('svg');
}




/* ----------------------------------------------------------------------------------------------------



	base



--------------------------------------------------- */

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}
html,
body {}
body {
	background-color:#fff;
	color:#4a4747;
	display: block;
	font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size:15px;
	overflow-x: hidden;
	/*min-width: 1300px;*/
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}
a { display: block; }
a,
a:hover {
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
a {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	}
img:hover { outline: none; }
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}
	
	
#wrapper {
    background-color: #c1c1c1;
    height: 6px;
}

#wrapper .inner {
	width:1024px;
	margin:0 auto;
}


/* ------top_#mainservice  #service_#mainservice------------------- */

#mainservice li article a p {
	width:308px;
	height:170px;
	overflow:hidden;
}
#mainservice li article a p img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
#mainservice li article a:hover p img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* ----------------------------------------------------------------------------------------------------



	header



--------------------------------------------------- */
#fixedmenu {
    position: fixed;
    right: 0;
    top: 110px;
    z-index: 1000;
}
#fixedmenu #fm_contact, 
#fixedmenu #fm_infolder {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display:block;
	width:69px;
	height:258px;
	overflow:hidden;
	position:relative;
}
#fixedmenu #fm_contact {
	background: #232b7e url(../img/common/rightlabel01.png) no-repeat center center;
}
#fixedmenu #fm_contact:hover {
	background-color: #0442b4;
}
#fixedmenu #fm_infolder:hover {
	background-color: #01a8ae;
}
#fixedmenu #fm_infolder {
	background: #25927f url(../img/common/rightlabel02.png) no-repeat center center;
	margin-top:15px;
}
#fixedmenu #fm_contact:after, 
#fixedmenu #fm_infolder:after {
    background: #545993;
    content: '';
    bottom: -10px;
    left: -10px;
    height: 20px;
    position: absolute;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#fixedmenu #fm_contact:after {
    background: #545993;
}
#fixedmenu #fm_infolder:after {
    background: #49a38b;
}

#header_wrap {
	height:80px;
    position: relative;
    overflow: hidden;
    width: 1024px;
    margin: 0 auto 5px auto;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    height: 60px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#header_wrap:after {
    content: "";
    background-color: #011f76;
    height: 6px;
    width: 336px;
    position: absolute;
    left: 0px;
    top: 0px;
}

header h1,
footer .flogo {
    background-image: url(../img/common/logo.svg);
    background-repeat: no-repeat;
    z-index: 1;
}
header h1 a,
footer .flogo { text-indent: -9999px; }
header h1 {
    background-size: 100%;
    width: 336px;
    height: 100%;
}
header h1 {
    position: absolute;
    left: 0px;
    top: 10px;
}
header .logo_area span.label {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 8px;
    font-size: 11px;
}
header .logo_area {
    float: left;
}
header .tel {
    align-items: center;
    display: flex;
	float: right;
	margin-top: 10px;
}

header .tel li:first-child {
    background: url(../img/common/tel_ico.png) no-repeat left center;
	display:inline-block;
    font-size: 90%;
    font-weight: bold;
	margin-right: 15px;
    padding: 5px 0 5px 35px;
}

header .tel li:last-child {
	display: inline-block;
    vertical-align: middle;
}

header .tel li:last-child p.num, 
#contact #inner_cont p.num, 
#qa #inner_cont p.last span {
	color:#011f76;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
header .tel li:last-child p.num {
    align-items: center;
    display: flex;
    font-size: 170%;
    gap: 0 0.5rem;
}
header .tel li:last-child p.num .place {
    font-size: 1rem;
}
header .tel li p.time {
    font-size: 80%;
    margin: 0.3em 0 0;
}

/* ----------------------------------------------------------------------------------------------------



	nav



--------------------------------------------------- */
header nav {
    border-top: #e7e7e7 1px solid;
    -webkit-box-shadow: 0 0 0px 3px #f2f2f2 inset;
    -moz-box-shadow: 0 0 0px 3px #f2f2f2 inset;
    box-shadow: 0 3px#f2f2f2 inset;
}
header #mainnavi {
	margin: 0 auto;
    width: 1024px;
	overflow:hidden;
}
header #mainnavi li {
    float: left;
}
header #mainnavi li a {
    color: #080808;
    font-size: 90%;
    padding-top: 18px;
    padding-right: 55px;
    padding-bottom: 18px;
    padding-left: 54px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
header #mainnavi li:last-child a {
    padding-right: 45px;
}
header nav #mainnavi li .on:after, 
header nav #mainnavi li a:hover:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #0f1ca4;
    position: absolute;
    left: 0px;
    top: 0px;
}

header nav #mainnavi li .on:before, header nav #mainnavi li a:hover:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -3px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #0f1ca4 transparent transparent transparent;
}

header #mainnavi li:first-child a {
    padding-right: 18px!important;
    padding-left: 18px!important;
}



/* ----------------------------------------------------------------------------------------------------



	contact_area


--------------------------------------------------- */

#strength h2, 
#contact_area h2 
 {
	font-size:180%;
	font-weight:bold;
	font-style:oblique;
 	padding: 50px 0 15px 0;
}

#wrapper #contact_area {
    background: url(../img/common/contactarea_bg.jpg) repeat;
    height: 300px;
}
#wrapper #contact_area .position_bg {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
#contact_area .bg {
    background: url(../img/common/contactarea_bg02.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 3;
    top: 0;
    left: -30%;
}
#contact_area .inner {
	position:relative;
	z-index:5;
}

#contact_area .inner .tit {
	text-align:center;
}

#contact_area .inner .tit h2 {
	padding-top: 60px;
    padding-bottom: 0;
}
/* リセット＆基本設定 */
.contact-nav {
    display: flex;
    justify-content: center;
    gap: 1rem 2.5rem;
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    font-family: "Hiragino Sans", "Meiryo", sans-serif;
  }
  
  .contact-item {
    min-width: 350px;
  }
  
  .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b4b8a;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 16px;
    height: 100px;
    box-sizing: border-box;
  }
  
  a.contact-box.is-link {
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  
  a.contact-box.is-link:hover {
    opacity: 0.85;
  }
  
  /* アイコン設定 */
  .contact-box .icon {
    display: flex;
    align-items: center;
    margin-right: 12px;
    width: 45px;
  }
  
  .contact-box .icon svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
  }
  
  .contact-box .text-group {
    text-align: left;
  }
  
  .contact-box .tel-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
  }
  
  .contact-box .office-label {
    font-size: 14px;
    font-weight: bold;
  }
  
  .contact-box .tel-num {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.1;
  }
  
  .contact-box .main-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  .contact-box .sub-text {
    font-size: 14px;
    margin-top: 4px;
    white-space: nowrap;
    letter-spacing: 0.2px;
  }
  
  .contact-box .arrow {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
  }


/* ----------------------------------------------------------------------------------------------------



	footer


--------------------------------------------------- */
footer #f-menu {
	padding:30px 0;
	overflow:hidden;
	background:#f9f9f9;
	border-bottom:#efefef 1px solid;
}

footer #f-menu dl dt {
    font-size: 90%;
}
footer #f-menu dl:first-child dt, 
footer #f-menu dl:nth-child(2) dt {
    float: left;
    width: 13%;
}
footer #f-menu dt:before, 
#sitemap #inner_cont ul li a:before {
    content: url(../img/common/arrow03.png);
    display: inline-block;
    padding-right: 5px;
    height: 10px;
}
footer #f-menu dl:nth-child(2) dt {
	height:70px;
}
footer #f-menu dl:first-child dd, 
footer #f-menu dl:nth-child(2) dd li, 
footer #footer_info ul li {
    display: inline-block;
    font-size: 80%;
    vertical-align: middle;
}
footer #f-menu dl:first-child dd a:after, 
footer #f-menu dl:nth-child(2) dd li a:after, 
footer #footer_info ul li a:after {
    content: '|';
	display:inline-block;
    padding: 0 15px;
}
#footer_info ul li:last-child a:after {
	padding-right: 0;
}
footer #f-menu dl:first-child, 
footer #f-menu dl:nth-child(2) {
	margin-bottom:15px;
}
footer #f-menu dl:nth-child(3), 
footer #f-menu dl:nth-child(4),
footer #f-menu dl:nth-child(5) {
	display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
footer a, 
#sitemap #inner_cont ul li a {
    color: #4a4747;
} 
footer a:hover {
	text-decoration:underline;
	}

section#f-menu dt a {
	display:inline-block;
}
footer #footer_info {
	margin: 20px 0 5px 0;
}
footer #footer_info .inner {
	overflow:hidden;
}
footer #f-menu dl:first-child dd a:after:hover, 
footer #f-menu dl:nth-child(2) dd li a:after:hover, 
footer #footer_info ul li a:after:hover {
	text-decoration:none!important;
}
footer #footer_info .logo_area {
    float: left;
    font-size: 75%;
    left: 0;
    padding-top: 25px;
    position: relative;
}
footer .flogo {
    width: 336px;
    height: 70px;
}

footer .logo_area span {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    font-size: 11px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
footer #footer_info .pp_area {
    float: right;
    text-align: right;
	width: 50%;
}

footer #footer_info .pp_area .badge {
    display: inline-block;
    vertical-align: middle;
}

footer #footer_info .pp_area .meetsmore {
	 width: 15%;
}
footer #footer_info .pp_area .meetsmore img {
    width: 100%;
}
footer #footer_info .pp_area p {
    font-size: 70%;
    width: 40%;
    display: inline-block;
    text-align: left;
    margin: 0 7px 5px 0;
}
footer #footer_info ul li {
	font-size:75%;
}
footer #copyright {
    text-align: center;
    font-size: 70%;
    color: #fff;
    background-color: #01195b;
    padding: 4px 0;
}

#pagetop {
    cursor: pointer;
    position: fixed;
    right: 1%;
    z-index: 3000;
}
/* ----------------------------------------------------------------------------------------------------



	news


--------------------------------------------------- */

#info_area #news dd a:hover, 
#news #inner_cont dd a:hover {
	text-decoration:underline;
}
#info_area #news dl span, 
#news #inner_cont dl span, 
#news .entry .news_label span {
	color:#fff;
    padding: 3px 0px;
    display: inline-block;
    text-align: center;
}
#info_area #news dl .title {
	text-align:left;
}
#news .cate_1,
#news .cate_seminar {
    background: #0475aa;
}
#news .cate_2,
#news .cate_magazine {
    background: #117765;
}
#news .cate_4,
#news .cate_other {
    background: #74704e;
}
#news .cate_3,
#news .cate_roumu_news {
    background: #f87832;
}

#info_area #news dd a, 
#news #inner_cont dd a {
	color: #2e2f32;
}
#news .blue01 {
    color: #063378;
}
#news .point,
.orange {
    color: #fb863f;
}

/* ----------------------------------------------------------------------------------------------------



	strength


--------------------------------------------------- */
#strength h2 span {
    background: url(../img/top/check_num.png) no-repeat center center;
    width: 51px;
    height: 53px;
    text-indent: -9999px;
    z-index: 1;
    display: inline-block;
    margin: -10px -10px 0 10px;
    vertical-align: middle;
}