@charset "UTF-8";
/*===========================
reset style
===========================*/
/* autoprefixer grid: autoplace */
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html,
body {
  min-height: 100%;
}

body {
  text-align: center;
  letter-spacing: 0.08em;
  color: #363636;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-weight: normal;
}

p {
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
}

ul,
ol,
li {
  list-style: none;
  color: #363636;
}

a {
  text-decoration: none;
  color: #363636;
}
a:visited {
  text-decoration: none;
  color: #363636;
}
a:hover {
  text-decoration: none;
}

address {
  color: #363636;
  font-style: normal;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
  height: 100%;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  color: #363636;
}

main {
  display: block;
}

picture {
  display: block;
}

table,
th,
td {
  color: #363636;
}

header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

data {
  display: block;
}

time {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/*==========================
l-header
==========================*/
.l-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: 0.3s;
  transform: translateY(0);
  background-color: #ffffff;
}
.l-header.is-active {
  background-color: #ffffff;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.l-header__doboz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header__dobozSplit:nth-of-type(3) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__doboz .m-buttonLink {
  margin-left: 20px;
}
.l-header__logo {
  width: 258px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000002;
}
.l-header__logoImg--active {
  display: none;
}
.l-header__gnav {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.l-header__gnavItem + .l-header__gnavItem {
  margin-left: 30px;
}
.l-header__gnavLink {
  position: relative;
  font-size: 16px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.l-header__gnavLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__gnavLink::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transition: 0.3s;
  opacity: 0;
}
.l-header__gnavLink:hover::after {
  transition: 0.3s;
  opacity: 1;
}
.l-header__telLink {
  font-size: 32px;
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}
.l-header__telLink--small {
  font-size: 18px;
  display: inline-block;
  margin-right: 4px;
}
.l-header__contact {
  display: none;
}
.l-header__contactLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  font-size: 16px;
  border-radius: 20px;
}
.l-header__contactLink:before {
  content: initial;
  display: block;
  background-image: url(../img/global/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}
.l-header__megamenu {
  position: fixed;
  z-index: -1;
  top: 100px;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}
.l-header__megamenu::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
}
.l-header__megamenu.is-active {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.l-header__megamenuItem {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #957e1f;
}
.l-header__megamenuItem.is-active {
  position: static;
  visibility: visible;
  opacity: 1;
  transition: 0.5s opacity;
}
.l-header__megamenuDoboz {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 20px;
  gap: 60px;
}
.l-header__megamenuList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.l-header__megamenuListItem {
  width: 250px;
  height: 110px;
}
.l-header__megamenuListItemLink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  position: relative;
}
.l-header__megamenuListItemLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__megamenuListItemLink:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 5px;
  height: calc(6px * tan(60deg));
  width: 12px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #957e1f;
}
.l-header__megamenuListItemLinkMain {
  display: block;
  font-size: 18px;
  color: #957e1f;
}
.l-header__megamenuListItemLinkSub {
  display: block;
  font-size: 14px;
  color: #957e1f;
}
.l-header__hmb {
  display: none;
}
.l-header__drwNav {
  display: none;
}
.l-header__drwNavDoboz {
  text-align: center;
}
.l-header__drwNavDobozSummary {
  display: block;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  gap: 50px;
}
.l-header__drwNavDobozSummaryTit {
  text-align: left;
}
.l-header__drwNavDobozSummaryAnchor {
  display: block;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  color: #363636;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  width: 100%;
  text-align: left;
}
.l-header__drwNavDobozSummaryAnchor:visited {
  text-decoration: none;
  color: #363636;
}
.l-header__drwNavDobozSummaryAnchor:hover {
  text-decoration: none;
}
.l-header__drwNavDobozSummaryAnchor:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__drwNavDobozSummary.js-toggle__switch {
  padding: 20px;
}
.l-header__drwNavDobozList {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.l-header__drwNavDobozListItem {
  display: table-row;
  border-top: 1px solid #d3d3d3;
}
.l-header__drwNavDobozListItem:last-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.l-header__drwNavDobozLinksItem {
  position: relative;
  border-top: 1px solid #d3d3d3;
  text-align: left;
}
.l-header__drwNavDobozLinksAnchor {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  padding: 15px 50px 15px 20px;
  text-decoration: none;
  color: #363636;
  position: relative;
}
.l-header__drwNavDobozLinksAnchor:visited {
  text-decoration: none;
  color: #363636;
}
.l-header__drwNavDobozLinksAnchor:hover {
  text-decoration: none;
}
.l-header__drwNavDobozLinksAnchor::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__drwNavDobozLinksNum {
  font-size: 12px;
  color: #957e1f;
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.16;
}
.l-header__drwNavDobozLinksTit {
  letter-spacing: 0.06em;
}
.l-header__drwNavDobozButton {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
.l-header__drwNavDobozButton .m-button {
  display: block;
}
.l-header__drwNavDobozButton .m-buttonLink {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  box-shadow: initial;
}
.l-header__drwNavDobozButton .m-buttonLink--tel {
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #957e1f;
  text-decoration: none;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0.08em;
}
.l-header__drwNavDobozButton .m-buttonLink--tel:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-header__drwNavDobozButton .m-buttonLink--tel:hover {
  text-decoration: none;
}
.l-header__drwNavDobozButton .m-buttonLink--small {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  letter-spacing: 0.08em;
}
.l-header__drwNavDobozButton .m-buttonLink--contact {
  position: relative;
  font-size: 19px;
}
.l-header__drwNavDobozButton .m-buttonLink--contact::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: auto;
  left: 50%;
  padding-top: 30px;
  transform: translateX(-50%);
}
.l-header__dropdownItem {
  width: 240px;
  background-color: #957e1f;
  padding: 40px 30px;
}
.l-header__dropdownItem:first-of-type {
  padding-bottom: 0;
}
.l-header__dropdownLink {
  font-size: 14px;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #363636;
  position: relative;
}
.l-header__dropdownLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__dropdownLink:visited {
  text-decoration: none;
  color: #363636;
}
.l-header__dropdownLink:hover {
  text-decoration: none;
}
.l-header__dropdownLink::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  top: calc(50% - 5px);
  left: auto;
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}

