@charset "UTF-8";
/* 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(1086px + 32px);
}
@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(1086px + 32px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

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

.c-btn {
  font-family: "MOBO", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: calc(34 / 26);
  position: relative;
  display: inline-block;
  padding: 19px 30px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 37px;
  background-color: #55c070;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 14px;
    padding: 18px 20px;
  }
}
.c-btn::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: 37px;
  background: #22993d;
}
.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;
}

.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: fixed;
  z-index: 99;
  top: 20px;
  left: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(246 / 1366 * 100%);
}
@media (max-width: 768px) {
  .l-header {
    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: 15px 0 13px 15px;
  }
}

.l-header__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 246px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: calc(141 / 360 * 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: 50px;
    height: 50px;
    padding: 13px 2px;
    border-radius: 0 0 0 10px;
    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: 16px;
  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: #55c070;
}
.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-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 8px;
  line-height: calc(13 / 8);
  text-align: center;
}
.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%;
  padding: 70px 20px 70px;
  background-color: #55c070;
}
.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: 40px;
  border-radius: 20px;
  background-color: #ffffff;
}
.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: 36px;
}
.l-header__nav.is-open .l-header__nav-inner ul a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(20 / 16);
  text-decoration: none;
}
.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 ul li::before {
  position: absolute;
  bottom: calc(36px / 2 * -1);
  left: 50%;
  width: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_nav_line01.svg) center center/contain no-repeat;
  aspect-ratio: calc(255 / 5);
}
.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-header__nav.is-open .c-cloud--1 {
  position: absolute;
  bottom: -17px;
  left: calc(73 / 375 * 100% * -1);
  width: calc(532 / 375 * 100%);
  background: url(../../assets/img/ico_cloud_sp.svg) center center/contain no-repeat;
  aspect-ratio: calc(532 / 168);
}
.l-header__nav.is-open .c-cloud--2 {
  position: absolute;
  top: 5px;
  right: calc(84 / 375 * 100%);
  width: calc(73 / 375 * 100%);
  background: url(../../assets/img/ico_cloud01.svg) center center/contain no-repeat;
  aspect-ratio: calc(73 / 49);
}

.l-footer {
  margin-top: 70px;
  background-color: #55c070;
}

.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;
}

.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;
  }
}

/****************************
common
****************************/
.c-header {
  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-bottom: 13px;
}
.c-header::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 157px;
  height: 5px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_dots_green01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .c-header::after {
    width: 87px;
    height: 3px;
  }
}
.c-header .c-header__en {
  width: auto;
  height: 12px;
}
@media (max-width: 768px) {
  .c-header .c-header__en {
    height: 10px;
  }
}
.c-header .c-header__en img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-header .c-header__jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 53px;
  font-weight: bold;
  line-height: calc(79 / 53);
  margin-top: 6px;
  letter-spacing: 0.03em;
  color: #404040;
}
@media (max-width: 768px) {
  .c-header .c-header__jp {
    font-size: 28px;
    margin-top: 10px;
  }
}

/****************************
kv
****************************/
.p-kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-height: 100svh;
  background-color: #55c070;
}
@media (max-width: 768px) {
  .p-kv {
    max-height: none;
  }
}

