@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1110px) {
  html {
    font-size: 0.9009009009vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background: #fff;
  letter-spacing: 0.08em;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 3.2rem;
  }
}
body * {
  outline: none;
  font-feature-settings: "palt" 1;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 0px;
  margin: 2px;
  box-shadow: none;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  img {
    image-rendering: auto;
  }
}

picture {
  display: block;
  line-height: 0;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a,
em,
strong,
i {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

dl dt {
  font-weight: inherit;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.5;
}

table {
  width: 100%;
}
table th {
  font-weight: 400;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background: #fff;
  letter-spacing: 0.08em;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 1.5rem;
  }
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  display: block;
  resize: vertical;
  vertical-align: bottom;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  transition: opacity 0.3s;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.6;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hide {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.m_box_fixed {
  position: relative;
  max-width: 115rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m_box_fixed {
    padding: 0 4rem;
  }
}

.m_box_fixed--full {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .m_box_fixed--full {
    padding: 0 4rem;
  }
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

#l_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #l_container {
    width: 75rem;
  }
}
#l_container .sec__inner {
  max-width: 115rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #l_container .sec__inner {
    width: 75rem;
  }
}

body {
  background-color: #F5F5F5 !important;
  font-family: "Noto Sans JP", "Hiragino Sans" !important;
}

section {
  padding: 0;
}

ul, p, dl {
  font-size: 1em;
}

.border-ttl {
  text-align: center;
}
.border-ttl span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  color: #004680;
  line-height: 1;
  padding: 0 0.5rem 1rem;
  border-bottom: 0.5rem solid #004680;
}
@media screen and (max-width: 767px) {
  .border-ttl span {
    font-size: 4.2rem;
  }
}

.arr_anim_x:hover {
  opacity: 1;
}
.arr_anim_x:hover::before {
  animation: fuwafuwa_x 0.8s ease-out infinite;
}

.arr_anim_y:hover {
  opacity: 1;
}
.arr_anim_y:hover::before {
  animation: fuwafuwa_y 0.8s ease-out infinite;
}

@keyframes fuwafuwa_x {
  0% {
    transform: translateX(0.5rem);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0.5rem);
  }
}
@keyframes fuwafuwa_y {
  0% {
    transform: translateY(-35%);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-35%);
  }
}
.cta__wrap {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .cta__wrap {
    padding-top: 3rem;
  }
}
.cta__wrap .cta__txt {
  font-size: 2.8rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3rem;
}
.cta__wrap .cta__txt span {
  position: relative;
}
.cta__wrap .cta__txt span::before, .cta__wrap .cta__txt span::after {
  position: absolute;
  left: -1.5rem;
  top: 0.8rem;
  width: 0.3rem;
  height: 2.8rem;
  content: "";
  background-color: #333333;
}
.cta__wrap .cta__txt span::before {
  transform: rotate(-30deg);
}
.cta__wrap .cta__txt span::after {
  left: auto;
  right: -1.5rem;
  transform: rotate(30deg);
}
.cta__wrap .cta__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79rem;
  height: 8.6rem;
  margin: 2rem auto 0;
  border-radius: 5rem;
  background-color: #FE892D;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta__wrap .cta__btn a {
    width: 67rem;
    height: 10.8rem;
    border-radius: 5.4rem;
    font-size: 3.2rem;
  }
}

.arr__wrap {
  position: relative;
  z-index: 1;
}
.arr__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 29rem;
  background-color: #fafafa;
}
.arr__wrap::after {
  content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 29rem;
  background-color: #DBE4EF;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 0;
}

