@charset "UTF-8";
/* ========================================================
 reset.css
======================================================== */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
img,
embed,
iframe,
object,
audio,
video,
area,
button,
input,
label,
select,
summary,
textarea,
div,
a,
span,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

main,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

th,
td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

iframe {
  border: 0;
}

img {
  vertical-align: bottom;
}

/* ========================================================
 フォームの基本設定
======================================================== */
/* フォームのデフォルトスタイルをリセット
=========================================== */
select {
  margin: 0;
  padding: 0;
  border: 0;
  border: none;
  border-radius: 0;
  background: none transparent;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

select::-ms-expand {
  display: block;
  appearance: none;
}

textarea {
  border: none;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=radio]) {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit] {
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=button],
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=button],
  select,
  textarea {
    font-size: 1.6rem;
  }
}

/* chromeの履歴の背景色
------------------------------ */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 999px #fff inset;
          box-shadow: 0 0 0 999px #fff inset;
}

/* iOSでのデフォルトスタイルをリセット
------------------------------ */
input[type=submit],
input[type=button] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* placeholderの色を変更(カンマで複数区切りは出来ない)
------------------------------ */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #676a6b;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #676a6b;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #676a6b;
}

/* ========================================================
JavaScript
======================================================== */
/* ========================================================
汎用クラス
======================================================== */
/* switch
=========================================== */
.hdn-sp {
  display: block;
}

.hdn-tb {
  display: block;
}

.view-tb {
  display: none;
}

.hdn-pc {
  display: none;
}

@media screen and (max-width: 1020px) {
  .hdn-tb {
    display: none;
  }
  .view-tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hdn-sp {
    display: none;
  }
  .hdn-pc {
    display: block;
  }
}
/* clearfix
=========================================== */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

/* ========================================================
共通クラス
======================================================== */
.cmn-inner-s {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-s {
    padding: 0 4vw;
  }
}

.cmn-inner-m {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-m {
    padding: 0 4vw;
  }
}

.cmn-inner-l {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .cmn-inner-l {
    padding: 0 4vw;
  }
}

.is-fixed {
  top: 30px;
  left: 0;
  position: fixed;
}

/* anchor
=========================================== */
.cmn-anchor01 {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 1020px) {
  .cmn-anchor01 {
    padding-top: 68px;
    margin-top: -68px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-anchor01 {
    padding-top: 64px;
    margin-top: -64px;
  }
}

/* section
=========================================== */
.cmn-sec01 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .cmn-sec01 {
    padding: 56px 0;
  }
}

/* title
=========================================== */
/* .cmn-ttl01
------------------------------ */
.cmn-ttl01 {
  text-align: center;
}

.cmn-ttl01 .ttl-jp {
  position: relative;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 .ttl-jp {
    font-size: 3.2rem;
  }
}

.cmn-ttl01 .ttl-jp:after {
  content: "";
  position: absolute;
  top: calc(50% - 31px);
  left: -48px;
  width: 66px;
  height: 66px;
  background-image: url("../img/common/base/ttl_deco01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 .ttl-jp:after {
    top: calc(50% - 29px);
    left: -42px;
    width: 56px;
    height: 56px;
  }
}

.cmn-ttl01 .ttl-en {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 2.8rem;
  font-family: "Figtree", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 .ttl-en {
    margin-top: 12px;
    font-size: 2.4rem;
  }
}

/* .cmn-ttl02
------------------------------ */
.cmn-ttl02 {
  color: #fff;
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl02 {
    font-size: 2.4rem;
  }
}

/* .cmn-ttl03
------------------------------ */
.cmn-ttl03 {
  line-height: 1.3;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl03 {
    font-size: 2rem;
  }
}

/* .cmn-ttl04
------------------------------ */
.cmn-ttl04__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmn-ttl04__wrap.ttl-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-ttl04 {
  position: relative;
  padding-left: 28px;
  padding-right: 32px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1020px) {
  .cmn-ttl04 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-ttl04 {
    padding-left: 22px;
    padding-right: 24px;
    font-size: 2.2rem;
  }
}

