@charset "UTF-8";
/* =============================================================================================== */
/* 定義 */
/* =============================================================================================== */
/* =============================================================================================== */
/* 共通設定 */
/* =============================================================================================== */
html {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  -webkit-print-color-adjust: exact;
  background-color: #171717;
  position: relative;
  overflow-x: hidden;
}

.base {
  width: 100%;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.sub-base {
  width: 100%;
  max-width: 960px;
  padding: 0px 15px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

a {
  color: #ffffff;
}

.btn-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #000000;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 18px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .ggmap {
    margin: 20px 0 0;
    padding-bottom: 86.25%;
  }
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ScrollBox.isActive {
  opacity: 0.15;
  transition: 0.5s;
}

.featherlight-sample {
  display: none;
  color: #000000;
}

/* =============================================================================================== */
/* トップページ */
/* =============================================================================================== */
.box-main-visual {
  position: fixed;
  right: 0;
  top: 40px;
  width: 75%;
  height: calc(100vh - 80px);
  background-image: url("images/main-pc.jpg");
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 425px) {
  .box-main-visual {
    background-image: url("images/main-sp.jpg");
  }
}

.box-main-tit {
  height: 100vh;
  display: flex;
  align-items: center;
}
.box-main-tit .main-tit .tit01 {
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-weight: 700;
  display: inline-block;
  text-shadow: 0 0 15px #000000;
}
.box-main-tit .main-tit .tit02 {
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-weight: 300;
  display: inline-block;
  padding: 20px 0 0;
  text-shadow: 0 0 15px #000000;
  position: relative;
}
.box-main-tit .main-tit .tit02 img {
  position: absolute;
  width: 15px;
  bottom: 0;
  right: -25px;
}
@media (max-width: 425px) {
  .box-main-tit .main-tit .tit02 img {
    right: -15px;
  }
}
.box-main-tit .main-tit .tit03 {
  font-size: 14px;
  display: inline-block;
  padding: 20px 0 0;
  text-shadow: 0 0 15px #000000;
}

.box-news {
  margin: -90px 0 0 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .box-news {
    margin: -90px -15px 0 0;
  }
}
.box-news .news-tit {
  background-color: #000000;
  padding: 20px;
  display: inline-block;
  float: right;
}
.box-news .news-tit dl {
  padding: 0 0 15px 0;
  font-size: 14px;
}
@media (max-width: 425px) {
  .box-news .news-tit dl {
    font-size: 12px;
  }
}
.box-news .news-tit dl dt {
  padding: 0 0 10px 0;
  color: #b6b6b6;
}
.box-news .news-tit dl dd a {
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 5px;
}
.box-news .news-tit dl dd a.non {
  display: none;
}

.box-profile {
  padding: 150px 0 0;
  overflow: hidden;
}
@media (max-width: 425px) {
  .box-profile {
    padding: 50px 0 0;
  }
}
.box-profile .wrap-inner-profile {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px 0;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile {
    flex-wrap: wrap;
    padding: 0 0 30px 0;
  }
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile {
    width: 100%;
  }
}
.box-profile .wrap-inner-profile .inner-profile img {
  max-width: 440px;
}
@media (max-width: 768px) {
  .box-profile .wrap-inner-profile .inner-profile img {
    max-width: 350px;
  }
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile img {
    max-width: 100%;
    width: 250px;
    padding: 30px 0 0;
    margin: 0 auto;
  }
}
.box-profile .wrap-inner-profile .inner-profile .tit-com {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 300;
  padding: 20px 0 0px;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile .tit-com {
    font-size: 35px;
  }
}
.box-profile .wrap-inner-profile .inner-profile .tit-com span {
  font-size: 14px;
  display: block;
  padding: 15px 0 0;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile .tit-com span {
    padding: 10px 0 0;
  }
}
.box-profile .wrap-inner-profile .inner-profile .tit-name {
  font-family: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 38px;
  padding: 80px 0 0;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile .tit-name {
    padding: 30px 0 0;
  }
}
.box-profile .wrap-inner-profile .inner-profile .tit-name span {
  font-size: 14px;
  padding: 10px 0 0 5px;
  display: block;
}
.box-profile .wrap-inner-profile .inner-profile .txt-profile {
  padding: 80px 0 0;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile .txt-profile {
    padding: 30px 0 0;
  }
}
.box-profile .wrap-inner-profile .inner-profile .txt-profile span {
  display: block;
  padding: 0 0 50px 0;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile .inner-profile .txt-profile span {
    padding: 0 0 30px 0;
  }
}
.box-profile .wrap-inner-profile .inner-profile .btn-profile {
  display: inline-block;
  border: 1px solid #ffffff;
  line-height: 32px;
  width: 120px;
  border-radius: 16px;
  text-align: center;
  transition: 0.5s;
  margin: 0 15px 0 0;
}
.box-profile .wrap-inner-profile .inner-profile .btn-profile:hover {
  background-color: #ffffff;
  color: #000000;
}
.box-profile .wrap-inner-profile02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-profile .wrap-inner-profile02 .inner-profile02 {
  width: 32%;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile02 .inner-profile02 {
    width: 100%;
  }
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl {
  padding: 0 0 35px 0;
}
@media (max-width: 425px) {
  .box-profile .wrap-inner-profile02 .inner-profile02 dl {
    padding: 0 0 25px 0;
  }
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl dt {
  font-weight: 700;
  padding: 0 0 15px 0;
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl dd {
  padding: 0 0 15px 0;
  display: flex;
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl dd .list-th {
  width: 40%;
  display: inline-block;
  white-space: nowrap;
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl dd .list-td {
  width: 60%;
  display: inline-block;
  white-space: nowrap;
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl dd .list-th02 {
  width: 30%;
  display: inline-block;
  white-space: nowrap;
}
.box-profile .wrap-inner-profile02 .inner-profile02 dl dd .list-td02 {
  width: 70%;
  display: inline-block;
  white-space: nowrap;
}

.my-txt {
  padding: 10px;
}

.box-works {
  padding: 50px 0 70px;
  background-color: #000000;
}
.box-works .tit-com {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 300;
  padding: 20px 0 0px;
}
@media (max-width: 425px) {
  .box-works .tit-com {
    font-size: 35px;
  }
}
.box-works .tit-com span {
  font-size: 14px;
  display: block;
  padding: 15px 0 0;
}
@media (max-width: 425px) {
  .box-works .tit-com span {
    padding: 10px 0 0;
  }
}
.box-works .gallery-box {
  padding: 50px 0 0 0;
}
.box-works .gallery-box .wrap-tit {
  padding: 0 0 20px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .box-works .gallery-box .wrap-tit {
    justify-content: center;
  }
}
.box-works .gallery-box .wrap-tit::before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  margin: 0 10px 0 0;
}
@media (max-width: 425px) {
  .box-works .gallery-box .wrap-tit::before {
    content: none;
  }
}
.box-works .gallery-box .gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-works .gallery-box .gallery-list li {
  width: 25%;
}
@media (max-width: 425px) {
  .box-works .gallery-box .gallery-list li {
    width: 50%;
  }
}
.box-works .gallery-box .btn-more {
  position: relative;
  z-index: 10;
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  padding: 0;
  line-height: 32px;
  width: 120px;
  border-radius: 16px;
  margin: 40px auto 0;
  display: block;
  transition: 0.5s;
  text-align: center;
}
.box-works .gallery-box .btn-more:hover {
  background-color: #ffffff;
  color: #000000;
}
.box-works .gallery-box .btn-more i {
  display: inline-block;
  padding: 0 10px 0 0;
}

.gallery-list li {
  opacity: 1;
  height: auto;
  transition: all 0.4s ease 0s;
}
.gallery-list li.is-hidden {
  opacity: 0;
  height: 0;
}

.box-contact {
  padding: 50px 0 80px;
}
.box-contact .tit-com {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 300;
  padding: 20px 0 0px;
  text-align: center;
}
@media (max-width: 425px) {
  .box-contact .tit-com {
    font-size: 35px;
  }
}
.box-contact .tit-com span {
  font-size: 14px;
  display: block;
  padding: 15px 0 0;
}
@media (max-width: 425px) {
  .box-contact .tit-com span {
    padding: 10px 0 0;
  }
}
.box-contact .wrap-form {
  max-width: 600px;
  margin: 50px auto 0;
}
@media (max-width: 425px) {
  .box-contact .wrap-form {
    max-width: 85%;
  }
}
.box-contact .wrap-form dl {
  padding: 0 0 20px;
  display: flex;
}
@media (max-width: 425px) {
  .box-contact .wrap-form dl {
    flex-wrap: wrap;
  }
}
.box-contact .wrap-form dl dt {
  width: 30%;
}
@media (max-width: 425px) {
  .box-contact .wrap-form dl dt {
    width: 100%;
    padding: 0 0 10px 0;
  }
}
.box-contact .wrap-form dl dt span {
  color: #dc0003;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 0 5px;
}
.box-contact .wrap-form dl dd {
  width: 70%;
}
@media (max-width: 425px) {
  .box-contact .wrap-form dl dd {
    width: 100%;
  }
}
.box-contact .wrap-form dl dd input {
  width: 100%;
  border: 1px solid #fff;
  padding: 5px;
  color: #ffffff;
}
.box-contact .wrap-form dl dd textarea {
  width: 100%;
  height: 8em;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 5px;
  color: #ffffff;
}
.box-contact .wrap-form .wrap-formbtn {
  text-align: center;
  margin: 20px 0 0;
}
.box-contact .wrap-form .wrap-formbtn input {
  text-align: center;
  border: 1px solid #fff;
  color: #ffffff;
  line-height: 32px;
  width: 120px;
  border-radius: 16px;
  margin: 0 10px 0;
  transition: 0.5s;
}
.box-contact .wrap-form .wrap-formbtn input:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}

.box-copyright {
  background-color: #000000;
  text-align: center;
  padding: 20px 15px;
  font-size: 12px;
}

.box-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 52px);
}
.box-thanks .inner-thanks {
  padding: 50px;
  max-width: 600px;
  background-color: #000000;
  text-align: center;
}
.box-thanks .inner-thanks .tit-com {
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 300;
  padding: 20px 0 0px;
  text-align: center;
}
.box-thanks .inner-thanks .tit-com span {
  font-size: 14px;
  display: block;
  padding: 15px 0 0;
}
.box-thanks .inner-thanks .txt-thanks {
  padding: 50px 0 0;
  text-align: center;
}
.box-thanks .inner-thanks .btn-thanks {
  border: 1px solid #fff;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 20px;
  display: inline-block;
  margin: 30px 0 0;
}
.box-thanks .inner-thanks .btn-thanks:hover {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */