@charset "UTF-8";
@font-face {
  font-family: 'sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/notosans/NotoSansJP-Light.otf");
  src: url("../fonts/notosans/NotoSansJP-Light.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/notosans/NotoSansJP-Regular.otf");
  src: url("../fonts/notosans/NotoSansJP-Regular.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/notosans/NotoSansJP-Medium.otf");
  src: url("../fonts/notosans/NotoSansJP-Medium.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/notosans/NotoSansJP-Bold.otf");
  src: url("../fonts/notosans/NotoSansJP-Bold.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'sans';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/notosans/NotoSansJP-Regular.otf");
  src: url("../fonts/notosans/NotoSansJP-Regular.woff2") format("woff"), url("../fonts/notosans/NotoSansJP-Regular.ttf") format("truetype"); }
.sans {
  font-family: 'sans', sans-serif; }

.gothic {
  font-family: "sans", sans-serif !important; }

.arial {
  font-family: Arial, "sans", sans-serif !important; }

.montserrat {
  font-family: "Montserrat", sans-serif !important; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 750px) {
    html {
      font-size: 1.33333vw; } }
  html * {
    box-sizing: border-box; }

body {
  font-family: "sans", sans-serif;
  color: #1a1311; }

a {
  color: inherit; }

p,
a,
li,
dd,
dt,
th,
td {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 750px) {
    p,
    a,
    li,
    dd,
    dt,
    th,
    td {
      font-size: calc(1.6rem * 1.75);
      line-height: 1.8;
      letter-spacing: 0.02em; } }

.lwrap {
  width: 100%;
  max-width: 1130px;
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.lead {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center; }

img {
  max-width: 100%; }

.fadein {
  opacity: 0;
  transition: opacity 1s; }
  .fadein.active {
    opacity: 1; }

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #707070;
  padding: 3.7rem 4rem;
  z-index: 100; }
  .header_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header_logo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4rem; }
    .header_logo svg {
      width: 16.8rem;
      height: 4rem; }
    .header_logo a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease;
      line-height: 1; }
      .header_logo a:hover {
        opacity: 0.8; }
    .header_logo img {
      height: 4rem; }

@media screen and (max-width: 750px) {
  .header {
    padding: 5rem 3rem 3.5rem; }
    .header_logo {
      height: 5rem; }
      .header_logo svg {
        width: 21rem;
        height: 5rem; }
      .header_logo img {
        height: 5rem; } }
.header_trigger {
  position: relative;
  width: 2.2rem;
  height: 1.5rem;
  z-index: 999;
  background-color: transparent;
  cursor: pointer; }
  .header_trigger span {
    position: absolute;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    width: 2rem;
    height: 2px;
    background-color: #1a1311;
    transition: all 0.3s; }
    .header_trigger span:nth-of-type(1) {
      top: 0; }
    .header_trigger span:nth-of-type(2) {
      top: 50%;
      transform: translate(-50%, -50%); }
    .header_trigger span:nth-of-type(3) {
      bottom: 0; }
  .header_trigger.active span:nth-of-type(1) {
    transform: translate(-50%, 0.65rem) rotate(-45deg);
    transition: transform 0.3s ease; }
  .header_trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .header_trigger.active span:nth-of-type(3) {
    transform: translate(-50%, -0.65rem) rotate(45deg);
    transition: transform 0.3s ease; }

@media screen and (max-width: 750px) {
  .header_trigger {
    width: 6.5rem;
    height: 4.5rem; }
    .header_trigger span {
      width: 6.5rem;
      height: 0.5rem; }
    .header_trigger.active span:nth-of-type(1) {
      transform: translate(-50%, 2rem) rotate(45deg);
      transition: transform 0.3s ease; }
    .header_trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .header_trigger.active span:nth-of-type(3) {
      transform: translate(-50%, -2rem) rotate(-45deg);
      transition: transform 0.3s ease; } }
.l-header__nav.is-active .l-header__trigger__wrapper {
  opacity: 1; }

.header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem; }
  .header_nav_link {
    transition: all 0.3s ease; }
    .header_nav_link:hover {
      opacity: 0.8; }

@media screen and (max-width: 750px) {
  .header_nav {
    display: none; } }
.footer {
  padding-top: 4rem;
  padding-bottom: 7rem; }
  .footer_main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem 7rem;
    margin-bottom: 3rem; }
  .footer_logo {
    transition: all 0.3s ease; }
    .footer_logo:hover {
      opacity: 0.8; }

@media screen and (max-width: 750px) {
  .footer {
    padding-top: 7rem; }
    .footer_main {
      flex-direction: column;
      margin-bottom: 3rem; }
    .footer_logo img {
      width: 30rem; } }
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem; }
  .footer_nav_link {
    transition: all 0.3s ease; }
    .footer_nav_link:hover {
      opacity: 0.8; }
    .footer_nav_link i {
      font-size: 3rem; }