.cmn-ttl04:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  rotate: 45deg;
  background-image: linear-gradient(-45deg, #b6a659 0%, #937933 46%);
}
@media screen and (max-width: 767px) {
  .cmn-ttl04:after {
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
  }
}

/* .cmn-ttl05
------------------------------ */
.cmn-ttl05 {
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-ttl05 {
    font-size: 1.6rem;
  }
}

/* list
=========================================== */
/* .cmn-content-list
------------------------------ */
.cmn-content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__item {
    display: block;
  }
}

.cmn-content-list__item + .cmn-content-list__item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__item + .cmn-content-list__item {
    margin-top: 24px;
  }
}

.cmn-content-list__ttl {
  position: relative;
  padding: 14px 0 18px 20px;
  width: 160px;
  border-bottom: 2px solid #bbb;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__ttl {
    border: none;
    padding: 12px 0 12px 12px;
  }
}

.cmn-content-list__ttl .ttl-txt {
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__ttl .ttl-txt {
    font-size: 1.7rem;
  }
}

.cmn-content-list__item .txt-block {
  width: calc(100% - 160px);
  padding: 14px 0 18px 20px;
  border-bottom: 2px solid #293444;
}
@media screen and (max-width: 767px) {
  .cmn-content-list__item .txt-block {
    width: 100%;
    padding: 0 12px 16px 12px;
  }
}

.cmn-content-list__item .txt-block__txt {
  line-height: 1.3;
}

.cmn-content-list__item .txt-block__txt + .txt-block__txt {
  margin-top: 12px;
}

/* .cmn-txt-list
------------------------------ */
.cmn-txt-list__item {
  position: relative;
  padding-left: 16px;
  line-height: 1.5;
}

.cmn-txt-list__item + .cmn-txt-list__item {
  margin-top: 12px;
}

.cmn-txt-list__item:before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #595b5c;
}
@media screen and (max-width: 767px) {
  .cmn-txt-list__item:before {
    top: 8px;
    left: 3px;
    width: 5px;
    height: 5px;
  }
}

.cmn-txt-list__item a {
  color: #b6a659;
  text-decoration: underline;
}

/* .cmn-txt-list02
------------------------------ */
.cmn-txt-list02__item + .cmn-txt-list02__item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cmn-txt-list02__item + .cmn-txt-list02__item {
    margin-top: 12px;
  }
}

.cmn-txt-list02__ttl {
  font-weight: 700;
  line-height: 1.3;
}

.cmn-txt-list02__main {
  margin-top: 8px;
}
.cmn-txt-list02__main__txt {
  line-height: 1.3;
}

/* .cmn-news-list
------------------------------ */
/* .cmn-news-list__item */
.cmn-news-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px 16px;
  border-bottom: 1px solid #595b5c;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-news-list__item a {
    padding: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cmn-news-list__item a:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cmn-news-list__item:first-child a {
  border-top: 1px solid #595b5c;
}

.cmn-news-list__item .cmn-news-list__date {
  font-family: "Figtree", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  min-width: 112px;
}
@media screen and (max-width: 767px) {
  .cmn-news-list__item .cmn-news-list__date {
    min-width: 76px;
  }
}

.cmn-news-list__item .cmn-news-list__category {
  margin-left: 8px;
  font-size: 1.5rem;
  color: #03060a;
  padding: 5px 12px 7px;
  min-width: 120px;
  text-align: center;
  background-color: #bbb;
}
@media screen and (max-width: 767px) {
  .cmn-news-list__item .cmn-news-list__category {
    margin-left: 6px;
    padding: 4px 12px;
    min-width: 60px;
    font-size: 1.2rem;
  }
}

.cmn-news-list__item .cmn-news-list__ttl {
  font-size: 1.9rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  margin: 0 0 3px 16px;
  line-height: 1.3;
  width: calc(100% - 226px);
}
@media screen and (max-width: 767px) {
  .cmn-news-list__item .cmn-news-list__ttl {
    margin: 12px 0 0;
    font-size: 1.6rem;
    width: calc(100% - 40px);
  }
}

.cmn-news-list__item a:hover .cmn-news-list__ttl {
  color: #b6a659;
}

.cmn-news-list__item a:hover .cmn-triangle {
  right: 16px;
}

