@charset "UTF-8";

@font-face {
  font-family: yugoB;
	src: url(../font/YUGOTHB.eot); /* IE9 Compat Modes */
	src: url(../font/YUGOTHB.woff) format('woff'), /* woff - Modern Browsers */
	     url(../font/YUGOTHB.ttf) format('truetype'); /* ttf - Safari, Android, iOS */
}

@font-face {
  font-family: 游ゴシック;
	src: url(../font/YUGOTHM.eot); /* IE9 Compat Modes */
	src: url(../font/YUGOTHM.woff) format('woff'), /* woff - Modern Browsers */
	     url(../font/YUGOTHM.ttf) format('truetype'); /* ttf - Safari, Android, iOS */
}

/* Default Style
------------------------------------------------------------*/
body {
  color: #333;
  line-height: 1.7;
  font-size: 18px;
  font-family: YuGothic,"游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}
a {
-webkit-transition-delay: 0.001s;
transition-delay: 0.001s;
}
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #333333;
  text-decoration: none;
}
.hv-item {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hv-item:hover {
    opacity: 0.8;
}

.clear {
  clear: both;
}

/* Font
---------------------------------------------------------------- */
.bold {
  font-weight: bold;
}

.open-sans {
  font-family: 'Open Sans','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.hira {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* Layout
---------------------------------------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.fl-box {
  overflow: hidden;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.page-inner {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 160px;
}

.inner-separate01 {
  padding-bottom: 0 !important;
}

.inner-separate02 {
  padding-top: 0 !important;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 4%;
    padding-right: 4%;
  }

  .page-inner {
    padding: 6% 4% 15%;
  }
}
@media screen and (max-width: 767px) {
  .fl-right, .fl-left {
    float: none;
  }
}
/* margin
---------------------------------------------------------------- */
.mt-ss {
  margin-top: 5px;
}

.mt-sm {
  margin-top: 10px;
}

.mt-sl {
  margin-top: 15px;
}

.mt-ms {
  margin-top: 20px;
}

.mt-mm {
  margin-top: 25px;
}

.mt-ml {
  margin-top: 30px;
}

.mt-ls {
  margin-top: 35px;
}

.mt-lm {
  margin-top: 40px;
}

.mt-ll {
  margin-top: 45px;
}

.mt-xs {
  margin-top: 50px;
}

.mt-xm {
  margin-top: 55px;
}

.mt-xl {
  margin-top: 60px;
}

.mt-xx {
  margin-top: 80px;
}

.mt-xxx {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mt-ss {
    margin-top: 2%;
  }

  .mt-sm {
    margin-top: 3%;
  }

  .mt-sl {
    margin-top: 3.5%;
  }

  .mt-ms {
    margin-top: 4%;
  }

  .mt-mm {
    margin-top: 4.5%;
  }

  .mt-ml {
    margin-top: 5%;
  }

  .mt-ls {
    margin-top: 5.5%;
  }

  .mt-lm {
    margin-top: 6%;
  }

  .mt-ll {
    margin-top: 6.5%;
  }

  .mt-xs {
    margin-top: 7%;
  }

  .mt-xm {
    margin-top: 7.5%;
  }

  .mt-xl {
    margin-top: 8%;
  }

  .mt-xx {
    margin-top: 9%;
  }

  .mt-xxx {
    margin-top: 10%;
  }
}
/* parts
---------------------------------------------------------------- */
.no-blake {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* common
---------------------------------------------------------------- */
.title-text01 {
  color: #fff;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.title-text01:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #cd0000;
  margin: 15px auto 0;
}

.title-text02 {
  color: #000;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.title-text02:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #cd0000;
  margin: 15px auto 0;
}

.title-text03 {
  font-size: 28px;
  text-align: center;
}
.title-text04 {
  font-size: 28px;
}

.title-text01-c01 {
  color: #000;
}

.title-text01-c02 {
  color: #fff;
}

.title-text01-c02:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin: 15px auto 0;
}

.title-sub-text01 {
  color: #fff;
  text-align: center;
}

.title-sub-text01-c01 {
  color: #000;
}

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

.size-13 {
  font-size: 13px;
}
.size-24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .size-24 {
    font-size: 22px;
  }
}
.spacer {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  .spacer {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.spacer-s {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  .spacer-s {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.btn-arrow01 {
  font-size: 16px;
  display: inline-block;
  background: url(../images/base/icon01.png) no-repeat;
  background-position: 90% center;
  background-size: 20px;
  padding-right: 30px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-arrow01:hover {
background-position: right center;
}
.btn-border {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
  min-width: 250px;
  display: inline-block;
}
.top-service-btn01.btn-arrow01 {
  background-position: 95% center;
  padding-right: 30px;    
}
.top-service-linkblock:hover .top-service-btn01.btn-arrow01 {
  background-position: right center;
}



.page-title01 {
  padding-top: 15.5%;
  padding-bottom: 15.5%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1;
  color: #fff;
}

.page-sub-title01 {
  display: block;
  line-height: 1;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: normal;
}
.page-sub-title01:before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin: 15px auto;
}

.page-title02 {
  font-size: 20px;
  border: 1px solid #b8b8b8;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.page-title02:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #cd0000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.page-title02-c01 {
  background-color: #000;
  color: #fff;
  border: 0;
}

.page-logo-title {
  text-align: center;
}

.page-logo-img {
  text-align: center;
}

.page-title-text01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page-text01 {
  font-size: 20px;
  text-align: center;
}

.page-imglink-list {
  overflow: hidden;
}
.page-imglink-list li {
  float: left;
  width: 48.5%;
  box-sizing: border-box;
  margin-right: 3%;
}
.page-imglink-list li:nth-child(even) {
  margin-right: 0;
}
.page-imglink-list li:nth-child(n+3) {
  margin-top: 3%;
}
.page-imglink-list a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
}
.page-imglink-list a:hover {
    opacity: 0.8;
}
.page-bottom-btn {
  text-align: center;
}

.page-btn01 a {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding: 15px 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #eb8700 url(../images/base/icon02.png) no-repeat 94% center;
  background-size: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact-btn a {
  background-color: #eb8700;
  background-image: url(../images/base/icon02.png), url(../images/base/icon03.png);
  background-position: 94% center,6% center;
  background-size: 8px,36px;
  padding: 15px 60px 15px 80px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-btn01 a:hover,.contact-btn a:hover {
    background-color: #eb6e00;
}

.page-imglink-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.service-bottom-link-title {
  padding-top: 60px;
  border-top: 1px solid #b8b8b8;
}
.page-map01 {
  width: 100%;
}

.page-info-box01 {
  max-width: 31%;
}

.page-info-text01 {
  font-size: 20px;
}

.page-info-table01 {
  font-size: 16px;
  text-align: left;
  margin-left: 25px;
  border-left: 1px solid #b8b8b8;
}
.page-info-table01 th {
  font-weight: normal;
  padding-right: 25px;
  padding-left: 20px;
}

.page-titlepad {
  padding-top: 70px;
  border-top: 1px solid #b8b8b8;
}

.page-title03 {
  font-size: 28px;
  text-align: center;
}

.page-colored-block01 {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 85px;
}

.page-text-box01 {
  width: 55%;
}

.page-img-box01 {
  width: 45%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .page-title-text01 {
  font-size: 22px;
  text-align: left;
}
  .page-text01 {
  font-size: 18px;
  text-align: left;
}
  .page-info-box01 {
    max-width: 100%;
  }

  .page-info-table01 {
    font-size: 16px;
    margin-left: 0;
    border-left: 0;
  }

  .page-info-table01 th {
    padding-right: 10px;
    padding-left: 0;
    width: 70px;
  }

  .page-text-box01 {
    width: 100%;
    margin-top: 4%;
  }

  .page-img-box01 {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .title-text01 {
    font-size: 26px;
  }

  .page-imglink-list li {
    float: none;
    width: 100%;
    margin-right: 0%;
	font-size: 16px;
  }
  .page-imglink-list li:nth-child(n+2) {
    margin-top: 4%;
  }

  .page-title01 {
    font-size: 24px;
  }

  .title-text02 {
    font-size: 24px;
  }

  .title-text03,.title-text04 {
    font-size: 24px;
  }

  .page-imglink-title {
    font-size: 24px;
  }

  .page-sub-title01 {
    font-size: 18px;
  }

  .page-logo-title img {
    width: 16%;
  }

  .page-title-text01 {
    font-size: 22px;
  }

  .page-text01 {
    font-size: 18px;
  }

  .page-logo-img img {
    width: 60%;
  }

  .page-btn01 a {
    padding: 20px 0;
    width: 100%;
  }

  .page-map01 {
    height: 300px;
  }

  .page-title03 {
    font-size: 24px;
  }

  .page-colored-block01 {
    padding-top: 10%;
    padding-bottom: 12%;
  }
}
/* header
---------------------------------------------------------------- */
header {
  background: #000;
  position: relative;
}

.header-inner {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.header-logo {
  width: 160px;
  padding: 20px 0;
  float: left;
}
.header-logo a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-logo a:hover {
    opacity: 0.8;
}

.header-nav-box01 {
  float: right;
  padding: 20px 0;
}

.header-nav {
  overflow: hidden;
}
.header-nav li {
  float: left;
  margin-left: 35px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-nav li:hover {
    border-bottom: 2px solid #cd0000;
}

.header-nav li:first-child {
  margin-left: 0;
}
.header-nav li a {
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 1100px) {
  .header-inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 15;
  }
  .header-nav li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .header-nav li a {
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 5% 0;
    display: block;
  }
.header-nav li:hover {
    border-bottom:0;
}
}
/* sp nav
---------------------------------------------------------------- */
.header-menu-icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-menu-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 30px;
    height: 23px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
}
.header-menu-icon span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.header-menu-icon span:nth-of-type(1) {
  top: 0;
}

.header-menu-icon span:nth-of-type(2) {
  top: 10px;
}

.header-menu-icon span:nth-of-type(3) {
  bottom: 0;
}

.header-menu-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.header-menu-icon.active span:nth-of-type(2) {
  opacity: 0;
}

.header-menu-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* footer
---------------------------------------------------------------- */
footer {
  background: #000;
  padding: 15px 0;
}

.foot-logo {
  width: 14.2%;
  margin-right: 4%;
}

.foot-nav-box {
  width: 50%;
  box-sizing: border-box;
}
.foot-nav-box li {
  display: inline-block;
  margin-right: 4%;
}
.foot-nav-box li:last-child {
  margin-right: 0;
}
.foot-nav-box li a {
  color: #fff;
  font-size: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.foot-nav-box li a:hover {
  color: #b8b8b8;
}
.foot-totop {
  text-align: right;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.foot-totop:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.totop {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 10px;
}

.copy {
  font-size: 12px;
  margin-top: 10%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .foot-totop {
    text-align: center;
  }

  .foot-logo {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }

  .foot-nav-box {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 7%;
  }
}



/* view
---------------------------------------------------------------- */

@media screen and (max-width: 599px) {
  .view-pc {
    display: none;
  }
}

.view-sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .view-sp {
    display: block;
  }
}

/* youtube
---------------------------------------------------------------- */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
