@charset "UTF-8";
/*縦スクロールバーエリアを表示*/
html {
  overflow-y: scroll;
}

body {
  font-family: "メイリオ", Meiryo, "游ゴシック","ヒラギノ角ゴ W3 JIS2004",Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 0.9rem;
}

/* @group Reset */
* {
  margin: 0;
  padding: 0;
}

/*--変数--*/
/*通常*/
a:link {
  color: #00428a;
  text-decoration: none;
  padding-right: 1px;
  padding-left: 1px;
}

/*閲覧済み*/
a:visited {
  color: #00428a;
  text-decoration: none;
}

/*マウスオン*/
a:hover {
  color: #00428a;
  padding-right: 1px;
  padding-left: 1px;
}

/*クリック中*/
a:active {
  color: #00428a;
  text-decoration: none;
  background-color: transparent;
}

/*クリック時の枠線*/
a {
  padding: 0 0 0 0px;
  outline: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: middle;
}

ul.base_list {
  list-style: url(/parts/list_icon.png) inside;
}

/* @end */
/* @group Fluid-img */
img {
  width: auto;
}

/* @end */
/* @group HTML */
html {
  font-size: 100%;
  line-height: 1.68;
}

/* @end */
div, p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*----*/
header {
  width: 1000px;
  margin: 10px auto 0;
  display: block;
  position: relative;
}

header h1 {
  width: 400px;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 34px;
  vertical-align: middle;
  margin-left: 15px;
  font-family: "フォーク B", Folk Bold;
  font-family: "丸フォーク B",Maru Folk Bold;
}
header h1 span {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 3px;
}

header .inner {
  width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
}
header .inner img.logo_pc {
  display: inline-block;
}
header .inner a.home {
  width: auto;
  height: 110px;
  display: inline-block;
  color: #00428a;
}

header .inner img.logo_sp {
  display: none;
}

header p {
  width: 232px;
  color: #8aa2bf;
  position: absolute;
  top: 68px;
  left: 289px;
}

header ul {
  width: 278px;
  color: #8aa2bf;
  position: absolute;
  top: 10px;
  right: 0px;
}
header ul li {
  width: 49%;
  display: inline-block;
}

header ul li:nth-of-type(1) a,
a.mail_contact{
  color: #00428a;
  background: url(../parts/icon_mail.png) no-repeat 0px 50%;
}

header ul li:nth-of-type(2) a {
  color: #ea6d8d;
  background: url(../parts/icon_leaf.png) no-repeat 0px 50%;
}

header .inner li a,
a.mail_contact{
  padding-left: 25px;
}

header address {
  background: url(../parts/icon_access.png) no-repeat 0px 0px;
  width: 298px;
  font-style: normal;
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 0 0 0 20px;
}

.menu_button {
  display: none;
}

#category {
  *zoom: 1;
  width: 1000px;
  margin: 20px auto 20px;
  padding: 0;
}

#category ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-top: solid 1px #d2dce9;
  border-bottom: solid 1px #d2dce9;
}

#category li {
  display: table-cell;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: solid 1px #d2dce9;
}

#category li:last-child {
  border-right: none;
}

#category li span {
  display: block;
}

#category li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: 0.5s;
  color: #00428a;
}

#category li ul {
  width: 143px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

#category li ul li {
  width: 100%;
  display: block;
  border-right: none;
}

#category li ul li a {
  padding: 13px 15px;
  border-top: 1px solid #d2dce9;
  /*background:rgba(210,220,233,0.5);*/
  background: rgba(252, 252, 241, 0.7);
  text-align: left;
  color: #000;
  font-size: 0.8rem;
  line-height: 16px;
}

#category li ul li:nth-of-type(1) a {
  border-top: none;
}

#category li ul li a:hover {
  background: rgba(252, 252, 241, 0.7);
}

#category .main li:hover > a {
  background: rgba(0, 0, 0, 0.6);
}

#category li a:hover {
  background: rgba(252, 252, 241, 0.7);
}

#category li ul {
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
}

#category li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#box {
  width: 1000px;
  position: relative;
  display: block;
  margin: 0 auto;
}

