/*==========================================
color
===========================================*/
.c-bg--key {
  background-color: #f4810b;
}

.c-bg--accent {
  background-color: #66d0e6;
}

.c-bg--white {
  background-color: white;
}

.c-bg--lightblue {
  background-color: #ebf5f7;
}

.c-bg--lightyellow {
  background-color: #fef0c4;
}

.c-bg--gradient {
  background: rgb(253, 209, 32);
  background: linear-gradient(90deg, rgb(253, 209, 32) 0%, rgb(254, 155, 14) 100%);
}

/*==========================================
global
===========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  /*overflow-x: hidden;*/
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #eee;
}

/*==========================================
setting
===========================================*/
/*==========================================
btn
===========================================*/
.c-btn {
  display: inline-block;
  vertical-align: middle;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  height: auto;
  padding-inline: 2.6666666667vw;
  padding-block: 8vw;
  border: none;
  outline: none;
  color: white;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 100vh;
  background: #eb4e00;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
  -webkit-appearance: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  position: relative;
  /*transform: translate(-15px,-15px);*/
  /*&:after {
    content: " ";
    display: block;
    background: $orange;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    border-radius: 100vh;
  }*/
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    padding-inline: 2rem;
    padding-block: 5rem;
    border-width: 7px;
  }
}
.c-btn__inner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.c-btn__inner:after {
  content: " ";
  display: block;
  aspecto-ratio: 64/47;
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: contain;
  width: 13.3333333333vw;
  height: auto;
  position: absolute;
  right: -2.6666666667vw;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn__inner:after {
    width: 64px;
    right: 20px;
  }
}
.c-btn:not(:disabled) {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn:hover, .c-btn:focus {
    transform: translateY(-5px);
    outline: none;
    box-shadow: 0px 11px 20.58px 0.42px rgba(255, 211, 79, 0.23), 0px 0px 21px 0px rgba(255, 255, 255, 0.6) inset;
  }
  .c-btn:hover:after, .c-btn:focus:after {
    opacity: 0;
  }
  .c-btn:hover .c-btn__inner:after, .c-btn:focus .c-btn__inner:after {
    transform: translateX(10px);
  }
}

