html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  overflow: auto;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 40px;
  }
}
html::-webkit-scrollbar {
  width: 7px;
  background: none;
}
html::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #00000080;
}
html * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  color: #2d2d2d;
  --header-height: 64px;
  --header-padding-inline: 80px;
}
main {
  overflow-x: hidden;
}
.container {
  width: min(1200px, 94%);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    width: min(1200px, 100% - 80px);
  }
}
@media (max-width: 767px) {
  .container {
    width: min(1200px, 100% - 24px);
  }
}
.container--1040 {
  width: min(1040px, 100% - 240px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--1040 {
    width: min(1040px, 100% - 80px);
  }
}
@media (max-width: 767px) {
  .container--1040 {
    width: min(1040px, 100% - 24px);
  }
}
.container--800 {
  width: min(800px, 100% - 240px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container--800 {
    width: min(800px, 100% - 80px);
  }
}
@media (max-width: 767px) {
  .container--800 {
    width: min(800px, 100% - 24px);
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
    display: block;
  }
}
.header .header__logo {
  display: block;
  width: 200px;
  height: 38px;
}
@media (max-width: 767px) {
  .header .header__logo {
    width: min(128px,64%);
    height: auto;
    margin: 130px auto 0;
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .header__button {
  width: min(240px, 100%);
  font-size: 1.8rem;
  padding: 19px;
}
@media (max-width: 1024px) {
  .header .header__button {
    font-size: 1.7rem;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .header .header__button {
    width: min(315px, 100%);
    font-size: 1.6rem;
    position: fixed;
    bottom: 23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    padding: 8px;
  }
  .header .header__logo img{
    object-fit: initial;
  }
}
.header .header__button svg {
  width: 23px;
  height: 18px;
}
.header .header__button span {
  display: block;
}
@media (max-width: 767px) {
  .header .header__button span {
    padding-inline: 8px;
  }
}
.footer {
  background-color: #09255f;
  padding-block: 8px;
}
@media (max-width: 767px) {
  .footer {
    padding-block: 6px;
  }
}
.footer .footer__copyright {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer .footer__copyright {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__copyright {
    font-size: 1.2rem;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  .tablet {
    display: block !important;
  }
}
.is-lock {
  overflow: hidden;
}
section {
  position: relative;
  z-index: 4;
}
.section-video {
  position: relative;
}
.section-video__bg {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  overflow: hidden;
  z-index: 3;
}
.section-video__bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #09255f66;
}
.section-video__bg video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-video__bg.bg00 {
  z-index: 4;
}
.section-video__bg.bg02 {
  z-index: 2;
}
.section-video__bg.bg03 {
  z-index: 1;
}
.section-video__block {
  position: relative;
  z-index: 5;
}
.section-video__transparent {
  height: 900px;
}
@media (max-width: 767px) {
  .section-video__transparent {
    height: 100vh;
  }
}
.section-video__content {
  position: absolute;
  top: 47.8%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .section-video__content {
    top: 50%;
  }
}
.section-video__title {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .section-video__title {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .section-video__title {
    font-size: 2.4rem;
  }
}
.section-video__title--sm {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .section-video__title--sm {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .section-video__title--sm {
    font-size: 1.8rem;
  }
}
.section-video__title--lg {
  font-size: 7.2rem;
  line-height: 1.3;
  color: #ea8b15;
}
@media (max-width: 1024px) {
  .section-video__title--lg {
    font-size: 6.6rem;
  }
}
@media (max-width: 767px) {
  .section-video__title--lg {
    font-size: 3.2rem;
  }
}
.block02 {
  position: relative;
}
.block01,
.block03 {
  background-color: #fff;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 8px;
  background: -webkit-linear-gradient(61.89deg, #ea8b15 26.58%, #ffa536 60.69%);
  background: linear-gradient(28.11deg, #ea8b15 26.58%, #ffa536 60.69%);
  color: #fff;
  width: min(560px, 100%);
  border-radius: 4px;
  font-size: 2.4rem;
  font-weight: 900;
  cursor: pointer;
  border: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(128, 128, 128, 0.2509803922);
  box-shadow: 0 4px 12px #80808040;
  padding: 22px 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button:hover {
  opacity: 0.8;
}
.button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 24px;
}
@media (max-width: 1024px) {
  .button {
    font-size: 2.2rem;
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 1.8rem;
    padding: 19px 16px;
  }
}
.button-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #09255f;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(128, 128, 128, 0.0509803922);
  box-shadow: 0 4px 12px #8080800d;
  padding: 19px 24px;
  width: min(325px, 100%);
}
@media (max-width: 1024px) {
  .button-blue {
    padding: 14px 24px;
  }
}
@media (max-width: 767px) {
  .button-blue {
    padding: 12px 24px;
    font-size: 1.6rem;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out 0.1s;
  transition: opacity 0.8s ease-out 0.1s;
}
.fade-in.active {
  opacity: 1;
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out;
  transition: transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0),
    opacity 0.7s ease-out,
    -webkit-transform 0.7s cubic-bezier(0.1, -0.6, 0.2, 0);
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  .fade-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translate(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-left.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 767px) {
  .fade-left {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translate(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out,
    -webkit-transform 0.8s ease-out;
}
.fade-right.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
@media (max-width: 767px) {
  .fade-right {
    -webkit-transform: translateX(0);
    transform: translate(0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
.mv-animation {
  -webkit-animation: mvFadeIn 1.2s ease-in;
  animation: mvFadeIn 1.2s ease-in;
}
@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contact-form dl {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 0 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form dl:last-of-type {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media (max-width: 767px) {
  .contact-form dl {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
}
.contact-form dl + dl {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact-form dl + dl {
    margin-top: 22px;
  }
}
.contact-form dt {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}
.contact-form dt .-error{
  color: #f93b3b;
  font-size: 12px;
}
.contact-form dt p:not(.-error){
  display: flex;
  align-items: center;
  gap: 2px;
}
.contact-form dt p:not(.-error) span{
  background: #ffa536;
  color: #fff;
  font-size: 9px;
  padding: 2px 4px;
  border-radius: 2px;
}
.contact-form dt p:not(.-error) span.-blank{
  background: none;
  padding: 0 14px;
}
@media (max-width: 1024px) {
  .contact-form dt {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .contact-form dt {
    font-size: 1.5rem;
  }
}
.contact-form dd input,
.contact-form dd textarea,
.contact-form dd .file-placeholder {
  background-color: #f4f4f4;
  border: 0;
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: Noto Sans JP, sans-serif;
  padding: 15px 16px 16px;
}
@media (max-width: 1024px) {
  .contact-form dd input,
  .contact-form dd textarea,
  .contact-form dd .file-placeholder {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .contact-form dd input,
  .contact-form dd textarea,
  .contact-form dd .file-placeholder {
    font-size: 1.4rem;
  }
}
.contact-form dd input::-webkit-input-placeholder,
.contact-form dd textarea::-webkit-input-placeholder,
.contact-form dd .file-placeholder::-webkit-input-placeholder {
  color: #8f8f8f;
}
.contact-form dd input::-moz-placeholder,
.contact-form dd textarea::-moz-placeholder,
.contact-form dd .file-placeholder::-moz-placeholder {
  color: #8f8f8f;
}
.contact-form dd input:-ms-input-placeholder,
.contact-form dd textarea:-ms-input-placeholder,
.contact-form dd .file-placeholder:-ms-input-placeholder {
  color: #8f8f8f;
}
.contact-form dd input::-ms-input-placeholder,
.contact-form dd textarea::-ms-input-placeholder,
.contact-form dd .file-placeholder::-ms-input-placeholder {
  color: #8f8f8f;
}
.contact-form dd input::placeholder,
.contact-form dd textarea::placeholder,
.contact-form dd .file-placeholder::placeholder {
  color: #8f8f8f;
}
@media (max-width: 767px) {
  .contact-form dd .file-placeholder {
    font-size: 1.6rem;
  }
}
.contact-form dd textarea {
  height: 200px;
  resize: none;
}
@media (max-width: 767px) {
  .contact-form dd textarea {
    width: calc(100% - 10px);
  }
}
.contact-form .file-upload-wrapper {
  position: relative;
}
.contact-form .file-upload-wrapper .file-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-form .file-upload-wrapper .file-placeholder {
  pointer-events: none;
  display: inline-block;
  color: #8f8f8f;
  padding: 12px;
}
.contact-form .radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-form .radio-buttons span {
  margin: 0;
}
.contact-form .radio-buttons span label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2d2d2d;
}
.contact-form .radio-buttons span label input[type='radio'] {
  accent-color: #09255f;
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
}
@media (max-width: 1024px) {
  .contact-form .radio-buttons span label {
    font-size: 1.7rem;
  }
  .contact-form .radio-buttons span label input[type='radio'] {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .contact-form .radio-buttons span label {
    font-size: 1.5rem;
  }
  .contact-form .radio-buttons span label input[type='radio'] {
    width: 14px;
    height: 14px;
  }
}
.page-top {
  overflow: hidden;
}
.page-top .font-roboto {
  font-family: Roboto, sans-serif;
}
.page-top .color-red {
  color: #ea3515;
}
.page-top .color-primary {
  color: #09255f;
}
.page-top .color-secondary {
  color: #ea8b15;
}
.page-top .tracking-10 {
  letter-spacing: 0.1em;
}
.page-top .text-underline {
  text-decoration: underline;
  text-underline-offset: -2px;
  text-decoration-thickness: 12px;
  text-decoration-color: #ea8b1580;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.page-top .section-video__mv {
  position: relative;
}
.page-top .section-video__mv .mv {
  position: relative;
  width: 100%;
  height: max(900px,90vh);
  z-index: 4;
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv {
    height: 100vw;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv {
    height: 100vh;
  }
}
.page-top .section-video__mv .mv .mv__content {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv .mv__content {
    gap: 20px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv .mv__content {
    top: 62.3%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    left: -10px;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
  }
}
.page-top .section-video__mv .mv .mv__text {
  background-color: #fff;
  font-weight: 900;
  line-height: 1.67;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 32px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  font-size: clamp(2.618rem, 0.125rem + 3.247vw, 4.8rem);
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv .mv__text {
    padding: 4px 27px;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv .mv__text {
    font-size: 2.8rem;
    line-height: 1.428;
    padding: 3px 4px 0 27px;
  }
}
.page-top .section-video__mv .mv .mv__text .special-word {
  display: inline-block;
  color: #09255f;
  position: relative;
}
.page-top .section-video__mv .mv .mv__text .special-word:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: clamp(0.4rem, -0.057rem + 0.595vw, 0.8rem);
  height: clamp(0.4rem, -0.057rem + 0.595vw, 0.8rem);
  border-radius: 99px;
  background-color: #ea8b15;
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv .mv__text .special-word:before {
    top: 4px;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv .mv__text .special-word:before {
    width: 5px;
    height: 5px;
    top: -1px;
  }
}
.page-top .section-video__mv .mv .mv__text--lg {
  font-weight: 900;
  color: #09255f;
  line-height: 0.9090909091;
  letter-spacing: 0.04em;
  background-color: #fff;
  padding: 18px 62px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  font-size: clamp(4.8rem, 0.229rem + 5.952vw, 8.8rem);
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv .mv__text--lg {
    padding: 16px 52px;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv .mv__text--lg {
    font-size: 3rem;
    padding: 19px 5px 18px 24px;
            white-space: nowrap;
  }
}
.page-top .section-video__mv .mv .mv__text--lg span {
  display: inline-block;
  line-height: 1.25;
  color: #2d2d2d;
  font-size: clamp(3.49rem, 0.164rem + 4.33vw, 6.4rem);
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv .mv__text--lg span {
    font-size: 1.8rem;
  }
}
.page-top .section-video__mv .mv__bottom {
  width: 100%;
  height: 157px;
  background-color: #09255f;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .page-top .section-video__mv .mv__bottom {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv__bottom {
    position: relative;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv__bottom {
    position: relative;
  }
}
.page-top .section-video__mv .mv__bottom .mv__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 32px;
  padding-top: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: translateX(13px);
  transform: translate(13px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 24px;
}
@media (max-width: 1280px) {
  .page-top .section-video__mv .mv__bottom .mv__boxes {
    -webkit-transform: translateX(0);
    transform: translate(0);
  }
}
@media (max-width: 1024px) {
  .page-top .section-video__mv .mv__bottom .mv__boxes {
    gap: 26px;
  }
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv__bottom .mv__boxes {
    padding: 42px 12px 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 100%;
    gap: 16px 0;
  }
}
.page-top .section-video__mv .mv__bottom .mv__box {
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #ea8b15;
  padding: 9px 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 343px;
  min-height: 95px;
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv__bottom .mv__box {
    min-width: unset;
    min-height: 76px;
    width: min(400px, 100%);
    padding: 4px 24px;
    margin: 0 auto;
  }
}
.page-top .section-video__mv .mv__bottom .mv__box .mv__box-number {
  font-family: Roboto, sans-serif;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv__bottom .mv__box .mv__box-number {
    font-size: 3.2rem;
  }
}
.page-top .section-video__mv .mv__bottom .mv__box-text {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv__bottom .mv__box-text {
    font-size: 1.6rem;
  }
}
.page-top .section-video__mv .mv__bottom .mv__box-text span {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  color: #ea8b15;
}
@media (max-width: 767px) {
  .page-top .section-video__mv .mv__bottom .mv__box-text span {
    font-size: 2rem;
  }
}
.page-top .reason {
  background: url(../images/top/reason_bg.jpg) no-repeat top/cover;
  position: relative;
  padding-block: 200px 120px;
}
@media (max-width: 1024px) {
  .page-top .reason {
    padding-block: 180px 100px;
  }
}
@media (max-width: 767px) {
  .page-top .reason {
    padding-block: 94px 80px;
  }
}
.page-top .reason:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #09255f;
  border: solid 1px #09255f;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media (max-width: 767px) {
  .page-top .reason:before {
    height: 64px;
  }
}
.page-top .reason .reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.page-top .reason .reason__label {
  background-color: #09255f;
  color: #fff;
  border-radius: 99px;
  padding: 16px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .page-top .reason .reason__label {
    font-size: 2.2rem;
    padding: 12px 28px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason__label {
    font-size: 1.8rem;
    width: min(280px, 100%);
    padding: 14px 32px;
  }
}
.page-top .reason .reason__label:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 16px solid #09255f;
}
@media (max-width: 767px) {
  .page-top .reason .reason__label:before {
    bottom: -23px;
  }
}
.page-top .reason .reason__title {
  font-size: 5.6rem;
  font-weight: 900;
  margin-top: 15px;
}
@media (max-width: 1124px) {
  .page-top .reason .reason__title {
    font-size: 4.9rem;
  }
}
@media (max-width: 1024px) {
  .page-top .reason .reason__title {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason__title {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 20px;
  }
}
.page-top .reason .reason__title span {
  color: #ea8b15;
}
.page-top .reason .reason__title-number {
  font-family: Roboto, sans-serif;
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .page-top .reason .reason__title-number {
    font-size: 4rem;
  }
}
.page-top .reason .reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 120px;
}
@media screen and (max-width:1320px){
  .page-top .reason .reason__list {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .page-top .reason .reason__list {
    gap: 24px;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason__list {
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 82px;
  }
}
.page-top .reason .reason-item {
  border: 3px solid #09255f;
  background-color: #fff;
  padding: 53px 21px 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-item {
    padding: 40px 16px 20px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-item {
    padding: 29px 10px 21px;
  }
}
.page-top .reason .reason-item__icon {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .page-top .reason .reason-item__icon {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-item__icon {
    width: 48px;
    height: 48px;
  }
}
.page-top .reason .reason-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .reason .reason-item__title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width:1280px){
  .page-top .reason .reason-item__title br{
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-top .reason .reason-item__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-item__title {
    font-size: 1.6rem;
  }
}
.page-top .reason .reason-item__title span {
  font-size: 2.4rem;
  color: #ea8b15;
      display: inline-block;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-item__title span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-item__title span {
    font-size: 2rem;
  }
}
.page-top .reason .reason-item__title .reason-item__number {
  font-size: 3.2rem;
  line-height: 1.24;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-item__title .reason-item__number {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-item__title .reason-item__number {
    font-size: 2.4rem;
  }
}
.page-top .reason .reason-item__title .reason-item__color-secondary {
  font-size: 2rem;
  color: #ea8b15;
}
.page-top .reason .reason-item__img {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .page-top .reason .reason-item__img {
    margin-top: 18px;
    margin-right: 17px;
  }
}
.page-top .reason .reason-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .reason .reason-item__text {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1024px) {
  .page-top .reason .reason-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .reason .reason-item__text {
    font-size: 1.5rem;
  }
}
.page-top .reason .reason-item__text span {
  font-weight: 900;
  color: #09255f;
}
.page-top .reason .button-blue {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .page-top .reason .button-blue {
    width: 100%;
    margin-top: 16px;
  }
}
.page-top .reason .button {
  margin: 64px auto 0;
}
@media (max-width: 1024px) {
  .page-top .reason .button {
    margin: 52px auto 0;
  }
}
@media (max-width: 767px) {
  .page-top .reason .button {
    margin: 40px auto 0;
  }
}
.page-top .flow {
  padding-block: 107px 106px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .page-top .flow {
    padding-block: 90px;
  }
}
@media (max-width: 767px) {
  .page-top .flow {
    padding-block: 68px 40px;
  }
}
.page-top .flow__inner {
  position: relative;
}
@media (max-width: 767px) {
  .page-top .flow__inner {
    margin-inline: -12px;
  }
}
.page-top .flow__title {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  background-color: #09255f;
  color: #fff;
  padding: 12px 24px;
  width: min(371px, 100%);
  left: 52.6%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 1024px) {
  .page-top .flow__title {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .flow__title {
    font-size: 2rem;
    left: 50%;
    width: min(320px, 100%);
  }
}
.page-top .flow__list {
  background-color: #f4f7ff;
  padding: 94px 82px 89px;
}
@media (max-width: 1024px) {
  .page-top .flow__list {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  .page-top .flow__list {
    padding: 64px 12px;
  }
}
.page-top .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 43px;
}
@media (max-width: 767px) {
  .page-top .flow-item {
    gap: 16px;
  }
}
.page-top .flow-item:first-of-type .flow-item__content {
  padding-block: 52px 38px;
}
@media (max-width: 1024px) {
  .page-top .flow-item:first-of-type .flow-item__content {
    padding-block: 42px 36px;
  }
}
@media (max-width: 767px) {
  .page-top .flow-item:first-of-type .flow-item__content {
    padding-block: 38px;
  }
}
@media (max-width: 767px) {
  .page-top .flow-item:nth-of-type(1) .flow-item__icon {
    overflow: hidden;
  }
}
.page-top .flow-item:nth-of-type(1) .flow-item__icon:before,
.page-top .flow-item:nth-of-type(1) .flow-item__icon:after {
  background-color: #09255f;
}
.page-top .flow-item:nth-of-type(2) .flow-item__icon:before,
.page-top .flow-item:nth-of-type(2) .flow-item__icon:after {
  background-color: #213f7d;
}
.page-top .flow-item:nth-of-type(3) .flow-item__icon:before,
.page-top .flow-item:nth-of-type(3) .flow-item__icon:after {
  background-color: #365fb3;
}
.page-top .flow-item:nth-of-type(4) .flow-item__icon:before,
.page-top .flow-item:nth-of-type(4) .flow-item__icon:after {
  background-color: #5a83d8;
}
.page-top .flow-item:nth-of-type(5) .flow-item__icon:before,
.page-top .flow-item:nth-of-type(5) .flow-item__icon:after {
  background-color: #a2c0ff;
}
.page-top .flow-item__icon {
  width: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .page-top .flow-item__icon {
    width: 80px;
  }
}
.page-top .flow-item__icon img {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .page-top .flow-item__icon img {
    width: 30%;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.page-top .flow-item__icon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-top .flow-item__icon:before {
    top: -27px;
  }
}
.page-top .flow-item__icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 34px;
  left: 0;
  bottom: -34px;
  background-color: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .page-top .flow-item__icon:after {
    bottom: 0;
    height: 27px;
  }
}
.page-top .flow-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding-block: 62px 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .page-top .flow-item__content {
    padding-block: 52px 26px;
  }
}
@media (max-width: 767px) {
  .page-top .flow-item__content {
    padding-block: 27px 20px;
  }
}
.page-top .flow-item__number {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  color: #09255f;
  width: 20px;
}
@media (max-width: 1024px) {
  .page-top .flow-item__number {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .page-top .flow-item__number {
    font-size: 2.4rem;
  }
}
.page-top .flow-item__title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #09255f;
  padding-inline: 33px;
  width: 284px;
}
@media (max-width: 1024px) {
  .page-top .flow-item__title {
    font-size: 2.2rem;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .page-top .flow-item__title {
    font-size: 2rem;
    width: calc(100% - 26px);
    padding: 0;
    margin-left: 6px;
  }
}
.page-top .flow-item__text {
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .page-top .flow-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .flow-item__text {
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.page-top .svideo01 .svideo01-desc {
  background-color: #fff;
  padding-block: 49px 120px;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-desc {
    padding-block: 44px 100px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-desc {
    padding-block: 40px 80px;
  }
}
.page-top .svideo01 .svideo01-desc__text--lg {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-desc__text--lg {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-desc__text--lg {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
  }
}
.page-top .svideo01 .svideo01-desc__text--lg span {
  font-weight: 900;
  color: #09255f;
  text-decoration: underline;
}
.page-top .svideo01 .svideo01-desc__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-desc__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-desc__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.page-top .svideo01 .svideo01-law {
  background-color: #f4f7ff;
  position: relative;
  padding-block: 80px 64px;
}
.page-top .svideo01 .svideo01-law__title {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  background-color: #09255f;
  color: #fff;
  padding: 14px 24px;
  width: min(371px, 100%);
  left: 50%;
  top: -6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-law__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__title {
    font-size: 2rem;
    top: -7px;
  }
}
.page-top .svideo01 .svideo01-law__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__desc {
    font-size: 1.5rem;
    text-align: left;
  }
}
.page-top .svideo01 .svideo01-law__detail {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 448px 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-law__detail {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__detail {
    grid-template-columns: 1fr;
  }
}
.page-top .svideo01 .svideo01-law__img .svideo01-law__img-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 16px 24px;
  background-color: #09255f;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__img .svideo01-law__img-title {
    font-size: 1.6rem;
    padding: 6px 16px 7px;
  }
}
.page-top .svideo01 .svideo01-law__img .svideo01-law__img-wrap {
  padding: 29px 23px 32px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__img .svideo01-law__img-wrap {
    padding: 28px 11px 24px;
  }
}
.page-top .svideo01 .svideo01-law__img .svideo01-law__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__list {
    padding-right: 4px;
  }
}
.page-top .svideo01 .svideo01-law__item {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 44px;
  line-height: 2;
  position: relative;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-law__item {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__item:nth-of-type(3):before,
  .page-top .svideo01 .svideo01-law__item:nth-of-type(4):before {
    -webkit-transform: unset;
    transform: unset;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__item {
    font-size: 1.5rem;
    line-height: 1.6;
    min-height: 48px;
    padding-left: 36px;
  }
}
.page-top .svideo01 .svideo01-law__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 25px;
  background: url(../images/top/law_icon.svg) no-repeat top/contain;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-law__item:before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__item:before {
    width: 18px;
    height: 18px;
  }
}
.page-top .svideo01 .svideo01-law__item + .svideo01-law__item {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-law__item + .svideo01-law__item {
    margin-top: 8px;
  }
}
.page-top .svideo01 .svideo01-point {
  background-color: #fff;
  position: relative;
  padding-block: 70px 122px;
  padding-block: 86px 122px;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point {
    padding-block: 40px 100px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point {
    padding-block: 28px 80px;
  }
}
.page-top .svideo01 .svideo01-point:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #f4f7ff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point:after {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point:after {
    height: 67px;
  }
}
.page-top .svideo01 .svideo01-point__label {
  background-color: #ea8b15;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 99rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point__label {
    font-size: 2.2rem;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point__label {
    font-size: 2rem;
    padding: 3px;
  }
}
.page-top .svideo01 .svideo01-point__label:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #ea8b15;
}
.page-top .svideo01 .svideo01-point__text--strong {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 2.4;
  text-align: center;
  margin-top: 40px;
  text-decoration: underline;
  text-underline-offset: -2px;
  text-decoration-thickness: 12px;
  text-decoration-color: #ea8b1580;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point__text--strong {
    font-size: 2.2rem;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point__text--strong {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 28px;
    text-align: left;
    text-underline-offset: -4px;
  }
}
.page-top .svideo01 .svideo01-point__title {
  font-size: 2.4rem;
  font-weight: 900;
  background-color: #09255f;
  color: #fff;
  padding: 16px 24px;
  margin: 80px auto 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point__title {
    font-size: 2.2rem;
    margin: 60px auto 24px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point__title {
    font-size: 2rem;
    padding: 16px 14px;
    margin: 27px auto 22px;
  }
}
.page-top .svideo01 .svideo01-point__desc {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point__desc {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point__desc {
    font-size: 1.5rem;
    text-align: left;
    padding-inline: 7px;
  }
}
.page-top .svideo01 .svideo01-point__imgs {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .svideo01-point__imgs {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .svideo01-point__imgs {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.page-top .svideo01 .svideo01-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .svideo01 .button {
  margin: 66px auto 0;
}
@media (max-width: 1024px) {
  .page-top .svideo01 .button {
    margin: 56px auto 0;
  }
}
@media (max-width: 767px) {
  .page-top .svideo01 .button {
    margin: 40px auto 0;
  }
}
.page-top .svideo02 .section-video__content {
  top: 51%;
}
.page-top .svideo02 .benefit {
  background-color: #f4f7ff;
  padding-block: 80px 144px;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit {
    padding-block: 60px 100px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit {
    padding-block: 24px 80px;
  }
}
.page-top .svideo02 .benefit__text--lg {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit__text--lg {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit__text--lg {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}
.page-top .svideo02 .benefit__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit__text {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 34px;
  }
}
.page-top .svideo02 .benefit-detail {
  border: 3px solid #09255f;
  padding-block: 60px;
  padding-inline: 113px 135px;
  background-color: #fff;
  margin: 32px auto 0;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit-detail {
    padding: 40px 48px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail {
    margin: 25px auto 0;
    padding: 37px 11px 53px;
  }
}
.page-top .svideo02 .benefit-detail__box {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__box {
    margin-bottom: 6px;
  }
}
.page-top .svideo02 .benefit-detail__top,
.page-top .svideo02 .benefit-detail__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 94px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__bottom {
    display: none;
  }
}
.page-top .svideo02 .benefit-detail__bottom .benefit-detail__left:before {
  display: none;
}
.page-top .svideo02 .benefit-detail__left {
  position: relative;
}
.page-top .svideo02 .benefit-detail__left:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 0;
  border-top: 2px dashed #09255f;
  top: 26px;
  right: -103px;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__left:before {
    display: none;
  }
}
.page-top .svideo02 .benefit-detail__left .benefit-detail__box {
  background-color: #7e8799;
  padding-inline: 16px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__left .benefit-detail__box {
    height: unset;
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__left .benefit-detail__box:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 0;
    border-top: 2px dashed #09255f;
    -webkit-transform: rotate(285deg);
    transform: rotate(285deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
}
.page-top .svideo02 .benefit-detail__right .benefit-detail__box {
  background-color: #09255f;
  padding-inline: 16px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__right .benefit-detail__box {
    margin-right: 32px;
    height: unset;
    padding: 40px 16px;
  }
}
.page-top .svideo02 .benefit-detail__right .benefit__costdown {
  background-color: #ea3515;
  color: #fff;
  padding: 13px 32px 14px;
  border-radius: 99rem;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  margin-inline: -22px -35px;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit-detail__right .benefit__costdown {
    font-size: 1.8rem;
    margin-inline: -16px -24px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__right .benefit__costdown {
    font-size: 1.6rem;
    padding: 3px 8px;
    width: min(270px, 100%);
    margin-left: 10px;
  }
}
.page-top .svideo02 .benefit-detail__right .benefit__costdown:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 16px solid #ea3515;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__right .benefit__costdown:before {
    left: 47%;
    bottom: -22px;
  }
}
.page-top .svideo02 .benefit-detail__right.sp-only {
  margin-top: 26px;
}
.page-top .svideo02 .benefit-detail__right.sp-only .benefit-detail__price {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-top .svideo02 .benefit-detail__box-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__box-text {
    font-size: 1.5rem;
  }
}
.page-top .svideo02 .benefit-detail__box-text--sm {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__box-text--sm {
    font-size: 1.4rem;
  }
}
.page-top .svideo02 .benefit-detail__text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__text {
    font-size: 1.5rem;
  }
}
.page-top .svideo02 .benefit-detail__price {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__price {
    font-size: 1.5rem;
    line-height: normal;
    margin-top: 4px;
    -webkit-transform: translateX(-24px);
    transform: translate(-24px);
  }
}
.page-top .svideo02 .benefit-detail__number {
  font-size: 4rem;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  line-height: 1.22;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit-detail__number {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit-detail__number {
    font-size: 3.2rem;
    line-height: normal;
  }
}
.page-top .svideo02 .benefit__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 48px 60px 26px;
  position: relative;
  margin-top: -32px;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit__title {
    font-size: 1.6rem;
    padding: 38px 32px 12px;
    margin-top: -28px;
  }
}
.page-top .svideo02 .benefit__title:before {
  content: '';
  position: absolute;
  background-color: #09255f;
  -webkit-transform: skew(158deg);
  transform: skew(158deg);
  z-index: -1;
  width: calc(100% + 106px);
  height: 100%;
  top: 0;
  left: -53px;
}
.page-top .svideo02 .benefit__title span {
  font-size: 4rem;
  font-weight: 900;
  color: #ea8b15;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .benefit__title span {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .benefit__title span {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.page-top .svideo02 .button {
  margin: 64px auto 0;
}
@media (max-width: 1024px) {
  .page-top .svideo02 .button {
    margin: 56px auto 0;
  }
}
@media (max-width: 767px) {
  .page-top .svideo02 .button {
    margin: 40px auto 0;
  }
}
.page-top .svideo03 .section-video__content {
  top: 51.9%;
}
.page-top .svideo03 .svideo03__content {
  background-color: #fff;
  padding-block: 80px 160px;
}
@media (max-width: 1024px) {
  .page-top .svideo03 .svideo03__content {
    padding-block: 80px 120px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03__content {
    padding-block: 64px;
  }
}
.page-top .svideo03 .svideo03-item {
  position: relative;
  border: 3px solid #09255f;
  padding: 45px 28px 37px;
}
@media (max-width: 1024px) {
  .page-top .svideo03 .svideo03-item {
    padding: 40px 24px 32px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03-item {
    padding: 26px 13px 21px;
  }
}
.page-top .svideo03 .svideo03-item + .svideo03-item {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03-item + .svideo03-item {
    margin-top: 42px;
  }
}
.page-top .svideo03 .svideo03-item__icon {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}
@media (max-width: 1024px) {
  .page-top .svideo03 .svideo03-item__icon {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03-item__icon {
    width: 40px;
    height: 40px;
  }
}
.page-top .svideo03 .svideo03-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .svideo03 .svideo03__title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #09255f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-top .svideo03 .svideo03__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03__title {
    font-size: 1.7rem;
  }
}
.page-top .svideo03 .svideo03__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top .svideo03 .svideo03__text {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03__text {
    font-size: 1.5rem;
    margin-top: 14px;
    text-align: left;
  }
}
.page-top .svideo03 .svideo03-item__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 27px 45px 0;
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03-item__boxes {
    grid-template-columns: 1fr;
    padding: 16px 4px 2px;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03-item__box {
    display: grid;
    grid-template-columns: 160px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-top .svideo03 .svideo03-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .svideo03 .svideo03-item__caption {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .page-top .svideo03 .svideo03-item__caption {
    margin-top: 8px;
    padding-left: 8px;
    text-align: left;
    font-size: 1.2rem;
  }
}
.page-top .svideo03 .button {
  margin: 64px auto 0;
}
@media (max-width: 1024px) {
  .page-top .svideo03 .button {
    margin: 56px auto 0;
  }
}
@media (max-width: 767px) {
  .page-top .svideo03 .button {
    margin: 40px auto 0;
  }
}
.page-top .contact {
  padding-block: 120px;
  background-color: #09255f;
}
@media (max-width: 1024px) {
  .page-top .contact {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .page-top .contact {
    padding-block: 64px;
  }
}
.page-top .contact .contact__inner {
  display: grid;
  grid-template-columns: 1fr 57.17%;
  gap: 100px 40px;
}
@media (max-width: 1279px) {
  .page-top .contact .contact__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .page-top .contact .contact__inner {
    gap: 80px 40px;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__inner {
    display: block;
  }
}
.page-top .contact .contact__main {
  color: #fff;
}
@media (max-width: 1279px) {
  .page-top .contact .contact__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__head {
    width: 100%;
  }
}
.page-top .contact .contact__content {
  margin-top: 120px;
}
@media (max-width: 1279px) {
  .page-top .contact .contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
  }
}
@media (max-width: 940px) {
  .page-top .contact .contact__content {
    margin: 60px auto 0;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 21px;
  }
}
.page-top .contact .contact__label {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  padding: 16px 32px;
  background-color: #ea8b15;
  border-radius: 99rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .page-top .contact .contact__label {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__label {
    font-size: 2rem;
    width: min(367px, 100%);
    padding: 13px 24px;
  }
}
.page-top .contact .contact__label:before {
  content: '';
  position: absolute;
  right: 17%;
  bottom: -9px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #ea8b15;
}
@media (max-width: 767px) {
  .page-top .contact .contact__label:before {
    right: 26%;
    bottom: -12px;
  }
}
.page-top .contact .contact__title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .page-top .contact .contact__title {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__title {
    font-size: 3.2rem;
    text-align: left;
  }
}
.page-top .contact .contact__tel-title,
.page-top .contact .contact__email-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #09255f;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  .page-top .contact .contact__tel-title,
  .page-top .contact .contact__email-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__tel-title,
  .page-top .contact .contact__email-title {
    font-size: 2rem;
    width: 100%;
    padding: 6px 16px;
    text-align: center;
  }
}
.page-top .contact .contact__tel-number {
  color: #09255f;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.page-top .contact .contact__tel-number svg {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
@media (max-width: 767px) {
  .page-top .contact .contact__tel-number svg {
    width: 24px;
    height: 24px;
  }
}
.page-top .contact .contact__tel-number span {
  font-family: Roboto, sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 1024px) {
  .page-top .contact .contact__tel-number span {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__tel-number span {
    font-size: 3.2rem;
    width: 100%;
  }
}
.page-top .contact .contact__tel-text {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 7px;
}
@media (max-width: 1024px) {
  .page-top .contact .contact__tel-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__tel-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.page-top .contact .contact__email {
  margin-top: 48px;
}
@media (max-width: 1279px) {
  .page-top .contact .contact__email {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__email {
    width: 100%;
  }
}
.page-top .contact .contact__email-mail {
  font-family: Roboto, sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 9px;
}
@media (max-width: 1024px) {
  .page-top .contact .contact__email-mail {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact__email-mail {
    font-size: 2rem;
    margin: 16px auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-top .contact .contact__email-mail svg {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
@media (max-width: 767px) {
  .page-top .contact .contact__email-mail svg {
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-top .contact .contact-form {
  background-color: #fff;
  padding: 80px 48px 79px;
}
@media (max-width: 1024px) {
  .page-top .contact .contact-form {
    padding: 60px 32px;
  }
}
@media (max-width: 767px) {
  .page-top .contact .contact-form {
    padding: 38px 10px;
    margin-inline: -11px;
  }
}
.page-top .contact .contact-form .button {
  width: min(320px, 100%);
  margin: 43px auto 0;
  padding: 19px 24px;
}
.page-top .profile {
  padding-block: 120px;
  background-color: #f4f4f4;
}
@media (max-width: 1024px) {
  .page-top .profile {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .page-top .profile {
    padding-block: 40px 80px;
  }
}
.page-top .profile__inner {
  display: grid;
  grid-template-columns: 1fr 596px;
  gap: 60px;
}
@media (max-width: 1024px) {
  .page-top .profile__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .profile__inner {
    gap: 22px;
  }
}
.page-top .profile__title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #09255f;
}
@media (max-width: 1024px) {
  .page-top .profile__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .page-top .profile__title {
    font-size: 2.4rem;
  }
}
.page-top .profile-table dl {
  display: grid;
  grid-template-columns: 282px 1fr;
  padding-block: 16px 15px;
  border-bottom: 1px solid #09255f;
}
@media (max-width: 767px) {
  .page-top .profile-table dl {
    grid-template-columns: 1fr;
    padding-block: 13px 7px;
  }
}
.page-top .profile-table dl:first-of-type {
  padding-top: 0;
}
@media (max-width: 767px) {
  .page-top .profile-table dl:first-of-type {
    padding-block: 0 6px;
  }
}
.page-top .profile-table dt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .page-top .profile-table dt {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .profile-table dt {
    font-size: 1.5rem;
  }
}
.page-top .profile-table dt span {
  font-size: 1.4rem;
}
.page-top .profile-table dd {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-top .profile-table dd {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page-top .profile-table dd {
    font-size: 1.5rem;
    margin-top: 8px;
    line-height: 1.2;
  }
}

#thanks main{
  background: #09255f;
  min-height: calc(100vh - 36px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#thanks main .logo{
  width: min(240px,40%);
}
#thanks main .logo img{
  width: 100%;
}
#thanks main .message{
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2.0;
}
#thanks main .btn a{
  background: linear-gradient(28.11deg, #ea8b15 26.58%, #ffa536 60.69%);
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
    width: 320px;
    display: block;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
}
@media screen and (max-width:1024px){
  #thanks main{
    background: #09255f;
    min-height: calc(100vh - 34.5px);
  }
  #thanks main .message {
    font-size: 15px;
  }
  #thanks main .btn a{
    padding: 14px 0;
    font-size: 15px;
    width: 300px;
  }
}
@media screen and (max-width:767px){
  #thanks main{
    background: #09255f;
    min-height: calc(100vh - 29.5px);
  }
  #thanks main .message {
    font-size: 14px;
  }
  #thanks main .btn a{
    padding: 12px 0;
    font-size: 14px;
    width: 280px;
  }
}