/* header */

.hBg {
  background-color: #fff;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .hBg {
    height: 50px;
  }
  .hBg.open {
    height: 513px;
  }
}

#header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header .logo01 {
  background-color: #333;
  width: 200px;
  height: 200px;
  display: table;
  margin-left: 20px;
  z-index: 1;
}
#header .logo_small {
  display: none;
}
#header .logo01 .h1Ttl {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
#header .logo01 .h1Ttl img {
  width: 150px;
}

#header .header-right {
  width: calc(100% - 240px);
  margin-right: 20px;
}
@media screen and (min-width: 1001px) {
  #header .logo {
    height: 200px;
  }
  #header .upper {
    margin-bottom: 8px;
  }
  #header .upper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 17px;
  }
  #header .upper .division {
    display: flex;
    padding-top: 55px;
    padding-left: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
  #header .upper .UpperContact a {
    display: block;
    /* padding-bottom: 7px; */
    width: 120px;
    margin-top: 20px;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #eee;
    box-sizing: border-box;
  }
  #header .upper .UpperContact a img {
    width: 100%;
  }
  #header .navigation ul {
    display: flex;
  }
}
@media screen and (max-width: 1000px) {
  #header .logo01 {
    height: 160px;
  }
  #header .upper .division {
    width: 70%;
    padding-top: 60px;
  }
  #header .upper .UpperContact {
    width: 30%;
    max-width: 120px;
    padding-top: 40px;
  }
  #header .upper .UpperContact a {
    width: 120px;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
}
#header .upper .division p {
  font-size: 12.6px;
  letter-spacing: 0.1em;
  margin-right: 30px;
}
#header .upper .division p a {
  font-size: 100%;
  text-decoration: none;
  color: #ccc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#header .upper .division a:hover {
  color: #333;
}
#header .upper .UpperContact a:hover {
  background: #eee;
}
/**/
#header .navigation {
  width: 100%;
}
#header .navigation ul {
  width: 100%;
  border-top: 1px solid #eee;
  height: 60px;
  border-bottom: 1px solid #eee;
  padding: 0;
}
#header .navigation ul li {
  width: 14.285714%;
  height: 60px;
  overflow: hidden;
}
#header .navigation li a,
#header .navigation li em {
  display: block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  /* transition */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#header .navigation li a span {
  display: block;
  width: 100%;
  color: #ccc;
  font-size: 15.5px;
  line-height: 18px;
  text-align: center;
  padding: 19px 0 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
}
#header .navigation li em span {
  display: block;
  width: 100%;
  color: #e8e8e8;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding: 20px 0 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
#header .navigation li a span.ov {
  display: none;
}
#header .navigation li a:hover,
#header .navigation li.on a {
  border-top: 5px solid #4e4e4e;
}
#header .navigation li a:hover span,
#header .navigation li.on a span {
  color: #4e4e4e;
}
#header .navigation li.btSp,
#header .navigation li.btSitemap {
  display: none;
}
#hNav {
  display: none;
}
#header .navigation li img {
  width: 20px;
}

@media screen and (max-width: 1024px) {
  /*====================================

header

====================================*/
  .hBg {
    margin-bottom: 0;
  }
  .hBg .navigation {
    display: none;
  }
  .hBg.open .navigation {
    display: block;
  }
  #header {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 50px;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 9999;
  }
  #header .logo01 {
    display: none;
  }
  #header .upper {
    display: none;
  }
  #header .logo_small {
    display: block;
    width: 260px;
    position: absolute;
    top: 16px;
    left: 20px;
  }
  #header .logo_small img {
    width: 100%;
  }
  #header .navigation {
    padding: 0;
    margin-top: 0;
    height: auto;
  }
  #header #hNav {
    display: block;
  }
  #header #hNav #pull {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  #header #hNav #pull span {
    height: 44px;
    font-size: 28px;
    line-height: 44px;
    color: #fff;
  }
  #header #hNav #pull span.icon-sp {
    display: block !important;
  }
  #header #hNav #pull span.icon-batsu {
    display: none !important;
  }

  #header #hNav #pull.on span.icon-sp {
    display: none !important;
  }
  #header #hNav #pull.on span.icon-batsu {
    display: block !important;
  }
  #header .navigation {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: transparent;
    transition: height 0.3s;
  }
  #header .navigation.on {
    height: 100vh;
  }
  #header .navigation {
    height: auto;
  }
  #header .navigation ul {
    height: auto;
    border: none;
    display: flex;
    flex-wrap: wrap;
  }
  #header .navigation ul li {
    width: 50%;
    height: auto;
  }
  #header .navigation ul li a {
    border-top: none;
  }
  #header .navigation ul li.nav_home {
    width: 100%;
  }
  #header .navigation ul li a,
  #header .navigation ul li em {
    text-decoration: none;
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #474342;
    overflow: hidden;
  }
  #header .navigation ul li:not(.btSp) a,
  #header .navigation ul li:not(.btSp) em {
    height: 65px;
  }
  #header .navigation ul li a span {
    display: block !important;
    padding: 0;
    width: 100%;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  #header .navigation ul li.nav_home .icon_home {
    display: none !important;
  }

  #header .navigation ul li em span {
    display: block;
    width: 100%;
    line-height: 65px;
    text-align: center;
    color: #888;
    font-size: 12px;
  }
  #header .navigation li.nav_home a span:first-of-type {
    display: none;
  }
  #header .navigation ul li.btSp {
    width: 100%;
    display: block;
  }
  #header .navigation ul li.btSp a {
    background-color: #5a5756;
    color: #fff;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
  }
  #header .navigation ul li.btSp a span {
    display: inline-block !important;
    width: auto;
    padding: 5px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #fff;
    font-size: 10px;
    line-height: 10px;
    color: #5a5756;
  }
  #header .navigation ul li a:hover,
  #header .navigation ul li.on a {
    background-color: #94a3ab;
    color: #5a5756;
  }

  @font-face {
    font-family: "IcoMoon-Free";
    src: url("../font/IcoMoon-Free.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  .icon {
    font-family: "IcoMoon-Free";
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body #hNav #pull span.icon-sp {
    background-color: transparent;
    background-image: url(./img/icon-sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
  }
  body #hNav #pull.on span.icon-sp {
    display: none;
  }

  #gHeader {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  /*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
  #gHeader {
    padding: 70px 10px 20px;
  }

  #gHeader .hBox {
    width: auto;
  }

  #gHeader .logo {
    margin: 0 40px 15px 0;
    display: inline-block;
    width: auto;
  }

  #gHeader .logo img {
    width: 230px;
  }

  #gHeader h1,
  #gHeader p {
    margin: 0;
    width: auto;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  #gHeader p .sm {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    line-height: 1.3;
  }

  #gHeader .hMark {
    margin-left: 100px;
    padding: 2px;
    width: 50px;
    height: 50px;
    right: auto;
    left: 50%;
    font-size: 12px;
  }

  #gHeader .hMark:before {
    width: 44px;
    height: 44px;
    left: 2px;
    top: 2px;
    border: 1px solid #fff;
  }

  #gHeader .hMark:after {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 0.65rem;
    content: "※";
  }
}

