@charset "UTF-8";
/* 全体設定 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #003446;
}

p {
  font-size: 16px;
}

body {
  color: #003446;
  font-family: 'Noto Serif JP', serif;
}

/* top */
header {
  position: relative;
}

/*========================================
   スライドショー
========================================*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #003446;
  background-blend-mode: lighten;
  height: 100vh;
  margin: 0;
}

.full div.main01 {
  background-image: url(img/hero01.jpg);
}

.full div.main02 {
  background-image: url(img/hero02.jpg);
}

.full div.main03 {
  background-image: url(img/hero03.jpg);
}

.full div.main04 {
  background-image: url(img/hero04.jpg);
}

.full div.main05 {
  background-image: url(img/hero05.jpg);
}

.full div.main06 {
  background-image: url(img/hero06.jpg);
}

.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

/*========================================
   スライドショー　ここまで
========================================*/
.top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 300px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.8));
  z-index: 2;
}

@media (min-width: 700px) {
  .top-logo {
    width: 55%;
    max-width: 350px;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.8));
  }
}

@media (min-width: 960px) {
  .top-logo {
    width: 50%;
    max-width: 500px;
  }
}

.message {
  writing-mode: vertical-rl;
  position: absolute;
  right: 5%;
  top: 10%;
  letter-spacing: 0.3em;
  line-height: 1.7em;
  color: #fff;
  font-size: 1.1rem;
  z-index: 1;
  font-weight: 100;
}

@media (min-width: 700px) {
  .message {
    font-size: 1.6rem;
    line-height: 1.8em;
    top: 13%;
    right: 6%;
  }
}

.header-news {
  width: 80%;
  padding: 5px 20px;
  font-size: 0.8rem;
  border: 1px solid #fff;
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 3;
}

@media (min-width: 700px) {
  .header-news {
    max-width: 500px;
    font-size: 1.2rem;
  }
}

.header-news a {
  color: #fff;
}

.header-news a:hover {
  opacity: .5;
}

/*--------header navi --fixed--  ------*/
.header__fixed {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 500;
  background-color: #003446;
  padding: 1% 3%;
  color: #fff;
  justify-content: space-between;
}

@media (min-width: 700px) {
  .header__fixed {
    padding: 0.3% 5%;
  }
}

.header__fixed a {
  color: #fff;
}

.header__logo img {
  width: 120px;
  vertical-align: baseline;
}

@media (min-width: 700px) {
  .header__logo img {
    width: 150px;
    padding-top: 3px;
  }
}

.header__logo a:hover {
  color: #fff;
  opacity: .6;
}

.header__navlist {
  display: none;
}

@media (min-width: 700px) {
  .header__navlist {
    display: contents;
  }
}

.header__navlist ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  position: absolute;
  right: 50px;
}

.header__navlist li a {
  color: #fff;
  padding-left: 1.5em;
  font-size: 0.9rem;
  vertical-align: baseline;
}

@media (min-width: 960px) {
  .header__navlist li a {
    font-size: 1.2rem;
  }
}

.header__navlist li a:hover {
  color: #fff;
  opacity: .6;
}

/*========================================
   nav ハンバーガーボタン(sp)
========================================*/
.header-nav {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 700px) {
  .header-nav {
    visibility: hidden;
    padding-right: 0;
  }
}

.menu-btn {
  width: 40px;
  height: 40px;
  padding: 7px 3px 1px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

@media (min-width: 700px) {
  .menu-btn {
    width: 0;
    height: 0;
    padding: 0;
  }
}

/*-------------------------------*/
#gnavi {
  display: none;
  text-align: right;
}

#gnavi.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #003446;
  z-index: 400;
}

.gnavi__list {
  list-style-type: none;
  padding-top: 50px;
}

.gnavi__sns {
  display: flex;
  padding: 1.1em 1em;
  justify-content: center;
  margin: 40px auto 0;
}

.gnavi__sns li {
  font-size: 2.1rem;
  justify-content: space-around;
  display: block;
  text-decoration: none;
  padding-left: .9em;
}

.gnavi__sns li:first-child {
  padding-left: 0;
}

