@charset "utf-8";

/*Webフォントの定義・IEは利かない*/
@font-face {
	font-family: "Hannari";
	src: url("../fonts/Hannari.woff")  format('woff');
}
@font-face {
	font-family: "YUGOTHB";
	src: url("../fonts/YUGOTHB.woff")  format('woff');
}
@font-face {
	font-family: "YUGOTHM";
	src: url("../fonts/YUGOTHM.woff")  format('woff');
}
@font-face {
	font-family: "YUMINDB";
	src: url("../fonts/YUMINDB.woff")  format('woff');
}

/*　all common　*/
html {
	font-family: "YUGOTHM","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 16px;
}
body {
	line-height: 26px;
	color: #333333;
	text-align: left;
	background-color: white;
}

/*h1*/
h1 {
	font-weight: normal;
}

/*h2*/
h2 {
	font-size: 36px;
	font-family: "Hannari","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
}

.h2_style1 {
	background-image: url("../img/common/h2_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 45px;
	color: #12609b;
	text-align: center;
	line-height: 39px;
	margin-top: 30px;
}
.h2_style1_line {
	border: solid #12609b 2px;
	width: 80px;
	margin: 0 auto;
	border-radius: 4px;
	margin-top: 16px;
}
.h2_under_string {
	font-family: "YUMINDB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	color: #12609b;
	font-size: 13px;
	margin-top: 10px;
	text-align:center;
}

h3 {
	font-size: 33px;
	font-family: "Hannari","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: normal;
	padding-top: 11px;
}
.h3_style1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.h3_style1 .before,
.h3_style1 .after {
	display: inline-block;
	width: 90px;
	height: 19px;
	background-image: url("../img/common/border.gif");
	background-position: center;
	background-repeat: no-repeat;
}
.h3_style1 .before {
	margin-right: 20px;
}
.h3_style1 .after {
	margin-left: 20px;
}
.h3_style2 {
	background: #c3e1f9;
	display: block;
	margin: 3px 0;
	padding: 10px 8px 20px;
	text-align: center;
}
.h3_efforts{
    background-color: #ffffff;
    width: 380px;
    height: 100px;
    position: relative;
    z-index: 300;    
    margin: auto;
}
.h3_efforts2{
    background-color: #ffffff;
    width: 500px;
    height: 80px;
    position: relative;
    z-index: 300;    
    margin: 0 auto;
		margin-bottom: 20px;
}
.h3_title1,
.h3_title2 {
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 15px;
    background-color: #12609b;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
.h3_title1 {
    background-color: #12609b;
}
.h3_title2{
    background-color: #e8a032;
}

.bolder {
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

ul {
	display: inline-block;
}
li{
	list-style: none;
	display: inline-block;
}
ul.ul_style {
	padding-left: 16px;
}
ul.ul_style li {
	display: list-item;
	list-style: square;
}



ol.number {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.number li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
	display: block;
}
ol.number li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #b1c6d6;
  color: #333333;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	margin-top: 4px;
}


/*Aタグ*/
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	opacity: 0.6 !important;
	transition: opacity 0.3s linear !important;
}
.box_shadow1{	
	box-shadow: 1px 1px 4px #e3e3e3;
}
.box_shadow2{	
	box-shadow: 2px 2px 4px #cacaca;
}
.fd_shadow {
  -webkit-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
  -moz-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
  -ms-filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
  filter:drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
}

/*アウトライン*/
.wrap1{
	margin: auto;
	width: 1040px;
}

/*字サイズ関係*/
.font_zero{	
	font-size: 0;
}

.strong_style1{

}
.strong_style2{

}

/*　位置関係　*/
.text_right {
	text-align: right;
}
.text_cetner {
	text-align: center;
}
.text_left {
	text-align: left;
}

/*セクション同士の間*/
.section_pt1 {
	padding-top: 75px;
}
.section_pt2 {
	padding-top: 35px;
}

.section_pb1 {
	padding-bottom: 80px;
}
.section_pb2 {
	
}


.msg_area {
	max-width: 750px;
	margin-top: 40px;
	margin: 0 auto;
	text-align: left;
	line-height: 30px;
}
.img_area {
	margin-top: 40px;
}
.pdf_area {
	margin-top: 20px;
	text-align: center;
	line-height: 30px;
}
.img_text {
	margin: 0 auto;
	margin-top: 20px;
	width: 270px;
	text-align: left;
	font-size: 28px;
	line-height: 24px;
}
.img_text span.company {
	font-size: 20px;
}
.img_text span.name {
	padding: 8px 0;
	background: linear-gradient(transparent 70%, #c3e1f9 70%);
	display: block;
	text-align: center;
}
.img_text span.name span.position {
	font-size: 22px;
}

/*コンテンツ箇所*/
.contents_style1,
.contents_style2,
.contents_style3,
.contents_style4 {
	margin: auto;
	vertical-align: top;
	background-image: url("../img/common/style1_bg.png");
	background-repeat: no-repeat;
	margin-top: 50px;
}
.contents_style1,
.contents_style3 {
	background-image: url("../img/common/style1_bg.png");
	background-position: right;
}
.contents_style2,
.contents_style4 {
	background-image: url("../img/common/style2_bg.png");
	background-position: left;
}

.contents_style1 .img_area,
.contents_style2 .img_area,
.contents_style3 .img_area,
.contents_style4 .img_area {
	margin: auto;
	display: inline-block;
	vertical-align: top;
}
.contents_style1 .img_area img,
.contents_style2 .img_area img {
	position: relative;
	margin-top: -90px;
}
.contents_style1 .msg_area,
.contents_style2 .msg_area,
.contents_style3 .msg_area,
.contents_style4 .msg_area {
	margin: auto;
	display: inline-block;
	vertical-align: top;
	width: 440px;
	padding-top: 90px;	
	padding-left: 20px;	
	padding-right: 20px;
	text-align: left;
}
.contents_style5 {
	width: 750px;
	margin: 0 auto;
}
.contents_style5 .msg_area1,
.contents_style5 .msg_area2 {
	margin: auto;
	display: inline-block;
	vertical-align: top;
	width: 340px;
	padding-top: 40px;
	text-align: left;
}
.contents_style5 .msg_area1 {
	margin-right: 40px;
}


/*セクションスタイル*/
.bg_style1 {
	background-color: #f5ece6;
}


/*ボタン*/
.button,
.button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.button {
  background: none;
  position: relative;
  text-transform: uppercase;
}
.button::before,
.button::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.btn_style1,
.btn_style2 {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	margin: 20px 0;
	padding: 16px 48px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.btn_style1:hover,
.btn_style2:hover,
.btn_style3:hover,
.btn_style4:hover {
	opacity: 1!important;
}
.btn_style1:after,
.btn_style2:after,
.btn_style3:after,
.btn_style4:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn_style1:hover:after,
.btn_style2:hover:after,
.btn_style3:hover:after ,
.btn_style4:hover:after{
  width: 100%;
}
.btn_style1:hover,
.btn_style2:hover,
.btn_style3:hover,
.btn_style4:hover {
  color: #ffffff;
}

.btn_style1,
.btn_style3,
.btn_style4 {
	color: #12609b;
	border-color: #12609b;
}
.btn_style1:before,
.btn_style1:after,
.btn_style3:before,
.btn_style3:after,
.btn_style4:before,
.btn_style4:after {
  background: #12609b;
}
.btn_style1 svg,
.btn_style2 svg,
.btn_style3 svg,
.btn_style4 svg {
	margin-right: 10px;
}
.btn_style2 {
	color: #e8a032;
	border-color: #e8a032;
}
.btn_style2:before,
.btn_style2:after {
  background: #e8a032;
}

.btn_style3 {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	margin: 20px 0;
	padding: 7px 30px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.btn_style4 {
	display: inline-block;
	border-style: solid;
	border-width: 2px;
	margin: 8px 0;
	padding: 2px 16px;
	letter-spacing: 0.1em;
	z-index: 1;
}
.btn_style5 {
	display: inline-block;
  background: #12609b;
	color: #ffffff;
	margin: 8px 0;
	padding: 2px 36px;
	letter-spacing: 0.1em;
}

dl.table_style1,
dl.table_style3 {
	width: 750px;
	margin: 0 auto;
	margin-top: 20px;
}
dl.table_style1 dt,
dl.table_style1 dd,
dl.table_style3 dt,
dl.table_style3 dd {
	display: inline-block;
	text-align: left;
	padding: 16px;
	vertical-align: top;
}
dl.table_style1 dt {
	width: 180px;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
dl.table_style1 dd {
	width: 490px;
}

dl.table_style2 {
	width: 750px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
}
dl.table_style2 dt,
dl.table_style2 dd {
	padding: 16px;
}
dl.table_style2 dt {
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
dl.table_style3 dt {
	width: 160px;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
dl.table_style3 dd {
	width: 230px;
}

.line_style1 {
	border-bottom: #b1c6d6 solid 1px;
}
.ubar {
	padding: 0 8px;
	border-bottom: #b1c6d6 solid 1px;
}


/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
		width: 750px;
		margin: 0 auto;
}
/*ラベル*/
.label {
    display: block;
    margin: 3px 0;
    padding : 16px 8px 20px;
}
.accbox label.accbox_label {
    display: block;
    margin: 1.6px 0;
    padding : 16px 8px;
    cursor :pointer;
    transition: all 0.3s;
}
.label_bg1 {
    background: #a2cff2;
}
.label_bg2 {
    background: #c3e1f9;
}
.label span,
.accbox_label span {
	font-size: 20px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background :#b1c6d6;
}

/*チェックは隠す*/
.h3_label {
	padding-top: 0 !important;
	display: inline-block;
}
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #eaf7ff;
    opacity: 1;
}
.accbox .accshow dl {
    margin: 8px 24px 16px;
}
.accbox .accshow dl dt {
	display: inline-block;
}
.accbox .accshow dl dt img {
	width: 160px;
	vertical-align: middle;
	margin-right: 8px;
}
.accbox .accshow dl dd {
	display: inline-block;
	width: 500px;
	vertical-align: middle;
	text-align: left;
}
/*アイコンを表示*/
.accbox label:before {
    content: "\f054";
		font-family: "Font Awesome 5 Free";
    padding-right: 8px;
		font-size: 12px;
		font-weight: 900;
		vertical-align: bottom;
		color: #12609b;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: "\f078";
		font-family: "Font Awesome 5 Free";
    padding-right: 8px;
		font-size: 12px;
		font-weight: 900;
		vertical-align: middle;
		color: #12609b;
}



.i_right {
	margin-right: 8px;
}
.span_right {
	margin-right: 8px;
}

/* フッターエリア */
#footer_navi_area {
	background-color: #12609b;
	height: 85px;
	padding-top: 35px;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#footer_navi_area a{
	color: #fff;
}
#footer_navi_area li svg{
	margin-right: 5px;
}
#footer_copyright{
	font-size: 12px;
	margin-top: 20px;
}
#footer_navi_area li{
	margin-left: 15px;
	margin-right: 15px;
}
#footer_copyright svg{
	margin-left: 3px;
	margin-right: 3px;
}


