/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/css/style.scss ***!
  \******************************************************************************************************************************************************************************************/
@charset "UTF-8";

:root {
  --white: #fff;
  --black: #252526;
  --black-transparent: #25252699;
  --gray: #e8e8e8;
  --hero-gray: #c9d0d8;
  --yellow: #ffce00;
  --green: #e6cf33;
  --light-blue: #2977ce;
  --light-blue-transparent: #2875cc1a;
  --blue: #043A9A;
  --blue-transparent: #043b9ab3;
  --dark-blue: #002648;
  --dark-blue-transparent: #002648ea;
  --dark-green: #24657f;
  --purple: #4b1b80;
  --red: #ff0000;
}

.column-content.community_layout-column_column {
  padding: 0 !important;
  display: block !important;
}

.community_layout-section_section-host.comm-section-container {
  padding: 0 !important;
}

@media (max-width: 47.9375em) {
  .community_layout-section_section-host.comm-section-container {
    padding: 0 !important;
  }
}

.community_layout-section_section-host.comm-section-container {
  padding: unset !important;
}

@media (max-width: 47.9375em) {
  .community_layout-section_section-host.comm-section-container {
    padding: unset !important;
  }
}

.lwc-6j9an5vbrcd-host.comm-section-container {
  padding: 0 !important;
}

@media (max-width: 47.9375em) {
  .lwc-6j9an5vbrcd-host.comm-section-container {
    padding: 0 !important;
  }
}

html {
  height: 100%;
  width: 100%;
  font-family: sans-serif;
  color: var(--black);
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  margin: auto;
}

/* body::-webkit-scrollbar {
  display: none;
} */

header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  background-color: var(--hero-gray);
  z-index: 10;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  header {
    padding: 1rem 2rem;
  }
}

header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}

header .logo {
  height: 30px;
  margin: 0;
}

@media (min-width: 768px) {
  header .logo {
    height: 40px;
  }
}

main {
  padding-bottom: 19rem;
}

@media (min-width: 768px) {
  main {
    padding-bottom: 14rem;
  }
}

.container {
  max-width: 1280px;
  margin: auto;
}

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

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.for-pc {
  display: none;
}

@media (min-width: 768px) {
  .for-pc {
    display: block;
  }
}

.for-lg {
  display: none;
}

@media (min-width: 1080px) {
  .for-lg {
    display: block;
  }
}

@media (min-width: 1080px) {
  .not-for-lg {
    display: none;
  }
}

h1 {
  line-height: 1.3;
}

p {
  margin: 0rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 820px;
  line-height: 1.6;
}

small {
  font-size: 11px;
}

sup {
  font-size: 0.6rem;
  vertical-align: super;
}

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

hr {
  border: 1px solid var(--dark-blue);
  margin: 1rem auto;
  max-width: 820px;
}

ol {
  margin: 0rem auto;
  max-width: 1000px;
}

ol li {
  padding: 0.2rem 0;
}

