*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-inline-start: 0;
  text-decoration: none;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 2.25;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1rem;
}

body {
  position: relative;
  overflow: visible;
  font-size: 1.5rem;
  color: #333333;
}

li {
  list-style-type: none;
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1220px;
}

#achievements .headline,
#worry .headline,
#solution .headline,
#reason .headline,
#voice .headline,
#message .headline,
#faq .headline {
  position: relative;
}
#achievements .headline p,
#worry .headline p,
#solution .headline p,
#reason .headline p,
#voice .headline p,
#message .headline p,
#faq .headline p {
  letter-spacing: 0.2rem;
  color: #4D67A9;
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
#achievements .headline h1,
#worry .headline h1,
#solution .headline h1,
#reason .headline h1,
#voice .headline h1,
#message .headline h1,
#faq .headline h1 {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  margin-bottom: 6rem;
}
#achievements .headline span,
#worry .headline span,
#solution .headline span,
#reason .headline span,
#voice .headline span,
#message .headline span,
#faq .headline span {
  color: #204194;
}
#achievements .headline::after,
#worry .headline::after,
#solution .headline::after,
#reason .headline::after,
#voice .headline::after,
#message .headline::after,
#faq .headline::after {
  content: "";
  width: 15rem;
  background-image: linear-gradient(90deg, #204194 34%, #B3B3B3 34%);
  display: block;
  position: absolute;
  bottom: 0;
  height: 0.4rem;
}

#achievements .content,
#worry .content,
#solution .content,
#reason .content,
#voice .content,
#message .content,
#faq .content {
  padding: 14rem 2rem 12rem;
}

header .content,
#deliver .content,
#fv .content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.cta .arrow {
  position: relative;
}
.cta .arrow::after {
  content: "";
  display: block;
  border: solid transparent;
  border-width: 1rem 1rem;
  border-left-color: #fff;
  height: 0;
  width: 0;
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
.cta .button {
  background: #00BD1B;
  max-width: 50%;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-radius: 1rem;
  display: block;
  position: relative;
}

.slide-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.slide-list {
  display: flex;
  animation: loop-slide 60s infinite linear 1s both;
}
.slide-list + .slide-list {
  margin-left: 4rem;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header {
  position: absolute;
  width: 100%;
  z-index: 100;
  padding-top: 1.6rem;
}
header .column_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .column_box .cta {
  font-size: 2.1rem;
}
header .column_box .cta .button {
  max-width: 100%;
  padding: 1rem;
  padding-right: 5rem;
}

#fv {
  background-color: #F2F2F2;
  padding-bottom: 5rem;
  padding-top: 10rem;
  position: relative;
  background: url(../img/fv_bg.svg) no-repeat top left;
  background-size: 45vw;
}
#fv .content {
  background: url(../img/fv_image.svg) no-repeat bottom right 2rem;
  position: relative;
}
#fv .headline {
  line-height: 1.8;
}
#fv .specialized {
  font-size: 3.6rem;
}
#fv .specialized span {
  background: linear-gradient(to right, #FF987F 0%, #EDC990 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 20%;
  padding-bottom: 0em;
  font-size: 4.6rem;
  font-weight: 600;
}
#fv .specialized span + span {
  margin-left: 1rem;
}
#fv .much {
  font-size: 5.4rem;
}
#fv .moneyhack span.bg {
  font-size: 7.2rem;
  color: #fff;
  background-color: #1A1A1A;
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.1;
  text-align: center;
  margin-right: 0.4rem;
}
#fv .moneyhack span.ga {
  font-size: 4.2rem;
}
#fv .moneyhack span.minituku {
  font-size: 5.4rem;
}
#fv .column_box {
  display: flex;
}
#fv .achievement {
  line-height: 1.2;
  padding: 4rem 0;
}
#fv .achievement .salon_menber,
#fv .achievement .online_salon {
  background-image: url(../img/fv_decoration_l.svg), url(../img/fv_decoration_r.svg);
  background-repeat: no-repeat;
  background-position: left center, right center;
  padding: 0 5rem;
  text-align: center;
}
#fv .achievement .online_salon {
  margin-left: 1rem;
}
#fv .achievement .title {
  font-size: 2.6rem;
}
#fv .achievement .namber {
  font-size: 4.8rem;
}
#fv .achievement .unit {
  font-size: 3.2rem;
}
#fv .achievement .salon_menber {
  font-size: 2.4rem;
}
#fv .achievement .years {
  font-size: 3rem;
}
#fv .cta .fukidashi {
  background-color: #fff;
  font-size: 2.4rem;
  padding: 1rem 2rem;
  display: inline-block;
  margin-bottom: 1.6rem;
  line-height: 1.5;
  position: relative;
  box-shadow: rgba(100, 100, 100, 0.1) 0 0px 5px 2px;
  border-radius: 0.5rem;
  z-index: 5;
  color: #4D4D4D;
}
#fv .cta .fukidashi span {
  font-size: 3.6rem;
}
#fv .cta .fukidashi::before {
  content: "";
  display: block;
  border: solid transparent;
  border-width: 3rem 2rem;
  border-top-color: #fff;
  height: 0;
  width: 0;
  position: absolute;
  left: 2rem;
  bottom: -6rem;
}
#fv .cta .button {
  font-size: 3.6rem;
  font-weight: 600;
  padding: 1rem 5rem 1rem 4rem;
}

