@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1380px) {
  html {
    font-size: 1.1594202899vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 410px) {
  html {
    font-size: 3.9024390244vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn-box {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .c-btn-box {
    gap: 1.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 0.3125rem;
  }
  .btn_container {
    padding: 0rem 0.625rem 0rem 0.625rem;
  }
  .page_national-qualification .c-btn-box {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-box_pb {
    padding: 0 0.625rem;
  }
}
.c-btn {
  position: relative;
  z-index: 12;
  width: 100%;
  max-width: 33rem;
}

@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 100%;
  }
}
.c-btn_cnt {
  margin: 0 auto;
}

.c-btn__band {
  color: #232847;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
  .c-btn__band {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.c-btn__band span {
  display: inline-block;
  font-size: 1.75rem;
  padding: 0 0.875rem;
}

@media screen and (max-width: 767px) {
  .c-btn__band span {
    font-size: 1.25rem;
    padding: 0 0.5625rem;
  }
}
.c-btn__link {
  width: 100%;
  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;
  gap: 2rem;
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  background-color: #A58143;
  border-radius: 6.25rem;
  -webkit-box-shadow: 0 0.75rem 0 0 #525252;
  box-shadow: 0 0.75rem 0 0 #525252;
}

@media screen and (max-width: 767px) {
  .c-btn__link {
    gap: 1rem;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
    border-radius: 6.25rem;
    -webkit-box-shadow: 0 0.4375rem 0 0 #525252;
    box-shadow: 0 0.4375rem 0 0 #525252;
  }
}
.c-btn__link_pozi {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1.875rem;
}

.c-btn__link:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #232847;
  background: #A58143;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  opacity: 1;
}

.c-btn__icon {
  width: 86px;
}

@media screen and (max-width: 767px) {
  .c-btn__icon {
    width: 4.875rem;
  }
}
.c-btn_title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .c-btn_title {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
}
.c-btn_text {
  position: relative;
  top: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-btn_text {
    font-size: 1.0625rem;
  }
}
.c-cont {
  position: relative;
  top: 0.75rem;
  z-index: 12;
  width: 100%;
  max-width: 27.5625rem;
  border-radius: 0.625rem;
  padding: 1.25rem 1.5625rem;
  background: #fff;
  border: 1px solid #B5B5B5;
}

@media screen and (max-width: 767px) {
  .c-cont {
    top: 0rem;
    max-width: 100%;
    padding: 0.5625rem 1rem 1rem 1rem;
  }
}
.c-cont__box {
  width: 100%;
  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;
  margin-bottom: 0.875rem;
}

.c-cont__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .c-cont__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.c-cont__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

.c-cont__link img {
  width: 1.4375rem;
}

.c-cont__link span {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

@media screen and (max-width: 767px) {
  .c-cont__link span {
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}
.c-cont__time {
  font-size: 0.875rem;
}

.c-cont__btn {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4705882353;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.625rem;
  background: #E9ECF0;
  text-align: center;
}

.c-cont__btn a {
  color: #3DA2AA;
  font-weight: 500;
  text-decoration: underline;
}

.c-cont__comment {
  font-size: 0.725rem;
  text-align: center;
  margin-bottom: 0.725rem;
}

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

.c-title__img {
  width: 5.5625rem;
  margin: 0 auto 1.25rem auto;
}

@media screen and (max-width: 767px) {
  .c-title__img {
    width: 5.625rem;
    margin: 0 auto 0.625rem auto;
  }
}
.c-title__tit {
  color: #232847;
  font-size: 3rem;
  font-weight: 700;
}
.c-title__tit.black {
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-title__tit {
    font-size: 2.3125rem;
    line-height: 1.4583333333;
  }
}
.p-fv-slide {
  position: relative;
  padding-top: 5.8125rem;
}

@media screen and (max-width: 767px) {
  .p-fv-slide {
    padding-top: 73px;
  }
}
.p-fv-slide .slick-dots {
  position: relative;
  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;
  gap: 0.4375rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots {
    gap: 0.3125rem;
    margin-top: 1rem;
  }
}
.p-fv-slide .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
  font-size: 0;
  background: #5B65A0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-fv-slide .slick-dots li {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.p-fv-slide .slick-dots .slick-active {
  background: #232847;
}

.p-fv-slide .slick-dots li button:hover,
.p-fv-slide .slick-dots li button:focus {
  outline: none;
}

.p-fv-slide .prev-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 24.375rem;
  left: 9%;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../images/fv_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-fv-slide .prev-arrow {
    display: none !important;
  }
}
.p-fv-slide .next-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 24.375rem;
  right: 9%;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../images/fv_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-fv-slide .next-arrow {
    display: none !important;
  }
}
.p-fv-slide__list {
  position: relative;
  padding: 1rem 0 3.125rem 0;
  background-image: url(../images/f_bg_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-fv-slide__list {
    padding: 1.6875rem 0.625rem 3.125rem 0.625rem;
    margin: 0 0rem;
  }
}
.p-fv-slide__list_bg02 {
  background-image: url(../images/f_bg02_pc.jpg);
}

.p-fv-slide__list_bg03 {
  background-image: url(../images/f_bg03_pc.jpg);
}

.p-fv-slide__catch {
  display: block;
  width: 38.875rem;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 767px) {
  .p-fv-slide__catch {
    width: 90.6976744186%;
  }
}
.p-fv-slide__title {
  display: block;
  width: 65.0765076508%;
  margin: -0.625rem auto 2.5rem auto;
}

.p-fv-slide__list_bg01 .p-fv-slide__title {
  margin: -0.625rem auto 1.19rem auto;
}

@media screen and (max-width: 767px) {
  .p-fv-slide__title {
    width: 100%;
    margin: 0.625rem auto 2.8125rem auto;
  }
  .p-fv-slide__list_bg01 .p-fv-slide__title {
    margin: 0.625rem auto 1.3125rem auto;
  }
}
.p-fv-slide__title02 {
  display: block;
  width: 63.1863186319%;
  margin: -0.625rem auto 2.5rem auto;
}

@media screen and (max-width: 767px) {
  .p-fv-slide__title02 {
    width: 100%;
    margin: 0.9375rem auto 2.6875rem auto;
  }
}
.p-fv-slide__title03 {
  display: block;
  width: 82.6282628263%;
  margin: -0.625rem auto 2.5rem auto;
}

@media screen and (max-width: 767px) {
  .p-fv-slide__title03 {
    width: 100%;
    margin: 0.9375rem auto 3.125rem auto;
  }
}
.p-news {
  position: relative;
  width: 100%;
  background: #F7F8F8;
  padding: 3.375rem 1.25rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 1.25rem 0.625rem;
    margin-top: 1.625rem;
  }
}
.p-news__lists {
  position: relative;
  width: 100%;
  max-width: 57.125rem;
  height: 9.875rem;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 1.25rem 1.875rem;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .p-news__lists {
    max-width: 100%;
    height: 20rem;
    padding: 0.9375rem;
  }
}
.p-news__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.3875rem;
}

@media screen and (max-width: 767px) {
  .p-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0.625rem;
    margin-bottom: 1.6875rem;
  }
}
.p-news__box {
  min-width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6875rem;
}

