@charset "UTF-8";
#op-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: black;
  overflow: hidden;
  transition: opacity 1s ease;
  opacity: 1;
}
#op-wrapper.fade-out {
  opacity: 0;
}

#op-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

body.op-playing {
  overflow: hidden;
}

.title-wrap {
  display: flex;
  flex-direction: column;
}
.title-wrap span {
  color: #ffa448;
  letter-spacing: 0.38em;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
}
.title-wrap h3 {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

.wave-image {
  width: 100%;
  margin-top: -10%;
}
.top-section {
  height: 891px;
  width: 100%;
  position: relative;
}
.top-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-section .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
  -ms-transform: translate(-50%, -50%) rotate(-5deg);
}
.top-section .catch .catch-font {
  margin-bottom: 2%;
  background-color: #4496d3;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 1% 3%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.top-section .catch .catch-font:last-child {
  color: #4496d3;
  background-color: #fff;
}

.over-link {
  display: flex;
  flex-direction: row;
  background-color: #4496d3;
  justify-content: center;
  align-items: center;
  gap: 5%;
  padding: 5% 0;
}
.over-link a img {
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}
.over-link a:hover img {
  transform: scale(1.2);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.message-section {
  background-color: #4496d3;
  color: #fff;
  padding-top: 114px;
  padding-bottom: 15%;
}
.message-section .title-wrap {
  justify-content: flex-end;
  text-align: right;
}
.message-section .messege-section-inner {
  display: grid;
  grid-template-columns: 1.5fr 4fr;
}
.message-section .messege-section-inner .ceo-message-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.message-section .messege-section-inner .ceo-message-wrap .title-wrap {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: #fff 3px solid;
  margin-bottom: 5%;
  padding-left: 15%;
  padding-right: 5%;
}
.message-section .messege-section-inner .ceo-message-wrap .text-wrap {
  max-width: 1327px;
  padding: 0 5%;
}
.message-section .messege-section-inner .ceo-message-wrap .text-wrap h5 {
  margin-bottom: 2rem;
}
.message-section .messege-section-inner .ceo-message-wrap .text-wrap p {
  letter-spacing: 0.3em;
  line-height: 326%;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
}
.message-section .messege-section-inner .ceo-message-wrap .text-wrap .e {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ffa448;
  margin: 0;
}

.works-section {
  padding-top: 114px;
}
.works-section .works-section-inner .title-wrap {
  border-bottom: #4496d3 3px solid;
  margin-bottom: 5%;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5%;
  padding-right: 15%;
}
.works-section .works-section-inner .title-wrap h3 {
  color: #4496d3;
}
.works-section .works-section-inner .wrapper {
  max-width: 1255px;
  margin: 0 auto;
}
.works-section .works-section-inner .wrapper h3 {
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  text-align: center;
  margin-bottom: 1rem;
  color: #4496d3;
}
.works-section .works-section-inner .wrapper .text-wrap p {
  margin-bottom: 2rem;
  letter-spacing: 0.38em;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  color: #4496d3;
}

.review-section {
  background-color: #4496d3;
  padding-top: 114px;
}
.review-section .title-wrap {
  text-align: center;
}
.review-section .title-wrap h3 {
  color: #fff;
}
.review-section .review-swiper {
  padding: 3% 0;
  padding-bottom: 5%;
}
.review-section .review-swiper .swiper-wrapper .swiper-slide .card {
  color: #4496d3;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  min-height: 630px;
}
.review-section .review-swiper .swiper-wrapper .swiper-slide .card h6 {
  text-align: center;
  padding: 5%;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
}
.review-section .review-swiper .swiper-wrapper .swiper-slide .card img {
  max-width: 191px;
  -o-object-fit: contain;
     object-fit: contain;
}
.review-section .review-swiper .swiper-wrapper .swiper-slide .card p {
  text-align: left;
  padding: 10%;
  line-height: 1.5rem;
  letter-spacing: 0.38em;
}
.review-section .swiper-button-next,
.review-section .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #4496d3;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.review-section .swiper-button-next:after,
.review-section .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.review-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.review-section .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
}
.review-section .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffa448;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.gallery-section {
  padding-bottom: 20%;
  padding-top: 114px;
  background-color: #4496d3;
}
.gallery-section .title-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-section .title-wrap h3 {
  color: #fff;
}