#mission {
  background-color: #B6C0DE;
  color: #fff;
}
#mission .column_box {
  display: flex;
  padding-top: 4rem;
  justify-content: space-around;
}
#mission .column_box .text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  align-self: center;
}
#mission .column_box .text .us {
  font-size: 4rem;
  font-weight: 500;
}
#mission .column_box .text .us span {
  background: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  background: linear-gradient(transparent 92%, #fff 8%);
  padding-bottom: 0.2em;
}

#deliver {
  color: #4D4D4D;
}
#deliver .content {
  padding-top: 10rem;
}
#deliver h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
#deliver .column_box {
  display: flex;
  justify-content: space-between;
}
#deliver .column_box .image {
  margin-top: 15%;
  box-shadow: #B5BBCB 2rem 2rem;
  border-radius: 2rem;
  position: relative;
  background-color: #B5BBCB;
}
#deliver .column_box .image img {
  border-radius: 2rem;
}
#deliver .column_box .image::after {
  content: "";
  display: block;
  width: calc(65% + 2rem);
  height: 3rem;
  bottom: -10rem;
  position: absolute;
  border-radius: 10rem 0 0 10rem;
  left: 35%;
  background-color: #B5BBCB;
}
#deliver .column_box .text rt {
  font-size: 1em;
}
#deliver .column_box .text p + p {
  margin-top: 1.8em;
}

#achievements .introduction {
  margin-bottom: 4rem;
}
#achievements .column_box {
  display: flex;
  justify-content: space-around;
}
#achievements li {
  width: 36.8rem;
  max-width: calc(33% - 3.4rem);
}
#achievements li + li {
  margin-left: 6rem;
}
#achievements li .plofile {
  color: #4D67A9;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
#achievements li .comment {
  font-size: 1.4rem;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
}

.border-worry_solution {
  border: solid 4px #4D67A9;
  padding: 12rem 4rem;
  border-radius: 1.6rem;
  margin: 0 auto 12rem;
}
/* add 20250209 */
.accent {
  color: #204194;
}
.bold {
  font-weight: bold;
}
.benefit-list{
  background: url(../img/solution_image.svg) no-repeat bottom right;
  margin: 0 auto 6rem;
}
.benefit-list img{
  margin-right: 0.5rem;
}
.benefit-list li{
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5 !important;
  width: auto !important;
  text-align: left !important;
  background: none;
  margin-left: 0 !important;
  padding: 0 !important;
}
.border-worry_solution .arrow {
  margin: 12rem auto 8rem;
}
.border-worry_solution .arrow > div {
  border: solid transparent;
  width: 0;
  margin: auto;
  border-width: 3rem 2.2rem;
}
.border-worry_solution .arrow > div + div {
  margin-top: -1rem;
}
.border-worry_solution .arrow > div:nth-child(1) {
  border-top-color: #9999CC;
}
.border-worry_solution .arrow > div:nth-child(2) {
  border-top-color: #4D67A9;
}
.border-worry_solution .arrow > div:nth-child(3) {
  border-top-color: #204194;
}

#worry {
  background: url(../img/worry_image.svg) no-repeat bottom right;
}
#worry li {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5;
}
#worry li img {
  margin-right: 0.5rem;
}

#solution .bg_wrap {
  background: url(../img/solution_image.svg) no-repeat bottom right;
  padding-bottom: 3rem;
}
#solution .introduction {
  margin-bottom: 12rem;
}
#solution .introduction p + p {
  margin-top: 1em;
}
#solution h2 {
  border-left: solid 3px #204194;
  padding-left: 1rem;
  line-height: 1.8;
}
#solution .slide-wrap {
  padding-bottom: 2rem;
  background-color: #F2F2F2;
  padding: 4rem;
}
#solution li {
  background-color: #fff;
  width: 34rem;
  padding: 2rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
