@charset "UTF-8";
@font-face {
  font-family: "JejuMyeongjo";
  src: url("../font/JejuMyeongjo-Regular.ttf") format("truetype");
}
/*! 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: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: Arial, sans-serif;
  color: #4D4D4D;
}

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.l-header__inner {
  width: 100%;
  height: 5rem;
  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: 0rem 0rem 0rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.4375rem;
    padding: 0rem 1.25rem;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 0.3125rem;
  }
}
.l-header__logo img {
  width: 2.6875rem;
}
.l-header__logo h1 {
  color: #38A9DB;
  font-family: "Questrial", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .l-header__logo h1 {
    font-size: 1rem;
  }
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}
.l-header__tel {
  color: #38A9DB;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0.875rem 0 2.5rem;
}
.l-header__tel span {
  font-size: 2.25rem;
}
.l-header__button {
  width: 6.25rem;
  height: 5rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.6875rem;
  color: #ffffff;
  font-family: "Questrial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #38A9DB;
}
.l-header__button img {
  width: 2rem;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.l-header-nav__link {
  display: inline-block;
  color: #717171;
  font-family: "Questrial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.l-main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  background: #E8E8E8;
}
.l-footer__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.l-footer__box {
  width: 100%;
  max-width: 39.5714285714%;
  padding-left: 7.1428571429%;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 2.5rem 0 1.875rem 0;
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.l-footer__logo img {
  width: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 3.5rem;
  }
}
.l-footer__logo p {
  color: #38A9DB;
  font-family: "Questrial", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer__logo p {
    font-size: 1.125rem;
  }
}
.l-footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0rem;
    margin-bottom: 3.75rem;
  }
}
.l-footer__google {
  width: 7.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__google {
    display: inline-block;
    width: 7.5625rem;
    margin-right: 1.875rem;
  }
}
.l-footer__facebook {
  width: 2.5rem;
}
.l-footer__insta {
  display: inline-block;
  width: 2.5rem;
  margin-right: 1.625rem;
}
.l-footer__img {
  width: 100%;
  max-width: 60.4285714286%;
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    max-width: 100%;
  }
}
.l-footer__text {
  color: #717171;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    line-height: 1.5;
    margin-bottom: 0.625rem;
  }
}
.l-footer__tel {
  display: inline-block;
  color: #717171;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-bottom: 2.8125rem;
  }
}
.l-footer__tel span {
  font-size: 1.75rem;
}
.l-footer__cope small {
  color: #717171;
  font-size: 0.75rem;
  line-height: 1;
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 1.5rem;
  height: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 0.125rem;
  left: 0rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #38A9DB;
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 0.53125rem;
}
.c-hamburger span:nth-child(3) {
  top: 1.0625rem;
}

.c-hamburger.active span:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 2.5rem 0 5rem 0;
  }
}
.c-hamburger-nav__inner {
  width: 100%;
  height: 100%;
}
.c-hamburger-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  text-align: center;
  margin-bottom: 3rem;
}
.c-hamburger-nav__list {
  width: 100%;
  text-align: center;
}
.c-hamburger-nav__link {
  display: inline-block;
  color: #39A9DB;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 0.375rem;
  text-align: center;
}
.c-hamburger-nav__button {
  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.625rem;
  width: 100%;
  max-width: 15.625rem;
  height: 3.4375rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #39A9DB;
  margin: 0 auto;
}
.c-hamburger-nav__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.625rem;
  height: 1.0625rem;
  background-image: url(../imgs/mail_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-title {
  color: #4A4949;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.375rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  width: 3.125rem;
  height: 0.25rem;
  background: #38A9DB;
  margin: 0.75rem auto 0 auto;
}
.c-title_wht {
  color: #ffffff;
}
.c-title_wht::after {
  background: #ffffff;
}

.p-front {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  background: #38A9DB;
}
@media screen and (max-width: 767px) {
  .p-front {
    padding-top: 3.4375rem;
  }
}
.p-front__inner {
  position: relative;
  width: 100%;
  padding-right: 6.25rem;
  padding-bottom: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-front__inner {
    padding-right: 10.6666666667%;
    padding-bottom: 2.5rem;
  }
}
.p-front__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.2857142857%;
  height: 4.5625rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front__inner::before {
    width: 10.6666666667%;
    height: 2.5rem;
  }
}
.p-front__scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8.4375rem;
  color: #ffffff;
  font-family: "Questrial", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-front__scroll {
    bottom: 7.1875rem;
    font-size: 1.125rem;
  }
}
.p-front__scroll::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% + 0.25rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 0.4375rem);
  width: 0.8125rem;
  height: 6.125rem;
  background-image: url(../imgs/fv_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front__scroll::after {
    height: 5.75rem;
    background-image: url(../imgs/fv_arrow_sp.png);
  }
}

.p-front-slider {
  width: 100%;
}
.p-front-slider__list {
  position: relative;
  width: 100%;
  height: 34.8125rem;
  background-image: url(../imgs/fv_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-slider__list {
    height: 32rem;
    background-image: url(../imgs/fv_img_sp.jpg);
  }
}
.p-front-slider__list_bg02 {
  background-image: url(../imgs/fv_img02.jpg);
}
@media screen and (max-width: 767px) {
  .p-front-slider__list_bg02 {
    background-image: url(../imgs/fv_img02_sp.jpg);
  }
}
.p-front-slider__list_bg03 {
  background-image: url(../imgs/fv_img03.jpg);
}
@media screen and (max-width: 767px) {
  .p-front-slider__list_bg03 {
    background-image: url(../imgs/fv_img03_sp.jpg);
  }
}
.p-front-slider__list_bg04 {
  background-image: url(../imgs/fv_img04.jpg);
}
@media screen and (max-width: 767px) {
  .p-front-slider__list_bg04 {
    background-image: url(../imgs/fv_img04_sp.jpg);
  }
}
.p-front-slider__box {
  position: relative;
  padding: 10rem 0 0 15.3846153846%;
}
@media screen and (max-width: 767px) {
  .p-front-slider__box {
    padding: 5.625rem 0 0 10.6666666667%;
  }
}
.p-front-slider__box_pt194 {
  padding-top: 12.125rem;
}
@media screen and (max-width: 767px) {
  .p-front-slider__box_pt194 {
    padding-top: 1.875rem;
  }
}
.p-front-slider__title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front-slider__title {
    font-size: 1.625rem;
    line-height: 1.1923076923;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .p-front-slider__title span {
    font-size: 1.375rem;
  }
}
.p-front-slider__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;
  width: 17.75rem;
  height: 3.625rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #38A9DB;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-front-slider__link {
    width: 87.3333333333%;
    height: 3.5rem;
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front-slider__link_mt {
    margin-top: 0.625rem;
  }
}
.p-front-slider__item {
  position: absolute;
  top: 12.125rem;
  right: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-slider__item {
    position: relative;
    top: auto;
    right: auto;
  }
}
.p-front-slider__subTitle {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-front-slider__subTitle {
    font-size: 1.125rem;
    line-height: 1.1111111111;
    margin-top: 3.125rem;
  }
}
.p-front-slider__text {
  position: relative;
  left: 0.9375rem;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.03em;
  padding-left: 1.25rem;
  border-left: 0.125rem solid #ffffff;
  padding-bottom: 0.9375rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-slider__text {
    left: 0.9375rem;
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    padding-left: 0.8125rem;
    border-left: 1px solid #ffffff;
    padding-bottom: 0.625rem;
    margin-top: 0.5625rem;
  }
}

.p-nav {
  position: relative;
  width: 100%;
  padding: 3.875rem 14.2857142857% 6.25rem 14.2857142857%;
  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;
}
@media screen and (max-width: 767px) {
  .p-nav {
    max-width: 31.25rem;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem 0.3125rem;
    padding: 5rem 5.3333333333%;
  }
}
.p-nav__link {
  position: relative;
  width: 14.875rem;
  height: 7.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.75rem;
  padding-bottom: 1.0625rem;
  color: #4A4949;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1363636364;
  letter-spacing: 0.03em;
  text-align: center;
  background: #F6F6F6;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-nav__link {
    width: 10.25rem;
    height: 5.625rem;
    gap: 0.6875rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}
.p-nav__link_gap {
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-nav__link_gap {
    height: 6.25rem;
    gap: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__link_gap02 {
    height: 6.25rem;
    gap: 1.3125rem;
  }
}
.p-nav__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.59375rem 0 0.59375rem;
  border-color: #38A9DB transparent transparent transparent;
}

.p-concept {
  width: 100%;
}
.p-concept__inner {
  width: 100%;
  padding: 6.25rem 0rem 7.5rem 0rem;
  background: -webkit-gradient(linear, left top, right top, from(#F0F9FD), color-stop(85.7142857143%, #F0F9FD), color-stop(85.7142857143%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #F0F9FD 0%, #F0F9FD 85.7142857143%, #ffffff 85.7142857143%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  .p-concept__inner {
    padding: 5rem 0rem;
    background: -webkit-gradient(linear, left top, right top, from(#F0F9FD), color-stop(94.6666666667%, #F0F9FD), color-stop(94.6666666667%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, #F0F9FD 0%, #F0F9FD 94.6666666667%, #ffffff 94.6666666667%, #ffffff 100%);
  }
}
.p-concept__text {
  color: #717171;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 1.25rem;
  }
}

.p-concept-slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-concept-slide {
    margin-top: 2rem;
  }
}
.p-concept-slide__list {
  position: relative;
  text-align: center;
}
.p-concept-slide__list iframe {
  position: relative;
  width: 35rem;
  height: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .p-concept-slide__list iframe {
    width: 21rem;
    height: 11.8125rem;
  }
}
.p-concept-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.625rem;
  margin-top: 1.875rem;
}
.p-concept-slide .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  background: #BFE7F8;
  border-radius: 50%;
}
.p-concept-slide .slick-dots li button:hover,
.p-concept-slide .slick-dots li button:focus {
  outline: none;
}
.p-concept-slide .slick-dots .slick-active:not(:root) {
  background: #38A9DB;
}

.p-concept-card {
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card {
    margin-top: 3rem;
  }
}
.p-concept-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card__inner {
    gap: 3rem;
  }
}
.p-concept-card__column {
  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;
}
@media screen and (max-width: 767px) {
  .p-concept-card__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-concept-card__column_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-concept-card__column_reverse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-concept-card__img {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-card__img {
    max-width: 100%;
    padding-right: 10.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-card__img_reverse {
    padding-left: 10.6666666667%;
    padding-right: 0;
  }
}
.p-concept-card__img img {
  width: 100%;
}
.p-concept-card__box {
  width: 100%;
  max-width: 50%;
  padding: 0rem 14.2857142857% 0rem 4.2857142857%;
}
@media screen and (max-width: 767px) {
  .p-concept-card__box {
    max-width: 100%;
    padding: 0rem 5.3333333333% 0rem 5.3333333333%;
  }
}
.p-concept-card__box_reverse {
  padding: 0rem 4.2857142857% 0rem 14.2857142857%;
}
@media screen and (max-width: 767px) {
  .p-concept-card__box_reverse {
    padding: 0rem 5.3333333333% 0rem 5.3333333333%;
  }
}
.p-concept-card__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card__titleBox {
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
}
.p-concept-card__titleBox_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-concept-card__titleBox_reverse {
    padding-left: 5.3333333333%;
  }
}
.p-concept-card__number {
  color: #38A9DB;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-concept-card__number {
    font-size: 2.5rem;
  }
}
.p-concept-card__title {
  color: #4A4949;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.0714285714;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-concept-card__title {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}
.p-concept-card__title span {
  font-size: 1.125rem;
}
.p-concept-card__text {
  color: #717171;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-concept-card__text {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-card__text_reverse {
    padding-left: 5.3333333333%;
  }
}

.p-service {
  position: relative;
  width: 100%;
}
.p-service__inner {
  width: 100%;
  padding: 7.5rem 0rem 4.625rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: 5rem 0rem;
  }
}
.p-service__wrapper {
  position: relative;
  z-index: 2;
  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.125rem;
  width: 100%;
  padding: 5rem 14.2857142857%;
  margin: 3.75rem 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-service__wrapper {
    gap: 2.5rem;
    padding: 5rem 5.3333333333%;
    margin: 2.5rem 0 0rem 0;
  }
}
.p-service__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 28.5714285714%;
  height: 100%;
  background: #38A9DB;
  -webkit-box-shadow: 0.625rem 0.625rem 0.625rem rgba(18, 45, 105, 0.16);
          box-shadow: 0.625rem 0.625rem 0.625rem rgba(18, 45, 105, 0.16);
}
@media screen and (max-width: 767px) {
  .p-service__wrapper::before {
    width: 48%;
  }
}
.p-service__column {
  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;
}
@media screen and (max-width: 767px) {
  .p-service__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-service__img {
  width: 100%;
  max-width: 49.6%;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    max-width: 100%;
  }
}
.p-service__img img {
  width: 100%;
}
.p-service__box {
  width: 100%;
  max-width: 48%;
}
@media screen and (max-width: 767px) {
  .p-service__box {
    max-width: 100%;
    padding: 1.625rem 5.3333333333% 1.875rem 5.3333333333%;
    background: #ffffff;
  }
}
.p-service__subTitle {
  color: #38A9DB;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #38A9DB;
}
@media screen and (max-width: 767px) {
  .p-service__subTitle {
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .p-service__subTitle span {
    font-size: 1rem;
    letter-spacing: 0em;
  }
}
.p-service__table tr {
  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;
  border-bottom: 1px solid #E8E8E8;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-service__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #E8E8E8;
  }
}
.p-service__table tr:first-child {
  padding-top: 0.875rem;
}
.p-service__table tr:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-service__table th {
  color: #4A4949;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p-service__table td {
  color: #4A4949;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service__table td span {
    font-size: 0.9375rem;
    letter-spacing: 0em;
  }
}
.p-service__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;
  margin: 0 auto;
  width: 17.75rem;
  height: 3.625rem;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: #4A4949;
}
@media screen and (max-width: 767px) {
  .p-service__link {
    width: 18.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__link_pc {
    display: none;
  }
}
.p-service__link_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__link_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-work {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-work {
    padding-bottom: 3.75rem;
  }
}
.p-work::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28.5714285714%;
  height: calc(100% - 7.875rem);
  background: #38A9DB;
  -webkit-box-shadow: 0.625rem 0.625rem 0.625rem rgba(18, 45, 105, 0.16);
          box-shadow: 0.625rem 0.625rem 0.625rem rgba(18, 45, 105, 0.16);
}
@media screen and (max-width: 767px) {
  .p-work::before {
    width: 26.6666666667%;
    height: calc(100% - 3.75rem);
  }
}
.p-work__inner {
  width: 100%;
  padding: 7.875rem 0rem 4.625rem 0rem;
  background: -webkit-gradient(linear, left top, right top, from(#F0F9FD), color-stop(85.7142857143%, #F0F9FD), color-stop(85.7142857143%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #F0F9FD 0%, #F0F9FD 85.7142857143%, #ffffff 85.7142857143%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  .p-work__inner {
    padding: 5rem 0rem;
    background: -webkit-gradient(linear, left top, right top, from(#F0F9FD), color-stop(89.3333333333%, #F0F9FD), color-stop(89.3333333333%, #ffffff), to(#ffffff));
    background: linear-gradient(90deg, #F0F9FD 0%, #F0F9FD 89.3333333333%, #ffffff 89.3333333333%, #ffffff 100%);
  }
}

.p-work-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-work-slide {
    margin-top: 3.5rem;
  }
}
.p-work-slide__list {
  position: relative;
  width: 100%;
  margin: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-work-slide__list {
    margin: 0 0.625rem;
  }
}
.p-work-slide img {
  width: 100%;
}
.p-work-slide__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-work-slide__text {
    letter-spacing: 0em;
    margin-top: 1rem;
  }
}
.p-work-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.625rem;
  margin-top: 2.5rem;
}
.p-work-slide .slick-dots li {
  cursor: pointer;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  background: #BFE7F8;
  border-radius: 50%;
}
.p-work-slide .slick-dots li button:hover,
.p-work-slide .slick-dots li button:focus {
  outline: none;
}
.p-work-slide .slick-dots .slick-active:not(:root) {
  background: #38A9DB;
}
.p-work-slide .prev-arrow {
  position: absolute;
  z-index: 3;
  top: 10.5rem;
  left: 33.8%;
  width: 1.875rem;
  height: 1.875rem;
  border-top: 0.125rem solid #38A9DB;
  border-right: 0.125rem solid #38A9DB;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-work-slide .prev-arrow {
    top: 7.8125rem;
    left: 4%;
  }
}
.p-work-slide .next-arrow {
  position: absolute;
  z-index: 3;
  top: 10.5rem;
  right: 33.8%;
  width: 1.875rem;
  height: 1.875rem;
  border-top: 0.125rem solid #38A9DB;
  border-right: 0.125rem solid #38A9DB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-work-slide .next-arrow {
    top: 7.8125rem;
    right: 4%;
    border-top: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
  }
}

.p-trusted {
  width: 100%;
}
.p-trusted__inner {
  width: 100%;
  padding: 7.5rem 0rem 7.5rem 14.2857142857%;
  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;
}
@media screen and (max-width: 767px) {
  .p-trusted__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
    padding: 5rem 0rem 5rem 5.3333333333%;
  }
}
.p-trusted__title {
  color: #38A9DB;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-trusted__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.p-trusted__box {
  width: 47.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-trusted__box {
    width: 100%;
    gap: 0.75rem;
  }
}
.p-trusted__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-animation: slider-scroll-left 20s infinite linear 0.5s both;
          animation: slider-scroll-left 20s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .p-trusted__lists {
    width: auto;
  }
}
.p-trusted__lists img {
  width: 8.1875rem;
  min-width: 8.1875rem;
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes slider-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slider-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-faq {
  width: 100%;
}
.p-faq__inner {
  width: 100%;
  padding: 6.25rem 14.2857142857% 10.25rem 14.2857142857%;
  background: #F0F9FD;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 5rem 5.3333333333%;
  }
}
.p-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  background: #ffffff;
  padding: 3.75rem 5rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    background: #ffffff;
    padding: 2.5rem 6.3492063492%;
    margin-top: 2.5rem;
  }
}
.p-faq__box {
  width: 100%;
}
.p-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  color: #38A9DB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  background: #F0F9FD;
  border-radius: 1.75rem;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 0.375rem;
    border-radius: 1.5rem;
    padding: 0.625rem 0.75rem;
  }
}
.p-faq__q span {
  font-size: 1.25rem;
}
.p-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  color: #4A4949;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0rem 0.75rem;
  }
}
.p-faq__a span {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq__a span {
    top: -0.25rem;
  }
}

.p-contact {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.5rem 14.2857142857% 6.25rem 14.2857142857%;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5rem 5.3333333333%;
  }
}
.p-contact::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 28.5714285714%;
  height: 100%;
  height: 100%;
  background: #38A9DB;
  -webkit-box-shadow: 0.625rem 0.625rem 0.625rem rgba(18, 45, 105, 0.16);
          box-shadow: 0.625rem 0.625rem 0.625rem rgba(18, 45, 105, 0.16);
}
@media screen and (max-width: 767px) {
  .p-contact::before {
    width: 85.0793650794%;
    height: calc(100% - 11.25rem);
  }
}
.p-contact__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
}
.p-contact__wrapper {
  width: 100%;
  max-width: 71.4285714286%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__wrapper {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-contact__box input {
  width: 100%;
  color: #717171;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.03em;
  background: #F0F9FD;
  padding: 1.25rem 2.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact__box input {
    padding: 1.25rem;
  }
}
.p-contact__box textarea {
  width: 100%;
  min-height: 8.75rem;
  background: #F0F9FD;
  color: #717171;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0.03em;
  padding: 1.25rem 2.5rem;
  margin-bottom: 2.5rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__box textarea {
    padding: 1.25rem;
    margin-bottom: 7.5rem;
  }
}
.p-contact__button input {
  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;
  width: 17.75rem;
  height: 3.625rem;
  color: #ffffff;
  background: #38A9DB;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__button input {
    width: 87.3015873016%;
    margin: 0 auto;
  }
}
.p-contact__button_cnt input {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__button_cnt input {
    margin: 1.25rem auto 0 auto;
  }
}

#formTable {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .formTable-mail tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.formTable-mail th {
  padding: 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .formTable-mail th {
    padding: 1.25rem 0rem 0.625rem 0rem;
  }
}
.formTable-mail td {
  padding: 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .formTable-mail td {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}

.error_messe {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 1.875rem;
}

.p-thanks {
  width: 100%;
  padding: 13.4375rem 1.25rem 7.5rem 1.25rem;
}
.p-thanks__title {
  position: relative;
  color: rgba(56, 169, 219, 0.8);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    margin-bottom: 1.875rem;
  }
}
.p-thanks__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background: #38A9DB;
}
.p-thanks__text {
  color: rgba(56, 169, 219, 0.8);
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.8125rem;
  }
}
.p-thanks__text02 {
  color: rgba(56, 169, 219, 0.8);
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text02 {
    letter-spacing: 0em;
    margin-bottom: 3.125rem;
  }
}
.p-thanks__link {
  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;
  width: 12.8125rem;
  height: 3.125rem;
  color: rgba(56, 169, 219, 0.8);
  font-size: 1.125rem;
  border: 0.0625rem solid #38A9DB;
  margin: 2.5rem auto 0 auto;
}
.p-thanks__wrapper {
  width: 100%;
 