@charset "utf-8";
/*
Theme Name: ageha2025リニューアルテーマ
*/
/* 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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
  text-align: left;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --inner: 100rem;
  --color1: #FF008F;
  --color2: #FD74B4;
  --gra: linear-gradient(45deg,  rgba(255,132,201,1) 0%,rgba(255,0,144,1) 100%);
  --bgColor: #FFF0F7;
  --bgColor2: #FFD8EA;
  --black: #2C2C2C;
}
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

@media screen and (max-width: 441px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.75em;
  -webkit-text-size-adjust: 100%;
  color: var(--black);
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
  "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 1.5rem;
}
.jp {
  font-family: YakuHanMP,"Zen Maru Gothic","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

.en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.en2 {
  font-family: "Corinthia", cursive;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and ( min-width : 768px ) {
  body {
    padding-top: 8rem;
  }
}

sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  outline:none;
  color: #383011;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none !important;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.container {
  max-width: calc(var(--inner) + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container--large {
  max-width: 124rem;
}
.pt-0 {
  padding-top: 0 !important;
}

@media only screen and ( max-width : 767px ) {
  .br_pc {
    display: none;
  }
}

@media only screen and ( max-width : 441px ) {
  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .skinBody1,
  .skinBody2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .skinBody1{
  background:url(img/dot_bg02.png) repeat 0 0;
  }
  .skinBody2{
  background:url(img/dot_bg.png) repeat 0 0;
  }
}



/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}


@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: relative;
  height: 6rem;
}
.header-branding {
  position: absolute;
  width: 100%;
  height: 5rem;
  left: 0;
  padding: 0 1.5rem;
  top: 1rem;
}
.site-logo a {
  text-indent: -9999px;
  display: block;
  background: url('./img/logo.png') no-repeat center / contain;
  width: 12rem;
  height: 5rem;
}
.site-description {
  font-size: 1rem;
  height: 3rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}
.header-tel {
  width: 15rem;
  position: absolute;
  right: 7rem;
}
.header-tel .tel-note {
  background: #EDEDED;
  font-size: 1.1rem;
  display: block;
  text-align: center;
}
.header-tel .tel-opentime {
  font-weight: 700;
  font-size: 1.2rem;
  display: block;
}
.header-tel .icon-tel {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.5rem;
}
.header-tel .icon-tel img {
  display: block;
}
.header-tel .tel-number {
  color: var(--color1);
  font-weight: 500;
  line-height: 1;
  font-size: 2rem;
}

#menu_btn {
  transition: .3s;
  cursor: pointer;
  position: fixed !important;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  left: auto !important;
  background: var(--gra);
  width: 6rem;
  height: 6rem;
  border-radius: 0 0 0 2rem;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  height: 100svh;
  opacity: 1;
}
#main {
  height: 100%;
  transition: all .5s;
}
.menu-trigger {
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 2.4rem;
  height: 1.5rem;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all .5s;
}
#menu_btn .midnightHeader.white .menu-trigger span {
  background: #000;
}
#menu_btn.active .menu-trigger span {
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(3) {
}
#menu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(.7rem) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: .7rem;
  width: 70%;
  left: auto;
  right: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-.7rem) rotate(45deg);
}

#gNav {
  height: 100vh;
  overflow: auto;
  background: url(./img/nav_bg.jpg) no-repeat center / cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transition: all .2s;
  width: 100%;
  /*transform: translate(28rem);*/
  padding: 9rem 4rem 4rem;
  opacity: 0;
  visibility: hidden;
  box-shadow: -7px 0 10px rgba(0,0,0,.1);
}
#gNav.open {
  /*transform: translateZ(0);*/
  opacity: 1;
  visibility: visible;
}
.main-nav {
  margin-bottom: 4rem;
}
.main-nav li {
  position: relative;
}
.main-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 1.5rem 3rem;
  font-size: 1.8rem;
}

.main-nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(./img/ico-flower.png) no-repeat center / contain;
  top: 50%;
  transform: translateY(-50%);
}
.main-nav li a .jp {
  font-weight: 500;
}
.main-nav li a .en2 {
  color: var(--color1);
}
.main-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  opacity: .6;
  transition: .3s;
}
.main-nav li:last-child {
  margin-bottom: 0;
}