#solution li + li {
  margin-left: 4rem;
}
#solution li img[src*="solution_case_1.svg"],
#solution li img[src*="solution_case_2.svg"],
#solution li img[src*="solution_case_3.svg"],
#solution li img[src*="solution_case_4.svg"],
#solution li img[src*="solution_case_5.svg"] {
  margin-right: 1rem;
  margin-top: 0rem;
}
#solution li div {
  display: flex;
  justify-content: space-between;
}
#solution li .task {
  font-size: 1.4rem;
  font-weight: 300;
  min-height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#solution li .triangle {
  border: solid transparent;
  width: 0;
  margin: 0 auto -0.4rem;
  border-width: 1.8rem 1.2rem;
  border-top-color: #666699;
}
#solution li .result {
  font-weight: 600;
  font-size: 1.4rem;
}
#solution li .result span {
  background-color: #D7DFF2;
  font-size: 1.6rem;
  padding: 0 1em;
}
#solution .text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10rem;
}
#solution .text p + p {
  margin-top: 1.6rem;
}
#solution .text .underline {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-top: 6rem;
  color: #4D4D4D;
}
#solution .text .underline span {
  background: linear-gradient(to right, #FF987F 0%, #EDC990 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 45%;
  padding-bottom: 0.2em;
}

#reason {
  background-color: #DAE2F2;
}
#reason .column_box-wrap {
  margin-top: 5rem;
}
#reason .column_box-wrap .column_box:nth-of-type(2) {
  flex-direction: row-reverse;
}
#reason .column_box-wrap .column_box:nth-child(1) .inner {
  background-image: url(../img/reason_title_01.svg);
  margin-bottom: 5rem;
}
#reason .column_box-wrap .column_box:nth-child(2) .inner {
  background-image: url(../img/reason_title_02.svg);
}
#reason .column_box-wrap .column_box:nth-child(3) .inner {
  background-image: url(../img/reason_title_03.svg);
}
#reason .column_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#reason .inner {
  background-image: url(../img/reason_title_01.svg);
  background-size: 14rem;
  background-repeat: no-repeat;
  background-position: left 2rem top 2rem;
  border: solid 2px #94A4CB;
  border-radius: 3rem;
  background-color: #fff;
  padding: 6rem 4rem;
  width: 61rem;
  max-width: 50%;
  max-width: 50%;
  box-shadow: #94A4CB 1.2rem 1.2rem;
  position: relative;
}
#reason .inner .heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#reason .inner .text {
  color: #808080;
  font-size: 1.5rem;
  line-height: 2;
}

#voice {
  background-color: #F2F2F2;
}
#voice .slide-wrap {
  margin-top: 8rem;
}
#voice li + li {
  margin-left: 3rem;
}
#voice li {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
  width: 44rem;
  max-width: 24%;
}
#voice li .column_box {
  display: flex;
}
#voice li .fukidashi {
  background-color: #F2F2F2;
  padding: 1rem 2rem;
  border-radius: 2rem;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: justify;
  position: relative;
  margin-left: 2.5rem;
  letter-spacing: 0.02rem;
}
#voice li .fukidashi::before {
  content: "";
  display: block;
  border: solid transparent;
  border-width: 1rem 2rem;
  border-right-color: #F2F2F2;
  height: 0;
  width: 0;
  position: absolute;
  left: -3.5rem;
}
#voice li .comment {
  line-height: 1;
  font-size: 1.5rem;
  margin-left: 3rem;
  margin-bottom: 1rem;
}
#voice li .comment b {
  display: inline-block;
}

#message {
  background-color: #DAE2F2;
}
#message .content {
  background-image: url(../img/message_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom 4rem;
  background-size: 50%;
}
#message .content .text {
  background-color: #fff;
  border-radius: 1.6rem;
  width: 52%;
  padding: 5rem 4rem;
  text-align: justify;
}
#message .content .text p + p {
  margin-top: 1em;
}

#faq {
  background-color: #fff;
}
#faq dl {
  margin-bottom: 3rem;
}
#faq dt {
  color: #4D67A9;
  font-size: 2rem;
  font-weight: 300;
  border-bottom: solid 1px #CCCCCC;
  padding-left: 2.5em;
  position: relative;
}
#faq dt::before {
  content: "Q";
  font-size: 2.6rem;
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-color: #4D67A9;
  color: #fff;
  font-weight: 300;
  position: absolute;
  line-height: 1;
  text-align: center;
  line-height: 1.3;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