ol.circle-number {
  list-style: none;
  margin-left: 1.5rem;
  max-width: 820px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

ol.circle-number li {
  padding: 0.2rem 0;
  counter-increment: step-counter;
  position: relative;
}

ol.circle-number li:before {
  content: counter(step-counter);
  position: absolute;
  color: var(--white);
  background-color: var(--dark-blue);
  border-radius: 50%;
  text-align: center;
  left: -1rem;
  top: 8px;
  font-size: 10px;
  width: 15px;
  height: 15px;
}

ul {
  margin: 0rem auto;
  list-style: none;
  max-width: 1000px;
}

ul li {
  padding: 0.2rem 0;
}

ul.blue-text {
  margin-top: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.image {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .image {
    max-width: 660px;
  }

  .image.image-small {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .side-by-side-pc {
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 2rem;
    max-width: 820px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .side-by-side-grid-pc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 820px;
    margin: auto;
  }

  .side-by-side-grid-pc .grid-image {
    margin: 1.5rem 0 0;
  }
}

@media (min-width: 768px) {
  .subsection-side-by-side-pc {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 660px;
    margin: 0 auto 4rem;
  }

  .subsection-side-by-side-pc .subsection-img {
    width: 100% !important;
    max-height: 320px;
  }

  .subsection-side-by-side-pc:last-of-type {
    margin-bottom: 0;
  }
}

.big-list {
  color: var(--dark-blue);
  font-weight: 700 !important;
  font-size: 18px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 1rem auto;
}

.big-list li {
  padding: 0;
}

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

.small-list-asterix {
  font-size: 10px;
  margin: 0.5rem auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  counter-reset: li;
  list-style-type: none;
}

.small-list-asterix li {
  padding: 0 0 0 0.5rem;
}

.small-list-asterix li::before {
  content: "*" counter(li);
  counter-increment: li;
  position: absolute;
  left: -1rem;
}

.blue-text {
  color: var(--dark-blue);
  font-weight: 700;
}

.align-left {
  width: 100%;
}

.regular {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.light-blue {
  color: var(--light-blue) !important;
}

.blue {
  color: var(--blue) !important;
}

.dark-blue {
  color: var(--dark-blue) !important;
}

.purple {
  color: var(--purple) !important;
}

.light-blue-bg {
  background-color: var(--light-blue) !important;
}

.blue-bg {
  background-color: var(--blue) !important;
}

.dark-blue-bg {
  background-color: var(--dark-blue) !important;
}

.purple-bg {
  background-color: var(--purple) !important;
}

.gray-bg {
  color: var(--dark-blue) !important;
  background-color: var(--hero-gray) !important;
}

.button {
  color: var(--white);
  background-color: var(--light-blue);
  padding: 1rem 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  margin: 1rem auto 2rem;
  min-height: 77px;
}

@media (min-width: 768px) {
  .button {
    width: 350px;
  }
}

.button span {
  color: var(--light-blue);
  background-color: var(--white);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -ms-grid-row-align: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-grid-column-align: center;
  justify-self: center;
  line-height: 1.2;
}

.button span p {
  font-size: 13px;
}

.button .button-text {
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
  min-width: 210px;
}

.button .button-text p {
  line-height: 1.3;
}

::-webkit-scrollbar {
  width: 6.25vw;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 20px;
  }
}

/* Track */
::-webkit-scrollbar-track {
  background: #DEDEDE;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2A384C;
}

.cta_property01,
.cta_mail01,
.cta_mail02,
.cta_mail03 {
  color: var(--dark-blue);
  background-color: var(--yellow);
  padding: 1rem 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  gap: 1rem;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  margin: 1rem auto 2rem;
  min-height: 77px;
}

@media (min-width: 768px) {
  .button {
    width: 350px;
  }
}

.cta_property01.button span,
.cta_mail01.button span,
.cta_mail02.button span,
.cta_mail03.button span {
  color: var(--white);
  background-color: var(--dark-blue);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -ms-grid-row-align: center;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: flex-end;
  line-height: 1.2;
}

.button span p {
  font-size: 13px;
}

.button .button-text {
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
  min-width: 210px;
}

.button .button-text p {
  line-height: 1.3;
}

.fixed-button-container {
  position: fixed;
  inset: auto 0 0;
  z-index: 9;
}

@media (min-width: 768px) {
  .fixed-button-container {
    inset: auto 2rem 0 auto;
    display: flex;
    gap: 0rem;
  }
}

.fixed-button-container .button {
  position: relative;
  color: var(--dark-blue);
  background-color: var(--yellow);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
  margin: 1rem 1.5rem 2rem;
  min-height: 77px;
}

@media (min-width: 768px) {
  .fixed-button-container .button {
    width: 300px;
    padding: 1rem 0.5rem;
    display: -ms-grid;
    display: grid;
    margin-right: 0;
  }
}

.fixed-button-container .button span {
  color: var(--white);
  background-color: var(--dark-blue);
}

.lp2 .fixed-button-container .button span {
  font-size: 14px;
}

.fixed-button-container .button .button-text p {
  line-height: 1.3;
}

@media (min-width: 768px) {
  .fixed-button-container .button .button-text {
    min-width: unset;
    font-size: 18px;
  }
}

.fixed-button-container .second-fixed-button {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fixed-button-container .second-fixed-button {
    margin: 1rem auto 2rem;
  }
}

.three-line-button {
  padding: 0 0.5rem 0;
}

.three-line-button span small {
  display: flex;
  align-items: center;
  padding-top: 7px;
}

.three-line-button p {
  padding-bottom: 7px;
}

.blue-button {
  color: var(--white);
  background-color: var(--light-blue);
}

.blue-button span {
  color: var(--light-blue);
  background-color: var(--white);
}

.menu {
  display: none;
}

.menu-container {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
}

.menu-open .menu-container {
  display: block;
}

.menu-container .drawer-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  background-color: var(--dark-blue-transparent);
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 7rem 1.5rem 0;
  transition: transform 0.5s ease-in-out;
  transform: translateX(100%);
}

@media (min-width: 768px) {
  .menu-container .drawer-menu {
    max-width: 25rem;
  }
}

.menu-open .menu-container .drawer-menu {
  transform: translateX(0);
}

.menu-container .drawer-menu .drawer-menu-item-list {
  width: 100%;
}

.menu-container .drawer-menu .drawer-menu-item {
  font-size: 16px;
  font-weight: 700;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 1px solid var(--white);
}

.menu-container .drawer-menu .drawer-menu-item:first-child {
  border-top: 1px solid var(--white);
}

.menu-container .drawer-menu .drawer-menu-item a {
  color: var(--white);
  text-decoration: none;
}

.menu-container .menu-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 800;
  background-color: var(--black-transparent);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.menu-open .menu-container .menu-bg {
  opacity: 1;
}

.menu-button {
  cursor: pointer;
}

.drawer-menu .menu-button {
  position: fixed;
  top: 1rem;
  right: 1.5rem;
  z-index: 1000;
}

@media (min-width: 768px) {
  .drawer-menu .menu-button {
    top: 1.3rem;
    right: 2rem;
  }
}

.menu-button .menu-icon {
  width: 30px;
  height: 30px;
}

.menu-button svg {
  width: 40px;
  height: 40px;
}

.close-menu {
  color: var(--white);
}

.hero {
  background: var(--hero-gray);
}

.hero .hero-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 1.5rem;
}

.hero .hero-container {
  position: absolute;
  inset: 0% 0 0 50%;
  transform: translate(-50%, 0%);
  display: flex;
  max-width: 1000px;
  width: 100%;
}

.hero .hero-circle {
  position: absolute;
  top: 18rem;
  right: 0rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--green);
  z-index: 1;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .hero .hero-circle {
    top: 4.5rem;
  }
}

.hero .hero-circle .small {
  font-size: 16px;
}

.hero .hero-circle .big {
  font-size: 42px;
  line-height: 1.1;
}

.hero .hero-lockup {
  position: absolute;
  padding: 2rem 0;
  max-width: 1000px;
  margin: auto;
}

.lp2 .hero .hero-lockup {
  width: 100%;
}

@media (min-width: 768px) {
  .hero .hero-lockup {
    padding: 2rem 0;
  }

  .hero .hero-lockup.split-hero {
    display: flex;
    gap: 0rem;
  }
}

.hero .hero-lockup .logo {
  height: 30px;
}

@media (min-width: 768px) {
  .hero .hero-lockup .logo {
    height: 40px;
  }
}

.hero .hero-lockup .hero-label {
  color: var(--white);
  background-color: var(--dark-green);
  padding: 0.2rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  letter-spacing: 3px;
  font-size: 16px;
  white-space: nowrap;
}

@media (min-width: 1080px) {
  .hero .hero-lockup .hero-label {
    letter-spacing: 4px;
    font-size: 18px;
  }
}

.lp3 .hero .hero-lockup .hero-label {
  color: var(--dark-blue);
  background-color: transparent;
  padding: 0;
  margin: 0 0 1rem -1rem;
  line-height: 1.3;
  font-size: 1.8em;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .lp3 .hero .hero-lockup .hero-label {
    font-size: 2.2em;
  }
}