@media screen and (max-width: 750px) {
  .footer_nav {
    gap: 7rem; }
    .footer_nav_link i {
      font-size: 4rem; } }
.footer_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem; }
  .footer_detail_link {
    font-size: 2.4rem; }

.gnav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 30vw;
  min-width: 40rem;
  height: 100%;
  background-color: #ded4c8;
  padding: 15rem 6.4rem 6.4rem;
  transition: all 0.3s ease;
  overflow: auto; }
  .gnav.active {
    left: 0; }
  .gnav_menu {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem; }
    .gnav_menu_link {
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
  .gnav_submenu {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 7rem; }
    .gnav_submenu_link {
      font-size: 2.4rem;
      font-weight: 400;
      text-decoration: none; }
  .gnav_sns {
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
    .gnav_sns_link {
      font-size: 4rem;
      text-decoration: none; }

@media screen and (max-width: 750px) {
  .gnav {
    width: 100%;
    padding: 17rem 5rem 5rem; }
    .gnav_menu {
      width: 40%;
      margin: 0 auto 3rem;
      gap: 4.5rem; }
      .gnav_menu_link {
        font-size: 3.2rem; }
    .gnav_submenu {
      width: 40%;
      margin: 0 auto 5.6rem; }
      .gnav_submenu_item {
        padding-left: 1rem; }
      .gnav_submenu_link {
        font-size: 2.8rem;
        font-weight: 400;
        text-decoration: none;
        white-space: nowrap; }
    .gnav_sns {
      width: 38rem;
      margin: 0 auto; }
      .gnav_sns_link {
        font-size: 4.5rem; } }
.btn {
  display: inline-flex;
  flex-direction: column;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #1a1311;
  text-align: center;
  width: 100%;
  max-width: 442px;
  padding: 2.5rem 1rem;
  transition: opacity 0.3s ease;
  cursor: pointer;
  outline: none;
  border: none;
  align-items: center; }
  .btn:hover {
    opacity: 0.8; }
  .btn:disabled {
    background-color: #E3E0E0; }
    .btn:disabled:hover {
      opacity: 1;
      cursor: no-drop; }

@media screen and (max-width: 750px) {
  .btn {
    font-size: 4.8rem;
    max-width: none; } }
.btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem 2rem; }

.fixed-btns {
  position: fixed;
  top: 30%;
  right: -10rem;
  display: grid;
  gap: 1rem;
  z-index: 1;
  transition: all 0.6s ease; }
  .fixed-btns.active {
    right: 0;
    transition: all 0.3s ease; }
  .fixed-btns_link {
    position: relative;
    font-size: 2.7rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    letter-spacing: -.5em;
    background-color: #fff;
    border: solid 2px #000;
    padding: 3rem 2.5rem 0;
    margin-bottom: 1rem;
    margin-right: 1rem;
    writing-mode: tb-rl;
    transition: all 0.3s ease;
    min-height: 23.2rem; }
    .fixed-btns_link.no2 {
      letter-spacing: -.45em;
      padding-top: 5rem; }
    .fixed-btns_link::before {
      content: "";
      position: absolute;
      top: 1rem;
      right: -1rem;
      width: 100%;
      height: 100%;
      background-color: #000;
      z-index: -1; }
    .fixed-btns_link:hover {
      color: #fff;
      background-color: #000; }

/* safari ハック
*************************/
::-webkit-full-page-media, :future, :root .fixed-btns_link {
  font-family: sans-serif;
  letter-spacing: .02em; }

::-webkit-full-page-media, :future, :root .fixed-btns_link.no2 {
  padding-top: 5.8rem; }

/* firefox ハック
*************************/
@-moz-document url-prefix() {
  .fixed-btns_link {
    font-family: sans-serif;
    letter-spacing: .02em; }
    .fixed-btns_link.no2 {
      letter-spacing: .02em;
      padding-top: 5.8rem; } }
.title {
  font-family: "Montserrat", sans-serif;
  font-size: 9rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5rem; }

@media screen and (max-width: 750px) {
  .title {
    font-size: 7rem;
    margin-bottom: 3rem; } }
.media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .media_wrap {
    display: grid;
    gap: 14rem; }
    .media_wrap .media:nth-child(even) {
      flex-direction: row; }
      .media_wrap .media:nth-child(even) .media_content {
        padding: 6rem 7% 6rem 5%; }
    .media_wrap .media:nth-child(odd) {
      flex-direction: row-reverse; }
      .media_wrap .media:nth-child(odd) .media_content {
        padding: 6rem 5% 6rem 7%; }
  .media_img {
    width: 45%; }
    .media_img img {
      width: 100%; }
  .media_content {
    width: 55%; }
    .media_content.yellow {
      background-color: rgba(225, 225, 67, 0.58); }
    .media_content.orange {
      background-color: rgba(225, 152, 67, 0.58); }
    .media_content.green {
      background-color: rgba(176, 199, 132, 0.58); }
    .media_content.blue {
      background-color: rgba(112, 152, 170, 0.58); }
  .media_ttl {
    position: relative;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 4rem; }
    .media_ttl::before {
      content: attr(subtext);
      letter-spacing: .035em;
      position: absolute;
      bottom: calc(100% + 2rem);
      left: 0;
      font-size: 8rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      white-space: nowrap; }
  .media_txt {
    font-size: 2.4rem;
    line-height: 2;
    margin-left: 1rem; }

@media (min-width: 1025px) and (max-width: 1560px) {
  .media_ttl::before {
    font-size: 5vw; } }
@media screen and (max-width: 1024px) {
  .media {
    gap: 3rem; }
    .media_wrap {
      gap: 13rem; }
      .media_wrap .media:nth-child(even) {
        flex-direction: column-reverse; }
        .media_wrap .media:nth-child(even) .media_content {
          padding: 4rem 7% 4rem 8%;
          margin-left: auto;
          margin-right: 0; }
      .media_wrap .media:nth-child(odd) {
        flex-direction: column-reverse; }
        .media_wrap .media:nth-child(odd) .media_content {
          padding: 4rem 8% 4rem 7%;
          margin-left: 0;
          margin-right: auto; }
    .media_img {
      width: 86%;
      margin-left: auto;
      margin-right: auto; }
    .media_content {
      width: 86%; }
    .media_ttl {
      margin-bottom: 2rem; }
      .media_ttl::before {
        bottom: calc(100% + 1rem);
        font-size: 5.4rem; }
    .media_txt {
      font-size: 2.4rem;
      line-height: 2;
      margin-left: 0; } }
.slick-dots {
  position: unset;
  bottom: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem; }
  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0; }
    .slick-dots li button {
      width: 1rem;
      height: 1rem;
      background-color: #ccc;
      border-radius: 100%;
      margin: 0; }
      .slick-dots li button::before {
        content: none; }
    .slick-dots li.slick-active button {
      background-color: #554733; }

@media screen and (max-width: 750px) {
  .slick-dots {
    gap: 2.5rem;
    margin-top: 3.5rem; }
    .slick-dots li button {
      width: 2.5rem;
      height: 2.5rem; } }
.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  z-index: 1; }
  .slick-prev::before,
  .slick-next::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 3rem;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/icon_arrow.svg);
    background-repeat: no-repeat; }

