@charset "UTF-8";
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6875;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
  border: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
  }
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #757575;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #757575;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #757575;
}

input::placeholder,
textarea::placeholder {
  color: #757575;
}

input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.scroll-in {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-top {
  opacity: 0;
  transition: opacity 350ms ease;
}

@media (hover: hover) {
  .scroll-top:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.l-footer {
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding: 50px 0;
  }
}

.l-footer__logo {
  margin: 0 auto;
  width: 200px;
}

.l-footer__company {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

.l-footer__copyright {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

.l-header {
  background: #fff;
  width: 100%;
}

.l-header__inner {
  padding: 0 25px;
}

@media only screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 40px;
  }
}

.l-header__items {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .l-header__items {
    height: 84px;
  }
}

.l-header__logo {
  display: flex;
  width: 146px;
}

@media only screen and (min-width: 768px) {
  .l-header__logo {
    width: 286px;
  }
}

.l-header--fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}

.l-inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 25px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-inner {
    max-width: 1280px;
    padding: 0 40px;
  }
}

.l-section {
  padding: 40px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-section {
    padding: 80px 0;
  }
}

.c-floating {
  bottom: 0;
  position: fixed;
  right: 0;
  width: 140px;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  .c-floating {
    width: 170px;
  }
}

.c-floating__btn.is-hide {
  display: none;
}

.c-heading {
  text-align: center;
}

.c-heading__title {
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .c-heading__title {
    font-size: 32px;
  }
}

.c-heading__text {
  font-size: 14px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-heading__text {
    font-size: 16px;
    margin-top: 24px;
  }
}

.c-heading__icon {
  margin: 0 auto;
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .c-heading__icon {
    width: 90px;
  }
}

.c-heading__title--type02 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-heading__title--type02 {
    font-size: 29px;
    margin-top: 20px;
  }
}

.c-heading__line {
  background: #c4c4c4;
  height: 1px;
  margin: 20px auto;
  width: 127px;
}

.c-heading__line--color02 {
  background: #f6a60b;
}

.c-scroll-top {
  background-color: #999;
  border-radius: 50%;
  bottom: 25px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 50px;
  z-index: 100;
}

@media (hover) {
  .c-scroll-top:hover {
    cursor: pointer;
  }
}

.c-scroll-top--animation {
  opacity: 0;
  transition: opacity 350ms ease;
}

