@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #03293C;
}

@media screen and (max-width: 767px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-js-fadein {
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.995);
          transform: translateY(50px) scale(0.995);
  -webkit-transition: opacity 1000ms cubic-bezier(0.22, 0.9, 0.35, 1), -webkit-transform 3000ms cubic-bezier(0.22, 0.9, 0.35, 1);
  transition: opacity 1000ms cubic-bezier(0.22, 0.9, 0.35, 1), -webkit-transform 3000ms cubic-bezier(0.22, 0.9, 0.35, 1);
  transition: opacity 1000ms cubic-bezier(0.22, 0.9, 0.35, 1), transform 3000ms cubic-bezier(0.22, 0.9, 0.35, 1);
  transition: opacity 1000ms cubic-bezier(0.22, 0.9, 0.35, 1), transform 3000ms cubic-bezier(0.22, 0.9, 0.35, 1), -webkit-transform 3000ms cubic-bezier(0.22, 0.9, 0.35, 1);
  will-change: opacity, transform;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.c-js-fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.c-btn {
  min-width: 12.5rem;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 0;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 12.5rem;
    font-size: 1.125rem;
    padding: 0.75rem 0;
  }
}

.c-shopBtn {
  width: 12.5rem;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 1.875rem 1rem 0;
  position: relative;
  font-weight: 700;
  margin: auto;
  border-radius: 10px;
}
.c-shopBtn::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 19%;
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow-right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-shopBtn {
    width: 12.5rem;
    min-width: 12.5rem;
    font-size: 1.125rem;
    padding: 0.75rem 1.875rem 0.75rem 0;
  }
}

.c-shopBtnWh {
  border-radius: 10px;
  width: 12.5rem;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 1.875rem 1rem 0;
  position: relative;
  position: relative;
  font-weight: 700;
  margin: auto;
}
.c-shopBtnWh::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 19%;
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow-rightWh.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-shopBtnWh {
    width: 12.5rem;
    min-width: 12.5rem;
    font-size: 1.125rem;
    padding: 0.75rem 1.875rem 0.75rem 0;
  }
}

.c-sec {
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding: 3.125rem 0 2.5rem;
  }
}

.c-sec__title {
  font-size: 1.875rem;
  color: #014A6E;
  margin-bottom: 4.6875rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-sec__title {
    font-size: 1.5625rem;
    margin-bottom: 2.1875rem;
  }
}

.p-footer {
  background: #BEE0F0;
  text-align: center;
}

.p-footer__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-footer__copyright {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  color: #03293C;
  padding-bottom: 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
    padding-bottom: 1.25rem;
  }
}

.p-footer__logoImg {
  width: 9.375rem;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-footer__logoImg {
    width: 7.5rem;
  }
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.875rem 0 1.5625rem;
  z-index: 1000;
  width: 100%;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, .1607843137) 0 0.1875rem 0.375rem;
          box-shadow: rgba(0, 0, 0, .1607843137) 0 0.1875rem 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 5rem;
    padding: 0;
  }
}

.p-header__logo {
  width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.5rem;
  }
}

.p-header__center {
  padding-bottom: 3.125rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  position: static;
  display: block;
  -webkit-transition: none;
  transition: none;
  margin-left: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 4s ease 0s;
  transition: -webkit-transform 4s ease 0s;
  transition: transform 4s ease 0s;
  transition: transform 4s ease 0s, -webkit-transform 4s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-header__center {
    background: #BEE0F0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 7.5rem;
  }
}

.p-header__right {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__right {
    display: none;
  }
}

.p-headerBtn {
  background: #014A6E;
  color: #fff;
  padding: 1.25rem 1.25rem;
  border-radius: 0;
  font-size: 0.875rem;
  min-width: 9.375rem;
  margin-left: 4.375rem;
}
.p-headerBtn:hover {
  opacity: 0.8;
}

.p-header__navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__navItems {
    display: block;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid;
    width: inherit;
    margin-top: 3.125rem;
    border-bottom: none;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18.75rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-header__navItem:not(:first-child) {
    padding-top: 3.125rem;
  }
}
.p-header__navItem a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__navItem a {
    font-size: 1.25rem;
  }
  .p-header__navItem a:hover {
    opacity: 1;
  }
}

.p-header__sns {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__sns {
    display: block;
  }
}

.p-header__snsAccount {
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-header__snsItems {
    padding-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
  .p-header__snsItems a:not(:first-child) {
    margin-left: 0.625rem;
  }
}

.p-header__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__icon {
    display: block;
    position: fixed;
    top: 2%;
    right: 0.625rem;
    min-width: 2.5rem;
    z-index: 1000;
    text-align: center;
    -webkit-transition: -webkit-transform 2s ease 0s;
    transition: -webkit-transform 2s ease 0s;
    transition: transform 2s ease 0s;
    transition: transform 2s ease 0s, -webkit-transform 2s ease 0s;
  }
  .p-header__icon.active .p-header__bar1 {
    top: 0.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-header__icon.active .p-header__bar2 {
    display: none;
  }
  .p-header__icon.active .p-header__bar3 {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.p-header__bars {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__bars {
    width: 1.25rem;
    height: 1rem;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 300;
  }
}

@media screen and (max-width: 767px) {
  .p-header__bar1,
  .p-header__bar2,
  .p-header__bar3 {
    position: absolute;
    content: "";
    width: 1.875rem;
    height: 0.125rem;
    top: 0;
    right: 0;
    background: #014A6E;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
}

@media screen and (max-width: 767px) {
  .p-header__bar2 {
    top: 60%;
  }
}

@media screen and (max-width: 767px) {
  .p-header__bar3 {
    top: 120%;
  }
}

@media screen and (max-width: 767px) {
  .p-header__text {
    font-size: 1rem;
  }
}

.p-header__navItems--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__navItems--pc {
    display: none;
  }
}

.nav-morph {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-morph {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(29, 29, 31, .98);
    -webkit-clip-path: circle(0% at calc(100% - 44px) 44px);
            clip-path: circle(0% at calc(100% - 44px) 44px);
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
  }
}

.nav-morph.active {
  -webkit-clip-path: circle(150% at calc(100% - 44px) 44px);
          clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-morph__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.nav-morph.active .nav-morph__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-morph.active .nav-morph__item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav-morph.active .nav-morph__item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.nav-morph.active .nav-morph__item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-morph.active .nav-morph__item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.nav-morph.active .nav-morph__item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.p-mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 3.75rem;
  }
}

.p-mv__bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
}
.p-mv__bg.--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-mv__bg.--pc {
    display: none;
  }
}
.p-mv__bg.--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__bg.--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bg {
    height: 87vh;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 45% 50%;
       object-position: 45% 50%;
  }
  @supports (-webkit-touch-callout: none) {
    .p-mv__bg {
      height: 87svh;
    }
  }
}

.p-sec__mvText {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  font-size: min(60px, 3.7037037037vw);
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px); /* ちょっと下から出る感じ */
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.p-sec__mvText.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-sec__mvText {
    color: #014A6E;
    font-size: min(80px, 10.2564102564vw);
  }
}

.p-sec1 {
  background: #BEE0F0;
  padding-bottom: 0;
}

.p-sec1__contents1 {
  text-align: center;
  background: #F7FDFF;
  position: relative;
  z-index: 1;
  min-height: 25rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__contents1 {
    min-height: 31.875rem;
    margin-top: 5.625rem;
  }
}
.p-sec1__contents1::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 80px; /* 傾斜の高さを調整 */
  background: url("../images/assetUp.png") no-repeat center top;
  background-size: cover;
  z-index: -1; /* 背景に配置 */
}
@media screen and (max-width: 1024px) {
  .p-sec1__contents1::before {
    top: 0%;
  }
}
.p-sec1__contents1::after {
  content: "";
  position: absolute;
  bottom: -18%;
  left: 0;
  width: 100%;
  height: 80px; /* 傾斜の高さを調整 */
  background: url("../images/assetDown.png") no-repeat center bottom;
  background-size: cover;
  z-index: -1; /* 背景に配置 */
}
@media screen and (max-width: 1024px) {
  .p-sec1__contents1::after {
    bottom: -15%;
  }
}