/* フッターナビ */

/* footer */
/*====================================

Footer

====================================*/

#Footer {
  color: #333;
  border: 0;
  padding: 0;
  line-height: 1.75em;
  font-family: "ヒラギノ角ゴ ProN W3", "Lucida Grande",
    "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#Footer .ft_memu {
  padding: 20px 0;
}
@media screen and (min-width: 1001px) {
  #Footer .cell {
    float: left;
    width: 12.5%;
    border-right: 1px solid #eee;
    padding: 10px 0 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  #Footer .cell {
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
  }
  #Footer .cell:nth-child(even) {
    background: #f7f7f7;
  }
}
#Footer ul {
  padding: 0;
}
#Footer .cell:last-child {
  border-right: none;
}
#Footer .cell .basic a {
  text-decoration: none;
  color: #999;
  font-size: 110%;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
#Footer .cell .basic em {
  text-decoration: none;
  color: #ddd;
  font-size: 116%;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

#Footer .cell .basic a:hover {
  color: #333;
  text-decoration: none;
}
#Footer .cell .basic a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#Footer .cell .basic a:before {
  background-color: #92a3ab;
  bottom: 0px;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  visibility: hidden;
  /* transition */
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
#Footer .cell li {
  padding: 4px 0;
}
#Footer .cell li a {
  font-size: 86%;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
  color: #aaa;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#Footer .cell li em {
  font-size: 86%;
  text-decoration: none;
  padding: 4px 0;
  display: inline-block;
  color: #ddd;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#Footer .cell li a:hover {
  color: #333;
}
#Footer .sinble {
  width: 100%;
  padding-top: 10px;
}
#Footer .sinble p {
  width: 200px;
  margin-bottom: 9px;
}
#Footer .copy p {
  color: #333;
  font-size: 10.2px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-family: ‘Metrophobic’, Arial, serif;
  font-weight: 400;
}

/*====================================

DONE: SP Footer
800px以下で中央寄せ、コピーライトを改行する。

====================================*/
@media screen and (max-width: 800px) {
  #Footer {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  #Footer .sinble p {
    width: 100%;
  }
  #Footer .copy p {
    color: #333;
    font-size: 10.2px;
    margin-bottom: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-family: ‘Metrophobic’, Arial, serif;
    font-weight: 400;
  }
}


.icon-arrow-up-right2 {
  background: url(./img/316-arrow-up-right2.png) no-repeat center center / 12px;
}


/*====================================

bread

====================================*/

#bread {
	width: 100%;
	max-width:1200px;
	margin: -30px auto 0;
	z-index: 1;
}
@media screen and (min-width: 1001px){
	#bread {
		padding-left: 230px;
	}
}
@media screen and (max-width: 1000px){
	#bread {
		margin-bottom: 20px;
	}
}
#bread ul{
	margin: -40px auto 0;
	padding: 0 20px;
	list-style: none;
	margin: 8px 0 0 0;
	z-index: 1;
	position: relative;
}
#bread li {
	float: left;
	color: #4a6e89;
  font-size: 13px;
}
#bread li a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
  font-size: 100%;
}
#bread li a:hover {
	text-decoration: underline;
	color: #333;
}
#bread li::after {
	content: '>';
	color:#333;
	margin: 0 8px;
}
#bread li:last-child:after {
	content : none ;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
  #bread {
    display: none;
  }
}