@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Josefin+Sans&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --white: #FFFFFF;
  --gray-01: #DCDCDC;
  --gray-02: rgba(192, 192, 192, 0.70);
  --gray-03: #525252;
  --main-01: #333333;
  --main-02: linear-gradient(92deg, #BCA420 -3.51%, #B9922E 84.42%);
  --main-03: linear-gradient(143deg, #02053C 18.85%, #0B213B 81.5%);
  --cv: linear-gradient(91deg, #6270F1 0.19%, #19226D 99.81%);
}

html {
  scroll-behavior: smooth;
  font-size: min(1.1111111111vw, 21.3333312px);
}
@media (max-width: 1024px) {
  html {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  html {
    font-size: min(20px, 4.2666666667vw);
    font-size: 4.2666666667vw;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(1.875rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(1.875rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.scroll, .mainview__colPoint, .mainview__colText, .mainview__title, .mainview__copy--02, .mainview__copy--01, .header__cta a, .header__logo img {
  opacity: 0;
  transform: translateY(1.875rem);
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadein {
  opacity: 0;
  transition: all 1s;
  transform: translateY(9.375rem);
}
@media (max-width: 768px) {
  .fadein {
    transform: translateY(5rem);
  }
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body {
  color: var(--main-01);
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}

.section__title .en {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 400;
}

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

body {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: var(--main-01);
  background: #F7F7F7;
}

ul,
li {
  text-decoration: none;
}

a {
  color: var(--main-01);
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

span {
  display: inline-block;
}

a,
img {
  display: block;
}

.difference__title, .trapezoid__title {
  position: relative;
  width: 42.4375rem;
  height: 5.75rem;
  font-size: 2rem;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.125rem;
  z-index: 1;
}
.difference__title .svg, .trapezoid__title .svg {
  position: absolute;
  width: 0;
  height: 0;
}
.difference__title::after, .trapezoid__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: url("#my-clip-path");
          clip-path: url("#my-clip-path");
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .difference__title, .trapezoid__title {
    width: calc(42.4375rem + (100vw - 1920px) / 2);
    justify-content: flex-end;
    padding-right: 15.625rem;
    overflow: hidden;
  }
  .difference__title::after, .trapezoid__title::after {
    height: 0;
    padding-top: 13.54%;
  }
}
@media (max-width: 768px) {
  .difference__title, .trapezoid__title {
    width: 17.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}

.cta__btn--contact a, .header__cta a {
  background: var(--cv);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
}

.header {
  position: relative;
  z-index: 9999;
  max-width: 1920px;
  margin-inline: auto;
  width: 100%;
}
.header__logo {
  position: absolute;
  width: 4.25rem;
  height: 4.25rem;
  margin-left: 1.25rem;
  margin-top: 1.25rem;
  top: 0;
  left: 0;
}
.header__cta {
  position: fixed;
  top: 1.75rem;
  right: 1.75rem;
}
.header__cta a {
  gap: 0.90625rem;
  padding: 0.9375rem 1.5rem 1rem 1.71875rem;
}
.header__cta a .icon img {
  width: 1.6875rem;
  display: block;
}
.header__cta a .text {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  color: var(--white);
}
@media screen and (min-width: 1921px) {
  .header__cta {
    right: calc((100vw - 1920px) / 2 + 1.75rem);
  }
}
@media (max-width: 768px) {
  .header__cta {
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
  }
  .header__cta a {
    max-width: 20rem;
    margin-inline: auto;
    gap: 1.5rem;
    padding: 0.9375rem 1.40625rem 0.875rem;
  }
}

.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.section__title .jp {
  position: relative;
  font-size: 1.75rem;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
}
.section__title .jp::after, .section__title .jp::before {
  content: "";
  width: 1.3928571429em;
  height: 0;
  border-top: 1px solid var(--main-01);
  rotate: -45deg;
}
.section__title .en {
  color: #aaa;
  font-size: 0.875rem;
  line-height: normal;
  text-transform: uppercase;
}
.section__title--white .jp,
.section__title--white .en {
  color: var(--white);
}
.section__title--white .jp {
  gap: 1rem;
}
.section__title--white .jp::after, .section__title--white .jp::before {
  border-color: var(--white);
}
@media (max-width: 768px) {
  .section__title .jp {
    font-size: 1.125rem;
    gap: 1rem;
  }
  .section__title .jp span {
    display: block;
  }
}

.cta {
  max-width: 62.5rem;
  width: calc(100% - 1.875rem);
  margin-inline: auto;
  background: var(--white);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  padding-block: 2.625rem 3.3125rem;
  font-weight: 400;
}
.ctaWrap {
  padding: 4.5625rem 0rem 6.8125rem;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.cta__inner {
  max-width: 57.3125rem;
  width: calc(100% - 1.875rem);
  margin-inline: auto;
}
.cta__title {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.5rem;
}
.cta__title::before, .cta__title::after {
  content: "";
  width: 18.5625rem;
  flex: 1;
  height: 0;
  border-top: 1px solid var(--main-01);
}
.cta__text {
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 219.2%;
}
.cta__text .linearGold {
  background: var(--main-02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta__text .large {
  margin-top: 1.8636363636em;
  margin-bottom: 2.1363636364em;
  font-size: 1.375rem;
  line-height: normal;
}
.cta__col {
  margin-top: 1.625rem;
  display: flex;
  align-items: flex-end;
  gap: 2.3125rem;
}
.cta__btn {
  flex: 1;
}
.cta__btnText {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.375rem;
}
.cta__btn--contact a {
  position: relative;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1.4325rem;
  padding: 1.358125rem 3.0625rem 1.666875rem;
  color: var(--white);
  border-radius: 4px;
  font-size: 1.375rem;
  line-height: normal;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.cta__btn--contact a .icon--email img {
  width: 2.25rem;
}
.cta__btn--contact a .icon--arrow-right {
  position: absolute;
  display: block;
  width: 0.6875rem;
  height: 1.3125rem;
  top: 50%;
  right: 1.463125rem;
  transform: translateY(-50%);
}
.cta__btn--contact a .icon--arrow-right img {
  width: 100%;
  height: 100%;
}
.cta__btn--phone a {
  border: 1px solid var(--main-01);
  border-radius: 4px;
  padding: 1.0625rem 1.3125rem 0.9375rem 2.375rem;
  display: flex;
  align-items: center;
}
.cta__btn--phone a .icon--phone {
  width: 1.875rem;
  height: 1.875rem;
}
.cta__btn--phone a .text {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 2.125rem;
  margin-left: 0.625rem;
}
.cta__btn--phone a .text--smoll {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 121.429%;
}
@media (max-width: 768px) {
  .cta {
    padding-block: 2.1875rem 2.335rem;
  }
  .ctaWrap {
    padding: 2.5rem 0 3.5rem;
  }
  .cta__title {
    font-size: 1rem;
    gap: 0.875rem;
  }
  .cta__text {
    font-size: 1rem;
    line-height: 175%;
  }
  .cta__text .large {
    margin-top: 1.125rem;
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
    line-height: normal;
  }
  .cta__inner {
    width: calc(100% - 1.625rem);
  }
  .cta__col {
    flex-direction: column;
    margin-top: 1.6875rem;
    gap: 1.5rem;
  }
  .cta__btn {
    max-width: 20rem;
    width: 100%;
    margin-inline: auto;
  }
  .cta__btnText {
    font-size: 0.8181875rem;
  }
  .cta__btn--contact a {
    font-size: 1rem;
    padding: 0.9875rem 2.2275rem 1.2125rem;
    gap: 1.041875rem;
  }
  .cta__btn--contact a .icon--email {
    width: 1.625rem;
  }
  .cta__btn--contact a .icon--arrow-right {
    width: 0.4375rem;
    right: 1.0625rem;
  }
  .cta__btn--phone a {
    padding: 0.755625rem 0.971875rem 0.818125rem 1.7725rem;
  }
  .cta__btn--phone a .icon--phone {
    width: 1.363625rem;
    height: 1.363625rem;
  }
  .cta__btn--phone a .text {
    font-size: 1.5454375rem;
    margin-left: 0.454375rem;
  }
  .cta__btn--phone a .text--smoll {
    font-size: 0.636375rem;
  }
}

.mainview {
  padding-top: 9.25rem;
  position: relative;
  padding-bottom: 6rem;
}
.mainview__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainview__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainview__head {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
.mainview__copy--01 {
  margin-left: 5.9375em;
  width: 31.375em;
  padding-top: 0.375em;
}
.mainview__copy--02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  width: 33.25em;
  margin-left: 6.5rem;
  margin-top: 1rem;
}
.mainview__title {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  margin-left: 6.125em;
  width: 52.75em;
  margin-top: -0.0625em;
}
.mainview__col {
  margin-top: 2.1875rem;
  max-width: 72.5rem;
  margin-left: 5.8125rem;
  margin-right: 11.6875rem;
  display: flex;
  align-items: flex-start;
  gap: 3.75rem;
}
.mainview__colText {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  position: relative;
  margin-top: 4rem;
  flex: 1;
  color: #FFF;
  padding-left: 1.875rem;
  padding-bottom: 1.0625rem;
}
.mainview__colText p {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.mainview__colText::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  position: absolute;
  bottom: 1px;
  transform: translateY(50%);
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--white);
}
.mainview__colText::after {
  content: "";
  width: calc(100% - 0.6875rem);
  display: block;
  height: 1px;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0.6875rem;
}
.mainview__colPoint {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 32.125rem;
}
.mainview__colPoint li {
  width: 5.625rem;
  height: 5.625rem;
  background: linear-gradient(143deg, #02053C 18.85%, #0B213B 81.5%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.05em;
  border-radius: 50%;
  text-align: center;
}
.mainview__cta {
  max-width: 66.5rem;
  position: relative;
  margin-top: -5.1875rem;
  background: transparent;
  z-index: 1;
}
.mainview__ctaWrap {
  position: relative;
  z-index: 10;
}
.mainview__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
}
@media screen and (min-width: 1921px) {
  .mainview__head {
    max-width: 1920px;
    margin-inline: auto;
  }
  .mainview__col {
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .mainview__head {
    font-size: 0.875rem;
  }
  .mainview__copy--01 {
    margin-left: 3.28125em;
  }
  .mainview__copy--02 {
    margin-left: 3.5625em;
  }
  .mainview__title {
    margin-left: 3rem;
  }
  .mainview__col {
    max-width: 58.5rem;
    margin-inline: 0.9375rem;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .mainview {
    padding-top: 7.6875rem;
    padding-bottom: 3.6875rem;
  }
  .mainview__copy--01 {
    margin-left: 1.25rem;
  }
  .mainview__copy--02 {
    margin-left: 1.25rem;
  }
  .mainview__title {
    margin-left: 1.25rem;
  }
  .mainview__col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mainview__colPoint {
    max-width: 31.25rem;
    gap: 0.75rem;
  }
  .mainview__colPoint li {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1rem;
  }
  .mainview__cta {
    margin-top: -2.1875rem;
  }
}
@media (max-width: 640px) {
  .mainview__copy--01 {
    width: 19.9375rem;
  }
  .mainview__copy--02 {
    width: 20.1875rem;
    margin-top: 1.0625rem;
  }
  .mainview__title {
    margin-left: 0.625rem;
    margin-top: 2.5rem;
    width: 21.613125rem;
  }
  .mainview__col {
    margin: 0;
    gap: 1.0625rem;
  }
  .mainview__colText {
    text-align: center;
    margin-top: 11.1875rem;
    padding: 0;
  }
  .mainview__colText p {
    font-size: 1.125rem;
  }
  .mainview__colText::before, .mainview__colText::after {
    display: none;
  }
}

.scroll {
  color: var(--white);
  position: absolute;
  bottom: 18.3125rem;
  right: 2.1875rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.scroll-text {
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  writing-mode: vertical-lr;
}
.scroll-line {
  position: absolute;
  top: calc(100% + 1.6875rem);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 9.875rem;
  overflow: hidden;
}
.scroll-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9.875rem;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
}
@-webkit-keyframes pathmove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes pathmove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@media screen and (min-width: 1921px) {
  .scroll {
    right: calc((100vw - 1920px) / 2 + 2.1875rem);
  }
}
@media (max-width: 768px) {
  .scroll {
    display: none;
  }
}

.worries {
  position: relative;
  padding-top: 15.5rem;
  padding-bottom: 13.0625rem;
  margin-top: -11.1875rem;
  height: 82.5rem;
}
.worries__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.worries__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.worries__content-bg {
  max-width: 62.25rem;
  width: calc(100% - 1.875rem);
  margin-inline: auto;
}
.worries__text {
  text-align: center;
  margin-top: 5.28125rem;
  font-size: 1.375rem;
  font-weight: 500;
}
.worries__text::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5.90625rem;
  width: 1px;
  height: 5.0625rem;
  background: var(--main-01);
}
@media (max-width: 768px) {
  .worries {
    margin-top: -16.04375rem;
    padding-top: 18.6875rem;
  }
  .worries__content-bg {
    max-width: 25rem;
  }
  .worries__text {
    position: relative;
    font-size: 1.25rem;
    margin-top: 3.208125rem;
  }
  .worries__text::before {
    top: calc(100% + 1.3125rem);
    bottom: auto;
    height: 5rem;
  }
}
@media (max-width: 640px) {
  .worries {
    height: 70.5rem;
  }
  .worries__content-bg {
    max-width: 20.4375rem;
  }
}

.section04__heading, .section03__heading, .section02__heading, .section01__heading {
  position: relative;
  z-index: 1;
  max-width: 45.625rem;
  width: 100%;
  margin-left: 4.1875rem;
}
.section04__heading img, .section03__heading img, .section02__heading img, .section01__heading img {
  width: 100%;
}

.section03__mainTitle, .section02__mainTitle, .section01__mainTitle {
  max-width: 35.6875rem;
  margin-top: 3.25rem;
  margin-inline: auto;
}
.section03__mainTitle img, .section02__mainTitle img, .section01__mainTitle img {
  width: 100%;
}

.section01 {
  position: relative;
  padding-bottom: 17.25rem;
  z-index: 1;
}
.section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21.125rem;
  height: 100%;
  background: #EEEEEE;
  z-index: -1;
}
.section01__heading {
  position: relative;
  max-width: calc(100% - 4.1875rem);
  margin-left: 4.1875rem;
}
.section01__headingTop {
  padding-left: 7.5625rem;
  padding-top: 14.0625rem;
  width: 100%;
}
.section01__headingNum {
  color: #DCDCDC;
  font-family: "Cinzel", serif;
  font-size: 14.125rem;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 1.1875rem;
  left: 2.375rem;
}
.section01__headingIcon {
  width: 3.0354375rem;
  height: 3.875rem;
  position: absolute;
  top: 8.5625rem;
  left: 16.6875rem;
}
.section01__headingLine {
  position: absolute;
  width: 38.0625rem;
  height: 1px;
  background: var(--main-01);
}
.section01__headingTitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09em;
  padding-top: 1.8125rem;
}
@media screen and (min-width: 1921px) {
  .section01__heading {
    max-width: calc(100% - ((100vw - 1920px) / 2 + 4.1875rem));
    margin-left: calc((100vw - 1920px) / 2 + 4.1875rem);
  }
}
@media (max-width: 768px) {
  .section01__headingTop {
    padding-left: 0.8125rem;
    padding-top: 6.1875rem;
  }
  .section01__headingTitle {
    padding-top: 1.9375rem;
    font-size: 1.75rem;
  }
  .section01__headingLine {
    width: 18.59375rem;
    left: 8.03125rem;
    top: 6.1875rem;
  }
  .section01__headingIcon {
    top: 2.125rem;
    width: 2.3125rem;
    left: 8.4375rem;
  }
  .section01__headingNum {
    font-size: 8.4375rem;
    top: -1.4375rem;
    left: 0;
  }
}
@media (max-width: 640px) {
  .section01__headingTitle {
    font-size: 1.3125rem;
  }
  .section01__headingTop {
    padding-top: 4.3125rem;
    padding-left: 0.6875rem;
  }
  .section01__headingLine {
    left: 6.15625rem;
    width: 14.21875rem;
    top: 4.75rem;
  }
  .section01__headingNum {
    font-size: 6.5rem;
    top: -1.125rem;
  }
  .section01__headingIcon {
    top: 1.625rem;
    left: 6.5rem;
    width: 1.75rem;
  }
}
.section01__main {
  position: relative;
  z-index: 1;
}
.section01__main::before {
  content: "";
  width: 57.8125rem;
  height: 57.8125rem;
  display: block;
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border-radius: 50%;
  z-index: -1;
}
.section01__mainSubTitle {
  text-align: center;
  font-weight: 700;
  margin-top: 1.375rem;
}
.section01__mainSubTitle--01 {
  display: block;
  font-size: 1.375rem;
}
.section01__mainSubTitle--02 {
  display: block;
  font-size: 2.125rem;
  background: var(--main-02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5625rem;
}
.section01__col {
  display: flex;
  margin-top: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.3125rem;
}
.section01__colItem {
  position: relative;
  width: 23.25rem;
}
.section01__colItem:nth-child(1) {
  margin-top: 7.25rem;
}
.section01__colItem:nth-child(2) {
  margin-top: 3.5625rem;
}
.section01__colItemImg {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.section01__colItemTitle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--white);
}
.section01__market {
  position: relative;
  margin-top: 5.125rem;
  max-width: 66.5rem;
  width: calc(100% - 1.875rem);
  margin-inline: auto;
  border: 1px solid #444AB8;
  padding: 2.9375rem 0.9375rem 1.4375rem;
}
.section01__marketTitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 216.9%;
  max-width: 34.25rem;
  width: calc(100% - 1.875rem);
  background: var(--white);
  text-align: center;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.section01__marketCol {
  width: 47.65625rem;
  margin-inline: auto;
}
.section01__marketText {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 216.9%;
  text-align: center;
}
.section01__content {
  position: relative;
  max-width: 72.875rem;
  margin-inline: auto;
  z-index: 3;
  margin-top: 0;
  left: 0.5625rem;
}
.section01__content::after {
  content: "";
  border-radius: 50%;
  width: 57.8125rem;
  height: 57.8125rem;
  background: #FFF;
  box-shadow: 0px 4px 116px 0px rgba(0, 0, 0, 0.02);
  display: block;
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .section01__market {
    max-width: 56.25rem;
  }
  .section01__colItem {
    width: 18.75rem;
  }
  .section01__content {
    left: 0;
  }
  .section01__content::after {
    width: 55rem;
    height: 55rem;
  }
}
@media (max-width: 768px) {
  .section01 {
    padding-bottom: 5rem;
  }
  .section01__heading {
    max-width: 26.625rem;
    width: calc(100% - 1.875rem);
    margin-inline: auto;
    margin-left: 1.25rem;
  }
  .section01::before {
    display: none;
  }
  .section01__content {
    max-width: inherit;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    margin-top: -3.4375rem;
  }
  .section01__content::after {
    top: 7.125rem;
    width: 35.6875rem;
    height: 35.6875rem;
  }
  .section01__content img {
    position: relative;
    min-width: 62.6875rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .section01__col {
    gap: 0.375rem;
    margin-top: 1.0625rem;
  }
  .section01__colItem {
    width: 7.125rem;
  }
  .section01__colItemTitle {
    font-size: 0.875rem;
  }
  .section01__colItemImg img {
    min-width: inherit !important;
  }
  .section01__colItem:nth-child(1) {
    margin-top: 2.25rem;
  }
  .section01__colItem:nth-child(2) {
    margin-top: 1.0625rem;
  }
  .section01__mainTitle {
    margin-top: 7.4375rem;
    max-width: 18.1875rem;
    position: relative;
    left: -0.0625rem;
  }
  .section01__mainTitle img {
    min-width: inherit !important;
  }
  .section01__market {
    margin-top: 3.0625rem;
    max-width: 35rem;
    padding-inline: 0;
    padding-top: 2.3125rem;
    padding-bottom: 1.5625rem;
  }
  .section01__marketTitle {
    width: calc(100% - 8.875rem);
    font-size: 1rem;
    top: -1.125rem;
  }
  .section01__marketCol {
    width: 100%;
    max-width: 20.9375rem;
    padding-right: 1.4375rem;
  }
  .section01__marketCol img {
    min-width: inherit !important;
  }
  .section01__marketText {
    text-align: right;
    padding-right: 2.625rem;
    font-size: 1rem;
    line-height: 100%;
  }
}
@media (max-width: 640px) {
  .section01__heading {
    max-width: 20.375rem;
  }
  .section01__headingTitle {
    font-size: 1.34375rem;
    margin-top: 0px;
  }
  .section01__mainTitle {
    margin-top: 7.3125rem;
  }
  .section01__mainSubTitle {
    margin-top: 1rem;
  }
  .section01__mainSubTitle--01 {
    font-size: 1.125rem;
  }
  .section01__mainSubTitle--02 {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
  .section01__content img {
    min-width: 50.1875rem;
  }
  .section01__market {
    max-width: 21.25rem;
  }
  .section01__marketTitle {
    width: calc(100% - 1.875rem);
  }
}

.section02 {
  position: relative;
  margin-top: -17.25rem;
  z-index: 2;
  padding-bottom: 16rem;
}
.section02__heading {
  position: relative;
  max-width: 45.75rem;
  margin-left: auto;
  margin-right: 3.5rem;
  padding-right: 7.8125rem;
}
.section02__headingTop {
  width: 100%;
  padding-top: 14.1875rem;
}
.section02__headingNum {
  color: rgba(192, 192, 192, 0.7);
  font-family: "Cinzel", serif;
  font-size: 14.125rem;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 0.75rem;
  right: -0.59375rem;
}
.section02__headingIcon {
  width: 3.3125rem;
  position: absolute;
  top: 8.9375rem;
  left: 24.375rem;
}
.section02__headingLine {
  position: absolute;
  width: 32.5rem;
  height: 1px;
  background: var(--white);
  top: 14.0625rem;
  left: 5rem;
}
.section02__headingTitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09em;
  padding-top: 1.8125rem;
  color: var(--white);
  text-align: right;
}
@media screen and (min-width: 1921px) {
  .section02__heading {
    margin-right: calc((100vw - 1920px) / 2 + 3.5rem);
  }
}
@media (max-width: 768px) {
  .section02__headingTop {
    padding-left: 0;
    padding-top: 0rem;
  }
  .section02__headingTitle {
    padding-top: 1.3125rem;
    font-size: 1.3125rem;
    text-align: right;
  }
  .section02__headingLine {
    width: 12.875rem;
    left: auto;
    right: 7.375rem;
    top: 6rem;
  }
  .section02__headingIcon {
    top: 2.5rem;
    width: 2.3125rem;
    right: 8rem;
    left: auto;
  }
  .section02__headingNum {
    font-size: 6.5rem;
    top: 0.1875rem;
    right: 0;
    left: auto;
  }
}
.section02__main {
  color: var(--white);
}
.section02__mainTitle {
  margin-top: 3.125rem;
}
.section02__mainSubTitle {
  margin-inline: auto;
  margin-top: 2.6875rem;
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 183.4%;
  max-width: 29.9375rem;
  width: 100%;
  letter-spacing: 0.05em;
}
.section02__mainSubTitle span {
  font-size: 1rem;
}
.section02__mainList {
  position: relative;
  z-index: 1;
  margin-top: 2.0625rem;
  max-width: 41.5rem;
  width: calc(100% - 1.875rem);
  margin-inline: auto;
  padding: 3.5625rem 0.9375rem 2.875rem;
}
.section02__mainList::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 44, 44, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: -1;
}
.section02__mainList li {
  position: relative;
  max-width: 23.625rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  padding: 0rem 1.375rem 1.0625rem;
  border-bottom: 1px solid var(--white);
  gap: 1.75rem;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 1rem;
}
.section02__mainList li + li {
  padding-top: 1.25rem;
}
.section02__mainList li span {
  font-size: 1.25rem;
  font-weight: 500;
}
.section02__mainList li span .smoll {
  font-size: 1rem;
  font-weight: 500;
}
.section02__mainList li::before {
  content: "";
  background: url(/images/icon/section__list-check.svg) no-repeat center center/100%;
  width: 1.8125rem;
  height: 1.5625rem;
  display: block;
}
.section02__mainText {
  text-align: center;
  line-height: 2;
  color: var(--white);
}
.section02__mainText--01 {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
}
.section02__mainText--02 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 2.3125rem;
}
.section02__mainText--03 {
  margin-top: 1.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section02__bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.section02__content {
  position: relative;
  max-width: 39rem;
  margin-inline: auto;
  margin-top: 3.1875rem;
  z-index: 3;
}
@media screen and (min-width: 1921px) {
  .section02__bgimg img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .section02 {
    padding-top: 2rem;
    padding-bottom: 9rem;
  }
  .section02__bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .section02 {
    margin-top: -3.9375rem;
    padding-top: 5rem;
  }
  .section02__heading {
    max-width: 20.375rem;
    width: calc(100% - 1.875rem);
    margin-left: auto;
    margin-right: 1.125rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 6.25rem;
  }
  .section02::before {
    display: none;
  }
  .section02__bgimg {
    overflow: hidden;
    top: 0;
  }
  .section02__bgimg img {
    height: auto;
    min-width: 72rem;
  }
  .section02__content {
    max-width: 33.4375rem;
    width: calc(100% - 2.5rem);
    margin-top: 3.75rem;
  }
  .section02__content img {
    width: 100%;
  }
  .section02__mainTitle {
    max-width: 18.1875rem;
    position: relative;
    left: 0.4375rem;
    text-align: center;
  }
  .section02__mainSubTitle {
    margin-top: 1.9375rem;
    font-size: 1.125rem;
    text-align: center;
  }
  .section02__mainList {
    margin-top: 1.6875rem;
    max-width: 20.9375rem;
    width: 100%;
    padding: 2.25rem 1rem 1.625rem 1.8125rem;
  }
  .section02__mainList li {
    gap: 0.875rem;
    padding: 0;
    padding-bottom: 1.5rem;
  }
  .section02__mainList li span {
    font-size: 1rem;
  }
  .section02__mainList li::before {
    width: 1.763125rem;
    height: 1.442rem;
  }
  .section02__mainText--01 {
    margin-top: 0.8125rem;
  }
  .section02__mainText--02 {
    margin-top: 3.5625rem;
    font-size: 1.125rem;
  }
  .section02__mainText--03 {
    margin-top: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .section02 {
    padding-top: 3.9375rem;
  }
  .section02__bgimg img {
    height: auto;
    min-width: inherit;
    -o-object-position: center;
       object-position: center;
  }
}

.section03 {
  position: relative;
  padding-top: 16rem;
  margin-top: -16rem;
  padding-bottom: 24.875rem;
}
.section03::before {
  content: "";
  position: absolute;
  top: 16rem;
  left: 0;
  width: 21.125rem;
  height: 100%;
  background: #EEEEEE;
}
.section03::after {
  content: "";
  position: absolute;
  width: 17.0625rem;
  height: 19.6875rem;
  background: #D9D9D9;
  top: 46.9375rem;
  left: -2.3125rem;
  z-index: 2;
}
.section03__heading {
  z-index: 4;
  position: relative;
  max-width: calc(100% - 4.1875rem);
  margin-left: 4.1875rem;
  margin-top: -8rem;
}
.section03__headingTop {
  padding-left: 7.5625rem;
  padding-top: 14.0625rem;
  width: 100%;
}
.section03__headingNum {
  color: #DCDCDC;
  font-family: "Cinzel", serif;
  font-size: 14.125rem;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 1.1875rem;
  left: 1.3125rem;
}
.section03__headingIcon {
  width: 4.125rem;
  position: absolute;
  top: 8rem;
  left: 18.125rem;
}
.section03__headingLine {
  position: absolute;
  width: 38.0625rem;
  height: 1px;
  background: var(--main-01);
}
.section03__headingTitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09em;
  padding-top: 1.8125rem;
}
@media screen and (min-width: 1921px) {
  .section03__heading {
    max-width: calc(100% - ((100vw - 1920px) / 2 + 4.1875rem));
    margin-left: calc((100vw - 1920px) / 2 + 4.1875rem);
  }
}
@media (max-width: 768px) {
  .section03__headingTop {
    padding-left: 0.8125rem;
    padding-top: 6.1875rem;
  }
  .section03__headingTitle {
    padding-top: 1.9375rem;
    font-size: 1.75rem;
  }
  .section03__headingLine {
    width: 18.59375rem;
    left: 9.28125rem;
    top: 6.1875rem;
  }
  .section03__headingIcon {
    top: 2.5rem;
    width: 2.4375rem;
    left: 9.375rem;
  }
  .section03__headingNum {
    font-size: 8.4375rem;
    top: -1.4375rem;
    left: -0.3125rem;
  }
}
@media (max-width: 640px) {
  .section03__headingTitle {
    font-size: 1.3125rem;
  }
  .section03__headingTop {
    padding-top: 4.3125rem;
    padding-left: 0.6875rem;
  }
  .section03__headingLine {
    left: 6.4375rem;
    width: 14.21875rem;
    top: 4.75rem;
  }
  .section03__headingIcon {
    top: 1.25rem;
    width: 2.4375rem;
    left: 7.5rem;
  }
  .section03__headingNum {
    font-size: 6.5rem;
    top: -1.125rem;
  }
}
.section03__main {
  position: relative;
  z-index: 1;
}
.section03__main::before {
  content: "";
  width: 57.8125rem;
  height: 57.8125rem;
  display: block;
  position: absolute;
  top: -11.1875rem;
  left: 50%;
  transform: translateX(calc(-50% + 0.75rem));
  background: var(--white);
  border-radius: 50%;
  z-index: -1;
}
.section03__main::after {
  content: "";
  position: absolute;
  width: 17.0625rem;
  height: 19.6875rem;
  background: #D9D9D9;
  top: 7.375rem;
  left: -2.3125rem;
  z-index: -2;
}
.section03__mainTitle {
  margin-top: 7.875rem;
}
.section03__mainSubTitle {
  text-align: center;
  font-weight: 700;
  margin-top: 1.375rem;
}
.section03__mainSubTitle--01 {
  display: block;
  font-size: 1.375rem;
}
.section03__mainSubTitle--02 {
  display: block;
  font-size: 2.125rem;
  background: var(--main-02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5625rem;
}
.section03__mainText {
  text-align: center;
  line-height: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.section03__mainText--01 {
  margin-top: 2.375rem;
  font-size: 1.25rem;
  line-height: 251.2%;
  font-weight: 400;
}
.section03__mainText--02 {
  line-height: 251.2%;
  font-size: 1.6875rem;
  font-weight: 700;
  margin-top: 2.125rem;
  position: relative;
}
.section03__mainText--02 span {
  background: var(--main-02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-bottom: 0.3125rem;
}
.section03__mainText--02 span:after {
  content: "";
  position: absolute;
  width: 30.25rem;
  height: 2px;
  background: var(--main-02);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section03__mainText--02 .large {
  font-size: 2.03125rem;
  padding-bottom: 0rem;
  margin-top: 0.3125rem;
}
.section03__mainText--03 {
  font-size: 1.25rem;
  line-height: 284.8%;
  margin-top: 2.1875rem;
}
.section03__mainImg {
  position: absolute;
}
.section03__mainImg--01 {
  width: 16.5rem;
  height: 15.9375rem;
  top: 2.625rem;
  left: 0.5625rem;
}
.section03__mainImg--02 {
  width: 14.8125rem;
  height: 20.3125rem;
  top: -2rem;
  right: 1.5rem;
}
.section03__mainImg--03 {
  width: 27rem;
  height: 15.1875rem;
  top: 34.125rem;
  left: -1.5rem;
}
.section03__mainImg--04 {
  width: 16.4375rem;
  height: 23.1875rem;
  top: 29.875rem;
  right: 6.1875rem;
}
.section03__content {
  position: relative;
  max-width: 78.4375rem;
  margin-inline: auto;
  margin-left: 5.6875rem;
  z-index: 3;
}
.section03__content::after {
  content: "";
  border-radius: 50%;
  width: 59.5rem;
  height: 59.5rem;
  background: #FFF;
  box-shadow: 0px 4px 116px 0px rgba(0, 0, 0, 0.02);
  display: block;
  position: absolute;
  top: -11.125rem;
  left: 50%;
  transform: translateX(-49.3%);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  .section03 {
    padding-top: 20rem;
  }
  .section03__content {
    margin-inline: auto;
  }
}
@media (max-width: 1024px) {
  .section03__content {
    left: 0;
    margin-left: 2rem;
  }
  .section03__content::after {
    width: 55rem;
    height: 55rem;
  }
  .section03__mainImg--01 {
    width: 12rem;
  }
  .section03__mainImg--02 {
    width: 10.8125rem;
  }
  .section03__mainImg--03 {
    width: 23rem;
  }
  .section03__mainImg--04 {
    width: 13.4375rem;
  }
}
@media (max-width: 768px) {
  .section03 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 17.125rem;
    margin-top: -0.625rem;
  }
  .section03__heading {
    max-width: 26.9375rem;
    width: calc(100% - 2.5rem);
    margin-inline: auto;
    margin-left: 1.25rem;
    margin-top: 0;
  }
  .section03__content {
    max-width: inherit;
    width: 100%;
    margin: 0 auto;
    margin-top: -3.625rem;
    overflow: none;
  }
  .section03__content::after {
    width: 35.6875rem;
    height: 35.6875rem;
    top: -3.4375rem;
    transform: translateX(-50%);
  }
  .section03__mainTitle {
    margin-top: 7.625rem;
    max-width: 18rem;
  }
  .section03__mainText--01 {
    margin-top: 2.469375rem;
    font-size: 1rem;
    line-height: 2;
  }
  .section03__mainText--02 {
    margin-top: 1.4375rem;
    font-size: 1.125rem;
  }
  .section03__mainText--02 span::after {
    width: 19.125rem;
  }
  .section03__mainText--02 .large {
    font-size: 1.25rem;
    margin-top: 0.3125rem;
  }
  .section03__mainText--03 {
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 1.5625rem;
  }
  .section03__mainImg--01 {
    width: 9.875rem;
    height: auto;
    top: 2.875rem;
    left: -0.75rem;
  }
  .section03__mainImg--02 {
    width: 8.625rem;
    height: auto;
    top: 4.5625rem;
    right: -0.875rem;
  }
  .section03__mainImg--03 {
    width: 19.55555rem;
    height: auto;
    top: 27.3125rem;
    left: -0.5625rem;
  }
  .section03__mainImg--04 {
    width: 11.7234rem;
    height: auto;
    top: 21.9375rem;
    right: 1.875rem;
  }
  .section03::before, .section03::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .section03__heading {
    max-width: 20.6875rem;
  }
  .section03__content::after {
    top: -0.3125rem;
  }
  .section03__mainImg--01 {
    width: 4.9375rem;
  }
  .section03__mainImg--02 {
    width: 4.3125rem;
  }
  .section03__mainImg--03 {
    width: 9.777775rem;
    right: -0.3125rem;
  }
  .section03__mainImg--04 {
    width: 6.513rem;
    top: 28.1875rem;
    right: -0.3125rem;
  }
}

.section04 {
  position: relative;
  margin-top: 0rem;
  z-index: 2;
  padding-bottom: 16rem;
}
.section04__heading {
  position: relative;
  max-width: 45.5625rem;
  margin-left: auto;
  margin-right: 3.5rem;
  padding-right: 7.875rem;
}
.section04__headingTop {
  width: 100%;
  padding-top: 14.1875rem;
}
.section04__headingNum {
  color: #DCDCDC;
  font-family: "Cinzel", serif;
  font-size: 14.0625rem;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 1.125rem;
  right: 2rem;
}
.section04__headingIcon {
  width: 3.625rem;
  position: absolute;
  top: 9.25rem;
  left: 22.625rem;
}
.section04__headingLine {
  position: absolute;
  width: 31.9375rem;
  height: 1px;
  background: var(--white);
  top: 13.875rem;
  left: 5rem;
}
.section04__headingTitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09em;
  padding-top: 1.5rem;
  color: var(--white);
  text-align: right;
}
@media screen and (min-width: 1921px) {
  .section04__heading {
    margin-right: calc((100vw - 1920px) / 2 + 3.5rem);
  }
}
@media (max-width: 768px) {
  .section04__headingTop {
    padding-left: 0;
    padding-top: 0rem;
  }
  .section04__headingTitle {
    padding-top: 1.3125rem;
    font-size: 1.375rem;
    letter-spacing: 0.0881818182em;
    text-align: right;
  }
  .section04__headingLine {
    width: 12.875rem;
    left: auto;
    right: 7.5rem;
    top: 5.875rem;
  }
  .section04__headingIcon {
    top: 2.8125rem;
    width: 2.6875rem;
    right: 8.25rem;
    left: auto;
  }
  .section04__headingNum {
    font-size: 6.5rem;
    top: 0rem;
    right: -0.125rem;
    left: auto;
  }
}
.section04__bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.section04__bottom {
  position: relative;
  background-position: center -0.75rem;
  background-size: cover;
  padding: 15.8125rem 0.9375rem 9.25rem;
  margin-top: -18.8125rem;
  z-index: 1;
}
.section04__bottomText01 {
  text-align: center;
}
.section04__bottomText01--01 {
  font-size: 1.5rem;
  display: block;
}
.section04__bottomText01--02 {
  font-size: 1.75rem;
  margin-top: 0.3125rem;
  display: block;
}
.section04__bottom svg {
  width: 1.8125rem;
  height: 1.5625rem;
  margin-top: 2.6875rem;
  margin-bottom: 2rem;
  display: block;
  margin-inline: auto;
}
.section04__bottom svg path {
  fill: #3C3C3C;
}
.section04__bottomText02 {
  font-size: 2.125rem;
  font-weight: 700;
  text-align: center;
}
.section04__bottomText02 .main02 {
  background: var(--main-02);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .section04__bottom {
    padding: 15.625rem 0.9375rem 6.25rem;
  }
  .section04__bottomText01--01 {
    font-size: 1.1875rem;
  }
  .section04__bottomText01--02 {
    font-size: 1.4375rem;
  }
  .section04__bottom svg {
    width: 1.5rem;
    height: 1.25rem;
    margin-block: 1.5rem;
  }
  .section04__bottomText02 {
    font-size: 1.75rem;
  }
}
.section04__content {
  max-width: 37.25rem;
  margin-inline: auto;
  margin-top: 3.4375rem;
  color: var(--white);
}
.section04__mainTitle {
  padding-inline: 0.75rem;
}
.section04__mainSubTitle {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 1.6875rem;
}
.section04__mainCol {
  width: 35.0625rem;
  margin-top: 1.6875rem;
  margin-left: 0.8125rem;
}
.section04__mainItem01 {
  margin-top: 1.25rem;
}
.section04__mainItem01Head {
  max-width: 34.6875rem;
  margin-inline: auto;
  margin-left: 0.9375rem;
}
.section04__mainItem01Text {
  margin-top: 0.5625rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 189.244%;
}
.section04__mainItem01Footer {
  max-width: 34.6875rem;
  margin-inline: auto;
  margin-top: 1.5625rem;
}
.section04__mainListTitle {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0.8125rem;
}
.section04__mainList {
  width: 37.25rem;
  margin-top: 1.625rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.625rem 2.625rem 4.125rem;
  gap: 1.75rem 2.375rem;
}
.section04__mainList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.87);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.section04__mainList li {
  font-size: 1.25rem;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.8125rem;
  width: 14.4375rem;
  position: relative;
  z-index: 1;
  color: var(--main-01);
}
.section04__mainList li::before {
  content: "";
  background: url(/images/icon/section__list-check.svg) no-repeat center center/100%;
  width: 1.763125rem;
  height: 1.442rem;
  display: block;
}
.section04__mainText {
  font-size: 1.25rem;
  text-align: center;
  line-height: 184.8%;
  margin-top: 3.25rem;
  position: relative;
  left: -0.625rem;
}
@media screen and (min-width: 1921px) {
  .section04__bgimg img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .section04 {
    padding-bottom: 10rem;
    padding-top: 4rem;
  }
  .section04__bgimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .section04 {
    margin-top: -5.4375rem;
    padding-top: 7.5rem;
  }
  .section04__heading {
    max-width: 20.375rem;
    width: calc(100% - 1.875rem);
    margin-left: auto;
    margin-right: 1.125rem;
    padding-left: 0.375rem;
    padding-right: 0.4375rem;
    padding-top: 5.875rem;
  }
  .section04__bgimg {
    overflow: hidden;
  }
  .section04__bgimg img {
    height: auto;
    min-width: 81.25rem;
    -o-object-position: center;
       object-position: center;
  }
  .section04__content {
    max-width: 33.4375rem;
    width: calc(100% - 2.5rem);
    margin-top: 3.375rem;
  }
  .section04__mainTitle {
    padding-right: 0.8125rem;
    padding-left: 1.6875rem;
  }
  .section04__mainSubTitle {
    font-size: 1.125rem;
    margin-top: 1.3125rem;
    line-height: 183.4%;
  }
  .section04__mainCol {
    width: 20.9375rem;
    margin-inline: auto;
    margin-top: 1.25rem;
  }
  .section04__mainItem01 {
    margin-top: 2.0625rem;
  }
  .section04__mainItem01Head {
    margin-inline: auto;
  }
  .section04__mainItem01Text {
    font-size: 1rem;
    margin-top: 0.875rem;
    line-height: 189.244%;
  }
  .section04__mainItem01Text .spnone {
    display: none;
  }
  .section04__mainList {
    display: flex;
    flex-direction: column;
    max-width: 20.25rem;
    width: 100%;
    padding: 1.4375rem 4.125rem 1.5625rem;
    gap: 18px;
    margin-top: 29px;
    margin-inline: auto;
  }
  .section04__mainListTitle {
    font-size: 1rem;
    margin-top: 2.125rem;
  }
  .section04__mainList li {
    font-size: 1rem;
  }
  .section04__mainText {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.8;
    left: -0.3125rem;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .section04 {
    padding-top: 6.75rem;
  }
  .section04__heading {
    max-width: 20.375rem;
  }
  .section04__bgimg img {
    height: auto;
    min-width: inherit;
    -o-object-position: center;
       object-position: center;
  }
  .section04__content {
    max-width: 20.9375rem;
  }
}

.difference {
  position: relative;
}
.difference__title {
  position: absolute;
  top: -3rem;
  left: 0;
}
.difference01 {
  background-position: center;
  background-size: cover;
  padding: 5.9375rem 0.9375rem 5.375rem;
}
.difference01__title {
  max-width: 66.375rem;
  width: 100%;
  margin-inline: auto;
  color: var(--white);
  font-size: 1.375rem;
  line-height: 166.4%;
}
.difference01__title--01 {
  font-size: 1.75rem;
  line-height: 166.4%;
  display: inline;
}
.difference01__title--02 {
  position: relative;
  font-size: 2.25rem;
  line-height: 166.4%;
}
.difference01__title--02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--white);
  bottom: -0.5625rem;
  left: 0;
}
.difference01 .failure__col {
  max-width: 66.375rem;
  margin-top: 5.125rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 2.25rem;
}
.difference01 .failure__item {
  flex: 1;
}
.difference01 .failure__item img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.difference01__text {
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 194.8%;
  margin-top: 4.0625rem;
}
.difference01__text span {
  font-size: 1.5rem;
  line-height: 194.8%;
}
.difference02 {
  background: #F7F7F7;
  padding: 5.375rem 0.9375rem 6.3125rem;
}
.difference02__item01 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.difference02__item01-text {
  font-size: 1.25rem;
  line-height: 214.8%;
}
.difference02__item01-list {
  display: flex;
}
.difference02__item01-list li {
  position: relative;
  z-index: 1;
  width: 10.9375rem;
  height: 4.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 120%;
  color: var(--white);
}
.difference02__item01-list li:nth-child(4) {
  letter-spacing: -0.05em;
}
.difference02__item01-list li::before {
  content: "";
  width: 11.625rem;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/images/figure/difference__item02_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.difference02__col {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 3.875rem;
}
.difference02__colItem {
  max-width: 31.1875rem;
  width: 100%;
  flex: 1 0 20rem;
}
.difference02__colItem img {
  margin-inline: auto;
}
.difference02__text {
  font-size: 1.25rem;
  line-height: 200%;
  text-align: center;
  margin-top: 4.375rem;
}
.difference02__text b {
  position: relative;
  font-size: 1.25rem;
  line-height: 200%;
  font-weight: 700;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 0.4em;
  display: inline-block;
}
.difference02__text02 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  line-height: 200%;
  margin-top: 5.3125rem;
  margin-inline: auto;
}
.difference02__text02 img {
  width: 43.8125rem;
}
.difference02__text02 .smoll {
  font-size: 1rem;
  margin-top: 0.25rem;
  margin-right: 1.1875rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.difference02__text02--01 {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  background: var(--cv);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.difference02__text02--01 .smoll {
  font-size: 1rem;
  margin: 0;
}
.difference02__text02::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8125rem;
  height: 1.875rem;
  background: url(/images/icon/triangle_blue.svg) no-repeat center center/cover;
}
@media (max-width: 768px) {
  .difference02__text02--01 {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .difference02 {
    padding: 2.5rem 0.9375rem 5rem;
  }
  .difference02__item01 {
    gap: 1.5rem;
  }
  .difference02__item01-text {
    line-height: 1.5;
  }
  .difference02__item01-list {
    width: 21.875rem;
    flex-wrap: wrap;
    gap: 0.6875rem 0;
  }
  .difference02__text {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .difference02__text02 {
    margin-top: 2rem;
  }
  .difference02__text02 .smoll {
    font-size: 0.875rem;
  }
  .difference02__text02::after {
    width: 2.1875rem;
    height: 1.375rem;
    bottom: -2.1875rem;
  }
}
@media (max-width: 768px) {
  .difference__title {
    top: -1.5rem;
  }
  .difference01 {
    padding: 3.75rem 0.9375rem 3.1875rem;
  }
  .difference01__title {
    font-size: 1.125rem;
    text-align: center;
  }
  .difference01__title--01 {
    font-size: 1.5rem;
  }
  .difference01__title--02 {
    font-size: 1.9375rem;
  }
  .difference01__title--02::after {
    bottom: 0rem;
  }
  .difference01 .failure__col {
    margin-top: 2rem;
    align-items: center;
  }
  .difference01__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .difference01__text span {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .difference01 .failure__col {
    flex-direction: column;
  }
}

.approach {
  position: relative;
  display: flex;
}
.approach::after {
  content: "";
  width: 4.430625rem;
  height: 4.419375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/figure/approach_cross.svg) no-repeat center center/cover;
}
.approach__item {
  flex: 1;
}
.approach__item--reverse .approach__title {
  top: auto;
  left: auto;
  bottom: -2.0625rem;
  right: 0;
}
.approach__item--reverse .approach__title::after {
  scale: -1 1;
}
@media screen and (min-width: 1921px) {
  .approach__item--reverse .approach__title {
    justify-content: flex-start;
    padding-left: 15.625rem;
  }
}
.approach__title {
  position: absolute;
  top: -2.875rem;
  left: 0;
}
@media (max-width: 1024px) {
  .approach__title {
    width: 28.75rem;
    height: 3.75rem;
    font-size: 1.5rem;
  }
}
.approach__img {
  max-width: 100%;
  height: 100%;
}
.approach__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .approach {
    flex-direction: column;
  }
  .approach__title {
    top: -2rem;
  }
  .approach__item img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .approach__item--reverse .approach__title {
    bottom: -1rem;
  }
  .approach__title {
    top: -1rem;
    width: 17.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
}

.merit {
  padding: 5.625rem 0.9375rem 7.125rem;
  background-size: cover;
  background-position: center;
}
.merit__title {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.merit__title--01 {
  font-size: 1.25rem;
  line-height: 224.8%;
}
.merit__title--02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 224.8%;
  border-bottom: 1px solid var(--white);
}
.merit__inner {
  position: relative;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 2.1875rem 3.625rem 4.5625rem;
  z-index: 2;
}
.merit__body {
  position: relative;
  margin-top: 3.25rem;
  max-width: 44.75rem;
  width: calc(100% - 1.875rem);
  margin-inline: auto;
}
.merit__body::before, .merit__body::after {
  content: "";
  background: rgba(97, 116, 214, 0.3);
  position: absolute;
  display: block;
  z-index: 1;
}
.merit__body::before {
  width: 10.4375rem;
  height: 8.4375rem;
  top: -3.25rem;
  left: -4.4375rem;
}
.merit__body::after {
  width: 15.9375rem;
  height: 13.25rem;
  bottom: -3.25rem;
  right: -6.25rem;
}
.merit__subTitle {
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--cv);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #161E6A;
  text-align: center;
}
.merit__list {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.merit__list li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 3.25rem;
}
.merit__list li span {
  font-weight: 700;
}
.merit__list li::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  background: url(/images/icon/checkbox_merit.svg) no-repeat center center/100%;
  width: 1.8125rem;
  height: 1.5625rem;
  display: block;
}
@media (max-width: 768px) {
  .merit__title--01 {
    font-size: 0.9375rem;
  }
  .merit__title--02 {
    font-size: 1.25rem;
  }
  .merit__inner {
    padding: 1.5rem 0.9375rem 2rem;
  }
  .merit__body::before {
    width: 8.5625rem;
    height: 6.5625rem;
    top: -1.375rem;
    left: -0.9375rem;
  }
  .merit__body::after {
    width: 14.0625rem;
    height: 11.375rem;
    bottom: -1.375rem;
    right: -0.9375rem;
  }
  .merit__subTitle {
    font-size: 1.25rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.25rem;
  }
  .merit__list {
    gap: 1.5rem;
  }
  .merit__list li {
    padding-left: 2rem;
    font-size: 0.875rem;
  }
  .merit__list li span {
    display: inline;
  }
  .merit__list li::before {
    width: 1.25rem;
    height: 1rem;
  }
}

.safetyPoints {
  padding: 8.4375rem 0.9375rem 7.3125rem;
  overflow: hidden;
}
.safetyPoints__title {
  position: relative;
  max-width: 62.6875rem;
  width: 100%;
  margin-inline: auto;
  padding: 0.6875rem 0;
  text-align: center;
}
.safetyPoints__title span {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  background: var(--cv);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
.safetyPoints__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 44.5%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.safetyPoints__copy {
  margin-top: 3.875rem;
  max-width: 40.8125rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
.safetyPoints__copyImg {
  width: 7.875rem;
  height: 7.875rem;
}
.safetyPoints__copyText {
  flex: 1;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 210%;
  padding-bottom: 0.3125rem;
}
.safetyPoints__copyText b {
  position: relative;
  font-weight: 600;
}
.safetyPoints__copyText b::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: var(--main-01);
}
.safetyPoints__body {
  margin-top: 5.3125rem;
  display: flex;
  flex-direction: column;
  gap: 13.6875rem;
}
.safetyPoints__item {
  position: relative;
}
.safetyPoints__itemTitle {
  transform: translateX(-0.9375rem);
  max-width: 46.625rem;
  padding-left: 11.625rem;
  padding-block: 0.375rem 0.4375rem;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.safetyPoints__itemTitle span {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}
.safetyPoints__itemTitle .num {
  position: absolute;
  color: #AEAEAE;
  font-family: "Cinzel", serif;
  font-size: 5rem;
  font-weight: 400;
  left: calc(100% + 0.25rem);
  top: -2.1875rem;
}
.safetyPoints__media {
  max-width: 57.25rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}
.safetyPoints__mediaWrap {
  position: relative;
  max-width: 66.4375rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.9375rem;
}
.safetyPoints__media--bg01 {
  position: absolute;
  width: 51.375rem;
  top: 17.30375rem;
  right: -0.9375rem;
}
.safetyPoints__media--bg01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.safetyPoints__media--bg02 {
  position: absolute;
  top: 10rem;
  right: -1.25rem;
  width: 56.25rem;
  height: 51.5821875rem;
}
.safetyPoints__mediaImg {
  width: 26.375rem;
}
.safetyPoints__mediaBody {
  flex: 1;
}
.safetyPoints__mediaBody p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
.safetyPoints__whiteBlock {
  position: relative;
  margin-top: 2.3125rem;
  width: 100%;
  background: var(--white);
}
.safetyPoints__suport {
  width: 100%;
  padding: 2rem 1.96875rem;
}
.safetyPoints__list {
  position: relative;
  padding: 2.875rem 1.986875rem 2.5625rem 5.375rem;
  border: 1px solid #444AB8;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem 3.174375rem;
}
.safetyPoints__listWrap {
  padding: 2.3125rem 2.9375rem 2.25rem 4.1875rem;
}
.safetyPoints__list--icon {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 0.625rem));
  left: 2.4375rem;
  padding-top: 1.125rem;
  padding-bottom: 1.6875rem;
  width: 3.75rem;
  height: 6.5625rem;
  background: var(--white);
  z-index: 2;
}
.safetyPoints__list li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 2.763125rem;
}
.safetyPoints__list li:nth-child(5), .safetyPoints__list li:nth-child(7) {
  width: 19.75rem;
}
.safetyPoints__list li::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  background: url(/images/icon/checkbox_merit.svg) no-repeat center center/100%;
  width: 1.8125rem;
  height: 1.5625rem;
  display: block;
}
.safetyPoints__list > span {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: var(--white);
}
.safetyPoints__list > span:nth-child(1) {
  top: -0.625rem;
  left: -0.625rem;
}
.safetyPoints__list > span:nth-child(2) {
  top: -0.625rem;
  right: -0.625rem;
}
.safetyPoints__list > span:nth-child(3) {
  bottom: -0.625rem;
  left: -0.625rem;
}
.safetyPoints__list > span:nth-child(4) {
  bottom: -0.625rem;
  right: -0.625rem;
}
@media screen and (min-width: 1921px) {
  .safetyPoints__itemTitle {
    max-width: 46.625rem;
    max-width: calc((100vw - 1920px) / 2 + 46.625rem);
    padding-left: 11.625rem;
    padding-left: calc((100vw - 1920px) / 2 + 11.625rem);
  }
}
@media (max-width: 768px) {
  .safetyPoints {
    padding: 5.0625rem 0.9375rem 3.65625rem;
  }
  .safetyPoints__title {
    padding-block: 0.9375rem;
  }
  .safetyPoints__title span {
    font-size: 1.25rem;
  }
  .safetyPoints__copy {
    gap: 1.5rem;
    margin-top: 2.625rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .safetyPoints__copyImg {
    width: 7.875rem;
    height: 7.875rem;
  }
  .safetyPoints__copyText {
    text-align: center;
    font-size: 1.125rem;
  }
  .safetyPoints__body {
    margin-top: 2.8125rem;
    gap: 8.25rem;
  }
  .safetyPoints__itemTitle {
    max-width: 26.25rem;
    padding-left: 6.25rem;
  }
  .safetyPoints__itemTitle span {
    font-size: 1.125rem;
  }
  .safetyPoints__itemTitle .num {
    top: -2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .safetyPoints__media {
    max-width: 35rem;
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
  }
  .safetyPoints__mediaWrap {
    margin-top: 2.5rem;
  }
  .safetyPoints__media--bg01 {
    width: 33.25rem;
  }
  .safetyPoints__media--bg02 {
    top: 30rem;
    width: 33.25rem;
  }
  .safetyPoints__mediaImg {
    width: 13.1875rem;
    margin-inline: auto;
  }
  .safetyPoints__mediaImg img {
    margin-inline: auto;
  }
  .safetyPoints__mediaBody p {
    font-size: 1rem;
  }
  .safetyPoints__whiteBlock {
    margin-top: 1.5rem;
  }
  .safetyPoints__whiteBlock--02 {
    max-width: 30rem;
    margin-inline: auto;
  }
  .safetyPoints__suport {
    padding: 1.75rem 2.25rem;
  }
  .safetyPoints__list {
    padding: 2.8125rem 0.8125rem;
    gap: 1.25rem 1.5871875rem;
  }
  .safetyPoints__listWrap {
    padding: 1.875rem 0.8125rem 0.9375rem;
  }
  .safetyPoints__list--icon {
    width: 2.875rem;
    height: 2.9375rem;
    padding: 0;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .safetyPoints__list li {
    font-size: 1.125rem;
    gap: 1rem;
    padding-left: 2.763125rem;
    width: 100%;
  }
  .safetyPoints__list li:nth-child(5), .safetyPoints__list li:nth-child(7) {
    width: 100%;
  }
  .safetyPoints__list li::before {
    top: 0.125rem;
    width: 1.75rem;
    height: 1.4375rem;
  }
}
@media (max-width: 640px) {
  .safetyPoints__itemTitle {
    padding-left: 1.25rem;
    padding-block: 0.375rem 0.75rem;
  }
  .safetyPoints__itemTitle span {
    width: 13.0625rem;
    font-size: 1.25rem;
  }
  .safetyPoints__itemTitle .num {
    top: -1rem;
  }
  .safetyPoints__media {
    flex-direction: column;
  }
  .safetyPoints__mediaImg {
    width: 100%;
  }
  .safetyPoints__copyText {
    text-align: left;
    font-size: 1.125rem;
    padding-bottom: 0;
  }
  .safetyPoints__copyText b {
    -webkit-text-decoration: underline 1px;
            text-decoration: underline 1px;
    -webkit-text-decoration-color: #000;
            text-decoration-color: #000;
    text-underline-offset: 0.3em;
  }
  .safetyPoints__copyText b::after {
    display: none;
  }
  .safetyPoints__copyText .spnone {
    display: none;
  }
}

.successSrory {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 70.5625rem;
  padding-top: 5.125rem;
}
.successSrory__title .en {
  text-transform: none;
}
.successSrory__subTitle {
  margin-top: 3.5rem;
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.successSrory__subTitle::after {
  content: "";
  width: 12.6875rem;
  height: 1px;
  display: block;
  margin-top: 0.625rem;
  background: var(--white);
}
.successSrory__item {
  position: absolute;
}
.successSrory__item--01 {
  width: 23.125rem;
  top: 16.0625rem;
  left: 18.375rem;
  z-index: 1;
}
.successSrory__item--01::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(217, 217, 217, 0.76);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}
.successSrory__item--02 {
  width: 27.125rem;
  top: 25.125rem;
  right: 20.5rem;
}
.successSrory__item--03 {
  width: 28.0625rem;
  top: 47.0625rem;
  left: 22.5625rem;
}
@media screen and (min-width: 1921px) {
  .successSrory__item--01 {
    left: 18.375rem;
    left: calc((100vw - 1920px) / 2 + 18.375rem);
  }
  .successSrory__item--02 {
    right: 20.5rem;
    right: calc((100vw - 1920px) / 2 + 20.5rem);
  }
  .successSrory__item--03 {
    left: 22.5625rem;
    left: calc((100vw - 1920px) / 2 + 22.5625rem);
  }
}
@media (max-width: 1024px) {
  .successSrory__item--01 {
    left: 7.5rem;
  }
  .successSrory__item--02 {
    right: 6.25rem;
  }
  .successSrory__item--03 {
    left: 11.25rem;
  }
}
@media (max-width: 768px) {
  .successSrory {
    height: 71.375rem;
    padding-top: 3.625rem;
  }
  .successSrory__subTitle {
    margin-top: 3.8125rem;
    font-size: 1.125rem;
  }
  .successSrory__subTitle::after {
    margin-top: 1rem;
  }
  .successSrory__item--01 {
    width: 16.375rem;
    top: 17.6875rem;
    left: 50%;
    transform: translateX(calc(-50% - 2.375rem));
  }
  .successSrory__item--02 {
    width: 18.375rem;
    top: 34.625rem;
    right: auto;
    left: 3.875rem;
    left: 50%;
    transform: translateX(calc(-50% + 1.3125rem));
  }
  .successSrory__item--03 {
    width: 19.875rem;
    top: 54.0625rem;
    left: 1.25rem;
    left: 50%;
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.flow {
  position: relative;
  background: #121212;
  padding: 6rem 0.9375rem 9.625rem;
  z-index: 2;
}
.flow__text {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
  margin-top: 3.875rem;
}
.flow__step {
  display: flex;
  flex-direction: column;
  gap: 7.8125rem;
  margin-top: 4.875rem;
}
.flow__media {
  position: relative;
  max-width: 53.031875rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 2.864375rem;
}
.flow__media::after {
  content: "";
  background: url(/images/figure/flow_triangle.svg) no-repeat center bottom/100%;
  width: 1.8125rem;
  height: 1.8125rem;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
}
.flow__media:last-of-type::after {
  display: none;
}
.flow__mediaImg {
  width: 19.70625rem;
}
.flow__mediaBody {
  flex: 1;
  color: var(--white);
}
.flow__mediaHead {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--white);
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.flow__mediaNum {
  display: flex;
  flex-direction: column;
  font-family: "Cinzel", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.flow__mediaNum .text {
  font-size: 1.125em;
  font-weight: 400;
}
.flow__mediaNum .num {
  font-size: 2.125em;
  font-weight: 400;
  margin-top: -0.2647058824em;
  padding-inline: 0.1176470588em 0.1470588235em;
}
.flow__mediaTitle {
  font-size: 1.5em;
}
.flow__mediaText {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 180%;
}
.flow__mediaText .smoll {
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .flow {
    padding: 3rem 0.9375rem 4.8125rem;
  }
  .flow__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
  .flow__step {
    gap: 3.5rem;
    margin-top: 1.5rem;
  }
  .flow__media {
    max-width: 19.6875rem;
    max-width: 26rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .flow__media::after {
    width: 1.125rem;
    height: 1.125rem;
    top: calc(100% + 0.9375rem);
  }
  .flow__mediaHead {
    gap: 1rem;
    font-size: 0.75rem;
  }
  .flow__mediaText {
    font-size: 1rem;
  }
  .flow__mediaText .smoll {
    font-size: 0.75rem;
  }
}

.faq {
  position: relative;
  background: #EEE;
  padding: 6rem 0.9375rem;
}
.faq::before, .faq::after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0.3;
  background: #D9D9D9;
  mix-blend-mode: multiply;
}
.faq::before {
  width: 13.75rem;
  height: 12.1875rem;
  top: -2.625rem;
  left: 0;
}
.faq::after {
  width: 21.625rem;
  height: 23.625rem;
  bottom: -2.125rem;
  right: 0;
}
.faq__list {
  position: relative;
  z-index: 1;
  max-width: 53.75rem;
  width: 100%;
  margin-top: 3.625rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.faq__item {
  padding: 1.5rem 2rem;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 2.625rem;
}
.faq__itemMark {
  font-family: "Cinzel", serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.faq__itemBody {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}
.faq__itemQuestion {
  color: #00053A;
  font-size: 1.375rem;
  font-weight: 700;
}
.faq__itemAnswer {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 1921px) {
  .faq::before {
    left: calc((100vw - 1920px) / 2);
  }
  .faq::after {
    right: calc((100vw - 1920px) / 2);
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 3rem 0.9375rem;
  }
  .faq::before {
    width: 4.5833333333rem;
    height: 4.0625rem;
    top: -1.3125rem;
    left: 0;
  }
  .faq::after {
    width: 7.2083333333rem;
    height: 7.875rem;
    bottom: -1.0625rem;
    right: 0;
  }
  .faq__list {
    gap: 1.25rem;
    margin-top: 1.8125rem;
  }
  .faq__item {
    padding: 0.75rem 1rem;
    gap: 1.25rem;
  }
  .faq__itemMark {
    font-size: 2rem;
  }
  .faq__itemBody {
    gap: 0.5rem;
  }
  .faq__itemQuestion {
    font-size: 1rem;
  }
  .faq__itemAnswer {
    font-size: 0.875rem;
  }
}

.otherService {
  padding: 6rem 0.9375rem;
  text-align: center;
}
.otherService__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 204.8%;
  margin-top: 3.5rem;
}
.otherService__body {
  margin-top: 2.625rem;
}
.otherService__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.575rem;
  max-width: 66.375rem;
  width: 100%;
  margin-inline: auto;
}
.otherService__list li {
  background: linear-gradient(106deg, #DFC647 -5.12%, #DAB736 41.34%, #B9922E 87.8%);
  width: 9.75rem;
  height: 9.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}
.otherService__list li.lt-1 {
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .otherService {
    padding: 3rem 0.9375rem;
  }
  .otherService__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .otherService__body {
    margin-top: 1.5rem;
  }
  .otherService__list {
    gap: 1rem;
  }
  .otherService__list li {
    width: 6.375rem;
    height: 5.75rem;
    font-size: 0.8125rem;
  }
}

.contact {
  padding-block: 6.5rem;
  padding-inline: 0.9375rem;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .contact {
    padding-block: 3.25rem;
  }
}
.contact__form {
  max-width: 55rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 3.5rem;
  padding: 5rem 0.9375rem 3.375rem;
  position: relative;
  z-index: 1;
}
.contact__form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(249, 249, 249, 0.5);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 640px) {
  .contact__form {
    padding: 2.5rem 0.9375rem 1.6875rem;
    margin-top: 1.75rem;
  }
}
.contact .form {
  max-width: 29rem;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact .form input[type=text],
.contact .form input[type=email],
.contact .form input[type=tel],
.contact .form input[type=number],
.contact .form textarea {
  width: 100%;
  background: var(--white);
  box-shadow: 0px 4px 4px 0px rgba(128, 128, 128, 0.25) inset;
  padding: 0.8125rem;
  font-size: max(16px, 1rem);
}
.contact .form input[type=text]::-moz-placeholder, .contact .form input[type=email]::-moz-placeholder, .contact .form input[type=tel]::-moz-placeholder, .contact .form input[type=number]::-moz-placeholder, .contact .form textarea::-moz-placeholder {
  font-size: 1.125rem;
  color: #BBB;
}
.contact .form input[type=text]::placeholder,
.contact .form input[type=email]::placeholder,
.contact .form input[type=tel]::placeholder,
.contact .form input[type=number]::placeholder,
.contact .form textarea::placeholder {
  font-size: 1.125rem;
  color: #BBB;
}
@media (max-width: 640px) {
  .contact .form input[type=text]::-moz-placeholder, .contact .form input[type=email]::-moz-placeholder, .contact .form input[type=tel]::-moz-placeholder, .contact .form input[type=number]::-moz-placeholder, .contact .form textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .contact .form input[type=text]::placeholder,
.contact .form input[type=email]::placeholder,
.contact .form input[type=tel]::placeholder,
.contact .form input[type=number]::placeholder,
.contact .form textarea::placeholder {
    font-size: 0.875rem;
  }
}
.contact .form input[type=text],
.contact .form input[type=email],
.contact .form input[type=tel],
.contact .form input[type=number] {
  height: 2.5rem;
}
@media (max-width: 640px) {
  .contact .form {
    gap: 1.5rem;
  }
}
.contact .form__field {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.contact .form__field.required label::after {
  content: "必須";
  width: 2.875rem;
  height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #444AB8;
  background: var(--cv);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact .form__field label {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.contact .form__field .address {
  display: flex;
  flex-wrap: wrap;
}
.contact .form__field .address .post {
  display: flex;
  align-items: center;
}
.contact .form__field .address .post span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.contact .form__field .address .post span:nth-child(1) {
  margin-right: 0.25rem;
}
.contact .form__field .address .post span:nth-child(3) {
  margin-inline: 0.4375rem;
}
.contact .form__field .address input[name=address] {
  width: 100%;
  margin-top: 0.9375rem;
  margin-left: 1.375rem;
}
.contact .form__field .address input[name=post01] {
  width: 5.125rem;
  height: 2.25rem;
}
.contact .form__field .address input[name=post02] {
  width: 7.0625rem;
  height: 2.25rem;
}
.contact .form__field input[type=text] {
  padding-block: 0.3125rem;
}
.contact .form__check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 2rem;
}
.contact .form__check label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2.25rem;
  font-size: 1rem;
  font-weight: 400;
}
.contact .form__check label::before, .contact .form__check label::after {
  content: "";
  display: block;
  position: absolute;
}
.contact .form__check label::before {
  border-radius: 0%;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border: 1px solid #B7B7B7;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
.contact .form__check label::after {
  border-bottom: 2px solid #B7B7B7;
  border-left: 2px solid #B7B7B7;
  opacity: 0;
  height: 0.375rem;
  width: 0.6875rem;
  transform: rotate(-45deg);
  top: 0.4375rem;
  left: 0.375rem;
}
.contact .form__check label:has(input:checked)::after {
  opacity: 1;
}
.contact .form__check label input {
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです 
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
  margin: -1px;
}
.contact .form__check label a {
  font-weight: 700;
  background: var(--cv);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  -webkit-text-decoration-color: #000;
          text-decoration-color: #000;
  text-underline-offset: 0.3em;
}
@media (max-width: 640px) {
  .contact .form__check {
    padding-top: 0;
  }
  .contact .form__check label {
    font-size: 0.875rem;
  }
}
.contact .form__btn {
  margin-top: -0.375rem;
  width: 20rem;
  height: 3.5rem;
  margin-inline: auto;
  background: var(--cv);
  background-size: 100%;
  background-position: 0%;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  transition: 0.3s;
}
.contact .form__btn:hover {
  background-size: 200%;
  background-position: 100%;
}

#confirm .contact {
  background-position: top;
}
#confirm .contact__form {
  padding: 6.625rem 0.9375rem;
}
#confirm .contact .form {
  max-width: 35.25rem;
  gap: 4rem;
}
#confirm .contact .form__field {
  gap: 0.375rem;
}
#confirm .contact .form__field.required label::after {
  display: none;
}
#confirm .contact .form__field p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
}
#confirm .contact .form__btn {
  margin-top: auto;
  margin-top: 1.5rem;
  width: 13.75rem;
  height: 3rem;
  font-size: 1rem;
}
@media (max-width: 640px) {
  #confirm .contact {
    padding-top: 7.5rem;
  }
  #confirm .contact__form {
    padding: 2.5rem 0.9375rem 1.6875rem;
  }
  #confirm .contact .form {
    gap: 1.5rem;
  }
}

.footer {
  padding: 3.125rem 0.9375rem;
  background: #262626;
}
.footer__copyright {
  color: var(--white);
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .footer {
    padding: 2rem 0.9375rem;
  }
  .footer__copyright {
    font-size: 0.875rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 6.25rem;
  right: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  z-index: 999;
  transition: 0.3s;
}
@media screen and (min-width: 1921px) {
  .pagetop {
    right: 1.25rem;
    right: calc((100vw - 1920px) / 2 + 1.25rem);
  }
}
@media (max-width: 768px) {
  .pagetop {
    display: none;
  }
}

#thanks {
  min-height: 100vh;
}
#thanks main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.thanks {
  padding: 5.5rem 0.9375rem 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.thanks__logo {
  width: 5.4375rem;
  margin-inline: auto;
}
.thanks__title {
  color: #161E6A;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  margin-top: 1.75em;
}
.thanks__text {
  max-width: 40.1875rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 4.5rem;
}
.thanks__text p {
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 244.8%;
}
.thanks__btn {
  margin-top: 4rem;
  text-align: center;
}
.thanks__btn a {
  display: inline-flex;
  padding: 0px 5em;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border: 1px solid #161E6A;
  color: #161E6A;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 244.8%;
}
@media (max-width: 768px) {
  .thanks {
    padding: 3.6666666667rem 0.9375rem;
  }
  .thanks__title {
    font-size: 1.25rem;
  }
  .thanks__text {
    margin-top: 2.25rem;
  }
  .thanks__text p {
    font-size: 0.875rem;
  }
  .thanks__text p span {
    display: inline;
  }
  .thanks__btn {
    margin-top: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */