/*========= メニューボタンのCSS ===============*/
.density_medium {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px;
  text-decoration: none;
  display: flex;
  width: 24px;
  position: relative;
}

.openbtn1{
  position: absolute;
  z-index: 9999;/*ボタンを最前面に*/
  /* top: 10px;
  right: 16px; */
  cursor: pointer;
  width: 19px;
  height: 19px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #F5C11E;
    width: 100%;
  }

.openbtn1 span:nth-of-type(1) {
  top:0px; 
}

.openbtn1 span:nth-of-type(2) {
  top:8px;
}

.openbtn1 span:nth-of-type(3) {
  top:16px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 2px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

/* ヘッダーここまで */



/* ナビゲーションメニュー */

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:-120%;
    left:0;
  width:100%;
    height: auto;/*ナビの高さ*/
  background:rgba(0, 0, 0, 0.8);
    /*動き*/
  transition: all 0.6s;
/*  padding-top: 14px;*/
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: auto;/*表示する高さ*/
    background:rgba(0, 0, 0, 0.8);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/* 追加 */
.frame-83 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  padding: 48px 16px 32px 16px;
}

.vectors-wrapper-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 170.917px;
  text-decoration: none;
  display: flex;
}

.text-82 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-89 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-90 {
  grid-column-gap: 10px;
  border: 2px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.text-83 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-91 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 147.129px;
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-85 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.menu-title {
  font-size: 18px;
  color: white;
  font-weight: 700;
}

.menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-btn {
  font-size: 16px;
  color: white;
  font-weight: 700;
  border-bottom: 1.5px solid  #f5c11e;
  padding-bottom: 2px;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}


/* ナビゲーションメニューここまで */

/* 各ページタイトル */
.section-title-top {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  text-decoration: none;
  display: flex;
}

.section-title-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 880px;
  text-decoration: none;
  display: flex;
}

.title-object {
  width: 20px;
  height: 90px;
  background-color: #FF9B24;
}

.section-title-frame-1 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}
.section-title-frame-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section-title-txt-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-title-txt-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

/* ここまで */

/* 各ページ外枠 */
.frame-153 {
  grid-row-gap: 32px;
  background-color: #fff9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0px 16px 72px;
  text-decoration: none;
  display: flex;
  background-color: #FFF5DE;
}
/* ここまで */

/* 背景文字 */
.back_title_top {
  color: #F1B70180;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: .0395508px;
  left: 0px;
}

.back_title_1 {
  color: #69696906;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: .0395508px;
  left: 0px;
}

.back_title_2 {
  color: #E8C57020;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: absolute;
  top: 45px;
  left: 0px;
}


@media screen and (max-width: 765px) {
  /* 各ページタイトル */
  .title-object {
    width: 12px;
    height: 36px;
  }
  .section-title-frame-2 {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 12px;
    flex-direction: row;
  }

  .section-title-txt-1 {
    font-size: 20px;
  }

  .section-title-txt-2 {
    font-size: 12px;
  }

  /* ここまで */


  /* 背景文字 */
  .back_title_top {
    font-size: 88px;
    top: 31px;
    left: -11px;
  }

  .back_title_1 {
    font-size: 88px;
    top: -10px;
    left: -11px;
  }

  .back_title_2 {
    font-size: 82px;
    top: 31px;
    left: -11px;
  }
}