.p-sec1__shopList {
  display: grid;
  row-gap: 1.875rem;
  grid-template-columns: 1fr 1fr 200px;
  text-align: left;
  padding-left: 1.875rem;
}
.p-sec1__shopList span {
  display: block;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__shopList {
    grid-template-columns: repeat(2, auto);
    padding-left: 5rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .p-sec1__shopList {
    padding-left: 0.9375rem;
  }
}
.p-sec1__shopList li {
  font-size: 1.125rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-sec1__shopList li {
    font-size: 1.25rem;
  }
}
.p-sec1__shopList li:nth-last-child(3) {
  grid-column: auto;
}
@media screen and (max-width: 767px) {
  .p-sec1__shopList li:nth-last-child(3) {
    grid-column: 1/-1;
  }
}
.p-sec1__shopList .grid-row {
  grid-column: 1/-1;
}

.p-sec1__contentsInner {
  position: relative;
  max-width: 56.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sec1__contentsInner {
    max-width: 25rem;
  }
}

.p-sec1__img1 {
  position: absolute;
  width: clamp(144px, 12.3456790123vw, 200px);
  top: -15%;
  left: 0;
  -webkit-transform: rotate(352deg);
          transform: rotate(352deg);
}
.p-sec1__img1.c-js-fadein {
  -webkit-transform: rotate(352deg) translateY(50px) scale(0.995);
          transform: rotate(352deg) translateY(50px) scale(0.995);
}
.p-sec1__img1.c-js-fadein.is-visible {
  -webkit-transform: rotate(352deg) translateY(0) scale(1);
          transform: rotate(352deg) translateY(0) scale(1);
}
@media screen and (max-width: 1440px) {
  .p-sec1__img1 {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec1__img1 {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sec1__img1 {
    top: -11%;
    left: 13%;
  }
}

.p-sec1__img2 {
  position: absolute;
  width: clamp(144px, 12.3456790123vw, 200px);
  bottom: -5%;
  right: 0;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
.p-sec1__img2.c-js-fadein {
  -webkit-transform: rotate(12deg) translateY(50px) scale(0.995);
          transform: rotate(12deg) translateY(50px) scale(0.995);
}
.p-sec1__img2.c-js-fadein.is-visible {
  -webkit-transform: rotate(12deg) translateY(0) scale(1);
          transform: rotate(12deg) translateY(0) scale(1);
}
@media screen and (max-width: 1440px) {
  .p-sec1__img2 {
    right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec1__img2 {
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .p-sec1__img2 {
    bottom: unset;
    left: 55%;
    top: 6%;
  }
}

.p-sec1_mainContents {
  text-align: center;
  margin-top: 4.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-sec1_mainContents {
    margin-top: 17.5rem;
    row-gap: 2.1875rem;
  }
}

.p-sec1__logo {
  width: 18.75rem;
  margin: 0 auto;
}
.p-sec1__logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec1__logo {
    width: 12.5rem;
    margin: 0 auto;
  }
}

.p-sec1__snsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sec1__snsItems {
    gap: 1.25rem;
  }
}

.p-sec1__snsItems1 {
  width: 2.8125rem;
  color: #014A6E;
}
@media screen and (max-width: 767px) {
  .p-sec1__snsItems1 {
    width: 2.1875rem;
    height: inherit;
  }
}
.p-sec1__snsItems1 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.p-sec1__snsItem2 {
  width: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__snsItem2 {
    width: 2.1875rem;
    height: inherit;
  }
}
.p-sec1__snsItem2 img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.p-sec1__contents1-btn {
  border: 1px solid #014A6E;
  font-family: "Noto Sans JP", sans-serif;
}

.p-sec1__contents2 {
  text-align: center;
  position: relative;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__contents2 {
    min-height: 53.125rem;
  }
}

@media screen and (max-width: 767px) {
  .contents2 {
    margin-top: 8.125rem;
  }
}

.p-sec1__img2-1,
.p-sec1__img2-2,
.p-sec1__img2-3,
.p-sec1__img2-4 {
  position: absolute;
}

.p-sec1__img2-1 {
  top: 0%;
  left: 0;
  width: 21.875rem;
}
@media screen and (max-width: 1440px) {
  .p-sec1__img2-1 {
    left: 2%;
  }
}
.p-sec1__img2-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-sec1__img2-1 {
    width: 13.75rem;
    top: -6%;
    left: 0;
  }
}

.p-sec1__img2-2 {
  top: 16%;
  right: 0;
  width: 15.625rem;
}
@media screen and (max-width: 1440px) {
  .p-sec1__img2-2 {
    right: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .p-sec1__img2-2 {
    right: 3%;
  }
}
.p-sec1__img2-2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-sec1__img2-2 {
    width: 8.75rem;
    top: 2%;
    right: 0%;
  }
}

.p-sec1__img2-3 {
  top: 56%;
  left: 0;
  width: 14.0625rem;
}
@media screen and (max-width: 1440px) {
  .p-sec1__img2-3 {
    top: 70%;
  }
}
.p-sec1__img2-3 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-sec1__img2-3 {
    width: 8.75rem;
    top: unset;
    left: 0;
    bottom: -18%;
  }
}

.p-sec1__img2-4 {
  top: 50%;
  right: 0;
  width: 18.75rem;
}
.p-sec1__img2-4 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .p-sec1__img2-4 {
    top: 60%;
    right: 1%;
  }
}
@media screen and (max-width: 1260px) {
  .p-sec1__img2-4 {
    top: 70%;
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .p-sec1__img2-4 {
    width: 9.375rem;
    top: unset;
    bottom: -18%;
    right: 0;
  }
}

.p-sec1__logo2-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sec1__logo2-1 {
    width: 14.375rem;
    margin: 0 auto;
  }
}

.p-sec1__text2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__text2 {
    font-size: 1.875rem;
  }
}

