@charset "UTF-8";
/* stylesheet */
/*------------------------------------------------------

    BASE

------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #333;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
}

.jp {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.jp2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4;
}

em {
  font-style: normal;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.arrow-link {
  position: relative;
  display: block;
}

.arrow-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
}

.arrow-link2 {
  position: relative;
}

.arrow-link2:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  top: calc(50% - 3px);
  right: 30px;
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  transform: skew(45deg);
}

.back-link {
  position: relative;
  display: block;
}

.back-link:after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0, -50%);
}

.container {
  width: 94%;
  max-width: 1022px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.d-pc {
  display: inline-block;
}

.d-sp {
  display: none;
}

/*------------------------------------------------------

    HEADER

------------------------------------------------------*/
#header {
  text-align: center;
  position: relative;
}
#header .header__contents {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 100%;
}
#header .header__contents img.hero-txt01,
#header .header__contents img.hero-txt02,
#header .header__contents img.hero-txt03 {
  position: absolute;
}
#header .header__contents img.hero-txt01 {
  top: 18%;
  left: 3%;
  width: 36%;
}
#header .header__contents img.hero-txt02 {
  top: 3%;
  left: 36%;
  width: 33%;
  animation-delay: 0.2s;
}
#header .header__contents img.hero-txt03 {
  top: 12%;
  right: 18%;
  width: 28%;
  animation-delay: 0.4s;
}
#header .header__contents .header__txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#header .header__contents .header__txt img.hero-title {
  animation-delay: 0.6s;
}
#header .header__contents .header__txt .badge {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#header .header__contents .header__txt .badge img {
  width: 22%;
}
#header .header__contents .header__txt .badge img.hero-badge01 {
  animation-delay: 0.8s;
}
#header .header__contents .header__txt .badge img.hero-badge02 {
  animation-delay: 1s;
}
#header .header__contents h1 {
  position: absolute;
  bottom: 11%;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
#header .header__contents h1 img.hero-subtitle01 {
  width: 80%;
}
#header .header__contents h1 img.hero-subtitle02 {
  width: 20%;
  transform: translateX(-8%);
}
#header .header__contents img.hero-point {
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 54%;
}

/*------------------------------------------------------

    ABOUT

------------------------------------------------------*/
#about {
  background-image: url("images/about-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 9% 0;
  text-align: center;
}
#about .section__title {
  margin: 4% 0 6%;
}
#about .section__title h2 {
  font-size: 84px;
  font-weight: 600;
  color: #4c5283;
}
#about .section__contents h3 {
  color: #343470;
  font-size: 48px;
  margin-bottom: 7%;
  text-shadow: 5px 5px 7px #ffffff, -5px 5px 7px #ffffff, 5px -5px 7px #ffffff, -5px -5px 7px #ffffff, 5px 0px 7px #ffffff, 0px 5px 7px #ffffff, -5px 0px 7px #ffffff, 0px -5px 7px #ffffff;
}
#about .section__contents h3 strong {
  display: block;
  padding-left: 20px;
  font-size: 120px;
  font-weight: 600;
}
#about .section__contents h3 strong span {
  transform: rotate(12deg) translateX(-20px);
  display: inline-block;
}
#about .section__contents p {
  margin: 4% 3% 0;
  text-align: left;
  font-size: 32px;
  text-shadow: 5px 5px 7px #ffffff, -5px 5px 7px #ffffff, 5px -5px 7px #ffffff, -5px -5px 7px #ffffff, 5px 0px 7px #ffffff, 0px 5px 7px #ffffff, -5px 0px 7px #ffffff, 0px -5px 7px #ffffff;
}
#about .section__contents p em {
  color: #d50000;
}