#main {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#main .left {
  width: 730px;
  margin: 0 65px 0 0;
}

#main .right {
  width: 205px;
}

.slide_all {
  width: 730px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.slide_wrap {
  width: 730px;
  height: 374px;
  overflow: hidden;
  position: relative;
}

.bx-wrapper {
  position: relative;
}

.bx-viewport {
  height: 374px !important;
  position: relative;
}

.slide {
  width: 730px !important;
  position: relative !important;
}

.slide img {
  max-width: 730px;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -320px;
  margin: auto;
}

.bx-controls {
  width: 730px;
  height: auto;
  /*display:block;*/
  display: none;
  position: relative;
}

.bx-controls a {
  width: 52px;
  height: 52px;
  display: inline-block;
  text-indent: -9999px;
  z-index: 100;
}

.bx-controls a.bx-prev {
  position: absolute;
  top: -240px;
  left: 0;
  background: red;
}

.bx-controls a.bx-prev:before {
  font-size: 3rem;
  color: #fff;
}

.bx-controls a.bx-next {
  position: absolute;
  top: -240px;
  right: 0;
  background: red;
}

.bx-pager {
  text-align: center;
}

.bx-pager a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #f0c2c7;
  margin-right: 5px;
}

.bx-pager a.active {
  background: #f09ba5;
}

/*.bx-pager a img {
	max-width:100px;
	max-height:47px;
	display:inline-block;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin:0;
}
.bx-pager a:last-child img{
	margin:0;
}
.bx-pager a.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}*/
.bx-pager-item {
  display: inline-block;
}

.slide_body {
  height: 374px;
  overflow: hidden;
  position: relative;
}

.slide_body > a {
  position: relative !important;
  height: 100%;
}

.bx-caption {
  width: 730px;
  position: absolute;
  top: 320px;
}

.bx-caption span {
  display: block;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 10px 3px 10px;
}

.info_area {
  width: 680px;
  margin: 0 auto 30px;
  position: relative;
  display: block;
}

.info_area h2 {
  border-bottom: solid 1px #00428a;
  margin-bottom: 10px;
}
.info_area h2 img {
  margin-bottom: 5px;
}

.info_area .more {
  width: 60px;
  height: 22px;
  background: url(../parts/more.png) no-repeat center 50% #f09ba5;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0px;
}

ul.newinfo {
  width: 100%;
}
ul.newinfo li {
  border-bottom: dotted 2px #d2dce9;
}
ul.newinfo li a {
  width: 100%;
  display: inline-block;
  padding: 10px 45px 5px;
  color: #000;
}

ul.newinfo .new_info_date {
  display: inline-block;
  margin: 0 5px 0 0;
}

ul.newinfo .new_info_title {
  display: inline-block;
  width: 490px;
  vertical-align: top;
}

.top_set,
.top_contents {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.top_set {
  margin: 0 auto 40px;
}

.top_contents {
  margin: 0 0 30px 0;
}
.top_contents img {
  display: block;
  margin: 0 auto 20px;
}

.top_set #top_con01 {
  width: 730px;
  height: 242px;
  background-image: url(../parts/top_topics.png), url(../parts/top_topics_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 25px,0px 0px;
}

.top_set #top_con01 div {
  padding-top: 70px;
}

.top_set #top_con01 ul {
  width: 680px;
  margin: 0px auto;
  padding: 20px 0 0 0;
  height: 160px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.5);
}

.top_set #top_con01 li {
  border-bottom: dotted 2px #d2dce9;
  padding: 0 20px 10px 40px;
  margin-bottom: 10px;
  line-height: 20px;
  background: url(../parts/top_topics_list.gif) no-repeat 20px 5px;
}

.top_set #top_con06 ul {
  width: 100%;
  height: auto;
}
.top_set #top_con06 ul li,
.top_set #top_con06 ul li a {
  width: 350px;
  height: 136px;
}

.top_set #top_con06 li {
  display: inline-block;
  vertical-align: bottom;
}

.top_set #top_con06 li a {
  display: block;
}

