@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

section {
  padding: 110px 0;
}

.wrap {
  width: 100%;
}

.wrap_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  .wrap_inner {
    padding: 0 5.33333vw;
  }
  section {
    padding: 60px 0;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

/*=============================
.hum-btn
=============================*/
.hum-btn {
  display: none;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 500px) {
  .hum-btn {
    display: block;
  }
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: absolute;
  top: 17px;
  right: 0px;
  width: 35px;
  height: 24px;
  cursor: pointer;
  z-index: 1000;
}

.btn-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0px;
}

.btn-trigger span:nth-of-type(2) {
  top: 11px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn05
=============================*/
#btn05.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

#btn05.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn05-bar02 0.8s forwards;
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
#btn05.active span:nth-of-type(3) {
  width: 100%;
  transform: translateY(-11px) rotate(45deg);
}

/*--------------------
header
---------------------*/
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  background-color: #fff;
  padding: 20px 0;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__left h1 {
  max-width: 250px;
}
.l-header__left h1 img {
  width: 100%;
}
.l-header__right {
  width: 80%;
}
.l-header__right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__right ul li {
  margin-left: 4%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.l-header__tel a {
  background: linear-gradient(to left, #3E3369, #00256C);
  display: block;
  padding: 12px 10px 12px 40px;
  position: relative;
  color: #2C4B8A;
  font-size: 16px;
}
.l-header__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/img/tel.svg);
}
.l-header__tel a span {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
}

@media screen and (max-width: 500px) {
  .l-header {
    padding: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }
  .l-header__left h1 {
    max-width: 120px;
  }
  .l-header__right {
    z-index: 100;
    padding: 15% 5.3333vw 30%;
    display: none;
    height: auto;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #fff;
  }
  .l-header__right ul {
    display: block;
  }
  .l-header__right ul li {
    margin-left: 0;
    padding-left: 50px;
    position: relative;
    margin-bottom: 24px;
  }
  .l-header__right ul li::before {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #1346A6;
  }
  .l-header__tel {
    padding: 0 !important;
    margin-top: 10% !important;
  }
  .l-header__tel::before {
    content: none !important;
  }
  .l-header__tel a {
    padding: 12px 20px 12px 50px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-header__tel a::before {
    left: 20px;
  }
}
/*--------------------
footer
---------------------*/
.l-footer {
  background: rgba(15, 36, 90, 0.97);
  text-align: center;
}
.l-footer__inner {
  padding: 3% 0;
}
.l-footer__inner img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 36px;
}
.l-footer__inner p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}
.l-footer span {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  background: #333;
  padding: 12px 0;
}

@media screen and (max-width: 500px) {
  .l-footer__inner {
    padding: 8% 0;
  }
  .l-footer__inner img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 20px;
  }
  .l-footer__inner p {
    font-size: 14px;
    margin: 10px 0;
  }
}
/*--------------------
common
---------------------*/
.c-ttl01 {
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6%;
}
.c-ttl01-sub {
  color: #74A4FF;
  font-family: "Lexend", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.2%;
  /* 37.504px */
  margin-bottom: 30px;
}
.c-ttl01-sub.--jp {
  font-family: "Noto Sans JP";
}
.c-ttl01.--wh {
  color: #FFF;
}