/*Gnavi*/
.gnavi_area_fixed {
    position: fixed !important;
    top: 0;
	z-index: 10000 !important;
	background-color:rgba(255, 255, 255, .7)
}
#gnavi_wrap{
	position: absolute;
	z-index: 100;
	top:0;
	width: 100%;
	padding-top: 11px;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	letter-spacing: 0.07rem;
}
#gnavi_wrap a{
	color: #fff;
}
#gnavi_left,
#gnavi_right{
	color: #fff;
	vertical-align: top;
	margin-top: 30px;
	text-shadow: 4px 2px 5px #a6a6a6;
}
#gnavi_left li,
#gnavi_right li{
	margin-right: 5px;
	margin-left: 5px;
}
.drop_down svg{
	margin-left: 5px;
}
.drop_down{
	position: relative;
}
.drop_down_child{
	display: none;
	position: absolute;
	margin-left: 10px;
}
.drop_down_child li{
	display: block;
	background-color: #fff;
	border-color: #12609b;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	text-shadow:none;
	font-size: 14px;
	border-bottom: none;
}
.drop_down_child li:last-child {
	border-bottom: 1px solid #12609b;
}

.drop_down_child a{
	color: #333333 !important;
	display: inline-block;
	width: 80px;
}
#gnavi_org_ul{
	margin-left: 150px;
}
#gnavi_effort_ul a{
	width: 150px;
}

