@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 4vw;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-family: "Noto Sans JP";
  font-style: normal;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
}

.noto {
  font-family: "Noto Sans JP";
}

.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc02-block {
  display: none;
}
@media screen and (min-width: 900px) {
  .pc02-block {
    display: block;
  }
}

.pc-middle {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-middle {
    display: block;
  }
}

.pc-large-block {
  display: none;
}

.pc-middle-block {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

span.inline-block {
  display: inline-block;
}

.sup {
  font-size: 0.5em;
  vertical-align: super;
}

svg {
  display: block;
}

:root {
  --yel: #F4E358;
  --beg: #EFEFE3;
  --pnk: #E65E74;
  --red: #9F2827;
  --blue: #435A9F;
  --lgreen: #9FB2AC;
}

header {
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  header {
    width: calc(100% - 400px);
    height: 100vh;
    background: var(--beg);
    padding: 75px 0 40px;
    box-sizing: border-box;
    min-height: auto;
    overflow-y: scroll;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
  }
}
@media screen and (min-width: 900px) {
  header {
    width: calc(50% - 200px);
  }
}
header.active div.hd-inner button.js-burger span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
header.active div.hd-inner button.js-burger span:nth-of-type(2) {
  opacity: 0;
}
header.active div.hd-inner button.js-burger span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
header.active nav.g-nav {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: fill;
}
@media screen and (min-width: 768px) {
  header div.pc-hd-inner {
    width: 90%;
    margin: auto;
    max-width: 335px;
  }
}
header div.hd-inner {
  padding: 0 3% 0 5%;
  height: 15vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  header div.hd-inner {
    padding: 0;
    height: auto;
    display: block;
    width: 90%;
    margin: auto;
  }
}
header div.hd-inner a.hd-logo {
  display: block;
  width: 55%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  header div.hd-inner a.hd-logo {
    width: 100%;
    margin: 0 0 20px;
  }
}
header div.hd-inner button.js-burger {
  width: 10vw;
  height: 10vw;
  margin: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header div.hd-inner button.js-burger {
    display: none;
  }
}
header div.hd-inner button.js-burger span {
  display: block;
  position: absolute;
  background: #000;
  width: 60%;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header div.hd-inner button.js-burger span:nth-of-type(1) {
  top: 30%;
}
header div.hd-inner button.js-burger span:nth-of-type(2) {
  top: 50%;
}
header div.hd-inner button.js-burger span:nth-of-type(3) {
  top: 70%;
}
header nav.g-nav {
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  position: absolute;
  top: 15vw;
  background: rgba(255, 255, 255, 0.97);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  header nav.g-nav {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background: none;
    position: revert;
    width: 90%;
    margin: auto;
    pointer-events: fill;
  }
}
header nav.g-nav a {
  font-size: 1em;
  padding: 1.6em 2em;
  font-weight: 600;
  display: block;
  border-top: solid 1px #C0C0C0;
}
@media screen and (min-width: 768px) {
  header nav.g-nav a {
    border: none;
    padding: 1em 0 1em 1.6em;
    position: relative;
    font-size: 0.94rem;
  }
  header nav.g-nav a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: var(--pnk);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  header nav.g-nav a.active::after {
    opacity: 0.45;
  }
}
@media screen and (min-width: 900px) {
  header nav.g-nav a {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1000px) {
  header nav.g-nav a {
    font-size: 0.92rem;
  }
}
@media screen and (min-width: 1280px) {
  header nav.g-nav a {
    font-size: 15px;
  }
}
header div.pc-box {
  /*a*/
}
@media screen and (min-width: 768px) {
  header div.pc-box {
    margin-top: 40px;
  }
}
header div.pc-box p.hd-pc-box-txt01 {
  width: 66.8%;
  margin: auto;
}
header div.pc-box p.hd-pc-box-txt02 {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  header div.pc-box p.hd-pc-box-txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1000px) {
  header div.pc-box p.hd-pc-box-txt02 {
    font-size: 0.94rem;
  }
}
header div.pc-box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header div.pc-box a span {
  display: inline-block;
}
header div.pc-box a span.arrow {
  width: 0.6em;
}
header div.pc-box a.btn01 {
  margin: 4% auto 0;
  background: var(--yel);
  border: solid 0.14em #000;
  padding: 0.4em 0.6em 0.4em 1em;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.24rem;
}
@media screen and (min-width: 900px) {
  header div.pc-box a.btn01 {
    font-size: 1.56vw;
    transition: all 0.3s;
  }
  header div.pc-box a.btn01:hover {
    background: #307DC1;
    color: #fff;
  }
  header div.pc-box a.btn01:hover svg {
    fill: #fff;
  }
  header div.pc-box a.btn01:hover svg path {
    fill: #fff;
    stroke: #fff;
  }
}
@media screen and (min-width: 1280px) {
  header div.pc-box a.btn01 {
    font-size: 20px;
  }
}
header div.pc-box a.btn02 {
  width: 90%;
  margin: 5% auto 0;
  font-weight: 500;
  border: solid 0.16em #000;
  padding: 0.7em 1em;
  font-size: 1rem;
}
@media screen and (min-width: 900px) {
  header div.pc-box a.btn02 {
    font-size: 1.3vw;
    transition: all 0.3s;
  }
  header div.pc-box a.btn02:hover {
    background: #307DC1;
    color: #fff;
  }
  header div.pc-box a.btn02:hover svg {
    fill: #fff;
  }
  header div.pc-box a.btn02:hover svg path {
    fill: #fff;
    stroke: #fff;
  }
}
@media screen and (min-width: 1280px) {
  header div.pc-box a.btn02 {
    font-size: 16px;
  }
}
header div.pc-box a.btn02 span.txt {
  padding-left: 23%;
}
header div.pc-box a.add-btn {
  margin: 5% auto 0;
}
@media screen and (min-width: 768px) {
  header div.pc-box a.add-btn {
    transition: all 0.4s;
  }
  header div.pc-box a.add-btn:hover {
    transition: all 0.4s;
    opacity: 0.6;
  }
}
header div.pc-box div.hd-pc-box-logo {
  width: 90%;
  margin: 35px auto 0;
}
header div.pc-box p.hd-pc-box-num {
  width: 90%;
  margin: 15px auto 10px;
}
header div.pc-box p.hd-pc-box-txt03 {
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  header div.pc-box p.hd-pc-box-txt03 {
    font-size: 1.1vw;
  }
}
@media screen and (min-width: 1280px) {
  header div.pc-box p.hd-pc-box-txt03 {
    font-size: 13px;
  }
}

div.pc-r-bg {
  width: calc(50% - 200px);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(../myimg/pc-r-bg.png);
  background-size: cover;
  background-position: top;
}

a.fix-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: var(--yel);
  width: 90.2%;
  padding: 0.6em 1em;
  box-sizing: border-box;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  z-index: 2;
  border-radius: 0.6em 0.6em 0 0;
  transition: all 0.6s;
  opacity: 0;
}
a.fix-btn.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
a.fix-btn span {
  display: block;
}
a.fix-btn span.arrow {
  width: 8vw;
  height: 8vw;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  border-radius: 50em;
}
a.fix-btn span.arrow img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

div.main-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  div.main-wrap {
    width: 400px;
    margin: 0 0 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4470588235);
    z-index: 10;
    position: relative;
    background: #fff;
  }
}
@media screen and (min-width: 900px) {
  div.main-wrap {
    margin: auto;
  }
}