.hero .hero-lockup .hero-sub {
  background: var(--white);
  color: var(--dark-blue);
  margin: 0.5rem auto;
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 0.5rem;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.hero .hero-lockup .hero-sub p {
  line-height: 1.2;
}

.lp2 .hero .hero-lockup .hero-sub {
  font-size: 16px;
  max-width: 400px;
  margin: 1rem auto 0.5rem;
  padding: 0.5rem;
}

.lp2 .hero .hero-lockup .hero-sub small {
  font-size: 12px;
}

@media (min-width: 768px) {
  .lp2 .hero .hero-lockup .hero-sub {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .hero .hero-lockup .hero-sub {
    font-size: 16px;
  }
}

.hero .hero-lockup .title {
  margin-top: 2rem;
}

.hero .hero-lockup .title h1 {
  color: var(--dark-blue);
  font-size: 28px;
  line-height: 1.5;
  white-space: nowrap;
}

.lp2 .hero .hero-lockup .title h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8.5vw;
}

@media (min-width: 400px) {
  .lp2 .hero .hero-lockup .title h1 {
    font-size: 2.1rem;
  }
}

.lp3 .hero .hero-lockup .title h1 {
  font-size: 1.8em;
}

@media (min-width: 768px) {
  .hero .hero-lockup .title h1 {
    font-size: 2.1rem;
  }

  .lp3 .hero .hero-lockup .title h1 {
    font-size: 2.2em;
  }
}

@media (min-width: 1080px) {
  .hero .hero-lockup .title h1 {
    font-size: 2.6rem;
  }

  .lp2 .hero .hero-lockup .title h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .hero .hero-lockup .split-hero {
    margin: 2rem auto 0;
    width: 100%;
    padding: 0;
  }
}

.hero .hero-lockup-margin {
  margin-top: 0rem;
}

@media (min-width: 768px) {
  .hero .hero-lockup-margin {
    margin-top: 1rem;
  }
}

.hero .hero-img-container {
  display: flex;
  justify-content: center;
}

.hero .hero-img {
  width: 100%;
  max-height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 1000px;
}

.lp2 .hero .hero-img {
  height: 670px;
}

@media (min-width: 768px) {
  .hero .hero-img {
    min-height: 520px;
  }

  .lp1 .hero .hero-img,
  .lp2 .hero .hero-img {
    margin-top: 1rem;
  }

  .l1 .hero .hero-img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .lp2 .hero .hero-img {
    height: unset;
    min-height: 550px;
    max-height: 600px;
    -o-object-position: 0% 40px;
    object-position: 0% 40px;
  }

  .lp5 .hero .hero-img {
    -o-object-position: 100% 0%;
    object-position: 100% 0%;
  }
}

@media (min-width: 1280px) {
  .l1 .hero .hero-img {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .lp2 .hero .hero-img {
    -o-object-position: 0% 40px;
    object-position: 0% 40px;
  }
}

.hero-lp2-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .hero-lp2-card-container {
    padding-top: 5rem;
  }
}

@media (min-width: 1080px) {
  .hero-lp2-card-container {
    padding-top: 6rem;
  }
}

.hero-lp2-card-container .hero-lp2-card-inner {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
}

.hero-lp2-card-container .hero-lp2-card {
  margin: auto;
  background: var(--dark-blue);
  padding: 0.5rem;
  border-radius: 5px;
  width: 100%;
  max-width: 380px;
  min-width: 285px;
  display: flex;
}

@media (min-width: 768px) {
  .hero-lp2-card-container .hero-lp2-card {
    max-width: 400px;
  }
}

.hero-lp2-card-container .hero-lp2-card .card-image {
  position: relative;
}

.hero-lp2-card-container .hero-lp2-card .card-image .text-over-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-weight: 700;
  background-color: var(--blue-transparent);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .hero-lp2-card-container .hero-lp2-card .card-image .text-over-image {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}

.hero-lp2-card-container .hero-lp2-card .card-image .image {
  width: 115px;
  height: 107px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-lp2-card-container .hero-lp2-card .card-image .image {
    width: 150px;
    height: 115px;
  }
}

.hero-lp2-card-container .hero-lp2-card .card-body-container {
  width: 100%;
}

.hero-lp2-card-container .hero-lp2-card .card-body-container .card-title {
  color: var(--dark-blue);
  font-size: 10px;
  background-color: var(--hero-gray);
  padding: 4px 0 4px 0.5rem;
  margin: 0 0.5rem 0 0;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-lp2-card-container .hero-lp2-card .card-body-container .card-title {
    font-size: 11px;
  }
}

.hero-lp2-card-container .hero-lp2-card .card-body-container .card-body {
  color: var(--white);
  padding: 0 0 0 0.5rem;
}

.hero-lp2-card-container .hero-lp2-card .card-body-container .card-body .card-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0 0.1rem;
  font-size: 13px;
}

@media (min-width: 768px) {
  .hero-lp2-card-container .hero-lp2-card .card-body-container .card-body .card-info {
    gap: 0.5rem;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .hero-lp2-card-container .hero-lp2-card .card-body-container .card-body .card-info {
    gap: 1rem;
  }
}

.hero-lp2-card-container .hero-lp2-card .card-body-container .card-body .card-info dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  font-size: 10px;
  white-space: nowrap;
}

.hero-lp2-card-container .hero-lp2-card .card-body-container .card-body .card-main-body {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hero-lp2-card-container .hero-lp2-card .card-body-container .card-body .card-main-body {
    font-size: 16px;
  }
}

h4.center-title {
  margin-bottom: 0.5rem !important;
}

.center-title {
  text-align: center;
  color: var(--dark-blue);
  margin: 1.5rem auto;
}

@media (min-width: 768px) {
  .center-title {
    max-width: 1000px;
  }
}

.simulation .center-title {
  margin: 0.5rem auto 1.5rem;
}

