@charset "UTF-8";
body {
  font-size: 17px;
}

/* =====================
  よく使うスタイル付与用
===================== */
/* PC改行解除用*/
@media screen and (min-width: 900px) {
  .u-sp {
    display: none;
  }
}
/* =====================
  ヘッダー
===================== */
.header {
  width: 100%;
  height: 100px;
  position: inherit;
}
.header h1 a {
  margin-top: 0;
  background: url("../images/common/logo-misum-pc.png") no-repeat;
  background-size: 100%;
  width: 437px;
  height: 99px;
  margin-left: 30px;
}
.header-sns {
  margin: 0;
  display: flex;
  position: absolute;
  top: 30px;
  right: 90px;
}
.header-sns li {
  transition: .3s ease-in-out;
  margin-left: 10px;
}
.header-sns li:hover {
  filter: brightness(110%);
}

main {
  padding-top: 0;
}

#top .header {
  background: none;
  border-bottom: none;
  position: absolute;
  z-index: 100;
}
#top .header h1 a {
  margin-top: 10px;
}

/* スマホ用お問い合わせボタン */
.header .nav_btn-contact {
  display: none;
}

.header-contact {
  display: block;
  width: 150px;
  height: 50px;
  border: 2px solid #222;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25px;
  right: 220px;
  overflow: hidden;
}
.header-contact a {
  transition: .2s ease-in-out;
}
.header-contact a:active {
  background: rgba(255, 255, 255, 0.5);
}
.header-contact:before {
  content: "";
  width: 300%;
  height: 200%;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  right: -180%;
  transition: .3s ease-in-out;
}
.header-contact:hover:before {
  right: 0%;
}

/* =====================
  ハンバーガーメニュー
===================== */
/* メニュー開いた中 */
.header #navi {
  padding-top: 50px;
}

.naviopen-content > li {
  font-size: 20px;
  padding: 0;
}
.naviopen-content > li a {
  display: block;
  padding: 0.4em 1em;
}
.naviopen-content > li span {
  font-size: 17px;
  margin: 1em;
}
.naviopen-content > li a:hover {
  background: #eee;
  color: #222;
}

.naviopen-service li a {
  font-size: 20px;
  background: #fff;
  padding: 0.3em 2em;
}
.naviopen-service li a:hover {
  background: #eee;
}

.naviopen-sns {
  width: 85%;
  margin: 15px auto 10px auto;
}
.naviopen-sns li {
  transition: .3s ease-in-out;
  margin-right: 15px;
}
.naviopen-sns li:hover {
  filter: brightness(120%);
}

.naviopen-contact {
  width: 75%;
  padding: 10px;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}
.naviopen-contact:before {
  content: "";
  width: 500%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  right: -260%;
  transition: .3s ease-in-out;
}
.naviopen-contact:hover:before {
  right: -130%;
}

/* ボタン */
.header #nav_btn {
  top: 30px;
  right: 30px;
}

/* =====================
  swiper左右アロー
===================== */
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 37px !important;
  height: 72px !important;
  background-size: 37px 72px;
  margin-top: -40px !important;
}

/* =====================
  ページの先頭へ戻るボタン
===================== */
#btn-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 999;
}
#btn-pagetop a {
  color: #fff;
}

/* =====================
  フッター
===================== */
/* アニメーション */
.footer-animation {
  position: relative;
  width: 100%;
  height: inherit;
  padding-top: 21.5%;
}
.footer-animation canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: inherit;
}

.footer-navi-inner {
  width: inherit;
  max-width: 1300px;
  padding: 50px 30px;
  display: flex;
  justify-content: flex-start;
}

.footer-company {
  width: 27%;
  margin-right: 3%;
}
.footer-company-inner {
  margin: 0 auto;
}
.footer-company-inner li a {
  transition: 0.3s ease-in-out;
  height: 130px;
  font-size: 26px;
}
.footer-company-inner li a:hover {
  opacity: 0.8;
}

.footer-content {
  width: 70%;
  margin-top: 20px;
  display: inherit;
}
.footer-content > ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-content > ul > li {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.footer-content-item li {
  transition: 0.2s ease-in-out;
  font-size: 16px;
  position: relative;
  margin-left: 15px;
}
.footer-content-item li:before {
  content: "";
  background: url("../images/common/arrow.png");
  width: 4px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}
.footer-content-item li:hover {
  opacity: 0.7;
}
.footer-content-contact a {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #222;
  padding: 10px 15px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.footer-content-contact a:before {
  content: "";
  width: 500%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  right: -264%;
  transition: .3s ease-in-out;
}
.footer-content-contact a:hover:before {
  right: -115%;
}

.footer-office-wrapper {
  max-width: 1300px;
  margin: 30px auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.footer-sns {
  width: inherit;
  margin: 0;
}
.footer-sns li {
  transition: .3s ease-in-out;
  margin-right: 20px;
}
.footer-sns li:hover {
  filter: brightness(120%);
}

.footer-office {
  display: flex;
  margin: 0;
}
.footer-office li {
  /* width: 30%; */
  width: 22.5%;
  margin-left: 20px;
}
.footer-office-item {
  font-size: 20px;
  margin-top: 0;
}
.footer-office p {
  font-size: 16px;
}

.footer-copyright {
  font-size: 12px;
  height: 50px;
}

/* iPadPro用 コンテンツナビゲーション */
@media screen and (max-width: 1300px) {
  .footer-navi-inner {
    display: inherit;
    padding: 20px 30px;
  }

  .footer-company {
    width: 100%;
  }
  .footer-company-inner {
    display: flex;
  }
  .footer-company-inner li {
    width: 40%;
    border-bottom: none;
    border-right: 1px solid #8db333;
  }
  .footer-company-inner li:last-child {
    border-right: none;
    margin-left: 60px;
  }

  .footer-content {
    width: 100%;
  }
  .footer-content ul {
    justify-content: space-around;
  }
  .footer-content > ul > li {
    margin-left: 0;
  }
}
/* =====================
  下層ページタイトル
===================== */
.page-heading {
  background: #f9f9f9 url("../images/common/pagetitle-bg-pc.png") no-repeat bottom;
  background-size: 100%;
  height: 190px;
  padding: 0 30px;
  border-bottom: 5px solid #222;
}
.page-heading-navi {
  font-size: 14px;
  padding-top: 10px;
}
.page-heading-title p {
  font-size: 60px;
  margin: 0 0 -15px 0;
}
.page-heading-title span {
  font-size: 16px;
}

/* =====================
  下層ページコンテンツタイトル
===================== */
.content-title {
  font-size: 48px;
  color: #009438;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.content-title span {
  color: #222;
  font-weight: bold;
}

/* =====================
  下層ページボタン共通
===================== */
.btn-detail {
  font-size: 26px;
  margin: 0 auto 100px auto;
  position: relative;
  overflow: hidden;
}
.btn-detail:before {
  content: "";
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  right: -115%;
  transition: .3s ease-in-out;
}
.btn-detail:hover:before {
  right: 10%;
}
.btn-detail:after {
  content: none;
}

.btn-detail:hover, .btn-detail:visited {
  color: #fff;
}

/* =====================
  下層ページ説明コンテンツ共通
===================== */
dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}

dt {
  font-size: 18px;
  width: 20%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

dd {
  font-size: 18px;
  margin-left: 20%;
  padding: 10px;
  border-top: 1px solid #ccc;
}

dd:first-child {
  border-top: none;
}