.p-kv-inner {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-kv-inner {
    width: 100%;
    padding: 110px 20px 167px;
  }
}
.p-kv-inner .main img {
  max-height: 100svh;
  aspect-ratio: calc(1366 / 768);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-kv-inner .main img {
    width: 100%;
    aspect-ratio: calc(335 / 452);
  }
}
.p-kv-inner .flag {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: calc(911 / 1365 * 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-kv-inner .flag {
    display: none;
  }
}
.p-kv-inner .c-cloud {
  position: absolute;
  z-index: 0;
  bottom: -73px;
  left: calc(143 / 1365 * 100% * -1);
  width: calc(1576 / 1365 * 100%);
  height: auto;
  content: "";
  background: url(../../assets/img/ico_cloud.svg) center center/contain no-repeat;
  aspect-ratio: calc(1576 / 255);
}
@media (max-width: 768px) {
  .p-kv-inner .c-cloud {
    bottom: -17px;
    left: 48%;
    width: calc(532 / 375 * 100%);
    max-width: 600px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../../assets/img/ico_cloud_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(532 / 168);
  }
}
.p-kv-inner .c-cloud--2 {
  display: none;
}
@media (max-width: 768px) {
  .p-kv-inner .c-cloud--2 {
    position: absolute;
    z-index: -1;
    top: 36px;
    bottom: initial;
    left: calc(8 / 375 * 100% * -1);
    display: block;
    width: calc(342 / 375 * 100%);
    max-width: 360px;
    height: auto;
    content: "";
    background: url(../../assets/img/ico_cloud02_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(342 / 112);
  }
}
.p-kv-inner .c-paper {
  display: none;
}
@media (max-width: 768px) {
  .p-kv-inner .c-paper {
    position: absolute;
    z-index: 0;
    top: 44px;
    left: calc(30 / 375 * 100%);
    display: block;
    width: calc(275 / 375 * 100%);
    max-width: 400px;
    height: auto;
    content: "";
    background: url(../../assets/img/img_kv05.png) center center/contain no-repeat;
    aspect-ratio: calc(275 / 215);
  }
}
.p-kv-inner .c-bloon {
  position: absolute;
  z-index: 0;
  top: 98px;
  left: calc(33 / 1365 * 100% * -1);
  width: calc(322 / 1365 * 100%);
  height: auto;
  content: "";
  aspect-ratio: calc(322 / 480);
}
.p-kv-inner .c-bloon--1 {
  background: url(../../assets/img/img_kv03.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-kv-inner .c-bloon--1 {
    z-index: 2;
    top: 81px;
    left: calc(25 / 375 * 100% * -1);
    width: calc(148 / 375 * 100%);
    max-width: 180px;
    aspect-ratio: calc(148 / 221);
  }
}
.p-kv-inner .c-bloon--2 {
  top: 20px;
  right: calc(31 / 1365 * 100% * -1);
  left: initial;
  background: url(../../assets/img/img_kv04.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-kv-inner .c-bloon--2 {
    z-index: 2;
    top: 92px;
    right: calc(17 / 375 * 100% * -1);
    width: calc(150 / 375 * 100%);
    max-width: 180px;
    aspect-ratio: calc(150 / 224);
  }
}

/****************************
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-color: #fbefde;
}
@media (max-width: 768px) {
  .p-menu {
    display: none;
  }
}
.p-menu.is-tracking {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .p-menu.is-tracking .p-menu__link {
    display: none;
  }
}

.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 #55c070;
}
@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 #55c070;
}
@media (max-width: 768px) {
  .p-menu__nav li:nth-child(1), .p-menu__nav li:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .p-menu__nav li:nth-child(n+3) {
    width: calc(100% / 3);
  }
}
@media (max-width: 768px) {
  .p-menu__nav li:nth-child(1), .p-menu__nav li:nth-child(3) {
    border-left: 0;
  }
}
.p-menu__nav a {
  font-family: "MOBO", sans-serif;
  font-size: 20px;
  position: relative;
  display: block;
  padding: 10px 30px 16px;
  text-align: center;
  text-decoration: none;
  color: #55c070;
}
@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_arrow_green01.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-about {
  padding: 68px 0 150px;
}
@media (max-width: 768px) {
  .p-about {
    padding: 40px 0 72px;
  }
}
@media (max-width: 768px) {
  .p-about {
    overflow-x: hidden;
  }
}
.p-about .c-header {
  position: relative;
}

.p-about-flower {
  position: absolute;
  z-index: 0;
}
.p-about-flower--1 {
  top: -7px;
  left: 0;
  width: 213px;
  content: "";
  background: url(../../assets/img/ico_flower01.svg) center center/contain no-repeat;
  aspect-ratio: calc(222 / 125);
}
@media (max-width: 768px) {
  .p-about-flower--1 {
    top: -27px;
    left: -10px;
    width: 95px;
    background: url(../../assets/img/ico_flower01_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(95 / 55);
  }
}
.p-about-flower--2 {
  top: 0;
  right: 0;
  width: 212px;
  content: "";
  background: url(../../assets/img/ico_flower02.svg) center center/contain no-repeat;
  aspect-ratio: calc(212 / 125);
}
@media (max-width: 768px) {
  .p-about-flower--2 {
    top: -27px;
    right: -10px;
    width: 95px;
    background: url(../../assets/img/ico_flower02_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(95 / 55);
  }
}

.p-about-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 996px;
  margin: 50px auto 0;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-about-period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(280 / 335 * 100%);
    max-width: 360px;
    margin: 30px auto 0;
    gap: 10px;
  }
}

.p-about-period__item {
  width: calc(50% - 30px / 2);
}
@media (max-width: 768px) {
  .p-about-period__item {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .p-about-content {
    padding: 45px 24px !important;
  }
}
.p-about-content {
  position: relative;
  margin-top: 76px;
  padding: 100px 0 152px;
}
@media (max-width: 768px) {
  .p-about-content {
    margin-top: 30px;
    padding: 120px 0;
  }
}
.p-about-content::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../assets/img/bg_about01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-content::before {
    background: url(../../assets/img/bg_about01_sp.svg) center center/contain no-repeat;
  }
}
.p-about-content::after {
  position: absolute;
  top: -46px;
  left: 21px;
  width: 219px;
  content: "";
  background: url(../../assets/img/img_about07.png) center center/contain no-repeat;
  aspect-ratio: calc(78 / 101);
}
@media (max-width: 768px) {
  .p-about-content::after {
    top: 0;
    left: -10px;
    width: calc(78 / 335 * 100%);
    aspect-ratio: calc(78 / 101);
  }
}

.p-about-content__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;
}
.p-about-content__header {
  width: 444px;
}
@media (max-width: 768px) {
  .p-about-content__header {
    width: calc(186 / 335 * 100%);
  }
}

.p-about-voice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 98px;
  padding: 24px 60px;
  border-radius: 30px;
  background-color: #ffffff;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-about-voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin-top: 42px;
    padding: 33px 21px 30px;
    gap: 15px;
  }
}
.p-about-voice::before {
  position: absolute;
  z-index: 0;
  top: -68px;
  left: 50%;
  display: block;
  width: 415px;
  height: auto;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/img_about04.png) center center/contain no-repeat;
  aspect-ratio: calc(415 / 115);
}
@media (max-width: 768px) {
  .p-about-voice::before {
    top: -29px;
    width: 204px;
  }
}
.p-about-voice::after {
  position: absolute;
  z-index: 0;
  top: -280px;
  right: -64px;
  display: block;
  width: 151px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_about08.png) center center/contain no-repeat;
  aspect-ratio: calc(151 / 301);
}
@media (max-width: 768px) {
  .p-about-voice::after {
    top: -55px;
    right: -30px;
    width: calc(54 / 267 * 100%);
  }
}

.p-about-voice__person {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-about-voice__person {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 15px;
  }
}

.p-about-voice__person picture {
  width: 94px;
  height: 141px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-about-voice__person picture {
    width: 49px;
    height: 74px;
    margin: 0;
  }
}

.p-about-voice__name {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  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: 8px;
}
@media (max-width: 768px) {
  .p-about-voice__name {
    font-size: 15px;
  }
}

.p-about-voice__name span {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-about-voice__name span {
    font-size: 11px;
  }
}

.p-about-voice__copy {
  font-family: "MOBO", sans-serif;
  font-size: 28px;
  line-height: calc(38 / 28);
  margin-top: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-about-voice__copy {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
  }
}

.p-about-whois {
  position: relative;
  margin-top: 77px;
}
@media (max-width: 768px) {
  .p-about-whois {
    margin-top: 47px;
  }
}
.p-about-whois::before {
  position: absolute;
  z-index: 0;
  top: -57px;
  left: 50%;
  width: 97px;
  height: auto;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/img_about06.png) center center/contain no-repeat;
  aspect-ratio: calc(97 / 57);
}
@media (max-width: 768px) {
  .p-about-whois::before {
    top: -37px;
    width: calc(63px);
  }
}

.p-about-campaign {
  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: 68px;
}
@media (max-width: 768px) {
  .p-about-campaign {
    margin-top: 33px;
  }
}

.p-about-campaign__header {
  font-family: "MOBO", sans-serif;
  font-size: 32px;
  line-height: calc(38 / 32);
  position: relative;
  display: inline-block;
  padding: 20px 53px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-about-campaign__header {
    font-size: 18px;
    padding: 8px 42px;
    text-align: center;
  }
}
.p-about-campaign__header::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../assets/img/ico_ribbon01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-about-campaign__header::before {
    background: url(../../assets/img/ico_ribbon01_sp.svg) center center/contain no-repeat;
  }
}

.p-about-campaign__desc {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(44 / 24);
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-about-campaign__desc {
    font-size: 14px;
    line-height: calc(24 / 14);
    margin-top: 12px;
  }
}
.p-about-campaign__desc span {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
.p-about-campaign__desc span::before {
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 50%;
  width: 100%;
  height: 12px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f8ad6e;
}
@media (max-width: 768px) {
  .p-about-campaign__desc span::before {
    height: 7px;
  }
}
.p-about-campaign__desc span img {
  display: inline-block;
  width: 120px;
  height: auto;
  vertical-align: top;
}
@media (max-width: 768px) {
  .p-about-campaign__desc span img {
    width: 61px;
  }
}
@media (max-width: 768px) {
  .p-about-campaign__desc + .p-about-campaign__desc {
    margin-top: 10px;
  }
}

.p-about-content__footer {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -60px;
  display: block;
  width: 1006px;
  height: auto;
  content: "";
  background: url(../../assets/img/img_about09.png) center center/contain no-repeat;
  aspect-ratio: calc(1006 / 259);
}
@media (max-width: 768px) {
  .p-about-content__footer {
    right: 0;
    bottom: -38px;
    left: initial;
    width: calc(320 / 335 * 100%);
    background: url(../../assets/img/img_about09_sp.png) center center/contain no-repeat;
    aspect-ratio: calc(320 / 86);
  }
}

/****************************
present
****************************/
.p-present {
  position: relative;
  padding: 82px 0 118px;
}
@media (max-width: 768px) {
  .p-present {
    padding: 47px 0 50px;
  }
}
.p-present::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 225px;
  content: "";
  background: url(../../assets/img/bg_present01.svg) center center/cover no-repeat;
  aspect-ratio: calc(1366 / 225);
}
@media (max-width: 768px) {
  .p-present::before {
    min-height: auto;
    background: url(../../assets/img/bg_present01_sp.svg) center center/cover no-repeat;
    aspect-ratio: calc(375 / 61);
  }
}
.p-present::after {
  position: absolute;
  z-index: -2;
  top: 225px;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 225px);
  content: "";
  background: #f6e3c7;
}
@media (max-width: 768px) {
  .p-present::after {
    top: 60px;
    height: calc(100% - 60px);
  }
}

.p-present-img {
  width: 1052px;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .p-present-img {
    width: calc(275 / 335 * 100%);
    margin: 16px auto 0;
  }
}

.p-present-copy {
  width: 662px;
  margin: 34px auto 0;
}
@media (max-width: 768px) {
  .p-present-copy {
    width: 100%;
  }
}
.p-present-copy img {
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}

.p-present-desc {
  font-size: 24px;
  font-weight: 500;
  line-height: calc(44 / 24);
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-present-desc {
    font-size: 14px;
  }
}

.p-present-wchance {
  position: relative;
  margin-top: 234px;
}
@media (max-width: 768px) {
  .p-present-wchance {
    margin-top: 115px;
  }
}
.p-present-wchance::before {
  position: absolute;
  z-index: 0;
  top: calc(234px / 2 * -1);
  left: 50%;
  width: 140px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../assets/img/img_present03.png) center center/contain no-repeat;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .p-present-wchance::before {
    top: calc(115px / 2 * -1);
    width: 74px;
  }
}

.p-present-wchance__link {
  position: absolute;
  z-index: 1;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-present-wchance__link {
    bottom: 35px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-present-wchance__link .c-btn {
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-present-wchance__link .c-btn {
    max-width: 260px;
  }
}

/****************************
product
****************************/
.p-product {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .p-product {
    padding: 50px 0;
  }
}
.p-product .c-note {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product .c-note {
    font-size: 14px;
  }
}

.p-product-text {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-product-text {
    margin-top: 30px;
  }
}

.p-product-text__copy {
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product-text__copy {
    font-size: 16px;
    line-height: calc(26 / 16);
  }
}
.p-product-text__copy span {
  position: relative;
}
.p-product-text__copy span::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 17px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fbefde;
}
@media (max-width: 768px) {
  .p-product-text__copy span::before {
    height: 6px;
  }
}
.p-product-text__copy span.pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-product-text__copy span.pc {
    display: none;
  }
}
.p-product-text__copy span.sp {
  display: none;
}
@media (max-width: 768px) {
  .p-product-text__copy span.sp {
    display: inline-block;
  }
}

.p-product-text__desc {
  line-height: calc(18 / 12);
  max-width: 778px;
  margin: 32px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-product-text__desc {
    font-size: 12px;
    margin: 20px auto 0;
  }
}

.p-product-text__period {
  display: block;
  width: 695px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .p-product-text__period {
    width: calc(284 / 335 * 100%);
    max-width: 335px;
    margin: 28px auto 0;
  }
}

.p-product-content {
  position: relative;
  margin-top: 44px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .p-product-content {
    margin-top: 30px;
    border-radius: 20px;
  }
}
.p-product-content::before {
  position: absolute;
  z-index: 0;
  top: -142px;
  left: 0;
  width: 204px;
  height: 204px;
  content: "";
  background: url(../../assets/img/img_product02.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-product-content::before {
    display: none;
  }
}

.p-product-content__header {
  font-size: 26px;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  background: #55c070;
}
@media (max-width: 768px) {
  .p-product-content__header {
    font-size: 18px;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
  }
}
.p-product-content__header span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .p-product-content__header span {
    font-size: 12px;
  }
}

.p-product-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 70px;
  gap: 21px 23px;
}
@media (max-width: 768px) {
  .p-product-content__inner {
    padding: 20px;
    gap: 20px 12px;
  }
}