@media screen and (max-width: 767px) {
  .p-news__box {
    min-width: auto;
    gap: 1.0625rem;
  }
}
.p-news__days {
  font-size: 1rem;
}

.p-news__category {
  color: #ffffff;
  font-size: 1rem;
  padding: 0.425rem 1.25rem;
  background: #232847;
}

@media screen and (max-width: 767px) {
  .p-news__category {
    line-height: 1;
    padding: 0.4375rem 1.25rem;
  }
}
.p-news__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
  padding-top: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-news__title {
    padding-top: 0rem;
  }
}
.p-news__more {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
  text-align: center;
  margin-top: 1.875rem;
}

.p-service {
  width: 100%;
  background: #E1E4F0;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-service {
    margin-top: 1rem;
  }
}

.p-service__inner {
  width: 100%;
  padding: 5rem 1.25rem;
}
@media (max-width: 767px) {
  .p-service__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-service__title {
  color: #232847;
  font-size: 3rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-service__title {
    font-size: 2.0625rem;
    line-height: 1.4375;
  }
}

.p-service__wrapper {
  width: 100%;
  max-width: 65rem;
  margin: 2.5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-service__wrapper {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-serviceCard {
  width: 20rem;
  padding: 2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .p-serviceCard {
    width: 100%;
    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;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.p-serviceCard__icon {
  display: block;
  width: 7.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-serviceCard__icon {
    width: 5.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

.p-serviceCard__title {
  color: #232847;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-serviceCard__title {
    font-size: 1.5625rem;
    text-align: left;
  }
}

.p-serviceCard__text {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-serviceCard__text {
    font-size: 1.0625rem;
    margin-top: 0.25rem;
  }
}

.p-thought {
  width: 100%;
}

.p-thought__inner {
  width: 100%;
  background: #E9ECF0;
}

.p-thought__wrapper {
  position: relative;
  width: 100%;
  max-width: 82.8125rem;
  margin: 0 auto;
  padding: 5.375rem 0rem 7.5rem 0rem;
}

@media screen and (max-width: 767px) {
  .p-thought__wrapper {
    max-width: 100%;
    padding: 3.75rem 0.9375rem 0.625rem 0.9375rem;
  }
}
.p-thought__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.375rem;
}

@media screen and (max-width: 767px) {
  .p-thought__title {
    font-size: 2.0625rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.p-thought__lists {
  width: 100%;
  max-width: 55.375rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.3125rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-thought__lists {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 2.5rem;
  }
}
.p-thought__list {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 2.5rem;
  padding: 1.3125rem 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-thought__list {
    font-size: 1.125rem;
    line-height: 1.4705882353;
    padding: 0.875rem 0.625rem;
  }
}
.p-thought__list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.3125rem;
  left: 0.9375rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
}

.p-thought__list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2.0625rem;
  left: 0.375rem;
  width: 0.625rem;
  height: 0.625rem;
  background: #fff;
  border-radius: 50%;
}

.p-thought__list_pozi::before {
  left: auto;
  right: 0rem;
}

@media screen and (max-width: 767px) {
  .p-thought__list_pozi::before {
    right: auto;
    left: 0.9375rem;
  }
}
.p-thought__list_pozi::after {
  left: auto;
  right: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-thought__list_pozi::after {
    right: auto;
    left: 0.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thought__iconBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.6875rem;
    margin-top: 2.875rem;
  }
}
.p-thought__icon {
  position: absolute;
  bottom: 0.8125rem;
  left: 1.125rem;
  display: block;
  width: 11.0625rem;
}

@media screen and (max-width: 767px) {
  .p-thought__icon {
    left: auto;
    bottom: auto;
    position: relative;
    width: 8.5rem;
  }
}
.p-thought__icon02 {
  position: absolute;
  bottom: 1.5rem;
  right: 2.5rem;
  display: block;
  width: 9.625rem;
}

@media screen and (max-width: 767px) {
  .p-thought__icon02 {
    right: auto;
    bottom: auto;
    position: relative;
    width: 7.5625rem;
    margin-top: 0.125rem;
  }
}
.p-thought__triangle {
  width: 100%;
}

.p-support {
  width: 100%;
  overflow: hidden;
}

.p-support__inner {
  position: relative;
  width: 100%;
  padding: 5.25rem 0 5.75rem 0;
}

@media screen and (max-width: 767px) {
  .p-support__inner {
    padding: 3.5rem 0.625rem 2.8125rem 0.625rem;
  }
}
.p-support__imgtext {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
}

@media screen and (max-width: 767px) {
  .p-support__imgtext {
    top: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36.875rem;
  }
}
.p-support__title {
  position: relative;
  text-align: center;
  padding: 0 0.3125rem;
  margin-bottom: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-support__title {
    margin-bottom: 1.625rem;
  }
}
.p-support__title span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4583333333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #A58143));
  background: linear-gradient(transparent 75%, #A58143 75%);
}

@media screen and (max-width: 767px) {
  .p-support__title span {
    font-size: 2.0625rem;
    line-height: 1.4583333333;
  }
}
.p-support__bigtext {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
  margin-bottom: 1.625rem;
}

@media screen and (max-width: 767px) {
  .p-support__bigtext {
    font-size: 1.5625rem;
    line-height: 1.4583333333;
    margin-bottom: 0.5rem;
  }
}
.p-support__bigtext span {
  color: #232847;
  font-weight: 700;
}

.p-support__text {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-support__text {
    font-size: 1.0625rem;
  }
}
.p-media {
  width: 100%;
  padding: 4rem 1.25rem;
  background: #49517F;
}
@media screen and (max-width: 767px) {
  .p-media {
    padding: 3.75rem 0.9375rem;
  }
}

.p-media__inner {
  width: 100%;
}

.p-media__title {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-media__title {
    font-size: 1.5625rem;
  }
}

.p-media__wrapper {
  width: 100%;
  max-width: 48.875rem;
  margin: 2.5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-media__wrapper {
    gap: 0.5rem;
    margin-top: 1.625rem;
  }
}

.p-media__logo {
  width: auto;
  height: 5.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-media__logo {
    height: 2.875rem;
  }
}

.p-features {
  width: 100%;
}

.p-features__inner {
  width: 100%;
  padding: 3.75rem 3.25rem 0 3.25rem;
  background: #F7F8F8;
}

@media screen and (max-width: 767px) {
  .p-features__inner {
    padding: 2.25rem 0.625rem 3rem 0.625rem;
  }
}
.p-features__wrapper {
  width: 100%;
  max-width: 88rem;
  margin: 2.625rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-features__wrapper {
    max-width: 100%;
    margin: 1.5625rem auto 0 auto;
    gap: 1.25rem;
  }
}
.p-features__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  background: #FFFFFF;
  border-radius: 0.625rem;
  padding: 2.5rem 6.25rem 2.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .p-features__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 1.5rem 0.75rem;
  }
}
.p-features__box {
  width: 100%;
  max-width: 39.9375rem;
}

@media screen and (max-width: 767px) {
  .p-features__box {
    max-width: 100%;
  }
}
.p-features__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-features__titleBox {
    gap: 0.6875rem;
    margin-bottom: 1.875rem;
  }
}
.p-features__point {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232847;
  font-size: 1.0625rem;
  border: 2px dashed #232847;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-features__point {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    font-size: 0.6875rem;
  }
}
.p-features__point span {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-features__point span {
    font-size: 1.375rem;
  }
}
.p-features__title {
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

@media screen and (max-width: 767px) {
  .p-features__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-features__text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.875rem;
}

.p-features__link {
  position: relative;
  width: 20.25rem;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232847;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #232847;
  padding: 0 3.4375rem 0 2.1875rem;
  border-radius: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-features__link {
    height: 3.625rem;
    font-size: 1.125rem;
    padding: 0 3.4375rem 0 2.8125rem;
    margin: 0 auto;
  }
}
.p-features__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.5625rem;
  height: 1rem;
  background-image: url(../images/btn_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-features__link:hover {
  background: #F8E5EA;
  opacity: 1;
}

.p-features__link:hover::before {
  right: 1.0875rem;
}

.p-features__img {
  width: 100%;
  max-width: 29.625rem;
}

@media screen and (max-width: 767px) {
  .p-features__img {
    max-width: 100%;
  }
}
.p-optional {
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-optional {
    max-width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
}
.p-optional__inner {
  width: 100%;
  max-width: 62.125rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-optional__inner {
    max-width: 100%;
    padding: 0 15px;
  }
}
.p-optional__column {
  width: 100%;
  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;
  gap: 1.875rem;
  background: #FFFFFF;
  border-radius: 0.625rem;
  padding: 1.375rem 1.3125rem 1.625rem 1.3125rem;
}

@media screen and (max-width: 767px) {
  .p-optional__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 1.5rem 0.75rem;
  }
}
.p-optional__column_coming {
  position: relative;
}

.p-optional__column_coming::after {
  content: "Coming soon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.6);
}

.p-optional__img {
  width: 100%;
  max-width: 27.875rem;
}

@media screen and (max-width: 767px) {
  .p-optional__img {
    max-width: 100%;
  }
}
.p-optional__box {
  width: 100%;
  max-width: 28.75rem;
}

@media screen and (max-width: 767px) {
  .p-optional__box {
    max-width: 100%;
  }
}
.p-optional__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.0625rem;
  margin-bottom: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-optional__titleBox {
    gap: 0.6875rem;
    margin-bottom: 1.875rem;
  }
}
.p-optional__point {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #232847;
  font-size: 1.0625rem;
  border: 2px dashed #232847;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-optional__point {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    font-size: 0.6875rem;
  }
}
.p-optional__point span {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-optional__point span {
    font-size: 1.375rem;
  }
}
.p-optional__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

@media screen and (max-width: 767px) {
  .p-optional__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-optional__text {
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 1.875rem;
}

.p-optional__link {
  position: relative;
  width: 20.25rem;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232847;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #232847;
  border-radius: 3.75rem;
  padding: 0 0 0 5.5625rem;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .p-optional__link {
    height: 3.625rem;
    font-size: 1.125rem;
    margin: 0 auto;
  }
}
.p-optional__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.5625rem;
  height: 1rem;
  background-image: url(../images/btn_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-optional__link:hover {
  background: #F8E5EA;
  opacity: 1;
}

.p-optional__link:hover::before {
  right: 1.0875rem;
}

.p-comparison {
  width: 100%;
  background: #E1E4F0;
}

.p-comparison__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-comparison__inner {
    max-width: 100%;
    padding: 3.75rem 0rem 3.5rem 0rem;
  }
}
.p-comparison__table {
  width: 100%;
  max-width: 60.5rem;
  margin: 2.5rem auto 4.375rem auto;
  border-collapse: separate;
  border-spacing: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-comparison__table {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-comparison__table thead th {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  background: #232847;
}
.p-comparison__table thead th.not {
  background: none;
}
.p-comparison__table tbody th {
  width: 16.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  background: #49517F;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody th {
    width: 6.25rem;
    padding: 0.875rem 0.5rem;
  }
}
.p-comparison__table tbody td {
  width: 21.5rem;
  color: #232847;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.8125rem 1rem;
  text-align: center;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td {
    width: 9.4375rem;
    font-size: 1rem;
    padding: 0.875rem 0.5rem;
  }
}
.p-comparison__table tbody td.money {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.625rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td.money {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.p-comparison__table tbody td.money span {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td.money span {
    font-size: 1.25rem;
  }
}

.p-comparison__wrapper {
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 5rem;
  overflow-x: scroll;
}

@media screen and (max-width: 767px) {
  .p-comparison__wrapper {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.p-comparison-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-comparison-table {
    padding-left: 0.625rem;
  }
}
.p-comparison-table__box01 {
  width: 100%;
  min-width: 11.8125rem;
  padding-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__box01 {
    min-width: 8.75rem;
    padding-top: 4.6875rem;
  }
}
.p-comparison-table__box02 {
  width: 100%;
  min-width: 22rem;
  background: #232847;
  padding: 0 0.9375rem 3.125rem 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__box02 {
    min-width: 16.875rem;
    padding: 0 0.625rem 2.125rem 0.625rem;
  }
}
.p-comparison-table__box02_h138 {
  height: 8.625rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__box02_h138 {
    height: 5.8125rem;
  }
}
.p-comparison-table__box03 {
  width: 100%;
  min-width: 22rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1.4375rem, transparent), color-stop(1.4375rem, #E3DDDF), to(#E3DDDF));
  background: linear-gradient(180deg, transparent 0%, transparent 1.4375rem, #E3DDDF 1.4375rem, #E3DDDF 100%);
  padding: 0 0.9375rem 1.75rem 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__box03 {
    min-width: 16.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1rem, transparent), color-stop(1rem, #E3DDDF), to(#E3DDDF));
    background: linear-gradient(180deg, transparent 0%, transparent 1rem, #E3DDDF 1rem, #E3DDDF 100%);
    padding: 0 0.625rem 1.25rem 0.625rem;
  }
}
.p-comparison-table__box03_h138 {
  height: 8.625rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__box03_h138 {
    height: 5.8125rem;
  }
}
.p-comparison-table__box04 {
  width: 100%;
  min-width: 22rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1.4375rem, transparent), color-stop(1.4375rem, #E3DDDF), to(#E3DDDF));
  background: linear-gradient(180deg, transparent 0%, transparent 1.4375rem, #E3DDDF 1.4375rem, #E3DDDF 100%);
  padding: 0 1.875rem 1.75rem 0rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__box04 {
    min-width: 16.875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(1rem, transparent), color-stop(1rem, #E3DDDF), to(#E3DDDF));
    background: linear-gradient(180deg, transparent 0%, transparent 1rem, #E3DDDF 1rem, #E3DDDF 100%);
    padding: 0 1.25rem 1.25rem 0rem;
  }
}
.p-comparison-table__band {
  width: 100%;
  height: 6.75rem;
  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;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: #F0CDD5;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__band {
    height: 4.5625rem;
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 0.1875rem;
  }
}
.p-comparison-table__band_h138 {
  height: 8.625rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__band_h138 {
    height: 5.8125rem;
  }
}
.p-comparison-table__band:last-of-type {
  margin-bottom: 0;
}

.p-comparison-item {
  width: 100%;
  height: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.15rem;
  background: #ffffff;
  padding: 0 1.125rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-item {
    height: 4.5625rem;
    gap: 0.9375rem;
    background: #ffffff;
    padding: 0 0.625rem;
    margin-bottom: 0.1875rem;
  }
}
.p-comparison-item_h138 {
  height: 8.625rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-item_h138 {
    height: 5.8125rem;
  }
}
.p-comparison-item p {
  font-size: 1.05rem;
  line-height: 1.4;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-comparison-item p {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}
.p-comparison-item p span {
  color: #232847;
  font-weight: 700;
}

.p-comparison-table__title02 {
  width: 100%;
  height: 6.875rem;
  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: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1666666667;
  background: #232847;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__title02 {
    height: 4.6875rem;
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.p-comparison-table__title03 {
  width: 100%;
  padding-top: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__title03 {
    padding-top: 1rem;
  }
}
.p-comparison-table__title03 span {
  width: 100%;
  height: 5.4375rem;
  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;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  background: #E3DDDF;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__title03 span {
    height: 3.6875rem;
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.p-comparison-table__title04 {
  width: 100%;
  padding-top: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__title04 {
    padding-top: 1rem;
  }
}
.p-comparison-table__title04 span {
  width: 100%;
  height: 5.4375rem;
  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;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  background: #E3DDDF;
}

@media screen and (max-width: 767px) {
  .p-comparison-table__title04 span {
    height: 3.6875rem;
    font-size: 1rem;
    line-height: 1.1875;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__btnBox {
    padding: 0 0.625rem;
  }
}
.p-comparison-item__point {
  font-size: 3.75rem;
  color: #000000;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-comparison-item__point {
    font-size: 2.5rem;
  }
}
.p-comparison-item__big:not(:root) {
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-comparison-item__big:not(:root) {
    font-size: 1.625rem;
  }
}
.p-comparison-item__big-red:not(:root) {
  font-size: 2.5rem;
  color: #232847;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-comparison-item__big-red:not(:root) {
    font-size: 1.625rem;
  }
}
.p-training {
  width: 100%;
}

.p-training__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-training__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-training__wrapper {
  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;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-training__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-training__img {
  width: 100%;
}

.p-training__box {
  width: 100%;
}

.p-training__label {
  color: #232847;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-training__label {
    font-size: 2.0625rem;
  }
}

.p-training__text {
  color: #232847;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-training__text {
    font-size: 1.3125rem;
    margin-top: 1rem;
  }
}

.p-training__point {
  color: #232847;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-training__point {
    font-size: 1.3125rem;
    margin-top: 1rem;
  }
}

.p-training__lists {
  padding-left: 1.5rem;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-training__lists {
    margin-top: 0.5rem;
  }
}
.p-training__lists li {
  list-style: disc;
  color: #232847;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-training__lists li {
    font-size: 1.3125rem;
  }
}

.p-attendance {
  width: 100%;
  background: #EFEFEF;
}

.p-attendance__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-attendance__inner {
    padding: 3.75rem 0.9375rem;
  }
}

.p-attendance__wrapper {
  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;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-attendance__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-attendance__box {
  width: 100%;
}

.p-attendance__group {
  padding-left: 5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-attendance__group {
    padding: 0;
  }
}

.p-attendance__label {
  color: #232847;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-attendance__label {
    font-size: 1.9375rem;
  }
}

.p-attendance__school {
  color: #232847;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-attendance__school {
    font-size: 1.0625rem;
  }
}

.p-attendance__address {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-attendance__address {
    font-size: 1.0625rem;
  }
}

.p-attendance__name {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-attendance__name {
    font-size: 1.3125rem;
  }
}

.p-attendance__img {
  width: 100%;
}

.p-achieve {
  width: 100%;
  background: #E9ECF0;
}

.p-achieve__inner {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
  padding: 5.125rem 3.125rem 5.9375rem 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__inner {
    max-width: 100%;
    padding: 2.875rem 0rem 2.5rem 0rem;
  }
}
.p-achieve__wrapper {
  width: 100%;
  margin-top: 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__wrapper {
    margin-top: 2.25rem;
  }
}
.p-achieve__lists {
  position: relative;
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__lists {
    margin-bottom: 2.25rem;
  }
}
.p-achieve__lists .prev-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: -3%;
  width: 1.0625rem;
  height: 3.03125rem;
  background-image: url(../images/slider_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-achieve__lists .prev-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/fv_arrow.png);
  }
}
.p-achieve__lists .next-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3%;
  width: 1.0625rem;
  height: 3.03125rem;
  background-image: url(../images/slider_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-achieve__lists .next-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/fv_arrow.png);
  }
}
.p-achieve__lists .slick-dots {
  position: relative;
  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;
  gap: 0.3125rem;
  margin-top: 1.125rem;
}

.p-achieve__lists .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 0.5625rem;
  height: 0.5625rem;
  font-size: 0;
  background: #5B65A0;
  border-radius: 50%;
}

.p-achieve__lists .slick-dots .slick-active {
  background: #232847;
}

.p-achieve__list {
  position: relative;
  width: 100%;
  margin: 0 0.625rem;
  background: #FFFFFF;
  border-radius: 0.625rem;
  height: 43.75rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__list {
    margin: 0 0.375rem;
    height: 46.25rem;
  }
}
@media screen and (max-width: 667px) {
  .p-achieve__list {
    height: 43.75rem;
  }
}
@media screen and (max-width: 567px) {
  .p-achieve__list {
    height: 41.875rem;
  }
}
@media screen and (max-width: 467px) {
  .p-achieve__list {
    height: 40.625rem;
  }
}
.p-achieve__img {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.p-achieve__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-achieve__item {
  display: block;
  width: 100%;
  padding: 1rem 1.875rem 7.1875rem 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__item {
    padding: 1.125rem 1.125rem 7.1875rem 1.125rem;
  }
}
.p-achieve__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.625rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__titleBox {
    gap: 0.625rem;
    margin-bottom: 0.4375rem;
  }
}
.p-achieve__time {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-achieve__time {
    font-size: 0.875rem;
  }
}
.p-achieve__category {
  color: #232847;
  font-size: 1rem;
  line-height: 1.7;
  padding: 0.25rem 0.9375rem;
  border-radius: 3.75rem;
  border: 1px solid #232847;
}

@media screen and (max-width: 767px) {
  .p-achieve__category {
    font-size: 0.875rem;
  }
}
.p-achieve__title {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4285714286;
  margin-bottom: 1.5rem;
  height: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-achieve__title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 2.125rem;
    height: 2.5rem;
  }
}
.p-achieve__text {
  font-size: 1rem;
  line-height: 1.75;
}

.p-achieve__text a {
  color: #232847;
  text-decoration: underline;
}

.p-achieve__link {
  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;
  gap: 0.6875rem;
  color: #232847;
  font-size: 1rem;
  font-weight: 700;
}

.p-achieve__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../images/achieve_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-achieve-card {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 3.75rem);
  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: 1.25rem 0rem 1.5625rem 0rem;
  border-top: 1px solid #DEDDDD;
}

