@charset "UTF-8";
/* ***************************
global variable
*************************** */
.u-HelveticaBold {
  font-family: "Helvetica" !important;
  font-weight: bold;
}

/* ***************************
extend
*************************** */
/* ***************************
position
*************************** */
/* ***************************
fontsize
*************************** */
/* ***************************
circleArrow
*************************** */
/* ***************************
moving3Site.css
*************************** */
header, footer {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  /* ***************************
  基本要素
  *************************** */
}
header *,
header :after,
header :before, footer *,
footer :after,
footer :before {
  box-sizing: border-box;
}
header button:focus,
header label:focus,
header input:focus,
header a:focus, footer button:focus,
footer label:focus,
footer input:focus,
footer a:focus {
  outline: 2px #dc1753 solid;
}
header img, footer img {
  max-width: 100%;
  height: auto;
  font-size: 0%;
  line-height: 0;
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  header html.is-fsSmall, footer html.is-fsSmall {
    font-size: 87.5%;
  }
  header html.is-fsLarge, footer html.is-fsLarge {
    font-size: 125%;
  }
}
header ul, footer ul {
  padding: 0;
  margin: 0;
}

/* ***************************
header
*************************** */
.l-header {
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 90px;
    padding: 0;
  }
}

.l-header__body {
  border-left: 4px solid inherit;
  border-right: 4px solid inherit;
  border-top: 4px solid #00756e;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
@media print, screen and (max-width: 768px) {
  .l-header__body {
    height: 90px;
  }
}

@media print, screen and (max-width: 768px) {
  body.is-spmenu-open .l-header__body {
    border-left: 4px solid #00756e;
    border-right: 4px solid #00756e;
    z-index: 200;
  }
}

.l-header__body__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0 38px;
}
@media screen and (max-width: 1365px) {
  .l-header__body__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__body__inner {
    padding: 0;
  }
}

.l-header__body__left {
  position: relative;
  display: flex;
  left: -6px;
  top: -9px;
}
@media print, screen and (max-width: 768px) {
  .l-header__body__left {
    position: static;
    left: inherit;
  }
}

.l-header__body__left__sitelogo {
  padding-top: 5px;
}
@media print, screen and (max-width: 768px) {
  .l-header__body__left__sitelogo {
    padding-top: 25px;
    padding-left: 18px;
  }
}

@media print, screen and (max-width: 768px) {
  body.is-spmenu-open .l-header__body__left__sitelogo {
    padding-left: 14px;
  }
}

.l-header__body__left__sitetext {
  padding-left: 54px;
  padding-top: 33px;
  height: 65px;
  vertical-align: top;
}
@media print, screen and (max-width: 1000px) {
  .l-header__body__left__sitetext {
    padding-left: 25px;
  }
}
@media print, screen and (max-width: 768px) {
  .l-header__body__left__sitetext {
    padding-left: 15px;
    padding-top: 35px;
  }
}

/* ***************************
logo
*************************** */
header .c-logo {
  position: relative;
  left: 6px;
}
@media print, screen and (max-width: 768px) {
  header .c-logo {
    left: 0;
  }
}
header .c-logo > a {
  display: inline-block;
  max-width: 161px;
  vertical-align: middle;
}
@media print, screen and (max-width: 768px) {
  header .c-logo > a {
    width: 81px;
  }
}
header .c-logo > a:hover {
  opacity: 0.6;
}
header .c-logo > a > img {
  width: 100%;
}

/* ***************************
headerTitle
*************************** */
header .c-headerTitle {
  display: block;
  letter-spacing: 8px;
  font-size: 1.313rem;
  line-height: 1.3125;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}
header .c-headerTitle.visited, header .c-headerTitle:visited {
  color: #222;
}
header .c-headerTitle.hover, header .c-headerTitle:hover {
  color: #222;
}
@media print, screen and (max-width: 1160px) {
  header .c-headerTitle {
    letter-spacing: 1px;
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 768px) {
  header .c-headerTitle {
    font-size: 0.688rem;
    letter-spacing: 0.5px;
  }
}

/* ***************************
footer
*************************** */
.l-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 100px;
  }
}

footer {
  margin-top: 100px;
  background: #fff;
}
footer .l-footer__wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .l-footer__wrapper {
    padding-top: 10px;
    padding-bottom: 80px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
footer .l-footer__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  footer .l-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .l-footer__inner {
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
footer .l-footer__head {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  footer .l-footer__head {
    display: block;
  }
}
footer .l-footer__head__logo {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  footer .l-footer__head__logo {
    padding-right: 0;
    padding-bottom: 13px;
  }
}
footer .l-footer__head__line {
  height: 66px;
  border-left: 5px solid #00756e;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  footer .l-footer__head__line {
    display: none;
  }
}
footer .l-footer__head__address {
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  line-height: 1.7;
  color: #222;
}
@media screen and (max-width: 768px) {
  footer .l-footer__head__address {
    border-left: 5px solid #00756e;
    padding-top: 0;
    padding-left: 12px;
    font-size: 0.75rem;
  }
}
footer .l-footer__body {
  width: 100%;
  padding-top: 47px;
}
@media screen and (max-width: 768px) {
  footer .l-footer__body {
    padding-top: 30px;
  }
}

/*# sourceMappingURL=moving3Site.css.map */
