/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "MOBO";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/font/MOBO-Bold.otf") format("opentype");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: calc(1126px + 32px);
  background: #e4e4e4;
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body p,
body a,
body li,
body dt,
body dd {
  color: #404040;
}

.l-container {
  width: 100%;
  max-width: calc(1126px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-main section {
  overflow-x: hidden;
}

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

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.l-header {
  position: absolute;
  z-index: 99;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.l-header.is-hidden {
  opacity: 0;
}
.l-header.is-visible {
  opacity: 1;
}

.l-header-inner {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .l-header-inner {
    padding: 0;
  }
}

.l-header__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 121px;
  margin: 8px 0 0 7px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: calc(52 / 375 * 100%);
  }
}

.l-header__btn {
  z-index: 1;
  display: none;
}
@media (max-width: 768px) {
  .l-header__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    padding: 11px 9px 10px 12px;
    border-radius: 0 0 0 20px;
    background-color: #ffff;
  }
}
.l-header__btn .l-header__btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.l-header__btn .line-wrapper {
  position: relative;
  width: 21px;
  height: 9px;
}
.l-header__btn .line-wrapper span {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 1px;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s;
  transition: top 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1ba7c1;
}
.l-header__btn .line-wrapper span:nth-child(1) {
  top: 0;
}
.l-header__btn .line-wrapper span:nth-child(2) {
  top: 4px;
}
.l-header__btn .line-wrapper span:nth-child(3) {
  top: 8px;
}
.l-header__btn .text {
  font-size: 8px;
  line-height: calc(11 / 8);
  text-align: center;
  text-transform: uppercase;
  color: #1ba7c1;
}
.l-header__btn.is-open .line-wrapper span:nth-child(1) {
  top: 4px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-header__btn.is-open .line-wrapper span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open .line-wrapper span:nth-child(3) {
  top: 4px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.l-header__nav {
  z-index: 0;
  display: none;
}
.l-header__nav.is-open {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100svh;
}
.l-header__nav.is-open .l-header__nav-inner-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1ba7c1;
}
.l-header__nav.is-open .l-header__nav-inner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: calc(375 / 670);
  background: url(../../assets/img/bg_header_menu01.png) center top/contain no-repeat;
}
.l-header__nav.is-open .l-header__nav-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 108px 50px 50px;
}
.l-header__nav.is-open .l-header__nav-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.l-header__nav.is-open .l-header__nav-inner ul a {
  font-size: 20px;
  display: block;
  font-weight: bold;
  line-height: calc(28 / 20);
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.l-header__nav.is-open .l-header__nav-inner ul li {
  position: relative;
  width: 100%;
  text-align: center;
}
.l-header__nav.is-open .l-header__nav-inner .p-menu__link {
  width: 40px;
  height: 40px;
  margin: 46px auto 0;
  padding-left: 0;
}
.l-header__nav.is-open .l-header__nav-inner .p-menu__link::before {
  display: none;
}

.l-footer {
  margin-top: 0;
  padding: 124px 0 77px;
  background: url(../../assets/img/bg_footer01.png) center top/cover no-repeat;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 40px 0 30px;
    background: url(../../assets/img/bg_footer01_sp.png) center top/cover no-repeat;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 10px 0;
  }
}

.l-footer__logo {
  width: 246px;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 103px;
  }
}

.l-footer__copyright {
  font-size: 10px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 8px;
  }
}

.p-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  padding: 50px 50px 63px;
  border-radius: 40px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-contact-box {
    margin-top: 30px;
    padding: 25px 25px 30px;
    border-radius: 20px;
  }
}

.p-contact-box__header {
  font-size: 26px;
  font-weight: bold;
  line-height: calc(34 / 26);
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact-box__header {
    font-size: 14px;
  }
}

.p-contact-box__mail {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-contact-box__mail {
    font-size: 16px;
    margin-top: 12px;
  }
}
.p-contact-box__mail a {
  font-family: "Rubik", sans-serif;
  text-decoration: none;
}

.p-contact-box__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact-box__date {
    margin-top: 20px;
    gap: 10px;
  }
}

.p-contact-box__date-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-contact-box__date-inner {
    gap: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact-box__date-inner dt,
.p-contact-box__date-inner dd {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-contact-box__date-inner dt,
.p-contact-box__date-inner dd {
    font-size: 12px;
    line-height: calc(17 / 12);
  }
}
.p-contact-box__date-inner dt {
  font-weight: bold;
}

.l-footer__logo {
  display: block;
  width: calc(197px);
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: calc(91 / 335 * 100%);
    margin: 30px auto 0;
  }
}

/****************************
common
****************************/
.c-header-lv2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 0 24px;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-header-lv2 {
    padding: calc(12 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
}
.c-header-lv2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(348px);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/bg_header01.png) center center/contain no-repeat;
  aspect-ratio: calc(348 / 185);
}
@media (max-width: 768px) {
  .c-header-lv2::before {
    width: calc(136 / 375 * 100vw);
    aspect-ratio: calc(136 / 73);
  }
}
.c-header-lv2 h2 {
  font-size: 20px;
  line-height: calc(29 / 20);
  color: #000000;
}
@media (max-width: 768px) {
  .c-header-lv2 h2 {
    font-size: calc(10 / 375 * 100vw);
  }
}
.c-header-lv2 p {
  font-family: "Rubik", sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: calc(100 / 85);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 768px) {
  .c-header-lv2 p {
    font-size: calc(31 / 375 * 100vw);
  }
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.c-btn {
  font-size: 25px;
  font-weight: bold;
  line-height: calc(36 / 25);
  position: relative;
  display: inline-block;
  padding: 19px 94px 24px 44px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 22px;
  background-color: #1ba7c1;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: calc(12 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) calc(45 / 375 * 100vw) calc(11 / 375 * 100vw) calc(21 / 375 * 100vw);
    border-radius: 10px;
  }
}
.c-btn::before {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border-radius: 22px;
  background: #0d6474;
}
@media (max-width: 768px) {
  .c-btn::before {
    border-radius: 10px;
  }
}
.c-btn::after {
  content: "";
  width: 25px;
  height: 19px;
  background: url(../../assets/img/ico_triangle01.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 41px;
}
@media (max-width: 768px) {
  .c-btn::after {
    width: calc(12 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
}
.c-btn:hover::before {
  top: 0;
}
.c-btn--arrow span {
  position: relative;
  padding-right: 28px;
}
.c-btn--arrow span::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 14px;
  height: 11px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_arrow_white01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-btn--arrow span::after {
    width: 9px;
    height: 6px;
  }
}
.c-btn--red {
  background-color: #fa2e2e;
}
.c-btn--red::before {
  background-color: #d52d2d;
}

.c-bold {
  font-weight: bold;
}

.c-red {
  color: #e62a73;
}

/****************************
kv
****************************/
/****************************
menu
****************************/
.p-menu {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  background: #004598;
}
@media (max-width: 768px) {
  .p-menu {
    display: none;
  }
}
.p-menu.is-tracking {
  padding: 15px 0;
}

.p-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.p-menu__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .p-menu__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    gap: 15px 0;
  }
}
.p-menu__nav li {
  display: block;
  border-left: 1px solid #fff;
}
.p-menu__nav a {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 2px 30px 13px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-menu__nav a {
    font-size: 14px;
    padding: 5px 10px 17px;
  }
}
.p-menu__nav a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 7px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
}