.top_set #top_con06 li:nth-of-type(1) a {
  background: url(../parts/top_bunner_schedule.png) no-repeat 0px 0px;
}

.top_set #top_con06 li:nth-of-type(2) a {
  background: url(../parts/top_bunner_report.png) no-repeat 0px 0px;
}

.top_set #top_con06 li a:hover {
  background-position: -350px 0px;
}

.right ul.side {
  width: 100%;
}

.right ul.side li {
  width: 100%;
  max-height: 165px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.right ul.side li a {
  display: block;
  width: 100%;
  height: 100%;
}

.right ul.side li#banner_7 a:hover img,
.right ul.side li#banner_8 a:hover img {
  margin-top: -165px;
}

.right ul.side li img {
  max-width: 204px;
  display: block;
  margin: 0 auto;
}

.right ul.link {
  width: 100%;
  margin: 20px auto 0;
}

.right ul.link > img {
  margin: 0 auto 15px;
  display: block;
}

.right ul.link li {
  border: solid 1px #d2dce9;
  width: 100%;
  min-height: 65px;
  margin: 0 0 15px;
  display: table;
}
.right ul.link li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #00428a;
}
.right ul.link li a span {
  display: block;
}

.right ul.link li:hover {
  border-bottom: solid 2px #d2dce9;
}

.right ul.link li a img {
  max-width: 203px;
}

footer {
  position: relative;
  background: url(../parts/footer_top.png) repeat-x 0px 0px;
  border-bottom: solid 40px #ea6d8d;
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  position: relative;
  display: block;
}

footer .inner div {
  color: #00428a;
  font-size: 2.3rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
footer .inner div span {
  font-size: 1.1rem;
  margin: 0 10px 0 0;
}

footer .inner address {
  font-style: normal;
}

footer .inner ul {
  width: 510px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 40px;
}
footer .inner ul li {
  width: 170px;
  background: url(../parts/icon_list_01.png) no-repeat 0px 50%;
  padding-left: 20px;
  margin-bottom: 5px;
}
footer .inner ul li a {
  color: #00428a;
}

footer .inner ul ul {
  display: block;
}
footer .inner ul ul li {
  background: none;
}

footer a.mail {
  width: 140px;
  height: 25px;
  display: inline-block;
  background: url(../parts/icon_mail_w.png) no-repeat 10px 50% #ea6d8d;
  border-radius: 3px;
  color: #fff;
  text-indent: 35px;
  position: absolute;
  left: 159px;
  top: 182px;
}

footer .inner p span {
  width: 490px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  font-size: 0.7rem;
  color: #fff;
}

/*配下ページ*/
.breadrumb {
  font-size: 0.7rem;
  margin-bottom: 5px;
}

h1.page_title {
  background: url(../parts/page_ttl.png) repeat-y 0px 50% #fcf1f2;
  padding: 5px 20px 5px 20px;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 20px 0;
}

#main .contents {
  margin-bottom: 80px;
  clear: both;
}
#main .contents .text-area {
  padding: 0 25px;
}