.font-size-18 {
  font-size: 18px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

@media (min-width: 768px) {
  .mt-0-pc {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .mt-1-pc {
    margin-top: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mt-2-pc {
    margin-top: 2rem !important;
  }
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-half {
  margin-top: 0.5rem !important;
}

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

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

@media (min-width: 768px) {
  .mb-1-pc {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  .mb-2-pc {
    margin-bottom: 2rem !important;
  }
}

@media (min-width: 768px) {
  .mb-5-pc {
    margin-bottom: 5rem !important;
  }
}

.text-width {
  max-width: 820px !important;
}

.center-title-pc {
  color: var(--dark-blue);
  margin: 1.5rem auto;
}

@media (min-width: 768px) {
  .center-title-pc {
    text-align: center;
  }
}

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

@media (min-width: 768px) {
  .center-text-pc {
    text-align: center;
  }
}

.center-img {
  display: flex;
  justify-content: center;
  margin: auto;
}

.arrow-down {
  -ms-grid-column-align: center;
  justify-self: center;
  width: 0;
  height: 0;
  border-right: 4rem solid transparent;
  border-left: 4rem solid transparent;
  border-top: 3rem solid var(--gray);
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .arrow-down {
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 2rem solid var(--gray);
    margin: 1.5rem auto 1rem;
  }
}

.arrow-down-light-blue {
  border-top: 3rem solid var(--light-blue);
}

@media (min-width: 768px) {
  .arrow-down-light-blue {
    border-top: 2rem solid var(--light-blue);
  }
}

.arrow-down-blue {
  border-top: 3rem solid var(--blue);
}

@media (min-width: 768px) {
  .arrow-down-blue {
    border-top: 2rem solid var(--blue);
  }
}

.arrow-down-purple {
  border-top: 3rem solid var(--purple);
}

@media (min-width: 768px) {
  .arrow-down-purple {
    border-top: 2rem solid var(--purple);
  }
}

section {
  padding: 1rem 1.6rem;
  position: relative;
  scroll-margin-top: 4rem;
}

@media (min-width: 768px) {
  section {
    padding: 2rem 1.6rem;
    scroll-margin-top: 5rem;
  }
}

section .catalog-img {
  display: flex;
  width: 90%;
  max-width: 300px;
  margin: 1rem auto;
  padding-bottom: 1rem;
}

section .catalog-list {
  display: none;
}

@media (min-width: 768px) {
  section .catalog-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 1rem auto;
    padding-bottom: 1rem;
    max-width: 660px;
  }
}

section .catalog-list .catalog-img-inner {
  max-width: 90%;
  -ms-grid-column-align: center;
  justify-self: center;
}

.points-links {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin: 1rem auto 2rem;
}

@media (min-width: 768px) {
  .points-links {
    flex-flow: row;
    justify-content: center;
    max-width: 820px;
    margin: 1rem auto 2rem;
  }
}

.points-links .point-link {
  letter-spacing: 5px;
  color: var(--white);
  background-color: var(--gray);
  text-align: center;
  padding: 1rem 0;
  text-decoration: none;
  width: 100%;
  max-width: 660px;
  margin: auto;
}

.point-section {
  margin: 1rem auto;
  max-width: 1200px;
}

@media (min-width: 768px) {
  .point-section {
    margin: 1rem auto 2rem;
    display: flex;
    gap: 3rem;
    justify-content: center;
    align-items: center;
    max-width: 820px;
  }
}

.point-section .point-section-img-container {
  position: relative;
}

.point-section .point-section-img-container .point-section-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  letter-spacing: 5px;
  font-size: 50px;
  white-space: nowrap;
}

.point-section .point-section-img-container .point-section-img {
  width: 100%;
  margin: 0.5rem auto;
}

@media (min-width: 768px) {
  .point-section .point-section-img-container .point-section-img {
    height: 200px;
    min-width: 320px;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    max-width: 500px;
    margin: 0.5rem auto;
  }
}

.point-section .point-section-img-container .point-section-body {
  margin: 0 auto 1rem;
}

.square-list li {
  list-style: none;
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

.square-list li:before {
  content: "■";
  display: inline-block;
}

@media (min-width: 768px) {
  .bullet-points-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 820px;
    margin: 1rem auto;
  }

  .lp5 .bullet-points-section {
    gap: 1rem;
  }
}

@media (min-width: 1080px) {
  .bullet-points-section {
    flex-wrap: nowrap;
  }
}

.bullet-points-section .bullet-point-section {
  background-color: var(--gray);
}

.bullet-points-section .subsection {
  scroll-margin-top: 4rem;
}

@media (min-width: 768px) {
  .bullet-points-section .subsection {
    margin: 0 !important;
    scroll-margin-top: 5rem;
  }
}

.bullet-point-section {
  max-width: 1000px;
  margin: auto;
}

.bullet-point-section .title {
  color: var(--white);
  background-color: var(--gray);
  text-align: center;
  padding: 0.5rem 0;
  max-width: 1000px;
  margin: auto;
}

.bullet-point-section .subtitle {
  color: var(--dark-blue);
  text-align: center;
  margin: 1rem auto;
}

.bullet-point-section .bullet-points {
  color: var(--dark-blue);
  font-weight: 700;
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
}

@media (min-width: 768px) {
  .bullet-point-section .bullet-points {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    width: 260px;
    padding: 0 1rem;
    min-height: 180px;
  }
}

.bullet-point-section .bullet-points p {
  margin: 0;
}

@media (min-width: 768px) {
  .bullet-points-horizontal {
    display: flex;
    gap: 0.5rem;
  }
}

.point-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-blue) !important;
}

.point-subtitle span {
  color: var(--light-blue);
  background-color: var(--white);
  border-radius: 5px;
  margin-right: 1rem;
  padding: 0px 4px 0px 8px;
  font-size: 12px;
}

.tax-reduction-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1rem auto;
  max-width: 660px;
}

@media (min-width: 768px) {
  .tax-reduction-section {
    margin: 2rem auto;
  }
}

.tax-reduction-section .tax-reduction-point .tax-reduction-point-title {
  color: var(--white);
  background-color: var(--dark-blue);
  text-align: center;
  padding: 0.5rem 0;
}

.tax-reduction-section .tax-reduction-point .tax-reduction-point-img-container {
  background-color: var(--gray);
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 120px;
}