.p-sec1-2__btnItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sec1-2__btnItems {
    row-gap: 0.9375rem;
  }
}

.p-sec1__Amazon,
.p-sec1__Yahoo {
  background-color: #fff;
}

.p-sec1__Rakuten {
  background-color: #BF0000;
  color: #fff;
}

.p-sec1__contents3 {
  text-align: center;
  background: #F7FDFF;
  position: relative;
  z-index: 1;
  min-height: 59.375rem;
  margin-top: 7.5rem;
  padding: 0.625rem 0 5rem;
}
@media screen and (max-width: 1260px) {
  .p-sec1__contents3 {
    min-height: 900px;
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec1__contents3 {
    min-height: 900px;
    margin-top: 6.25rem;
  }
}
.p-sec1__contents3::before {
  content: "";
  position: absolute;
  top: -6.7%;
  left: 0;
  width: 100%;
  height: 80px; /* 傾斜の高さを調整 */
  background: url("../images/assetUp.png") no-repeat center top;
  background-size: cover;
  z-index: -1; /* 背景に配置 */
}
@media screen and (max-width: 1024px) {
  .p-sec1__contents3::before {
    top: -6.7%;
  }
}
@media screen and (max-width: 767px) {
  .p-sec1__contents3::before {
    top: -5%;
  }
}

.p-sec1-title3 {
  font-size: 2.1875rem;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec1-title3 {
    margin: 1.875rem 0;
    font-size: 1.5rem;
    padding: 0.625rem 0 1.875rem;
  }
}

.p-sec1__contents3Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__contents3Item {
    padding: 0 0.9375rem 1.875rem;
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3.75rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}

.p-sec1__img3-1 {
  -webkit-transform: rotate(352deg);
          transform: rotate(352deg);
  width: 40%;
}
.p-sec1__img3-1.c-js-fadein {
  -webkit-transform: rotate(352deg) translateY(50px) scale(0.995);
          transform: rotate(352deg) translateY(50px) scale(0.995);
}
.p-sec1__img3-1.c-js-fadein.is-visible {
  -webkit-transform: rotate(352deg) translateY(0) scale(1);
          transform: rotate(352deg) translateY(0) scale(1);
}
@media screen and (max-width: 767px) {
  .p-sec1__img3-1 {
    width: 15.625rem;
    margin: 0 auto;
  }
}

.p-sec1__img3-2 {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  width: 30%;
}
.p-sec1__img3-2.c-js-fadein {
  -webkit-transform: rotate(12deg) translateY(50px) scale(0.995);
          transform: rotate(12deg) translateY(50px) scale(0.995);
}
.p-sec1__img3-2.c-js-fadein.is-visible {
  -webkit-transform: rotate(12deg) translateY(0) scale(1);
          transform: rotate(12deg) translateY(0) scale(1);
}
@media screen and (max-width: 767px) {
  .p-sec1__img3-2 {
    width: 13.75rem;
    margin: 0 auto;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .p-sec1__img3-2.c-js-fadein {
    -webkit-transform: rotate(5deg) translateY(50px) scale(0.995);
            transform: rotate(5deg) translateY(50px) scale(0.995);
  }
  .p-sec1__img3-2.c-js-fadein.is-visible {
    -webkit-transform: rotate(5deg) translateY(0) scale(1);
            transform: rotate(5deg) translateY(0) scale(1);
  }
}

.p-sec2 {
  background-color: #EEFAFF;
}

.p-sec2__contents {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec2__contents {
    margin-top: 2.5rem;
  }
}

.p-sec2__items {
  padding: 1.875rem 0;
  background: #fff;
  max-width: 43.75rem;
  margin: 0 auto;
  border-radius: 3.125rem;
  -webkit-box-shadow: 10px 12px 5px rgba(0, 0, 0, .3);
          box-shadow: 10px 12px 5px rgba(0, 0, 0, .3);
}
.p-sec2__items:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-sec2__items:not(:first-child) {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec2__items {
    border-radius: 1.5625rem;
    -webkit-box-shadow: 3px 8px 5px rgba(0, 0, 0, .3);
            box-shadow: 3px 8px 5px rgba(0, 0, 0, .3);
  }
}

.p-sec2__itemTitle {
  font-size: 1.25rem;
  font-family: "Joan", serif;
  color: #014A6E;
}
@media screen and (max-width: 767px) {
  .p-sec2__itemTitle {
    font-size: 1rem;
  }
}

.p-sec2__itemText {
  margin-top: 1.875rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sec2__itemText {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-sec3 {
  background-color: #fff;
}

.p-sec3__contents {
  max-width: 43.75rem;
  width: 100%;
  margin: 0 auto;
}

.p-sec3__tableRow {
  color: #03293C;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #255871;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.875rem;
  padding: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec3__tableRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 0;
  }
}

.p-sec3__tableHead {
  min-width: 13.5rem;
}

.p-sec3__tableHead {
  font-size: 1.125rem;
  color: #014A6E;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sec3__tableHead {
    font-size: 1rem;
  }
}

.p-sec3__tableData {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sec3__tableData {
    font-size: 1rem;
  }
}

.p-sec4 {
  background: #BEE0F0;
}

.p-sec4__contents {
  position: relative;
  max-width: 84.6875rem;
  margin: 0 auto;
  padding: 0 20rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-sec4__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14.375rem 0 0 0;
  }
}

.p-sec4__text {
  background: #fff;
  padding: 1.875rem 3.75rem;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  position: relative;
  max-width: 50rem;
}
.p-sec4__text p {
  margin-top: 2.5rem;
}
.p-sec4__text p:last-child {
  margin-top: 6.625rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sec4__text p:last-child {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec4__text p {
    padding: 0;
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-sec4__img {
  position: absolute;
  top: 4%;
  right: -18.75rem;
  width: 20.625rem;
  border-radius: 42px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sec4__img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: min(200px, 25.641025641vw);
    width: 12.5rem;
    margin: -15rem auto 0;
  }
}

.p-sec5 {
  background-color: #fff;
  padding: 6.25rem 0 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sec5 {
    padding: 3.125rem 0 2.5rem;
  }
}

.p-sec5__contents {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-sec5__contents li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-sec5__contents li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
    row-gap: 1.25rem;
  }
}
.p-sec5__contents li:not(:first-child) {
  margin-top: 2.5rem;
}

.p-sec5__title {
  min-width: 12.5rem;
  font-size: 1.125rem;
}

.p-sec5__input {
  min-width: 31.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sec5__input {
    min-width: 21.875rem;
  }
}
.p-sec5__input input {
  width: 100%;
  border-radius: 15px;
  min-height: 2.5rem;
  font-size: 1.125rem;
  padding-left: 15px;
  border: 1px solid #014A6E;
}
.p-sec5__input textarea {
  width: 100%;
  border-radius: 15px;
  min-height: 9.375rem;
  font-size: 1.5625rem;
  border: 1px solid #014A6E;
  padding-left: 15px;
}

.p-sec5__submit {
  text-align: center;
}
.p-sec5__submit input {
  border-radius: 10px;
  color: #fff;
  font-size: 1.5625rem;
  padding: 1.25rem 0;
  margin-top: 3.125rem;
  border: none;
  min-width: 18.75rem;
  background: #014A6E;
}
.p-sec5__submit input:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