.slick-prev::before {
  transform: rotate(180deg); }

@media screen and (max-width: 750px) {
  .slick-prev::before,
  .slick-next::before {
    width: 3rem;
    height: 6rem; } }
.flex {
  display: flex; }
  .flex.col-2 {
    flex-wrap: wrap; }
    .flex.col-2 .item {
      width: 48%;
      margin-right: 4%; }
      .flex.col-2 .item:nth-child(2n) {
        margin-right: 0; }
  .flex.col-3 {
    flex-wrap: wrap; }
    .flex.col-3 .item {
      width: 32%;
      margin-right: 2%; }
      .flex.col-3 .item:nth-child(3n) {
        margin-right: 0; }
  .flex.col-4 {
    flex-wrap: wrap; }
    .flex.col-4 .item {
      width: 23.5%;
      margin-right: 2%; }
      .flex.col-4 .item:nth-child(4n) {
        margin-right: 0; }
  .flex.col-5 {
    flex-wrap: wrap; }
    .flex.col-5 .item {
      width: 18.4%;
      margin-right: 2%; }
      .flex.col-5 .item:nth-child(5n) {
        margin-right: 0; }

.mv {
  text-align: center;
  padding-bottom: 10rem; }
  .mv .lwrap {
    margin-top: 7rem;
    min-height: 15rem; }
    .mv .lwrap.comp {
      min-height: inherit; }
  .mv_main {
    opacity: 0;
    margin-bottom: 8rem;
    position: relative;
    bottom: -3rem;
    transition: 1s; }
    .mv_main img {
      width: 104rem; }
    .mv_main.active {
      opacity: 1;
      bottom: 0; }
  .mv_txt {
    opacity: 0;
    max-width: 53.5rem;
    margin: auto;
    position: relative;
    bottom: -3rem;
    transition: 1s; }
    .mv_txt.active {
      opacity: 1;
      bottom: 0; }
  .mv_logo {
    opacity: 0;
    max-width: 40.6rem;
    margin: auto;
    transition: 1s;
    position: relative;
    bottom: -3rem; }
    .mv_logo.active {
      opacity: 1;
      bottom: 0; }