.p-menu__link {
  display: block;
}
@media (max-width: 768px) {
  .p-menu__link {
    position: relative;
    padding-left: 55px;
  }
  .p-menu__link::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 43px;
    content: "";
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../../assets/img/text_header01.svg) center center/contain no-repeat;
    aspect-ratio: calc(43 / 10);
  }
}
.p-menu__link img {
  width: 47px;
  height: 47px;
}
@media (max-width: 768px) {
  .p-menu__link img {
    width: 40px;
    height: 40px;
  }
}

/****************************

ABOUT

****************************/
.p-content01 {
  position: relative;
  z-index: 9;
}
.p-content01::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/bg_about01.jpg) center top/cover no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90.1%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90.1%, 0 100%);
}
@media (max-width: 768px) {
  .p-content01::before {
    width: 101%;
    background: url(../../assets/img/bg_about01_sp.png) center top/cover no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc((1393 - 42) / 1393 * 100%), 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc((1393 - 42) / 1393 * 100%), 0 100%);
  }
}
.p-content01 .c-header-lv2 h2,
.p-content01 .c-header-lv2 p {
  color: #ffffff;
}

.p-content01 {
  padding: 50px 0 155px;
}
@media (max-width: 768px) {
  .p-content01 {
    padding: calc(30 / 375 * 100vw) 0 calc(135 / 375 * 100vw);
  }
}
.p-content01 .c-header-lv2::before {
  opacity: 0.3;
}

.p-content01-box01 {
  width: calc(687 / 1126 * 100%);
  margin: 16px auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-content01-box01 {
    width: calc(320 / 335 * 100%);
    margin-left: calc(6 / 335 * 100%);
    margin-top: 30px;
  }
}