.gnavi__link {
  padding: 1.1em 1em;
  display: block;
  text-decoration: none;
  color: #003446;
  text-align: center;
  font-size: 1.35rem;
}

.gnavi__link:hover,
.close:hover,
.gnavi__sns li a:hover {
  color: #fff;
  opacity: .6;
}

.close {
  width: 30px;
  margin-top: 50px;
  margin-right: 50px;
  cursor: pointer;
}

/*========================================
   nav ハンバーガーボタン(sp)　ここまで
========================================*/
/*--------header navi --fixed--  ここまで------*/
.content {
  background-image: url(img/back.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.consept,
.column,
.products,
.access {
  background: #fff;
  margin: 0 auto;
}

/*--------consept------*/
.consept {
  padding: 100px 8% 50px;
}

.consept__wrapper {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 700px) {
  .consept__wrapper {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
  }
}

@media (min-width: 700px) {
  .consept__wrapper {
    padding-top: 30px;
  }
}

.back00,
.back01 {
  position: absolute;
  z-index: 0;
  opacity: .6;
}

.back00 {
  top: -6%;
  left: -4%;
  width: 45%;
}

@media (min-width: 700px) {
  .back00 {
    top: 0;
    left: -4%;
  }
}

@media (min-width: 960px) {
  .back00 {
    top: 5%;
  }
}

.back01 {
  bottom: -6%;
  right: -9%;
  width: 40%;
}

@media (min-width: 700px) {
  .back01 {
    bottom: 0;
    right: -10%;
  }
}

.consept-image,
.consept-text-tab {
  display: none;
}

@media (min-width: 700px) {
  .consept-image,
  .consept-text-tab {
    display: contents;
  }
}

@media (min-width: 700px) {
  .consept-text-sp {
    display: none;
  }
}

.consept-image img {
  width: 30%;
  height: auto;
  object-fit: contain;
  object-position: 20% 10%;
  z-index: 1;
}

@media (min-width: 700px) {
  .consept-image img {
    padding: 20px 0 0 20px;
  }
}

.consept-text {
  padding-top: 30px;
  position: relative;
  z-index: 300;
}

@media (min-width: 700px) {
  .consept-text {
    padding-left: 3rem;
  }
}

.consept h2 {
  color: #949526;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.3em;
  padding: 10px;
  text-align: center;
}

@media (min-width: 700px) {
  .consept h2 {
    font-size: 1.62rem;
    letter-spacing: 0.25em;
  }
}

@media (min-width: 960px) {
  .consept h2 {
    font-size: 2rem;
  }
}

.consept p {
  padding: 20px 0 0;
  letter-spacing: 0.2em;
  line-height: 1.75;
  font-size: 1.1rem;
  border-top: 1.3px solid #003446;
}

@media (min-width: 700px) {
  .consept p {
    padding-right: 2rem;
    padding-top: 30px;
    line-height: 1.85;
  }
}

@media (min-width: 960px) {
  .consept p {
    font-size: 1.15rem;
    border-top: 1.4px solid #003446;
    padding-right: 13%;
  }
}

.moon img {
  opacity: .7;
  width: 70%;
  max-width: 300px;
}

@media (min-width: 700px) {
  .moon img {
    padding-left: 50px;
  }
}

/*--------column------*/
.column {
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .column {
    padding: 100px 0;
  }
}

@media (min-width: 960px) {
  .column {
    padding: 150px 0;
  }
}

.column__sec-title {
  padding: 0 2% 30px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .column__sec-title {
    max-width: 700px;
  }
}

@media (min-width: 960px) {
  .column__sec-title {
    max-width: 800px;
    padding-bottom: 50px;
  }
}

.column__columnbox__sp img,
.column__columnbox__tab img {
  border-bottom: 1px solid #fff;
}

@media (min-width: 700px) {
  .column__columnbox__sp {
    display: none;
  }
}

.column__columnbox__tab {
  display: none;
}

@media (min-width: 700px) {
  .column__columnbox__tab {
    display: contents;
  }
}

@media (min-width: 960px) {
  .column__columnbox__tab {
    display: none;
  }
}

.column__columnbox__pc {
  display: none;
}

@media (min-width: 700px) {
  .column__columnbox__pc {
    display: none;
  }
}

@media (min-width: 960px) {
  .column__columnbox__pc {
    display: contents;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

.column__columnbox__item img:hover {
  opacity: .7;
}

/*--------products------*/
.products {
  padding: 50px 8%;
  text-align: center;
  margin-bottom: 280px;
}

@media (min-width: 700px) {
  .products {
    margin-bottom: 400px;
    padding: 50px 0 100px;
  }
}

@media (min-width: 960px) {
  .products {
    padding: 50px 0 150px;
  }
}

.products__sec-title {
  padding: 0 2% 30px;
  margin: 0 auto;
  max-width: 200px;
}

@media (min-width: 700px) {
  .products__sec-title {
    max-width: 250px;
  }
}

@media (min-width: 960px) {
  .products__sec-title {
    max-width: 300px;
    padding-bottom: 50px;
  }
}

.products__icons {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 15px;
  padding: 0 3%;
}

@media (min-width: 700px) {
  .products__icons {
    max-width: 700px;
    margin: 0 auto;
    grid-gap: 30px;
  }
}

@media (min-width: 960px) {
  .products__icons {
    max-width: 1000px;
  }
}

.products__icons img {
  padding-bottom: 20px;
}

.products__icons img:hover {
  background-color: rgba(0, 52, 72, 0.2);
  border-radius: 50%;
  padding: 20px;
}

/*--------access------*/
.access {
  padding: 50px 0 80px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .access {
    padding: 100px 0 80px;
  }
}

@media (min-width: 960px) {
  .access {
    padding: 130px 0 100px;
  }
}

.access__sec-title {
  padding: 0 2% 30px;
  margin: 0 auto;
  max-width: 200px;
}

@media (min-width: 700px) {
  .access__sec-title {
    max-width: 250px;
    padding-bottom: 50px;
  }
}

@media (min-width: 960px) {
  .access__sec-title {
    max-width: 300px;
    padding-bottom: 80px;
  }
}

.access__mapinfo {
  margin: 0 auto;
}

@media (min-width: 700px) {
  .access__mapinfo {
    display: flex;
    justify-content: space-between;
    width: 700px;
  }
}

@media (min-width: 960px) {
  .access__mapinfo {
    width: 800px;
  }
}

@media (min-width: 700px) {
  .access__mapinfo__map {
    width: 70%;
  }
}

.access__mapinfo__map iframe {
  width: 100%;
  height: 300px;
}

@media (min-width: 700px) {
  .access__mapinfo__map {
    height: 100%;
    width: 58%;
  }
}

@media (min-width: 960px) {
  .access__mapinfo__map {
    width: 60%;
  }
}

.access__mapinfo__info {
  padding: 30px 0 0;
  display: inline-block;
}

@media (min-width: 700px) {
  .access__mapinfo__info {
    width: 37%;
    padding-top: 30px;
  }
}

@media (min-width: 960px) {
  .access__mapinfo__info {
    width: 33%;
  }
}

.access__mapinfo__info h3 {
  font-size: 1.4rem;
  padding-bottom: 20px;
  font-weight: 300;
}

.access p {
  text-align: left;
  line-height: 1.8;
  font-size: 1rem;
  padding-bottom: 30px;
}

.button {
  border: 1px solid #003446;
  padding: 6px 50px;
  font-size: 0.9rem;
  border-radius: 8px;
}

.button:hover {
  border: 1px solid #949526;
  color: #949526;
}

/*-------footer------*/
footer {
  text-align: center;
  padding: 10px 0 20px;
  background: #003446;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.footer__wrapper {
  background-image: url(img/moon_w.png);
  background-repeat: no-repeat;
  background-position: 5% top;
  background-size: 30%;
}

@media (min-width: 700px) {
  .footer__wrapper {
    background-position: 30% top;
    background-size: 20%;
  }
}

@media (min-width: 960px) {
  .footer__wrapper {
    background-position: 40% top;
    background-size: 11%;
  }
}

.footer-logo img {
  width: 60%;
  padding: 50px 0 20px;
  max-width: 200px;
}