@media screen and (max-width: 767px) {
  .p-achieve-card {
    width: calc(100% - 2.25rem);
    padding: 1.25rem 0rem 1.375rem 0rem;
  }
}
.p-achieve-card__text {
  color: #909090;
  font-size: 1rem;
  line-height: 1.75;
}

.p-achieve-card__link {
  display: block;
  width: 2.325rem;
  height: 2.325rem;
  background: #ab3f57;
  border-radius: 50%;
  padding: 0.8125rem 0.625rem 0.625rem 0.625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-achieve__list a:hover .p-achieve-card__link {
  width: 3.125rem;
  height: 3.125rem;
}

.p-achieve-card__link img {
  width: 100%;
}

.p-course {
  width: 100%;
  background: #F7F8F8;
}

.p-course__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5.625rem 3.25rem 7.1875rem 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-course__inner {
    max-width: 100%;
    padding: 3.125rem 0.625rem 2.9375rem 0.625rem;
  }
}
.p-course__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.5625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-course__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.8125rem;
    margin-bottom: 2.5rem;
    gap: 1.25rem;
  }
}
.p-course-card {
  width: 100%;
  border-radius: 0.625rem;
  background: #ffffff;
}

.p-course-card__titleBox {
  background: #232847;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding: 1rem 0 1.375rem 0;
}