.p-content01-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-top: -129px;
}
@media (max-width: 768px) {
  .p-content01-box02 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-content01-box02-item {
  position: relative;
}
.p-content01-box02-item:nth-child(1) {
  margin-top: 71px;
  padding: 197px 60px 96px;
  background: url(../../assets/img/bg_about02.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-content01-box02-item:nth-child(1) {
    padding: calc(81 / 375 * 100vw) calc(20 / 375 * 100vw) calc(32 / 375 * 100vw);
    width: calc(231 / 335 * 100%);
    background: url(../../assets/img/bg_about02_sp.png) center center/contain no-repeat;
    margin-top: 0;
    margin-left: auto;
  }
}
.p-content01-box02-item:nth-child(1)::before {
  content: "";
  width: 728px;
  aspect-ratio: calc(728 / 1092);
  position: absolute;
  top: -824px;
  left: -310px;
  background: url(../../assets/img/img_about04.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content01-box02-item:nth-child(1)::before {
    width: calc(329 / 375 * 100vw);
    top: calc(-87 / 375 * 100vw);
    left: calc(-192 / 375 * 100vw);
  }
}
.p-content01-box02-item:nth-child(2) {
  padding: 214px 71px 73px 62px;
  background: url(../../assets/img/bg_about03.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-content01-box02-item:nth-child(2) {
    padding: calc(81 / 375 * 100vw) calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
    width: calc(231 / 335 * 100%);
    background: url(../../assets/img/bg_about03_sp.png) center center/contain no-repeat;
    margin-top: calc(145 / 375 * 100vw);
    margin-left: 0;
  }
}
.p-content01-box02-item:nth-child(2) .c-sns {
  bottom: 215px;
}
@media (max-width: 768px) {
  .p-content01-box02-item:nth-child(2) .c-sns {
    bottom: initial;
  }
}
.p-content01-box02-item:nth-child(2)::before {
  content: "";
  width: 721px;
  aspect-ratio: calc(721 / 1081);
  position: absolute;
  top: calc(-778px);
  right: -281px;
  background: url(../../assets/img/img_about05.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content01-box02-item:nth-child(2)::before {
    width: calc(348 / 375 * 100vw);
    right: calc(-189 / 375 * 100vw);
    top: calc(-199 / 375 * 100vw);
  }
}
.p-content01-box02-item .c-sns {
  position: absolute;
  bottom: 210px;
  left: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-content01-box02-item .c-sns {
    bottom: initial;
    left: initial;
    top: calc(83 / 375 * 100vw);
    right: calc(77 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-content01-box02-item .c-x img {
    display: block;
    width: calc(12 / 375 * 100vw);
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-content01-box02-item .c-youtube img {
    display: block;
    width: calc(20 / 375 * 100vw);
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-content01-box02-item .c-insta img {
    display: block;
    width: calc(13 / 375 * 100vw);
    height: auto;
  }
}

/****************************

PRESENT

****************************/
.p-content02 {
  margin-top: -207px;
  padding: 219px 0 305px;
  background: url(../../assets/img/bg_present01.png) center top/cover no-repeat;
}
@media (max-width: 768px) {
  .p-content02 {
    margin-top: -42px;
    background: url(../../assets/img/bg_present01_sp.png) center top/101% auto no-repeat;
    padding: calc(81 / 375 * 100vw) 0 calc(46 / 375 * 100vw);
  }
}

.p-content02-copy {
  display: block;
  width: calc(859 / 1126 * 100%);
  margin: 22px auto 0;
}
@media (max-width: 768px) {
  .p-content02-copy {
    width: 100%;
    margin-top: 18px;
  }
}

.p-content02-box01 {
  max-width: 1032px;
  margin: 80px auto 0;
  padding: 36px 120px 60px;
  border-radius: 40px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .p-content02-box01 {
    width: 100%;
    margin-top: 46px;
    padding: 30px 20px;
  }
}
.p-content02-box01 .c-btn-wrapper {
  margin-top: 54px;
}
@media (max-width: 768px) {
  .p-content02-box01 .c-btn-wrapper {
    margin-top: 22px;
  }
}

.p-content02-box01__header {
  position: absolute;
  width: calc(325 / 1032 * 100%);
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .p-content02-box01__header {
    width: calc(161 / 335 * 100%);
  }
}

.p-content02-box02 {
  padding: 40px 0px 160px 70px;
  background: #004598;
  border-radius: 40px 0 0 40px;
  width: calc(1199 / 1126 * 100%);
  margin-right: -120px;
  margin-left: auto;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .p-content02-box02 {
    width: calc(100% + 20px);
    padding: calc(20 / 375 * 100vw) 0px calc(53 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-right: -20px;
    margin-top: 40px;
    border-radius: 20px 0 0 20px;
  }
}
.p-content02-box02::before {
  width: 1044px;
  height: 85px;
  position: absolute;
  bottom: -85px;
  left: calc(100% - 1044px);
  content: "";
  background: url(../../assets/img/bg_present02.svg) center center/12px 12px repeat;
}
@media (max-width: 768px) {
  .p-content02-box02::before {
    width: calc(247 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    bottom: calc(-26 / 375 * 100vw);
    left: initial;
    right: 0;
  }
}
.p-content02-box02::after {
  position: absolute;
  content: "";
  background: url(../../assets/img/bg_present04.svg) center center/contain no-repeat;
  bottom: -22px;
  left: -167px;
  width: calc(1009px);
  aspect-ratio: calc(1009 / 112);
}
@media (max-width: 768px) {
  .p-content02-box02::after {
    width: 328px;
    left: 0;
    bottom: -7px;
  }
}
.p-content02-box02 .c-btn-wrapper {
  position: absolute;
  bottom: 269px;
  left: 280px;
}
@media (max-width: 768px) {
  .p-content02-box02 .c-btn-wrapper {
    bottom: calc(83 / 375 * 100vw);
    left: calc(81 / 375 * 100vw);
  }
}
.p-content02-box02 .c-btn {
  padding: 14px 70px 18px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-content02-box02 .c-btn {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(11 / 375 * 100vw) calc(55 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.p-content02-box02 .c-btn::before {
  background-color: rgba(0, 0, 0, 0.16);
}
.p-content02-box02 .c-btn::after {
  display: none;
}

.p-content02-box03 {
  padding: 40px 70px 160px 0px;
  background: #e62a73;
  border-radius: 0 40px 40px 0;
  width: calc(1199 / 1126 * 100%);
  margin-left: -120px;
  margin-right: auto;
  margin-top: 185px;
  position: relative;
}
@media (max-width: 768px) {
  .p-content02-box03 {
    margin-top: 56px;
    margin-left: -20px;
    border-radius: 0 20px 20px 0;
    width: calc(100% + 20px);
    padding: 20px 20px 104px 0px;
    margin-right: 20px;
  }
}
.p-content02-box03::before {
  width: 1044px;
  height: 85px;
  position: absolute;
  bottom: -85px;
  left: 0;
  content: "";
  background: url(../../assets/img/bg_present03.svg) center center/12px 12px repeat;
}
@media (max-width: 768px) {
  .p-content02-box03::before {
    width: calc(247 / 375 * 100vw);
    height: calc(26 / 375 * 100vw);
    bottom: calc(-26 / 375 * 100vw);
    left: 0;
  }
}
.p-content02-box03::after {
  position: absolute;
  content: "";
  background: url(../../assets/img/bg_present05.svg) center center/contain no-repeat;
  bottom: -22px;
  left: 0;
  width: calc(1343px);
  aspect-ratio: calc(1343 / 118.2);
}
@media (max-width: 768px) {
  .p-content02-box03::after {
    width: 237px;
    height: 90px;
    left: 20px;
    bottom: -7px;
    background: url(../../assets/img/bg_present05_sp.svg) center center/contain no-repeat;
  }
}
.p-content02-box03 .c-attention {
  width: calc(888 / 1199 * 100%);
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content02-box03 .c-attention {
    margin-top: 26px;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.p-content02-box03 .c-btn-wrapper {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-content02-box03 .c-btn-wrapper {
    margin-top: 20px;
  }
}
.p-content02-box03 .c-attention__q {
  color: #e62a73;
  background: #fff;
}
.p-content02-box03 .c-attention__q::before {
  background: #950e43;
}
.p-content02-box03 .c-attention__q span::before, .p-content02-box03 .c-attention__q span::after {
  background-color: #e62a73;
}
.p-content02-box03 .c-attention__a p {
  color: #fff;
}

.is-hidden {
  display: none;
}

/****************************

PRODUCT

****************************/
.p-content03 {
  margin-top: -150px;
  padding: 161px 0 277px;
  background: #fff;
  -webkit-clip-path: polygon(0 calc(150 / 2590 * 100%), 100% 0, 100% calc((2590 - 120) / 2590 * 100%), 0 100%);
          clip-path: polygon(0 calc(150 / 2590 * 100%), 100% 0, 100% calc((2590 - 120) / 2590 * 100%), 0 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-content03 {
    margin-top: 20px;
    padding: 60px 0 86px;
    -webkit-clip-path: polygon(0 47px, 100% 0, 100% calc(100% - 49px), 0 100%);
            clip-path: polygon(0 47px, 100% 0, 100% calc(100% - 49px), 0 100%);
  }
}
.p-content03::before {
  content: "";
  width: 100%;
  aspect-ratio: calc(1366 / 2773);
  background: url(../../assets/img/bg_product01.png) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content03::before {
    top: 65px;
    aspect-ratio: calc(375 / 1864);
    background: url(../../assets/img/bg_product01_sp.png) top center/cover no-repeat;
  }
}

.p-content03-box01 {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .p-content03-box01 {
    margin-top: 30px;
  }
}
.p-content03-box01 picture {
  width: calc(724 / 1126 * 100%);
  display: block;
  margin-left: auto;
}
@media (max-width: 768px) {
  .p-content03-box01 picture {
    width: 100%;
  }
}
.p-content03-box01::before {
  content: "";
  width: calc(925 / 1126 * 100%);
  aspect-ratio: calc(925 / 1387);
  position: absolute;
  top: -281px;
  left: calc(264 / 1126 * 100% * -1);
  background: url(../../assets/img/img_product01.png) center center/contain no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content03-box01::before {
    width: calc(154 / 335 * 100%);
    aspect-ratio: calc(154 / 237);
    top: calc(-28 / 375 * 100vw);
    left: -20px;
    background: url(../../assets/img/img_product01_sp.png) center center/contain no-repeat;
  }
}

.p-content03-box02 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content03-box02 {
    margin-top: 30px;
  }
}

.p-content03-box03 {
  margin-top: 70px;
  background: #dceeee;
  border-radius: 15px;
  padding: 60px 167px;
}
@media (max-width: 768px) {
  .p-content03-box03 {
    margin-top: 30px;
    padding: 30px 30px;
    border-radius: 15px;
  }
}
@media (max-width: 768px) {
  .p-content03-box03 picture {
    display: block;
    width: calc(265 / 275 * 100%);
    margin: 0 auto;
  }
}

.p-content03-box03-note {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .p-content03-box03-note {
    margin-top: 20px;
  }
}

.p-content03-box03-note__header {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-content03-box03-note__header {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
  }
}

.p-content03-box03-note__desc {
  margin-top: 10px;
  margin-left: 12px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-content03-box03-note__desc {
    font-size: 10px;
    margin-top: 6px;
    margin-left: 0px;
  }
}
.p-content03-box03-note__desc span {
  display: block;
}
.p-content03-box03-note__desc a {
  color: #000;
  text-decoration: underline;
}

/****************************

HOW TO

****************************/
.p-content04 {
  padding: 174px 0 270px;
  margin-top: -125px;
  background: #bee1ef;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-content04 {
    padding: 60px 0 94px;
    margin-top: -49px;
  }
}
.p-content04::before {
  z-index: -1;
  content: "";
  width: 100%;
  aspect-ratio: calc(1366 / 3233);
  background: url(../../assets/img/bg_howto01.png) top center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .p-content04::before {
    top: 48px;
    background: url(../../assets/img/bg_howto01_sp.png) top center/contain no-repeat;
    aspect-ratio: calc(375 / 2435);
  }
}

.p-content04-box01 {
  margin-top: 60px;
  margin-right: -120px;
  width: calc(1199 / 1126 * 100%);
  margin-left: auto;
  padding: 64px 120px 90px 120px;
  background: #fff;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 768px) {
  .p-content04-box01 {
    width: calc(355 / 335 * 100%);
    padding: 20px 20px 30px 20px;
    margin-left: auto;
    margin-right: 20px;
    border-radius: 20px 0 0 20px;
  }
}
.p-content04-box01 .c-attention {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content04-box01 .c-attention {
    margin-top: 30px;
  }
}
.p-content04-box01 .c-attention .c-bold {
  font-weight: bold;
}
.p-content04-box01 .c-btn-wrapper {
  margin-top: 43px;
}
.p-content04-box01 .c-btn {
  background: #f4e728;
  color: #004598;
  border: 5px solid #004598;
}
@media (max-width: 768px) {
  .p-content04-box01 .c-btn {
    border: 3px solid #004598;
  }
}
.p-content04-box01 .c-btn::before {
  background: rgba(0, 0, 0, 0.16);
}
.p-content04-box01 .c-btn::after {
  width: 22px;
  height: 28px;
  background: url(../../assets/img/ico_triangle02.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-content04-box01 .c-btn::after {
    width: 12px;
    height: 17px;
  }
}
.p-content04-box01 .c-attention__header {
  padding: 6px;
  background: #f2f2f2;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-content04-box01 .c-attention__header {
    font-size: 14px;
  }
}
.p-content04-box01 .c-attention__header span {
  position: relative;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .p-content04-box01 .c-attention__header span {
    padding-left: 25px;
  }
}
.p-content04-box01 .c-attention__header span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../assets/img/ico_circle.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-content04-box01 .c-attention__header span::before {
    width: 17px;
    height: 17px;
  }
}

.p-content04-box01-img01 {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .p-content04-box01-img01 {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}

.p-content04-box01-img02 {
  width: 100%;
  margin-top: 70px;
  display: block;
}
@media (max-width: 768px) {
  .p-content04-box01-img02 {
    margin-top: 30px;
    width: calc(308 / 315 * 100%);
  }
}

.p-content04-box01-img03 {
  display: block;
  width: calc(588px);
  margin: 20px auto 67px;
}
@media (max-width: 768px) {
  .p-content04-box01-img03 {
    width: 100%;
    margin: 26px auto 38px;
  }
}

.p-content04-box01-img04 {
  display: block;
  width: calc(773px);
  margin: 25px auto 0;
}
@media (max-width: 768px) {
  .p-content04-box01-img04 {
    width: calc(274 / 315 * 100%);
    margin: 24px 0 0 9px;
  }
}

/****************************

ATTENTION

****************************/
.p-content05 {
  padding: 174px 0 96px;
  background: #fff;
  margin-top: -163px;
  -webkit-clip-path: polygon(0 163px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 163px, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .p-content05 {
    padding: 60px 0 48px;
    margin-top: -44px;
    -webkit-clip-path: polygon(0 44px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 44px, 100% 0, 100% 100%, 0 100%);
  }
}
.p-content05 .c-attention {
  max-width: 958px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-content05 .c-attention {
    margin-top: 18px;
  }
}

.c-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-attention {
    gap: 19px;
  }
}

.c-attention__q {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(34 / 30);
  position: relative;
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background: #1ba7c1;
}
@media (max-width: 768px) {
  .c-attention__q {
    font-size: 14px;
    padding: 10px 0;
  }
}
.c-attention__q span {
  display: block;
}
.c-attention__q span::before, .c-attention__q span::after {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 32px;
  height: 4px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-attention__q span::before, .c-attention__q span::after {
    right: 20px;
    width: 16px;
    height: 2px;
  }
}
.c-attention__q span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-attention__q::before {
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  content: "";
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  border-radius: 10px;
  background: #0d6474;
}
.c-attention__q.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.c-attention__q:hover {
  cursor: pointer;
}
.c-attention__q:hover::before {
  top: 0;
}

.c-attention__a {
  overflow: scroll;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .c-attention__a {
    margin-top: 24px;
  }
}
.c-attention__a .c-indent {
  padding-left: 14px;
  text-indent: -14px;
  display: block;
  font-size: 14px;
  line-height: calc(24 / 16);
}
@media (max-width: 768px) {
  .c-attention__a .c-indent {
    font-size: 12px;
    text-indent: -12px;
    padding-left: 12px;
  }
}
.c-attention__a .inner + .inner {
  margin-top: 10px;
  display: block;
}
.c-attention__a .c-attention__note {
  display: block;
  font-size: 12px;
}
@media (max-width: 768px) {
  .c-attention__a .c-attention__note {
    font-size: 10px;
  }
}

.c-attention__header {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(28 / 16);
}
@media (max-width: 768px) {
  .c-attention__header {
    font-size: 14px;
  }
}
.c-attention__header + .c-attention__desc {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .c-attention__desc {
    font-size: 12px;
  }
}
.c-attention__desc + .c-attention__header {
  margin-top: 20px;
}

.c-attention__answer {
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .c-attention__answer {
    font-size: 12px;
  }
}
.c-attention__answer span {
  font-size: 16px;
  display: block;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 768px) {
  .c-attention__answer span {
    font-size: 12px;
    padding-left: 12px;
    text-indent: -12px;
  }
}
.c-attention__answer + .c-attention__header {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .c-attention__answer + .c-attention__header {
    margin-top: 28px;
  }
}

/****************************

CONTACT

****************************/
/****************************
common
****************************/
.l-container--form {
  width: 100%;
  max-width: calc(1226px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container--form {
    padding: 0 20px;
  }
}

.p-form {
  position: relative;
  padding-top: 80px;
  background-color: #bee1ef;
}
@media (max-width: 768px) {
  .p-form {
    padding-top: 20px;
  }
}
.p-form .c-header-lv2 {
  padding: 56px 0 57px;
}
@media (max-width: 768px) {
  .p-form .c-header-lv2 {
    padding: 20px 0 21px;
  }
}
.p-form .c-header-lv2 p {
  font-size: 50px;
  line-height: calc(72 / 50);
}
@media (max-width: 768px) {
  .p-form .c-header-lv2 p {
    font-size: 22px;
  }
}
.p-form .l-footer {
  background: #e4e4e4;
  padding: 60px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-form .l-footer {
    padding: 20px 0;
    margin-top: 20px;
  }
}
.p-form .l-footer .l-footer__logo {
  margin-top: 0;
}

/****************************
form-top
****************************/
.p-form-inner {
  padding: 80px 80px 100px;
  margin-top: 72px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-form-inner {
    padding: 22px 20px 40px;
    margin-top: 0;
  }
}

.p-form-top {
  margin-top: 0px;
  position: relative;
}
@media (max-width: 768px) {
  .p-form-top {
    margin-top: 0px;
    padding-bottom: calc(160 / 375 * 100vw);
  }
}
.p-form-top::before, .p-form-top::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.p-form-top::before {
  width: calc(282 / 1226 * 100%);
  aspect-ratio: calc(282 / 214);
  top: 40px;
  background: url(../../assets/img/form/img_form02.png) center center/contain no-repeat;
  left: 0;
}
@media (max-width: 768px) {
  .p-form-top::before {
    width: calc(134 / 375 * 100vw);
    bottom: calc(20 / 375 * 100vw);
    left: 0;
    top: initial;
  }
}
.p-form-top::after {
  width: calc(378 / 1226 * 100%);
  aspect-ratio: calc(378 / 393);
  top: 0px;
  background: url(../../assets/img/form/img_form03.png) center center/contain no-repeat;
  right: -38px;
}
@media (max-width: 768px) {
  .p-form-top::after {
    top: initial;
    width: calc(197 / 375 * 100vw);
    bottom: calc(-47 / 375 * 100vw);
    right: calc(12 / 375 * 100vw);
  }
}

.p-form-top__img {
  width: calc(686 / 1226 * 100%);
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .p-form-top__img {
    width: calc(257 / 335 * 100%);
  }
}

.p-form-info {
  width: 100%;
  margin-top: 46px;
  display: block;
}
@media (max-width: 768px) {
  .p-form-info {
    margin-top: 24px;
  }
}

.p-form-flow {
  width: calc(654 / 1086 * 100%);
  display: block;
  margin: 100px auto 0;
  display: block;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-form-flow {
    gap: 0px;
    margin: 50px auto 0;
    width: calc(276 / 295 * 100%);
    position: relative;
    left: -9px;
    max-width: 500px;
  }
}

.p-form-attention {
  margin: 80px auto 0;
  max-width: 958px;
}
@media (max-width: 768px) {
  .p-form-attention {
    margin: 30px auto 0;
  }
}

/****************************
form
****************************/
.p-entry-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-entry-form {
    margin-top: 30px;
    gap: 40px;
  }
}

.p-entry-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .p-entry-form__block {
    display: block;
    gap: 0;
  }
}
.p-entry-form__block .c-normal {
  font-weight: normal;
}

.p-entry-form__block > label {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-entry-form__block > label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: calc(24 / 16);
  }
}
.p-entry-form__block > label:has(.required), .p-entry-form__block > label:has(.optional) {
  position: relative;
  padding-left: 72px;
}
@media (max-width: 768px) {
  .p-entry-form__block > label:has(.required), .p-entry-form__block > label:has(.optional) {
    padding-left: 55px;
  }
}
.p-entry-form__block > label .smaller {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-entry-form__block > label .smaller {
    font-size: 12px;
    font-weight: normal;
  }
}

.p-entry-form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .p-entry-form__body {
    width: 100%;
  }
}

.p-entry-form__body input,
.p-entry-form__body textarea,
.p-entry-form__body select {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-entry-form__body input,
.p-entry-form__body textarea,
.p-entry-form__body select {
    font-size: 16px;
    padding: 8px 17px 10px;
    line-height: calc(24 / 16);
  }
}
.p-entry-form__body input.p-input--zipcode,
.p-entry-form__body textarea.p-input--zipcode,
.p-entry-form__body select.p-input--zipcode {
  width: 135px;
}
@media (max-width: 768px) {
  .p-entry-form__body input.p-input--zipcode,
.p-entry-form__body textarea.p-input--zipcode,
.p-entry-form__body select.p-input--zipcode {
    width: 127px;
  }
}
.p-entry-form__body input.p-input--address,
.p-entry-form__body textarea.p-input--address,
.p-entry-form__body select.p-input--address {
  width: 533px;
}
@media (max-width: 768px) {
  .p-entry-form__body input.p-input--address,
.p-entry-form__body textarea.p-input--address,
.p-entry-form__body select.p-input--address {
    width: 100%;
  }
}
.p-entry-form__body input.p-input--tel,
.p-entry-form__body textarea.p-input--tel,
.p-entry-form__body select.p-input--tel {
  width: 172px;
}
@media (max-width: 768px) {
  .p-entry-form__body input.p-input--tel,
.p-entry-form__body textarea.p-input--tel,
.p-entry-form__body select.p-input--tel {
    width: 163px;
  }
}

.p-entry-form__body input {
  border: 0;
  background-color: #efefef;
}
.p-entry-form__body input::-webkit-input-placeholder {
  color: #cacaca;
}
.p-entry-form__body input::-moz-placeholder {
  color: #cacaca;
}
.p-entry-form__body input:-ms-input-placeholder {
  color: #cacaca;
}
.p-entry-form__body input::-ms-input-placeholder {
  color: #cacaca;
}
.p-entry-form__body input::placeholder {
  color: #cacaca;
}

.p-entry-form__block label {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-entry-form__block label {
    display: inline-block;
  }
}

.p-entry-form__body .c-note {
  font-size: 14px;
  margin-top: 20px;
  color: #000000;
}
@media (max-width: 768px) {
  .p-entry-form__body .c-note {
    margin-top: 10px;
  }
}
.p-entry-form__body .c-note span {
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}
@media (max-width: 768px) {
  .p-entry-form__body .c-note span {
    font-size: 10px;
    padding-left: 10px;
    text-indent: -10px;
  }
}
.p-entry-form__body .c-note span.red {
  font-weight: bold;
  color: #d52d2d;
}
.p-entry-form__body .c-note .header {
  font-size: 16px;
  line-height: calc(24 / 16);
  margin-bottom: 5px;
}

.p-entry-form__img {
  display: block;
  margin-top: 20px;
}

.p-entry-form__submit {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-entry-form__submit .c-btn {
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  color: #f4e728;
  background-color: #004598;
  border: 0;
  padding: 14px 99px 18px 60px;
  line-height: calc(26 / 18);
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .p-entry-form__submit .c-btn {
    font-size: 13px;
    padding: 11px 78px 12px 44px;
  }
}
.p-entry-form__submit .c-btn::before {
  background: rgba(0, 0, 0, 0.16);
}
.p-entry-form__submit .c-btn:after {
  background: url(../../assets/img/form/ico_arrow_yellow01.svg) center center/contain no-repeat;
  width: 18px;
  height: 14px;
}
@media (max-width: 768px) {
  .p-entry-form__submit .c-btn:after {
    width: 14px;
    height: 11px;
  }
}

.required,
.optional {
  font-size: 15px;
  line-height: calc(21 / 15);
  position: absolute;
  top: calc(20px * 2 / 2);
  left: 0;
  display: inline-block;
  padding: 6px 14px 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  background-color: #e62a73;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .required,
.optional {
    font-size: 12px;
    padding: 3px 8px 5px;
    top: calc(16px * (24 / 16) / 2);
  }
}

.optional {
  color: #e62a73;
  border: 1px solid #e62a73;
  background-color: #ffffff;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.p-radio,
.p-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-radio,
.p-checkbox {
    gap: 17px;
  }
}
.p-radio input[type=radio],
.p-radio input[type=checkbox],
.p-checkbox input[type=radio],
.p-checkbox input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-radio label,
.p-checkbox label {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  cursor: pointer;
  color: #333333;
}
.p-radio label::before,
.p-checkbox label::before {
  position: absolute;
  top: calc(16px * 1.6 / 2);
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #9ea3a0;
  border-radius: 50%;
  background-color: #efefef;
}
.p-radio label::after,
.p-checkbox label::after {
  position: absolute;
  top: calc(16px * 1.6 / 2);
  left: 4px;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #1ba7c1;
}
.p-radio input[type=radio]:checked + label::after,
.p-radio input[type=checkbox]:checked + label::after,
.p-checkbox input[type=radio]:checked + label::after,
.p-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-radio.sp-column,
.p-checkbox.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-radio.age .adjust {
  width: 96px;
}

.p-checkbox.agreement label a {
  color: #000000;
}
.p-checkbox.agreement label a:hover {
  text-decoration: none;
}
.p-checkbox.agreement label::before {
  border-radius: 5px;
}
.p-checkbox.agreement label::after {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 6px;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
  opacity: 0;
  border-radius: 0;
  background-color: initial;
  border-bottom: 4px solid #1ba7c1;
  border-left: 4px solid #1ba7c1;
}

input[type=file] {
  font-size: 16px;
  line-height: calc(24 / 16);
  padding: 0;
  padding: 10px 46px;
  background-color: initial;
}

.p-file {
  position: relative;
}

.p-file__input {
  visibility: hidden;
}

.p-file__label {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(24 / 16);
  display: inline-block;
  padding: 10px 47px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #ffffff;
  border-radius: 5px;
  background-color: #9a9a9a;
}

/****************************
comfirm
****************************/
.p-comfirm .p-entry-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-comfirm .c-button--back {
  font-size: 16px;
  margin-top: 27px;
  text-decoration: underline;
  color: #404040;
  background-color: initial;
  border: 0;
}
@media (max-width: 768px) {
  .p-comfirm .c-button--back {
    font-size: 13px;
    margin-top: 14px;
  }
}

/****************************
thanks
****************************/
.p-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 109px);
}
@media (max-width: 768px) {
  .p-thanks {
    height: calc(100vh - 48px);
  }
}
.p-thanks footer {
  margin-top: auto;
}

.p-form-thanks {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-form-thanks {
    margin-top: 30px;
  }
}

.p-form-thanks__copy {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #1ba7c1;
}
@media (max-width: 768px) {
  .p-form-thanks__copy {
    font-size: 20px;
  }
}

.p-form-thanks__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form-thanks__desc {
    margin-top: 20px;
    font-size: 14px;
  }
}
.p-form-thanks__desc span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p-form-thanks__desc span {
    font-size: 12px;
  }
}

.p-form-thanks__note {
  max-width: 502px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-form-thanks__note {
    margin: 20px auto 0;
  }
}
.p-form-thanks__note span {
  font-size: 12px;
  line-height: calc(22 / 12);
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}

.error-message {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
  color: #d52d2d;
}

.form-error-global {
  font-size: 16px;
  margin-top: 40px;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: rgba(213, 45, 45, 0.16);
}
.form-error-global + .p-entry-form {
  margin-top: 16px;
}

.p-entry-form__body:has(.error-message) input[type=text],
.p-entry-form__body:has(.error-message) input[type=email] {
  border: 2px solid #d52d2d;
}

.agreement__text {
  font-size: 12px;
  padding: 20px 35px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  line-height: calc(17 / 12);
}
@media (max-width: 768px) {
  .agreement__text {
    padding: 10px;
    font-size: 10px;
    border-radius: 5px;
  }
}
.agreement__text * + .header {
  margin-top: 24px;
}
.agreement__text li {
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}
.agreement__text p + p {
  margin-top: 10px;
}
.agreement__text a {
  color: #004598;
}

.p-entry-form__desc {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .p-entry-form__desc {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}
.p-entry-form__desc span {
  color: #d52d2d;
}

.p-entry-form__desc--2 {
  font-size: 16px;
  line-height: calc(26 / 16);
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 768px) {
  .p-entry-form__desc--2 {
    font-size: 14px;
    font-weight: bold;
    line-height: calc(24 / 14);
    margin-top: 16px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
.p-entry-form__desc--2 + .p-entry-form__desc--2 {
  margin-top: 0;
}
.p-entry-form__desc--2 .green {
  color: #55c070;
}

.p-entry-form__desc--3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-entry-form__desc--3 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-entry-form__desc--3 + .p-entry-form__img {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-entry-form__desc--3 + .p-entry-form__img {
    margin-top: 10px;
  }
}

.p-entry-form__img + .p-entry-form__desc--3 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-entry-form__img + .p-entry-form__desc--3 {
    margin-top: 30px;
  }
}

.p-entry-form__note {
  font-size: 14px;
  line-height: calc(18 / 12);
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-entry-form__note {
    font-size: 12px;
  }
}
.p-entry-form__note--red {
  color: #d52d2d;
}

.p-entry-form__img--3 img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-entry-form__img--3 img {
    width: 100%;
    height: auto;
  }
}

.p-entry-form__img--4 img {
  width: 102%;
  height: auto;
}
@media (max-width: 768px) {
  .p-entry-form__img--4 img {
    width: 100%;
    height: auto;
  }
}

.p-entry-form__wchance {
  margin-top: 20px;
}
.p-entry-form__wchance p {
  margin-bottom: 10px;
}

.p-name input[type=text] {
  max-width: 533px;
}

.p-entry-form__body--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-entry-form__body--flex {
    gap: 5px;
  }
}
.p-entry-form__body--flex .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-entry-form__body--flex .select-wrapper {
  position: relative;
  display: inline-block;
}
.p-entry-form__body--flex .select-wrapper::before {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../../assets/img/form/ico_select_arrow.svg) center center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-entry-form__body--flex .select-wrapper::before {
    width: 8px;
    height: 7px;
    right: 9px;
  }
}
.p-entry-form__body--flex select {
  width: 82px;
  background-color: #efefef;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 768px) {
  .p-entry-form__body--flex select {
    width: 59px;
  }
}
.p-entry-form__body--flex select:invalid {
  color: #cacaca;
}
@media (max-width: 768px) {
  .p-entry-form__body--flex .error-message {
    width: 100%;
    margin-top: 10px;
  }
}

.c-accordion {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .c-accordion {
    margin-top: 38px;
  }
}
.c-accordion dt {
  position: relative;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .c-accordion dt {
    height: auto;
    padding: 10px 25px 10px 0;
    font-size: 14px;
    line-height: calc(16 / 14);
    text-align: left;
  }
}
.c-accordion dt::before, .c-accordion dt::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 42px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .c-accordion dt::before, .c-accordion dt::after {
    width: 17px;
    height: 1px;
    right: 0px;
  }
}
.c-accordion dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-accordion dt.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 768px) {
  .c-accordion dt img {
    width: auto;
    height: 13px;
  }
}
.c-accordion dd {
  font-size: 16px;
  line-height: 1.75;
  padding: 30px 0 22px;
}
@media (max-width: 768px) {
  .c-accordion dd {
    padding: 24px 0;
  }
}
.c-accordion .red {
  color: #e62a73;
}

.c-accordion__header {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
}

.c-accordion__desc {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .c-accordion__desc {
    font-size: 12px;
  }
}
.c-accordion__desc + .c-accordion__header {
  margin-top: calc(16px * 1.75);
}
.c-accordion__desc + .c-accordion__desc {
  margin-top: calc(16px * 1.75);
}
.c-accordion__desc .inner {
  padding-left: 16px;
  text-indent: -16px;
  display: inline-block;
}
.c-accordion__desc a {
  color: #000;
}
.c-accordion__desc .c-accordion__note {
  display: block;
}
@media (max-width: 768px) {
  .c-accordion__desc .c-accordion__note {
    font-size: 10px;
    line-height: 2;
  }
}

.p-entry-form__block.has-error {
  background: #fbdfde;
  padding: 20px;
  border-radius: 12px;
}

.p-product-experience {
  max-width: 840px;
}

@media (max-width: 768px) {
  .sp-colmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .p-entry-form__body--entry .c-note {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .p-entry-form__body--entry .c-note span {
    line-height: 2;
  }
}

.p-file-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-file-group {
    gap: 10px;
  }
}

.is-hidden {
  display: none;
}

.p-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100svh);
  background-color: #1ba7c1;
}
.p-prize footer {
  margin-top: auto;
}

.p-prize-wrapper {
  height: 100svh;
  overflow: clip;
}

.p-prize-inner {
  position: relative;
  max-width: 1086px;
  padding-top: 92px;
}
@media (max-width: 768px) {
  .p-prize-inner {
    padding-top: 40px;
    height: 100svh;
    overflow: hidden;
  }
}
.p-prize-inner::before, .p-prize-inner::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.p-prize-inner::before {
  background: url(../../assets/img/voice/img_voice02.png) center center/contain no-repeat;
  aspect-ratio: calc(728 / 1092);
  width: calc(728 / 1082 * 100%);
  top: 19px;
  left: calc((140px + 208px) * -1);
}
@media (max-width: 1366px) {
  .p-prize-inner::before {
    left: calc((140 + 208) / 1366 * 100vw * -1);
  }
}
@media (max-width: 768px) {
  .p-prize-inner::before {
    width: calc(444 / 375 * 100vw);
    left: calc((108) / 375 * 100vw * -1);
    top: 330px;
  }
}
.p-prize-inner::after {
  background: url(../../assets/img/voice/img_voice03.png) center center/contain no-repeat;
  aspect-ratio: calc(721 / 1081);
  width: calc(721 / 1082 * 100%);
  top: -22px;
  right: calc((140px + 230px) * -1);
}
@media (max-width: 1366px) {
  .p-prize-inner::after {
    right: calc((140 + 230) / 1366 * 100vw * -1);
  }
}
@media (max-width: 768px) {
  .p-prize-inner::after {
    width: calc(446 / 375 * 100%);
    right: calc((110) / 375 * 100vw * -1);
    top: 314px;
  }
}

.p-prize-header {
  width: calc(553 / 1086 * 100%);
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .p-prize-header {
    width: calc(248 / 335 * 100%);
  }
}
.p-prize-header img {
  height: auto;
}

.p-prize-img {
  display: block;
  width: auto;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .p-prize-img {
    margin-top: 13px;
  }
}
.p-prize-img img {
  width: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-prize-img img {
    width: calc(235 / 375 * 100%);
    height: auto;
  }
}

.p-prize-voice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 972px;
  margin: 22px auto 0;
  padding: 50px 20px 70px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-prize-voice {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 30px 150px;
    border-radius: 30px;
  }
}
.p-prize-voice::before {
  position: absolute;
  z-index: 0;
  top: 80px;
  left: -111px;
  width: 275px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_prize02.png) center center/contain no-repeat;
  aspect-ratio: calc(275 / 320);
}
@media (max-width: 768px) {
  .p-prize-voice::before {
    top: initial;
    bottom: -134px;
    left: 50%;
    width: calc(230 / 375 * 100%);
    max-width: 240px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-prize-voice::after {
  position: absolute;
  z-index: 0;
  top: -102px;
  right: -57px;
  width: 120px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_prize03.png) center center/contain no-repeat;
  aspect-ratio: calc(120 / 239);
}
@media (max-width: 768px) {
  .p-prize-voice::after {
    top: -44px;
    right: -16px;
    width: calc(54 / 335 * 100%);
    max-width: 80px;
  }
}

.p-prize-voice-title {
  font-size: 35px;
  font-weight: bold;
  line-height: calc(52 / 35);
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.03em;
  color: #22993d;
}
@media (max-width: 768px) {
  .p-prize-voice-title {
    font-size: 16px;
  }
}
.p-prize-voice-title span {
  font-size: 45px;
}
@media (max-width: 768px) {
  .p-prize-voice-title span {
    font-size: 20px;
  }
}
.p-prize-voice-title::before {
  position: absolute;
  z-index: 0;
  top: -14px;
  right: -26px;
  width: 23px;
  height: 32px;
  content: "";
  -webkit-transform: rotate(-41deg);
          transform: rotate(-41deg);
  background: url(../../assets/img/ico_prize_line01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-prize-voice-title::before {
    top: -8px;
    right: -16px;
    width: 12px;
    height: 16px;
  }
}

.p-prize-voice-subtitle {
  margin-top: 38px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-prize-voice-subtitle {
    margin-top: 20px;
  }
}
.p-prize-voice-subtitle span {
  font-size: 26px;
  font-weight: bold;
  font-weight: bold;
  line-height: 2;
  position: relative;
  padding: 5px 30px;
  color: #ffffff;
  border-radius: 26px;
  background-color: #f8ad6e;
}
@media (max-width: 768px) {
  .p-prize-voice-subtitle span {
    font-size: 14px;
    padding: 4px 19px;
  }
}
.p-prize-voice-subtitle span::before {
  position: absolute;
  z-index: 0;
  bottom: -12px;
  left: 50%;
  width: 17px;
  height: 13px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_triangel01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-prize-voice-subtitle span::before {
    bottom: -6px;
    width: 9px;
    height: 7px;
  }
}

.audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 577px;
  margin-top: 34px;
}

#play-btn {
  margin-right: 27px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: initial;
}
@media (max-width: 768px) {
  #play-btn {
    margin-right: 10px;
  }
}
#play-btn img {
  width: 25px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 768px) {
  #play-btn img {
    width: 16px;
    height: 12px;
  }
}

