@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/* media query */
html {
  font-size: 2.614379085vw;
}
@media only screen and (min-width: 765px) {
  html {
    font-size: 62.5%;
  }
}

body {
  line-height: 1.7;
  letter-spacing: 0.1em;
  position: relative;
  overflow-x: hidden;
}

main {
  position: relative;
}

.p-floating {
  display: block;
  position: fixed;
  top: 15rem;
  right: 3vw;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  animation: float 3s ease-in-out infinite;
}
@media only screen and (min-width: 1080px) {
  .p-floating {
    top: 15rem;
  }
}
.p-floating__a {
  transition: 0.3s;
  display: block;
  width: 25vw;
}
@media only screen and (min-width: 765px) {
  .p-floating__a {
    width: 15vw;
  }
}
@media only screen and (min-width: 1080px) {
  .p-floating__a {
    width: 10vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-floating__a:hover {
    filter: brightness(1.5);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.fv {
  position: relative;
  height: auto;
  padding-top: 40px;
  min-height: auto;
}
@media only screen and (min-width: 765px) {
  .fv {
    padding-top: 80px;
  }
}

.fv-area {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 765px) {
  .fv-area {
    max-height: 718px;
    height: auto;
  }
}

@media screen and (min-width: 1150px) {
  .fv-area {
    max-height: 62vw;
    height: 62vw;
  }
}
.fv-image {
  position: relative;
}
@media only screen and (min-width: 765px) {
  .fv-image {
    padding-bottom: 0;
  }
}
.fv-image__main {
  display: block;
  width: 100%;
  height: 100%;
}
.fv-image__main img {
  display: block;
  width: 100%;
  height: 100%;
}
.fv-image__logo {
  display: block;
  max-width: 700px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  top: 28%;
}
@media only screen and (min-width: 765px) {
  .fv-image__logo {
    width: 30%;
    top: 23%;
  }
}
.fv-image__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.fv .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 3px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 13px rgba(255, 255, 255, 0.9);
}

.p-secv {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-secv__ttl {
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-secv__ttl img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 765px) {
  .p-secv__ttl {
    height: 13rem;
  }
}
.p-secv__fig {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.5;
}
@media only screen and (min-width: 765px) {
  .p-secv__fig {
    aspect-ratio: unset;
  }
}
.p-secv__fig__pic {
  width: 100%;
  height: 100%;
}
.p-secv__fig__pic__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 765px) {
  .p-secv__fig__pic__img {
    width: 100%;
    height: auto;
  }
}
.p-secv__scroll {
  font-size: 1rem;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
@media only screen and (min-width: 1080px) {
  .p-secv__scroll {
    font-size: 1rem;
  }
}
.p-secv__line {
  display: block;
  width: 1px;
  height: 3rem;
  background: #fff;
  margin-top: 1rem;
  margin-inline: auto;
}
@media only screen and (min-width: 765px) {
  .p-secv__line {
    height: 6rem;
  }
}

.p-secTtl {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 765px) {
  .p-secTtl {
    padding-bottom: 5rem;
    font-size: 2.5rem;
  }
}
.p-secTtl__em {
  font-size: 1.5em;
}

.p-secPdd-t {
  padding-top: 5rem;
}

.p-secBg-01 {
  background: #e9f5fa;
}
.p-secBg-02 {
  background: #f4f1ec;
}

.p-sec00__box01 {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01 {
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
  }
}
.p-sec00__box01__L {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__L {
    display: block;
  }
}
.p-sec00__box01__L__wrap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.p-sec00__box01__L__wrap__fig01 {
  margin-top: 25vw;
  width: 100%;
  height: auto;
  display: flex;
}
.p-sec00__box01__L__wrap__fig01__pic {
  width: 85%;
}
.p-sec00__box01__L__wrap__fig01__pic__img {
  width: 100%;
  height: auto;
}
.p-sec00__box01__L__wrap__illust {
  position: absolute;
  left: 23%;
  bottom: -23%;
  width: 16vw;
  height: auto;
}
.p-sec00__box01__L__wrap__illust__pic {
  width: 100%;
  height: 100%;
}
.p-sec00__box01__L__wrap__illust__pic__img {
  width: 100%;
  height: 100%;
}
.p-sec00__box01__L__wrap__fig02 {
  margin-top: 11vw;
  display: flex;
  justify-content: flex-end;
}
.p-sec00__box01__L__wrap__fig02__pic {
  width: 80%;
  height: auto;
  margin-right: 2vw;
}
.p-sec00__box01__L__wrap__fig02__pic__img {
  width: 100%;
  height: auto;
}
.p-sec00__box01__R {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R {
    max-width: unset;
    width: 100%;
  }
}
.p-sec00__box01__R__wrap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.p-sec00__box01__R__wrap__fig01 {
  display: flex;
  justify-content: flex-end;
}
.p-sec00__box01__R__wrap__fig01__pic {
  width: 85%;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R__wrap__fig01__pic {
    width: 100%;
  }
}
.p-sec00__box01__R__wrap__illust {
  position: absolute;
  left: 10%;
  bottom: -32%;
  width: 28vw;
  height: auto;
}
.p-sec00__box01__R__wrap__illust__pic {
  width: 100%;
  height: 100%;
}
.p-sec00__box01__R__wrap__illust__pic__img {
  width: 100%;
  height: 100%;
}
.p-sec00__box01__R__ttlwrap {
  position: relative;
  height: auto;
  width: 95%;
  margin-top: 25vw;
  margin-left: 1.5rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R__ttlwrap {
    width: 100%;
    margin-top: 12vw;
    margin-left: 0rem;
  }
}
.p-sec00__box01__R__ttlwrap__ttl01 {
  width: 100%;
  margin-bottom: 1.5rem;
  height: min(17vw, 7rem);
}
@media only screen and (min-width: 765px) {
  .p-sec00__box01__R__ttlwrap__ttl01 {
    height: min(14vw, 11rem);
    margin-left: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R__ttlwrap__ttl01 {
    height: min(8vw, 11rem);
  }
}
.p-sec00__box01__R__ttlwrap__ttl01__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.p-sec00__box01__R__ttlwrap__ttl02 {
  width: 100%;
  height: min(17vw, 7rem);
}
@media only screen and (min-width: 765px) {
  .p-sec00__box01__R__ttlwrap__ttl02 {
    height: min(14vw, 11rem);
    margin-left: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R__ttlwrap__ttl02 {
    height: min(8vw, 11rem);
  }
}
.p-sec00__box01__R__ttlwrap__ttl02__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.p-sec00__box01__R__ttlwrap__img {
  top: 111%;
  left: 78%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: min(16%, 12.5rem);
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R__ttlwrap__img {
    display: none;
  }
}
.p-sec00__box01__R__txt {
  margin-top: 10vw;
  margin-bottom: 2.5vw;
  line-height: 2;
  font-weight: 500;
  font-size: min(4.5vw, 1.6rem);
  margin-left: 7vw;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box01__R__txt {
    font-size: max(1.2vw, 2rem);
    margin-left: 2.5vw;
  }
}
.p-sec00__box02 {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 1fr 30%;
  align-items: flex-end;
  gap: 6rem;
  padding: 8rem 0 16rem;
  display: none;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box02 {
    display: grid;
  }
}
.p-sec00__box02__fig01__pic {
  width: 80%;
  margin: 0 auto;
  margin-bottom: -6rem;
}
.p-sec00__box02__fig03 {
  position: relative;
}
.p-sec00__box02__fig03__pic {
  margin-bottom: -6rem;
}
.p-sec00__box02__fig03__illust {
  position: absolute;
  top: 131%;
  left: 37%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
}
.p-sec00__box02__fig03__illust__img {
  width: 100%;
  height: 100%;
}
.p-sec00__box03 {
  width: 80%;
  margin-inline: auto;
  display: grid;
  align-items: flex-end;
  padding-bottom: 8rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sec00__box03__L {
  display: none;
}
@media only screen and (min-width: 765px) {
  .p-sec00__box03__L {
    display: block;
  }
}
.p-sec00__box03__nav__spTtl {
  display: block;
}
@media only screen and (min-width: 765px) {
  .p-sec00__box03__nav__spTtl {
    display: none;
  }
}
.p-sec00__box03__nav__list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-end;
  align-items: end;
  gap: 2rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03__nav__list {
    gap: 4rem;
    margin-top: 0;
  }
}
.p-sec00__box03__nav__list__item {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s;
}
.p-sec00__box03__nav__list__item__a {
  height: -moz-fit-content;
  height: fit-content;
  color: #0091ca;
  font-weight: 600;
  line-height: 1;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  transition: 0.3s;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03__nav__list__item__a {
    font-size: 2.4rem;
    gap: 4rem;
  }
}
.p-sec00__box03__nav__list__item__a__img {
  width: auto;
  height: 1.2rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03__nav__list__item__a__img {
    height: 1.8rem;
  }
}
.p-sec00__box03__nav__list__item__a__arw {
  display: block;
  transform: rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03__nav__list__item__a__arw {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.p-sec00__box03__nav__list__item__a__arw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #333;
  border-radius: 50%;
  z-index: -1;
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03__nav__list__item__a__arw::after {
    width: 5rem;
    height: 5rem;
  }
}
.p-sec00__box03__nav__list__item__a__arw::before {
  content: "";
  position: absolute;
  top: 32.1%;
  left: 121%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(138, 188, 245) 0%, rgb(255, 254, 225) 100%);
  z-index: -1;
  mix-blend-mode: multiply;
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec00__box03__nav__list__item__a__arw::before {
    width: 5rem;
    height: 5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sec00__box03__nav__list__item:hover {
    margin-right: -1rem;
    opacity: 0.5;
  }
}

.p-sec01__logo {
  width: auto;
  height: 8rem;
  margin-bottom: 2rem;
  margin-inline: auto;
}
@media only screen and (min-width: 765px) {
  .p-sec01__logo {
    height: 13rem;
  }
}
.p-sec01__logo__img {
  width: 100%;
  height: 100%;
}
.p-sec01__ttl {
  font-size: 1.7rem;
  text-align: center;
  color: #5bc2d9;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__ttl {
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
.p-sec01__ttl-res {
  color: #a5926c;
}
.p-sec01__midashi-smt {
  color: #fff;
  letter-spacing: 0.1em;
  background: #5bc2d9;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec01__midashi-smt {
    font-size: 2.1rem;
    padding: 0.5rem 2rem;
  }
}
.p-sec01__midashi-res {
  color: #fff;
  letter-spacing: 0.1em;
  background: #a5926c;
  padding: 0.5rem 1rem;
  font-size: 2.1rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__midashi-res {
    padding: 0.5rem 2rem;
  }
}
.p-sec01__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
.p-sec01__list__col02 {
  width: 66%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__list__col02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sec01__list__item__fig {
  display: block;
  width: 100%;
  height: auto;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 765px) {
  .p-sec01__list__item__fig__img {
    width: 100%;
    height: 100 .p-sec01__list__item__fig__img;
  }
}
.p-sec01__list__item__ttl {
  text-align: center;
  color: white;
  background: #5bc2d9;
  font-size: 2.1rem;
  font-weight: 500;
}
.p-sec01__list__item__ttl-res {
  background: #a5926c;
}
.p-sec01__list__item__txt {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__list__item__txt {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.p-sec01__list__item__sm {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #595757;
}
.p-sec01__smt__inner {
  border-radius: 5rem 5rem 0 0;
  background: #fff;
  padding-inline: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__inner {
    padding-inline: 6rem;
  }
}
.p-sec01__smt__sub {
  font-size: 1.6rem;
  font-weight: 500;
  color: #5bc2d9;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__sub {
    font-size: 1.8rem;
    margin-bottom: 2.6rem;
  }
}
.p-sec01__smt__sub-s22 {
  font-size: 2rem;
  font-weight: 500;
  color: #5bc2d9;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__sub-s22 {
    font-size: 2.2rem;
  }
}
.p-sec01__smt__sub-s22 sup {
  color: #333;
}
.p-sec01__smt__sub-s22-res {
  color: #a5926c;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__sub-s22-res {
    margin-top: 4.6rem;
    font-size: 2rem;
  }
}
.p-sec01__smt__col2 {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5rem;
  align-items: end;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__col2 {
    grid-template-columns: 53% 1fr;
  }
}
.p-sec01__smt__col2__dot {
  font-size: 1.6rem;
  color: #5bc2d9;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__col2__dot {
    font-size: 1.4rem;
  }
}
.p-sec01__smt__col2__txt {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec01__smt__col2__txt {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-sec01__smt__col2__L {
  width: 100%;
  height: auto;
}
.p-sec01__smt__col2__L__pic {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__col2__L__pic {
    width: 70%;
    min-width: 260p;
    height: auto;
    margin-bottom: 3rem;
  }
}
.p-sec01__smt__col2__R {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.p-sec01__smt__col2__R__fig {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 4rem;
}
.p-sec01__smt__col2__R__fig__pic {
  width: 100%;
  height: auto;
}
.p-sec01__smt__col2__R__fig__pic__img {
  width: 100%;
  height: auto;
}
.p-sec01__smt__col2__cap {
  width: 100%;
}
@media only screen and (min-width: 765px) {
  .p-sec01__smt__col2__cap {
    width: 53%;
  }
}
.p-sec01__smt__ene {
  margin-top: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec01__smt__ene {
    margin-top: 6.5rem;
  }
}
.p-sec01__smt__ene__merit__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec01__smt__ene__merit__list {
    grid-template-columns: min-content 1fr min-content;
  }
}
.p-sec01__smt__ene__merit__list__item {
  font-size: min(4vw, 2rem);
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 1080px) {
  .p-sec01__smt__ene__merit__list__item {
    font-size: min(2vw, 2.5rem);
  }
}
.p-sec01__smt__ene__merit__list__item em {
  color: #5a7db6;
  display: block;
  background: linear-gradient(45deg, rgb(255, 255, 151) 0%, rgb(255, 254, 225) 100%);
  padding: 0.5rem 3rem;
}
.p-sec01__smt__ene__merit__list__item small {
  font-size: 0.8em;
  display: block;
}
.p-sec01__smt__ene__merit__list__item sup {
  font-size: 0.5em;
}
.p-sec01__line {
  display: block;
  width: 90%;
  margin-inline: auto;
  height: 1px;
  background: #999;
  padding-inline: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec01__line {
    padding-inline: 6rem;
  }
}
.p-sec01__res__inner {
  border-radius: 0 0 5rem 5rem;
  background: #fff;
  padding-inline: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__inner {
    padding-inline: 6rem;
  }
}
.p-sec01__res__box {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__box {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__box__block {
    border-right: solid 1px #333;
  }
}
.p-sec01__res__box__block__bordernone {
  border: none;
}
.p-sec01__res__box__block__ttl {
  font-size: 1.6rem;
  border: solid 1px #333;
  border-radius: 2.5rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.5rem;
  line-height: 1;
  margin: 0 auto;
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__box__block__ttl {
    font-size: 2.1rem;
    padding: 1.5rem 3rem;
  }
}
.p-sec01__res__box__block__item {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__box__block__item {
    margin-left: 2.3rem;
    margin-top: 3rem;
  }
}
.p-sec01__res__box__block__item__inner {
  display: flex;
  margin-bottom: 0.5rem;
}
.p-sec01__res__box__block__item__inner__fig {
  width: 40%;
}
.p-sec01__res__box__block__item__inner__p {
  margin: auto 2.3rem;
  width: 60%;
}
.p-sec01__res__box__block__flex {
  display: flex;
}
.p-sec01__res__box__block__flex__fig {
  width: 60%;
  margin-right: 2.5rem;
}
.p-sec01__res__box__block__flex__fig img {
  width: 100%;
  height: 100%;
}
.p-sec01__res__box__block__flex__text {
  width: 40%;
  margin: auto;
}
.p-sec01__res__box__block__flex__text__ttl {
  font-size: 1.6rem;
  margin-bottom: 2.3rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__box__block__flex__text__ttl {
    font-size: 2rem;
  }
}
.p-sec01__res__box__block__flex__text__p {
  font-size: 1.4rem;
}
@media only screen and (min-width: 765px) {
  .p-sec01__res__box__block__flex__text__p {
    font-size: 1.5rem;
  }
}

.p-sec02 {
  background: linear-gradient(0deg, rgba(249, 209, 210, 0.3) 0%, rgba(247, 147, 30, 0.3) 100%);
}
.p-sec02__box {
  background: #fff;
  padding: 3rem 3rem;
  border-bottom: solid 1px #333;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__box {
    padding: 3rem 6rem;
  }
}
.p-sec02__box__illust {
  position: relative;
  padding-bottom: 0.5rem;
}
.p-sec02__line {
  width: 100%;
  height: 1px;
  background: #333;
  display: block;
  margin: 4rem 0;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__line {
    margin: 6rem 0;
  }
}
.p-sec02__ttl {
  width: 100%;
  position: relative;
}
.p-sec02__ttl__txt {
  display: block;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(249, 209, 210) 0%, rgb(247, 147, 30) 100%);
  line-height: 1;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25rem;
  height: auto;
  margin: 0 auto;
  border-radius: 4rem;
  position: relative;
  z-index: 3;
}
.p-sec02__ttl::before {
  content: "";
  height: 1px;
  width: 100%;
  margin: 0 auto;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-sec02__ttl::after {
  content: "";
  background: #FFF;
  position: absolute;
  height: 50%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__ttl {
    font-size: 3rem;
  }
}
.p-sec02__secu__ttl {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__secu__ttl {
    font-size: 2.6rem;
  }
}
.p-sec02__secu__ttl__img {
  width: 3rem;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__secu__ttl__img {
    width: 4rem;
  }
}
.p-sec02__secu__ttl__txt {
  display: block;
}
.p-sec02__desi__ttlBox {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width: 765px) {
  .p-sec02__desi__ttlBox {
    grid-template-columns: 1fr 65%;
  }
}
.p-sec02__desi__ttl {
  font-size: 4rem;
  color: #f15a24;
  line-height: 1;
}
@media only screen and (min-width: 765px) {
  .p-sec02__desi__ttl {
    font-size: min(6vw, 5.5rem);
  }
}
.p-sec02__desi__ttl__sm {
  display: block;
  font-size: 2rem;
  color: #333;
  margin-top: 1rem;
}
.p-sec02__desi__lead {
  font-size: min(4.4vw, 2rem);
  font-weight: 500;
}
@media only screen and (min-width: 765px) {
  .p-sec02__desi__lead {
    font-size: min(2.7vw, 2.5rem);
  }
}
.p-sec02__desi__lead__em {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1;
}
.p-sec02__desi__ext__prof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3%;
}
@media only screen and (min-width: 765px) {
  .p-sec02__desi__ext__prof {
    grid-template-columns: min-content 1fr min-content;
    grid-template-columns: 1fr 55%;
  }
}
.p-sec02__desi__ext__prof__01 {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
  gap: 3rem;
  width: 90%;
  margin: 0 auto;
  gap: 1rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__ext__prof__01 {
    width: 100%;
    gap: 2rem;
  }
}
.p-sec02__desi__ext__prof__01__ttl {
  border: solid 1px #333;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 2rem 1vw;
  text-align: center;
  border-radius: 4rem;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__ext__prof__01__ttl {
    padding: 2rem 0.5vw;
  }
}
.p-sec02__desi__ext__prof__01__ttl__txt {
  font-size: 1.4rem;
  font-weight: 300;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__ext__prof__01__ttl__txt {
    font-size: 1.7rem;
  }
}
.p-sec02__desi__ext__prof__01__fig {
  width: 100%;
  height: 100%;
  display: block;
}
.p-sec02__desi__ext__prof__01__fig__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sec02__desi__ext__prof__01__name {
  writing-mode: vertical-rl;
}
.p-sec02__desi__ext__prof__01__name__txt {
  font-size: 2.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__ext__prof__01__name__txt {
    font-size: 3.4rem;
  }
}
.p-sec02__desi__ext__prof__01__name__txt small {
  font-size: 0.5em;
  display: block;
  font-weight: 500;
}
.p-sec02__desi__ext__prof__02 {
  font-size: min(2.2vw, 1.4rem);
  font-weight: 400;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 765px) {
  .p-sec02__desi__ext__prof__02 {
    font-size: min(1.3vw, 1.3rem);
    text-align: left;
  }
}
.p-sec02__desi__ext__prof__02__ttl {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.p-sec02__desi__ext__prof__02__link {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 0.9em;
  background: #333;
  padding: 0 3rem;
  max-width: 30rem;
}
.p-sec02__desi__int__cont {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 765px) {
  .p-sec02__desi__int__cont {
    grid-template-columns: 40% 60%;
  }
}
.p-sec02__desi__int__cont__l {
  border-top: solid 1px #f15a24;
  border-left: solid 1px #f15a24;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem 0 0 1.5rem;
  margin: 0 1rem 1rem 0;
  color: #f15a24;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__int__cont__l {
    padding: 3rem 0 0 3rem;
  }
}
.p-sec02__desi__int__cont__l__em {
  border: solid 1px #f15a24;
  border-radius: 3rem;
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 4rem;
  line-height: 1;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__int__cont__l__em {
    font-size: 3.2rem;
  }
}
.p-sec02__desi__int__cont__l__txt {
  font-size: 1.3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__int__cont__l__txt {
    font-size: 1.5rem;
  }
}
.p-sec02__desi__int__cont__r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "_1 _1" "_2 _3";
  gap: 1rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec02__desi__int__cont__r {
    gap: 1.5rem;
  }
}
.p-sec02__desi__int__cont__r__1 {
  grid-area: _1;
  width: 100%;
  height: 100%;
}
.p-sec02__desi__int__cont__r__1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-sec02__desi__int__cont__r__2 {
  grid-area: _2;
  width: 100%;
  height: 100%;
}
.p-sec02__desi__int__cont__r__2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-sec02__desi__int__cont__r__3 {
  grid-area: _3;
  width: 100%;
  height: 100%;
}
.p-sec02__desi__int__cont__r__3 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-sec03 {
  background: linear-gradient(90deg, rgb(212, 235, 229) 0%, rgb(249, 238, 168) 100%);
}
.p-sec03__box {
  background: #fff;
  padding: 3rem 3rem;
  border-radius: 1rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__box {
    padding: 3rem 6rem;
  }
}
.p-sec03__map__ttl {
  font-size: 1.9rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__map__ttl {
    margin: unset;
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-left: 3rem;
  }
}
.p-sec03__map__ttl::after {
  content: "";
  position: absolute;
  top: -1em;
  left: -1.55em;
  display: block;
  width: 3em;
  height: 3em;
  background-image: url(../../assets/img/top/and-sec03_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-sec03__map__ttl::before {
  content: "";
  position: absolute;
  bottom: -1em;
  right: -1.5em;
  display: block;
  width: 3em;
  height: 3em;
  background-image: url(../../assets/img/top/and-sec03_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom 0 right 0;
}
.p-sec03__map__ttl__space {
  display: none;
}
@media only screen and (min-width: 765px) {
  .p-sec03__map__ttl__space {
    display: inline;
  }
}
.p-sec03__map__fig {
  position: relative;
}
.p-sec03__map__fig__pic {
  padding-bottom: 1rem;
}
.p-sec03__map__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__map__list {
    gap: 1rem;
    margin-top: 4rem;
  }
}
.p-sec03__map__list__item {
  width: 100%;
  position: relative;
  border: #333 solid 1px;
  border-radius: 1.3rem;
  overflow: hidden;
  width: calc(50% - 0.5rem);
}
@media only screen and (min-width: 1080px) {
  .p-sec03__map__list__item {
    width: calc(33.3333333333% - 2rem);
  }
}
.p-sec03__map__list__item__num {
  top: 0.3rem;
  left: 0.6rem;
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #595757;
  border: solid 1px #fff;
  color: #fff;
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-content: center;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__map__list__item__num {
    font-size: 1.6rem;
  }
}
.p-sec03__map__list__item__fig {
  position: relative;
}
.p-sec03__map__list__item__fig__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sec03__map__list__item__txt {
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__map__list__item__txt {
    font-size: 1.5rem;
  }
}
.p-sec03__midasi {
  width: auto;
  height: 3rem;
  border-bottom: solid 3px #333;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-sec03__midasi__img {
  margin-bottom: -1px;
  height: 3rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__midasi__img {
    height: 4rem;
  }
}
.p-sec03__midasi__category {
  margin-bottom: 1rem;
  height: 1rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__midasi__category {
    height: 1.5rem;
  }
}
.p-sec03__ttl {
  font-size: 2rem;
  color: #5bc2d9;
  font-weight: 600;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__ttl {
    font-size: 2.3rem;
  }
}
.p-sec03__ttl-res {
  color: #a5926c;
}
.p-sec03__ttl-mall {
  color: #007f41;
}
.p-sec03__mobi__cont__list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__mobi__cont__list {
    grid-template-columns: 1fr 1fr 1px 1fr;
  }
}
.p-sec03__mobi__cont__list__line {
  width: 1px;
  height: 100%;
  background: #333;
  display: none;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__mobi__cont__list__line {
    display: block;
  }
}
.p-sec03__mobi__cont__list__item {
  width: 100%;
  height: 100%;
}
.p-sec03__mobi__cont__list__item__fig {
  width: 100%;
  height: auto;
  background: #ccc;
  position: relative;
}
.p-sec03__mobi__cont__list__item__fig__pic {
  width: 100%;
  height: 100%;
}
.p-sec03__mobi__cont__list__item__fig__pic__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sec03__mobi__cont__list__item__ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__mobi__cont__list__item__ttl {
    font-size: 2.3rem;
  }
}
.p-sec03__mobi__cont__list__item__txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__mobi__cont__list__item__txt {
    font-size: 1.8rem;
  }
}
.p-sec03__mobi__cont__list__item__txt__cap {
  display: block;
  font-size: 0.8em;
}
.p-sec03__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}
@media only screen and (min-width: 765px) {
  .p-sec03__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media only screen and (min-width: 1080px) {
  .p-sec03__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.p-sec03__list__item__fig {
  position: relative;
}
.p-sec03__list__item__txt {
  font-size: 1.3rem;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__list__item__txt {
    font-size: 1.5rem;
  }
}
.p-sec03__list__item__txt-mall {
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .p-sec03__list__item__txt-mall {
    font-size: 1.4rem;
  }
}

.p-sec04__ttl {
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 2px solid #333;
  padding: 0.8rem 2em;
  border-radius: 4rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 1080px) {
  .p-sec04__ttl {
    font-size: 2.5rem;
  }
}
.p-sec04__ttl::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(210, 255, 197) 0%, rgba(210, 255, 197, 0) 100%);
  border-radius: 4rem;
  z-index: -1;
}
.p-sec04__map__fig {
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.p-sec04__map__fig__cap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.p-sec04__map__fig__cap em {
  font-size: 1.5em;
}
.p-sec04__map__fig__cap__r {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-sec04__map__fig__cap__r__bus {
  display: flex;
  align-items: center;
}
.p-sec04__map__fig__cap__r__bus::before {
  content: "";
  width: 5em;
  height: 1.5em;
  display: inline-block;
  background-image: url(../img/top/and-map_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-sec04__map__fig__cap__r__car {
  display: flex;
  align-items: center;
}
.p-sec04__map__fig__cap__r__car::before {
  content: "";
  width: 5em;
  height: 1.5em;
  display: inline-block;
  background-image: url(../img/top/and-map_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-sec05__ttl {
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 2px solid #333;
  padding: 0.8rem 2em;
  border-radius: 4rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 1080px) {
  .p-sec05__ttl {
    font-size: 2.5rem;
  }
}
.p-sec05__ttl::after {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(212, 235, 229) 0%, rgb(249, 238, 168) 100%);
  border-radius: 4rem;
  z-index: -1;
}
.p-sec05 table {
  width: 100%;
}
.p-sec05 table th, .p-sec05 table td {
  border-collapse: collapse;
  padding: 3px;
}
.p-sec05 table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 2rem;
  font-size: 1.3rem;
  font-weight: 300;
}
@media only screen and (min-width: 1080px) {
  .p-sec05 table td {
    font-size: 1.6rem;
  }
}
.p-sec05 table th {
  color: #0091ca;
  border-top: 2px solid #0091ca;
  border-bottom: 2px solid #0091ca;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  width: 10rem;
}
@media only screen and (min-width: 1080px) {
  .p-sec05 table th {
    width: 20rem;
    font-size: 1.7rem;
  }
}

.u-uLine {
  z-index: 2;
  position: relative;
}
.u-uLine::after {
  content: "";
  width: calc(100% + 0.2em);
  height: 0.6em;
  position: absolute;
  background: linear-gradient(90deg, rgb(249, 209, 210) 0%, rgb(247, 147, 30) 100%);
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: multiply;
}
.u-uLine-sec03::after {
  background: linear-gradient(90deg, rgb(138, 188, 245) 0%, rgb(255, 254, 225) 100%);
}
.u-uLine-sec03 em {
  font-size: 2em;
  line-height: 1;
}

.swiper__top {
  width: 90%;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin: 5rem auto;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media only screen and (min-width: 1080px) {
  .swiper__top {
    display: none;
  }
}
.swiper__top .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 90% !important;
  max-width: 0 auto;
  height: auto;
}
.swiper__top .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  text-align: center;
  display: block;
  padding-inline: 1.7rem;
  padding-bottom: 2.5rem;
}
.swiper__top .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper__top .swiper-button-prev {
  left: 0;
}
.swiper__top .swiper-button-next {
  right: 0;
}
.swiper__top .swiper-button-prev,
.swiper__top .swiper-button-next {
  height: 4rem;
  width: 1.7rem;
}
.swiper__top .swiper-button-prev::after,
.swiper__top .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 4rem;
  width: 1.7rem;
}
.swiper__top .swiper-button-prev::after {
  background-image: url(../img/top/arwL.svg);
}
.swiper__top .swiper-button-next::after {
  background-image: url(../img/top/arwR.svg);
}
.swiper__top .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper__top .swiper-pagination-bullet {
  background: #b7b7b7;
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.swiper__top .swiper-pagination-bullet-active {
  /*アクティブなドットの透過度を1にする*/
  opacity: 1;
  background: #fff;
  border: #b7b7b7 solid 2px;
  margin: 0 0.5rem !important;
}
.swiper__top .swiper-pagination {
  /*ドットと同じ高さを揃える*/
  height: 1rem;
  /*位置を調整*/
  bottom: 1.3rem !important;
}/*# sourceMappingURL=top.css.map */