@charset "UTF-8";

.l-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin: 0;
}

.l-body button {
  border: none;
}

.l-body.is-active {
  overflow: hidden;
}

.l-header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  height: 132px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.0862745098);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.0862745098);
  top: 0px;
  z-index: 999;
}

.l-header .inner {
  width: 1328px;
  margin: 0 auto;
}

.l-header .inner .l-header_top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 76px;
}

.l-header .inner .l-header_top-content .l-header_logo {
  width: 224px;
  height: 100%;
}

.l-header .inner .l-header_top-content .l-header_logo_box {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.l-header .inner .l-header_top-content .l-header_logo_box_img {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.l-header .inner .l-header_top-content .l-header_logo source,
.l-header .inner .l-header_top-content .l-header_logo img {
  display: grid;
  place-content: center;
  max-width: 100%;
}

.l-header .inner .l-header_top-content .l-header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.l-header .inner .l-header_top-content .l-header_contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn {
  text-decoration: none;
  width: 216px;
  height: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 22px 0 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0862745098);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0862745098);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_tel {
  padding: 0;
  display: grid;
  place-content: center;
  margin: 0 19px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_tel_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 24.5px;
  color: #517932;
  font-weight: bold;
  margin: 0;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_tel_number img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_tel_time {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
  margin: 2px 0 0;
  color: #000;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv {
  background: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv:hover {
  opacity: 0.7;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv:hover ._img_right {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv .img-box {
  height: auto;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv .img-box ._img_left {
  max-width: 100%;
  height: auto;
  display: grid;
  place-content: center;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv .img-box ._img_right {
  max-width: 100%;
  height: auto;
  display: grid;
  place-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv_reserve {
  background: #DCA218;
  color: #fff;
  font-weight: bold;
}

.l-header .inner .l-header_top-content .l-header_contact_inner_btn_cv_contact {
  background: #6C8D3D;
  color: #fff;
  font-weight: bold;
}

.l-header .inner .l-header_top-content .hamburger {
  display: none;
  width: 35px;
  height: 30px;
  margin-right: 24px;
  margin-top: 24px;
  background-color: transparent;
  padding: 0;
}

.l-header .inner .l-header_top-content .hamburger.is-active .hamburger_wrapper .hamburger-bar:first-child {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: 50%;
}

.l-header .inner .l-header_top-content .hamburger.is-active .hamburger_wrapper .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.l-header .inner .l-header_top-content .hamburger.is-active .hamburger_wrapper .hamburger-bar:last-child {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: 50%;
}

.l-header .inner .l-header_top-content .hamburger .hamburger_wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.l-header .inner .l-header_top-content .hamburger .hamburger_wrapper .hamburger-bar {
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  background: #517932;
  left: 50%;
}

.l-header .inner .l-header_top-content .hamburger .hamburger_wrapper .hamburger-bar:first-child {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.l-header .inner .l-header_top-content .hamburger .hamburger_wrapper .hamburger-bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-header .inner .l-header_top-content .hamburger .hamburger_wrapper .hamburger-bar:last-child {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.l-header .inner .l-header_nav {
  width: 100%;
  height: 50px;
}

.l-header .inner .l-header_nav .l-header_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.l-header .inner .l-header_nav .l-header_nav-list .header_nav-item {
  display: block;
  width: 100%;
  height: 100%;
  list-style-type: none;
}

.l-header .inner .l-header_nav .l-header_nav-list .header_nav-item .header_nav-item_link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.l-header .inner .l-header_nav .l-header_nav-list .header_nav-item .header_nav-item_link:hover {
  color: #517932;
}

.l-header .inner .l-header_nav .nav_contact {
  display: none;
}

.l-header .inner .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper .nav-contact_call {
  padding-top: 12px;
}

.l-header .inner .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper a {
  text-decoration: none;
}

.l-header .inner .l-header_nav .nav_contact .l_nav-contact_first-content .nav-contact_reception-time._sp {
  margin: 0px;
}

.l-header .inner .l-header_nav .nav_contact .banner-sp_wrapper {
  margin: 0 auto;
}

.l-header .inner .l-header_nav .nav_contact .banner-sp_wrapper img {
  margin: 0 auto;
  width: 325px;
  height: auto;
}

.l-sec_mv {
  height: auto;
  padding: 125px 0 0;
  width: 100%;
  margin: 0 auto;
}

.l-sec_mv .banner {
  width: 240px;
  height: 240px;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 85%;
  right: 0%;
  z-index: 3;
}

.l-sec_mv .banner.close {
  display: none;
}

.l-sec_mv .banner.active {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.l-sec_mv .banner .b__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-sec_mv .banner .b__inner .close-button {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #252a34;
  opacity: 0.5;
  border-radius: 100%;
  border: solid 1px #fff;
  left: 95%;
  top: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-sec_mv .banner .b__inner .close-button .cb__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-sec_mv .banner .b__inner .close-button .cb__inner span {
  width: 80%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 10%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-sec_mv .banner .b__inner .close-button .cb__inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.l-sec_mv .banner .b__inner .close-button .cb__inner span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.l-sec_mv .banner .b__inner img {
  width: 100%;
  height: 100%;
}

.l-sec_mv .slide-items {
  width: 100%;
  height: auto;
}

.l-sec_mv .slide-items._sp {
  display: none;
}

.l-sec_mv .slide-items._pc {
  display: block;
}

.l-sec_mv .slide-items .slide-items-img {
  display: block;
  width: 100%;
  height: auto;
}

.l-sec_mv .slide-items .slide-items-img._sp {
  display: none;
}

.l-sec_mv .slide-items .slide-arrow {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1607843137);
}

.l-sec_mv .slide-items .slide-arrow_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-sec_mv .slide-items .slide-arrow_wrapper span {
  position: absolute;
  display: block;
}

.l-sec_mv .slide-items .slide-arrow_wrapper span:nth-of-type(1) {
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #252a34;
  -webkit-transform: translate(-90%, -50%);
  transform: translate(-90%, -50%);
  top: 50%;
  left: 50%;
}

.l-sec_mv .slide-items .slide-arrow_wrapper span:nth-of-type(2) {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #252a34;
  border-right: solid 2px #252a34;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.l-sec_mv .slide-items .slide-arrow.prev-arrow {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
  transform: translate(-50%, -50%) scale(-1, -1);
  top: 42%;
  left: 5%;
  z-index: 50;
}

.l-sec_mv .slide-items .slide-arrow.next-arrow {
  position: absolute;
  -webkit-transform: translate(-50%, -50);
  transform: translate(-50%, -50);
  top: 42%;
  left: 95%;
  z-index: 50;
}

.l-sec_mv .slide-items .slide-item {
  width: 100%;
  height: 100vh;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper {
  min-width: 1090px;
  width: 80%;
  height: 100%;
  background-size: cover;
  background-clip: center;
  margin-left: auto;
  margin-right: 0px;
  position: relative;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._1 {
  background: url(../img/mv1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._2 {
  background: url(../img/mv2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 {
  width: 100%;
  min-width: auto;
  margin: 0px;
  background: url(../img/mv3b.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 .mv_kv {
  font-size: 59px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #fff;
  color: #517932;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-16deg);
  transform: translate(-50%, -50%) rotate(-16deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  padding: 0px 200px;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 0px #D1E5B2;
  box-shadow: 6px 6px 0px #D1E5B2;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 .mv_kv._1 {
  top: 25%;
  left: 30%;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 .mv_kv._2 {
  top: 35%;
  left: 35%;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 .mv3-item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 .mv3-item._1 {
  top: 35%;
  left: 80%;
  aspect-ratio: 513/187;
  width: 500px;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3 .mv3-item._3 {
  top: 85%;
  left: 50%;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper._3::after {
  position: absolute;
  content: "";
  width: 60%;
  aspect-ratio: 1069/466;
  background-image: url(../img/mv3-item2.png);
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 65%;
  left: 50%;
  z-index: 1;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .text-wrapper {
  padding: 24px 17px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 44%;
  left: 10%;
  text-align: center;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .text-wrapper h1 {
  font-size: 42px;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .text-wrapper p {
  padding-top: 24px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .text-wrapper._1 {
  background-color: #8EAA18;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .text-wrapper._2 {
  background-color: #D99800;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 80%;
  left: 10%;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-top: 45px;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items-wrapper .mv_item {
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 9999px;
  width: 250px;
  height: 60px;
  position: relative;
  padding: 0px 10px;
  -webkit-box-shadow: 0px 3px 6px #252a34;
  box-shadow: 0px 3px 6px #252a34;
  display: table;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items-wrapper .mv_item-img {
  border-radius: 100%;
  background-color: #D5BD68;
  padding: 10px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 10%;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items-wrapper .mv_item-img img {
  width: 21px;
  height: 21px;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items-wrapper .mv_item p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

.l-sec_mv .slide-items .slide-item .mv_wrapper .mv_items-wrapper .mv_item p span {
  font-size: 24px;
  color: #9F6E00;
  font-weight: bold;
}

.l-sec_mv .banner-sp {
  display: none;
}

.l-sec_mv .banner-sp_inner {
  height: 100px;
  width: 100%;
  display: grid;
  place-items: center;
}

.l-sec_mv .banner-sp-img {
  height: auto;
  width: 350px;
}

.l-sec_conversion {
  height: 200px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-sec_conversion::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.l-sec_conversion._1 {
  background-image: url(../img/conitem1.png);
}

.l-sec_conversion._2 {
  background-image: url(../img/conitem2.png);
}

.l-sec_conversion._3 {
  background-image: url(../img/conitem3.png);
}

.l-sec_conversion ._contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
}

.l-sec_conversion ._contact_inner_btn {
  text-decoration: none;
  width: 300px;
  height: 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 12px 30px;
  margin: 0 72px 0 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0862745098);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0862745098);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.l-sec_conversion ._contact_inner_btn:nth-child(2) {
  margin: 0;
}

.l-sec_conversion ._contact_inner_btn_tel {
  padding: 0;
  display: grid;
  place-content: center;
  margin: 0 19px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l-sec_conversion ._contact_inner_btn_tel_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 24.5px;
  color: #517932;
  font-weight: bold;
  margin: 0;
}

.l-sec_conversion ._contact_inner_btn_tel_number img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}

.l-sec_conversion ._contact_inner_btn_tel_time {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21px;
  margin: 2px 0 0;
  color: #000;
}

.l-sec_conversion ._contact_inner_btn_cv {
  background: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-sec_conversion ._contact_inner_btn_cv:hover {
  opacity: 0.7;
}

.l-sec_conversion ._contact_inner_btn_cv:hover ._img_right {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.l-sec_conversion ._contact_inner_btn_cv .img-box {
  height: auto;
}

.l-sec_conversion ._contact_inner_btn_cv .img-box ._img_left {
  max-width: 100%;
  height: auto;
  display: grid;
  place-content: center;
}

.l-sec_conversion ._contact_inner_btn_cv .img-box ._img_right {
  max-width: 100%;
  height: auto;
  display: grid;
  place-content: center;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.l-sec_conversion ._contact_inner_btn_cv ._txt {
  font-size: 22px;
}

.l-sec_conversion ._contact_inner_btn_cv_reserve {
  background: #DCA218;
  color: #fff;
  font-weight: bold;
}

.l-sec_conversion ._contact_inner_btn_cv_contact {
  background: #6C8D3D;
  color: #fff;
  font-weight: bold;
}

.l-sec_features {
  padding-top: 90px;
  padding-bottom: 220px;
  background-color: #FCF9F2;
}

.l-sec_features .features-wrapper {
  padding-top: 172px;
  width: 100%;
  margin: 0 auto;
}

.l-sec_features .features-wrapper .__inner {
  width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}

.l-sec_reason {
  padding-top: 102px;
  padding-bottom: 96px;
}

.l-sec_reason .reason-wrapper {
  padding-top: 40px;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.l-sec_reason .reason-wrapper .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

.l-sec_person {
  padding-top: 96px;
  background-color: #FCF6E8;
}

.l-sec_person .__inner {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.l-sec_person .__inner h2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.l-sec_person .__inner h2 .color {
  color: #AC7800;
}

.l-sec_person .__inner h2 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(transparent 63%, #ffffff 50%);
  background: linear-gradient(transparent 63%, #ffffff 50%);
  padding: 0px 30px;
}

.l-sec_person .__inner h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 56px;
  height: 42.49px;
  background-image: url(../img/checkmark.png);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 0%;
  top: 30px;
}

.l-sec_person .__inner .content {
  padding-top: 100px;
  padding-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 92px 28px;
}

.l-sec_great-value .gv_title-wrapper {
  width: 100%;
  background-color: #D99800;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.l-sec_great-value .gv_title-wrapper::after {
  content: "";
  position: absolute;
  max-width: 1160px;
  height: 40%;
  width: 100%;
  background-image: url(../img/gvtitle.png);
  background-size: cover;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 100%;
  left: 50%;
  opacity: 0.15;
}

.l-sec_great-value .gv_title-wrapper h2 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 40px;
}

.l-sec_great-value .content-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.l-sec_great-value .content-wrapper .__inner {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

.l-sec_strength .st_title-wrapper {
  padding: 40px 0px;
  width: 100%;
  background-color: #7FB534;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.l-sec_strength .st_title-wrapper::after {
  content: "";
  position: absolute;
  width: 90%;
  max-width: 1160px;
  height: 92.91px;
  background-image: url(../img/gvtitle.png);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  top: 100%;
  left: 50%;
  opacity: 0.15;
}

.l-sec_strength .st_title-wrapper h2 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}

.l-sec_strength .content-wrapper {
  background-color: #F3FCDD;
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-sec_strength .content-wrapper .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 1160px;
  margin: 0 auto;
}

.l-sec_works {
  padding-top: 97px;
  padding-bottom: 80px;
  background-color: #fcf6e8;
}

.l-sec_works .content-wrapper {
  padding-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-sec_voice {
  padding-top: 97px;
  padding-bottom: 96px;
  background-color: #F9FDEF;
}

.l-sec_voice .wrapper {
  max-width: 1160px;
  display: block;
  margin: 0 auto;
  padding-top: 82px;
  padding-bottom: 80px;
  background-color: #fff;
  margin-top: 72px;
}

.l-sec_voice .wrapper .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  width: 72%;
  margin: 0 auto;
}

.l-sec_howto {
  padding-top: 97px;
  overflow: hidden;
}

.l-sec_howto .wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 98px;
}

.l-sec_howto .wrapper .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
}

.l-sec_shopinfo {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
}

.l-sec_shopinfo .content-wrapper {
  max-width: 1000px;
  width: 90%;
  padding-top: 64px;
  margin: 0 auto;
}

.l-sec_shopinfo .content-wrapper .__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.l-sec_present {
  background-image: url(../img/present.png);
  background-size: cover;
  position: relative;
}

.l-sec_present .__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
}

.l-sec_present .__inner .left {
  position: relative;
  max-width: 800px;
  width: 50%;
  height: 488px;
}

.l-sec_present .__inner .left .upper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 35%;
  left: 40%;
  z-index: 5;
  width: 300px;
  height: auto;
}

.l-sec_present .__inner .left .lowwer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  left: 65%;
  z-index: 3;
  width: 300px;
  height: auto;
}

.l-sec_present .__inner .right {
  position: relative;
  padding-top: 64px;
  padding-bottom: 80px;
  width: 50%;
  text-align: center;
}

.l-sec_present .__inner .right .br-pc {
  display: block;
}

.l-sec_present .__inner .right p {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.l-sec_present .__inner .right p .br-pc {
  display: block;
}

.l-sec_present .__inner .right .small {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-sec_present .__inner .right button {
  background-color: #FFF544;
  width: 500px;
  border-radius: 9999px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.l-sec_present .__inner .right button:hover {
  background: #fff;
}

.l-sec_present .__inner .right button a {
  text-decoration: none;
}

.l-sec_present .__inner .right button a .button {
  position: relative;
}

.l-sec_present .__inner .right button a .button p {
  font-weight: bold;
  font-size: 20px;
  color: #7C4D08;
  letter-spacing: 0;
  text-align: left;
  display: grid;
  place-content: center;
}

.l-sec_present .__inner .right button a .button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: solid 4px #7C4D08;
  border-right: solid 4px #7C4D08;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 95%;
}

.l-sec_present::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #3D270B;
  opacity: 0.7;
}

.l-sec_faq {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #FDF9F2;
}

.l-sec_faq .accordion-area {
  max-width: 1000px;
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  padding: 0;
  width: 90%;
}

.l-sec_faq .accordion-area li {
  margin: 0px;
}

.l-footer .footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer .footer-wrapper .footer-info {
  padding-top: 85px;
  margin-left: 100px;
}

.l-footer .footer-wrapper .footer-info .logo img {
  width: 224px;
  height: auto;
}

.l-footer .footer-wrapper .footer-info .company-info p {
  margin: 0px;
  font-size: 14px;
  line-height: 2;
}

.l-footer .footer-wrapper .nav {
  width: 700px;
  padding-top: 64px;
  padding-bottom: 67px;
}

.l-footer .footer-wrapper .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px 66px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer .footer-wrapper .nav .nav-list li {
  width: 160px;
  list-style: square;
  color: #6C8D3D;
}

.l-footer .footer-wrapper .nav .nav-list li a {
  text-decoration: none;
  color: #252a34;
}

.l-footer .footer-wrapper .nav .nav-list li a:active {
  color: #252a34;
}

.l-footer .footer-wrapper .nav .nav-list li a:focus {
  outline: none;
}

.l-footer .footer-wrapper .nav .nav-list li a:hover {
  color: #6C8D3D;
  text-decoration: underline;
}

.l-footer .copylight {
  text-align: center;
  background-color: #F0F0F0;
}

.l-footer .copylight small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.l-contact {
  background-color: #F9FDEF;
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-contact .red {
  color: #FF0000;
}

.l-contact .__inner {
  width: 90%;
  max-width: 1440px;
  margin: 160px auto 0px auto;
  border-top: solid 6px #6C8D3D;
  border-spacing: 10px;
  background-color: #fff;
  padding-bottom: 64px;
  display: block;
}

.l-contact .__inner .header-wrapper {
  text-align: center;
}

.l-contact .__inner .header-wrapper .title-wrapper {
  padding-top: 56px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
}

.l-contact .__inner .header-wrapper .title-wrapper h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  color: #416724;
  margin: 0;
  gap: 10px;
}

.l-contact .__inner .header-wrapper .title-wrapper img {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-right: 10px;
}

.l-contact .__inner .header-wrapper p {
  padding: 40px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 0;
}

.l-contact .__inner table {
  width: 70%;
  margin: 0 auto;
}

.l-contact .__inner table .contact-item {
  padding: 20px;
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}

.l-contact .__inner table .contact-body {
  padding: 20px;
  width: 70%;
  /* 横幅70%指定（白背景色部分） */
}

.l-contact .__inner table .contact-body:last-of-type {
  padding-bottom: 0px;
}

.l-contact .__inner table .contact-radio:not(:first-of-type) {
  margin-left: 24px;
}

.l-contact .__inner table .contact-submit {
  width: 250px;
  /* 横幅指定 */
  background-color: #333;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  font-weight: bold;
  /* 文字の太さ */
  display: block;
  /* インライン要素をブロック要素に変更 */
  margin: 0 auto;
  /* 中央寄せ */
  font-size: 16px;
  /* 文字の大きさ */
  padding: 15px;
  /* 内側の余白 */
  border-radius: 100vh;
  /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.l-contact .__inner table .contact-text-item {
  padding-left: 20px;
  padding-top: 20px;
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.l-contact .__inner table .form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.l-contact .__inner table .form-textarea::-webkit-input-placeholder {
  line-height: 1.5;
}

.l-contact .__inner table .form-textarea::-moz-placeholder {
  line-height: 1.5;
}

.l-contact .__inner table .form-textarea:-ms-input-placeholder {
  line-height: 1.5;
}

.l-contact .__inner table .form-textarea::-ms-input-placeholder {
  line-height: 1.5;
}

.l-contact .__inner table .form-textarea::placeholder {
  line-height: 1.5;
}

.l-contact .__inner table .contact-skill {
  display: block;
}

.l-contact .__inner table .contact-skill + .contact-skill {
  margin-top: 10px;
}

.l-contact .__inner table .contact-skill-txt {
  margin-left: 5px;
}

.l-contact .__inner table .form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
}

.l-contact .__inner table .form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.l-contact .__inner ._txt {
  width: 70%;
  margin: 0 auto;
}

.l-contact .__inner ._txt .small {
  margin-left: 30%;
  margin-top: 0px;
  padding-left: 20px;
  display: block;
}

.l-contact .__inner .privacy-policy {
  margin: 40px auto;
  height: 240px;
  width: 70%;
  overflow: scroll;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  line-height: 1.5;
}

.l-contact .__inner .privacy-policy__inner {
  padding-left: 32px;
  padding-right: 32px;
}

.l-contact .__inner .privacy-policy_title-wrapper {
  text-align: center;
}

.l-contact .__inner .privacy-policy_title-wrapper p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 18px;
}

.l-contact .__inner .privacy-policy__item p {
  margin-bottom: 25px;
  font-size: 14px;
}

.l-contact .__inner .privacy-policy_submit {
  padding: 40px;
  text-align: center;
  font-size: 14px;
}

.l-contact .__inner .privacy-policy__present p {
  font-size: 14px;
}

.l-contact .__inner .privacy-policy_button-wrapper {
  text-align: center;
}

.l-contact .__inner .privacy-policy_button-wrapper ._submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  border-radius: 2px;
  padding: 18px 114px;
  background-color: #6C8D3D;
  cursor: pointer;
  /* ポインターカーソルを表示 */
  margin: 0 auto 64px auto;
}

.l-contact .__inner .privacy-policy_button-wrapper ._submit-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.l-contact .__inner .privacy-policy_button-wrapper ._submit-btn[disabled] {
  background-color: #6C8D3D;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

.l-contact .__inner .privacy-policy_button-wrapper ._submit-btn[disabled] a {
  pointer-events: none;
}

.l-contact .__inner .contact-wrapper {
  text-align: center;
  background-color: #FAFAFA;
  margin-top: 60px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 30px;
}

.l-contact .__inner .contact-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.l-contact .__inner .contact-wrapper p {
  font-size: 14px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 0;
  line-height: 24.5px;
}

.l-contact .__inner .contact-wrapper button {
  border: solid 2px #CCCCCC;
  background-color: #FFFFFF;
  padding: 30px 0px;
  width: 660px;
  border-radius: 4px;
}

.l-contact .__inner .contact-wrapper button a {
  text-decoration: none;
}

.l-contact .__inner .contact-wrapper button a .contact_number-wrapper {
  font-size: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #517932;
  width: 340px;
  margin: 0 auto;
  font-weight: bold;
}

.l-contact .__inner .contact-wrapper button a .contact_number-wrapper img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
  padding-left: 0px;
  display: block;
}

.l-contact .__inner .contact-wrapper button a .contact_number-wrapper h3 {
  margin: 0;
  padding-left: 7px;
}

.l-contact .__inner .contact-wrapper button a p {
  color: #252a34;
  margin: 0;
  padding: 14px 0px;
  font-size: 14px;
}

.l-reservation {
  background-color: #FDF9F2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-reservation .red {
  color: #FF0000;
}

.l-reservation .__inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  border-top: solid 6px #D99800;
  border-spacing: 10px;
  background-color: #fff;
  padding-bottom: 64px;
  margin: 160px auto 0px auto;
}

.l-reservation .__inner .header-wrapper {
  text-align: center;
}

.l-reservation .__inner .header-wrapper .title-wrapper {
  padding-top: 56px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
}

.l-reservation .__inner .header-wrapper .title-wrapper h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  color: #A27100;
  margin: 0;
  gap: 10px;
}

.l-reservation .__inner .header-wrapper .title-wrapper img {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-right: 10px;
}

.l-reservation .__inner .header-wrapper p {
  padding: 40px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 0;
}

.l-reservation .__inner table {
  width: 70%;
  margin: 0 auto;
}

.l-reservation .__inner table .reservation-item {
  padding: 20px;
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}

.l-reservation .__inner table .reservation-body {
  padding: 20px;
  width: 70%;
  /* 横幅70%指定（白背景色部分） */
}

.l-reservation .__inner table .reservation-body:last-of-type {
  padding-bottom: 0px;
}

.l-reservation .__inner table .reservation-body .reservation-radio_s {
  display: block;
}

.l-reservation .__inner table .reservation-body .reservation-radio_d {
  display: block;
  font-size: 14px;
  padding-top: 24px;
}

.l-reservation .__inner table .reservation-body .reservation-radio_d:first-of-type {
  padding-top: 0px;
}

.l-reservation .__inner table .reservation-body .reservation-radio_d .reservation-radio_d-txt {
  display: block;
  padding-bottom: 12px;
}

.l-reservation .__inner table .reservation-body .reservation-radio_d .reservation-radio_d-txt .form-date {
  margin-left: 16px;
}

.l-reservation .__inner table .reservation-body .reservation-radio_d .reservation-radio-txt {
  padding-right: 25px;
}

.l-reservation .__inner table .reservation-radio:not(:first-of-type) {
  margin-left: 24px;
}

.l-reservation .__inner table .reservation-submit {
  width: 250px;
  /* 横幅指定 */
  background-color: #333;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  font-weight: bold;
  /* 文字の太さ */
  display: block;
  /* インライン要素をブロック要素に変更 */
  margin: 0 auto;
  /* 中央寄せ */
  font-size: 16px;
  /* 文字の大きさ */
  padding: 15px;
  /* 内側の余白 */
  border-radius: 100vh;
  /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.l-reservation .__inner table .reservation-text-item {
  padding-left: 20px;
  padding-top: 20px;
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.l-reservation .__inner table .form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.l-reservation .__inner table .form-textarea::-webkit-input-placeholder {
  line-height: 1.5;
}

.l-reservation .__inner table .form-textarea::-moz-placeholder {
  line-height: 1.5;
}

.l-reservation .__inner table .form-textarea:-ms-input-placeholder {
  line-height: 1.5;
}

.l-reservation .__inner table .form-textarea::-ms-input-placeholder {
  line-height: 1.5;
}

.l-reservation .__inner table .form-textarea::placeholder {
  line-height: 1.5;
}

.l-reservation .__inner table .reservation-skill {
  display: block;
}

.l-reservation .__inner table .reservation-skill + .reservation-skill {
  margin-top: 10px;
}

.l-reservation .__inner table .reservation-skill-txt {
  margin-left: 5px;
}

.l-reservation .__inner table .form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
}

.l-reservation .__inner table .form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.l-reservation .__inner ._txt {
  width: 70%;
  margin: 0 auto;
}

.l-reservation .__inner ._txt .small {
  margin-left: 30%;
  margin-top: 0px;
  padding-left: 20px;
  display: block;
}

.l-reservation .__inner .privacy-policy {
  margin: 40px auto;
  height: 240px;
  width: 70%;
  overflow: scroll;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  line-height: 1.5;
}

.l-reservation .__inner .privacy-policy__inner {
  padding-left: 32px;
  padding-right: 32px;
}

.l-reservation .__inner .privacy-policy_title-wrapper {
  text-align: center;
}

.l-reservation .__inner .privacy-policy_title-wrapper p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 18px;
}

.l-reservation .__inner .privacy-policy__item p {
  margin-bottom: 25px;
  font-size: 14px;
}

.l-reservation .__inner .privacy-policy_submit {
  padding: 40px;
  text-align: center;
  font-size: 14px;
}

.l-reservation .__inner .privacy-policy__present p {
  font-size: 14px;
}

.l-reservation .__inner .privacy-policy_button-wrapper {
  text-align: center;
}

.l-reservation .__inner .privacy-policy_button-wrapper ._submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  border-radius: 2px;
  padding: 18px 114px;
  background-color: #D99800;
  cursor: pointer;
  /* ポインターカーソルを表示 */
  margin: 0 auto 64px auto;
}

.l-reservation .__inner .privacy-policy_button-wrapper ._submit-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.l-reservation .__inner .privacy-policy_button-wrapper ._submit-btn[disabled] {
  background-color: #D99800;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

.l-reservation .__inner .privacy-policy_button-wrapper ._submit-btn[disabled] a {
  pointer-events: none;
}

.l-reservation .__inner .contact-wrapper {
  text-align: center;
  background-color: #FAFAFA;
  margin-top: 60px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 30px;
}

.l-reservation .__inner .contact-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.l-reservation .__inner .contact-wrapper p {
  font-size: 14px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 0;
  line-height: 24.5px;
}

.l-reservation .__inner .contact-wrapper button {
  border: solid 2px #CCCCCC;
  background-color: #FFFFFF;
  padding: 30px 0px;
  width: 660px;
  border-radius: 4px;
}

.l-reservation .__inner .contact-wrapper button a {
  text-decoration: none;
}

.l-reservation .__inner .contact-wrapper button a .contact_number-wrapper {
  font-size: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #517932;
  width: 340px;
  margin: 0 auto;
  font-weight: bold;
}

.l-reservation .__inner .contact-wrapper button a .contact_number-wrapper img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
  padding-left: 0px;
  display: block;
}

.l-reservation .__inner .contact-wrapper button a .contact_number-wrapper h3 {
  margin: 0;
  padding-left: 7px;
}

.l-reservation .__inner .contact-wrapper button a p {
  color: #252a34;
  margin: 0;
  padding: 14px 0px;
  font-size: 14px;
}

.l-present {
  background-color: #F9FDEF;
  padding-bottom: 80px;
  height: 2000px;
  position: relative;
  padding-top: 160px;
}

.l-present .red {
  color: #FF0000;
}

.l-present .title-wrapper {
  position: relative;
}

.l-present .title-wrapper .__inner {
  padding-top: 56px;
  margin: 0 auto;
  text-align: center;
  height: 400px;
  background-image: url(../img/present.png);
  background-size: cover;
  position: relative;
}

.l-present .title-wrapper .__inner h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  color: #416724;
  margin: 0;
  gap: 10px;
  position: relative;
  color: #FFE103;
}

.l-present .title-wrapper .__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #3D270B;
  opacity: 0.7;
}

.l-present .content-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  top: 410px;
  width: 90%;
  max-width: 1440px;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 64px;
}

.l-present .content-wrapper .__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-present .content-wrapper .__inner .header-wrapper {
  text-align: left;
}

.l-present .content-wrapper .__inner .header-wrapper p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

.l-present .content-wrapper .__inner .header-wrapper .gray {
  color: #777777;
  font-size: 14px;
  padding-top: 26px;
}

.l-present .content-wrapper .__inner .header-wrapper ._small {
  font-size: 14px;
  padding-top: 40px;
}

.l-present .content-wrapper .__inner table {
  width: 100%;
  margin: 0 auto;
}

.l-present .content-wrapper .__inner table .present-item {
  padding: 20px;
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  font-size: 14px;
  font-weight: bold;
}

.l-present .content-wrapper .__inner table .present-body {
  padding: 20px;
  width: 70%;
  /* 横幅70%指定（白背景色部分） */
}

.l-present .content-wrapper .__inner table .present-body:last-of-type {
  padding-bottom: 0px;
}

.l-present .content-wrapper .__inner table .present-radio:not(:first-of-type) {
  margin-left: 24px;
}

.l-present .content-wrapper .__inner table .present-submit {
  width: 250px;
  /* 横幅指定 */
  background-color: #333;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  font-weight: bold;
  /* 文字の太さ */
  display: block;
  /* インライン要素をブロック要素に変更 */
  margin: 0 auto;
  /* 中央寄せ */
  font-size: 16px;
  /* 文字の大きさ */
  padding: 15px;
  /* 内側の余白 */
  border-radius: 100vh;
  /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.l-present .content-wrapper .__inner table .present-text-item {
  padding-left: 20px;
  padding-top: 20px;
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}

.l-present .content-wrapper .__inner table .form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.l-present .content-wrapper .__inner table .present-skill {
  display: block;
}

.l-present .content-wrapper .__inner table .present-skill + .present-skill {
  margin-top: 10px;
}

.l-present .content-wrapper .__inner table .present-skill-txt {
  margin-left: 5px;
}

.l-present .content-wrapper .__inner table .form-select {
  width: 180px;
  height: 40px;
  padding: 5px;
}

.l-present .content-wrapper .__inner table .form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.l-present .content-wrapper .__inner ._txt {
  width: 100%;
  margin: 0 auto;
}

.l-present .content-wrapper .__inner ._txt .small {
  margin-left: 30%;
  margin-top: 0px;
  padding-left: 20px;
  display: block;
}

.l-present .content-wrapper .__inner .privacy-policy {
  margin: 40px auto;
  height: 240px;
  width: 70%;
  overflow: scroll;
  border: 1px solid #ccc;
  background-color: #FAFAFA;
  line-height: 1.5;
}

.l-present .content-wrapper .__inner .privacy-policy__inner {
  padding-left: 32px;
  padding-right: 32px;
}

.l-present .content-wrapper .__inner .privacy-policy_title-wrapper {
  text-align: center;
}

.l-present .content-wrapper .__inner .privacy-policy_title-wrapper p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 18px;
}

.l-present .content-wrapper .__inner .privacy-policy__item p {
  margin-bottom: 25px;
  font-size: 14px;
}

.l-present .content-wrapper .__inner .privacy-policy_submit {
  padding: 40px;
  text-align: center;
  font-size: 14px;
}

.l-present .content-wrapper .__inner .privacy-policy__present p {
  font-size: 14px;
}

.l-present .content-wrapper .__inner .privacy-policy_button-wrapper {
  text-align: center;
}

.l-present .content-wrapper .__inner .privacy-policy_button-wrapper ._submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  border-radius: 2px;
  padding: 18px 114px;
  background-color: #6C8D3D;
  cursor: pointer;
  /* ポインターカーソルを表示 */
  margin: 0 auto 64px auto;
}

.l-present .content-wrapper .__inner .privacy-policy_button-wrapper ._submit-btn a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.l-present .content-wrapper .__inner .privacy-policy_button-wrapper ._submit-btn[disabled] {
  background-color: #6C8D3D;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

.l-present .content-wrapper .__inner .privacy-policy_button-wrapper ._submit-btn[disabled] a {
  pointer-events: none;
}

.l-present .content-wrapper .__inner .present-wrapper {
  text-align: center;
  background-color: #FAFAFA;
  margin-top: 64px;
  width: 70%;
  max-width: 1440px;
  padding: 30px;
  margin: 0 auto;
}

.l-present .content-wrapper .__inner .present-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.l-present .content-wrapper .__inner .present-wrapper p {
  font-size: 14px;
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 20px;
  letter-spacing: 0;
}

.l-present .content-wrapper .__inner .present-wrapper button {
  border: solid 1px #CCCCCC;
  background-color: #FFFFFF;
  padding: 30px 0px;
  width: 90%;
  border-radius: 4px;
}

.l-present .content-wrapper .__inner .present-wrapper button a {
  text-decoration: none;
}

.l-present .content-wrapper .__inner .present-wrapper button a .present_number-wrapper {
  font-size: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #517932;
  width: 340px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-present .content-wrapper .__inner .present-wrapper button a .present_number-wrapper img {
  width: 40px;
  height: 40px;
  padding-top: 10px;
}

.l-present .content-wrapper .__inner .present-wrapper button a .present_number-wrapper h3 {
  margin: 0;
}

.l-present .content-wrapper .__inner .present-wrapper button a p {
  color: #252a34;
  margin: 0;
  padding: 14px 0px;
}

.l-contact_thx {
  background-color: #F9FDEF;
  padding-top: 132px;
}

.l-contact_thx .__inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

.l-contact_thx .__inner .header-wrapper h2 {
  color: #416724;
  margin: 0px;
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 63px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.l-contact_thx .__inner .header-wrapper p {
  margin: 0;
  padding-top: 30px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}

.l-contact_thx .__inner .contact-wrapper {
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 60px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 30px;
}

.l-contact_thx .__inner .contact-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.l-contact_thx .__inner .contact-wrapper p {
  font-size: 14px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 0;
  line-height: 24.5px;
}

.l-contact_thx .__inner .contact-wrapper button {
  border: solid 2px #CCCCCC;
  background-color: #FFFFFF;
  padding: 30px 0px;
  width: 660px;
  border-radius: 4px;
}

.l-contact_thx .__inner .contact-wrapper button a {
  text-decoration: none;
}

.l-contact_thx .__inner .contact-wrapper button a .contact_number-wrapper {
  font-size: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #517932;
  width: 340px;
  margin: 0 auto;
  font-weight: bold;
}

.l-contact_thx .__inner .contact-wrapper button a .contact_number-wrapper img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
  padding-left: 0px;
  display: block;
}

.l-contact_thx .__inner .contact-wrapper button a .contact_number-wrapper h3 {
  margin: 0;
  padding-left: 7px;
}

.l-contact_thx .__inner .contact-wrapper button a p {
  color: #252a34;
  margin: 0;
  padding: 14px 0px;
  font-size: 14px;
}

.l-contact_thx .__inner .top-btn {
  margin-top: 50px;
  width: 240px;
  height: 60px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: #777777;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-contact_thx .__inner .top-btn a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
  font-size: 17px;
}

.l-contact_thx .__inner .top-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.l-contact_thx .__inner .homepage-btn {
  margin-top: 20px;
  width: 300px;
  height: 60px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
  background-color: #7C4D08;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-contact_thx .__inner .homepage-btn a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
}

.l-contact_thx .__inner .homepage-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.l-reservation_thx {
  background-color: #FDF9F2;
  padding-top: 132px;
}

.l-reservation_thx .__inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

.l-reservation_thx .__inner .header-wrapper h2 {
  color: #A27100;
  margin: 0px;
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 63px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.l-reservation_thx .__inner .header-wrapper p {
  margin: 0;
  padding-top: 30px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}

.l-reservation_thx .__inner .contact-wrapper {
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 60px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 30px;
}

.l-reservation_thx .__inner .contact-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.l-reservation_thx .__inner .contact-wrapper p {
  font-size: 14px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 0;
  line-height: 24.5px;
}

.l-reservation_thx .__inner .contact-wrapper button {
  border: solid 2px #CCCCCC;
  background-color: #FFFFFF;
  padding: 30px 0px;
  width: 660px;
  border-radius: 4px;
}

.l-reservation_thx .__inner .contact-wrapper button a {
  text-decoration: none;
}

.l-reservation_thx .__inner .contact-wrapper button a .contact_number-wrapper {
  font-size: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #517932;
  width: 340px;
  margin: 0 auto;
  font-weight: bold;
}

.l-reservation_thx .__inner .contact-wrapper button a .contact_number-wrapper img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
  padding-left: 0px;
  display: block;
}

.l-reservation_thx .__inner .contact-wrapper button a .contact_number-wrapper h3 {
  margin: 0;
  padding-left: 7px;
}

.l-reservation_thx .__inner .contact-wrapper button a p {
  color: #252a34;
  margin: 0;
  padding: 14px 0px;
  font-size: 14px;
}

.l-reservation_thx .__inner .top-btn {
  margin-top: 50px;
  width: 240px;
  height: 60px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: #777777;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-reservation_thx .__inner .top-btn a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
  font-size: 17px;
}

.l-reservation_thx .__inner .top-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.l-reservation_thx .__inner .homepage-btn {
  margin-top: 20px;
  width: 300px;
  height: 60px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
  background-color: #7C4D08;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-reservation_thx .__inner .homepage-btn a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
}

.l-reservation_thx .__inner .homepage-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.l-present_thx {
  background-color: #F9FDEF;
  padding-top: 132px;
}

.l-present_thx .__inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

.l-present_thx .__inner .header-wrapper h2 {
  color: #416724;
  margin: 0px;
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 63px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.l-present_thx .__inner .header-wrapper h2 .br-pc {
  display: block;
}

.l-present_thx .__inner .header-wrapper p {
  margin: 0;
  padding-top: 30px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
}

.l-present_thx .__inner .contact-wrapper {
  text-align: center;
  background-color: #FFFFFF;
  margin-top: 60px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 30px;
}

.l-present_thx .__inner .contact-wrapper h2 {
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.l-present_thx .__inner .contact-wrapper p {
  font-size: 14px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 0;
  line-height: 24.5px;
}

.l-present_thx .__inner .contact-wrapper button {
  border: solid 2px #CCCCCC;
  background-color: #FFFFFF;
  padding: 30px 0px;
  width: 660px;
  border-radius: 4px;
}

.l-present_thx .__inner .contact-wrapper button a {
  text-decoration: none;
}

.l-present_thx .__inner .contact-wrapper button a .contact_number-wrapper {
  font-size: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #517932;
  width: 340px;
  margin: 0 auto;
  font-weight: bold;
}

.l-present_thx .__inner .contact-wrapper button a .contact_number-wrapper img {
  width: 32px;
  height: 32px;
  padding-top: 15px;
  padding-left: 0px;
  display: block;
}

.l-present_thx .__inner .contact-wrapper button a .contact_number-wrapper h3 {
  margin: 0;
  padding-left: 7px;
}

.l-present_thx .__inner .contact-wrapper button a p {
  color: #252a34;
  margin: 0;
  padding: 14px 0px;
  font-size: 14px;
}

.l-present_thx .__inner .top-btn {
  margin-top: 50px;
  width: 240px;
  height: 60px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  background-color: #777777;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-present_thx .__inner .top-btn a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
  font-size: 17px;
}

.l-present_thx .__inner .top-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.l-present_thx .__inner .homepage-btn {
  margin-top: 20px;
  width: 300px;
  height: 60px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
  background-color: #7C4D08;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-present_thx .__inner .homepage-btn a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
}

.l-present_thx .__inner .homepage-btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.c-title-wrapper {
  text-align: center;
  position: relative;
}

.c-title-wrapper p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0;
  color: #6C8D3D;
}

.c-title-wrapper .c-title {
  margin: 0px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-top: 13px;
  padding-bottom: 33px;
}

.c-title-wrapper .c-title .br-pc {
  display: block;
}

.c-title-wrapper .c-title .br-pc .f_col_1 {
  color: #517932;
}

.c-title-wrapper .c-title .br-pc .f_col_1 .bf {
  font-size: 64px;
}

.c-title-wrapper::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #6C8D3D;
}

.c-features {
  position: relative;
  width: 100%;
  min-height: 473px;
}

.c-features ._img .feat_img {
  position: absolute;
  right: 0;
  width: 660px;
  height: 420px;
}

.c-features ._img ._txt {
  position: absolute;
  bottom: -20px;
  width: 590px;
  background-color: #F7FFF1;
  padding: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
}

.c-features ._img ._txt .t__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-features ._img ._txt .t__inner ._number {
  position: absolute;
  top: -90px;
}

.c-features ._img ._txt .t__inner ._number .icon {
  height: auto;
  width: 80px;
}

.c-features ._img ._txt .t__inner h3 {
  color: #517932;
  font-size: 28px;
  font-weight: 500;
  line-height: 49px;
  margin: 0;
}

.c-features ._img ._txt .t__inner h3 .br_pc {
  display: block;
}

.c-features ._img ._txt .t__inner h3 .br_sp {
  display: inline;
}

.c-features ._img ._txt .t__inner p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 32px 0 0;
}

.c-features ._img ._txt .t__inner .ul-text {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF396));
  background: -webkit-linear-gradient(transparent 60%, #FFF396 60%);
  background: linear-gradient(transparent 60%, #FFF396 60%);
}

.c-features.left ._img ._txt {
  left: 220px;
  -webkit-box-shadow: -30px 30px 0px 0px #f7f0e2;
  box-shadow: -30px 30px 0px 0px #f7f0e2;
}

.c-features.left ._img ._txt .pentagon {
  left: 70px;
}

.c-features.right {
  margin-right: 0px;
  margin-left: auto;
}

.c-features.right ._img img {
  left: 0;
}

.c-features.right ._img ._txt {
  right: 220px;
  -webkit-box-shadow: 30px 30px 0px 0px #f7f0e2;
  box-shadow: 30px 30px 0px 0px #f7f0e2;
}

.c-features.right ._img ._txt ._number {
  right: 0;
}

.c-person {
  border: 3px solid #EAD8BA;
  width: 480px;
  position: relative;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 9px 10px 0px 0px #f7f0e2;
  box-shadow: 9px 10px 0px 0px #f7f0e2;
  border-radius: 10px;
}

.c-person img {
  width: 104px;
  height: 104px;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
}

.c-person .-wrapper h3 {
  margin-top: 77px;
  color: #AC7800;
  font-size: 20px;
  font-weight: bold;
}

.c-person .-wrapper p {
  margin-top: 49px;
  font-size: 16px;
  line-height: 2;
  padding: 0px 26px 35px 26px;
  margin-bottom: 0px;
}

.c-person::after {
  position: absolute;
  content: "";
  width: 380px;
  height: 1px;
  border-bottom: dotted 3px #CCCCCC;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.c-person:nth-of-type(1) img {
  background-color: #D3E7E8;
}

.c-person:nth-of-type(1)::after {
  top: 50%;
}

.c-person:nth-of-type(2) img {
  background-color: #F5D9D9;
}

.c-person:nth-of-type(2)::after {
  top: 50%;
}

.c-person:nth-of-type(3) img {
  background-color: #D4E8CF;
}

.c-person:nth-of-type(3)::after {
  top: 56%;
}

.c-person:nth-of-type(4) img {
  background-color: #D6C4B9;
}

.c-person:nth-of-type(4)::after {
  top: 50%;
}

.c-person:nth-of-type(5) img {
  background-color: #F4F1A5;
}

.c-person:nth-of-type(5)::after {
  top: 56%;
}

.c-person:nth-of-type(6) img {
  background-color: #DED5EA;
}

.c-person:nth-of-type(6)::after {
  top: 56%;
}

.c-contact-button {
  width: 300px;
  height: 60px;
  color: #fff;
  position: relative;
  background-color: #6C8D3D;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
}

.c-contact-button a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.c-contact-button a ._img {
  width: 31.72px;
  height: 21.7px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 10%;
}

.c-contact-button a ._txt {
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 20%;
  left: 50%;
  margin: 22px 0;
}

.c-contact-button a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.c-contact-button._h {
  width: 210px;
}

.c-contact-button._h ._img {
  margin-top: 4px;
  width: 30px;
  height: 20px;
}

.c-contact-button._h ._txt._h {
  font-size: 16px;
}

.c-reservation-button {
  width: 300px;
  height: 60px;
  color: #fff;
  position: relative;
  background-color: #DCA218;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
}

.c-reservation-button a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.c-reservation-button a ._img {
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 10%;
}

.c-reservation-button a ._txt {
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 20%;
  left: 50%;
  margin: 22px 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.c-reservation-button a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  border-bottom-right-radius: 5px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 90%;
}

.c-reservation-button._h {
  width: 210px;
}

.c-reservation-button._h ._img {
  margin-top: 4px;
  width: 30px;
  height: 30px;
}

.c-reservation-button._h ._txt._h {
  font-size: 16px;
}

.c-reason {
  overflow: hidden;
}

.c-reason .content {
  max-width: 840px;
  margin: 0 auto;
}

.c-reason .content ._title {
  position: relative;
  margin: 0 auto;
  height: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-reason .content ._title ._title-dec_img._1 {
  width: 765px;
  height: auto;
}

.c-reason .content ._title ._title-dec_img._2 {
  width: 393px;
  height: auto;
}

.c-reason .content ._title ._title-dec_img._3 {
  width: 654px;
  height: auto;
}

.c-reason .content ._title .txt {
  position: absolute;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 500;
  padding-top: 10px;
  margin: 0;
  top: 10px;
  left: 98px;
}

.c-reason .content ._title .txt._2 {
  left: 98px;
}

.c-reason .content ._title .txt._3 {
  left: 100px;
}

.c-reason .content ._title .wrapper {
  position: relative;
}

.c-reason .content ._title .wrapper::before {
  content: "";
  position: absolute;
  width: 105%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 25px;
  top: 80%;
  left: 0%;
  background-image: url(../img/underline.png);
}

.c-reason .content .r_img-wrapper {
  padding-top: 10px;
  max-width: 840px;
  width: 100%;
}

.c-reason .content .r_img-wrapper img {
  width: 100%;
  height: 100%;
}

.c-reason .content .r_img-item {
  padding-top: 10px;
}

.c-reason .content .r_img-item p {
  max-width: 720px;
  padding: 40px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
}

.c-reason .content .r_img-item .r_img-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 840px;
  background-color: #FDF9F2;
  padding: 20px;
  width: 90%;
}

.c-reason .content .r_img-item .r_img-item__inner img {
  width: 100%;
}

.c-reason .content ._txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  margin-top: 34px;
}

.c-reason .content ._txt .left-wrapper p {
  line-height: 2;
  margin: 0;
  max-width: 380px;
}

.c-reason .content ._txt .left-wrapper .point {
  color: #517932;
  padding-top: 0px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 13px;
}

.c-reason .content ._txt .left-wrapper .ul-text {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF396));
  background: -webkit-linear-gradient(transparent 60%, #FFF396 60%);
  background: linear-gradient(transparent 60%, #FFF396 60%);
}

.c-reason .content ._txt .right-wrapper p {
  line-height: 2;
  margin: 0;
  max-width: 380px;
}

.c-reason .content ._txt .right-wrapper .point {
  color: #517932;
  padding-bottom: 13px;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: bold;
}

.c-reason .content ._txt .right-wrapper .ul-text {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF396));
  background: -webkit-linear-gradient(transparent 60%, #FFF396 60%);
  background: linear-gradient(transparent 60%, #FFF396 60%);
}

.c-reason .content ._txt::after {
  position: absolute;
  content: "";
  height: 140px;
  width: 1px;
  display: block;
  border-right: 2px dotted #CCCCCC;
  left: 50%;
}

.c-reason .point-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 83px;
  background: #ECF8D9;
  position: relative;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-reason .point-wrapper img {
  width: 48px;
  height: 48px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 5%;
}

.c-reason .point-wrapper p {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin: 0px;
  padding-left: 12px;
}

/*アコーディオン全体*/

.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin-top: 35px;
}

/*アコーディオンタイトル*/

.accordion-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  height: 80px;
  width: 100%;
  background-color: #DAEFB9;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-title .question {
  height: 48px;
  width: 48px;
  text-align: center;
  font-size: 32px;
  font-family: Hind;
  font-weight: 700;
  color: #fff;
  border-radius: 100%;
  background: #77AA2E;
  padding: 0;
  margin-left: 24px;
}

.accordion-title .question-title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  width: 60%;
}

.accordion-title::before,
.accordion-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #252a34;
}

.accordion-title::before {
  top: 48%;
  right: 27px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion-title::after {
  top: 48%;
  right: 27px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-title.close::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*アイコンの＋と×*/

/*　closeというクラスがついたら形状変化　*/

.box {
  display: none;
  /*はじめは非表示*/
  background-color: #fff;
  width: 100%;
  margin: 0;
}

.box .answer-mark {
  height: 48px;
  width: 48px;
  text-align: center;
  font-size: 32px;
  font-family: Hind;
  font-weight: 700;
  color: #77AA2F;
  border-radius: 100%;
  background: #DAEFB9;
  padding: 0;
  margin-left: 24px;
}

.box .answer {
  font-size: 16px;
  font-weight: bold;
  padding-top: 28px;
  padding-right: initial;
  padding-bottom: 30px;
  padding-left: 16px;
  margin: 0px;
  width: 90%;
}

.box.close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-strength {
  width: 370px;
  background: #fff;
  margin: 0 auto;
}

.c-strength img {
  width: 370px;
  height: 231px;
}

.c-strength h3 {
  margin-top: 32px;
  font-weight: bold;
  font-size: 22px;
  color: #517932;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

.c-strength .txt-wrapper {
  text-align: center;
}

.c-strength .txt-wrapper .txt {
  text-align: left;
  padding: 30px 28px 60px 28px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 2;
}

.c-works {
  max-width: 1160px;
  background-color: #fff;
  width: 90%;
}

.c-works .sub-title {
  padding-top: 66px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0px;
}

.c-works h3 {
  font-size: 28px;
  padding-top: 12px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0px;
}

.c-works ._img-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 41px;
}

.c-works ._img-wrapper .before {
  position: relative;
}

.c-works ._img-wrapper .before img {
  width: 490px;
  height: 410px;
}

.c-works ._img-wrapper .before::before {
  position: absolute;
  content: "BEFORE";
  background-color: #777777;
  color: #fff;
  font-size: 18px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.c-works ._img-wrapper .after {
  position: relative;
}

.c-works ._img-wrapper .after img {
  width: 490px;
  height: 410px;
}

.c-works ._img-wrapper .after::before {
  position: absolute;
  content: "AFTER";
  background-color: #FFA800;
  color: #fff;
  font-size: 18px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.c-works ._txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-works ._txt-wrapper h4 {
  position: relative;
  -webkit-transform: translateX(48px);
  transform: translateX(48px);
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}

.c-works ._txt-wrapper h4::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #CCCCCC;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  left: -18px;
  top: 69%;
}

.c-works ._txt-wrapper .house-data {
  padding-left: 80px;
}

.c-works ._txt-wrapper .house-data h4 {
  letter-spacing: 0.14;
  font-weight: 500;
  font-size: 18px;
  padding-top: 42px;
  padding-bottom: 10px;
}

.c-works ._txt-wrapper .house-data table {
  max-width: 200px;
  border-spacing: 0px 14px;
}

.c-works ._txt-wrapper .house-data table th {
  width: 88px;
  height: 32px;
  border-radius: 4px;
  background-color: #F0F0F0;
  white-space: nowrap;
  text-align: center;
  vertical-align: center;
  font-size: 14px;
  margin-right: 20px;
}

.c-works ._txt-wrapper .house-data table td {
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  vertical-align: center;
  padding-left: 20px;
}

.c-works ._txt-wrapper .about {
  max-width: 620px;
  padding-right: 80px;
  padding-bottom: 100px;
}

.c-works ._txt-wrapper .about h4 {
  letter-spacing: 0.14;
  font-weight: 500;
  font-size: 18px;
  padding-top: 42px;
  padding-bottom: 11px;
}

.c-works ._txt-wrapper .about p {
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-top: 10px;
  margin: 0px;
}

.c-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}

.c-voice ._character {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.c-voice ._character img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.c-voice ._text {
  padding: 28px 60px;
  border-radius: 9999px;
  position: relative;
}

.c-voice ._text::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  top: 50%;
}

.c-voice ._text p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.c-voice:nth-of-type(2n) ._text::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  left: -1%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 22px 11px;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+1) ._character {
  border: solid 5px #ECF8D9;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+1) ._text {
  background-color: #ECF8D9;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+1) ._text .ul {
  color: #445F1E;
  border-bottom: solid 4px #fff;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+1) ._text::after {
  border-color: transparent transparent #ECF8D9 transparent;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+2) ._character {
  border: solid 5px #EFEFCF;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+2) ._text {
  background-color: #EFEFCF;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+2) ._text .ul {
  color: #694D0F;
  border-bottom: solid 4px #fff;
}

.c-voice:nth-of-type(2n):nth-of-type(3n+2) ._text::after {
  border-color: transparent transparent #EFEFCF transparent;
}

.c-voice:nth-of-type(2n):nth-of-type(3n) ._character {
  border: solid 5px #F4E8DC;
}

.c-voice:nth-of-type(2n):nth-of-type(3n) ._text {
  background-color: #F4E8DC;
}

.c-voice:nth-of-type(2n):nth-of-type(3n) ._text .ul {
  color: #743830;
  border-bottom: solid 4px #fff;
}

.c-voice:nth-of-type(2n):nth-of-type(3n) ._text::after {
  border-color: transparent transparent #F4E8DC transparent;
}

.c-voice:nth-of-type(2n+1) ._text::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  left: 101%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 22px 11px;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+1) ._character {
  border: solid 5px #ECF8D9;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+1) ._text {
  background-color: #ECF8D9;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+1) ._text .ul {
  color: #445F1E;
  border-bottom: solid 4px #fff;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+1) ._text::after {
  border-color: transparent transparent #ECF8D9 transparent;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+2) ._character {
  border: solid 5px #EFEFCF;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+2) ._text {
  background-color: #EFEFCF;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+2) ._text .ul {
  color: #694D0F;
  border-bottom: solid 4px #fff;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n+2) ._text::after {
  border-color: transparent transparent #EFEFCF transparent;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n) ._character {
  border: solid 5px #F4E8DC;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n) ._text {
  background-color: #F4E8DC;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n) ._text .ul {
  color: #743830;
  border-bottom: solid 4px #fff;
}

.c-voice:nth-of-type(2n+1):nth-of-type(3n) ._text::after {
  border-color: transparent transparent #F4E8DC transparent;
}

.c-howto {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px;
}

.c-howto .step {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  top: 18px;
  left: 0;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: "Hind", sans-serif;
}

.c-howto .step p {
  margin: 0;
}

.c-howto .step .step-text {
  font-size: 18px;
}

.c-howto .step .step-num {
  font-size: 32px;
  line-height: 1;
}

.c-howto .text {
  padding-left: 76px;
  padding-bottom: 195px;
  padding-right: 64px;
}

.c-howto .text h3 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: 0px;
}

.c-howto .text p {
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0;
}

.c-howto .img {
  position: relative;
}

.c-howto .img img {
  border: solid 6px #fff;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1215686275);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1215686275);
  position: relative;
  width: 298px;
  height: 218px;
}

.c-howto .img::after {
  position: absolute;
  content: "";
  width: 310px;
  height: 230px;
  top: 40px;
  left: 70px;
  z-index: -1;
}

.c-howto:nth-of-type(1) {
  border-left: solid 4px #E8B392;
}

.c-howto:nth-of-type(1) .step {
  background-color: #E8B392;
}

.c-howto:nth-of-type(1) .text h3 {
  color: #E8B392;
}

.c-howto:nth-of-type(1) .img::after {
  background-color: #FAF6F4;
}

.c-howto:nth-of-type(2) {
  border-left: solid 4px #E8CE92;
}

.c-howto:nth-of-type(2) .step {
  background-color: #E8CE92;
}

.c-howto:nth-of-type(2) .text h3 {
  color: #E8CE92;
}

.c-howto:nth-of-type(2) .img::after {
  background-color: #FFF9F0;
}

.c-howto:nth-of-type(3) {
  border-left: solid 4px #E2D67C;
}

.c-howto:nth-of-type(3) .step {
  background-color: #E2D67C;
}

.c-howto:nth-of-type(3) .text h3 {
  color: #E2D67C;
}

.c-howto:nth-of-type(3) .img::after {
  background-color: #FCFAEF;
}

.c-howto:nth-of-type(4) {
  border-left: solid 4px #BADB7D;
}

.c-howto:nth-of-type(4) .step {
  background-color: #BADB7D;
}

.c-howto:nth-of-type(4) .text h3 {
  color: #BADB7D;
}

.c-howto:nth-of-type(4) .img::after {
  background-color: #F6FCF2;
}

.c-howto:nth-of-type(5) {
  border-left: solid 4px #8BC983;
}

.c-howto:nth-of-type(5) .step {
  background-color: #8BC983;
}

.c-howto:nth-of-type(5) .text h3 {
  color: #8BC983;
}

.c-howto:nth-of-type(5) .img::after {
  background-color: #F2FAF5;
}

.c-howto:nth-of-type(6) {
  border-left: solid 4px #83C6C9;
}

.c-howto:nth-of-type(6) .step {
  background-color: #83C6C9;
}

.c-howto:nth-of-type(6) .text h3 {
  color: #83C6C9;
}

.c-howto:nth-of-type(6) .img::after {
  background-color: #F2F9FA;
}

.c-howto:nth-of-type(7) {
  border-left: solid 4px #83A1C9;
}

.c-howto:nth-of-type(7) .step {
  background-color: #83A1C9;
}

.c-howto:nth-of-type(7) .text h3 {
  color: #83A1C9;
}

.c-howto:nth-of-type(7) .img::after {
  background-color: #F2F5FA;
}

.c-howto:nth-of-type(8) {
  border-left: solid 4px #998BC9;
}

.c-howto:nth-of-type(8) .step {
  background-color: #998BC9;
}

.c-howto:nth-of-type(8) .text h3 {
  color: #998BC9;
}

.c-howto:nth-of-type(8) .img::after {
  background-color: #F6F5FC;
}

.c-howto:nth-of-type(9) {
  border-left: solid 4px #C98AC2;
}

.c-howto:nth-of-type(9) .step {
  background-color: #C98AC2;
}

.c-howto:nth-of-type(9) .text h3 {
  color: #C98AC2;
}

.c-howto:nth-of-type(9) .img::after {
  background-color: #F6F5FC;
}

.c-howto:nth-of-type(10) {
  border-left: solid 4px #D1849B;
}

.c-howto:nth-of-type(10) .step {
  background-color: #D1849B;
}

.c-howto:nth-of-type(10) .text h3 {
  color: #D1849B;
}

.c-howto:nth-of-type(10) .img::after {
  background-color: #FFF7F9;
}

.c-howto:nth-of-type(11) {
  border-left: none;
}

.c-howto:nth-of-type(11) .step {
  background-color: #D88D8D;
}

.c-howto:nth-of-type(11) .text h3 {
  color: #D88D8D;
}

.c-howto:nth-of-type(11) .img {
  padding-bottom: 102px;
}

.c-howto:nth-of-type(11) .img::after {
  background-color: #FFF8F8;
}

.c-great-value:nth-of-type(1) .c-gv_title-wrapper .gv_header .c-gv_title .color {
  color: #9D4F1E;
}

.c-great-value:nth-of-type(2) .c-gv_title-wrapper .gv_header .c-gv_title .color {
  color: #8E8224;
}

.c-great-value .c-gv_title-wrapper {
  text-align: center;
  vertical-align: center;
  width: 100%;
}

.c-great-value .c-gv_title-wrapper .gv_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 17px;
  margin: 0 auto;
}

.c-great-value .c-gv_title-wrapper .gv_header .c-gv_title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-great-value .c-gv_title-wrapper .gv_header .c-gv_title._2 {
  padding-right: 101px;
}

.c-great-value .c-gv_title-wrapper .c-gv_txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  width: 40%;
  margin: 35px auto 0px auto;
}

.c-great-value .img-wrapper {
  width: 50%;
  margin: 50px auto 0px auto;
}

.c-great-value .img-wrapper._3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}

.c-great-value .img-wrapper._3 img {
  width: 513px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.c-great-value .img-wrapper img {
  width: 100%;
}

.c-shopinfo {
  background-color: #fff;
  padding-left: 40px;
  padding-bottom: 40px;
}

.c-shopinfo h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #517932;
  font-size: 24px;
  font-weight: 500;
  padding-top: 42px;
  margin: 0px;
}

.c-shopinfo table {
  padding-top: 27px;
  border-collapse: separate;
  line-height: 1.5;
}

.c-shopinfo table th {
  text-align: left;
  font-weight: 500;
  width: 80px;
}

.c-shopinfo table td {
  padding-left: 174px;
}

.c-shopinfo table .address th {
  padding-top: 19px;
}

.c-shopinfo table .address td {
  padding-top: 19px;
}

.c-reformmark {
  margin: 0 auto;
  width: 513px;
}

.c-reformmark .c-reformmark_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13.8px;
  width: 410px;
  height: 112px;
  background-color: #80B534;
  border-radius: 9999px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
}

.c-reformmark .c-reformmark_left img {
  margin: 0;
  width: 45.47px;
  height: 41.15px;
}

.c-reformmark .c-reformmark_left h4 {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.c-reformmark .c-reformmark_right {
  width: 168px;
  height: 152px;
  text-align: center;
  border-radius: 100%;
  border: solid #7FB534 3px;
  position: absolute;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 105%;
  padding-top: 16px;
}

.c-reformmark .c-reformmark_right p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0px;
}

.c-reformmark .c-reformmark_right ._persent {
  color: #ED3331;
  font-size: 40px;
  display: inline-block;
  font-weight: bold;
  line-height: 0.4;
  border-bottom: solid 20px #FFF369;
  padding-top: 16px;
}

.c-reformmark .c-reformmark_right ._small {
  font-size: 10px;
  font-weight: 300;
  padding-top: 16px;
}

.c-reformmark .c-reformmark_right ._dec {
  width: 150px;
  height: 60px;
  background-image: url(../img/text.png);
  display: block;
}

.c-bussiness {
  width: 196px;
  height: 196px;
  border-radius: 100%;
  position: relative;
}

.c-bussiness .c-b_title-wrapper {
  width: 200px;
  height: 200px;
  background-color: #E6F4FF;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0%;
}

.js_hamburger.is-active .hamburger_wrapper .hamburger-bar:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.js_hamburger.is-active .hamburger_wrapper .hamburger-bar:nth-child(2) {
  opacity: 0;
}

.js_hamburger.is-active .hamburger-bar:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}

.js_body.is-active {
  overflow: hidden;
}

.js_nav.is-active {
  display: inline;
}

@media screen and (max-width: 1360px) {
  .l-contact .__inner .header-wrapper p {
    padding: 20px;
  }

  .l-contact .__inner table {
    width: 90%;
  }

  .l-contact .__inner table .contact-radio:not(:first-of-type) {
    margin-left: 8px;
  }

  .l-contact .__inner .privacy-policy {
    width: 90%;
  }

  .l-reservation .__inner .header-wrapper p {
    padding: 20px;
  }

  .l-reservation .__inner table {
    width: 90%;
  }

  .l-reservation .__inner table .reservation-radio:not(:first-of-type) {
    margin-left: 8px;
  }

  .l-reservation .__inner .privacy-policy {
    width: 90%;
  }

  .l-present {
    height: 2260px;
  }

  .l-present .content-wrapper .__inner table {
    width: 100%;
  }

  .l-present .content-wrapper .__inner table .present-radio {
    display: block;
  }

  .l-present .content-wrapper .__inner table .present-radio:not(:first-of-type) {
    margin-left: 0px;
  }

  .l-present .content-wrapper .__inner table .present-item {
    vertical-align: top;
  }

  .l-present .content-wrapper .__inner .privacy-policy {
    width: 90%;
  }

  .l-present .content-wrapper .__inner .present-wrapper h2 {
    font-size: 18px;
    width: 208px;
    margin: 0 auto;
  }

  .l-present .content-wrapper .__inner .present-wrapper p {
    width: 170px;
    margin: 0 auto;
  }

  .l-present .content-wrapper .__inner .present-wrapper button a .present_number-wrapper {
    width: 200px;
  }

  .l-present .content-wrapper .__inner .present-wrapper button a .present_number-wrapper h3 {
    font-size: 28px;
  }

  .l-present .content-wrapper .__inner .present-wrapper button a .present_number-wrapper img {
    padding-top: 5px;
    width: 24px;
    height: 24px;
  }

  .l-present .content-wrapper .__inner .present-wrapper button a p {
    padding: 0px;
    width: auto;
  }
}

@media screen and (max-width: 1080px) {
  .l-sec_great-value .gv_title-wrapper h2 {
    font-size: 24px;
  }

  .l-sec_great-value .content-wrapper .__inner {
    gap: 40px;
  }

  .l-present .__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-present .__inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-voice {
    gap: 20px;
  }

  .c-voice ._character {
    width: 70px;
    height: 70px;
  }

  .c-voice ._character img {
    width: 70px;
    height: 70px;
  }

  .c-voice ._text {
    padding: 20px;
    border-radius: 30px;
  }

  .c-voice ._text::after {
    top: 20%;
  }

  .c-voice ._text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .l-footer .footer-wrapper .footer-info {
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
  }

  .l-footer .footer-wrapper .footer-info .company-info {
    padding-top: 20px;
  }

  .l-footer .footer-wrapper .nav {
    display: none;
  }

  .l-contact .__inner table .contact-radio {
    display: block;
  }

  .l-contact .__inner table .contact-radio:not(:first-of-type) {
    margin-left: 0px;
  }

  .l-reservation .__inner table .reservation-body .reservation-radio_s {
    padding-bottom: 12px;
  }

  .l-reservation .__inner table .reservation-body .reservation-radio_s .address {
    display: block;
    padding-left: 14px;
  }

  .l-reservation .__inner table .reservation-radio {
    display: block;
  }

  .l-reservation .__inner table .reservation-radio:not(:first-of-type) {
    margin-left: 0px;
  }
}

@media screen and (max-width: 810px) {
  .l-sec_conversion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .l-present .__inner .left img {
    width: 100%;
    aspect-ratio: 25/18;
  }
}

@media screen and (max-width: 798px) {
  .c-reformmark {
    width: auto;
  }

  .c-reformmark .c-reformmark_left {
    margin: 0 auto;
    width: 310px;
    height: 91px;
  }

  .c-reformmark .c-reformmark_left h4 {
    font-size: 22px;
  }

  .c-reformmark .c-reformmark_right {
    top: 82%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media screen and (max-width: 600px) {
  .l-contact .__inner .header-wrapper .title-wrapper {
    width: 280px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-contact .__inner .header-wrapper .title-wrapper img {
    height: 25px;
    width: 25px;
    padding-top: 8px;
    padding-right: 4px;
  }

  .l-contact .__inner .header-wrapper .title-wrapper h2 {
    font-size: 21px;
    padding: 5px 0 0;
  }

  .l-contact .__inner .header-wrapper p {
    padding: 20px;
    font-size: 14px;
  }

  .l-contact .__inner table .contact-body {
    padding: 0px 0px 0px 20px;
    width: 90%;
  }

  .l-contact .__inner table .contact-item {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
  }

  .l-contact .__inner table tr th {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .l-contact .__inner table tr td {
    display: block;
    width: 100%;
  }

  .l-contact .__inner ._txt {
    width: 90%;
  }

  .l-contact .__inner ._txt .small {
    padding-left: 20px;
    margin-left: 0px;
  }

  .l-reservation .__inner {
    margin-top: 20px;
  }

  .l-reservation .__inner .header-wrapper .title-wrapper {
    width: 240px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-reservation .__inner .header-wrapper .title-wrapper img {
    height: 25px;
    width: 25px;
    padding-top: 8px;
    padding-right: 4px;
  }

  .l-reservation .__inner .header-wrapper .title-wrapper h2 {
    font-size: 21px;
    padding: 5px 0 0;
  }

  .l-reservation .__inner .header-wrapper p {
    padding: 20px;
    font-size: 14px;
  }

  .l-reservation .__inner table .reservation-body {
    padding: 0px 0px 0px 20px;
    width: 90%;
  }

  .l-reservation .__inner table .reservation-item {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .l-reservation .__inner table tr th {
    display: block;
    width: 100%;
    white-space: nowrap;
  }

  .l-reservation .__inner table tr td {
    display: block;
    width: 100%;
  }

  .l-reservation .__inner ._txt {
    width: 90%;
  }

  .l-present .title-wrapper .__inner h2 {
    font-size: 21px;
    padding: 5px 0 0;
  }

  .l-present .content-wrapper .__inner .right table .present-item {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
  }

  .l-present .content-wrapper .__inner .right table tr th {
    display: block;
    width: 100%;
  }

  .l-present .content-wrapper .__inner .right table tr td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 600px) and (max-width: 560px) {
  .l-contact .__inner table .contact-body {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .l-header .inner {
    width: 100%;
  }

  .l-header .inner .l-header_top-content {
    padding-left: 20px;
  }

  .l-header .inner .l-header_top-content .l-header_logo {
    width: 175px;
    height: auto;
  }

  .l-header .inner .l-header_top-content .l-header_contact {
    display: none;
  }

  .l-header .inner .l-header_top-content .hamburger {
    display: block;
  }

  .l-header .inner .l-header_nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: none;
    padding: 0px;
    top: 75px;
    overflow: scroll;
    padding: 0 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-header .inner .l-header_nav.is-active {
    display: inline;
  }

  .l-header .inner .l-header_nav .l-header_nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    gap: 23px;
    margin-top: 20px;
    height: auto;
  }

  .l-header .inner .l-header_nav .nav_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px;
  }

  .l-header .inner .l-header_nav .nav_contact .l_nav-contact_first-content {
    padding-top: 23px;
    margin: 0 auto;
  }

  .l-header .inner .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .l-header .inner .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper .nav-contact_call {
    width: 20px;
    height: 20px;
  }

  .l-header {
    height: 75px;
    width: 100%;
  }

  .l-header .l-header_top-content .hamburger {
    display: block;
  }

  .l-header .l-header_top-content .header_contact {
    display: none;
  }

  .l-header .l-header_top-content .logo {
    padding: 18px;
  }

  .l-header .l-header_top-content .logo img {
    width: 175px;
    height: 32px;
  }

  .l-header .l-header_nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    display: none;
    padding: 0px;
  }

  .l-header .l-header_nav.is-active {
    display: inline;
  }

  .l-header .l-header_nav .l-header_nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    gap: 16px;
    margin-top: 20px;
  }

  .l-header .l-header_nav .nav_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 23px;
  }

  .l-header .l-header_nav .nav_contact .l_nav-contact_first-content {
    padding-top: 23px;
    margin: 0 auto;
  }

  .l-header .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .l-header .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper .nav-contact_tell-number {
    padding: 8px 0px;
  }

  .l-header .l-header_nav .nav_contact .l_nav-contact_first-content .l_nav-contact_upper .nav-contact_tell-number {
    margin: 0;
    padding-left: 4px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.02;
    color: #517932;
  }

  .l-header .l-header_nav .nav_contact .c-reservation-button._nav {
    margin: 0 auto;
    padding: 0px;
  }

  .l-header .l-header_nav .nav_contact .c-reservation-button:hover {
    opacity: 0.7;
  }

  .l-header .l-header_nav .nav_contact .c-contact-button._nav {
    margin: 0 auto;
    padding: 0px;
  }

  .l-header .l-header_nav .nav_contact .c-contact-button:hover {
    opacity: 0.7;
  }

  .l-sec_mv {
    padding-top: 76px;
    position: relative;
  }

  .l-sec_mv .banner {
    display: none;
  }

  .l-sec_mv .slide-items._sp {
    display: block;
  }

  .l-sec_mv .slide-items._pc {
    display: none;
  }

  .l-sec_mv .slide-items .slide-items-img._sp {
    display: block;
  }

  .l-sec_mv .slide-items .slide-items-img._pc {
    display: none;
  }

  .l-sec_mv .banner-sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 998;
    width: 100%;
    height: 90px;
  }

  .l-sec_mv .banner-sp_inner {
    position: relative;
  }

  .l-sec_mv .banner-sp_inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.7019607843);
    z-index: -1;
  }

  .l-sec_conversion ._contact_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-sec_conversion ._contact_inner_btn {
    margin: 0;
  }

  .l-sec_conversion ._contact_inner_btn:nth-child(2) {
    margin: 13px 0 0;
  }

  .l-sec_conversion ._contact_inner_btn_cv ._txt {
    font-size: 18px;
  }

  .l-sec_features {
    padding-bottom: 86px;
    padding-top: 48px;
  }

  .l-sec_features .features-wrapper {
    padding-top: 40px;
  }

  .l-sec_features .features-wrapper .__inner {
    width: 100%;
    gap: 50px;
  }

  .l-sec_reason {
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .l-sec_reason .reason-wrapper {
    padding-top: 70px;
  }

  .l-sec_reason .reason-wrapper .__inner {
    gap: 52px;
  }

  .l-sec_person .__inner h2 {
    font-size: 23px;
  }

  .l-sec_person .__inner h2 .color {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(transparent 63%, #ffffff 50%);
    background: linear-gradient(transparent 63%, #ffffff 50%);
    width: 90%;
    margin: 0 auto;
  }

  .l-sec_person .__inner h2 .marker {
    padding: 0px;
  }

  .l-sec_person .__inner h2::before {
    top: -30px;
    left: 50%;
  }

  .l-sec_person .__inner .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 72px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .l-sec_great-value .gv_title-wrapper .gv_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-sec_great-value .gv_title-wrapper h2 {
    margin: 0px;
    padding: 35px 0px;
    text-align: center;
  }

  .l-sec_great-value .gv_title-wrapper h2 .br-sp {
    display: block;
  }

  .l-sec_great-value .content-wrapper {
    padding-top: 40px;
    padding-bottom: 56px;
    width: 100%;
    margin: 0 auto;
  }

  .l-sec_great-value .content-wrapper .__inner {
    padding-top: 35px;
    padding-bottom: 40px;
    gap: 42px;
    width: 90%;
  }

  .l-sec_strength .st_title-wrapper h2 {
    font-size: 24px;
  }

  .l-sec_strength .content-wrapper {
    padding-top: 37px;
    padding-bottom: 51px;
  }

  .l-sec_strength .content-wrapper .__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .l-sec_works {
    padding-top: 49px;
    padding-bottom: 50px;
  }

  .l-sec_works .content-wrapper {
    padding-top: 46px;
    gap: 30px;
  }

  .l-sec_voice {
    padding-bottom: 40px;
    padding-top: 32px;
  }

  .l-sec_voice .wrapper {
    padding-bottom: 38px;
    padding-top: 40px;
    margin-top: 32px;
    width: 90%;
  }

  .l-sec_voice .wrapper .__inner {
    gap: 30px;
    width: 90%;
  }

  .l-sec_howto {
    padding-top: 50px;
  }

  .l-sec_howto .wrapper {
    width: 90%;
    padding-top: 38px;
  }

  .l-sec_shopinfo {
    padding-top: 51px;
    padding-bottom: 60px;
  }

  .l-sec_shopinfo .content-wrapper {
    padding-top: 40px;
  }

  .l-sec_shopinfo .content-wrapper .__inner {
    gap: 20px;
  }

  .l-sec_present .__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
  }

  .l-sec_present .__inner .left {
    height: 260px;
    width: 100%;
  }

  .l-sec_present .__inner .left .upper {
    width: 173px;
    height: auto;
    top: 40%;
  }

  .l-sec_present .__inner .left .lowwer {
    width: 173px;
    height: auto;
    top: 65%;
  }

  .l-sec_present .__inner .right {
    padding-bottom: 50px;
  }

  .l-sec_present .__inner .right .br-pc {
    display: inline;
  }

  .l-sec_present .__inner .right {
    padding-top: 0px;
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  .l-sec_present .__inner .right p {
    font-size: 16px;
    text-align: left;
    padding: 0px;
    margin: 0px;
  }

  .l-sec_present .__inner .right p .br-pc {
    display: inline;
  }

  .l-sec_present .__inner .right .small {
    font-size: 13px;
    padding-top: 20px;
  }

  .l-sec_present .__inner .right button {
    width: 100%;
    margin-top: 30px;
    padding: 18px 0px;
  }

  .l-sec_present .__inner .right button a .button {
    width: 100%;
  }

  .l-sec_present .__inner .right button a .button p {
    font-size: 17px;
    padding-left: 10px;
  }

  .l-sec_faq {
    padding-top: 51px;
    padding-bottom: 60px;
  }

  .l-sec_faq .accordion-area {
    gap: 30px;
  }

  .l-footer .footer-wrapper .footer-info .logo img {
    width: 194px;
  }

  .l-contact {
    padding-bottom: 60px;
  }

  .l-contact .__inner {
    padding-bottom: 24px;
    margin-top: 20px;
  }

  .l-contact .__inner table .contact-item {
    padding-left: 0px;
  }

  .l-contact .__inner table .contact-body {
    padding: 0px;
    width: 90%;
  }

  .l-contact .__inner table .contact-text-item {
    padding-left: 0px;
  }

  .l-contact .__inner table .form-textarea {
    width: 90%;
  }

  .l-contact .__inner table .form-text {
    width: 90%;
  }

  .l-contact .__inner ._txt .small {
    font-size: 13px;
  }

  .l-contact .__inner .privacy-policy {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .l-contact .__inner .privacy-policy__item p {
    font-size: 13px;
  }

  .l-contact .__inner .privacy-policy_submit {
    padding: 25px;
  }

  .l-contact .__inner .privacy-policy__present p {
    font-size: 13px;
  }

  .l-contact .__inner .privacy-policy_button-wrapper ._submit-btn {
    margin: 0 auto;
  }

  .l-contact .__inner .contact-wrapper {
    width: 310px;
    padding-top: 16px;
    padding-bottom: 19px;
  }

  .l-contact .__inner .contact-wrapper h2 {
    font-size: 18px;
  }

  .l-contact .__inner .contact-wrapper h2 .br-sp {
    display: block;
  }

  .l-contact .__inner .contact-wrapper p {
    font-size: 13px;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .l-contact .__inner .contact-wrapper p .br-sp {
    display: block;
  }

  .l-contact .__inner .contact-wrapper button {
    width: 270px;
    padding-top: 15px;
    padding-bottom: 23px;
  }

  .l-contact .__inner .contact-wrapper button a .contact_number-wrapper {
    font-size: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
    width: auto;
    gap: 5px;
  }

  .l-contact .__inner .contact-wrapper button a .contact_number-wrapper img {
    width: 23px;
    height: 23px;
    padding-left: 0px;
    padding-top: 10px;
  }

  .l-contact .__inner .contact-wrapper button a .contact_number-wrapper h3 {
    padding-left: 0px;
    font-size: 28px;
  }

  .l-contact .__inner .contact-wrapper button a p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .l-reservation {
    padding-bottom: 60px;
  }

  .l-reservation .__inner {
    padding-bottom: 24px;
    margin-top: 20px;
  }

  .l-reservation .__inner table .reservation-item {
    padding-left: 0px;
  }

  .l-reservation .__inner table .reservation-body {
    padding: 0px;
    width: 100%;
  }

  .l-reservation .__inner table .reservation-body .reservation-radio_d .reservation-radio-txt {
    padding-right: 10px;
  }

  .l-reservation .__inner table .reservation-text-item {
    padding-left: 0px;
  }

  .l-reservation .__inner table .form-textarea {
    width: 90%;
  }

  .l-reservation .__inner table .form-text {
    width: 90%;
  }

  .l-reservation .__inner ._txt .small {
    font-size: 13px;
    padding-left: 0px;
    margin-left: 0px;
  }

  .l-reservation .__inner .privacy-policy {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .l-reservation .__inner .privacy-policy_submit {
    padding: 25px;
    font-size: 13px;
  }

  .l-reservation .__inner .privacy-policy__present p {
    font-size: 13px;
  }

  .l-reservation .__inner .privacy-policy_button-wrapper ._submit-btn {
    margin: 0 auto;
  }

  .l-reservation .__inner .contact-wrapper {
    width: 310px;
    padding-top: 16px;
    padding-bottom: 19px;
  }

  .l-reservation .__inner .contact-wrapper h2 {
    font-size: 18px;
  }

  .l-reservation .__inner .contact-wrapper h2 .br-sp {
    display: block;
  }

  .l-reservation .__inner .contact-wrapper p {
    font-size: 13px;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .l-reservation .__inner .contact-wrapper p .br-sp {
    display: block;
  }

  .l-reservation .__inner .contact-wrapper button {
    width: 270px;
    padding-top: 15px;
    padding-bottom: 23px;
  }

  .l-reservation .__inner .contact-wrapper button a .contact_number-wrapper {
    font-size: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
    width: auto;
    gap: 5px;
  }

  .l-reservation .__inner .contact-wrapper button a .contact_number-wrapper img {
    width: 23px;
    height: 23px;
    padding-left: 0px;
    padding-top: 10px;
  }

  .l-reservation .__inner .contact-wrapper button a .contact_number-wrapper h3 {
    padding-left: 0px;
    font-size: 28px;
  }

  .l-reservation .__inner .contact-wrapper button a p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .l-present {
    padding-top: 76px;
    height: 2560px;
    padding-bottom: 0px;
  }

  .l-present .title-wrapper .__inner {
    padding-bottom: 24px;
    height: 285px;
  }

  .l-present .title-wrapper .__inner h2 {
    padding-top: 34px;
  }

  .l-present .content-wrapper {
    top: 290px;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .l-present .content-wrapper .__inner .header-wrapper p {
    font-size: 16px;
    padding-top: 33px;
  }

  .l-present .content-wrapper .__inner .header-wrapper .gray {
    font-size: 12px;
  }

  .l-present .content-wrapper .__inner table .present-item {
    padding-left: 0px;
  }

  .l-present .content-wrapper .__inner table .present-body {
    padding: 0px;
    width: 90%;
  }

  .l-present .content-wrapper .__inner table .present-text-item {
    padding-left: 0px;
  }

  .l-present .content-wrapper .__inner table .form-textarea {
    width: 90%;
  }

  .l-present .content-wrapper .__inner table .form-text {
    width: 90%;
  }

  .l-present .content-wrapper .__inner ._txt .small {
    font-size: 13px;
    margin-left: 0px;
    padding-left: 0px;
    width: 98%;
  }

  .l-present .content-wrapper .__inner .privacy-policy {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .l-present .content-wrapper .__inner .privacy-policy_submit {
    padding: 25px;
  }

  .l-present .content-wrapper .__inner .privacy-policy__present p {
    font-size: 13px;
  }

  .l-present .content-wrapper .__inner .privacy-policy_button-wrapper ._submit-btn {
    margin: 0 auto;
  }

  .l-contact_thx {
    padding-top: 76px;
  }

  .l-contact_thx .__inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .l-contact_thx .__inner .header-wrapper h2 {
    font-size: 25px;
    line-height: 50px;
  }

  .l-contact_thx .__inner .header-wrapper h2 .br-sp {
    display: block;
  }

  .l-contact_thx .__inner .header-wrapper p {
    font-size: 14px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
  }

  .l-contact_thx .__inner .header-wrapper p .br-sp {
    display: block;
  }

  .l-contact_thx .__inner .contact-wrapper {
    width: 310px;
    padding-top: 16px;
    padding-bottom: 19px;
  }

  .l-contact_thx .__inner .contact-wrapper h2 {
    font-size: 18px;
  }

  .l-contact_thx .__inner .contact-wrapper h2 .br-sp {
    display: block;
  }

  .l-contact_thx .__inner .contact-wrapper p {
    font-size: 13px;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .l-contact_thx .__inner .contact-wrapper p .br-sp {
    display: block;
  }

  .l-contact_thx .__inner .contact-wrapper button {
    width: 270px;
    padding-top: 15px;
    padding-bottom: 23px;
  }

  .l-contact_thx .__inner .contact-wrapper button a .contact_number-wrapper {
    font-size: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
    width: auto;
    gap: 5px;
  }

  .l-contact_thx .__inner .contact-wrapper button a .contact_number-wrapper img {
    width: 23px;
    height: 23px;
    padding-left: 0px;
    padding-top: 10px;
  }

  .l-contact_thx .__inner .contact-wrapper button a .contact_number-wrapper h3 {
    padding-left: 0px;
    font-size: 28px;
  }

  .l-contact_thx .__inner .contact-wrapper button a p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .l-contact_thx .__inner .top-btn::before {
    width: 8px;
    height: 8px;
  }

  .l-contact_thx .__inner .homepage-btn {
    margin-top: 16px;
  }

  .l-contact_thx .__inner .homepage-btn::before {
    width: 8px;
    height: 8px;
  }

  .l-reservation_thx {
    padding-top: 76px;
  }

  .l-reservation_thx .__inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .l-reservation_thx .__inner .header-wrapper h2 {
    font-size: 25px;
    line-height: 50px;
  }

  .l-reservation_thx .__inner .header-wrapper h2 .br-sp {
    display: block;
  }

  .l-reservation_thx .__inner .header-wrapper p {
    font-size: 14px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
  }

  .l-reservation_thx .__inner .header-wrapper p .br-sp {
    display: block;
  }

  .l-reservation_thx .__inner .contact-wrapper {
    width: 310px;
    padding-top: 16px;
    padding-bottom: 19px;
  }

  .l-reservation_thx .__inner .contact-wrapper h2 {
    font-size: 18px;
  }

  .l-reservation_thx .__inner .contact-wrapper h2 .br-sp {
    display: block;
  }

  .l-reservation_thx .__inner .contact-wrapper p {
    font-size: 13px;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .l-reservation_thx .__inner .contact-wrapper p .br-sp {
    display: block;
  }

  .l-reservation_thx .__inner .contact-wrapper button {
    width: 270px;
    padding-top: 15px;
    padding-bottom: 23px;
  }

  .l-reservation_thx .__inner .contact-wrapper button a .contact_number-wrapper {
    font-size: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
    width: auto;
    gap: 5px;
  }

  .l-reservation_thx .__inner .contact-wrapper button a .contact_number-wrapper img {
    width: 23px;
    height: 23px;
    padding-left: 0px;
    padding-top: 10px;
  }

  .l-reservation_thx .__inner .contact-wrapper button a .contact_number-wrapper h3 {
    padding-left: 0px;
    font-size: 28px;
  }

  .l-reservation_thx .__inner .contact-wrapper button a p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .l-reservation_thx .__inner .top-btn::before {
    width: 8px;
    height: 8px;
  }

  .l-reservation_thx .__inner .homepage-btn {
    margin-top: 16px;
  }

  .l-reservation_thx .__inner .homepage-btn::before {
    width: 8px;
    height: 8px;
  }

  .l-present_thx {
    padding-top: 76px;
  }

  .l-present_thx .__inner {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .l-present_thx .__inner .header-wrapper h2 {
    font-size: 25px;
    line-height: 50px;
  }

  .l-present_thx .__inner .header-wrapper h2 .br-sp {
    display: block;
  }

  .l-present_thx .__inner .header-wrapper h2 .br-pc {
    display: inline;
  }

  .l-present_thx .__inner .header-wrapper p {
    font-size: 14px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto;
  }

  .l-present_thx .__inner .header-wrapper p .br-sp {
    display: block;
  }

  .l-present_thx .__inner .contact-wrapper {
    width: 310px;
    padding-top: 16px;
    padding-bottom: 19px;
  }

  .l-present_thx .__inner .contact-wrapper h2 {
    font-size: 18px;
  }

  .l-present_thx .__inner .contact-wrapper h2 .br-sp {
    display: block;
  }

  .l-present_thx .__inner .contact-wrapper p {
    font-size: 13px;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .l-present_thx .__inner .contact-wrapper p .br-sp {
    display: block;
  }

  .l-present_thx .__inner .contact-wrapper button {
    width: 270px;
    padding-top: 15px;
    padding-bottom: 23px;
  }

  .l-present_thx .__inner .contact-wrapper button a .contact_number-wrapper {
    font-size: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
    width: auto;
    gap: 5px;
  }

  .l-present_thx .__inner .contact-wrapper button a .contact_number-wrapper img {
    width: 23px;
    height: 23px;
    padding-left: 0px;
    padding-top: 10px;
  }

  .l-present_thx .__inner .contact-wrapper button a .contact_number-wrapper h3 {
    padding-left: 0px;
    font-size: 28px;
  }

  .l-present_thx .__inner .contact-wrapper button a p {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .l-present_thx .__inner .top-btn::before {
    width: 8px;
    height: 8px;
  }

  .l-present_thx .__inner .homepage-btn {
    margin-top: 16px;
  }

  .l-present_thx .__inner .homepage-btn::before {
    width: 8px;
    height: 8px;
  }

  .c-title-wrapper p {
    font-size: 13px;
  }

  .c-title-wrapper .c-title {
    font-size: 25px;
    padding-top: 16px;
    padding-bottom: 23px;
  }

  .c-title-wrapper .c-title .br-sp {
    display: block;
  }

  .c-title-wrapper .c-title .br-pc {
    display: inline;
  }

  .c-title-wrapper .c-title .br-pc .f_col_1 {
    display: block;
    line-height: 30px;
  }

  .c-title-wrapper .c-title .br-pc .f_col_1 .bf {
    font-size: 38px;
  }

  .c-features {
    width: 100%;
  }

  .c-features ._img .feat_img {
    position: initial;
    width: 95%;
    height: auto;
  }

  .c-features ._img ._txt {
    position: initial;
    width: 330px;
    padding: 36px 20px 60px 10px;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    background-color: #FFFFFF;
  }

  .c-features ._img ._txt .t__inner ._number .icon {
    width: 65px;
  }

  .c-features ._img ._txt .t__inner h3 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0.02em;
  }

  .c-features ._img ._txt .t__inner h3 .br_pc {
    display: inline;
  }

  .c-features ._img ._txt .t__inner h3 .br_sp {
    display: block;
  }

  .c-features ._img ._txt .t__inner p {
    font-size: 15px;
    line-height: 30px;
  }

  .c-features.left ._img img {
    margin-right: 0px;
    margin-left: auto;
    display: block;
  }

  .c-features.left ._img ._txt {
    -webkit-box-shadow: -20px 19px 0px 0px #f7f0e2;
    box-shadow: -20px 19px 0px 0px #f7f0e2;
  }

  .c-features.right ._img img {
    display: block;
    margin-left: 0px;
    margin-right: auto;
  }

  .c-features.right ._img ._txt {
    -webkit-box-shadow: -20px 19px 0px 0px #f7f0e2;
    box-shadow: -20px 19px 0px 0px #f7f0e2;
  }

  .c-person {
    width: 90%;
  }

  .c-person img {
    width: 84px;
    height: 84px;
  }

  .c-person .-wrapper h3 {
    margin-top: 57px;
  }

  .c-person .-wrapper h3 .br-sp {
    display: block;
  }

  .c-person .-wrapper p {
    font-size: 15px;
    margin-top: 42px;
    padding: 0px 32px 32px;
    margin-bottom: 0px;
  }

  .c-person .-wrapper p .br-sp {
    display: block;
  }

  .c-person::after {
    width: 80%;
  }

  .c-person:nth-of-type(1)::after {
    top: 43%;
  }

  .c-person:nth-of-type(2)::after {
    top: 43%;
  }

  .c-person:nth-of-type(3)::after {
    top: 50%;
  }

  .c-person:nth-of-type(4)::after {
    top: 43%;
  }

  .c-person:nth-of-type(5)::after {
    top: 50%;
  }

  .c-person:nth-of-type(6)::after {
    top: 50%;
  }

  .c-contact-button {
    width: 310px;
  }

  .c-contact-button a ._img {
    width: 24px;
    height: auto;
  }

  .c-contact-button a ._txt {
    font-size: 18px;
  }

  .c-contact-button a::before {
    width: 8px;
    height: 8px;
  }

  .c-reservation-button {
    width: 310px;
  }

  .c-reservation-button a ._img {
    width: 30px;
    height: auto;
  }

  .c-reservation-button a ._txt {
    font-size: 18px;
  }

  .c-reservation-button a::before {
    width: 8px;
    height: 8px;
  }

  .c-reason:first-of-type .content ._txt::after {
    top: 46%;
  }

  .c-reason .content ._title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    margin: initial;
  }

  .c-reason .content ._title ._title-dec_img._1 {
    width: 292px;
  }

  .c-reason .content ._title ._title-dec_img._2 {
    width: 310px;
  }

  .c-reason .content ._title ._title-dec_img._3 {
    width: 302px;
  }

  .c-reason .content ._title .txt {
    font-size: 22px;
    left: 60px;
    top: -18px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-reason .content ._title .txt._2 {
    left: 82px;
    top: 10px;
  }

  .c-reason .content ._title .txt._3 {
    left: 84px;
    top: -13px;
  }

  .c-reason .content ._title .txt .br-sp {
    display: block;
  }

  .c-reason .content .r_img-item p {
    font-size: 18px;
    padding: 0px;
  }

  .c-reason .content .r_img-item .r_img-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    gap: 32px;
  }

  .c-reason .content .r_img-item .r_img-item__inner img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .c-reason .content ._txt {
    gap: 60px;
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-reason .content ._txt .left-wrapper p {
    max-width: none;
    margin: 0 auto;
    font-size: 15px;
  }

  .c-reason .content ._txt .right-wrapper p {
    max-width: none;
    margin: 0 auto;
    font-size: 15px;
  }

  .c-reason .content ._txt::after {
    width: 80%;
    height: 1px;
    border-bottom: 2px dotted #CCCCCC;
    border-right: none;
    top: 53%;
    left: 10%;
  }

  .c-reason .point-wrapper {
    width: 100%;
    margin-top: 38px;
    padding: 80px 20px 30px;
  }

  .c-reason .point-wrapper img {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 27px;
    left: 50%;
    width: 35px;
    height: 35px;
  }

  .c-reason .point-wrapper p {
    padding: 0px;
    font-size: 18px;
  }

  .accordion-title .question {
    font-size: 25px;
    height: 40px;
    width: 40px;
    margin-left: 15px;
    font-weight: 500;
  }

  .accordion-title .question-title {
    font-size: 15px;
  }

  .box {
    gap: 10px;
  }

  .box .answer-mark {
    font-size: 25px;
    height: 40px;
    width: 40px;
    margin-left: 15px;
    font-weight: 500;
  }

  .box .answer {
    font-size: 15px;
    margin: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 30px;
    width: 70%;
  }

  .c-strength {
    width: 90%;
  }

  .c-strength img {
    height: auto;
    width: 100%;
  }

  .c-strength h3 {
    font-size: 20px;
    margin-top: 26px;
    margin-bottom: 0px;
  }

  .c-strength .txt-wrapper .txt {
    padding: 25px 20px 35px;
    margin: 0px;
  }

  .c-works .sub-title {
    padding-top: 44px;
    font-size: 16px;
  }

  .c-works h3 {
    padding-top: 7px;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .c-works ._img-wrapper {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }

  .c-works ._img-wrapper .before {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }

  .c-works ._img-wrapper .before img {
    width: 100%;
    aspect-ratio: 49/41;
    height: auto;
  }

  .c-works ._img-wrapper .before::before {
    width: 95px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
  }

  .c-works ._img-wrapper .after {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }

  .c-works ._img-wrapper .after img {
    width: 100%;
    aspect-ratio: 49/41;
    height: auto;
  }

  .c-works ._img-wrapper .after::before {
    width: 95px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
  }

  .c-works ._txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .c-works ._txt-wrapper h4::before {
    top: 77%;
  }

  .c-works ._txt-wrapper .house-data {
    padding-left: 0px;
  }

  .c-works ._txt-wrapper .house-data h4 {
    width: 150px;
    font-size: 17px;
    font-weight: 500;
    padding-top: 38px;
    padding-bottom: 0px;
  }

  .c-works ._txt-wrapper .house-data table {
    max-width: none;
  }

  .c-works ._txt-wrapper .about {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .c-works ._txt-wrapper .about h4 {
    width: 150px;
    padding-bottom: 0px;
    padding-top: 33px;
  }

  .c-works ._txt-wrapper .about p {
    font-size: 14px;
  }

  .c-howto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    width: auto;
  }

  .c-howto .step {
    width: 52px;
    height: 52px;
  }

  .c-howto .step .step-text {
    font-size: 11px;
    padding-top: 6px;
  }

  .c-howto .step .step-num {
    font-size: 20px;
  }

  .c-howto .text {
    padding-left: 40px;
    padding-right: 0px;
    padding-bottom: 16px;
    width: auto;
  }

  .c-howto .text h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .c-howto .text p {
    font-size: 15px;
    padding-bottom: 21px;
  }

  .c-howto .img {
    margin-left: 0%;
  }

  .c-howto .img img {
    width: 258px;
    height: auto;
    margin-bottom: 64px;
    margin-left: 40px;
  }

  .c-howto .img::after {
    width: 270px;
    height: 200px;
  }

  .c-howto:nth-of-type(11) .img {
    margin-bottom: 0px;
    padding-bottom: 80px;
  }

  .c-howto:nth-of-type(11) .img img {
    margin-bottom: 0px;
  }

  .c-great-value .c-gv_title-wrapper .gv_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }

  .c-great-value .c-gv_title-wrapper .gv_header img {
    height: 45px;
    width: 45px;
  }

  .c-great-value .c-gv_title-wrapper .gv_header .c-gv_title {
    font-size: 25px;
    letter-spacing: 0.02em;
    margin: 0 auto;
    text-align: center;
  }

  .c-great-value .c-gv_title-wrapper .gv_header .c-gv_title._2 {
    padding: 0px;
  }

  .c-great-value .c-gv_title-wrapper .gv_header .c-gv_title .block {
    display: block;
  }

  .c-great-value .c-gv_title-wrapper .c-gv_txt {
    width: 90%;
    margin-top: 23px;
    font-size: 15px;
  }

  .c-great-value .img-wrapper {
    width: 90%;
    margin-top: 26px;
  }

  .c-great-value .img-wrapper._3 {
    padding-bottom: 0px;
  }

  .c-great-value .img-wrapper._3 img {
    width: 310px;
    margin-top: 26px;
  }

  .c-great-value .img-wrapper._sp {
    padding-bottom: 140px;
    margin: 0px;
    width: 100%;
  }

  .c-shopinfo {
    padding-left: 20px;
    padding-bottom: 27px;
  }

  .c-shopinfo h3 {
    padding-top: 28px;
    font-size: 20px;
  }

  .c-shopinfo h3 span {
    display: block;
  }

  .c-shopinfo table {
    padding-top: 20px;
    font-size: 15px;
  }

  .c-shopinfo table th {
    display: block;
  }

  .c-shopinfo table td {
    padding-left: 0px;
    display: block;
  }

  .c-shopinfo table .address th {
    padding-top: 12px;
  }

  .c-shopinfo table .address td {
    padding-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .l-contact .__inner .contact-wrapper {
    width: 98%;
  }

  .l-reservation .__inner .contact-wrapper {
    width: 98%;
  }

  .l-contact_thx .__inner .contact-wrapper {
    width: 98%;
  }

  .l-reservation_thx .__inner .contact-wrapper {
    width: 98%;
  }

  .l-present_thx .__inner .contact-wrapper {
    width: 98%;
  }
}
/*# sourceMappingURL=style.css.map */
