/*
Theme Name: jette24
*/


@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --color-main: #14191d;
  --color-pink: #ef4a5f;
  --color-lightpink: #fff3f3;
  --color-black2: #382b20;
  --color-water: #9CD5EA;
  --color-lightyellow: #fff2cc;
  --color-lightgray: #f6efe9;
  --pc-width: 500px;/*430*/
}

/*--------------------------------------------------------------
# common
--------------------------------------------------------------*/
/*layout*/

.c-block-bg {
  display: none;
}

@media (min-width: 767px) {
  #page {
    position: relative;
    max-width: var(--pc-width);
    margin: auto;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .logo,
  #nav-toggle {
    display: none;
  }

  .c-block-bg {
  display: block;
  position: fixed;
  width: 100%;
}
}



.c-block-bg_l {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc((100vw - var(--pc-width)) / 2);
  height: 100vh;
  background: var(--color-lightyellow);
}

.c-block-bg_r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc((100vw - var(--pc-width)) / 2);
  height: 100vh;
  background: var(--color-lightyellow);
  display: flex;
  align-items: center;
}

.c-block-bg_l img {
  position: absolute;
  inset: 0;
  width: 200px;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .section {
    padding: 3rem 1.5rem
  }
}

/**/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #14191d !important;
}

strong,
h1,
h2,
h3,
h4 {
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: "BIZ UDGothic", sans-serif;
}

p,
li,
th,
td,
.title,
.subtitle {
  font-weight: 700;
}

img {
  vertical-align: bottom;
}

@media (max-width: 767px) {
.site-main {
  padding-top: 60px;
}
}

.colored-pink {
  color: var(--color-pink) !important;
}

.bg-pink {
  background-color: var(--color-pink);
}

.bg-pink h2,
.bg-pink h3,
.bg-pink p,
.bg-pink li,
.bg-pink a {
  color: #fff;
}

.bg-pink .card h2,
.bg-pink .card h3,
.bg-pink .card p {
  color: var(--color-main);
}

.bg-black2 {
  background-color: var(--color-black2);
}

.bg-black2 h2,
.bg-black2 h3,
.bg-black2 p,
.bg-black2 li,
.bg-black2 a {
  color: #fff;
}

.bg-lightpink {
  background-color: var(--color-lightpink);
}

.bg-water {
  background-color: var(--color-water);
}

.bg-lightyellow {
  background-color: var(--color-lightyellow);
}

.bg-lightgray {
  background-color: var(--color-lightgray);
}


.keiko_brown {
  background: linear-gradient(transparent 50%, #42210b 50%);
}

.keiko_blue {
  background: linear-gradient(transparent 50%, rgba(107, 182, 255, 0.24) 50%);
  padding-left: 5px;
  padding-right: 5px;
}

.keiko_yellow {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
  padding-left: 5px;
  padding-right: 5px;
}

.keiko_green {
  background: linear-gradient(transparent 50%, rgba(151, 232, 154, 0.69) 50%);
  padding-left: 5px;
  padding-right: 5px;
}

.keiko_red {
  background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
  padding-left: 5px;
  padding-right: 5px;
}

.svg-wave-top {
  margin-bottom: -10px;
}

.svg-wave-bottom {
  margin-top: -10px;
}


.is-radius {
  border-radius: 1rem;
}

.card {
  border-radius: 2rem;
  overflow: hidden;
}

.text1 {
  border-bottom: 4px dashed var(--color-pink);
  padding-bottom: 4px;
  margin-bottom: 10px
}


.button {
  font-weight: bold;
}

.arrow {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.btn-pink a {
  background-color: var(--color-pink);
  color: #fff;
}

.btn-pink a:hover {
  background-color: #fff;
  color: var(--color-black2);
}

.btn1 a {
  position: relative;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  background-color: var(--color-pink);
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: auto;
}

/* header */
.header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 10;
  top: 0;
  background: rgba(255, 255, 255, 0);
  background-clip: padding-box;
  /*border-bottom:1px solid rgba(255,255,255,0.5);*/
  /*transition:all 1s ease;*/
}

.header.logo-bk {
  transition: all 1s ease;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
background-color: rgba(255,255,255,0.5);*/
}

/* footer */
footer {
  position: relative;
}

/* logo */
.logo {
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  float: left;
}

.logo img {
  height: 60px;
  width: auto;
  padding: 12px;
}

.logo a {
  color: #111;
}

.-before {
  display: block;
}

.-after {
  display: none;
}

.logo-bk .-before {
  display: none;
}

.logo-bk .-after {
  display: block;
}


/* nav */
.nav ul {
  right: 0;
  list-style-type: none;
  position: absolute;
  margin: 0;
}

.nav ul li {
  line-height: 60px;
  font-size: 1.3rem;
  display: inline;
  margin-right: 20px;
}

.nav ul li:last-child {
  margin-right: 0;
}

.nav ul li a {
  color: #111;
}

.header.shown .nav ul li a {
  color: #111;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  height: 40px;
  width: 40px;

}

#nav-toggle>div {
  position: relative;
  width: 22px;
}