.p-era__item {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .p-era__item {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
}

.p-era__item:nth-child(even) {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) {
  .p-era__img {
    width: 36.25%;
  }
}

.p-era__main {
  align-self: center;
  background: #fff;
  box-shadow: 10px 4px 44px rgba(224, 224, 224, 0.25);
  margin-top: 30px;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .p-era__main {
    padding: 50px;
    width: 63.75%;
  }
}

.p-form {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-form {
    margin-top: 0;
  }
}

.p-form__bg {
  background: #f2f2f2;
  position: relative;
}

.p-form__balloon {
  -webkit-transform: translateX(-50%);
  background: #f9a826;
  border-radius: 30px;
  left: 50%;
  max-width: 520px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: -26px;
  transform: translateX(-50%);
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .p-form__balloon {
    margin: 0 auto;
    max-width: 570px;
    padding: 10px;
    width: 100%;
  }
}

.p-form__balloon::before {
  border-color: transparent #f9a826 transparent transparent;
  border-style: solid;
  border-width: 0 19px 19px 0;
  bottom: -17px;
  content: "";
  height: 0;
  left: 8%;
  position: absolute;
  width: 0;
}

.p-form__balloon-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-form__balloon-title {
    font-size: 20px;
    padding-left: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .p-form__balloon-title::before {
    -webkit-transform: translateY(-50%);
    background: url(../img/form/icon-form.png) center/cover no-repeat;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
  }
}

.p-form__item {
  margin-top: 20px;
  text-align: center;
}

.p-form__item iframe {
  height: 100%;
  max-width: 600px;
  min-height: 1400px;
  width: 100%;
}

.p-form__privacy {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

.p-how__intro {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-how__intro {
    margin-top: 40px;
  }
}

.p-how__imgs {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-how__imgs {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.p-how__img01 {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-how__img01 {
    margin-top: 0;
    width: 52%;
  }
}

.p-how__img02 {
  margin: 0 auto;
  width: 60%;
}

@media only screen and (min-width: 768px) {
  .p-how__img02 {
    width: 30%;
  }
}

.p-how__text {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-how__text {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .p-important__item {
    display: flex;
    justify-content: space-between;
  }
}

.p-important__img {
  margin: 0 auto;
  width: 65%;
}

@media only screen and (min-width: 768px) {
  .p-important__img {
    width: 30%;
  }
}

.p-important__main {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-important__main {
    margin-top: 0;
    width: 52%;
  }
}

.p-important__main-title {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-important__main-title {
    font-size: 20px;
  }
}

.p-important__main-text {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .p-important__main-text {
    margin-top: 30px;
  }
}

.p-merit__bg {
  background: url(../img/merit/bg-merit.jpg) center/cover no-repeat;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-merit__bg {
    height: auto;
  }
}

.p-merit__box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .p-merit__box {
    padding: 50px;
  }
}

.p-merit__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-merit__item {
  margin-top: 50px;
  width: calc(50% - 20px / 2);
}

@media only screen and (min-width: 1024px) {
  .p-merit__item {
    width: calc(25% - 8% / 4);
  }
}

.p-merit__img {
  margin: 0 auto;
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .p-merit__img {
    max-width: 200px;
  }
}

.p-merit__text {
  margin-top: 16px;
}

.p-mv__bg {
  background: url(../img/top/fv_bg.jpg) center/cover no-repeat;
  height: 0;
  padding-top: 145%;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-mv__bg {
    padding-top: 47.21%;
  }
}

.p-mv__item {
  -webkit-transform: translateY(-50%);
  padding: 0 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .p-mv__item {
    -webkit-transform: translateY(-50%);
    padding: 0 2.78%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}

.p-mv__text {
  font-size: 4.35vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 2.15vw;
  }
}

.p-mv__title {
  color: #fff;
  font-size: 8.21vw;
  font-weight: bold;
  line-height: 1.29;
  margin-top: 1.5%;
}

@media only screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 5.07vw;
    margin-top: 1%;
  }
}

.p-mv__cta-area {
  margin-top: 5%;
}

@media only screen and (min-width: 768px) {
  .p-mv__cta-area {
    margin-top: 3%;
    width: 32.78vw;
  }
}

.p-mv__cta-intro {
  text-align: center;
}

.p-mv__cta-introtext {
  display: inline-block;
  font-size: 3.38vw;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-mv__cta-introtext {
    font-size: 1.53vw;
    padding: 0 20px;
  }
}

.p-mv__cta-introtext::before, .p-mv__cta-introtext::after {
  background: #000;
  bottom: 15%;
  content: "";
  height: 4vw;
  position: absolute;
  width: 1px;
}

@media only screen and (min-width: 768px) {
  .p-mv__cta-introtext::before, .p-mv__cta-introtext::after {
    height: 1.7vw;
  }
}

.p-mv__cta-introtext::before {
  -webkit-transform: rotate(-30deg);
  left: 0;
  transform: rotate(-30deg);
}

.p-mv__cta-introtext::after {
  -webkit-transform: rotate(30deg);
  right: 0;
  transform: rotate(30deg);
}

.p-mv__cta-button {
  background: #fff;
  border-radius: 42px;
  color: #ff6d00;
  display: block;
  font-size: 3.62vw;
  font-weight: bold;
  margin-top: 2%;
  padding: 14px 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-mv__cta-button {
    font-size: 2.01vw;
    margin-top: 2%;
    padding: 17px 10px;
  }
}

.p-mv__img {
  margin-left: auto;
  width: 77.53vw;
}

@media only screen and (min-width: 768px) {
  .p-mv__img {
    -webkit-transform: translateY(-50%);
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 43.68vw;
  }
}

.p-problem {
  margin-top: 24px;
}

@media only screen and (min-width: 768px) {
  .p-problem {
    margin-top: 34px;
  }
}

.p-problem__item {
  border-radius: 9px;
  padding: 50px 20px 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-problem__item {
    padding: 80px 40px 50px;
  }
}

.p-problem__item:not(:first-child) {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .p-problem__item:not(:first-child) {
    margin-top: 80px;
  }
}

.p-problem__item--color01 {
  border: 4px solid #3a8ed3;
}

.p-problem__item--color02 {
  border: 4px solid #ba3061;
}

.p-problem__item--color03 {
  border: 4px solid #adca60;
}

.p-problem__title {
  -webkit-transform: translateX(-50%);
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5px 20px;
  position: absolute;
  text-align: center;
  top: -31px;
  transform: translateX(-50%);
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .p-problem__title {
    border-radius: 44px;
    font-size: 26px;
    min-width: 560px;
    padding: 10px;
    top: -30px;
    width: 80%;
  }
}

.p-problem__title--color01 {
  background: #3a8ed3;
}

.p-problem__title--color02 {
  background: #ba3061;
}

.p-problem__title--color03 {
  background: #adca60;
}

@media only screen and (min-width: 768px) {
  .p-problem__main {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.p-problem__main--is-reverse {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-problem__main--is-reverse {
    flex-direction: row-reverse;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .p-problem__main-img {
    width: calc(50% - 5% / 2);
  }
}

@media only screen and (min-width: 768px) {
  .p-problem__main-img--icon05 {
    margin: 0 auto;
    max-width: 380px;
  }
}

.p-problem__main-text {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-problem__main-text {
    margin-top: 0;
    width: calc(50% - 5% / 2);
  }
}

.p-problem__sub-img {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .p-problem__sub-img {
    margin-top: 30px;
    max-width: 720px;
  }
}

.p-problem__sub-text {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-problem__sub-text {
    margin-top: 40px;
  }
}

.p-real-estate-important__item {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__item {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 40px;
  }
}

.p-real-estate-important__lists {
  background: #f5f5f5;
  margin-top: 20px;
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__lists {
    margin-top: 0;
    padding: 40px;
    width: 55%;
  }
}

.p-real-estate-important__list {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__list {
    font-size: 23px;
    padding-left: 40px;
  }
}

.p-real-estate-important__list::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/real-estate-important/icon-check.png) center/cover no-repeat;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__list::before {
    height: 22px;
    width: 28px;
  }
}

.p-real-estate-important__list:not(:first-child) {
  margin-top: 6px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__list:not(:first-child) {
    margin-top: 10px;
  }
}

.p-real-estate-important__img {
  margin: 0 auto;
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__img {
    width: 22%;
  }
}

.p-real-estate-important__text {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-important__text {
    margin-top: 40px;
  }
}

.p-real-estate-intro {
  color: #fff;
  text-align: center;
}

.p-real-estate-intro__bg {
  background: url(../img/real-estate-intro/bg-real-estate-intro.jpg) center/cover no-repeat;
  height: auto;
  width: 100%;
}

.p-real-estate-intro__title-wrapper {
  text-align: center;
}

.p-real-estate-intro__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 30px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-intro__title {
    font-size: 32px;
    padding: 15px 40px;
  }
}

.p-real-estate-intro__title::before, .p-real-estate-intro__title::after {
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-intro__title::before, .p-real-estate-intro__title::after {
    height: 30px;
    width: 30px;
  }
}

.p-real-estate-intro__title::before {
  border-left: solid 4px #fff;
  border-top: solid 4px #fff;
  left: 0;
  top: 0;
}

.p-real-estate-intro__title::after {
  border-bottom: solid 4px #fff;
  border-right: solid 4px #fff;
  bottom: 0;
  right: 0;
}

.p-real-estate-intro__title--highlight {
  background: linear-gradient(transparent 70%, #f6a60b 30%);
  font-weight: inherit;
}

.p-real-estate-intro__subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-intro__subtitle {
    font-size: 26px;
    margin-top: 50px;
  }
}

.p-real-estate-intro__text {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-intro__text {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-real-estate-merit__item {
  background: #fff;
  box-shadow: 10px 10px 21px rgba(228, 228, 228, 0.25);
  margin-top: 50px;
  padding: 40px 20px 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__item {
    margin-top: 100px;
    padding: 90px 30px 50px;
    width: calc(33.333% - 6% / 3);
  }
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__item--demerit {
    padding-top: 70px;
  }
}

.p-real-estate-merit__number {
  -webkit-transform: translateX(-50%);
  color: #f6a60b;
  font-size: 60px;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: -32px;
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__number {
    font-size: 105px;
    top: -60px;
  }
}

.p-real-estate-merit__number--demerit {
  color: #77b0ac;
}

.p-real-estate-merit__item-icon {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__item-icon {
    display: block;
    max-width: 75px;
    position: absolute;
    right: 16%;
    top: 12px;
    width: 6.25vw;
  }
}

.p-real-estate-merit__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.p-real-estate-merit__text {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__text {
    margin-top: 20px;
  }
}

.p-real-estate-merit__lists {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__lists {
    margin-top: 15px;
  }
}

.p-real-estate-merit__list {
  font-size: 13px;
  padding-left: 12px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-real-estate-merit__list {
    font-size: 14px;
    padding-left: 14px;
  }
}

.p-real-estate-merit__list::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

.p-rich__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-rich__title {
    align-items: center;
    display: flex;
    font-size: 32px;
    justify-content: center;
  }
}

.p-rich__logo {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .p-rich__logo {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-rich__items {
    margin-top: 80px;
  }
}

.p-rich__item {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .p-rich__item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .p-rich__item--is-reverse {
    flex-direction: row-reverse;
  }
}

.p-rich__img {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}

@media only screen and (min-width: 768px) {
  .p-rich__img {
    display: inline-block;
    max-width: 500px;
    width: calc(52% - 5% / 2);
  }
}

.p-rich__text {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .p-rich__text {
    margin-top: 0;
    width: calc(48% - 5% / 2);
  }
}

.p-rich__subtitle {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-rich__subtitle {
    font-size: 36px;
    margin-top: 40px;
  }
}

.p-simulation-intro__logo {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .p-simulation-intro__logo {
    max-width: 478px;
  }
}

.p-simulation-intro__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-simulation-intro__subtitle {
    font-size: 30px;
  }
}

.p-simulation-intro__title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-simulation-intro__title {
    font-size: 35px;
    margin-top: 5px;
  }
}

.p-simulation {
  margin: 30px auto 0;
  max-width: 830px;
}

@media only screen and (min-width: 768px) {
  .p-simulation {
    margin-top: 40px;
  }
}

.p-simulation__title {
  background: linear-gradient(90deg, #ff9337 0%, #fe7e03 100%), #ff7e01;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-simulation__title {
    font-size: 30px;
  }
}

.p-step__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-step__items {
    margin-top: 50px;
  }
}

.p-step__item {
  background: #fff;
  border-radius: 6px;
  box-shadow: 11px 4px 34px rgba(218, 218, 218, 0.36);
  margin-top: 20px;
  padding: 30px 10px;
  position: relative;
  width: calc(50% - 30px / 2);
}

@media only screen and (min-width: 768px) {
  .p-step__item {
    margin-top: 30px;
    padding: 30px 20px;
    width: calc(33.333% - 60px / 3);
  }
}

@media only screen and (min-width: 1024px) {
  .p-step__item {
    margin-top: 0;
    width: calc(20% - 13.32% / 5);
  }
}

.p-step__item:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  .p-step__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .p-step__item:not(:last-child) {
    margin-right: 3.33%;
  }
}