/*==========================================
title
===========================================*/
.c-heading {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.75;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  margin-block-end: 6.6666666667vw;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.5625;
    margin-block-end: 5rem;
    letter-spacing: 0.2rem;
  }
}
.c-heading__label {
  font-size: 4.6666666667vw;
  font-weight: 500;
  line-height: 1.1428571429;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .c-heading__label {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 1rem;
  }
}
.c-heading__en {
  margin-block-end: 4vw;
  font-size: 4.6666666667vw;
  font-weight: 700;
  line-height: 1.1428571429;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    margin-block-end: 3rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
.c-heading .large {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading .large {
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.4285714286;
  }
}
.c-heading .small {
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.5909090909;
}
@media screen and (min-width: 768px) {
  .c-heading .small {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.7647058824;
  }
}

.c-title-linePop,
.c-title-linePop--white {
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 0 4vw;
  align-items: center;
  text-align: center;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-title-linePop,
  .c-title-linePop--white {
    font-family: "M PLUS 1p", sans-serif;
    grid-gap: 3rem;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4666666667;
  }
}
.c-title-linePop:before, .c-title-linePop:after,
.c-title-linePop--white:before,
.c-title-linePop--white:after {
  content: "";
  display: block;
  background: #00b0d5;
  width: 3px;
  height: 80%;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .c-title-linePop:before, .c-title-linePop:after,
  .c-title-linePop--white:before,
  .c-title-linePop--white:after {
    width: 6px;
    height: 100%;
  }
}
.c-title-linePop:before,
.c-title-linePop--white:before {
  transform: rotate(-30deg);
  right: 0;
}
.c-title-linePop:after,
.c-title-linePop--white:after {
  transform: rotate(30deg);
  left: 0;
}

.c-title-linePop--white {
  color: white;
}
.c-title-linePop--white:before, .c-title-linePop--white:after {
  background: white;
}

/*********** candle ***********/
.c-title-candle {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  border: 3px solid #f4810b;
  border-radius: 10px;
  padding-block: 5.3333333333vw;
  padding-inline: 1.3333333333vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title-candle {
    width: 100%;
    max-width: 1100px;
    border: 5px solid #f4810b;
    padding-block: 3.5rem;
    padding-inline: 1rem;
  }
}
.c-title-candle:before, .c-title-candle:after {
  content: " ";
  display: block;
  aspect-ratio: 16/67;
  width: 2.6666666667vw;
  height: 10.6666666667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title-candle:before, .c-title-candle:after {
    width: 16px;
    height: 67px;
  }
}
.c-title-candle:before {
  background: #f4810b;
  left: -1.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-candle:before {
    left: -10px;
  }
}
.c-title-candle:after {
  background: #66d0e6;
  right: -1.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-candle:after {
    right: -10px;
  }
}

/*********** side line ***********/
.c-title-sideLine,
.c-title-sideLine--orange {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 2.6666666667vw;
  align-items: center;
  text-align: center;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-sideLine,
  .c-title-sideLine--orange {
    column-gap: 18px;
    margin-block-end: 2rem;
  }
}
.c-title-sideLine:before, .c-title-sideLine:after,
.c-title-sideLine--orange:before,
.c-title-sideLine--orange:after {
  content: "";
  width: 8vw;
  height: 5px;
  border-radius: 100px;
  background: #74d2e7;
}
@media screen and (min-width: 768px) {
  .c-title-sideLine:before, .c-title-sideLine:after,
  .c-title-sideLine--orange:before,
  .c-title-sideLine--orange:after {
    width: 60px;
    height: 5px;
  }
}
.c-title-sideLine:after,
.c-title-sideLine--orange:after {
  justify-self: end;
}

.c-title-sideLine--orange:before, .c-title-sideLine--orange:after {
  background: #f4810b;
}

/*********** pop bar ***********/
.c-titlePopBar {
  position: relative;
  width: calc(100% + 6.6666666667vw);
  background: #f4810b;
  text-align: center;
  padding: 6.6666666667vw 2.6666666667vw;
  left: -3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-titlePopBar {
    width: calc(100% + 50px);
    padding: 10rem 2rem;
    left: -25px;
  }
}
.c-titlePopBar:after {
  content: " ";
  display: block;
  background: #f4810b;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 8vw;
  height: 2.5333333333vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.6666666667vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-titlePopBar:after {
    width: 60px;
    height: 20px;
    bottom: -19px;
  }
}
.c-titlePopBar__inner:before, .c-titlePopBar__inner:after {
  content: " ";
  display: block;
  background: #01132a;
  width: 3.3333333333vw;
  height: 2.9333333333vw;
  position: absolute;
  bottom: -2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .c-titlePopBar__inner:before, .c-titlePopBar__inner:after {
    width: 25px;
    height: 22px;
    bottom: -22px;
  }
}
.c-titlePopBar__inner:before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.c-titlePopBar__inner:after {
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

/*********** brackets ***********/
.c-titleBrackets {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 17.3333333333vw 0 13.3333333333vw;
  border-image-slice: 16 16 16 16;
  border-image-width: 20px 20px 20px 20px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url(../images/brackets_s.png);
}
@media screen and (min-width: 768px) {
  .c-titleBrackets {
    padding: 7.5rem 0;
    border-image-slice: 40 40 40 40;
    border-image-width: 40px 40px 40px 40px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(../images/brackets.png);
  }
}

/*********** line pop img ***********/
.c-title-linePopImg {
  width: fit-content;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 8% auto 8%;
  column-gap: 2.6666666667vw;
  align-items: center;
  text-align: center;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg {
    width: 100%;
    max-width: 740px;
    column-gap: 20px;
    margin-block-end: 2rem;
  }
}
.c-title-linePopImg:after, .c-title-linePopImg:before {
  content: "";
  display: block;
  background: url(../images/pop_deco.png) no-repeat;
  background-size: contain;
  aspect-ratio: 43/105;
  width: 10.6666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg:after, .c-title-linePopImg:before {
    width: 43px;
  }
}
.c-title-linePopImg:after {
  justify-self: end;
  transform: scale(-1, 1);
}

/*********** line_pop-s ***********/
.c-title-linePopImg-s {
  text-align: center;
}
.c-title-linePopImg-s__inner {
  text-align: center;
  padding: 1.3333333333vw 13.3333333333vw;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg-s__inner {
    padding: 0.5rem 8rem;
  }
}
.c-title-linePopImg-s__inner:after, .c-title-linePopImg-s__inner:before {
  content: "";
  display: block;
  background: url(../images/title_pop_s.png) no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg-s__inner:after, .c-title-linePopImg-s__inner:before {
    width: 51px;
    height: 51px;
  }
}
.c-title-linePopImg-s__inner:after {
  left: 0;
}
.c-title-linePopImg-s__inner:before {
  right: 0;
}

/*********** line_pop_l ***********/
.c-title-linePopImg-l {
  text-align: center;
}
.c-title-linePopImg-l__inner {
  text-align: center;
  padding: 1.3333333333vw 8vw;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg-l__inner {
    padding: 0.5rem 15rem;
  }
}
.c-title-linePopImg-l__inner:after, .c-title-linePopImg-l__inner:before {
  content: "";
  display: block;
  background: url(../images/title_pop_l.png) no-repeat;
  background-size: contain;
  width: 12.5333333333vw;
  height: 16.8vw;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg-l__inner:after, .c-title-linePopImg-l__inner:before {
    width: 94px;
    height: 126px;
  }
}
.c-title-linePopImg-l__inner:before {
  left: -4vw;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg-l__inner:before {
    left: 0;
  }
}
.c-title-linePopImg-l__inner:after {
  transform: scale(-1, 1);
  right: -4vw;
}
@media screen and (min-width: 768px) {
  .c-title-linePopImg-l__inner:after {
    right: 0;
  }
}

/*==========================================
setting
===========================================*/
/*==========================================
layout
===========================================*/
.l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.l-inner {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: inherit;
  padding-inline-start: 5.3333333333vw;
  padding-inline-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline-start: 2.4rem;
    padding-inline-end: 2.4rem;
  }
}
@media screen and (min-width: 1060px) {
  .l-inner {
    padding-inline: 0;
  }
}
.l-inner--narrow {
  max-width: 800px;
}
.l-inner--middle {
  max-width: 1100px;
}
.l-inner--wide {
  max-width: 1200px;
  padding-inline-start: 5.3333333333vw;
  padding-inline-end: 5.3333333333vw;
}
@media (min-width: 1200px) {
  .l-inner--wide {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}
.l-inner--full {
  padding-inline-start: 5.3333333333vw;
  padding-inline-end: 5.3333333333vw;
  max-width: 100%;
}

/* header.css */
/*==========================================
hero
===========================================*/
.p-hero {
  padding-block-start: 8vw;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-block-start: 6rem;
  }
}
.p-hero__wrap {
  position: relative;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-hero__wrap {
    margin-inline-start: 2.4rem;
    margin-inline-end: 2.4rem;
    margin-block-end: 6.6rem;
  }
}
@media (min-width: 1100px) {
  .p-hero__wrap {
    margin-inline: 0;
  }
}
.p-hero__heading {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  border: 4px solid #f4810b;
  border-radius: 10px;
  padding-block-start: 10.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-hero__heading {
    width: 100%;
    max-width: 1100px;
    border-width: 5px;
    padding-block-start: 8.5rem;
  }
}
.p-hero__title {
  position: relative;
  font-size: 9.8666666667vw;
  font-weight: 700;
  line-height: 1.2162162162;
  padding-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2857142857;
    padding-block-end: 3rem;
  }
}
.p-hero__beginners {
  position: relative;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.40625;
  padding-inline: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__beginners {
    padding-inline: 2rem;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.p-hero__beginners:after {
  content: " ";
  display: block;
  background: url(../images/beginners_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 91/118;
  width: 10.6666666667vw;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-hero__beginners:after {
    width: 90px;
  }
}
.p-hero__tools {
  display: block flex;
  flex-direction: column;
  grid-gap: 6.6666666667vw;
  inline-size: fit-content;
  margin-inline: auto;
  padding-block-end: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__tools {
    flex-direction: row;
    grid-gap: 6rem;
    padding-block-end: 4rem;
  }
}
.p-hero__tools li {
  position: relative;
  font-size: 5.4666666667vw;
  font-weight: 600;
  line-height: 1.2195121951;
}
@media screen and (min-width: 768px) {
  .p-hero__tools li {
    font-size: 3.9rem;
    font-weight: 500;
    line-height: 1.2820512821;
  }
}
.p-hero__tools li:after {
  content: " ";
  display: block;
  background: url(../images/multiply_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 50/51;
  width: 5.3333333333vw;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.6666666667vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__tools li:after {
    width: 50px;
    left: -5.5rem;
    right: revert;
    top: 0;
    bottom: 0;
  }
}
.p-hero__tools li:first-child:after {
  display: none;
}
.p-hero__catch {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.4705882353;
  background: #fed761;
  padding-block: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero__catch {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.3333333333;
    padding-block: 2rem;
  }
}
.p-hero__qa {
  background: #fef0c4;
  padding-block: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__qa {
    padding-block: 7rem;
  }
}
.p-hero__qa-inner {
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
}
.p-hero__question {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.6666666667;
  font-family: "M PLUS 1p", sans-serif;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-hero__question {
    font-size: 2.7rem;
    font-weight: 500;
    line-height: 1.8518518519;
    margin-block-end: 3rem;
  }
}
.p-hero__answer {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__answer {
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
}
.p-hero__answer .no {
  font-size: 4.6666666667vw;
  font-weight: 500;
  line-height: 1.1428571429;
}
@media screen and (min-width: 768px) {
  .p-hero__answer .no {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
}
.p-hero__bg-candle-l {
  position: absolute;
  aspect-ratio: 567/242;
  width: 73.3333333333vw;
  height: auto;
  top: 25.3333333333vw;
  left: -41.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-hero__bg-candle-l {
    width: 567px;
    top: 20px;
    left: calc(50% - 1140px);
  }
}
.p-hero__bg-candle-r {
  position: absolute;
  aspect-ratio: 544/290;
  width: 66.6666666667vw;
  height: auto;
  top: 20vw;
  right: -34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-hero__bg-candle-r {
    width: 544px;
    top: 0;
    right: calc(50% - 1110px);
  }
}

/* footer.scss */
.p-footer {
  position: relative;
  padding-block-start: 6.6666666667vw;
  padding-block-end: 6.6666666667vw;
  background: none;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-block-start: 6rem;
    padding-block-end: 4rem;
  }
}
.p-footer p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-footer p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.1428571429;
  }
}
.p-footer p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer p br {
    display: inline;
  }
}
.p-footer p.p-footer__copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #000;
}
.p-footer__nav {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.p-footer__nav li {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-block-end: 1rem;
}
.p-footer__nav li a {
  display: block;
  border: 1px solid #f4810b;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: black;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav li a {
    border: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0.5rem 3rem;
    border-right: none;
  }
}
.p-footer__nav li a:hover {
  color: #f4810b;
  /*text-decoration: underline;*/
}
@media screen and (min-width: 768px) {
  .p-footer__nav li:last-child a {
    border-right: 1px solid #000;
  }
}

/*==========================================
Utility
===========================================*/
/*==========================================
hidden
===========================================*/
.u-hidden-pc {
  display: inline;
}
@media screen and (min-width: 1060px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-tab {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: inline;
  }
}

/*==========================================
visible
===========================================*/
.u-visible-pc {
  display: none;
}
@media screen and (min-width: 1060px) {
  .u-visible-pc {
    display: inline;
  }
}

.u-visible-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-visible-tab {
    display: inline;
  }
}

