@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

img[src*=".svg"] {
  width: auto;
  height: auto;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------viwpoint--------*/
/*--------------color--------*/
/*--------------fonts--------*/
/*--------------media--------*/
/*ボタンのスタイル*/
/*background-img */
/*基本フォント*/
html {
  -webkit-text-size-adjust: 100%;
}

/*基本フォント*/
body {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.7;
  background-color: #1C1C1F;
  color: #fff;
}

/*基本フォント*/
p {
  line-height: 1.7;
}

/*リンクのスタイル*/
a {
  color: #fff;
  transition: 0.3s;
}

/*リンクホバーで半透明*/
a:hover {
  opacity: 0.5;
}

/*ボタンのスタイル*/
a.btn {
  color: #fff;
  border: solid 1px #fff;
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  margin: 50px 0;
  transition: 0.3s;
}
a.btn:hover {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  a.btn {
    width: 90%;
    max-width: 260px;
  }
}

/*リンクのスタイル*/
/*改行のスタイル*/
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 599px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
/*改行のスタイル*/
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

/* fadeUp */
/*ここから下がメニュー（ハンバーガー）のスタイル*/
/*ナビリンク*/
.gnavi__pc-style > ul > li {
  margin: 0 20px;
  float: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 80px;
  font-family: "Cinzel", Helvetica, sans-serif;
  font-size: 14px;
}

/*ナビリンク*/
.gnavi__pc-style > ul > li a {
  color: #fff;
}

.gnavi__sp-style {
  display: none;
}

.menu-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .gnavi__pc-style {
    display: none;
  }
  .gnavi__sp-style {
    display: block;
  }
  /*メニューボタン　展開前*/
  .menu-btn {
    display: block;
    position: fixed;
    z-index: 1001;
    right: 30px;
    top: 20px;
    width: 32px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .menu-btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .menu-btn span:nth-of-type(1) {
    top: 15px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 25px;
  }
  /*メニューボタン　展開後*/
  .menu-btn.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  /*スマホ用のメニュー*/
  .gnavi__sp-style {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #1C1C1F;
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: flex;
    align-items: center;
    visibility: hidden;
  }
  .gnavi__sp-style ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .gnavi__sp-style ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  .gnavi__sp-style ul li:last-of-type {
    padding-bottom: 0;
  }
  .gnavi__sp-style ul li:hover {
    background: #fff;
  }
  .gnavi__sp-style ul li a:hover {
    color: #1C1C1F;
  }
  .gnavi__sp-style ul li a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 1em 0;
    text-decoration: none;
    font-family: "YuMincho", "Yu Mincho", serif;
  }
  .gnavi__sp-style.active {
    opacity: 1;
  }
}
/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

/*ここまで上がハンバーガーメニューのスタイル*/
footer {
  width: 100%;
  background-color: #1C1C1F;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
}
footer .copyright {
  display: block;
  font-family: "Cinzel", Helvetica, sans-serif;
  font-size: 12px;
}

.header_main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  background-image: url("assets/img/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .header_main_visual {
    background-position: 10% 50%;
  }
}
.header_main_visual .header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 3;
}
.header_main_visual .header .header_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header_main_visual .header .header_inner .header_logo {
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .header_main_visual {
    width: 100%;
    height: 90vh;
    padding-bottom: 200px;
    background-attachment: scroll;
  }
}
.header_main_visual .fv_content {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 1024px) {
  .header_main_visual .fv_content {
    flex-direction: column-reverse;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
  }
}
.header_main_visual .fv_content .flex_item .top_logo {
  margin-right: 70px;
}
@media (max-width: 1024px) {
  .header_main_visual .fv_content .flex_item .top_logo {
    margin-right: 0;
  }
}
.header_main_visual .fv_content .flex_item .h1_title {
  font-size: 14px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .header_main_visual .fv_content .flex_item .h1_title {
    margin-bottom: 30px;
    line-height: 3;
  }
}
.header_main_visual .fv_btn {
  z-index: 1000;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
@media (max-width: 1024px) {
  .header_main_visual .fv_btn {
    bottom: 10px;
    right: 10px;
  }
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wrap {
    width: 90%;
  }
}

.h2_title {
  margin: 80px 0;
}
.h2_title .en {
  display: block;
  font-family: "Cinzel", Helvetica, sans-serif;
  font-size: 30px;
  text-align: center;
}
.h2_title .jp {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 14px;
  opacity: 0.5;
  text-align: center;
}

.h3_title {
  margin: 15px 0;
  display: block;
  font-family: "Cinzel", Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
}

.about {
  padding: 150px 0;
  background-color: #1C1C1F;
}
.about .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .about .flex {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.about .flex .flex_item {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .about .flex .flex_item img {
    width: 100%;
    height: auto;
  }
}
.about .flex .flex_item .h3_title {
  margin: 40px 0;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .about .flex .flex_item .h3_title {
    text-align: center;
  }
}
.about .flex .flex_item .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .about .flex .flex_item .text {
    padding: 0 20px;
    text-align: left;
  }
}
.about .flex .flex_item .opacity {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  font-size: 14px;
  opacity: 0.5;
  text-align: left;
}
@media (max-width: 1024px) {
  .about .flex .flex_item .opacity {
    text-align: center;
  }
}
.about .flex .flex_item:first-child {
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .about .flex .flex_item:first-child {
    padding: 0;
  }
}
.about .video {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  .about .video img {
    width: 100%;
    height: auto;
  }
}

.value_img {
  background-image: url("assets/img/value-img01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  height: 700px;
}
@media (max-width: 1024px) {
  .value_img {
    display: none;
  }
}

.value {
  padding: 150px 0;
  background-color: #C99A6C;
}
.value .flex {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .value .flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}
.value .flex .flex_item {
  padding: 0 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .value .flex .flex_item {
    text-align: center;
    margin: 90px 0;
  }
}
.value .flex .flex_item .no {
  position: absolute;
  top: 5px;
  display: block;
  font-family: "Cinzel", Helvetica, sans-serif;
  font-size: 60px;
}
.value .flex .flex_item .title {
  display: block;
  font-size: 20px;
  text-align: center;
  margin: 30px 0;
  letter-spacing: 3px;
}
.value .flex .flex_item .text {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .value .flex .flex_item .text {
    text-align: left;
  }
}

.gallery {
  padding: 150px 0;
  background-color: #1C1C1F;
}
.gallery .container {
  margin: 30px auto 0;
  max-width: 850px;
  width: 100%;
}
.gallery .container img {
  height: auto;
  width: 100%;
}
.gallery .container .slick-img {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .gallery .container .slick-img {
    margin-bottom: 30px;
  }
}
.gallery .container .slick-img .text {
  font-size: 14px;
  margin-top: 20px;
}
.gallery .container .thumbnail-img {
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .gallery .container .thumbnail-img {
    margin: 0;
  }
}

.service {
  padding: 150px 0;
  background-color: #808080;
}
.service .service_item {
  width: 100%;
  margin-bottom: 100px;
}
.service .service_item .service_title {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.access {
  padding: 150px 0;
  background-color: #C99A6C;
  text-align: center;
}

.cta {
  background-image: url("assets/img/cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  padding: 75px 0;
}
.cta .flex {
  display: block;
}
.cta .flex .flex_item {
  padding: 0px;
  text-align: center;
}
@media (max-width: 1024px) {
  .cta .flex {
    display: block;
  }
  .cta .flex .flex_item {
    padding: 20px 0;
  }
}
/*# sourceMappingURL=style.css.map */