.tax-reduction-section .tax-reduction-point .tax-reduction-point-img-container .tax-reduction-point-img {
  height: 80%;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.tax-reduction-section .tax-reduction-point .tax-reduction-point-img-container .tax-reduction-point-text {
  text-align: center;
  color: var(--dark-blue);
  white-space: nowrap;
  padding: 0 0 1rem;
}

.color-icons-section {
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .color-icons-section {
    max-width: 600px;
  }
}

.color-icons-section .color-icons {
  margin: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}

@media (min-width: 768px) {
  .color-icons-section .color-icons {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin: 1.5rem 0;
  }
}

.color-icons-section .color-icons .color-icon {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  align-self: baseline;
}

.color-icons-section .color-icons .color-icon .color-icon-img {
  width: 100%;
  max-width: 100px;
  margin: auto;
}

@media (min-width: 768px) {
  .color-icons-section .color-icons .color-icon .color-icon-img {
    max-width: 120px;
  }
}

.color-icons-section .color-icons .color-icon p {
  font-weight: 700;
}

.full-img {
  width: 100%;
}

@media (min-width: 768px) {
  .full-img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    max-width: 1000px;
  }
}

.crowd-section {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.crowd-section .crowd-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  height: 58px;
}

@media (min-width: 768px) {
  .crowd-section .crowd-logo {
    top: 50px;
    height: 80px;
  }
}

.crowd-section .crowd-bg {
  width: 100%;
  max-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 820px;
  margin: auto;
}