#gNav .sub-nav {
  margin: 2.5rem 0 4rem;
  padding: 0 4rem;
}
#gNav .sub-nav li {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
#gNav .sub-nav li:last-child {
  margin-bottom: 0;
}



#gNav .sns-nav a {
  display: flex;
  align-items: center;
  height: 6rem;
  border-radius: 6rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  padding: 0 1.5rem 0 6rem;
  margin-bottom: 1.5rem;
}
#gNav .sns-nav a:last-child {
  margin-bottom: 0;
}
#gNav .sns-nav a:before {
  content: "";
  position: absolute;
  left: 2.2rem;
}
#gNav .sns-nav .sns_instagram {
  background: url(./img/instagram_bg.jpg) no-repeat center left / cover;
}
#gNav .sns-nav .sns_instagram:before {
  background: url(./img/ico-instagram.png) no-repeat center / contain;
  width: 2.4rem;
  height: 2.4rem;
}
#gNav .sns-nav .sns_x {
  background: #0F1419;
}
#gNav .sns-nav .sns_x:before {
  background: url(./img/ico-x.png) no-repeat center / contain;
  width: 2rem;
  height: 2rem;
}
#gNav .sns-nav a:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: url(./img/arrow.svg) no-repeat center / contain;
}
.cta_line_btn,
.cta_mail_btn {
  width: 100%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.5rem 0 5.4rem;
  height: 6rem;
  border-radius: 6rem;
}
.cta_line_btn:before,
.cta_mail_btn:before {
  content: "";
  position: absolute;
  left: 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
}
.cta_line_btn:after,
.cta_mail_btn:after {
  content: "";
  position: absolute;
  right: 1.2rem;
  width: 1rem;
  height: 1rem;
  background: url(./img/arrow.svg) no-repeat center / contain;
}
.cta_line_btn {
  background: #4CC665;
}
.cta_line_btn:before {
  background: url(./img/ico-line.png) no-repeat center / contain;
}
.cta_mail_btn {
  background: var(--gra);
}
.cta_mail_btn:before {
  background: url(./img/ico-mail.png) no-repeat center / contain;
}
.contact-nav {
  margin-bottom: 4rem;
}
.contact-nav li {
  margin-bottom: 1.5rem;
}
.contact-nav li:last-child {
  margin-bottom: 0;
}

@media print, screen and ( min-width : 768px ) {
  #menu_btn {
    /* border-radius: 0 2rem 0 2rem; */
    position: fixed !important;
    top: 0;
    right: 0;
  }
  #gNav {
    border-radius: 4rem 0 0 4rem;
    position: fixed;
    top: 0;
    right: 0;
    width: 36rem;
    transform: translate(36rem);
  }
  #gNav.open {
    transform: translateZ(0);
  }
  .header-tel {
    right: 1.5rem;
  }
  .overlay {
    position: fixed;
  }
  .overlay.open {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
  }
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  padding: 0 0 6rem;
  margin: 3.75rem 0;
}
.footer-map {
  margin-bottom: 5rem;
}
.footer-map iframe {
  display: block;
  width: 100%;
  height: 32rem;
}
.footer-address {
  text-align: center;
  margin-bottom: 4rem;
}
.footer-sns {
  margin-bottom: 4rem;
}
.footer-sns a {
  height: 5rem;
  border-radius: 5rem;
  width: 24rem;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 6rem;
  margin-bottom: 1.5rem;
}
.footer-sns a:last-child {
  margin-bottom: 0;
}
.footer-sns a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.footer-sns a:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: url(./img/arrow.svg) no-repeat center / contain;
}
.footer-sns .footer_sns_instagram {
  background: url(./img/instagram_bg.jpg) no-repeat center left / cover;
}
.footer-sns .footer_sns_instagram:before {
  background: url(./img/ico-instagram.png) no-repeat center / contain;
  width: 2rem;
  height: 2rem;
}
.footer-sns .footer_sns_x {
  background: #0F1419;
}
.footer-sns .footer_sns_x:before {
  background: url(./img/ico-x.png) no-repeat center / contain;
  width: 1.6rem;
  height: 1.6rem;
}
.footer-nav {
  margin-bottom: 5rem;
}
.footer-nav li {
  position: relative;
  font-size: 1.4rem;
}
.footer-nav li a {
  display: block;
  padding: 0 1em;
  text-decoration: underline;
}
.footer-nav li:after {
  content: "";
  background: var(--black);
  width: 1px;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-nav li:last-child::after {
  content: none;
}
.footer-copy {
  text-align: center;
  display: block;
}


/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */

#fixed_btn {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.fixed_btn_inner {
  display: flex;
}
.fixed_btn_inner a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  color: #fff;
  font-size: 1.4rem;
}
.fixed_btn_inner a:hover {
  opacity: 1;
}
.fixed_btn_inner .line {
  background: #4CC665;
}
.fixed_btn_inner .mail {
  background: var(--gra);
}
.fixed_btn_inner .icon {
  width: 3.8rem;
  margin-right: .5rem;
}
.fixed_btn_inner .text {
  line-height: 1.3;
  font-weight: 500;
}