.p-product-content__item {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% / 5 - 23px * 4 / 5);
}
@media (max-width: 768px) {
  .p-product-content__item {
    width: calc(100% / 3 - 12px * 2 / 3);
  }
}

.p-product-content__item picture {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-product-content__item picture {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    aspect-ratio: calc(90 / 105);
  }
}

.p-product-content__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .p-product-content__item img {
    height: auto;
    aspect-ratio: calc(90 / 105);
  }
}

.p-product-content__title {
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .p-product-content__title {
    font-size: 12px;
    margin-top: 5px;
  }
}

/****************************
fibee
****************************/
.p-fibee {
  position: relative;
  overflow: visible;
  padding: 110px 0 120px;
}
@media (max-width: 768px) {
  .p-fibee {
    padding: 69px 0 50px;
  }
}
.p-fibee::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(1469 / 1366 * 100%);
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/bg_fibee01.svg) center center/contain no-repeat;
  aspect-ratio: calc(1469 / 375);
}
@media (max-width: 768px) {
  .p-fibee::before {
    top: 20px;
    width: 100%;
    background: url(../../assets/img/bg_fibee01_sp.svg) center center/contain no-repeat;
    aspect-ratio: calc(375 / 62);
  }
}
.p-fibee::after {
  position: absolute;
  z-index: -2;
  top: 200px;
  right: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 200px);
  content: "";
  background: #fbefde;
}
@media (max-width: 768px) {
  .p-fibee::after {
    top: 49px;
    height: calc(100% - 49px);
  }
}

