@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 {
  -webkit-box-sizing: border-box;
          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 {
  cursor: default; /* 1 */
  line-height: 1.8; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
  word-break: break-word; /* 5 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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;
}

/*color*/
/*weight*/
:root {
  --wrapPaddingHorizontal: 2rem;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  height: 100%;
  line-height: 1.8;
  letter-spacing: 0.06rem;
}
body.drw--on {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

#main {
  overflow: hidden;
  background-color: #F4F7FF;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: 6rem;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

picture {
  display: block;
}

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

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

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a:hover {
    opacity: 1 !important;
  }
}

.l-header {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
}
.l-header_head {
  background-color: #3D80CD;
  padding: 0.2rem 4.2rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-header_head {
    display: none;
  }
}
.l-header_head_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 2.5rem;
}
.l-header_head_list_item {
  color: #fff;
}
.l-header_head_list_item a {
  font-size: max(1.2rem, 8px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.l-header_head_list_item a::before {
  content: "";
  width: 0.62rem;
  height: 0.89rem;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  position: relative;
  bottom: 0.1rem;
}
.l-header_head_list_item a:hover {
  opacity: 0.6;
}
.l-header_main {
  max-width: 188.5rem;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header_main {
    max-width: none;
    margin: 0 auto;
    padding: 0 0 0 2rem;
  }
}
.l-header_main .l-header_logo {
  max-width: 19.8rem;
  width: 15%;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header_main .l-header_logo {
    max-width: none;
    width: 11.79rem;
  }
}
.l-header_main .l-header_logo a {
  display: block;
}
.l-header_main .l-header_logo a img {
  width: 100%;
  height: 100%;
}
.l-header_main .hmbtn {
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header_main .hmbtn {
    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;
  }
}
.l-header_main .hmbtn_inner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header_main .hmbtn span {
  position: absolute;
  left: 0;
  width: 2rem;
  height: 0.2rem;
  background-color: #3D80CD;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header_main .hmbtn span:nth-of-type(1) {
  top: 1.9rem;
}
.l-header_main .hmbtn span:nth-of-type(2) {
  top: 2.9rem;
}
.l-header_main .hmbtn span:nth-of-type(3) {
  bottom: 1.9rem;
}
.l-header_main .hmbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  top: 50%;
  width: 2.6rem;
}
.l-header_main .hmbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header_main .hmbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  bottom: auto;
  top: 50%;
  width: 2.6rem;
}
.l-header_main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 132rem;
  width: 100%;
  gap: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .l-header_main_nav {
    max-width: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 6rem;
    z-index: -1;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 0;
  }
  .l-header_main_nav--fixed {
    opacity: 1;
    z-index: 1;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 14.5rem;
    display: block;
  }
}
.l-header_main_nav .l-menu {
  max-width: 90.5rem;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .l-header_main_nav .l-menu {
    max-width: none;
    display: none;
  }
  .l-header_main_nav .l-menu--on {
    display: block;
  }
}
.l-header_main_nav .l-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header_main_nav .l-menu ul {
    display: block;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_main_nav .l-menu ul li {
    width: 100%;
    border-bottom: solid 1px #D9DFEF;
  }
  .l-header_main_nav .l-menu ul li:first-child {
    border-top: solid 1px #D9DFEF;
  }
}
.l-header_main_nav .l-menu ul li a {
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_main_nav .l-menu ul li a:hover {
  color: #3D80CD;
}
@media screen and (max-width: 1440px) {
  .l-header_main_nav .l-menu ul li a {
    font-size: 1.041vw;
  }
}
@media screen and (max-width: 1280px) {
  .l-header_main_nav .l-menu ul li a {
    font-size: max(1.3rem, 8.5px);
  }
}
@media screen and (max-width: 767px) {
  .l-header_main_nav .l-menu ul li a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    display: block;
  }
  .l-header_main_nav .l-menu ul li a:hover {
    color: #000000;
  }
}
.l-header_main_button {
  max-width: 34.9rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 1rem;
  margin-right: 0;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header_main_button {
    max-width: none;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header_main_button div {
  width: 16.57rem;
}
@media screen and (max-width: 1440px) {
  .l-header_main_button div {
    width: 15.57rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_main_button div {
    width: 16.75rem;
  }
}
.l-header_main_button a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: #fff;
  padding: 1.2rem 1rem 1.3rem;
  border-radius: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_main_button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header_main_button a {
    -webkit-transition: 0;
    transition: 0;
  }
  .l-header_main_button a:hover {
    opacity: 1;
  }
}
.l-header_main_button .reqinf a {
  background-color: #2F3659;
}
.l-header_main_button .contact {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header_main_button .contact {
    margin: 0;
  }
}
.l-header_main_button .contact a {
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
}

.l-footer {
  background-color: #2F3659;
  padding: 6.3rem 1.5rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2rem 1.5rem 0.5rem;
  }
}
.l-footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer_head {
    display: block;
  }
}
.l-footer_head_left {
  width: 34.95rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left {
    width: 100%;
  }
}
.l-footer_head_left .footer-logo {
  width: 32.22rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left .footer-logo {
    width: 16.5rem;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
}
.l-footer_head_left .footer-logo a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer_head_left .footer-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left .footer-logo a:hover {
    opacity: 1;
  }
}
.l-footer_head_left .button-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left .button-flx {
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer_head_left .button-flx div {
  width: 16.57rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left .button-flx div {
    width: 16.5rem;
  }
}
.l-footer_head_left .button-flx div a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: #fff;
  padding: 1.2rem 1rem 1.3rem;
  border-radius: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left .button-flx div a {
    font-size: 1.2rem;
    padding: 1.33rem 1rem;
  }
}
.l-footer_head_left .button-flx div a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-footer_head_left .button-flx div a:hover {
    opacity: 1;
  }
}
.l-footer_head_left .button-flx .reqinf a {
  background-color: #fff;
  color: #2F3659;
}
.l-footer_head_left .button-flx .contact a {
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
}
.l-footer_head_right {
  width: 55.5rem;
  color: #fff;
  padding-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right {
    width: 100%;
    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;
    padding-top: 1.7rem;
  }
}
.l-footer_head_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_head_right ul li {
    padding-bottom: 2.4rem;
  }
}
.l-footer_head_right ul li a {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right ul li a {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
.l-footer_head_right ul li a.sml {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right ul li a.sml {
    font-size: 1.3rem;
    padding-bottom: 0.3rem;
    display: inline-block;
  }
}
.l-footer_head_right ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right ul li a:hover {
    opacity: 1;
  }
}
.l-footer_head_right_top {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right_top {
    width: 17.2rem;
    margin-left: 1rem;
    padding-bottom: 0;
  }
}
.l-footer_head_right_top li {
  margin-right: 4.6rem;
}
.l-footer_head_right_top li.fst {
  margin-right: 3.2rem;
}
.l-footer_head_right_top li:last-child {
  margin-right: 0;
}
.l-footer_head_right_top li .sblk {
  display: block;
  padding-top: 0.8rem;
}
.l-footer_head_right_top li .sblk a {
  font-size: 1.9rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right_top li .sblk a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_head_right_bottom {
    width: 15.2rem;
    margin-right: 1rem;
  }
}
.l-footer_head_right_bottom li {
  margin-right: 8rem;
}
.l-footer_head_right_bottom li:last-child {
  margin-right: 0;
}
.l-footer_head_right .japhic {
  width: 5.55rem;
  margin-right: 0;
  margin-left: auto;
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer_head_right .japhic {
    width: 4.8rem;
    padding: 0;
    margin-top: -6rem;
  }
}
.l-footer_mid {
  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;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer_mid {
    width: 25rem;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    right: 0.7rem;
    padding-bottom: 1.2rem;
  }
}
.l-footer_mid li {
  padding: 0 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer_mid li {
    padding: 0 1.7rem;
  }
  .l-footer_mid li:first-child {
    padding-left: 0;
  }
}
.l-footer_mid li:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer_mid li:last-child {
    padding-right: 0;
  }
}
.l-footer_mid li::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer_mid li::before {
    height: 1rem;
    top: 0.5rem;
  }
}
.l-footer_mid li a {
  line-height: 2;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.09rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer_mid li a {
    font-size: 1rem;
    letter-spacing: 0.06rem;
  }
}
.l-footer_mid li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .l-footer_mid li a:hover {
    opacity: 1;
  }
}
.l-footer .copyright {
  text-align: center;
  color: #8C95C4;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 1rem;
    letter-spacing: 0.06rem;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.p-purple {
  color: #674CDC;
}

.l-title {
  text-align: center;
  position: relative;
  line-height: 1;
}
.l-title .en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #DBE3F8;
  font-size: 15.2rem;
}
@media screen and (max-width: 767px) {
  .l-title .en {
    font-size: 8.5rem;
  }
}
.l-title .jp {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-title .jp {
    font-size: 2.2rem;
  }
}