#faq dd {
  background-color: #D4DBEA;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
  line-height: 1.8;
  font-size: 1.5rem;
}

#footer {
  background-color: #BAC9E8;
}
#footer .content {
  padding: 10rem 2rem 10rem;
}
#footer h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
#footer .column_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .info {
  max-width: 54%;
}
#footer .info dt {
  -moz-text-align-last: justify;
       text-align-last: justify;
  width: 6em;
  float: left;
  margin-right: 1em;
}
#footer .info dd {
  display: flow-root;
}

.tracking {
  position: fixed;
  bottom: 0;
  z-index: 45;
  left: 0;
  right: 0;
}
.tracking.cta .content {
  margin-bottom: 2rem;
}
.tracking.cta a {
  width: -moz-fit-content;
  width: fit-content;
}
.tracking.cta .button {
  margin-left: auto;
  padding: 2rem 5rem 2rem 4rem;
  line-height: 1.25;
}
.tracking.cta .button::after {
  border-left-color: rgba(14, 221, 43, 0.66);
}
.tracking.cta .button p {
  font-size: 1.6em;
  font-weight: 300;
}
.tracking.cta .button .add {
  font-size: 3.2rem;
  font-weight: 600;
}

.btn_box .btn {
  position: relative;
}

.btn_box .btn:before,
.btn_box .btn:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;
  background: rgba(14, 221, 43, 0.66);
  transform: translate3d(0, 0, 0);
}

.btn_box .btn:before {
  animation: anime 1s ease-out infinite;
}

.btn_box .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.1, 1.2);
    opacity: 0;
  }
}
img[src$="header_logo@4x.png"] {
  width: 9rem;
}

img[src$="header_line_icon.svg"] {
  width: 5rem;
}

img[src$="mission_image.svg"] {
  width: 55rem;
}

img[src$="deliver_image.svg"] {
  width: 62rem;
}

img[src$="achievements_image_01.svg"] {
  width: 36.8rem;
}

img[src$="achievements_image_02.svg"] {
  width: 36.8rem;
}

img[src$="achievements_image_03.svg"] {
  width: 36.8rem;
}

img[src$="check.svg"] {
  width: 3rem;
}

img[src$="solution_case_1.svg"],
img[src$="solution_case_2.svg"],
img[src$="solution_case_3.svg"],
img[src$="solution_case_4.svg"],
img[src$="solution_case_5.svg"] {
  width: 16rem;
}

img[src$="solution_case_1_image@4x.png"],
img[src$="solution_case_2_image@4x.png"],
img[src$="solution_case_3_image@4x.png"],
img[src$="solution_case_4_image@4x.png"],
img[src$="solution_case_5_image@4x.png"] {
  width: 10rem;
}

img[src$="reason_image_01.svg"] {
  width: 48.9rem;
}

img[src$="reason_image_02.svg"] {
  width: 57.2rem;
}

img[src$="reason_image_03.svg"] {
  width: 50.8rem;
}

img[src$="voice_icon_01.svg"] {
  max-width: 7rem;
}

img[src$="voice_icon_02.svg"] {
  max-width: 7rem;
}

img[src$="corp_image.svg"] {
  width: 46.6rem;
}

#reservation header .column_box .cta .button {
  padding-left: 3rem;
}
#reservation .tracking.cta .button .add {
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.4rem;
}

#reservation-timerex {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