@media (min-width: 768px) {
  .crowd-section .crowd-bg {
    max-height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .crowd-buildings {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 4rem;
    margin: 0 auto 2rem;
    max-width: 820px;
  }
}

.crowd-building {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .crowd-building {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
}

.crowd-building hr {
  margin: 0.5rem auto;
}

.crowd-building p {
  margin: 0.5rem auto !important;
}

.crowd-building .red-text {
  color: var(--red);
  font-weight: 300;
  margin: auto !important;
}

@media (min-width: 768px) {
  .crowd-building .subsection-img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto !important;
  }
}

.section-arrow {
  width: 0;
  height: 0;
  border-top: 4rem solid var(--white);
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.section-arrow-gray {
  width: 0;
  height: 0;
  border-top: 4rem solid var(--hero-gray);
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.section-arrow-blue {
  width: 0;
  height: 0;
  border-top: 4rem solid var(--dark-blue);
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.first-icon {
  height: 65px;
}

@media (min-width: 768px) {
  .first-icon {
    height: 90px;
  }
}

.first-main {
  font-size: 18px;
}

@media (min-width: 768px) {
  .first-main {
    font-size: 26px;
    margin-bottom: 0.3rem;
    max-width: none;
  }
}

.gray-section {
  background-color: var(--hero-gray);
  margin: auto;
}

.gray-section h3 {
  color: var(--dark-blue);
}

.red-text {
  color: var(--red);
  font-weight: 700;
}

.gray-section-with-arrow {
  padding-top: 6rem;
  margin-top: -1rem;
}

@media (min-width: 768px) {
  .gray-section-with-arrow {
    margin-bottom: 3rem;
    margin-top: -3rem;
  }
}

.white-section-with-arrow {
  padding-top: 5rem;
  margin-top: 0rem;
}

@media (min-width: 768px) {
  .white-section-with-arrow {
    margin-bottom: 0rem;
    margin-top: 0rem;
  }
}

.introduction-title {
  text-align: center;
}

.introduction-title .exclamation {
  color: var(--dark-blue);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.introduction-title .exclamation .r-line,
.introduction-title .exclamation .l-line {
  font-weight: 200;
  display: inline-block;
  margin: 0;
  line-height: 0;
}

.introduction-title .exclamation .r-line {
  transform: rotate(130deg);
}

.introduction-title .exclamation .l-line {
  transform: rotate(-133deg);
}

.introduction-title .exclamation .title {
  font-weight: 700;
}

.introduction-title h3,
.introduction-title h4 {
  color: var(--dark-blue);
}

.introduction-title .small {
  font-size: 16px;
}

.introduction-title .big {
  font-size: 24px;
}

.introduction-title .label {
  color: var(--white);
  background-color: var(--light-blue);
  padding: 0.2rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 2rem;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .introduction-title .label {
    letter-spacing: 2px;
    margin: 1rem auto 4rem;
  }
}

.introduction-images .image {
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .introduction-images .image {
    margin: 2rem auto;
  }
}

.introduction-comment {
  display: flex;
  gap: 1rem;
  margin: 1rem auto;
  max-width: 660px;
}

.introduction-comment h4 {
  color: var(--dark-blue);
}

.introduction-comment .icon {
  height: 60px;
  margin: auto 0;
}

.blue-section {
  text-align: center;
  color: var(--white);
  background-color: var(--dark-blue);
  padding: 1rem 0rem;
  margin: auto;
}

@media (min-width: 768px) {
  .blue-section {
    max-width: 1000px;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .bubble-section {
    display: flex;
    gap: 3rem;
    justify-content: center;
  }
}

strong {
  color: var(--dark-blue);
}

.bubble {
  position: relative;
  text-align: center;
  background-color: var(--gray);
  width: 100%;
  min-height: 68px;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  padding: 10px;
  border-radius: 10px;
  color: var(--dark-blue);
  font-weight: 700;
}

@media (min-width: 768px) {
  .bubble {
    width: 300px;
    max-width: 588.23529px;
  }
}

.bubble .arrow-down {
  width: 0;
  height: 0;
  border-top: 1rem solid var(--gray);
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  position: absolute;
  bottom: -30px;
}

.bubble .right-arrow {
  right: 10px;
}

.step-links-list .step-links {
  margin: 3rem auto 1rem;
}

@media (min-width: 768px) {
  .step-links-list .step-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}

.lp3 .step-links-list .step-links {
  margin: 0 auto 1rem;
}

.step-links-list .step-links a:hover {
  opacity: 0.8;
}

.step-links-list .step-links .step-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.2rem;
  max-width: 500px;
  margin: 0.5rem auto;
  text-decoration: none;
}

@media (min-width: 768px) {
  .step-links-list .step-links .step-link {
    display: flex;
    flex-flow: column;
    max-width: 200px;
    margin: 0;
  }
}

.step-links-list .step-links .step-link .step-link-img {
  height: 78px;
  width: auto;
}

@media (min-width: 768px) {
  .step-links-list .step-links .step-link .step-link-img {
    height: 150px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.step-links-list .step-links .step-link .step-title {
  text-align: center;
  color: var(--white);
  font-size: 13px;
  display: -ms-grid;
  display: grid;
  margin: auto 0;
  height: 78px;
}

@media (min-width: 768px) {
  .step-links-list .step-links .step-link .step-title {
    display: -ms-grid;
    display: grid;
    padding: 0 1rem;
    height: 80px;
  }
}

.step-links-list .step-links .step-link .step-title h5 {
  font-size: 12px;
  font-weight: 400;
  -ms-grid-row-align: end;
  align-self: end;
}

.step-links-list .step-links .step-link .step-title h3 {
  font-weight: 700;
  -ms-grid-row-align: start;
  align-self: start;
  line-height: 1.3;
}

.step {
  margin: 1rem auto;
  max-width: 1000px;
}

.step .step-subtitle {
  color: var(--white);
  text-align: center;
  background-color: var(--dark-blue);
  font-weight: 400;
  margin: auto;
  padding: 0.5rem;
  max-width: 820px;
}

@media (min-width: 768px) {
  .step .step-subtitle {
    margin: 1rem auto 2rem;
  }
}

.step .step-subtitle strong {
  color: var(--white);
}

.step .step-unit {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .step .step-unit {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    max-width: 660px;
  }
}

.step .step-unit .step-block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 500px;
}

.step .step-unit .step-block .header {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.step .step-unit .step-block .header .step-number {
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.step .step-unit .step-block .header h4 {
  color: var(--white);
  text-align: center;
}

.step .step-unit .step-list {
  position: relative;
  margin: 1rem auto;
  padding-bottom: 0.5rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .step .step-unit .step-list {
    margin: 0;
    min-width: 200px;
  }
}

.step .step-unit .step-list ul {
  -ms-grid-column-align: center;
  justify-self: center;
  list-style: none;
  font-weight: 700;
}

@media (min-width: 768px) {
  .step .step-unit .step-list {
    display: flex;
    gap: 1rem;
    margin-bottom: -1rem;
  }
}

.step .step-unit .step-img {
  width: 100%;
}

.lp2-example-section {
  background-color: var(--dark-blue);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .lp2-example-section {
    margin-bottom: 2rem;
  }
}

.lp2-example-section .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto 1.5rem;
}

.lp2-example-section .title h3 {
  color: var(--white);
}

.lp2-example-section .title .white-bg {
  color: var(--dark-blue);
  background-color: var(--white);
  padding: 0 0.5rem;
}

.lp2-example-section .example-container {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin: 0 auto 0.5rem;
  max-width: 400px;
}

@media (min-width: 768px) {
  .lp2-example-section .example-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: unset;
  }
}

.lp2-example-section .example-container .example-img {
  width: 100%;
  margin: 1rem auto;
  max-width: 400px;
  margin: 0;
}

.lp2-example-section .example-container .example-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp2-example-section .example-container .example-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 194px;
  }
}

@media (min-width: 768px) {
  .lp3-anchor-section {
    margin-top: -2rem !important;
  }
}

.lp3-anchor-section .lp3-anchors {
  display: flex;
  max-width: 660px;
  margin: 0 auto 1rem;
  flex-flow: column;
  gap: 0.6rem;
}

@media (min-width: 768px) {
  .lp3-anchor-section .lp3-anchors {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}

.lp3-anchor-section .lp3-anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  text-decoration: none;
  margin: 0 auto;
}

.lp3-anchor-section .lp3-anchor .lp3-anchor-img {
  height: 75px;
  -ms-grid-row-align: center;
  align-self: center;
}

.lp3-anchor-section .lp3-anchor .lp3-anchor-list {
  font-size: 13px;
  white-space: nowrap;
  -ms-grid-row-align: center;
  align-self: center;
}

.lp3-anchor-section .lp3-anchor .lp3-anchor-list li {
  padding: 0;
}

.lp3-anchor-section .lp3-anchor .lp3-anchor-list li::before {
  content: "・";
  vertical-align: middle;
}

.when-to-sell-images {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 820px;
}

@media (min-width: 768px) {
  .when-to-sell-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 0 auto 2rem;
  }
}

.when-to-sell-images .when-to-sell-img {
  width: 100%;
  margin: 1rem auto;
  max-width: 500px;
}

@media (min-width: 768px) {
  .when-to-sell-images .when-to-sell-img {
    max-width: 660px;
  }
}

.icons-title h3 {
  margin: 0;
  padding: 0;
}

.icons-title p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 1080px) {
  .icon-section {
    margin-top: 3rem;
  }
}

.icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem auto;
  gap: 1.5rem 0;
  color: var(--dark-blue);
}

@media (min-width: 1080px) {
  .icons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem 2rem;
    max-width: 1000px;
    margin: 2rem auto 0;
  }
}

.lp3 .icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0rem 4rem;
  max-width: 1000px;
}

.icons .icon {
  display: flex;
  flex-flow: column;
  font-weight: 700;
}

.icons .icon .icon-img {
  height: 98px;
  width: 98px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  background-color: var(--gray);
}

.light-blue-subsection .icons .icon .icon-img {
  background-color: var(--white);
}

@media (min-width: 768px) {
  .icons .icon .icon-img {
    height: 160px;
    width: 160px;
  }
}

.icons .icon .icon-img .icon-img-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.icons .icon .icon-img .smaller-icon {
  height: 75%;
}

.icons p {
  text-align: center;
  margin: 0.5rem auto 0;
  max-width: 144px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .icons p {
    max-width: 200px;
  }
}

.element-width-mid {
  max-width: 660px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .simulation-container {
    margin: auto;
  }
}

.simulation {
  margin: 0 auto 1rem;
}

@media (min-width: 768px) {
  .simulation {
    margin: 0 auto 2rem;
  }
}

