@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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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;
}

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 600px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

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

.text-left {
  text-align: left;
}

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

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

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1000px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 20px;
  }
}

.fullwide {
  width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

section {
  padding: 30px 0;
}

ul.check_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
ul.check_list li {
  position: relative;
  padding-left: 21px;
}
ul.check_list li::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 15px;
  height: 14px;
  background: url(../img/top/icon_check.png) no-repeat center/contain;
}

.section_bg {
  position: relative;
  z-index: 0;
}
.section_bg > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section_bg > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expandable-text {
  position: relative;
}
.expandable-text .text-content {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.expandable-text .text-content.collapsed {
  max-height: 4.5em;
  position: relative;
}
@media screen and (max-width: 600px) {
  .expandable-text .text-content.collapsed {
    max-height: 9em;
  }
}
.expandable-text .text-content.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  pointer-events: none;
}
.expandable-text .text-content.expanded {
  max-height: none;
}
.expandable-text .text-content p + p {
  margin-top: 1em;
}
.expandable-text .expand-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px;
  padding: 6px 16px 10px;
  background: rgba(0, 171, 244, 0.1);
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .expandable-text .expand-btn {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.expandable-text .expand-btn:hover {
  opacity: 0.7;
}
.expandable-text .expand-btn .icon {
  font-size: 16px;
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 600px) {
  .expandable-text .expand-btn .icon {
    font-size: 14px;
  }
}
.expandable-text .expand-btn .icon.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scroll_table {
  position: relative;
  overflow: hidden;
}
.scroll_table .table-wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll_table .table-wrapper::-webkit-scrollbar {
  display: none;
}
.scroll_table.scrollable::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18.5px;
  height: 37px;
  background: url(../img/top/icon_prev.png) no-repeat center/contain;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.scroll_table.scrollable::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18.5px;
  height: 37px;
  background: url(../img/top/icon_next.png) no-repeat center/contain;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.scroll_table.scrollable.at-start::before {
  opacity: 0;
  pointer-events: none;
}
.scroll_table.scrollable.at-end::after {
  opacity: 0;
  pointer-events: none;
}
.scroll_table .custom-scrollbar {
  margin-top: 20px;
  height: 8px;
  background: #EEEEEE;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.scroll_table .custom-scrollbar .scroll-thumb {
  height: 100%;
  background: #D9D9D9;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.1s ease;
  transition: left 0.1s ease;
  cursor: -webkit-grab;
  cursor: grab;
}
.scroll_table .custom-scrollbar .scroll-thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

main.top h2, .editor-styles-wrapper h2 {
  color: #163557;
  text-align: center;
  position: relative;
}
main.top h2.border_bottom, .editor-styles-wrapper h2.border_bottom {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
main.top h2.border_bottom::after, .editor-styles-wrapper h2.border_bottom::after {
  content: "";
  display: block;
  background: url(../img/top/onayami_title_border.png) no-repeat center/contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1250/22;
  margin-top: 12px;
}
@media screen and (max-width: 600px) {
  main.top h2.border_bottom::after, .editor-styles-wrapper h2.border_bottom::after {
    background: url(../img/top/onayami_title_border_sp.png) no-repeat center/contain;
    aspect-ratio: 1056/44;
    margin-top: 10px;
  }
}

.cta_btn_wrap {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .cta_btn_wrap {
    width: max(350px, 350px + 150 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .cta_btn_wrap {
    width: 100%;
  }
}
.cta_btn_wrap .main_btn {
  margin-top: 10px;
}
.cta_btn_wrap span {
  font-size: 10px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-weight: 500;
  line-height: 150%;
  display: block;
  text-align: right;
  margin-top: 4px;
}

.main_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 389px) {
  .main_btn {
    width: 100%;
  }
}
.main_btn a {
  width: 500px;
  height: 76px;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(214, 0, 80, 0.6)), to(#f99ab3));
  background: -webkit-linear-gradient(left, rgba(214, 0, 80, 0.6), #f99ab3);
  background: linear-gradient(to right, rgba(214, 0, 80, 0.6), #f99ab3);
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1439px) {
  .main_btn a {
    width: max(350px, 350px + 150 * (100vw - 390px) / 1049);
    height: max(70px, 70px + 6 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .main_btn a {
    width: 100%;
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}

.bg_blue {
  background-color: rgba(0, 171, 244, 0.1);
}

.bg_pink {
  background-color: rgba(249, 154, 179, 0.25);
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header {
  padding: 15px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1439px) {
  header {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) 0;
  }
}
header .header_inner {
  padding: 0 60px;
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    padding: 0 max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
header .header_inner a {
  gap: 5px;
}
@media screen and (max-width: 600px) {
  header .header_inner a img {
    width: 53px !important;
    height: auto !important;
  }
}
header .header_inner a h1 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  header .header_inner a h1 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}

main.top h2,
.editor-styles-wrapper h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  main.top h2,
  .editor-styles-wrapper h2 {
    margin-bottom: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.fv,
.editor-styles-wrapper section.fv {
  padding: 0;
}
main.top section.fv .fv_wrap,
.editor-styles-wrapper section.fv .fv_wrap {
  padding: 30px 0;
}
@media screen and (max-width: 600px) {
  main.top section.fv .fv_wrap,
  .editor-styles-wrapper section.fv .fv_wrap {
    padding-top: 0;
  }
}
main.top section.fv ul.point_list,
.editor-styles-wrapper section.fv ul.point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  main.top section.fv ul.point_list,
  .editor-styles-wrapper section.fv ul.point_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  main.top section.fv ul.point_list,
  .editor-styles-wrapper section.fv ul.point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
main.top section.fv ul.point_list li,
.editor-styles-wrapper section.fv ul.point_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  main.top section.fv ul.point_list li,
  .editor-styles-wrapper section.fv ul.point_list li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 600px) {
  main.top section.fv ul.point_list li,
  .editor-styles-wrapper section.fv ul.point_list li {
    gap: 15px;
  }
  main.top section.fv ul.point_list li + li,
  .editor-styles-wrapper section.fv ul.point_list li + li {
    margin-top: -10px;
  }
}
@media screen and (max-width: 600px) {
  main.top section.fv ul.point_list li figure,
  .editor-styles-wrapper section.fv ul.point_list li figure {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
main.top section.fv ul.point_list li img,
.editor-styles-wrapper section.fv ul.point_list li img {
  width: 90px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  main.top section.fv ul.point_list li img,
  .editor-styles-wrapper section.fv ul.point_list li img {
    width: 86px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv ul.point_list li img,
  .editor-styles-wrapper section.fv ul.point_list li img {
    width: max(70px, 70px + 16 * (100vw - 320px) / 69);
  }
}
main.top section.fv ul.point_list li p,
.editor-styles-wrapper section.fv ul.point_list li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  main.top section.fv ul.point_list li p,
  .editor-styles-wrapper section.fv ul.point_list li p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv ul.point_list li p,
  .editor-styles-wrapper section.fv ul.point_list li p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.fv .bg_pink,
.editor-styles-wrapper section.fv .bg_pink {
  margin-top: 30px;
  padding: 10px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86.3%, 50% 100%, 0 86.3%);
          clip-path: polygon(0 0, 100% 0, 100% 86.3%, 50% 100%, 0 86.3%);
}
@media screen and (max-width: 600px) {
  main.top section.fv .bg_pink,
  .editor-styles-wrapper section.fv .bg_pink {
    margin-top: 5px;
    padding: 10px 10px 17px;
  }
}
@media screen and (max-width: 600px) {
  main.top section.fv .bg_pink .inner,
  .editor-styles-wrapper section.fv .bg_pink .inner {
    padding: 0;
  }
}
main.top section.fv .bg_pink p,
.editor-styles-wrapper section.fv .bg_pink p {
  font-weight: 600;
}
main.top section.fv .bg_pink .sme-font-size,
.editor-styles-wrapper section.fv .bg_pink .sme-font-size {
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .bg_pink .sme-font-size,
  .editor-styles-wrapper section.fv .bg_pink .sme-font-size {
    font-size: max(16px, 16px + 6 * (100vw - 390px) / 1049) !important;
  }
}
main.top section.fv .cta_btn_wrap,
.editor-styles-wrapper section.fv .cta_btn_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .cta_btn_wrap,
  .editor-styles-wrapper section.fv .cta_btn_wrap {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami,
.editor-styles-wrapper section.onayami {
  position: relative;
  z-index: 1;
}
main.top section.onayami::after,
.editor-styles-wrapper section.onayami::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 80px;
  height: auto;
  aspect-ratio: 80/37;
  z-index: 2;
  background: url(../img/top/icon_down-double.png) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami::after,
  .editor-styles-wrapper section.onayami::after {
    width: max(48.5px, 48.5px + 31.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.onayami::after,
  .editor-styles-wrapper section.onayami::after {
    background: url(../img/top/icon_down-double_sp.png) no-repeat center/contain;
    aspect-ratio: 48.5/28;
  }
}
main.top section.onayami .onayami_img,
.editor-styles-wrapper section.onayami .onayami_img {
  max-width: 550px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  main.top section.onayami .onayami_img,
  .editor-styles-wrapper section.onayami .onayami_img {
    max-width: none;
  }
}
main.top section.onayami ul.check_list,
.editor-styles-wrapper section.onayami ul.check_list {
  max-width: 670px;
  margin-inline: auto;
  background: #fff;
  padding: 30px 60px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami ul.check_list,
  .editor-styles-wrapper section.onayami ul.check_list {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 50 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.pass-rate,
.editor-styles-wrapper section.pass-rate {
  z-index: 0;
}
main.top section.pass-rate > figure img,
.editor-styles-wrapper section.pass-rate > figure img {
  opacity: 0.1;
}
main.top section.pass-rate .column_wrap,
.editor-styles-wrapper section.pass-rate .column_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  main.top section.pass-rate .column_wrap,
  .editor-styles-wrapper section.pass-rate .column_wrap {
    width: 100%;
  }
}
main.top section.pass-rate .column_wrap .pass-rate_title,
.editor-styles-wrapper section.pass-rate .column_wrap .pass-rate_title {
  width: 243px;
  margin-inline: 0 !important;
}
@media screen and (max-width: 1439px) {
  main.top section.pass-rate .column_wrap .pass-rate_title,
  .editor-styles-wrapper section.pass-rate .column_wrap .pass-rate_title {
    width: max(196px, 196px + 47 * (100vw - 390px) / 1049);
  }
}
main.top section.pass-rate .column_wrap .flex_wrap,
.editor-styles-wrapper section.pass-rate .column_wrap .flex_wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  main.top section.pass-rate .column_wrap .flex_wrap,
  .editor-styles-wrapper section.pass-rate .column_wrap .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
main.top section.pass-rate .column_wrap .flex_wrap p,
.editor-styles-wrapper section.pass-rate .column_wrap .flex_wrap p {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.pass-rate .column_wrap .flex_wrap p,
  .editor-styles-wrapper section.pass-rate .column_wrap .flex_wrap p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.pass-rate .column_wrap .flex_wrap p,
  .editor-styles-wrapper section.pass-rate .column_wrap .flex_wrap p {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
main.top section.pass-rate .border_box,
.editor-styles-wrapper section.pass-rate .border_box {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #7ACAEC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  max-width: 670px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.pass-rate .border_box,
  .editor-styles-wrapper section.pass-rate .border_box {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.pass-rate .border_box,
  .editor-styles-wrapper section.pass-rate .border_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
main.top section.pass-rate .border_box p,
.editor-styles-wrapper section.pass-rate .border_box p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 389px) {
  main.top section.pass-rate .border_box p,
  .editor-styles-wrapper section.pass-rate .border_box p {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.pass-rate .border_box p .sme-font-size,
.editor-styles-wrapper section.pass-rate .border_box p .sme-font-size {
  line-height: 1;
}
@media screen and (max-width: 389px) {
  main.top section.pass-rate .border_box p .sme-font-size,
  .editor-styles-wrapper section.pass-rate .border_box p .sme-font-size {
    font-size: max(28px, 28px + 8 * (100vw - 320px) / 69) !important;
  }
}
@media screen and (max-width: 600px) {
  main.top section.voice .inner,
  .editor-styles-wrapper section.voice .inner {
    padding: 0 10px;
  }
}
main.top section.voice h2,
.editor-styles-wrapper section.voice h2 {
  margin-bottom: 0;
}
main.top section.voice h2 + p,
.editor-styles-wrapper section.voice h2 + p {
  font-size: 10px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.voice h2 + p,
  .editor-styles-wrapper section.voice h2 + p {
    font-size: max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.voice ul.voice_list,
.editor-styles-wrapper section.voice ul.voice_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list,
  .editor-styles-wrapper section.voice ul.voice_list {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.voice ul.voice_list li,
.editor-styles-wrapper section.voice ul.voice_list li {
  padding: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li,
  .editor-styles-wrapper section.voice ul.voice_list li {
    padding: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.voice ul.voice_list li > div,
.editor-styles-wrapper section.voice ul.voice_list li > div {
  max-width: 780px;
  margin-inline: auto;
}
main.top section.voice ul.voice_list li .voice_title,
.editor-styles-wrapper section.voice ul.voice_list li .voice_title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px 16px;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li .voice_title,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_title {
    gap: max(10px, 10px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.voice ul.voice_list li .voice_title,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_title {
    padding: 8px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.top section.voice ul.voice_list li .voice_title h3,
.editor-styles-wrapper section.voice ul.voice_list li .voice_title h3 {
  text-align: right;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  main.top section.voice ul.voice_list li .voice_title h3,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_title h3 {
    text-align: left;
  }
}
@media screen and (max-width: 389px) {
  main.top section.voice ul.voice_list li .voice_title h3,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_title h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.voice ul.voice_list li .voice_title p,
.editor-styles-wrapper section.voice ul.voice_list li .voice_title p {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  main.top section.voice ul.voice_list li .voice_title p,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_title p {
    font-size: 11px;
  }
}
main.top section.voice ul.voice_list li .voice_img_wrap,
.editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li .voice_img_wrap,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.voice ul.voice_list li .voice_img_wrap,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.voice ul.voice_list li .voice_img_wrap p,
.editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap p {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li .voice_img_wrap p,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap p {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.voice ul.voice_list li .voice_img_wrap p,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap p {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.voice ul.voice_list li .voice_img_wrap figure,
.editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 350px;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
}
@media screen and (max-width: 600px) {
  main.top section.voice ul.voice_list li .voice_img_wrap figure,
  .editor-styles-wrapper section.voice ul.voice_list li .voice_img_wrap figure {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
main.top section.voice ul.voice_list li .expandable-text,
.editor-styles-wrapper section.voice ul.voice_list li .expandable-text {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li .expandable-text,
  .editor-styles-wrapper section.voice ul.voice_list li .expandable-text {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.voice ul.voice_list li .expandable-text .text-content > p .sme-text-color,
.editor-styles-wrapper section.voice ul.voice_list li .expandable-text .text-content > p .sme-text-color {
  font-weight: 600;
}
main.top section.voice ul.voice_list li .expandable-text .text-content .parent_wrap,
.editor-styles-wrapper section.voice ul.voice_list li .expandable-text .text-content .parent_wrap {
  margin-top: 30px;
  border: 1px solid #7ACAEC;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li .expandable-text .text-content .parent_wrap,
  .editor-styles-wrapper section.voice ul.voice_list li .expandable-text .text-content .parent_wrap {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    padding: 20px max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.voice ul.voice_list li .expandable-text .text-content .parent_wrap h3,
.editor-styles-wrapper section.voice ul.voice_list li .expandable-text .text-content .parent_wrap h3 {
  text-align: center;
  border-bottom: 1px solid #7ACAEC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.voice ul.voice_list li .expandable-text .text-content .parent_wrap h3,
  .editor-styles-wrapper section.voice ul.voice_list li .expandable-text .text-content .parent_wrap h3 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons ul.reasons_list,
.editor-styles-wrapper section.reasons ul.reasons_list {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list,
  .editor-styles-wrapper section.reasons ul.reasons_list {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    max-width: max(400px, 400px + 100 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons ul.reasons_list li,
.editor-styles-wrapper section.reasons ul.reasons_list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 142px;
      -ms-flex: 0 1 142px;
          flex: 0 1 142px;
  background: #FFEFF4;
  -webkit-box-shadow: 1.44px 1.44px 1.44px rgba(214, 0, 80, 0.25);
          box-shadow: 1.44px 1.44px 1.44px rgba(214, 0, 80, 0.25);
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 142px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li,
  .editor-styles-wrapper section.reasons ul.reasons_list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 max(100px, 100px + 42 * (100vw - 390px) / 1049);
        -ms-flex: 0 1 max(100px, 100px + 42 * (100vw - 390px) / 1049);
            flex: 0 1 max(100px, 100px + 42 * (100vw - 390px) / 1049);
    min-height: max(100px, 100px + 42 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons ul.reasons_list li::before,
.editor-styles-wrapper section.reasons ul.reasons_list li::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -15px;
  left: -12px;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/top/icon_sakura.png) no-repeat center/contain;
  opacity: 0.6;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li::before,
  .editor-styles-wrapper section.reasons ul.reasons_list li::before {
    width: max(35px, 35px + 15 * (100vw - 390px) / 1049);
    left: min(-10px, -10px + -2 * (100vw - 390px) / 1049);
    top: min(-10px, -10px + -5 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons ul.reasons_list li p,
.editor-styles-wrapper section.reasons ul.reasons_list li p {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li p,
  .editor-styles-wrapper section.reasons ul.reasons_list li p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons .reasons_list + p,
.editor-styles-wrapper section.reasons .reasons_list + p {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_list + p,
  .editor-styles-wrapper section.reasons .reasons_list + p {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_list + p,
  .editor-styles-wrapper section.reasons .reasons_list + p {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.kodawari ul.kodawari_list,
.editor-styles-wrapper section.kodawari ul.kodawari_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 700px;
  margin-inline: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.kodawari ul.kodawari_list,
  .editor-styles-wrapper section.kodawari ul.kodawari_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.kodawari ul.kodawari_list li:nth-of-type(even) .title_wrap,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li:nth-of-type(even) .title_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main.top section.kodawari ul.kodawari_list li .title_wrap,
.editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  main.top section.kodawari ul.kodawari_list li .title_wrap,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap {
    gap: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.top section.kodawari ul.kodawari_list li .title_wrap span.number,
.editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap span.number {
  font-size: 64px;
  font-style: italic;
  font-family: "Times New Roman", serif;
  color: rgba(249, 154, 179, 0.25);
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.kodawari ul.kodawari_list li .title_wrap span.number,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap span.number {
    font-size: max(56px, 56px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.kodawari ul.kodawari_list li .title_wrap span.number,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap span.number {
    font-size: max(40px, 40px + 16 * (100vw - 320px) / 69);
  }
}
main.top section.kodawari ul.kodawari_list li .title_wrap h3,
.editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap h3 {
  font-size: 18px;
  font-weight: 600;
  color: #D60050;
}
@media screen and (max-width: 389px) {
  main.top section.kodawari ul.kodawari_list li .title_wrap h3,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .title_wrap h3 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
main.top section.kodawari ul.kodawari_list li .contents_wrap,
.editor-styles-wrapper section.kodawari ul.kodawari_list li .contents_wrap {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 20px;
  padding-left: 13px;
}
@media screen and (max-width: 1439px) {
  main.top section.kodawari ul.kodawari_list li .contents_wrap,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .contents_wrap {
    margin-top: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.kodawari ul.kodawari_list li .contents_wrap,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .contents_wrap {
    padding-left: 0;
  }
}
main.top section.kodawari ul.kodawari_list li .contents_wrap p,
.editor-styles-wrapper section.kodawari ul.kodawari_list li .contents_wrap p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  main.top section.kodawari ul.kodawari_list li .contents_wrap p,
  .editor-styles-wrapper section.kodawari ul.kodawari_list li .contents_wrap p {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.support ul.support_list,
.editor-styles-wrapper section.support ul.support_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 90px;
}
@media screen and (max-width: 1439px) {
  main.top section.support ul.support_list,
  .editor-styles-wrapper section.support ul.support_list {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.support ul.support_list,
  .editor-styles-wrapper section.support ul.support_list {
    gap: 10px max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.support ul.support_list li h3,
.editor-styles-wrapper section.support ul.support_list li h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.support ul.support_list li h3,
  .editor-styles-wrapper section.support ul.support_list li h3 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.support ul.support_list li h3,
  .editor-styles-wrapper section.support ul.support_list li h3 {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.difference .difference_table table,
.editor-styles-wrapper section.difference .difference_table table {
  min-width: 465px;
}
main.top section.difference .difference_table table th, main.top section.difference .difference_table table td,
.editor-styles-wrapper section.difference .difference_table table th,
.editor-styles-wrapper section.difference .difference_table table td {
  text-align: center;
}
main.top section.difference .difference_table table th,
.editor-styles-wrapper section.difference .difference_table table th {
  background: #eee;
  padding: 16px 8px;
  border: none;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.top section.difference .difference_table table th,
  .editor-styles-wrapper section.difference .difference_table table th {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding: max(6px, 6px + 10 * (100vw - 390px) / 1049) max(4px, 4px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.difference .difference_table table th:first-of-type,
  .editor-styles-wrapper section.difference .difference_table table th:first-of-type {
    width: 116px;
  }
}
main.top section.difference .difference_table table th:last-of-type,
.editor-styles-wrapper section.difference .difference_table table th:last-of-type {
  background: #F9D3E0;
}
main.top section.difference .difference_table table td,
.editor-styles-wrapper section.difference .difference_table table td {
  border: 1px solid #eee;
  padding: 20px 8px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.difference .difference_table table td,
  .editor-styles-wrapper section.difference .difference_table table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: max(6px, 6px + 14 * (100vw - 390px) / 1049) max(4px, 4px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.difference .difference_table table td:last-of-type,
.editor-styles-wrapper section.difference .difference_table table td:last-of-type {
  background: rgba(249, 154, 179, 0.15);
}
main.top section.teacher h2 + p,
.editor-styles-wrapper section.teacher h2 + p {
  font-size: 16px;
  text-align: center;
}
main.top section.teacher .teacher_list,
.editor-styles-wrapper section.teacher .teacher_list {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  main.top section.teacher .teacher_list,
  .editor-styles-wrapper section.teacher .teacher_list {
    margin-top: max(30px, 30px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.teacher .teacher_list .splide__list > li,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li {
  width: 350px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 4px rgba(122, 202, 236, 0.25);
          box-shadow: 2px 2px 4px rgba(122, 202, 236, 0.25);
  padding: 30px 20px 20px;
}
main.top section.teacher .teacher_list .splide__list > li p, main.top section.teacher .teacher_list .splide__list > li span,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li p,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li span {
  font-family: "Noto Sans JP", sans-serif;
}
main.top section.teacher .teacher_list .splide__list > li .title_wrap,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li .title_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  padding-bottom: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid #333;
}
main.top section.teacher .teacher_list .splide__list > li .title_wrap > div span.katagaki,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li .title_wrap > div span.katagaki {
  font-size: 14px;
}
main.top section.teacher .teacher_list .splide__list > li .title_wrap > div p,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li .title_wrap > div p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
main.top section.teacher .teacher_list .splide__list > li .title_wrap img,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li .title_wrap img {
  width: 100px;
}
main.top section.teacher .teacher_list .splide__list > li .text_wrap p,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li .text_wrap p {
  font-size: 14px;
}
main.top section.teacher .teacher_list .splide__list > li .text_wrap .hitokoto,
.editor-styles-wrapper section.teacher .teacher_list .splide__list > li .text_wrap .hitokoto {
  font-size: 14px;
  background: rgba(0, 171, 244, 0.1);
  border-radius: 4px;
  margin: 20px 0 10px;
  display: grid;
  place-items: center;
  width: 100px;
  height: 30px;
}
main.top section.teacher .splide__pagination,
.editor-styles-wrapper section.teacher .splide__pagination {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1439px) {
  main.top section.teacher .splide__pagination,
  .editor-styles-wrapper section.teacher .splide__pagination {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 15 * (100vw - 390px) / 1049);
  }
}
main.top section.teacher .splide__pagination li button,
.editor-styles-wrapper section.teacher .splide__pagination li button {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  background: #D9D9D9;
}
@media screen and (max-width: 1439px) {
  main.top section.teacher .splide__pagination li button,
  .editor-styles-wrapper section.teacher .splide__pagination li button {
    width: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.teacher .splide__pagination li button.is-active,
.editor-styles-wrapper section.teacher .splide__pagination li button.is-active {
  background: #7ACAEC;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
main.top section.teacher .splide__arrow,
.editor-styles-wrapper section.teacher .splide__arrow {
  width: 25px;
  height: auto;
  aspect-ratio: 1/2;
}
@media screen and (max-width: 1439px) {
  main.top section.teacher .splide__arrow,
  .editor-styles-wrapper section.teacher .splide__arrow {
    width: max(18.5px, 18.5px + 6.5 * (100vw - 390px) / 1049);
  }
}
main.top section.teacher .splide__arrow--prev,
.editor-styles-wrapper section.teacher .splide__arrow--prev {
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: url(../img/top/icon_prev.png) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.top section.teacher .splide__arrow--prev,
  .editor-styles-wrapper section.teacher .splide__arrow--prev {
    left: min(-1px, -1px + -9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.teacher .splide__arrow--prev,
  .editor-styles-wrapper section.teacher .splide__arrow--prev {
    left: 0;
  }
}
main.top section.teacher .splide__arrow--prev::before, main.top section.teacher .splide__arrow--prev svg,
.editor-styles-wrapper section.teacher .splide__arrow--prev::before,
.editor-styles-wrapper section.teacher .splide__arrow--prev svg {
  display: none;
}
main.top section.teacher .splide__arrow--next,
.editor-styles-wrapper section.teacher .splide__arrow--next {
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: url(../img/top/icon_next.png) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.top section.teacher .splide__arrow--next,
  .editor-styles-wrapper section.teacher .splide__arrow--next {
    right: min(-1px, -1px + -9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.teacher .splide__arrow--next,
  .editor-styles-wrapper section.teacher .splide__arrow--next {
    right: 0;
  }
}
main.top section.teacher .splide__arrow--next::before, main.top section.teacher .splide__arrow--next svg,
.editor-styles-wrapper section.teacher .splide__arrow--next::before,
.editor-styles-wrapper section.teacher .splide__arrow--next svg {
  display: none;
}
main.top section.price .price_table table,
.editor-styles-wrapper section.price .price_table table {
  min-width: 416px;
}
main.top section.price .price_table table th, main.top section.price .price_table table td,
.editor-styles-wrapper section.price .price_table table th,
.editor-styles-wrapper section.price .price_table table td {
  text-align: center;
}
main.top section.price .price_table table th,
.editor-styles-wrapper section.price .price_table table th {
  background: rgba(0, 171, 244, 0.1);
  padding: 10.5px 8px;
  border: none;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.top section.price .price_table table th,
  .editor-styles-wrapper section.price .price_table table th {
    padding: max(9px, 9px + 1.5 * (100vw - 390px) / 1049) 8px;
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.price .price_table table th:first-of-type,
.editor-styles-wrapper section.price .price_table table th:first-of-type {
  width: 182px;
}
@media screen and (max-width: 1439px) {
  main.top section.price .price_table table th:first-of-type,
  .editor-styles-wrapper section.price .price_table table th:first-of-type {
    width: max(76px, 76px + 106 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.price .price_table table td,
.editor-styles-wrapper section.price .price_table table td {
  border: 2px solid #eee;
  padding: 26px 8px;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.price .price_table table td,
  .editor-styles-wrapper section.price .price_table table td {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 16 * (100vw - 390px) / 1049) 8px;
  }
}
@media screen and (max-width: 600px) {
  main.top section.price .price_table table td,
  .editor-styles-wrapper section.price .price_table table td {
    border: 1px solid #eee;
  }
}
main.top section.price .price_table table td .sme-font-size,
.editor-styles-wrapper section.price .price_table table td .sme-font-size {
  display: block;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.top section.price .price_table table td .sme-font-size:nth-of-type(1),
  .editor-styles-wrapper section.price .price_table table td .sme-font-size:nth-of-type(1) {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 1439px) {
  main.top section.price .price_table table td .sme-font-size:nth-of-type(2),
  .editor-styles-wrapper section.price .price_table table td .sme-font-size:nth-of-type(2) {
    font-size: max(8px, 8px + 8 * (100vw - 390px) / 1049) !important;
  }
}
main.top section.price .price_table table td.gray,
.editor-styles-wrapper section.price .price_table table td.gray {
  color: rgba(51, 51, 51, 0.5);
}
main.top section.price .price_table table td.bg_pink,
.editor-styles-wrapper section.price .price_table table td.bg_pink {
  background: rgba(249, 154, 179, 0.25);
  position: relative;
}
main.top section.price .price_table table td.bg_pink::before,
.editor-styles-wrapper section.price .price_table table td.bg_pink::before {
  content: "人気！";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14.43px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #D60050;
  padding: 3.5px 16px;
  border-radius: 12px;
}
@media screen and (max-width: 1439px) {
  main.top section.price .price_table table td.bg_pink::before,
  .editor-styles-wrapper section.price .price_table table td.bg_pink::before {
    font-size: max(6px, 6px + 8.43 * (100vw - 390px) / 1049);
    border-radius: max(5px, 5px + 7 * (100vw - 390px) / 1049);
    left: max(15px, 15px + 25 * (100vw - 390px) / 1049);
    padding: max(1.5px, 1.5px + 2 * (100vw - 390px) / 1049) max(6px, 6px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.price .price_table table td.bg_pink::before,
  .editor-styles-wrapper section.price .price_table table td.bg_pink::before {
    top: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main.top section.price .scroll_table + p,
.editor-styles-wrapper section.price .scroll_table + p {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.price .scroll_table + p,
  .editor-styles-wrapper section.price .scroll_table + p {
    margin-top: max(10px, 10px + 20 * (100vw - 390px) / 1049);
    font-size: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.flow ul.flow_list,
.editor-styles-wrapper section.flow ul.flow_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 730px;
}
@media screen and (max-width: 600px) {
  main.top section.flow ul.flow_list,
  .editor-styles-wrapper section.flow ul.flow_list {
    gap: 20px;
  }
}
main.top section.flow ul.flow_list li,
.editor-styles-wrapper section.flow ul.flow_list li {
  background: #fff;
  padding: 10px 30px 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.flow ul.flow_list li,
  .editor-styles-wrapper section.flow ul.flow_list li {
    padding: 10px max(15px, 15px + 15 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.flow ul.flow_list li > div,
.editor-styles-wrapper section.flow ul.flow_list li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
main.top section.flow ul.flow_list li > div .number,
.editor-styles-wrapper section.flow ul.flow_list li > div .number {
  font-size: 46px;
  font-style: italic;
  font-family: "Times New Roman", serif;
  color: rgba(214, 0, 80, 0.25);
  line-height: 1;
}
@media screen and (max-width: 389px) {
  main.top section.flow ul.flow_list li > div .number,
  .editor-styles-wrapper section.flow ul.flow_list li > div .number {
    font-size: max(32px, 32px + 14 * (100vw - 320px) / 69);
  }
}
main.top section.flow ul.flow_list li > div .text_wrap h3,
.editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  color: #D60050;
  padding-top: 12px;
  margin-bottom: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.top section.flow ul.flow_list li > div .text_wrap h3,
  .editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.flow ul.flow_list li > div .text_wrap h3,
  .editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap h3 {
    padding-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.flow ul.flow_list li > div .text_wrap h3,
  .editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap h3 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.flow ul.flow_list li > div .text_wrap p,
.editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap p {
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.top section.flow ul.flow_list li > div .text_wrap p,
  .editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap p {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.flow ul.flow_list li > div .text_wrap figure,
.editor-styles-wrapper section.flow ul.flow_list li > div .text_wrap figure {
  margin-top: 4px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
main.top section.faq ul.faq_list,
.editor-styles-wrapper section.faq ul.faq_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq ul.faq_list,
  .editor-styles-wrapper section.faq ul.faq_list {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.faq ul.faq_list li,
.editor-styles-wrapper section.faq ul.faq_list li {
  background: #fff;
  padding: 0 40px;
  border: 2.83px solid #7ACAEC;
  border-radius: 11.32px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq ul.faq_list li,
  .editor-styles-wrapper section.faq ul.faq_list li {
    padding: 0 max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.faq ul.faq_list li,
  .editor-styles-wrapper section.faq ul.faq_list li {
    border: 1px solid #7ACAEC;
    border-radius: 4px;
  }
}
main.top section.faq ul.faq_list li h3,
.editor-styles-wrapper section.faq ul.faq_list li h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  position: relative;
  padding: 20px 0;
  padding-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  main.top section.faq ul.faq_list li h3,
  .editor-styles-wrapper section.faq ul.faq_list li h3 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) 0;
    padding-right: 30px;
  }
}
main.top section.faq ul.faq_list li h3::after,
.editor-styles-wrapper section.faq ul.faq_list li h3::after {
  content: "";
  display: block;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/top/icon_plus.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.faq ul.faq_list li h3::after,
  .editor-styles-wrapper section.faq ul.faq_list li h3::after {
    width: max(10px, 10px + 22 * (100vw - 390px) / 1049);
  }
}
main.top section.faq ul.faq_list li h3.is-active::after,
.editor-styles-wrapper section.faq ul.faq_list li h3.is-active::after {
  background: url(../img/top/icon_minus.png) no-repeat center/contain;
}
main.top section.faq ul.faq_list li p,
.editor-styles-wrapper section.faq ul.faq_list li p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 150%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  main.top section.faq ul.faq_list li p,
  .editor-styles-wrapper section.faq ul.faq_list li p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.faq ul.faq_list li p.is-active,
.editor-styles-wrapper section.faq ul.faq_list li p.is-active {
  padding-bottom: 20px;
  opacity: 1;
  max-height: 500px;
  margin-top: 10px;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  main.top section.faq ul.faq_list li p.is-active,
  .editor-styles-wrapper section.faq ul.faq_list li p.is-active {
    padding-bottom: 15px;
    margin-top: 0;
  }
}
main.top section.faq ul.faq_list li p a,
.editor-styles-wrapper section.faq ul.faq_list li p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
main.top section.contact > figure img,
.editor-styles-wrapper section.contact > figure img {
  opacity: 0.4;
}
main.top section.contact p,
.editor-styles-wrapper section.contact p {
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.contact p,
  .editor-styles-wrapper section.contact p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.contact p.fz24,
.editor-styles-wrapper section.contact p.fz24 {
  font-size: 24px;
  font-weight: 600;
  color: #163557;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.contact p.fz24,
  .editor-styles-wrapper section.contact p.fz24 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.contact .cta_btn_wrap,
.editor-styles-wrapper section.contact .cta_btn_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.contact .cta_btn_wrap,
  .editor-styles-wrapper section.contact .cta_btn_wrap {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}

footer {
  padding: 30px 10px;
}
@media screen and (max-width: 1439px) {
  footer {
    padding: max(10px, 10px + 20 * (100vw - 390px) / 1049) 10px;
  }
}
footer p {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  footer p {
    font-size: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}