@media screen and (max-width: 767px) {
  .p-course-card__titleBox {
    padding: 0.8125rem 0 1.125rem 0;
  }
}
.p-course-card__title {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-course-card__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p-course-card__subTitle {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-course-card__subTitle {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.p-course-card__subTitle span {
  font-size: 1.625rem;
  padding: 0 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-course-card__subTitle span {
    font-size: 1.25rem;
    padding: 0 0.375rem;
  }
}
.p-course-card__box {
  width: 100%;
  padding: 1.75rem 1.25rem 2.375rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-course-card__box {
    padding: 1.125rem 0.9375rem 1.75rem 0.9375rem;
  }
}
.p-course-card__text {
  min-height: 7.5rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-course-card__text {
    min-height: auto;
    margin-bottom: 1.75rem;
  }
}
.p-course-card__link {
  position: relative;
  width: 20.25rem;
  height: 4.375rem;
  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: #232847;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #232847;
  padding: 0 3.4375rem 0 2.1875rem;
  border-radius: 3.75rem;
  margin: 0 auto;
}

.p-course-card__link_mt {
  margin-top: 14.0625rem;
}

@media screen and (max-width: 767px) {
  .p-course-card__link_mt {
    margin-top: 0rem;
  }
}
.p-course-card__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.5625rem;
  height: 1rem;
  background-image: url(../images/btn_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-course-card__link:hover {
  background: #F8E5EA;
  opacity: 1;
}

.p-course-card__link:hover::before {
  right: 1.0875rem;
}

.p-course-item {
  border: 1px solid #232847;
  border-top: 1px solid #232847;
  margin-bottom: 0.75rem;
}

.p-course-item:nth-of-type(1) {
  min-height: 11.875rem;
}

.p-course-item:last-of-type {
  margin-bottom: 1.5625rem;
}

.p-course-item_coming {
  position: relative;
}

.p-course-item_coming::after {
  content: "Coming soon";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
}

.p-course-item__titleBox {
  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;
  background: #F8E5EA;
  padding: 0.4375rem 0 0.5rem 0;
  border-bottom: 1px solid #232847;
}

@media screen and (max-width: 767px) {
  .p-course-item__titleBox {
    padding: 0.9375rem;
  }
}
.p-course-item__title {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-course-item__title {
    font-size: 1.1875rem;
    line-height: 1.25;
  }
}
.p-course-item__money {
  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;
  gap: 0.9375rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  padding-top: 0.5rem;
}

.p-course-item__money span {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-course-item__money {
    font-size: 1.75rem;
  }
}
.p-course-item__text {
  font-size: 1rem;
  line-height: 1.7;
  padding: 0.5rem 0.75rem 0.9375rem 0.75rem;
}

.p-instructor {
  width: 100%;
  background: #E9ECF0;
}

.p-instructor__inner {
  width: 100%;
  max-width: 95rem;
  margin: 0 auto;
  padding: 5.125rem 3.125rem 5.9375rem 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-instructor__inner {
    max-width: 100%;
    padding: 2.875rem 0rem 2.5rem 0rem;
  }
}
.p-instructor__wrapper {
  width: 100%;
  margin-top: 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-instructor__wrapper {
    margin-top: 2.25rem;
  }
}
.p-instructor__lists {
  position: relative;
}

.p-instructor__lists .prev-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: -3%;
  width: 1.0625rem;
  height: 3.03125rem;
  background-image: url(../images/slider_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-instructor__lists .prev-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/fv_arrow.png);
  }
}
.p-instructor__lists .next-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3%;
  width: 1.0625rem;
  height: 3.03125rem;
  background-image: url(../images/slider_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-instructor__lists .next-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/fv_arrow.png);
  }
}
.p-instructor__lists .slick-dots {
  position: relative;
  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;
  gap: 0.3125rem;
  margin-top: 1.125rem;
}