.simulation:first-of-type {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .simulation:first-of-type {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .simulation:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .simulation .simulation-block {
    display: flex;
    align-items: center;
    max-width: 660px;
    margin: 0 auto;
    gap: 2rem;
  }
}

.simulation .simulation-image-block {
  min-width: 320px;
  align-self: flex-start;
}

.simulation .simulation-title {
  text-align: center;
  color: var(--white);
  background-color: var(--dark-blue);
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  margin: auto;
}

@media (min-width: 768px) {
  .simulation .simulation-title {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.simulation .simulation-title span {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0.1rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: var(--dark-blue);
  background-color: var(--white);
  border-radius: 2px;
}

.simulation .simulation-title h3 {
  -ms-grid-row-align: center;
  align-self: center;
}

.lp4 .simulation .simulation-title h3 {
  text-align: center;
}

.simulation .simulation-img {
  width: 100%;
}

@media (min-width: 768px) {
  .simulation .simulation-img {
    height: 200px;
    max-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .simulation .simulation-body-block {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .simulation .simulation-body-block .center-title {
    text-align: left;
  }
}

.crowd-example {
  margin: 2rem auto;
  max-width: 820px;
}

@media (min-width: 768px) {
  .crowd-example {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
}

.crowd-example .crowd-example-title {
  text-align: center;
  color: var(--white);
  background-color: var(--light-blue);
  font-weight: 700;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0.5rem 0;
  margin: auto;
}

.crowd-example .crowd-example-img {
  width: 100%;
}

@media (min-width: 768px) {
  .crowd-example .crowd-example-img {
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .crowd-example .crowd-example-image-block {
    width: 450px;
    min-width: 380px;
  }
}

@media (min-width: 768px) {
  .crowd-example .crowd-example-body-block {
    width: 365px;
    align-self: baseline;
  }
}

.crowd-example h5 {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .crowd-example h5 {
    margin-top: 0;
  }
}

.crowd-example h2 {
  color: var(--light-blue);
  font-size: 40px;
}

.crowd-example .percentage {
  color: var(--white);
  background-color: var(--light-blue);
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.crowd-example .align-right {
  text-align: right;
  width: 100%;
  margin: 0.5rem auto;
}

.crowd-example .example-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem;
}

.crowd-example .example-grid .example-unit {
  background-color: var(--gray);
  min-height: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .crowd-example .example-grid .example-unit {
    min-height: 204px;
  }
}

.crowd-example .example-grid .example-unit p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 auto 0.2rem;
}

.crowd-example .example-grid .example-unit h1 {
  color: var(--light-blue);
  font-size: 40px;
  line-height: 1.2;
}

.crowd-example .example-grid .example-unit h3 {
  color: var(--light-blue);
}

@media (min-width: 768px) {
  .property-steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 660px;
    margin: 3rem auto 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .property-steps {
    margin: 1rem auto 0;
    max-width: 820px;
  }
}

.property-steps .property-step {
  border-top: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  margin: 1rem auto;
  padding: 0.5rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .property-steps .property-step {
    width: 100%;
  }
}

.list {
  margin: 1rem auto;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.list p {
  margin: 0;
}

.list li {
  list-style: none;
  position: relative;
  padding: 0.2rem 0 0.2rem 0.7rem;
  font-size: 13px;
}

.list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .on-image {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -3rem;
    margin-bottom: -7rem;
  }

  .on-image .text-on-image {
    position: absolute;
    top: 8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .on-image .bg-img {
    margin: 5rem auto 0;
  }
}

.images-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2rem auto 1rem;
  max-width: 660px;
}

.images-section .image-box {
  display: flex;
  flex-flow: column;
}

.images-section .image-box img {
  width: 100%;
  max-height: 100px;
}

@media (min-width: 768px) {
  .images-section .image-box img {
    max-height: none;
  }
}

.images-section .image-box h5 {
  text-align: center;
  margin-top: 0.5rem;
  color: var(--dark-blue);
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
}

.article-img {
  max-width: 820px;
  width: 100%;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .article-img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 10%;
    object-position: 0 10%;
    display: flex;
    margin: 0rem auto 1rem;
  }
}

.avatar-dialog-list {
  margin: 1.5rem auto;
  border-top: 1px solid var(--dark-blue);
}

@media (min-width: 768px) {
  .avatar-dialog-list {
    max-width: 1000px;
  }
}

.avatar-dialog-list .avatar-dialog {
  border-bottom: 1px solid var(--dark-blue);
}

.avatar-dialog-list .avatar-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  color: var(--dark-blue);
  gap: 1rem;
  margin: 1rem auto;
  max-width: 1000px;
  position: relative;
}

@media (min-width: 768px) {
  .avatar-dialog-list .avatar-unit {
    max-width: 600px;
  }
}

.avatar-dialog-list .avatar-unit:first-child {
  margin-bottom: 2rem;
}

.avatar-dialog-list .avatar-unit .avatar {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-width: 80px;
}

.avatar-dialog-list .avatar-unit .avatar .avatar-img {
  width: 62px;
  margin: 0.5rem auto;
}

@media (min-width: 768px) {
  .avatar-dialog-list .avatar-unit .avatar .avatar-img {
    width: 80px;
  }
}

.avatar-dialog-list .avatar-unit .avatar small {
  font-size: 10px;
  color: var(--dark-blue);
  font-weight: 700;
  line-height: 1.2;
}

.avatar-dialog-list .avatar-unit .avatar-text {
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
}

.avatar-dialog-list .avatar-unit .arrow-down {
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-top: 1rem solid var(--gray);
  position: absolute;
  bottom: -45px;
  left: 30px;
}

@media (min-width: 768px) {
  .avatar-dialog-list .avatar-unit .arrow-down {
    bottom: -45px;
    left: 30px;
  }
}

.icon-list-logo {
  display: flex;
  width: 90%;
  max-width: 300px;
  margin: 1rem auto;
  max-width: 660px;
}

@media (min-width: 768px) {
  .icon-list-logo {
    margin: 2rem auto;
  }
}

@media (min-width: 768px) {
  .icon-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0 4rem;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 820px;
  }
}

.light-blue-subsection-title {
  margin: 0;
  padding: 0.5rem;
  color: var(--white);
  background-color: var(--light-blue);
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.light-blue-subsection {
  background-color: var(--light-blue-transparent);
  padding: 0.1rem 1rem 1rem;
  margin: 0 auto 1rem !important;
}

.gray-subsection-title {
  max-width: 1000px !important;
  margin-bottom: 0 !important;
}

.gray-subsection {
  background-color: var(--gray);
  padding: 0.1rem 1rem 1rem;
  margin: 0 auto 1rem !important;
}

.subsection-line-title {
  margin-top: 2rem;
}

.subsection-line-title h3 {
  margin-bottom: 0.2rem !important;
}

.subsection-line-title hr {
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
}

.gray-section-with-arrow .subsection-line-title hr {
  margin: 1rem auto !important;
}

.subsection {
  margin: 1rem auto 2rem;
  max-width: 1000px;
  scroll-margin-top: 4rem;
}

@media (min-width: 768px) {
  .subsection {
    margin-top: 3rem;
    scroll-margin-top: 5rem;
  }
}

.subsection h4 {
  padding: 0.5rem;
  text-align: center;
  color: var(--dark-blue);
}

.subsection h6 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.subsection .main {
  color: var(--white);
  background-color: var(--dark-blue);
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .subsection .main {
    min-width: 400px;
  }
}

.subsection .main h4 {
  color: var(--white);
}

.subsection .main .sub-main-text {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

.subsection .two-line-main {
  padding: 1rem 0;
}

.subsection .two-line-main h3 {
  margin: 0;
  padding: 0;
}

.subsection p {
  margin: 1rem auto;
}

.subsection .subsection-img {
  width: 100%;
  display: flex;
  margin: auto;
  max-width: 660px;
}

@media (min-width: 768px) {
  .subsection .subsection-img {
    width: 70%;
  }
}

.subsection .white-box {
  background-color: var(--white);
  padding: 1rem 1rem 0.5rem;
  margin: 0.5rem;
}

.subsection .white-box h3 {
  margin: 0;
  padding: 0;
}

.subsection .image-text {
  font-size: 10px;
  text-align: center;
  color: var(--dark-blue);
  margin: 4px auto 1rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .subsection .image-text {
    max-width: 60%;
  }
}

.subsection .icon-unit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .subsection .icon-unit {
    max-width: 1000px;
    gap: 2rem;
    margin: 1rem auto 2rem;
  }
}

.subsection .icon-unit .icon-unit-img {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 55px;
  width: 55px;
}

.subsection .icon-unit .icon-unit-img img {
  height: 55px;
}

.subsection .icon-unit .icon-unit-text .title {
  color: var(--dark-blue);
  font-weight: 700;
  margin: 0;
}

.subsection .icon-unit .icon-unit-text .icon-unit-body {
  margin: 0;
}

@media (min-width: 768px) {
  .big-icon-subsection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 660px;
    margin: 0 auto;
  }
}

.big-icon-subsection .big-icon-img {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  height: 240px;
  width: 240px;
  margin: 1rem auto 0;
  position: relative;
  border-radius: 50%;
  background-color: var(--gray);
}

.big-icon-subsection .big-icon-img .big-icon-img-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

@media (min-width: 768px) {
  .big-icon-subsection .big-icon-subsection-body {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.min-subsection {
  margin: 0 auto 1rem;
}

.min-subsection .main {
  color: var(--white) !important;
  background-color: var(--dark-blue);
  min-width: unset;
  max-width: 260px;
  margin: 0 auto 0rem;
}

.min-subsection h4 {
  margin: 0;
}

.comment-list {
  margin: auto;
}

@media (min-width: 768px) {
  .comment-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 1rem auto 2rem;
    max-width: 820px;
  }
}

@media (min-width: 768px) {
  .comment-list .comment-container {
    display: -ms-grid;
    display: grid;
    gap: 2rem;
  }
}

.comment-list .comment {
  display: flex;
  flex-flow: column;
  margin: 1rem auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--dark-blue);
}

.comment-list .comment:last-child {
  border-bottom: none;
  border-right: none;
  padding: 0;
}

.comment-list .comment .comment-img {
  width: 100%;
  margin: 1rem auto;
  max-width: 500px;
  display: flex;
}

.comment-list .comment .header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  margin: 1rem auto;
  max-width: 1000px;
}

@media (min-width: 768px) {
  .comment-list .comment .header {
    margin: auto 0;
    min-height: 120px;
  }
}

.comment-list .comment .header .comment-avatar {
  display: flex;
  flex-flow: column;
  -ms-grid-row-align: center;
  align-self: center;
}

.comment-list .comment .header .comment-avatar .avatar-img {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 62px;
}

.comment-list .comment .header .comment-avatar small {
  color: var(--dark-blue);
  font-weight: 700;
  margin: auto;
  font-size: 10px;
}

.comment-list .comment .header .comment-text {
  color: var(--dark-blue);
  font-weight: 700;
  margin: auto 0;
}

.comment-list .comment .header .comment-text h3 {
  line-height: 1.4;
}

.comment-list .comment p {
  margin: auto;
}

.comment-list .comment .comment-bullet-points {
  margin: 1rem auto 0;
}

footer {
  display: flex;
  color: var(--white);
  background-color: var(--dark-blue);
  padding: 1rem 1rem 19rem;
  font-weight: 300;
  position: absolute;
  inset: auto 0 0;
  margin: 0 auto;
  height: 19rem;
}

@media (min-width: 768px) {
  footer {
    padding: 0;
    height: 14rem;
  }
}

footer .footer-container {
  margin: auto;
  max-width: 1000px;
}

@media (min-width: 768px) {
  footer .footer-container {
    width: 1000px;
    text-align: center;
  }
}

footer .footer-container .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
}

@media (min-width: 768px) {
  footer .footer-container .footer-links {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 0 auto;
  }
}

footer .footer-container .footer-links a {
  color: var(--white);
  font-size: 10px;
  padding: 0.2rem 0;
  transition: color 0.2s ease-in-out;
}

footer .footer-container img {
  height: 36px;
  margin: 1.5rem 0;
}

footer .footer-container .copyright {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

footer .footer-container .copyright .copyright-symbol {
  font-size: 18px;
}


/*# sourceMappingURL=style.css.map*/