@charset "UTF-8";

/* =================================
 common
================================= */

/* reset
---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
}


/* root
---------------------------------------------------------- */
:root {
  /* color */
  --clr-base: #676361;
  --clr-base02: 103,99,97;
  --clr-wht: #fff;
  --clr-wht02: 255,255,255;
  --clr-blk: #35302d;
  --clr-blk02: #000;
  --clr-grn: #549546;
  --clr-grn02: #339b27;
  --clr-grn03: #569546;
  --clr-grn04: #02a054;
  --clr-grn05: #508940;
  --clr-lGrn: #90c31f;
  --clr-lGrn02: #e5f3e0;
  --clr-lGrn03: #cae6b3;
  --clr-pk: #f8758a;
  --clr-LPk: #fdcbd2;
  --clr-LPk02: #fcd5d5;
  --clr-beige: #fdfde7;
  --clr-beige02: #fafada;
  --clr-beige03: 250,250,218;
  --clr-gry: #9c9895;
  --clr-lGry: #f9f9f9;
  --clr-lGry02: #e7e5e5;
  --clr-red: #db1c3c;
  --clr-ylw: #ffe200;
  --clr-ylw02: #ffe109;
  --clr-border: #e6dfdf;
  --clr-border02: #dcdcdc;
  --clr-border03: #bfbfbf;
  --clr-border04: #dae5d6;
  --clr-wellnessBorder: #72bc5b;
  --clr-wellnessBorder02: #63aec7;
  --clr-wellnessBorder03: #f1a15a;
  --clr-wellnessBorder04: #e9d63c;
  --clr-wellnessBorder05: #ac97c4;
  --clr-wellnessBorder06: #f07910;
  --clr-wellnessBorder07: #b6a72c;
  --clr-wellnessBg: #ecfae0;
  --clr-wellnessBg02: #e2f8f3;
  --clr-wellnessBg03: #fff3df;
  --clr-wellnessBg04: #fffbdb;
  --clr-wellnessBg05: #e8e9fc;
  --clr-wellnessBg06: #fbf8f4;
  --clr-wellnessTxt: #50953a;
  --clr-wellnessTxt02: #138fb9;
  --clr-wellnessTxt03: #8e6ab8;
  --clr-gymTbl: #7a9272;
  --clr-gymTbl02: #89a181;
  --clr-gymTbl03: #f3f8f1;

  /* font-family */
  --font-base: YakuHanJP, "Zen Kaku Gothic New", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Helvetica, Verdana, sans-serif;
  --font-maru: YakuHanJP, "Zen Maru Gothic", sans-serif;
  --font-en: "Comic Neue", cursive;
}