.u-visible-sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-visible-sp {
    display: none;
  }
}

/*==========================================
movie
===========================================*/
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: white;
  z-index: 50;
}
@media screen and (min-width: 480px) {
  .c-movie {
    padding-top: 56.25%;
  }
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-movie__frame {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 24.3px 2.7px #065cad inset, 0px 26px 47.31px 9.69px rgba(175, 92, 3, 0.63);
  background: #f4810b url(../images/movie_light.png) no-repeat center top;
  border-radius: 10px;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-movie__frame {
    margin-bottom: 5rem;
    padding: 40px;
    border-radius: 30px;
  }
}
.c-movie__inner {
  padding: 2.6666666667vw;
  background: #b6db6a;
}
@media screen and (min-width: 768px) {
  .c-movie__inner {
    padding: 5rem;
  }
}

/*==========================================
flexbox
===========================================*/
@media screen and (min-width: 768px) {
  .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-overflow {
  overflow: hidden;
}

.u-clear {
  overflow: hidden;
}

/*==========================================
text
===========================================*/
.number {
  font-family: "Roboto", sans-serif;
  font-size: 110%;
}

.u-key {
  color: #f4810b;
}

.u-accent {
  color: #66d0e6;
}

.u-red {
  color: #ff0000;
}

.u-blue {
  color: #05a1c8;
}

.u-orange {
  color: #eb4e00;
}

.u-black {
  color: black;
}

.u-white {
  color: white;
}

.u-yellow {
  color: #f9bd1a;
}

.u-bold {
  font-weight: 700;
}
.u-bold--s {
  font-weight: 500;
}
.u-bold--l {
  font-weight: 900;
}

.u-marker--red {
  background: linear-gradient(transparent 80%, rgba(196, 0, 75, 0.28) 80%);
}
.u-marker--yellow {
  background: linear-gradient(transparent 70%, #ffff00 70%);
}
.u-marker--blue {
  background: linear-gradient(transparent 80%, rgba(0, 78, 255, 0.25) 80%);
}

.u-center,
p.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: right;
}

.u-font--s01 {
  font-size: 90%;
}
.u-font--s02 {
  font-size: 80%;
}
.u-font--s03 {
  font-size: 70%;
}
.u-font--l01 {
  font-size: 110%;
}
.u-font--l02 {
  font-size: 120%;
}
.u-font--l03 {
  font-size: 130%;
}

.u-underline {
  border-bottom: 1px solid #000;
}
.u-underline--red {
  border-bottom: 1px solid red;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align-last: justify;
  text-justify: inter-character;
}

.u-japanease {
  overflow: hidden;
  writing-mode: vertical-rl;
}

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}

.u-marker {
  background: #eb4e00;
  background: linear-gradient(0deg, rgb(235, 78, 0) 7%, rgba(235, 78, 0, 0) 7%);
}

.u-marker--blue {
  background: #eb4e00;
  background: linear-gradient(0deg, rgb(116, 210, 231) 10%, rgba(116, 210, 231, 0) 10%);
}

.u-dotted {
  position: relative;
}
.u-dotted:before {
  content: " ";
  display: block;
  background: #eb4e00;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -0.6666666667vw;
}
@media screen and (min-width: 768px) {
  .u-dotted:before {
    width: 7px;
    height: 7px;
    top: -4px;
  }
}

/*==========================================
setting
===========================================*/
/*==========================================
c-list
===========================================*/
.c-list__wrap {
  width: 100%;
  background: #f4810b;
  padding: 2.6666666667vw;
  padding-inline-end: 6.6666666667vw;
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .c-list__wrap {
    width: 70%;
    padding: 2rem;
    padding-inline-end: 5rem;
    margin-block-end: 3rem;
  }
}
.c-list li {
  position: relative;
  padding-inline-start: 4vw;
  margin-block-end: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.5333333333;
  letter-spacing: 0.1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-list li {
    padding-inline-start: 2rem;
    margin-block-end: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8888888889;
  }
}
.c-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: #66d0e6;
  position: absolute;
  left: 0;
  top: calc((6.6666666667vw - 7px) / 2);
}
@media screen and (min-width: 768px) {
  .c-list li:before {
    width: 8px;
    height: 8px;
    top: 13px;
  }
}