h2.title_main {
  border-bottom: solid 1px #595959;
  font-weight: 500;
  /*color:#595959;*/
  font-size: 1.3rem;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

h3.title_sub {
  border-left: solid 7px #f9dad9;
  font-weight: 500;
  padding-left: 7px;
  margin: 0 0 10px 0;
  font-size: 0.9rem;
}

div.upfile {
  padding: 0 25px 0;
  margin: 20px 0 0 0;
}

div.upfile a {
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 5px;
  transition: 0.5s;
}

div.upfile a:hover {
  border-bottom: 1px dashed #AAAAAA;
}

/*研修予定のご案内*/
.schedule a.mailform {
  color: #00428a;
  font-weight: 600;
  padding-left: 20px;
  margin: 0 5px 0;
  background: url(./parts/icon_mail.png) no-repeat 0px 50%;
}

.schedule a.fax ,
.joining a.fax{
  font-weight: 600;
  margin: 0 5px 0;
}

.schedule a.mailform:hover,
.schedule a.fax:hover,
.joining a.fax:hover {
  border-bottom: 1px dashed #AAAAAA;
}

/*アイコン*/
div.upfile.pdf a {
  background: url(../parts/icon_pdf.png) no-repeat right center;
  padding-right: 20px;
}

div.upfile.doc a {
  background: url(../parts/icon_word.png) no-repeat right center;
  padding-right: 20px;
}

div.upfile.xls a {
  background: url(../parts/icon_excel.png) no-repeat right center;
  padding-right: 20px;
}

/*基本テーブル--*/
.baseTbl_A {
  width: auto;
  height: auto;
  font-size: 13.5px;
  font-size: 0.85rem;
  margin: 10px 0px;
}
.baseTbl_A tr {
  border-top: solid 1px #d6d6d6;
  border-left: dotted 1px #d6d6d6;
}

.baseTbl_A th {
  color: #595959;
  padding: 10px 10px;
  border-right: dotted 1px #d2d2d2;
}

.baseTbl_A td {
  padding: 10px 10px;
  border-right: dotted 1px #d2d2d2;
  vertical-align: top;
}

.baseTbl_A tr:last-child {
  border-bottom: solid 1px #d6d6d6;
}

	/*######################################
		フリーページの画像位置設定
	登録時に位置選択が連番でしかないので仕方なく
	クラス名を「freeimg番号」にした。
	divでimgを囲むように出力されclassはdivに設定される。

	[配置対応番号]
	0_ImgTopLeft:左上			1_ImgTopCenter:中上			2_ImgTopRight:右上
	3_ImgLeft:左								4_ImgRight:右
	5_ImgBottomLeft:左下			6_ImgBottomCenter:中下		7_ImgBottomRight:右下
	########################################*/
.ImgTopCenter,
.ImgBottomCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomRight {
  max-width: 1000px;
  position: relative;
  z-index: 100;
}

.ImgTopCenter img,
.ImgBottomCenter img,
.ImgRight img,
.ImgLeft img,
.ImgTopLeft img,
.ImgTopRight img,
.ImgBottomLeft img,
.ImgBottomRight img {
  border-radius: 2px;
}

/*----------------------------------
	上の左（回り込なし）に表示の設定
------------------------------------*/
.ImgTopLeft {
  margin-left: 0px;
}

/*----------------------------------
	上に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight {
  margin-bottom: 15px;
}

/*----------------------------------
	下に表示の共通設定
------------------------------------*/
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  margin-top: 15px;
  clear: both;
}

/*----------------------------------
	左に表示の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgLeft,
.ImgBottomLeft {
  text-align: left;
  margin: 0 15px 15px 0px;
}

.freeImg0 {
  margin-top: 20px;
}

/*----------------------------------
	中央に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgBottomCenter {
  text-align: center;
}

.ImgTopCenter {
  margin-top: 20px;
}

/*----------------------------------
	右に表示の共通設定
------------------------------------*/
.ImgTopRight,
.ImgRight,
.ImgBottomRight {
  text-align: right;
  margin-left: 15px;
}

.ImgRight {
  margin-left: 27px;
}

.ImgTopRight {
  margin-top: 20px;
}

/*----------------------------------
	上下の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
  clear: both;
}

/*----------------------------------
	左に表示
------------------------------------*/
.ImgLeft {
  float: left;
  margin: 0px 20px 0 0;
}

/*----------------------------------
	右に表示
------------------------------------*/
.ImgRight {
  float: right;
}

/*----------------------------------
	左下に表示
------------------------------------*/
.ImgBottomLeft {
  margin-top: 15px;
}

#page-top {
  width: 160px;
  height: 90px;
  position: fixed;
  bottom: 20px;
  right: 1%;
  z-index: 99999;
  background: url(../parts/page_top.png) no-repeat center top;
}
#page-top a {
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
  border-radius: 15px;
  background: rgba(240, 155, 165, 0.1);
}

#page-top span {
  width: 75px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* top: 0; */
  margin: auto;
}