.p-instructor__lists .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 0.5625rem;
  height: 0.5625rem;
  font-size: 0;
  background: #5B65A0;
  border-radius: 50%;
}

.p-instructor__lists .slick-dots .slick-active {
  background: #232847;
}

.p-instructor__list {
  width: 100%;
  min-height: 40.8125rem;
  margin: 0 0.625rem;
  background: #FFFFFF;
  border-radius: 0.625rem;
  height: 723px;
}

@media screen and (max-width: 767px) {
  .p-instructor__list {
    min-height: 40rem;
    margin: 0 0.375rem;
    height: 660px;
  }
}
.p-instructor__img {
  width: 100%;
}

.p-instructor__item {
  padding: 1.4375rem 1.275rem 1.4375rem 1.275rem;
}

@media screen and (max-width: 767px) {
  .p-instructor__item {
    padding: 0.9375rem 1rem 0.9375rem 1rem;
  }
}
.p-instructor__titleBox {
  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;
  margin-bottom: 1.4375rem;
}

.p-instructor__title {
  font-size: 1.3125rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-instructor__title {
    font-size: 1.25rem;
  }
}
.p-instructor__eng {
  font-family: "Allura", cursive;
  font-size: 1.0625rem;
  padding-top: 0.25rem;
}

.p-instructor__box {
  padding-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-instructor__box {
    padding-left: 1rem;
  }
}
.p-instructor__text {
  font-size: 1rem;
  line-height: 1.75;
  list-style: disc;
}