.c-list-s li {
  position: relative;
  padding-inline-end: 2rem;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.1rem;
  text-align: left;
  margin-block-end: 1rem;
}
@media screen and (min-width: 768px) {
  .c-list-s li {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    margin-block-end: 1rem;
  }
}
.c-list-s li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  display: inline-block;
  background: #f4810b;
  position: absolute;
  left: 0;
  top: calc((5.8666666667vw - 7px) / 2);
}
@media screen and (min-width: 768px) {
  .c-list-s li:before {
    top: 9.5px;
  }
}

/*==========================================
letter
===========================================*/
.c-letter {
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-letter {
    padding-block-start: 10rem;
    padding-block-end: 10rem;
  }
}
.c-letter p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  margin-block-end: 2rem;
  letter-spacing: 0.2rem;
  font-size: clamp(1.5rem, 2.4vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .c-letter p {
    margin-block-end: 3rem;
  }
}

/*==========================================
intro
===========================================*/
.p-intro {
  padding-block-start: 10.6666666667vw;
  padding-block-end: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-block-start: 8rem;
    padding-block-end: 8rem;
  }
}
.p-intro__basis {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  padding-block-end: 8vw;
  margin-block-end: 6.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-intro__basis {
    font-size: 6.6666666667vw;
    font-weight: 500;
    line-height: 1.4;
    padding-block-end: 3rem;
    margin-block-end: 4.5rem;
  }
}
.p-intro__basis:before, .p-intro__basis:after {
  content: " ";
  display: block;
  background: url(../images/wave_line.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 599/23;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-intro__basis:before, .p-intro__basis:after {
    background-size: auto;
  }
}
.p-intro__basis:before {
  top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-intro__basis:before {
    top: 2.5rem;
  }
}
.p-intro__basis:after {
  bottom: 0;
}
.p-intro__basis p {
  position: relative;
  z-index: 10;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 768px) {
  .p-intro__basis p {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 2.03125;
  }
}
.p-intro__that {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: white;
  padding-inline: 1.5rem 1rem;
  padding-block-end: 0;
}

.u-blue {
  color: #05a1c8;
}

/*==========================================
trouble
===========================================*/
.p-trouble {
  position: relative;
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-trouble {
    padding-block-start: 10rem;
    padding-block-end: 8rem;
  }
}
.p-trouble__heading {
  position: relative;
}
.p-trouble__heading:after {
  content: " ";
  display: block;
  background: url(../images/trouble_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 33/37;
  width: 5.3333333333vw;
  height: auto;
  position: absolute;
  right: 10%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble__heading:after {
    width: 33px;
    right: calc(50% - 310px);
  }
}
.p-trouble__list {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-trouble__list {
    width: 100%;
    display: block grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.p-trouble__item {
  width: 100%;
  margin-block-start: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-trouble__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    margin-block-start: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-trouble__item:nth-child(2) {
    position: relative;
    top: -2rem;
  }
}
.p-trouble__thumb {
  text-align: center;
  position: relative;
  z-index: 10;
  top: -6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-trouble__thumb {
    top: -4rem;
  }
}
.p-trouble__thumb img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-trouble__thumb img {
    width: auto;
  }
}
.p-trouble__pop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.6666666667vw;
  font-weight: 500;
  line-height: 1.7142857143;
  font-family: "M PLUS 1p", sans-serif;
  background: white;
  border-radius: 10px;
  border: 4px solid #74d2e7;
  padding-block-start: 5.3333333333vw;
  padding-block-end: 6.6666666667vw;
  padding-inline: 5.3333333333vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-trouble__pop {
    font-size: 1.8666666667vw;
    font-weight: 500;
    line-height: 2;
    padding-block-start: 4rem;
    padding-block-end: 7rem;
    padding-inline: 1rem;
  }
}
@media (min-width: 1200px) {
  .p-trouble__pop {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6666666667;
  }
}
.p-trouble__pop:after {
  content: " ";
  display: block;
  background: url(../images/pop_part.png) no-repeat;
  background-size: contain;
  width: auto;
  height: 4vw;
  aspect-ratio: 36/27;
  position: absolute;
  right: 20%;
  bottom: -4vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-trouble__pop:after {
    height: 27px;
    bottom: -27px;
  }
}
.p-trouble__that {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding-block-end: 0;
}
.p-trouble__that p {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-trouble__that p {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
  }
}
@keyframes arrowMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.p-trouble__arrow {
  display: block;
  width: fit-content;
  animation: arrowMove 1.5s infinite ease-in-out;
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: vw(-10);*/
  margin-inline: auto;
  margin-block-start: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-trouble__arrow {
    margin-block-start: 4rem;
  }
}

.u-wave-line {
  position: relative;
  margin-block-end: 2.6666666667vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .u-wave-line {
    display: inline;
    padding-block-end: 0;
  }
}
.u-wave-line:after {
  content: " ";
  display: block;
  background: url(../images/wave_line_s.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 599/23;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.0666666667vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .u-wave-line:after {
    bottom: -23px;
  }
}

/*==========================================
tools
===========================================*/
.p-tools {
  position: relative;
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-tools {
    padding-block-start: 10rem;
    padding-block-end: 5rem;
  }
}
.p-tools__wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 4vw;
}
@media screen and (min-width: 768px) {
  .p-tools__wrap {
    grid-gap: 7rem;
  }
}
.p-tools__block {
  border: 4px solid #ddeeef;
  background: url(../images/pattern.png) repeat;
  padding-block-start: 6.6666666667vw;
  padding-block-end: 6.6666666667vw;
  padding-inline: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-tools__block {
    border-width: 6px;
    padding-block-start: 7rem;
    padding-block-end: 7rem;
    padding-inline: 7rem;
  }
}
.p-tools__block p {
  font-size: 4.1333333333vw;
  font-weight: 500;
  line-height: 1.6129032258;
}
@media screen and (min-width: 768px) {
  .p-tools__block p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6666666667;
  }
}
.p-tools__title {
  width: 80%;
  margin-inline: auto;
  background: #ddeeef;
  text-align: center;
  margin-block-end: 6.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-tools__title {
    width: 100%;
    max-width: 400px;
    margin-block-end: 5rem;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.5625;
    padding-block: 0.5rem;
  }
}
.p-tools__thumb {
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-tools__thumb {
    margin-block-end: 3.5rem;
  }
}
.p-tools__thumb img {
  border: 1px solid #ddeeef;
}
.p-tools__detail {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 4vw 0px;
  grid-template-areas: "label-feature" "text" "label-skil" "list";
}
@media screen and (min-width: 768px) {
  .p-tools__detail {
    grid-template-columns: 18% auto;
    grid-template-rows: auto auto;
    gap: 14px 20px;
    grid-auto-flow: row;
    grid-template-areas: "label-feature text" "label-skil list";
    align-items: flex-start;
  }
}
.p-tools__label {
  padding-block: 2.6666666667vw;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  max-width: 150px;
  margin-inline: auto;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-tools__label {
    padding-block: 0.4rem;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4444444444;
  }
}
.p-tools__label-feature {
  grid-area: label-feature;
  background: #ff9e46;
}
.p-tools__label-skil {
  grid-area: label-skil;
  background: #66d0e6;
}
.p-tools__text {
  grid-area: text;
}
.p-tools__list {
  grid-area: list;
}
.p-tools__bg-candle-l {
  position: absolute;
  aspect-ratio: 500/242;
  width: 73.3333333333vw;
  height: auto;
  top: -13.3333333333vw;
  left: -33.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-tools__bg-candle-l {
    width: 500px;
    top: 20px;
    left: calc(50% - 1020px);
  }
}
.p-tools__bg-candle-r {
  position: absolute;
  aspect-ratio: 522/270;
  width: 66.6666666667vw;
  height: auto;
  top: 20vw;
  right: -29.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-tools__bg-candle-r {
    width: 522px;
    top: 0;
    right: calc(50% - 1040px);
  }
}

/*==========================================
benefit
===========================================*/
.p-benefit {
  position: relative;
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-benefit {
    padding-block-start: 10rem;
    padding-block-end: 10rem;
  }
}
.p-benefit__heading {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 4vw 0px;
  grid-template-areas: "woman man" "title title";
  align-items: center;
  text-align: center;
  position: relative;
  margin-block-end: 10.6666666667vw;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__heading {
    display: grid;
    grid-template-columns: 13% 1fr 13%;
    grid-template-rows: 1fr;
    gap: 28px 0px;
    grid-template-areas: "woman title man";
    margin-block-end: 2rem;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1060px) {
  .p-benefit__heading {
    min-width: 800px;
  }
}
@media (min-width: 1120px) {
  .p-benefit__heading {
    width: fit-content;
  }
}
.p-benefit__heading:before, .p-benefit__heading:after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 162/173;
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__heading:before, .p-benefit__heading:after {
    width: 162px;
  }
}
.p-benefit__heading:before {
  grid-area: woman;
  background: url(../images/benefit_woman.png) no-repeat;
  background-size: contain;
  justify-self: end;
  align-items: flex-start;
  margin-inline-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__heading:before {
    margin-inline-end: 0;
  }
}
.p-benefit__heading:after {
  grid-area: man;
  background: url(../images/benefit_man.png) no-repeat;
  background-size: contain;
}
.p-benefit__heading-inner {
  grid-area: title;
}
.p-benefit__target {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__target {
    margin-block-end: 10rem;
  }
}
.p-benefit__list {
  counter-reset: number;
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  grid-gap: 13.3333333333vw;
  margin-block-start: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-block-start: 10rem;
  }
}
.p-benefit__item {
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 4px solid #f4810b;
  padding-block: 2.6666666667vw;
  padding-block-start: 8vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__item {
    display: grid;
    grid-gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 3;
    padding-block: 2rem;
    padding-block-start: 5rem;
  }
}
.p-benefit__item:after {
  counter-increment: number;
  content: "POINT 0" counter(number);
  font-family: "Roboto", sans-serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: white;
  background: #f4810b;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 10px rgb(255, 255, 255);
  padding-inline: 1.3333333333vw;
  padding-block: 1.3333333333vw;
  width: 50%;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: -4vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-benefit__item:after {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    padding-inline: 1rem;
    padding-block: 1rem;
    top: -2.5rem;
  }
}
.p-benefit__inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefit__inner {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
.p-benefit__thumb {
  width: 86%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  border: 2px solid #ddeeef;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-benefit__thumb {
    width: fit-content;
    margin-inline: 2rem;
  }
}
.p-benefit__thumb img {
  border: 8px solid white;
}
.p-benefit__title {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5625;
  margin-block-end: 4vw;
  display: block grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-benefit__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8181818182;
    margin-block-end: 3rem;
  }
}
.p-benefit__and {
  margin-block-start: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-benefit__and {
    margin-block-start: 5rem;
    text-align: center;
  }
}