.p-fibee-inner {
  position: relative;
}
.p-fibee-inner .p-fibee-chara {
  position: absolute;
  z-index: 0;
  top: calc(-24px - 80px);
  right: -8px;
  display: block;
  width: 184px;
  background: url(../../assets/img/img_fibee_chara01.png) center center/contain no-repeat;
  aspect-ratio: calc(183 / 219);
}
@media (max-width: 768px) {
  .p-fibee-inner .p-fibee-chara {
    top: -68px;
    right: 20px;
    width: calc(73 / 375 * 100%);
  }
}
.p-fibee-inner .p-fibee-waffle {
  position: absolute;
  z-index: 0;
  display: block;
}
.p-fibee-inner .p-fibee-waffle--1 {
  top: 88px;
  left: -265px;
  width: 463px;
  background: url(../../assets/img/img_fibee01.png) center center/contain no-repeat;
  aspect-ratio: calc(463 / 625);
}
@media (max-width: 768px) {
  .p-fibee-inner .p-fibee-waffle--1 {
    top: 34px;
    left: -100px;
    width: calc(169 / 375 * 100%);
    max-width: 169px;
    background: url(../../assets/img/img_fibee01_sp.png) center center/contain no-repeat;
    aspect-ratio: calc(169 / 369);
  }
}
.p-fibee-inner .p-fibee-waffle--2 {
  top: 326px;
  right: -262px;
  width: 396px;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
  background: url(../../assets/img/img_fibee02.png) center center/contain no-repeat;
  aspect-ratio: calc(396 / 396);
}
@media (max-width: 768px) {
  .p-fibee-inner .p-fibee-waffle--2 {
    top: 176px;
    right: -130px;
    width: calc(183 / 375 * 100%);
    max-width: 183px;
  }
}

.p-fibee-header {
  width: 405px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-fibee-header {
    width: 176px;
  }
}

.p-fibee-text {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-fibee-text {
    margin-top: 20px;
  }
}

.p-fibee-text__copy {
  font-size: 35px;
  font-weight: bold;
  line-height: calc(46 / 35);
  color: #55c070;
}
@media (max-width: 768px) {
  .p-fibee-text__copy {
    font-size: 18px;
  }
}

.p-fibee-text__desc {
  font-size: 20px;
  line-height: 2;
  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-fibee-text__desc {
    font-size: 14px;
    margin-top: 20px;
    gap: 10px;
  }
}

.p-fibee-text__desc span {
  display: block;
}
.p-fibee-text__note {
  font-size: 14px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-fibee-text__note {
    font-size: 12px;
    margin-top: 20px;
  }
}