/* base
---------------------------------------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-print-color-adjust: exact;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  min-width: 1020px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.8;
  color: var(--clr-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--clr-wht);
  letter-spacing: 0.04em;
  word-break: break-all;
  font-feature-settings: "palt";
}
@media print, screen and (max-width: 767px) {
  body {
    position: relative;
    z-index: 0;
    min-width: inherit;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
a,
button {
  -webkit-transition: .4s;
  transition: .4s;
}
picture {
  display: block;
}
a:link {
  color: var(--clr-base);
  text-decoration: none;
}
a:visited {
  color: var(--clr-base);
}
a:hover {
  color: var(--clr-base);
  opacity: .8;
}
a:active {
  color: var(--clr-base);
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.u-only_sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .u-only_sp {
    display: block;
  }
}
.u-only_pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .u-only_pc {
    display: none;
  }
}


/* layout
---------------------------------------------------------- */
.l-cont_l {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cont_l {
    max-width: 1200px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-cont_l {
    width: calc(100% - 40px);
  }
}
.l-cont_m {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .l-cont_m {
    max-width: 1100px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-cont_m {
    width: calc(100% - 40px);
  }
}


/* header
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 120px;
  }
}
.l-header_logo {
  width: 100px;
  height: 100px;
  background-color: var(--clr-wht);
  border-radius: 50%;
}
@media print, screen and (max-width: 767px) {
  .l-header_logo {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
}
.l-header_logo a {
  display: block;
  position: relative;
  z-index: 0;
  height: 100%;
}
.l-header_logo a img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 64px;
  transform: translate(-50%,-50%);
}
@media print, screen and (max-width: 767px) {
  .l-header_logo a img {
    width: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header_gnav {
    width: calc(100% - 130px);
    border-radius: 36px;
    background-color: var(--clr-wht);
  }
}
@media print, screen and (max-width: 767px) {
  .l-header_gnav {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .4s;
    opacity: 0;
    pointer-events: none;
  }
  .scroll-in .l-header_gnav {
    opacity: 1;
    pointer-events: inherit;
  }
}
.l-header_gnav_list {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .l-header_gnav_list {
    padding: 12px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header_gnav_list {
    height: 100%;
  }
}
.l-header_gnav_list li {
  width: calc(100% / 3);
}
@media print, screen and (max-width: 767px) {
  .l-header_gnav_list li.-link01 {
    border-radius: 20px 0 0 0;
    background-color: var(--clr-wellnessBg);
  }
  .l-header_gnav_list li.-link02 {
    background-color: var(--clr-wellnessBg06);
  }
  .l-header_gnav_list li.-link03 {
    border-radius: 0 20px 0 0;
    background-color: var(--clr-wellnessBg04);
  }
}
.l-header_gnav_list li a {
  display: block;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .l-header_gnav_list li a {
    padding: 10px 0;
  }
}
.l-header_gnav_list li a img {
  width: auto;
  height: 48px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-header_gnav_list li a img {
    height: 70px;
  }
}


/* footer
---------------------------------------------------------- */
.l-footer {
  padding: 120px 0;
  background-color: var(--clr-blk);
  color: rgba(var(--clr-wht02),0.6);
}
@media print, screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer_main {
    display: flex;
    justify-content: space-between;
  }
  .l-footer_left {
    width: calc(100% - 516px);
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer_left {
    width: 48%;
  }
}
.l-footer_left_logo {
  width: 240px;
}
.l-footer_left_logo a {
  display: block;
}
.l-footer_left_txt {
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (max-width: 767px) {
  .l-footer_left_txt {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-footer_nav {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav {
    width: 516px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer_nav {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .l-footer_nav {
    justify-content: center;
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-footer_nav li {
    margin-right: 30px;
  }
  .l-footer_nav li:last-of-type {
    margin-right: 0;
  }
}
.l-footer_nav li.-link01 {
  width: 133px;
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav li.-link01 {
    margin-right: 68px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer_nav li.-link01 {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-footer_nav li.-link01 {
    width: 100px;
  }
}
.l-footer_nav li.-link02 {
  width: 90px;
}
@media print, screen and (min-width: 768px) {
  .l-footer_nav li.-link02 {
    margin-right: 89px;
  }
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .l-footer_nav li.-link02 {
    margin-right: 45px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-footer_nav li.-link02 {
    width: 70px;
  }
}
.l-footer_nav li.-link03 {
  width: 110px;
}
@media print, screen and (max-width: 767px) {
  .l-footer_nav li.-link03 {
    width: 90px;
  }
}
.l-footer_nav li a {
  display: block;
  height: 100%;
}
.l-footer_btm {
  line-height: 1;
  margin-top: 84px;
  padding-top: 32px;
  border-top: 1px solid var(--clr-beige);
}
@media print, screen and (min-width: 768px) {
  .l-footer_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .l-footer_btm {
    margin-top: 40px;
    padding-top: 20px;
  }
}
.l-footer_btm_link a {
  display: inline-block;
  padding-right: 26px;
  background-image: url(../images/ico_tab_wht.png);
  background-size: 18px auto;
  background-position: right center;
  background-repeat: no-repeat;
  color: var(--clr-wht);
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: underline;
}
@media print, screen and (max-width: 767px) {
  .l-footer_btm_link a {
    padding-right: 20px;
    background-size: 14px auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-footer_btm_copyright {
  font-family: var(--font-maru);
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: normal;
}
@media print, screen and (max-width: 767px) {
  .l-footer_btm_copyright {
    line-height: 1.4;
    margin-top: 30px;
    font-size: 10px;
    font-size: 1rem;
    text-align: left;
  }
}


/* title
---------------------------------------------------------- */
.c-ttl_base {
  margin-bottom: 40px;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .c-ttl_base {
    margin-bottom: 20px;
  }
}
.c-ttl_base.-center {
  text-align: center;
}
.c-ttl_base_en {
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .c-ttl_base_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-ttl_base.-grn .c-ttl_base_en {
  color: var(--clr-lGrn);
}
.c-ttl_base_jp {
  line-height: 1.6;
  margin-top: 5px;
  font-family: var(--font-maru);
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .c-ttl_base_jp {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media print, screen and (max-width: 767px) {
  .c-ttl_base_jp {
    margin-top: 8px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 364px) {
  .c-ttl_base_jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-ttl_base.-grn .c-ttl_base_jp {
  color: var(--clr-blk);
}
.c-ttl_row {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
}
.c-ttl_row_jp {
  font-family: var(--font-maru);
  font-size: 28px;
  font-size: 2.8rem;
}
.c-ttl_row.-grn .c-ttl_row_jp {
  color: var(--clr-blk);
}
@media print, screen and (max-width: 767px) {
  .c-ttl_row_jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-ttl_row_jp_num {
  font-family: var(--font-en);
  font-size: 36px;
  font-size: 3.6rem;
}
@media print, screen and (max-width: 767px) {
  .c-ttl_row_jp_num {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.c-ttl_row_en {
  line-height: 1;
  margin: 13px 0 0 24px;
  font-family: var(--font-en);
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .c-ttl_row_en {
    margin: 10px 0 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-ttl_row.-grn .c-ttl_row_en {
  color: var(--clr-lGrn);
}
.c-ttl_faq {
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-ttl_faq {
    width: 240px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-ttl_faq {
    text-align: center;
  }
}
.c-ttl_faq_en {
  font-family: var(--font-en);
  font-size: 88px;
  font-size: 8.8rem;
}
@media print, screen and (max-width: 767px) {
  .c-ttl_faq_en {
    font-size: 40px;
    font-size: 4rem;
  }
}
.c-ttl_faq.-grn .c-ttl_faq_en {
  color: var(--clr-lGrn);
}
.c-ttl_faq_jp {
  font-family: var(--font-maru);
  font-size: 22px;
  font-size: 2.2rem;
}
@media print, screen and (max-width: 767px) {
  .c-ttl_faq_jp {
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl_faq.-grn .c-ttl_faq_jp {
  color: var(--clr-blk);
}


/* text
---------------------------------------------------------- */
.c-txt_grn {
  color: var(--clr-grn02);
}
.c-txt_bold {
  font-weight: 700;
}


/* button
---------------------------------------------------------- */
.c-btn_base {
  width: 380px;
  margin-top: 48px;
}
@media print, screen and (max-width: 767px) {
  .c-btn_base {
    width: 100%;
    margin-top: 30px;
  }
}
.c-btn_base.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn_base.-wht a {
  background-color: var(--clr-wht);
  color: var(--clr-grn);
}
.c-btn_base a {
  display: block;
  padding: 15px 0 16px;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .c-btn_base a {
    padding: 12px 0 13px;
  }
}
@media print, screen and (max-width: 364px) {
  .c-btn_base a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-btn_base_tab {
  background-size: 18px auto;
}
@media print, screen and (max-width: 767px) {
  .c-btn_base_tab {
    background-size: 14px auto;
  }
}
.c-btn_base.-wht .c-btn_base_tab {
  background-image: url(../images/ico_tab.png);
}
.c-btn_base.-grn .c-btn_base_tab {
  background-image: url(../images/ico_tab_wht.png);
}
.c-btn_base_link {
  background-size: 12px auto;
}
.c-btn_base.-wht .c-btn_base_link {
  background-image: url(../images/ico_arw_grn.png);
}
.c-btn_base_tab,
.c-btn_base_link {
  display: inline-block;
  line-height: 1;
  padding-right: 26px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 767px) {
  .c-btn_base_tab,
  .c-btn_base_link {
    padding-right: 20px;
  }
}


/* mv
---------------------------------------------------------- */
.c-mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .c-mv {
    height: 80vh;
    min-height: 600px;
  }
}
.c-mv::before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 1426px;
  height: 96px;
  background: url(../images/img_mv_btm.png) left bottom / contain no-repeat;
  transform: translateX(-50%);
  content: "";
}
@media print, screen and (max-width: 767px) {
  .c-mv::before {
    width: 100%;
    height: 28px;
  }
}
.confirm .c-mv::before,
.thanks .c-mv::before {
  display: none;
}
.c-mv_cont {
  position: relative;
  z-index: 0;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .c-mv_cont {
    max-width: 1170px;
  }
}
@media print, screen and (max-width: 767px) {
  .c-mv_cont {
    width: calc(100% - 40px);
  }
}


/* faq
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .c-faq .l-cont_m {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .c-faq_list {
    width: calc(100% - 240px);
  }
}
@media print, screen and (max-width: 767px) {
  .c-faq_list {
    margin-top: 30px;
  }
}
.c-faq_list li {
  margin-top: 16px;
  padding: 24px 32px;
  border-radius: 16px;
  background-color: var(--clr-wht);
}
@media print, screen and (max-width: 767px) {
  .c-faq_list li {
    padding: 20px;
    border-radius: 8px;
  }
}
.c-faq_list li:first-of-type {
  margin-top: 0;
}
.c-faq_list_ttl,
.c-faq_list_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-faq_list_ttl_en,
.c-faq_list_txt_en {
  width: 62px;
  height: 62px;
  line-height: 1;
  padding-top: 12px;
  border-radius: 50%;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .c-faq_list_ttl_en,
  .c-faq_list_txt_en {
    width: 40px;
    height: 40px;
    padding-top: 9px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-faq_list_ttl_jp,
.c-faq_list_txt_jp {
  width: calc(100% - 78px);
}
@media print, screen and (max-width: 767px) {
  .c-faq_list_ttl_jp,
  .c-faq_list_txt_jp {
    width: calc(100% - 54px);
  }
}
.c-faq_list_ttl {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.c-faq_list_ttl_jp {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .c-faq_list_ttl_jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* contact
---------------------------------------------------------- */
.c-contact_ttl {
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-contact_ttl_cat {
  color: var(--clr-blk);
  font-weight: 700;
}
.c-contact_ttl_required {
  width: 39px;
  margin-left: 16px;
  padding: 4px 0;
  border-radius: 4px;
  background-color: var(--clr-red);
  color: var(--clr-wht);
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .c-contact_ttl_required {
    margin-left: 10px;
    border-radius: 2px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-contact_caution {
  line-height: 1.6;
  margin-top: 10px;
  padding: 5px 0 5px 32px;
  background-image: url(../images/ico_caution.png);
  background-position: left center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-weight: 700;
  color: var(--clr-red);
}
@media print, screen and (max-width: 767px) {
  .c-contact_caution {
    padding: 5px 0 5px 25px;
    background-size: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-contact_name,
.c-contact_comment {
  display: block;
  padding: 15px 30px;
  background-image: none;
  background-color: var(--clr-wht);
  border: none;
  border-radius: 8px;
  color: var(--clr-blk);
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  appearance: none;
}
@media print, screen and (max-width: 767px) {
  .c-contact_name,
  .c-contact_comment {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-contact_name::-webkit-input-placeholder,
.c-contact_comment::-webkit-input-placeholder {
  color: rgba(var(--clr-base02), .4);
}
.c-contact_name::-moz-placeholder,
.c-contact_comment::-moz-placeholder {
  color: rgba(var(--clr-base02), .4);
}
.c-contact_name,
.c-contact_comment {
  width: 100%;
}
.c-contact_name {
  height: 60px;
}
@media print, screen and (max-width: 767px) {
  .c-contact_name {
    height: 40px;
  }
}
.c-contact_comment {
  height: 200px;
  resize: vertical;
}
@media print, screen and (max-width: 767px) {
  .c-contact_comment {
    height: 150px;
  }
}
form .-error {
  border: 2px solid var(--clr-red);
  background-color: var(--clr-LPk02);
}
.c-contact_btn {
  margin-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .c-contact_btn.-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-contact_btn.-center .c-contact_btn_back {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.c-contact_btn_back,
.c-contact_btn_submit {
  width: 379px;
  display: block;
  height: 60px;
  line-height: 1;
  padding: 18px 39px;
  border: none;
  border-radius: 30px;
  background-size: 12px auto;
  background-position: 90% center;
  background-repeat: no-repeat;
  font-family: Zen Maru Gothic,Arial,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,YuGothic,"游ゴシック","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS P Gothic,Helvetica,Verdana,sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  outline: none;
  cursor: pointer;
  letter-spacing: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-contact_btn_back::-webkit-input-placeholder,
.c-contact_btn_submit::-webkit-input-placeholder {
  color: rgba(var(--clr-base02),
  .4);
}
.c-contact_btn_back::-moz-placeholder,
.c-contact_btn_submit::-moz-placeholder {
  color: rgba(var(--clr-base02),
  .4);
}
@media print, screen and (max-width: 767px) {
  .c-contact_btn_back,
  .c-contact_btn_submit {
    width: 100%;
    height: 52px;
    padding: 8px 20px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-contact_btn_back {
  margin-bottom: 20px;
  border: 2px solid var(--clr-gry);
  background-image: url(../images/ico_arw_gry.png);
  box-sizing: border-box;
  color: rgba(var(--clr-base02),
  .9);
}
.c-contact_btn_submit {
  background-color: var(--clr-grn02);
  background-image: url(../images/ico_arw.png);
  color: var(--clr-wht);
}
.c-contact_error {
  margin-top: 40px;
  color: var(--clr-red);
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .c-contact_error {
    margin-top: 20px;
  }
}



/* =================================
 index
================================= */
@media print, screen and (max-width: 767px) {
  .home .c-mv {
    height: 56vh;
    min-height: 420px;
  }
}
.p-index_mv {
  background-image: url(../images/index/bg_index_mv.jpg);
  background-position: center bottom;
}
.p-index_mv_inner {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  font-family: var(--font-maru);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_inner {
    top: 56%;
    width: 100%;
  }
}
.p-index_mv_head_grid {
  position: relative;
  z-index: 0;
  padding-top: 45px;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid {
    padding-top: 20px;
  }
}
@media print, screen and (max-width: 374px) {
  .p-index_mv_head_grid {
    padding-top: 10px;
  }
}
.p-index_mv_head_grid_icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -35px;
  width: 276px;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_icon {
    left: -15px;
    width: 140px;
  }
}
@media print, screen and (max-width: 374px) {
  .p-index_mv_head_grid_icon {
    width: 110px;
  }
}
.p-index_mv_head_grid_open {
  position: relative;
  z-index: 0;
  width: calc(100% - 190px);
  line-height: 1;
  margin-left: auto;
  padding: 8px 26px 8px 0;
  border-radius: 4px;
  background-color: var(--clr-pk);
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--clr-wht);
  text-align: right;
  letter-spacing: normal;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_open {
    width: calc(100% - 110px);
    padding: 4px 35px 4px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 374px) {
  .p-index_mv_head_grid_open {
    width: calc(100% - 70px);
    padding: 4px 18px 4px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_mv_head_grid_open::before {
  position: absolute;
  z-index: 0;
  top: -30px;
  right: -25px;
  width: 127px;
  height: 60px;
  background: url(../images/index/img_index_mv_sakura.png) left top/cover no-repeat;
  content: "";
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_open::before {
    right: -15px;
  }
}
@media print, screen and (max-width: 374px) {
  .p-index_mv_head_grid_open::before {
    top: -24px;
    width: 99px;
    height: 49px;
  }
}
.p-index_mv_head_grid_open_num {
  font-family: var(--font-en);
  font-size: 32px;
  font-size: 3.2rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_open_num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-index_mv_head_grid_open_year {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_open_year {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_mv_head_grid_open_spring {
  padding-left: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_open_spring {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_mv_head_grid_open_en {
  padding-left: 8px;
  font-family: var(--font-en);
  font-size: 22px;
  font-size: 2.2rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_grid_open_en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_mv_head_ttl {
  width: 491px;
  margin-top: 16px;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_head_ttl {
    width: 80%;
    margin-top: 10px;
  }
}
.p-index_mv_txt {
  margin-top: 24px;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_txt {
    margin-top: 10px;
  }
}
.p-index_mv_txt_cont {
  margin-top: 4px;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_txt_cont {
    margin-top: 2px;
  }
}
.p-index_mv_txt_cont:first-of-type {
  margin-top: 0;
}
.p-index_mv_txt_pc,
.p-index_mv_txt_sp {
  line-height: 1;
  border-radius: 2px;
  background-color: var(--clr-wht);
  color: var(--clr-blk);
  font-weight: 700;
}
.p-index_mv_txt_pc {
  padding: 4px 8px 6px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_txt_sp {
    padding: 2px 4px 3px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}
.p-index_mv_txt_pc {
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_txt_pc {
    display: none;
  }
}
.p-index_mv_txt_sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .p-index_mv_txt_sp {
    display: inline-block;
  }
}
.p-index_mv_txt_num {
  font-family: var(--font-en);
}
.p-index_wellness {
  background: linear-gradient(to bottom,var(--clr-wht) 0,var(--clr-beige) 100%);
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness {
    padding: 20px 0 0;
    overflow: hidden;
  }
  .p-index_wellness .l-cont_l {
    width: 100%;
  }
  .p-index_wellness_sp {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.p-index_wellness_ttl {
  font-family: var(--font-maru);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-index_wellness_ttl_sub {
  display: inline-block;
  line-height: 1;
  padding: 6px 14px 7px;
  border-radius: 17px;
  border: 1px solid var(--clr-grn02);
  color: var(--clr-grn02);
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_ttl_sub {
    padding: 4px 7px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_wellness_ttl_main {
  line-height: 1;
  margin-top: 16px;
  color: var(--clr-blk);
  font-size: 28px;
  font-size: 2.8rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_ttl_main {
    line-height: 1.6;
    margin-top: 8px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-index_wellness_ttl_main_grn {
  color: var(--clr-lGrn);
}
.p-index_wellness_logo {
  width: 440px;
  margin: 20px auto 0;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_logo {
    width: 290px;
    margin: 15px auto 0;
  }
}
@media print, screen and (max-width: 364px) {
  .p-index_wellness_logo {
    width: 240px;
  }
}
.p-index_wellness_copy {
  margin-top: 30px;
}
.p-index_wellness_copy_balloon {
  text-align: center;
}
.p-index_wellness_copy_balloon_txt {
  display: inline-block;
  line-height: 1;
  padding: 5px 16px 16px;
  background: url(../images/index/bg_wellness_balloon.png) center/contain no-repeat;
  color: var(--clr-wht);
  font-family: var(--font-maru);
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_copy_balloon_txt {
    padding: 3px 10px 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-index_wellness_copy_ttl {
  color: var(--clr-grn03);
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_copy_ttl {
    line-height: 1.6;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-index_wellness_copy_txt {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_copy_txt {
    margin-top: 5px;
  }
}
.p-index_wellness_bg {
  margin-top: 40px;
  background: url(../images/index/bg_wellness.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .p-index_wellness_bg {
    padding: 23px 0 133px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_bg {
    background-position: center;
    background-size: 200% auto;
  }
}
.p-index_wellness_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .p-index_wellness_list {
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.p-index_wellness_list.-list01 {
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-index_wellness_list.-list01 .p-index_wellness_list_item {
    margin-right: 24px;
  }
  .p-index_wellness_list.-list01 .p-index_wellness_list_item:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_wellness_list.-list02 {
    justify-content: space-between;
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list.-list02 {
    margin-top: 30px;
  }
}
.p-index_wellness_list_item {
  position: relative;
  z-index: 0;
  width: 270px;
  padding: 0 0 24px;
  border-radius: 40px 40px 8px 8px;
}
@media print, screen and (min-width: 768px) {
  .p-index_wellness_list_item.-item01,
  .p-index_wellness_list_item.-item03 {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_item {
    width: 49%;
    margin-top: 30px;
    margin-right: 2%;
    padding: 0 0 13px;
    border-radius: 20px 20px 4px 4px;
  }
  .p-index_wellness_list_item.-item02 {
    width: 100%;
  }
  .p-index_wellness_list_item.-item02,
  .p-index_wellness_list_item.-item04,
  .p-index_wellness_list_item.-item05 {
    margin-top: 0;
  }
  .p-index_wellness_list_item.-item03,
  .p-index_wellness_list_item.-item05 {
    margin-right: 0;
  }
}
.p-index_wellness_list_item.-item01 {
  border: 2px solid var(--clr-wellnessBorder);
  background-color: var(--clr-wellnessBg);
}
.p-index_wellness_list_item.-item01 .p-index_wellness_list_head_txt {
  background-color: var(--clr-wellnessBorder);
}
.p-index_wellness_list_item.-item01 .p-index_wellness_list_head_txt::before {
  background-image: url(../images/index/img_wellness_head01.png);
}
.p-index_wellness_list_item.-item01 .p-index_wellness_list_txt {
  color: var(--clr-wellnessTxt);
}
.p-index_wellness_list_item.-item01 .p-index_wellness_list_tag li {
  background-color: var(--clr-wellnessBorder);
}
.p-index_wellness_list_item.-item02 {
  border: 2px solid var(--clr-wellnessBorder02);
  background-color: var(--clr-wellnessBg02);
}
.p-index_wellness_list_item.-item02 .p-index_wellness_list_head_txt {
  background-color: var(--clr-wellnessBorder02);
}
.p-index_wellness_list_item.-item02 .p-index_wellness_list_head_txt::before {
  background-image: url(../images/index/img_wellness_head02.png);
}
.p-index_wellness_list_item.-item02 .p-index_wellness_list_txt {
  color: var(--clr-wellnessTxt02);
}
.p-index_wellness_list_item.-item02 .p-index_wellness_list_tag li {
  background-color: var(--clr-wellnessBorder02);
}
.p-index_wellness_list_item.-item03 {
  border: 2px solid var(--clr-wellnessBorder03);
  background-color: var(--clr-wellnessBg03);
}
.p-index_wellness_list_item.-item03 .p-index_wellness_list_head_txt {
  background-color: var(--clr-wellnessBorder03);
}
.p-index_wellness_list_item.-item03 .p-index_wellness_list_head_txt::before {
  background-image: url(../images/index/img_wellness_head03.png);
}
.p-index_wellness_list_item.-item03 .p-index_wellness_list_txt {
  color: var(--clr-wellnessBorder06);
}
.p-index_wellness_list_item.-item03 .p-index_wellness_list_tag li {
  background-color: var(--clr-wellnessBorder03);
}
.p-index_wellness_list_item.-item04 {
  border: 2px solid var(--clr-wellnessBorder04);
  background-color: var(--clr-wellnessBg04);
}
.p-index_wellness_list_item.-item04 .p-index_wellness_list_head_txt {
  background-color: var(--clr-wellnessBorder04);
}
.p-index_wellness_list_item.-item04 .p-index_wellness_list_head_txt::before {
  background-image: url(../images/index/img_wellness_head04.png);
}
.p-index_wellness_list_item.-item04 .p-index_wellness_list_txt {
  color: var(--clr-wellnessBorder07);
}
.p-index_wellness_list_item.-item05 {
  border: 2px solid var(--clr-wellnessBorder05);
  background-color: var(--clr-wellnessBg05);
}
.p-index_wellness_list_item.-item05 .p-index_wellness_list_head_txt {
  background-color: var(--clr-wellnessBorder05);
}
.p-index_wellness_list_item.-item05 .p-index_wellness_list_head_txt::before {
  background-image: url(../images/index/img_wellness_head05.png);
}
.p-index_wellness_list_item.-item05 .p-index_wellness_list_txt {
  color: var(--clr-wellnessTxt03);
}
.p-index_wellness_list_head {
  position: absolute;
  z-index: 0;
  top: -15px;
  left: 50%;
  width: 126px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_head {
    width: 116px;
  }
}
.p-index_wellness_list_head_txt {
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 6px 0;
  border-radius: 15px;
  color: var(--clr-wht);
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_head_txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-index_wellness_list_head_txt::before {
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 50%;
  width: 100px;
  height: 8px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  content: "";
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_head_txt::before {
    top: -6px;
    width: 80px;
    height: 6px;
  }
}
.p-index_wellness_list_logo {
  margin: 35px auto 0;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_logo {
    margin: 25px auto 0;
  }
}
.p-index_wellness_list_logo img {
  width: auto;
  height: 130px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_logo img {
    height: 80px;
  }
}
.p-index_wellness_list_txt {
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_txt {
    margin-top: 15px;
  }
}
.p-index_wellness_list_tag {
  line-height: 1;
  padding-top: 12px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_tag {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding-top: 5px;
  }
}
.p-index_wellness_list_tag li {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 10px 4px;
  border-radius: 11px;
  color: var(--clr-wht);
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
@media print, screen and (max-width: 767px) {
  .p-index_wellness_list_tag li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_about {
  position: relative;
  z-index: 0;
  padding: 30px 0 0;
  background-color: var(--clr-beige);
}
@media print, screen and (max-width: 767px) {
  .p-index_about {
    padding: 60px 0 0;
  }
}
.p-index_about::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: var(--clr-lGrn02);
  content: "";
}
@media print, screen and (max-width: 767px) {
  .p-index_about::before {
    height: 90px;
  }
}
.p-index_about_top {
  position: relative;
  z-index: 0;
}
.p-index_about_top_cont {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-index_about_top_cont {
    max-width: 1200px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_about_top_cont {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_about_top_inner {
    width: calc(50% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_about_top_img {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    width: 50%;
    height: 380px;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .p-index_about_top_img img {
    width: auto;
    height: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_about_top_img {
    margin-top: 20px;
  }
}
.p-index_about_box {
  margin-top: 80px;
  padding: 63px;
  border-radius: 40px;
  background-color: var(--clr-wht);
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box {
    margin-top: 30px;
    padding: 20px;
    border-radius: 20px;
  }
}
.p-index_about_box_txt {
  margin-top: 20px;
}
.p-index_about_box_list {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-index_about_box_list {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2%;
  }
  .p-index_about_box_list > li > a
  {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
  }
  .p-index_about_box_list_cont
  {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    min-height: 0;
    box-sizing: border-box;
  }
  .p-index_about_box_list_txt
  {
    margin: 10px 0 0;
    align-self: start;
  }
  .p-index_about_box_list_tag
  {
    margin: 0;
    padding: 0;
    padding-top: 4px;
    align-self: end;
    list-style: none;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_about_box_list_item {
    /* width: 32%;
    margin-right: 2%; */
  }
  .p-index_about_box_list_item:last-of-type {
    /* margin-right: 0; */
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_item {
    margin-top: 40px;
  }
  .p-index_about_box_list_item:first-of-type {
    margin-top: 0;
  }
}
.p-index_about_box_list_item.-item01 .p-index_about_box_list_logo {
  background-color: var(--clr-wellnessBg);
}
.p-index_about_box_list_item.-item01 .p-index_about_box_list_logo img {
  width: 143px;
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_item.-item01 .p-index_about_box_list_logo img {
    width: 123px;
  }
}
.p-index_about_box_list_item.-item01 .p-index_about_box_list_tag li {
  border: 1px solid var(--clr-wellnessBorder);
  background-color: var(--clr-wellnessBg);
  color: var(--clr-wellnessBorder);
}
.p-index_about_box_list_item.-item02 .p-index_about_box_list_logo {
  background-color: var(--clr-wellnessBg06);
}
.p-index_about_box_list_item.-item02 .p-index_about_box_list_logo img {
  width: 84px;
}
.p-index_about_box_list_item.-item02 .p-index_about_box_list_tag li {
  border: 1px solid var(--clr-wellnessBorder06);
  background-color: var(--clr-wellnessBg03);
  color: var(--clr-wellnessBorder06);
}
.p-index_about_box_list_item.-item03 .p-index_about_box_list_logo {
  background-color: var(--clr-wellnessBg04);
}
.p-index_about_box_list_item.-item03 .p-index_about_box_list_logo img {
  width: 118px;
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_item.-item03 .p-index_about_box_list_logo img {
    width: 98px;
  }
}
.p-index_about_box_list_item.-item03 .p-index_about_box_list_tag li {
  border: 1px solid var(--clr-wellnessBorder07);
  background-color: var(--clr-wellnessBg04);
  color: var(--clr-wellnessBorder07);
}
.p-index_about_box_list_logo {
  position: relative;
  z-index: 0;
  height: 250px;
  border-radius: 16px;
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_logo {
    height: 180px;
  }
}
.p-index_about_box_list_logo img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.p-index_about_box_list_cont {
  width: calc(100% - 30px);
  margin: 20px auto 0;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_about_box_list_cont {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_cont {
    margin: 15px auto 0;
  }
}
.p-index_about_box_list_head a {
  display: inline-block;
}
.p-index_about_box_list_head_ttl {
  padding-right: 28px;
  background-image: url(../images/ico_tab.png);
  background-size: 18px auto;
  background-position: right center;
  background-repeat: no-repeat;
  color: var(--clr-grn);
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  width: fit-content;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_about_box_list_head_ttl {
    padding-right: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_head_ttl {
    padding-right: 20px;
    background-size: 14px auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-index_about_box_list_txt {
  margin: 10px 0 0;
  letter-spacing: normal;
}
.p-index_about_box_list_tag {
  margin: 0;
  padding: 0;
  padding-top: 4px;
  line-height: 1;
  list-style: none;
}
.p-index_about_box_list_tag li {
  display: inline-block;
  margin: 4px 6px 0 0;
  padding: 1px 7px 2px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}
@media print, screen and (max-width: 767px) {
  .p-index_about_box_list_tag li {
    padding: 1px 5px 2px;
    border-radius: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_mPartnership {
  padding: 80px 0 60px;
  background-color: var(--clr-lGrn02);
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership {
    padding: 60px 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_mPartnership_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_mPartnership_top_cont {
    width: 70%;
    max-width: 770px;
  }
}
.p-index_mPartnership_top_img {
  width: 25%;
}
@media print, screen and (min-width: 768px) {
  .p-index_mPartnership_top_img {
    max-width: 271px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership_top_img {
    width: 60%;
    margin: 20px auto 0;
  }
}
.p-index_mPartnership_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .p-index_mPartnership_list {
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership_list {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership_list li {
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .p-index_mPartnership_list li:nth-child(3n) {
    margin-right: 0;
  }
  .p-index_mPartnership_list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-index_mPartnership_list_ico {
  position: relative;
  z-index: 0;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: var(--clr-wht);
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_mPartnership_list_ico {
    width: 140px;
    height: 140px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership_list_ico {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 364px) {
  .p-index_mPartnership_list_ico {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
}
.p-index_mPartnership_list_ico img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: auto;
  height: 80px;
  transform: translate(-50%,-50%);
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_mPartnership_list_ico img {
    height: 70px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership_list_ico img {
    height: 50px;
  }
}
@media print, screen and (max-width: 364px) {
  .p-index_mPartnership_list_ico img {
    height: 45px;
  }
}
.p-index_mPartnership_list_txt {
  line-height: 1.3;
  margin-top: 10px;
  color: var(--clr-grn);
  font-family: var(--font-maru);
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .p-index_mPartnership_list_txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 364px) {
  .p-index_mPartnership_list_txt {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-index_gOpen {
  position: relative;
  z-index: 1;
  padding: 140px 0 164px;
  background-color: var(--clr-grn04);
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen {
    padding: 70px 0 80px;
  }
}
.p-index_gOpen::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 0 0 40px 40px;
  background-color: var(--clr-lGrn02);
  content: "";
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen::before {
    height: 30px;
    border-radius: 0 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_gOpen .l-cont_m {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-index_gOpen_side_ttl {
  line-height: 1;
  color: var(--clr-wht);
  letter-spacing: normal;
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_ttl {
    text-align: center;
  }
}
.p-index_gOpen_side_ttl_sub {
  font-family: var(--font-en);
  font-size: 80px;
  font-size: 8rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_gOpen_side_ttl_sub {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_ttl_sub {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-index_gOpen_side_ttl_main {
  margin-top: 10px;
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 46px;
  font-size: 4.6rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_gOpen_side_ttl_main {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_ttl_main {
    margin-top: 5px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.p-index_gOpen_side_ttl_main_pk {
  color: var(--clr-LPk);
}
.p-index_gOpen_side_ttl_main_num,
.p-index_gOpen_side_ttl_main_year,
.p-index_gOpen_side_ttl_main_spring {
  display: inline-block;
  color: var(--clr-lPk);
}
.p-index_gOpen_side_ttl_main_num {
  font-family: var(--font-en);
  font-size: 106px;
  font-size: 10.6rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_gOpen_side_ttl_main_num {
    font-size: 86px;
    font-size: 8.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_ttl_main_num {
    font-size: 50px;
    font-size: 5rem;
  }
}
.p-index_gOpen_side_ttl_main_year {
  font-size: 46px;
  font-size: 4.6rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_gOpen_side_ttl_main_year {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_ttl_main_year {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-index_gOpen_side_ttl_main_spring {
  position: relative;
  z-index: 0;
  background-image: url(../images/index/ttl_g-open.png);
  background-size: 78px auto;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 25px 37px 0 14px;
  font-size: 70px;
  font-size: 7rem;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_gOpen_side_ttl_main_spring {
    background-size: 68px auto;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_ttl_main_spring {
    background-size: 48px auto;
    padding: 18px 25px 0 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-index_gOpen_side_txt {
  margin-top: 35px;
  color: var(--clr-wht);
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_side_txt {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_gOpen_list {
    width: 51%;
    max-width: 557px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list {
    margin-top: 30px;
  }
}
.p-index_gOpen_list li {
  display: flex;
  align-items: center;
  margin-top: 12px;
  padding: 28px 40px;
  border-radius: 16px;
  background-color: var(--clr-wht);
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list li {
    padding: 14px 20px;
  }
}
.p-index_gOpen_list li:first-of-type {
  margin-top: 0;
}
.p-index_gOpen_list_head {
  display: flex;
  align-items: flex-start;
  width: 155px;
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list_head {
    width: 40%;
  }
}
.p-index_gOpen_list_head_ico {
  width: 55px;
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list_head_ico {
    width: 35px;
  }
}
.p-index_gOpen_list_head_ico img {
  width: auto;
  height: 40px;
}
@media print, screen and (max-width: 1440px) and (min-width: 768px) {
  .p-index_gOpen_list_head_ico img {
    height: 35px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list_head_ico img {
    height: 25px;
  }
}
.p-index_gOpen_list_head_ttl {
  width: calc(100% - 55px);
  line-height: 1;
  margin-top: 9px;
  color: var(--clr-grn);
  font-family: var(--font-maru);
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list_head_ttl {
    width: calc(100% - 40px);
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-index_gOpen_list_cont {
  width: calc(100% - 155px);
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_list_cont {
    width: 60%;
  }
}
.p-index_gOpen_img {
  position: absolute;
  z-index: 0;
  bottom: -28px;
  left: 50%;
  width: 68%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-index_gOpen_img {
    max-width: 960px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_gOpen_img {
    bottom: -14px;
    width: calc(100% - 40px);
  }
}
.p-index_faq {
  position: relative;
  z-index: 0;
  padding: 121px 0 100px;
  background-color: var(--clr-beige);
}
@media print, screen and (max-width: 767px) {
  .p-index_faq {
    padding: 50px 0;
  }
}
.p-index_faq::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 573px;
  background-image: url(../images/index/bg_faq.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
}
@media print, screen and (max-width: 767px) {
  .p-index_faq::before {
    height: 200px;
  }
}
.p-index_faq .c-faq_list_ttl {
  border-bottom: 1px solid var(--clr-border);
}
.p-index_faq .c-faq_list_ttl_en {
  background-color: var(--clr-lGrn02);
  color: var(--clr-grn05);
}
.p-index_faq .c-faq_list_ttl_jp {
  color: var(--clr-blk);
}
.p-index_faq .c-faq_list_txt_en {
  background-color: var(--clr-beige);
  color: var(--clr-lGrn);
}
.p-index_information {
  padding: 73px 0 83px;
}
@media print, screen and (max-width: 767px) {
  .p-index_information {
    padding: 35px 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_information .l-cont_m {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_information_cont {
    width: 50%;
    max-width: 540px;
    margin-top: 40px;
  }
}
.p-index_information_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-index_information_head {
    flex-direction: row-reverse;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_information_head {
    margin-bottom: 20px;
  }
}
.p-index_information_head .c-ttl_base {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-index_information_head .c-ttl_base {
    width: calc(100% - 170px);
  }
}
.p-index_information_head_img {
  width: 146px;
}
@media print, screen and (max-width: 767px) {
  .p-index_information_head_img {
    width: 90px;
  }
}
.p-index_information_tbl {
  width: 100%;
  border-top: 1px solid var(--clr-border);
}
.p-index_information_tbl tr {
  border-bottom: 1px solid var(--clr-border);
}
.p-index_information_tbl th,
.p-index_information_tbl td {
  vertical-align: top;
}
.p-index_information_tbl th {
  width: 25%;
  padding: 15px 0 15px 20px;
  color: var(--clr-grn);
  font-family: var(--font-maru);
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767px) {
  .p-index_information_tbl th {
    width: 26%;
    padding: 13px 0 13px 10px;
  }
}
.p-index_information_tbl td {
  width: 75%;
  padding: 15px 0;
}
@media print, screen and (max-width: 767px) {
  .p-index_information_tbl td {
    width: 74%;
    padding: 13px 0;
  }
}
.p-index_information_tbl_caution_01,
.p-index_information_tbl_caution_02 {
  color: var(--clr-gry);
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (max-width: 767px) {
  .p-index_information_tbl_caution_01,
  .p-index_information_tbl_caution_02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-index_information_tbl_caution_01 {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-index_information_tbl_caution_02 {
    padding-left: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_information_tbl_caution_02 {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_information_map {
    width: 46%;
    max-width: 496px;
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_information_map {
    margin-top: 30px;
  }
}
.p-index_information_map_cont {
  height: 500px;
  border-radius: 16px;
  border: 1px solid var(--clr-border);
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .p-index_information_map_cont {
    height: 250px;
    border-radius: 8px;
  }
}
.p-index_information_map_cont iframe {
  width: 100%;
  height: 100%;
}
.p-index_information_map_link {
  line-height: 1;
  margin-top: 10px;
  text-align: right}

  @media print, screen and (max-width: 767px) {
  .p-index_information_map_link {
    margin-top: 15px;
  }
}
.p-index_information_map_link a {
  display: inline-block;
  line-height: 1;
  padding-right: 27px;
  background-image: url(../images/ico_tab.png);
  background-size: 18px auto;
  background-position: right center;
  background-repeat: no-repeat;
  color: var(--clr-grn02);
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline}

  @media print, screen and (max-width: 767px) {
  .p-index_information_map_link a {
    padding-right: 20px;
    background-size: 14px auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-index_contactUs {
  padding: 120px 0;
  background-color: var(--clr-lGrn02);
}
@media print, screen and (max-width: 767px) {
  .p-index_contactUs {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_contactUs .l-cont_m {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_contactUs_side {
    width: 390px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-index_contactUs_form {
    width: calc(100% - 390px);
  }
}
@media print, screen and (max-width: 767px) {
  .p-index_contactUs_form {
    margin-top: 30px;
  }
}
.p-index_contactUs_form_dl_cont {
  margin-top: 24px;
}
@media print, screen and (max-width: 767px) {
  .p-index_contactUs_form_dl_cont {
    margin-top: 20px;
  }
}
.p-index_contactUs_form_dl_cont:first-of-type {
  margin-top: 0;
}
.p-index_contactUs_form_dl_cont dd {
  margin-top: 16px;
}
@media print, screen and (max-width: 767px) {
  .p-index_contactUs_form_dl_cont dd {
    margin-top: 14px;
  }
}