@media screen and (max-width: 750px) {
  .mv {
    padding-bottom: 17.5rem; }
    .mv_main, .mv_logo {
      margin-left: auto;
      margin-right: auto; }
    .mv .lwrap {
      margin-top: 14.4rem;
      min-height: 60rem; }
      .mv .lwrap.comp {
        min-height: inherit; }
    .mv_main {
      max-width: 67rem;
      margin-bottom: 8rem; }
    .mv_txt {
      width: 46.5rem; }
    .mv_logo {
      width: 44rem;
      max-width: inherit; } }
.intro {
  position: relative;
  padding: 8rem 1.5rem 10rem; }
  .intro_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .intro_bg_item {
      height: 100%;
      overflow: hidden; }
      .intro_bg_item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .intro .slick-list, .intro .slick-track {
    height: 100%; }
  .intro_inner {
    position: relative;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.42);
    text-align: center;
    width: fit-content;
    max-width: 76rem;
    padding: 6rem 2rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 1; }
  .intro_ttl {
    font-size: 4rem;
    margin-bottom: 2rem; }
  .intro_txt {
    font-size: 2.4rem; }
    .intro_txt:not(:last-child) {
      margin-bottom: 1.5em; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
.add-animation {
  animation: zoomUp 10s linear 0s normal both; }

@media screen and (max-width: 750px) {
  .intro {
    padding: 7rem 3.5rem 6rem; }
    .intro_inner {
      width: auto;
      padding: 8rem 3.5rem; }
    .intro_ttl {
      font-size: 3.6rem;
      margin-bottom: 3.8rem; }
    .intro_txt {
      font-size: 2.2rem;
      line-height: 1.8; }
      .intro_txt:not(:last-child) {
        margin-bottom: 4rem; } }
.concept {
  padding-top: 16rem;
  padding-bottom: 10rem; }
  .concept .lead {
    line-height: 2.3; }

@media (min-width: 751px) and (max-width: 1680px) {
  .concept .lead {
    font-size: 1.42vw; } }
@media screen and (max-width: 750px) {
  .concept {
    padding-top: 13rem;
    padding-bottom: 10rem; }
    .concept .title {
      font-size: 8rem; }
    .concept .lead {
      font-size: 2.6rem;
      line-height: 1.86;
      text-align: start;
      padding-left: 3rem; } }
.concept_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1; }
  .concept_top_left {
    width: 23%; }
    .concept_top_left img {
      display: block;
      width: 100%;
      max-width: 42rem;
      margin: 60% auto 0 0; }
  .concept_top_main {
    width: 50%;
    max-width: 84rem;
    margin: 0 auto; }
  .concept_top_right {
    width: 23%; }
    .concept_top_right img {
      display: block;
      width: 100%;
      max-width: 44rem;
      margin: 2rem 0 0 auto; }

@media (min-width: 1025px) and (max-width: 1600px) {
  .concept_top_left {
    display: flex;
    align-items: flex-end; }
    .concept_top_left img {
      display: block;
      width: 100%;
      max-width: 42rem;
      margin: 60% auto 0 0; }
  .concept_top_right img {
    display: block;
    width: 100%;
    max-width: 44rem;
    margin: 2rem 0 0 auto; } }
@media screen and (max-width: 1024px) {
  .concept_top {
    flex-direction: column-reverse;
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .concept_top_left {
      width: 42%;
      margin-left: 3%; }
      .concept_top_left img {
        margin: 27% auto 0 0; }
    .concept_top_main {
      width: 100%; }
    .concept_top_right {
      display: none; } }
@media screen and (max-width: 750px) {
  .concept_top {
    padding-left: 3rem; }
    .concept_top_left {
      width: 48%; } }
.concept_bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -4rem; }
  .concept_bottom_left {
    width: 50%; }
    .concept_bottom_left img {
      display: block;
      width: 100%;
      max-width: 78rem;
      margin: 0 0 0 auto; }
  .concept_bottom_right {
    width: 50%; }
    .concept_bottom_right img {
      display: block;
      width: 100%;
      max-width: 58rem;
      margin: -8rem 13% 0 auto; }

@media (min-width: 1025px) and (max-width: 1600px) {
  .concept_bottom {
    margin-top: 0; }
    .concept_bottom_left img {
      width: 86%; }
    .concept_bottom_right img {
      width: 70%; } }
@media screen and (max-width: 1024px) {
  .concept_bottom {
    margin-top: -3rem; }
    .concept_bottom_left {
      width: 100%; }
      .concept_bottom_left img {
        display: block;
        width: 72%;
        margin: 0 6% 0 auto; }
    .concept_bottom_right {
      display: none; } }
@media screen and (max-width: 750px) {
  .concept_bottom {
    margin-top: -8rem; }
    .concept_bottom_left img {
      width: 71%; } }