.p-fibee-img {
  position: relative;
  left: 50%;
  display: block;
  width: calc(1474 / 1086 * 100%);
  margin-top: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-fibee-img {
    width: calc(900 / 335 * 100%);
    margin-top: 40px;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}

.p-fibee-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  gap: 46px;
}
@media (max-width: 768px) {
  .p-fibee-prof {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.p-fibee-prof-item {
  width: calc(50% - 46px / 2);
  padding: 100px 40px 60px;
  border: 6px solid #55c070;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-fibee-prof-item {
    width: 100%;
    padding: 40px 22px 30px;
    border: 4px solid #55c070;
  }
}
.p-fibee-prof-item--1 .p-fibee-prof-item__top::before {
  position: absolute;
  z-index: 0;
  top: 20px;
  right: -19px;
  display: block;
  width: 240px;
  content: "";
  background: url(../../assets/img/img_raku01.png) center center/contain no-repeat;
  aspect-ratio: calc(240 / 279);
}
@media (max-width: 768px) {
  .p-fibee-prof-item--1 .p-fibee-prof-item__top::before {
    top: 13px;
    right: -17px;
    width: calc(154 / 283 * 100%);
    max-width: 154px;
  }
}
@media (max-width: 768px) {
  .p-fibee-prof-item--2 {
    padding-top: 64px;
  }
}
.p-fibee-prof-item--2 .p-fibee-prof-item__top::before {
  position: absolute;
  z-index: 0;
  top: -74px;
  right: 20px;
  display: block;
  width: 123px;
  content: "";
  background: url(../../assets/img/img_bee01.png) center center/contain no-repeat;
  aspect-ratio: calc(123 / 400);
}
@media (max-width: 768px) {
  .p-fibee-prof-item--2 .p-fibee-prof-item__top::before {
    top: -54px;
    right: 21px;
    width: calc(80 / 283 * 100%);
    max-width: 80px;
  }
}

.p-fibee-prof-item__top {
  position: relative;
}
.p-fibee-prof-item__subtitle {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__subtitle {
    font-size: 14px;
  }
}

.p-fibee-prof-item__title {
  font-size: 44px;
  font-weight: bold;
  margin-top: 10px;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__title {
    font-size: 28px;
    margin-top: 9px;
  }
}
.p-fibee-prof-item__title + .p-fibee-prof-item__subtitle {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__title + .p-fibee-prof-item__subtitle {
    margin-top: 12px;
  }
}

.p-fibee-prof-item__desc {
  position: relative;
  margin-top: 103px;
  padding-top: 23px;
  text-align: justify;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__desc {
    font-size: 14px;
    margin-top: 66px;
    padding-top: 15px;
  }
}
.p-fibee-prof-item__desc::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-image: radial-gradient(circle, #5abf69 1.5px, transparent 1.5px);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 11px 3px;
  /* 丸3px + 間隔8px = 11px */
}

.p-fibee-prof-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__info {
    margin-top: 10px;
    gap: 23px;
  }
}

.p-fibee-prof-item__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__info dl {
    width: calc(50% - 23px / 2);
  }
}

.p-fibee-prof-item__info dl .inner {
  line-height: 2;
}
.p-fibee-prof-item__info dl .inner dt {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__info dl .inner dt {
    font-size: 13px;
    padding-left: 14px;
  }
}
.p-fibee-prof-item__info dl .inner dt::before {
  position: absolute;
  top: calc(16px * 2 / 2);
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #55c070;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__info dl .inner dt::before {
    top: calc(13px * 2 / 2);
    width: 7px;
    height: 7px;
  }
}

.p-fibee-prof-item__info dl .inner dd {
  font-size: 14px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .p-fibee-prof-item__info dl .inner dd {
    font-size: 12px;
    padding-left: 14px;
  }
}

.p-fibee-prof__note {
  font-size: 14px;
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 768px) {
  .p-fibee-prof__note {
    font-size: 12px;
    margin-top: 20px;
    text-align: right;
  }
}

/****************************
howto
****************************/
.p-howto {
  position: relative;
  padding: 84px 0 158px;
}
@media (max-width: 768px) {
  .p-howto {
    padding: 50px 0 82px;
  }
}
.p-howto::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  content: "";
  background: #b9e4ee;
}
.p-howto::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 50%;
  width: calc(1469 / 1366 * 100%);
  min-height: 375px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/bg_howto01.svg) center center/cover no-repeat;
  aspect-ratio: calc(1469 / 375);
}

.p-howto-inner {
  position: relative;
}

.p-howto-cloud {
  position: absolute;
  background: url(../../assets/img/ico_cloud01.svg) center center/contain no-repeat;
}
.p-howto-cloud--1 {
  z-index: 0;
  top: 0;
  left: -75px;
  width: 222px;
  content: "";
  aspect-ratio: calc(222 / 148);
}
.p-howto-cloud--2 {
  z-index: 0;
  top: 80px;
  right: -80px;
  width: 191px;
  content: "";
  aspect-ratio: calc(222 / 148);
}

.p-howto-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 935px;
  margin: 50px auto 0;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-howto-link {
    gap: 20px;
  }
}

