/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
    overflow-x: hidden;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
:root {
  --color-black: #000;
  --color-blue: #53b4b1;
  --color-border-gray: #cbcbcb;
  --color-close-gray: #bababa;
  --color-dark-gray: #2d2d2d;
  --color-light-blue: #b7e5e4;
  --color-light-gray: #f2f1f6;
  --color-light-pink: #da696e;
  --color-navy: #000032;
  --color-pink: #e34154;
  --color-red: #e70000;
  --color-vivid-pink: #d63048;
  --color-white: #fff;
  --color-form-gray: #ececec;
}
html {
  font-size: 62.5%;
}
body {
  color: #000032;
  color: var(--color-navy);
  font-size: 1.6rem;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.06em;
  background-color: #fff;
  background-color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}
img {
  vertical-align: bottom;
}
button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.none--sp {
  display: block;
}
@media (max-width: 767px) {
  .none--sp {
    display: none;
  }
}
.none--tb {
  display: none;
}
@media (max-width: 1080px) {
  .none--tb {
    display: block;
  }
}
.none--pc {
  display: none;
}
@media (max-width: 767px) {
  .none--pc {
    display: block;
  }
}
.lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 22px 30px;
  margin: 0 auto 60px;
  color: #fff;
  color: var(--color-white);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #53b4b1;
  background-color: var(--color-blue);
}
@media (max-width: 767px) {
  .lead {
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .lead--with-image {
    width: 100%;
    margin: -40px -20px 30px;
  }
}
@media (max-width: 374px) {
  .lead {
    font-size: 1.7rem;
  }
}
.lead__image {
  display: none;
}
@media (max-width: 767px) {
  .lead__image {
    display: block;
    width: 180px;
    height: auto;
    margin: 12px auto 0;
  }
}
.title {
  position: relative;
  margin: 0 auto 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .title {
    margin: 0 auto 40px;
  }
}
.title.title--company {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .title.title--company {
    margin: 0 auto 40px;
  }
}
.title__container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}
.title--recommend .title__container {
  bottom: 55px;
}
.title--company .title__container {
  bottom: 60px;
}
@media (max-width: 767px) {
  .title__container {
    position: static;
  }
}
.title--media {
  width: auto;
  height: 151px;
  background: url(img/title.8b63e302.svg) no-repeat 50%;
}
.title--recommend {
  width: auto;
  height: 196px;
  background: url(img/title.4d4c50e3.svg) no-repeat 50%;
}
.title--reason {
  width: auto;
  height: 140px;
  background: url(img/title.ad5c2d0d.svg) no-repeat 50%;
}
.title--voice {
  width: auto;
  height: 151px;
  background: url(img/title.274ef985.svg) no-repeat 50%;
}
.title--data {
  width: auto;
  height: 140px;
  background: url(img/title.783e25d9.svg) no-repeat 50%;
}
.title--company {
  width: auto;
  height: 187px;
  background: url(img/title.e5d971e7.svg) no-repeat 50%;
}
@media (max-width: 767px) {
  .title--company,
  .title--data,
  .title--media,
  .title--reason,
  .title--recommend,
  .title--voice {
    height: auto;
    background-size: auto;
  }
}
.title__en {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 22px;
  font-size: 2rem;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.06em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(50%, #b7e5e4)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(50%, var(--color-light-blue))
  );
  background: linear-gradient(transparent 60%, #b7e5e4 0);
  background: linear-gradient(transparent 60%, var(--color-light-blue) 0);
}
.title__ja {
  font-size: 4rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .title__ja {
    font-size: 2.2rem;
  }
}
@media (max-width: 374px) {
  .title__ja {
    font-size: 2.1rem;
  }
}
.modal__closeButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 30px 30px 0 auto;
}
@media (max-width: 1024px) {
  .modal__closeButton {
    width: 24px;
    height: 24px;
    margin: 25px 15px 0 auto;
  }
}
.modal__closeButton:after,
.modal__closeButton:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #bababa;
  background-color: var(--color-close-gray);
}
@media (max-width: 1024px) {
  .modal__closeButton:after,
  .modal__closeButton:before {
    width: 34px;
  }
}
.modal__closeButton:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.modal__closeButton:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  right: 0;
}
.modal__closeButton.is-white {
  margin: 30px 10px 0 auto;
}
@media (max-width: 1024px) {
  .modal__closeButton.is-white {
    margin: 25px -5px 0 auto;
  }
}
.modal__closeButton.is-white:after,
.modal__closeButton.is-white:before {
  background: #fff;
  background: var(--color-white);
}
.modal__attention {
  display: inline-block;
  color: #53b3b0;
}
.d-modal {
  position: fixed;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  color: #000032;
  color: var(--color-navy);
  background-color: #fff;
  background-color: var(--color-white);
  overflow-y: auto;
}
.d-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1140px;
  padding: 55px 0 110px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .d-modal__container {
    width: 100%;
    padding: 55px 20px 110px;
  }
}
@media (max-width: 1024px) {
  .d-modal__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
.d-modal__notice {
  width: calc(50% - 40px);
}
@media (max-width: 1200px) {
  .d-modal__notice {
    width: calc(45% - 40px);
  }
}
@media (max-width: 1024px) {
  .d-modal__notice {
    width: 100%;
  }
}
.d-modal__logo {
  width: 123px;
  height: 24px;
  margin-bottom: 25px;
}
.d-modal__text {
  margin-bottom: 25px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .d-modal__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .d-modal__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .d-modal__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.d-modal__documentImage {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .d-modal__documentImage {
    width: 250px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .d-modal__documentImage {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 25px;
  }
}
.d-modal__merit {
  width: 100%;
  padding: 30px;
  border: 1px solid #ececec;
  border: 1px solid var(--color-form-gray);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .d-modal__merit {
    max-width: 465px;
    width: 100%;
    padding: 30px 16px;
  }
}
.d-modal__meritTitle {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .d-modal__meritTitle {
    font-size: 2rem;
  }
}
.d-modal__meritContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 400px) {
  .d-modal__meritContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.d-modal__meritContainer:last-child {
  margin-bottom: 0;
}
.d-modal__point {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 115px;
  padding: 6px 0;
  margin-right: 10px;
  color: #fff;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  text-align: center;
  background-color: #000032;
  background-color: var(--color-navy);
}
@media (max-width: 1024px) {
  .d-modal__point {
    width: 85px;
    padding: 6px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .d-modal__point {
    margin: 0 0 6px;
  }
}
.d-modal__pointText {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .d-modal__pointText {
    font-size: 1.6rem;
  }
}
.d-modal__form {
  width: 50%;
  padding: 80px 40px 65px;
  border: 10px solid #ececec;
  border: 10px solid var(--color-form-gray);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .d-modal__form {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  .d-modal__form {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .d-modal__form {
    padding: 30px 16px;
  }
}
.d-modal__formTitle {
  margin-bottom: 35px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .d-modal__formTitle {
    font-size: 2rem;
  }
}
.d-modal__formContents {
  width: 100%;
  min-height: 865px;
}
@media (max-width: 767px) {
.d-modal__formContents {
  min-height: 905px;
}
}
.d-modal .none--tb {
  display: block;
}
@media (max-width: 1024px) {
  .d-modal .none--tb {
    display: none;
  }
}
.p-modal {
  position: fixed;
  z-index: 5;
  display: none;
  height: 100%;
  padding: 0 20px;
  color: #000;
  color: var(--color-black);
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
}
.p-modal,
.p-modal__container {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-modal__container {
  max-width: 964px;
  padding: 52px 98px 86px;
  margin: 66px auto 60px;
  background-color: #fff;
  background-color: var(--color-white);
}
@media (max-width: 1024px) {
  .p-modal__container {
    padding: 42px 24px 76px;
    margin: 40px auto 60px;
  }
}
.p-modal__title {
  margin: 20px 0;
  font-size: 2.4rem;
  line-height: 1.6;
}
.p-modal__text {
  font-size: 1.4rem;
  line-height: 1.7;
}
.media__container {
  width: 959px;
  padding: 50px 0 122px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .media__container {
    width: 100%;
    padding: 50px 20px 122px;
  }
}
@media (max-width: 767px) {
  .media__container {
    padding: 40px 20px;
  }
}
.media__body {
  margin-bottom: 75px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
}
.media__companyLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.media__logo {
  width: calc(25% - 51.75px);
  height: auto;
  padding: 12px 34px 12px 0;
  margin: 36px 34px 0 0;
  border-right: 1px solid #cbcbcb;
  border-right: 1px solid var(--color-border-gray);
}
@media (max-width: 767px) {
  .media__logo {
    width: calc(25% - 18.75px);
    padding: 4px 12px 4px 0;
    margin: 12px 12px 0 0;
  }
}
.media__logo:last-child,
.media__logo:nth-child(4n) {
  padding: 12px 0;
  margin: 36px 0 0;
  border: none;
}
@media (max-width: 767px) {
  .media__logo:last-child,
  .media__logo:nth-child(4n) {
    padding: 4px 0;
    margin: 12px 0 0;
  }
}
.media__logo:nth-child(-n + 4) {
  margin-top: 0;
}
.assets {
  background-color: #000032;
  background-color: var(--color-navy);
}
@media (max-width: 767px) {
  .assets {
    text-align: center;
  }
}
.assets__container {
  width: 900px;
  padding: 90px 0 110px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .assets__container {
    width: auto;
    padding: 90px 20px 110px;
  }
}
@media (max-width: 767px) {
  .assets__container {
    padding: 40px 20px;
  }
}
.assets__title {
  margin-bottom: 50px;
  color: #fff;
  color: var(--color-white);
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .assets__title {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.assets__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 310px;
  padding: 30px 70px;
  margin-top: 10px;
  color: #000032;
  color: var(--color-navy);
  background-color: #fff;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .assets__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 30px 16px;
  }
}
.assets__card:first-child {
  margin-top: 0;
}
.assets__icon {
  width: 223px;
  height: auto;
  margin-right: 68px;
}
.assets__icon:last-child {
  margin-right: 54px;
}
@media (max-width: 767px) {
  .assets__icon {
    width: 50%;
    margin: 0 0 30px;
  }
}
.assets__textContainer {
  width: 100%;
}
.assets__heading {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .assets__heading {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .assets__heading {
    font-size: 1.7rem;
  }
}
.assets__body {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .assets__body {
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .assets__body {
    font-size: 1.3rem;
  }
}
.assets__number {
  position: absolute;
  right: 35px;
  bottom: 20px;
  width: auto;
  height: 98px;
}
@media (max-width: 767px) {
  .assets__number {
    height: 70px;
  }
}
.recommend__container {
  width: 1140px;
  padding: 82px 0 110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .recommend__container {
    width: auto;
    padding: 82px 20px 110px;
  }
}
@media (max-width: 767px) {
  .recommend__container {
    padding: 40px 20px;
  }
}
.recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 85px;
}
.recommend__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 980px) {
  .recommend__item,
  .recommend__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .recommend__item {
    margin-top: 60px;
  }
}
.recommend__item:first-child {
  margin-top: 0;
}
.recommend__textContainer {
  width: 100%;
}
.recommend__point {
  display: inline-block;
  width: 115px;
  padding: 6px 0;
  margin-bottom: 25px;
  color: #fff;
  color: var(--color-white);
  text-align: center;
  font-size: 1.8rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  background-color: #000032;
  background-color: var(--color-navy);
}
@media (max-width: 767px) {
  .recommend__point {
    font-size: 1.4rem;
  }
}
.recommend__heading {
  margin-bottom: 35px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .recommend__heading {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .recommend__heading {
    font-size: 1.7rem;
  }
}
.recommend__heading--attention {
  color: #53b4b1;
  color: var(--color-blue);
  font-weight: 700;
}
.recommend__body {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .recommend__body {
    font-size: 1.4rem;
  }
}
.recommend__body--attention {
  color: #e70000;
  color: var(--color-red);
  font-weight: 400;
}
.recommend__image--figure1 {
  width: 576px;
  height: 407px;
  margin-left: 60px;
}
.recommend__image--figure2 {
  width: 497px;
  height: 331px;
  margin: 0 100px 0 35px;
}
.recommend__image--figure3 {
  width: 408px;
  height: 377px;
  margin: 0 82px 0 150px;
}
.recommend__image--figure4 {
  width: 576px;
  height: 325px;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .recommend__image--figure1 {
    max-width: 376px;
    width: auto;
    height: auto;
  }
  .recommend__image--figure2 {
    max-width: 327px;
    width: auto;
    height: auto;
  }
  .recommend__image--figure3 {
    max-width: 258px;
    width: auto;
    height: auto;
  }
  .recommend__image--figure4 {
    max-width: 376px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 980px) {
  .recommend__image--figure1,
  .recommend__image--figure2,
  .recommend__image--figure3,
  .recommend__image--figure4 {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .recommend__image--figure3 {
    width: 204px;
  }
}
.cta {
  position: relative;
  width: 100%;
  padding: 60px 20px 70px;
  color: #fff;
  color: var(--color-white);
  border-top: 4px solid #000032;
  border-top: 4px solid var(--color-navy);
  background: url(img/background.06c9355f.jpg) no-repeat 50%;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cta {
    padding: 40px 20px;
    border-top: 3px solid #000032;
    border-top: 3px solid var(--color-navy);
  }
}
.cta__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
}
@media (max-width: 1080px) {
  .cta__arrow {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .cta__arrow {
    width: 120px;
  }
}
.cta__container {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta__container {
    width: 100%;
  }
}
.cta__present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cta__present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
.cta__imageContainer {
  margin-right: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta__imageContainer {
    margin: 0 0 30px;
  }
}
.cta__caption {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .cta__caption {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.cta__icon {
  width: 178px;
  height: 111px;
}
@media (max-width: 767px) {
  .cta__icon {
    width: 170px;
    height: 106px;
  }
}
.cta__textContainer {
  width: 100%;
}
.cta__gift {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .cta__gift {
    margin-bottom: 15px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 374px) {
  .cta__gift {
    font-size: 1.4rem;
  }
}
.cta__money {
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cta__money {
    margin-bottom: 25px;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 374px) {
  .cta__money {
    font-size: 2.6rem;
  }
}
.cta__money--small {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cta__money--small {
    font-size: 2rem;
  }
}
.cta__detail {
  color: #fff;
  color: var(--color-white);
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cta__detail {
    font-size: 1.4rem;
  }
}
.cta__detail:hover {
  opacity: 0.6;
}
.cta__list {
  padding-left: 15px;
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .cta__list {
    margin-top: 30px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
.cta__tel {
  color: #fff;
  color: var(--color-white);
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cta__tel {
    pointer-events: auto;
  }
}
.cta__notice {
  padding-left: 0;
  text-indent: 0;
}
.reason {
  letter-spacing: 0.04em;
}
.reason__container {
  width: 1140px;
  padding: 82px 0 90px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .reason__container {
    width: auto;
    padding: 82px 20px 90px;
  }
}
@media (max-width: 767px) {
  .reason__container {
    padding: 40px 20px;
  }
}
.reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #cbcbcb;
  border-top: 1px solid var(--color-border-gray);
}
@media (max-width: 1200px) {
  .reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .reason__item {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.reason__item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.reason__textContainer {
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .reason__textContainer {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .reason__textContainer {
    margin: 0 0 30px;
  }
}
.reason__headingContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .reason__headingContainer {
    margin-bottom: 20px;
  }
}
.reason__headingIcon {
  width: 68px;
  height: 68px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .reason__headingIcon {
    width: 50px;
    height: 50px;
    margin-right: 16px;
  }
}
.reason__heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .reason__heading {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .reason__heading {
    font-size: 1.7rem;
  }
}
.reason__body {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .reason__body {
    font-size: 1.4rem;
  }
}
.reason__image {
  width: 530px;
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .reason__image {
    -ms-flex-item-align: auto;
    align-self: auto;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reason__image--illust {
    width: 80%;
  }
}
.voice {
  padding: 60px 0 110px;
  background-color: #f2f1f6;
  background-color: var(--color-light-gray);
}
@media (max-width: 1200px) {
  .voice {
    padding: 60px 20px 110px;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 40px 20px;
  }
}
.voice__container {
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice__container {
    width: auto;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.voice__card {
  width: calc(33.33333% - 20px);
  background-color: #fff;
  background-color: var(--color-white);
}
@media (max-width: 1200px) {
  .voice__card {
    width: calc(33.33333% - 10.66667px);
  }
}
@media (max-width: 767px) {
  .voice__card {
    width: 100%;
    margin-top: 30px;
  }
  .voice__card:first-child {
    margin-top: 0;
  }
}
.voice__videoContainer {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.voice__image {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.voice__image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.voice__playButton {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: auto;
}
.voice__textContainer {
  position: relative;
  padding: 40px 25px;
}
@media (max-width: 1200px) {
  .voice__textContainer {
    padding: 30px 16px;
  }
}
.voice__label {
  position: absolute;
  top: -15px;
  left: 0;
  padding: 6px 12px;
  color: #fff;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #53b4b1;
  background-color: var(--color-blue);
}
@media (max-width: 1200px) {
  .voice__label {
    font-size: 1.4rem;
  }
}
.voice__heading {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .voice__heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .voice__heading {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
  }
}
.voice__body {
  font-size: 1.4rem;
  line-height: 1.86;
}
.data {
  padding: 82px 0 110px;
  background-color: #f2f1f6;
  background-color: var(--color-light-gray);
}
@media (max-width: 1200px) {
  .data {
    padding: 82px 20px 110px;
  }
}
@media (max-width: 767px) {
  .data {
    padding: 40px 20px;
  }
}
.data__container {
  width: 1140px;
  padding: 64px 0 100px;
  margin: 0 auto;
  background-color: #fff;
  background-color: var(--color-white);
}
@media (max-width: 1200px) {
  .data__container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .data__container {
    padding: 30px;
  }
}
.data__body {
  margin-bottom: 50px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .data__body {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.data__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px 0 100px;
}
@media (max-width: 1200px) {
  .data__figure {
    padding: 0 35px 0 85px;
  }
}
@media (max-width: 767px) {
  .data__figure {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 25px;
  }
}
.data__imageContainer {
  width: calc(50% - 5px);
  height: auto;
}
@media (max-width: 767px) {
  .data__imageContainer {
    width: 100%;
    max-width: 300px;
  }
}
.data__imageContainer:nth-child(-n + 2) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .data__imageContainer:nth-child(-n + 3) {
    margin-bottom: 35px;
  }
}
.data__image {
  width: 100%;
}
.company {
  color: #fff;
  color: var(--color-white);
  text-align: center;
  background: url(img/background.b4aeff4f.jpg) no-repeat;
  background-size: cover;
}
.company__container {
  padding: 70px 20px 110px;
}
@media (max-width: 767px) {
  .company__container {
    padding: 40px 20px;
  }
}
.company__heading {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 900px) {
  .company__heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .company__heading {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .company__heading {
    font-size: 1.7rem;
  }
}
.company__body {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 900px) {
  .company__body {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .company__body {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1130px) {
  .company__body .none--sp {
    display: none;
  }
}
@media screen and (min-width: 900px) and (max-width: 1130px) {
  .company__body .none--sp {
    display: block;
  }
}
@media (max-width: 900px) {
  .company__body .none--sp {
    display: none;
  }
}
.company__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 300px;
  margin: 0 auto;
  color: #000032;
  color: var(--color-navy);
  background-color: #fff;
  background-color: var(--color-white);
}
@media (max-width: 1080px) {
  .company__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 450px;
    width: auto;
    height: auto;
  }
}
.company__textContainer {
  width: 100%;
  padding: 55px 75px;
  background-size: 360px 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .company__textContainer {
    padding: 55px 75px 75px;
  }
}
@media (max-width: 767px) {
  .company__textContainer {
    padding: 16px 16px 20px;
    background-size: 250px;
  }
}
.company__message {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}
@media (max-width: 767px) {
  .company__message {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .company__message {
    font-size: 1.7rem;
  }
}
.company__name {
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 767px) {
  .company__name {
    font-size: 1.4rem;
  }
}
.company__profileImage {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 450px;
  height: 300px;
}
@media (max-width: 1080px) {
  .company__profileImage {
    max-width: 450px;
    width: 100%;
    height: auto;
  }
}
.footer {
  text-align: center;
}
.footer__logo {
  width: 150px;
  height: 29px;
  padding: 46px 0;
}
.footer__copy {
  padding: 23px 0;
  color: #fff;
  color: var(--color-white);
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  background-color: #2d2d2d;
  background-color: var(--color-dark-gray);
}
@media (max-width: 374px) {
  .footer__copy {
    font-size: 1rem;
  }
}


  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#wrapper{
	width: 100%;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}

.form-tel {
    font-size: 4.0rem;
    color: #53b3b0;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.form-txt {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 3rem;
}


.lifeplan.pd-radio {
    display: none;
}

.p-modal__subtit {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.p-modal__list li {
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
}
.p-modal__container .mb30 {
    margin-bottom: 3rem;
}

@media (max-width: 767px) {

.p-modal__subtit {
    font-size: 1.4rem;
    line-height: 1.7;
}
.p-modal__list li {
    font-size: 1.2rem;
    text-indent: -1em;
    padding-left: 1em;
}
.p-modal__text {
    font-size: 1.2rem;
}
}

.header {
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.header.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}
.header__logo {
  width: 150px;
  height: 29px;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 88px;
    height: 17px;
    margin-left: 20px;
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__telContainer {
  padding: 20px;
  color: #fff;
  color: var(--color-white);
  text-decoration: none;
  background-color: #000032;
  background-color: var(--color-navy);
  pointer-events: none;
}
@media (max-width: 767px) {
  .header__telContainer {
    padding: 8px 14px;
    pointer-events: auto;
  }
}
@media (max-width: 374px) {
  .header__telContainer {
    padding: 8px;
  }
}
.header__time {
  margin-bottom: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .header__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 0 0;
    color: #000032;
    color: var(--color-navy);
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.25;
  }
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
}
.header__telIcon {
  width: 17px;
  height: 18px;
  margin: 4px 4px 0 0;
}
@media (max-width: 767px) {
  .header__telIcon {
    width: 18px;
    height: 19px;
    margin: 0 0 8px;
  }
}
.header__document {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d63048),
    to(#da696e)
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--color-vivid-pink)),
    to(var(--color-light-pink))
  );
  background: linear-gradient(0deg, #d63048, #da696e);
  background: linear-gradient(
    0deg,
    var(--color-vivid-pink),
    var(--color-light-pink)
  );
}
.header__document__container {
  display: block;
  padding: 20px 10px;
  color: #fff;
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header__document__container {
    padding: 8px 14px;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 374px) {
  .header__document__container {
    padding: 8px;
  }
}
.header__document__container:focus,
.header__document__container:hover {
  color: #e34154;
  color: var(--color-pink);
  background: #fff;
  background: var(--color-white);
}
.header__document__container:focus .header__documentIcon,
.header__document__container:hover .header__documentIcon {
  fill: #e34154;
  fill: var(--color-pink);
}
.header__documentIcon {
  width: 20px;
  height: 24px;
  margin-bottom: 8px;
  fill: #fff;
  fill: var(--color-white);
}
@media (max-width: 767px) {
  .header__documentIcon {
    width: 15px;
    height: 18px;
    margin-bottom: 8px;
  }
}
.chara-box {
    position: absolute;
    bottom: 0;
    left: 55%;
    width: 658px;
    z-index: 0;
}
@media (min-width: 1001px) and (max-width: 1200px) {
.chara-box {
    left: 50%;
}
}
@media (min-width: 851px) and (max-width: 1000px) {
.chara-box {
    left: 48%;
    width: 630px;
}
}
@media (min-width: 768px) and (max-width: 850px) {
.chara-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 580px;
    z-index: 0;
}
}
@media (max-width: 767px) {
.chara-box {
    position: relative;
    width: 100%;
    left: -10%;
    right: 0;
    margin: auto;
}
}
.chara-box img {
    width: 100%;
}
.mv-chara-name {
    position: absolute;
    bottom: 17%;
    text-align: left;
}
@media (min-width: 1401px) {
.mv-chara-name {
    right: 5%;
}
.chara-br {
    display: none;
}
}
@media (min-width: 1201px) and (max-width: 1400px) {
.mv-chara-name {
    right: 23%;
}
.chara-br {
    display: none;
}
}
@media (min-width: 1001px) and (max-width: 1200px) {
.mv-chara-name {
    right: 27%;
}
.chara-br {
    display: none;
}
}
@media (min-width: 851px) and (max-width: 1000px) {
.mv-chara-name {
    right: 33%;
    bottom: 10%;
}
.chara-br {
    display: block;
}
.mv-chara-name .before {
    text-indent: -1.3rem;
    padding-left: 1.3rem;
}
.mv-chara-name .name {
    padding-left: 1.3rem;
}
}
@media (min-width: 768px) and (max-width: 850px) {
.mv-chara-name {
    right: 38%;
    bottom: 10%;
}
.chara-br {
    display: block;
}
.mv-chara-name .before {
    text-indent: -1.3rem;
    padding-left: 1.3rem;
}
.mv-chara-name .name {
    padding-left: 1.3rem;
}
}
@media (max-width: 767px) {
.mv-chara-name {
    right: -6%;
    bottom: 50%;
}
.chara-br {
    display: block;
}
.mv-chara-name .before {
    text-indent: -1.15rem;
    padding-left: 1.15rem;
    font-size: 10px !important;
}
.mv-chara-name .name {
    padding-left: 1.15rem;
    font-size: 12px !important;
}
}
.mv-chara-name .before {
    font-size: 12px;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: bold;
    color: #000032;
    color: var(--color-navy);
}
.mv-chara-name .name {
    font-size: 14px;
    display: block;
    font-weight: bold;
    color: #000032;
    color: var(--color-navy);
}


@media (max-width: 767px) {
.ls-minus {
    letter-spacing: -.2em;
    margin-left: -0.3em;
}
}
.js-present-modal {
    padding-top: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto;
    text-decoration: underline;
}
@media (max-width: 767px) {
.js-present-modal {
    font-size: 1.3rem
}
}
.notice {
    padding: 40px 0;
    background-color: #f2f1f6;
}
.notice .wrap {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
.notice .wrap .notice-list {
    list-style: none;
}
.notice .wrap .notice-list li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
    font-size: 1.2rem;
    line-height: 1.67;
}
@media screen and (max-width: 767px) {
.notice .wrap {
    padding: 0 5vw;
    display: contents;
}
.notice .wrap .notice-list {
    width: 90vw;
    margin: 0 5vw;
}
.notice .wrap .notice-list li {
    font-size: 1.0rem;
    width: 95%;
}
}

#form {
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

#form .form-group {
    margin-bottom: 16px;
}

#form input[type="text"],
#form input[type="email"],
#form select,
#form textarea {
    width: 100%;
    padding: 1.6rem;
    border: 1px solid #ccc;
    border-radius: 4px;
  box-sizing: border-box;
}
#form input[type="text"],
#form input[type="email"] {
    padding: 1.8966rem;
}

#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form select:focus,
#form textarea:focus {
    border-color: #007bff;
    outline: none;
}
#form select {
  background: #fff;
  color: #000;
}

#form .submit {
    text-align: center;
}

#form .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form .flex_box .col-6 {
  width: 48.5%
}
#form .submit {
  padding: 3rem 0 0;
}
#form .submit .sendBtn {
  -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#d63048), to(#da696e));
    background: linear-gradient(0deg, #d63048, #da696e);
    border: none;
    border-radius: 8px;
  display: block;
    width: 100%;
    max-width: 278px;
    margin: 0 auto 24px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    white-space: nowrap;
    background-color: #FAB733;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
  transition: .3s;
}
#form .submit .sendBtn:hover {
  color: #da696e !important;
    background: #fcecee !important;
}

.header__document,
.action-button {
  text-decoration: none;
}
@media (max-width: 1024px) {
  #form .d-modal__container {
    padding: 10px 0px;
  }
  #form input[type="text"], #form input[type="email"], #form select, #form textarea {
    height: 6rem;
  }
}
html, body {
  box-sizing: border-box;
  width: 100vw;
}
/* 2025.2.11 add */
.flow-sec {
    padding: 15rem 0 15rem;
}
.flow-sec .flow-img-box {
    width: 10rem;
}
.flow-sec .flow-txt-box {
    width: 75%;
    padding-top: .5rem;
}
.flow-sec .flow-txt-box ul {
  list-style: none;
}
.flow-sec .flow-txt-box ul li {
    padding: 2rem 0 2.5rem 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    clear: both;
}
.flow-sec .flow-txt-box ul li {
    border-top: 1px solid rgba(0,0,50,.1);
}
.flow-sec .flow-txt-box ul li:last-child {
    border-bottom: 1px solid rgba(0,0,50,.1);
    letter-spacing: -.02rem;
}
.flow-sec .flow-txt-box ul li .flow-num {
    font-size: 4rem;
    color: #53adaa;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    margin-right: .5rem;
}
.flow-sec .flow-btn {
    width: 24rem;
    float: right;
}
.flow-sec .flow-btn a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #d03249;
    border-radius: 0.5rem;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    line-height: 1;
    justify-content: center;
    align-items: flex-start;
}
.flow-sec .flow-btn a::after {
    content: '';
    width: .6rem;
    height: 1.03612rem;
    background: url("../img/cmn/btn-arrow.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}
.flow-sec .flow-btn a span {
    font-size: 1.3rem;
    color: #d03249;
    padding: 0 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    margin-right: 1rem;
    line-height: 1.4;
}
.flow-sec .wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.flow-sec .wrap-s {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.flow-sec.bg-gray {
    background: rgba(0, 0, 50, .02);
}
.flow-sec .sec-tit {
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
}
.flow-sec .sec-tit .en {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
    letter-spacing: .3rem;
    display: block;
}
.flow-sec .sec-tit .en::after {
    content: '';
    display: block;
    width: 4rem;
    height: .3rem;
    background: #53adaa;
    position: relative;
    z-index: 1;
    letter-spacing: .3rem;
    margin: 1rem auto 0;
}
.flow-sec .sec-tit .main-text {
    font-size: 4.0rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: .3rem;
    display: block;
}
.flow-sec .sec-tit .bg-text {
    font-size: 18rem;
    text-align: center;
    color: rgba(0,0,50,.04);
    position: absolute;
    z-index: 0;
    letter-spacing: .3rem;
    display: block;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
.flow-sec .read-txt {
    text-align: center;
    margin-bottom: 6rem;
}
.flow-sec .flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flow-sec .flow-btn a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp {display: none !important;}
}
@media screen and (max-width: 767px) {
  .pc {display: none !important;}
.flow-sec {
  padding: 6rem 0;
}
.flow-sec .wrap,
.flow-sec .wrap-s {
  padding: 0 5%;
  width: 90%;
}
.flow-sec .sec-tit {
    margin-bottom: 4rem;
}
.flow-sec .sec-tit .main-text  {
  font-size: 2.2rem;
    line-height: 1.3;
}
.flow-sec .sec-tit .bg-text  {
    font-size: 7.5rem;
}
.flow-sec .read-txt {
    margin-bottom: 3rem;
}
.flow-sec .read-txt p {
    font-size: 1.4rem;
  line-height: 1.875;
}
.flow-sec .flow-img-box {
    width: 21%;
}
.flow-sec .flow-txt-box {
    width: 75%;
}
.flow-sec .flow-txt-box ul li {
    font-size: 1.5rem;
}
.flow-sec .flow-txt-box ul li .flow-num {
  font-size: 2.4rem;
  vertical-align: sub;
}
.flow-sec .flow-btn {
    width: 100%;
    margin: 1rem 0;
}
.flow-sec .flow-btn a {
  font-size: 1.4rem;
}
.flow-sec .flow-txt-box ul li {
    padding: 1.5rem 0 2rem 0;
}
}

.img-sec {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.img-sec img {
  width: 100%;
}

.system-sec {
  background: #f2f1f6;
}
.system-sec .system-img-box {
  margin-bottom: 4rem;
}
.system-sec .systtem-bottom-txt-box h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.system-sec .systtem-bottom-txt-box p {
  font-size: 1.4rem;
  line-height: 1.75;
}
.system-sec .systtem-bottom-txt-box h3 span {
  color: #53b4b1;
}


.system-sec .wrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.system-sec .sec-tit {
    margin-bottom: 8rem;
    text-align: center;
    position: relative;
}
.system-sec .sec-tit .en {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 2rem;
    position: relative;
    z-index: 1;
    letter-spacing: .3rem;
    display: block;
}
.system-sec .sec-tit .en::after {
    content: '';
    display: block;
    width: 4rem;
    height: .3rem;
    background: #53adaa;
    position: relative;
    z-index: 1;
    letter-spacing: .3rem;
    margin: 1rem auto 0;
}
.system-sec .sec-tit .main-text {
    font-size: 4.0rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: .3rem;
    display: block;
}
.system-sec .sec-tit .bg-text {
    font-size: 18rem;
    text-align: center;
    color: rgba(0,0,50,.04);
    position: absolute;
    z-index: 0;
    letter-spacing: .3rem;
    display: block;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
.system-sec .read-txt {
    text-align: center;
    margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
.system-sec {
  padding: 6rem 0;
}
.system-sec .wrap {
  padding: 0 5%;
  width: 90%;
}
.system-sec .sec-tit {
    margin-bottom: 4rem;
}
.system-sec .sec-tit .main-text  {
  font-size: 2.2rem;
    line-height: 1.3;
}
.system-sec .sec-tit .bg-text  {
    font-size: 7.5rem;
}
.system-sec .read-txt {
    margin-bottom: 3rem;
}
.system-sec .read-txt p {
    font-size: 1.4rem;
  line-height: 1.875;
}
}