div.hero-area {
  position: relative;
  padding: 15vw 0 12%;
  /*div.hero-area-inner{*/
  /*a*/
}
@media screen and (min-width: 768px) {
  div.hero-area {
    padding: 0 0 12%;
    z-index: 2;
  }
}
div.hero-area div.hero-area-inner {
  position: relative;
  /*div.hero-img-wrap{*/
}
div.hero-area div.hero-area-inner p {
  position: absolute;
}
div.hero-area div.hero-area-inner p.hero-txt01 {
  width: 37.6%;
  left: 8%;
  bottom: 6%;
  z-index: 3;
}
div.hero-area div.hero-area-inner div.hero-img-wrap {
  background: #EFEFE3;
  position: relative;
}
div.hero-area div.hero-area-inner div.hero-img-wrap div.hero-img01 {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
div.hero-area div.hero-area-inner div.hero-img-wrap div.hero-img02 {
  width: 37.3%;
  position: absolute;
  left: 0;
  top: 0;
}
div.hero-area div.hero-area-inner div.hero-img-wrap div.hero-img03 {
  width: 37.3%;
  position: absolute;
  right: 0;
  bottom: 3%;
}
div.hero-area div.hero-area-inner div.hero-img-wrap div.hero-img04 {
  width: 21.3%;
  position: absolute;
  right: 8%;
  top: 4%;
}
div.hero-area div.roop-slide {
  margin-bottom: 3%;
}
div.hero-area h1 {
  width: 86%;
  margin: 0 auto;
  padding-top: 8%;
  position: relative;
}
div.hero-area h1 span.dog-illust {
  display: block;
  width: 20%;
  position: absolute;
  right: 0;
  top: 0;
}
div.hero-area p.hero-txt03 {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
div.hero-area a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
div.hero-area a span {
  display: inline-block;
}
div.hero-area a span.arrow {
  width: 0.6em;
}
div.hero-area a.btn01 {
  width: 89.2%;
  margin: 5% auto 0;
  background: var(--yel);
  border: solid 0.14em #000;
  padding: 0.6em 1em;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  div.hero-area a.btn01 {
    transition: all 0.3s;
  }
  div.hero-area a.btn01:hover {
    background: #307DC1;
    color: #fff;
  }
  div.hero-area a.btn01:hover svg {
    fill: #fff;
  }
  div.hero-area a.btn01:hover svg path {
    fill: #fff;
    stroke: #fff;
  }
}
div.hero-area a.btn02 {
  width: 77%;
  margin: 5% auto 0;
  font-weight: 500;
  border: solid 0.14em #000;
  padding: 0.8em 1em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  div.hero-area a.btn02 {
    transition: all 0.3s;
  }
  div.hero-area a.btn02:hover {
    background: #307DC1;
    color: #fff;
  }
  div.hero-area a.btn02:hover svg {
    fill: #fff;
  }
  div.hero-area a.btn02:hover svg path {
    fill: #fff;
    stroke: #fff;
  }
}
div.hero-area a.btn02 span.txt {
  padding-left: 23%;
}
div.hero-area a.add-btn {
  width: 89.2%;
  margin: 5% auto 0;
}
@media screen and (min-width: 768px) {
  div.hero-area a.add-btn {
    transition: all 0.4s;
  }
  div.hero-area a.add-btn:hover {
    transition: all 0.4s;
    opacity: 0.6;
  }
}

section.sec-talk {
  background: var(--beg);
  padding: 15% 0 0;
}
section.sec-talk div.sec-talk-inner {
  width: 90%;
  margin: auto;
  /*div.talk-wrap{*/
}
section.sec-talk div.sec-talk-inner div.talk-img01 {
  width: 80%;
  margin: 0 auto;
}
section.sec-talk div.sec-talk-inner p.talk-txt {
  text-align: center;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 10% 0;
}
section.sec-talk div.sec-talk-inner div.talk-wrap {
  padding-top: 118%;
  position: relative;
  z-index: 2;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p {
  width: 96%;
  box-sizing: border-box;
  padding: 0.9em 1.2em;
  line-height: 1.4em;
  background: #fff;
  border-radius: 0.4em;
  border: solid 0.15em;
  font-size: 3.5vw;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
}
@media screen and (min-width: 768px) {
  section.sec-talk div.sec-talk-inner div.talk-wrap p {
    font-size: 15px;
    letter-spacing: -0.02em;
  }
}
section.sec-talk div.sec-talk-inner div.talk-wrap p:nth-child(1) {
  top: 0;
  left: 0;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p:nth-child(2) {
  top: 15%;
  left: 4%;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p:nth-child(3) {
  top: 30%;
  left: 0;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p:nth-child(4) {
  top: 45%;
  left: 4%;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p:nth-child(5) {
  top: 65%;
  left: 0%;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p:nth-child(5)::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("../myimg/Vector.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
}
section.sec-talk div.sec-talk-inner div.talk-wrap p span.green-txt {
  color: #44907C;
}
section.sec-talk div.sec-talk-inner div.talk-wrap p span.talk-icon01 {
  display: block;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
section.sec-talk div.sec-talk-inner div.talk-wrap p span.talk-icon02 {
  display: block;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-70%, -15%);
}
section.sec-talk div.sec-talk-inner div.talk-wrap p span.talk-icon03 {
  display: block;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, -60%);
}
section.sec-talk div.sec-talk-inner div.talk-wrap p span.talk-icon04 {
  display: block;
  width: 65px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(18%, 55%);
}
section.sec-talk div.sec-talk-inner div.illust-talk {
  width: 86%;
  margin: 0 auto;
}
section.sec-talk div.sec-talk-inner p.talk-txt02 {
  width: 95%;
  margin: 0 auto;
  margin-top: 5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 28px;
  text-align: justify;
}

section.sec-info {
  background: var(--beg);
  padding: 10% 0 0;
}
section.sec-info div.info-img01 {
  width: 96%;
  margin: auto;
}
section.sec-info div.lgreen-bg {
  background: var(--lgreen);
  padding: 20% 0 5%;
  margin-top: -8%;
}
section.sec-info div.lgreen-bg div.logo {
  width: 60%;
  margin: 0 auto 7%;
}
section.sec-info div.lgreen-bg h2 {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
section.sec-info div.lgreen-bg h2 span.small-txt {
  font-size: 0.8em;
}
section.sec-info div.lgreen-bg h2 span.point {
  display: block;
  width: 88%;
  margin: 0 auto;
}
section.sec-info div.lgreen-bg div.info-img02 {
  width: 89.2%;
  margin: 7% auto 0;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-info div.lgreen-bg div.info-img02 {
    pointer-events: fill;
    cursor: pointer;
  }
}
section.sec-info div.lgreen-bg div.info-img02 span {
  display: block;
  width: 45%;
  position: absolute;
  right: -5%;
  bottom: -6%;
}

section.sec-point {
  background: var(--lgreen);
  padding: 10% 0 20%;
}
section.sec-point h2 {
  width: 90%;
  margin: auto;
}
section.sec-point div.point-slide-wrap {
  position: relative;
}
section.sec-point div.point-slide-wrap div.swiper-button-prev, section.sec-point div.point-slide-wrap div.swiper-button-next {
  width: 2.6rem;
  height: 2.6rem;
  top: 30%;
  z-index: 1;
  background: #000;
}
@media screen and (min-width: 768px) {
  section.sec-point div.point-slide-wrap div.swiper-button-prev, section.sec-point div.point-slide-wrap div.swiper-button-next {
    transition: all 0.3s;
  }
  section.sec-point div.point-slide-wrap div.swiper-button-prev:hover, section.sec-point div.point-slide-wrap div.swiper-button-next:hover {
    background: #767676;
  }
}
section.sec-point div.point-slide-wrap div.swiper-button-prev::after, section.sec-point div.point-slide-wrap div.swiper-button-next::after {
  content: none;
}
section.sec-point div.point-slide-wrap div.swiper-button-prev {
  left: 0;
}
section.sec-point div.point-slide-wrap div.swiper-button-next {
  right: 0;
}
section.sec-point div.point-slide {
  overflow: hidden;
  isolation: isolate;
  border-radius: 1em;
  /*		border: solid 1px #111;*/
  width: 89%;
  margin: auto;
  background-color: transparent;
}
section.sec-point div.point-slide div.swiper-slide {
  box-sizing: border-box;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap {
  background: #FFF;
  padding: 0 1.4em 1.6em 1.4em;
  position: relative;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 1em;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 span {
  display: inline-block;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 span.txt01 {
  width: 2em;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 span.txt02 {
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: calc(100% - 3em);
  padding-top: 4%;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 span.txt02.br {
  margin-bottom: 0;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 span.txt02 span.small {
  font-size: 0.6em;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap h3 span.txt03 {
  font-size: 1.15rem;
  line-height: 1.4em;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap p {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.041em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: justify;
  word-break: break-all;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap span.point02-illust {
  display: block;
  width: 29%;
  position: absolute;
  right: 5%;
  top: -3%;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap span.point03-illust {
  display: block;
  width: 29%;
  position: absolute;
  right: 5%;
  top: -3%;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap span.point05-illust {
  display: block;
  width: 74%;
  margin: 0 auto;
  margin-top: 4%;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap span.point06-illust {
  display: block;
  width: 72%;
  margin: 0 auto;
  margin-top: 4%;
}
section.sec-point div.point-slide div.swiper-slide .txt-wrap span.point07-illust {
  display: block;
  width: 58%;
  margin: 0 auto;
  margin-top: 4%;
}
section.sec-point p.point-note {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2rem;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
  color: #fff;
  width: 89%;
  margin: 1em auto 0;
}

section.sec-life {
  padding: 15% 0 30% 0;
  background: #EDEBE3;
}
section.sec-life h2 {
  width: 58%;
  margin: 0 auto 5%;
}
section.sec-life div.life-img-wrap {
  padding: 166% 0 0;
  position: relative;
}
section.sec-life div.life-img-wrap div.life-img {
  position: absolute;
}
section.sec-life div.life-img-wrap div.life-img.life-img01 {
  width: 53%;
  top: 0;
  left: 0;
}
section.sec-life div.life-img-wrap div.life-img.life-img02 {
  width: 20.4%;
  top: 5%;
  right: 15%;
}
section.sec-life div.life-img-wrap div.life-img.life-img03 {
  width: 32.6%;
  top: 22%;
  right: 0;
}
section.sec-life div.life-img-wrap div.life-img.life-img04 {
  width: 32.6%;
  top: 38%;
  left: 25%;
}
section.sec-life div.life-img-wrap div.life-img.life-img05 {
  width: 20.4%;
  top: 48%;
  right: 6%;
}
section.sec-life div.life-img-wrap div.life-img.life-img06 {
  width: 38.6%;
  top: 63%;
  left: 0;
}
section.sec-life div.life-img-wrap div.life-img.life-img07 {
  width: 53%;
  bottom: 0;
  right: 0;
}
section.sec-life p {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.041em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 89%;
  margin: 10% auto 0;
  text-align: justify;
  word-break: break-all;
}

section.sec-reason {
  padding: 25% 0 0;
  position: relative;
}
section.sec-reason p.sub {
  width: 13%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
section.sec-reason h2, section.sec-reason ul {
  width: 89%;
  margin: auto;
}
section.sec-reason ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  margin: 10% auto 0;
}
section.sec-reason ul li {
  width: 28%;
  margin-bottom: 7%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.sec-reason ul li:hover span {
    transform: scale(1.2);
    background: #fff;
  }
  section.sec-reason ul li:hover span::after, section.sec-reason ul li:hover span::before {
    background: var(--pnk);
  }
}
section.sec-reason ul li p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  margin: 0.6em 0;
  width: 120%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
section.sec-reason ul li span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px #111;
  border-radius: 50em;
  position: relative;
  margin: auto;
  transition: all 0.3s;
}
section.sec-reason ul li span::after, section.sec-reason ul li span::before {
  content: "";
  display: block;
  background: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.sec-reason ul li span::after {
  width: 50%;
  height: 1px;
}
section.sec-reason ul li span::before {
  width: 1px;
  height: 50%;
}
section.sec-reason div.reason-img01 {
  width: 44%;
  margin: 0 auto;
}

div.modaal-container {
  background: none;
}
@media screen and (min-width: 768px) {
  div.modaal-container {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  div.modaal-container.test {
    width: 600px;
  }
}
div.modaal-container button.modaal-close {
  border: solid 1px #fff;
  width: 7vw;
  height: 7vw;
  position: absolute;
  top: -10vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  div.modaal-container button.modaal-close {
    width: 30px;
    height: 30px;
    top: -40px;
  }
}
div.modaal-container button.modaal-close:hover::after, div.modaal-container button.modaal-close:hover::before {
  background: var(--pnk);
}
div.modaal-container button.modaal-close::after, div.modaal-container button.modaal-close::before {
  width: 1px;
  height: 50%;
  border-radius: 0;
  top: 50%;
  left: 50%;
}
div.modaal-container button.modaal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.modaal-container button.modaal-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

div.modaal-content-container {
  padding: 0;
  background: #fff;
  isolation: isolate;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 0;
}
div.modaal-content-container div.txt-wrap {
  padding: 1rem 1rem 1.6rem 1rem;
}
@media screen and (min-width: 768px) {
  div.modaal-content-container div.txt-wrap {
    padding: 1rem 2rem 2rem 2rem;
  }
}
div.modaal-content-container div.txt-wrap h3 {
  color: #8E8175;
  font-size: 1.2rem;
  margin-bottom: 0.6em;
}
div.modaal-content-container div.txt-wrap p.reason-modal-txt {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.041em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
div.modaal-content-container div.txt-wrap p.reason-modal-note {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2rem;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
  margin-top: 1em;
}

.card {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
}

.cardface {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  backface-visibility: hidden;
}

.cardface__front {
  transform: none;
  position: relative;
}

.is-flipped .cardface__front {
  transform: rotateY(180deg);
}

.cardface__back {
  transform: rotateY(180deg);
}

.is-flipped .cardface__back {
  transform: rotateY(360deg);
}

section.sec-map {
  background: #D3CCBA;
  padding: 5% 0 10%;
}
section.sec-map h2 {
  width: 80%;
  margin-left: auto;
  margin-bottom: 10%;
  padding-right: 5%;
}
section.sec-map p.map-txt01 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.041em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 89%;
  margin: 0 auto 5%;
  letter-spacing: 0.04em;
}
section.sec-map p.map-txt01 span {
  font-weight: 900;
}
section.sec-map div.map-img01 {
  width: 95%;
  margin: 0 0 0 auto;
}
section.sec-map div.map-slide {
  width: 95%;
  margin: 0 0 10% auto;
}
section.sec-map p.map-txt02 span {
  display: block;
  text-align: center;
}
section.sec-map p.map-txt02 span.txt01 {
  width: 86%;
  margin: auto;
  margin-bottom: 2%;
}
section.sec-map p.map-txt02 span.txt02 {
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
}
section.sec-map p.map-txt02 span.txt03 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
section.sec-map div.map-box {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
section.sec-map div.map-box div.map-wrap {
  margin: 10% 0 0;
}
section.sec-map div.map-box div.map-wrap iframe {
  width: 100%;
  height: 100vw;
}
@media screen and (min-width: 768px) {
  section.sec-map div.map-box div.map-wrap iframe {
    height: 375px;
  }
}
section.sec-map div.map-box div.map-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.2%;
  pointer-events: none;
}

section.sec-event {
  background: var(--blue);
  padding: 15% 0;
}
section.sec-event div.sec-event-inner {
  width: 89%;
  margin: auto;
}
section.sec-event div.sec-event-inner p.event-txt02 {
  margin: 5% 0;
}
section.sec-event div.sec-event-inner a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
section.sec-event div.sec-event-inner a span {
  display: inline-block;
}
section.sec-event div.sec-event-inner a span.arrow {
  width: 0.6em;
}
section.sec-event div.sec-event-inner a.btn01 {
  margin: 5% auto 0;
  background: var(--yel);
  border: solid 0.14em #000;
  padding: 0.6em 1em;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0em;
  line-height: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-event div.sec-event-inner a.btn01 {
    transition: all 0.3s;
  }
  section.sec-event div.sec-event-inner a.btn01:hover {
    background: #307DC1;
    color: #fff;
  }
  section.sec-event div.sec-event-inner a.btn01:hover svg {
    fill: #fff;
  }
  section.sec-event div.sec-event-inner a.btn01:hover svg path {
    fill: #fff;
    stroke: #fff;
  }
}
section.sec-event div.sec-event-inner a.btn02 {
  width: 85%;
  margin: 5% auto 0;
  font-weight: 500;
  color: #fff;
  border: solid 0.16em #fff;
  padding: 0.8em 1em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  section.sec-event div.sec-event-inner a.btn02 {
    transition: all 0.3s;
  }
  section.sec-event div.sec-event-inner a.btn02:hover {
    background: #307DC1;
    color: #fff;
  }
}
section.sec-event div.sec-event-inner a.btn02 svg {
  fill: #fff;
}
section.sec-event div.sec-event-inner a.btn02 svg path {
  fill: #fff;
  stroke: #fff;
}
section.sec-event div.sec-event-inner a.btn02 span.txt {
  padding-left: 23%;
}

section.sec-benefits {
  background: var(--lgreen);
  padding: 15% 0;
  overflow: hidden;
}
section.sec-benefits p.benefits-txt01 {
  width: 89%;
  margin: 0 auto 3%;
}
section.sec-benefits div.benefits-slide {
  width: 95%;
  margin: 0 0 0 auto;
}
section.sec-benefits p.photobooth {
  width: 95%;
  margin-left: auto;
  margin-top: 3%;
}
section.sec-benefits p.benefits-note {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2rem;
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
  text-indent: -1em;
  padding-left: 1em;
  width: 89%;
  margin: 3% auto 0;
}

div.cv-wrap {
  background: #E4D060;
  padding-bottom: 10%;
}
div.cv-wrap p {
  width: 90%;
  margin: 0 auto;
}
div.cv-wrap a {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  div.cv-wrap a {
    transition: all 0.3s;
  }
  div.cv-wrap a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}

/*------------------------------- footer -------------------------------*/
footer {
  background: #111;
  padding: 5% 0 3%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 10% 0;
  }
}
footer p.ft-txt01 {
  font-size: 0.68em;
  letter-spacing: 0;
  line-height: 1.6em;
}
footer div.ft-logo {
  width: 89%;
  margin: 3% auto;
}
footer a.ft-num {
  display: block;
  width: 89%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
footer div.link-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4% 0 0;
  margin: 4% 0 0;
  border-top: solid 2px #fff;
}
footer div.link-box a {
  color: #fff;
  font-size: 0.68rem;
  margin-bottom: 1em;
}
footer div.link-box a:first-child {
  margin-right: 2em;
}

div.swiper-wrapper {
  transition-timing-function: linear;
}/*# sourceMappingURL=style.css.map */