@media screen and (max-width: 500px) {
  .c-ttl01 {
    font-size: 30px;
    margin-bottom: 10%;
  }
  .c-ttl01-sub {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
/*--------------------
style
---------------------*/
.p-top-mainVisual {
  position: relative;
}
.p-top-mainVisual img {
  width: 100%;
}
.p-top-mainVisual__txt {
  position: absolute;
  top: 50%;
  left: calc(50% - 600px);
  transform: translateY(-50%);
  width: 60%;
}
@media screen and (max-width: 1240px) {
  .p-top-mainVisual__txt {
    left: 20px;
  }
}
.p-top-mainVisual__txt p {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.p-top-mainVisual__txt p:first-child {
  margin-bottom: 5%;
}
.p-top-mainVisual__txt p:first-child img {
  max-width: 200px;
}

.p-top-sec-bg {
  background-image: url(assets/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}

.p-top-sec1 {
  background: linear-gradient(to right, #fff 90%, transparent 90%);
  position: relative;
}
.p-top-sec1 h2 {
  margin-bottom: 15%;
  background: linear-gradient(246deg, #3E3369 -2.18%, #00256C 90.8%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Lexend", sans-serif;
  font-size: 70.66px;
  font-style: normal;
  font-weight: 700;
  line-height: 117.2%;
  letter-spacing: 0.05em;
  /* 82.814px */
}
.p-top-sec1__inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.p-top-sec1__inner > div {
  width: 52%;
  border-left: 3px solid #1346A6;
  padding: 4% 0 4% 4%;
}
.p-top-sec1__inner > div h3 {
  color: #313131;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
.p-top-sec1__inner > div p {
  text-align: justify;
  color: #313131;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 277.7%;
  /* 44.432px */
}
.p-top-sec1__img {
  position: absolute;
  bottom: 110px;
  right: 0;
  width: 45%;
}
.p-top-sec1__img img {
  width: 100%;
}

.p-top-sec2 ul {
  display: flex;
  justify-content: space-between;
}
.p-top-sec2 ul li {
  width: 32%;
}
.p-top-sec2 ul li img {
  width: 100%;
}
.p-top-sec2 ul li h4 {
  color: #1346A6;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.p-top-sec3 {
  background-image: url(assets/img/02_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.p-top-sec3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  background: linear-gradient(246deg, #3E3369 -2.18%, #00256C 90.8%);
}
.p-top-sec3__inner {
  padding: 4%;
  border-left: 3px solid #fff;
}
.p-top-sec3__inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 237.7%;
  /* 47.54px */
  margin: 4% 0 5%;
}
.p-top-sec3__inner ul li {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  /* 66.832px */
  padding: 16px 0;
  border-bottom: 1px dashed #fff;
}
.p-top-sec3__inner ul li::before {
  content: "〇";
}

.p-top-sec4 ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-top-sec4 ul li {
  width: 47%;
}
.p-top-sec4 ul li img {
  width: 100%;
}
.p-top-sec4 ul li p {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
.p-top-sec4 ul li a {
  display: block;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  background: #1346A6;
  max-width: 328px;
  margin: 36px auto 0;
  padding: 8px;
}

.p-top-sec5 {
  background: rgba(15, 36, 90, 0.97);
}

.p-top-sec6 table {
  width: 100%;
  max-width: 738px;
  margin: 0 auto;
}
.p-top-sec6 table tr th,
.p-top-sec6 table tr td {
  color: #343434;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px 0;
  border-bottom: 1px solid #417CEB;
}
.p-top-sec6 table tr th {
  font-weight: bold;
}
.p-top-sec6 table tr td {
  padding-left: 20px;
}

.p-top-sec7 {
  background-image: url(assets/img/05_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media screen and (max-width: 500px) {
  .p-top-mainVisual {
    margin-top: 60px;
    position: relative;
  }
  .p-top-mainVisual img {
    width: 100%;
  }
  .p-top-mainVisual__txt {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 0;
    transform: translateY(0);
    width: 100%;
    text-align: center;
  }
  .p-top-mainVisual__txt p {
    font-size: 25px;
  }
  .p-top-mainVisual__txt p:first-child {
    margin-bottom: 40%;
  }
  .p-top-mainVisual__txt p:first-child img {
    max-width: 180px;
  }
  .p-top-sec1 {
    background: linear-gradient(to right, #fff 90%, transparent 90%);
    position: relative;
  }
  .p-top-sec1 h2 {
    font-size: 45px;
    margin-bottom: 15%;
  }
  .p-top-sec1__inner {
    padding: 0 5.3333vw;
  }
  .p-top-sec1__inner > div {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  .p-top-sec1__inner > div h3 {
    width: 85%;
    font-size: 25px;
    margin-bottom: 36px;
  }
  .p-top-sec1__inner > div p {
    padding-left: 6%;
    border-left: 2px solid #1346A6;
    width: 85%;
  }
  .p-top-sec1__img {
    position: static;
    width: calc(100% - 5.3333vw);
    margin: 10% 0 0 auto;
  }
  .p-top-sec2 ul {
    display: block;
  }
  .p-top-sec2 ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-top-sec2 ul li img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    max-height: 137px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-sec2 ul li h4 {
    padding: 16px 0;
    font-size: 16px;
    min-height: auto;
  }
  .p-top-sec3 {
    background-image: url(assets/img/02_sp.jpg);
  }
  .p-top-sec3__inner {
    padding: 0;
    border-left: none;
  }
  .p-top-sec3__inner h4 {
    font-size: 16px;
    margin: 8% 0;
  }
  .p-top-sec4 ul {
    flex-wrap: wrap;
    gap: 40px;
  }
    
.shopify-buy-frame {
        margin: 0 auto;
    }
  .p-top-sec4 ul li {
    width: 100%;
  }
  .p-top-sec4 ul li p {
    font-size: 18px;
    margin: 16px 0;
  }
  .p-top-sec4 ul li a {
    max-width: 250px;
    margin: 24px auto 0;
  }
  .p-top-sec7 {
    background-image: url(assets/img/05_sp.jpg);
  }
}
.case {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}/*# sourceMappingURL=style.css.map */