@charset "utf-8";
/* ----------------------------------------------
 * リセット
---------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
img, object, embed {
  border: 0;
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
li {
  list-style-type: none;
}
strong {
  font-weight: bold;
}
/* ----------------------------------------------
 * クリアフィックス
---------------------------------------------- */
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* ----------------------------------------------
 * ベース
---------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "SourceHanSerif", sans-serif;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #333333;
}
.noto-srif {
  font-family: "SourceHanSerif";
}
.belleza {
  font-family: "Belleza";
}
a {
  color: #0059B2;
  text-decoration: underline;
}
a:link {
  color: #0059B2;
}
a:visited {
  color: #0059B2;
}
a:hover {
  color: #FF3333;
  text-decoration: none;
}
/* ----------------------------------------------
 * ヘッダー
---------------------------------------------- */
.header {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.header-slider {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  transition: 0s;
  transform: none;
}
@media screen and (max-width: 600px) {
  .header {
    height: 80px;
  }
  .header-slider {
    height: 80px;
  }
}
.header-slider:after {
  content: '';
  background-color: rgba(31, 47, 53, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: -1;
  transition: 0.5s transform, 0.5s background;
  transform: translateY(-90px);
}
.fixed {
  width: 100%;
  height: 90px;
  top: -90px;
  left: 0;
  z-index: 999;
  transform: translateY(90px);
  transition: 0.5s transform;
  position: fixed;
}
@media screen and (max-width: 600px) {
  .header-slider:after {
    height: 70px;
    transform: translateY(-70px);
  }
  .fixed {
    height: 70px;
    top: -70px;
    transform: translateY(70px);
  }
}
.fixed:after {
  background-color: rgba(31, 47, 53, 0.9);
  transform: none;
}
.header-logo {
  width: 290px;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 599px) {
  .header-logo {
    width: 200px;
    left: 7%;
  }
}
.header-logo a {
  display: block;
  position: relative;
}
.header__nav-wrapper {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header__nav-wrapper {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.95) translateY(10px);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .header__nav-wrapper.state-nav {
    display: none;
  }
  .state-nav-open .header__nav-wrapper {
    transform: scale(1) translateY(0);
    visibility: visible;
    opacity: 1;
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .header__nav-wrapper {
    display: block !important;
  }
}
.header__nav {
  height: 100%;
  margin-right: 3%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0, -45%);
  }
}
.header__nav li {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 15px 0;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header__nav li + li {
  border-left: 1px solid #FFFFFF;
  height: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .header__nav li {
    height: 100%;
    box-sizing: border-box;
    margin: 50px 0;
    padding: 0;
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    font-size: 2.0rem;
    font-style: italic;
    font-weight: 600;
    line-height: 2.5;
    text-align: center;
  }
  .header__nav li:nth-child(1) {
    border-left: 0;
    height: 0;
    padding-top: 0;
    margin: 0 0 50px;
  }
  .header__nav li + li {
    border-left: 0;
    height: 0;
    padding-top: 0;
  }
}
.header__nav li a {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  padding: 0em 0em .4em;
  text-decoration: none;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header__nav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header__nav li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (max-width: 1200px) {
  .header__nav li a:after {
    display: none;
  }
}
.header__nav li a:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header__nav li a:hover:after {
    display: none;
  }
}
.header__nav li.cr a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #00664C;
}
@media screen and (max-width: 599px) {
  .header__nav li.cr a:after {
    display: none;
  }
  .header__nav li.cr a {
    color: #00664C;
  }
  .header__nav-contact a {
    background: #FF8000;
    color: #FFFFFF !important;
    display: block;
    width: 45%;
    margin: 0 27.5%;
    padding: 15px 0 15px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 2.0rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.0;
    background-image: url("../../img/common/icon_contact.png");
    background-repeat: no-repeat;
    background-position: 23px 16px;
    background-size: 29px 20px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .header__nav li.cr a:after {
    display: none;
  }
  .header__nav li.cr a {
    color: #00664C;
  }
  .header__nav-contact a {
    background: #FF8000;
    color: #FFFFFF !important;
    display: block;
    width: 30%;
    margin: 0 35%;
    padding: 15px 0 15px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 2.0rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.0;
    background-image: url("../../img/common/icon_contact.png");
    background-repeat: no-repeat;
    background-position: 23px 16px;
    background-size: 29px 20px;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .header__nav li.cr a:after {
    display: none;
  }
  .header__nav li.cr a {
    color: #00664C;
  }
  .header__nav-contact a {
    background: #FF8000;
    color: #FFFFFF !important;
    display: block;
    width: 20%;
    margin: 0 40%;
    padding: 15px 0 15px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 2.0rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.0;
    background-image: url("../../img/common/icon_contact.png");
    background-repeat: no-repeat;
    background-position: 23px 16px;
    background-size: 29px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .header__nav-contact a {
    background: #FF8000;
    color: #FFFFFF !important;
    display: block;
    width: 120px;
    margin: 28px 0 0 10px;
    padding: 10px 0 10px 36px;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.0;
    background-image: url("../../img/common/icon_contact.png");
    background-repeat: no-repeat;
    background-position: 13px 10px;
    background-size: 29px 20px;
  }
  .header__nav-contact a:hover {
    background: #D96D00;
    background-image: url("../../img/common/icon_contact.png");
    background-repeat: no-repeat;
    background-position: 13px 10px;
    background-size: 29px 20px;
  }
}
.header__nav .hide-pc {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__nav .hide-pc {
    display: block;
  }
}
.sp-button {
  background: none;
  position: absolute;
  top: 50%;
  right: 30px;
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  display: none;
  transform: translate(0, -50%);
}
@media screen and (max-width: 670px) {
  .sp-button {
    right: 15px;
  }
}
.sp-button span {
  position: absolute;
  display: block;
  background: #FFFFFF;
  width: 30px;
  height: 3px;
  left: 10px;
  transition: 0.3s;
}
.sp-button span:nth-of-type(1) {
  top: 12px;
}
.sp-button span:nth-of-type(2) {
  top: 23px;
}
.sp-button span:nth-of-type(3) {
  bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .sp-button {
    display: block;
  }
  .state-nav-open .sp-button span:nth-of-type(1) {
    transform: rotateZ(45deg) translate(8px, 8px);
  }
  .state-nav-open .sp-button span:nth-of-type(2) {
    opacity: 0;
  }
  .state-nav-open .sp-button span:nth-of-type(3) {
    transform: rotateZ(-45deg) translate(8px, -8px);
  }
}
/* ----------------------------------------------
 * コンテンツ
---------------------------------------------- */
/* ----------------------------------------------
 * フッター
---------------------------------------------- */
.footer {
  width: 100%;
  background-color: #00664C;
  padding: 40px 0;
}
.footer .inner {
  width: 1190px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
  overflow: hidden;
}
.footer .inner .left {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
}
.footer .inner .left img.logo {
  width: 280px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footer .inner .right {
  float: right;
  width: 60%;
  text-align: right;
}
.footer .inner .right ul {
  margin: 0;
  padding: 0;
  float: right;
}
.footer .inner .right ul li {
  box-sizing: border-box;
  padding: 10px 0 0 15px;
  font-size: 1.4rem;
  float: left;
}
.footer .inner .right ul li:first-child {
  padding: 0 15px 0 0;
}
.footer .inner .right ul li + li {
  border-left: 2px solid #FFFFFF;
  height: 18px;
  padding-top: 0;
}
.footer .inner .right ul li a:link, .footer .inner .right ul li a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.footer .inner .right ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer .inner .right p.copy {
  font-size: 1.4rem;
  margin: 15px 0 0;
  padding: 0;
  right: 0;
}
@media (max-width: 599px) {
  .footer {
    padding: 20px 0 30px;
  }
  .footer .inner {
    width: 100%;
  }
  .footer .inner .left {
    width: 90%;
    margin: 0 5%;
    text-align: left;
  }
  .footer .inner .left img.logo {
    width: 230px;
  }
  .footer .inner .right {
    width: 90%;
    margin: 0 5%;
    text-align: left;
    float: left;
  }
  .footer .inner .right ul {
    margin: 20px 0;
    float: left;
  }
  .footer .inner .right p.copy {
    margin: 40px 0 0;
  }
}
@media (min-width: 601px) and (max-width: 959px) {
  .footer .inner {
    width: 90%;
    margin: 0 5%;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .footer .inner {
    width: 90%;
    margin: 0 5%;
  }
}
/* ----------------------------------------------
 * パンくず
---------------------------------------------- */
.pan {
  width: 92%;
  padding-top: 24px;
  padding-bottom: 45px;
  padding-left: 3%;
  padding-right: 5%;
  background-color: #CED3D7;
}
.pan ul {
  font-size: 1.4rem !important;;
  padding: 0px;
}
.pan li {
  float: left;
  padding-left: 26px;
  background: url("../../img/common/h_pan.gif") no-repeat 10px center;
  background-size: 10px 10px;
  list-style-type: none;
}
.pan li a:link, .pan li a:visited {
  color: #0059B2;
}
.pan li a:hover {
  text-decoration: none;
  color: #FF3333;
}
@media (max-width: 599px) {
  .pan {
    width: 100%;
  padding-top: 15px;
  padding-bottom: 35px;
    padding-left: 0%;
    padding-right: 0%
  }
  .pan ul li {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .pan {
    width: 96%;
    padding-bottom: 46px;
    padding-left: 2%;
    padding-right: 2%
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .pan {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%
  }
}
/* ----------------------------------------------
* ページトップ
---------------------------------------------- */
#top_scroll {
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 0;
}
#page-top {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -50px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}
#page-top:hover {
  transform: translateY(-8px);
}
#top_scroll:hover {
  background: #fff;
}
@media (max-width: 599px) {
  #page-top {
    bottom: -35px;
    right: 30px;
    width: 35px;
    height: 35px;
  }
}