.header button {
  background: #fff;
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.header .ham {
  display: inline-flex;
  width: 16px;
  height: 12px;
  position: relative;
}

.ham span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

.ham span:nth-child(1) {
  top: 0;
}

.ham span:nth-child(2) {
  top: 6px;
}

.ham span:nth-child(3) {
  top: 12px;
}

body {
  height: 100%;
  overflow: hidden;
}

.ham.open {
  width: 16px;
  height: 26px;
}

.ham.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ham.open span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.ham.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1100;
}

#gloval-nav {
  display: none;
  background: #fff;
  color: var(--color-main);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.gloval-nav a {
  color: var(--color-main);
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}

.gloval-nav a:hover {
  color: var(--color-pink);
}

.gloval-nav ul {
  list-style: none;
  padding-bottom: 6px;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}

.gloval-nav ul li a {
  width: 100%;
  display: block;
  padding: 0;
}

.gloval-nav ul li {
  font-size: 1.2rem;
  padding: 10px 0 6px;
  border-top: 1px solid #eee;
}

.gloval-nav ul li span {
  font-size: 0.8rem;
}

.nav-cta {
  display: block;
  padding: 20px 20px 0;
  border-top: 1px solid #666;
}

.nav-cta .col {
  width: 48% !important;
}

.gloval-nav .phone {
  margin: 0;
}

.gloval-nav .phone a {
  font-size: 2.4rem;
}

