@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css);
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

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

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
.sub #header {
  background-color: #054C4C;
}

#header {
  display: flex;
  /* header（デモの参考値） */
  /* headerのサイト名（デモの参考値） */
  /* 全体調整CSS */
  /* hamburgerここから */
  /* inputを非表示 */
  /* label */
  /* メニュー展開時にハンバーガーアイコンを固定 */
  /* ハンバーガーアイコン */
  /* ハンバーガーアイコン･アニメーション */
  /* メニューエリア */
  /* メニューリスト */
  /* メニューエリア･アニメーション */
  /* 右から */
  /* コンテンツカバー */
}
#header .innerWrap {
  width: 94%;
  max-width: inherit;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header .logo {
  width: 190px;
  display: block;
  padding-top: 10px;
}
#header .logo img {
  width: 190px;
}
#header .demobox-header {
  background: #ddd;
  height: 64px;
  padding: 1em;
}
#header .demobox-sitename {
  font-weight: 700;
  font-size: 18px;
}
#header .hamburger-menubox * {
  font-size: 16px;
}
#header .hamburger-menubox li {
  font-size: 14px;
}
#header .input-hidden {
  display: none;
}
#header .hamburger-switch {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 0;
  /* ハンバーガーアイコンの位置（上から） */
  z-index: 9999;
  width: 4em;
  /* アイコン（クリック可能領域）の幅 */
  height: 3em;
  /* アイコン（クリック可能領域の）高さ */
}
@media only screen and (max-width: 600px) {
  #header .hamburger-switch {
    right: 0;
  }
}
#header #hamburger1:checked ~ .hamburger-switch {
  position: fixed;
}
#header .hamburger-switch-line1 {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
  transform: translate(-50%, -50%);
}
#header .hamburger-switch-line1:before, #header .hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
}
#header .hamburger-switch-line1:before {
  transform: translate(-50%, -300%);
}
#header .hamburger-switch-line1:after {
  transform: translate(-50%, 200%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1 {
  width: 0;
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:before {
  transform: rotate(45deg) translate(-40%, 325%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:after {
  transform: rotate(-45deg) translate(-40%, -325%);
}
#header .hamburger-menuwrap {
  position: fixed;
  height: 100%;
  background: rgba(10, 12, 7, 0.4);
  /* メニューエリアの背景色 */
  padding: 5em 3% 2em;
  z-index: 9998;
  transition: 0.3s;
  overflow-y: scroll;
  /* メニュー内容が多い場合に縦スクロールする */
  top: 0;
  left: 100%;
  width: 70%;
}
#header .hamburger-menulist {
  margin-right: 3%;
  padding-left: 5% !important;
  /* !important不要な場合もあり */
  list-style: none;
}
#header .hamburger-menulist li a {
  text-decoration: none;
  color: #fff;
  /* メニューリストの文字色 */
  display: block;
  padding: 0.5em 0;
}
#header #hamburger1:checked ~ .hamburger-menuwrap {
  left: 30%;
}
#header #hamburger1:checked ~ .hamburger-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}

#wrapper.sub #footer {
  background-color: #054C4C;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 8px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

#subpage-head {
  height: 280px;
  position: relative;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #subpage-head {
    height: 30vh;
  }
}

.subpage-title {
  position: absolute;
  margin: auto;
  top: 45%;
  left: 0;
  right: 0;
  font-family: nassim-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.subpage-title span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 40px;
  font-family: inherit;
}

.movieArea {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movieArea iframe {
  display: block;
  width: 560px;
  height: 315px;
}
@media only screen and (max-width: 600px) {
  .movieArea iframe {
    width: 100%;
  }
}

.ref {
  background-color: #efefef;
  padding: 16px 5%;
  box-sizing: border-box;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .ref {
    display: block;
  }
}
.ref .ref__title {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-right: 0.5em;
  width: 5.5em;
}
.ref .ref__title + p {
  width: calc(100% - 5.5em);
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.naviTitle {
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 auto 50px;
}
.naviTitle.long {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.naviTitle.long::after {
  margin-top: 10px;
}
.naviTitle:after {
  background-color: #054C4C; /* 線色 */
  transform: skewX(-30deg);
  width: 100%;
  height: 8px; /* 線幅 */
  margin: 0 auto;
  content: "";
  display: block;
}
@media only screen and (max-width: 600px) {
  .naviTitle:after {
    height: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .naviTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}

.secTitle {
  font-family: nassim-latin, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  margin-top: 80px;
  line-height: 1;
  text-align: center;
}
.secTitle span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: inherit;
}

/*!
component > common
------------------------------
*/
a {
  color: #0071BC;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #0A0C07;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
  margin-top: 20px;
}

.btn {
  text-align: center;
  border: none;
  padding: 16px 1em 12px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 5px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #054C4C;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.large {
  max-width: 60%;
}
@media only screen and (max-width: 600px) {
  .btn.large {
    max-width: 88%;
  }
}
.btn.disable {
  background-color: #808080;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}

/* コンセプトページ詳細設定 */
#subpage-head {
  background: url(../images/photo013.jpg) center 80% no-repeat;
}
@media only screen and (max-width: 600px) {
  #subpage-head {
    background-position: center 70%;
  }
}

.innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 120px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 10vh;
}

.card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-wrap .card {
  display: block;
}
.card-wrap .card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.card-wrap .card p {
  color: #054C4C;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}
/*# sourceMappingURL=plan.css.map */