.p-howto-link__item {
  font-family: "MOBO", sans-serif;
  font-size: 26px;
  position: relative;
  display: block;
  width: calc(50% - 40px / 2);
  padding: 22px 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-howto-link__item {
    font-size: 14px;
    width: calc(50% - 20px / 2);
  }
}
.p-howto-link__item::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;
}
.p-howto-link__item:hover::before {
  top: 0;
}
.p-howto-link__item span {
  position: relative;
  display: inline-block;
}
.p-howto-link__item span::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -22px;
  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) {
  .p-howto-link__item span::after {
    top: initial;
    right: initial;
    bottom: -16px;
    left: 50%;
    width: 10px;
    height: 7px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-howto-link__item:nth-child(1) {
  background-color: #55c070;
}
.p-howto-link__item:nth-child(1)::before {
  background-color: #22993d;
}
.p-howto-link__item:nth-child(2) {
  background-color: #f8ad6e;
}
.p-howto-link__item:nth-child(2)::before {
  background-color: #db985f;
}

.p-howto-content {
  margin-top: 80px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-howto-content {
    margin-top: 30px;
    border-radius: 20px;
  }
}

.p-howto-content__inner {
  padding: 40px 40px 50px;
}
@media (max-width: 768px) {
  .p-howto-content__inner {
    overflow: hidden;
    padding: 12px 20px 30px;
  }
}

.p-howto-content__header {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding: 18px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  background: #55c070;
}
@media (max-width: 768px) {
  .p-howto-content__header {
    font-size: 18px;
    border-radius: 20px 20px 0 0;
  }
}

.p-howto-content__desc {
  font-size: 24px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .p-howto-content__desc {
    font-size: 14px;
  }
}

.p-howto-content__desc .inner {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 3px;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-howto-content__desc .inner {
    font-size: 20px;
  }
}
.p-howto-content__desc .inner::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f6e3c7;
}
@media (max-width: 768px) {
  .p-howto-content__desc .inner::before {
    bottom: 3px;
    height: 6px;
  }
}

.p-howto-content__desc .smaller {
  font-size: 18px;
  font-weight: bold;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-howto-content__desc .smaller {
    font-size: 12px;
  }
}

.p-howto-content__period {
  width: 671px;
  margin: 17px auto 0;
}
@media (max-width: 768px) {
  .p-howto-content__period {
    width: 100%;
    max-width: 320px;
  }
}

.p-howto-content__tab-header {
  font-size: 26px;
  font-weight: bold;
  margin-top: 33px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-howto-content__tab-header {
    font-size: 16px;
    font-weight: bold;
    margin-top: 28px;
  }
}

.p-howto-content__tab {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-howto-content__tab {
    margin-top: 16px;
  }
}

.p-howto-content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-howto-content__btn {
    gap: 0;
  }
}

.p-howto-content__btn li {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  width: calc(100% / 3 - 16px * 2 / 3);
  padding: 14px;
  text-align: center;
  color: #55c070;
  border: 3px solid #55c070;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-howto-content__btn li {
    font-size: 14px;
    line-height: calc(16 / 14);
    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;
    width: calc(100% / 3);
    padding: 6px;
  }
}
.p-howto-content__btn li:hover {
  cursor: pointer;
}
.p-howto-content__btn li.is-active {
  background-color: #fbefde;
}
.p-howto-content__btn li.is-active::before {
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #fbefde;
}

.p-howto-content-item {
  padding: 40px 40px 50px;
  border: 3px solid #55c070;
  background-color: #fbefde;
}
@media (max-width: 768px) {
  .p-howto-content-item {
    padding: 20px 18px 28px;
  }
}
.p-howto-content-item--2 .p-howto-content-item__img img {
  display: block;
  width: auto;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-howto-content-item--2 .p-howto-content-item__img img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
.p-howto-content-item--2 .c-note {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-howto-content-item--2 .c-note {
    font-size: 12px;
    margin-top: 15px;
  }
}

.p-howto-content-item__header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-howto-content-item__header {
    font-size: 16px;
  }
}

.p-howto-content-item__subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-howto-content-item__subtitle {
    font-size: 13px;
    margin-top: 16px;
  }
}

.p-howto-content-item__btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-howto-content-item__btn .c-btn {
    font-size: 13px;
    padding: 20px 10px;
  }
}