.p-instructor__text span {
  font-weight: 700;
}

.p-place {
  width: 100%;
  background: #F7F8F8;
}

.p-place__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5.625rem 3.25rem 6rem 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-place__inner {
    max-width: 100%;
    padding: 3.375rem 0.625rem 3rem 0.625rem;
  }
}
.p-place__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-place__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2.25rem;
  }
}
.p-place__box {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
}

.p-place__img {
  display: block;
  width: 100%;
}

.p-place__item {
  padding: 1.25rem 1.875rem 2.5rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-place__item {
    padding: 0.9375rem 0.9375rem 1.75rem 0.9375rem;
  }
}
.p-place__titleBox {
  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;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-place__titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.375rem;
    margin-bottom: 1.25rem;
  }
}
.p-place__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

@media screen and (max-width: 767px) {
  .p-place__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p-place__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .p-place__lists {
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-place__list {
  color: #232847;
  font-size: 1rem;
  line-height: 1.7;
  padding: 0.25rem 0.4375rem;
  border-radius: 3.75rem;
  border: 1px solid #232847;
}

@media screen and (max-width: 767px) {
  .p-place__list {
    font-size: 0.875rem;
  }
}
.p-place__text {
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-place__text {
    font-size: 0.9375rem;
  }
}
.p-place__text a {
  color: #232847;
  text-decoration: underline;
}

.p-place__comment {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.p-flow {
  width: 100%;
  background: #E1E4F0;
}

.p-flow__inner {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 5.125rem 1.25rem 5.625rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-flow__inner {
    max-width: 100%;
    padding: 3.75rem 0;
  }
}
.p-flow__wrapper {
  width: 100%;
  margin: 2.25rem auto 4.5rem auto;
}

@media screen and (max-width: 767px) {
  .p-flow__wrapper {
    margin: 2.25rem auto 3.75rem auto;
  }
}
.p-flow__lists {
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .p-flow__lists {
    margin-right: auto;
  }
}
.p-flow__lists .slick-track {
  position: relative;
  left: 14%;
}

@media screen and (max-width: 767px) {
  .p-flow__lists .slick-track {
    left: 0%;
  }
}
.p-flow__lists .prev-arrow {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-flow__lists .prev-arrow {
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 3;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/fv_arrow.png);
  }
}
.p-flow__lists .next-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: calc(50% + 1.5625rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12.2%;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../images/fv_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-flow__lists .next-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(../images/fv_arrow.png);
  }
}
.p-flow__lists .slick-list {
  overflow-y: inherit !important;
}

.p-flow__lists .slick-dots {
  position: relative;
  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;
  gap: 0.4375rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-flow__lists .slick-dots {
    gap: 0.3125rem;
    margin-top: 1.3125rem;
  }
}
.p-flow__lists .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
  font-size: 0;
  background: #5B65A0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-flow__lists .slick-dots li {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.p-flow__lists .slick-dots .slick-active {
  background: #232847;
}

