@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");


/* reset */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role=list], ol[role=list] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}
h1, h2, h3, h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img, picture {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-image: url("../img/bg-body.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: max(min(192vw, 1440px), 100vw) max(min(123.7333333333vw, 928px), 64.4444444444vw);
  background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}
p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #0052cc;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
table {
  width: 100%;
  border-collapse: collapse;
}
code,
pre {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 8px;
  font-family: "Courier New", monospace;
}
[data-scroll-animation] {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-scroll-animation].is-animated {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) rotate(0deg) !important;
}
[data-scroll-animation=fadeIn]:not(.is-animated) {
  opacity: 0;
}
[data-scroll-animation=fadeInUp]:not(.is-animated) {
  opacity: 0;
  transform: translateY(30px);
}
[data-scroll-animation=fadeInDown]:not(.is-animated) {
  opacity: 0;
  transform: translateY(-30px);
}
[data-scroll-animation=fadeInLeft]:not(.is-animated) {
  opacity: 0;
  transform: translateX(-30px);
}
[data-scroll-animation=fadeInRight]:not(.is-animated) {
  opacity: 0;
  transform: translateX(30px);
}
[data-scroll-animation=zoomIn]:not(.is-animated) {
  opacity: 0;
  transform: scale(0.8);
}
[data-scroll-animation=rotateIn]:not(.is-animated) {
  opacity: 0;
  transform: rotate(-180deg) scale(0.8);
}
.container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}
.section-inner {
  max-width: 750px;
  margin: 0 auto;
}
.grid {
  display: grid;
  gap: 16px;
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.flex {
  display: flex;
}
.flex--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex--between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex--column {
  display: flex;
  flex-direction: column;
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mt-xs {
  margin-top: 4px;
}
.mt-sm {
  margin-top: 8px;
}
.mt-md {
  margin-top: 16px;
}
.mt-lg {
  margin-top: 24px;
}
.mt-xl {
  margin-top: 32px;
}
.mt-2xl {
  margin-top: 48px;
}
.mt-3xl {
  margin-top: 64px;
}
.mb-xs {
  margin-bottom: 4px;
}
.mb-sm {
  margin-bottom: 8px;
}
.mb-md {
  margin-bottom: 16px;
}
.mb-lg {
  margin-bottom: 24px;
}
.mb-xl {
  margin-bottom: 32px;
}
.mb-2xl {
  margin-bottom: 48px;
}
.mb-3xl {
  margin-bottom: 64px;
}
.p-xs {
  padding: 4px;
}
.p-sm {
  padding: 8px;
}
.p-md {
  padding: 16px;
}
.p-lg {
  padding: 24px;
}
.p-xl {
  padding: 32px;
}
.p-2xl {
  padding: 48px;
}
.bg-body {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(123.6vw, 927px), 64.375vw);
}
.bg-btn-fixed-to-apply-sp, .fixed-cta .fixed-cta__apply {
  width: max(min(33.3333333333vw, 250px), 17.3611111111vw);
  height: max(min(16.8vw, 126px), 8.75vw);
}
.bg-btn-fixed-to-apply {
  width: max(min(30.2666666667vw, 227px), 15.7638888889vw);
  height: max(min(29.4666666667vw, 221px), 15.3472222222vw);
}
.bg-btn-fixed-to-form-sp, .fixed-cta .fixed-cta__form {
  width: max(min(33.3333333333vw, 250px), 17.3611111111vw);
  height: max(min(16.8vw, 126px), 8.75vw);
}
.bg-btn-fixed-to-form {
  width: max(min(30.2666666667vw, 227px), 15.7638888889vw);
  height: max(min(29.4666666667vw, 221px), 15.3472222222vw);
}
.bg-btn-fixed-to-line-sp, .fixed-cta .fixed-cta__line {
  width: max(min(33.3333333333vw, 250px), 17.3611111111vw);
  height: max(min(16.8vw, 126px), 8.75vw);
}
.bg-btn-fixed-to-line {
  width: max(min(30.2666666667vw, 227px), 15.7638888889vw);
  height: max(min(29.4666666667vw, 221px), 15.3472222222vw);
}
.bg-btn-submit, .thanks .btn-submit, .contact .btn-submit {
  width: max(min(39.2vw, 294px), 20.4166666667vw);
  height: max(min(13.0666666667vw, 98px), 6.8055555556vw);
}
.bg-btn-to-apply, .cta__anchor, .ctaAnchor {
  width: max(min(89.7333333333vw, 673px), 46.7361111111vw);
  height: max(min(19.2vw, 144px), 10vw);
}
.bg-btn-to-line, .ctaLineAnchor {
  width: max(min(89.7333333333vw, 673px), 46.7361111111vw);
  height: max(min(19.2vw, 144px), 10vw);
}
.bg-comment-bottom {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(6.4vw, 48px), 3.3333333333vw);
}
.bg-comment-top {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(15.7333333333vw, 118px), 8.1944444444vw);
}
.bg-features-bottom {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(9.6vw, 72px), 5vw);
}
.bg-features-top {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(10vw, 75px), 5.2083333333vw);
}
.bg-footer {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(6.1333333333vw, 46px), 3.1944444444vw);
}
.bg-header {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(18vw, 135px), 9.375vw);
}
.bg-hero2 {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(13.4666666667vw, 101px), 7.0138888889vw);
}
.bg-price1 {
  width: max(min(42.5333333333vw, 319px), 22.1527777778vw);
  height: max(min(35.2vw, 264px), 18.3333333333vw);
}
.bg-price2 {
  width: max(min(43.2vw, 324px), 22.5vw);
  height: max(min(33.6vw, 252px), 17.5vw);
}
.bg-price3 {
  width: max(min(41.6vw, 312px), 21.6666666667vw);
  height: max(min(35.8666666667vw, 269px), 18.6805555556vw);
}
.bg-register-bottom {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(11.3333333333vw, 85px), 5.9027777778vw);
}
.bg-register-top {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(10vw, 75px), 5.2083333333vw);
}
.bg-service-bottom {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(11.3333333333vw, 85px), 5.9027777778vw);
}
.bg-service-pc1 {
  width: max(min(98.8vw, 741px), 51.4583333333vw);
  height: max(min(60.9333333333vw, 457px), 31.7361111111vw);
}
.bg-service-step-detail {
  width: max(min(17.8666666667vw, 134px), 9.3055555556vw);
  height: max(min(8.6666666667vw, 65px), 4.5138888889vw);
}
.bg-service-step {
  width: max(min(77.8666666667vw, 584px), 40.5555555556vw);
  height: max(min(63.6vw, 477px), 33.125vw);
}
.bg-service-top {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(11.4666666667vw, 86px), 5.9722222222vw);
}
.bg-service1, .service .bg-service1 {
  width: max(min(97.8666666667vw, 734px), 50.9722222222vw);
  height: max(min(54.9333333333vw, 412px), 28.6111111111vw);
}
.bg-service2, .service .bg-service2 {
  width: max(min(103.8666666667vw, 779px), 54.0972222222vw);
  height: max(min(58.1333333333vw, 436px), 30.2777777778vw);
}
.bg-service3, .service .bg-service3 {
  width: max(min(97.2vw, 729px), 50.625vw);
  height: max(min(55.4666666667vw, 416px), 28.8888888889vw);
}
.bg-title-comment {
  width: max(min(27.6vw, 207px), 14.375vw);
  height: max(min(16.8vw, 126px), 8.75vw);
}
.bg-title-contact {
  width: max(min(35.2vw, 264px), 18.3333333333vw);
  height: max(min(20.1333333333vw, 151px), 10.4861111111vw);
}
.bg-title-login-register, .login-register__header {
  width: max(min(60.1333333333vw, 451px), 31.3194444444vw);
  height: max(min(26vw, 195px), 13.5416666667vw);
}
.bg-title-price, .price .bg-title-price {
  width: max(min(50.9333333333vw, 382px), 26.5277777778vw);
  height: max(min(29.4666666667vw, 221px), 15.3472222222vw);
}
.bg-title-qa {
  width: max(min(35.2vw, 264px), 18.3333333333vw);
  height: max(min(20.1333333333vw, 151px), 10.4861111111vw);
}
.bg-title-service, .service .bg-title-service {
  width: max(min(50.9333333333vw, 382px), 26.5277777778vw);
  height: max(min(29.3333333333vw, 220px), 15.2777777778vw);
}
.figure-thanks-yattoku {
  width: max(min(64.5333333333vw, 484px), 33.6111111111vw);
  height: max(min(28.4vw, 213px), 14.7916666667vw);
}
.figure-yattoku-face1 {
  width: max(min(17.0666666667vw, 128px), 8.8888888889vw);
  height: max(min(17.8666666667vw, 134px), 9.3055555556vw);
}
.figure-yattoku-face2 {
  width: max(min(16.8vw, 126px), 8.75vw);
  height: max(min(17.4666666667vw, 131px), 9.0972222222vw);
}
.figure-yattoku-face3 {
  width: max(min(17.3333333333vw, 130px), 9.0277777778vw);
  height: max(min(18.2666666667vw, 137px), 9.5138888889vw);
}
.figure-yattoku-face4 {
  width: max(min(17.2vw, 129px), 8.9583333333vw);
  height: max(min(17.8666666667vw, 134px), 9.3055555556vw);
}
.figure-yattoku-face5 {
  width: max(min(16.8vw, 126px), 8.75vw);
  height: max(min(17.7333333333vw, 133px), 9.2361111111vw);
}
.figure-yattoku-hero {
  width: max(min(27.8666666667vw, 209px), 14.5138888889vw);
  height: max(min(49.4666666667vw, 371px), 25.7638888889vw);
}
.figure-yattoku1 {
  width: max(min(24.4vw, 183px), 12.7083333333vw);
  height: max(min(28.9333333333vw, 217px), 15.0694444444vw);
}
.figure-yattoku2 {
  width: max(min(38.2666666667vw, 287px), 19.9305555556vw);
  height: max(min(57.8666666667vw, 434px), 30.1388888889vw);
}
.figure-yattoku3 {
  width: max(min(21.6vw, 162px), 11.25vw);
  height: max(min(28.1333333333vw, 211px), 14.6527777778vw);
}
.figure-yattoku4 {
  width: max(min(41.3333333333vw, 310px), 21.5277777778vw);
  height: max(min(42.9333333333vw, 322px), 22.3611111111vw);
}
.figure-yattoku5 {
  width: max(min(31.4666666667vw, 236px), 16.3888888889vw);
  height: max(min(24.2666666667vw, 182px), 12.6388888889vw);
}
.figure-yattoku6 {
  width: max(min(23.4666666667vw, 176px), 12.2222222222vw);
  height: max(min(28.4vw, 213px), 14.7916666667vw);
}
.figure-yattoku7 {
  width: max(min(30.8vw, 231px), 16.0416666667vw);
  height: max(min(26.8vw, 201px), 13.9583333333vw);
}
.figure-yattoku8 {
  width: max(min(20.2666666667vw, 152px), 10.5555555556vw);
  height: max(min(33.2vw, 249px), 17.2916666667vw);
}
.hero-balloon1, .hero__feature1, .hero__feature2, .hero__feature3 {
  width: max(min(36.6666666667vw, 275px), 19.0972222222vw);
  height: max(min(23.4666666667vw, 176px), 12.2222222222vw);
}
.hero-balloon2 {
  width: max(min(36.2666666667vw, 272px), 18.8888888889vw);
  height: max(min(20vw, 150px), 10.4166666667vw);
}
.hero-balloon3 {
  width: max(min(32.6666666667vw, 245px), 17.0138888889vw);
  height: max(min(22.8vw, 171px), 11.875vw);
}
.hero-text-underline {
  width: max(min(56.8vw, 426px), 29.5833333333vw);
  height: max(min(3.2vw, 24px), 1.6666666667vw);
}
.icon-before-after {
  width: max(min(2.2666666667vw, 17px), 1.1805555556vw);
  height: max(min(2.5333333333vw, 19px), 1.3194444444vw);
}
.icon-checked {
  width: max(min(3.6vw, 27px), 1.875vw);
  height: max(min(2.1333333333vw, 16px), 1.1111111111vw);
}
.icon-tri-contact {
  width: max(min(3.0666666667vw, 23px), 1.5972222222vw);
  height: max(min(2.4vw, 18px), 1.25vw);
}
.icon-tri-qa {
  width: max(min(3.0666666667vw, 23px), 1.5972222222vw);
  height: max(min(2.4vw, 18px), 1.25vw);
}
.icon-tri {
  width: max(min(3.0666666667vw, 23px), 1.5972222222vw);
  height: max(min(2.4vw, 18px), 1.25vw);
}
.img-appeal-board1 {
  width: max(min(88.9333333333vw, 667px), 46.3194444444vw);
  height: max(min(64.4vw, 483px), 33.5416666667vw);
}
.img-appeal-board2 {
  width: max(min(84.8vw, 636px), 44.1666666667vw);
  height: max(min(83.8666666667vw, 629px), 43.6805555556vw);
}
.img-comment1 {
  width: max(min(89.6vw, 672px), 46.6666666667vw);
  height: max(min(32.2666666667vw, 242px), 16.8055555556vw);
}
.img-comment2 {
  width: max(min(88.4vw, 663px), 46.0416666667vw);
  height: max(min(30.9333333333vw, 232px), 16.1111111111vw);
}
.img-comment3 {
  width: max(min(89.4666666667vw, 671px), 46.5972222222vw);
  height: max(min(31.0666666667vw, 233px), 16.1805555556vw);
}
.img-comment4 {
  width: max(min(88.5333333333vw, 664px), 46.1111111111vw);
  height: max(min(33.7333333333vw, 253px), 17.5694444444vw);
}
.img-comment5 {
  width: max(min(88.9333333333vw, 667px), 46.3194444444vw);
  height: max(min(30.8vw, 231px), 16.0416666667vw);
}
.img-flow-hr {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(1.4666666667vw, 11px), 0.7638888889vw);
}
.img-hero-arrow1 {
  width: max(min(10.6666666667vw, 80px), 5.5555555556vw);
  height: max(min(8.1333333333vw, 61px), 4.2361111111vw);
}
.img-hero-arrow2 {
  width: max(min(7.4666666667vw, 56px), 3.8888888889vw);
  height: max(min(10.9333333333vw, 82px), 5.6944444444vw);
}
.img-hero-arrow3 {
  width: max(min(7.6vw, 57px), 3.9583333333vw);
  height: max(min(10.4vw, 78px), 5.4166666667vw);
}
.img-hero {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(104vw, 780px), 54.1666666667vw);
}
.img-hr {
  width: max(min(87.0666666667vw, 653px), 45.3472222222vw);
  height: max(min(3.6vw, 27px), 1.875vw);
}
.img-logo {
  width: max(min(46.8vw, 351px), 24.375vw);
  height: max(min(13.3333333333vw, 100px), 6.9444444444vw);
}
.img-qa-hr {
  width: max(min(85.2vw, 639px), 44.375vw);
  height: max(min(0.6666666667vw, 5px), 0.3472222222vw);
}
.img-service-arrow1 {
  width: max(min(10.8vw, 81px), 5.625vw);
  height: max(min(17.0666666667vw, 128px), 8.8888888889vw);
}
.img-service-arrow2 {
  width: max(min(8.9333333333vw, 67px), 4.6527777778vw);
  height: max(min(17.0666666667vw, 128px), 8.8888888889vw);
}
.img-service-mobile {
  width: max(min(30.6666666667vw, 230px), 15.9722222222vw);
  height: max(min(38.9333333333vw, 292px), 20.2777777778vw);
}
.img-service-pc1 {
  width: max(min(49.7333333333vw, 373px), 25.9027777778vw);
  height: max(min(36.9333333333vw, 277px), 19.2361111111vw);
}
.img-service-pc2 {
  width: max(min(52.9333333333vw, 397px), 27.5694444444vw);
  height: max(min(38.9333333333vw, 292px), 20.2777777778vw);
}
.img-service-result {
  width: max(min(59.8666666667vw, 449px), 31.1805555556vw);
  height: max(min(48.6666666667vw, 365px), 25.3472222222vw);
}
.img-sparkle {
  width: max(min(37.4666666667vw, 281px), 19.5138888889vw);
  height: max(min(22.4vw, 168px), 11.6666666667vw);
}
.img-stamp-result {
  width: max(min(17.3333333333vw, 130px), 9.0277777778vw);
  height: max(min(17.3333333333vw, 130px), 9.0277777778vw);
}
.img-steps-left1, .features__stepsLeft1 {
  width: max(min(20.1333333333vw, 151px), 10.4861111111vw);
  height: max(min(29.0666666667vw, 218px), 15.1388888889vw);
}
.img-steps-left2, .features__stepsLeft2 {
  width: max(min(11.7333333333vw, 88px), 6.1111111111vw);
  height: max(min(40.4vw, 303px), 21.0416666667vw);
}
.img-steps-right1, .features__stepsRight1 {
  width: max(min(13.2vw, 99px), 6.875vw);
  height: max(min(40.4vw, 303px), 21.0416666667vw);
}
.img-subscription1 {
  width: max(min(24.5333333333vw, 184px), 12.7777777778vw);
  height: max(min(22.6666666667vw, 170px), 11.8055555556vw);
}
.img-subscription2 {
  width: max(min(19.7333333333vw, 148px), 10.2777777778vw);
  height: max(min(23.4666666667vw, 176px), 12.2222222222vw);
}
.img-title-service1 {
  width: max(min(11.2vw, 84px), 5.8333333333vw);
  height: max(min(12.1333333333vw, 91px), 6.3194444444vw);
}
.img-title-service2 {
  width: max(min(12.4vw, 93px), 6.4583333333vw);
  height: max(min(12.1333333333vw, 91px), 6.3194444444vw);
}
.img-title-service3 {
  width: max(min(11.7333333333vw, 88px), 6.1111111111vw);
  height: max(min(12.1333333333vw, 91px), 6.3194444444vw);
}
.img-yattoku-light, .hero__character-light {
  width: max(min(112.8vw, 846px), 58.75vw);
  height: max(min(112.6666666667vw, 845px), 58.6805555556vw);
}
.img-yattoku-screen1 {
  width: max(min(47.0666666667vw, 353px), 24.5138888889vw);
  height: max(min(90.8vw, 681px), 47.2916666667vw);
}
.img-yattoku-screen2 {
  width: max(min(51.2vw, 384px), 26.6666666667vw);
  height: max(min(93.3333333333vw, 700px), 48.6111111111vw);
}
.text-blog-update {
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(145.0666666667vw, 1088px), 75.5555555556vw);
}
.text-hero-no-hearing-required {
  width: max(min(37.7333333333vw, 283px), 19.6527777778vw);
  height: max(min(15.6vw, 117px), 8.125vw);
}
.text-hero {
  width: max(min(61.3333333333vw, 460px), 31.9444444444vw);
  height: max(min(36.1333333333vw, 271px), 18.8194444444vw);
}
.yattoku-face {
  width: max(min(15.8666666667vw, 119px), 8.2638888889vw);
  height: max(min(16.8vw, 126px), 8.75vw);
}
.yattoku-face1-ballon {
  width: max(min(84.6666666667vw, 635px), 44.0972222222vw);
  height: max(min(27.4666666667vw, 206px), 14.3055555556vw);
}
.yattoku-face2-ballon {
  width: max(min(83.8666666667vw, 629px), 43.6805555556vw);
  height: max(min(27.6vw, 207px), 14.375vw);
}
.yattoku-face3-ballon {
  width: max(min(84.6666666667vw, 635px), 44.0972222222vw);
  height: max(min(27.4666666667vw, 206px), 14.3055555556vw);
}
.yattoku-face4-ballon {
  width: max(min(83.8666666667vw, 629px), 43.6805555556vw);
  height: max(min(27.6vw, 207px), 14.375vw);
}
.yattoku-face5-ballon {
  width: max(min(84.6666666667vw, 635px), 44.0972222222vw);
  height: max(min(27.4666666667vw, 206px), 14.3055555556vw);
}
.yattoku-hero-ballon {
  width: max(min(25.3333333333vw, 190px), 13.1944444444vw);
  height: max(min(44.1333333333vw, 331px), 22.9861111111vw);
}
.yattoku2-ballon1 {
  width: max(min(48.1333333333vw, 361px), 25.0694444444vw);
  height: max(min(40.6666666667vw, 305px), 21.1805555556vw);
}
.yattoku2-ballon2 {
  width: max(min(49.4666666667vw, 371px), 25.7638888889vw);
  height: max(min(39.3333333333vw, 295px), 20.4861111111vw);
}
.yattoku3-ballon1 {
  width: max(min(34vw, 255px), 17.7083333333vw);
  height: max(min(20.5333333333vw, 154px), 10.6944444444vw);
}
.yattoku4-ballon1 {
  width: max(min(49.7333333333vw, 373px), 25.9027777778vw);
  height: max(min(32.9333333333vw, 247px), 17.1527777778vw);
}
.yattoku5-text1 {
  width: max(min(26.9333333333vw, 202px), 14.0277777778vw);
  height: max(min(9.8666666667vw, 74px), 5.1388888889vw);
}
.yattoku6-ballon1 {
  width: max(min(40.9333333333vw, 307px), 21.3194444444vw);
  height: max(min(22.6666666667vw, 170px), 11.8055555556vw);
}
.yattoku7-ballon1 {
  width: max(min(65.8666666667vw, 494px), 34.3055555556vw);
  height: max(min(23.6vw, 177px), 12.2916666667vw);
}
.yattoku8-ballon1 {
  width: max(min(29.8666666667vw, 224px), 15.5555555556vw);
  height: max(min(17.2vw, 129px), 8.9583333333vw);
}
.cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: max(min(100vw, 750px), 52.0833333333vw);
  margin: 0 auto;
}
.cta__text {
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.cta__text2 {
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
.cta__price {
  margin: 0 auto;
  display: inline-block;
  min-width: max(min(40vw, 300px), 20.8333333333vw);
  max-width: 90%;
}
.cta__price-before {
  font-size: max(min(4.8vw, 36px), 2.5vw);
  color: #000000;
  text-decoration: line-through;
  margin-bottom: max(min(0.5333333333vw, 4px), 0.2777777778vw);
}
.cta__price-after {
  font-size: max(min(13.0666666667vw, 98px), 6.8055555556vw);
  font-weight: 700;
  color: #ff3600;
  line-height: 1.2;
  letter-spacing: -4px;
}
.cta__price-current {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: max(min(1.3333333333vw, 10px), 0.6944444444vw);
  font-weight: 700;
  line-height: 1.2;
}
.cta__subscription2Wrap {
  position: absolute;
  top: max(min(-45.3333333333%, -340px), -23.6111111111%);
  right: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  transform: rotate(10deg);
}
.cta__subscription2Wrap .img-subscription2 {
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
}
.cta .icon-before-after {
  top: -4px;
  position: relative;
}
.cta__price-tax {
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  font-weight: bold;
  color: #ff3600;
  margin-left: max(min(0.8vw, 6px), 0.4166666667vw);
}
.cta__anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  background: url("../img/bg-btn-to-apply.png") center/max(min(89.7333333333vw, 673px), 46.7361111111vw) max(min(19.2vw, 144px), 10vw) no-repeat;
  color: #fff;
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-weight: bold;
}
.cta__anchorText {
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
.cta__note {
  font-size: max(min(3.4666666667vw, 26px), 1.8055555556vw);
  margin: max(min(1.0666666667vw, 8px), 0.5555555556vw) auto 0;
  padding-bottom: max(min(8.5333333333vw, 64px), 4.4444444444vw);
}
.ctaAnchor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
  background: url("../img/bg-btn-to-apply.png") center/max(min(89.7333333333vw, 673px), 46.7361111111vw) max(min(19.2vw, 144px), 10vw) no-repeat;
  color: #fff;
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-weight: bold;
}
.ctaLineAnchor {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-btn-to-line.png") center/max(min(89.7333333333vw, 673px), 46.7361111111vw) max(min(19.2vw, 144px), 10vw) no-repeat;
  color: #fff;
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-weight: bold;
}
.ctaWrapper {
  width: 100%;
  height: max(min(25.3333333333vw, 190px), 13.1944444444vw);
  position: relative;
}
.ctaWrapper .ctaLineAnchor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(min(6.6666666667vw, 50px), 3.4722222222vw);
}
.ctaWrapper__note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: max(min(3.4666666667vw, 26px), 1.8055555556vw);
  text-align: center;
}
.label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #000000;
}
.checkbox,
.radio {
  margin-right: 8px;
  cursor: pointer;
}
.jost {
  font-family: "Jost", sans-serif;
}
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.hero__contents {
  background-color: #dbecfa;
  width: 100%;
}
.hero__img-hero-wrapper {
  position: relative;
  width: 100%;
  height: max(min(104vw, 780px), 54.1666666667vw);
}
.hero__img-hero-wrapper .img-hero {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: none;
}
.hero .bg-hero2 {
  max-width: none;
}
.hero .text-hero-no-hearing-required {
  position: absolute;
  z-index: 5;
  top: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  left: max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.hero__title {
  position: absolute;
  z-index: 1;
  top: max(min(50.1333333333vw, 376px), 26.1111111111vw);
  left: max(min(4vw, 30px), 2.0833333333vw);
}
.hero__character {
  position: absolute;
  z-index: 2;
  right: 0;
  top: max(min(19.7333333333vw, 148px), 10.2777777778vw);
  width: max(min(112.8vw, 846px), 58.75vw);
  height: max(min(112.6666666667vw, 845px), 58.6805555556vw);
}
.hero__character .yattoku-hero-ballon {
  position: absolute;
  top: max(min(-32.5333333333%, -244px), -16.9444444444%);
  right: max(min(14.6666666667%, 110px), 7.6388888889%);
  z-index: 6;
}
.hero__character .figure-yattoku-hero {
  position: absolute;
  right: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  top: max(min(20vw, 150px), 10.4166666667vw);
  z-index: 5;
  display: block;
}
.hero__character .img-sparkle {
  position: absolute;
  top: max(min(16vw, 120px), 8.3333333333vw);
  right: max(min(4vw, 30px), 2.0833333333vw);
  z-index: 4;
}
.hero__character-light {
  position: absolute;
  bottom: max(min(16vw, 120px), 8.3333333333vw);
  left: max(min(38vw, 285px), 19.7916666667vw);
  z-index: -1;
}
.hero__inner {
  width: max(min(100vw, 750px), 52.0833333333vw);
  margin: 0 auto;
  position: relative;
}
.hero__badge {
  display: inline-block;
  background-color: #0052cc;
  color: #ffffff;
  padding: max(min(0.8vw, 6px), 0.4166666667vw) max(min(2.6666666667vw, 20px), 1.3888888889vw);
  border-radius: 9999px;
  font-size: max(min(1.7333333333vw, 13px), 0.9027777778vw);
  font-weight: 600;
  margin-bottom: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.hero__title {
  margin-bottom: max(min(3.2vw, 24px), 1.6666666667vw);
  z-index: 3;
}
.hero__title-line1 {
  display: block;
  font-size: max(min(3.2vw, 24px), 1.6666666667vw);
}
.hero__title-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: max(min(0.5333333333vw, 4px), 0.2777777778vw);
  font-size: max(min(3.7333333333vw, 28px), 1.9444444444vw);
}
.hero__title-line3 {
  display: block;
  font-size: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.hero__logo-img {
  height: max(min(6.4vw, 48px), 3.3333333333vw);
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.hero__features {
  width: max(min(100vw, 750px), 52.0833333333vw);
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 3;
  top: max(min(89.8666666667vw, 674px), 46.8055555556vw);
  -webkit-text-stroke: max(min(1.0666666667vw, 8px), 0.5555555556vw) #fff;
  text-stroke: max(min(1.0666666667vw, 8px), 0.5555555556vw) #fff;
  paint-order: stroke;
  line-height: 1.2;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  font-weight: bold;
}
.hero__feature1 {
  position: absolute;
  left: max(min(0.8vw, 6px), 0.4166666667vw);
  background: url("../img/hero-balloon1.png") no-repeat center center/max(min(36.6666666667vw, 275px), 19.0972222222vw) max(min(23.4666666667vw, 176px), 12.2222222222vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__feature1 .hero__feature-arrow1 {
  position: absolute;
  bottom: max(min(-6.6666666667vw, -50px), -3.4722222222vw);
  left: max(min(8vw, 60px), 4.1666666667vw);
}
.hero__feature2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/hero-balloon2.png") no-repeat center center/max(min(36.2666666667vw, 272px), 18.8888888889vw) max(min(20vw, 150px), 10.4166666667vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__feature2 .hero__feature-arrow2 {
  position: absolute;
  bottom: max(min(-3.2vw, -24px), -1.6666666667vw);
  left: max(min(5.0666666667vw, 38px), 2.6388888889vw);
}
.hero__feature3 {
  position: absolute;
  right: max(min(-0.5333333333vw, -4px), -0.2777777778vw);
  background: url("../img/hero-balloon3.png") no-repeat center center/max(min(32.6666666667vw, 245px), 17.0138888889vw) max(min(22.8vw, 171px), 11.875vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__feature3 .hero__feature-arrow3 {
  position: absolute;
  bottom: max(min(-5.0666666667vw, -38px), -2.6388888889vw);
  right: max(min(11.2vw, 84px), 5.8333333333vw);
}
.hero__lead {
  height: max(min(36.5333333333vw, 274px), 19.0277777778vw);
  padding-top: max(min(11.7333333333vw, 88px), 6.1111111111vw);
  font-size: max(min(4.8vw, 36px), 2.5vw);
  line-height: 1.2;
  color: #000000;
  margin-bottom: max(min(3.7333333333vw, 28px), 1.9444444444vw);
  font-weight: 500;
}
.hero__lead-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: max(min(-0.5333333333vw, -4px), -0.2777777778vw);
}
.hero__lead-em {
  font-size: max(min(8vw, 60px), 4.1666666667vw);
  font-weight: 700;
}
.hero__lead-em--wide {
  letter-spacing: max(min(0.5333333333vw, 4px), 0.2777777778vw);
}
.hero__price-label {
  font-size: max(min(1.6vw, 12px), 0.8333333333vw);
  color: #666666;
  margin-bottom: max(min(0.8vw, 6px), 0.4166666667vw);
}
.hero__cta {
  display: block;
  width: calc(100% - max(min(5.3333333333vw, 40px), 2.7777777778vw));
  max-width: max(min(56vw, 420px), 29.1666666667vw);
  margin: 0 auto max(min(1.6vw, 12px), 0.8333333333vw);
  background-color: #ff8c00;
  background-image: url("../img/bg-btn-to-line.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: max(min(2.4vw, 18px), 1.25vw) max(min(3.2vw, 24px), 1.6666666667vw);
  border-radius: 9999px;
  font-size: max(min(2.2666666667vw, 17px), 1.1805555556vw);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 max(min(0.5333333333vw, 4px), 0.2777777778vw) max(min(1.6vw, 12px), 0.8333333333vw) rgba(255, 140, 0, 0.3);
}
.hero__cta:hover {
  transform: translateY(max(min(-0.2666666667vw, -2px), -0.1388888889vw));
  box-shadow: 0 max(min(0.8vw, 6px), 0.4166666667vw) max(min(2.1333333333vw, 16px), 1.1111111111vw) rgba(255, 140, 0, 0.4);
  opacity: 0.95;
}
.hero__cta-note {
  font-size: max(min(1.6vw, 12px), 0.8333333333vw);
  color: #666666;
  margin-bottom: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  font-weight: 500;
}
.text-hero-no-hearing-required {
  opacity: 0;
  transform: scale(0.8);
}
.text-hero-no-hearing-required.is-animated {
  transition: all 0.1s linear;
}
.yattoku-hero-ballon {
  opacity: 0;
  transform: scale(0.9);
}
.yattoku-hero-ballon.is-animated {
  transition: all 0.1s linear;
}
.hero__characterWrap {
  transform: translateY(-30px);
}
.hero__characterWrap.is-animated {
  transition: all 0.1s ease-out;
}
.figure-yattoku-hero {
  opacity: 0;
  transform-origin: bottom;
}
.is-animated .figure-yattoku-hero {
  opacity: 1;
  animation: 1s linear infinite yattoku-hero;
}
@keyframes yattoku-hero {
  0% {
    transform: rotate(1.5deg);
  }
  49.9% {
    transform: rotate(1.5deg);
  }
  50% {
    transform: rotate(-1.5deg);
  }
  99.9% {
    transform: rotate(-1.5deg);
  }
  100% {
    transform: rotate(1.5deg);
  }
}
.img-yattoku-light, .hero__character-light {
  animation: 50s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.figure-yattoku5 {
  max-width: none;
  opacity: 0;
  transform: scale(0) translateY(10px);
  transform-origin: bottom center;
}
.is-animated .figure-yattoku5 {
  transition: all 0.15s linear;
  transform: scale(1) translateY(0);
  opacity: 1;
}
.problems {
  position: relative;
  overflow: hidden;
  padding-bottom: max(min(6.4vw, 48px), 3.3333333333vw);
}
.problems__contents {
  background-color: #96b4da;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-image: url("../img/text-blog-update.png");
  background-position: center max(min(17.3333333333vw, 130px), 9.0277777778vw);
  background-repeat: no-repeat;
  background-size: max(min(192vw, 1440px), 100vw) max(min(145.0666666667vw, 1088px), 75.5555555556vw);
  padding-top: max(min(36vw, 270px), 18.75vw);
}
.problems__contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/bg-comment-top.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(15.7333333333vw, 118px), 8.1944444444vw);
  will-change: transform;
  backface-visibility: hidden;
}
.problems__hr {
  background: url("../img/img-hr.png") center top/max(min(87.0666666667vw, 653px), 45.3472222222vw) max(min(3.6vw, 27px), 1.875vw) no-repeat;
  width: max(min(84.4vw, 633px), 43.9583333333vw);
  height: max(min(3.6vw, 27px), 1.875vw);
  border: none;
  margin: 0 auto;
}
.problems::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/bg-comment-bottom.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(6.4vw, 48px), 3.3333333333vw);
}
.problems__yattoku2 {
  position: relative;
  width: max(min(80.5333333333vw, 604px), 41.9444444444vw);
  height: max(min(77.8666666667vw, 584px), 40.5555555556vw);
  margin: 0 auto;
}
.problems__yattoku2-img {
  position: absolute;
  top: max(min(5.6vw, 42px), 2.9166666667vw);
  right: 0;
  width: max(min(38.2666666667vw, 287px), 19.9305555556vw);
  height: max(min(57.8666666667vw, 434px), 30.1388888889vw);
  z-index: 2;
}
.problems__yattoku2-balloon1 {
  position: absolute;
  top: 0;
  left: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  width: max(min(48.1333333333vw, 361px), 25.0694444444vw);
  height: max(min(40.6666666667vw, 305px), 21.1805555556vw);
}
.problems__yattoku2-balloon2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: max(min(49.4666666667vw, 371px), 25.7638888889vw);
  height: max(min(39.3333333333vw, 295px), 20.4861111111vw);
}
.problems__inner {
  margin: 0 auto;
}
.problems__title {
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  padding-bottom: max(min(4.5333333333vw, 34px), 2.3611111111vw);
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  background: url("../img/bg-title-comment.png") center bottom/max(min(27.6vw, 207px), 14.375vw) max(min(16.8vw, 126px), 8.75vw) no-repeat;
}
.problems__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.problems__item {
  position: relative;
  width: max(min(89.8666666667vw, 674px), 46.8055555556vw);
}
.problems__item--comment1 {
  height: max(min(32.1333333333vw, 241px), 16.7361111111vw);
}
.problems__item--comment2 {
  height: max(min(31.4666666667vw, 236px), 16.3888888889vw);
}
.problems__item--comment3 {
  height: max(min(31.0666666667vw, 233px), 16.1805555556vw);
}
.problems__item--comment4 {
  height: max(min(33.8666666667vw, 254px), 17.6388888889vw);
}
.problems__item--comment5 {
  height: max(min(30.9333333333vw, 232px), 16.1111111111vw);
}
.problems__character {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.problems__character--right {
  right: 0;
  width: max(min(17.0666666667vw, 128px), 8.8888888889vw);
  height: max(min(17.8666666667vw, 134px), 9.3055555556vw);
}
.problems__character--left {
  left: 0;
  width: max(min(16.8vw, 126px), 8.75vw);
  height: max(min(17.4666666667vw, 131px), 9.0972222222vw);
}
.problems__balloon {
  position: absolute;
  z-index: 1;
}
.problems__balloon--right {
  top: 0;
  right: max(min(4.5333333333vw, 34px), 2.3611111111vw);
  width: max(min(84.6666666667vw, 635px), 44.0972222222vw);
  height: max(min(27.4666666667vw, 206px), 14.3055555556vw);
}
.problems__balloon--left {
  top: max(min(0.5333333333vw, 4px), 0.2777777778vw);
  left: max(min(4.5333333333vw, 34px), 2.3611111111vw);
  width: max(min(83.8666666667vw, 629px), 43.6805555556vw);
  height: max(min(27.6vw, 207px), 14.375vw);
}
.problems__solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(min(1.6vw, 12px), 0.8333333333vw);
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
}
.problems__solution-character {
  max-width: max(min(8vw, 60px), 4.1666666667vw);
  width: auto;
  height: auto;
}
.problems__solution-text {
  font-size: max(min(2.4vw, 18px), 1.25vw);
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
}
.problems__board {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.problems__board-copy {
  display: flex;
  justify-content: center;
  gap: max(min(3.4666666667vw, 26px), 1.8055555556vw);
  margin-bottom: max(min(0.5333333333vw, 4px), 0.2777777778vw);
}
.problems__board-copy .figure-yattoku1 {
  width: max(min(24.4vw, 183px), 12.7083333333vw);
  height: max(min(28.9333333333vw, 217px), 15.0694444444vw);
}
.problems__board-lead {
  text-align: left;
  font-size: max(min(4.8vw, 36px), 2.5vw);
  color: #000000;
  font-weight: 700;
  margin-bottom: max(min(1.0666666667vw, 8px), 0.5555555556vw);
  padding-top: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.problems__board-img {
  max-width: max(min(24vw, 180px), 12.5vw);
  width: auto;
  height: auto;
  margin-bottom: max(min(1.0666666667vw, 8px), 0.5555555556vw);
}
.problems__board-text {
  font-size: max(min(6.6666666667vw, 50px), 3.4722222222vw);
  transform: rotate(-10deg) translate3d(max(min(-46.6666666667%, -350px), -24.3055555556%), max(min(-13.3333333333%, -100px), -6.9444444444%), 0);
  color: #ffffff;
  font-weight: 700;
}
.simple-page {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.simple-page h1 {
  font-size: 2rem;
  margin: 2rem 0;
  text-align: center;
}
.simple-page h2 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
}
.simple-page h2 span {
  display: block;
}
@media (min-width: 640px) {
  .simple-page h2 span {
    display: inline;
  }
}
.simple-page h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}
.simple-page a {
  color: rgb(23, 89, 130);
  text-decoration: underline;
}
.simple-page dl {
  line-height: 1.5;
}
.simple-page dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.simple-page dd {
  margin-bottom: 20px;
}
.simple-page .tokushoho,
.simple-page .privacy-poricy {
  padding: 0 20px 40px;
  font-size: 1.1rem;
}
.simple-page .tokushoho ul,
.simple-page .privacy-poricy ul {
  margin: 0 0 16px 40px;
}
.simple-page .tokushoho li,
.simple-page .privacy-poricy li {
  list-style-type: disc;
  font-size: 1.1rem;
  margin: 0;
}
.simple-page .tokushoho li > ul,
.simple-page .privacy-poricy li > ul {
  margin: 10px 0 40px 26px;
}
.simple-page .tokushoho section,
.simple-page .privacy-poricy section {
  margin-bottom: 38px;
}
.simple-page .tokushoho .text-sub,
.simple-page .privacy-poricy .text-sub {
  font-size: 1rem;
}
.price {
  margin-top: max(min(10.6666666667vw, 80px), 5.5555555556vw);
  margin-bottom: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.price__contents {
  width: max(min(100vw, 750px), 52.0833333333vw);
  background-color: #fff;
  border-radius: 60px;
  padding: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  max-width: max(min(192vw, 1440px), 100vw);
  margin: 0 auto;
  position: relative;
}
.price__inner {
  border: dotted 6px #0053ba;
  border-radius: 50px;
  padding: max(min(16vw, 120px), 8.3333333333vw) max(min(4vw, 30px), 2.0833333333vw) max(min(10.6666666667vw, 80px), 5.5555555556vw);
}
.price__company {
  width: max(min(37.6vw, 282px), 19.5833333333vw);
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-weight: bold;
  text-align: center;
  margin: 0 auto max(min(4vw, 30px), 2.0833333333vw);
}
.price__company .img-logo {
  width: 100%;
  height: auto;
}
.price .cta {
  width: 100%;
}
.price .cta__price-current {
  position: relative;
  margin-bottom: 0;
  padding-bottom: max(min(4vw, 30px), 2.0833333333vw);
}
.price .cta .cta__price-tax {
  position: absolute;
  bottom: max(min(1.3333333333vw, 10px), 0.6944444444vw);
  right: 0;
}
.price .cta__note {
  text-align: center;
}
.price__ctaAnchor {
  width: 100%;
  height: max(min(31.8666666667vw, 239px), 16.5972222222vw);
  position: relative;
  margin-top: max(min(4vw, 30px), 2.0833333333vw);
}
.price__ctaAnchor-note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: max(min(3.4666666667vw, 26px), 1.8055555556vw);
  text-align: center;
}
.price__ctaAnchorText {
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
.price .ctaAnchor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(min(8vw, 60px), 4.1666666667vw);
}
.price .bg-title-price {
  position: absolute;
  top: max(min(-5.3333333333%, -40px), -2.7777777778%);
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg-title-price.png") no-repeat center center/max(min(50.9333333333vw, 382px), 26.5277777778vw) max(min(29.3333333333vw, 220px), 15.2777777778vw);
  color: #fff;
  margin: 0 auto max(min(5.3333333333vw, 40px), 2.7777777778vw);
}
.price__title {
  position: absolute;
  width: 100%;
  top: max(min(7.7333333333vw, 58px), 4.0277777778vw);
  left: 0;
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  font-weight: 700;
  margin-right: max(min(2.1333333333vw, 16px), 1.1111111111vw);
  text-align: center;
}
.price__title-sub {
  position: absolute;
  bottom: max(min(2.9333333333vw, 22px), 1.5277777778vw);
  right: max(min(9.0666666667vw, 68px), 4.7222222222vw);
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  font-weight: normal;
}
.price .yattoku-face {
  position: absolute;
  left: max(min(42.6666666667vw, 320px), 22.2222222222vw);
  bottom: max(min(18.6666666667vw, 140px), 9.7222222222vw);
  width: max(min(16vw, 120px), 8.3333333333vw);
  height: auto;
}
.price__description {
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  font-weight: bold;
  margin-bottom: max(min(8vw, 60px), 4.1666666667vw);
}
.price__description span {
  font-size: max(min(4.6666666667vw, 35px), 2.4305555556vw);
}
.price__text {
  margin-bottom: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  line-height: 1.8;
}
.price__benefits {
  position: relative;
  width: max(min(86.4vw, 648px), 45vw);
  height: max(min(65.0666666667vw, 488px), 33.8888888889vw);
  margin: max(min(10.6666666667vw, 80px), 5.5555555556vw) auto max(min(29.3333333333vw, 220px), 15.2777777778vw);
}
.price__benefits .bg-price1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.price__benefits .bg-price2 {
  position: absolute;
  bottom: max(min(1.3333333333vw, 10px), 0.6944444444vw);
  left: 0;
}
.price__benefits .bg-price3 {
  position: absolute;
  bottom: 0;
  right: max(min(0.8vw, 6px), 0.4166666667vw);
}
.result {
  padding: max(min(5.3333333333vw, 40px), 2.7777777778vw) 0;
}
.result__contents {
  position: relative;
  width: max(min(84.8vw, 636px), 44.1666666667vw);
  height: max(min(83.8666666667vw, 629px), 43.6805555556vw);
  margin: 0 auto;
}
.result__stamp {
  position: absolute;
  z-index: 2;
  top: max(min(8vw, 60px), 4.1666666667vw);
  right: max(min(6.4vw, 48px), 3.3333333333vw);
  width: max(min(17.3333333333vw, 130px), 9.0277777778vw);
  height: max(min(17.3333333333vw, 130px), 9.0277777778vw);
}
.result__board {
  width: 100%;
  height: auto;
}
.intro {
  background-color: #ffffff;
  background-image: url("../img/bg-hero2.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: max(min(6.6666666667vw, 50px), 3.4722222222vw) max(min(2.6666666667vw, 20px), 1.3888888889vw) max(min(8vw, 60px), 4.1666666667vw);
  text-align: center;
}
.intro__inner {
  max-width: 750px;
  margin: 0 auto;
}
.intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(min(3.2vw, 24px), 1.6666666667vw);
}
.intro__character {
  max-width: max(min(29.3333333333vw, 220px), 15.2777777778vw);
  height: auto;
}
.intro__balloons {
  display: flex;
  flex-direction: column;
  gap: max(min(2.1333333333vw, 16px), 1.1111111111vw);
}
.intro__balloon {
  max-width: 85%;
  height: auto;
}
.solution {
  background-image: url("../img/bg-features-top.png"), url("../img/bg-features-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: max(min(192vw, 1440px), 100vw) auto, max(min(192vw, 1440px), 100vw) auto;
  padding: 80px 16px;
  text-align: center;
}
.solution__inner {
  max-width: 750px;
  margin: 0 auto;
}
.solution__logo {
  height: max(min(6.6666666667vw, 50px), 3.4722222222vw);
  width: auto;
  display: inline-block;
  margin: 0 8px;
}
.solution__character {
  max-width: max(min(20vw, 150px), 10.4166666667vw);
  margin: 32px auto 0;
}
.features {
  background-image: url("../img/bg-features-top.png"), url("../img/bg-features-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: max(min(192vw, 1440px), 100vw) max(min(11.4666666667vw, 86px), 5.9722222222vw), max(min(192vw, 1440px), 100vw) max(min(11.3333333333vw, 85px), 5.9027777778vw);
  text-align: center;
  padding: max(min(11.4666666667vw, 86px), 5.9722222222vw) 0 max(min(11.3333333333vw, 85px), 5.9027777778vw);
  overflow: hidden;
}
.features__contents {
  position: relative;
  background-color: #fab718;
  text-align: center;
}
.features__inner {
  position: relative;
  width: max(min(100vw, 750px), 52.0833333333vw);
  margin: 0 auto;
  padding: max(min(6.6666666667vw, 50px), 3.4722222222vw) 0 max(min(14.6666666667vw, 110px), 7.6388888889vw);
}
.features__stepsRight1 {
  position: absolute;
  right: 0;
  top: max(min(32vw, 240px), 16.6666666667vw);
}
.features__stepsRight1.is-animated .features__footprints {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.features__stepsLeft1 {
  position: absolute;
  left: 0;
  top: max(min(-7.7333333333vw, -58px), -4.0277777778vw);
}
.features__stepsLeft1.is-animated .features__footprints {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.features__stepsLeft2 {
  position: absolute;
  left: 0;
  bottom: max(min(26.6666666667vw, 200px), 13.8888888889vw);
}
.features__stepsLeft2.is-animated .features__footprints {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.features__footprints {
  opacity: 0;
  transition: opacity 0.2s ease, clip-path 0.5s ease;
}
.features__footprints.img-steps-left1, .features__footprints.features__stepsLeft1 {
  clip-path: inset(0 0 100% 0);
}
.features__footprints.img-steps-right1, .features__footprints.features__stepsRight1 {
  clip-path: inset(100% 0 0 0);
}
.features__footprints.img-steps-left2, .features__footprints.features__stepsLeft2 {
  clip-path: inset(100% 0 0 0);
}
.features__lead {
  font-size: max(min(4.8vw, 36px), 2.5vw);
  font-weight: bold;
  line-height: 1.8;
}
.features__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.features__item {
  font-size: max(min(4.8vw, 36px), 2.5vw);
  font-weight: 700;
}
.features__text {
  font-size: max(min(4.8vw, 36px), 2.5vw);
  line-height: 1.6;
  font-weight: 700;
}
.features__text .img-logo {
  display: inline-block;
  vertical-align: text-bottom;
  width: max(min(24.9333333333vw, 187px), 12.9861111111vw);
  height: max(min(7.0666666667vw, 53px), 3.6805555556vw);
}
.features__text--large {
  font-size: max(min(7.7333333333vw, 58px), 4.0277777778vw);
  margin-bottom: max(min(3.4666666667vw, 26px), 1.8055555556vw);
  line-height: 1.4;
}
.features__text--large .img-logo {
  display: inline-block;
  vertical-align: text-bottom;
  width: max(min(46.8vw, 351px), 24.375vw);
  height: max(min(13.3333333333vw, 100px), 6.9444444444vw);
}
.features__text--sprit {
  margin-top: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.features__highlight {
  margin-bottom: 32px;
}
.features__board {
  max-width: 100%;
  height: auto;
}
.features__emphasis {
  font-size: max(min(8vw, 60px), 4.1666666667vw);
  font-weight: 700;
  color: #000000;
  margin: max(min(6.6666666667vw, 50px), 3.4722222222vw) auto max(min(3.2vw, 24px), 1.6666666667vw);
}
.features__emphasis--sub {
  font-size: max(min(6.4vw, 48px), 3.3333333333vw);
  margin: max(min(1.8666666667vw, 14px), 0.9722222222vw) auto max(min(9.0666666667vw, 68px), 4.7222222222vw);
}
.features__description {
  font-size: max(min(4.5333333333vw, 34px), 2.3611111111vw);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 32px;
}
.features__character {
  max-width: max(min(20vw, 150px), 10.4166666667vw);
  margin: 0 auto 16px;
}
.features__yattoku3 {
  position: relative;
  width: max(min(54.9333333333vw, 412px), 28.6111111111vw);
  height: max(min(31.2vw, 234px), 16.25vw);
  margin: 0 max(min(8vw, 60px), 4.1666666667vw) max(min(4vw, 30px), 2.0833333333vw) auto;
}
.features__yattoku3 .figure-yattoku3 {
  position: absolute;
  left: 0;
}
.features__character-text {
  position: absolute;
  top: 0;
  right: 0;
}
.service {
  background-image: url("../img/bg-service-top.png"), url("../img/bg-service-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: max(min(192vw, 1440px), 100vw) max(min(10vw, 75px), 5.2083333333vw), max(min(192vw, 1440px), 100vw) max(min(9.6vw, 72px), 5vw);
  text-align: center;
  transform: translateY(max(min(-2.4%, -18px), -1.25%));
  padding: max(min(10vw, 75px), 5.2083333333vw) 0 max(min(9.6vw, 72px), 5vw);
  overflow: hidden;
}
.service__contents {
  background-color: #d8eef7;
}
.service__inner {
  width: max(min(100vw, 750px), 52.0833333333vw);
  margin: 0 auto;
  padding: max(min(8vw, 60px), 4.1666666667vw) 0 max(min(6.6666666667vw, 50px), 3.4722222222vw);
}
.service__items {
  position: relative;
  height: max(min(153.3333333333vw, 1150px), 79.8611111111vw);
}
.service .bg-title-service {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-title-service.png") no-repeat center center/max(min(50.9333333333vw, 382px), 26.5277777778vw) max(min(29.4666666667vw, 221px), 15.3472222222vw);
  color: #fff;
  margin: 0 auto max(min(5.3333333333vw, 40px), 2.7777777778vw);
}
.service__title {
  position: absolute;
  width: 100%;
  top: max(min(7.7333333333vw, 58px), 4.0277777778vw);
  left: 0;
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  font-weight: 700;
  margin-right: max(min(2.1333333333vw, 16px), 1.1111111111vw);
}
.service__title-sub {
  position: absolute;
  bottom: max(min(3.2vw, 24px), 1.6666666667vw);
  right: max(min(8vw, 60px), 4.1666666667vw);
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  font-weight: normal;
}
.service .yattoku-face {
  position: absolute;
  left: max(min(42.6666666667vw, 320px), 22.2222222222vw);
  bottom: max(min(18.6666666667vw, 140px), 9.7222222222vw);
  width: max(min(16vw, 120px), 8.3333333333vw);
  height: auto;
}
.service .bg-service1 {
  margin: 0 auto;
  background: url("../img/bg-service1.png") no-repeat center center/max(min(97.8666666667vw, 734px), 50.9722222222vw) max(min(54.9333333333vw, 412px), 28.6111111111vw);
}
.service .bg-service2 {
  margin: 0 auto;
  background: url("../img/bg-service2.png") no-repeat center center/max(min(103.8666666667vw, 779px), 54.0972222222vw) max(min(58.1333333333vw, 436px), 30.2777777778vw);
}
.service .bg-service3 {
  margin: 0 auto;
  background: url("../img/bg-service3.png") no-repeat center center/max(min(97.2vw, 729px), 50.625vw) max(min(55.4666666667vw, 416px), 28.8888888889vw);
}
.service__item {
  position: relative;
}
.service__item--step1 {
  position: absolute;
  top: 0;
  left: max(min(-13.3333333333%, -100px), -6.9444444444%);
  padding: max(min(4vw, 30px), 2.0833333333vw) 0 max(min(8vw, 60px), 4.1666666667vw);
  z-index: 1;
}
.service__item--step2 {
  position: absolute;
  top: max(min(45.3333333333vw, 340px), 23.6111111111vw);
  right: max(min(-22.6666666667%, -170px), -11.8055555556%);
  padding: max(min(12vw, 90px), 6.25vw) 0 0 0;
  z-index: 2;
}
.service__item--step2 .service__item-detail {
  margin: 0 0 0 max(min(6.6666666667vw, 50px), 3.4722222222vw);
}
.service__item--step3 {
  position: absolute;
  bottom: 0;
  left: max(min(-26.6666666667%, -200px), -13.8888888889%);
  padding: max(min(9.3333333333vw, 70px), 4.8611111111vw) 0 max(min(2.6666666667vw, 20px), 1.3888888889vw) max(min(8vw, 60px), 4.1666666667vw);
  z-index: 3;
}
.service__item-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(min(1.6vw, 12px), 0.8333333333vw);
  margin-bottom: max(min(3.7333333333vw, 28px), 1.9444444444vw);
}
.service__item-title {
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  white-space: nowrap;
}
.service__item-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  margin: 0 0 0 max(min(10.6666666667vw, 80px), 5.5555555556vw);
}
.service__item-detail:first-of-type {
  margin-bottom: max(min(1.8666666667vw, 14px), 0.9722222222vw);
}
.service__item-detail.multi-line {
  align-items: flex-start;
}
.service__item-detail dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  background: url("../img/bg-service-step-detail.png") no-repeat center center/max(min(17.8666666667vw, 134px), 9.3055555556vw) max(min(8.6666666667vw, 65px), 4.5138888889vw);
  width: max(min(17.8666666667vw, 134px), 9.3055555556vw);
  height: max(min(8.6666666667vw, 65px), 4.5138888889vw);
}
.service__item-detail dd {
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  text-align: left;
  line-height: 1.4;
}
.service__result-text {
  padding: 0 max(min(7.3333333333vw, 55px), 3.8194444444vw);
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  font-weight: 500;
  text-align: left;
}
.service__intro {
  margin-bottom: 80px;
}
.service__board {
  max-width: 100%;
  margin-bottom: 32px;
}
.service__details {
  margin-bottom: max(min(4.5333333333vw, 34px), 2.3611111111vw);
}
.service__title-img {
  max-width: max(min(40vw, 300px), 20.8333333333vw);
  margin: 0 auto 48px;
}
.service__item-bg {
  max-width: 100%;
  width: 100%;
}
.service__flow {
  width: max(min(100vw, 750px), 52.0833333333vw);
}
.service__flow .bg-service-pc1 {
  background: url("../img/bg-service-pc1.png") no-repeat center center/max(min(98.8vw, 741px), 51.4583333333vw) max(min(60.9333333333vw, 457px), 31.7361111111vw);
}
.service__flow .bg-service-pc2 {
  background: url("../images/bg-service-pc2.png") no-repeat center center/max(min(77.8666666667vw, 584px), 40.5555555556vw) max(min(63.6vw, 477px), 33.125vw);
}
.service__flow .bg-service-mobile {
  background: url("../images/bg-service-mobile.png") no-repeat center center/max(min(77.8666666667vw, 584px), 40.5555555556vw) max(min(63.6vw, 477px), 33.125vw);
}
.service__flow .bg-service-step {
  background: url("../img/bg-service-step.png") no-repeat center center/max(min(77.8666666667vw, 584px), 40.5555555556vw) max(min(63.6vw, 477px), 33.125vw);
}
.service__flow-title {
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  font-weight: 700;
  line-height: 1.8;
  color: #000000;
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
}
.service__flow-title span {
  color: #f26510;
}
.service__flow-diagram {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: max(min(7.2vw, 54px), 3.75vw);
  height: max(min(236vw, 1770px), 122.9166666667vw);
}
.service__flow-step {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__flow-step-action {
  font-size: max(min(4.8vw, 36px), 2.5vw);
  font-weight: 700;
  color: #f26510;
  z-index: 3;
}
.service__flow-step-text {
  font-size: max(min(4.8vw, 36px), 2.5vw);
  font-weight: 700;
  z-index: 3;
  text-align: left;
}
.service__flow-step--1 {
  top: 0;
  left: max(min(-32%, -240px), -16.6666666667%);
}
.service__flow-step--1 .img-service-pc1 {
  position: absolute;
  top: max(min(6.4vw, 48px), 3.3333333333vw);
  left: max(min(25.3333333333vw, 190px), 13.1944444444vw);
}
.service__flow-step--1 .service__flow-step-action {
  position: absolute;
  top: max(min(24vw, 180px), 12.5vw);
  right: max(min(9.3333333333vw, 70px), 4.8611111111vw);
}
.service__flow-step--1 .service__flow-step-text {
  position: absolute;
  bottom: max(min(8vw, 60px), 4.1666666667vw);
  left: max(min(26.6666666667vw, 200px), 13.8888888889vw);
}
.service__flow-step--2 {
  top: max(min(48vw, 360px), 25vw);
  right: max(min(-13.3333333333%, -100px), -6.9444444444%);
}
.service__flow-step--2 .img-service-pc2 {
  position: absolute;
  top: max(min(9.3333333333vw, 70px), 4.8611111111vw);
  left: max(min(10.6666666667vw, 80px), 5.5555555556vw);
}
.service__flow-step--2 .service__flow-step-action {
  position: absolute;
  bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  right: max(min(18.6666666667vw, 140px), 9.7222222222vw);
}
.service__flow-step--3 {
  top: max(min(85.3333333333vw, 640px), 44.4444444444vw);
  left: max(min(-10.6666666667%, -80px), -5.5555555556%);
}
.service__flow-step--3 .img-service-mobile {
  position: absolute;
  top: max(min(10.6666666667vw, 80px), 5.5555555556vw);
  left: max(min(16vw, 120px), 8.3333333333vw);
}
.service__flow-step--3 .service__flow-step-text {
  position: absolute;
  top: max(min(26.6666666667vw, 200px), 13.8888888889vw);
  right: max(min(-24%, -180px), -12.5%);
}
.service__flow-step--4 {
  top: max(min(128vw, 960px), 66.6666666667vw);
  right: max(min(-16%, -120px), -8.3333333333%);
}
.service__flow-step--4 .service__flow-step-text {
  position: absolute;
  top: max(min(27.7333333333vw, 208px), 14.4444444444vw);
  left: max(min(-66.6666666667%, -500px), -34.7222222222%);
}
.service__flow-arrow1 {
  position: absolute;
  top: max(min(34.6666666667vw, 260px), 18.0555555556vw);
  right: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  z-index: 1;
}
.img-service-mobile,
.img-service-pc2 {
  z-index: 2;
}
.service__flow-arrow2 {
  position: absolute;
  top: max(min(29.8666666667vw, 224px), 15.5555555556vw);
  left: max(min(-57.3333333333%, -430px), -29.8611111111%);
  z-index: 1;
}
.service__flow-arrow3 {
  position: absolute;
  bottom: max(min(-18.6666666667%, -140px), -9.7222222222%);
  left: max(min(23.4666666667vw, 176px), 12.2222222222vw);
  z-index: 3;
  transform: rotate(-10deg);
}
.service__result-img {
  max-width: 100%;
  margin-bottom: 32px;
}
.service__character {
  position: absolute;
  bottom: 0;
  left: max(min(8vw, 60px), 4.1666666667vw);
  width: max(min(86.1333333333vw, 646px), 44.8611111111vw);
  height: max(min(49.0666666667vw, 368px), 25.5555555556vw);
}
.service__character .yattoku4-ballon1 {
  position: absolute;
  top: 0;
  left: 0;
}
.service__character .figure-yattoku4 {
  position: absolute;
  bottom: 0;
  right: max(min(0vw, 0px), 0vw);
}
.service__pricing-title {
  max-width: max(min(40vw, 300px), 20.8333333333vw);
  margin: 0 auto 48px;
}
.service__price-box {
  background-color: #ffffff;
  border: 3px solid #0052cc;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 32px;
}
.service__price-logo {
  height: max(min(6.6666666667vw, 50px), 3.4722222222vw);
  margin: 0 auto 16px;
}
.service__benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service__benefit-img {
  max-width: 100%;
}
.subscription {
  position: relative;
}
.subscription .yattoku5-text1 {
  position: absolute;
  top: max(min(-38.6666666667%, -290px), -20.1388888889%);
  left: 50%;
  transform: translateX(-50%);
}
.subscription .subscription__yattoku5Wrap {
  position: absolute;
  top: max(min(-28.5333333333%, -214px), -14.8611111111%);
  left: 50%;
  margin-left: max(min(-31.4666666667%, -236px), -16.3888888889%);
  width: max(min(26.9333333333vw, 202px), 14.0277777778vw);
  height: max(min(9.8666666667vw, 74px), 5.1388888889vw);
}
.subscription__inner {
  border: solid 6px #0053ba;
  background-color: #e2f3fa;
  border-radius: 50px;
  padding: max(min(5.8666666667vw, 44px), 3.0555555556vw);
}
.subscription__box {
  margin-bottom: 32px;
}
.subscription__title {
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
}
.subscription__icons {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: max(min(8vw, 60px), 4.1666666667vw);
}
.subscription__description {
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  line-height: 1.5;
  color: #000000;
}
.subscription__character {
  max-width: max(min(20vw, 150px), 10.4166666667vw);
  margin: 0 auto;
}
.notice {
  position: relative;
  background-color: #fbdfa1;
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  padding: max(min(2.6666666667vw, 20px), 1.3888888889vw) 0;
  overflow: hidden;
}
.notice::before {
  content: "";
  display: block;
  position: absolute;
  top: max(min(1.8666666667vw, 14px), 0.9722222222vw);
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/img-flow-hr.png") no-repeat center center/max(min(192vw, 1440px), 100vw) max(min(1.4666666667vw, 11px), 0.7638888889vw);
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(1.4666666667vw, 11px), 0.7638888889vw);
}
.notice::after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(min(1.8666666667vw, 14px), 0.9722222222vw);
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/img-flow-hr.png") no-repeat center center/max(min(192vw, 1440px), 100vw) max(min(1.4666666667vw, 11px), 0.7638888889vw);
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(1.4666666667vw, 11px), 0.7638888889vw);
}
.notice__inner {
  width: max(min(100vw, 750px), 52.0833333333vw);
  padding: max(min(9.6vw, 72px), 5vw) max(min(5.8666666667vw, 44px), 3.0555555556vw) max(min(0.5333333333vw, 4px), 0.2777777778vw);
  margin: 0 auto;
}
.notice__title {
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  font-weight: 700;
  margin-bottom: max(min(5.6vw, 42px), 2.9166666667vw);
}
.notice__list {
  list-style: none;
  padding: 0;
  text-align: left;
}
.notice__item {
  padding-left: max(min(4vw, 30px), 2.0833333333vw);
  position: relative;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  line-height: 1.6;
  margin-bottom: max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.notice__item::before {
  content: "・";
  font-weight: bold;
  display: block;
  position: absolute;
  top: max(min(2.9333333333vw, 22px), 1.5277777778vw);
  transform: translateY(-50%);
  left: 0;
}
.notice__character {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.line-cta {
  position: relative;
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  padding: max(min(10vw, 75px), 5.2083333333vw) 0 max(min(11.3333333333vw, 85px), 5.9027777778vw);
  overflow: hidden;
}
.line-cta::before {
  content: "";
  display: block;
  position: absolute;
  top: max(min(1.8666666667vw, 14px), 0.9722222222vw);
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg-register-top.png") no-repeat center center/max(min(192vw, 1440px), 100vw) max(min(10vw, 75px), 5.2083333333vw);
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(10vw, 75px), 5.2083333333vw);
}
.line-cta::after {
  content: "";
  display: block;
  position: absolute;
  bottom: max(min(1.8666666667vw, 14px), 0.9722222222vw);
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/bg-register-bottom.png") no-repeat center center/max(min(192vw, 1440px), 100vw) max(min(11.3333333333vw, 85px), 5.9027777778vw);
  width: max(min(192vw, 1440px), 100vw);
  height: max(min(11.3333333333vw, 85px), 5.9027777778vw);
}
.line-cta__inner {
  background-color: #d8eef7;
  margin: 0 auto;
  padding: max(min(5.6vw, 42px), 2.9166666667vw) 0 max(min(3.4666666667vw, 26px), 1.8055555556vw);
}
.line-cta__title {
  font-size: max(min(5.0666666667vw, 38px), 2.6388888889vw);
  text-align: center;
  font-weight: bold;
}
.line-cta__text {
  font-size: max(min(3.7333333333vw, 28px), 1.9444444444vw);
  text-align: center;
  margin: max(min(3.2vw, 24px), 1.6666666667vw) 0 max(min(6.4vw, 48px), 3.3333333333vw);
}
.line-cta__screens {
  position: relative;
  width: max(min(85.3333333333vw, 640px), 44.4444444444vw);
  height: max(min(101.0666666667vw, 758px), 52.6388888889vw);
  margin: 0 auto;
}
.line-cta__screens .img-yattoku-screen1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.line-cta__screens .img-yattoku-screen2 {
  position: absolute;
  top: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  right: 0;
}
.line-cta__yattoku {
  position: absolute;
  bottom: max(min(1.3333333333vw, 10px), 0.6944444444vw);
  left: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  width: max(min(49.8666666667vw, 374px), 25.9722222222vw);
  height: max(min(37.6vw, 282px), 19.5833333333vw);
  z-index: 2;
}
.line-cta__yattoku .figure-yattoku8 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.line-cta__yattoku .yattoku8-ballon1 {
  position: absolute;
  left: 0;
  top: max(min(3.2vw, 24px), 1.6666666667vw);
}
.line-cta .ctaWrapper {
  margin-bottom: max(min(5.3333333333vw, 40px), 2.7777777778vw);
}
.line-cta__lead {
  position: relative;
  width: max(min(87.4666666667vw, 656px), 45.5555555556vw);
  height: max(min(29.3333333333vw, 220px), 15.2777777778vw);
  margin: 0 auto max(min(1.6vw, 12px), 0.8333333333vw);
}
.line-cta__lead .figure-yattoku7 {
  position: absolute;
  left: max(min(1.0666666667vw, 8px), 0.5555555556vw);
  top: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.line-cta__lead .yattoku7-ballon1 {
  position: absolute;
  right: 0;
  top: 0;
}
.line-cta__screen {
  max-width: 45%;
}
.line-cta__character {
  max-width: max(min(20vw, 150px), 10.4166666667vw);
  margin: 0 auto 16px;
}
.line-cta__balloon {
  max-width: max(min(26.6666666667vw, 200px), 13.8888888889vw);
  margin: 0 auto;
}
.faq {
  position: relative;
  margin-bottom: max(min(6.4vw, 48px), 3.3333333333vw);
  padding: max(min(6.6666666667vw, 50px), 3.4722222222vw) max(min(2vw, 15px), 1.0416666667vw) 0;
}
.faq .bg-title-qa {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  background: url("../img/bg-title-qa.png") no-repeat center/max(min(35.2vw, 264px), 18.3333333333vw) max(min(20.1333333333vw, 151px), 10.4861111111vw);
}
.faq__inner {
  border: solid 2px #fab718;
  border-radius: 30px;
  background-color: #fff;
  width: max(min(93.3333333333vw, 700px), 48.6111111111vw);
  margin: 0 auto;
  padding: max(min(15.3333333333vw, 115px), 7.9861111111vw) max(min(4vw, 30px), 2.0833333333vw) max(min(8vw, 60px), 4.1666666667vw);
}
.faq__title-img {
  max-width: max(min(40vw, 300px), 20.8333333333vw);
  margin: 0 auto 64px;
}
.faq__list {
  text-align: left;
}
.faq__item {
  position: relative;
  margin-bottom: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.faq__question {
  display: flex;
  align-items: center;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  display: flex;
  gap: 8px;
  cursor: pointer;
  position: relative;
  padding: 0 max(min(4vw, 30px), 2.0833333333vw) max(min(1.0666666667vw, 8px), 0.5555555556vw) 0;
  transition: all 0.3s ease;
}
.faq__question::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/img-qa-hr.png") no-repeat center center/max(min(85.2vw, 639px), 44.375vw) max(min(0.6666666667vw, 5px), 0.3472222222vw);
  width: max(min(85.2vw, 639px), 44.375vw);
  height: max(min(0.6666666667vw, 5px), 0.3472222222vw);
}
.faq__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: url("../img/icon-tri-qa.png") no-repeat center center/max(min(3.0666666667vw, 23px), 1.5972222222vw) max(min(2.4vw, 18px), 1.25vw);
  width: max(min(3.0666666667vw, 23px), 1.5972222222vw);
  height: max(min(2.4vw, 18px), 1.25vw);
}
.is-open .faq__question::after {
  background: url("../img/icon-tri.png") no-repeat center center/max(min(3.0666666667vw, 23px), 1.5972222222vw) max(min(2.4vw, 18px), 1.25vw);
}
.faq__q {
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.faq__answer {
  background-color: #fff3d7;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  line-height: 1.5;
  color: #000000;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: all 0.3s ease;
}
.is-open .faq__answer {
  max-height: max(min(66.6666666667vw, 500px), 34.7222222222vw);
  opacity: 1;
  margin-top: max(min(2vw, 15px), 1.0416666667vw);
}
.faq__answer-inner {
  display: flex;
  gap: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  padding: max(min(2.6666666667vw, 20px), 1.3888888889vw) max(min(3.2vw, 24px), 1.6666666667vw);
}
.faq__a {
  color: #f26510;
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.contact {
  margin-bottom: max(min(12.2666666667vw, 92px), 6.3888888889vw);
}
.contact br {
  display: none;
}
.contact .hidden-fields-container {
  visibility: hidden;
}
.contact .screen-reader-response,
.contact .wpcf7-response-output {
  display: none;
}
.contact .wpcf7-not-valid-tip {
  margin-top: max(min(1.0666666667vw, 8px), 0.5555555556vw);
  font-size: max(min(3.7333333333vw, 28px), 1.9444444444vw);
  color: #f21010;
  display: block;
}
.contact {
  position: relative;
  padding-top: max(min(9.3333333333vw, 70px), 4.8611111111vw);
}
.contact .bg-title-contact {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  color: #fff;
  background: url("../img/bg-title-contact.png") center/max(min(35.2vw, 264px), 18.3333333333vw) max(min(20.1333333333vw, 151px), 10.4861111111vw);
  text-align: center;
}
.contact__label-text {
  display: flex;
  align-items: center;
  margin-top: max(min(6.6666666667vw, 50px), 3.4722222222vw);
  margin-bottom: max(min(1.6vw, 12px), 0.8333333333vw);
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
.contact .required {
  margin-left: max(min(1.6vw, 12px), 0.8333333333vw);
  padding: max(min(0.6666666667vw, 5px), 0.3472222222vw) max(min(1.6vw, 12px), 0.8333333333vw) max(min(0.8vw, 6px), 0.4166666667vw);
  border-radius: 4px;
  background-color: #f26510;
  font-size: max(min(2.4vw, 18px), 1.25vw);
  color: #fff;
}
.contact input[type=text],
.contact input[type=tel],
.contact input[type=email],
.contact input[type=url],
.contact textarea,
.contact select {
  width: 100%;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
.contact p {
  margin-bottom: 0;
}
.contact input[type=text],
.contact input[type=tel],
.contact input[type=email],
.contact input[type=url],
.contact select {
  height: max(min(10.6666666667vw, 80px), 5.5555555556vw);
  border: 1px solid #8dbacc;
  padding: 0 max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.contact input[type=text]::placeholder,
.contact input[type=tel]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=url]::placeholder,
.contact select::placeholder {
  color: #c7c7c7;
}
.contact select {
  appearance: none;
  color: #000 !important;
  background: url("../img/icon-tri-contact.png") no-repeat 97% center/max(min(3.0666666667vw, 23px), 1.5972222222vw) max(min(2.4vw, 18px), 1.25vw);
  background-color: #fff;
}
.contact select:invalid {
  color: #c7c7c7 !important;
}
.contact select option {
  color: #000 !important;
}
.contact textarea {
  min-height: max(min(42.9333333333vw, 322px), 22.3611111111vw);
  border: 1px solid #8dbacc;
  margin-bottom: max(min(6.6666666667vw, 50px), 3.4722222222vw);
  padding: max(min(1.8666666667vw, 14px), 0.9722222222vw) max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.contact__consent {
  position: relative;
  display: block;
  margin-bottom: max(min(9.3333333333vw, 70px), 4.8611111111vw);
  padding: max(min(5.3333333333vw, 40px), 2.7777777778vw) max(min(5.3333333333vw, 40px), 2.7777777778vw) max(min(5.3333333333vw, 40px), 2.7777777778vw) max(min(12vw, 90px), 6.25vw);
  background-color: #fff;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
.contact__consent input[type=checkbox] {
  position: absolute;
  top: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  left: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  width: max(min(4.5333333333vw, 34px), 2.3611111111vw);
  height: max(min(4.5333333333vw, 34px), 2.3611111111vw);
  appearance: none;
  border: solid 1px #2f6d86;
  border-radius: 4px;
}
.contact__consent input[type=checkbox]:checked {
  background: url("../img/icon-checked.png") no-repeat center center/max(min(3.6vw, 27px), 1.875vw) max(min(2.1333333333vw, 16px), 1.1111111111vw);
}
.contact__consent a {
  color: #f26510;
}
.contact .btn-submit {
  appearance: none;
  display: block;
  color: #fff;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  font-weight: bold;
  border: none;
  margin: 0 auto;
  background: url("../img/bg-btn-submit.png") no-repeat center center/max(min(38.5333333333vw, 289px), 20.0694444444vw) max(min(12.4vw, 93px), 6.4583333333vw);
}
.contact .btn-submit:disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
.contact__inner {
  width: max(min(93.3333333333vw, 700px), 48.6111111111vw);
  margin: 0 auto;
  padding: 0 max(min(4vw, 30px), 2.0833333333vw) max(min(9.3333333333vw, 70px), 4.8611111111vw);
  background-color: #d8eef7;
  border-radius: max(min(4vw, 30px), 2.0833333333vw);
  border: solid 2px #8dbacc;
}
.contact__title-img {
  max-width: max(min(40vw, 300px), 20.8333333333vw);
  margin: 0 auto 64px;
}
.contact__form-wrapper {
  padding: max(min(10.6666666667vw, 80px), 5.5555555556vw) 0 0;
  width: 100%;
}
.footer {
  background-image: url("../img/bg-footer.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: max(min(192vw, 1440px), 100vw) max(min(6.1333333333vw, 46px), 3.1944444444vw);
  text-align: center;
  padding-top: max(min(6.1333333333vw, 46px), 3.1944444444vw);
}
.footer .figure-yattoku3 {
  width: max(min(11.3333333333vw, 85px), 5.9027777778vw);
  height: max(min(14.6666666667vw, 110px), 7.6388888889vw);
  margin: 0 auto max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.footer__inner {
  padding: max(min(2.6666666667vw, 20px), 1.3888888889vw) 0 max(min(24.8vw, 186px), 12.9166666667vw);
  background-color: #FFB84D;
  margin: 0 auto;
}
.footer__logo {
  max-width: max(min(26.6666666667vw, 200px), 13.8888888889vw);
  margin: 0 auto max(min(4vw, 30px), 2.0833333333vw);
}
.footer__link {
  font-size: max(min(3.4666666667vw, 26px), 1.8055555556vw);
  color: #000000;
  margin-bottom: max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  display: flex;
  width: max(min(100vw, 750px), 52.0833333333vw);
  z-index: 1000;
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.fixed-cta.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.fixed-cta .fixed-cta__apply {
  background-image: url("../img/bg-btn-fixed-to-apply-sp.png");
  background-size: max(min(33.3333333333vw, 250px), 17.3611111111vw) max(min(16.8vw, 126px), 8.75vw);
  background-repeat: no-repeat;
  flex: none;
}
.fixed-cta .fixed-cta__applyNote {
  display: none;
}
.fixed-cta .fixed-cta__applyIntro {
  display: block;
  font-size: max(min(2.9333333333vw, 22px), 1.5277777778vw);
  margin-bottom: max(min(0.8vw, 6px), 0.4166666667vw);
}
.fixed-cta .fixed-cta__line {
  background-image: url("../img/bg-btn-fixed-to-line-sp.png");
  background-size: max(min(33.3333333333vw, 250px), 17.3611111111vw) max(min(16.8vw, 126px), 8.75vw);
  background-repeat: no-repeat;
  flex: none;
}
.fixed-cta .fixed-cta__form {
  background-image: url("../img/bg-btn-fixed-to-form-sp.png");
  background-size: max(min(33.3333333333vw, 250px), 17.3611111111vw) max(min(16.8vw, 126px), 8.75vw);
  background-repeat: no-repeat;
  flex: none;
}
.fixed-cta .fixed-cta__formIntro {
  font-size: max(min(2.9333333333vw, 22px), 1.5277777778vw);
  display: inline-block;
  margin: max(min(1.8666666667vw, 14px), 0.9722222222vw) 0 max(min(1.0666666667vw, 8px), 0.5555555556vw);
}
@media (min-width: 1200px) {
  .fixed-cta {
    width: max(min(29.6vw, 222px), 15.4166666667vw);
    left: 100%;
    transform: translate(0, 0);
    bottom: 32px;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
  }
  .fixed-cta.is-visible {
    transform: translate(-100%, 0);
  }
  .fixed-cta .fixed-cta__apply {
    background-image: url("../img/bg-btn-fixed-to-apply.png");
    background-size: max(min(30.2666666667vw, 227px), 15.7638888889vw) max(min(29.4666666667vw, 221px), 15.3472222222vw);
    width: max(min(30.2666666667vw, 227px), 15.7638888889vw);
    height: max(min(29.4666666667vw, 221px), 15.3472222222vw);
    padding-top: max(min(7.2vw, 54px), 3.75vw);
  }
  .fixed-cta .fixed-cta__applyIntro {
    display: none;
    margin-bottom: 0;
  }
  .fixed-cta .fixed-cta__applyNote {
    display: block;
    font-size: max(min(3.2vw, 24px), 1.6666666667vw);
  }
  .fixed-cta .fixed-cta__line {
    background-image: url("../img/bg-btn-fixed-to-line.png");
    background-size: max(min(29.6vw, 222px), 15.4166666667vw) max(min(28.8vw, 216px), 15vw);
    width: max(min(29.6vw, 222px), 15.4166666667vw);
    height: max(min(28.8vw, 216px), 15vw);
  }
  .fixed-cta .fixed-cta__form {
    background-image: url("../img/bg-btn-fixed-to-form.png");
    background-size: max(min(29.6vw, 222px), 15.4166666667vw) max(min(28.8vw, 216px), 15vw);
    width: max(min(29.6vw, 222px), 15.4166666667vw);
    height: max(min(28.8vw, 216px), 15vw);
  }
  .fixed-cta .fixed-cta__formIntro {
    font-size: max(min(4vw, 30px), 2.0833333333vw);
    display: inline-block;
    margin: 0;
  }
}
.fixed-cta a {
  flex: 1;
  padding: max(min(2.4vw, 18px), 1.25vw) max(min(1.6vw, 12px), 0.8333333333vw) 0;
  text-align: center;
  font-weight: 500;
  font-size: max(min(4vw, 30px), 2.0833333333vw);
  line-height: 1.1;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.15s ease;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .fixed-cta a {
    padding: max(min(3.2vw, 24px), 1.6666666667vw) max(min(1.6vw, 12px), 0.8333333333vw) 0;
    padding-top: max(min(5.8666666667vw, 44px), 3.0555555556vw);
    line-height: 1.3;
  }
  .fixed-cta a .br {
    display: inline-block;
  }
}
.fixed-cta a:hover {
  opacity: 0.9;
}
.thanks {
  padding-top: max(min(10.6666666667vw, 80px), 5.5555555556vw);
}
.thanks__contents {
  margin-bottom: max(min(12.2666666667vw, 92px), 6.3888888889vw);
  position: relative;
  padding-top: max(min(10.6666666667vw, 80px), 5.5555555556vw);
}
.thanks__inner {
  width: max(min(93.3333333333vw, 700px), 48.6111111111vw);
  margin: 0 auto;
  padding: 0 max(min(4vw, 30px), 2.0833333333vw) max(min(9.3333333333vw, 70px), 4.8611111111vw);
  background-color: #d8eef7;
  border-radius: max(min(4vw, 30px), 2.0833333333vw);
  border: solid 2px #8dbacc;
}
.thanks .bg-title-contact {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  color: #fff;
  background: url("../img/bg-title-contact.png") center/max(min(35.2vw, 264px), 18.3333333333vw) max(min(20.1333333333vw, 151px), 10.4861111111vw);
  text-align: center;
}
.thanks__label-text {
  display: flex;
  align-items: center;
  margin-top: max(min(13.3333333333vw, 100px), 6.9444444444vw);
  margin-bottom: max(min(1.6vw, 12px), 0.8333333333vw);
  font-size: max(min(4vw, 30px), 2.0833333333vw);
}
.thanks .btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  font-weight: bold;
  margin: 0 auto;
  background: url("../img/bg-btn-submit.png") no-repeat center center/max(min(38.5333333333vw, 289px), 20.0694444444vw) max(min(12.4vw, 93px), 6.4583333333vw);
}
.thanks .figure-thanks-yattoku {
  margin: max(min(5.3333333333vw, 40px), 2.7777777778vw) 0 max(min(3.7333333333vw, 28px), 1.9444444444vw) max(min(8vw, 60px), 4.1666666667vw);
}
.footer__inner--thanks {
  padding: max(min(8vw, 60px), 4.1666666667vw) 0 max(min(24.8vw, 186px), 12.9166666667vw);
}
.login-register {
  width: 100%;
  margin: 0 auto;
}
.login-register__header-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: max(min(5.0666666667vw, 38px), 2.6388888889vw);
}
.login-register__header-wrap .bg-hero2 {
  max-width: none;
}
.login-register__header-contents {
  background-color: #dbecfa;
  width: 100%;
  padding-top: max(min(7.7333333333vw, 58px), 4.0277777778vw);
  padding-bottom: max(min(1.3333333333vw, 10px), 0.6944444444vw);
}
.login-register__header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-title-login-register.png") no-repeat center center/max(min(60.1333333333vw, 451px), 31.3194444444vw) max(min(26vw, 195px), 13.5416666667vw);
  color: #fff;
  margin: 0 auto max(min(5.8666666667vw, 44px), 3.0555555556vw);
  padding: 0 0 max(min(2.1333333333vw, 16px), 1.1111111111vw) 0;
}
.login-register__header .yattoku-face {
  position: absolute;
  left: max(min(52vw, 390px), 27.0833333333vw);
  bottom: max(min(14.6666666667vw, 110px), 7.6388888889vw);
  width: max(min(16vw, 120px), 8.3333333333vw);
  height: auto;
}
.login-register__title {
  font-size: max(min(6.1333333333vw, 46px), 3.1944444444vw);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.login-register__character {
  position: absolute;
  right: max(min(-3.2vw, -24px), -1.6666666667vw);
  top: max(min(-3.2vw, -24px), -1.6666666667vw);
  width: max(min(9.3333333333vw, 70px), 4.8611111111vw);
  height: max(min(9.3333333333vw, 70px), 4.8611111111vw);
  border-radius: 50%;
}
.login-register__intro {
  width: max(min(100vw, 750px), 52.0833333333vw);
  margin: 0 auto;
}
.login-register__intro-text {
  font-size: max(min(4.2666666667vw, 32px), 2.2222222222vw);
  line-height: 1.8;
  color: #000000;
  margin-bottom: max(min(2.6666666667vw, 20px), 1.3888888889vw);
  padding: 0 max(min(3.7333333333vw, 28px), 1.9444444444vw) max(min(2.6666666667vw, 20px), 1.3888888889vw);
}
.login-register__intro-text:last-child {
  margin-bottom: 0;
}
.login-register__intro-text--emphasis {
  font-weight: 700;
  font-size: max(min(5.3333333333vw, 40px), 2.7777777778vw);
  margin-bottom: max(min(4vw, 30px), 2.0833333333vw);
  text-align: center;
}
.login-register__intro-text--note {
  font-size: max(min(3.7333333333vw, 28px), 1.9444444444vw);
  line-height: 1.5;
}
.login-register .contact {
  padding-top: 0;
  position: relative;
}
.login-register .contact__form-wrapper {
  padding-top: 0;
}