/*------------------------------------------------------

    POINT

------------------------------------------------------*/
#point {
  text-align: center;
  padding: 2%;
}
#point .section__title h2 {
  background-color: #08a16c;
  color: #fff;
  font-size: 70px;
  margin-bottom: 5%;
  padding: 2% 0;
}
#point .section__contents--item {
  background-color: #fdfbd4;
  margin-bottom: 4%;
  padding: 2% 4% 5%;
}
#point .section__contents--item h3 {
  margin-bottom: 2%;
}
#point .section__contents--item h3 span {
  background: linear-gradient(transparent 80%, #fff03d 80%);
  color: #343470;
  font-size: 68px;
  padding: 0 10px;
}
#point .section__contents--item h3 img {
  display: inline-block;
  width: 80px;
}
#point .section__contents--item .point-txt {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
}
#point .section__contents--item .point-txt p {
  color: #00094e;
  font-size: 38px;
  text-align: left;
}
#point .section__contents--item img.point-img {
  margin-bottom: 2%;
}
#point .section__contents--item p.attention {
  text-align: right;
  color: #4b4b3f;
  font-size: 18px;
}

/*------------------------------------------------------

    BENEFITS

------------------------------------------------------*/
#benefits .section__title {
  position: relative;
}
#benefits .section__title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(71, 35, 20, 0.67);
  color: #fff;
  font-size: 72px;
  font-style: italic;
  white-space: nowrap;
  box-shadow: 0 0 20px #5e2410;
  padding: 2% 9%;
}
#benefits .section__contents--item {
  position: relative;
}
#benefits .section__contents--item .benefits-txt {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
#benefits .section__contents--item .benefits-txt h3 {
  background: linear-gradient(to right, #c4983c 0%, #fbf8cb 25%, #cdaa58 51%, #bd8f31 65%, #e8d187 87%, #fbf8cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 600;
}
#benefits .section__contents--item .benefits-txt p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
#benefits .section__contents--item .benefits-txt span {
  background: linear-gradient(to right, #c4983c 0%, #fbf8cb 25%, #cdaa58 51%, #bd8f31 65%, #e8d187 87%, #fbf8cb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
#benefits .section__contents--item img[class^=light0] {
  position: absolute;
  width: 200px;
  z-index: 1;
}
#benefits .section__contents--item img.light01 {
  top: -23%;
  right: 26%;
}
#benefits .section__contents--item img.light02 {
  bottom: -7%;
  left: 0%;
}
#benefits .section__contents--item img.light03 {
  bottom: -25%;
  left: 25%;
}
#benefits .section__contents--item img.light04 {
  bottom: -6%;
  left: 0%;
}
#benefits .section__contents--item img.light05 {
  bottom: -25%;
  right: 4%;
}
#benefits .section__contents--item img.light06 {
  bottom: -7%;
  left: 0%;
}
#benefits .section__contents--item img.light07 {
  bottom: -22%;
  right: 20%;
  z-index: 2;
}
#benefits .section__contents--item img.light08 {
  bottom: -13%;
  right: 0%;
  width: 522px;
  opacity: 0.8;
}

/*------------------------------------------------------

    NO1

------------------------------------------------------*/
#no1 {
  position: relative;
  text-align: center;
}
#no1 .section__contents {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#no1 .section__contents h2, #no1 .section__contents h3, #no1 .section__contents p {
  color: #fff;
  text-shadow: 0 0 10px rgba(33, 46, 98, 0.88);
  filter: drop-shadow(0px 0px 10px rgba(33, 46, 98, 0.88));
  white-space: nowrap;
}
#no1 .section__contents h2 {
  font-size: 68px;
}
#no1 .section__contents h3 {
  font-size: 72px;
}
#no1 .section__contents h3 span {
  transform: skew(-15deg);
  display: inline-block;
  margin-left: 1%;
}
#no1 .section__contents p {
  font-size: 50px;
  font-weight: 800;
  margin-top: 25%;
}