.p-flow__list {
  position: relative;
  width: 100%;
  margin: 0 0.625rem;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-flow__list {
    width: 100%;
    margin: 0 0.375rem;
  }
}
/* slickの高さをstretchさせる */
#slide_flow .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#slide_flow .slick-slide {
  height: auto !important;
}

#slide_flow .slick-slide > div {
  height: 100%;
}

.p-flow__list {
  height: 100%;
}

.p-flow__box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-flow__box {
  position: relative;
  width: 100%;
  min-height: 25rem;
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 3.125rem 1.5rem 2rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-flow__box {
    width: 100%;
    min-height: 35rem;
    padding: 2.75rem 0.75rem 0.9375rem 0.75rem;
  }
}
.p-flow__point {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7.25rem;
  height: 7.1875rem;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/flow_tit.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-flow__point {
    font-size: 1.875rem;
    padding-top: 2.0625rem;
  }
}
.p-flow__img {
  width: 10rem;
  margin: 3.125rem auto 0 auto;
}

.p-flow__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.625rem;
  }
}

.p-flow__text {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1rem;
}

.p-flow__text a {
  color: #A58143;
  text-decoration: underline;
}

.p-faq {
  width: 100%;
}

.p-faq__inner {
  width: 100%;
  padding: 5.625rem 1.25rem 6.5625rem 1.25rem;
  background-image: url(../images/faq_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 3.625rem 0.625rem 3.375rem 0.625rem;
    background-image: url(../images/faq_bg_sp.jpg);
  }
}
.p-faq__wrapper {
  width: 100%;
  max-width: 62.125rem;
  margin: 3.625rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 3.25rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    max-width: 100%;
    margin: 2.25rem auto 0 auto;
    gap: 2.25rem;
  }
}
.p-faq__column {
  width: 100%;
}

.p-faq__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
  padding: 0.75rem;
  background: #232847;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 0.875rem;
    margin-bottom: 0rem;
  }
}
.p-faq__title_bg {
  background: #3DA2AA;
}

.p-faq__box {
  width: 100%;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-faq__box {
    margin-bottom: 0.9375rem;
  }
}
.p-faq__box:last-of-type {
  margin-bottom: 0;
}

.p-faq__q {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4375rem;
  padding: 1.25rem 5rem 1.0625rem 1.5625rem;
  font-size: 1.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 0.6875rem;
    padding: 1.5625rem 3.75rem 1.5625rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.p-faq__q span {
  color: #232847;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1;
}

.p-faq__q::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 0.375rem;
  background: #232847;
}

@media screen and (max-width: 767px) {
  .p-faq__q::before {
    right: 0.75rem;
  }
}
.p-faq__q::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.8125rem;
  width: 0.375rem;
  height: 2rem;
  background: #232847;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-faq__q::after {
    right: 1.5625rem;
  }
}
.p-faq__q.open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.p-faq__on {
  display: none;
}

.p-faq__a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6875rem;
  padding: 1.25rem 1.875rem 1.25rem 1.5625rem;
  font-size: 1rem;
  line-height: 2;
  background: #E9ECF0;
}

@media screen and (max-width: 767px) {
  .p-faq__a {
    gap: 0.625rem;
    padding: 0.9375rem 0.9375rem 1.5625rem 0.9375rem;
  }
}
.p-faq__a span {
  color: #3DA2AA;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 1;
}

.p-faq__a a {
  color: #3DA2AA;
  text-decoration: underline;
}

.p-company {
  width: 100%;
}

.p-company__inner {
  width: 100%;
  padding: 5.4375rem 1.25rem 5rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-company__inner {
    padding: 3.75rem 0.9375rem;
  }
}
.p-company__text {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  margin: 2.8125rem auto;
}

@media screen and (max-width: 767px) {
  .p-company__text {
    font-size: 1.0625rem;
    line-height: 1.5;
    margin: 1.5rem auto 3.625rem auto;
    text-align: left;
  }
}
.p-company__img {
  display: block;
  width: 100%;
  max-width: 18.4375rem;
  margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
  .p-company__img {
    margin: 0 auto 2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_md {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-change_md {
    display: block !important;
  }
}
.bg_case {
  width: 100%;
  background: #E9ECF0;
}

.case_block {
  max-width: 900px;
  width: 80%;
  margin: 0 auto;
  padding: 80px 0px 100px;
}

.case_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case_list {
  margin-bottom: 20px;
}

.case_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
}

.case_block .p-achieve__titleBox {
  margin-bottom: 10px;
}

.case_block .p-achieve__title {
  height: auto;
  margin-bottom: 15px;
}

.case_image {
  width: 40%;
}

.case_text {
  width: 60%;
  padding: 20px 20px 20px 20px;
}

.p-achieve__category {
  padding: 0.01rem 0.9375rem;
}

.p-case-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 20px;
  margin-top: 20px;
}