.p-step__item:not(:last-child)::before {
  border-color: transparent transparent transparent #ffa401;
  border-radius: 6px;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  content: "";
  height: 0;
  position: absolute;
  right: -22px;
  top: 40%;
  width: 0;
}

@media only screen and (min-width: 768px) {
  .p-step__item:not(:last-child)::before {
    border-width: 17.5px 0 17.5px 17px;
    right: -25px;
  }
}

@media only screen and (min-width: 1024px) {
  .p-step__item:not(:last-child)::before {
    right: -29px;
  }
}

.p-step__item:nth-child(even) {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .p-step__item:nth-child(even) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .p-step__item:nth-child(even) {
    margin-right: 3.33%;
  }
}

@media only screen and (min-width: 768px) {
  .p-step__item:nth-child(3) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .p-step__item:nth-child(3) {
    margin-right: 3.33%;
  }
}

.p-step__img {
  margin: 0 auto;
  max-width: 58px;
}

@media only screen and (min-width: 768px) {
  .p-step__img {
    max-width: 134px;
  }
}

.p-step__text {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .p-step__text {
    font-size: 14px;
  }
}

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

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

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

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-bg--gray {
  background: #f9f9f9;
}

.u-bg--beige {
  background: rgba(255, 202, 137, 0.2);
}

.u-font-family-oswald {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/app.css.map */
