@charset "UTF-8";
main {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .menu-trigger {
  display: none;
}

.wrap01 {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .wrap01 {
    max-width: none;
    width: 85.9vw;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 86%;
  }
}

#container {
  padding-top: 0px;
}
#container .bg {
  background-color: #fef1e3;
  position: relative;
}
#container .bg .arrow {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  width: 51px;
}
@media screen and (max-width: 1280px) {
  #container .bg .arrow {
    width: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #container .bg .arrow {
    width: 5.2vw;
    transform: translate(-50%, -20%);
  }
}
#container .bg .wrap01 {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  #container .bg .wrap01 {
    padding-top: 4.7vw;
    padding-bottom: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  #container .bg .wrap01 {
    padding-top: 7.3vw;
    padding-bottom: 7.3vw;
  }
}
#container .bg .table {
  width: 100%;
  /* 均等割り付け */
}
#container .bg .table th,
#container .bg .table td {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  padding: 0;
}
@media screen and (max-width: 1280px) {
  #container .bg .table th,
  #container .bg .table td {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #container .bg .table th,
  #container .bg .table td {
    display: block;
    font-size: 2.4vw;
  }
}
#container .bg .table th {
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  width: 8em;
}
@media screen and (max-width: 768px) {
  #container .bg .table td {
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  #container .bg .table td .list_txt {
    display: inline-block;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
}
#container .bg .table .equal-text {
  display: inline-flex;
  flex-direction: row !important; /* ← 強制的に横方向に並べる */
  justify-content: space-between;
  width: 6em;
  white-space: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #container .bg .table .equal-text {
    display: inline;
  }
}
#container .bg .table .equal-text span {
  display: inline-block; /* ← インライン要素として扱う */
  flex: 0 0 auto;
  line-height: 1; /* 高さ調整 */
}
@media screen and (max-width: 768px) {
  #container .bg .table .equal-text span {
    flex: none;
  }
}
#container .bg .btn01 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  #container .bg .btn01 {
    max-width: none;
    width: 46.9vw;
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  #container .bg .btn01 {
    max-width: none;
    width: 100%;
    margin-top: 7.3vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.animate,
.animate2,
.animate3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}

.animate.deactive,
.animate2.deactive,
.animate3.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(30px);
}/*# sourceMappingURL=style.css.map */