/* button
=========================================== */
.cmn-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cmn-btn01 a,
.cmn-btn01__in {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 360px;
  background-color: rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 767px) {
  .cmn-btn01 a,
  .cmn-btn01__in {
    width: 320px;
  }
}

.cmn-btn01 a {
  padding: 16px 32px;
}

.cmn-btn01 .btn-txt {
  font-size: 2.1rem;
  font-weight: 700;
  margin-right: 24px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 .btn-txt {
    padding-top: 3px;
    font-size: 1.7rem;
  }
}

.cmn-btn01 a:hover .btn-txt {
  color: #b6a659;
}

.cmn-btn01 input {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: transparent;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 16px 110px 16px 32px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 input {
    padding: 16px 96px 16px 32px;
    font-size: 1.7rem;
  }
}

.cmn-btn01 input:hover {
  color: #b6a659;
}

.cmn-btn01 a:hover .cmn-arrow01__in {
  margin-right: -8px;
}

.cmn-btn01__in .cmn-arrow01 {
  pointer-events: none;
  position: absolute;
  top: 14px;
  left: 210px;
}
@media screen and (max-width: 767px) {
  .cmn-btn01__in .cmn-arrow01 {
    left: 196px;
  }
}

.cmn-btn01 input:hover ~ .cmn-arrow01 .triangle {
  background-color: #b6a659;
}

.cmn-btn01 input:hover ~ .cmn-arrow01 .line {
  background-color: #b6a659;
}

/* others
=========================================== */
/* .cmn-triangle 
------------------------------ */
.cmn-triangle {
  position: absolute;
  right: 22px;
  top: calc(50% - 5px);
  width: 18px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 50%, 0 0, 100% 50%);
          clip-path: polygon(0 50%, 0 0, 100% 50%);
  background-color: #fff;
  -webkit-transition: right 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: right 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-triangle {
    right: 16px;
  }
}

a:hover .cmn-triangle {
  background-color: #b6a659;
}

/* .cmn-arrow01
------------------------------ */
.cmn-arrow01__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: margin-right 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.cmn-arrow01 .triangle {
  width: 32px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 50%, 0 0, 100% 50%);
          clip-path: polygon(0 50%, 0 0, 100% 50%);
  background-color: #fff;
  -webkit-transition: margin-right 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: margin-right 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.cmn-arrow01 a:hover .triangle,
a:hover .cmn-arrow01 .triangle {
  background-color: #b6a659;
}