.p-case-link {
  width: 70px;
  height: 70px;
  background: #232847;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -25px;
  bottom: -25px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.case_block .p-case-link img {
  width: 24px;
  height: auto;
  position: absolute;
  bottom: 40px;
  right: 35px;
}

.case_list a:hover .p-case-link {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .case_block {
    width: 100%;
    padding: 30px 15px 30px;
  }
  .case_list_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case_image {
    width: 100%;
  }
  .case_block img {
    height: 200px;
  }
  .case_text {
    padding: 15px;
  }
  .p-case-link {
    width: 60px;
    height: 60px;
  }
  .case_block .p-case-link img {
    width: 20px;
    bottom: 35px;
    right: 31px;
  }
}
.case_single_image_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2.case_single_title {
  margin-bottom: 15px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4285714286;
}

.case_single_text {
  padding: 20px;
}

table.case_single_table {
  margin-top: 30px;
  width: 100%;
}

table.case_single_table th {
  border: 1px solid #333;
  padding: 10px;
  width: 25%;
  background: #ab3f57;
  color: #fff;
  font-weight: 500;
}

table.case_single_table td {
  border: 1px solid #333;
  padding: 10px 10px;
}

.case_single_content {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.case_single_content p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .case_single_image_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case_single_image_block img {
    height: 200px;
  }
  table.case_single_table th {
    width: 30%;
  }
  .case_single_content {
    margin-top: 20px;
  }
}
/*導入企業リスト追加*/
.introducing-company {
  padding: 50px 0px;
  background: #49517F;
  margin-top: 1.5rem;
}

.introducing-title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.company-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0px 20px;
  overflow: hidden;
  position: relative;
}

.company-slider li {
  max-width: 275px;
}

.company-slider img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 275px;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-news {
  margin-top: 0rem;
}

@media screen and (max-width: 767px) {
  .introducing-title {
    font-size: 1.5rem;
    padding: 0rem 0.625rem;
  }
  .p-news {
    padding: 1.85rem 0.625rem;
  }
}
.c-buttonBox {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-buttonBox {
    padding-bottom: 1.875rem;
  }
}
.c-button {
  position: relative;
  width: 90%;
  max-width: 20.25rem;
  height: 4.375rem;
  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: #232847;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #232847;
  padding: 0 3.4375rem 0 2.1875rem;
  border-radius: 3.75rem;
  margin: 0 auto;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .c-button {
    width: 80%;
    height: 3.75rem;
  }
}
.c-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6875rem;
  width: 1.5625rem;
  height: 1rem;
  background-image: url(../images/btn_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button:hover {
  background: #F8E5EA;
  opacity: 1;
}

.c-button:hover::before {
  right: 1.0875rem;
}

.p-spraying {
  width: 100%;
  padding: 11.25rem 1.25rem 5rem 1.25rem;
  background: #F7F8F8;
}
@media screen and (max-width: 767px) {
  .p-spraying {
    padding: 7.5rem 0.9375rem 3.5rem 0.9375rem;
  }
}

.p-spraying__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0 auto;
}

.p-spraying__wrapper {
  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;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-spraying__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-spraying__img {
  width: 100%;
}

.p-spraying__box {
  width: 100%;
}

.p-spraying__text {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-spraying__text {
    font-size: 1.3125rem;
  }
}

.p-spraying-features {
  width: 100%;
  padding: 5rem 1.25rem;
  background: #E1E4F0;
}
@media screen and (max-width: 767px) {
  .p-spraying-features {
    padding: 3.5rem 0.9375rem;
  }
}

.p-spraying-features__inner {
  width: 100%;
  max-width: 83.75rem;
  margin: 0 auto;
}

.p-spraying-features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-spraying-features__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-spraying-features__box {
  width: 100%;
  padding: 2rem;
  border: 1px solid #49517F;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-spraying-features__box {
    padding: 1.5rem 1rem;
  }
}

.p-spraying-features__point {
  display: block;
  width: 10rem;
  height: 2.375rem;
  margin: 0 auto;
  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: #232847;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border: 1px dashed #232847;
  border-radius: 5rem;
}

.p-spraying-features__label {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-spraying-features__label {
    font-size: 1.5625rem;
  }
}

.p-spraying-features__text {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-spraying-features__text {
    font-size: 1.3125rem;
  }
}

.p-spraying-use {
  width: 100%;
  margin-top: 2.5rem;
}

.p-spraying-use__title {
  color: #232847;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-spraying-use__title {
    font-size: 1.5625rem;
  }
}

.p-spraying-use__table {
  width: 100%;
  max-width: 57.625rem;
  margin: 1.5rem auto 0rem auto;
  border-collapse: separate;
  border-spacing: 0.25rem;
}
.p-spraying-use__table tbody th {
  width: 16.5rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  background: #49517F;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-spraying-use__table tbody th {
    width: 6.25rem;
    padding: 0.5rem;
  }
}
.p-spraying-use__table tbody td {
  width: 40.375rem;
  color: #232847;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 2rem;
  background: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-spraying-use__table tbody td {
    width: 16rem;
    padding: 0.5rem;
  }
}
.p-spraying-use__table tbody td ul {
  padding-left: 1.25rem;
}
.p-spraying-use__table tbody td ul li {
  list-style: disc;
  font-size: 1rem;
  line-height: 1.5;
}
.p-spraying-use__table tbody td strong {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-spraying-use__table tbody td strong {
    font-size: 1rem;
  }
}
.p-spraying-use__table tbody td .comment {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.p-spraying-form {
  width: 100%;
  padding: 5rem 1.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-spraying-form {
    padding: 3.5rem 0rem 1.875rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-spraying-form .contact_box {
    margin-top: 1.875rem;
  }
}

.p-spraying-form__inner {
  width: 100%;
}

.p-spraying-form__form {
  margin-top: 2.5rem;
}/*# sourceMappingURL=style.css.map */