@media screen and (max-width: 1280px) {
  :root {
    font-size: 0.75vw;
  }
  .tracking.cta .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .border-worry_solution {
    max-width: calc(100% - 4rem);
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 1.5vw;
  }
  .pc {
    display: none;
  }
  header .cta {
    display: none;
  }
  .cta .button {
    max-width: unset;
  }
  #fv {
    background-size: 60vw;
    padding-bottom: 0;
    padding-top: 8rem;
  }
  #fv .content {
    background: url(../img/fv_image.svg) no-repeat bottom -5rem center;
    position: relative;
    background-size: 72vw;
    padding-bottom: 42rem;
    padding-top: 4rem;
  }
  #fv .cta {
    display: none;
  }
  #fv .specialized {
    font-size: 2rem;
  }
  #fv .specialized span {
    font-size: 3rem;
  }
  #fv .much {
    font-size: 3.2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  #fv .moneyhack span.bg {
    font-size: 5rem;
  }
  #fv .moneyhack span.ga {
    font-size: 3rem;
  }
  #fv .moneyhack span.minituku {
    font-size: 3.8rem;
  }
  #fv .achievement {
    justify-content: space-evenly;
  }
  #fv .achievement .title {
    font-size: 2rem;
  }
  #fv .achievement .namber {
    font-size: 3.8rem;
  }
  #fv .achievement .unit {
    font-size: 2.8rem;
  }
  #fv .achievement .salon_menber {
    font-size: 2rem;
  }
  #fv .achievement .years {
    font-size: 2.4rem;
  }
  #fv .achievement .salon_menber,
  #fv .achievement .online_salon {
    padding: 0 4rem;
  }
  #mission .column_box {
    flex-direction: column-reverse;
  }
  #mission .column_box .text {
    text-align: center;
    padding-top: 3rem;
  }
  #deliver .column_box,
  #achievements .column_box,
  #reason .column_box,
  #footer .column_box {
    flex-direction: column;
    align-items: center;
  }
  #achievements .headline p,
  #worry .headline p,
  #solution .headline p,
  #reason .headline p,
  #voice .headline p,
  #message .headline p,
  #faq .headline p {
    font-size: 1.8rem;
  }
  #achievements .headline h1,
  #worry .headline h1,
  #solution .headline h1,
  #reason .headline h1,
  #voice .headline h1,
  #message .headline h1,
  #faq .headline h1 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  #deliver {
    padding-bottom: 12rem;
  }
  #deliver .column_box {
    align-items: unset;
  }
  #deliver .column_box .image {
    margin-left: auto;
    margin-top: 10%;
  }
  #deliver .column_box .image::after {
    height: 2.4rem;
    bottom: -7rem;
  }
  #deliver .column_box .image img[src$="deliver_image.svg"] {
    width: 40rem;
    text-align: right;
  }
  #achievements li {
    max-width: 80%;
    width: unset;
  }
  #achievements li + li {
    margin-left: unset;
    margin-top: 6rem;
  }
  #achievements li .plofile {
    margin-top: 1rem;
    text-align: left;
  }
  img[src$="achievements_image_01.svg"],
  img[src$="achievements_image_02.svg"],
  img[src$="achievements_image_03.svg"] {
    width: 100%;
  }
  #worry {
    background-size: 36rem;
    padding-bottom: 36rem;
  }
  #worry li {
    font-size: 1.6rem;
  }
  #solution .bg_wrap {
    background: url(../img/solution_image.svg) no-repeat bottom right;
    padding-bottom: 3rem;
    background-size: 25rem;
  }
  #solution .text {
    font-size: 1.5rem;
  }
  #reason .introduction {
    margin-bottom: 5rem;
  }
  #reason .inner {
    max-width: 90%;
  }
  #reason .column_box-wrap .column_box:nth-of-type(2) {
    flex-direction: column;
    text-align: right;
  }
  #reason .column_box-wrap .column_box .image img {
    max-width: 50%;
  }
  #reason .column_box-wrap .column_box .image img .image {
    text-align: center;
  }
  #faq dt {
    line-height: 1.5;
    padding-bottom: 0.5rem;
    padding-left: 2em;
  }
  #faq dt::before {
    font-size: 2rem;
  }
  #footer .info {
    max-width: unset;
    margin-bottom: 4rem;
  }
  .tracking.cta .button {
    margin-right: auto;
  }
  img[src$="mission_image.svg"] {
    width: 34rem;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 1.6vw;
  }
  #achievements .content,
  #worry .content,
  #solution .content,
  #reason .content,
  #voice .content,
  #message .content,
  #faq .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .border-worry_solution {
    max-width: calc(100% - 2rem);
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #reason .inner {
    max-width: calc(100% - 2rem);
  }
  #fv .much {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  #fv .moneyhack span.minituku {
    font-size: 3rem;
  }
  #mission .column_box .text,
  #deliver .column_box .text p,
  #achievements .introduction,
  #achievements li .comment,
  #solution .introduction p,
  #solution .text p,
  #reason .introduction p,
  #reason .inner .text,
  #voice .headline + p,
  #message .text,
  #footer .info {
    font-size: 2.1rem;
    line-height: 1.8;
  }
  #worry li {
    font-size: 1.7rem;
    letter-spacing: 0.08rem;
  }
  #deliver .column_box .text p br,
  #reason .introduction p br {
    display: none;
  }
  #reason .inner .heading {
    text-align: left;
    font-size: 2.2rem;
  }
  #reason .inner {
    text-align: justify;
  }
  #reason .column_box-wrap .column_box:nth-of-type(2) {
    text-align: unset;
  }
  #message .content {
    background-position: right 2rem bottom 4rem;
    background-size: 35rem;
    padding-bottom: 33rem;
  }
  #message .content .text {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