.gloval-nav .nav-cta .col {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/
.page .entry-header {
  text-align: center;
  margin-bottom: 40px;
}

.page .entry-header h2 {
  font-size: 40px;
}

.page .entry-header h3 {
  font-size: 14px;
}


/*index*/
.hero.is-fullheight {
  min-height: 100svh;
}

.index-hero {
  background-size: cover;
  background-position: center;
  position: relative;
}

.kv-body {
  z-index: 1;
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
  color: #fff;
}

.kv-body img {
  width: 50%;
}

.hero-news {
  background: #fff;
  border-radius: 10px;
  z-index: 1;
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 5%;
  padding: 15px 20px;
}

.hero-news .arrow {
  position: absolute;
  right: 2px;
}

.hero {}

.hero-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.hero-bg-swiper {
  width: 100%;
  height: 100%;
}

.hero-bg-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-content {
  z-index: 1;
  position: relative;
  background: #fff;
}

/** plugin **/

/* js-container */

.js-scroll .js-scroll-item {
  overflow: hidden;
  position: relative;
}

.js-scroll .js-scroll__item-wrap {
  overflow: hidden;
  position: relative;
}

.js-scroll__item {
  display: block;
  transform: translateX(-10%);
  position: relative;
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  z-index: 10;
}

.js-scroll .js-scroll__item:before {
  background: #111;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(0.500%);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
  width: 100%;
  z-index: 11;
}

.js-scroll__img {
  display: block;
  transform: translateX(-10%);
  position: relative;
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  z-index: 10;
}

.js-scroll .js-scroll-item:before {
  background: #111;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(0.500%);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
  width: 100%;
  z-index: 11;
}

.js-scroll.shown .js-scroll__item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.js-scroll.shown .js-scroll__item:before {
  transform: translateX(101%);
}

.js-scroll__ttl {
  line-height: 1.5 !important;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: inline-block;
}

.js-scroll__ttl:before {
  background: #111;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(0%);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  width: 100%;
  z-index: 11;
}

.js-scroll__ttl-in {
  display: inline-block;
  opacity: 1;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.js-scroll__ttl-sub {
  bottom: 0;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.shown .js-scroll__ttl-sub {
  bottom: 0;
  opacity: 1;
}

.js-scroll__up {
  bottom: -30px;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-scroll .js-scroll__up:nth-child(1) {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.js-scroll .js-scroll__up:nth-child(2) {
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
}

.js-scroll .js-scroll__up:nth-child(3) {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.js-scroll .js-scroll__up:nth-child(4) {
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
}

.js-scroll .js-scroll__up:nth-child(5) {
  -webkit-transition-delay: 1.0s !important;
  transition-delay: 1.0s !important;
}

.js-scroll__fadein {
  opacity: 0;
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-scroll.shown .js-scroll__img {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.js-scroll.shown .js-scroll-item:before {
  transform: translateX(101%);
}

.js-scroll.shown .js-scroll__ttl:before {
  transform: translateX(101%);
}

.js-scroll.shown .js-scroll__ttl:before {
  transform: translateX(101%);
}

.js-scroll.shown .js-scroll__ttl-in {
  opacity: 1;
}

.js-scroll.shown .js-scroll__up {
  bottom: 0;
  opacity: 1;
}

.js-scroll.shown .js-scroll__fadein {
  left: 0;
  opacity: 1;
}

.js-scroll__fadein.shown {
  left: 0;
  opacity: 1;
}

.js-scroll__cap {
  bottom: -30px;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-scroll__cap.shown {
  bottom: 0;
  opacity: 1;
}

.js-scroll__txt {
  bottom: 0;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.js-scroll__txt.shown {
  bottom: 0;
  opacity: 1;
}

.js-scroll__left {
  left: -50px;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.js-scroll__right.shown {
  right: 0;
  opacity: 1;
}

.js-scroll__right {
  right: -50px;
  opacity: 0;
  position: relative;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.js-scroll__left.shown {
  left: 0;
  opacity: 1;
}

.js-scroll__up.shown {
  bottom: 0;
  opacity: 1;
}

/* swiper */

.p-swiper {
  /*    width: 100vw;
    margin: 0 calc(50% - 50vw);*/
  overflow: hidden;
}

.p-swiper .swiper {
  padding-left: 3rem;
  overflow: visible;
}

.p-swiper .swiper-pagination {
  position: relative;
}

.p-swiper img {
  border-radius: 10px;
}

.p-swiper-auto {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

@media (min-width: 767px) {
  .p-swiper-auto {
    width: 100vw;
    margin: 0 calc(50% - var(--pc-width) / 2);
    width: 100vw;
    max-width: var(--pc-width);
    overflow: hidden;
  }
}

.p-swiper-auto .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: var(--color-pink)
}

/*a*/
.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}


.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #151E2F;
  font-size: 17px;
}

/* accordion */
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "Q";
  top: -1px;
  left: 0;
  color: var(--color-pink);
  font-size: 17px;
  font-weight: bold;
}


.accordion-content span::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 2px;
  color: var(--color-black2);
  font-size: 17px;
  font-weight: bold;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}