.policy {
  padding-top: 8rem;
  padding-bottom: 18rem;
  background-position: center center;
  background-size: cover;
  background-image: url(../image/bg_policy.webp);
  background-repeat: no-repeat; }

@media screen and (max-width: 1024px) {
  .policy {
    padding-bottom: 8rem; } }
@media screen and (max-width: 750px) {
  .policy {
    padding-bottom: 2rem; } }
.policy_media01 {
  position: relative;
  align-items: flex-start;
  z-index: 1; }
  .policy_media01_after-img {
    position: relative;
    width: 38vw;
    height: 38vw;
    margin: -12% auto 0;
    z-index: 0; }
  .policy_media01 .media_img {
    padding-left: 7%; }
  .policy_media01 .media_content {
    position: relative;
    z-index: 1; }

@media screen and (max-width: 1024px) {
  .policy_media01 {
    padding-bottom: 30rem; }
    .policy_media01_after-img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 58vw;
      height: 58vw; }
    .policy_media01 .media_img {
      width: 58%;
      margin-left: auto;
      margin-right: 0;
      padding-left: 0; } }
.policy_media02 {
  position: relative;
  align-items: flex-start;
  margin-top: -4rem;
  margin-bottom: 9rem; }
  .policy_media02 .media_img {
    position: relative;
    padding-right: 7%; }
    .policy_media02 .media_img img {
      position: relative;
      display: block;
      width: 90%;
      margin-top: 15%; }
    .policy_media02 .media_img::after {
      content: "";
      position: absolute;
      top: 0;
      right: 14%;
      display: inline-block;
      vertical-align: middle;
      width: 19vw;
      height: 17vw;
      background-position: center center;
      background-size: contain;
      background-image: url(../image/img_policy03.webp);
      background-repeat: no-repeat;
      margin: -12% auto 0; }
  .policy_media02 .media_content {
    position: relative;
    width: 52%;
    padding: 7rem 4% 10rem 3% !important; }
    .policy_media02 .media_content::after {
      content: "";
      position: absolute;
      top: 110%;
      right: 5%;
      display: inline-block;
      vertical-align: middle;
      width: 24vw;
      height: 20vw;
      background-position: center center;
      background-size: contain;
      background-image: url(../image/img_policy04.webp);
      background-repeat: no-repeat;
      margin: -12% auto 0; }

@media screen and (max-width: 1024px) {
  .policy_media02 {
    margin-bottom: 4rem; }
    .policy_media02 .media_img {
      width: 85%;
      padding-bottom: 57%;
      padding-right: 0;
      margin-left: 7%; }
      .policy_media02 .media_img img {
        margin-top: 30%; }
      .policy_media02 .media_img::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: -9%;
        display: inline-block;
        vertical-align: middle;
        width: 58vw;
        height: 46vw;
        background-position: center center;
        background-size: contain;
        background-image: url(../image/img_policy04.webp);
        background-repeat: no-repeat;
        margin: -12% auto 0; }
      .policy_media02 .media_img::after {
        top: 0;
        right: 0;
        width: 42vw;
        height: 38vw;
        margin: 0; }
    .policy_media02 .media_content {
      width: 86%;
      padding: 3rem 8% 3rem 7% !important; }
      .policy_media02 .media_content::after {
        content: none; }
    .policy_media02 .title {
      margin-bottom: 3rem; } }
.policy_media03 .media_img {
  width: 43%;
  margin-left: 0;
  margin-right: auto; }

@media screen and (max-width: 1024px) {
  .policy_media03 .media_img {
    width: 86%;
    margin-left: auto; } }
@media screen and (max-width: 750px) {
  .policy_media03 {
    gap: 6rem; } }
.policy_media04 .media_img {
  width: 46%;
  margin-left: auto;
  margin-right: 0; }
.policy_media04 .media_content {
  width: 51%; }

@media screen and (max-width: 1024px) {
  .policy_media04 .media_img {
    width: 86%;
    margin-right: auto; }
  .policy_media04 .media_content {
    width: 86%; } }
@media screen and (max-width: 750px) {
  .policy_media04 {
    gap: 6rem; } }
.plan {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .plan .title {
    margin-bottom: 1rem; }
  .plan .lead {
    margin-bottom: 3rem; }
  .plan_item {
    cursor: pointer;
    transition: .3s; }
    .plan_item:hover {
      opacity: .8; }
  .plan_item_inner {
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem; }
  .plan_img {
    aspect-ratio: 4/3;
    margin: 0 auto;
    object-fit: contain; }
  .plan_ttl {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 10rem);
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background-color: #707070;
    text-align: end;
    padding: 1rem 2rem;
    transform: translateX(-50%); }
  .plan .slick-list {
    overflow: inherit;
    overflow-x: hidden; }
  .plan .slick-prev {
    left: 30%; }
  .plan .slick-next {
    right: 30%; }