/*767px以下*/
@media screen and (max-width: 767px) {
  #container.top {
    min-width: 320px;
    margin: 0 10px;
  }

  #container.top header {
    width: 100%;
    min-width: 320px;
    z-index: 200;
    margin: 0 auto;
    padding-top: 10px;
    background: white;
  }
  #container.top header .inner {
    width: 100%;
    min-width: 320px;
  }

  #container.top header ul,
  #container.top header address,
  #container.top header p {
    display: none;
  }

  #container.top header .inner > a {
    display: inline-block;
    min-width: 170px;
    text-align: center;
    margin: 0 0 20px 0px;
  }

  #container.top header h1 {
    width: auto;
    margin: 0px 10px 0px;
    display: inline-block;
  }

  #container.top header .inner img.logo_pc {
    display: none;
  }

  #container.top header .inner img.logo_sp {
    display: inline-block;
  }

  #container.top #box {
    width: 100%;
    min-width: 320px;
  }

  #container.top .menu_button, .close_button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 16px;
    cursor: pointer;
    z-index: 100;
  }

  #container.top .menu_button {
    background: url(../parts/menu_button.png) no-repeat;
  }

  #container.top .close_button {
    background: url(../parts/close_button.png) no-repeat;
  }

  #container.top #category {
    width: 100%;
    position: relative;
    margin: 0;
  }

  #container.top #category .category_area {
    width: 100%;
    top: -480px;
    position: absolute;
    transition: 1.0s;
  }

  #container.top #category .category_area.open {
    top: 0;
    transition: 1.0s;
    z-index: 100;
  }

  #container.top #category ul.category_list_A {
    display: block;
  }

  #container.top #category ul.category_list_A li {
    height: 40px;
    display: block;
    text-align: left;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #d2dce9;
    border-right: none;
    font-weight: 600;
    font-family: "メイリオ", Meiryo, "游ゴシック","ヒラギノ角ゴ W3 JIS2004",Hiragino Kaku Gothic W3 JIS2004, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }

  #container.top #category ul.category_list_A li span {
    display: inline-block;
  }

  #container.top #category ul.category_list_A li a {
    width: 100%;
    height: 100%;
    line-height: 20px;
    padding: 10px 10px;
  }

  #container.top #category .sub_category {
    display: none;
  }

  #container.top #main {
    width: 100%;
    min-width: 320px;
    display: block;
  }

  .slide_all,
  .slide_wrap {
    width: 100%;
    min-width: 320px;
  }

  .slide_wrap {
    max-height: 324px;
    border: none;
  }

  .slide,
  .slide + a {
    width: 100% !important;
    min-width: 320px;
  }

  .slide img {
    max-width: 100%;
    min-width: 320px;
    min-height: auto;
		bottom:auto;
  }

  .bx-caption {
    display: none;
  }

  .bx-controls {
    width: 100%;
    min-width: 320px;
  }

  #main .info_area {
    width: 100%;
    min-width: 320px;
  }

  ul.newinfo li {
    padding: 0 15px 5px;
  }

  ul.newinfo li a {
    padding: 10px 15px 5px;
  }

  ul.newinfo .new_info_title {
    width: auto;
  }

  #main .left {
    width: 100%;
    min-width: 320px;
    margin: 0 0;
  }

  #main .top_set #top_con01,
  #main .top_set #top_con01 ul {
    width: 100%;
    min-width: 320px;
  }

  .top_set #top_con06 li {
    display: block;
    margin: 0 auto;
  }

  #container.top #main .right {
    width: 100%;
  }

  #container.top .right ul.side {
    width: 204px;
    margin: 0 auto;
  }

  #container.top + footer .inner {
    width: 100%;
  }
  #container.top + footer .inner ul {
    display: none;
    width: 320px;
    min-width: 320px;
    margin: 0 0px 30px 10px;
    display: block;
    position: relative;
    left: 10px;
    bottom: 0;
  }

  #container.top + footer .inner div,
  #container.top + footer .inner address {
    margin: 0 10px;
  }

  #container.top + footer .inner p span {
    width: auto;
    margin: 0 10px;
  }

  #page-top {
    display: none !important;
  }
}
/*print*/
/* 印刷 */
@page {
  margin: 12mm 7mm;
}
@media print {
  #page-top {
    display: none !important;
  }
}