.about-section {
  padding-top: 114px;
}
.about-section .title-wrap {
  border-bottom: #4496d3 3px solid;
  margin-bottom: 5%;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5%;
  padding-right: 15%;
}
.about-section .title-wrap h3 {
  color: #4496d3;
}
.about-section .about-list {
  padding: 5% 10%;
}
.about-section .about-list ul li {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5%;
  margin-bottom: 3%;
}
.about-section .about-list ul li p {
  border-bottom: #4496d3 3px solid;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  color: #4496d3;
}

.entry-section {
  position: relative;
  z-index: 2;
}
.entry-section .back {
  position: relative;
  z-index: 1;
}
.entry-section .entry_btn_set {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 600px;
  gap: 2rem;
}
.entry-section .entry_btn_set a {
  background-color: #80ccff;
  padding: 5%;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  border-radius: 15px;
}
.entry-section .entry_btn_set a:last-child {
  background-color: #fff;
  color: #ffa448;
}
.entry-section .entry_btn_set a:last-child:hover {
  background-color: #ffa448;
  color: #fff;
}

.top-btn-h {
  position: fixed;
  z-index: 15;
  bottom: 10px;
  right: 10px;
  text-align: center;
}
.top-btn-h img {
  max-width: 121px;
  width: 100%;
  max-height: 121px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s ease;
}
.top-btn-h:hover img {
  filter: brightness(1.1) saturate(1.2);
}

.f_up_btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 5;
  margin-top: -5%;
}
.f_up_btn img {
  max-width: 189px;
  width: 100%;
  max-height: 189px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.price-section {
  padding: 0 5%;
  padding-top: 114px;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /*テーブルデザイン*/
}
.price-section .title-wrap {
  text-align: center;
}
.price-section .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 50px auto;
}
.price-section .tab_item {
  width: 16.6666666667%;
  height: 50px;
  border-bottom: 3px solid #4496d3;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  cursor: hand;
}
.price-section .tab_item:hover {
  opacity: 0.75;
}
.price-section input[name=tab_item] {
  display: none;
}
.price-section .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.price-section #tab1:checked ~ #tab1_content,
.price-section #tab2:checked ~ #tab2_content,
.price-section #tab3:checked ~ #tab3_content,
.price-section #tab4:checked ~ #tab4_content,
.price-section #tab5:checked ~ #tab5_content,
.price-section #tab6:checked ~ #tab6_content {
  display: block;
}
.price-section .tabs input:checked + .tab_item {
  background-color: #4496d3;
  color: #fff;
}
.price-section table {
  width: 100%;
  border-spacing: 0;
  vertical-align: top;
  margin: 20px 0;
}
.price-section table td {
  border-bottom: solid 2px #ddd;
  padding: 10px;
}
.price-section table td.table-head {
  text-align: center;
  font-weight: 900;
  font-size: 1.2em;
  background: solid 2px rgba(230, 0, 18, 0.1882352941);
  border-bottom: solid 2px #ffffff;
}
.price-section table td.table-subhead {
  border-bottom: solid 2px rgba(230, 0, 18, 0.1882352941);
  padding: 10px;
}
.price-section table th {
  border-bottom: solid 2px rgba(230, 0, 18, 0.1882352941);
  padding: 10px;
}
.price-section .cross-highlight {
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #666;
  position: relative;
  overflow: hidden !important;
}
.price-section .cross-highlight th {
  background-color: #80ccff; /* 背景色指定 */
}
.price-section .cross-highlight tr:hover {
  background-color: #f0f0f0;
}
.price-section .cross-highlight td,
.price-section .cross-highlight th {
  padding: 15px;
  position: relative;
  width: 16.6666666667%;
}
.price-section .cross-highlight td:hover {
  background-color: #ccc;
}
.price-section .cross-highlight td:hover:after {
  content: "";
  background-color: rgba(240, 240, 240, 0.2509803922);
  width: 100%;
  height: 200vh;
  position: absolute;
  top: -100vh;
  left: 0;
}

