/*+++++++++++++++++++++++++++++++++++++++++
　reset
*+++++++++++++++++++++++++++++++++++++++++*/
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: var(--color-black);
}

.lb-nav {
  display: none!important;
}

/*+++++++++++++++++++++++++++++++++++++++++
　base
*+++++++++++++++++++++++++++++++++++++++++*/
:root {
  --color-white: #fff;
  --color-black: #000;

  --color-middlegrey: #5a696c;
  --color-highgrey: #eee;
  --color-rightyellow: #FBF8F3;
  --color-green: #56B589;
  --color-green2: #79c8a4;
  --color-rightgreen: #f4f8f6e9;


  --color-grey: #5B5A51;
  --color-rightgrey: #DADCDC;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration-skip-ink: none;
}

body {
  color: var( --color-black);
  font-size: 16px;
  font-family: "Noto Sans JP", yu-gothic-pr6n, "游ゴシック", YuGothic, "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif, system-ui;
  font-weight: 400;
  line-height: 1.5;
}
main {
  margin-top: 104px;
}
.inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: calc(1200px + 30px);
}

img {
  width: 100%;
  vertical-align: bottom;
  flex-shrink: 0;
}
.center {
  text-align: center;
}
@media (max-width: 834px) {
  body{
    font-size: 13px;
  }

  main {
    margin-top: 55px;
  }

  .mw600 {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
  }
}

/* -- 日本語のタイトルに使用 -- */
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
/* -- 日本語フォント、タイトル、コンセプトなどに使用 -- */
.title-jp {
  font-style: normal;
  line-height: 1.8;
  color: var(--color-grey);
}
/* -- 英語フォント、タイトル、コンセプトなどに使用 -- */
.lato-thin {
  font-family: "Lato";
  font-style: normal;
}
/* -- リンクホバー -- */
a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

