@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
}

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 3.90625vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  /* =14px */
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  scroll-behavior: smooth;
}

/*-------------
スクロールバー
--------------*/
body::-webkit-scrollbar {
  width: 8px;
  min-height: 200px;
  height: 200px;
}

body::-webkit-scrollbar-track {
  background: linear-gradient(#1c1c1c, #A58C46);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: rgb(36, 78, 3);
  border-radius: 50px;
  width: 10px;
  height: 150px;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.mt50 {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 3.90625vw;
  }
}

.mt75 {
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 3.90625vw;
  }
}

.mt100 {
  margin-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 6.5104166667vw;
  }
}

/* レスポンシブ設定
------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.fade_anime {
  transform: translateY(2.7777777778vw);
  opacity: 0;
  transition: 1.5s;
}
@media screen and (max-width: 768px) {
  .fade_anime {
    transform: translateY(2.6041666667vw);
  }
}
.fade_anime.on {
  transform: translateY(0);
  opacity: 1;
}

.hamburger_btn {
  position: fixed;
  top: 2.0833333333vw;
  right: 2.0833333333vw;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  z-index: 100;
  transition: 0.5s;
  background: none;
}
@media screen and (max-width: 768px) {
  .hamburger_btn {
    top: 3.90625vw;
    right: 3.90625vw;
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
.hamburger_btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.4166666667vw);
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  display: block;
  width: 6.25vw;
  height: 0.0694444444vw;
  background-color: #1c1c1c;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger_btn::before {
    top: calc(50% - 0.78125vw);
    width: 11.71875vw;
    height: 0.1302083333vw;
  }
}
.hamburger_btn::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.4166666667vw);
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  display: block;
  width: 6.25vw;
  height: 0.0694444444vw;
  background-color: #1c1c1c;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger_btn::after {
    top: calc(50% + 0.78125vw);
    width: 11.71875vw;
    height: 0.1302083333vw;
  }
}
.hamburger_btn.on::before {
  top: calc(50% - 0vw);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger_btn.on::after {
  top: calc(50% + 0vw);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger_menu_content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content {
    height: auto;
  }
}
.hamburger_menu_content .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fdfbf6;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner {
    height: 100vh;
  }
}
.hamburger_menu_content .inner .main_menu_sec {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec {
    width: 100%;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu {
  width: 100%;
  margin: 0 auto;
  padding: 0 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu {
    padding: 0 15.625vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu .left_logo {
  padding-top: 4.8611111111vw;
  width: 13.8888888889vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu .left_logo {
    width: 52.0833333333vw;
    padding-top: 13.0208333333vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu ul {
  display: flex;
  flex-direction: column;
  margin-top: 2.7777777778vw;
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu ul {
    overflow-y: unset;
    height: auto;
    margin-top: 7.8125vw;
    margin-bottom: 4.5572916667vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu ul li {
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
  border-bottom: dashed 0.0694444444vw #404040;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu ul li {
    gap: 6.25vw;
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
    border-bottom: dashed 0.1302083333vw #404040;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu ul li:first-child {
  border-top: dashed 0.0694444444vw #404040;
}
.hamburger_menu_content .inner .main_menu_sec .main_menu ul li a {
  display: block;
  position: relative;
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1;
  color: #1c1c1c;
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu ul li a {
    font-size: 4.6875vw;
    line-height: 1.65;
    padding-left: 5.2083333333vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-radius: 100%;
  background-color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu ul li a::after {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link {
  display: flex;
  align-items: center;
  gap: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link {
    gap: 0.390625vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link.mb50 {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link.mb50 {
    margin-top: 2.6041666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link span {
  font-size: 1.8055555556vw;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link span {
    font-size: 2.6041666667vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link img {
  width: 1.25vw;
  height: auto;
  padding-top: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .main_menu .hp_link img {
    width: 1.8229166667vw;
    padding-top: 0.2604166667vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .bottom_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1.3888888889vw;
  padding: 0 2.0833333333vw 0 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .bottom_menu {
    margin: 22.1354166667vw 0 3.90625vw;
    bottom: 2.6041666667vw;
    padding: 0 3.90625vw 0 6.5104166667vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link {
  display: flex;
}
.hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link a {
  display: block;
  color: #1c1c1c;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link a {
    font-size: 4.1666666667vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link a.company {
  margin-right: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link a.company {
    margin-right: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link a.company::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 0.0694444444vw;
  height: 1.25vw;
  background-color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .bottom_menu .left_link a.company::after {
    width: 0.2604166667vw;
    height: 3.125vw;
  }
}
.hamburger_menu_content .inner .main_menu_sec .bottom_menu p {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .inner .main_menu_sec .bottom_menu p {
    font-size: 4.6875vw;
  }
}
.hamburger_menu_content .pc_img {
  width: 53.3333333333vw;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hamburger_menu_content .pc_img {
    display: none;
  }
}

#top_main {
  display: flex;
  align-items: flex-start;
  background-color: #fdfbf6;
}
#top_main .left_box {
  position: sticky;
  top: 0;
  width: 23.3333333333vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #top_main .left_box {
    display: none;
  }
}
#top_main .left_box .left_logo {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transform: translateX(-50%);
  width: 13.8888888889vw;
  height: auto;
}
#top_main .left_box .left_logo img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box {
  position: relative;
  width: calc(100% - 46.6666666667vw);
  border-left: 0.0694444444vw solid #fdfbf6;
  color: #1c1c1c;
  background-color: #fdfbf6;
  box-shadow: 0 0.2777777778vw 0.8333333333vw rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box {
    width: 100%;
    border: 0;
    box-shadow: none;
  }
}
#top_main .main_contents_sec_box.thanks_main {
  height: 100vh;
}
#top_main .main_contents_sec_box.contact_page {
  background-color: #F9F6EF;
}
#top_main .main_contents_sec_box .fv {
  padding: 6.9444444444vw 0 0 0;
  margin-bottom: 0;
  height: 100vh;
  min-height: 79.8611111111vw;
  background-image: url("../images/fv_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box .fv {
    padding: 13.0208333333vw 0 0 0;
    width: 100%;
  }
}
#top_main .main_contents_sec_box .fv .inner .fv_main_text {
  width: 34.6527777778vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box .fv .inner .fv_main_text {
    width: 64.9739583333vw;
  }
}
#top_main .main_contents_sec_box .fv .inner .fv_main_text img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box .fv .inner .main_text {
  margin-top: 6.9444444444vw;
  margin-left: 4.1666666667vw;
  width: 6.9444444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box .fv .inner .main_text {
    margin-top: 13.0208333333vw;
    margin-left: 7.8125vw;
    width: 17.578125vw;
  }
}
#top_main .main_contents_sec_box .fv .inner .main_text img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box section .inner .access_sec {
  margin-top: 1.7361111111vw;
  padding: 0 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .access_sec {
    margin-top: 3.2552083333vw;
    padding: 0 2.6041666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .main_sec01 {
  margin-top: 6.25vw;
  padding-right: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .main_sec01 {
    margin-top: 11.71875vw;
    padding-right: 2.0833333333vw;
  }
}
#top_main .main_contents_sec_box section .inner .fair_sec {
  margin-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .fair_sec {
    margin-top: 15.625vw;
  }
}
#top_main .main_contents_sec_box section .inner .fair_sec.fair_sec02 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 6.25vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .fair_sec.fair_sec02 {
    padding-top: 11.71875vw;
  }
}
#top_main .main_contents_sec_box section .inner .fair_btn_sec {
  display: block;
  margin-top: 4.1666666667vw;
  padding: 0 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .fair_btn_sec {
    margin-top: 7.8125vw;
    padding: 0 13.671875vw;
  }
}
#top_main .main_contents_sec_box section .inner .fair_btn_sec.fair_btn_sec02 {
  background-color: #fff;
  padding: 0 7.2916666667vw 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .fair_btn_sec.fair_btn_sec02 {
    padding: 0 13.671875vw 15.625vw;
  }
}
#top_main .main_contents_sec_box section .inner .fair_btn_sec.bg_white {
  background-color: #fff;
  padding-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .fair_btn_sec.bg_white {
    padding-bottom: 11.71875vw;
  }
}
#top_main .main_contents_sec_box section .inner .problem_img01 {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .problem_img01 {
    margin-top: 7.8125vw;
  }
}
#top_main .main_contents_sec_box section .inner .problem_img02 {
  margin: 4.1666666667vw 0;
  padding: 0 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .problem_img02 {
    margin: 7.8125vw 0;
    padding: 0 15.625vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec {
  padding-top: 7.6388888889vw;
  padding-bottom: 6.9444444444vw;
  background: #f9f6ef;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec {
    padding-top: 14.3229166667vw;
    padding-bottom: 13.0208333333vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems02 {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems02 {
    margin-top: 10.4166666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider {
  overflow: hidden;
  background-color: #fff;
  padding: 5.5555555556vw 0;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider {
    padding: 13.0208333333vw 0 15.625vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box {
  position: relative;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box {
    margin-top: 3.2552083333vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .slider_content {
  position: relative;
  padding: 0 1.3888888889vw;
  transition-timing-function: linear !important;
  height: 20.8333333333vw;
  aspect-ratio: 452/300;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .slider_content {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    aspect-ratio: 452/452;
    height: 58.8541666667vw;
    overflow: hidden;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .slider_content ul {
  transition-timing-function: linear !important;
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .slider_content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .slider_content ul li img {
    height: 100%;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0.4861111111vw;
  width: 1.6666666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .swiper-button-prev {
    left: 0.9114583333vw;
    width: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .swiper-button-prev img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0.4861111111vw;
  width: 1.6666666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .swiper-button-next {
    right: 0.9114583333vw;
    width: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider .swiper_box .swiper-button-next img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider p {
  margin-top: 4.1666666667vw;
  padding-left: 4.8611111111vw;
  font-size: 1.1111111111vw;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider p {
    margin-top: 3.90625vw;
    padding-left: 4.8611111111vw;
    padding-right: 4.8611111111vw;
    font-size: 4.6875vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider p.first {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems_slider p.first {
    margin-bottom: 10.4166666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems04 {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .four_problems_sec .four_problems04 {
    margin-top: 10.4166666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec {
  overflow: hidden;
  padding: 6.25vw 0 7.6388888889vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .voice_sec {
    padding: 11.71875vw 0 7.6388888889vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec h2 {
  margin: 0 auto;
  width: 22.2222222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .voice_sec h2 {
    width: 49.21875vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box {
  position: relative;
  margin-top: 1.7361111111vw;
  padding: 0 3.4722222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box {
    margin-top: 3.2552083333vw;
    padding: 0 6.5104166667vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_slider_content {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 628/1060;
  width: 43.6111111111vw;
  height: 73.6111111111vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_slider_content {
    padding: 0;
    aspect-ratio: 628/1399;
    width: 81.7708333333vw;
    height: 182.1614583333vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_slider_content ul li {
  padding: 0;
  width: 100% !important;
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_slider_content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.3888888889vw;
  width: 1.5972222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_swiper-button-prev {
    left: 2.6041666667vw;
    width: 2.9947916667vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_swiper-button-prev img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_swiper-button-next {
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  width: 1.5972222222vw;
  height: auto;
  transform: rotateY(180deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_swiper-button-next {
    right: 2.6041666667vw;
    width: 2.9947916667vw;
  }
}
#top_main .main_contents_sec_box section .inner .voice_sec .voice_swiper_box .voice_swiper-button-next img {
  width: 100%;
  height: auto;
}
#top_main .main_contents_sec_box section .inner .schedule_sec {
  background-color: #fff;
}
#top_main .main_contents_sec_box section .inner .schedule_sec .time_schedule_title {
  position: relative;
  top: -2.0833333333vw;
  margin-bottom: 4.1666666667vw;
  padding: 0 10vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .schedule_sec .time_schedule_title {
    top: -3.90625vw;
    margin-bottom: 7.8125vw;
    padding: 0 18.75vw;
  }
}
#top_main .main_contents_sec_box section .inner .shop_sec {
  background-color: #fff;
}
#top_main .main_contents_sec_box section .inner .shop_sec .time_schedule_title {
  margin-bottom: 2.7777777778vw;
  padding: 8.3333333333vw 12.7777777778vw 0;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .shop_sec .time_schedule_title {
    margin-top: 15.625vw;
    margin-bottom: 5.2083333333vw;
    padding: 15.625vw 23.9583333333vw 0;
  }
}
#top_main .main_contents_sec_box section .inner .contact_sec {
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_sec {
    padding-top: 15.625vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_sec .access_title {
  display: block;
  margin-right: auto;
  width: 40.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_sec .access_title {
    width: 75.6510416667vw;
  }
}
#top_main .main_contents_sec_box section .inner .map_sec .map {
  margin-top: 2.7777777778vw;
  padding: 0 4.1666666667vw 0 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .map_sec .map {
    margin-top: 5.2083333333vw;
    padding: 0 7.8125vw 0 9.1145833333vw;
  }
}
#top_main .main_contents_sec_box section .inner .addr_sec {
  margin-top: 3.4722222222vw;
  padding: 0 5.5555555556vw 0vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .addr_sec {
    margin-top: 6.5104166667vw;
    padding: 0 10.4166666667vw 0vw;
  }
}
#top_main .main_contents_sec_box section .inner .addr_sec ul {
  display: flex;
  flex-direction: column;
}
#top_main .main_contents_sec_box section .inner .addr_sec ul li {
  display: flex;
  gap: 3.3333333333vw;
  padding-top: 1.7361111111vw;
  padding-bottom: 1.7361111111vw;
  border-bottom: dashed 0.0694444444vw #404040;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .addr_sec ul li {
    flex-direction: column;
    gap: 2.6041666667vw;
    padding-top: 3.2552083333vw;
    padding-bottom: 3.2552083333vw;
    border-bottom: dashed 0.1302083333vw #404040;
  }
}
#top_main .main_contents_sec_box section .inner .addr_sec ul li:first-child {
  padding-top: 0;
}
#top_main .main_contents_sec_box section .inner .addr_sec ul li h3 {
  width: 6.25vw;
  font-weight: 500;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .addr_sec ul li h3 {
    width: 100%;
    font-size: 5.2083333333vw;
  }
}
#top_main .main_contents_sec_box section .inner .addr_sec ul li p {
  width: 100%;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .addr_sec ul li p {
    font-size: 4.6875vw;
  }
}
#top_main .main_contents_sec_box section .inner .addr_sec ul li p a {
  color: #1c1c1c;
}
#top_main .main_contents_sec_box section .inner .foot_sec {
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 11.8055555556vw 0 1.3888888889vw;
  padding: 0 2.0833333333vw 0;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .foot_sec {
    margin: 22.1354166667vw 0 3.90625vw;
    padding: 0 3.90625vw 0 6.5104166667vw;
  }
}
#top_main .main_contents_sec_box section .inner .foot_sec .left_link {
  display: flex;
}
#top_main .main_contents_sec_box section .inner .foot_sec .left_link a {
  display: block;
  color: #1c1c1c;
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .foot_sec .left_link a {
    font-size: 4.6875vw;
  }
}
#top_main .main_contents_sec_box section .inner .foot_sec .left_link a.company {
  margin-right: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .foot_sec .left_link a.company {
    margin-right: 3.90625vw;
    padding-right: 3.90625vw;
  }
}
#top_main .main_contents_sec_box section .inner .foot_sec .left_link a.company::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 0.0694444444vw;
  height: 1.25vw;
  background-color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .foot_sec .left_link a.company::after {
    width: 0.2604166667vw;
    height: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .foot_sec p {
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .foot_sec p {
    font-size: 4.1666666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .thanks_sec {
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .thanks_sec {
    margin-top: 26.0416666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .thanks_sec h2 {
  text-align: center;
  color: #aa851d;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .thanks_sec h2 {
    font-size: 6.25vw;
    line-height: 1.65;
  }
}
#top_main .main_contents_sec_box section .inner .thanks_sec p {
  margin: 3.8194444444vw 4.8611111111vw 0;
  padding: 3.4722222222vw 2.7777777778vw;
  background-color: #fff;
  font-size: 1.25vw;
  line-height: 1.65;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .thanks_sec p {
    text-align: justify;
    margin: 7.1614583333vw 2.6041666667vw 0;
    padding: 10.4166666667vw 7.8125vw;
    font-size: 4.1666666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .thanks_sec .return {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.8472222222vw auto 0;
  line-height: 1;
  padding: 1.5277777778vw 1.7361111111vw;
  font-size: 1.1111111111vw;
  background-color: #1c1c1c;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .thanks_sec .return {
    font-size: 4.1666666667vw;
    margin: 5.3385416667vw auto 0;
    line-height: 1;
    padding: 5.7291666667vw 6.5104166667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec {
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec {
    margin-top: 26.0416666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec h2 {
  text-align: center;
  color: #aa851d;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3888888889vw;
  margin-bottom: 3.8194444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec h2 {
    margin-bottom: 7.1614583333vw;
    font-size: 6.25vw;
    line-height: 1.65;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents {
  background-color: #fff;
  margin: 0 4.8611111111vw;
  padding: 2.7777777778vw 3.4722222222vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents {
    border-radius: 0.5208333333vw;
    padding: 7.8125vw 2.7994791667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5.2083333333vw;
    margin-top: 6.5104166667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box:first-child {
  margin-top: 0;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box.ttl_start_box {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box.ttl_start_box .content_ttl {
    padding: 0;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box.ttl_start_box02 {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box.ttl_start_box02 {
    margin-top: 5.2083333333vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box.privacy_policy_box {
  margin: 3.4722222222vw 0 0;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box.privacy_policy_box {
    margin: 3.90625vw 0 0;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content_ttl {
  width: 14.5833333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content_ttl {
    width: initial;
    gap: 1.5625vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content_ttl p {
  font-size: 0.9027777778vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content_ttl p {
    font-size: 3.6458333333vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content_ttl span {
  font-size: 0.7638888889vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  padding: 0.3472222222vw 0.8333333333vw 0.2777777778vw;
  background-color: #1c1c1c;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content_ttl span {
    font-size: 3.125vw;
    padding: 1.5625vw 1.8229166667vw 1.5625vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content {
  width: calc(100% - 6.9444444444vw);
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content {
    width: 100%;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio {
  display: none;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio + label {
  position: relative;
  padding-left: 2.0833333333vw;
  cursor: pointer;
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio + label {
    padding-left: 9.1145833333vw;
    font-size: 3.90625vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border: 0.0694444444vw solid #1c1c1c;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio + label::before {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
    border: 0.2604166667vw solid #1c1c1c;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio + label::after {
  content: "";
  position: absolute;
  left: 0.3472222222vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 100%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio + label::after {
    left: 0.6510416667vw;
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .radio:checked + label::after {
  background-color: #1c1c1c;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .common_input {
  width: 100%;
  padding: 0.6944444444vw 1.0416666667vw;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 0.0694444444vw solid #e3e3e3;
  border-radius: 0.2083333333vw;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .common_input {
    padding: 2.6041666667vw 2.6041666667vw;
    font-size: 3.6458333333vw;
    border: 0.2604166667vw solid #e3e3e3;
    border-radius: 0.78125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content.invitation_content {
  position: relative;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content.invitation_content::before {
  content: "人";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0416666667vw;
  transform: translateY(-50%);
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content.invitation_content::before {
    right: 3.90625vw;
    font-size: 3.6458333333vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content.invitation_content .common_input {
  padding-right: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content.invitation_content .common_input {
    padding-right: 10.4166666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content #contact_content {
  width: 100%;
  height: auto;
  aspect-ratio: 450/143;
  padding: 0.6944444444vw 1.0416666667vw;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 0.0694444444vw solid #e3e3e3;
  border-radius: 0.2083333333vw;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content #contact_content {
    aspect-ratio: 315/183;
    padding: 2.6041666667vw 3.90625vw;
    font-size: 3.3854166667vw;
    border: 0.2604166667vw solid #e3e3e3;
    border-radius: 0.390625vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date {
    margin-top: 2.6041666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date:first-child {
  margin-top: 0;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date .date_input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.4722222222vw;
  padding: 0.6944444444vw 1.0416666667vw;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 0.0694444444vw solid #e3e3e3;
  border-radius: 0.2083333333vw;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date .date_input {
    height: 11.4583333333vw;
    padding: 2.6041666667vw 2.6041666667vw;
    font-size: 3.6458333333vw;
    border: 0.2604166667vw solid #e3e3e3;
    border-radius: 0.78125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date .form-note {
  margin-top: 1.0416666667vw;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .date .form-note {
    margin-top: 3.90625vw;
    margin-bottom: 5.2083333333vw;
    font-size: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .time {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .time {
    margin-top: 2.6041666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .time .time_input {
  width: 100%;
  padding: 1.0416666667vw;
  height: 3.8194444444vw;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  border: 0.0694444444vw solid #e3e3e3;
  border-radius: 0.2083333333vw;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .time .time_input {
    height: 11.4583333333vw;
    padding: 2.6041666667vw 2.6041666667vw;
    font-size: 3.6458333333vw;
    border: 0.2604166667vw solid #e3e3e3;
    border-radius: 0.78125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .time .form-note {
  margin-top: 1.0416666667vw;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .content .time .form-note {
    margin-top: 3.90625vw;
    font-size: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent {
  display: none;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label {
  position: relative;
  margin-left: 12.5vw;
  padding-left: 2.7777777778vw;
  cursor: pointer;
  font-size: 0.9027777778vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label {
    padding-left: 9.1145833333vw;
    font-size: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7361111111vw;
  height: 1.7361111111vw;
  border: 0.0694444444vw solid #1c1c1c;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label::before {
    width: 3.90625vw;
    height: 3.90625vw;
    border: 0.2604166667vw solid #1c1c1c;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label::after {
  content: "";
  position: absolute;
  left: 0.3472222222vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 100%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label::after {
    left: 0.78125vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent + label a {
  text-decoration: underline;
  color: #1c1c1c;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .box .privacy_policy_check .consent:checked + label::after {
  background-color: #1c1c1c;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .caveat {
  padding-left: 12.5vw;
  font-size: 0.9722222222vw;
  margin-top: 0.6944444444vw;
  color: red;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .caveat {
    margin-top: 3.90625vw;
    font-size: 3.3854166667vw;
    padding-left: 0;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .caveat.caveat02 {
  padding-left: 15.2777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .caveat.caveat02 {
    padding-left: 21.484375vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .note {
  margin-top: 3.4722222222vw;
  font-size: 0.9722222222vw;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .note {
    margin-top: 3.90625vw;
    font-size: 3.125vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list {
    gap: 2.6041666667vw;
    margin-top: 6.5104166667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list .submit {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5vw;
  height: 4.1666666667vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  background-color: #333333;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list .submit {
    width: 41.6666666667vw;
    height: 11.71875vw;
    font-size: 4.1666666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list.confirm_btn a {
  width: calc(50% - 0.6944444444vw);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.1666666667vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  background-color: #333333;
  color: #fff;
  filter: drop-shadow(2px 4px 6px black);
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list.confirm_btn a {
    width: 41.6666666667vw;
    height: 11.71875vw;
    font-size: 4.1666666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list.confirm_btn .submit {
  width: calc(50% - 0.6944444444vw);
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents .btn_list.confirm_btn .submit {
    width: 41.6666666667vw;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box {
    align-items: flex-start;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box.ttl_start_box {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box.ttl_start_box {
    align-items: flex-start;
  }
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box.ttl_start_box .content_ttl {
  padding-top: 0;
}
#top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box .content .confirm_text {
  font-size: 1.1111111111vw;
  color: #1c1c1c;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .main_contents_sec_box section .inner .contact_page_sec .form_contents.confirm_form .box .content .confirm_text {
    font-size: 3.6458333333vw;
  }
}
#top_main .right_box {
  position: sticky;
  overflow: auto;
  top: 0;
  width: 23.3333333333vw;
  height: 100vh;
  box-shadow: 0 0.2777777778vw 0.8333333333vw rgba(0, 0, 0, 0.1);
  z-index: 89;
  background-color: #fdfbf6;
}
@media screen and (max-width: 892px) {
  #top_main .right_box {
    display: none;
    box-shadow: none;
  }
}/*# sourceMappingURL=base.css.map */