@media (max-width: 768px) {
  .wave-image {
    width: 100%;
    margin-top: -10%;
  }
  .top-btn-h img {
    max-width: 80px;
    max-height: 80px;
  }
  .top-section {
    height: 450px;
  }
  .top-section .catch .catch-font {
    letter-spacing: normal;
  }
  .top-section .catch .catch-font:last-child {
    padding-right: 0;
  }
  .over-link {
    padding: 40px 20px;
  }
  .message-section {
    padding-top: 2%;
    padding-bottom: 15%;
  }
  .message-section .title-wrap {
    justify-content: center;
    text-align: center;
  }
  .message-section .messege-section-inner {
    grid-template-columns: auto;
  }
  .message-section .messege-section-inner .ceo-photo {
    height: 250px;
  }
  .message-section .messege-section-inner .ceo-message-wrap .title-wrap {
    padding-left: 0%;
    padding-right: 0%;
    margin: 5% auto;
  }
  .message-section .messege-section-inner .ceo-message-wrap .text-wrap {
    max-width: 1327px;
    padding: 0 5%;
  }
  .message-section .messege-section-inner .ceo-message-wrap .text-wrap p {
    letter-spacing: 0.38em;
    line-height: 1.5rem;
  }
  .works-section .works-section-inner .title-wrap {
    margin: 5% auto;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
  }
  .works-section .works-section-inner .text-wrap {
    padding: 5%;
  }
  .works-section .works-section-inner .text-wrap p {
    line-height: 1.5rem;
  }
  .review-section .review-swiper {
    padding-bottom: 10%;
  }
  .review-section .review-swiper .swiper-wrapper .swiper-slide .card {
    min-height: 500px;
  }
  .review-section .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: unset;
  }
  .gallery-section {
    padding-bottom: 20%;
    padding-top: 5%;
  }
  .gallery-section .title-wrap {
    text-align: center;
  }
  .about-section .title-wrap {
    margin: 5% auto;
    padding-left: 0%;
    padding-right: 0%;
    text-align: center;
    margin-top: 35px;
  }
  .about-section .about-list {
    padding: 5%;
  }
  .about-section .about-list ul li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5%;
    margin-bottom: 3%;
  }
  .about-section .about-list ul li p {
    border-bottom: #4496d3 3px solid;
  }
  .entry-section .back {
    z-index: 1;
    height: 415px;
  }
  .entry-section .entry_btn_set {
    max-width: 250px;
  }
  .f_up_btn {
    margin-top: -60px;
  }
  .f_up_btn img {
    max-width: 60px;
    max-height: 60px;
  }
  .tab_content {
    padding: 5px !important;
  }
  .tab_item {
    font-size: 14px;
  }
  .table {
    width: 100%;
  }
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .price-section {
    padding: 0;
  }
  .price-section .tab_item {
    align-content: center;
    font-size: 10px;
  }
  .price-section .cross-highlight th,
  .price-section .cross-highlight td {
    width: 100%;
  }
  .price-section thead {
    display: none;
  }
  .price-section tr {
    background-color: unset;
    width: 100%;
  }
  .price-section th,
  .price-section td {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .price-section tbody th {
    background: #14116e;
    color: #fff;
    text-align: center;
  }
  .price-section tbody td::before {
    content: attr(data-label);
    display: inline-block;
    margin-right: 10px;
  }
  .price-section tbody td {
    display: flex;
    justify-content: space-between;
  }
}/*# sourceMappingURL=index.css.map */