@media (min-width: 835px) {
  .sp-view {
    display: none!important;
  }
}
@media (max-width: 834px) {
  .pc-view {
    display: none!important;
  }
}
/* フェードインアニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}
/* スクロール時に表示されるクラス */
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------
　　Instagramボタン
--------------------------------- */
.btn--instagram {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.btn--instagram--catch {
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  text-align: center;
  display: inline-block;
  width: fit-content;
  font-size: 10px;
}
.btn--instagram--catch::before,
.btn--instagram--catch::after {
  line-height: 1;
  content: "＼";
  position: absolute;
  font-size: 23px;
  bottom: 0;
  color: #707070;
  font-weight: bold;
}
.btn--instagram--catch::after {
  content: "／";
  right: 0;
}
.btn--instagram--catch::before {
  left: 0;
}

.btn--instagram--link {
  padding: 17px 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom, #B4D6C6, #5DB78D);
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn--instagram--link span {
  padding-left: 40px;
  width: fit-content;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
}
.btn--instagram--link span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon-instagram-w.png) no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.btn--site--link {
  padding: 17px 38px;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom, #B4D6C6, #5DB78D);
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn--site--link span {
  width: fit-content;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
}

/* ---------------------------------
　　タイトル
--------------------------------- */
.title {
  margin: 0 auto 40px;
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.title::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: url(../images/common/logo-circle.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .title {
    margin-bottom: 20px;
    padding-top: 52px;
    font-size: 14px;
  }
  .title::before {
    width: 50px;
    height: 50px;
  }
}

.title--sub {
  text-align: center;
  font-size: 20px;
  color: #5B5A51;
}
@media (max-width: 834px) {
  .title--sub {
    font-size: 16px;
  }
}

/* -- ラベル付きタイトル -- */
.title--label {
  text-align: center;
  position: relative;
}
.title--label::before,
.title--label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title--label::before {
  width: 100%;
  height: 4px;
  border-top: 1px solid #DADCDC;
  border-bottom: 1px solid #DADCDC;
  z-index: -2;
}
.title--label::after {
  width: 128px;
  height: 128px;
  background-color: var(--color-white);
  z-index: -1;
}
.title--label img {
  width: 108px;
}
@media (max-width: 834px) {
  .title--label::after {
    width: 103px;
    height: 103px;
  }
  .title--label img {
    width: 83px;
  }
}


/* =================================
　 ヘッダー
================================= */
header {
  width: 100%;
  background: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header--inner {
  margin: 0 auto;
  padding: 28px 15px;
  max-width: calc(1200px + 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header--logo {
  max-width: 220px;
}

.hamburger {
  display: none;
}

.header--nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header--list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  font-size: 12px;
}
.header--list a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header--list a:hover {
  color: var(--color-green);
  text-decoration-color: var(--color-green);
}

.header--instagram-pc {
  padding: 5px 12px;
  padding-left: 30px;
  background: linear-gradient(to bottom, #ECF8F3, #8BD6B3);
  border: 1px solid #93C9B0;
  border-radius: 5px;
  line-height: 20px;
  position: relative;
  font-size: 12px;
}
.header--instagram-pc::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon-instagram.png) no-repeat center / contain;
  position: absolute;
  top: 8px;
  left: 8px;
}
.header--site-pc {
  padding: 5px 27px;;
  background: linear-gradient(to bottom, #fff, #EFEFEF);
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  line-height: 20px;
  position: relative;
  font-size: 12px;
}

.header--facility {
  padding: 5px 12px;
  padding-right: 30px;
  background: linear-gradient(to bottom, #fff, #EFEFEF);
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  line-height: 20px;
  position: relative;
  font-size: 12px;
}
.header--facility::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/common/target-blank.png) no-repeat center / contain;
  position: absolute;
  top: 8px;
  right: 8px;
}

.overlay {
  display: none !important;
}

/* 言語切替 */
.header--language {
  position: absolute;
  display: inline-block;
  background-color: var(--color-green);
  text-align: center;
}
.language-toggle {
  background: none;
  border: none;
  width: 120px;
  padding: 8px 20px;
  font-size: 13px;
  color: var(--color-white);
  cursor: pointer;
}
.language-toggle:hover {
  background-color: var(--color-green2);
  transition: 0.5s ease;
}
.language-menu {
  position: absolute;
  width: 120px;
  top: 100%;
  left: 0;
  background: var(--color-white);
  border: 1px solid var(--color-green);
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.language-menu li a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  color: var(--color-black);
  font-size: 13px;
}
.language-menu li:not(:last-child) a {
  border-bottom: 1px solid var(--color-green);
}
.language-menu li a:hover {
  background-color: var(--color-highgrey);
}
.language-menu.show {
  max-height: 500px;
}
@media (max-width: 834px) {
  .header--inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header--logo {
    max-width: 173px;
  }

  .header--right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .hamburger {
    display: block;
    width: 25px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1100;
    background: none;
    border: none;
  }
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-black);
    transition: 0.3s ease;
    left: 0;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
  }
  .hamburger.active span:nth-child(2) {
    transform: rotate(-45deg);
    top: 12px;
  }

  .header--nav {
    padding: 132px 56px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    width: 325px;
    height: 100vh;
    background: rgba(244, 248, 246, .9);
    transition: right 0.8s ease;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
  }
  .header--nav.active {
    right: 0;
  }

  .header--list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 900;
  }
  .overlay.active {
    display: block;
  }

  .header--language {
    position: initial;
  }
  .language-toggle {
    width: 85px;
    padding: 8px 15px;
    font-size: 10px;
    position: relative;
  }
  .language-menu {
    width: 85px;
    top: inherit;
    left: auto;
  }
  .language-menu li a {
    font-size: 10px;
    padding: 8px 15px;
  }

  .header--facility {
    width: 100%;
    padding: 10px 12px;
  }
}

/* =================================
　 フッター
================================= */
.footer {
  padding: 30px 0 20px;
  border-top: 1px solid var(--color-highgrey);
  text-align: center;
  font-family: sans-serif;
}
.footer-inner {
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
}
.footer-logo img {
  width: 250px;
  height: auto;
}
.footer-logo p {
  font-size: 16px;
  font-weight: 600;
}
.footer-social {
  display: flex;
  gap: 16px;
}
.footer-social img {
  width: 20px;
  height: auto;
}
.footer-company {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.footer-company img {
  width: 25px;
  height: auto;
}
.footer-copy {
  margin-top: 30px;
  font-size: 12px;
  border-top: 1px solid var(--color-highgrey);
  padding-top: 16px;
}
.footer-linklist {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.footer-linklist li {
  position: relative;
}
.footer-linklist li:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: -10px;
}
.footer-linklist li a {
  font-size: 12px;
  line-height: 1.2;
}
.footer-icon {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-security img {
  width: 60px;
}
.footer-social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px;
  box-sizing: border-box;
}
@media (max-width: 834px) {
  .footer-logo img {
    width: 170px;
  }
  .footer-company {
    font-size: 12px;
  }
  .footer-company img {
    width: 20px;
  }
  .footer-linklist {
    margin-top: 22px;
    gap: 16px;
  }
  .footer-linklist li:nth-of-type(n+2)::before {
    left: -8px;
  }
  .footer-linklist li a {
    font-size: 10px;
  }
    .footer-inner {
    padding: 0 50px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-social-icon {
    padding: 14px;
  }
}

/******************************************
  ページトップへ戻るボタン
******************************************/
.page-top-link {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.page-top-link.is-active {
  opacity: 1;
  pointer-events: auto;
}
.page-top-link:hover {
  opacity: 0.5;
}
.page-top-link img {
  width: 100%;
  height: auto;
}
@media (max-width: 834px) {
  .page-top-link {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