.p-howto-content-item__area {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-howto-content-item__area {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-howto-content-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-howto-content-step {
    margin-top: 20px;
    gap: 20px;
  }
}

.p-howto-content-step-item {
  position: relative;
  z-index: 1;
  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;
  width: calc(50% - 30px / 2);
  padding: 30px 40px;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-howto-content-step-item {
    width: 100%;
    padding: 20px;
  }
}
.p-howto-content-step-item:nth-child(3) {
  position: relative;
  width: 100%;
  padding-right: 124px;
  padding-bottom: 60px;
  padding-left: 124px;
}
@media (max-width: 768px) {
  .p-howto-content-step-item:nth-child(3) {
    padding: 20px;
  }
}
.p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__desc {
  width: 100%;
  text-align: left;
}
.p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__note {
  width: 100%;
  text-align: left;
}
.p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img {
  position: absolute;
  top: 40px;
  right: 104px;
  width: 214px;
  margin: 0;
  aspect-ratio: calc(214 / 179);
}
@media (max-width: 768px) {
  .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img {
    position: static;
    width: calc(158 / 214 * 100%);
    margin: 20px auto 0;
  }
}

.p-howto-content-step-item__header {
  font-size: 24px;
  font-weight: bold;
  padding: 2px 24px;
  letter-spacing: 0.05em;
  color: #ffff;
  border-radius: 5px;
  background-color: #55c070;
}
@media (max-width: 768px) {
  .p-howto-content-step-item__header {
    font-size: 16px;
    padding: 4px 17px;
  }
}

.p-howto-content-step-item__copy {
  font-size: 24px;
  font-weight: bold;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  text-align: center;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-howto-content-step-item__copy {
    font-size: 16px;
  }
}

.p-howto-content-step-item__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .p-howto-content-step-item__desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-howto-content-item--2 .p-howto-content-step-item__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-howto-content-item--3 .p-howto-content-step-item__note {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-howto-content-step-item__note {
  width: 100%;
}
.p-howto-content-step-item__note span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-top: 6px;
  padding-left: 12px;
  text-align: left;
  text-indent: -12px;
  color: #d52d2d;
}
.p-howto-content-step-item__note span + span {
  margin-top: 0;
}

.p-howto-content-step-item__note--2 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
.p-howto-content-step-item__note--2 span {
  padding-left: 0;
  text-indent: 0;
  color: #000000;
}
.p-howto-content-step-item__note--2 .red {
  margin-top: 5px;
  color: #d52d2d;
}
.p-howto-content-step-item__note--2 .red + .head {
  margin-top: 10px;
}
.p-howto-content-step-item__note--2 .head {
  margin-top: 5px;
}

.p-howto-content-step-item__img {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 30px auto 0;
}
.p-howto-content-step-item__link {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-howto-content-step-item__link {
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.p-howto-content-step-item__link span::after {
  -webkit-transform: rotate(-90deg) translateX(4px);
          transform: rotate(-90deg) translateX(4px);
}

.p-howto-content-item__note {
  font-size: 12px;
  line-height: calc(22 / 12);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-howto-content-item__note {
    margin-top: 20px;
  }
}
.p-howto-content-item__note span {
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}

.p-howto-content--w {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content__inner {
    padding: 25px 40px 30px;
  }
}
.p-howto-content--w .p-howto-content__header {
  line-height: calc(18 / 12);
  background-color: #f8ad6e;
}
.p-howto-content--w .p-howto-content-step-item__header {
  background-color: #f8ad6e;
}
.p-howto-content--w .p-howto-content__copy {
  display: block;
  width: 394px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content__copy {
    position: relative;
    left: 50%;
    width: calc(293 / 255 * 100%);
    max-width: 320px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content__period {
    position: relative;
    left: 50%;
    width: calc(276 / 255 * 100%);
    margin: 17px 0 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-howto-content--w .p-howto-content-step-item {
  border: 1px solid #f8ad6e;
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content-step-item picture {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content-step-item picture img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.p-howto-content--w .p-howto-content-step-item__img {
  width: auto;
  max-width: none;
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content-step-item__img {
    width: 100% !important;
    height: auto;
    aspect-ratio: initial !important;
  }
}
.p-howto-content--w .p-howto-content-step-item__note {
  font-size: 12px;
  margin-top: 30px;
}
.p-howto-content--w .p-howto-content-step-item__copy {
  color: #f8ad6e;
}
.p-howto-content--w .p-howto-content-step-item:nth-child(3) {
  position: relative;
}
.p-howto-content--w .p-howto-content-step-item:nth-child(3)::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: url(../../assets/img/bg_howto_w01.png) center center/contain no-repeat;
  aspect-ratio: calc(998 / 270);
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content-step-item:nth-child(3)::before {
    background: url(../../assets/img/bg_howto_w01_sp.png) center center/contain no-repeat;
    aspect-ratio: calc(255 / 409);
  }
}
.p-howto-content--w .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__desc {
  text-align: center;
}
.p-howto-content--w .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img--1 {
  top: 90px;
  left: 86px;
  width: calc(101 / 1006 * 100%);
  aspect-ratio: calc(101 / 152);
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img--1 {
    max-width: 181px;
  }
  .p-howto-content--w .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img--1 img {
    width: 100%;
    height: auto;
  }
}
.p-howto-content--w .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img--2 {
  top: 110px;
  right: 47px;
  display: block;
  width: calc(130 / 1006 * 100%);
  aspect-ratio: calc(130 / 113);
}
@media (max-width: 768px) {
  .p-howto-content--w .p-howto-content-step-item:nth-child(3) .p-howto-content-step-item__img--2 {
    width: calc(78 / 213 * 100%) !important;
  }
}

/****************************
attention
****************************/
.p-attention {
  padding-top: 80px;
  padding-bottom: 8px;
}
.p-attention-faq {
  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: 50px;
  gap: 38px;
}
@media (max-width: 768px) {
  .p-attention-faq {
    margin-top: 30px;
    gap: 19px;
  }
}

.p-attention-faq__q {
  font-size: 30px;
  font-weight: bold;
  line-height: calc(34 / 30);
  position: relative;
  padding: 26px 0;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #55c070;
}
@media (max-width: 768px) {
  .p-attention-faq__q {
    font-size: 14px;
    padding: 16px 0;
  }
}
.p-attention-faq__q span {
  display: block;
}
.p-attention-faq__q span::before, .p-attention-faq__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) {
  .p-attention-faq__q span::before, .p-attention-faq__q span::after {
    right: 20px;
    width: 16px;
    height: 2px;
  }
}
.p-attention-faq__q span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-attention-faq__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: #22993d;
}
.p-attention-faq__q.is-open span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.p-attention-faq__q:hover {
  cursor: pointer;
}
.p-attention-faq__q:hover::before {
  top: 0;
}

.p-attention-faq__a {
  overflow: scroll;
  max-height: 300px;
  margin-top: 38px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .p-attention-faq__a {
    margin-top: 24px;
  }
}

.p-attention-faq__header {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-attention-faq__header {
    font-size: 14px;
  }
}

.p-attention-faq__header--parent {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .p-attention-faq__header--parent {
    font-size: 16px;
    margin-top: 32px;
  }
}
.p-attention-faq__header--parent:first-child {
  margin-top: 0;
}

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

/****************************
contact
****************************/
.p-contact {
  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: 761px;
  margin: 111px auto 0;
  padding: 56px 100px 60px;
  border: 2px solid #55c070;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-contact {
    margin: 65px auto 0;
    padding: 30px 20px 30px;
  }
}

.p-contact__header {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-contact__header {
    font-size: 24px;
    padding: 0 21px;
    white-space: nowrap;
  }
}

.p-contact__title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 23px;
  text-align: center;
  color: #55c070;
}
@media (max-width: 768px) {
  .p-contact__title {
    font-size: 16px;
    padding-bottom: 13px;
  }
}
.p-contact__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-image: radial-gradient(circle, #5abf69 1.5px, transparent 1.5px);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 11px 3px;
}

.p-contact-content {
  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: 10px;
}
@media (max-width: 768px) {
  .p-contact-content {
    margin-top: 10px;
  }
}

.p-contact-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-contact-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-contact-content__inner a {
  text-decoration: none;
}

.p-contact-content__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: bold;
  width: 172px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-color: #55c070;
}
@media (max-width: 768px) {
  .p-contact-content__title {
    font-size: 12px;
    width: 102px;
    padding: 4px 9px;
    border-radius: 5px;
  }
}

.p-contact-content__main {
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-contact-content__main {
    font-size: 12px;
  }
}

.infinite-slide-wrap {
  margin-top: 90px;
}
@media (max-width: 768px) {
  .infinite-slide-wrap {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .infinite-slide-wrap .inner {
    aspect-ratio: calc(375 / 94);
  }
}
.infinite-slide-wrap li {
  margin-right: 27px;
}
.infinite-slide-wrap img {
  height: 154px;
}
@media (max-width: 768px) {
  .infinite-slide-wrap img {
    width: calc(900 / 375 * 100vw);
    height: auto;
  }
}

/****************************
form
****************************/
.p-form {
  position: relative;
  padding-top: 109px;
}
@media (max-width: 768px) {
  .p-form {
    padding-top: 50px;
  }
}
.p-form::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  content: "";
  background: url(../../assets/img/form/bg_form01.svg) center center/cover no-repeat;
  aspect-ratio: calc(1366 / 44);
}
@media (max-width: 768px) {
  .p-form::before {
    background: url(../../assets/img/form/bg_form01_sp.svg) center center/cover no-repeat;
    aspect-ratio: calc(375 / 24);
  }
}

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

.p-form-flow {
  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;
  margin-top: 60px;
  gap: 140px;
}
@media (max-width: 768px) {
  .p-form-flow {
    margin-top: 30px;
    gap: 68px;
  }
}

.p-form-flow__item {
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .p-form-flow__item {
    padding-bottom: 18px;
  }
}
.p-form-flow__item:nth-child(-n+2)::after {
  position: absolute;
  z-index: 0;
  top: 25px;
  right: -126px;
  width: 112px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #9a9a9a;
}
@media (max-width: 768px) {
  .p-form-flow__item:nth-child(-n+2)::after {
    top: calc(32px / 2);
    right: -58px;
    width: 48px;
  }
}
@media (max-width: 768px) {
  .p-form-flow__item:nth-child(1) img {
    width: 3px;
  }
}
@media (max-width: 768px) {
  .p-form-flow__item:nth-child(2) img, .p-form-flow__item:nth-child(3) img {
    width: 6px;
  }
}
.p-form-flow__item.active .p-form-flow__number {
  background: #55c070;
}
.p-form-flow__item.active .p-form-flow__text {
  color: #55c070;
}

.p-form-flow__number {
  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;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #9a9a9a;
}
@media (max-width: 768px) {
  .p-form-flow__number {
    width: 36px;
    height: 36px;
  }
}

.p-form-flow__text {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  color: #9a9a9a;
}
@media (max-width: 768px) {
  .p-form-flow__text {
    font-size: 12px;
  }
}

.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: 30px;
  }
}