#page_top {
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1110px) {
  #page_top {
    width: 100%;
  }
}
#page_top #sec-mv {
  position: relative;
  z-index: 1;
  background-color: #EDF2F6;
  padding-bottom: 7.8rem;
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv {
    padding-bottom: 4rem;
  }
}
#page_top #sec-mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15.7rem;
  transform: skewY(-3deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 22rem;
  max-height: 220px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv::before {
    display: none;
  }
}
#page_top #sec-mv .mv__inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv .mv__inner {
    padding: 0;
  }
}
#page_top #sec-mv .mv__txt {
  position: absolute;
  left: -4.6rem;
  top: 6.7rem;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  #page_top #sec-mv .mv__txt {
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv .mv__txt {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 -4rem;
  }
}
#page_top #sec-mv .mv__txt picture {
  width: 74.8rem;
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv .mv__txt picture {
    width: 100%;
  }
}
#page_top #sec-mv .mv__img {
  padding-top: 24.6rem;
  margin-left: 48.5%;
  text-align: right;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv .mv__img {
    display: none;
  }
}
#page_top #sec-mv .mv__img picture {
  width: 100%;
  max-width: 78.8rem;
}
#page_top #sec-mv .mv__img picture img {
  max-width: unset;
  width: 100%;
  height: auto;
}
#page_top #sec-mv .mv__bnr {
  width: 99rem;
  margin: 0 auto;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #page_top #sec-mv .mv__bnr {
    width: 100%;
    padding-top: 0;
    margin-top: -3rem;
    position: relative;
    z-index: 1;
  }
}
#page_top #sec-main {
  position: relative;
}
#page_top .sec-worry {
  background-color: #DBE4EF;
}
#page_top .sec-worry h2 {
  width: 50.2rem;
  margin: 0 auto;
  padding-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  #page_top .sec-worry h2 {
    width: 62.2rem;
    padding-top: 5.5rem !important;
  }
}
#page_top .sec-worry .img01 {
  width: 59rem;
  margin: 0 auto;
  padding-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-worry .img01 {
    padding-top: 3.7rem;
  }
}
#page_top .sec-worry ul li {
  width: 99rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_top .sec-worry ul li {
    width: 59rem;
  }
}
#page_top .sec-worry ul li + li {
  margin-top: 1.6rem;
}
#page_top .sec-worry .img02 {
  width: 38.6rem;
  margin: 0 auto;
  padding-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-worry .img02 {
    width: 32.8rem;
    padding-top: 7rem;
  }
}
#page_top .sec-worry .txt06 {
  position: relative;
  width: 83rem;
  margin: 0 auto;
  padding: 10rem 0 13.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_top .sec-worry .txt06 {
    width: 58rem;
    padding: 5.8rem 0 12.7rem;
  }
}
#page_top .sec-seminar {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
#page_top .sec-seminar::before {
  content: "";
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 110%;
  height: 29rem;
  background-color: #DBE4EF;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  z-index: 0;
}
#page_top .sec-seminar .img01 {
  width: 42.4rem;
  margin: 0 auto;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-seminar .img01 {
    width: 67rem;
    padding-top: 5.1rem;
  }
}
#page_top .sec-seminar ul {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-seminar ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    row-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-seminar ul {
    display: block;
  }
  #page_top .sec-seminar ul li + li {
    margin-top: 4rem;
  }
}
#page_top .sec-seminar .arr__wrap {
  position: relative;
  z-index: 0;
  background-color: #DBE4EF;
  margin-top: -26rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-seminar .arr__wrap {
    margin-top: -14rem;
  }
}
#page_top .sec-seminar .arr__wrap::before {
  background-color: #F5F5F5;
}
#page_top .sec-seminar .img02 {
  position: relative;
  z-index: 1;
  width: 79.8rem;
  margin: 0 auto;
  padding: 26rem 0 19.8rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-seminar .img02 {
    width: 66.2rem;
    padding: 18rem 0 0;
  }
}
#page_top .sec-seminar .img02 picture {
  transform: translateX(11.5rem);
}
@media screen and (max-width: 767px) {
  #page_top .sec-seminar .img02 picture {
    transform: translateX(2rem);
  }
}
#page_top .sec-feature {
  position: relative;
  background-color: #F5F5F5;
}
#page_top .sec-feature h2 {
  width: 37.9rem;
  margin: 0 auto;
  padding-top: 12.9rem !important;
}
@media screen and (max-width: 767px) {
  #page_top .sec-feature h2 {
    width: 59rem;
    padding-top: 4rem !important;
  }
}
#page_top .sec-feature ul {
  padding-top: 8.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-feature ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-feature ul {
    width: 59rem;
    margin: 0 auto;
    padding-top: 7rem;
    display: block;
  }
  #page_top .sec-feature ul li + li {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