.cmn-arrow01 .line {
  margin-top: -13px;
  width: 64px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.cmn-arrow01 a:hover .line,
a:hover .cmn-arrow01 .line {
  background-color: #b6a659;
}

/* ========================================================
サイト全体
======================================================== */
html {
  font-size: 62.5%;
}

body,
textarea {
  position: relative;
  color: #dbdee2;
  background-color: #03060a;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 1.9rem;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", sans-serif;
    letter-spacing: 0.01em;
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ========================================================
glb-wrapper
======================================================== */
.glb-wrapper {
  position: relative;
}

body:not(.body-index) .glb-wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 1020px) {
  body:not(.body-index) .glb-wrapper {
    padding-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.body-index) .glb-wrapper {
    padding-top: 64px;
  }
}

/* ========================================================
glb-header
======================================================== */
.glb-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
}
@media screen and (max-width: 1020px) {
  .glb-header {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .glb-header {
    height: 64px;
  }
  .glb-header:after {
    content: "";
    position: absolute;
    background-image: url("../img/common/header/tel_bg01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: -32px;
    top: -9px;
    width: 260px;
    height: 80px;
  }
}

.glb-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 19px 1px rgba(3, 6, 10, 0.12);
          box-shadow: 0 0 19px 1px rgba(3, 6, 10, 0.12);
  padding: 0 20px;
}

.glb-header.is-scroll .glb-header__in {
  background-color: rgba(3, 6, 10, 0.8);
}

.glb-header .logo-box {
  padding: 2px 0 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .glb-header .logo-box {
    padding: 2px 0 8px;
  }
}

.glb-header .site-ttl {
  width: 280px;
}
@media screen and (max-width: 1256px) {
  .glb-header .site-ttl {
    width: 22.4vw;
  }
}
@media screen and (max-width: 1020px) {
  .glb-header .site-ttl {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .glb-header .site-ttl {
    width: 200px;
  }
}

.glb-header .site-ttl a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.glb-header .site-ttl a:hover {
  opacity: 0.8;
}

.glb-header .tel-box {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1020px) {
  .glb-header .tel-box {
    margin-right: 56px;
  }
}
@media screen and (max-width: 767px) {
  .glb-header .tel-box {
    display: none;
  }
}

.glb-header .tel-box a {
  color: #fff;
}

.glb-header .tel-box a,
.glb-header .tel-box .sub-txt {
  position: relative;
  z-index: 2;
}

.glb-header .tel-box:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/header/tel_bg01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -30px;
  top: -15px;
  width: 384px;
  height: 116px;
}

.glb-header .tel-box .tel-link {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.08em;
}

.glb-header .tel-box .tel-link .tel-txt {
  font-size: 2rem;
  padding-bottom: 2px;
}

.glb-header .tel-box .tel-link .tel-num {
  margin-left: 2px;
  font-size: 3rem;
}

.glb-header .tel-box .sub-txt {
  color: #f3f3f3;
  margin-top: 4px;
  text-align: center;
  font-size: 1.3rem;
}

/* glb-hamburger
=========================================== */
.glb-hamburger__wrap {
  display: none;
}
@media screen and (max-width: 1020px) {
  .glb-hamburger__wrap {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 12px;
    right: 12px;
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .glb-hamburger__wrap {
    top: 8px;
    right: 8px;
  }
}

@media screen and (max-width: 1020px) {
  .glb-hamburger {
    position: fixed;
    z-index: 3;
    z-index: 500;
    display: block;
    overflow: visible;
    padding: 0;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
  }
  .glb-hamburger__in {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
  }
  .glb-hamburger__bar {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b6a659), color-stop(46%, #937933));
    background-image: linear-gradient(0deg, #b6a659 0%, #937933 46%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    transition: transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95), -webkit-transform 0.3s cubic-bezier(0.25, 0.45, 0.45, 0.95);
  }
  .glb-hamburger__bar01 {
    -webkit-transform: translate(-50%, -50%) translateY(-4px);
            transform: translate(-50%, -50%) translateY(-4px);
  }
  .glb-hamburger__bar02 {
    -webkit-transform: translate(-50%, -50%) translateY(4px);
            transform: translate(-50%, -50%) translateY(4px);
  }
}

.glb-hamburger.is-open .glb-hamburger__bar01 {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.glb-hamburger.is-open .glb-hamburger__bar02 {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

/* .glb-slide-menu
=========================================== */
.glb-slide-menu {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: scroll;
  background: rgba(3, 6, 10, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* .open-nav
------------------------------ */
.glb-slide-menu .open-nav {
  position: fixed;
  z-index: 6;
  top: 0;
  width: calc(100% - 80px);
  height: 100%;
  overflow: scroll;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b6a659), color-stop(46%, #937933));
  background-image: linear-gradient(0deg, #b6a659 0%, #937933 46%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.glb-slide-menu .open-nav .nav-list {
  position: relative;
  z-index: 1;
}

.glb-slide-menu .open-nav .nav-list__item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.glb-slide-menu .open-nav .nav-list__item a {
  font-weight: 700;
}
.glb-slide-menu .open-nav .nav-list__item > a {
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  display: block;
  padding: 2.8vh 4.4vw;
}
.glb-slide-menu .open-nav .nav-list__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.glb-slide-menu .open-nav .cmn-triangle {
  top: calc(50% - 6px);
}

/* .sp-tel-box
------------------------------ */
.glb-slide-menu .sp-tel-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .glb-slide-menu .sp-tel-box {
    margin-top: 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.glb-slide-menu .sp-tel-box a {
  color: #fff;
}

.glb-slide-menu .sp-tel-box a,
.glb-slide-menu .sp-tel-box .sub-txt {
  position: relative;
  z-index: 2;
}

.glb-slide-menu .sp-tel-box:after {
  content: "";
  position: absolute;
  background-image: url("../img/common/header/tel_bg02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -12px;
  left: -32px;
  top: -24px;
  width: 384px;
  height: 116px;
  margin: 0 auto;
}

.glb-slide-menu .sp-tel-box .tel-link {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.08em;
}

.glb-slide-menu .sp-tel-box .tel-link .tel-txt {
  font-size: 2rem;
  padding-bottom: 2px;
}

.glb-slide-menu .sp-tel-box .tel-link .tel-num {
  margin-left: 2px;
  font-size: 3rem;
}

.glb-slide-menu .sp-tel-box .sub-txt {
  color: #f3f3f3;
  margin-top: 4px;
  text-align: center;
  font-size: 1.3rem;
}

/* .close-bg
------------------------------ */
.glb-slide-menu .close-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

/* .is-open
------------------------------ */
.is-open.glb-slide-menu {
  display: block;
}

.is-open.glb-slide-menu .open-nav {
  animation: slide-in 0.3s forwards;
  -webkit-animation: slide-in 0.3s forwards;
}

.is-open.glb-slide-menu .close-btn {
  opacity: 1;
  animation: fade-in 0.6s forwards;
  -webkit-animation: fade-in 0.6s forward;
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .glb-nav
=========================================== */
.glb-nav {
  position: relative;
}
@media screen and (max-width: 1020px) {
  .glb-nav {
    display: none;
  }
}

/* .nav-list
------------------------------ */
.glb-nav .nav-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.glb-nav .nav-list__item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.glb-nav .nav-list__item:first-child {
  display: none;
}

.glb-nav .nav-list__item .nav-link {
  text-align: center;
  padding: 0 28px;
}
@media screen and (max-width: 1256px) {
  .glb-nav .nav-list__item .nav-link {
    padding: 0 1.5vw;
  }
}

.glb-nav .nav-list .ttl-txt {
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 1256px) {
  .glb-nav .nav-list .ttl-txt {
    font-size: 1.5vw;
  }
}

.glb-nav .nav-list__item .nav-link:hover .ttl-txt {
  color: #b6a659;
}

.glb-nav .nav-list__item .cmn-triangle {
  display: none;
}

/* ========================================================
.glb-container
======================================================== */
/* ========================================================
.glb-breadcrumb
======================================================== */
.glb-breadcrumb {
  padding: 20px 24px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.06);
}
@media screen and (max-width: 767px) {
  .glb-breadcrumb {
    padding: 12px 4vw;
  }
}

.glb-breadcrumb .breadcrumb-list {
  text-align: left;
  font-size: 0;
  line-height: 1.5;
}

.glb-breadcrumb .breadcrumb-list__item {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .glb-breadcrumb .breadcrumb-list__item {
    font-size: 1.4rem;
  }
}

.breadcrumb-list__item + .breadcrumb-list__item {
  margin-left: 16px;
}
.breadcrumb-list__item + .breadcrumb-list__item:before {
  margin-right: 12px;
  content: "\e315";
  color: #dbdee2;
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: 2rem;
  vertical-align: -0.2em;
}

.glb-breadcrumb .breadcrumb-list__item a:hover {
  color: #b6a659;
}

.glb-breadcrumb .breadcrumb-list__item .ico-home .material-symbols-outlined {
  vertical-align: -0.2em;
}

/* ========================================================
.glb-main
======================================================== */
/* ========================================================
.cmn-mv
======================================================== */
.cmn-mv {
  padding-left: 120px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(20deg, #070b11 0%, #253d59 46%);
}
@media screen and (max-width: 1020px) {
  .cmn-mv {
    padding-left: 88px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-mv {
    height: 50vw;
    padding: 0 4vw 0 clamp(28px, 14vw, 56px);
  }
}

.page-ttl .ttl-en {
  color: rgba(255, 255, 255, 0.4);
  font-size: 3.6rem;
  font-family: "Figtree", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-ttl .ttl-en {
    font-size: 2.8rem;
    font-size: clamp(18px, 6vw, 36px);
  }
}

.page-ttl .ttl-jp {
  margin-top: 4px;
  line-height: 1.2;
  position: relative;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .page-ttl .ttl-jp {
    font-size: 4rem;
    font-size: clamp(24px, 8vw, 48px);
  }
}

.page-ttl .ttl-jp:after {
  content: "";
  position: absolute;
  top: calc(50% - 34px);
  left: -60px;
  width: 80px;
  height: 80px;
  background-image: url("../img/common/base/ttl_deco01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-ttl .ttl-jp:after {
    top: calc(50% - 31px);
    left: -48px;
    width: clamp(32px, 16vw, 64px);
    height: clamp(32px, 16vw, 64px);
  }
}

/* ========================================================
.post-content
======================================================== */
.post-content .inline-block {
  display: inline-block;
}

.post-content p {
  margin-bottom: 24px;
  line-height: 1.7;
}

.post-content .wp-block-media-text__content p:only-of-child {
  margin-bottom: 0;
}

.post-content p a {
  color: #b6a659;
  text-decoration: underline;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
}

.post-content h2 {
  color: #fff;
  font-size: 2.8rem;
  background-color: #293444;
  border-top: 6px solid #03060a;
  padding: 16px 20px 20px;
}
@media screen and (max-width: 767px) {
  .post-content h2 {
    border-top: 5px solid #03060a;
    font-size: 2.4rem;
    padding: 12px;
  }
}

.post-content h3 {
  font-size: 2.6rem;
  background-color: #293444;
  padding: 12px 16px 15px;
}
@media screen and (max-width: 767px) {
  .post-content h3 {
    font-size: 2.2rem;
    padding: 10px;
  }
}

.post-content h4 {
  font-size: 2.2rem;
  border-left: 5px solid #293444;
  padding: 8px 12px 10px;
}
@media screen and (max-width: 767px) {
  .post-content h4 {
    border-left: 3px solid #293444;
    font-size: 2rem;
    padding: 8px;
  }
}

.post-content h5 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .post-content h5 {
    font-size: 1.8rem;
  }
}

.post-content h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .post-content h6 {
    font-size: 1.6rem;
  }
}

.post-content ul,
.post-content ol {
  margin: 24px 0 24px 24px;
  line-height: 1.3;
}

.post-content ul {
  list-style-type: disc;
}

.post-content ol {
  list-style-type: decimal;
}

.post-content li {
  display: list-item;
}
.post-content li + li {
  margin-top: 12px;
}

.post-content .wp-block-table table {
  margin-bottom: 24px;
  padding: 0;
  line-height: 1.5;
}

.post-content .wp-block-table th,
.post-content .wp-block-table td {
  padding: 8px;
}

.post-content .wp-block-table th {
  border: 1px solid #595b5c;
  background: #293444;
  font-weight: 700;
}

.post-content .wp-block-table td {
  border: 1px solid #595b5c;
}

.post-content .wp-block-video {
  margin-bottom: 1em;
}

.post-content .is-type-video {
  margin-bottom: 1em;
}

.post-content .is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.post-content .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.post-content .wp-block-image {
  margin-bottom: 16px;
}
.post-content .wp-block-image figure {
  text-align: center;
}
.post-content .wp-block-image .alignleft,
.post-content .wp-block-image .alignright {
  display: block;
  float: none;
  margin: 0;
}
.post-content .wp-block-image .alignleft {
  text-align: left;
}
.post-content .wp-block-image .alignright {
  text-align: right;
}

.post-content .wp-block-image .alignright > figcaption,
.post-content .wp-block-image .alignleft > figcaption,
.post-content .wp-block-image .aligncenter > figcaption {
  display: block;
}

.post-content + .cmn-btn01 {
  margin-top: 80px;
}

/* ========================================================
.wp-pagenavi
======================================================== */
.wp-pagenavi {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 32px;
    margin-bottom: 48px;
    max-height: 48px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 6px;
  padding: 17px 20px 17px;
  min-width: 56px;
  text-decoration: none;
  border: 2px solid #ccc;
  -webkit-transition: 0.2s border ease-in-out;
  transition: 0.2s border ease-in-out;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 3px;
    padding: 15px 16px;
    min-width: 48px;
  }
}
.wp-pagenavi a:hover {
  font-weight: bold;
  color: #b6a659;
  border-color: #b6a659;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 0rem;
  padding: 16px 12px 17px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    padding: 12px 8px 13px;
  }
}
.wp-pagenavi span.current {
  background-color: #ccc;
  border-color: #ccc;
  color: #03060a;
}

.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi a.previouspostslink:before {
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: 2rem;
  vertical-align: -0.2em;
}

.wp-pagenavi a.nextpostslink:before {
  content: "\e315";
}

.wp-pagenavi a.previouspostslink:before {
  content: "\e314";
}

/* ========================================================
.glb-footer
======================================================== */
.glb-footer {
  position: relative;
  color: #fff;
  padding: 120px 0 20px;
  background-image: url("../img/common/footer/footer_bg01.jpg");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .glb-footer {
    padding: 20vw 0 16px;
  }
}

.glb-footer .site-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glb-footer .site-ttl {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background-image: url("../img/common/footer/logo_bg01.svg");
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  margin: 0 auto;
  height: 150px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .glb-footer .site-ttl {
    width: 92%;
    height: 28vw;
    padding-top: 2vw;
  }
}

.glb-footer .site-ttl a {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.glb-footer .site-ttl a:hover {
  opacity: 0.8;
}

.glb-footer .site-ttl a img {
  width: 320px;
}

/* .address-box
=========================================== */
.glb-footer .address-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box {
    margin-top: 40px;
  }
}

/* .place-list
------------------------------ */
.glb-footer .address-box .place-list {
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list {
    display: block;
  }
}

.glb-footer .address-box .place-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.glb-footer .address-box .place-list .place-ttl {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list .place-ttl {
    font-size: 1.6rem;
  }
}

.glb-footer .address-box .place-list .zipcode {
  margin-top: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list .zipcode {
    margin-top: 12px;
    font-size: 1.3rem;
  }
}

.glb-footer .address-box .place-list .address {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .place-list .address {
    font-size: 1.4rem;
  }
}

/* .contact-list */
.glb-footer .address-box .contact-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glb-footer .address-box .contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  font-family: "Lato", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 900;
}

.glb-footer .address-box .contact-list__item + .contact-list__item {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .contact-list__item + .contact-list__item {
    margin-left: 16px;
  }
}

.glb-footer .address-box .contact-list__ttl {
  padding-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .contact-list__ttl {
    padding-top: 2px;
    font-size: 1.2rem;
  }
}

.glb-footer .address-box .contact-list__num {
  margin-left: 3px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .address-box .contact-list__num {
    font-size: 1.8rem;
  }
}

/* .footer-nav
=========================================== */
.glb-footer .footer-nav {
  margin-top: 48px;
  padding: 44px 0 48px;
  background-color: rgba(3, 6, 10, 0.4);
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav {
    margin-top: 40px;
    padding: 28px 0 30px;
  }
}

.glb-footer .footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list__item {
    width: 50%;
    text-align: center;
  }
}

.glb-footer .footer-nav .nav-list__item + .nav-list__item {
  margin-left: 56px;
}
@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list__item + .nav-list__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .glb-footer .footer-nav .nav-list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

.glb-footer .footer-nav .nav-list .nav-list__ttl {
  font-weight: 700;
}

.glb-footer .footer-nav .nav-list .nav-list__ttl a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.glb-footer .footer-nav .nav-list .nav-list__ttl a:hover {
  color: #b6a659;
}

/* .bottom-box
=========================================== */
.glb-footer .bottom-box {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .glb-footer .bottom-box {
    margin-top: 48px;
  }
}

/* .bottom-list
=========================================== */
.glb-footer .bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.glb-footer .bottom-list__item + .bottom-list__item {
  margin-left: 16px;
}

.glb-footer .bottom-list__item a {
  font-size: 1.5rem;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .glb-footer .bottom-list__item a {
    font-size: 1.4rem;
  }
}
.glb-footer .bottom-list__item a:hover {
  color: #b6a659;
}

/* .copyright
=========================================== */
.glb-footer .copyright {
  color: #bbb;
  font-family: "Figtree", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
  margin-top: 24px;
}
.glb-footer .copyright__txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .glb-footer .copyright__txt {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=common.min.css.map */