/*------------------------------------------------------

    SOLUTION

------------------------------------------------------*/
#solution {
  position: relative;
  color: #fff;
  text-align: center;
}
#solution .section__contents {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84%;
}
#solution .section__contents h2 {
  font-size: 82px;
  font-weight: 600;
  margin-bottom: 15%;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.68);
}
#solution .section__contents h2 strong {
  display: block;
  font-size: 140px;
  font-weight: 600;
}
#solution .section__contents h2 strong span {
  transform: skew(-15deg);
  display: inline-block;
  margin-left: 1%;
}
#solution .section__contents h3 {
  font-size: 100px;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.68);
  line-height: 1.1;
  font-weight: 600;
  margin-top: 20%;
}
#solution .section__contents--item {
  margin-bottom: 8%;
}
#solution .section__contents--item .solution-txt {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 35px;
  padding: 2% 1%;
}
#solution .section__contents--item .solution-txt span {
  font-size: 100px;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.68);
}
#solution .section__contents--item .solution-txt p {
  font-size: 40px;
}

/*------------------------------------------------------

    MOREOVER

------------------------------------------------------*/
#moreover {
  position: relative;
  color: #fff;
  text-align: center;
}
#moreover .section__contents {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 98%;
}
#moreover .section__contents img.moreover-subtitle01 {
  width: 90%;
  margin: 0 auto 7%;
}
#moreover .section__contents img.moreover-subtitle02 {
  width: 90%;
  margin: 0 auto;
}
#moreover img[class^=light-] {
  position: absolute;
  width: 480px;
  z-index: 1;
  opacity: 0.9;
}
#moreover img.light-01 {
  top: 2.5%;
  right: -7.5%;
}
#moreover img.light-02 {
  top: 6%;
  left: 6%;
}
#moreover img.light-03 {
  top: 19.5%;
  left: 24%;
}
#moreover img.light-04 {
  top: 25.5%;
  right: -1%;
}
#moreover img.light-05 {
  top: 27.5%;
  left: 6%;
}
#moreover img.light-06 {
  top: 31.5%;
  right: 0%;
}
#moreover img.light-07 {
  top: 47%;
  left: -13%;
}
#moreover img.light-08 {
  bottom: 34%;
  right: -13%;
}
#moreover img.light-09 {
  bottom: 34%;
  right: 5%;
}
#moreover img.light-10 {
  bottom: 28%;
  right: 3%;
}
#moreover img.light-11 {
  bottom: 26%;
  left: 7%;
}
#moreover img.light-12 {
  bottom: 11%;
  left: -5%;
}
#moreover img.light-13 {
  bottom: 7.5%;
  right: 1%;
}
#moreover img.light-14 {
  bottom: 3%;
  left: -16%;
}
#moreover img.light-15 {
  bottom: 0%;
  right: -4%;
}

