@charset "UTF-8";
.insta-link {
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.insta-link img {
  width: 40px;
}

.top_section {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.top_section::before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  background: #F4F4F5;
  -webkit-clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_section .container {
  z-index: 3;
}
.top_section .top-catch {
  width: 40%;
}
.top_section .top-catch h1 {
  color: #2C2C2C;
  font-size: 1.6rem;
  white-space: nowrap;
}
.top_section .short-area .top-catch h1 {
  font-size: 1.8rem;
}
.top_section .top-img {
  position: absolute;
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  right: 0;
}
.top_section .top-video {
  position: absolute;
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  right: 0;
}
@media (max-width: 767px) {
  .top_section {
    display: block;
    height: 90%;
  }
  .top_section::before {
    display: none;
  }
  .top_section .container {
    top: 0;
    width: 100%;
    background: #F4F4F5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    align-items: center;
    display: flex;
    padding-bottom: 40px;
    padding-top: 100px;
  }
  .top_section .top-catch {
    width: 100%;
    margin-bottom: 40px;
  }
  .top_section .top-catch h1 {
    text-align: center;
    font-size: 5.4vw;
    letter-spacing: 0px;
    white-space: normal;
  }
  .top_section .short-area .top-catch h1 {
    font-size: 6.5vw;
  }
  .top_section .top-img {
    bottom: -10%;
    position: absolute;
    width: 100%;
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    right: 0;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .top_section .top-video {
    bottom: -10%;
    position: absolute;
    width: 100%;
    height: 60%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    right: 0;
  }
  .top_section .btn {
    width: auto;
  }
}
@media (max-width: 389px) {
  .top_section .top-catch {
    width: 300px;
    margin: 0 auto;
  }
  .top_section .top-catch h1 {
    font-size: 4.8vw;
    white-space: nowrap;
  }
  .top_section .short-area .top-catch h1 {
    font-size: 5.8vw;
    white-space: nowrap;
  }
}

.campaign-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.campaign-row > .pre_order_trial > img {
  border: solid 1px #ccc;
  width: 200%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200% !important;
}

@media (max-width: 767px) {
  .campaign-row > .pre_order_trial > img {
    max-width: 100% !important;
    width: 100%;
    left: 0%;
    transform: translateX(0%);
  }
}
@media (max-width: 600px) {
  .campaign-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.concept_section {
  background: url("../img/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.concept_section h3 {
  font-size: 1.4rem;
  color: #C3B867;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 767px) {
  .concept_section {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .concept_section h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.features_section .feature-catch {
  display: flex;
  align-items: center;
}
.features_section .feature-catch .number {
  display: inline-block;
  font-weight: bold;
  font-size: 4rem;
  margin-right: 10px;
}
.features_section .feature-catch .catch {
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
.features_section .feature-catch .catch .c1 {
  font-size: 1.4rem;
}
.features_section .feature-catch .catch .c2 {
  font-size: 2rem;
  background: linear-gradient(transparent 60%, #F3E371 60%);
  display: inline-block;
}
.features_section .feature {
  height: 450px;
  position: relative;
  margin-bottom: 80px;
}
.features_section .feature::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
}
.features_section .feature_1::before {
  background-image: url("../img/ft1.jpg?20220607");
  background-position: left;
  right: 0;
}
.features_section .feature_2::before {
  background-image: url("../img/ft5.jpg?20220607");
  background-position: right;
}
.features_section .feature_3::before {
  background-image: url("../img/ft2.jpg?20220607");
  background-position: left;
  right: 0;
}
.features_section .feature_4::before {
  background-image: url("../img/ft3.jpg?20220607");
  background-position: right;
}
.features_section .feature_5::before {
  background-image: url("../img/ft4.jpg?20220607");
  background-position: left;
  right: 0;
}
.features_section .feature_6 .feature-catch {
  justify-content: center;
}
.features_section .feature_6 p {
  text-align: center;
}
.features_section .feature_6 .shopimg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .features_section .feature-catch .number {
    font-size: 2rem;
    margin-right: 10px;
  }
  .features_section .feature-catch .catch .c1 {
    font-size: 1.4rem;
  }
  .features_section .feature-catch .catch .c2 {
    font-size: 7vw;
  }
  .features_section .feature::before {
    display: none;
  }
  .features_section .feature::after {
    content: "";
    display: block;
    position: unset;
    width: 100%;
    height: 300px;
    background-size: cover;
    margin-bottom: 40px;
  }
  .features_section .feature {
    height: auto;
    margin-bottom: 60px;
  }
  .features_section .feature_1::after {
    background-image: url("../img/ft1-sp.jpg");
  }
  .features_section .feature_2::after {
    background-image: url("../img/ft5-sp.jpg");
  }
  .features_section .feature_3::after {
    background-image: url("../img/ft2-sp.jpg");
  }
  .features_section .feature_4::after {
    background-image: url("../img/ft3-sp.jpg");
  }
  .features_section .feature_5::after {
    background-image: url("../img/ft4-sp.jpg");
  }
  .features_section .feature_6 .feature-catch {
    justify-content: unset;
  }
  .features_section .feature_6 p {
    text-align: left;
  }
}
@media (max-width: 568px) {
  .features_section .feature::before {
    height: 200px;
  }
}
.features_section li {
  margin-bottom: 40px;
}
.features_section li:last-of-type {
  margin-bottom: 0;
}
.features_section .item h3 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .features_section li {
    margin-bottom: 20px;
  }
}

.cases_section .item h3 {
  margin-top: 10px;
  text-align: center;
}
.cases_section .item img {
  height: 60px;
  margin: 0 auto;
  display: block;
  width: 70px;
}

.banner_section {
  margin-top: 40px;
  text-align: center;
}
.banner_section .slick-slide {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_section .slick-slide img {
  height: auto;
}
@media (max-width: 767px) {
  .banner_section {
    margin-top: -40px;
  }
}

.sp_menulist_title {
  display: none;
}

.sp_menulist_button_grid {
  display: none;
}

@media (max-width: 768px) {
  .sp_menulist {
    margin: 0 8px;
  }
  .sp_menulist_title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #EB4B51, #DA5F30);
    padding: 4px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    -webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
            clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    /* 両端を矢印型にカット */
  }
  .sp_menulist_title h2 {
    font-size: 12px;
    margin: 0;
    color: #fff;
    font-weight: 400;
  }
  .sp_menulist_title p {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: -8px;
  }
  .sp_menulist_button_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 24px;
  }
  .sp_menulist_button_grid .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #EB4B51;
    /* ボーダー色 */
    border-radius: 0;
    /* 角丸を無効化（任意） */
    box-sizing: border-box;
    margin: -1px;
    /* 境界線が太く見えるのを防ぐ */
    background: #fff;
    /* ボタン背景色 */
    transition: background 0.3s ease;
    color: #EB4B51;
  }
  .sp_menulist_button_grid .button .icon {
    width: 3.5em;
    /* フォントサイズと同じ大きさに調整 */
    height: 3.5em;
    /* アイコンと文字の間隔 */
    -o-object-fit: contain;
       object-fit: contain;
    /* 画像を縮小して全体を表示 */
    margin-bottom: 3px;
  }
}
.news_section {
  margin: 20px 20px 20px;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.news_section .news-h {
  font-weight: bold;
  font-size: 1.4rem;
}
.news_section .news-list .news-item small {
  display: block;
}
.news_section .news-list .news-item a {
  color: #000;
  font-size: 1em;
}
.news_section .news-list .news-btn {
  border: solid 1px #C3B867;
  padding: 6px;
  border-radius: 20px;
  color: #C3B867;
  margin: 20px auto;
  display: block;
  width: 180px;
  text-align: center;
}
@media (min-width: 768px) {
  .news_section .news-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news_section .news-list .news-item {
    width: 50%;
    max-width: 100%;
  }
  .news_section .news-list .news-btn {
    margin: 10px auto 8px;
  }
}

.cases_section {
  background: #F7F7F7;
}
.cases_section .item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 768px) {
  .cases_section .item-list {
    grid-template-columns: 1fr;
  }
}

.ba_section .slick-track {
  margin: 0;
}
.ba_section .slick-slide {
  margin: 0 10px;
}

.price_section .price-table {
  margin: 10px 0 40px;
}
.price_section .price-table td {
  color: #797979;
  width: 60%;
}
.price_section .price-item {
  margin-bottom: 40px;
}
.price_section .price-item .price-header {
  position: relative;
  height: 300px;
}
.price_section .price-item .price-header img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price_section .price-item .price-header_txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.price_section .price-item .price-header_txt h3 {
  font-size: 1.6rem;
}
.price_section .price-item .price-content {
  border: 1px solid #BEBEBE;
  border-top: none;
  padding: 0 20px 20px;
}
.price_section .price-item .price-content td {
  width: 70%;
  color: #797979;
}
@media (max-width: 768px) {
  .price_section .price-header {
    height: 200px !important;
  }
}

.price-list {
  text-align: left;
  margin: 20px 0;
}
.price-list dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.price-list dl dt {
  font-weight: lighter;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .price-list dl {
    display: block;
  }
}

.shop_section header {
  background: url("../img/bg_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}

.shop-list {
  margin-top: -60px;
}
.shop-list .shop_line_btn {
  display: inline-block;
  padding: 5px 20px;
  background: #1BBB1F;
  color: #fff !important;
  border-radius: 20px;
  box-shadow: #16a322 0 3px;
  margin: 0 20px 0 0;
}
.shop-list .shop_tel_btn {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background: #C3B867;
  color: #fff !important;
  box-shadow: #817248 0 3px;
  margin: 0 20px 0 0;
}
.shop-list .shop_stores_btn {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background: #003F8E;
  color: #fff !important;
  box-shadow: #011a39 0 3px;
}
@media (max-width: 767px) {
  .shop-list .shop_line_btn {
    margin: 20px 0 20px 0;
    width: 100%;
  }
  .shop-list .shop_tel_btn {
    margin: 20px 0 20px 0;
    width: 100%;
  }
  .shop-list .shop_stores_btn {
    margin: 20px 0 20px 0;
    width: 100%;
  }
}
.shop-list .d-flex {
  width: 90%;
}
.shop-list .item {
  position: relative;
  border: solid 1px #E8E8E8;
  padding: 20px 0;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.shop-list .item p {
  margin-bottom: 4px;
}
.shop-list .item a {
  color: #2C2C2C;
}
.shop-list .item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-bottom: 2px solid #989898;
  border-right: 2px solid #989898;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.shop-table th {
  width: 20%;
}
@media (max-width: 767px) {
  .shop-table th {
    width: 40%;
  }
}

.eh_section .col-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.eh_section .item {
  margin-bottom: 20px;
}
.eh_section .item h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 0.9rem;
}
.eh_section .item img {
  height: 60px;
  margin: 0 auto;
  display: block;
  width: 70px;
}
@media (max-width: 767px) {
  .eh_section .item {
    font-size: 0.9rem;
  }
  .eh_section img {
    height: 40px;
    margin-right: 5px;
    width: 50px;
  }
  .eh_section .col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

.corona_section {
  background: #F7F7F7;
}
.corona_section .col-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.corona_section .item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.9rem;
  border-bottom: solid 1px #E8E8E8;
}
.corona_section .item img {
  height: 60px;
  margin-right: 10px;
  display: block;
  width: 70px;
}
@media (max-width: 767px) {
  .corona_section .item img {
    height: 40px;
    margin-right: 5px;
    width: 50px;
  }
  .corona_section .col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

.page-section .shop_section {
  background: #fff;
}

.shop-list .item-row {
  display: flex;
  margin-bottom: 20px;
}
.shop-list .shop-thumb {
  margin-right: 20px;
  display: inline-block;
  width: 50%;
}
.shop-list .shop-thumb img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-list .shop-desc {
  width: 50%;
}
@media (max-width: 767px) {
  .shop-list .item-row {
    display: block;
  }
  .shop-list .shop-thumb {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .shop-list .shop-thumb img {
    height: auto;
    width: 100%;
  }
  .shop-list .shop-desc {
    width: 100%;
  }
}

.reserve_section {
  background: #1F2022;
  color: #fff;
}
.reserve_section .reserve-catch {
  text-align: center;
}
.reserve_section .reserve-catch .c1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: -30px;
}
.reserve_section .reserve-catch .c2 {
  font-size: 2.2rem;
  font-weight: bold;
}
.reserve_section .reserve-catch .large {
  font-size: 2em;
}

.problem_section {
  background: #1F2022;
  color: #fff;
}
.problem_section .problem-list {
  border: solid #DBD187 1px;
  margin-top: 40px;
  padding: 20px 20px;
  font-weight: bold;
}
.problem_section .problem-list p {
  font-size: 1.4rem;
}
.problem_section .problem-list p::before {
  position: relative;
  content: "";
  width: 34px;
  height: 22px;
  background: url("../img/check.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .problem_section .problem-list {
    padding: 10px 10px;
  }
  .problem_section .problem-list p {
    font-size: 1rem;
  }
  .problem_section .problem-list p::before {
    width: 24px;
    height: 18px;
  }
}
.solution-header {
  position: relative;
  color: #fff;
  background: #C4B64A;
  padding: 40px 0;
  text-align: center;
}
.solution-header::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #C4B64A transparent transparent transparent;
  bottom: -20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.solution-header .c1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0px;
}
.solution-header .c2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.solution_section img {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.flow {
  position: relative;
  margin-top: 80px;
}
.flow::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background: #C4B64A;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.flow-box {
  position: relative;
  border: solid 1px #707070;
  padding: 50px 20px 20px 20px;
  margin-bottom: 80px;
  background: #fff;
}
.flow-box:last-child {
  margin-bottom: 0;
}
.flow-box .number {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #C3B867;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 45px;
  left: -10px;
  top: -10px;
}
.flow-box img {
  position: absolute;
  right: 0;
  top: -60px;
  width: 300px;
}
.flow-box p {
  width: calc(100% - 300px);
}

@media (max-width: 767px) {
  .flow-box {
    padding-right: 0;
  }
  .flow-box img {
    position: absolute;
    right: 0;
    top: -60px;
    width: 150px;
  }
  .flow-box p {
    width: 100%;
  }
}
.price_section .course-h {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom: 20px;
}
.price_section .course-h:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.price_section .course-h span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.price_section th {
  background: #C3B867;
  color: #fff;
  border: solid 1px #000;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.price_section td {
  position: relative;
  border: solid 1px #000;
  text-align: center;
  font-weight: bold;
  padding: 15px 5px;
  width: 20%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.price_section .course-wrapper {
  margin-bottom: 60px;
}
.price_section .course-wrapper:last-child {
  margin-bottom: 0;
}
.price_section .price {
  font-size: 1.4rem;
  line-height: 1;
}
.price_section small {
  line-height: 2;
}
.price_section .service-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 10px 0;
}
.price_section .service-row img {
  width: auto;
  height: 40px;
  max-width: 60px;
  margin-bottom: 5px;
}
.price_section .service-row h4 {
  font-size: 0.9rem;
  line-height: 1.1;
}
.price_section .popular {
  top: -5px;
  display: inline-block;
  position: absolute;
  padding: 5px 5px;
  font-size: 0.9rem;
  color: #FFF;
  background: #D34B32;
  left: -12px;
}
.price_section .popular:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 12px #959e9b;
}
.price_section .popular2 {
  position: relative;
}
.price_section .popular2:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/popular_icon.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: -14px;
  left: 20%;
}

@media (max-width: 767px) {
  .price_section .service-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .price_section .service-row img {
    width: auto;
    height: 40px;
    max-width: 50px;
    margin-bottom: 5px;
  }
  .price_section .service-row h4 {
    font-size: 10px;
    line-height: 1.1;
  }
  .price_section .service-row .popular2:before {
    width: 28px;
    height: 28px;
    top: -14px;
    left: -2px;
  }
}
.company-awords ul {
  padding-left: 20px;
  margin-top: 5px;
}

.about_q {
  list-style: none;
}

.about_q .qa_wrap {
  border-bottom: solid 1px #E8E8E8;
}

.about_q .qa_wrap .q_btn {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  background: #fff;
  outline: 0;
  position: relative;
  text-align: left;
  padding: 15px 0;
  transition: all ease 0.5s;
}

.about_q .qa_wrap .q_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-bottom: 2px solid #989898;
  border-right: 2px solid #989898;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all ease 0.5s;
}

.about_q .qa_wrap .q_btn .q {
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.about_q .qa_wrap .q_btn .q:before {
  content: "Q.";
  color: #B9B9B9;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 20px;
}

.about_q .qa_wrap .a {
  width: 100%;
  display: none;
  align-items: center;
}

.about_q .qa_wrap .a:before {
  display: block;
  content: "A.";
  color: #de828c;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 20px;
}

.about_q .qa_wrap.open .a {
  display: flex;
  padding-bottom: 20px;
}

.about_q .qa_wrap.open .q_btn::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.top_section.image-full {
  display: block;
  margin-top: 0px;
  height: auto;
  min-height: unset;
}
.top_section.image-full a {
  width: 100%;
  opacity: 1;
}
.top_section.image-full::before {
  content: unset;
}
.top_section.image-full .container {
  display: none;
}
.top_section.image-full .top-img {
  position: relative;
  width: 100%;
  min-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

@media all and (max-width: 768px) {
  .top_section.image-full {
    flex-direction: unset;
    margin-top: 90px;
    min-height: unset;
  }
  .top_section.image-full .top-img {
    margin-top: 60px;
    min-height: 400px;
  }
  .home .top_section.image-full .top-img {
    margin-top: 25px;
  }
}
.mainImgPc {
  display: block;
}
@media all and (max-width: 768px) {
  .mainImgPc {
    display: none;
  }
}

.mainImgSp {
  display: none;
}
@media all and (max-width: 768px) {
  .mainImgSp {
    display: block;
  }
}

.top-content {
  margin: 0 auto;
  background-color: white;
  padding-bottom: 50px;
}
.top-content p {
  width: 95%;
  margin: 0 auto;
}
.top-content h2 {
  position: relative;
  display: block;
  margin: 6rem auto 3rem;
  width: 100%;
  min-height: 40px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.top-content h2:first-child {
  margin-top: 0;
}
.top-content h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -15px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  text-align: center;
  border-width: 15px 15px 0 15px;
  font-size: 22rem;
}
.top-content h3 {
  width: 60%;
  margin: 2rem auto 2rem;
  text-align: center;
  color: #C3B867;
  border-bottom: #C3B867 2px solid;
}
.top-content h4 {
  text-align: center;
  color: #c3b867;
  margin: 15px auto;
}
.top-content ul {
  list-style-type: square;
  margin: 1.5rem 0;
  text-align: left;
}
.top-content ul li {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.top-content ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #C3B867;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .top-content h3 {
    width: 90%;
  }
}
.reserve_from_campaign {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .reserve_from_campaign {
    margin-top: 0px;
  }
}/*# sourceMappingURL=top.css.map */