#page_top .sec-voice {
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 11.6rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-voice {
    padding-bottom: 8rem;
  }
}
#page_top .sec-voice h2 {
  width: 38.4rem;
  margin: 0 auto;
  padding-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  #page_top .sec-voice h2 {
    width: 100%;
    padding-top: 0 !important;
  }
  #page_top .sec-voice h2 picture {
    margin: 0 -4rem;
  }
}
#page_top .sec-voice ul {
  padding-top: 5.1rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-voice ul {
    padding-top: 7.6rem;
  }
}
#page_top .sec-voice ul li {
  width: 111rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_top .sec-voice ul li {
    width: 67rem;
  }
}
#page_top .sec-voice ul li + li {
  margin-top: 4rem;
}
#page_top .sec-cta {
  position: relative;
  background-color: #004680;
}
#page_top .sec-cta h2 {
  width: 36rem;
  margin: 0 auto;
  padding-top: 5.1rem !important;
}
@media screen and (max-width: 767px) {
  #page_top .sec-cta h2 {
    width: 42rem;
    padding-top: 7.1rem !important;
  }
}
#page_top .sec-cta .img01 {
  width: 111rem;
  margin: 0 auto;
  padding-top: 3.95rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-cta .img01 {
    width: 59rem;
    padding-top: 3.5rem;
  }
}
#page_top .sec-cta .cta__wrap {
  padding: 5.6rem 0 8rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-cta .cta__wrap {
    padding: 4rem 0 8rem;
  }
}
#page_top .sec-cta .cta__wrap .cta__txt {
  color: #fff;
}
#page_top .sec-cta .cta__wrap .cta__txt span {
  position: relative;
}
#page_top .sec-cta .cta__wrap .cta__txt span::before, #page_top .sec-cta .cta__wrap .cta__txt span::after {
  background-color: #fff;
}
#page_top .sec-merit {
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-merit {
    padding-bottom: 3rem;
  }
}
#page_top .sec-merit .m_box_fixed {
  position: relative;
}
#page_top .sec-merit .m_box_fixed::before {
  content: "";
  width: 51.8rem;
  height: 33.5rem;
  background: url("../img/sec_merit_icon.svg") repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-merit .m_box_fixed::before {
    width: 44rem;
    height: 28.4rem;
    top: 4rem;
    right: 4rem;
  }
}
#page_top .sec-merit h2 {
  width: 39.7rem;
  margin: 0 auto;
  padding-top: 8rem !important;
}
@media screen and (max-width: 767px) {
  #page_top .sec-merit h2 {
    width: 49.2rem;
    padding-top: 4rem !important;
  }
}
#page_top .sec-merit ul {
  padding-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-merit ul {
    padding-top: 0;
  }
}
#page_top .sec-merit ul li {
  width: 101rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_top .sec-merit ul li {
    width: 59rem;
  }
}
#page_top .sec-merit ul li + li {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-merit ul li + li {
    margin-top: 4rem;
  }
}
#page_top .sec-advantage {
  position: relative;
  background-color: #EDF2F6;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-advantage {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-advantage::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 10rem;
    background-color: #F5F5F5;
    clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: 0;
  }
}
#page_top .sec-advantage h2 {
  width: 40.6rem;
  margin: 0 auto;
  padding-top: 9.5rem !important;
}
@media screen and (max-width: 767px) {
  #page_top .sec-advantage h2 {
    width: 67rem;
  }
}
#page_top .sec-advantage ul {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-advantage ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-advantage ul {
    padding-top: 11rem;
    display: block;
  }
  #page_top .sec-advantage ul li + li {
    margin-top: 4rem;
  }
}
#page_top .sec-about {
  position: relative;
  background-color: #F7F7F7;
  padding: 7.5rem 0 8rem 0;
}
#page_top .sec-about h2 {
  width: 40.6rem;
  margin: 0 auto;
}
#page_top .sec-about h2:not(:first-child) {
  margin-top: 8rem;
}
#page_top .sec-about .img01 {
  width: 28rem;
  margin: 0 auto;
  padding: 6.5rem 0 4.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-about .img01 {
    padding-bottom: 7.7rem;
  }
}
#page_top .sec-about dl {
  width: 70rem;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #D3D3D3;
}
@media screen and (max-width: 767px) {
  #page_top .sec-about dl {
    width: 67rem;
    font-size: 2.8rem;
  }
}
#page_top .sec-about dl dt {
  width: 20rem;
  flex-shrink: 0;
  font-weight: 600;
}
#page_top .sec-about .txt01 {
  width: 67rem;
  margin: 0 auto;
  padding-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-about .txt01 {
    width: 63.2rem;
  }
}
#page_top .sec-about .txt01 p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 3.3rem;
  color: #004680;
}
@media screen and (max-width: 767px) {
  #page_top .sec-about .txt01 p {
    letter-spacing: 0.08em;
    font-size: 2.8rem;
    line-height: 4.4rem;
  }
}
#page_top .sec-about .txt01 span {
  background-color: #DBE4EF;
  display: inline-block;
  padding: 0 1rem;
}
#page_top .sec-faq {
  background-color: #F7F7F7;
}
#page_top .sec-faq__inner {
  background-color: #EDF2F6;
  border-radius: 5rem 5rem 0 0;
  padding: 4.5rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #page_top .sec-faq__inner {
    padding-top: 8rem;
  }
}
#page_top .sec-faq h2 {
  width: 29rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_top .sec-faq h2 {
    width: 58.2rem;
    padding-bottom: 2rem;
  }
}
#page_top .sec-faq .item {
  background-color: #fafafa;
  border-radius: 2rem;
  padding: 2.4rem 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-faq .item {
    width: 59rem;
    margin: 0 auto;
    padding: 2.4rem 3.3rem;
    font-size: 2.8rem;
  }
}
#page_top .sec-faq .item dt {
  font-weight: 600;
  color: #004680;
  padding-bottom: 2rem;
  border-bottom: 0.3rem solid #EDF2F6;
}
#page_top .sec-faq .item dt .num {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-faq .item dt .num {
    font-size: 2.8rem;
  }
}
#page_top .sec-faq .item dd {
  padding-top: 2rem;
}
#page_top .sec-faq .item + .item {
  margin-top: 4rem;
}