/*==========================
l-footer
==========================*/
.l-footer {
  background-color: #363636;
}
.l-footer__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 20px;
}
.l-footer__doboz {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-footer__dobozSplit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l-footer__dobozSplit:nth-of-type(2) {
  margin-top: 40px;
}
.l-footer__logo {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  width: 180px;
}
.l-footer__logo:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-footer__address {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 2;
}
.l-footer__gnav {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.l-footer__gnavLink {
  position: relative;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  text-decoration: none;
  color: #ffffff;
}
.l-footer__gnavLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-footer__gnavLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-footer__gnavLink:hover {
  text-decoration: none;
}
.l-footer__copy {
  margin-top: 20px;
}
.l-footer__copyTxt {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  letter-spacing: 0.12em;
}
.l-footer__copyTxt small {
  font-size: 12px;
}

/*============================
.l-container
============================*/
.l-container {
  overflow: hidden;
  /* IE11 */
}
.l-container img {
  width: 100%;
}
_:-ms-lang(x)::-ms-backdrop, .l-container {
  overflow-x: hidden;
  overflow-y: visible;
}

/*============================
.l-section
============================*/
.l-section__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/*============================
.l-pankuzu
============================*/
.l-pankuzu {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 27px 20px 0;
}
.l-pankuzu__list {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.l-pankuzu__list > li {
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}
.l-pankuzu__list > li:before {
  display: block;
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
}
.l-pankuzu__list > li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.l-pankuzu__list > li:last-child:before {
  content: initial;
}
.l-pankuzu__list > li:last-child:after {
  content: initial;
}
.l-pankuzu__list > li + li {
  margin-left: 10px;
}
.l-pankuzu__list > li a {
  color: #363636;
  height: 100%;
}

/*============================
.l-main
============================*/
.l-main {
  margin-top: 0px;
}
/*============================
.l-mv
============================*/
.l-mv-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - 100px);
  margin-top: 100px;
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
}
.l-mv-top .l-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-mv-top .l-mv__img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-mv-top .l-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.l-mv-top .l-mv__txt {
  position: absolute;
  bottom: 50px;
  right: 100px;
}
.l-mv-top .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.l-mv-top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 20px;
}
.l-mv-top .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e5e5e5;
  height: 10px;
  width: 10px;
  opacity: 0.5;
  transform: 0.3s;
}
.l-mv-top .swiper-pagination-bullet:hover {
  transform: 0.3s;
  opacity: 1;
}
.l-mv-top .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.l-mv-under {
  position: relative;
  margin-top: 100px;
}
.l-mv-under__img {
  position: relative;
}
.l-mv-under__img picture {
  width: 100%;
  height: 100%;
}
.l-mv-under__img img {
  max-height: 344px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-under__tit {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.l-mv-service {
  position: relative;
  margin-top: 100px;
}
.l-mv-service__img {
  position: relative;
}
.l-mv-service__img--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.l-mv-service__img picture {
  width: 100%;
  height: 100%;
}
.l-mv-service__img img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mv-service__letter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  z-index: 100;
}
.l-mv-service__letterTit {
  color: #ffffff;
}
.l-mv-service__letterTitMain {
  display: block;
  font-size: 44px;
}
.l-mv-service__letterTitSub {
  font-size: 24px;
}
.l-mv-service__letterLavel {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.l-mv-service__letterLavelItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.l-mv-service__letterLavelItemTit {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0 6px;
  flex-shrink: 0;
}
.l-mv-service__letterLavelItemTxt {
  color: #ffffff;
}

/*============================
.l-footcontact
============================*/
.l-footcontact {
  background-color: #efefef;
}
.l-footcontact__inner {
  padding: 75px 20px 100px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.l-footcontact__txt {
  margin-top: 50px;
}
.l-footcontact__doboz {
  margin-top: 40px;
}
.l-footcontact__doboz .m-buttonLink {
  width: 400px;
  height: 80px;
  border-radius: 40px;
  font-size: 24px;
}
.l-footcontact__doboz .m-buttonLink:before {
  margin-top: 5px;
  margin-right: 20px;
}

/*============================
.l-tab
============================*/
.l-tab--black {
  padding-bottom: 60px;
}
.l-tab--black .l-tab__switchItem {
  text-decoration: none;
  color: #bec2cb;
  border-color: #bec2cb;
  font-size: 20px;
  width: 120px;
}
.l-tab--black .l-tab__switchItem:visited {
  text-decoration: none;
  color: #bec2cb;
}
.l-tab--black .l-tab__switchItem:hover {
  text-decoration: none;
}
.l-tab--black .l-tab__switchItem.is-active {
  text-decoration: none;
  color: #957e1f;
  border-color: #957e1f;
}
.l-tab--black .l-tab__switchItem.is-active:visited {
  text-decoration: none;
  color: #957e1f;
}
.l-tab--black .l-tab__switchItem.is-active:hover {
  text-decoration: none;
}
.l-tab--black .l-tab__switchItem:hover {
  text-decoration: none;
  color: #957e1f;
  border-color: #957e1f;
}
.l-tab--black .l-tab__switchItem:hover:visited {
  text-decoration: none;
  color: #957e1f;
}
.l-tab--black .l-tab__switchItem:hover:hover {
  text-decoration: none;
}
.l-tab__switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.l-tab__switchItem {
  font-size: 18px;
  border-bottom: 2px solid #363636;
  transition: 0.3s;
  padding-bottom: 8px;
  opacity: 0.5;
}
.l-tab__switchItem.is-active {
  opacity: 1;
}
.l-tab__switchItem:hover {
  opacity: 1;
  transition: 0.3s;
}
.l-tab__mainItem {
  /* スクロールバーCSS */
}
.l-tab__mainItem .simplebar-scrollbar::before {
  background: #957e1f;
}
.l-tab__mainItem .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.l-tab__mainItem .simplebar-track {
  background: #d3d3d3;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal {
  height: 1px;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  top: -2px;
  right: 0;
  left: 0;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 1px;
}
.l-tab__mainItem .simplebar .simplebar-scroll-content,
.l-tab__mainItem [data-simplebar-direction] .simplebar-scroll-content {
  overflow: hidden;
  overflow-y: scroll;
}
.l-tab__mainItem ::-webkit-scrollbar {
  display: none;
}
.l-tab__mainItem .simplebar-track.simplebar-horizontal {
  top: auto;
}

.l-form .wpcf7.is-active {
  display: none;
}
.l-form__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-form__desc {
  text-align: center;
  margin-top: 40px;
}
.l-form__descTxt {
  font-size: 16px;
}
.l-form__doboz {
  margin-top: 80px;
  background-color: #ffffff;
  padding: 80px 0 100px;
  border-radius: 16px;
}
.l-form__dobozWrap {
  max-width: 890px;
  margin: 0 auto;
}
.l-form__line {
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.l-form__line--top {
  align-items: flex-start;
}
.l-form__line:nth-of-type(1) {
  padding-top: 0;
}
.l-form__line:nth-of-type(6) {
  padding-bottom: 0;
}
.l-form__lineLbx {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.l-form__lineRbx {
  width: 70%;
}
.l-form__lineRbxFlx {
  display: flex;
  align-items: center;
}
.l-form__lineRbxAddressItem:not(:first-of-type) {
  margin-top: 20px;
}
.l-form__lineRbxAddressItem:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.l-form__ttl {
  font-size: 16px;
}
.l-form__req {
  color: #957e1f;
  margin-left: auto;
}
.l-form__input input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 16px;
}
.l-form__input input::-webkit-outer-spin-button, .l-form__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__input input::-moz-placeholder {
  color: #d3d3d3;
}
.l-form__input input::placeholder {
  color: #d3d3d3;
}
.l-form__input--small {
  width: 270px;
}
.l-form__textarea {
  word-break: break-all;
}
.l-form__textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 16px 24px;
  font-size: 16px;
}
.l-form__textarea textarea::-moz-placeholder {
  color: #d3d3d3;
}
.l-form__textarea textarea::placeholder {
  color: #d3d3d3;
}
.l-form__privacyCheckbox {
  text-align: center;
}
.l-form__privacyCheckbox .wpcf7-list-item {
  margin: 0;
}
.l-form__privacyCheckbox .wpcf7-list-item-label {
  line-height: 1;
  display: flex;
  align-items: center;
}
.l-form__privacyCheckbox .wpcf7-list-item-label::before {
  content: "■";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  margin-right: 10px;
  transition: 0.3s color;
  flex-shrink: 0;
}
.l-form__privacyCheckbox input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
.l-form__privacyCheckbox input::-webkit-outer-spin-button, .l-form__privacyCheckbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__privacyCheckbox input:checked ~ .wpcf7-list-item-label::before {
  color: #000000;
  transition: 0.3s color;
}
.l-form__privacyLink {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  margin-top: 20px;
  text-align: center;
}
.l-form__privacyLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-form__privacyLinkAnchor {
  text-decoration: underline !important;
}
.l-form__submit {
  margin-top: 50px;
}
.l-form__submitTag {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.l-form__submitTag input[type=submit] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #957e1f;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.l-form__submitTag input[type=submit]::-webkit-outer-spin-button, .l-form__submitTag input[type=submit]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__submitTag input[type=submit]:visited {
  text-decoration: none;
  color: #ffffff;
}
.l-form__submitTag input[type=submit]:hover {
  text-decoration: none;
}
.l-form__submitTag input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-form__submitTag .wpcf7-spinner {
  display: none;
}
.l-form__previous {
  margin-top: 80px;
}
.l-form__previousTag {
  position: relative;
  max-width: 240px;
  margin: 0 auto;
}
.l-form__previousTag:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: calc(50% + 2px);
  left: auto;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 100;
}
.l-form__previousTag input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
  width: 240px;
  height: 48px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1em;
  background-color: #000000;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
}
.l-form__previousTag input::-webkit-outer-spin-button, .l-form__previousTag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.l-form__previousTag input:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-form__previousTag .wpcf7-spinner {
  display: none;
}
.l-form__complete {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.l-form__complete.is-active {
  transition: 0.3s;
  opacity: 1;
  position: static;
  visibility: visible;
}
.l-form__completeLetter {
  text-align: left;
}
.l-form__completeLetterTit {
  font-size: 20px;
}
.l-form__completeLetterTxt {
  line-height: 1.5;
  margin-top: 10px;
}
.l-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.l-form .wpcf7-not-valid-tip {
  text-align: left;
}

/*============================
m-pagetop
============================*/
.m-pagetop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  position: fixed;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 80px;
  left: auto;
  right: 20px;
  background: url(../img/global/footer/m-pagetop.svg?20244758) no-repeat left top;
  background-size: contain;
  z-index: 999;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.m-pagetop:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*============================
m-button
============================*/
.m-button {
  display: inline-block;
}
.m-buttonLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  background-color: #957e1f;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.m-buttonLink:visited {
  text-decoration: none;
  color: #ffffff;
}
.m-buttonLink:hover {
  text-decoration: none;
}
.m-buttonLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.m-buttonLink--contact {
  box-shadow: initial;
  width: 160px;
  height: 40px;
  font-size: 16px;
  background-color: #957e1f;
  text-decoration: none;
  color: #ffffff;
}
.m-buttonLink--contact:visited {
  text-decoration: none;
  color: #ffffff;
}
.m-buttonLink--contact:hover {
  text-decoration: none;
}
.m-buttonLink--contact:before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background-image: url(../img/global/mail--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
}

/*============================
m-hide
============================*/
.m-hide--pc {
  display: none;
}

/*============================
m-tit
============================*/
.m-tit__ja {
  display: block;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.m-tit__en {
  display: block;
  font-size: 12px;
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.12em;
  color: #957e1f;
}

/*============================
m-noposts
============================*/
.m-noposts {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

/*============================
m-card
============================*/
.m-card {
  width: 250px;
  display: block;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
}
.m-card:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.m-card:hover .m-card__img img {
  transition: 0.3s;
  transform: scale(1.1);
}
.m-card--nolink {
  cursor: initial;
}
.m-card--nolink:hover {
  opacity: 1;
}
.m-card--nolink:hover .m-card__img img {
  transition: 0.3s;
  transform: initial;
}
.m-card__img {
  z-index: 1;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.m-card__img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.m-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit:cover;";
}
.m-card__img img {
  transition: 0.3s;
  border-radius: 16px;
}
.m-card__data {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-top: 10px;
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
}
.m-card__tit {
  transition: 0.3s;
  text-align: left;
  margin-top: 8px;
  letter-spacing: 0.12em;
}

/*============================
m-pagenavi
============================*/
.m-pagenavi {
  margin-top: 100px;
}
.m-pagenavi a,
.m-pagenavi span {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  backface-visibility: hidden;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #957e1f;
  opacity: 0.3;
  margin: 0 10px;
  transition: 0.3s;
}
.m-pagenavi a:hover,
.m-pagenavi span:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.m-pagenavi a:visited,
.m-pagenavi span:visited {
  text-decoration: none;
  color: #957e1f;
}
.m-pagenavi a:hover,
.m-pagenavi span:hover {
  text-decoration: none;
}
.m-pagenavi a:hover,
.m-pagenavi span:hover {
  opacity: 1;
}
.m-pagenavi a.current,
.m-pagenavi span.current {
  opacity: 1;
}

/*============================
m-swiper-button
============================*/
.m-swiper-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  cursor: pointer;
}
.m-swiper-button--next {
  display: inline-block;
  border-top: 2px solid #957e1f;
  border-right: 2px solid #957e1f;
  transform: rotate(45deg) translateY(-50%);
  right: -30px;
}
.m-swiper-button--prev {
  border-left: 2px solid #957e1f;
  border-bottom: 2px solid #957e1f;
  transform: rotate(45deg) translateY(-50%);
  left: -50px;
}

/*==========================
共通タブ用 => .js-tab
==========================*/
.js-tab__switchItem {
  cursor: pointer;
}
.js-tab__main {
  position: relative;
}
.js-tab__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tab__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tab__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tab__mainItem.is-active.has-scroll {
  display: block;
}

/*===================
タブの中のタブ => .js-tab_inr
===================*/
.js-tabInr__switchItem {
  cursor: pointer;
}
.js-tabInr__main {
  position: relative;
}
.js-tabInr__mainItem {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.js-tabInr__mainItem.has-scroll {
  display: none;
  position: static;
}
.js-tabInr__mainItem.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: auto;
}
.js-tabInr__mainItem.is-active.has-scroll {
  display: block;
}

/*==========================
共通トグル用 => .js-toggle
==========================*/
.js-toggle__switch {
  position: relative;
  cursor: pointer;
}
.js-toggle__switch::before, .js-toggle__switch::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #d3d3d3;
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
}
.js-toggle__switch::before {
  transform: translateY(-50%) rotate(0);
}
.js-toggle__switch::after {
  transition: 0.3s;
  transform: translateY(-50%) rotate(90deg);
}
.js-toggle__switch.is-active {
  transition: 0.3s;
}
.js-toggle__switch.is-active::after {
  transform: translateY(-50%) rotate(0deg);
}
.js-toggle__next {
  display: none;
}

/*==================
js-fadeIn
==================*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*==========================
共通スライダー用 => .js-slider
==========================*/
.js-slider__modulDots {
  position: relative;
}
.js-slider__modulArw {
  cursor: pointer;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

[data-simplebar] {
  position: relative;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}

.simplebar-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  direction: inherit;
}

.simplebar-offset {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: inherit !important;
  margin: 0;
  padding: 0;
  resize: none !important;
  direction: inherit !important;
}

.simplebar-content-wrapper {
  position: relative;
  display: block;
  box-sizing: border-box !important;
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  direction: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  position: relative;
  z-index: -1;
  float: left;
  overflow: hidden;
  flex-basis: 0;
  flex-grow: inherit;
  flex-shrink: 0;
  box-sizing: inherit !important;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  box-sizing: inherit;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  pointer-events: none;
  opacity: 0;
}

.simplebar-track {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  left: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  content: "";
  position: absolute;
  right: 2px;
  left: 2px;
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 7px;
  background: #000;
}

.simplebar-scrollbar.simplebar-visible:before {
  transition: opacity 0s linear;
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
  background-color: rgba(204, 204, 204, 0.1);
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 2px;
  left: 2px;
  height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  right: auto;
  left: 0;
  width: auto;
  min-width: 10px;
  height: 7px;
  min-height: 0;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  position: fixed;
  visibility: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 500px;
  height: 500px;
  opacity: 0;
  direction: rtl;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*==========================
トップ
.p-top
==========================*/
.p-top-thoughts {
  position: relative;
  padding: 100px 0;
  background-color: #fcf9f7;
}
.p-top-thoughts__wrap {
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 50px;
}
.p-top-thoughts__txt {
  text-align: left;
  font-size: 18px;
  line-height: 2.22;
}
.p-top-product {
  padding: 80px 0;
}
.p-top-product__doboz {
  position: relative;
}
.p-top-product .l-tab {
  margin-top: 40px;
}
.p-top-product .m-card {
  width: 100%;
}
.p-top-product .swiper-container__product {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.p-top-product .swiper-parts {
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
}
.p-top-product .swiper-parts .m-swiper-button--next,
.p-top-product .swiper-parts .m-swiper-button--prev {
  border-color: #363636;
}
.p-top-product .swiper-parts .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-product .swiper-parts .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.p-top-product .swiper-parts .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e5e5e5;
  height: 10px;
  width: 10px;
  transition: 0.3s;
}
.p-top-product .swiper-parts .swiper-pagination-bullet:hover {
  background-color: #957e1f;
  transition: 0.3s;
}
.p-top-product .swiper-parts .swiper-pagination-bullet-active {
  background-color: #957e1f;
}
.p-top-product .swiper-parts .swiper-button-disabled {
  display: none;
}
.p-top-product .m-button {
  margin-top: 40px;
}
.p-top-product__sale {
  border: 1px solid #957e1f;
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 60px;
  margin: 50px 0;
}
.p-top-product__saleSplit:nth-of-type(1) {
  border-right: 1px solid #d3d3d3;
}
.p-top-product__saleTit {
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-right: 56px;
}
.p-top-product__saleTxt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-left: 25px;
  text-align: left;
}
.p-top-voice {
  padding: 80px 0;
  background-image: url(../img/top/voice_bg.jpg?20244758);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.p-top-voice__inner {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 100;
}
.p-top-voice__wrap {
  margin-top: 40px;
}
.p-top-voice__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.p-top-voice__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  width: calc(50% - 22px);
  padding: 20px;
}
.p-top-voice__itemTxt {
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
.p-top-voice__txt {
  margin-top: 34px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.12em;
}
.p-top-company {
  padding: 80px 0 90px;
}
.p-top-company__data {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.p-top-company__dataImg {
  width: 45.7%;
}
.p-top-company__dataImg img {
  border-radius: 16px;
}
.p-top-company__dataList {
  width: 54.3%;
  padding-left: 4.3%;
}
.p-top-company__dataListTxt {
  text-align: left;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
}
.p-top-company__dataListTable {
  text-align: left;
  margin-top: 32px;
}
.p-top-company__dataListTable th,
.p-top-company__dataListTable td {
  padding: 18px 0;
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
}
.p-top-company__dataListTable th {
  font-weight: normal;
  width: 200px;
}
.p-top-company__dataListTable tr:first-of-type th,
.p-top-company__dataListTable tr:first-of-type td {
  border-top: 1px solid #d3d3d3;
}
.p-top-company__dataListOther {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
.p-top-company__map {
  padding-top: 80px;
}
.p-top-company__mapDoboz {
  width: 100%;
  height: 400px;
}
.p-top-company__mapDoboz iframe {
  width: 100%;
  height: 100%;
}
.p-top-company__mapTxt {
  margin-top: 20px;
  text-align: left;
}
.p-top-detailed {
  padding-bottom: 80px;
}
.p-top-detailed__tit {
  font-size: 28px;
  line-height: 2.28;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #363636;
  display: inline-block;
}
.p-top-detailed__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}
.p-top-detailed__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.p-top-detailed__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-top-detailed__itemImg {
  width: 500px;
  flex-shrink: 1;
}
.p-top-detailed__itemImg img {
  border-radius: 16px;
}
.p-top-detailed__itemTxt {
  width: 50%;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.12em;
}
.p-top-flow {
  padding: 80px 0;
  background-color: #fbf7f3;
  position: relative;
  overflow: hidden;
}
.p-top-flow__wrap {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
.p-top-flow__line {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-flow__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 44px;
  position: relative;
  z-index: 1;
}
.p-top-flow__item {
  width: calc(50% - 22px);
  background-color: #ffffff;
  border-radius: 22px;
  padding: 15px 10px 25px 30px;
  position: relative;
}
.p-top-flow__itemHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
.p-top-flow__itemHeadNum {
  font-size: 24px;
  letter-spacing: 0;
  font-family: "Antic Slab", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #957e1f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.p-top-flow__itemHeadTit {
  font-size: 20px;
  line-height: 2;
}
.p-top-flow__itemTxt {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.02em;
}
.p-top-flow__logo {
  position: absolute;
  bottom: -30px;
  right: 50px;
}
.p-top-information {
  padding: 80px 0;
}
.p-top-information__list {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
.p-top-information .l-tab {
  margin-top: 40px;
}
.p-top-information .m-card__img {
  z-index: 1;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  position: relative;
  overflow: hidden;
}
.p-top-information .m-card__img::after {
  content: "";
  display: block;
  padding-top: 72%;
}
.p-top-information .m-card__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit:cover;";
}
.p-top-information .simplebar-content {
  display: flex;
  gap: 32px;
}
.p-top-information .simplebar-content:before, .p-top-information .simplebar-content:after {
  content: none;
}
.p-top-information .m-button {
  margin-top: 40px;
}
.p-top-contact {
  padding: 120px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    padding: 0 20px;
  }
  .l-header__doboz .m-button {
    display: none;
  }
  .l-header__logo {
    top: -64px;
    width: 158px;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contact {
    display: block;
    align-self: center;
    margin-left: 20px;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    backface-visibility: hidden;
  }
  .l-header__contact:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .l-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 50px;
    left: auto;
    transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    border-radius: initial;
    background: initial;
  }
  .l-header__contactLink:before {
    content: "";
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/global/header/mail.svg);
  }
  .l-header__megamenu {
    display: none;
  }
  .l-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .l-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
  }
  .l-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    transition: 0.3s;
    background: #363636;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    transition: 0.3s;
    background-color: #363636;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: calc(100vh + 60px);
    background-color: #fcf9f7;
    position: fixed;
    top: 60px;
    left: 0;
    padding: 55px 20px;
  }
  .l-header__drwNav.is-active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    z-index: 1000001;
    overflow-y: scroll;
    padding-bottom: 150px;
  }
  .l-footer__inner {
    max-width: 100%;
    padding: 50px 0 70px;
  }
  .l-footer__dobozSplit:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
  }
  .l-footer__logo {
    width: 140px;
  }
  .l-footer__address {
    font-size: 16px;
  }
  .l-footer__gnav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    -moz-column-gap: initial;
         column-gap: initial;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  .l-footer__gnavItem {
    display: flex;
    flex-direction: column;
    width: 50%;
    border-bottom: 1px solid #ffffff;
  }
  .l-footer__gnavItem:nth-of-type(odd) {
    border-right: 1px solid #ffffff;
  }
  .l-footer__gnavLink {
    padding: 20px 0;
    font-size: 14px;
  }
  .l-footer__copy {
    margin-top: 40px;
  }
  .l-footer__copyTxt {
    font-size: 10px;
    margin-top: 0;
    justify-content: center;
  }
  .l-footer__copyTxt small {
    font-size: 10px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .l-pankuzu {
    padding: 0 20px;
    height: 30px;
    background-color: #fcf9f7;
  }
  .l-pankuzu__list {
    max-width: 100%;
    height: 100%;
    align-items: center;
  }
  .l-pankuzu__list > li {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .l-pankuzu__list > li:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #d3d3d3;
    border-right: 0;
  }
  .l-pankuzu__list > li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 1px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #fcf9f7;
    border-right: 0;
  }
  .l-pankuzu__list > li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .l-mv-top {
    height: calc(var(--vh, 1vh) * 100 - 60px);
    margin-top: 60px;
  }
  .l-mv-top .l-mv__txt img {
    max-height: 30px;
  }
  .l-mv-top .l-mv__txt {
    right: 0;
    width: 100%;
    padding: 0 40px;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .l-mv-under__img {
    max-height: initial;
    height: 160px;
  }
  .l-mv-under__img img {
    max-height: initial;
    width: 100%;
    height: 100%;
  }
  .l-mv-service {
    margin-top: 60px;
  }
  .l-mv-service__img picture {
    height: 100vw;
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
  .l-mv-service__img img {
    max-height: initial;
    height: 100%;
  }
  .l-mv-service__letterTitMain {
    font-size: 40px;
  }
  .l-mv-service__letterTitSub {
    font-size: 18px;
  }
  .l-mv-service__letterLavel {
    flex-direction: column;
    gap: 20px;
  }
  .l-footcontact__inner {
    max-width: 100%;
    padding: 55px 20px;
  }
  .l-footcontact__txt {
    margin-top: 30px;
    font-size: 16px;
  }
  .l-footcontact__doboz {
    margin-top: 35px;
  }
  .l-footcontact__doboz .m-button {
    width: 100%;
  }
  .l-footcontact__doboz .m-buttonLink {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
  .l-tab--black {
    padding: 0 20px 60px;
  }
  .l-tab__switch {
    gap: 20px;
  }
  .l-tab__mainItem .simplebar-track.simplebar-horizontal {
    bottom: -10px;
  }
  .l-form__descTxt {
    line-height: 2;
  }
  .l-form__doboz {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .l-form__dobozWrap {
    max-width: initial;
  }
  .l-form__line {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
  .l-form__lineLbx {
    width: 100%;
  }
  .l-form__lineRbx {
    width: 100%;
  }
  .l-form__input input {
    padding: 15px 20px;
  }
  .l-form__input--small {
    width: 50%;
  }
  .l-form__textarea textarea {
    padding: 14px 20px;
    height: 150px;
  }
  .l-form__privacyCheckbox .wpcf7-list-item-label {
    font-size: 14px;
    text-align: left;
  }
  .l-form__submit {
    margin-top: 30px;
  }
  .l-form__submitTag {
    max-width: 100%;
  }
  .l-form__submitTag input[type=submit] {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 30px;
  }
  .l-form__previous {
    margin-top: 30px;
  }
  .l-form__completeLetterTit {
    font-size: 16px;
  }
  .l-form__completeLetterTxt {
    font-size: 14px;
  }
  .l-form__button {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .l-form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  .m-buttonLink {
    width: 220px;
    height: 60px;
    font-size: 18px;
    border-radius: 30px;
  }
  .m-buttonLink--contact:before {
    width: 20px;
    height: 15px;
    margin-top: 5px;
  }
  .m-hide--sp {
    display: none;
  }
  .m-hide--pc {
    display: block;
  }
  .m-tit__ja {
    font-size: 24px;
  }
  .m-tit__en {
    font-size: 12px;
  }
  .m-pagenavi {
    margin-top: 40px;
  }
  .m-pagenavi a,
  .m-pagenavi span {
    font-size: 13px;
  }
  .m-swiper-button--next {
    right: 40px;
  }
  .m-swiper-button--prev {
    left: 20px;
  }
  .p-top-thoughts {
    padding: 60px 0;
  }
  .p-top-thoughts__wrap {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .p-top-thoughts__txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .p-top-product {
    padding: 60px 0;
  }
  .p-top-product__inner {
    padding: 0;
  }
  .p-top-product .swiper-container__product {
    padding: 40px 0;
  }
  .p-top-product .m-button {
    width: 100%;
    padding: 0 20px;
    margin-top: 35px;
  }
  .p-top-product .m-buttonLink {
    width: 100%;
  }
  .p-top-product__sale {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin: 40px 20px 0 20px;
  }
  .p-top-product__saleSplit:nth-of-type(1) {
    border-right: initial;
    align-self: center;
    border-bottom: 1px solid #d3d3d3;
  }
  .p-top-product__saleSplit:nth-of-type(2) {
    margin-top: 20px;
  }
  .p-top-product__saleTit {
    font-size: 24px;
    padding-right: 0;
  }
  .p-top-product__saleTxt {
    font-size: 16px;
    margin-left: 0;
  }
  .p-top-voice {
    background-image: url(../img/top/sp-voice_bg.jpg?20244758);
    padding: 60px 20px;
  }
  .p-top-voice__inner {
    max-width: initial;
    padding: 0;
  }
  .p-top-voice__list {
    flex-direction: column;
  }
  .p-top-voice__item {
    width: 100%;
  }
  .p-top-voice__itemTxt {
    font-size: 18px;
  }
  .p-top-voice__txt {
    font-size: 18px;
    margin-top: 24px;
  }
  .p-top-company {
    padding: 60px 0;
  }
  .p-top-company__data {
    display: block;
    margin-top: 30px;
  }
  .p-top-company__dataImg {
    width: 100%;
  }
  .p-top-company__dataList {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .p-top-company__dataListTable {
    display: block;
  }
  .p-top-company__dataListTable tbody {
    display: block;
  }
  .p-top-company__dataListTable th,
  .p-top-company__dataListTable td {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .p-top-company__dataListTable th {
    width: 100%;
  }
  .p-top-company__dataListTable td {
    margin-top: 10px;
    letter-spacing: 0.06em;
  }
  .p-top-company__dataListTable tr {
    display: block;
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0;
  }
  .p-top-company__dataListTable tr:first-of-type {
    border-top: 1px solid #d3d3d3;
  }
  .p-top-company__dataListTable tr:first-of-type th,
  .p-top-company__dataListTable tr:first-of-type td {
    border-top: none;
  }
  .p-top-company__mapDoboz {
    height: 240px;
  }
  .p-top-company__mapTxt {
    margin-top: 15px;
  }
  .p-top-detailed {
    padding-bottom: 60px;
  }
  .p-top-detailed__tit {
    font-size: 20px;
  }
  .p-top-detailed__list {
    gap: 35px;
    margin-top: 40px;
  }
  .p-top-detailed__item {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .p-top-detailed__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .p-top-detailed__itemImg {
    width: 100%;
  }
  .p-top-detailed__itemTxt {
    width: 100%;
  }
  .p-top-flow {
    padding: 60px 0;
  }
  .p-top-flow__line {
    background-color: #e5e5e5;
    top: 50%;
    height: 100%;
    width: 1px;
  }
  .p-top-flow__line img {
    display: none;
  }
  .p-top-flow__list {
    flex-direction: column;
  }
  .p-top-flow__item {
    width: 100%;
    padding: 20px;
  }
  .p-top-flow__itemHead {
    justify-content: center;
    gap: initial;
  }
  .p-top-flow__itemHeadNum {
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .p-top-flow__itemHeadTit {
    font-size: 18px;
    line-height: 1.55;
  }
  .p-top-flow__logo {
    bottom: -20px;
    right: -20px;
  }
  .p-top-information {
    padding: 60px 0;
  }
  .p-top-information__inner {
    padding-right: 0;
  }
  .p-top-information .m-tit,
  .p-top-information .m-button {
    padding-right: 20px;
  }
  .p-top-information__list {
    gap: initial;
    margin-top: 30px;
  }
  .p-top-information__listItem {
    padding-right: 20px;
  }
  .p-top-information .simplebar-content {
    display: flex;
    gap: initial;
  }
  .p-top-information .simplebar-content:before, .p-top-information .simplebar-content:after {
    content: "";
  }
  .p-top-information .m-button {
    margin-top: 40px;
    width: 100%;
  }
  .p-top-information .m-buttonLink {
    width: 100%;
    font-size: 18px;
  }
  .p-top-contact {
    padding: 60px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1290px) {
  .l-header {
    height: 60px;
  }
  .l-header__doboz .m-button {
    display: none;
  }
  .l-header__gnav {
    display: none;
  }
  .l-header__tel {
    display: none;
  }
  .l-header__contact {
    display: block;
    align-self: center;
    margin-left: 20px;
    opacity: 1;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    backface-visibility: hidden;
  }
  .l-header__contact:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .l-header__contactLink {
    position: fixed;
    z-index: 1000001;
    top: 50%;
    right: 50px;
    left: auto;
    transform: translateY(-50%);
    display: block;
    font-size: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    border-radius: initial;
    background: initial;
  }
  .l-header__contactLink:before {
    content: "";
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-image: url(../img/global/header/mail.svg);
  }
  .l-header__megamenu {
    display: none;
  }
  .l-header__hmb {
    position: fixed;
    z-index: 1000001;
    top: 17%;
    right: 20px;
    left: auto;
    display: block;
    width: 20px;
    height: 18px;
  }
  .l-header__hmbButton {
    position: relative;
    width: 100%;
    height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
  }
  .l-header__hmbButton > div {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 2px;
    transition: 0.3s;
    background: #363636;
  }
  .l-header__hmbButton > div:nth-of-type(1) {
    transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton > div:nth-of-type(3) {
    top: 70%;
    transform: translate(-50%, 0) rotate(0deg);
  }
  .l-header__hmbButton.is-active > div {
    transition: 0.3s;
    background-color: #363636;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .l-header__hmbButton.is-active > div:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hmbButton.is-active > div:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .l-header__drwNav {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: calc(100vh + 60px);
    background-color: #fcf9f7;
    position: fixed;
    top: 60px;
    left: 0;
    padding: 120px 20px 55px;
  }
  .l-header__drwNav.is-active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    z-index: 1000001;
    overflow-y: scroll;
    padding-bottom: 200px;
  }
  .l-mv-under {
    margin-top: 60px;
  }
  .m-swiper-button--next {
    right: 0;
  }
  .m-swiper-button--prev {
    left: -20px;
  }
  .p-top-company__dataListTable th {
    width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .l-mv-service {
    margin-top: 60px;
  }
  .l-mv-service__img picture {
    height: 100vw;
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
  .l-mv-service__img img {
    max-height: initial;
    height: 100%;
  }
  .l-tab__mainItem .simplebar-track.simplebar-horizontal {
    bottom: -20px;
  }
  .l-form__doboz {
    padding: 80px 20px 100px;
  }
  .l-form__dobozWrap {
    max-width: initial;
  }
  .l-form__line {
    flex-direction: column;
  }
  .l-form__lineLbx {
    width: 100%;
  }
  .l-form__lineRbx {
    width: 100%;
  }
  .p-top-flow__line {
    background-color: #e5e5e5;
    top: 50%;
    height: 100%;
    width: 1px;
  }
  .p-top-flow__line img {
    display: none;
  }
  .p-top-flow__list {
    flex-direction: column;
  }
  .p-top-flow__item {
    width: 100%;
    padding: 20px;
  }
  .p-top-flow__itemHead {
    justify-content: center;
    gap: initial;
  }
  .p-top-flow__itemHeadNum {
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .p-top-flow__itemHeadTit {
    font-size: 18px;
    line-height: 1.55;
  }
  .p-top-flow__logo {
    bottom: -20px;
    right: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .p-top-product__sale {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .p-top-product__saleSplit:nth-of-type(1) {
    border-right: initial;
    align-self: center;
    border-bottom: 1px solid #d3d3d3;
  }
  .p-top-product__saleSplit:nth-of-type(2) {
    margin-top: 20px;
  }
}