@media (min-width: 751px) and (max-width: 1024px) {
  .plan_item_inner {
    padding: 0 3%; }

  .plan_ttl {
    width: calc(100% - 6%); } }
@media screen and (max-width: 750px) {
  .plan .title {
    margin-bottom: 4rem; }
  .plan .lead {
    font-size: 2.6rem;
    margin-bottom: 5.2rem; }
  .plan_item_inner {
    padding-left: 0;
    padding-right: 0; }
  .plan_img {
    width: 100%;
    aspect-ratio: 3/2.3;
    object-fit: cover; }
  .plan_ttl {
    width: 100%;
    font-size: 3rem; }
  .plan .slick-prev {
    left: 5%; }
  .plan .slick-next {
    right: 5%; } }
.mfp-content {
  max-width: 82rem;
  margin: auto; }

.option {
  background-color: #f4f4f4;
  padding-top: 13rem;
  padding-bottom: 18rem; }
  .option .lwrap {
    max-width: 1230px; }
  .option .title {
    margin-bottom: 8rem; }
  .option_contents:not(:last-child) {
    margin-bottom: 12rem; }
  .option_ttl {
    font-family: "Montserrat", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  .option_lead {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3rem; }
  .option_list {
    display: grid;
    row-gap: 6rem; }
  .option_list_item {
    display: flex;
    background-color: #fff;
    border: solid 1px #707070; }
  .option_list_item_img {
    position: relative;
    width: 38.5%; }
  .option_list_item_content {
    width: 61.5%;
    padding: 4rem 3rem; }
  .option_list_item_content_ttl {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 3rem; }
  .option_list_item_content_txt {
    font-size: 2rem; }

@media screen and (max-width: 750px) {
  .option {
    background-color: unset;
    padding-top: 5rem;
    padding-bottom: 10rem; }
    .option .lwrap {
      padding: 0 6rem; }
    .option .title {
      margin-bottom: 8.5rem; }
    .option_contents:not(:last-child) {
      margin-bottom: 12rem; }
    .option_ttl {
      font-size: 5.2rem;
      margin-bottom: 1rem; }
    .option_lead {
      font-size: 3.2rem;
      margin-bottom: 2rem; }
    .option_list {
      display: grid;
      gap: 7rem; }
    .option_list_item {
      flex-direction: column; }
    .option_list_item_img {
      width: 100%; }
    .option_list_item_content {
      width: 100%;
      padding: 1rem 4rem; }
    .option_list_item_content_ttl {
      font-size: 3.8rem;
      margin-bottom: 3rem; }
    .option_list_item_content_txt {
      font-size: 2.4rem; } }
.option_list_item.no01 .option_list_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.option_list_item.no01 .option_list_item_content {
  padding: 3rem 3rem 1rem 2rem; }
.option_list_item.no01 .option_list_item_content_ttl {
  margin-bottom: 1rem; }

@media screen and (max-width: 750px) {
  .option_list_item.no01 .option_list_item_content {
    padding: 1rem 4rem 4rem; } }
.option_list_item.no02 .option_list_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 750px) {
  .option_list_item.no02 .option_list_item_img {
    height: 45rem; }
    .option_list_item.no02 .option_list_item_img img {
      width: 90%; }
  .option_list_item.no02 .option_list_item_content_ttl {
    margin-bottom: 2rem; } }
.option_list_item.no03 {
  margin-top: 2rem; }
  .option_list_item.no03 .option_list_item_img img {
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .option_list_item.no03 .option_list_item_content {
    padding: 4rem 3rem 4rem 2rem; }
  .option_list_item.no03 .option_list_item_content_ttl {
    margin-bottom: 1rem; }

@media screen and (max-width: 750px) {
  .option_list_item.no03 {
    margin-top: 5rem; }
    .option_list_item.no03 .option_list_item_img {
      height: 43rem; }
      .option_list_item.no03 .option_list_item_img img {
        top: 46%;
        left: 50%;
        width: 55%; }
    .option_list_item.no03 .option_list_item_content {
      padding: 4rem 4rem; }
    .option_list_item.no03 .option_list_item_content_ttl {
      margin-bottom: 2rem; } }
.gallery {
  padding-top: 11rem;
  padding-bottom: 9rem; }
  .gallery .title {
    margin-bottom: 8rem; }
  .gallery_item {
    position: relative; }
    .gallery_item img {
      display: block;
      width: 100%;
      aspect-ratio: 6/4.5;
      object-fit: cover; }
    .gallery_item:not(.slick-active)::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5); }
  .gallery .slick-prev::before, .gallery .slick-next::before {
    background-image: url(../image/icon_arrow-white.svg); }
  .gallery .slick-prev {
    left: 25%; }
  .gallery .slick-next {
    right: 25%; }