/*------------------------------------------------------

    LIMTED

------------------------------------------------------*/
#limited {
  padding: 6% 0;
}
#limited .section__contents img[class^=limited0] {
  margin: 0 auto;
}
#limited .section__contents img.limited01 {
  width: 94%;
  margin-bottom: 2%;
}
#limited .section__contents img.limited02 {
  width: 84%;
}
/*------------------------------------------------------

    CONTACT

------------------------------------------------------*/
#contact .section__contents {
  width: 90%;
  margin: 0 auto;
}
#contact .section__contents form .form-group {
  margin-bottom: 6%;
}
#contact .section__contents form .form-group label {
  display: block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 1%;
}
#contact .section__contents form .form-group label span {
  background-color: #b30000;
  color: #fff;
  border-radius: 5px;
  margin-left: 8px;
  font-size: 18px;
  padding: 2px 12px 4px;
  vertical-align: 6px;
}
#contact .section__contents form .form-group input[type=text] {
  width: 100%;
  border-radius: 15px;
  padding: 0 20px;
  border: 1px solid #0a0204;
  font-size: 20px;
  height: 90px;
}
#contact .section__contents form .form-group.agree {
  display: flex;
  gap: 20px;
  padding: 0 2%;
}
#contact .section__contents form .form-group.agree label {
  line-height: 1.4;
}
#contact .section__contents form .form-group.agree input[type=checkbox] {
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .section__contents form .form-group.agree input[type=checkbox]:checked:before {
  position: absolute;
  top: 45%;
  left: 18%;
  transform: rotate(50deg) translate(-50%, -50%);
  width: 18px;
  height: 37px;
  border-right: 5px solid #f00;
  border-bottom: 5px solid #f00;
  content: "";
}
#contact .section__contents form .form-group.submit {
  text-align: center;
}
#contact .section__contents ul li {
  position: relative;
  padding-left: 20px;
  font-size: 23px;
  text-indent: -1em;
  padding-left: 1em;
}
#contact .section__contents ul li::before {
  content: "※";
}
#contact .section__contents .term {
  background-color: #fafafa;
  border: 1px solid #eee;
  margin: 12% 0;
  padding: 0;
}
#contact .section__contents .term .term-wrap {
  text-align: center;
  height: 120px;
  overflow: scroll;
}
#contact .section__contents .term h3 {
  background-color: #0a1040;
  color: #fff;
  font-size: 32px;
  padding: 10px 0 15px;
  text-align: center;
}
#contact .section__contents .term__item {
  padding: 4% 10% 0;
  text-align: left;
}
#contact .section__contents .term__item h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
}
#contact .section__contents .term__item p {
  text-align: center;
  margin-bottom: 20px;
}
#contact .section__contents .term__item dl dt {
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
  font-weight: bold;
}
#contact .section__contents .term__item dl dd {
  margin-bottom: 20px;
  padding-top: 4px;
}
#contact .section__contents .term__item dl dd ul {
  padding-left: 20px;
}
#contact .section__contents .term__item dl dd ul li {
  font-size: inherit;
  list-style: disc;
}
#contact .section__contents .term__item dl dd ul li::before {
  content: "";
}
#contact .section__contents .term__item dl dd strong {
  display: block;
  margin-top: 20px;
}
#contact .section__contents .term__item dl dd em {
  display: block;
  margin-top: 20px;
}
#contact .section__contents .term__item dl dd small {
  font-size: 12px;
}
#contact .section__contents .term__item.privacy, #contact .section__contents .term__item.terms {
  padding: 10% 10% 0;
}
#contact .section__contents .term__item.privacy h5, #contact .section__contents .term__item.terms h5 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #888;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#contact .section__contents .term__item.privacy p, #contact .section__contents .term__item.terms p {
  text-align: left;
}
#contact .section__contents .term__item.privacy ol, #contact .section__contents .term__item.terms ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
#contact .section__contents .term__item.privacy ol li, #contact .section__contents .term__item.terms ol li {
  list-style: decimal;
}

/*------------------------------------------------------

    LOW

------------------------------------------------------*/
#low p#copyright {
  text-align: center;
  font-size: 11px;
  margin-bottom: 50px;
}
#low .close {
  height: 16px;
  margin: 0 auto 30px;
  text-align: center;
  width: 154px;
}
#low .close input {
  font-size: 12px;
  padding: 2px 10px;
}
#low .term {
  margin: 0;
  padding: 10%;
  text-align: center;
}
#low .term__item {
  text-align: left;
}
#low .term__item h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
#low .term__item p {
  text-align: center;
  margin-bottom: 20px;
}
#low .term__item dl dt {
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
  font-weight: bold;
}
#low .term__item dl dd {
  margin-bottom: 20px;
  padding-top: 4px;
}
#low .term__item dl dd ul {
  padding-left: 20px;
}
#low .term__item dl dd ul li {
  font-size: inherit;
  list-style: disc;
}
#low .term__item dl dd ul li::before {
  content: "";
}
#low .term__item dl dd strong {
  display: block;
  margin-top: 20px;
}
#low .term__item dl dd em {
  display: block;
  margin-top: 20px;
}
#low .term__item dl dd small {
  font-size: 12px;
}
#low .term__item.privacy, #low .term__item.terms {
  margin-top: 100px;
}
#low .term__item.privacy h5, #low .term__item.terms h5 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #888;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#low .term__item.privacy p, #low .term__item.terms p {
  text-align: left;
}
#low .term__item.privacy ol, #low .term__item.terms ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
#low .term__item.privacy ol li, #low .term__item.terms ol li {
  list-style: decimal;
}