#lp-footer {
  position: relative;
  text-align: center;
  background-color: #004680;
  color: #fff;
  z-index: 1;
  padding: 4.5rem 0;
  margin: 8rem -1rem -1rem;
}
@media screen and (max-width: 767px) {
  #lp-footer {
    margin: 6rem -1rem -1rem;
  }
}
#lp-footer .copy {
  text-align: center;
  font-size: 2.4rem;
}

#fixedCta {
  position: fixed;
  left: 0;
  bottom: 0%;
  display: none;
  width: 100%;
  z-index: 100;
  transform: translateY(0);
  background-color: rgba(0, 70, 128, 0.9);
}
#fixedCta .cta__wrap {
  padding: 2rem 0;
}
#fixedCta .cta__wrap .cta__txt {
  color: #fff;
}
#fixedCta .cta__wrap .cta__txt span::before, #fixedCta .cta__wrap .cta__txt span::after {
  background-color: #fff;
}

.sec-complete {
  background-color: #F5F5F5;
  padding-bottom: 16rem;
}
.sec-complete h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #004680;
  text-align: center;
  padding-top: 8.7rem;
}
@media screen and (max-width: 767px) {
  .sec-complete h2 {
    font-size: 4.2rem;
    padding-top: 8rem;
  }
}
.sec-complete__txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #004680;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sec-complete__txt {
    font-size: 3.2rem;
    padding-top: 8rem;
  }
}
.sec-complete__txt p + p {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .sec-complete__txt p + p {
    margin-top: 9rem;
  }
}
.sec-complete .top_btn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #004680;
  text-align: center;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .sec-complete .top_btn {
    font-size: 3.2rem;
    padding-top: 17rem;
  }
}
.sec-complete .top_btn a {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem 1rem;
  line-height: 1;
  border-bottom: 0.3rem solid #004680;
}

