@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*-------------------------------------------------------*/
/*	共通                                                    
/*-------------------------------------------------------*/
body {
  font-size: 14px;
  width: 100vw;
  height: 100vh;
  background: url(../images/bg.png) no-repeat center center/cover;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.4;
  color: #5D412F;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

a {
  transition: all 0.3s;
  cursor: pointer !important;
}
a:hover {
  opacity: 0.8;
}

header {
  width: 100%;
  border-top: solid #5D412F 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  header.menu-open .header_logo img:nth-child(2) {
    opacity: 1;
  }
  header.menu-open .hamburger_btn span {
    background: #FFF;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .header_inner {
    padding-top: 10px;
  }
}
.header_inner .header_logo {
  width: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .header_inner .header_logo {
    width: 80px;
    padding-top: 10px;
  }
}
.header_inner .header_logo img:nth-child(2) {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hamburger_btn {
  width: 30px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
.hamburger_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #5D412F;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.hamburger_btn span:first-child {
  top: 0;
}
.hamburger_btn span:last-child {
  bottom: 0;
}
.hamburger_btn:hover span {
  opacity: 0.6;
}
.hamburger_btn.active span:nth-child(1) {
  transform: rotate(42deg);
  top: 5px;
}
.hamburger_btn.active span:nth-child(2) {
  transform: rotate(-42deg);
  bottom: 5px;
}

.hamburger_menu {
  width: 100%;
  max-width: 400px;
  height: 100svh;
  background: #5D412F;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
.hamburger_menu.open {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .hamburger_menu {
    margin: 0;
    max-width: 100vw;
  }
}
.hamburger_menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
@media (max-width: 768px) {
  .hamburger_menu ul {
    top: calc(50% + 30px);
  }
}
.hamburger_menu a {
  color: #FFF;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  font-family: "Aboreto", system-ui;
}
.hamburger_menu li {
  position: relative;
  padding: 1rem 2rem;
  margin-top: 0.5rem;
  width: 100%;
}
.hamburger_menu li::after {
  content: attr(data-ja);
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  font-family: "Shippori Mincho", serif;
}
.hamburger_menu li:hover::after {
  opacity: 0.5;
}
.hamburger_menu li:hover a {
  letter-spacing: 0.35rem;
}

.btn1 {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  background: #47CC81;
  text-align: center;
  font-weight: 800;
  color: #FFF;
  position: relative;
}
.btn1 .btn1_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn1 .icon {
  width: 100%;
}
.btn1 .icon img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.btn1 .icon span {
  font-weight: 700;
  font-family: "Shippori Mincho", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.57rem;
}
.btn1 .btn_text {
  font-weight: 700;
  font-size: 0.8rem;
}

/*-------------------------------------------------------*/
/*	main_visual                                                    
/*-------------------------------------------------------*/
.main_contents_wrap {
  background: #ECE6E4;
  width: 100%;
  max-width: 400px;
  height: 100svh;
  overflow-y: scroll;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main_contents_wrap {
    margin: 0;
    max-width: 100vw;
  }
}

.main_visual {
  height: 100svh;
  max-height: 525px;
  position: relative;
}
.main_visual .main_visual_img {
  position: absolute;
  top: 5px;
  right: 0;
  width: 80%;
  height: 77%;
  border-radius: 0 0 0 50%;
  background: url(../images/main_visual.jpg) no-repeat top right/cover;
  z-index: 0;
}
.main_visual .main_visual_btn {
  position: absolute;
  right: 5%;
  bottom: 90px;
}

.catch_copy {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-left: 4%;
}
.catch_copy span {
  display: inline-block;
}
.catch_copy .parts {
  font-weight: 700;
  opacity: 0.6;
  border: 2px solid #5D412F;
  padding: 0.25rem 1rem;
  font-size: 0.8rem;
}
.catch_copy .main_text {
  padding: 15px 0 5px;
  font-size: 1.25rem;
  line-height: 1.6;
  display: block;
}
.catch_copy .sub_text_1,
.catch_copy .sub_text_2 {
  opacity: 0.6;
  display: block;
  padding-left: 3px;
}
.catch_copy .sub_text_2 {
  font-size: 0.5rem;
  font-family: "Aboreto", system-ui;
}

.section_title {
  font-size: 1.7rem;
  position: relative;
  padding-top: 12px;
  font-family: "Aboreto", system-ui;
}
.section_title::after {
  content: attr(data-ja);
  font-size: 0.6rem;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 5px;
  font-family: "Shippori Mincho", serif;
}

.message {
  padding-top: 160px;
  position: relative;
}
.message::after {
  content: "";
  width: 55%;
  padding-top: 36%;
  background: url(../images/message.png) no-repeat center center/cover;
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 300px;
}
.message .section_title {
  z-index: 1;
}

.message_contents {
  padding-top: 35px;
  padding-bottom: 50px;
  padding-left: 3px;
  position: relative;
}
.message_contents::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.message_contents::before {
  content: "";
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #ECE6E4 0%, #F5F5F5 100%);
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 0;
}

.message_head {
  font-size: 1.3rem;
  padding-bottom: 26px;
  position: relative;
  z-index: 1;
}

.message_text {
  position: relative;
  z-index: 1;
}
.message_text p {
  padding-bottom: 20px;
}

.feature {
  padding-top: 30px;
}

.feature_separate_img {
  padding-bottom: 50px;
}

.feature_head {
  font-size: 1.3rem;
  padding-top: 18px;
  padding-bottom: 60px;
}

.feature_item {
  padding-bottom: 80px;
}
.feature_item:nth-child(3) {
  padding-bottom: 0;
}
.feature_item .feature_item_btn {
  margin: 0 auto;
}
.feature_item .feature_item_img {
  position: relative;
}
.feature_item .feature_item_img span {
  display: inline-block;
  font-size: 1.7rem;
  color: #FFF;
  position: absolute;
  top: -20px;
  left: 25px;
  z-index: 0;
}
.feature_item .feature_item_img span::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: rgba(93, 65, 47, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.feature_item .feature_item_head {
  font-size: 1.3rem;
  padding-top: 30px;
}
.feature_item .feature_item_sub_head {
  font-size: 1.1rem;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
.feature_item .feature_item_sub_head::after {
  content: "";
  background: rgba(93, 65, 47, 0.3);
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.feature_item .feature_text {
  padding-top: 14px;
}

.system_list {
  padding-top: 38px;
}

.system_item {
  font-family: "Shippori Mincho", serif;
  font-size: 1.05rem;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(93, 65, 47, 0.5);
  margin-bottom: 1rem;
  width: 85%;
}

.system_item:nth-child(1) {
  position: relative;
  padding-top: 14px;
}
.system_item:nth-child(1)::after {
  content: "※どちらか高い方を支給";
  font-size: 0.7rem;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 2px;
}

.map_list {
  margin-top: 30px;
  width: 100%;
}
.map_list .system_item {
  width: 100%;
}
.map_list .system_item:nth-child(1)::after {
  display: none;
}
.map_list li {
  width: 100%;
  margin-bottom: 20px;
}
.map_list li iframe {
  width: 100%;
  height: 250px;
}

.voice {
  padding-top: 100px;
}

.voice_text {
  padding-top: 24px;
  padding-bottom: 40px;
}
.voice_text .main {
  font-size: 1.1rem;
}
.voice_text .sub {
  font-size: 0.75rem;
  opacity: 0.6;
  padding-top: 8px;
}

.voice_list button {
  font-family: "Shippori Mincho", serif;
  background: rgba(93, 65, 47, 0.8);
  color: #FFF;
  padding: 0.75rem 1rem;
  display: flex;
  gap: 0 0.7rem;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
.voice_list button .small {
  font-size: 0.75rem;
  opacity: 0.6;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100svh;
  background-color: #7A6253; /* 背景の透過黒 */
  justify-content: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
}
.modal .modal-content {
  color: #FFF;
  padding-top: 100px;
  width: 90%;
  max-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none; /* Internet Explorer と Edge 用 */
  scrollbar-width: none; /* Firefox 用 */
}
.modal .modal-content:-webkit-scrollbar {
  display: none;
}
.modal .close-button {
  width: 30px;
  height: 12px;
  position: fixed;
  top: 35px;
  right: 5%;
  cursor: pointer;
}
.modal .close-button span {
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.modal .close-button span:nth-child(1) {
  transform: rotate(42deg);
  top: 5px;
}
.modal .close-button span:nth-child(2) {
  transform: rotate(-42deg);
  bottom: 5px;
}
.modal .close-button:hover span {
  opacity: 0.6;
}
.modal .voice_answer_list {
  padding-top: 30px;
  overflow: scroll;
}
.modal .voice_answer_list li {
  background: #F5F5F5;
  color: #5D412F;
  padding: 1rem;
  margin-bottom: 20px;
}

.flow {
  padding-top: 100px;
  position: relative;
}
.flow .inner {
  position: relative;
  z-index: 1;
}

.flow_contents {
  position: relative;
  padding-bottom: 100px;
}
.flow_contents .inner {
  position: relative;
  z-index: 1;
}
.flow_contents::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.flow_contents::before {
  content: "";
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #ECE6E4 0%, #F5F5F5 100%);
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 0;
}

.flow_list {
  padding-top: 50px;
}

.flow_item {
  width: 100%;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #5D412F;
  margin-bottom: 32px;
}

.flow_btn {
  position: absolute;
  right: 5%;
  bottom: 60px;
  z-index: 1;
}

.qa {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/q&a.png) no-repeat center center/cover;
  position: relative;
}
.qa::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(236, 230, 228, 0.8) 0%, rgba(236, 230, 228, 0.9) 100%);
  z-index: 0;
}

.accordion {
  padding-top: 60px;
  position: relative;
}

.accordion_item {
  margin-bottom: 25px;
}

.accordion_head,
.accordion_content {
  width: 100%;
  background: rgba(93, 65, 47, 0.8);
  color: #FFF;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
}

.accordion_head {
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.accordion_head:hover {
  opacity: 0.6;
}
.accordion_head.open .accordion_btn {
  transform: rotate(45deg);
}

.accordion_content {
  background: rgba(255, 255, 255, 0.8);
  color: #5D412F;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.accordion_head_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion_btn {
  width: 15px;
  height: 15px;
  position: relative;
  transition: all 0.3s;
}
.accordion_btn span {
  background: #FFF;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordion_btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_head_text {
  display: flex;
  gap: 0 10px;
  padding: 0.25rem 0.5rem;
}
.accordion_head_text span {
  font-family: "Shippori Mincho", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.accordion_content_inner {
  display: flex;
  gap: 0 10px;
  padding: 1rem 1rem 1rem 0.5rem;
}
.accordion_content_inner span {
  font-family: "Shippori Mincho", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.appeal {
  padding: 30px 0;
  background: url(../images/appeal.png) no-repeat center center/cover;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.appeal .text_top {
  font-size: 0.85rem;
  font-weight: 800;
}
.appeal .text_top span {
  font-weight: 800;
  font-size: 0.7rem;
}
.appeal .text_middle {
  color: #5D412F;
  width: 300px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.35em;
  font-weight: 800;
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-top: 6px;
}
.appeal .text_middle::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/appeal_parts.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.appeal .text_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.appeal .text_bottom .left p {
  font-size: 5.5rem;
  font-weight: 800;
  letter-spacing: -0.15rem;
}
.appeal .text_bottom .right {
  text-align: left;
}
.appeal .text_bottom .right .right_1 {
  font-size: 1.7rem;
  padding-top: 20px;
}
.appeal .text_bottom .right .right_2 {
  font-size: 1.05rem;
}

.contact {
  padding-top: 60px;
  padding-bottom: 65px;
}

.contact_text {
  padding-top: 24px;
  padding-bottom: 20px;
}
.contact_text .main {
  font-size: 1.1rem;
}
.contact_text .sub {
  font-size: 0.75rem;
  opacity: 0.6;
  padding-top: 8px;
}

.contact_btn {
  width: 100%;
  border-radius: 10px;
  background: #47CC81;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7px;
  padding: 0.75rem 1rem;
  margin-top: 2rem;
}
.contact_btn img {
  width: 30px;
}
.contact_btn p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #FFF;
  font-size: 1.1rem;
}

footer {
  background: #5D412F;
}

.footer_logo {
  width: 70px;
  padding-top: 25px;
}

.footer_nav {
  color: #FFF;
  display: flex;
  gap: 0 35px;
  padding-bottom: 36px;
  padding-top: 62px;
}
.footer_nav a {
  font-size: 1.2rem;
  margin-bottom: 16px;
  padding-top: 12px;
  position: relative;
  min-width: 120px;
  font-family: "Aboreto", system-ui;
}
.footer_nav a::after {
  content: attr(data-ja);
  font-size: 0.6rem;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "Shippori Mincho", serif;
}

.copy_right {
  padding: 0 10px;
  background: #333333;
  font-size: 12px;
  height: 25px;
  color: #FFF;
  display: flex;
  justify-content: end;
  align-items: center;
}/*# sourceMappingURL=style.css.map */