@media only screen and ( max-width : 767px ) {
  
}
@media print, screen and ( min-width : 768px ) {
  #fixed_btn {
    bottom: 0;
  }
  .fixed_btn_inner {
    max-width: 442px;
    margin: 0 auto;
  }
}



/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main {
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.sec {
  padding: 4rem 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media only screen and ( max-width : 991px ) {
  #pc_fixed_nav {
    display: none;
  }
}
@media only screen and ( max-width : 767px ) {
  #pc_fixed_qr {
    display: none;
  }
}

@media print, screen and ( min-width : 442px ) {
  #wrapper:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(./img/bg_ageha.png) no-repeat right top / auto 100% fixed, url(./img/bg.jpg) no-repeat center / cover fixed;
  }
  #wrapper {
    max-width: 442px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    box-shadow: 0px 7px 20px rgba(0,0,0,.25);
  }
}
@media print, screen and ( min-width : 768px ) {
  #wrapper {
    border-radius: 2rem 2rem 0 0;
  }
  #pc_fixed_qr {
    position: fixed;
    right: 0;
    bottom: 0;
    /* max-width: 16%; */
    width: calc(50% - (442px / 2));
    display: flex;
    flex-direction: column;
    align-items:flex-end;
    padding: 4rem;
  }
  .pc-fixed-qr-group {
    margin-bottom: 5rem;
  }
  .pc-fixed-qr-group:last-child {
    margin-bottom: 0;
  }
  .pc-qr-title {
    margin-bottom: 1.5rem;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .pc-qr-title:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 12.6rem;
    height: 3rem;
    background: url(./img/qr-balloon.png) no-repeat center / contain;
  }
  .pc-qr-title p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .pc-qr-title,
  .pc-qr {
    text-align: center;
  }
}
@media print, screen and ( min-width : 992px ) {
  #pc_fixed_nav {
    top: 0;
    left: 0;
    width: calc(50% - (442px / 2));
    padding: 4rem;
    height: 100%;
    position: fixed;
    -ms-overflow-style: none;  /* IE, Edge */
    scrollbar-width: none;     /* Firefox */
    overflow: auto;
  }
  #pc_fixed_nav::-webkit-scrollbar {
    display: none;             /* Chrome, Safari */
  }
  .pc-fixed-nav-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
  }
  .pc-fixed-nav-inner {
    max-width: 360px;
  }
  .pc-logo {
    max-width: 24rem;
    max-width: 90%;
  }
  .pc-logo,
  .pc-nav {
    margin-bottom: 2vw;
  }
  .pc-nav {
    display: flex;
    flex-direction: column;
  }
  .pc-nav li {
    position: relative;
  }
  .pc-nav li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 0 1.2rem 3rem;
    font-size: 1.6vw;
    position: relative;
  }
  .pc-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 2rem;
    height: 2rem;
    background: url(./img/ico-flower.png) no-repeat center / contain;
    top: 50%;
    transform: translateY(-50%);
  }
  .pc-nav li a .jp {
    font-weight: 500;
  }
  .pc-nav li a .en2 {
    color: var(--color1);
  }
  .pc-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    opacity: .6;
    transition: .3s;
  }
  .pc-nav li:last-child {
    margin-bottom: 0;
  }
  .pc-nav-contact-list {
    gap: 1vw;
  }
  .pc-nav-contact-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 50%;
    width: 12vw;
    height: 12vw;;
    border: 1px solid #fff;
    box-shadow: .3rem .3rem 1rem rgba(255,255,255,.3) ,
    -.3rem .3rem 1rem rgba(255,255,255,.3) ,
    .3rem -.3rem 1rem rgba(255,255,255,.3) ,
    -.3rem -.3rem 1rem rgba(255,255,255,.3);
  }
  .pc-nav-contact-list li a span {
    text-align: center;
    line-height: 1.3;
    font-size: 1.1vw;
  }
  .pc-nav-contact-list li a .icon {
    width: 4vw;
  }
  .pc-nav-contact-list .pc-nav-contact-line a {
    background: #4CC665;
  }
  .pc-nav-contact-list .pc-nav-contact-mail a {
    background: var(--gra);
  }
}
@media screen and (min-width: 992px) and (max-height: 1000px) {
  .pc-nav li a {
    font-size: 1.4vw;
  }
}
@media print, screen and ( min-width : 1400px ) {
  .pc-logo,
  .pc-nav {
    margin-bottom: 4rem;
  }
  .pc-logo {
    max-width: 30.4rem;
  }
  .pc-nav li a {
    padding: 1.5rem 0 1.5rem 3rem;
    font-size: 2.4rem;
  }
  .pc-nav-contact-list {
    gap: 2rem;
  }
  .pc-nav-contact-list li a {
    width: 17rem;
    height: 17rem;;
  }
  .pc-nav-contact-list li a span {
    font-size: 1.4rem;
  }
  .pc-nav-contact-list li a .icon {
    width: 6.2rem;
  }
}
@media screen and (min-width: 1400px) and (max-height: 1000px) {
  .pc-logo {
    max-width: 26rem;
  }
  .pc-nav li a {
    font-size: 1.8rem;
    padding: 1.2rem 0 1.2rem 3rem;
  }
  .pc-logo {
    margin-bottom: 1.5rem;
  }
  .pc-nav {
    margin-bottom: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
.title-balloon {
  color: var(--color1);
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
}
.title-balloon span {
  display: inline-block;
  position: relative;
  padding: 0 2.5rem;
  text-align: center;
  line-height: 1.3;
}
.title-balloon span:before,
.title-balloon span:after {
  content: "";
  position: absolute;
  height: 100%;
  width:1px;
  border-left: 1px dotted var(--color1);
  bottom: 0;
}
.title-balloon span:before {
  left: 0;
  transform: rotate(-25deg);
}
.title-balloon span:after {
  right: 0;
  transform: rotate(25deg);
}
.title {
  color: var(--color1);
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
}
.sec_title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  position: relative;
}
.sec_title__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--color1);
  position: relative;
  z-index: 2;
  text-align: center;
}
.sec_title__title_large {
  font-size: 3.4rem;
}
.sec_title__subtitle {
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.sec_title__subtitle span {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
  line-height: 1.3;
}
.sec_title__subtitle span:before,
.sec_title__subtitle span:after {
  content: "";
  position: absolute;
  height: 100%;
  width:1px;
  border-left: 1px dotted var(--color1);
  bottom: 0;
}
.sec_title__subtitle span:before {
  left: 0;
  transform: rotate(-25deg);
}
.sec_title__subtitle span:after {
  right: 0;
  transform: rotate(25deg);
}
.sec_title__en {
  position: absolute;
  font-size: 12rem;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: var(--color1);
  z-index: 1;
  opacity: .08;
  white-space: nowrap;
}
.bg {
  background: var(--bgColor2);
}
.bg .sec_title__en {
  color: #fff;
  opacity: .5;
}
.sec_lead_text {
  line-height: 2;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and ( max-width : 767px ) {
  .title {
    font-size: 2.2rem;
  }
  .cta_area_inner .title-balloon {
    font-size: 2.2rem;
  }
}
@media print, screen and ( min-width : 768px ) {
}



/* ---------------------------------------------------------------------------------------------

　   CTA

--------------------------------------------------------------------------------------------- */
.cta_area {
  background: url(./img/cta_bg.jpg) no-repeat center / cover;
  padding: 2rem;
}
.cta_area_inner {
  background: #fff;
  border-radius: 1.5rem;
  padding: 3rem 1.5rem;
}
.cta_area_inner .contact-cta {
  margin-top: 2rem;
}
.merit-list {
  background: var(--bgColor);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  position: relative;
  margin: 3rem 0;
}
.merit-list:before {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 4.2rem;
  background: url(./img/butterfly01.png) no-repeat center / contain;
  right: 1.5rem;
  top: -2rem;
}
.merit-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.5rem;
  font-size: 1.5rem;
}
.merit-list ul li {
  color: var(--color2);
}
.merit-list ul li:before {
  content: "#";
}
.contact-cta li {
  margin-bottom: 1.5rem;
}
.contact-cta li:last-child {
  margin-bottom: 0;
}
.contact-cta li a {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and ( max-width : 767px ) {
  .contact-cta li a {
    font-size: 1.7rem;
  }
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background: #2F2F2F;
  color: #fff;
  border-radius: 6rem;
  position: relative;
  margin: 0 auto;
  height: 6rem;
  width: 90%;
  max-width: 34rem;
  font-size: 1.6rem;
}
.btn:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(./img/arrow.svg) no-repeat center / contain;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn_pink {
  background: var(--color1);
}
.btn_gra {
  background: var(--gra);
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}



/* ---------------------------------------------------------------------------------------------

　   CONTENTS BOX

--------------------------------------------------------------------------------------------- */
.reasons_list_item {
  margin-left: -2rem;
  margin-right: -2rem;
}
.contents_item {
  border-radius: 3rem;
  padding: 3rem 2rem;
}
.contents_item:nth-child(odd) {
  background: #FFE5F1;
}
.contents_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.contents_item_num {
  background: url(./img/flower.png) no-repeat center / 100%;
  width: 9.6rem;
  height: 9.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 500;
  margin-left: -.4rem;
  z-index: 2;
  position: relative;
  margin-bottom: -1.8rem;
  text-shadow: 0 0 1rem rgba(0,0,0,.3);
}
.contents_item_num_en {
  font-size: .8rem;
}
.contents_item_num_num {
  font-size: 3rem;
  line-height: 1;
}
.contents_item_title {
  width: calc(100% - 9.6rem);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
h4.contents_item_title {
  text-align: center;
  width: 100%;
  color: var(--color1);
  margin-bottom: 1.5rem;
}
.contents_item_img {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.contents_item_img img {
  border-radius: 2rem;
}

.contents_item_img figcaption {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 2rem;
}
.contents_item_img figcaption span {
  padding: .1em .5em;
  background-color: #fff;
  border-radius: 0 .5rem .5rem 0;
  display: inline-block;
  margin-bottom: .5em;
  font-weight: 500;
  color: var(--color1);
  font-size: 1.7rem;
}
.contents_item_img figcaption span:last-child {
  margin-bottom: 0;
}
.contents_item_text {
  line-height: 1.8;
}
.contents_item_small_text {
  font-size: 1.2rem;
}
.contents_item_img_bonus {
  margin: 2rem 0;
}
.contents_item_inner {
  padding: 2rem 2rem 3rem;
}


.charm_slider .contents_item {
  padding: 1.5rem;
  border-radius: 1.5rem;
}
.charm_slider .contents_item,
.charm_slider .contents_item:nth-child(odd) {
  background: #fff;
}
.system_slider .contents_item {
  padding: 0;
  border-radius: 1.5rem;
  margin-top: 1.5rem;
  background: #FFE5F1;
}
.charm_slider .contents_item_num {
  margin-bottom: 0;
  width: 9rem;
  height: 8.6rem;
}
.system_slider .contents_item_num {
  margin-top: -1.5rem;
  margin-left: -1rem;
}
.slider .contents_item_title {
  color: var(--color1);
  width: calc(100% - 9rem);
  font-size: 1.9rem;
}
.system_slider .contents_item_header {
  background: var(--bgColor2);
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 0 1rem 0 2rem;
}
.slider .contents_item_img {
  margin-bottom: 0;
}
.charm_slider .contents_item_img img {
  border-radius: 1rem;
}
.charm_slider .contents_item_text {
  margin-bottom: 2rem;
}
.contents_item_img_system {
  margin-bottom: 2rem;
}
.system_slider .support_list {
  margin-top: 3rem;
}
.support_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support_list li {
  width: 49%;
  background: #fff;
  border: 2px solid var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  color: var(--color2);
  border-radius: .5rem;
  margin-top: 2%;
  font-weight: 500;
}
.support_list li:nth-child(-n+2) {
  margin-top: 0;
}
.gallery_slider {
  margin-left: -2rem;
  margin-right: -2rem;
}
.gallery_slider .slick-prev {
  left: 0;
}
.gallery_slider .slick-next {
  right: 0;
}
.voice_slider {
  margin-left: -1rem;
  margin-right: -1rem;
}
.voice_list .contents_item {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
  padding-top: 0;
  border-radius: 1.5rem;
}
.voice_slider .contents_item {
  margin: 5rem 1rem 1rem;
}
.voice_item_img {
  width: 15rem;
  display: block;
}
.voice_item_img img {
  border-radius: 50%;
}
.voice_slider .voice_item_img {
  margin: -4rem auto 1rem;
}
.voice_item_title {
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}
.voice_item_title span {
  font-size: 1.5rem;
}
.voice_item_text {
  text-align: center;
  font-size: 1.3rem;
}
.voice_dl_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 3rem 0 2.5rem;
}
.voice_dl_list dt,
.voice_dl_list dd {
  margin-bottom: .5rem;
}
.voice_dl_list dt {
  background: var(--color2);
  color: #fff;
  width: 9rem;
  border-radius: 2rem;
  margin-right: 1.5rem;
  text-align: center;
  padding: .5rem 0;
  font-size: 1.3rem;
}
.voice_dl_list dd {
  width: calc(100% - (9rem + 1.5rem));
  padding: .2rem 0;
}
.flow_slider {
  margin-left: -1rem;
  margin-right: -1rem;
}
.flow_slider .contents_item {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
  margin: 4rem 1rem 1rem;
  padding-top: 0;
  border-radius: 1.5rem;
  padding-bottom: 2rem;
}
.flow_slider .contents_item_inner {
  padding: 0;
}
.flow_slider .contents_item_inner .contents_item_img {
  width: 12rem;
  margin-right: 1.5rem;
}
.flow_slider .contents_item_inner .contents_item_img img {
  width: 100%;
}
.flow_slider .contents_item_inner .contents_item_text_wrap {
  width: calc(100% - 13.5rem);
}
.flow_slider .contents_item_title {
  width: 100%;
  margin-bottom: 1rem;
}
.flow_slider .contents_item_num {
  margin: -4rem auto .5rem;
}
.flow_slider .contents_item_text {
  font-size: 1.4rem;
}
.voice_slider .slick-prev,
.flow_slider .slick-prev {
  left: -1rem;
}
.voice_slider .slick-next,
.flow_slider .slick-next {
  right: -1rem;
}

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */

.accordion_wrap {
  border-radius: .5rem;
  background: var(--bgColor);
  margin-bottom: 1.5rem;
}
.accordion_wrap:last-child {
  margin-bottom: 0;
}
.accordion_header {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 1.5rem 5rem 1.5rem 4rem;
  font-weight: 700;
}
.accordion_header:before {
  content: "Q";
  color: var(--color1);
  font-size: 2.2rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.acc_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: .3s;
  right: 2rem;
}
.accordion_header.open .acc_arrow {
  transform: translateY(-50%) rotate(180deg);
  background: url(./img/ico-minus.png) no-repeat center / 100%;
}
.accordion_header.open .acc_arrow img {
  opacity: 0;
}
.acc_arrow img {
  display: block;
}
.accordion_content {
  position: relative;
  display: none;
  border-top: 1px dotted var(--color1);
  font-size: 1.4rem;
  padding: 1.5rem;
}
.accordion_content p {
  line-height: 1.8em;
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}


/* ---------------------------------------------------------------------------------------------

　   pagenavi

--------------------------------------------------------------------------------------------- */

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wp-pagenavi .pages,
.previouspostslink,
.nextpostslink {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 3rem;
  height: 3rem;
  background: #f1f1f1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
  color: #111;
  font-weight: 700;
  font-size: 1.4rem;
  border: none;
  border-radius: 50%;
}
.wp-pagenavi .page:hover {
  background: var(--color2);
  color: #fff;
}
.wp-pagenavi .current {
  background: var(--color2);
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}
.wp-pagenavi .extend {
  display: flex;
  align-items: center; 
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: flex;
  align-items: center;
  padding-top: .7em;
}
@media only screen and ( max-width : 767px ) {
  .wp-pagenavi {
    margin-top: 5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .wp-pagenavi {
    margin-top: 10rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