/*==========================================
special
===========================================*/
.p-special {
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-special {
    padding-block-start: 10rem;
    padding-block-end: 15rem;
  }
}
.p-special__label {
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-special__label {
    margin-block-end: 1rem;
  }
}
.p-special__heading {
  position: relative;
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-special__heading {
    margin-block-end: 4rem;
  }
}
.p-special__heading:after {
  content: " ";
  display: block;
  background: url(../images/special_ribbon_sp.png) no-repeat;
  background-size: contain;
  aspect-ratio: 748/158;
  width: 102vw;
  height: auto;
  position: absolute;
  left: -6.3333333333vw;
  top: 2.6666666667vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-special__heading:after {
    background: url(../images/special_ribbon.png) no-repeat;
    aspect-ratio: 871/135;
    width: 871px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-special__heading-inner {
  width: 94%;
  text-align: center;
  margin-inline: auto;
  border: 5px solid #f4810b;
  border-radius: 10px;
  background: white;
  padding-inline: 2.6666666667vw;
  padding-block: 2.6666666667vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-special__heading-inner {
    width: 100%;
    max-width: 760px;
    margin-block-end: 4rem;
    border-width: 5px;
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.p-special__indicator {
  border: 4px solid #ddeeef;
  background: white;
  padding-block-start: 6.6666666667vw;
  padding-block-end: 6.6666666667vw;
  padding-inline: 2.6666666667vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-special__indicator {
    border-width: 6px;
    padding-block-start: 6rem;
    padding-block-end: 6rem;
    padding-inline: 6rem;
  }
}
.p-special__indicator:after, .p-special__indicator:before {
  content: "";
  display: block;
  background: #eb4e00;
  background-size: contain;
  aspect-ratio: 1;
  width: 10.6666666667vw;
  height: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-special__indicator:after, .p-special__indicator:before {
    width: 89px;
  }
}
.p-special__indicator:before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  top: -4px;
  left: -4px;
}
.p-special__indicator:after {
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
  bottom: -4px;
  right: -4px;
}
.p-special__indicator-inner:after, .p-special__indicator-inner:before {
  content: "";
  display: block;
  background: #66d0e6;
  background-size: contain;
  aspect-ratio: 1;
  width: 10.6666666667vw;
  height: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-special__indicator-inner:after, .p-special__indicator-inner:before {
    width: 89px;
  }
}
.p-special__indicator-inner:before {
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  top: -4px;
  right: -4px;
}
.p-special__indicator-inner:after {
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  bottom: -4px;
  left: -4px;
}
.p-special__indicator-tool {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.25;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-special__indicator-tool {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6666666667;
    margin-block-end: 1rem;
  }
}
.p-special__indicator-name {
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-block-end: 4vw;
}
@media screen and (min-width: 768px) {
  .p-special__indicator-name {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.875;
    margin-block-end: 1rem;
  }
}
.p-special__indicator-label {
  width: fit-content;
  margin-inline: auto;
  color: white;
  border-radius: 5px;
  padding-inline: 2.6666666667vw;
  padding-block: 1.3333333333vw;
  background: #f4810b;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.1333333333;
  margin-block-end: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-special__indicator-label {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1111111111;
    padding-inline: 1rem;
    padding-block: 1rem;
    margin-block-end: 5rem;
  }
}
.p-special__indicator-thumb {
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
}
.p-special__indicator-notice {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-block-start: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-special__indicator-notice {
    margin-block-start: 2rem;
  }
}
.p-special__indicator-notice p {
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1.3846153846;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-special__indicator-notice p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
  }
}
.p-special__bg-candle-l {
  position: absolute;
  aspect-ratio: 567/242;
  width: 73.3333333333vw;
  height: auto;
  top: 4vw;
  left: -33.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-special__bg-candle-l {
    width: 567px;
    top: 80px;
    left: calc(50% - 1040px);
  }
}
.p-special__bg-candle-r {
  position: absolute;
  aspect-ratio: 544/290;
  width: 66.6666666667vw;
  height: auto;
  top: -1.3333333333vw;
  right: -26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-special__bg-candle-r {
    width: 544px;
    top: 20px;
    right: calc(50% - 1010px);
  }
}

/*==========================================
profile
===========================================*/
.p-profile {
  padding-block-start: 13.3333333333vw;
  padding-block-end: 13.3333333333vw;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-profile {
    padding-block-start: 10rem;
    padding-block-end: 15rem;
  }
}
.p-profile__block {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto;
  gap: 0px 0px;
  grid-template-areas: "title" "thumb" "text" "book";
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 4px solid #f4810b;
  padding-inline: 2.6666666667vw;
  padding-block-start: 6.6666666667vw;
  padding-block-end: 8vw;
}
@media screen and (min-width: 768px) {
  .p-profile__block {
    grid-template-columns: 25% auto;
    grid-template-rows: auto auto;
    gap: 0px 20px;
    grid-template-areas: "thumb title" "thumb text" "book book";
    padding-inline: 2rem;
    padding-block-start: 7rem;
    padding-block-end: 5rem;
  }
}
.p-profile__thumb {
  grid-area: thumb;
  text-align: center;
}
.p-profile__thumb img {
  width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-profile__thumb img {
    width: auto;
  }
}
.p-profile__title {
  grid-area: title;
  margin-block-end: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-profile__title {
    text-align: left;
    margin-block-end: 2rem;
  }
}
.p-profile__text {
  grid-area: text;
  margin-block-start: 6.6666666667vw;
  padding-inline: 4vw;
}
@media screen and (min-width: 768px) {
  .p-profile__text {
    margin-block-start: 0;
    padding-inline: 0;
  }
}
.p-profile__text p {
  font-size: 4.5333333333vw;
  font-weight: 400;
  line-height: 1.4705882353;
  margin-block-end: 0;
}
@media screen and (min-width: 768px) {
  .p-profile__text p {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.7647058824;
  }
}
.p-profile__label {
  width: fit-content;
  margin-inline: auto;
  color: white;
  border-radius: 5px;
  padding-inline: 4vw;
  padding-block: 1.3333333333vw;
  background: #f4810b;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.0625;
  margin-block-start: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-profile__label {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.1111111111;
    padding-inline: 1rem;
    padding-block: 1rem;
    margin-block-start: 2rem;
  }
}
.p-profile__en {
  width: fit-content;
  padding-inline: 2.6666666667vw;
  padding-block: 1.3333333333vw;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-profile__en {
    padding-inline: 2rem;
    padding-block: 1rem;
    top: -2.6rem;
  }
}
.p-profile__books {
  width: fit-content;
  margin-inline: auto;
  grid-area: book;
  display: block grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-block-start: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-profile__books {
    grid-template-columns: repeat(8, 1fr);
    margin-block-start: 4rem;
  }
}

/*==========================================
offer
===========================================*/
.p-offer {
  position: relative;
  padding-block-end: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-offer {
    padding-block-end: 15rem;
  }
}
.p-offer__inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
  border: 5px solid #f4810b;
  border-radius: 10px;
  padding-block-start: 10.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-offer__inner {
    padding-block-start: 8.5rem;
  }
}
.p-offer__heading {
  font-family: "M PLUS 1p", sans-serif;
}
.p-offer__price {
  width: 100%;
  margin-inline: auto;
  background: #fef0c4;
  padding-block-start: 4vw;
  padding-block-end: 6.6666666667vw;
  position: relative;
  z-index: 10;
}
@container (min-width: 750px) {
  .p-offer__price {
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (min-width: 768px) {
  .p-offer__price {
    padding-block-start: 4rem;
    padding-block-end: 5rem;
  }
}
.p-offer__price-box {
  text-align: center;
}
.p-offer__price-label {
  width: 150px;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #ff0000;
  text-align: center;
  border-radius: 50px;
  padding: 0.8rem;
  font-size: 4.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-offer__price-label {
    top: -4rem;
    width: 280px;
    padding: 1.5rem 1rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.p-offer__price-no {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-offer__price-no {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-offer__price-no .no {
  font-family: "Roboto", sans-serif;
  font-size: 9.8666666667vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-offer__price-no .no {
    font-size: 7.4rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-offer__price-no .small {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-offer__price-no .small {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-offer__price-no .yen {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-offer__price-no .yen {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-offer__price-no .tax {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-offer__price-no .tax {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }
}
.p-offer__payment {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  padding: 3rem;
  margin-block-start: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-offer__payment {
    padding: 4rem;
    margin-block-start: 5rem;
  }
}
.p-offer__payment:before {
  content: " ";
  display: block;
  background: #f4810b;
  border-radius: 10px;
  width: 53.3333333333vw;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.6666666667vw;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-offer__payment:before {
    width: 500px;
    top: -5px;
  }
}
.p-offer__payment-label {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40vw;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fef0c4;
  font-size: 4.5333333333vw;
  line-height: 0.8823529412;
}
@media screen and (min-width: 768px) {
  .p-offer__payment-label {
    width: 214px;
    height: 40px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.p-offer__payment-list {
  text-align: center;
  margin-inline: auto;
  margin-block-end: 4vw;
  display: block;
  display: grid;
  place-content: center;
  font-size: 4vw;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .p-offer__payment-list {
    margin-block-end: 3rem;
    font-size: 2.2rem;
    line-height: 1.6363636364;
  }
}
.p-offer__payment-list li {
  text-align: left;
  padding-inline-end: 10px;
  position: relative;
  font-size: 4vw;
  line-height: 1.5333333333;
}
@media screen and (min-width: 768px) {
  .p-offer__payment-list li {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    padding-inline-end: 20px;
  }
}
.p-offer__payment-img {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-offer__payment-img {
    width: 100%;
  }
}
.p-offer__btn-wrap {
  width: 96%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-offer__btn-wrap {
    width: 100%;
    max-width: 600px;
  }
}
.p-offer__bg-candle-l {
  position: absolute;
  aspect-ratio: 567/242;
  width: 73.3333333333vw;
  height: auto;
  top: 25.3333333333vw;
  left: -41.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-offer__bg-candle-l {
    width: 567px;
    top: 20px;
    left: calc(50% - 1140px);
  }
}
.p-offer__bg-candle-r {
  position: absolute;
  aspect-ratio: 544/290;
  width: 66.6666666667vw;
  height: auto;
  top: 20vw;
  right: -34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-offer__bg-candle-r {
    width: 544px;
    top: 0;
    right: calc(50% - 1110px);
  }
}

.p-notice {
  margin-block-start: 3.5rem;
  margin-block-end: 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-notice {
    margin-block-start: 7.5rem;
    margin-block-end: 5rem;
  }
}
.p-notice p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-notice p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
  }
}

/*==========================================
qa
===========================================*/
.p-qa {
  position: relative;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-qa {
    padding-bottom: 14rem;
  }
}
.p-qa__heading {
  display: block;
  margin-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .p-qa__heading {
    margin-block-end: 4rem;
  }
}
.p-qa__label {
  font-size: 13.3333333333vw;
  font-weight: 400;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  color: white;
}
@media screen and (min-width: 768px) {
  .p-qa__label {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
  }
}
.p-qa__label .no {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  color: black;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-qa__label .no {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

/*--------------------------
accordion
----------------------------*/
.c-accordion__container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
  display: grid;
  grid-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__container {
    grid-gap: 3rem;
  }
}
.c-accordion__item {
  display: flex;
  flex-direction: column;
}
.c-accordion-q {
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
  background: #ebf5f7;
  /*border: 3px solid #db0112;*/
  transition: all 0.3s ease;
  padding-block: 5.3333333333vw;
  padding-inline-start: 8vw;
  padding-inline-end: 10.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .c-accordion-q {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 2.8rem 5rem;
  }
}
.c-accordion-q:before {
  content: "Q.";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  color: #f4810b;
  position: absolute;
  top: 5.3333333333vw;
  left: 1.3333333333vw;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.375;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .c-accordion-q:before {
    width: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 0.8333333333;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    top: 0;
    margin: auto;
  }
}
.c-accordion-q:after {
  content: "";
  text-align: center;
  width: 4vw;
  height: 4vw;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background: url(../images/toggle_navy.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-accordion-q:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-accordion-q:hover {
    background: #f4810b;
    color: white;
  }
  .c-accordion-q:hover:before {
    color: white;
  }
  .c-accordion-q:hover:after {
    background: url(../images/toggle_white.png) no-repeat;
  }
}
.c-accordion-a {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: ease;
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.375;
}
@media screen and (min-width: 768px) {
  .c-accordion-a {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6470588235;
  }
}
.c-accordion-a p {
  margin: 0;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-a p {
    padding: 1rem 3rem 3rem;
  }
}
.c-accordion__item.js-enabled > .c-accordion-a {
  visibility: hidden;
}
.c-accordion__item.is-active > .c-accordion-a {
  visibility: visible;
}
.c-accordion__item.js-enabled.is-active > .c-accordion-q {
  background: #f4810b;
  color: white;
}
.c-accordion__item.js-enabled.is-active > .c-accordion-q:before {
  color: white;
}
.c-accordion__item.js-enabled.is-active > .c-accordion-q:after {
  width: 4vw;
  height: 0.4vw;
  background: url(../images/toggle_white.png) no-repeat center left;
}
@media screen and (min-width: 768px) {
  .c-accordion__item.js-enabled.is-active > .c-accordion-q:after {
    height: 2px;
  }
}
.c-accordion-q:focus {
  outline: 0;
}

/*==========================================
HubSpot
===========================================*/
.HubSpot-form {
  margin-block-start: 2rem;
  padding: 6.6666666667vw 2.6666666667vw;
  /*
    fieldset.form-columns-1 .hs-input {
    width: 100%;
  }*/
}
@media screen and (min-width: 768px) {
  .HubSpot-form {
    padding: 5rem;
  }
}
.HubSpot-form .hs-form-required {
  color: red;
}
.HubSpot-form label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-block-start: 0;
  margin-block-end: 10px;
}
.HubSpot-form fieldset {
  border: 0;
  padding: 0;
  margin-inline: auto;
  max-width: 1000px;
}
.HubSpot-form fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .HubSpot-form fieldset.form-columns-2 {
    flex-direction: row;
  }
}
.HubSpot-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .HubSpot-form fieldset.form-columns-2 .hs-form-field {
    width: 48%;
  }
}
.HubSpot-form fieldset.form-columns-2 .input {
  /*margin-right: 8px;*/
}
.HubSpot-form .hs-form-field label:not(.hs-error-msg) {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-form-field label:not(.hs-error-msg) {
    font-size: 18px;
  }
}
.HubSpot-form .field {
  margin-block-end: 18px;
}
.HubSpot-form .hs-button {
  white-space: pre-wrap;
}
.HubSpot-form .hs-button,
.HubSpot-form .hs-button:hover,
.HubSpot-form .hs-button:hover:not(.inactive),
.HubSpot-form .hs-button:focus,
.HubSpot-form .hs-button:active,
.HubSpot-form .hs-button:active:not(.inactive):not(.link) {
  background: #10b375;
  border-color: #10b375;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-button,
  .HubSpot-form .hs-button:hover,
  .HubSpot-form .hs-button:hover:not(.inactive),
  .HubSpot-form .hs-button:focus,
  .HubSpot-form .hs-button:active,
  .HubSpot-form .hs-button:active:not(.inactive):not(.link) {
    font-size: 24px;
  }
}
.HubSpot-form .hs-button,
.HubSpot-form .hs-form-field input[type=text],
.HubSpot-form .hs-form-field input[type=email],
.HubSpot-form .hs-form-field input[type=phone],
.HubSpot-form .hs-form-field input[type=number],
.HubSpot-form .hs-form-field input[type=tel],
.HubSpot-form .hs-form-field input[type=date],
.HubSpot-form .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.HubSpot-form .hs-button {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 22px 24px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-button {
    border-radius: 10px;
    font-size: 24px;
    padding: 34px 44px;
  }
}
.HubSpot-form .hs_submit {
  text-align: center;
  margin-block-start: 10px;
}
.HubSpot-form .p-hubSpot input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.HubSpot-form .p-hubSpot fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
.HubSpot-form .p-hubSpot > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.HubSpot-form .hs-custom-style fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}
.HubSpot-form .hs-button,
.HubSpot-form .hs-form-field input[type=text],
.HubSpot-form .hs-form-field input[type=email],
.HubSpot-form .hs-form-field input[type=phone],
.HubSpot-form .hs-form-field input[type=number],
.HubSpot-form .hs-form-field input[type=tel],
.HubSpot-form .hs-form-field input[type=date],
.HubSpot-form .hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.HubSpot-form input.hs-input.error,
.HubSpot-form div.field.error input,
.HubSpot-form div.field.error textarea,
.HubSpot-form div.field.error .chzn-choices,
.HubSpot-form textarea.hs-input.error,
.HubSpot-form select.hs-input.error {
  border-color: #c87872;
}
.HubSpot-form .hs-custom-style .hs-input,
.HubSpot-form .hs-custom-style fieldset {
  max-width: 100%;
}
.HubSpot-form .hs-input:not([type=file]) {
  background-color: #f5f8fa;
  max-width: inherit;
  display: block;
  width: 40px;
  max-width: inherit;
  margin: 0 auto 1rem;
  height: 40px;
  padding: 9px 10px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
  float: none;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-input:not([type=file]) {
    margin: 0;
  }
}
.HubSpot-form .hs-fieldtype-text .hs-input,
.HubSpot-form .hs-fieldtype-phonenumber .hs-input {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: block;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .HubSpot-form .hs-form-booleancheckbox-display {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.HubSpot-form .hs-form-booleancheckbox-display p {
  text-align: center;
  display: inline-block;
  padding-inline-end: 1rem;
}
.HubSpot-form .hs-form * {
  box-sizing: border-box;
}
.HubSpot-form .inputs-list {
  text-align: center;
}
.HubSpot-form .hs-richtext p {
  text-align: center;
  padding-block-end: 1rem;
}
.HubSpot-form .p-hubSpot {
  padding-block-end: 5rem;
}