.p-entry-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-entry-form__block {
    display: block;
    gap: 0;
  }
}

.p-entry-form__block > label {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  width: 275px;
}
@media (max-width: 768px) {
  .p-entry-form__block > label {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-entry-form__block > label:has(.required), .p-entry-form__block > label:has(.optional) {
  position: relative;
  padding-left: 51px;
}

.p-entry-form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 60px - 275px);
}
@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: 15px;
  }
}

.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 .note {
  font-size: 12px;
  margin-top: 10px;
  color: #000000;
}
.p-entry-form__body .note span {
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}
.p-entry-form__body .note span.red {
  font-weight: bold;
  color: #d52d2d;
}

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

.p-entry-form__submit {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-entry-form__submit {
    margin-top: 30px;
  }
}

.p-entry-form__submit button {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 370px;
  cursor: pointer;
  color: #ffffff;
  border: none;
}
@media (max-width: 768px) {
  .p-entry-form__submit button {
    font-size: 16px;
    width: 100%;
    max-width: 213px;
  }
}

.required,
.optional {
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: calc(16px * 2 / 2);
  left: 0;
  display: inline-block;
  padding: 2px 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  background-color: #d90000;
}

.optional {
  color: #d90000;
  border: 1px solid #d90000;
  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;
}
.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: #55c070;
}
.p-radio input[type=radio]:checked + label::before,
.p-radio input[type=checkbox]:checked + label::before,
.p-checkbox input[type=radio]:checked + label::before,
.p-checkbox input[type=checkbox]:checked + label::before {
  border-color: #5abf69;
}
.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-bottom: 2px solid #55c070;
  border-left: 2px solid #55c070;
  border-radius: 0;
  background-color: initial;
}

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;
}

/****************************
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: #55c070;
}
@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;
  }
}

.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: 16px;
  overflow: scroll;
  height: 300px;
  padding: 16px;
  border: 1px solid #efefef;
}
.agreement__text * + .header {
  margin-top: 24px;
}
.agreement__text li {
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}

.p-entry-form__tag {
  width: 260px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-entry-form__tag {
    width: 100%;
    max-width: 450px;
    margin: 30px auto 0;
  }
}
.p-entry-form__tag span {
  font-size: 16px;
  line-height: calc(24 / 16);
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 23px;
  background-color: #55c070;
}

.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-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: #fbefde;
}
.p-prize footer {
  margin-top: 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-family: "M PLUS Rounded 1c", sans-serif;
  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: 565px;
  margin-top: 14px;
}

#play-btn {
  margin-right: 20px;
  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: 20px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #bcd9c4;
}
@media (max-width: 768px) {
  .progress-container {
    height: 10px;
  }
}

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

.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;
  background-color: #55c070;
}
@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;
  }
}