#s-form {
  max-width: 92rem;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Sans";
}

.elementor-mark-required .elementor-field-label:after {
  color: #fff;
  content: "必須";
  padding-inline-start: 0;
  background-color: #004680;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 15px;
}

.elementor-widget-form .elementor-field-group > label {
  font-size: 16px;
  font-weight: 600;
  color: #004680;
}
@media screen and (max-width: 767px) {
  .elementor-widget-form .elementor-field-group > label {
    margin-bottom: 1rem !important;
  }
}

.elementor-field-group .elementor-field-textual {
  border: none;
  color: #333 !important;
  margin-top: 0.5rem;
}

.elementor-widget-form .elementor-field-group .elementor-field {
  color: #333 !important;
}

.elementor-field-group .elementor-select-wrapper select {
  color: #333 !important;
}

.elementor-field-group .elementor-select-wrapper select {
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .elementor-field-group .elementor-select-wrapper select {
    font-size: 2.8rem !important;
  }
}

.elementor-message {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .elementor-message {
    font-size: 2.4rem !important;
    display: block;
  }
}

.elementor-message.elementor-message-danger:before {
  display: none !important;
}

.elementor-field-subgroup label {
  font-family: "Noto Sans JP", "Hiragino Sans" !important;
  color: #004680 !important;
  font-size: 1.6rem !important;
}

#form-field-consent, #consent {
  width: 1.6rem;
  min-width: auto;
}
@media screen and (max-width: 767px) {
  #form-field-consent, #consent {
    width: 4rem !important;
  }
}

#form-field-consent + label {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #form-field-consent + label {
    font-size: 2.8rem !important;
  }
}

#btn_submit {
  background-color: #004680;
  color: #ffffff;
  border-radius: 0;
  font-size: 3.2rem;
}

#btn_submit:hover {
  transform: scale(1) !important;
  transition: all 0.3s ease-in-out;
}

.bg_wrap {
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}

.box__ttl {
  margin: 8rem auto 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .box__ttl {
    margin: 7rem auto 5rem;
  }
}
.box__ttl span {
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #004680;
  padding: 0.5rem 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box__ttl span {
    font-size: 4.2rem;
    padding: 1rem 4rem;
  }
}
.box__ttl span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
}

.box__ttl02 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.box__ttl02 span {
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #004680;
  padding: 1rem 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box__ttl02 span {
    font-size: 4.2rem;
    padding: 1rem 4rem;
  }
}
.box__ttl02 span::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
}

.form_ttl02 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #004680;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .form_ttl02 {
    font-size: 2.8rem;
  }
}

.form__box {
  position: relative;
  background-color: #fff;
  margin-top: 11rem;
  padding: 6rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .form__box {
    padding: 8rem 2rem 4rem;
  }
}

.sc_area {
  height: 68rem;
  overflow-y: scroll;
  padding: 0 8rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sc_area {
    padding: 0 2rem;
  }
}
.sc_area .lead-txt {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sc_area .lead-txt {
    font-size: 2.8rem;
  }
}
.sc_area .txt01 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sc_area .txt01 p {
    font-size: 2.8rem;
  }
}

.form__box02 {
  position: relative;
  background-color: #fff;
  padding: 4rem 2rem 4rem;
}

.sc_area02 {
  height: 17rem;
  overflow-y: scroll;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sc_area02 {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .sc_area02 .txt02_1 {
    font-size: 2.8rem;
  }
}
.sc_area02 .txt02 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .sc_area02 .txt02 p {
    font-size: 2.8rem;
  }
}
.sc_area02 .t-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sc_area02 .t-right {
    font-size: 2.8rem;
  }
}