@media screen and (max-width: 750px) {
  .gallery {
    padding-top: 7rem;
    padding-bottom: 7rem; }
    .gallery .title {
      margin-bottom: 5rem; }
    .gallery_item img {
      display: block;
      width: 100%;
      aspect-ratio: 6/4.5;
      object-fit: cover; }
    .gallery .slick-prev {
      left: 3%; }
    .gallery .slick-next {
      right: 3%; } }
.shoplist {
  padding-top: 12rem;
  padding-bottom: 16rem; }
  .shoplist .lwrap {
    max-width: 1462px;
    padding-left: 16px;
    padding-right: 16px; }
  .shoplist .title {
    margin-bottom: 11rem; }
  .shoplist_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4.5rem 0;
    margin-bottom: 17rem; }
  .shoplist_list_item {
    width: calc(50% - 3.5rem); }

@media screen and (max-width: 750px) {
  .shoplist {
    padding-top: 6rem;
    padding-bottom: 10rem; }
    .shoplist .lwrap {
      padding-left: 5rem;
      padding-right: 5rem; }
    .shoplist .title {
      margin-bottom: 18rem; }
    .shoplist_list {
      flex-direction: column;
      gap: 7rem;
      margin-bottom: 17rem; }
    .shoplist_list_item {
      display: grid;
      gap: 4rem;
      width: 100%; } }
.shoplist_accordion_ttl {
  position: relative;
  font-size: 2.7rem;
  font-weight: 700;
  padding-bottom: 1.3rem;
  border-bottom: solid 1px #707070;
  cursor: pointer; }
  .shoplist_accordion_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 1rem;
    background-position: center center;
    background-size: contain;
    background-image: url(../image/icon_arrow.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all 0.3s ease; }
  .shoplist_accordion_ttl.active::after {
    transform: translateY(-50%) rotate(90deg); }