/* --------------------------------------------------
  wrap
-------------------------------------------------- */
.l-sec {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.l-wrap {
  max-width: 119.2rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    max-width: none;
  }
}

/* ----------------------------------------------------------
  sec-cv 尿検査だけ。手軽にがんリスク判定
---------------------------------------------------------- */
.sec-cv_head {
  width: 100%;
  background-image: url(../img/cv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5.5rem 1.5rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_head {
    padding: 2rem 1.5rem 3rem;
  }
}
.sec-cv_head_inner {
  max-width: 112.3rem;
  width: 100%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner {
    max-width: none;
    display: block;
    margin: 0 auto;
  }
}
.sec-cv_head_inner .cv-img {
  width: 23.35rem;
  position: relative;
  bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-img {
    width: 11rem;
    bottom: 0;
    margin: 0 auto;
    position: relative;
    right: 1rem;
    padding-bottom: 0.7rem;
  }
}
.sec-cv_head_inner .cv-txt {
  width: 76.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt {
    width: 100%;
  }
}
.sec-cv_head_inner .cv-txt_ttl {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.23rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt_ttl {
    font-size: 2.6rem;
    text-align: center;
    letter-spacing: 0.12rem;
    padding-bottom: 0.8rem;
  }
}
.sec-cv_head_inner .cv-txt_txt01 {
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-bottom: 1.8rem;
}
.sec-cv_head_inner .cv-txt_txt01 .yellow {
  color: #FBF77F;
  text-decoration: underline;
  text-underline-offset: 0.7rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt_txt01 .yellow {
    text-underline-offset: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt_txt01 {
    width: 32.5rem;
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 0.075rem;
    padding-bottom: 0.8rem;
  }
}
.sec-cv_head_inner .cv-txt_txt02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt_txt02 {
    width: 32.5rem;
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0.09rem;
    padding-bottom: 1.5rem;
  }
}
.sec-cv_head_inner .cv-txt_txt03 {
  width: 70.2rem;
  margin-top: -0.5rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt_txt03 {
    width: 29.8rem;
    margin: 0 auto;
    padding-bottom: 0.7rem;
  }
}
.sec-cv_head_inner .cv-txt_txt04 {
  width: 100%;
  padding-bottom: 1.6rem;
}
.sec-cv_head_inner .cv-txt .notice {
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec-cv_head_inner .cv-txt .notice {
    text-align: left;
    line-height: 1.4;
  }
}
.sec-cv_btm {
  width: 100%;
  background-color: #fff;
  padding: 3rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_btm {
    padding: 2rem 1.5rem;
  }
}
.sec-cv_btm .cv-button {
  max-width: 70.2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_btm .cv-button {
    width: 100%;
    gap: 1rem;
  }
}
.sec-cv_btm .cv-button div {
  width: 33.8rem;
}
@media screen and (max-width: 767px) {
  .sec-cv_btm .cv-button div {
    width: 16.75rem;
  }
}
.sec-cv_btm .cv-button div a {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: #fff;
  padding: 1.9rem 1rem;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec-cv_btm .cv-button div a {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
}
.sec-cv_btm .cv-button div a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sec-cv_btm .cv-button div a:hover {
    opacity: 1;
  }
}
.sec-cv_btm .cv-button .reqinf a {
  background-color: #2F3659;
}
.sec-cv_btm .cv-button .contact a {
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
}

.p-top {
  /* --------------------------------------------------
    MV
  -------------------------------------------------- */
  /* --------------------------------------------------
    sec01
  -------------------------------------------------- */
  /* ----------------------------------------------------------
    sec02 さまざまな企業、団体に選ばれる理由があります(スライダー)
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec03 思い当たる点はありませんか？
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec04 がんリスク判定キット
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec05 福利厚生で導入し、従業員のモチベアップに役立てませんか？
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec06 導入企業実績 CASE
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec07 導入メリット BENEFIT
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec08 日本は世界的に検診受診率が低い傾向にあります
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec09 日本は世界的に検診受診率が低い傾向にあります
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec10 4リスト〜どうやってがんリスクを判定しているの？
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec11 医療機関の声 VOICE
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec12 bluedropとは PRODUCT
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec13 特に不安がある「がん」全7種のリスク判定が可能（白背景）
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec14 製品導入の流れ FLOW
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec15 受賞・メディア実績 MEDIA
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
    sec16 よくあるご質問 FAQ
  ---------------------------------------------------------- */
}
.p-top .p-mv {
  width: 100%;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 11.7rem;
  background-color: #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv {
    padding: 0 1.5rem;
    padding-top: 1.3rem;
    padding-bottom: 7.75rem;
  }
}
.p-top .p-mv_bg {
  width: 100%;
  height: 59.4rem;
  position: absolute;
  left: 0;
  bottom: 10rem;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .p-top .p-mv_bg {
    max-width: 168rem;
    width: 115vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_bg {
    display: none;
  }
}
.p-top .p-mv_bg::before {
  content: "";
  width: 84.9rem;
  height: 59.4rem;
  background-image: url(../img/mv01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_bg::before {
    display: block;
    width: 30.3rem;
    height: 23rem;
    background-position: left center;
  }
}
.p-top .p-mv_txt01 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_txt01 {
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    padding-bottom: 1.5rem;
  }
}
.p-top .p-mv_txt02 {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #2F3659;
  letter-spacing: 0.4rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_txt02 {
    font-size: 3rem;
    letter-spacing: 0.16rem;
    padding-bottom: 1rem;
  }
}
.p-top .p-mv_txt02 .blue {
  color: #3D80CD;
}
.p-top .p-mv_txt02 .small {
  font-size: 5rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_txt02 .small {
    font-size: 2.2rem;
    letter-spacing: 0.12rem;
  }
}
.p-top .p-mv_txt03 {
  font-size: 2.5rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.15rem;
  position: relative;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_txt03 {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    padding-bottom: 2.2rem;
  }
}
.p-top .p-mv_txt03::before {
  content: "";
  width: 3.9rem;
  height: 2px;
  background-color: #674CDC;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.3rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_txt03::before {
    width: 2.7rem;
    height: 0.14rem;
    margin-right: 1rem;
    bottom: 0.1rem;
  }
}
.p-top .p-mv_txt04 {
  max-width: 50.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_txt04 {
    max-width: none;
    width: 32.7rem;
    margin: 0 auto;
  }
}
.p-top .p-mv_txt04 img {
  width: 100%;
}
.p-top .p-mv_button {
  max-width: 50.3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6.5rem;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_button {
    max-width: none;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.p-top .p-mv_button div {
  width: 23.86rem;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_button div {
    width: 16.75rem;
  }
}
.p-top .p-mv_button div a {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: #fff;
  padding: 2rem 1rem 1.8rem;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_button div a {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}
.p-top .p-mv_button div a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top .p-mv_button div a:hover {
    opacity: 1;
  }
}
.p-top .p-mv_button .reqinf a {
  background-color: #2F3659;
}
.p-top .p-mv_button .contact a {
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
}
@media screen and (max-width: 767px) {
  .p-top .p-mv .sp-mv {
    width: 30.4rem;
    margin: 0 0 0 auto;
    position: relative;
    left: 1.5rem;
    padding-bottom: 2rem;
  }
}
.p-top .sec01 .ttlbx {
  width: 100%;
  margin-top: -5rem;
  position: relative;
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx {
    margin-top: -6rem;
    margin-bottom: 5.7rem;
  }
}
.p-top .sec01 .ttlbx::before {
  content: "";
  width: 11.7rem;
  height: 18.9rem;
  background-image: url(../img/dizajn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 8.7rem;
  top: 3.2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx::before {
    display: none;
  }
}
.p-top .sec01 .ttlbx_head {
  display: block;
  background-color: #2F3659;
  color: #fff;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  font-weight: 700;
  padding: 1.4rem 2rem 1.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_head {
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 1rem 0 1.1rem;
  }
}
.p-top .sec01 .ttlbx_head::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.1rem solid transparent;
  border-left: 1.1rem solid transparent;
  border-top: 1.8rem solid #2F3659;
  border-bottom: 0;
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_head::before {
    border-right: 0.8rem solid transparent;
    border-left: 0.8rem solid transparent;
    border-top: 1.2rem solid #2F3659;
    bottom: -1.15rem;
    left: 51%;
  }
}
.p-top .sec01 .ttlbx_head_txt01 {
  font-size: 3.2rem;
  letter-spacing: 0.19rem;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_head_txt01 {
    font-size: 1.6rem;
    letter-spacing: 0.09rem;
    line-height: 1.6;
  }
}
.p-top .sec01 .ttlbx_head_txt02 {
  font-size: 2rem;
  letter-spacing: 0.12rem;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_head_txt02 {
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
    line-height: 1.6;
  }
}
.p-top .sec01 .ttlbx_btm {
  display: block;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  text-align: center;
  font-weight: 700;
  padding: 1.5rem 2rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_btm {
    padding: 1.7rem 1rem 1.5rem;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.p-top .sec01 .ttlbx_btm p {
  font-size: 2.6rem;
  color: #333333;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_btm p {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1.15;
  }
}
.p-top .sec01 .ttlbx_btm p .p-purple {
  font-size: 3rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_btm p .p-purple {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec01 .ttlbx_btm p .p-purple .bold {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .ttlbx_btm p .p-purple .bold {
    font-size: 2.4rem;
  }
}
.p-top .sec01 .sec01-dsc01 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .sec01-dsc01 {
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    padding-bottom: 1rem;
  }
}
.p-top .sec01 .sec01-dsc02 {
  font-size: 3.2rem;
  color: #333333;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.19rem;
  line-height: 1.5;
  padding-bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .sec01-dsc02 {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    padding-bottom: 2.3rem;
  }
}
.p-top .sec01 .sec01-icon {
  width: 105.9rem;
  display: block;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .sec01-icon {
    width: 100%;
    padding-bottom: 2.3rem;
  }
}
.p-top .sec01 .sec01-icon img {
  width: 100%;
}
.p-top .sec01 .notice {
  color: #333333;
  font-size: 1rem;
  text-align: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec01 .notice {
    padding-bottom: 0;
  }
}
.p-top .sec02 {
  background-color: #fff;
  padding: 4rem 2rem 10rem;
  margin-top: 5rem;
  /* アニメーション */
}
@media screen and (max-width: 767px) {
  .p-top .sec02 {
    background-color: #F4F7FF;
    padding: 0;
    margin-top: 6rem;
  }
}
.p-top .sec02_ttl {
  text-align: center;
  color: #333333;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec02_ttl {
    padding: 0 1.5rem;
    padding-bottom: 2rem;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
}
.p-top .sec02_loop {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec02_loop {
    background-color: #fff;
    padding: 3rem 0;
    margin-left: 0;
  }
}
.p-top .sec02_loop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-animation: scroll-loop 50s linear infinite;
          animation: scroll-loop 50s linear infinite;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .sec02_loop_list li {
  width: 16.6666666667vw;
  margin-right: 8.4rem;
  max-width: 29.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec02_loop_list li {
    max-width: none;
    width: 33.3333333333vw;
    margin-right: 2.4rem;
  }
}
.p-top .sec02_loop_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top .sec03 {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03 {
    padding-top: 6rem;
  }
}
.p-top .sec03_ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03_ttl {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec03_recall {
  width: 26.7rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03_recall {
    width: 16rem;
  }
}
.p-top .sec03 .recall-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03 .recall-list {
    display: block;
    width: 29.15rem;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec03 .recall-list li {
  display: block;
  background-color: #E0E5F3;
  font-size: 2rem;
  padding: 2rem 3rem;
  letter-spacing: 0.12rem;
  line-height: 1.5;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03 .recall-list li {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0.8rem;
    letter-spacing: 0.08rem;
    padding: 1.27rem 0;
    border-radius: 0.4rem;
  }
  .p-top .sec03 .recall-list li:last-child {
    margin-bottom: 0;
  }
}
.p-top .sec03 .late-txt {
  text-align: center;
  font-size: 2.4rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.58;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03 .late-txt {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    padding-bottom: 1rem;
  }
}
.p-top .sec03 .late-txt .p-purple {
  font-size: 3.2rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03 .late-txt .p-purple {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec03 .late-polygon {
  width: 27.72rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec03 .late-polygon {
    width: 11.8rem;
    padding-bottom: 2rem;
  }
}
.p-top .sec04_wtcnt {
  width: 100%;
  background-color: #fff;
  padding: 2.5rem 1rem 4.2rem;
  border-radius: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt {
    padding: 1.3rem 0rem 4.3rem;
  }
}
.p-top .sec04_wtcnt_ttl {
  width: 83rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}
.p-top .sec04_wtcnt_ttl_first {
  width: 13.26rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl_first {
    width: 5.3rem;
    margin: 0 auto;
  }
}
.p-top .sec04_wtcnt_ttl_text {
  width: 67.6rem;
  text-align: center;
  font-size: 1.97rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.55;
  position: relative;
  bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl_text {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.85;
    bottom: 0.5rem;
    padding-bottom: 0.1rem;
  }
}
.p-top .sec04_wtcnt_ttl_text .numb {
  font-size: 5.98rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl_text .numb {
    font-size: 2.8rem;
  }
}
.p-top .sec04_wtcnt_ttl_text .mid {
  font-size: 2.626rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl_text .mid {
    font-size: 1.4rem;
  }
  .p-top .sec04_wtcnt_ttl_text .mid.p-purple {
    font-size: 1.2rem;
  }
}
.p-top .sec04_wtcnt_ttl_text .bold {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl_text .bold {
    font-size: 1.7rem;
  }
}
.p-top .sec04_wtcnt_ttl_text .logo {
  display: inline-block;
  width: 29.1rem;
  vertical-align: super;
  position: relative;
  bottom: 0.7rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt_ttl_text .logo {
    width: 13.78rem;
    margin-left: 1rem;
    bottom: 0;
    padding-top: 0.1rem;
  }
}
.p-top .sec04_wtcnt_ttl_text .logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .sec04_wtcnt .sec04-notice {
  font-size: 1rem;
  color: #333333;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-notice {
    padding-bottom: 1.5rem;
  }
}
.p-top .sec04_wtcnt .sec04-icon {
  width: 105.9rem;
  display: block;
  margin: 0 auto;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-icon {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.p-top .sec04_wtcnt .sec04-notice2 {
  font-size: 1rem;
  color: #333333;
  text-align: center;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-notice2 {
    padding-bottom: 3.7rem;
  }
}
.p-top .sec04_wtcnt .sec04-kit {
  width: 86.07rem;
  margin: 0 auto;
  padding-bottom: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-kit {
    display: block;
    width: 100%;
    padding-bottom: 3rem;
  }
}
.p-top .sec04_wtcnt .sec04-kit_lft {
  width: 23.41rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-kit_lft {
    width: 11.47rem;
    margin: 0 auto;
    padding-bottom: 3.2rem;
  }
}
.p-top .sec04_wtcnt .sec04-kit_rgt {
  width: 55.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-kit_rgt {
    width: 25.55rem;
    margin: 0 auto;
  }
}
.p-top .sec04_wtcnt .sec04-kit_rgt picture {
  display: block;
  width: 100%;
}
.p-top .sec04_wtcnt .sec04-cancer {
  width: 107.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .sec04_wtcnt .sec04-cancer {
    width: 100%;
  }
}
.p-top .sec05 {
  background-color: #3D80CD;
  padding-bottom: 7.7rem;
  padding-top: 23.3rem;
  margin-top: -18.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec05 {
    margin-top: -9.5rem;
    padding-top: 11.5rem;
    padding-bottom: 4rem;
  }
}
.p-top .sec05_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  padding-bottom: 3rem;
}
.p-top .sec05_ttl .yellow {
  color: #FBF77F;
}
@media screen and (max-width: 767px) {
  .p-top .sec05_ttl {
    font-size: 2rem;
    letter-spacing: 0.12rem;
    line-height: 1.5;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec05_txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec05_txt {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
.p-top .sec06 {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06 {
    padding-top: 6.2rem;
    padding-bottom: 5rem;
  }
}
.p-top .sec06 .l-title {
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06 .l-title {
    margin-bottom: 4.2rem;
  }
}
.p-top .sec06-cttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-cttl {
    font-size: 1.7rem;
  }
}
.p-top .sec06-cttl::before {
  content: "";
  width: 2.36rem;
  height: 0.8rem;
  background-color: #3D80CD;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 0.3rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-cttl::before {
    width: 1.65rem;
    height: 0.6rem;
    margin-right: 1rem;
    bottom: 0.2rem;
  }
}
.p-top .sec06-example {
  width: 100%;
}
.p-top .sec06-example .sec06-cttl {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-example .sec06-cttl {
    padding-bottom: 2.5rem;
  }
}
.p-top .sec06-example_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-example_list {
    display: block;
  }
}
.p-top .sec06-example_list_item {
  width: 28.3rem;
  background-color: #fff;
  padding: 2rem;
  padding-bottom: 3.5rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-example_list_item {
    width: 100%;
    border-radius: 1rem;
    padding: 1.8rem 1.5rem;
    margin-bottom: 1.3rem;
  }
  .p-top .sec06-example_list_item:last-child {
    margin-bottom: 0;
  }
}
.p-top .sec06-example_list_item_ttl {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.084rem;
  border-bottom: solid 2px #DBE3F8;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-example_list_item_ttl {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
.p-top .sec06-example_list_item_ttl .industry {
  font-size: 1rem;
  background-color: #2F3659;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 3rem;
  letter-spacing: 0.06rem;
  position: relative;
  bottom: 0.2rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-example_list_item_ttl .industry {
    margin-right: 0.5rem;
    bottom: 0.1rem;
  }
}
.p-top .sec06-example_list_item_txt {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-example_list_item_txt {
    font-size: 1.2rem;
    letter-spacing: 0.063rem;
  }
}
.p-top .sec06-interview {
  width: 100%;
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview {
    padding-top: 5rem;
  }
}
.p-top .sec06-interview .sec06-cttl {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .sec06-cttl {
    padding-bottom: 2.5rem;
  }
}
.p-top .sec06-interview .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list {
    width: 100vw;
    overflow: hidden;
  }
  .p-top .sec06-interview .interview-list .slick-list {
    padding: 0 23.4% 0 0 !important;
    border-radius: 0.8rem;
  }
}
.p-top .sec06-interview .interview-list_item {
  width: 38.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item {
    width: 28.8rem;
    margin-right: 1.4rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
.p-top .sec06-interview .interview-list_item a {
  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;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .sec06-interview .interview-list_item a:hover {
  opacity: 0.6;
}
.p-top .sec06-interview .interview-list_item figure {
  width: 100%;
  height: 21.6rem;
  border-radius: 1.6rem 1.6rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item figure {
    height: 16.2rem;
    display: block;
    border-radius: 0;
  }
}
.p-top .sec06-interview .interview-list_item figure img {
  width: 100%;
  height: 21.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item figure img {
    height: 16.2rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
  overflow: hidden;
  padding: 2rem 2.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt {
    border-radius: 0;
    padding: 1.3rem 1.6rem 2rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt .i-head {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.084rem;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt .i-head {
    font-size: 1.2rem;
    padding-bottom: 1.8rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt .i-head .industry {
  font-size: 1rem;
  background-color: #2F3659;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 3rem;
  letter-spacing: 0.06rem;
  position: relative;
  bottom: 0.2rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt .i-head .industry {
    bottom: 0.1rem;
    margin-right: 0.6rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt .i-ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.11rem;
  padding-bottom: 1.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt .i-ttl {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1.2rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt .i-comp {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt .i-comp {
    font-size: 1.4rem;
    padding-bottom: 0.3rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt .i-name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt .i-name {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.p-top .sec06-interview .interview-list_item_txt .i-dsc {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.084rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec06-interview .interview-list_item_txt .i-dsc {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
  }
}
.p-top .sec07 {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 {
    padding-top: 6.2rem;
    padding-bottom: 6rem;
  }
}
.p-top .sec07 .l-title {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .l-title {
    margin-bottom: 4.2rem;
  }
}
.p-top .sec07_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07_flx {
    display: block;
    padding-bottom: 6rem;
  }
}
.p-top .sec07_flx_img {
  width: 56.67rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07_flx_img {
    width: 100%;
    padding-bottom: 2.5rem;
  }
}
.p-top .sec07_flx_txt {
  width: 58rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07_flx_txt {
    width: 100%;
  }
}
.p-top .sec07_flx_txt_ttl {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.15rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07_flx_txt_ttl {
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec07_flx_txt_txt {
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07_flx_txt_txt {
    font-size: 1.2rem;
    letter-spacing: 0.066rem;
  }
}
.p-top .sec07 .scd-box {
  width: 83.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box {
    width: 100%;
    right: 0;
    display: block;
  }
}
.p-top .sec07 .scd-box_item {
  width: 36.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item {
    width: 100%;
    padding-bottom: 4.8rem;
  }
  .p-top .sec07 .scd-box_item:last-child {
    padding-bottom: 0;
  }
}
.p-top .sec07 .scd-box_item figure {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item figure {
    padding-bottom: 2.2rem;
  }
}
.p-top .sec07 .scd-box_item figure::before {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 7.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: -6.5rem;
  left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item figure::before {
    font-size: 7rem;
    left: 1.3rem;
    top: -5.5rem;
  }
}
.p-top .sec07 .scd-box_item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 22.91rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item figure img {
    height: 21.71rem;
  }
}
.p-top .sec07 .scd-box_item_img01::before {
  content: "01";
}
.p-top .sec07 .scd-box_item_img02::before {
  content: "02";
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item_img02::before {
    top: -4rem !important;
  }
}
.p-top .sec07 .scd-box_item h4 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item h4 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .p-top .sec07 .scd-box_item h4.ttl02 {
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0.12rem;
  }
}
.p-top .sec07 .scd-box_item p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
}
.p-top .sec07 .scd-box_item p .blue {
  color: #3D80CD;
}
@media screen and (max-width: 767px) {
  .p-top .sec07 .scd-box_item p {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
  }
}
.p-top .sec08 {
  padding-top: 7.2rem;
  padding-bottom: 5.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .sec08 {
    padding-top: 4rem;
    padding-bottom: 3.7rem;
  }
}
.p-top .sec08_ttl {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0.19rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec08_ttl {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec08_ttl .p-purple {
  font-size: 3.6rem;
  letter-spacing: 0.216rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec08_ttl .p-purple {
    font-size: 2.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-top .sec08 .sec08-graph {
  width: 100rem;
  margin: 0 auto;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec08 .sec08-graph {
    width: 109%;
    margin-left: -1.5rem;
    padding-bottom: 2rem;
  }
}
.p-top .sec08_txt01 {
  text-align: center;
  line-height: 1.7;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.09rem;
  padding-bottom: 4.5rem;
}
.p-top .sec08_txt01 .bold {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top .sec08_txt01 {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.07rem;
    padding-bottom: 3rem;
  }
}
.p-top .sec08_txt02 {
  width: 74rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  background-color: #3D80CD;
  border-radius: 1.6rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.5rem;
  letter-spacing: 0.15rem;
  padding: 1.2rem 1.5rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec08_txt02 {
    width: 100%;
    font-size: 1.7rem;
    border-radius: 1.1rem;
    letter-spacing: 0.09rem;
    padding: 1rem 1.5rem 1.5rem;
    margin-bottom: 1.7rem;
  }
}
.p-top .sec08_txt02 .small {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec08_txt02 .small {
    font-size: 1.5rem;
  }
}
.p-top .sec08_txt03 {
  font-size: 3.2rem;
  color: #333333;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.19rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec08_txt03 {
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
  }
  .p-top .sec08_txt03 .p-purple {
    font-size: 2rem;
  }
}
.p-top .sec09 {
  background-color: #2F3659;
}
.p-top .sec09 .sec09-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top .sec09 .sec09-flx {
    display: block;
    padding: 3rem 0;
  }
}
.p-top .sec09 .sec09-flx_img {
  width: 45.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec09 .sec09-flx_img {
    width: 14.96rem;
    margin: 0 auto;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec09 .sec09-flx_ttl {
  width: 68.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  position: relative;
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec09 .sec09-flx_ttl {
    font-size: 1.764rem;
    text-align: center;
    width: 100%;
    bottom: 0;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec09 .sec09-flx_ttl .small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec09 .sec09-flx_ttl .small {
    font-size: 1.37rem;
  }
}
.p-top .sec10 {
  padding-top: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 {
    padding-top: 2rem;
  }
}
.p-top .sec10-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.5rem 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top .sec10-list_item {
  width: 28.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .sec10-list_item {
    width: 15.8rem;
  }
}
.p-top .sec10-list_item .icon {
  width: 17.8rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10-list_item .icon {
    width: 12.46rem;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec10-list_item .txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10-list_item .txt {
    font-size: 1.2rem;
    letter-spacing: 0.08rem;
  }
}
.p-top .sec10 #rna {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 #rna {
    padding-top: 8.6rem;
  }
}
.p-top .sec10 .sec10-wtct {
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  position: relative;
  padding: 7rem 1.79rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct {
    padding: 5rem 1.5rem 3rem;
    border-radius: 1.2rem;
  }
}
.p-top .sec10 .sec10-wtct .label-txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #fff;
  background-color: #3D80CD;
  width: 55.2rem;
  border-radius: 4.2rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0 0.9rem;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .label-txt {
    width: 25.5rem;
    font-size: 1.5rem;
    top: -3rem;
    letter-spacing: 0.1rem;
    padding: 0.7rem 0;
  }
}
.p-top .sec10 .sec10-wtct .flex-box {
  width: 94.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  left: 2.5rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .flex-box {
    width: 100%;
    left: 0;
    display: block;
    padding-bottom: 2rem;
  }
}
.p-top .sec10 .sec10-wtct .flex-box_img {
  width: 32.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .flex-box_img {
    width: 25.76rem;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
}
.p-top .sec10 .sec10-wtct .flex-box_txt {
  width: 57rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .flex-box_txt {
    width: 30.5rem;
    margin: 0 auto;
  }
}
.p-top .sec10 .sec10-wtct .flex-box_txt_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .flex-box_txt_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec10 .sec10-wtct .flex-box_txt_dsc {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .flex-box_txt_dsc {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    line-height: 1.7;
  }
}
.p-top .sec10 .sec10-wtct .mdl-button {
  width: 19.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .mdl-button {
    width: 15.84rem;
  }
}
.p-top .sec10 .sec10-wtct .mdl-button button {
  width: 100%;
  display: block;
  border: solid 1px #C7C9D3;
  color: #494F66;
  text-align: center;
  background-color: #FBFBFB;
  border-radius: 0.4rem;
  padding: 1.2rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .mdl-button button {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.p-top .sec10 .sec10-wtct .mdl-button button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .sec10-wtct .mdl-button button:hover {
    opacity: 1;
  }
}
.p-top .sec10 .modal {
  width: 103.2rem;
  height: 63.7rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  z-index: 10;
  border-radius: 1.6rem;
  overflow: hidden;
}
.p-top .sec10 .modal.open {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal {
    width: 30rem;
    height: 48rem;
  }
}
.p-top .sec10 .modal-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 7rem 2.5rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-content {
    padding: 4rem 2.5rem 3rem;
  }
}
.p-top .sec10 .modal-content::-webkit-scrollbar {
  display: none;
}
.p-top .sec10 .modal-content_inner {
  width: 72rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-content_inner {
    width: 25rem;
  }
}
.p-top .sec10 .modal-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14rem;
  border-bottom: solid 0.2rem #3D80CD;
  padding-bottom: 3rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-content h2 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-top .sec10 .modal-content p {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-content p {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.07rem;
  }
}
.p-top .sec10 .modal-content h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  padding-bottom: 2rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-content h3 {
    font-size: 1.4rem;
    letter-spacing: 0.09rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
.p-top .sec10 .modal-close__wrap {
  position: fixed;
  right: 2.8rem;
  top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-close__wrap {
    right: 0.5rem;
    top: 0.7rem;
  }
}
.p-top .sec10 .modal-close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 3.5rem;
  display: block;
  height: 3.5rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-top .sec10 .modal-close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-close:hover {
    opacity: 1;
  }
}
.p-top .sec10 .modal-close span {
  position: absolute;
  width: 3.5rem;
  height: 0.3rem;
  background: #3D80CD;
  display: block;
  top: 1.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top .sec10 .modal-close span {
    width: 1.8rem;
    height: 0.2rem;
  }
}
.p-top .sec10 .modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-top .sec10 .modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-top .sec10 .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.p-top .sec10 .overlay.open {
  display: block;
}
.p-top .sec11 {
  padding-top: 15.8rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 {
    padding-top: 6.2rem;
    padding-bottom: 0;
  }
}
.p-top .sec11 .l-title {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .l-title {
    margin-bottom: 4.3rem;
  }
}
.p-top .sec11 .sec11-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list {
    width: 100vw;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-top .sec11 .sec11-list .slick-list {
    padding: 0 18% 0 0 !important;
    border-radius: 1.2rem;
  }
  .p-top .sec11 .sec11-list .slick-list .slick-track {
    height: 100%;
  }
}
.p-top .sec11 .sec11-list_item {
  width: 38.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2rem 2.4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item {
    width: 30.8rem;
    border-radius: 1.2rem;
    margin-right: 1.5rem;
    padding: 1.5rem 2rem 2rem;
  }
}
.p-top .sec11 .sec11-list_item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.9rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_head {
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
}
.p-top .sec11 .sec11-list_item_head_img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_head_img {
    width: 8.8rem;
  }
}
.p-top .sec11 .sec11-list_item_head_txt {
  width: 20.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_head_txt {
    width: 16.56rem;
  }
}
.p-top .sec11 .sec11-list_item_head_txt .teacher {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_head_txt .teacher {
    font-size: 1.4rem;
    padding-bottom: 0.3rem;
  }
}
.p-top .sec11 .sec11-list_item_head_txt .teacher .name {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_head_txt .teacher .name {
    font-size: 1.9rem;
  }
}
.p-top .sec11 .sec11-list_item_head_txt .post {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 700;
  line-break: anywhere;
  letter-spacing: 0.08rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_head_txt .post {
    font-size: 1.2rem;
  }
}
.p-top .sec11 .sec11-list_item_ttl {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.11rem;
  line-height: 1.5;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_ttl {
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
    letter-spacing: 0.09rem;
  }
}
.p-top .sec11 .sec11-list_item_dsc {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.084rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec11 .sec11-list_item_dsc {
    font-size: 1.2rem;
    letter-spacing: 0.065rem;
  }
}
.p-top .sec12 {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }
}
.p-top .sec12 .l-title {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 .l-title {
    margin-bottom: 4.5rem;
  }
  .p-top .sec12 .l-title .en {
    font-size: 7.8rem;
    white-space: nowrap;
    margin-left: -2rem;
  }
}
.p-top .sec12 .product-img {
  width: 23.55rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 .product-img {
    width: 12.1rem;
    padding-bottom: 3rem;
  }
}
.p-top .sec12-txt01 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333333;
  line-height: 2.2;
  letter-spacing: 0.13rem;
  padding-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12-txt01 {
    width: 32.6rem;
    margin: 0 auto;
    display: block;
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0.08rem;
    padding-bottom: 3rem;
  }
}
.p-top .sec12 .sec12-wtct {
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 3rem 1.5rem 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 .sec12-wtct {
    border-radius: 1.3rem;
    padding-bottom: 4rem;
  }
}
.p-top .sec12 .sec12-wtct_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.19rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 .sec12-wtct_ttl {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1rem;
  }
}
.p-top .sec12 .sec12-wtct_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.1rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 .sec12-wtct_txt {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.08rem;
    padding-bottom: 2rem;
  }
}
.p-top .sec12 .sec12-wtct_step {
  width: 65.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .sec12 .sec12-wtct_step {
    width: 29.4rem;
  }
}
.p-top .sec13 {
  background-color: #fff;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-top .sec13_ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.19rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13_ttl {
    font-size: 1.7rem;
    padding-bottom: 2rem;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec13_ttl .numb {
  font-size: 4.2rem;
  letter-spacing: 0.22rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13_ttl .numb {
    font-size: 2.2rem;
  }
}
.p-top .sec13 .sec13-icon {
  width: 105.9rem;
  display: block;
  margin: 0 auto;
  padding-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-icon {
    width: 106%;
    margin-left: -1rem;
    padding-bottom: 2.2rem;
  }
}
.p-top .sec13 .sec13-notice {
  color: #333333;
  font-size: 1rem;
  text-align: left;
  width: 53.8rem;
  margin: 0 auto;
}
.p-top .sec13 .sec13-notice:nth-of-type(2) {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-notice {
    width: 100%;
  }
  .p-top .sec13 .sec13-notice:nth-of-type(2) {
    padding-bottom: 3rem;
    padding-top: 0.7rem;
  }
}
.p-top .sec13 .sec13-txt01 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.1rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-txt01 {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 0.08rem;
    padding-bottom: 3rem;
  }
}
.p-top .sec13 .sec13-ltbx:nth-of-type(1) {
  margin-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx:nth-of-type(1) {
    margin-bottom: 2.5rem;
  }
}
.p-top .sec13 .sec13-ltbx_ttl {
  display: block;
  width: 100%;
  background-color: #3D80CD;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.15rem;
  border-radius: 2rem 2rem 0 0;
  padding: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_ttl {
    font-size: 1.5rem;
    border-radius: 1.6rem 1.6rem 0 0;
    letter-spacing: 0.1rem;
    padding: 1.2rem 0;
  }
}
.p-top .sec13 .sec13-ltbx_cts {
  border-radius: 0 0 2rem 2rem;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top .sec13 .sec13-ltbx_cts.-cts1 {
  background-color: #F4F7FF;
  gap: 2.6rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts.-cts1 {
    padding-bottom: 3rem;
  }
}
.p-top .sec13 .sec13-ltbx_cts.-cts2 {
  background-color: #F9FAFD;
  gap: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts.-cts2 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 1.6rem 1.4rem !important;
    padding: 2rem 1.75rem;
  }
}
.p-top .sec13 .sec13-ltbx_cts_item {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts_item {
    width: 14.8rem;
  }
}
.p-top .sec13 .sec13-ltbx_cts_item_icon {
  width: 100%;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts_item_icon {
    padding-bottom: 0.8rem;
  }
}
.p-top .sec13 .sec13-ltbx_cts_item_ttl {
  font-weight: 700;
  color: #333333;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts_item_ttl {
    font-size: 1.28rem;
    padding-bottom: 0.8rem;
  }
}
.p-top .sec13 .sec13-ltbx_cts_item_txt {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 0.084rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec13 .sec13-ltbx_cts_item_txt {
    font-size: 1rem;
    width: 13.8rem;
    margin: 0 auto;
    letter-spacing: 0.06rem;
  }
  .p-top .sec13 .sec13-ltbx_cts_item_txt.-spct {
    font-size: 1.1rem;
  }
}
.p-top .sec14 {
  padding-top: 14.5rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 {
    padding-top: 6.2rem;
    padding-bottom: 6rem;
  }
}
.p-top .sec14 .l-title {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .l-title {
    margin-bottom: 4rem;
  }
}
.p-top .sec14 .sec14-flow {
  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-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow {
    padding-bottom: 2rem;
  }
}
.p-top .sec14 .sec14-flow:nth-of-type(4) {
  padding-bottom: 0;
}
.p-top .sec14 .sec14-flow:nth-of-type(4) .sec14-flow_numb::before {
  display: none;
}
.p-top .sec14 .sec14-flow_numb {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.44rem;
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
  width: 7.68rem;
  height: 7.68rem;
  border-radius: 50%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_numb {
    width: 3.147rem;
    height: 3.147rem;
    font-size: 1.41rem;
  }
}
.p-top .sec14 .sec14-flow_numb::before {
  content: "";
  width: 0.2rem;
  height: 20rem;
  background-color: #674CDC;
  position: absolute;
  left: 50%;
  bottom: -20rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_numb::before {
    height: 16rem;
    bottom: -16rem;
  }
}
.p-top .sec14 .sec14-flow_cts {
  width: 107.2rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2.8rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts {
    width: 30.3rem;
    padding: 1.5rem 1.5rem 1.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    border-radius: 1.2rem;
  }
}
.p-top .sec14 .sec14-flow_cts_img {
  width: 25.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts_img {
    width: 8.4rem;
  }
}
.p-top .sec14 .sec14-flow_cts_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .sec14 .sec14-flow_cts_txt {
  width: 71.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts_txt {
    width: 17.4rem;
  }
}
.p-top .sec14 .sec14-flow_cts_txt_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts_txt_head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 1.2rem;
  }
}
.p-top .sec14 .sec14-flow_cts_txt_head_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts_txt_head_ttl {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0.7rem;
    width: 100%;
    display: block;
  }
}
.p-top .sec14 .sec14-flow_cts_txt_head .p-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.072rem;
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  width: 4.1rem;
  padding: 0.14rem 0 0.3rem;
  margin-right: 0.4rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts_txt_head .p-label {
    font-size: 1rem;
    border-radius: 0.4rem;
    display: inline-block;
    width: 3.13rem;
    margin-right: 0.3rem;
  }
}
.p-top .sec14 .sec14-flow_cts_txt_head .p-label.-blue {
  background-color: #3D80CD;
}
.p-top .sec14 .sec14-flow_cts_txt_head .p-label.-navy {
  background-color: #2F3659;
}
.p-top .sec14 .sec14-flow_cts_txt_dsc {
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.11rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .sec14-flow_cts_txt_dsc {
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    line-height: 1.7;
  }
}
.p-top .sec14 .late-polygon {
  width: 27.72rem;
  margin: 0 auto;
  padding-top: 3rem;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .late-polygon {
    width: 11.8rem;
    margin-bottom: 0;
    padding-top: 1.8rem;
  }
}
.p-top .sec14 .fastest-cnt {
  width: 110rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt {
    width: 100%;
    display: block;
    left: 0;
    padding-top: 2rem;
  }
}
.p-top .sec14 .fastest-cnt_img {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt_img {
    width: 21.98rem;
    margin: 0 auto;
    padding-bottom: 0.2rem;
  }
}
.p-top .sec14 .fastest-cnt_txt {
  width: 74rem;
  position: relative;
  top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt_txt {
    width: 100%;
    top: 0;
  }
}
.p-top .sec14 .fastest-cnt_txt_label {
  font-size: 2rem;
  font-weight: 700;
  color: #FBF77F;
  letter-spacing: 0.12rem;
  background-color: #674CDC;
  padding: 0.3rem 1.3rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt_txt_label {
    font-size: 1.6rem;
    width: 10.64rem;
    margin: 0 auto;
    display: block;
    padding: 0.4rem 0;
    text-align: center;
    margin-bottom: 0.7rem;
  }
}
.p-top .sec14 .fastest-cnt_txt_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt_txt_ttl {
    font-size: 2.2rem;
    letter-spacing: 0.12rem;
    width: 26.1rem;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
.p-top .sec14 .fastest-cnt_txt_ttl .p-blue {
  font-size: 3.2rem;
  color: #3D80CD;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt_txt_ttl .p-blue {
    font-size: 2.5rem;
  }
}
.p-top .sec14 .fastest-cnt_txt_dsc {
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec14 .fastest-cnt_txt_dsc {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08rem;
    text-align: center;
  }
}
.p-top .sec15 {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 {
    padding-top: 6.2rem;
    padding-bottom: 6rem;
  }
}
.p-top .sec15 .l-title {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .l-title {
    white-space: nowrap;
    margin-bottom: 4rem;
  }
}
.p-top .sec15 .media-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list {
    width: 100vw;
    gap: 0;
  }
  .p-top .sec15 .media-list .slick-list {
    padding: 0 19% 0 0 !important;
    border-radius: 1.2rem;
  }
  .p-top .sec15 .media-list .slick-list .slick-track {
    height: 100%;
  }
}
.p-top .sec15 .media-list_item {
  width: 38.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list_item {
    width: 30.7rem;
    margin-right: 1.6rem;
  }
}
.p-top .sec15 .media-list_item a {
  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;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .sec15 .media-list_item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list_item a:hover {
    opacity: 1;
  }
}
.p-top .sec15 .media-list_item figure {
  width: 100%;
  height: 21.6rem;
  border-radius: 1.6rem 1.6rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list_item figure {
    height: 17.269rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.p-top .sec15 .media-list_item figure img {
  width: 100%;
  height: 21.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list_item figure img {
    height: 17.269rem;
  }
}
.p-top .sec15 .media-list_item_txt {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 1.6rem 1.6rem;
  overflow: hidden;
  padding: 1.5rem 2.4rem 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list_item_txt {
    border-radius: 0 0 1.2rem 1.2rem;
    padding: 1.5rem 2rem 3rem;
  }
}
.p-top .sec15 .media-list_item_txt_category {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #2F3659;
  display: inline-block;
  padding: 0.3rem 1.2rem;
  border-radius: 3rem;
  margin-bottom: 0.5rem;
}
.p-top .sec15 .media-list_item_txt_ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec15 .media-list_item_txt_ttl {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}
.p-top .sec16 {
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 {
    padding-top: 6.2rem;
    padding-bottom: 6rem;
  }
}
.p-top .sec16 .l-title {
  margin-bottom: 1.5rem;
}
.p-top .sec16 .acd-box {
  width: 84rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box {
    width: 100%;
  }
}
.p-top .sec16 .acd-box_item {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: solid 0.2rem #D9DFEF;
  padding: 1rem 0 1.2rem;
  padding-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item {
    padding: 2.2rem 0;
    padding-left: 0;
  }
}
.p-top .sec16 .acd-box_item_q {
  width: 100%;
  display: block;
}
.p-top .sec16 .acd-box_item_q_anc {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.11rem;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_q_anc {
    font-size: 1.44rem;
    letter-spacing: 0.08rem;
    padding-right: 4.5rem;
    gap: 2.3rem;
  }
}
.p-top .sec16 .acd-box_item_q_anc::before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_q_anc::before {
    font-size: 3.4rem;
    position: relative;
    bottom: 0.3rem;
  }
}
.p-top .sec16 .acd-box_item_q_anc::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../img/faq-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_q_anc::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 0.5rem;
  }
}
.p-top .sec16 .acd-box_item_q_anc--active::after {
  height: 0.4rem;
  background-image: url(../img/faq-minus.svg);
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_q_anc--active::after {
    height: 0.32rem;
  }
}
.p-top .sec16 .acd-box_item_q_anc:hover {
  opacity: 0.7;
}
.p-top .sec16 .acd-box_item_a {
  position: relative;
  width: 100%;
  padding: 1.4rem 0 2rem 6.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_a {
    padding: 0.8rem 0 0.2rem 5rem;
  }
}
.p-top .sec16 .acd-box_item_a::before {
  content: "A";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#71AEEA), to(#9662E7));
  background: linear-gradient(90deg, #71AEEA 0%, #9662E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: block;
  line-height: 1;
  bottom: 1.2rem;
  padding-left: 0.1rem;
  margin-right: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_a::before {
    font-size: 3.4rem;
    bottom: 0;
    margin-right: 2.3rem;
  }
}
.p-top .sec16 .acd-box_item_a_dsc {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333333;
  letter-spacing: 0.084rem;
  width: 76.7rem;
}
.p-top .sec16 .acd-box_item_a_dsc strong {
  display: contents;
}
.p-top .sec16 .acd-box_item_a_dsc a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top .sec16 .acd-box_item_a_dsc a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_a_dsc a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top .sec16 .acd-box_item_a_dsc {
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.07rem;
    width: 100%;
  }
}
.p-top .sec16 .acd-box_item .is-active {
  display: block;
}