#btn_join_us{
	vertical-align: top;
	margin-top: 25px;
	background-color: #e8a032;
	padding-top:4px;
	padding-bottom: 4px;
	padding-left: 20px;
	box-shadow: 1px 1px 3px #a6a6a6;
	display: inline-block;
	margin-left: 20px;
}
#btn_join_us span{
	background-image: url("../img/common/inquire_man.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 22px;
	padding-left: 21px;
}

/*会員募集中*/
#join_us_area{
	background-image: url("../img/common/join_us_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 350px;
	text-align: center;
}
#join_us_btn{
	margin: auto;
	display: inline-block;
	background-image: url("../img/common/join_us_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 720px;
	height: 190px;
	border-radius: 5px;
	margin-top: 110px;	
	box-shadow: 2px 2px 4px #848484;
}
#join_us_btn:hover{
	opacity: .9 !important;
}

.drop_down_child li:hover{
    background-color: #eaf7ff;
}

.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.pt40 {
	padding-top: 40px !important;
}


/*　scroll back to top　*/
#page-button {
	position: fixed;
	bottom: 17px;
	margin: 0 auto;
	margin-left: auto;
	right: 0px;
	z-index: 1000;
}
#page-button a {
	display: block;
	width: 45px;
	height: 150px;
	font-family: "YUGOTHB","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height: 0;
	text-align: center;
	background-image: url("../img/common/back_top.gif");
	background-position: center;
	background-repeat: no-repeat;
}

/*スマホ用タグ*/
.for_sp {
	display: none;
}