/*------------------------------------------------------

    RESPO / PC FIRST

------------------------------------------------------*/
@media (max-width: 1022px) {
  .container {
    width: 100%;
  }
  /*  ABOUT */
  #about .section__title {
    margin: 4% 0 6%;
  }
  #about .section__title h2 {
    font-size: 8vw;
  }
  #about .section__contents h3 {
    font-size: 5vw;
  }
  #about .section__contents h3 strong {
    font-size: 12vw;
  }
  #about .section__contents p {
    font-size: 3.3vw;
  }
  /* POINT */
  #point .section__title h2 {
    font-size: 7vw;
  }
  #point .section__contents--item h3 span {
    font-size: 9vw;
  }
  #point .section__contents--item h3 img {
    width: 13%;
  }
  #point .section__contents--item .point-txt p {
    font-size: 4.5vw;
  }
  #point .section__contents--item p.attention {
    font-size: 2vw;
  }
  /* BENEFITS */
  #benefits .section__title h2 {
    font-size: 9vw;
    padding: 2% 6%;
  }
  #benefits .section__contents--item .benefits-txt h3 {
    font-size: 6vw;
  }
  #benefits .section__contents--item .benefits-txt p {
    font-size: 3.3vw;
  }
  #benefits .section__contents--item .benefits-txt span {
    font-size: 3vw;
  }
  #benefits .section__contents--item img[class^=light0] {
    width: 25%;
  }
  #benefits .section__contents--item img.light01 {
    top: -29%;
    right: 26%;
  }
  #benefits .section__contents--item img.light02,
  #benefits .section__contents--item img.light04,
  #benefits .section__contents--item img.light06 {
    bottom: -12%;
    left: -3%;
  }
  #benefits .section__contents--item img.light03 {
    bottom: -31%;
    left: 25%;
  }
  #benefits .section__contents--item img.light05 {
    bottom: -31%;
    right: 4%;
  }
  #benefits .section__contents--item img.light07 {
    bottom: -28%;
    right: 20%;
  }
  #benefits .section__contents--item img.light08 {
    width: 50%;
  }
  /* NO1 */
  #no1 .section__contents {
    width: 100%;
  }
  #no1 .section__contents h2 {
    font-size: 6.5vw;
  }
  #no1 .section__contents h3 {
    font-size: 7vw;
  }
  #no1 .section__contents p {
    font-size: 5.5vw;
  }
  #no1 .section__contents img {
    width: 62%;
    margin: 0 auto;
  }
  /* SOLUTION */
  #solution .section__contents h2 {
    font-size: 8vw;
  }
  #solution .section__contents h2 strong {
    font-size: 12vw;
  }
  #solution .section__contents h3 {
    font-size: 10vw;
  }
  #solution .section__contents--item .solution-txt span {
    font-size: 12vw;
  }
  #solution .section__contents--item .solution-txt p {
    font-size: 3.5vw;
  }
  /* CONTACT */
  #contact .section__contents {
    width: 86%;
    margin: 0 auto;
  }
  #contact .section__contents form .form-group label {
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 2%;
  }
  #contact .section__contents form .form-group label span {
    font-size: 3vw;
    padding: 1px 8px 3px;
    vertical-align: 2px;
  }
  #contact .section__contents form .form-group input[type=text] {
    font-size: 4vw;
    height: 65px;
  }
  #contact .section__contents form .form-group.agree {
    display: flex;
    gap: 20px;
    padding: 0 2%;
  }
  #contact .section__contents form .form-group.agree label {
    line-height: 1.4;
    font-size: 3vw;
  }
  #contact .section__contents form .form-group.agree input[type=checkbox] {
    width: 28px;
    height: 28px;
    border: 2px solid #000;
  }
  #contact .section__contents form .form-group.agree input[type=checkbox]:checked:before {
    width: 8px;
    height: 17px;
    border-right: 3px solid #f00;
    border-bottom: 3px solid #f00;
  }
  #contact .section__contents form .form-group.submit input[type=image] {
    width: 100%;
  }
  #contact .section__contents ul li {
    font-size: 3vw;
  }
  #contact .section__contents .term .term-wrap {
    height: 60px;
  }
  #contact .section__contents .term h3 {
    font-size: 3vw;
    padding: 15px 0 15px;
  }
  #contact .section__contents .term__item {
    padding: 5%;
  }
  #contact .section__contents .term__item h4 {
    font-size: 5vw;
  }
  #contact .section__contents .term__item p, #contact .section__contents .term__item dl {
    font-size: 3vw;
  }
  #contact .section__contents .term__item.privacy h5, #contact .section__contents .term__item.privacy ol, #contact .section__contents .term__item.terms h5, #contact .section__contents .term__item.terms ol {
    font-size: 3vw;
  }
}
@media (max-width: 599px) {
  .d-sp {
    display: inline-block;
  }
  .d-pc {
    display: none;
  }
  .container {
    width: 100%;
  }
  /* HEADER */
  #header .header__contents .header__txt .badge {
    gap: 15px;
  }
  #header .header__contents .header__txt .badge img {
    width: 25%;
  }
  #header .header__contents h1 img.hero-subtitle01 {
    animation-delay: 1s;
  }
  #header .header__contents h1 img.hero-subtitle02 {
    animation-delay: 1.2s;
  }
  #header .header__contents img.hero-point {
    width: 56%;
    animation-delay: 1.4s;
  }
  /* ABOUT */
  #about .section__title h2 {
    font-size: 9vw;
  }
  #about .section__contents h3 {
    font-size: 5vw;
  }
  #about .section__contents h3 strong {
    font-size: 13vw;
  }
  #about .section__contents h3 strong span {
    transform: rotate(12deg) translate(-10px, 4px);
  }
  #about .section__contents p {
    font-size: 3.3vw;
  }
  /* POINT */
  #point .section__title h2 {
    font-size: 8vw;
  }
  #point .section__contents--item h3 span {
    font-size: 12vw;
  }
  #point .section__contents--item h3 img {
    width: 16%;
  }
  #point .section__contents--item .point-txt p {
    font-size: 4.6vw;
  }
  #point .section__contents--item p.attention {
    font-size: 3vw;
  }
  /* BENEFITS */
  #benefits .section__title h2 {
    font-size: 9vw;
    padding: 2% 6%;
  }
  #benefits .section__contents--item .benefits-txt {
    top: 54%;
  }
  #benefits .section__contents--item .benefits-txt h3 {
    font-size: 8vw;
    font-weight: 900;
    line-height: 1;
  }
  #benefits .section__contents--item .benefits-txt p {
    font-size: 3.5vw;
    margin-bottom: 3%;
  }
  #benefits .section__contents--item .benefits-txt span {
    font-size: 3vw;
  }
  #benefits .section__contents--item img[class^=light0] {
    width: 35%;
  }
  #benefits .section__contents--item img.light01 {
    top: -41%;
    right: 19%;
  }
  #benefits .section__contents--item img.light02 {
    bottom: -23%;
    left: -7%;
  }
  #benefits .section__contents--item img.light03 {
    bottom: -43%;
    left: 11%;
  }
  #benefits .section__contents--item img.light04 {
    bottom: -23%;
    left: -7%;
  }
  #benefits .section__contents--item img.light05 {
    bottom: -43%;
    right: -3%;
  }
  #benefits .section__contents--item img.light06 {
    bottom: -23%;
    left: -7%;
  }
  #benefits .section__contents--item img.light07 {
    bottom: -39%;
    right: 10%;
  }
  #benefits .section__contents--item img.light08 {
    bottom: -13%;
    right: 0%;
    width: 50%;
  }
  /* NO1 */
  #no1 .section__contents {
    top: 50%;
  }
  #no1 .section__contents h2, #no1 .section__contents h3, #no1 .section__contents p {
    color: #fff;
    text-shadow: 0 0 10px rgba(33, 46, 98, 0.88);
    filter: drop-shadow(0px 0px 10px rgba(33, 46, 98, 0.88));
    white-space: nowrap;
  }
  #no1 .section__contents h2 {
    font-size: 8vw;
  }
  #no1 .section__contents h3 {
    font-size: 8vw;
  }
  #no1 .section__contents p {
    font-size: 6vw;
    margin-top: 12%;
  }
  #no1 .section__contents img {
    width: 70%;
  }
  /* SOLUTION */
  #solution .section__contents h2 {
    font-size: 8.5vw;
    margin-bottom: 10%;
  }
  #solution .section__contents h2 strong {
    font-size: 15vw;
  }
  #solution .section__contents h3 {
    font-size: 11vw;
  }
  #solution .section__contents--item .solution-txt {
    gap: 5%;
    padding: 2% 0%;
  }
  #solution .section__contents--item .solution-txt span {
    font-size: 10vw;
    font-weight: 900;
  }
  #solution .section__contents--item .solution-txt p {
    font-size: 4vw;
  }
  /* MOREOVER */
  #moreover img[class^=light-] {
    width: 60%;
  }
  #moreover img.light-01 {
    top: 0.5%;
    right: -13.5%;
  }
  #moreover img.light-02 {
    top: 5%;
    left: -1%;
  }
  #moreover img.light-03 {
    top: 17.5%;
    left: 19%;
  }
  #moreover img.light-04 {
    top: 23.5%;
    right: -7%;
  }
  #moreover img.light-05 {
    top: 25.5%;
    left: 0%;
  }
  #moreover img.light-06 {
    top: 29.5%;
    right: -7%;
  }
  #moreover img.light-07 {
    top: 45%;
    left: -18%;
  }
  #moreover img.light-08 {
    bottom: 32%;
    right: -20%;
  }
  #moreover img.light-09 {
    bottom: 31%;
    right: 0%;
  }
  #moreover img.light-10 {
    bottom: 26%;
    right: -3%;
  }
  #moreover img.light-11 {
    bottom: 24%;
    left: 0%;
  }
  #moreover img.light-12 {
    bottom: 9%;
    left: -12%;
  }
  #moreover img.light-13 {
    bottom: 5.5%;
    right: -5%;
  }
  #moreover img.light-14 {
    bottom: 1%;
    left: -1%;
  }
  #moreover img.light-15 {
    bottom: -2%;
    right: -11%;
  }
  /* CONTACT */
  #contact .section__contents form .form-group label {
    font-size: 5vw;
  }
  #contact .section__contents form .form-group input[type=text] {
    font-size: 5vw;
    height: 50px;
  }
  /* LOW */
  #low p#copyright {
    font-size: 10px;
  }
  #low .term__item h4 {
    font-size: 5vw;
  }
  #low .term__item p, #low .term__item dl {
    font-size: 3vw;
  }
  #low .term__item.privacy h5, #low .term__item.privacy p, #low .term__item.privacy ol, #low .term__item.terms h5, #low .term__item.terms p, #low .term__item.terms ol {
    font-size: 3vw;
  }

  a.scroll-to-top {
    width: 90px;
    height: 90px;
  }
  a.scroll-to-top span {
    font-size: 10px;
  }
  a.scroll-to-top span strong {
    font-size: 13px;
    font-weight: 700;
  }
  a.scroll-to-top::after {
    bottom: 8px;
    width: 8px;
    height: 8px;
  }
}/*# sourceMappingURL=style.css.map */