.shoplist_accordion_txt {
  display: none;
  margin-top: 2rem; }
  .shoplist_accordion_txt > * {
    font-size: 2rem; }
  .shoplist_accordion_txt h3 {
    margin-top: 1em;
    color: #707070; }
    .shoplist_accordion_txt h3::before {
      content: "●";
      font-size: 1rem;
      display: inline-block;
      margin-right: .5rem;
      position: relative;
      top: -0.4rem; }
    .shoplist_accordion_txt h3 + h4 {
      margin-top: 0; }
  .shoplist_accordion_txt h4 {
    margin-top: 2rem; }
  .shoplist_accordion_txt a {
    text-decoration: none; }

@media screen and (max-width: 750px) {
  .shoplist_accordion_ttl {
    font-size: 3.6rem;
    padding-bottom: 0; }
    .shoplist_accordion_ttl::after {
      width: 2rem;
      height: 4rem;
      transform: translateY(-50%) rotate(90deg); }
    .shoplist_accordion_ttl.active::after {
      transform: translateY(-50%) rotate(-90deg); }
  .shoplist_accordion_txt {
    margin-top: 0; }
    .shoplist_accordion_txt > * {
      font-size: 3.2rem; }
    .shoplist_accordion_txt h4 {
      margin-top: 3rem; } }
.contactform {
  margin-top: 15rem; }
  .contactform .lwrap {
    max-width: 70rem; }
  .contactform .title {
    font-size: 8.4rem;
    margin-bottom: 9rem; }
    .contactform .title .small {
      display: block;
      font-size: 2.4rem;
      margin-top: 2rem; }
  .contactform.confirm p.mb {
    margin-bottom: 3rem;
    font-size: 2rem; }
  .contactform.confirm .table-form td {
    padding: 1.5rem;
    font-size: 3rem;
    border: .3rem solid #707070;
    width: 100%;
    min-height: 9rem; }
  .contactform.confirm .btn-wrap {
    column-gap: 1.5rem; }
  .contactform.confirm .submit {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #1a1311;
    text-align: center;
    width: 100%;
    max-width: 380px;
    padding: 2rem 1rem;
    transition: opacity 0.3s ease;
    cursor: pointer;
    outline: none;
    border: none;
    align-items: center; }
    .contactform.confirm .submit:hover {
      opacity: .8; }
  .contactform.confirm .backBtn {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    background-color: #B1B1B1;
    text-align: center;
    width: 100%;
    max-width: 380px;
    padding: 2rem 1rem;
    transition: opacity 0.3s ease;
    cursor: pointer;
    outline: none;
    border: none;
    align-items: center; }
    .contactform.confirm .backBtn:hover {
      opacity: .8; }
  .contactform.confirm .error h4 {
    font-size: 3rem;
    line-height: 1.65;
    margin-bottom: 3rem; }
  .contactform.confirm .error_messe {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .contactform.thanks .title {
    font-size: 3rem;
    line-height: 1.35;
    margin-bottom: 6rem; }
  .contactform.thanks p {
    text-align: center; }
    .contactform.thanks p.mb {
      margin-bottom: 3rem;
      font-size: 2rem; }
  @media screen and (max-width: 750px) {
    .contactform.confirm p.mb {
      font-size: 2.8rem;
      margin-bottom: 6rem; }
    .contactform.confirm .submit {
      font-size: 3.2rem; }
    .contactform.confirm .backBtn {
      font-size: 3.2rem; }
    .contactform.thanks p.mb {
      font-size: 2.8rem;
      margin-bottom: 6rem; } }

.error-message {
  color: #FF0004; }

.table-form {
  width: 100%;
  margin-bottom: 8rem; }
  .table-form .required {
    font-size: 2.4rem;
    color: #FF0000; }
  .table-form input, .table-form textarea, .table-form select {
    padding: 1.5rem;
    font-size: 3rem;
    border: 3px solid #707070;
    width: 100%; }
  .table-form textarea {
    height: 38rem; }
  .table-form th {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: left;
    display: block; }
  .table-form td {
    display: block;
    margin-bottom: 3rem; }

.mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 1rem; }
.mwform-checkbox-field label {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2; }
.mwform-checkbox-field input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative; }
  .mwform-checkbox-field input + span::after, .mwform-checkbox-field input + span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; }
  .mwform-checkbox-field input + span::before {
    border: .3rem solid #707070;
    left: 0;
    height: 2.6rem;
    width: 2.6rem; }
  .mwform-checkbox-field input + span::after {
    border: none;
    border-right: .3rem solid #707070;
    border-bottom: .3rem solid #707070;
    opacity: 0;
    top: -.2rem;
    left: 1.3rem;
    transform: rotate(45deg);
    height: 2.2rem;
    width: 1.2rem; }
.mwform-checkbox-field input:checked + span::after {
  opacity: 1; }
@media screen and (max-width: 750px) {
  .mwform-checkbox-field label {
    font-size: 2.6rem;
    line-height: 1.1; }
  .mwform-checkbox-field input + span::before {
    height: 2.4rem;
    width: 2.4rem; } }

footer {
  margin-top: 18rem;
  border-top: 1px solid #707070; }

@media (min-width: 751px) and (max-width: 1200px) {
  .contactform .title {
    font-size: 4.6rem; }
  .contactform .btn {
    font-size: 2rem;
    padding: 2rem 1rem; }

  .table-form {
    margin-bottom: 5rem; }
    .table-form input, .table-form textarea, .table-form select {
      font-size: 2rem; }
    .table-form .required {
      font-size: 1.6rem; }
    .table-form th {
      font-size: 2rem; }
    .table-form td {
      font-size: 2rem; } }
@media screen and (max-width: 750px) {
  .contactform .title {
    font-size: 5.4rem; }
  .contactform .btn {
    font-size: 3.2rem;
    padding: 2rem 1rem; }

  .table-form {
    margin-bottom: 3rem; }
    .table-form input, .table-form textarea, .table-form select {
      border-width: .3rem;
      font-size: 3.2rem; } }
/* txt 揃え
*******************/
.alignCenter {
  text-align: center; }
.alignLeft {
  text-align: left; }
.alignRight {
  text-align: right; }

/* box shadow
*******************/
.b-shadow {
  box-shadow: 0.5rem 0.5rem 0.4rem rgba(0, 0, 0, 0.2); }

.c-white {
  color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.c-black {
  color: #1a1311 !important; }

.bg-black {
  background-color: #1a1311 !important; }

.c-yellow {
  color: #e1e143 !important; }

.bg-yellow {
  background-color: #e1e143 !important; }

.c-orange {
  color: #e19843 !important; }

.bg-orange {
  background-color: #e19843 !important; }

.c-green {
  color: #b0c784 !important; }

.bg-green {
  background-color: #b0c784 !important; }

.c-blue {
  color: #7098aa !important; }

.bg-blue {
  background-color: #7098aa !important; }

.c-grey {
  color: #707070 !important; }

.bg-grey {
  background-color: #707070 !important; }

.c-light {
  color: #f4f4f4 !important; }

.bg-light {
  background-color: #f4f4f4 !important; }

.c-beige {
  color: #ded4c8 !important; }

.bg-beige {
  background-color: #ded4c8 !important; }

@media screen and (max-width: 750px) {
  .pc {
    display: none !important; } }
.sp {
  display: none !important; }

@media screen and (max-width: 750px) {
  .sp {
    display: block !important; } }
.custom-footer-detail-item {
  font-size: 10px;
  /* ここでフォントサイズを変更 */
  color: #808080;
  /* グレーの色に変更 */ }

/*# sourceMappingURL=style.css.map */