.progress-container {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 26px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #bee1ef;
}
@media (max-width: 768px) {
  .progress-container {
    height: 10px;
  }
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: 10px;
  background-color: #004598;
}

.time {
  font-size: 20px;
  margin-left: 10px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .time {
    font-size: 10px;
  }
}

.l-header-prize {
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .l-header-prize {
    padding: 10px 20px;
  }
}
.l-header-prize img {
  width: calc(246 / 1366 * 100%);
}
@media (max-width: 768px) {
  .l-header-prize img {
    width: 103px;
  }
}

.p-prize--2 {
  background-color: #b9e4ee;
}
.p-prize--2 .p-prize-voice::before {
  position: absolute;
  z-index: 0;
  top: -183px;
  left: -77px;
  width: 180px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_prize04.png) center center/contain no-repeat;
  aspect-ratio: calc(180 / 584);
}
@media (max-width: 768px) {
  .p-prize--2 .p-prize-voice::before {
    top: initial;
    bottom: -290px;
    left: 50%;
    width: calc(134 / 335 * 100%);
    max-width: 134px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-prize--2 .p-prize-voice::after {
  position: absolute;
  z-index: 0;
  top: -88px;
  right: -57px;
  width: 180px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_prize05.png) center center/contain no-repeat;
  aspect-ratio: calc(180 / 234);
}
@media (max-width: 768px) {
  .p-prize--2 .p-prize-voice::after {
    top: -31px;
    right: -10px;
    width: calc(69 / 335 * 100%);
    max-width: 80px;
  }
}

.p-prize-content {
  max-width: 900px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .p-prize-content {
    margin: 30px auto 0;
  }
}

.p-prize-box {
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-prize-box {
    padding: 30px 20px;
  }
}
.p-prize-box.is-hidden {
  display: none;
}

.p-prize-password input[type=text] {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  line-height: 1.75;
  border: 0;
  background-color: #efefef;
  border-radius: 5px;
  margin-top: 20px;
  height: 62px;
}
@media (max-width: 768px) {
  .p-prize-password input[type=text] {
    height: 44px;
    margin-top: 10px;
  }
}
.p-prize-password .c-btn-wrapper {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-prize-password .c-btn-wrapper {
    margin-top: 20px;
  }
}

.c-btn--prize {
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  color: #f4e728;
  background-color: #004598;
  border: 0;
  padding: 14px 99px 18px 60px;
  line-height: calc(26 / 18);
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .c-btn--prize {
    font-size: 13px;
    padding: 11px 78px 12px 44px;
  }
}
.c-btn--prize::before {
  background: rgba(0, 0, 0, 0.16);
}
.c-btn--prize:after {
  background: url(../../assets/img/form/ico_arrow_yellow01.svg) center center/contain no-repeat;
  width: 18px;
  height: 14px;
}
@media (max-width: 768px) {
  .c-btn--prize:after {
    width: 14px;
    height: 11px;
  }
}

.p-prize-password__title {
  font-size: 24px;
  line-height: calc(35 / 24);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-prize-password__title {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
}

.p-prize-download {
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .p-prize-download {
    padding-bottom: 30px;
  }
}
.p-prize-download .c-btn--prize {
  padding: 14px 35px;
}
@media (max-width: 768px) {
  .p-prize-download .c-btn--prize {
    padding: 11px 28px;
  }
}
.p-prize-download .c-btn--prize::after {
  display: none;
}
.p-prize-download .c-btn-wrapper {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-prize-download .c-btn-wrapper {
    margin-top: 20px;
  }
}

.p-prize-download__title {
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 9px 55px 14px;
  background: #1ba7c1;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 26px;
}
@media (max-width: 768px) {
  .p-prize-download__title {
    font-size: 12px;
    gap: 8px;
    padding: 5px 10px 8px;
    border-radius: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 266px;
  }
}
.p-prize-download__title span {
  font-size: 31px;
  line-height: calc(50 / 31);
}
@media (max-width: 768px) {
  .p-prize-download__title span {
    font-size: 15px;
  }
}
.p-prize-download__title ::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 17px solid #1ba7c1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -14px;
}
@media (max-width: 768px) {
  .p-prize-download__title ::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1ba7c1;
    bottom: -7px;
  }
}